.stage {
    position: relative;
    height: 100vh
}

.main-header+.stage {
    height: calc(100vh - 58px)
}

@media (min-width:768px) {
    .main-header+.stage {
        height: calc(100vw - 58px);
        max-height: calc(100vh - 58px)
    }
}

@media (min-width:768px) and (orientation:portrait) {
    .main-header+.stage {
        height: calc(100vw - 58px) !important
    }
}

@media (min-width:960px) {
    .main-header+.stage {
        height: calc(100vh - 78px)
    }
}

@media (min-width:960px) and (orientation:portrait) {
    .main-header+.stage {
        height: calc(100vw - 78px) !important
    }
}

@media (max-width:959.98px) {
    .main-header+.stage.has-sales-tools {
        height: calc(100vh - 58px - 3.125rem)
    }
}

@media (min-width:960px) and (max-width:1011.98px) {
    .main-header+.stage.has-sales-tools {
        height: calc(100vh - 78px - 3.125rem)
    }
}

.stage .stage-container {
    height: 100%
}

.stage .stage-container .stage-slider {
    height: 100%
}

.stage .stage-container .stage-slider.has-no-dots .stage-item .stage-content {
    bottom: 1.5rem
}

.stage .stage-container .slider-custom-nav-wrapper .slider-custom-nav .slider-custom-dots {
    max-width: none
}

.stage .stage-container .slider-custom-nav-wrapper .slider-custom-nav .slider-custom-dots .slick-dots {
    display: block;
    width: 100%
}

.stage .stage-container .slider-custom-nav-wrapper .slider-custom-nav .slider-custom-dots .slick-dots li {
    max-width: none
}

.stage .stage-container .stage-item {
    height: 100%;
    position: relative
}

.stage .stage-container .stage-item.has-video .stage-content .stage-content-container {
    width: 100%
}

.stage .stage-container .stage-item .stage-content {
    position: absolute;
    width: 100%;
    z-index: 2;
    margin: 0 0 .375rem
}

@media (min-width:768px) {
    .stage .stage-container .stage-item .stage-content {
        margin: 0 0 1.5rem
    }
}

.stage .stage-container .stage-item .stage-content .stage-content-container .stage-content-headline {
    margin-bottom: 0
}

.stage .stage-container .stage-item .stage-content .stage-content-container .stage-content-subline {
    margin: 0
}

@media (min-width:768px) {
    .stage .stage-container .stage-item .stage-content .stage-content-container .stage-content-subline {
        margin: .25rem 0 0
    }
}

@media (min-width:1200px) {
    .stage .stage-container .stage-item .stage-content .stage-content-container .stage-content-subline {
        margin: .5rem 0 0
    }
}

.stage .stage-container .stage-item .stage-content .stage-content-container .stage-content-btn,
.stage .stage-container .stage-item .stage-content .stage-content-container .stage-default-btn {
    margin-top: 1rem
}

@media (min-width:768px) {

    .stage .stage-container .stage-item .stage-content .stage-content-container .stage-content-btn,
    .stage .stage-container .stage-item .stage-content .stage-content-container .stage-default-btn {
        margin-top: 1.5rem
    }
}

.stage .stage-container .stage-item .stage-background {
    height: 100%;
    position: relative;
    z-index: -1
}

