#msi_custom_page {
    margin: 0 auto;
    font-family: 'DINPro-Regular', Arial, Helvetica, sans-serif;
    line-height: 150%;
    font-size: 13px;
    background-color: #fff;
    color: #000;
}

#msi_custom_page * {
    box-sizing: border-box;
}

@media (min-width:1281px) {
    #msi_custom_page {
        font-size: 15px;
    }
}

.section-outer {
    /* min-width: 480px; */
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #fff;
    position: relative;
}

.section-inner {
    margin: 0 auto;
    max-width: 1920px;
}


/* ------------------- */

.modal-title {
    text-align: center;
    font-size: 2rem;
}

.modal-header {
    border-bottom: none;
}

.btn-secondary {
    background: rgb(236, 22, 22);
    color: #fff;
    margin: 0 auto;
    display: block;
}

.btn-secondary:hover {
    background: rgb(236, 22, 22);
    color: #fff;
}

.modal-dialog-centered {
    margin-top: 10%;
    width: 800px;
}

.ulStyle {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.ulStyle>li {
    display: block;
    width: 45%;
    margin-right: 2%;
    list-style: none;
}

@media (max-width: 960px) {
    .modal-dialog-centered {
        padding-top: 30%;
        width: 90%;
        margin: 0 auto;
    }
    .ulStyle>li {
        width: 90%;
        margin-right: auto;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .modal-dialog-centered {
        padding-top: 15%;
        width: 90%;
        margin: 0 auto;
    }
    .ulStyle>li {
        width: 90%;
        margin-right: auto;
        margin: 0 auto;
        text-align: center;
    }
}

.btnStyle {
    display: block;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    margin: 20px;
    font-weight: 600;
    transition: all ease-in .2s;
}

.btnStyle:hover {
    text-decoration: none;
    color: #fff;
    background: rgb(236, 22, 22);
}


/* ------------------- */

.section-gaming {
    margin: 0 auto;
    max-width: 1220px;
    color: #fff;
}

.section-daily {
    margin: 0 auto;
    max-width: 1220px;
    color: #000;
}

.section-gaming .main,
.section-daily .main {
    width: 90%;
    display: block;
    margin: 0 auto;
    /* height: 300px;
    line-height: 50px; */
}

.sliderDisplay {
    display: flex;
    width: 50%;
    align-items: center;
    background: #222;
    padding: 20px;
}

.sliderDisplay2 {
    display: flex;
    width: 50%;
    align-items: center;
    background: #fff;
    padding: 20px;
}

@media (max-width: 960px) {
    .sliderDisplay {
        display: flex;
        width: 90%;
        align-items: center;
        background: #222;
        padding: 20px;
    }
    .sliderDisplay2 {
        display: flex;
        width: 90%;
        align-items: center;
        background: #fff;
        padding: 20px;
    }
}

.section-gaming .btnCtrl,
.section-daily .btnCtrl {
    width: 20px;
    cursor: pointer;
}

.section-gaming .btnCtrl>img,
.section-daily .btnCtrl>img {
    width: 100%;
}

.section-gaming .main .sliderBox {
    /* background: #101010; */
    color: #fff;
    font-size: 36px;
    padding: 10px;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.section-daily .main .sliderBox {
    /* background: #101010; */
    color: #000;
    font-size: 36px;
    padding: 10px;
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.section-gaming .main .sliderBox:focus,
.section-daily.main .sliderBox:focus {
    outline: none;
}

.section-gaming .action,
.section-daily .action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.textImgDisplay {
    background: #222;
    display: flex;
    overflow: hidden;
}

.textImgDisplay2 {
    background: #fff;
    display: flex;
    overflow: hidden;
}

@media (max-width: 960px) {
    .textImgDisplay {
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }
    .textImgDisplay2 {
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }
    .columnReverse {
        flex-direction: column-reverse;
    }
}

.ptSpace {
    width: 100%;
    height: 100px;
    background: #222;
}

.ptSpace2 {
    width: 100%;
    height: 100px;
    background: #fff;
}

.linkBtn {
    display: block;
    width: 180px;
    height: 50px;
    border: 2px solid #fff;
    background: rgb(236, 22, 22);
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 10px 0;
}

.linkBtn:hover {
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.linkBtn2 {
    display: block;
    width: 180px;
    height: 50px;
    border: 2px solid rgb(255, 255, 255);
    background: rgb(86, 212, 174);
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 10px 0;
}

.linkBtn2:hover {
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.section-gaming .sliderText {
    width: 50%;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #222;
    padding: 20px;
}

.section-daily .sliderText {
    width: 50%;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px;
}

@media (max-width: 960px) {
    .section-gaming .sliderText {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #222;
        padding: 20px;
    }
    .section-daily .sliderText {
        width: 90%;
        /* text-align: center; */
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        padding: 20px;
    }
}

.section-gaming .sliderText>.imgWidth,
.section-daily .sliderText>.imgWidth {
    width: 300px;
    margin-right: 0;
}

.section-gaming .sliderText>.imgWidthLogo,
.section-daily .sliderText>.imgWidthLogo {
    width: 200px;
}

.section-gaming .sliderText>.imgWidth>.mainImg,
.section-daily .sliderText>.imgWidth>.mainImg {
    width: 100%;
    margin-bottom: 10px;
}

.section-gaming .sliderText>.imgWidthLogo>.mainLogo,
.section-daily .sliderText>.imgWidthLogo>.mainLogo {
    width: 100%;
    margin-bottom: 10px;
}

.section-gaming .textPosition li,
.section-daily .textPosition li {
    font-size: 1.8rem;
    line-height: 25px;
}

.slick-slide,
.slick-current,
.slick-active {
    outline: none;
}


/* ------------------- */


/* text */

h1.msi-h0 {
    margin: 0 auto;
    text-align: center;
    font-family: 'DINPro-Black', Arial, Helvetica, sans-serif;
    line-height: 1;
    letter-spacing: 3px;
    font-size: 2.5em;
    padding: 0 20px;
    text-transform: uppercase;
    color: #000;
}

h1.msi-h1 {
    margin: 0 auto;
    text-align: center;
    font-family: 'DINPro-Black', Arial, Helvetica, sans-serif;
    line-height: 1;
    letter-spacing: 3px;
    font-size: 4em;
    padding: 1em 0 .25em;
    text-transform: uppercase;
    color: #fff;
}

h2.msi-h2 {
    margin: 0 0;
    font-family: 'DINPro-Medium', Arial, Helvetica, sans-serif;
    line-height: 1.15;
    font-style: italic;
    font-size: 28px;
    padding: 0;
    letter-spacing: 1px;
}

@media (min-width:961px) and (max-width:1280px) {
    h2.msi-h2 {
        font-size: 32px;
    }
}

@media (min-width:1281px) {
    h2.msi-h2 {
        font-size: 36px;
    }
}

h3.msi-h3 {
    margin: 0;
    font-family: 'DINPro-Black', Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 2.85em;
    padding: 0 0 .25em;
}

p.msi-p0 {
    margin: 0 0 .25em;
    font-family: 'DINPro-Light', Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-size: 1.5em;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}

p.msi-p1 {
    margin: 0 0 .25em;
    font-family: 'DINPro-Regular', Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-size: 10px;
    color: #999;
    padding: 0 10px;
}

p.msi-p2 {
    padding: .5em 0 0;
    margin: 0;
    font-family: 'DINPro-Regular', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-size: 1.15em;
}

p.msi-p2 .text-bold {
    display: inline-block;
}

#msi_custom_page sup {
    font-size: .5em;
}


/* layout */

.split-container {
    margin: 0 auto;
    text-align: center;
}

.rtl {
    direction: rtl;
}

.split {
    position: relative;
    margin: 0 auto;
    direction: ltr;
    vertical-align: middle;
    white-space: normal;
}

@media (min-width:801px) {
    .split {
        display: inline-block;
        text-align: left;
    }
    .split-container {
        white-space: nowrap;
    }
    .split-50 {
        width: 50%;
    }
    .split-33 {
        width: 33.33%;
    }
}


/* Helper */

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0;
}


/* text */

.text-center {
    margin: 0 auto;
    text-align: center;
}

.text-large {
    font-family: 'din_pro_bold', Arial, Helvetica, sans-serif;
    font-size: 3em;
    display: inline-block;
}

.text-light {
    font-family: 'DINPro-Light', Arial, Helvetica, sans-serif;
}

.text-bold {
    font-family: 'din_pro_bold', Arial, Helvetica, sans-serif;
}

.text-small {
    font-size: .75em;
}

.text-bigger {
    font-size: 180%;
}


/* extra */

.h-line {
    height: 1px;
    width: calc(100% - 20px);
    max-width: 1440px;
    margin: 0 auto;
    background: #bbb;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/* ------------------------------------------------ */

#kv_image-container {
    width: 100%;
    margin: 0 auto;
}

.KV_banner {
    width: 100%;
    position: relative;
}

.intel_logo {
    width: 10%;
    position: absolute;
    right: 2%;
    top: 2%;
}

.intel_logo>img {
    width: 100%;
    height: 100%;
}

.KV_banner>img {
    width: 100%;
    height: 100%;
}

.mobile_block {
    display: none;
}

@media (max-width:960px) {
    .mobile_none {
        display: none;
    }
    .mobile_block {
        display: block;
    }
    .intel_logo {
        top: 82%;
        width: 40%;
        position: absolute;
        right: 2%;
    }
}


/* @media (max-width:890px) {
    #kv_image {
        background-image: url('https://storage-asset.msi.com/event/2020/nb/2020-NEU-BTS/image/1200x630.jpg');
        padding-bottom: 490px;
    }
} */


/* @media (min-width:891px) and (max-width:1300px) {
    #kv_image {
        background-image: url('https://storage-asset.msi.com/event/2020/nb/2020-NEU-BTS/image/1200x630.jpg');
        padding-bottom: 57.3%;
    }
} */


/* @media (min-width:1301px) and (max-width:2561px) {
    #kv_image {
        background-image: url('https://storage-asset.msi.com/event/2020/nb/2020-NEU-BTS/image/3600x1260.jpg');
        padding-bottom: 37.5%;
    }
} */


/* @media (min-width:2561px) {
    #kv_image {
        background-image: url('https://storage-asset.msi.com/event/2020/nb/2020-NEU-BTS/image/3600x1260.jpg');
        padding-bottom: 960px;
        background-size: cover;
    }
} */

#intel_wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
}

#intel_wrap .intel-text {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-family: 'DINPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#intel_wrap img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width:961px) {
    #intel_wrap img {
        width: 100px;
    }
}


/* ------------------------------------------------ */

#nv-more-info {
    display: none;
}

