.black {
    background-color: #1C1B1B;
}
.grey {
    padding-top: 24px;
    padding-bottom: 24px;
}
.video-bg {
    overflow: hidden;
}
.grey a:hover {
    background-color: #1C1B1B;
    color: #FFFFFF;
}
footer {
    background-color: #1C1B1B;
    margin-top: 0 !important;
}
footer a, footer a:hover, footer a:focus, footer .legal-text {
    color: #FFFFFF;
    text-decoration: none;
}
footer a:hover, footer a:focus {
    font-family: Poppins-SemiBold, sans-serif;
}
.containing-row > div {
    color: #FFFFFF;
    font-family: Poppins-ExtraLight, sans-serif;
    font-size: 60px;
    max-width: 1200px;
    
}
footer .mobile .col-2:after {
    background: #FFFFFF;
}
 .video-bg {
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        /* padding-bottom: 88.5px; */
        height: 700px;
    }
    #video_background {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        height: 73svh;
        width: 100%;
        z-index: -1;
    }
.links a {
    text-decoration: underline;
     text-transform: uppercase;
    font-family: Poppins-SemiBold, sans-serif;
    color: #FFFFFF;
    min-width: 93px;
    padding-left: 8px;
    padding-right: 8px;
}
.links a:hover, .links a:focus {
    color: #FFFFFF;
    font-family: Poppins-Bold, sans-serif;
}
.link-separator:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 16px;
    background: white;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4px;
}
.link-separator {
    width: 28px;
    height: 25px;
    position: relative;
}
.links .first-landing-link {
    min-width: 105px;
}
.twenty-percent p, .twenty-percent .media-container {
    max-height: 100px;
    height: 100%;
}
main {
    margin-top: 0 !important;
}
@media only screen and (min-width: 992px) {
    .twenty-percent {
        width: 20%;
    }
    main {
        margin-top: 0 !important;
    }
}

@media only screen and (min-width: 768px) {
        footer .first-row .col-lg-2 p, footer .first-row .col-lg-2 > .media-container {
            border-bottom: 1px solid #FFFFFF;
        }
    }
@media only screen and (max-width: 991px) {
    .containing-row > div {
        font-size: 20px;
    }
    main {
        margin-top: 0 !important;
    }
    .video-bg {
        align-items: center;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .containing-row > div {
        font-size: 50px;
    }
}
@media only screen and (max-width: 427px) {
    .containing-row {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media only screen and (min-width: 428px) and (max-width: 1280px) {
    .containing-row {
        padding-left: calc(35px + 8%);
        padding-right: 35px;
    }
}
@media only screen and (max-width: 1280px) {
    .desktop:not(header):not(footer .desktop) {
        display: none;
    }
    footer .row:not(.interested) * {
        /* text-align: center; */
    }/*
    .video-bg {
            height: 514px;
        }*/
        
        header .topbar {
            height: 34px;
            padding-left: 35px;
        }
        .links a {
            font-size: 16px;
        }
        
    .topbar img {
        max-width: 185.83px;
    }
}
@media only screen and (max-width: 1399px) {
    .links {
        margin-top: 25px;
    } 
}
@media only screen and (min-width: 1400px) {
    .links {
        margin-top: 92px;
    }
}
@media only screen and (min-width: 1281px) {
    .containing-row {
        padding-left: calc(60px + 8%);
        padding-right: 60px;
    }    
    .mobile:not(header) {
        display: none;
    }/*
    .video-bg, .video-bg video {
        height: 90svh;
    }*/
    .containing-row > div {
        line-height: 80px;
    }
    header .topbar {
        height: 92px;
        padding-left: 60px;
    }
    .links a {
        font-size: 18px;
    }
}/*
.video-bg video {
    height: 90svh;
}
.video-bg {
    min-height: 800px;
}*/
body {
    background: #1C1B1B;
    min-height: 100vh;
}