.stage .stage-container .stage-item .stage-background .video-fill-wrapper .video-wrapper.loading {
    background-image: url(../../assets/images/preloader/preloader_transparent_gif.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.stage .stage-container .stage-item .stage-background .video-fill-wrapper .video-wrapper iframe {
    visibility: hidden
}

.stage .stage-container .stage-item .stage-background .video-placeholder {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.stage .video-wrapper.video-16-9,
.stage .video-wrapper.video-9-16,
.stage .video-wrapper.video-md-16-9 {
    opacity: 0;
    visibility: hidden
}

.stage .video-wrapper.video-16-9.center-x,
.stage .video-wrapper.video-16-9.center-y,
.stage .video-wrapper.video-9-16.center-x,
.stage .video-wrapper.video-9-16.center-y,
.stage .video-wrapper.video-md-16-9.center-x,
.stage .video-wrapper.video-md-16-9.center-y {
    opacity: 1;
    visibility: visible
}

@media (max-width:959.98px) {

    body,
    html {
        height: 100%
    }

    body .main-header+.stage,
    html .main-header+.stage {
        height: calc(100% - 58px)
    }

    body .main-header+.stage.has-sales-tools,
    html .main-header+.stage.has-sales-tools {
        height: calc(100% - 58px - 3.125rem)
    }
}

@supports (-webkit-touch-callout:none) {

    body,
    html {
        height: 100%
    }

    body .main-header+.stage,
    html .main-header+.stage {
        height: calc(100% - 58px)
    }
}

.stage.has-stage-nav .stage-container .stage-item {
    height: calc(100% - 4rem)
}

@media (min-width:768px) {
    .stage.has-stage-nav .stage-container .stage-item .stage-content {
        bottom: 11rem
    }
}

.stage.has-stage-nav .slider-custom-nav-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 4.75rem
}

@media (min-width:768px) {
    .stage.has-stage-nav .slider-custom-nav-wrapper {
        bottom: 6.25rem
    }
}

@media (min-width:1012px) {
    .stage[data-parallax=true] .stage-nav-wrapper .stage-nav-content .stage-nav {
        width: 70.5%
    }
}

.stage-nav-wrapper {
    bottom: 0;
    height: 4rem;
    width: 100%;
    z-index: 1020
}

@media (min-width:768px) {
    .stage-nav-wrapper {
        height: 4.75rem
    }
}

.stage-nav-wrapper.stage-nav-sticky {
    bottom: auto;
    position: fixed !important;
    top: 0;
    -webkit-transition: top .5s ease;
    transition: top .5s ease;
    will-change: top
}

.stage-nav-wrapper.stage-nav-sticky.header-is-sticky {
    top: 60px
}

@media (min-width:1012px) {
    .stage-nav-wrapper.stage-nav-sticky.header-is-sticky {
        top: 0
    }
}

.stage-nav-wrapper.stage-nav-sticky .stage-nav-content .stage-nav {
    -webkit-transition: width .1 ease;
    transition: width .1 ease;
    width: 100% !important
}

@media (min-width:1012px) {
    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper.show .stage-nav-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1012px) {

    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .icon-arrow-full,
    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .icon-list {
        display: none !important
    }
}

@media (min-width:1012px) {
    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-site-name {
        cursor: auto;
        display: inline !important
    }
}

@media (min-width:1012px) {
    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: auto;
        width: auto
    }
}

@media (min-width:1012px) {
    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        top: auto;
        width: auto
    }
}

.stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li {
    margin: 0
}

@media (min-width:1012px) {
    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li {
        margin: 0 0 0 1.25rem
    }
}

@media (min-width:1012px) {
    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li {
        border-bottom: none
    }
}

@media (min-width:1012px) {
    .stage-nav-wrapper:not(.has-dropdown-menu) .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li a {
        padding-left: 0;
        padding-right: 0
    }
}

.stage-nav-wrapper.has-responsive-width {
    font-family: MAN-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    letter-spacing: .05rem
}

.stage-nav-wrapper.has-responsive-width .border-left-small {
    border-left: 1px solid #fff
}

@media (min-width:768px) {
    .stage-nav-wrapper.has-responsive-width .stage-nav {
        padding-right: 7.5vw
    }
}

.stage-nav-wrapper .stage-nav-content {
    height: 100%
}