#nv-more-info-link {
    text-align: center;
    padding: .5em;
    border: 1px solid #ccc;
    width: 200px;
    margin: 1em auto 0;
    cursor: pointer;
    color: #777;
    letter-spacing: 1px;
}

#nv-more-info-link:hover {
    animation-name: nv-more-info-hover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@-webkit-keyframes nv-more-info-hover {
    from {
        background: #fff;
        border: 1px solid #ccc;
    }
    to {
        background: #dfdfdf;
        border: 1px solid #999;
    }
}

#nv-more-info-link .pointer {
    display: inline-block;
    vertical-align: middle;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-top: .5em solid #000;
    margin-top: .25em;
}


/* ------------------------------------------------ */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------------------------------------ */

#section_tab_nav {
    text-align: center;
    padding: 20px 10px;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
    z-index: 5;
}

.section_tab {
    margin: 4px;
    font-family: 'din_pro_bold', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 1.15;
    font-size: 1.4em;
    font-weight: 700;
    padding: 0;
    display: inline-block;
    padding: 16px;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

#section_tab-prestige.section_tab-on {
    color: #12bca1;
    box-shadow: 0 0 0 2px #12bca1 inset;
}

#section_tab-gaming.section_tab-on {
    color: #ea3338;
    box-shadow: 0 0 0 2px #ea3338 inset;
}

