@font-face {
    font-family: "BunkenTechSansPro-SeBd";
    src: local("BunkenTechSansPro-SeBd"), url("https://storage-asset.msi.com/event/2021/nb/2021-the-ultimate-shockwave/fonts/BunkenTechSansPro-SeBd.ttf");
}

* {
    font-family: "BunkenTechSansPro-SeBd";
}

html,
body {
    background: #000;
}

.ces2021 {
    width: 100%;
    overflow: hidden;
}

.ces2021 img {
    width: 100%;
}

.ces2021 ul {
    list-style: none;
}

.ces2021 .kv {
    width: 100%;
    position: relative;
}

@media (min-width: 1921px) {
    .ces2021 .kv {
        width: 1920px;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .ces2021 .kv {
        padding-bottom: 30%;
    }
}

.ces2021 .kv__lg {
    display: block;
}

@media (max-width: 767px) {
    .ces2021 .kv__lg {
        display: none;
    }
}

.ces2021 .kv__mb {
    display: none;
}

@media (max-width: 767px) {
    .ces2021 .kv__mb {
        display: block;
    }
}

.ces2021 .kv h1 {
    font-size: 4vw;
    font-family: "BunkenTechSansPro-SeBd";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 70%;
    width: 100%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 1921px) {
    .ces2021 .kv h1 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .ces2021 .kv h1 {
        font-size: 42px;
        top: 70%;
    }
}

@media (max-width: 500px) {
    .ces2021 .kv h1 {
        font-size: 26px;
    }
}

.ces2021 .kv__timebox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80%;
    left: 50%;
    width: 60%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .ces2021 .kv__timebox {
        top: 80%;
        width: 90%;
    }
}

.ces2021 .kv__timebox-item {
    width: 25%;
    font-size: 1.2em;
    text-transform: uppercase;
    background-image: url(https://storage-asset.msi.com/event/2021/nb/2021-the-ultimate-shockwave/images/textcolor.jpg);
    -moz-background-size: 98%;
    background-size: 98%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.textCtrl {
    font-size: 1.5em;
}

@media (min-width: 1921px) {
    .ces2021 .kv__timebox-item {
        font-size: 36px;
    }
}

@media (max-width: 1180px) {
    .ces2021 .kv__timebox-item {
        width: 25%;
        font-size: 1em;
        text-transform: uppercase;
        background-image: url(https://storage-asset.msi.com/event/2021/nb/2021-the-ultimate-shockwave/images/textcolor.jpg);
        -moz-background-size: 98%;
        background-size: 98%;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .textCtrl {
        font-size: 1.2em;
    }
}

@media (max-width: 767px) {
    .ces2021 .kv__timebox-item {
        font-size: 16px;
        background: none;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #D0AF56;
    }
}

@media (max-width: 500px) {
    .ces2021 .kv__timebox-item {
        font-size: 12px;
    }
}

.ces2021 .countbox {
    width: 100%;
}

.ces2021 .countbox__textbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ces2021 .countbox__textbox p {
    width: 190px;
    margin: 5px;
    text-align: center;
    font-size: 1.2vw;
    color: #ccc;
}

@media (min-width: 1921px) {
    .ces2021 .countbox__textbox p {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .ces2021 .countbox__textbox p {
        font-size: 20px;
        width: 80px;
        margin: 10px;
    }
}

@media (max-width: 500px) {
    .ces2021 .countbox__textbox p {
        font-size: 16px;
        width: 68px;
        margin: 10px;
    }
}

@media (max-width: 420px) {
    .ces2021 .countbox__textbox p {
        width: 16%;
    }
}

.ces2021 .countbox__textbox span {
    width: 20px;
}

@media (max-width: 500px) {
    .ces2021 .countbox__textbox span {
        width: 10px;
    }
}

@media (max-width: 420px) {
    .ces2021 .kv__timebox-item {
        font-size: 0.9em;
    }
    .textCtrl {
        font-size: 1em;
    }
    .ces2021 .countbox__textbox span {
        width: 5px;
    }
}

.ces2021 .maintext {
    width: 70%;
    max-width: 1320px;
    margin: auto;
    padding: 140px 15px 70px 15px;
}

@media (max-width: 767px) {
    .ces2021 .maintext {
        width: 95%;
        padding: 70px 15px;
    }
}

.ces2021 .maintext p {
    font-size: 32px;
    text-align: center;
    color: #fff;
}

@media (min-width: 1921px) {
    .ces2021 .maintext p {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .ces2021 .maintext p {
        font-size: 24px;
    }
}

.ces2021 .ytbox {
    width: 60%;
    position: relative;
    margin: auto;
}

@media (max-width: 1600px) {
    .ces2021 .ytbox {
        width: 70%;
    }
}

@media (max-width: 1300px) {
    .ces2021 .ytbox {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .ces2021 .ytbox {
        width: 100%;
    }
}


/* .ces2021 .ytbox::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 500px;
    background: #000000;
    content: '';
    left: 0;
    display: block;
} */


/* @media (max-width: 767px) {
    .ces2021 .ytbox::after {
        display: none;
    }
} */


/* .ces2021 .ytbox::before {
    position: absolute;
    bottom: 0;
    width: 130%;
    height: 70px;
    background: #000000;
    content: "";
    left: 0;
    display: block;
}

@media (max-width: 767px) {
    .ces2021 .ytbox::before {
        display: none;
    }
}

.ces2021 .ytbox #vd1 {
    width: 100%;
}

@media (min-width: 1921px) {
    .ces2021 .ytbox #vd1 {
        height: 1200px !important;
    }
}

.ces2021 .ytbox__coverbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .ces2021 .ytbox__coverbox {
        display: none;
    }
} */

.ces2021 .calendar {
    padding: 0px 15px 70px 15px;
    text-align: center;
}

.ces2021 .calendar h4 {
    background-image: url(https://storage-asset.msi.com/event/2021/nb/2021-the-ultimate-shockwave/images/textcolor.jpg);
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}

@media (max-width: 767px) {
    .ces2021 .calendar h4 {
        font-size: 26px;
    }
}

.ces2021 .calendar__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.ces2021 .calendar__block a {
    width: 80px;
    display: block;
    margin: 10px;
}

.ces2021 .contact {
    width: 100%;
    padding: 40px 15px;
}

.ces2021 .contact p {
    width: 80%;
    max-width: 1320px;
    margin: auto;
    text-align: center;
    background-image: url(https://storage-asset.msi.com/event/2021/nb/2021-the-ultimate-shockwave/images/textcolor.jpg);
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}

@media (max-width: 767px) {
    .ces2021 .contact p {
        font-size: 26px;
    }
}

.ces2021 .contact__imgbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    min-width: 300px;
    margin: 20px auto;
}

.ces2021 .contact__imgbox a {
    width: 20%;
    padding: 5px;
}