@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.full-screen-liabrary .container-rg {
  max-width: 1000px;
}
.full-screen-liabrary h1 {
  font-size: 32px;
  line-height: 1.3;
}
@media (min-width:980px) {
  .full-screen-liabrary h1 {
    font-size: 42px;
  }
}
.full-screen-liabrary:first-child h1, .full-screen-liabrary:first-of-type h1 {
  margin-top: 0;
  margin-bottom: 24px;
}
.full-screen-liabrary article.glbl .youtubeVideo {
  margin-left: auto;
  margin-right: auto;
  padding: 28.25% 0;
  position: relative;
}
.full-screen-liabrary article.glbl .youtubeVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.full-screen-liabrary article.glbl .photo-cont-holder:not(:first-child) {
  margin-bottom: 48px;
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content {
  position: relative;
  margin: 0 auto;
}
@media (max-width:979px) {
  .full-screen-liabrary article.glbl .photo-cont-holder .photo-content {
    padding-top: 60px;
  }
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper.photoSlide .swiper-wrapper {
  flex-wrap: nowrap;
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper.photoSlide .swiper-wrapper .swiper-slide figure {
  width: 100%;
  margin-left: 0;
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper.photoSlide .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  border-radius: 8px;
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-mobile,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-mobile,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-video,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-video {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: #f96000;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
@media (max-width:979px) {
  .full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-mobile,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-mobile,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-video,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-video {
    top: 5px !important;
  }
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-mobile,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-video {
  left: auto;
  right: 80px;
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-mobile,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-video {
  left: auto;
  right: 20px;
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev.swiper-button-disabled:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next.swiper-button-disabled:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-mobile.swiper-button-disabled:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-mobile.swiper-button-disabled:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-video.swiper-button-disabled:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-video.swiper-button-disabled:before {
  opacity: 0.25;
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-mobile:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev-video:before {
  content: "";
  background: url(../images/arrow-left-white.svg) no-repeat center center;
  display: block;
  height: 50px;
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-mobile:before,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next-video:before {
  content: "";
  background: url(../images/arrow-right-white.svg) no-repeat center center;
  display: block;
  height: 50px;
}
@media (min-width:720px) and (max-width:979px) {
  .full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}
@media (min-width: 1024px) {
  .full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev {
    left: -80px;
  }
}
@media (min-width: 1024px) {
  .full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next {
    right: -80px;
  }
}
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-next:after,
.full-screen-liabrary article.glbl .photo-cont-holder .photo-content .swiper-button-prev:after {
  color: #ffffff;
  font-size: 0px;
}
.full-screen-liabrary article.glbl .photo-cont-holder .cnt-max750 {
  position: relative;
}
.full-screen-liabrary article.glbl .photo-cont-holder .cnt-max750 .go-top {
  left: calc(50% - 32px);
  bottom: -80px;
}
.full-screen-liabrary.hdr article.glbl {
  padding-bottom: 0 !important;
}

.img-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 575px) {
  .img-row {
    gap: 0.5rem;
  }
}
.img-row .img-item figure {
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.img-row.ratio-3-4 {
  justify-content: center;
}
@media (min-width: 720px) and (max-width: 860px) {
  .img-row.ratio-3-4 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.img-row.ratio-3-4 .img-item {
  max-width: 400px;
  max-height: 560px;
  width: 100%;
}
@media (max-width: 575px) {
  .img-row.ratio-3-4 .img-item {
    max-width: 400px;
  }
}
@media (min-width: 720px) and (max-width: 860px) {
  .img-row.ratio-3-4 .img-item {
    max-width: 358px;
  }
}
.img-row.ratio-3-4 .img-item figure {
  margin-bottom: 1em;
}

.img-wrap-0 {
  max-width: 100%;
  width: 100%;
  flex-basis: 1;
  aspect-ratio: var(--ratio);
  flex-grow: calc(var(--ratio));
}

.img-wrap1 {
  max-width: 800px;
  width: 100%;
  flex-basis: 1;
  aspect-ratio: var(--ratio);
  flex-grow: calc(var(--ratio));
}

.img-wrap {
  max-width: 800px;
  width: 100%;
  flex-basis: 0;
  aspect-ratio: var(--ratio);
  flex-grow: calc(var(--ratio));
}

.img-wrap-full {
  max-width: 100%;
  width: 100%;
  margin: 0 20px;
  flex-basis: 0;
  aspect-ratio: var(--ratio);
  flex-grow: calc(var(--ratio));
}

.caption {
  font-size: 15px;
  line-height: 20px;
  color: #666666;
}

.prlx-wrapper {
  overflow: hidden;
  position: relative;
}
@media (max-width: 575px) {
  .prlx-wrapper {
    min-height: 170px;
  }
}
@media (max-width:979px) {
  .prlx-wrapper {
    max-height: 620px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .prlx-wrapper {
    min-height: 190px;
  }
}
@media (min-width:980px) {
  .prlx-wrapper {
    max-height: 600px;
  }
}
.prlx-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(186deg, rgba(0, 0, 0, 0) 70%, black 100%);
}
.prlx-wrapper .prlx-content {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 100px;
}
@media (max-width:979px) {
  .prlx-wrapper .prlx-content {
    bottom: 32px;
    left: 30px;
    max-width: 85%;
  }
}
@media (max-width: 575px) {
  .prlx-wrapper .prlx-content {
    bottom: 24px;
  }
}
.prlx-wrapper .prlx-content p {
  color: #ffffff;
}

.parallax-img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .parallax-img {
    min-height: 80vh;
    max-height: 800px;
  }
}

.container-rg,
.container-sig {
  position: relative;
}
.container-rg .go-top,
.container-sig .go-top {
  left: calc(50% - 32px);
  bottom: 20px;
}

.img-row.landscape .img-wrap1 {
  max-width: 100%;
}
.img-row.landscape .img-wrap1 .img-item figure,
.img-row.landscape .img-wrap1 .img-item img,
.img-row.landscape .img-wrap1 .img-item figure img {
  aspect-ratio: 16/9;
}

.infos p.date,
.infos p.locate {
  font-size: 14px;
  color: #686a6c;
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 8px 0 8px 0;
}
.infos p.date span.material-icons,
.infos p.locate span.material-icons {
  color: #f96000;
  text-align: center;
  width: 24px;
}

.page-node-type-ct-video .displayCard__video {
  position: relative;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 56.25%;
  min-height: auto;
  max-height: auto;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.page-node-type-ct-video .displayCard__video .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.page-node-type-ct-video .displayCard__video .btn-vidoplay img {
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.page-node-type-ct-video .displayCard__video .btn-vidoplay::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat;
  background-size: 100%;
}
.page-node-type-ct-video .displayCard__video p.youtube-link {
  height: 0px;
  margin: 0;
  visibility: hidden;
}
.page-node-type-ct-video .displayCard__video iframe {
  height: 100%;
  max-height: auto;
}