.lndg {
    position: relative
}

.lndg::before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .12s ease-out
}

.lndg * {
    /* color: #566f7c */
}

.lndg p {
    /* font-size: 23px;
    line-height: 1.3; */
    width: 100%;
    max-width: 26em;
    margin-left: auto;
    margin-right: auto
}

.lndg p:empty {
    display: none
}

.lndg .super {
    font-size: .6em;
    vertical-align: top
}

.lndg .video {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 56.25%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer
}

.lndg .video::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem;
    height: 3rem;
    background-color: #c2af10;
    border-radius: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAzMiI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMCAzLjQ5NXYyNS4wMWEzIDMgMCAwMDQuNjIyIDIuNTI0bDE5LjQ1My0xMi41MDVhMyAzIDAgMDAwLTUuMDQ4TDQuNjIyLjk3MUEzIDMgMCAwMDAgMy40OTV6Ii8+PC9zdmc+);
    background-position: 53%;
    background-repeat: no-repeat;
    background-size: 14px
}
@media (min-width: 992px) {
    .lndg .video::before {
        width: 6rem;
        height: 6rem;
        background-size: 28px
    }
}
.lndg .video iframe, .lndg .video video, .lndg .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10
}

.lndg .spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    width: 3rem;
    height: 3rem;
    perspective: 200px;
    z-index: 2000;
    transition: all .12s ease-out
}

.lndg .spinner::before {
    display: block;
    content: '';
    width: 50%;
    height: 50%;
    background: rgba(86, 111, 124, .5);
    animation: 2s flipWalker ease infinite
}

.lndg.loaded::before {
    opacity: 0;
    visibility: hidden
}

.lndg.loaded .spinner {
    opacity: 0;
    visibility: hidden
}

.lndg.loaded .spinner::before {
    animation: none
}

@keyframes flipWalker {
    0% {
        transform: translate(0, 0) rotateX(0) rotateY(0)
    }
    25% {
        transform: translate(100%, 0) rotateX(0) rotateY(180deg)
    }
    50% {
        transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg)
    }
    75% {
        transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg)
    }
    100% {
        transform: translate(0, 0) rotateX(0) rotateY(360deg)
    }
}

/*.lndg .about {
    padding-top: 80px
}*/

.lndg .about-intro {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: transparent
}

.lndg .about-intro p {
    /* line-height: 1.3; */
    text-align: center;
    margin-bottom: .5em
}

.lndg .timeline {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6rem
}

.lndg .timeline__header {
    flex: 0 0 100%
}

.lndg .timeline__nav {
    display: flex;
    justify-content: center;
    flex: 0 1 13rem
}

@media (max-width: 1280px) {
    .lndg .timeline__nav {
        flex: 0 1 9rem
    }
}

@media (max-width: 768px) {
    .lndg .timeline__nav {
        flex: 0 1 6rem
    }
}

.lndg .timeline__years {
    flex: 0 1 calc(100% - 26rem)
}

@media (max-width: 1280px) {
    .lndg .timeline__years {
        flex: 0 1 calc(100% - 9rem)
    }
}

@media (max-width: 767px) {
    .lndg .timeline__years {
        flex: 0 1 calc(100% - 6rem)
    }
}

.lndg .block-photocards {
    margin-top: 80px;
    margin-bottom: 80px
}

.lndg .block-photocards__wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column
}

.lndg .block-photocards__images {
    position: relative;
    flex: 1 1 auto
}

.lndg .block-photocards__description {
    padding: 2rem 0;
    text-align: center
}

.lndg .block-photocards__description p {
    margin-bottom: 0
}

.lndg .block-photocards .photocard {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    margin-top: 1rem;
    display: block;
    max-width: calc(100% - 5rem);
    max-height: calc(100% - 5rem);
    will-change: transform
}

.lndg .block-slider {
    padding-top: 1.875rem;
    padding-bottom: 8rem
}

.lndg .block-slider__images {
    position: relative;
    overflow: hidden
}

.lndg .block-slider__captions {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%
}

.lndg .block-slider__controls {
    position: absolute;
    z-index: 10;
    top: calc(63% + 1rem);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: block
}

@media (max-width: 767px) {
    .lndg .block-slider__controls {
        position: absolute;
        top: auto;
        bottom: 0
    }
}

.lndg .block-slider__controls .swiper-pagination {
    position: relative;
    padding: 2.5rem 1rem
}

@media (max-width: 767px) {
    .lndg .block-slider__controls .swiper-pagination {
        padding: 1rem
    }
}

.lndg .block-slider__controls .swiper-pagination-bullet {
    position: relative;
    background-color: #566f7c;
    opacity: .6;
    margin: 10px 13px;
    transition: all .12s ease-out
}

.lndg .block-slider__controls .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 1px solid #c2af10;
    transition: all .12s ease-out
}

.lndg .block-slider__controls .swiper-pagination-bullet-active {
    background-color: #c2af10
}

.lndg .block-slider__controls .swiper-pagination-bullet-active::before {
    transform: translate(-50%, -50%) scale(1)
}

