@charset "UTF-8";
/*
Theme Name: Symediane
Author: Symediane
Author URI: http://www.symediane.com/
Version: 1.0
*/

@font-face {
  font-family: "MS-PMinchoRegular";
  src: url('../../fonts/MSPMinchoRegular/font.woff2') format('woff2'), url('../../fonts/MSPMinchoRegular/font.woff') format('woff');
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: 'DINPro', Arial, sans-serif; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Styles for dialog window */
#search_form {
  background: white;
  padding: 40px 30px 60px;
  text-align: center;
  max-width: 400px;
  margin: 40px auto;
  position: relative; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  max-width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: -moz-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*********************\
      COMPONENTS
\*********************/
.breadcrumb {
  display: none;
  margin-bottom: 1.25rem;
  padding-top: .75rem; }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      display: block; } }
  .breadcrumb.--white a,
  .breadcrumb.--white span {
    color: #FFFFFF !important; }
  .breadcrumb.--white a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 10L5.75 5.5L1.25 1' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important; }
  .breadcrumb.--white a:hover {
    color: #CEAC7A !important; }
  .breadcrumb > span {
    display: flex; }
    .breadcrumb > span > span {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px; }
      .breadcrumb > span > span a,
      .breadcrumb > span > span span {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ACB2B4;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 22px; }
      .breadcrumb > span > span span {
        font-size: 0; }
        .breadcrumb > span > span span.breadcrumb_last {
          font-size: 14px; }
      .breadcrumb > span > span a {
        font-size: 14px;
        margin-right: 26px;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s; }
        .breadcrumb > span > span a:after {
          background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 10L5.75 5.5L1.25 1' stroke='%23ACB2B4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-position: center;
          background-repeat: no-repeat;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          background-size: contain;
          color: #ACB2B4;
          content: '';
          display: block;
          height: 11px;
          left: -webkit-calc(100% + 11px);
          left: -moz-calc(100% + 11px);
          left: calc(100% + 11px);
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
          -moz-transform: translateY(-50%) translate3d(0, 0, 0);
          transform: translateY(-50%) translate3d(0, 0, 0);
          width: 7px; }
        .breadcrumb > span > span a:hover {
          color: #CEAC7A; }

.grecaptcha-badge {
  display: none; }

.page-template-contact .grecaptcha-badge {
  display: block; }

/*********************\
         FOOTER
\*********************/
.otgs-development-site-front-end {
  display: none; }

.footer {
  margin-top: 80px; }
  @media screen and (min-width: 768px) {
    .footer {
      margin-top: 90px; } }
  @media screen and (min-width: 960px) {
    .footer {
      margin-top: 100px; } }
  @media screen and (min-width: 1200px) {
    .footer {
      margin-top: 110px; } }
  @media screen and (min-width: 1440px) {
    .footer {
      margin-top: 120px; } }
  .footer__main {
    border-top: 1.875rem solid #002349;
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .footer__main {
        padding-top: 4.375rem; } }
    .footer__main__row {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .footer__main__row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 2rem; } }
    .footer__main__item {
      padding: 15px 0; }
      .footer__main__item:first-child {
        padding-top: 0;
        width:100%;
        max-width:150px; }
      .footer__main__item:not(:first-child) {
        border-bottom: 1px solid #F5F5F5; }
        @media screen and (min-width: 768px) {
          .footer__main__item:not(:first-child) {
            border-bottom: 0; } }
      .footer__main__item svg {
        display: block;
        height: auto;
        width: 90px; }
        @media screen and (min-width: 768px) {
          .footer__main__item svg {
            width: 80%; }
          .footer__main__item:first-child {
            display: flex;
            justify-content: center;
          }
        }
      .footer__main__item__title {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-family: var(--title-font);
        font-size: 2.1875rem;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        letter-spacing: 1px;
        line-height: 1.116em; }
        @media screen and (min-width: 768px) {
          .footer__main__item__title {
            cursor: auto;
            display: block;
            margin-bottom: 1rem; } }
        .footer__main__item__title.--active:after {
          background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.8695L6.5 1.13037L12 6.8695' stroke='%23CEAC7A' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
        .footer__main__item__title.--active + .footer__main__item__content {
          display: block; }
        .footer__main__item__title:after {
          background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.1305L6.5 6.86963L1 1.1305' stroke='%23001733' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-position: center;
          background-repeat: no-repeat;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          background-size: contain;
          content: '';
          display: block;
          height: 8px;
          width: 13px; }
          @media screen and (min-width: 768px) {
            .footer__main__item__title:after {
              content: none; } }
      .footer__main__item__content {
        display: none;
        font-size: .9375em;
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          .footer__main__item__content {
            display: block;
            margin-top: 0; } }
        .footer__main__item__content p {
          /*&:first-child{
            margin-bottom: .75rem;
          }*/ }
        .footer__main__item__content li:not(:last-child) {
          margin-bottom: .5rem; }
  .footer__copyright {
    font-size: 14px;
    margin-bottom: 1rem; }
    @media screen and (min-width: 768px) {
      .footer__copyright {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -moz-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center; } }
    @media screen and (min-width: 768px) {
      .footer__copyright__title {
        margin-right: 1.375rem; } }
    @media screen and (min-width: 768px) {
      .footer__copyright__menu {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; } }
    @media screen and (min-width: 768px) {
      .footer__copyright__menu li:not(:last-child) {
        margin-right: 1.375rem; } }
  .footer__bottom {
    background: #001733;
    color: #FFFFFF;
    padding: 2rem 0 3.125rem;
    text-align: center; }
    .footer__bottom__title {
      font-size: 24px;
      font-family: var(--title-font);
      margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .footer__bottom__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0; } }
    .footer__bottom__col {
      font-size: 16px;
      line-height: 1.23em;
      font-family: var(--title-font);
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 2rem;
      /*opacity: .7;*/ }
      @media screen and (min-width: 768px) {
        .footer__bottom__col {
          max-width: 300px;
          padding: 0 15px; } }
      .footer__bottom__col:not(:last-child) {
        /*margin-bottom: 1.5rem;*/ }
        @media screen and (min-width: 768px) {
          .footer__bottom__col:not(:last-child) {
            margin-bottom: 0; } }

/*********************\
       FIN FOOTER
\*********************/
@media screen and (min-width: 960px) {
  .footer__copyright {
    padding-right: 48px; } }

@media screen and (min-width: 1200px) {
  .footer__copyright {
    padding-right: 56px; } }

@media screen and (min-width: 1440px) {
  .footer__copyright {
    padding-right: 64px; } }

@media screen and (min-width: 1680px) {
  .footer__copyright {
    padding-right: 72px; } }

@media screen and (min-width: 960px) {
  .lang-fr .footer__copyright {
    padding-right: 26px; } }

@media screen and (min-width: 1200px) {
  .lang-fr .footer__copyright {
    padding-right: 32px; } }

@media screen and (min-width: 1440px) {
  .lang-fr .footer__copyright {
    padding-right: 40px; } }

@media screen and (min-width: 1680px) {
  .lang-fr .footer__copyright {
    padding-right: 48px; } }

.form__row {
  display: grid;
  grid-gap: 1.375rem;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 1.375rem; }
  @media screen and (min-width: 768px) {
    .form__row {
      grid-template-columns: repeat(2, 1fr); } }
  .form__row .form__field {
    margin-bottom: 0 !important; }

.form__field:not(:last-child) {
  margin-bottom: 1.375rem; }

.form__field.--checkbox span {
  display: block;
  margin: 0; }

.form__field.--checkbox label {
  color: #202020;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: normal;
  position: static;
  text-transform: none; }
  .form__field.--checkbox label span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.form__field.--checkbox input {
  margin: 0;
  margin-right: .5rem;
  width: auto; }

.form__field span {
  display: block;
  position: relative; }

.form__field input,
.form__field textarea {
  border: 1px solid #ACB2B4;
  color: #202020;
  display: block;
  font-size: .9375em;
  line-height: 1.2em;
  resize: none;
  padding: 1.1875rem 1.25rem .5rem;
  width: 100%; }
  .form__field input:focus + label, .form__field input:not(:placeholder-shown) + label,
  .form__field textarea:focus + label,
  .form__field textarea:not(:placeholder-shown) + label {
    font-size: .5625em;
    top: .5rem; }

.form__field label {
  color: #ACB2B4;
  cursor: pointer;
  font-size: .9375em;
  left: 1.25rem;
  letter-spacing: .23em;
  line-height: 1.2em;
  position: absolute;
  text-transform: uppercase;
  top: .875rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }

.form__field select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 0.75L5 5.25L0.5 0.75' stroke='%23ACB2B4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: top -webkit-calc(50% - 3px) right 1rem;
  background-position: top -moz-calc(50% - 3px) right 1rem;
  background-position: top calc(50% - 3px) right 1rem;
  background-repeat: no-repeat;
  border: 1px solid #ACB2B4;
  color: #ACB2B4;
  cursor: pointer;
  display: block;
  font-size: .9375em;
  letter-spacing: .23em;
  line-height: 1.2em;
  padding: .84rem .95rem;
  resize: none;
  text-transform: uppercase;
  width: 100%; }

.form__bottom {
  color: #ACB2B4;
  font-size: .8125em;
  margin-top: .625rem; }

/*********************\
        HEADER
\*********************/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100; }
  @media screen and (max-width: 1199px) {
    .header.--open-menu .header__nav {
      -webkit-transform: translateX(0) translate3d(0, 0, 0);
      -moz-transform: translateX(0) translate3d(0, 0, 0);
      transform: translateX(0) translate3d(0, 0, 0); } }
  @media screen and (min-width: 960px) {
    .header.--open-menu .header__bg {
      opacity: 1;
      -webkit-transition: opacity .3s linear 0s,
 visibility 0s linear 0s;
      -o-transition: opacity .3s linear 0s,
 visibility 0s linear 0s;
      -moz-transition: opacity .3s linear 0s,
 visibility 0s linear 0s;
      transition: opacity .3s linear 0s,
 visibility 0s linear 0s;
      visibility: visible; } }
  .header__bg {
    background: rgba(32, 32, 32, 0.5);
    content: '';
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s linear 0s,
 visibility 0s linear .3s;
    -o-transition: opacity .3s linear 0s,
 visibility 0s linear .3s;
    -moz-transition: opacity .3s linear 0s,
 visibility 0s linear .3s;
    transition: opacity .3s linear 0s,
 visibility 0s linear .3s;
    visibility: hidden;
    width: 100%;
    z-index: 1; }
  .header__lang {
    background: #001733;
    color: #FFFFFF;
    display: none;
    position: relative;
    z-index: 3;
    /*padding: 0 40px;*/
    padding: 0 15px;
    border-bottom: 1px solid #CEAC7A; }
    @media screen and (min-width: 960px) {
      .header__lang {
        padding: 0 1.5625rem; } }
    @media screen and (min-width: 1200px) {
      .header__lang {
        padding: 0 6.25rem; } }
    @media screen and (min-width: 960px) {
      .header__lang {
        display: block; } }
    .header__lang.--mobile {
      display: block;
      padding: 0 40px; }
      @media screen and (min-width: 960px) {
        .header__lang.--mobile {
          display: none; } }
    .header__lang__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (min-width: 960px) {
        .header__lang__menu {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .header__lang .wpml-ls-current-language {
      color: #CEAC7A;
      font-weight: 700; }
      .header__lang .wpml-ls-current-language a:before {
        background: #CEAC7A;
        opacity: 1; }
    .header__lang li:not(:last-child) {
      margin-right: 16px; }
    .header__lang a {
      display: block;
      font-size: 14px;
      line-height: 18px;
      padding: .625rem 0;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
      .header__lang a:before {
        background: #FFFFFF;
        content: '';
        display: block;
        height: 2px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s;
        width: 100%; }
      .header__lang a:hover {
        color: #CEAC7A; }
        .header__lang a:hover:before {
          background: #CEAC7A;
          opacity: 1; }
  .header__container {
    background: #FFFFFF;
    position: relative;
    z-index: 2; }
  .header__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-areas: '. logo burger';
    grid-template-columns: 1fr auto 1fr;
    padding: 0 15px; }
    @media screen and (min-width: 960px) {
      .header__row {
        -webkit-box-align: normal;
        -webkit-align-items: normal;
        -moz-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*padding: 0 40px;*/
        padding: 0 1.5625rem; } }
    @media screen and (min-width: 1200px) {
      .header__row {
        padding: 0 6.25rem; } }
  .header__logo {
    grid-area: logo;
    padding-bottom: 17px;
    padding-top: 17px;
    width: 110px; }
    @media screen and (min-width: 960px) {
      .header__logo {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
        width: 150px; } }
    .header__logo a,
    .header__logo svg {
      display: block;
      height: auto;
      max-width: 100%; }
  .header__burger {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 32px;
    width: 32px; }
    .header__burger span {
      background: #002349;
      height: 1px; }
    .header__burger__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      grid-area: burger;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (min-width: 960px) {
        .header__burger__container {
          display: none; } }
  .header__nav {
    background: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(-100%) translate3d(0, 0, 0);
    -moz-transform: translateX(-100%) translate3d(0, 0, 0);
    transform: translateX(-100%) translate3d(0, 0, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    top: 0;
    width: 100%;
    z-index: 5; }
    @media screen and (min-width: 960px) {
      .header__nav {
        background: transparent;
        display: block;
        height: auto;
        padding: 0;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: auto; } }
  .header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    padding: 0 40px 15px; }
    @media screen and (min-width: 960px) {
      .header__menu {
        background: #FFFFFF;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: 100%;
        overflow: visible;
        padding: 0;
        padding-left: 2.5rem; } }
    .header__menu__header {
      margin-bottom: 30px; }
      @media screen and (min-width: 960px) {
        .header__menu__header {
          display: none; } }
    .header__menu__title {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 2.7em;
      font-family: var(--title-font);
      line-height: 1.04em;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 15px 40px 0; }
      .header__menu__title button {
        background: transparent;
        border: 0;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0; }
    .header__menu > li {
      position: relative; }
      @media screen and (min-width: 960px) {
        .header__menu > li {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; } }
      .header__menu > li:not(:last-child) {
        margin-bottom: 35px; }
        @media screen and (min-width: 960px) {
          .header__menu > li:not(:last-child) {
            margin-bottom: 0;
            margin-right: 2rem; } }
      .header__menu > li.menu-item-has-children > a {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .header__menu > li.menu-item-has-children > a:after {
          background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 1.25006L5 5.75006L0.5 1.25006' stroke='%23002349' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-position: center;
          background-repeat: no-repeat;
          -webkit-background-size: contain;
          -moz-background-size: contain;
          background-size: contain;
          content: '';
          height: .4375rem;
          margin-left: .625rem;
          margin-top: 2px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          -moz-transition: .3s;
          transition: .3s;
          width: .625rem; }
      .header__menu > li.--active > a:before {
        width: 100%; }
      .header__menu > li.--active > a:after {
        -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
        -moz-transform: rotate(180deg) translate3d(0, 0, 0);
        transform: rotate(180deg) translate3d(0, 0, 0); }
      .header__menu > li.--active > ul {
        -webkit-transition: visibility 0s ease 0s,
 -webkit-transform .3s ease 0s;
        transition: visibility 0s ease 0s,
 -webkit-transform .3s ease 0s;
        -o-transition: visibility 0s ease 0s,
 -o-transform .3s ease 0s;
        -moz-transition: transform .3s ease 0s,
 visibility 0s ease 0s,
 -moz-transform .3s ease 0s;
        transition: transform .3s ease 0s,
 visibility 0s ease 0s;
        transition: transform .3s ease 0s,
 visibility 0s ease 0s,
 -webkit-transform .3s ease 0s,
 -moz-transform .3s ease 0s,
 -o-transform .3s ease 0s;
        -webkit-transform: translateY(0%) translate3d(0, 0, 0);
        -moz-transform: translateY(0%) translate3d(0, 0, 0);
        transform: translateY(0%) translate3d(0, 0, 0);
        visibility: visible; }
      .header__menu > li > a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 22px;
        line-height: .81em;
        position: relative; }
        @media screen and (min-width: 960px) {
          .header__menu > li > a {
            display: block;
            font-size: 1.125em;
            line-height: normal; } }
        .header__menu > li > a:hover:before {
          width: 100%; }
        .header__menu > li > a:before {
          background: #CEAC7A;
          bottom: -13px;
          content: '';
          display: block;
          height: 1px;
          position: absolute;
          -webkit-transition: .3s;
          -o-transition: .3s;
          -moz-transition: .3s;
          transition: .3s;
          width: 0; }
          @media screen and (min-width: 960px) {
            .header__menu > li > a:before {
              bottom: -.8rem; } }
      .header__menu > li > ul {
        display: none;
        margin-top: 30px; }
        @media screen and (min-width: 960px) {
          .header__menu > li > ul {
            background: #002349;
            color: #FFFFFF;
            display: block;
            left: -2.5rem;
            margin-top: 0;
            min-width: 210px;
            padding: 1.875rem 2.5rem;
            position: absolute;
            top: 100%;
            -webkit-transition: visibility 0s ease .3s,
 -webkit-transform .3s ease 0s;
            transition: visibility 0s ease .3s,
 -webkit-transform .3s ease 0s;
            -o-transition: visibility 0s ease .3s,
 -o-transform .3s ease 0s;
            -moz-transition: transform .3s ease 0s,
 visibility 0s ease .3s,
 -moz-transform .3s ease 0s;
            transition: transform .3s ease 0s,
 visibility 0s ease .3s;
            transition: transform .3s ease 0s,
 visibility 0s ease .3s,
 -webkit-transform .3s ease 0s,
 -moz-transform .3s ease 0s,
 -o-transform .3s ease 0s;
            -webkit-transform: translateY(-100%) translate3d(0, 0, 0);
            -moz-transform: translateY(-100%) translate3d(0, 0, 0);
            transform: translateY(-100%) translate3d(0, 0, 0);
            visibility: hidden;
            white-space: nowrap;
            z-index: -1; } }
        .header__menu > li > ul > .menu-item:not(:last-child) {
          margin-bottom: .625rem; }
        .header__menu > li > ul > .menu-item a {
          font-family: var(--title-font);
          font-size: 16px;
          font-weight: 500;
          line-height: 1.29em;
          position: relative; }
        body.lang-ja .header__menu > li > ul > .menu-item a {
          font-family: var(--default-font);
          font-weight: 400 !important;
        }
          @media screen and (min-width: 960px) {
            .header__menu > li > ul > .menu-item a {
              font-size: 1.0625em; } }
          .header__menu > li > ul > .menu-item a:hover:before {
            opacity: 1; }
          .header__menu > li > ul > .menu-item a:before {
            background: #CEAC7A;
            content: '';
            display: block;
            height: 4px;
            opacity: 0;
            right: -webkit-calc(100% + .4375rem);
            right: -moz-calc(100% + .4375rem);
            right: calc(100% + .4375rem);
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
            -moz-transform: translateY(-50%) translate3d(0, 0, 0);
            transform: translateY(-50%) translate3d(0, 0, 0);
            -webkit-transition: .3s;
            -o-transition: .3s;
            -moz-transition: .3s;
            transition: .3s;
            width: 4px; }
        .header__menu > li > ul > .menu-item-all {
          margin-top: 1.5rem; }

.introduction__text {
  background: #002349;
  color: #FFFFFF;
  font-family: var(--title-font);
  font-size: 1.8em;
  line-height: 1.04em;
  padding: 1.5625rem; }
  @media screen and (min-width: 1200px) {
    .introduction__text {
      padding: 1.5625rem 11rem; } }

.introduction__img picture,
.introduction__img img {
  display: block; }

.introduction__text {
  position: relative; }
/*  .introduction__text::before {
    content: "";
    position: absolute;
    background: #002349;
    height: 100%;
    -webkit-animation-name: anim;
    -moz-animation-name: anim;
    -o-animation-name: anim;
    animation-name: anim;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
    z-index: 1;
    right: 0;
    top: 0;
    display: block;
  }
    @media screen and (min-width: 960px) {
      .introduction__text::before {
        -webkit-animation-duration: 6s;
        -moz-animation-duration: 6s;
        -o-animation-duration: 6s;
        animation-duration: 6s; }
      }*/

@-webkit-keyframes anim {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@-moz-keyframes anim {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@-o-keyframes anim {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes anim {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

/*********************\
       FIN HEADER
\*********************/
/*********************\
    LAZYLOAD MASK
\*********************/
.lazyload-box {
  position: relative;
  display: block;
  width: 100%; }
  .lazyload-box .lazyload,
  .lazyload-box .lazyloading {
    opacity: 0; }
  .lazyload-box .lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .lazyload-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .lazyload-box .masks {
    font-size: 0; }
    .lazyload-box .masks .mask {
      position: relative;
      display: none;
      width: 100%;
      max-width: 100%;
      z-index: -1;
      /** FOR RETINA DISPLAY **/ }
      @media (min-width: 1440px) {
        .lazyload-box .masks .mask.mask-xxl {
          display: inline-block; } }
      @media (max-width: 1439px) {
        .lazyload-box .masks .mask.mask-xxl {
          display: none; }
        .lazyload-box .masks .mask.mask-xl {
          display: inline-block; } }
      @media (max-width: 1199px) {
        .lazyload-box .masks .mask.mask-xl {
          display: none; }
        .lazyload-box .masks .mask.mask-lg {
          display: inline-block; } }
      @media (max-width: 959px) {
        .lazyload-box .masks .mask.mask-lg {
          display: none; }
        .lazyload-box .masks .mask.mask-md {
          display: inline-block; } }
      @media (max-width: 767px) {
        .lazyload-box .masks .mask.mask-md {
          display: none; }
        .lazyload-box .masks .mask.mask-sm {
          display: inline-block; } }
      @media (max-width: 375px) {
        .lazyload-box .masks .mask.mask-sm {
          display: none; }
        .lazyload-box .masks .mask.mask-xs {
          display: inline-block; } }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1440px), (-o-min-device-pixel-ratio: 3/2) and (min-width: 1440px), (min-resolution: 144dpi) and (min-width: 1440px) {
        .lazyload-box .masks .mask.mask-xxl {
          display: none; }
        .lazyload-box .masks .mask.mask-xxl-2x {
          display: inline-block; } }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1439px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 1439px), (min-resolution: 144dpi) and (max-width: 1439px) {
        .lazyload-box .masks .mask.mask-xxl-2x, .lazyload-box .masks .mask.mask-xl {
          display: none; }
        .lazyload-box .masks .mask.mask-xl-2x {
          display: inline-block; } }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1199px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 1199px), (min-resolution: 144dpi) and (max-width: 1199px) {
        .lazyload-box .masks .mask.mask-xl-2x, .lazyload-box .masks .mask.mask-lg {
          display: none; }
        .lazyload-box .masks .mask.mask-lg-2x {
          display: inline-block; } }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 959px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 959px), (min-resolution: 144dpi) and (max-width: 959px) {
        .lazyload-box .masks .mask.mask-lg-2x, .lazyload-box .masks .mask.mask-md {
          display: none; }
        .lazyload-box .masks .mask.mask-md-2x {
          display: inline-block; } }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
        .lazyload-box .masks .mask.mask-md-2x, .lazyload-box .masks .mask.mask-sm {
          display: none; }
        .lazyload-box .masks .mask.mask-sm-2x {
          display: inline-block; } }
      @media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 375px), (-o-min-device-pixel-ratio: 3/2) and (max-width: 375px), (min-resolution: 144dpi) and (max-width: 375px) {
        .lazyload-box .masks .mask.mask-sm-2x, .lazyload-box .masks .mask.mask-xs {
          display: none; }
        .lazyload-box .masks .mask.mask-xs-2x {
          display: inline-block; } }
  .lazyload-box.auto-width {
    width: auto;
    max-width: 100%; }

/*********************\
     END LAZYLOAD
\*********************/
/*@import "components/breadcrumb";
@import "components/footer";
@import "components/form";
@import "components/header";
@import "components/lazysizes";
@import "components/captcha";*/
/*********************\
        UTILS
\*********************/
/*********************\
       BUTTONS
\*********************/
.button, .form__submit input {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 1px solid #CEAC7A;
  color: #CEAC7A;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: .9375em;
  font-weight: 700;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .23em;
  line-height: 1.2em;
  padding: 1.5rem 2.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }
  .button:after, .form__submit input:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.696699C14.4645 0.403806 13.9896 0.403806 13.6967 0.696699C13.4038 0.989593 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM0 6.75H19V5.25H0V6.75Z' fill='%23CEAC7A'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    content: '';
    display: block;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    height: .75rem;
    margin-left: 1.125rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 1.25rem; }
  .button:hover, .form__submit input:hover {
    background: #CEAC7A;
    color: #FFFFFF; }
    .button:hover:after, .form__submit input:hover:after {
      -webkit-filter: brightness(2);
      filter: brightness(2); }
  .button.--no-arrow:after, .form__submit input.--no-arrow:after {
    content: none; }
  .button.--small, .form__submit input.--small {
    padding: 1rem 1.5rem; }
  .button.--white, .form__submit input.--white {
    color: #FFFFFF; }
    .button.--white:after, .form__submit input.--white:after {
      -webkit-filter: brightness(2);
      filter: brightness(2); }
  .button.disabled, .form__submit input.disabled, .button.--disabled, .form__submit input.--disabled, .button[disabled], .form__submit input[disabled] {
    background: transparent;
    border-color: #ACB2B4;
    color: #ACB2B4; }
  .button.--phone:before, .form__submit input.--phone:before {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.24083 6.54208C4.38083 8.7825 6.2175 10.6112 8.45792 11.7592L10.1996 10.0175C10.4133 9.80375 10.73 9.7325 11.0071 9.8275C11.8938 10.1204 12.8517 10.2788 13.8333 10.2788C14.2688 10.2788 14.625 10.635 14.625 11.0704V13.8333C14.625 14.2688 14.2688 14.625 13.8333 14.625C6.39958 14.625 0.375 8.60042 0.375 1.16667C0.375 0.73125 0.73125 0.375 1.16667 0.375H3.9375C4.37292 0.375 4.72917 0.73125 4.72917 1.16667C4.72917 2.15625 4.8875 3.10625 5.18042 3.99292C5.2675 4.27 5.20417 4.57875 4.9825 4.80042L3.24083 6.54208Z' fill='%23CEAC7A'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    content: '';
    height: .9375rem;
    margin-right: .625rem;
    width: 1.0625rem; }
  .button.--phone:hover:before, .form__submit input.--phone:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.24083 6.54208C4.38083 8.7825 6.2175 10.6112 8.45792 11.7592L10.1996 10.0175C10.4133 9.80375 10.73 9.7325 11.0071 9.8275C11.8938 10.1204 12.8517 10.2788 13.8333 10.2788C14.2688 10.2788 14.625 10.635 14.625 11.0704V13.8333C14.625 14.2688 14.2688 14.625 13.8333 14.625C6.39958 14.625 0.375 8.60042 0.375 1.16667C0.375 0.73125 0.73125 0.375 1.16667 0.375H3.9375C4.37292 0.375 4.72917 0.73125 4.72917 1.16667C4.72917 2.15625 4.8875 3.10625 5.18042 3.99292C5.2675 4.27 5.20417 4.57875 4.9825 4.80042L3.24083 6.54208Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A"); }
  .button.--fax:before, .form__submit input.--fax:before {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0423 4.33333H2.95898C1.64482 4.33333 0.583984 5.39417 0.583984 6.70833V11.4583H3.75065V14.625H13.2507V11.4583H16.4173V6.70833C16.4173 5.39417 15.3565 4.33333 14.0423 4.33333ZM11.6673 13.0417H5.33398V9.08333H11.6673V13.0417ZM14.0423 7.5C13.6069 7.5 13.2507 7.14375 13.2507 6.70833C13.2507 6.27292 13.6069 5.91667 14.0423 5.91667C14.4777 5.91667 14.834 6.27292 14.834 6.70833C14.834 7.14375 14.4777 7.5 14.0423 7.5ZM13.2507 0.375H3.75065V3.54167H13.2507V0.375Z' fill='%23CEAC7A'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    content: '';
    height: .9375rem;
    margin-right: .625rem;
    width: 1.0625rem; }
  .button.--fax:hover:before, .form__submit input.--fax:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0423 4.33333H2.95898C1.64482 4.33333 0.583984 5.39417 0.583984 6.70833V11.4583H3.75065V14.625H13.2507V11.4583H16.4173V6.70833C16.4173 5.39417 15.3565 4.33333 14.0423 4.33333ZM11.6673 13.0417H5.33398V9.08333H11.6673V13.0417ZM14.0423 7.5C13.6069 7.5 13.2507 7.14375 13.2507 6.70833C13.2507 6.27292 13.6069 5.91667 14.0423 5.91667C14.4777 5.91667 14.834 6.27292 14.834 6.70833C14.834 7.14375 14.4777 7.5 14.0423 7.5ZM13.2507 0.375H3.75065V3.54167H13.2507V0.375Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A"); }

.underline {
  color: #CEAC7A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: .9375em;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .underline:before {
    background: #CEAC7A;
    bottom: -.625rem;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 0; }
  .underline:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5303 6.53033C19.8232 6.23744 19.8232 5.76256 19.5303 5.46967L14.7574 0.696699C14.4645 0.403806 13.9896 0.403806 13.6967 0.696699C13.4038 0.989593 13.4038 1.46447 13.6967 1.75736L17.9393 6L13.6967 10.2426C13.4038 10.5355 13.4038 11.0104 13.6967 11.3033C13.9896 11.5962 14.4645 11.5962 14.7574 11.3033L19.5303 6.53033ZM0 6.75H19V5.25H0V6.75Z' fill='%23CEAC7A'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    content: '';
    display: block;
    height: .75rem;
    left: -webkit-calc(100% + .625rem);
    left: -moz-calc(100% + .625rem);
    left: calc(100% + .625rem);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    width: 1.25rem; }
  .underline:hover {
    color: #CEAC7A; }
    .underline:hover:before {
      width: 100%; }
  .underline.--no-arrow:after {
    content: none; }

/*********************\
      FIN BUTTON
\*********************/
.container {
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .container.--block {
      margin: 0 15px;
      padding: 0 25px; } }
  @media screen and (min-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 960px) {
    .container {
      max-width: 900px; } }
  @media screen and (min-width: 1200px) {
    .container {
      max-width: 1130px; } }
  @media screen and (min-width: 1440px) {
    .container {
      max-width: 1350px; } }
  @media screen and (min-width: 1680px) {
    .container {
      max-width: 1530px; } }
  @media screen and (min-width: 1440px) {
    .container.--small {
      max-width: 1220px; } }
  @media screen and (min-width: 1440px) {
    .container.--semi-full {
      max-width: -webkit-calc(100% - 260px);
      max-width: -moz-calc(100% - 260px);
      max-width: calc(100% - 260px); } }
  @media screen and (min-width: 1440px) {
    .container.--full {
      max-width: -webkit-calc(100% - 150px);
      max-width: -moz-calc(100% - 150px);
      max-width: calc(100% - 150px); } }

.animateSeparator {
  position: relative; }
  .animateSeparator:before {
    -webkit-animation-name: animateSeparator;
    -moz-animation-name: animateSeparator;
    -o-animation-name: animateSeparator;
    animation-name: animateSeparator;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    background: #CEAC7A;
    content: '';
    display: block;
    height: 4.625rem;
    left: 50%;
    position: absolute;
    top: -webkit-calc(100% - 2.3125rem);
    top: -moz-calc(100% - 2.3125rem);
    top: calc(100% - 2.3125rem);
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    transform: translateX(-50%) translate3d(0, 0, 0);
    width: 2px;
    z-index: 1; }

.separator {
  padding-top: 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .separator {
      padding: 0 2.5rem; } }
  @media screen and (min-width: 960px) {
    .separator {
      padding: 0 3.3rem; } }
  @media screen and (min-width: 1200px) {
    .separator {
      padding: 0 4.125rem; } }
  @media screen and (min-width: 768px) {
    .separator.--large {
      padding: 0 3rem; } }
  @media screen and (min-width: 960px) {
    .separator.--large {
      padding: 0 4.2rem; } }
  @media screen and (min-width: 1200px) {
    .separator.--large {
      padding: 0 5.75rem; } }
  @media screen and (min-width: 768px) {
    .separator.--large:before {
      top: .875rem;
      width: 1.96rem; } }
  @media screen and (min-width: 960px) {
    .separator.--large:before {
      width: 2.74rem; } }
  @media screen and (min-width: 1200px) {
    .separator.--large:before {
      width: 3.75rem; } }
  .separator:before {
    background: #CEAC7A;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 47px; }
    @media screen and (min-width: 768px) {
      .separator:before {
        top: .875rem;
        width: 1.74rem; } }
    @media screen and (min-width: 960px) {
      .separator:before {
        width: 2.3rem; } }
    @media screen and (min-width: 1200px) {
      .separator:before {
        width: 2.875rem; } }

@-webkit-keyframes animateSeparator {
  0% {
    opacity: 1;
    height: 4.625rem; }
  100% {
    opacity: 0;
    height: 0; } }

@-moz-keyframes animateSeparator {
  0% {
    opacity: 1;
    height: 4.625rem; }
  100% {
    opacity: 0;
    height: 0; } }

@-o-keyframes animateSeparator {
  0% {
    opacity: 1;
    height: 4.625rem; }
  100% {
    opacity: 0;
    height: 0; } }

@keyframes animateSeparator {
  0% {
    opacity: 1;
    height: 4.625rem; }
  100% {
    opacity: 0;
    height: 0; } }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex.nowrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .flex.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .flex.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex.align-start {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
  .flex.align-end {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: end; }
  .flex.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex.justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  .flex.justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  .flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex.justify-s-a {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .flex.justify-s-b {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex.justify-s-e {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }

.row.flex:before,
.row.flex:after,
.container.flex:before,
.container.flex:after {
  width: 100%; }

@font-face {
  font-family: 'DINPro';
  src: url("../../fonts/dinpro/DINPro-Medium.eot");
  src: url("../../fonts/dinpro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinpro/DINPro-Medium.woff2") format("woff2"), url("../../fonts/dinpro/DINPro-Medium.woff") format("woff"), url("../../fonts/dinpro/DINPro-Medium.ttf") format("truetype"), url("../../fonts/dinpro/DINPro-Medium.svg#DINPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DINPro';
  src: url("../../fonts/dinpro/DINPro-Regular.eot");
  src: url("../../fonts/dinpro/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinpro/DINPro-Regular.woff2") format("woff2"), url("../../fonts/dinpro/DINPro-Regular.woff") format("woff"), url("../../fonts/dinpro/DINPro-Regular.ttf") format("truetype"), url("../../fonts/dinpro/DINPro-Regular.svg#DINPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DINPro';
  src: url("../../fonts/dinpro/DINPro-Bold.eot");
  src: url("../../fonts/dinpro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/dinpro/DINPro-Bold.woff2") format("woff2"), url("../../fonts/dinpro/DINPro-Bold.woff") format("woff"), url("../../fonts/dinpro/DINPro-Bold.ttf") format("truetype"), url("../../fonts/dinpro/DINPro-Bold.svg#DINPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'FreightBigPro';
  src: url("../../fonts/freight/freigbigproboo-webfont.eot");
  src: url("../../fonts/freight/freigbigproboo-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/freight/freigbigproboo-webfont.woff2") format("woff2"), url("../../fonts/freight/freigbigproboo-webfont.woff") format("woff"), url("../../fonts/freight/freigbigproboo-webfont.ttf") format("truetype"), url("../../fonts/freight/freigbigproboo-webfont.svg#freightbig_probook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FreightBigPro';
  src: url("../../fonts/freight/freigbigpromed-webfont.eot");
  src: url("../../fonts/freight/freigbigpromed-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/freight/freigbigpromed-webfont.woff2") format("woff2"), url("../../fonts/freight/freigbigpromed-webfont.woff") format("woff"), url("../../fonts/freight/freigbigpromed-webfont.ttf") format("truetype"), url("../../fonts/freight/freigbigpromed-webfont.svg#freightbig_probook") format("svg");
  font-weight: 500;
  font-style: normal; }

/*@font-face {
  font-family: 'Mincho';
  src: url("../../fonts/mincho/sawarabimincho-regular.eot");
  src: url("../../fonts/mincho/sawarabimincho-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/mincho/sawarabimincho-regular.woff2") format("woff2"), url("../../fonts/mincho/sawarabimincho-regular.woff") format("woff"), url("../../fonts/mincho/sawarabimincho-regular.ttf") format("truetype"), url("../../fonts/mincho/sawarabimincho-regular.svg#Mincho") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }*/

/*@font-face {
  font-family: 'Gothic';
  src: url("../../fonts/gothic/SawarabiGothic-Regular.eot");
  src: url("../../fonts/gothic/SawarabiGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/gothic/SawarabiGothic-Regular.woff2") format("woff2"), url("../../fonts/gothic/SawarabiGothic-Regular.woff") format("woff"), url("../../fonts/gothic/SawarabiGothic-Regular.ttf") format("truetype"), url("../../fonts/gothic/SawarabiGothic-Regular.svg#Gothic") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }*/

/*********************\
    HELPER CLASSES
\*********************/
.table {
  display: table; }

.table-row {
  display: table-row; }

.table-cell {
  display: table-cell; }

.inline-block {
  display: inline-block;
  font-size: 1rem;
  float: none; }

.inline-wrapper {
  font-size: 0; }

.top {
  vertical-align: top; }

.middle {
  vertical-align: middle;
  line-height: normal; }

.bottom {
  vertical-align: bottom; }

.relative {
  position: relative; }

.full-width {
  width: 100%; }

.full-height {
  min-height: 100%; }

.bold {
  font-weight: 700; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/*********************\
   FIN HELPER CLASSES
\*********************/
#wpadminbar {
  position: fixed;
  top: initial;
  bottom: 0; }
  #wpadminbar .ab-sub-wrapper {
    bottom: 100%; }
  @media (max-width: 600px) {
    #wpadminbar {
      position: fixed; } }

@media (max-width: 1140px) {
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; } }

@media (max-width: 991px) {
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; } }

@media (max-width: 768px) {
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; } }

.articlesPage__list, .debats__list {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 3.125rem; }
  @media screen and (min-width: 768px) {
    .articlesPage__list, .debats__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 960px) {
    .articlesPage__list, .debats__list {
      grid-template-columns: repeat(3, 1fr); } }

/* 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;
  background-color: #002349;
  padding: 30px;
  margin-bottom: 1rem;
  border-left: 6px solid #CEAC7A;
  color: #ffffff;
}

blockquote p, .main .defaultPage__presentation__text blockquote p, q p {
  color: #ffffff;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

/*********************\
        SHARED
\*********************/
/*********************\
      FIN SHARED
\*********************/
.mb-10 {
  margin-bottom: 0.625rem; }

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

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

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

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

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

.mb-20 {
  margin-bottom: 1.25rem; }

.mt-20 {
  margin-top: 1.25rem; }

.ml-20 {
  margin-left: 1.25rem; }

.mr-20 {
  margin-right: 1.25rem; }

.pv-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.ph-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.mb-30 {
  margin-bottom: 1.875rem; }

.mt-30 {
  margin-top: 1.875rem; }

.ml-30 {
  margin-left: 1.875rem; }

.mr-30 {
  margin-right: 1.875rem; }

.pv-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.ph-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.mb-40 {
  margin-bottom: 2.5rem; }

.mt-40 {
  margin-top: 2.5rem; }

.ml-40 {
  margin-left: 2.5rem; }

.mr-40 {
  margin-right: 2.5rem; }

.pv-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.ph-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.mb-50 {
  margin-bottom: 3.125rem; }

.mt-50 {
  margin-top: 3.125rem; }

.ml-50 {
  margin-left: 3.125rem; }

.mr-50 {
  margin-right: 3.125rem; }

.pv-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }

.ph-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem; }

.mb-60 {
  margin-bottom: 3.75rem; }

.mt-60 {
  margin-top: 3.75rem; }

.ml-60 {
  margin-left: 3.75rem; }

.mr-60 {
  margin-right: 3.75rem; }

.pv-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

.ph-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem; }

.mb-70 {
  margin-bottom: 4.375rem; }

.mt-70 {
  margin-top: 4.375rem; }

.ml-70 {
  margin-left: 4.375rem; }

.mr-70 {
  margin-right: 4.375rem; }

.pv-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem; }

.ph-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem; }

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

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

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

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

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

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

.mb-90 {
  margin-bottom: 5.625rem; }

.mt-90 {
  margin-top: 5.625rem; }

.ml-90 {
  margin-left: 5.625rem; }

.mr-90 {
  margin-right: 5.625rem; }

.pv-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem; }

.ph-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem; }

.mb-100 {
  margin-bottom: 6.25rem; }

.mt-100 {
  margin-top: 6.25rem; }

.ml-100 {
  margin-left: 6.25rem; }

.mr-100 {
  margin-right: 6.25rem; }

.pv-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }

