.landing_container {
    width: 78.331vw;
    margin: auto;
    display: block;
    margin-top: 10.542vw;    
}

@media( min-width: 1366px ) {
    .landing_container {
        margin-top: 144px;
    }
}

@media( max-width: 768px ) {
    .landing_container {
        width: 90vw;
    }
}

.landing_title {
    width: 351px;
    max-width: 80%;
    text-align: center;
    margin: auto;
}

.landing_title img {
    width: 100%;
    height: auto;
}

.landing_text {
    margin-top: 14px !important;
    width: 636px;
    max-width: 90%;
    font-family: Rules;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #d9d9d9;
    text-align: center;
    margin: auto;
}

.landing_button {
    margin-top: 41px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 14px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    font-family: Rules;
    font-weight: 300;
    font-size: 13px;
    color: #d9d9d9;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: unset;
}
.landing_button:hover {
    color: #000;
    background-color: #fff;
}

.video_preview {
    margin-top: 65px !important;
}

.video_cover {
    width: 100%;
    height: auto;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px;
}

.video_cover .video_button {
    width: 86px;
    height: 86px;
    position: absolute;
    cursor: pointer;
}

footer {
    padding: 40px 0px 32px 0px;
    /* margin: 0px auto; */
    /* width: 57.394vw;
    margin: 67px auto; */
}

@media( max-width: 768px ) {
    footer {
        padding-top: 97px;
        /* padding: 0px; */
    }
}