.main-page {
    margin-top: 0;
}

@media (max-width: 990px) {
    .main-page {
        margin-top: 0px !important;
    }
}

.ourLegacyPage-root {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 130px
}

.ourLegacyPage-title {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase
}

@media(min-width: 1024px) {
    .ourLegacyPage-title {
        font-size: 2.25rem
    }
}

.ourLegacyPage-dateHolder {
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin-right: 8px;
    z-index: 2
}

@media(min-width: 991px) {
    .ourLegacyPage-dateHolder {
        position: absolute;
        top: 0;
        left: 0
    }
}

@media(min-width: 1024px) {
    .ourLegacyPage-dateHolder {
        min-height: 843px
    }
}

.ourLegacyPage-swipeArea {
    -webkit-mask-image: linear-gradient(to top, #000 50%, transparent 100%);
    mask-image: linear-gradient(to top, black 50%, transparent 100%);
    height: 100%
}

.ourLegacyPage-dates {
    display: flex;
    font-size: 1rem;
    line-height: 19px;
    height: 100%;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%)
}

@media(min-width: 991px) {
    .ourLegacyPage-dates {
        min-height: 843px
    }
}

@media(min-width: 1024px) {
    .ourLegacyPage-dates {
        font-size: 1.25rem;
        line-height: 25px
    }
}

.ourLegacyPage-dates ul {
    align-self: center;
    padding-left: 10px;
    padding-right: 13px;
    transition: transform 1.75s
}

@media(min-width: 1200px) {
    .ourLegacyPage-dates ul {
        padding-left: 60px;
        padding-right: 56px
    }
}

.ourLegacyPage-dates li {
    margin-bottom: 2rem;
    opacity: .5;
    transition: opacity 1s
}

.ourLegacyPage-dates li.ourLegacyPage-active {
    opacity: 1
}

.ourLegacyPage-dates button {
    color: #fff
}

.ourLegacyPage-dateTrack {
    align-self: center;
    height: 19px
}

.ourLegacyPage-sliderHolder {
    display: flex;
    margin: 1.5rem auto 0;
    padding-bottom: 3.75rem;
    position: relative
}

@media(min-width: 991px) {
    .ourLegacyPage-sliderHolder {
        flex-direction: column;
        margin-top: 3.75rem
    }
}

.ourLegacyPage-sliderMain {
    height: 500px;
    overflow: hidden;
    max-width: 675px;
    margin: auto
}

@media(min-height: 768px) {
    .ourLegacyPage-sliderMain {
        height: 650px
    }
}

@media(min-width: 991px) {
    .ourLegacyPage-sliderMain {
        max-width: 762px
    }
}

.ourLegacyPage-mainTrack {
    position: relative;
    transition: transform 2s;
    z-index: 2
}

.ourLegacyPage-mainItem {
    padding-right: 20px;
    color: #fff;
    text-align: center;
    height: 500px
}

@media(min-width: 991px) {
    .ourLegacyPage-mainItem {
        padding-top: 3.75rem
    }
}

@media(min-width: 1024px) {
    .ourLegacyPage-mainItem {
        padding: 30px 0 0
    }
}

.ourLegacyPage-image {
    margin: 0 auto 1.375rem
}

.ourLegacyPage-slideTitle {
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 36px;
    letter-spacing: 1.5px
}

.ourLegacyPage-content p {
    font-size: 1rem;
    line-height: 23px
}

.ourLegacyPage-nextButton {
    position: absolute;
    bottom: 20px;
    left: calc(50% + 18px);
    transform: translateX(-50%);
    z-index: 3
}

.ourLegacyPage-nextButton button {
    border: 1px solid #85714d;
    border-radius: 50%;
    height: 50px;
    width: 50px
}

.ourLegacyPage-nextButton i {
    color: #fff;
    font-size: 1rem
}

@media(min-width: 768px) {
    .ourLegacyPage-nextButton {
        left: 50%
    }
}

@media(min-width: 991px) {
    .ourLegacyPage-nextButton {
        bottom: 160px
    }
}

.ourLegacyPage-clockFace {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: .02;
    transition: transform 2s
}

.ourLegacyPage-clockFace img {
    max-width: 1300px
}

@media(min-width: 991px) {
    .ourLegacyPage-clockFace {
        top: 40%
    }
}

.ourLegacyPage-clockHand {
    position: absolute;
    top: calc(50% + 2px);
    right: -3px;
    transform: translateY(-50%)
}