.has-modal {
    overflow: hidden
}

.has-modal-full-viewport {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.has-modal-full-viewport body {
    height: 100%;
    overflow: hidden
}

.modal {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.modal-standard {
    overflow: auto;
    padding: 54px 0;
    background: rgba(0, 0, 0, 0.48);
    -webkit-overflow-scrolling: touch
}

.modal-standard .content-padding {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding: 80px 8.33333%;
    background: white;
    border-radius: 18px
}

@media only screen and (max-width: 734px) {
    .modal-standard .content-padding {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 734px) {
    .modal-standard .modal-close {
        left: 22px
    }
}

.theme-dark .modal-standard .content-padding, .modal-standard.theme-dark .content-padding {
    background: #1d1d1f
}

.modal-full-viewport {
    background: white;
    padding: 96px 0
}

@media only screen and (max-width: 1068px) {
    .modal-full-viewport {
        padding: 80px 0
    }
}

.theme-dark .modal-full-viewport, .modal-full-viewport.theme-dark {
    background: black
}

.modal-open {
    /* display: flex; */
    z-index: 11000;
}

.modal-close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    z-index: 9999;
    top: 24px;
    left: 24px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    opacity: .8;
}
.modal-close:hover {
    opacity: 1;
}
.modal-close:focus {
    outline: none;
}
@media only screen and (max-width: 1068px) {
    .modal-close {
        width: 28px;
        height: 28px;
        top: 20px;
        left: 20px;
    }
}

.modal-close:before, .modal-close:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 3px;
    height: 100%;
    background: #6e6e73;
    transform: rotate(45deg);
}
.modal-close:after {
    transform: rotate(135deg);
}










.modal .hero-nav-banner-modal-content-headline {
    text-align: center;
}





.modal .hero-nav-link {
    color:#fff
}

.modal .hero-nav-link.active {
    color: #6c6c70;
    pointer-events:none
}

.modal .hero-nav-link:hover {
    color:#06c
}
.modal .hero-nav-link:focus {
    outline: none;
}

.modal .hero-nav-banner-modal-content-links-wrapper {
    margin-top:75px
}

@media only screen and (max-width: 1068px) {
    .modal .hero-nav-banner-modal-content-links-wrapper {
        margin-top:70px
    }
}

@media only screen and (max-width: 734px) {
    .modal .hero-nav-banner-modal-content-links-wrapper {
        margin-top: 35px;
        text-align:center;
    }
}
    