#section_tab-desktops_monitors.section_tab-on {
    color: #00ac44;
    box-shadow: 0 0 0 2px #00ac44 inset;
}

#section_tab-components.section_tab-on {
    color: #6f26cc;
    box-shadow: 0 0 0 2px #6f26cc inset;
}

.section_tab.section_tab-off {
    color: #999;
    box-shadow: 0 0 0 2px #ddd inset;
}

.section_tab.section_tab-off:hover {
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#section_tab-prestige.section_tab-off:hover {
    animation-name: tab-hover-prestige;
}

#section_tab-gaming.section_tab-off:hover {
    animation-name: tab-hover-gaming;
}

#section_tab-desktops_monitors.section_tab-off:hover {
    animation-name: tab-hover-desktops_monitors;
}

#section_tab-components.section_tab-off:hover {
    animation-name: tab-hover-components;
}

@-webkit-keyframes tab-hover-prestige {
    from {
        box-shadow: 0 0 0 2px #ddd inset;
        color: #999;
    }
    to {
        box-shadow: 0 0 0 2px #12bca1 inset;
        color: #12bca1;
    }
}

@-webkit-keyframes tab-hover-gaming {
    from {
        box-shadow: 0 0 0 2px #ddd inset;
        color: #999;
    }
    to {
        box-shadow: 0 0 0 2px #ea3338 inset;
        color: #ea3338;
    }
}

@-webkit-keyframes tab-hover-desktops_monitors {
    from {
        box-shadow: 0 0 0 2px #ddd inset;
        color: #999;
    }
    to {
        box-shadow: 0 0 0 2px #00ac44 inset;
        color: #00ac44;
    }
}

@-webkit-keyframes tab-hover-components {
    from {
        box-shadow: 0 0 0 2px #ddd inset;
        color: #999;
    }
    to {
        box-shadow: 0 0 0 2px #6f26cc inset;
        color: #6f26cc;
    }
}


