﻿.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #90979a
}
.swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #90979a
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -5px
}
.Parallax-wayfinder {
    position: fixed;
    z-index: 50;
    right: 30px;
    top: 50%;
    padding-top: 100px;
    opacity: 1;
    transition: opacity 0.6s
}
.Parallax-wayfinder.faded {
    opacity: 0;
    pointer-events: none
}
.Parallax-pagination--dots {
    display: block;
    text-align: center
}
.Parallax-pagination--dot {
    display: block;
    position: relative;
    margin: 0 0.25em 15px 0.25em;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.Parallax-pagination--dot:before,
.Parallax-pagination--dot:after {
    content: '';
    border-radius: 100%;
    position: absolute
}
.Parallax-pagination--dot:before {
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: calc(100% - 13px);
    left: calc(100% - 13px);
}
.Parallax-pagination--dot:after {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%);
    border: 1px solid #fff
}
@media (max-width: 768px) {
    .Parallax-wayfinder {
        right: 10px;
        top: 20%
    }
    .Parallax-pagination--dot {
        width: 12px;
        height: 12px
    }
    .Parallax-pagination--dot:before {
        width: 6px;
        height: 6px;
        top: calc(100% - 9px);
        left: calc(100% - 9px)
    }
    .Parallax-wrapper {
        padding-left: 10px
    }
    .Parallax-wrapper .Parallax-title {
        max-width: 80%;
        font-size: 16px
    }
    .Parallax-wrapper h1 {
        max-width: 100%;
        margin: 0 0 25px;
        font-size: 26px;
        line-height: 1.25
    }
    .Parallax-wrapper {
        top: 80px;
        padding: 0 30px
    }
}
.Parallax-pagination--dot.is-active:after {
    width: 100%;
    height: 100%
}
section.Parallax-panel {
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: #ccd6da
}
.Parallax-background {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100vh;
    transform: translate3d(0, 0, 0)
}
.Parallax-panel.page1 {
    z-index: 12
}
.Parallax-panel.page2 {
    z-index: 10
}
.Parallax-panel.page3 {
    z-index: 8
}
.Parallax-panel.page4 {
    z-index: 6
}
.Parallax-panel.page5 {
    z-index: 4
}
.Parallax-panel.page6 {
    z-index: 2
}

.Parallax-wrapper {
    position: absolute;
    top: 155px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 2rem
}
@media (min-width: 769px) and (max-width: 1024px) {
    .Parallax-wrapper {
        padding-left: 30px
    }
}
.Parallax-wrapper h1 {
    color: #606465;
    margin: 0 0 3rem;
    text-align: left;
    max-width: 51%
}
.Parallax-spacer {
    height: 100vh
}