.ph-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem; }

.mb-110 {
  margin-bottom: 6.875rem; }

.mt-110 {
  margin-top: 6.875rem; }

.ml-110 {
  margin-left: 6.875rem; }

.mr-110 {
  margin-right: 6.875rem; }

.pv-110 {
  padding-top: 6.875rem;
  padding-bottom: 6.875rem; }

.ph-110 {
  padding-left: 6.875rem;
  padding-right: 6.875rem; }

.mb-120 {
  margin-bottom: 7.5rem; }

.mt-120 {
  margin-top: 7.5rem; }

.ml-120 {
  margin-left: 7.5rem; }

.mr-120 {
  margin-right: 7.5rem; }

.pv-120 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

.ph-120 {
  padding-left: 7.5rem;
  padding-right: 7.5rem; }

/*********************\
      SIZE TYPO
\*********************/
html {
  font-size: 80%; }
  @media (min-width: 768px) {
    html {
      font-size: 82.5%; } }
  @media (min-width: 960px) {
    html {
      font-size: 85%; } }
  @media (min-width: 1200px) {
    html {
      font-size: 89%; } }
  @media (min-width: 1440px) {
    html {
      font-size: 95%; } }
  @media (min-width: 1680px) {
    html {
      font-size: 100%; } }

/*********************\
     FIN SIZE TYPO
\*********************/
body {
  --title-font: 'FreightBigPro', serif;
  --default-font: 'futura-pt', Arial, sans-serif;
  --din-font: 'DINPro', Arial, sans-serif;
  font-family: var(--default-font);
  font-size: 1rem;
  line-height: 1.5;
  color: #002349;
  /*font-size: 13px;
  line-height: 26px;*/ }
  body.logged-in {
    padding-bottom: 32px; }
    @media (max-width: 782px) {
      body.logged-in {
        padding-bottom: 46px; } }
