.terms-wrapper {
    text-align: center;
    margin: 2% auto;
}


/* popup */

.popup-inner a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.popup::-webkit-scrollbar {
    width: 0 !important;
}

.popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.popup-inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    width: 80%;
    padding: 40px;
    -webkit-box-shadow: 0px 2px 6px #000;
    box-shadow: 0px 2px 6px #000;
    border-radius: 3px;
    background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/popup_bg.png") no-repeat #111323;
    text-align: center;
    margin: 50px auto;
    word-wrap: break-word;
    color: #fff;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 0;
}

.popup-inner-EP {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    width: 80%;
    padding: 40px;
    -webkit-box-shadow: 0px 2px 6px #000;
    box-shadow: 0px 2px 6px #000;
    border-radius: 3px;
    text-align: center;
    margin: 50px auto;
    word-wrap: break-word;
    color: #fff;
    font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 0;
}

@media screen and (min-width: 2201px) {
    .popup-inner {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        position: relative;
        width: 80%;
        padding: 40px;
        -webkit-box-shadow: 0px 2px 6px #000;
        box-shadow: 0px 2px 6px #000;
        border-radius: 3px;
        background: url("https://storage-asset.msi.com/event/2021/nb/ADL-early-bird-program/images/popup_bg.png") no-repeat #111323;
        background-size: contain;
        text-align: center;
        margin: 50px auto;
        word-wrap: break-word;
        color: #fff;
        font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
        z-index: 0;
    }
}

@media screen and (max-width: 768px) {
    .popup-inner {
        padding: 40px 20px;
    }
    .popup-inner-EP {
        padding: 0;
    }
}

.popup-inner h2 {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}

.popup-inner p {
    font-size: 24px;
    font-weight: 400;
}

.popup-close {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px #333333;
}

.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #64daf8;
    text-decoration: none;
    border-color: #64daf8;
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #fff;
}

.popup-inner-EP .popup-close:hover {
    text-decoration: none;
    -webkit-transform: none;
    transform: none;
}

.popup-inner-EP .popup-close:hover:after,
.popup-inner-EP .popup-close:hover:before {}

.popup .modal-content {
    background-color: transparent;
}

.popup .modal-content a {
    border: none;
    background: none;
}

.popup .modal-content a:hover {
    border: none;
    background: none;
}


/* Terms and Conditions */

.modal-content {
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.modal-content .modal-header {
    border-bottom: 1px solid #292929;
}

.modal-content .modal-body h5 {
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 0;
    margin: 20px 0;
    color: #fff;
    margin-top: 3%;
}

.modal-content .modal-body {
    text-align: left;
    z-index: 1;
}

.modal-content .modal-body p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0;
}

.modal-content .modal-body p a {
    color: #64daf8;
}

.modal-content .modal-body ol li {
    list-style: lower-alpha;
    padding: 10px 0;
    margin-left: 20px;
    line-height: 24px;
}

.modal-content .modal-body ul li {
    list-style: decimal;
    padding: 10px 0;
    margin-left: 20px;
    line-height: 24px;
}

.modal-content .modal-body ul li a {
    color: #64daf8;
}

a.btn-s {
    color: #ccc;
}

a.close-btn {
    font-size: 18px;
    color: #16387e;
    border: 2px solid #16387e;
    padding: 16px 50px;
    position: relative;
    margin: 5% auto;
    display: inline-block;
}


/* 
a.close-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #16387e;
    border-radius: 50px;
    padding: 12px;
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: -1;
} */


/*# sourceMappingURL=main-TandC.css.map */