.stage-nav-wrapper .stage-nav-content .stage-nav {
    background-color: #fff;
    height: 100%;
    padding-right: 7.5vw;
    width: 100%
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper {
    height: 100%
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper.show .icon-arrow-full:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper.show .stage-nav-menu {
    display: block
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .icon-arrow-full {
    margin: 0 .375rem 0 0
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .icon-arrow-full:before {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-site-name {
    cursor: pointer;
    font-family: MAN-bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    text-transform: uppercase
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu {
    display: none;
    margin: 0;
    max-height: calc(100vh - 4rem - 4rem);
    overflow-y: auto;
    position: absolute;
    top: 4rem;
    width: 100%
}

@media (min-width:768px) {
    .stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu {
        max-height: calc(100vh - 4.75rem);
        top: 4.75rem
    }
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li {
    border-bottom: 1px solid #e2e3e4;
    font-size: 1rem;
    margin: 0
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li:last-child {
    border-bottom: none
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li a {
    display: block;
    padding: 1rem;
    margin: 0
}

@media (min-width:1012px) {
    .stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li a {
        padding: 1rem
    }
}

@media (min-width:1012px) {
    .stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li a {
        margin: 0
    }
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li a.active {
    color: #e40045
}

html.no-touchdevice .stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li a:active,
html.no-touchdevice .stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-menu-wrapper .stage-nav-menu li a:hover {
    color: #e40045
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons {
    height: 100%
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons .stage-nav-btn {
    margin: 0
}

@media (min-width:768px) {
    .stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons .stage-nav-btn {
        margin: 0 0 0 0.875rem 
    }
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons .stage-nav-btn [class^=icon-] {
    pointer-events: none;
    font-size: 2rem
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons .explain-content {
    display: none
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons.show-explain-content {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons.show-explain-content .stage-nav-btn {
    position: absolute;
    height: 100%;
    border: 0;
    z-index: 10;
    -webkit-animation: Puls 2s linear;
    animation: Puls 2s linear
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons.show-explain-content .stage-nav-btn .only-icon {
    display: none
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons.show-explain-content .explain-content {
    display: block;
    width: 100%;
    line-height: 32px;
    z-index: 100;
    -webkit-animation: Fade-in .22s linear;
    animation: Fade-in .22s linear
}

.stage-nav-wrapper .stage-nav-content .stage-nav .stage-nav-buttons.show-explain-content .explain-content:before {
    color: #fff
}

@-webkit-keyframes Fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes Fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes Puls {
    0% {
        width: 70px;
        left: 50vw
    }

    5% {
        width: 100%;
        left: 0
    }

    92% {
        width: 100%;
        left: 0
    }

    100% {
        left: 80vw;
        width: 70px
    }
}

@keyframes Puls {
    0% {
        width: 70px;
        left: 50vw
    }

    5% {
        width: 100%;
        left: 0
    }

    92% {
        width: 100%;
        left: 0
    }

    100% {
        left: 80vw;
        width: 70px
    }
}

.stage .stage-slider {
    background: #000
}

.stage .stage-slider .stage-item {
    height: 100%;
    position: relative
}

.stage .stage-slider .stage-item .stage-content {
    bottom: 4.625rem
}

@media (min-width:768px) {
    .stage .stage-slider .stage-item .stage-content {
        bottom: 6.125rem
    }
}

.stage .stage-slider .stage-item .stage-content .btn [class*=icon-] {
    font-size: 1.25rem
}

.stage .slider-custom-nav-wrapper {
    bottom: .75rem;
    position: absolute;
    width: auto
}

@media (min-width:768px) {
    .stage .slider-custom-nav-wrapper {
        bottom: 1.5rem
    }
}

@media (min-width:768px) {
    .stage.has-stage-nav .stage-container .stage-slider.has-no-dots .stage-item .stage-content {
        bottom: 6.25rem
    }
}

@media (min-width:768px) {
    .stage.has-stage-nav .stage-container .stage-item {
        height: 100%
    }
}

.stage .stage-container.parallax {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 0
}

@media (min-width:768px) and (orientation:portrait) {
    .stage .stage-container.parallax {
        max-height: 100vw
    }
}