body.lang-ja {
  --title-font: "Segoe UI", Arial, Roboto, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans CJK", sans-serif;
  --default-font: "Segoe UI", Arial, Roboto, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans CJK", sans-serif; }
  body.lang-ja.single-post h1 {
    font-size: 2.1em; }
  body.lang-ja .mincho {
    font-family: "Segoe UI", Arial, Roboto, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans CJK", sans-serif; }
  body.lang-ja .mincho h1 {
    font-size: 2.2em; }
  body.lang-ja .mincho a {
    font-family: "Segoe UI", Arial, Roboto, メイリオ, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans CJK", sans-serif; }
  .lang-ja .homepage__article__title, .lang-ja .articlesPage__list .defaultPage__subpage__title, .lang-ja .js-page-news .defaultPage__article__title {
    font-size: 22px;
  }


/* Typos DIN */
.lang-fr .menu-menu-langue, .lang-fr .breadcrumb, .lang-fr .expertisePage__files__item__title, .lang-fr .subtitle, .lang-fr .button, .lang-fr .underline, .lang-fr .wpcf7-submit, .lang-fr .form__field select, .lang-fr .form__field label,
.lang-en .menu-menu-langue, .lang-en .breadcrumb, .lang-en .expertisePage__files__item__title, .lang-en .subtitle, .lang-en .button, .lang-en .underline, .lang-en .wpcf7-submit, .lang-en .form__field select, .lang-en .form__field label,
.lang-ja .contact__bloc__subtitle, .lang-ja .footer__copyright__title, .lang-ja .footer__copyright__menu a {
  font-family: var(--din-font);
}

/* Typos Arial */
.lang-ja .contact__bloc__subtitle, .lang-ja .footer__copyright__title, .lang-ja .footer__copyright__menu a, .lang-ja .footer__main__item__content p {
  font-family: 'futura-pt', Arial, sans-serif;
}

/* Typos FREIGHT */
.lang-ja .introduction__text, .lang-ja .footer__main__item__title, .lang-ja .footer__bottom__col,
.lang-ja .homepage h2, .lang-ja .homepage__debat__title,
.lang-ja .expertise.container h1,
.lang-ja .defaultPage h1,
.lang-ja .debats.container h1, .lang-ja .debats.container h3,
.lang-ja .contact.container h1, .lang-ja .contact__bloc__title,
.lang-ja .expertisePage h2,
.lang-ja .footer__bottom__title {
  font-family: 'FreightBigPro', serif;
  font-weight: 400;
}

/* Typos ARIAL */
.lang-fr .form__field label .wpcf7-list-item-label,
.lang-en .form__field label .wpcf7-list-item-label {
  font-family: var(--default-font);
}


.main .homepage p, .main .homepage .homepage__article__excerpt, .main .homepage .homepage__debat__excerpt {
  color: #676767; }

.main .expertise .expertise__content, .main .expertise .expertise__item__excerpt {
  color: #676767; }

.main .expertisePage .expertisePage__list__item, .main .expertisePage p, .main .expertisePage .expertisePage__article__excerpt {
  color: #676767; }

.main .defaultPage__equipe__member__excerpt, .main .defaultPage__content, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item, .main .defaultPage__article__excerpt, .main .defaultPage__presentation__text, .main .defaultPage__texte {
  color: #676767; }
  .main .defaultPage__equipe__member__excerpt a, .main .defaultPage__equipe__member__excerpt p, .main .defaultPage__content a, .main .defaultPage__content p, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item a, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item p, .main .defaultPage__article__excerpt a, .main .defaultPage__article__excerpt p, .main .defaultPage__presentation__text a, .main .defaultPage__presentation__text p, .main .defaultPage__texte a, .main .defaultPage__texte p {
    color: #676767; }
  .main .defaultPage__equipe__member__excerpt h1, .main .defaultPage__equipe__member__excerpt h2, .main .defaultPage__equipe__member__excerpt h3, .main .defaultPage__equipe__member__excerpt h4, .main .defaultPage__equipe__member__excerpt h5, .main .defaultPage__equipe__member__excerpt h6, .main .defaultPage__content h1, .main .defaultPage__content h2, .main .defaultPage__content h3, .main .defaultPage__content h4, .main .defaultPage__content h5, .main .defaultPage__content h6, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item h1, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item h2, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item h3, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item h4, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item h5, .main .defaultPage__carac__bloc__list .defaultPage__carac__bloc__item h6, .main .defaultPage__article__excerpt h1, .main .defaultPage__article__excerpt h2, .main .defaultPage__article__excerpt h3, .main .defaultPage__article__excerpt h4, .main .defaultPage__article__excerpt h5, .main .defaultPage__article__excerpt h6, .main .defaultPage__presentation__text h1, .main .defaultPage__presentation__text h2, .main .defaultPage__presentation__text h3, .main .defaultPage__presentation__text h4, .main .defaultPage__presentation__text h5, .main .defaultPage__presentation__text h6, .main .defaultPage__texte h1, .main .defaultPage__texte h2, .main .defaultPage__texte h3, .main .defaultPage__texte h4, .main .defaultPage__texte h5, .main .defaultPage__texte h6 {
    color: #002349; }

button {
  font-family: var(--default-font); }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.expertisePage__header h1, .expertisePage__header h2, .expertisePage__header h3, .expertisePage__header h4, .expertisePage__header h5, .expertisePage__header h6 {
  color: #ffffff; }

h1, .h1 {
  font-family: var(--title-font);
  font-size: 40px;
  letter-spacing: 1px;
  line-height: .886em; }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 2.8em; } }
  h1.title, .h1.title {
    margin-bottom: 1.875rem;
    margin-top: 25px; }
    @media screen and (min-width: 768px) {
      h1.title, .h1.title {
        margin-top: 0; } }

h2, .h2 {
  font-family: var(--title-font);
  font-size: 40px;
  letter-spacing: 1px;
  line-height: .886em;}
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 3.43em; } }


.lang-ja h2.defaultPage__news__title {
  font-size: 30px;}
  @media screen and (min-width: 768px) {
    .lang-ja h2.defaultPage__news__title {
      font-size: 2.43em; } }

h3, .h3 {
  font-family: var(--title-font);
  font-size: 30px;
  line-height: 1.02em; }
  @media screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 2.8125em; } }

h4, .h4 {
  font-family: var(--title-font);
  font-size: 22px;
  line-height: 1.18em; }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 1.625em; } }

.subtitle {
  color: #CEAC7A;
  font-size: .9375em;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.47em;
  text-transform: uppercase; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  a:hover, a:focus {
    text-decoration: none; }

p {
  margin: 0;
  /*font-family: var(--paragraphe-font);*/ }

b, strong, .bold {
  font-weight: 700; }

.light {
  font-weight: 300; }

img {
  max-width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.l-h-0 {
  line-height: 0; }

.l-h-reset {
  line-height: 1.4; }

.text-greater-1 {
  font-size: 1.125rem; }

.text-greater-2 {
  font-size: 1.25rem; }

.text-greater-3 {
  font-size: 1.5rem; }

.text-smaller-1 {
  font-size: 14px; }

.text-smaller-2 {
  font-size: 13px; }

.text-smaller-3 {
  font-size: 12px; }

.white-text {
  color: #FFFFFF; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px; }

/*********************\
        PAGES
\*********************/
.errorPage__content {
  margin: auto;
  max-width: 600px;
  padding: 3.75rem 0;
  text-align: center; }

.errorPage__title {
  font-size: 9em;
  line-height: .89em;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
  position: relative; }
  .errorPage__title:before {
    background: #CEAC7A;
    bottom: -1px;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    transform: translateX(-50%) translate3d(0, 0, 0);
    width: 3.75rem; }

.errorPage__subtitle {
  margin-bottom: 1.5625rem; }

.errorPage__text a {
  font-weight: 700;
  text-decoration: underline; }

.articlesPage__list.--loading {
  position: relative; }
  .articlesPage__list.--loading:before {
    background: rgba(255, 255, 255, 0.75);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .articlesPage__list.--loading:after {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: loading;
    -moz-animation-name: loading;
    -o-animation-name: loading;
    animation-name: loading;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    border: 4px solid transparent;
    border-bottom-color: #CEAC7A;
    border-top-color: #CEAC7A;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
    height: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    transform: translateX(-50%) translate3d(0, 0, 0);
    position: absolute;
    top: 6rem;
    width: 50px;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .articlesPage__list.--loading:after {
        top: 8rem; } }

@media screen and (min-width: 768px) {
  .articlesPage__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.articlesPage__category {
  color: #002349;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--title-font);
  font-size: 1.5em;
  letter-spacing: .04em;
  line-height: .75em;
  padding: 10px 0;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }
  @media screen and (min-width: 768px) {
    .articlesPage__category {
      padding: .9375rem 0; } }
  .articlesPage__category:hover, .articlesPage__category.--active {
    color: #CEAC7A; }
    .articlesPage__category:hover:before, .articlesPage__category.--active:before {
      background: #CEAC7A;
      width: 100%; }
  .articlesPage__category:before {
    background: #002349;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 0; }
  .articlesPage__category__list {
    margin-bottom: 16px; }
    @media screen and (min-width: 768px) {
      .articlesPage__category__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        margin-right: 15px; } }
    .articlesPage__category__list li {
      margin-bottom: 12px; }
      @media screen and (min-width: 768px) {
        .articlesPage__category__list li {
          margin-bottom: 0;
          margin-right: 2rem; } }

.articlesPage__tag {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 0.75L5 5.25L0.5 0.75' stroke='%23ACB2B4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center right 1rem;
  background-repeat: no-repeat;
  border: 1px solid #ACB2B4;
  color: #ACB2B4;
  cursor: pointer;
  display: block;
  font-size: .9375em;
  letter-spacing: .23em;
  line-height: 1.2em;
  max-width: 19.7rem;
  padding: .84rem .95rem;
  resize: none;
  text-transform: uppercase;
  width: 100%; }

.articlesPage__empty {
  font-family: var(--title-font);
  font-size: 2em;
  padding: 3rem 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .articlesPage__empty {
      grid-column: 1 / 3; } }
  @media screen and (min-width: 960px) {
    .articlesPage__empty {
      grid-column: 1 / 4; } }

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

@-moz-keyframes loading {
  0% {
    -moz-transform: translateX(-50%) rotate(0) translate3d(0, 0, 0);
    transform: translateX(-50%) rotate(0) translate3d(0, 0, 0); }
  100% {
    -moz-transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
    transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0); } }

@-o-keyframes loading {
  0% {
    transform: translateX(-50%) rotate(0) translate3d(0, 0, 0); }
  100% {
    transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0); } }

@keyframes loading {
  0% {
    -webkit-transform: translateX(-50%) rotate(0) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) rotate(0) translate3d(0, 0, 0);
    transform: translateX(-50%) rotate(0) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0);
    transform: translateX(-50%) rotate(360deg) translate3d(0, 0, 0); } }

.contact__header {
  margin-bottom: 1.875rem; }
  .contact__header__title {
    margin-bottom: 0 !important; }
  .contact__header__subtitle {
    font-family: var(--title-font);
    font-size: 1.375em;
    font-style: italic;
    line-height: 1em;
    margin-top: .625rem; }

.contact__content {
  font-size: 1em;
  line-height: 1.375em;
  margin-bottom: 3.4375rem; }

.contact__row {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 768px) {
    .contact__row {
      grid-gap: 2.5rem;
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 960px) {
    .contact__row {
      grid-gap: 3rem; } }
  @media screen and (min-width: 1200px) {
    .contact__row {
      grid-gap: 3.75rem; } }

.contact__bloc {
  background: #002349;
  color: #FFFFFF;
  padding: 20px 24px; }
  @media screen and (min-width: 768px) {
    .contact__bloc {
      padding: 1rem 1.5rem; } }
  @media screen and (min-width: 960px) {
    .contact__bloc {
      padding: 1.3rem 2.1rem; } }
  @media screen and (min-width: 1200px) {
    .contact__bloc {
      padding: 1.875rem 2.8125rem; } }
  .contact__bloc:not(:last-child) {
    margin-bottom: 1.5rem; }
  .contact__bloc__row {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr); }
    @media screen and (min-width: 1200px) {
      .contact__bloc__row {
        grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 768px) {
    .contact__bloc__col.--center {
      text-align: center; } }
  .contact__bloc__title {
    font-size: 2.1875em;
    font-family: var(--title-font);
    line-height: 1.02em;
    margin-bottom: 1rem; }
  .contact__bloc__subtitle {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.47em;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .contact__bloc__content {
    font-size: 14px; }
    .contact__bloc__content.--big {
      font-size: 16px;
      line-height: 1.375em; }
  .contact__bloc__transport:not(:last-child) {
    margin-bottom: 1rem; }
  .contact__bloc__transport__title {
    font-size: 14px;
    font-weight: 700;
    line-height: .96em;
    margin-bottom: .5rem;
    text-decoration: underline; }
  .contact__bloc__phone {
    margin-top: 1.25rem; }
    @media screen and (max-width: 767px) {
      .contact__bloc__phone a {
        width: 100%; } }
    .contact__bloc__phone .button.--small, .contact__bloc__phone .form__submit input.--small, .form__submit .contact__bloc__phone input.--small {
      padding: 1rem 0.8rem;
      letter-spacing: 1px; }

.lang-ja .contact__bloc__content p {
  font-family: 'DINPro', Arial, Helvetica, Verdana, sans-serif; }

.lang-ja .contact__bloc__phone .button, .lang-ja .contact__bloc__phone .form__submit input, .form__submit .lang-ja .contact__bloc__phone input {
  font-family: 'DINPro', Arial, Helvetica, Verdana, sans-serif; }

.debats__content {
  color: #202020;
  font-size: 1.2em; }

.expertise__content {
  color: #202020;
  font-size: 1rem; }

.expertise__list {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 3.125rem; }
  @media screen and (min-width: 768px) {
    .expertise__list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 960px) {
    .expertise__list {
      grid-template-columns: repeat(3, 1fr); } }

.expertise__item__img {
  margin-bottom: 1.25rem; }
  .expertise__item__img a,
  .expertise__item__img img,
  .expertise__item__img picture {
    display: block; }

.expertise__item__title {
  margin-bottom: 1rem; }

.expertise__item__excerpt {
  font-size: 1rem;
  height: 4em;
  line-height: 1.375em;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative; }
  .expertise__item__excerpt:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%; }

.expertisePage__news__title {
  margin-bottom: 3rem;
  text-align: center; }

.expertisePage__news__list {
  position: relative; }
  @media screen and (min-width: 768px) {
    .expertisePage__news__list {
      padding: 0 1.5rem; } }
  @media screen and (min-width: 960px) {
    .expertisePage__news__list {
      padding: 0 2.3rem; } }
  @media screen and (min-width: 1200px) {
    .expertisePage__news__list {
      padding: 0 3.4rem; } }
  @media screen and (min-width: 1440px) {
    .expertisePage__news__list {
      padding: 0 4.375rem; } }
  .expertisePage__news__list .owl-prev,
  .expertisePage__news__list .owl-next {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    font-size: 0;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    width: 12px; }
  .expertisePage__news__list .owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0476 20.5L1 11L10.0476 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: -30px; }
    @media screen and (min-width: 768px) {
      .expertisePage__news__list .owl-prev {
        left: 0; } }
  .expertisePage__news__list .owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0476 20.5L10.0952 11L1.0476 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    right: -30px; }
    @media screen and (min-width: 768px) {
      .expertisePage__news__list .owl-next {
        right: 0; } }
  .expertisePage__news__list .owl-item:nth-child(6n+1) .expertisePage__article:before {
    background-color: #C7E2E9; }
  .expertisePage__news__list .owl-item:nth-child(6n+2) .expertisePage__article:before {
    background-color: #FAE9D0; }
  .expertisePage__news__list .owl-item:nth-child(6n+3) .expertisePage__article:before {
    background-color: #FAF8F3; }
  .expertisePage__news__list .owl-item:nth-child(6n+4) .expertisePage__article:before {
    background-color: #BACCD1; }
  .expertisePage__news__list .owl-item:nth-child(6n+5) .expertisePage__article:before {
    background-color: #E8F8FC; }
  .expertisePage__news__list .owl-item:nth-child(6n+6) .expertisePage__article:before {
    background-color: #FFF3E2; }

.expertisePage__news__bottom {
  margin-top: 3rem;
  text-align: center; }

.expertisePage__article {
  padding-left: 10px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .expertisePage__article {
      padding-left: 20px; } }
  .expertisePage__article:before {
    content: '';
    display: block;
    left: 0;
    padding-top: 58%;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .expertisePage__article:before {
        top: 20px; } }
  .expertisePage__article__link:hover .expertisePage__article__more {
    opacity: 1; }
  .expertisePage__article__link:hover .expertisePage__article__title {
    text-decoration: underline; }
  .expertisePage__article__link:hover .expertisePage__article__date {
    color: #CEAC7A;
    opacity: 1; }
  .expertisePage__article__img {
    position: relative;
    margin-bottom: 2rem;
    width: 75%; }
  .expertisePage__article__more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 35, 73, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 100%; }
  .expertisePage__article__content {
    max-width: 480px; }
  .expertisePage__article__title {
    font-family: var(--title-font);
    font-size: 1.625em;
    line-height: 1.12em;
    margin-bottom: 1rem; }
  .expertisePage__article__excerpt {
    /*font-family: $titleFont;*/
    font-size: 1rem;
    /*font-style: italic;*/
    letter-spacing: .3px;
    line-height: 1.22em;
    margin-bottom: 1rem;
    max-height: 3.66em;
    overflow: hidden;
    position: relative; }
    .expertisePage__article__excerpt:after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFFFFF));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
  .expertisePage__article__date {
    font-size: .9375em;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .23em;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }

.expertisePage > *:first-child {
  margin-top: -35px;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .expertisePage > *:first-child {
      margin-top: 0; } }
  @media screen and (min-width: 960px) {
    .expertisePage > *:first-child {
      margin-top: -3.125rem; } }

.expertisePage > *:not(:last-child) {
  margin-bottom: 3.75rem; }

.expertisePage__header {
  background: #002349;
  color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .expertisePage__header__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 15px; } }
  @media screen and (min-width: 960px) {
    .expertisePage__header__container {
      margin-left: -webkit-calc((100% - 900px) / 2);
      margin-left: -moz-calc((100% - 900px) / 2);
      margin-left: calc((100% - 900px) / 2); } }
  @media screen and (min-width: 1200px) {
    .expertisePage__header__container {
      margin-left: -webkit-calc((100% - 1130px) / 2);
      margin-left: -moz-calc((100% - 1130px) / 2);
      margin-left: calc((100% - 1130px) / 2); } }
  @media screen and (min-width: 1440px) {
    .expertisePage__header__container {
      margin-left: -webkit-calc((100% - 1350px) / 2);
      margin-left: -moz-calc((100% - 1350px) / 2);
      margin-left: calc((100% - 1350px) / 2); } }
  @media screen and (min-width: 1680px) {
    .expertisePage__header__container {
      margin-left: -webkit-calc((100% - 1530px) / 2);
      margin-left: -moz-calc((100% - 1530px) / 2);
      margin-left: calc((100% - 1530px) / 2); } }
  .expertisePage__header__content {
    padding: 15px 40px 40px; }
    @media screen and (min-width: 768px) {
      .expertisePage__header__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 3.4375rem;
        padding: 0; } }
  @media screen and (min-width: 768px) {
    .expertisePage__header__text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 3rem; } }
  @media screen and (min-width: 768px) {
    .expertisePage__header__img {
      max-width: 600px;
      width: 42%; } }

.expertisePage__list {
  background: #FFFFFF;
  margin: 0 -25px;
  padding: 25px; }
  @media screen and (min-width: 768px) {
    .expertisePage__list {
      padding: 3.125rem 4.375rem 3.125rem 5.625rem;
      margin: 0; } }
  .expertisePage__list__title {
    margin-bottom: 1.625rem; }
  .expertisePage__list__elements {
    display: grid;
    grid-gap: 1.25rem;
    grid-template-columns: repeat(1, 1fr); }
    @media screen and (min-width: 960px) {
      .expertisePage__list__elements {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        display: block;
        padding-left: 3.75rem; } }
  .expertisePage__list__item {
    /*color: $dark;*/
    font-size: 1em;
    line-height: 1.47em;
    padding-left: 20px;
    position: relative; }
    @media screen and (min-width: 960px) {
      .expertisePage__list__item:not(:last-child) {
        margin-bottom: 1.25rem; } }
    .expertisePage__list__item:before {
      background: #CEAC7A;
      content: '';
      display: block;
      height: 7px;
      left: 0;
      position: absolute;
      top: .625rem;
      width: 7px; }

.expertisePage__double__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-gap: 20px;
  grid-template-areas: 'content'
 'img';
  grid-template-columns: 1fr; }
  @media screen and (min-width: 768px) {
    .expertisePage__double__container {
      grid-template-areas: 'content img';
      grid-template-columns: repeat(2, 1fr); } }
  .expertisePage__double__container.--invert {
    grid-template-areas: 'img'
 'content'; }
    @media screen and (min-width: 768px) {
      .expertisePage__double__container.--invert {
        grid-template-areas: 'img content'; } }
    @media screen and (min-width: 768px) {
      .expertisePage__double__container.--invert .expertisePage__double__content {
        padding-left: 2.1875rem;
        padding-right: 0; } }

.expertisePage__double__content {
  grid-area: content; }
  @media screen and (min-width: 768px) {
    .expertisePage__double__content {
      padding-right: 2.1875rem; } }

.expertisePage__double__subtitle {
  margin-bottom: .75rem; }

.expertisePage__double__title {
  margin-bottom: 2.625rem; }

.expertisePage__double__text {
  font-family: var(--title-font);
  font-size: 25px;
  line-height: 1.196em; }
  @media screen and (min-width: 768px) {
    .expertisePage__double__text {
      font-size: 2.1875em;
      margin-top: 1.5625rem;
      padding-left: 4.125rem;
      padding-right: 1.625rem; } }

@media screen and (min-width: 768px) {
  .expertisePage__double__list {
    padding-left: 4.125rem; } }

.expertisePage__double__item {
  padding-left: 20px;
  position: relative; }
  .expertisePage__double__item:before {
    background: #CEAC7A;
    content: '';
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    top: .625rem;
    width: 7px; }
  .expertisePage__double__item:not(:last-child) {
    margin-bottom: 1.5rem; }
  .expertisePage__double__item__link {
    /*color: $dark;*/
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }
    .expertisePage__double__item__link:hover {
      color: #002349; }
      .expertisePage__double__item__link:hover .expertisePage__double__item__title {
        text-decoration: underline; }
  .expertisePage__double__item__title {
    font-size: 1.1875em;
    font-weight: 500;
    line-height: 1.16em;
    margin-bottom: .25rem; }
  .expertisePage__double__item__subtitle {
    font-size: .9375em;
    font-weight: 300;
    line-height: 1.47em; }

.expertisePage__double__img {
  grid-area: img; }
  .expertisePage__double__img.--video {
    cursor: pointer;
    position: relative; }
    .expertisePage__double__img.--video:before {
      background: black;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      opacity: .4;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .expertisePage__double__img.--video:after {
      background-image: url("data:image/svg+xml,%3Csvg width='74' height='74' viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.5504 36.9046C72.5504 56.5928 56.6078 72.5523 36.9427 72.5523C17.2776 72.5523 1.33496 56.5928 1.33496 36.9046C1.33496 17.2163 17.2776 1.25684 36.9427 1.25684C56.6078 1.25684 72.5504 17.2163 72.5504 36.9046Z' stroke='white'/%3E%3Cpath d='M48.9542 38.4168C50.3994 37.5681 50.3994 35.4463 48.9542 34.5976L31.0697 24.0946C29.6244 23.2459 27.8179 24.3068 27.8179 26.0042V47.0102C27.8179 48.7076 29.6245 49.7685 31.0697 48.9198L48.9542 38.4168Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      background-size: contain;
      content: '';
      display: block;
      height: 4.625rem;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
      -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
      transform: translate(-50%, -50%) translate3d(0, 0, 0);
      width: 4.625rem;
      z-index: 2; }
  .expertisePage__double__img.--show-video .expertisePage__double__video {
    display: block; }

.expertisePage__double__video {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }
  .expertisePage__double__video iframe {
    display: block;
    height: 100%;
    width: 100%; }

.expertisePage__files__container {
  background: #CEAC7A;
  color: #FFFFFF;
  padding: 20px 15px 25px; }
  @media screen and (min-width: 960px) {
    .expertisePage__files__container {
      padding: 1.875rem 6.25rem 3.75rem; } }

.expertisePage__files__title {
  line-height: 1.02em;
  margin-bottom: 2rem;
  text-align: center; }

.expertisePage__files__list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 768px) {
    .expertisePage__files__list {
      grid-template-columns: repeat(2, 1fr); } }

.expertisePage__files__item__link {
  background: white;
  color: #202020;
  display: block;
  padding: 1.5rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s; }
  .expertisePage__files__item__link:hover {
    color: #002349; }
    .expertisePage__files__item__link:hover .expertisePage__files__item__title {
      text-decoration: underline; }

.expertisePage__files__item__title {
  color: #002349;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.16em;
  margin-bottom: .25rem; }

.expertisePage__files__item__subtitle {
  font-size: .9375em;
  font-weight: 300;
  line-height: 1.47em; }

.expertisePage__faq__title {
  margin-bottom: .8125rem; }

.expertisePage__faq__content {
  color: #202020;
  margin-bottom: 3.125rem;
  max-width: 54rem; }

.expertisePage__faq__group {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 3.125rem; }
  @media screen and (min-width: 768px) {
    .expertisePage__faq__group {
      margin-left: 0;
      margin-right: 0; } }
  .expertisePage__faq__group__head {
    font-size: 0;
    line-height: 0;
    overflow: auto;
    padding: 0 15px;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .expertisePage__faq__group__head {
        padding: 0 !important; } }
  .expertisePage__faq__group__title {
    padding: 20px;
    background-color: #fff;
    margin: 0;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #002349;
    border-bottom: 0;
    color: #002349;
    cursor: pointer;
    display: inline-block;
    font-family: var(--title-font);
    font-size: 22px;
    line-height: 22px;
    transition: all .3s;
    margin-right: 5px;
  }
    .expertisePage__faq__group__title:hover, .expertisePage__faq__group__title.--active {
      color: #CEAC7A;
      background-color: #002349}
  .expertisePage__faq__group__content {
    background: #002349;
    display: none;
    padding: 40px 15px; }
    @media screen and (min-width: 768px) {
      .expertisePage__faq__group__content {
        padding: 50px 5.625rem; } }
    .expertisePage__faq__group__content.--active {
      display: block; }

.expertisePage__faq__question {
  background: transparent;
  border: 0;
  color: #202020;
  cursor: pointer;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.39em;
  padding: 0;
  padding-right: 45px;
  position: relative;
  text-align: left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .expertisePage__faq__question {
      padding-right: 7.5rem; } }
  .expertisePage__faq__question:after {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='15' viewBox='0 0 25 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L12.5 13.5L24 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    content: '';
    display: block;
    height: .9375rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    width: 1.5625rem; }
  .expertisePage__faq__question__container {
    background: #FFFFFF;
    cursor: pointer;
    padding: 30px 25px; }
    @media screen and (min-width: 768px) {
      .expertisePage__faq__question__container {
        padding: 1.875rem 3.75rem; } }
    .expertisePage__faq__question__container.--active .expertisePage__faq__question {
      color: #002349; }
      .expertisePage__faq__question__container.--active .expertisePage__faq__question:after {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='15' viewBox='0 0 25 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 13.5L12.5 1.5L1 13.5' stroke='%23CEAC7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .expertisePage__faq__question__container.--active .expertisePage__faq__question__answer {
      display: block; }
    .expertisePage__faq__question__container:not(:last-child) {
      margin-bottom: 1.5rem; }
  .expertisePage__faq__question__answer {
    color: #202020;
    display: none;
    line-height: 1.375em;
    margin-top: 1.5rem; }
    .expertisePage__faq__question__answer p:not(:last-child) {
      margin-bottom: 1rem; }

.lang-ja .expertisePage__faq__group__title {
  font-family: 'MS-PMinchoRegular', serif;
  font-weight: normal; }

.homepage__news__title {
  margin-bottom: 3rem;
  text-align: center; }

.lang-ja .homepage__news__title {
  font-size: 3rem;
}

.homepage__news__list {
  position: relative; }
  @media screen and (min-width: 768px) {
    .homepage__news__list {
      padding: 0 1.5rem; } }
  @media screen and (min-width: 960px) {
    .homepage__news__list {
      padding: 0 2.3rem; } }
  @media screen and (min-width: 1200px) {
    .homepage__news__list {
      padding: 0 3.4rem; } }
  @media screen and (min-width: 1440px) {
    .homepage__news__list {
      padding: 0 4.375rem; } }
  .homepage__news__list .owl-prev,
  .homepage__news__list .owl-next {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    font-size: 0;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    width: 12px; }
  .homepage__news__list .owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0476 20.5L1 11L10.0476 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: -30px; }
    @media screen and (min-width: 768px) {
      .homepage__news__list .owl-prev {
        left: 0; } }
  .homepage__news__list .owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0476 20.5L10.0952 11L1.0476 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    right: -30px; }
    @media screen and (min-width: 768px) {
      .homepage__news__list .owl-next {
        right: 0; } }
  .homepage__news__list .owl-item:nth-child(6n+1) .homepage__article:before {
    background-color: #C7E2E9; }
  .homepage__news__list .owl-item:nth-child(6n+2) .homepage__article:before {
    background-color: #FAE9D0; }
  .homepage__news__list .owl-item:nth-child(6n+3) .homepage__article:before {
    background-color: #FAF8F3; }
  .homepage__news__list .owl-item:nth-child(6n+4) .homepage__article:before {
    background-color: #BACCD1; }
  .homepage__news__list .owl-item:nth-child(6n+5) .homepage__article:before {
    background-color: #E8F8FC; }
  .homepage__news__list .owl-item:nth-child(6n+6) .homepage__article:before {
    background-color: #FFF3E2; }

.homepage__news__bottom {
  margin-top: 3rem;
  text-align: center; }

.homepage__article {
  padding-left: 10px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .homepage__article {
      padding-left: 20px; } }
  .homepage__article:before {
    content: '';
    display: block;
    left: 0;
    padding-top: 58%;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .homepage__article:before {
        top: 20px; } }
  .lang-ja .homepage__article:before {
    padding-top: 56%;
  }
  .homepage__article__link:hover .homepage__article__more {
    opacity: 1; }
  .homepage__article__link:hover .homepage__article__title {
    text-decoration: underline; }
  .homepage__article__link:hover .homepage__article__date {
    color: #CEAC7A;
    opacity: 1; }
  .homepage__article__img {
    position: relative;
    margin-bottom: 2rem;
    width: 75%; }
  .homepage__article__more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 35, 73, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 100%; }
  .homepage__article__content {
    max-width: 480px; }
  .homepage__article__title {
    font-family: var(--title-font);
    font-size: 1.625em;
    line-height: 1.12em;
    margin-bottom: 1rem; }
  .homepage__article__excerpt {
    /*font-family: $titleFont;*/
    font-size: 1rem;
    /*font-style: italic;*/
    letter-spacing: .3px;
    line-height: 1.22em;
    margin-bottom: 1rem;
    max-height: 3.66em;
    overflow: hidden;
    position: relative; }
    .homepage__article__excerpt:after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFFFFF));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
  .homepage__article__date {
    font-size: .9375em;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .23em;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }

.homepage > * {
  margin: 8rem 0; }

.homepage__map__row {
  display: grid;
  grid-gap: 3.125rem;
  grid-template-areas: 'img'
 'content';
  grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 768px) {
    .homepage__map__row {
      grid-gap: 1.25rem;
      grid-template-areas: 'img content';
      grid-template-columns: repeat(2, 1fr); } }

.homepage__map__img {
  grid-area: img; }
  .homepage__map__img__container {
    margin: auto;
    max-width: 35rem; }
    @media screen and (min-width: 768px) {
      .homepage__map__img__container {
        margin-right: 0; } }

.homepage__map__content {
  grid-area: content; }
  .homepage__map__content__container {
    margin: auto;
    max-width: 35rem; }
    @media screen and (min-width: 768px) {
      .homepage__map__content__container {
        margin-right: 0; } }

.homepage__map__subtitle {
  margin-bottom: 1.25rem; }

.homepage__map__title {
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .homepage__map__title {
      margin-bottom: 2.8125rem; } }

.homepage__map__text {
  font-size: 1.125em;
}

.lang-ja .homepage__map__text {
  font-size: 1em;
}

.homepage__topics {
  margin-bottom: 0;
}

.homepage__expertise, .homepage__topics {
  padding-top: 80px; }
  @media screen and (min-width: 768px) {
    .homepage__expertise, .homepage__topics {
      padding-top: 6rem; } }
  @media screen and (min-width: 960px) {
    .homepage__expertise, .homepage__topics {
      padding-top: 7rem; } }
  @media screen and (min-width: 1440px) {
    .homepage__expertise, .homepage__topics {
      padding-top: 8rem; } }
  .homepage__expertise__container, .homepage__topics__container {
    background: #002349; }
  .homepage__expertise__row, .homepage__topics__row {
    display: grid;
    grid-template-areas: 'subtitle'
 'img'
 'content';
    -webkit-transform: translateY(-80px) translate3d(0, 0, 0);
    -moz-transform: translateY(-80px) translate3d(0, 0, 0);
    transform: translateY(-80px) translate3d(0, 0, 0); }
    @media screen and (min-width: 768px) {
      .homepage__expertise__row, .homepage__topics__row {
        grid-column-gap: 1.25rem;
        grid-template-columns: 1fr 2fr;
        grid-template-areas: 'subtitle img'
 'content img';
        grid-template-rows: 6rem 1fr;
        -webkit-transform: translateY(-6rem) translate3d(0, 0, 0);
        -moz-transform: translateY(-6rem) translate3d(0, 0, 0);
        transform: translateY(-6rem) translate3d(0, 0, 0); } }
    @media screen and (min-width: 960px) {
      .homepage__expertise__row, .homepage__topics__row {
        grid-template-areas: 'subtitle . img'
 'content . img';
        grid-template-columns: .9fr .1fr 2fr;
        grid-template-rows: 7rem 1fr;
        -webkit-transform: translateY(-7rem) translate3d(0, 0, 0);
        -moz-transform: translateY(-7rem) translate3d(0, 0, 0);
        transform: translateY(-7rem) translate3d(0, 0, 0); } }
    @media screen and (min-width: 1440px) {
      .homepage__expertise__row, .homepage__topics__row {
        grid-template-columns: .7fr .3fr 2fr;
        grid-template-rows: 8rem 1fr;
        -webkit-transform: translateY(-8rem) translate3d(0, 0, 0);
        -moz-transform: translateY(-8rem) translate3d(0, 0, 0);
        transform: translateY(-8rem) translate3d(0, 0, 0); } }
  .homepage__expertise__content, .homepage__topics__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-area: content;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .homepage__expertise__subtitle, .homepage__topics__subtitle {
    grid-area: subtitle;
    margin-bottom: 25px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .homepage__expertise__subtitle, .homepage__topics__subtitle {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        padding-bottom: 1.5rem;
        text-align: left; } }
  .homepage__expertise__title, .homepage__topics__title {
    margin-bottom: 2.8125rem;
    color: #ffffff; }
  .homepage__expertise__img, .homepage__topics__img {
    grid-area: img;
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .homepage__expertise__img, .homepage__topics__img {
        margin-bottom: 0; } }
    .homepage__expertise__img__list, .homepage__topics__img__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .homepage__expertise__img__item, .homepage__topics__img__item {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .homepage__expertise__img__item:not(:last-child), .homepage__topics__img__item:not(:last-child) {
        margin-right: 10px; }
        @media screen and (min-width: 768px) {
          .homepage__expertise__img__item:not(:last-child), .homepage__topics__img__item:not(:last-child) {
            margin-right: 1.875rem; } }

.homepage__debats__title {
  margin-bottom: 2rem; }

.homepage__debats__bottom {
  margin-top: 3rem;
  text-align: center; }

@media screen and (min-width: 768px) {
  .homepage__debat {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; } }

.homepage__debat:not(:last-child) {
  margin-bottom: 1.5rem; }

.homepage__debat__img {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .homepage__debat__img {
      margin-bottom: 0;
      margin-right: 2rem;
      width: 40%; } }
  @media screen and (min-width: 960px) {
    .homepage__debat__img {
      margin-right: 2.6rem; } }
  @media screen and (min-width: 1200px) {
    .homepage__debat__img {
      margin-right: 3.2rem; } }
  @media screen and (min-width: 1440px) {
    .homepage__debat__img {
      margin-right: 4rem; } }
  .homepage__debat__img a {
    display: block; }
  .homepage__debat__img.--video a {
    position: relative; }
    .homepage__debat__img.--video a:before {
      background: black;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      opacity: .4;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .homepage__debat__img.--video a:after {
      background-image: url("data:image/svg+xml,%3Csvg width='74' height='74' viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.5504 36.9046C72.5504 56.5928 56.6078 72.5523 36.9427 72.5523C17.2776 72.5523 1.33496 56.5928 1.33496 36.9046C1.33496 17.2163 17.2776 1.25684 36.9427 1.25684C56.6078 1.25684 72.5504 17.2163 72.5504 36.9046Z' stroke='white'/%3E%3Cpath d='M48.9542 38.4168C50.3994 37.5681 50.3994 35.4463 48.9542 34.5976L31.0697 24.0946C29.6244 23.2459 27.8179 24.3068 27.8179 26.0042V47.0102C27.8179 48.7076 29.6245 49.7685 31.0697 48.9198L48.9542 38.4168Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      background-size: contain;
      content: '';
      display: block;
      height: 4.625rem;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
      -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
      transform: translate(-50%, -50%) translate3d(0, 0, 0);
      width: 4.625rem;
      z-index: 2; }

.homepage__debat__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.homepage__debat__title {
  font-family: var(--title-font);
  font-size: 2.1875em;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: 1rem; }

.homepage__debat__excerpt {
  margin-bottom: 1rem; }

.homepage .homepage__news__list.js-homepage-news .owl-item .homepage__article.color-perso::before {
  background-color: var(--color); }

.homepage .homepage__news__list.js-homepage-news .owl-item .homepage__article.color-grey::before {
  background-color: #BACCD1; }

.homepage .homepage__news__list.js-homepage-news .owl-item .homepage__article.color-blue::before {
  background-color: #C7E2E9; }

.homepage .homepage__news__list.js-homepage-news .owl-item .homepage__article.color-light-blue::before {
  background-color: #E8F8FC; }

.homepage .homepage__news__list.js-homepage-news .owl-item .homepage__article.color-yellow::before {
  background-color: #FAE9D0; }

.homepage .homepage__news__list.js-homepage-news .owl-item .homepage__article.color-yellow2::before {
  background-color: #FFF3E2; }

.homepage .homepage__news__list.js-homepage-news .owl-item .homepage__article.color-yellow3::before {
  background-color: #FAF8F3; }

.disabled {
  display: none; }

.owl-carousel.home-slider {
  z-index: 0; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: none;
  max-height: 37.15vw;
  width: 100vw;
  overflow: hidden; }
  .owl-carousel .owl-video-wrapper .video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.defaultPage__news__title {
  margin-bottom: 3rem;
  text-align: center; }

.defaultPage__news__list {
  position: relative; }
  @media screen and (min-width: 768px) {
    .defaultPage__news__list {
      padding: 0 1.5rem; } }
  @media screen and (min-width: 960px) {
    .defaultPage__news__list {
      padding: 0 2.3rem; } }
  @media screen and (min-width: 1200px) {
    .defaultPage__news__list {
      padding: 0 3.4rem; } }
  @media screen and (min-width: 1440px) {
    .defaultPage__news__list {
      padding: 0 4.375rem; } }
  .defaultPage__news__list .owl-prev,
  .defaultPage__news__list .owl-next {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    font-size: 0;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    width: 12px; }
  .defaultPage__news__list .owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0476 20.5L1 11L10.0476 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: -30px; }
    @media screen and (min-width: 768px) {
      .defaultPage__news__list .owl-prev {
        left: 0; } }
  .defaultPage__news__list .owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0476 20.5L10.0952 11L1.0476 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    right: -30px; }
    @media screen and (min-width: 768px) {
      .defaultPage__news__list .owl-next {
        right: 0; } }
  .defaultPage__news__list .owl-item:nth-child(6n+1) .defaultPage__article:before {
    background-color: #C7E2E9; }
  .defaultPage__news__list .owl-item:nth-child(6n+2) .defaultPage__article:before {
    background-color: #FAE9D0; }
  .defaultPage__news__list .owl-item:nth-child(6n+3) .defaultPage__article:before {
    background-color: #FAF8F3; }
  .defaultPage__news__list .owl-item:nth-child(6n+4) .defaultPage__article:before {
    background-color: #BACCD1; }
  .defaultPage__news__list .owl-item:nth-child(6n+5) .defaultPage__article:before {
    background-color: #E8F8FC; }
  .defaultPage__news__list .owl-item:nth-child(6n+6) .defaultPage__article:before {
    background-color: #FFF3E2; }

.defaultPage__news__bottom {
  margin-top: 3rem;
  text-align: center; }

.defaultPage__article {
  padding-left: 10px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .defaultPage__article {
      padding-left: 20px; } }
  .defaultPage__article:before {
    content: '';
    display: block;
    left: 0;
    padding-top: 58%;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .defaultPage__article:before {
        top: 20px; } }
  .defaultPage__article__link:hover .defaultPage__article__more {
    opacity: 1; }
  .defaultPage__article__link:hover .defaultPage__article__title {
    text-decoration: underline; }
  .defaultPage__article__link:hover .defaultPage__article__date {
    color: #CEAC7A;
    opacity: 1; }
  .defaultPage__article__img {
    position: relative;
    margin-bottom: 2rem;
    width: 75%; }
  .defaultPage__article__more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 35, 73, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 100%; }
  .defaultPage__article__content {
    max-width: 480px; }
  .defaultPage__article__title {
    font-family: var(--title-font);
    font-size: 1.625em;
    line-height: 1.12em;
    margin-bottom: 1rem; }
  .defaultPage__article__excerpt {
    /*font-family: $titleFont;*/
    font-size: 1rem;
    /*font-style: italic;*/
    letter-spacing: .3px;
    line-height: 1.22em;
    margin-bottom: 1rem;
    max-height: 3.66em;
    overflow: hidden;
    position: relative; }
    .defaultPage__article__excerpt:after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFFFFF));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
  .defaultPage__article__date {
    font-size: .9375em;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .23em;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }

.defaultPage__header {
  margin-bottom: 1.875rem; }
  .defaultPage__header__title {
    margin-bottom: 0 !important; }
  .defaultPage__header__subtitle {
    font-family: var(--title-font);
    font-size: 1.375em;
    font-style: italic;
    line-height: 1em;
    margin-top: .625rem; }

.defaultPage__content {
  color: #202020;
  font-size: 1.1em;
  line-height: 1.375em;
  margin-bottom: 3.4375rem; }

.defaultPage__container > *:not(:last-child) {
  margin-bottom: 3.5rem; }

.defaultPage__presentation__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-gap: 20px;
  grid-template-areas: 'content'
 'img';
  grid-template-columns: 1fr; }
  @media screen and (min-width: 768px) {
    .defaultPage__presentation__container {
      grid-template-areas: 'content img';
      grid-template-columns: repeat(2, 1fr); } }
  .defaultPage__presentation__container.--invert {
    grid-template-areas: 'img'
 'content'; }
    @media screen and (min-width: 768px) {
      .defaultPage__presentation__container.--invert {
        grid-template-areas: 'img content'; } }
    @media screen and (min-width: 768px) {
      .defaultPage__presentation__container.--invert .defaultPage__presentation__content {
        padding-left: 2.1875rem;
        padding-right: 0; } }
    @media screen and (min-width: 768px) {
      .defaultPage__presentation__container.--invert .defaultPage__presentation__content {
        padding-left: 3.1875rem; } }
    @media screen and (min-width: 768px) {
      .defaultPage__presentation__container.--invert .defaultPage__presentation__content {
        padding-left: 4.1875rem; } }

.defaultPage__presentation__img {
  grid-area: img; }
  .defaultPage__presentation__img + .defaultPage__presentation__content {
    grid-row: auto; }
    @media screen and (min-width: 768px) {
      .defaultPage__presentation__img + .defaultPage__presentation__content {
        grid-column: auto; } }
  .defaultPage__presentation__img.--video {
    cursor: pointer;
    position: relative; }
    .defaultPage__presentation__img.--video:before {
      background: black;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      opacity: .4;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .defaultPage__presentation__img.--video:after {
      background-image: url("data:image/svg+xml,%3Csvg width='74' height='74' viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.5504 36.9046C72.5504 56.5928 56.6078 72.5523 36.9427 72.5523C17.2776 72.5523 1.33496 56.5928 1.33496 36.9046C1.33496 17.2163 17.2776 1.25684 36.9427 1.25684C56.6078 1.25684 72.5504 17.2163 72.5504 36.9046Z' stroke='white'/%3E%3Cpath d='M48.9542 38.4168C50.3994 37.5681 50.3994 35.4463 48.9542 34.5976L31.0697 24.0946C29.6244 23.2459 27.8179 24.3068 27.8179 26.0042V47.0102C27.8179 48.7076 29.6245 49.7685 31.0697 48.9198L48.9542 38.4168Z' fill='white'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      background-size: contain;
      content: '';
      display: block;
      height: 4.625rem;
      left: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
      -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
      transform: translate(-50%, -50%) translate3d(0, 0, 0);
      width: 4.625rem;
      z-index: 2; }
  .defaultPage__presentation__img.--show-video .defaultPage__presentation__video {
    display: block; }

.defaultPage__presentation__video {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }
  .defaultPage__presentation__video iframe {
    display: block;
    height: 100%;
    width: 100%; }

.defaultPage__presentation__content {
  grid-area: content;
  grid-row: 1 / 3; }
  @media screen and (min-width: 768px) {
    .defaultPage__presentation__content {
      grid-column: 1 / 3;
      padding-right: 2.1875rem; } }
  @media screen and (min-width: 960px) {
    .defaultPage__presentation__content {
      padding-right: 3.1875rem; } }
  @media screen and (min-width: 1200px) {
    .defaultPage__presentation__content {
      padding-right: 4.1875rem; } }

.defaultPage__presentation__title {
  margin-bottom: 1.8125rem; }

.defaultPage__presentation__bigtitle {
  font-size: 25px;
  line-height: 1.196em;
  margin-bottom: 1.8125rem; }
  @media screen and (min-width: 768px) {
    .defaultPage__presentation__bigtitle {
      font-size: 2.1825em; } }

.defaultPage__presentation__text {
  font-size: 1.1em;
  line-height: 1.375em; }
  .defaultPage__presentation__text p:not(:last-child) {
    margin-bottom: 1rem; }
  .defaultPage__presentation__text b,
  .defaultPage__presentation__text strong {
    font-weight: 700; }
  .defaultPage__presentation__text a {
    color: #002349;
    font-weight: 700;
    text-decoration: underline; }

.defaultPage__presentation__bottom {
  text-align: center;
  margin-top: 1.8125rem; }
  @media screen and (min-width: 768px) {
    .defaultPage__presentation__bottom {
      text-align: left; } }

.defaultPage__liste__title {
  margin-bottom: 1.8125rem; }

.defaultPage__liste__liste {
  color: #202020; }

.defaultPage__liste__item {
  padding-left: 1rem;
  position: relative; }
  .defaultPage__liste__item:before {
    background: #CEAC7A;
    content: '';
    display: block;
    height: .4375rem;
    left: 0;
    position: absolute;
    top: .6rem;
    width: .4375rem; }
  .defaultPage__liste__item:not(:last-child) {
    margin-bottom: .8125rem; }
  .defaultPage__liste__item a {
    text-decoration: underline; }

.defaultPage__liste__sublist {
  padding-bottom: -webkit-calc(20px - 1rem);
  padding-bottom: -moz-calc(20px - 1rem);
  padding-bottom: calc(20px - 1rem);
  padding-left: .5rem;
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .defaultPage__liste__sublist {
      padding-bottom: 1rem;
      padding-left: 2rem;
      padding-top: 2rem; } }
  @media screen and (min-width: 960px) {
    .defaultPage__liste__sublist {
      padding-bottom: 1.5rem;
      padding-left: 2.75rem;
      padding-top: 2.5rem; } }
  @media screen and (min-width: 1200px) {
    .defaultPage__liste__sublist {
      padding-left: 3.75rem; } }

.defaultPage__liste__bottom {
  margin-top: 2.8125rem; }


.defaultPage__equipe__list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .defaultPage__equipe__list {
    flex-direction: column;
  }
}

.defaultPage__equipe__member {
  display: block;
  flex: 1;
  padding: 20px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.defaultPage__equipe__member__global {
  transition: all .3s;
}


.defaultPage__equipe__member:not(:last-child) {
  margin-bottom: 1.5rem; }

.defaultPage__equipe__member__img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.defaultPage__equipe__member__img picture {
  transition: all .3s;
}

.defaultPage__equipe__member__img picture:hover {
  transform: scale(1.1);
}

.defaultPage__equipe__member__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.defaultPage__equipe__member__title {
  font-family: var(--title-font);
  font-size: 2.1875em;
  letter-spacing: 1px;
  line-height: 1em;
  margin-bottom: .4375rem; }

.defaultPage__equipe__member__subtitle {
  font-family: var(--title-font);
  margin-bottom: 1rem;
  font-size: 1.375em;
  font-style: italic;
  line-height: 1em; }

.defaultPage__equipe__member__excerpt {
  margin-bottom: 1rem;
  margin-top: 1rem; }

.defaultPage__carac {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px; }
  @media screen and (min-width: 768px) {
    .defaultPage__carac {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      grid-gap: 2rem; } }
  @media screen and (min-width: 960px) {
    .defaultPage__carac {
      grid-gap: 3rem; } }
  @media screen and (min-width: 1200px) {
    .defaultPage__carac {
      grid-gap: 4.25rem; } }
  .defaultPage__carac.--invert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media screen and (min-width: 768px) {
      .defaultPage__carac.--invert {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
  @media screen and (min-width: 768px) {
/*    .defaultPage__carac__img {
      width: 30%; }*/
    .defaultPage__carac__img {
      width: 44%; }
    }
  .defaultPage__carac__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .defaultPage__carac__bloc {
    background: #F5F5F5;
    cursor: pointer;
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .defaultPage__carac__bloc {
        padding: 30px; } }
    .defaultPage__carac__bloc:not(:last-child) {
      margin-bottom: 1.8125rem; }
    .defaultPage__carac__bloc.--active .defaultPage__carac__bloc__name:after {
      background-image: url("data:image/svg+xml,%3Csvg width='25' height='15' viewBox='0 0 25 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 13.5L12.5 1.5L1 13.5' stroke='%23CEAC7A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
    .defaultPage__carac__bloc.--active .defaultPage__carac__bloc__content {
      display: block; }
    .defaultPage__carac__bloc__name {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.875em;
      line-height: 1em;
      position: relative; }
      .defaultPage__carac__bloc__name:after {
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='15' viewBox='0 0 25 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L12.5 13.5L24 1.5' stroke='%23001733' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        content: '';
        display: block;
        height: .9375rem;
        margin-left: 1rem;
        width: 1.5625rem; }
      .defaultPage__carac__bloc__name span {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    .defaultPage__carac__bloc__content {
      display: none;
      margin-top: 1.8125rem; }
    .defaultPage__carac__bloc__list:not(:last-child) {
      margin-bottom: 2rem; }
    .defaultPage__carac__bloc__item {
      color: #202020;
      font-size: 1em;
      line-height: 1.46875em;
      padding-left: 1.25rem;
      position: relative; }
      .defaultPage__carac__bloc__item:not(:last-child) {
        margin-bottom: 1rem; }
      .defaultPage__carac__bloc__item:before {
        background: #CEAC7A;
        content: '';
        display: block;
        height: .4375rem;
        left: 0;
        position: absolute;
        top: .625rem;
        width: .4375rem; }
      .defaultPage__carac__bloc__item a {
        color: #002349;
        font-weight: 700;
        text-decoration: underline; }
    .defaultPage__carac__bloc__langs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 320px; }
    .defaultPage__carac__bloc__lang {
      color: #202020;
      font-size: 1em;
      line-height: 1.46875em; }
      .defaultPage__carac__bloc__lang:before {
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        display: block;
        height: 2.1875rem;
        margin: 0 auto .625rem;
        width: 3rem; }
      .defaultPage__carac__bloc__lang.--french:before {
        background-image: url("data:image/svg+xml,%3Csvg width='49' height='35' viewBox='0 0 49 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.25' width='47.5' height='34.5' fill='white' stroke='%23F5F5F5' stroke-width='0.5'/%3E%3Cmask id='mask0_493_3446' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='49' height='35'%3E%3Crect x='0.75' y='0.25' width='47.5' height='34.5' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_493_3446)'%3E%3Crect x='32.5' width='16' height='35' fill='%23F44653'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 35H16.5V0H0.5V35Z' fill='%231035BB'/%3E%3C/g%3E%3C/svg%3E%0A"); }
      .defaultPage__carac__bloc__lang.--english:before {
        background-image: url("data:image/svg+xml,%3Csvg width='49' height='35' viewBox='0 0 49 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='49' height='35' rx='2' fill='white'/%3E%3Cmask id='mask0_493_3453' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='49' height='35'%3E%3Crect width='49' height='35' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_493_3453)'%3E%3Crect width='49' height='35' fill='%230A17A7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-2.24395 -3.35376L18.6672 10.751V-2.33332H30.3338V10.7508L51.2447 -3.35373L53.8543 0.515113L37.3214 11.6667H49.0005V23.3333H37.3213L53.8543 34.485L51.2447 38.3538L30.3338 24.2493V37.3333H18.6672V24.2491L-2.24393 38.3538L-4.8535 34.485L11.6795 23.3333H0.000513077V11.6667H11.6794L-4.85352 0.515082L-2.24395 -3.35376Z' fill='white'/%3E%3Cpath d='M32.668 11.0813L54.8324 -3.5' stroke='%23DB1F35' stroke-width='0.666667' stroke-linecap='round'/%3E%3Cpath d='M35.0215 23.9706L54.8907 37.363' stroke='%23DB1F35' stroke-width='0.666667' stroke-linecap='round'/%3E%3Cpath d='M14.0104 11.0433L-6.71484 -2.92419' stroke='%23DB1F35' stroke-width='0.666667' stroke-linecap='round'/%3E%3Cpath d='M16.2583 23.8086L-6.71484 39.0433' stroke='%23DB1F35' stroke-width='0.666667' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 21H21V35H28V21H49V14H28V0H21V14H0V21Z' fill='%23E6273E'/%3E%3C/g%3E%3C/svg%3E%0A"); }
      .defaultPage__carac__bloc__lang.--japanes:before {
        background-image: url("data:image/svg+xml,%3Csvg width='50' height='35' viewBox='0 0 50 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='0.25' width='48.5' height='34.5' fill='white' stroke='%23F5F5F5' stroke-width='0.5'/%3E%3Cmask id='mask0_493_3456' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='50' height='35'%3E%3Crect x='0.75' y='0.25' width='48.5' height='34.5' rx='1.75' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_493_3456)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 28C30.799 28 35.5 23.299 35.5 17.5C35.5 11.701 30.799 7 25 7C19.201 7 14.5 11.701 14.5 17.5C14.5 23.299 19.201 28 25 28Z' fill='url(%23paint0_linear_493_3456)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_493_3456' x1='14.5' y1='7' x2='14.5' y2='28' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D81441'/%3E%3Cstop offset='1' stop-color='%23BB0831'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
      .defaultPage__carac__bloc__lang.--arabe:before {
        background-image: url("/wp-content/themes/symediane/images/arabe.png"); }

.defaultPage__debats__title {
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase; }

.defaultPage__debats__list {
  position: relative; }
  @media screen and (min-width: 768px) {
    .defaultPage__debats__list {
      padding: 0 1.5rem; } }
  @media screen and (min-width: 960px) {
    .defaultPage__debats__list {
      padding: 0 2.3rem; } }
  @media screen and (min-width: 1200px) {
    .defaultPage__debats__list {
      padding: 0 3.4rem; } }
  @media screen and (min-width: 1440px) {
    .defaultPage__debats__list {
      padding: 0 4.375rem; } }
  .defaultPage__debats__list .owl-prev,
  .defaultPage__debats__list .owl-next {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    font-size: 0;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translate3d(0, 0, 0);
    transform: translateY(-50%) translate3d(0, 0, 0);
    width: 12px; }
  .defaultPage__debats__list .owl-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0476 20.5L1 11L10.0476 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: -30px; }
    @media screen and (min-width: 768px) {
      .defaultPage__debats__list .owl-prev {
        left: 0; } }
  .defaultPage__debats__list .owl-next {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='22' viewBox='0 0 12 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.0476 20.5L10.0952 11L1.0476 1.5' stroke='%23002349' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    right: -30px; }
    @media screen and (min-width: 768px) {
      .defaultPage__debats__list .owl-next {
        right: 0; } }

.defaultPage__debats__bottom {
  margin-top: 3rem;
  text-align: center; }

.defaultPage__subpage {
  position: relative;
  z-index: 0; }
  .defaultPage__subpage__link:hover .defaultPage__subpage__more {
    opacity: 1; }
  .defaultPage__subpage__link:hover .defaultPage__subpage__title {
    text-decoration: underline; }
  .defaultPage__subpage__link:hover .defaultPage__subpage__date {
    color: #CEAC7A;
    opacity: 1; }
  .defaultPage__subpage__img {
    position: relative;
    margin-bottom: 1.25rem; }
    .defaultPage__subpage__img.--video {
      position: relative; }
      .defaultPage__subpage__img.--video:before {
        background: black;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        opacity: .4;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1; }
      .defaultPage__subpage__img.--video:after {
        background-image: url("data:image/svg+xml,%3Csvg width='74' height='74' viewBox='0 0 74 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72.5504 36.9046C72.5504 56.5928 56.6078 72.5523 36.9427 72.5523C17.2776 72.5523 1.33496 56.5928 1.33496 36.9046C1.33496 17.2163 17.2776 1.25684 36.9427 1.25684C56.6078 1.25684 72.5504 17.2163 72.5504 36.9046Z' stroke='white'/%3E%3Cpath d='M48.9542 38.4168C50.3994 37.5681 50.3994 35.4463 48.9542 34.5976L31.0697 24.0946C29.6244 23.2459 27.8179 24.3068 27.8179 26.0042V47.0102C27.8179 48.7076 29.6245 49.7685 31.0697 48.9198L48.9542 38.4168Z' fill='white'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        content: '';
        display: block;
        height: 4.625rem;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
        -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
        transform: translate(-50%, -50%) translate3d(0, 0, 0);
        width: 4.625rem;
        z-index: 2; }
  .defaultPage__subpage__more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 35, 73, 0.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 100%;
    z-index: 3; }
  .defaultPage__subpage__title {
    font-family: var(--title-font);
    font-size: 1.625em;
    line-height: 1.12em;
    margin-bottom: 1rem; }
  .defaultPage__subpage__excerpt {
    font-size: 1rem;
    color: #676767;
    /*font-style: italic;*/
    letter-spacing: .3px;
    line-height: 1.22em;
    max-height: 3.66em;
    overflow: hidden;
    position: relative; }
    .defaultPage__subpage__excerpt:after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), to(#FFFFFF));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
      bottom: 0;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%; }
  .defaultPage__subpage__date {
    font-size: .9375em;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .23em;
    margin-top: 1rem;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s; }

.defaultPage__texte__title {
  margin-bottom: 1.875rem; }
  .defaultPage__texte__title.--pin {
    font-size: 1.875em;
    padding-left: 1rem;
    position: relative; }
    .defaultPage__texte__title.--pin:before {
      background: #CEAC7A;
      content: '';
      display: block;
      height: .475rem;
      left: 0;
      position: absolute;
      top: .75rem;
      width: .4375rem; }

.defaultPage__texte__text {
  color: #202020;
  font-size: 1.1em; }
  .defaultPage__texte__text p:not(:last-child) {
    margin-bottom: 1.875rem; }

.lang-ja.page-id-927 {
  font-family: 'DINPro', Arial, Helvetica, Verdana, sans-serif; }

.lang-ja .defaultPage__content {
  font-size: 1em; }

.lang-ja .defaultPage .h3 {
  font-size: 1.6rem; }
  @media screen and (min-width: 768px) {
    .lang-ja .defaultPage .h3 {
      font-size: 2.2rem; } }


/* Contact Form 7 */

body .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 20px;
  background-color: #002349;
  border: none;
  color: #ffffff;
}

body .wpcf7 select {
  border-radius: 0;
}


/* Retour à la ligne - Liens trop longs pages interviews */

.defaultPage__liste__item a {
  word-wrap: break-word;
}

/*@import "pages/404";
@import "pages/contact";
@import "pages/articles";
@import "pages/debats";
@import "pages/expertise";
@import "pages/home";
@import "pages/page";*/

/*# sourceMappingURL=style.css.map */

/* Ajouts PENROSE */

body.page-template-accueil footer {
  margin-top: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bouton-expertise {
    background: #ffffff;
    color: #002349;
    font-family: var(--din-font);
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    opacity: 0;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    border: 0;
}

.homepage__expertise__img__item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.homepage__expertise__img__item:hover .bouton-expertise {
    opacity: 1;
}

.homepage__expertise__img__item picture {
  transition: all 1s;
}

.homepage__expertise__img__item:hover picture {
  transform: scale(1.2);
}



/* ACF - Accueil > Topics - video Oembed responsive */

.embed-container-clarelegal { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container-clarelegal iframe,
.embed-container-clarelegal object,
.embed-container-clarelegal embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.footer__main, .footer__bottom {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
@media screen and (min-width: 960px) {
  .footer__main, .footer__bottom  {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important; }
}
@media screen and (min-width: 1200px) {
  .footer__main, .footer__bottom  {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important; }
}