.lndg .block-slider__navigation {
    display: flex;
    justify-content: center
}

.lndg .block-slider__navigation .swiper-button {
    position: relative;
    width: 4rem;
    height: 4rem;
    border: 1px solid #566f7c;
    border-radius: 50%;
    margin: 10px;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: 52%;
    cursor: pointer
}

.lndg .block-slider__navigation .swiper-button.prev {
    transform: rotate(-180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDE1Ij48cGF0aCBmaWxsPSIjNTY2ZjdjIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0wIDEuNDY4IDEuNzY0LjAgOCA3LjUgMS43NjQgMTUgMCAxMy41MzIgNS4wMjQgNy41eiIvPjwvc3ZnPg==)
}

.lndg .block-slider__navigation .swiper-button.next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDE1Ij48cGF0aCBmaWxsPSIjNTY2ZjdjIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGQ9Ik0wIDEuNDY4IDEuNzY0LjAgOCA3LjUgMS43NjQgMTUgMCAxMy41MzIgNS4wMjQgNy41eiIvPjwvc3ZnPg==)
}

.lndg .block-slider .slide {
    position: relative;
    width: 100%;
    height: 50vw;
    max-height: 100vh;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .lndg .block-slider .slide {
        padding-bottom: 100%
    }
}

.lndg .block-slider .caption {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63%;
    text-align: center;
    padding: 1rem
}

.lndg .block-slider .caption h1 {
    text-transform: uppercase
}

/* .lndg .block-slider .caption h2 {
    font-weight: 400
} */

@media (max-width: 767px) {
    .lndg .block-slider .caption {
        align-items: flex-start;
        padding-top: 3rem;
        min-height: 24rem
    }
}

.lndg .block-year {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 1rem
}

@media (max-width: 1023px) {
    .lndg .block-year {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.lndg .block-year__year {
    position: relative;
    font-size: 18rem;
    line-height: 1 !important;
    letter-spacing: normal;
    font-weight: 400;
    text-align: center;
    margin: 0;
    z-index: 100
}

@media (max-width: 1023px) {
    .lndg .block-year__year {
        font-size: 10rem
    }
}

@media (max-width: 767px) {
    .lndg .block-year__year {
        font-size: 6rem
    }
}

.lndg .block-year__cover {
    position: relative;
    margin-top: -8rem;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap
}

@media (max-width: 1023px) {
    .lndg .block-year__cover {
        margin-top: -4rem
    }
}

@media (max-width: 767px) {
    .lndg .block-year__cover {
        margin-top: -2.5rem
    }
}

.lndg .block-year__cover > div {
    width: 50%;
    flex: 1 1 50%
}

.lndg .block-year__cover:first-child:last-child {
    width: 100%;
    flex: 1 1 100%
}

.lndg .block-year__cover img {
    width: 100%;
    display: block
}

.lndg .block-year__header {
    margin-top: 6.875rem;
    background-color: transparent;
    z-index: 1
}

@media (max-width: 767px) {
    .lndg .block-year__header {
        margin-top: 6rem
    }
}

.lndg .block-year__body {
    margin-top: 3rem
}

.lndg .block-year__box {
    text-align: center;
    width: 100%
}

.lndg .block-year__box figure, .lndg .block-year__box .video {
    margin: 3.25rem 0
}

.lndg .block-year__box figure img, .lndg .block-year__box .video img {
    width: 100%;
    max-width: 100%;
    display: block
}

.lndg .block-year__box h2, .lndg .block-year__box h3 {
    margin-bottom: 1rem !important;
    line-height: 1.13 !important
}

.lndg .block-year__box p {
    font-size: 18px
}

.lndg .block-year__box.is-lower {
    margin-top: 12rem
}

@media (max-width: 1023px) {
    .lndg .block-year__box.is-lower {
        margin-top: 6rem
    }
}

@media (max-width: 767px) {
    .lndg .block-year__box.is-lower {
        margin-top: 0
    }
}

.lndg .navigation-years {
    position: sticky;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 386px;
    width: 8rem;
    flex: 0 0 8rem
}

@media (max-width: 767px) {
    .lndg .navigation-years {
        width: 6rem;
        flex: 0 0 6rem
    }
}

.lndg .navigation-years__slider {
    position: relative;
    display: block;
    width: 100%;
    max-height: 100%
}

.lndg .navigation-years__slider ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.lndg .navigation-years__slider ul li {
    padding: 20px 1rem;
    font-size: 1.25rem;
    height: auto;
    text-align: right;
    line-height: 1;
    transition: all .12s ease-out;
    cursor: pointer
}

.lndg .navigation-years__slider ul li.swiper-slide-active {
    font-size: 2.75rem;
    font-weight: 700
}

@media (max-width: 767px) {
    .lndg .navigation-years__slider ul li {
        font-size: 1.1rem
    }

    .lndg .navigation-years__slider ul li.swiper-slide-active {
        font-size: 2rem;
        font-weight: 700
    }
}

.halimg {
    width: 100%;
    margin-bottom: 30px;
  }