/* ---------------------------------------------------- */

.section_tab-contents {
    position: relative;
    display: none;
    z-index: 0;
    padding-bottom: 40px;
}

.section_tab-contents.section_tab-contents-on {
    display: block;
}

.section_tab-contents .split-info {
    padding: 4em 40px;
}

.section_tab-contents .section_kv {
    height: 205px;
    position: relative;
    background-size: cover;
    background-repeat: none;
    background-position: center center;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.section_tab-contents .section_kv .section_kv-intro {
    position: absolute;
    top: 80px;
    width: 100%;
    transform: translateY(-50%);
}

.product-container .product-link {
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    margin: 6px 6px 0 0;
    padding: 8px 16px;
    opacity: 1;
    border: 1px solid #ccc;
    color: #fff;
    letter-spacing: 1px;
    font-size: 1.15em;
    line-height: 1;
}

.product-container .product-link img {
    width: 100%;
}

.product-container .product-link:hover {
    animation-name: product-link-hover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#section-prestige .product-container .product-link,
#section-gaming .product-container .product-link {
    width: 47%;
    max-width: 170px;
    min-width: 120px;
}

@-webkit-keyframes product-link-hover {
    from {
        background: rgba(180, 180, 180, 0);
    }
    to {
        background: rgba(180, 180, 180, 0.5);
    }
}

.shop-list {
    font-family: "DINPro-Black", arial, sans-serif;
    font-size: 1.25em;
    margin-top: 0.5em;
    direction: ltr;
}

.shop-pointer {
    display: inline-block;
    vertical-align: middle;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid #fff;
    margin: 0 .125em;
    position: Relative;
    top: -1px;
}

.shop-list a {
    /*font-family:"DINPro-Regular", arial, sans-serif;
    font-size:.75em;
    display:inline-block;
    color:#fff;
    margin-right:.125em;
    margin-top:.5em;
    text-decoration:none;
    border:1px solid #808080;*/
    font-family: "DINPro-Regular", arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    margin: 6px 6px 0 0;
    padding: 8px 16px;
    opacity: 1;
    border: 1px solid #ccc;
    color: #fff;
    letter-spacing: 1px;
    font-size: .75em;
    line-height: 1;
}

.shop-list a img {
    height: 45px;
}

@media (min-width:960px) {
    .shop-list a img {
        height: 57px;
    }
}

.shop-list a:hover {
    animation-name: product-link-hover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

#section-prestige h3.msi-h3 {
    color: #02d2b7;
}

#section-gaming h3.msi-h3 {
    color: #eb2931;
}

#section-desktops_monitors h3.msi-h3 {
    color: #0cc768;
}

#section-components h3.msi-h3 {
    color: #8616ef;
}


/* --------------------------------------------------------- */

#section-gaming {
    background: #101010;
}

#section-gaming .product-container {
    background-color: #222;
}

#section-gaming .product-container .split-info {
    color: #fff;
}

#section-gaming .award-img {
    display: inline-block;
    width: 160px;
    margin-top: 2em;
}

@media(max-width:960px) {
    #section-gaming .section_kv {
        background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/section_kv_960-gaming.jpg');
    }
}

@media(min-width:961px) {
    #section-gaming .section_kv {
        background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/section_kv-gaming.jpg');
    }
}

.uk-price {
    display: inline-block;
    padding: 0 15px;
}

.text-gray {
    color: gray;
}


/* ---------------------------------------------------- */

#section-prestige {
    background: #eee;
}

#section-prestige .product-container {
    background-color: #fcfcfc;
}

#section-prestige .product-container .split-info {
    color: #333;
}

#section-prestige .product-features {
    width: 100%;
    margin: 0 auto;
    display: block;
}

@media(max-width:960px) {
    #section-prestige .section_kv {
        background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/section_kv_960-prestige.jpg');
    }
}

@media(min-width:961px) {
    #section-prestige .section_kv {
        background-image: url('https://storage-asset.msi.com/us/picture/landing/2019/back-to-school/section_kv-prestige.jpg');
    }
}

#section-prestige .shop-list {
    color: #555;
}

#section-prestige .shop-pointer {
    border-left: .3em solid #bbb;
}

#section-prestige .shop-list a {
    color: #333;
    border: 1px solid #ccc;
}


/* --------------------------------------------- */

#terms_conditions .split {
    text-align: left;
    padding: 10px;
    vertical-align: top;
}

@media (min-width:801px) {
    #terms_conditions .split-16 {
        width: 16%;
    }
    #terms_conditions .split-42 {
        width: 42%;
    }
}