@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Light.eot");
  src: url("../fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Light.woff2") format("woff2"), url("../fonts/DIN-Light.woff") format("woff"), url("../fonts/DIN-Light.ttf") format("truetype"), url("../fonts/DIN-Light.svg#DIN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Regular.eot");
  src: url("../fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff"), url("../fonts/DIN-Regular.ttf") format("truetype"), url("../fonts/DIN-Regular.svg#DIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Medium.eot");
  src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff"), url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.svg#DIN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Bold.eot");
  src: url("../fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Bold.woff2") format("woff2"), url("../fonts/DIN-Bold.woff") format("woff"), url("../fonts/DIN-Bold.ttf") format("truetype"), url("../fonts/DIN-Bold.svg#DIN-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Black.eot");
  src: url("../fonts/DIN-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/DIN-Black.woff2") format("woff2"), url("../fonts/DIN-Black.woff") format("woff"), url("../fonts/DIN-Black.ttf") format("truetype"), url("../fonts/DIN-Black.svg#DIN-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN-Condensed";
  src: url("../fonts/D-DINCondensed.eot");
  src: url("../fonts/D-DINCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/D-DINCondensed.woff2") format("woff2"), url("../fonts/D-DINCondensed.woff") format("woff"), url("../fonts/D-DINCondensed.ttf") format("truetype"), url("../fonts/D-DINCondensed.otf") format("opentype"), url("../fonts/D-DINCondensed.svg#D-DINCondensed") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN-Condensed";
  src: url("../fonts/D-DINCondensed-Bold.eot");
  src: url("../fonts/D-DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/D-DINCondensed-Bold.woff2") format("woff2"), url("../fonts/D-DINCondensed-Bold.woff") format("woff"), url("../fonts/D-DINCondensed-Bold.ttf") format("truetype"), url("../fonts/D-DINCondensed-Bold.otf") format("opentype"), url("../fonts/D-DINCondensed-Bold.svg#D-DINCondensed-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* header */
@media screen and (max-width: 991px) {
  .mobile-flex .timeline-outer .timeline-wrapper .year {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 4px;
  }
  .mobile-flex .timeline-outer .timeline-wrapper .year .end-year {
    gap: 0 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .mobile-flex .timeline-outer .timeline-wrapper .year .end-year::before {
    content: "/";
  }
}
/* header */
@-webkit-keyframes bodyanimation {
  0% {
    height: 4px;
  }
  100% {
    height: 30px;
  }
}
@keyframes bodyanimation {
  0% {
    height: 4px;
  }
  100% {
    height: 30px;
  }
}
.sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  margin-left: auto;
  margin-right: auto;
}

.play-pause-button {
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/circle.png");
  background-size: contain;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}
.play-pause-button span {
  display: block;
  padding: 32px;
  background-image: url("../images/playm.png");
  background-repeat: no-repeat;
  background-position: left 58% center;
}
.play-pause-button.audio-played span {
  background-position: center center;
  background-image: url("../images/pause.png");
}

.sound-bar {
  height: 0px;
  background-color: #ffffff;
  width: 3px;
  margin-right: 5px;
  border-radius: 20px;
}
.sound-bar:last-child {
  margin-right: 0;
}

.audio {
  text-align: center;
}
.audio audio {
  display: none;
}
.audio .sound-bar:nth-child(1) {
  height: 10px;
}
.audio .sound-bar:nth-child(2) {
  height: 20px;
}
.audio .sound-bar:nth-child(3) {
  height: 30px;
}
.audio .sound-bar:nth-child(4) {
  height: 22px;
}
.audio .sound-bar:nth-child(5) {
  height: 10px;
}
.audio .sound-bar:nth-child(6) {
  height: 30px;
}
.audio .sound-bar:nth-child(7) {
  height: 15px;
}
.audio.animate-audio .sound-bar {
  -webkit-animation: bodyanimation 0.6s infinite alternate ease-in-out;
          animation: bodyanimation 0.6s infinite alternate ease-in-out;
}
.audio.animate-audio .sound-bar:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.audio.animate-audio .sound-bar:nth-child(2) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.audio.animate-audio .sound-bar:nth-child(3) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.audio.animate-audio .sound-bar:nth-child(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.audio.animate-audio .sound-bar:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.audio.animate-audio .sound-bar:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.audio.animate-audio .sound-bar:nth-child(7) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.sound-text {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.contrast-on {
  background-color: #f1f1f1;
}
.contrast-on header.header .header-menu-top {
  background-color: #f1f1f1;
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item ul.navbar-nav li a {
  color: #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item ul.navbar-nav li a:hover, .contrast-on header.header .header-menu-top .header-top-menu .header-top-item ul.navbar-nav li a:focus {
  color: #ec5e20;
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item .language-switcher::after {
  content: "";
  border-right: 1px solid #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control {
  color: #131629;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-icon='a-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='a-down'%3E%3Cpath fill='%23000000' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control::-webkit-input-placeholder {
  color: #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control::-moz-placeholder {
  color: #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control:-ms-input-placeholder {
  color: #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control::-ms-input-placeholder {
  color: #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .header-top-item .language-switcher select.form-control::placeholder {
  color: #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .accessblity-items .front-resizer > div {
  color: #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .accessblity-items .front-resizer > div:hover {
  color: #ec5e20;
}
.contrast-on header.header .header-menu-top .header-top-menu .accessblity-items .contrast .contrast-image svg {
  color: #131629;
}
.contrast-on header.header .header-menu-top .header-top-menu .accessblity-items .contrast .contrast-image svg.dark {
  opacity: 0;
}
.contrast-on header.header .header-menu .main-header-inner {
  background-color: #ffffff;
  top: 0;
}
.contrast-on header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link {
  color: #131629;
}
@media screen and (min-width: 992px) {
  .contrast-on header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link a::after, .contrast-on header.header .header-menu .region-header .field--name-field-menu > .field__item .main-link span::after {
    background-color: #ec5e20;
  }
}
.contrast-on header.header .header-menu .region-header .field--name-field-menu > .field__item .menu-items:hover .main-link {
  color: #ec5e20;
}
.contrast-on header.header.sticky .header-menu .main-header-inner {
  background-color: #ffffff;
}
.contrast-on .submenu-wrap {
  background-color: #131629;
  color: #ffffff;
}
.contrast-on .submenu-wrap h2 {
  color: #ec5e20;
}
.contrast-on .submenu-wrap .sub-items .submenu-item .link a {
  color: #ffffff;
}
.contrast-on .submenu-wrap .sub-items .submenu-item:hover .link a {
  color: #ec5e20;
}
.contrast-on .search-icon {
  color: #131629;
}
.contrast-on .search-icon:hover {
  color: #ec5e20;
}
.contrast-on .search-icon .sclose::after, .contrast-on .search-icon .sclose::before {
  background-color: #131629;
}
.contrast-on .search-icon .sclose:hover::after, .contrast-on .search-icon .sclose:hover::before {
  background-color: #ec5e20;
}
.contrast-on .search-form-main-menu {
  background-color: #ffffff;
}
.contrast-on .search-form-main-menu .form--inline .form-item .form-control {
  border-color: #131629;
  color: #131629;
}
.contrast-on .search-form-main-menu .form--inline .form-item .form-control::-webkit-input-placeholder {
  color: #131629;
  opacity: 1;
}
.contrast-on .search-form-main-menu .form--inline .form-item .form-control::-moz-placeholder {
  color: #131629;
  opacity: 1;
}
.contrast-on .search-form-main-menu .form--inline .form-item .form-control:-ms-input-placeholder {
  color: #131629;
  opacity: 1;
}
.contrast-on .search-form-main-menu .form--inline .form-item .form-control::-ms-input-placeholder {
  color: #131629;
  opacity: 1;
}
.contrast-on .search-form-main-menu .form--inline .form-item .form-control::placeholder {
  color: #131629;
  opacity: 1;
}
.contrast-on .search-form-main-menu .form--inline .form-actions input {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='search'%3E%3Cpath fill='%23000000' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z' class=''%3E%3C/path%3E%3C/svg%3E");
}
.contrast-on .menu-toggle span,
.contrast-on .menu-toggle span::before,
.contrast-on .menu-toggle span::after {
  background-color: #131629;
}
@media screen and (max-width: 991px) {
  .contrast-on .mobile-flex .main-navigaion-wrapper {
    background-color: #f1f1f1;
  }
  .contrast-on .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile {
    color: #131629;
  }
  .contrast-on .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile a:hover, .contrast-on .mobile-flex .main-navigaion-wrapper .upper-menu-for-mobile span:hover {
    color: #ec5e20;
  }
}
.contrast-on footer {
  padding: 0;
}
.contrast-on footer .footer-menu {
  background: #f1f1f1;
}
.contrast-on footer .footer-menu .region-footer {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-logo-section .address {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-logo-section .phone a {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-logo-section .phone a:hover {
  color: #ec5e20;
}
.contrast-on footer .footer-menu .region-footer .footer-logo-section .email a {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-logo-section .email a:hover {
  color: #ec5e20;
}
.contrast-on footer .footer-menu .region-footer .footer-logo-section .social-links .link-item a {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-logo-section .social-links .link-item a:hover {
  color: #ec5e20;
}
.contrast-on footer .footer-menu .region-footer .footer-block-2.block-menu h5 {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-block-2.block-menu .navbar-nav .nav-item .nav-link {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-block-2.block-menu .navbar-nav .nav-item .nav-link:hover {
  color: #ec5e20;
}
.contrast-on footer .footer-menu .region-footer .footer-block-3.block-menu h5 {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-block-3.block-menu .navbar-nav .nav-item .nav-link {
  color: #131629;
}
.contrast-on footer .footer-menu .region-footer .footer-block-3.block-menu .navbar-nav .nav-item .nav-link:hover {
  color: #ec5e20;
}
.contrast-on footer .footer-menu .region-footer .footer-block-4 .footer-newsletter .footer-newsletter-inner .text h5 {
  color: #131629;
}
.contrast-on footer .footer-bottom {
  background: #ffffff;
}
.contrast-on footer .footer-bottom .region-footer-bottom .copyright p {
  color: #131629;
}
.contrast-on footer .footer-bottom .region-footer-bottom .copyright p a {
  color: #131629;
}
.contrast-on footer .footer-bottom .region-footer-bottom .copyright p a:hover {
  color: #ec5e20;
}
.contrast-on .exhibtion-outer .exhibtion-text::before {
  background: #d7d7d7;
}

.youtube-video-outer {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .youtube-video-outer {
    padding-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .youtube-video-outer {
    padding-top: 100px;
  }
}
.youtube-video-outer .yi-inner .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-video-outer .yi-inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-text .image {
  position: relative;
  margin-bottom: auto;
}
.image-text .image .legend-text {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
}
.image-text .image .legend-text p {
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

.logos .field--name-field-logos- {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .logos .field--name-field-logos- {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.logos .field--name-field-logos- > .field__item {
  padding: 8px 15px;
  padding-bottom: 0;
  max-width: 50%;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .logos .field--name-field-logos- > .field__item {
    width: 50%;
  }
}
.logos .field--name-field-logos- > .field__item img {
  display: block;
  margin: auto;
}

.opening-page-content .other-section .accordian-item .answer .text a {
  color: #ec5e20;
}

.node--type-actualites .field--name-field-other-content {
  padding-bottom: 60px;
}
.node--type-actualites .field--name-field-other-content .field__item:last-child .paragraph--type--full-width-image-text1 {
  padding-top: 0;
}

.grid-3 .view-content > .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid-3 .view-content > .views-row > .views-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}
.grid-3 .view-content > .views-row > .views-field .button {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .grid-3 .view-content > .views-row > .views-field .button {
    padding-left: 30px;
    bottom: 30px;
    padding-right: 30px;
  }
}

.blog-item .text .title h3 {
  text-transform: unset;
}

.node--type-ressources .fws-outer {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .node--type-ressources .fws-outer {
    margin-bottom: 30px;
    padding: 50px 0px;
  }
}
.node--type-ressources .fws-outer .swiper-button-next,
.node--type-ressources .fws-outer .swiper-button-prev {
  width: 32px;
  color: #ec5e20;
  text-decoration: none;
  outline: none;
  line-height: 1;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.node--type-ressources .fws-outer .swiper-button-next::after,
.node--type-ressources .fws-outer .swiper-button-prev::after {
  display: none;
}
.node--type-ressources .fws-outer .swiper-button-next svg,
.node--type-ressources .fws-outer .swiper-button-prev svg {
  display: block;
  height: auto;
}
.node--type-ressources .fws-outer .swiper-button-next:hover,
.node--type-ressources .fws-outer .swiper-button-prev:hover {
  color: #ec5e20;
}
.node--type-ressources .fws-outer .fws-inne-wrapper .swiper-wrap {
  position: relative;
}
.node--type-ressources .fws-outer .fws-inne-wrapper .swiper-wrap .image {
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background-color: #0c0e1d;
}
.node--type-ressources .fws-outer .fws-inne-wrapper .swiper-wrap .image img {
  max-width: 100%;
  opacity: 0.75;
}
.node--type-ressources .fws-outer .fws-inne-wrapper .swiper-wrap .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .node--type-ressources .fws-outer .fws-inne-wrapper .swiper-wrap .text {
    position: unset;
  }
}
.node--type-ressources .fws-outer .fws-inne-wrapper .swiper-wrap .text p {
  font-size: 17px;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .lightg-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .lightg-item a img {
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lightg-item:nth-child(1) a, .lightg-item:nth-child(4) a {
    padding: 0 0 100%;
  }
  .lightg-item:nth-child(1) a img, .lightg-item:nth-child(4) a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.single-event-home {
  padding: 0 0 68%;
}
.single-event-home .temporary-event-inner {
  display: none;
}

.paragraph--type--youtube-link {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--youtube-link {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--youtube-link {
    padding-bottom: 100px;
  }
}

#block-memo-facebookblock {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 992px) {
  #block-memo-facebookblock {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  #block-memo-facebookblock::before {
    content: "";
    background-size: cover;
    background-position: center;
    background: url("../images/fondbeige.png");
    width: calc(100% - 80px);
    right: 0;
    height: 280px;
    max-height: 33%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  #block-memo-facebookblock::before {
    width: calc(100% - (100% - 940px) / 4);
    max-width: calc(100% - (100% - 940px) / 4);
  }
}
@media screen and (min-width: 1200px) {
  #block-memo-facebookblock::before {
    width: calc(100% - (100% - 1170px) / 4);
    max-width: calc(100% - (100% - 1170px) / 4);
  }
}
@media screen and (min-width: 1400px) {
  #block-memo-facebookblock::before {
    max-width: calc(100% - (100% - 1180px) / 4);
    width: calc(100% - (100% - 1180px) / 2 + 150px);
  }
}
#block-memo-facebookblock h2 {
  font-size: 35px;
  color: #ec5e20;
  font-weight: 700;
  font-family: "DIN";
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0px 20px;
  margin-bottom: 12px;
  text-align: left;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  #block-memo-facebookblock h2 {
    text-align: left;
    font-size: 28px;
    padding: 0 12px;
  }
}
#block-memo-facebookblock h2::before {
  content: "";
  width: 7px;
  height: 100%;
  max-height: 1.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: #F5EFE6;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  margin-top: auto;
  margin-bottom: auto;
}
#block-memo-facebookblock h2.active::before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #block-memo-facebookblock h2 {
    margin-left: -12px;
  }
}

.title-facbook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.title-facbook .facebook-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-facbook .facebook-icon .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 14em;
}
@media screen and (min-width: 576px) {
  .title-facbook .facebook-icon .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .title-facbook .facebook-icon .text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    text-align: right;
  }
}
.title-facbook .facebook-icon a {
  color: #ec5e20;
  font-size: 32px;
  display: block;
}
@media screen and (min-width: 992px) {
  .title-facbook .facebook-icon a {
    font-size: 40px;
  }
}
.title-facbook .facebook-icon .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.facebook-post {
  padding: 15px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.facebook-post .fb-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.facebook-post .fb-profile .fb-pic {
  width: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.facebook-post .fb-profile .fb-pic img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.facebook-post .fb-profile .page-name-date {
  max-width: calc(100% - 64px - 15px);
}
.facebook-post .fb-profile .page-name-date .name a {
  color: #000000;
  font-weight: 600;
}
.facebook-post .fb-profile .page-name-date .fb-time {
  font-size: 14px;
}
.facebook-post .descrition {
  padding-top: 12px;
  padding-bottom: 12px;
}
.facebook-post .image-video {
  background-color: #f6f7f9;
  border-radius: 6px;
}
.facebook-post .image-video img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fb-slider-container {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.fb-slider-container .swiper-container {
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .fb-slider-container .swiper-container {
    padding-right: 12%;
  }
}
.fb-slider-container .swiper-navigation .prev-slide {
  left: -10px;
}
@media screen and (min-width: 1280px) {
  .fb-slider-container .swiper-navigation .prev-slide {
    left: -50px;
  }
}
.fb-slider-container .swiper-navigation .next-slide {
  right: -10px;
}
@media screen and (min-width: 1280px) {
  .fb-slider-container .swiper-navigation .next-slide {
    right: -50px;
  }
}
.fb-slider-container .swiper-navigation .prev-slide,
.fb-slider-container .swiper-navigation .next-slide {
  width: 30px;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  line-height: 30px;
  font-weight: normal;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
  background-color: #000000;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fb-slider-container .swiper-navigation .prev-slide svg,
.fb-slider-container .swiper-navigation .next-slide svg {
  display: block;
  height: auto;
  width: 18px;
}
.fb-slider-container .swiper-navigation .prev-slide:hover,
.fb-slider-container .swiper-navigation .next-slide:hover {
  background-color: #ec5e20;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-banner-wrapper .home-banner-outer .home-banner-swiper .swiper-content .swiper-inner {
    max-width: calc(100% - 400px);
  }
}

.home-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-banner-wrapper .home-banner-outer .swiper-slide {
  height: auto;
}
.home-banner-wrapper .home-banner-outer .swiper-slide .paragraph--type--home-banner {
  height: 100%;
}
.home-banner-wrapper .home-banner-outer .swiper-slide .paragraph--type--home-banner .swiper-content {
  height: 100%;
}
.home-banner-wrapper .swiper-pagination {
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .home-banner-wrapper .banner-botttom-outer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.home-banner-wrapper .resources-section {
  position: relative;
}
.home-banner-wrapper .resource-section-container {
  background: #131629;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .home-banner-wrapper .resource-section-container {
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px;
    z-index: 4;
    width: 400px;
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner-wrapper .resource-section-container {
    width: 460px;
    padding: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .home-banner-wrapper .resource-section-container {
    width: 490px;
    padding: 40px;
  }
}
.home-banner-wrapper .resource-section-container .button a {
  padding: 14px 17px;
  border: 1px solid #ec5e20;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  color: #ec5e20;
  min-width: 168px;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ec5e20), color-stop(50%, transparent));
  background: linear-gradient(to right, #ec5e20 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}
.home-banner-wrapper .resource-section-container .button a:hover {
  border: 1px solid #ec5e20;
  cursor: pointer;
  color: #ffffff;
  background-position: left bottom;
}/*# sourceMappingURL=new.css.map */