div#n2-ss-6 .n2-ss-slider-1 {
    display: grid;
    position: relative;
}

div#n2-ss-6 .n2-ss-slider-2 {
    display: grid;
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    border: 0px solid RGBA(62, 62, 62, 1);
    border-radius: 0px;
    background-clip: padding-box;
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
    z-index: 1;
}

div#n2-ss-6:not(.n2-ss-loaded) .n2-ss-slider-2 {
    background-image: none !important;
}

div#n2-ss-6 .n2-ss-slider-3 {
    display: grid;
    grid-template-areas: 'cover';
    position: relative;
    overflow: hidden;
    z-index: 10;
}

div#n2-ss-6 .n2-ss-slider-3>* {
    grid-area: cover;
}

div#n2-ss-6 .n2-ss-slide-backgrounds,
div#n2-ss-6 .n2-ss-slider-3>.n2-ss-divider {
    position: relative;
}

div#n2-ss-6 .n2-ss-slide-backgrounds {
    z-index: 10;
}

div#n2-ss-6 .n2-ss-slide-backgrounds>* {
    overflow: hidden;
}

div#n2-ss-6 .n2-ss-slide-background {
    transform: translateX(-100000px);
}

div#n2-ss-6 .n2-ss-slider-4 {
    place-self: center;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: grid;
    grid-template-areas: 'slide';
}

div#n2-ss-6 .n2-ss-slider-4>* {
    grid-area: slide;
}

div#n2-ss-6.n2-ss-full-page--constrain-ratio .n2-ss-slider-4 {
    height: auto;
}

div#n2-ss-6 .n2-ss-slide {
    display: grid;
    place-items: center;
    grid-auto-columns: 100%;
    position: relative;
    z-index: 20;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100000px);
}

div#n2-ss-6 .n2-ss-slide {
    perspective: 1500px;
}

div#n2-ss-6 .n2-ss-slide-active {
    z-index: 21;
}

.n2-ss-background-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

div#n2-ss-6 .n2-ss-slide-limiter {
    max-width: 1000px;
}

@media (min-width: 1200px) {
    div#n2-ss-6 [data-hide-desktopportrait="1"] {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),
(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
    div#n2-ss-6 [data-hide-tabletportrait="1"] {
        display: none !important;
    }
}

@media (orientation: landscape) and (max-width: 900px),
(orientation: portrait) and (max-width: 700px) {
    div#n2-ss-6 .n2-ss-slide-limiter {
        max-width: 480px;
    }

    div#n2-ss-6 [data-hide-mobileportrait="1"] {
        display: none !important;
    }
}