.panel-home-banner {
    position: relative;
}

.panel-home-banner:after {
    content: "";
    background-image: linear-gradient(rgb(0 0 0 / 40%), rgba(128, 128, 128, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.panel-home-banner .container {
    z-index: 1;
}

.panel-home-banner .title-container {
    margin-top: 398px;
    margin-bottom: 30px;
}

.panel-home-banner .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.panel-home-banner video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel-home-banner .title-wrapper {
    max-width: 562px;
    text-align: center;
    margin: auto;
}

.home #main_menu>ul>li>a:hover {
    color: var(--gold);
}

.home .site-header.active #main_menu>ul>li>a {
    color: #000000;
}

.home .site-header.active #main_menu>ul>li>a:hover {
    color: var(--gold);
}

.home header {
    background-image: none;
}

@media(max-width: 1199px) {
    .home #main_menu>ul>li>a {
        color: #000000;
    }
}

@media(max-width: 991px) {
    .panel-home-banner .title-container {
        margin-top: 318px;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .panel-home-banner .container {
        max-width: 100%;
    }
    .panel-home-banner .container .title-wrapper {
        max-width: 95%;
        margin: auto;
    }
    .panel-home-banner .title-container {
        margin-top: 178px;
        margin-bottom: 10px;
    }
}