@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sarpanch:wght@400;500;600;700;800;900&display=swap');
.css-ver {
    content: 13302808;
}

#msi-cnd-fast {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
    font-family: "Century Gothic", "Open Sans", Helvetica, Arial, sans-serif, "cwTeXHei", "Microsoft JhengHei";
    color: #fff;
}

#msi-cnd-fast picture {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto");
    overflow: hidden;
}

#msi-cnd-fast img {
    max-width: 100%;
    width: expression(document.body.clientWidth>100?"100%": "auto");
    overflow: hidden;
}

#msi-cnd-fast .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cndblock {
    font-family: "DINPro-Regular", "cwTeXHei", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    margin: 0 auto;
    max-width: 3840px;
}

.cndblock img {
    max-width: 100%;
    width: auto;
    overflow: hidden;
    vertical-align: bottom;
}

.cndblock .titleTbox {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 3%;
}

.cndblock .titleT {
    font-family: 'Sarpanch', "cwTeXHei", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 52px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 15px #17ebd0;
}

.cndblock .subtext {
    font-size: 26px;
    line-height: 1.2;
    color: #00FFE8;
    text-align: center;
}

.notice {
    font-size: 16px;
    color: rgba(131, 131, 131, 1.00);
    line-height: 1.5;
}

@media (max-width:960px) {
    .cndblock .titleT {
        font-size: 28px;
        line-height: 1.2;
    }
}


/*KV*/

#kv {
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

#kv video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: rotateZ(0);
}

#vidtop-content {
    display: block;
    width: 50%;
    color: #fff;
    position: absolute;
    left: 25%;
    bottom: 25%;
}


/*end Of KV*/


/*Desktop Slider*/

#hero-slider {
    display: block;
    width: 100%;
}

.infoBox {
    width: 100%;
    position: relative;
}

.infoBox img {
    position: relative;
    width: 100%;
    z-index: 0;
}

.infoBox h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

#hero-slider p {
    font-size: 21px;
    line-height: 1.5;
}

.box {
    display: block;
    width: 50%;
    max-width: 900px;
    position: absolute;
    z-index: 5;
    top: 20%;
    left: 2%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    text-align: center;
    color: #fff;
    padding: 5% 2%;
}

.greenbox {
    background: rgba(0, 115, 132, 0.5);
}

.golden {
    background: rgba(255, 167, 0, 0.3);
}

.darkgary {
    background: rgba(25, 25, 25, 0.73);
}

.logoImg {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 20px auto;
}

#hero-slider .slick-prev {
    left: 25px;
    z-index: 555;
}

#hero-slider .slick-next {
    right: 25px;
    z-index: 555;
}

#hero-slider .slick-prev:before,
#hero-slider .slick-next:before {
    font-size: 28px;
}

#hero-slider .slick-dots li button::before {
    color: #FFF;
    font-size: 18px;
}

#hero-slider .slick-dots {
    top: 5%;
}

@media (max-width:1024px) {
    .box {
        position: relative;
        top: 1%;
        left: auto;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .logoImg {
        max-width: 200px;
    }
    #hero-slider .slick-dots {
        top: 1%;
    }
    #hero-slider p {
        font-size: 18px;
        line-height: 1.5;
    }
}


/*end of Slider*/


/*feature Menu*/

#desktopFeatures {}

#desktopFeatures .slick-prev {
    left: 20px;
    z-index: 222;
}

#desktopFeatures .slick-next {
    right: 20px;
    z-index: 222;
}

#desktopFeatures .slick-prev:before,
#desktopFeatures .slick-next:before {
    font-size: 26px;
}

#desktopFeatures .slick-dots li button:before {
    color: #FFF;
}

.namebox {
    display: flex;
    width: 100%;
    max-width: 2200px;
    margin: 0 auto;
}

.namebox .name {
    width: 33.3%;
    display: block;
    cursor: pointer;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #404040;
}

.namebox .name.btnRed {
    border-bottom: 1px solid #FF0004;
}

.namebox .name span {
    font-family: 'Sarpanch', "cwTeXHei", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0.5;
}

.namebox .name span:hover {
    opacity: 0.3;
}

.namebox .name.btnRed span {
    opacity: 1;
}

@media (max-width:960px) {
    .namebox .name span {
        font-size: 18px;
        font-weight: 600;
    }
}


/*dot nav style*/

#msi-cnd-fast section {
    display: block;
    width: 100%;
    padding: 2% 0;
    height: 100%;
}

#dot-nav {
    right: 10px;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    z-index: 999;
}

#dot-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#dot-nav li {
    position: relative;
    background-color: #bdc3c7;
    border: 3px solid #bdc3c7;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    padding: 5px;
    height: 10px;
    margin: 10px 10px 0px 0px;
    width: 10px;
    vertical-align: bottom;
}

#dot-nav li.active,
#dot-nav li:hover {
    background-color: #8e44ad;
}

#dot-nav a {
    outline: 0;
    vertical-align: top;
    margin: 0px 0px 0px 25px;
    position: relative;
    top: -5px;
}

.awesome-tooltip {
    display: block;
    width: 120px;
}

.awesome-tooltip+.tooltip>.tooltip-inner {
    /*background-color: #8e44ad;*/
    color: #f5f5f5;
    border: 1px solid #8e44ad;
}

.awesome-tooltip+.tooltip.left>.tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #8e44ad;
}


/*bundle*/

#bundles {
    display: block;
    width: 100%;
    padding-top: 0 !important;
    margin: 0 auto;
    background: #182e55;
}


}
#bundles .navWrap {
    display: block;
    width: 100%;
    max-width: 2200px;
    margin: 0 auto;
    position: relative;
}
#bundles .giftCard_wrapper {
    background: url("https://storage-asset.msi.com/event/2020/cnd/be-Fast/images/au/steam_giftCard.jpg") top center no-repeat;
    height: 912px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    display: flex;
}
#bundles .giftCard_wrapper .title_block {
    position: relative;
    right: 6%;
    top: 135px;
    margin: 0 auto;
    text-align: center;
}
#bundles .giftCard_wrapper .title_block p {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 auto;
    width: 80%;
}
#bundles .giftCard_wrapper .title_block img {
    margin-bottom: 20px;
}
#bundles .giftCard_wrapper .title_block .item1_block {
    position: absolute;
    right: -180px;
    top: 200px;
}
#bundles .giftCard_wrapper .item_block {
    margin-top: 15px;
    margin-left: 200px;
}
.normal_block {
    display: block;
}
.lg_block {
    display: none;
}
@media (min-width: 1921px) {
    #bundles .giftCard_wrapper {
        background: url("https://storage-asset.msi.com/event/2020/cnd/be-Fast/images/au/steam_giftCard_lg.jpg")no-repeat center;
        height: 1206px;
    }
    
    .normal_block {
        display: none;
    }
    
    .lg_block {
        display: block;
    }
    
    #bundles .giftCard_wrapper .item_block {
        margin-top: 2%;
        margin-left: 5%;
    }
    
    #bundles .giftCard_wrapper .title_block {
        right: 6%;
        top: 20%;
    }
    
    #bundles .giftCard_wrapper .title_block .item_title {
        margin-top: 50% !important;
    }
    
    .bundleCost {
        padding-right: 13% !important;
    }
}
@media (min-width:2160px) {
    #bundles .giftCard_wrapper .item_block {
        margin-top: 2%;
        margin-left: 10%;
    }
}
#bundles .giftCard_wrapper a {
    /* position: absolute;
    left: 20%;
    bottom: 5%; */
    
    background: #fff;
    color: #253254;
    padding: 6px 46px;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
#bundles .giftCard_wrapper a:hover {
    text-decoration: none;
}
#bundles .giftCard_wrapper .title_block .item_title {
    font-size: 35px;
    margin-top: 20%;
    font-family: "DINPro-Regular", "cwTeXHei", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.productContent {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.contentBoxA {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.contentA {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
}
#bundles .giftCard_wrapper .title_block .btn_block {
    margin-top: 20px;
}
@media (min-width: 1515px) and (max-width:1790px) {
    #bundles .giftCard_wrapper .title_block .item1_block {
        right: -195px;
        top: 200px;
    }
    
    #bundles .giftCard_wrapper .title_block .item1_block img {
        width: 70%;
    }
    
    #bundles .giftCard_wrapper .title_block .btn_block {
        width: 70%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    #bundles .giftCard_wrapper .title_block .btn_block a {
        font-size: 30px;
        padding: 6px 5px;
        letter-spacing: 0;
        display: block;
    }
    
    #bundles .giftCard_wrapper .item_block {
        margin-left: 5%;
    }
}
@media (min-width: 1330px) and (max-width:1514px) {
    #bundles .giftCard_wrapper {
        height: 750px;
    }
    
    #bundles .giftCard_wrapper .item_block {
        margin-left: 50px;
        width: 50%;
    }
    
    #bundles .giftCard_wrapper .item1_block img {
        width: 70%;
    }
    
    #bundles .giftCard_wrapper .title_block .item1_block {
        right: -200px;
        top: 160px;
    }
    
    #bundles .giftCard_wrapper .title_block {
        width: 40%;
        top: 130px;
    }
    
    #bundles .giftCard_wrapper .title_block .btn_block {
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    #bundles .giftCard_wrapper .title_block .btn_block a {
        font-size: 26px;
        padding: 6px 5px;
        letter-spacing: 0;
        display: block;
    }
}
@media (min-width:1025px) and (max-width:1329px) {
    #bundles .giftCard_wrapper {
        height: 650px;
    }
    
    #bundles .giftCard_wrapper .item_block {
        margin-left: 100px;
        width: 45%;
    }
    
    #bundles .giftCard_wrapper .item1_block img {
        width: 60%;
    }
    
    #bundles .giftCard_wrapper .title_block .item1_block {
        right: -210px;
        top: 130px;
    }
    
    #bundles .giftCard_wrapper .title_block {
        width: 40%;
        top: 100px;
    }
    
    #bundles .giftCard_wrapper .title_block .btn_block {
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    #bundles .giftCard_wrapper .title_block .btn_block a {
        font-size: 22px;
        padding: 6px 5px;
        letter-spacing: 0;
        display: block;
    }
    
    #bundles .giftCard_wrapper .title_block p {
        font-size: 14px;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    #bundles .giftCard_wrapper {
        height: 500px;
    }
    
    #bundles .giftCard_wrapper .item_block {
        margin-left: 80px;
        width: 40%;
        margin-top: 30px;
    }
    
    #bundles .giftCard_wrapper .item1_block img {
        width: 50%;
    }
    
    #bundles .giftCard_wrapper .title_block .item1_block {
        right: -220px;
        top: 100px;
    }
    
    #bundles .giftCard_wrapper .title_block {
        width: 40%;
        top: 90px;
    }
    
    #bundles .giftCard_wrapper .title_block .btn_block {
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    #bundles .giftCard_wrapper .title_block .btn_block a {
        font-size: 18px;
        padding: 6px 5px;
        letter-spacing: 0;
        display: block;
    }
    
    #bundles .giftCard_wrapper .title_block .item_title {
        font-size: 30px;
    }
    
    #bundles .nav-tabs-list li.active a,
    #bundles .nav-tabs-list li a {
        font-size: 30px;
    }
    
    #bundles .giftCard_wrapper .title_block p {
        font-size: 12px;
    }
}
@media (max-width:767px) {
    .contentA {
        display: block;
    }
    
    .contentA ul {
        margin: 8% 4% !important;
        width: 100% !important;
    }
    
    #bundles .giftCard_wrapper {
        display: block;
        height: auto;
    }
    
    #bundles .giftCard_wrapper .title_block {
        position: inherit;
    }
    
    #bundles .giftCard_wrapper .title_block .item1_block {
        position: inherit;
        margin-top: 30px;
    }
    
    #bundles .giftCard_wrapper .title_block .item1_block img {
        margin: 0 auto;
    }
    
    #bundles .giftCard_wrapper a {
        font-size: 25px;
    }
    
    #bundles .giftCard_wrapper .item_block {
        margin: 0 auto;
        padding: 20px 0;
        width: 80%;
    }
    
    .navWrap {
        margin-top: 40px;
    }
    
    #bundles .nav-tabs-list li.active a,
    #bundles .nav-tabs-list li a {
        font-size: 28px;
    }
    
    #bundles .giftCard_wrapper .title_block .item_title {
        font-size: 30px;
    }
}
@media (max-width: 599px) {
    .contentA {
        display: block;
    }
    
    .contentA ul {
        margin: 20px !important;
        width: 100% !important;
    }
    
    #bundles .nav-tabs-list li.active a,
    #bundles .nav-tabs-list li a {
        font-size: 24px;
    }
    
    #bundles .nav-tabs-list {
        display: block !important;
    }
    
    #bundles .nav-tabs-list li {
        width: 80% !important;
    }
    
    .bundleCost {
        bottom: 15%;
    }
    
    .contentB {
        background-position: top !important;
    }
    
    .bundleCost {
        bottom: 15% !important;
    }
}
.contentA ul {
    margin: 0 4%;
    width: 33%;
}
.contentA ul li {
    font-weight: 500;
    font-style: italic;
    font-size: 30px;
}
.contentA ul li:first-child {
    font-weight: 600;
    font-style: normal;
    padding-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contentA ul li a {
    color: #fff;
    text-decoration: none;
}
.contentB {
    background: url("https://storage-asset.msi.com/event/2020/cnd/be-Fast/images/au/gaming_10th_desktops.png")no-repeat bottom center;
    height: 594px;
    position: relative;
    margin-top: 100px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
@media (min-width: 1921px) {
    .contentB {
        background: url("https://storage-asset.msi.com/event/2020/cnd/be-Fast/images/au/gaming_10th_desktops_lg.png")no-repeat center;
        height: 785px;
    }
}
.contentB p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -.5px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 3.5%;
}
.seriesBanner {
    display: block;
    width: 100%;
    max-width: 2200px;
    margin: 0 auto;
}
.seriesBanner.meg {
    background-image: url("https://storage-asset.msi.com/event/2020/cnd/be-Fast/images/meg-kv-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
    display: block;
    width: 100%;
}
.seriesBanner.mpg {
    background-image: url("https://storage-asset.msi.com/event/2020/cnd/be-Fast/images/mpg-kv-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
    display: block;
    width: 100%;
}
.seriesBanner.mag {
    background-image: url("https://storage-asset.msi.com/event/2020/cnd/be-Fast/images/mag-kv-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
    display: block;
    width: 100%;
}
.seriesBanner .bannerBg {
    position: relative;
}
.seriesBanner .bannerBg img {
    position: relative;
    z-index: 0;
    width: 100%;
}
.seriesFlex {
    display: flex;
    flex-direction: row;
}
.series_logo {
    position: absolute;
    left: 0;
    top: 5%;
    z-index: 55;
    display: block;
    width: 30%;
    text-align: center;
}
.series_text {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: left;
}
.kv-slogan {
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
}
.prdFlex {
    display: flex;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.proT {
    font-size: 28px;
    line-height: 1.5;
}
.proItem {
    display: block;
    margin: 0 auto;
    padding: 5% 2%;
    width: 48%;
    text-align: center;
}
.prdImgBlock {
    display: block;
    width: 55%;
    float: left;
}
.bundleCost {
    /* position: absolute;
    right: 20%; */
    
    text-align: center;
    float: right;
    padding-right: 20%;
}
@media (min-width: 1799px) and (max-width:1920px) {
    .bundleCost {
        padding-right: 19%;
    }
}
@media (min-width: 1518px) and (max-width:1798px) {
    .bundleCost {
        padding-right: 17%;
    }
}
@media (min-width: 1300px) and (max-width: 1517px) {
    .bundleCost {
        padding-right: 15%;
        padding-top: 60px;
    }
}
@media (min-width: 1140px) and (max-width: 1299px) {
    .bundleCost {
        padding-right: 14%;
        padding-top: 60px;
    }
}
@media (min-width: 1025px) and (max-width: 1139px) {
    .bundleCost {
        padding-right: 13%;
        padding-top: 90px;
    }
}
@media (min-width: 961px) and (max-width: 1089px) {
    .bundleCost {
        padding-right: 10%;
        padding-top: 100px;
    }
    
    .contentB {
        margin-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 960px) {
    .contentB {
        margin-top: 0;
        min-height: 300px;
        background-position: top;
        height: 700px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    .contentB {
        margin-top: 0;
        min-height: 300px;
        background-position: top;
        height: 550px;
    }
}
@media (max-width: 960px) {
    .bundleCost {
        padding-right: 0;
        position: absolute;
        bottom: 2%;
    }
    
    ul.productList {
        display: block !important;
        margin: 0 auto;
    }
    
    .listbox {
        padding-right: 0;
    }
}
.listbox {
    padding-right: 04%;
}
ul.productList {
    /* display: table-cell; */
    
    width: 100%;
    padding-top: 6%;
}
ul.productList li {
    list-style: none;
    vertical-align: center;
    /* padding-bottom: 8px; */
    
    position: relative;
    /* padding-left: 15px; */
    
    text-align: center;
    display: block;
    margin: 0 auto;
    width: auto;
}
ul.productList li a {
    color: #FFF;
    text-decoration: none;
}
ul.productList li a:hover {
    color: rgba(186, 186, 186, 1.00);
    text-decoration: underline;
}

/*ul.productList li::before {
    content: "‧";
    font-size: 28px;
    color: #FFF;
    position: absolute;
    left: 0;
}*/

/** Start: to style navigation tab **/
#bundles .navmenu {
    margin-bottom: 18px;
    margin-left: 0;
    list-style: none;
}
#bundles .navmenu li a {
    display: block;
}
#bundles .nav-tabs-list {
    *zoom: 1;
}
#bundles .nav-tabs-list:before,
#bundles .nav-tabs-list:after {
    display: table;
    content: "";
}
#bundles .nav-tabs-list:after {
    clear: both;
}
#bundles .nav-tabs-list {
    display: flex;
    flex-direction: row;
}
#bundles .nav-tabs-list li {
    width: 50%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    text-align: center;
    padding-bottom: 50px;
}
#bundles .nav-tabs-list li a {
    opacity: 0.8;
    text-align: center;
    text-decoration: none;
    font-family: "DINPro-Regular", "cwTeXHei", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
    opacity: 0.5;
}
#bundles .nav-tabs-list li a:hover {
    opacity: 0.3;
}
#bundles .nav-tabs-list li.active {}
#bundles .nav-tabs-list li.active a {
    color: #324982;
    opacity: 1;
    margin: 0 auto;
    background: #fff;
    font-weight: 900;
}
.tab-content.active {
    display: block;
    margin: 0 auto;
    width: 90%;
}
.tab-content.hide {
    display: none;
}
@media (max-width:960px) {
    .proItem {
        width: 90%;
        margin: 0 auto;
    }
    
    .prdImgBlock {
        width: 60%;
        margin: 0 auto;
        float: none;
    }
    
    .bundleCost {
        width: 100%;
        margin: 0 auto;
    }
}

/** End: to style navigation tab **/

/*FeatureSlider*/
.dragonFlex {
    width: 100%;
    max-width: 2100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.dragonItem {
    display: block;
    width: 46%;
    margin: 5% auto;
}
.dragonItem img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.dragonItem h3 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
@media (max-width:1024px) {
    .dragonFlex {
        flex-direction: column;
    }
    
    .dragonItem {
        width: 90%;
    }
    
    .series_logo {
        width: 45%;
        top: 0;
    }
    
    #bundles .series_logo img {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    
    .kv-slogan {
        font-size: 18px;
        padding-top: 0px;
    }
}

/*RWD Video*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ytp-chrome-top-buttons {
    display: none;
}

/*end of RWD VIDEO*/
.contTxt {
    display: block;
    width: 100%;
    padding: 5%;
    border: 1px solid rgba(16, 146, 144, 1.00);
    text-align: center;
    margin-top: 2%
}
.contTxt p {
    color: #FFF;
}
.conTitle {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.5;
    color: rgba(0, 164, 180, 1.00);
}
.slideBanner {
    display: block;
    width: 100%;
    padding: 0;
    margin: 15px auto;
    max-width: 2200px;
}

/*Special Offer*/
#specialOffer {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.offerTbox {
    display: block;
    width: 100%;
    padding-bottom: 5%;
    background: url("images/beFast/offer-bg.jpg")no-repeat top center;
    background-size: 100%;
}
.titleTbox.special {
    padding-bottom: 0;
}
.offerGiftBox {
    display: flex;
    width: 90%;
    margin: 0 auto;
    max-width: 2200px;
}
.offerGift_Item {
    display: block;
    width: 32%;
    margin-right: 1%;
    border: 1px solid #0bd9e6;
    box-shadow: 0px 0px 5px 5px rgba(187, 247, 244, 0.55);
    padding: 3% 1%;
    text-align: center;
}
.offerGift_Item:last-child {
    margin-right: 0;
}
.offertitle {
    font-size: 30px;
    line-height: 1.2;
    color: #0bd9e6;
    font-weight: bold;
    text-transform: uppercase;
}
.costBox {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.smallT {
    font-size: 21px;
    line-height: 1.2;
    color: #FFF;
    padding: 10px;
}
.price {
    font-size: 80px;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
.usdCost {
    font-size: 36px;
    font-weight: 600;
}
.codeT {
    font-size: 21px;
    letter-spacing: .2;
    display: block;
}
.offerImg {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
}
@media (max-width:1366px) {
    .offertitle {
        font-size: 26px;
    }
}
@media (max-width:1024px) {
    .offerGiftBox {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .offerGift_Item {
        width: 90%;
        margin-bottom: 5%;
    }
    
    .price {
        font-size: 60px;
    }
}

/*End of Special Offer*/

/*from*/
#filledFrom {
    display: block;
    width: 100%;
    margin: 2% auto;
    max-width: 1200px;
    font-family: "Century Gothic", "Open Sans", Helvetica, Arial, sans-serif, "cwTeXHei", "Microsoft JhengHei";
}
#filledFrom p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: "Century Gothic", "Open Sans", Helvetica, Arial, sans-serif, "cwTeXHei", "Microsoft JhengHei";
}
#filledFrom.subscribeForm #msi_form {
    padding: 5%;
    text-align: left;
    color: #fff;
}
.section.subscribeForm {
    background: #333333;
    padding: 3% 0;
}
@media (max-width:960px) {
    section.subscribeForm {
        padding: 4% 0;
    }
}
@media (max-width: 425px) {
    section.subscribeForm {
        padding: 8% 0;
    }
}
section.subscribeForm .privacybox {
    max-width: 1200px;
    margin: 5% auto;
    text-align: center;
    line-height: 1.4;
    font-size: 16px;
    padding: 5%;
}
section.subscribeForm a {
    color: #c00;
}
section.subscribeForm a:hover {
    text-decoration: underline;
}
section.subscribeForm .listbox {
    width: 85%;
    margin: 5% auto 2%;
    justify-content: center;
}
section.subscribeForm .btclose {
    /* display: none; */
}
section.subscribeForm #msi_form {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}
section.subscribeForm .help-block {
    padding-top: 50px;
    color: #666;
}
section.subscribeForm .star {
    color: #f00;
    padding: 0 5px;
    font-size: 18px;
    display: inline-block;
}
section.subscribeForm .question-group {
    padding-bottom: 0px;
}
section.subscribeForm .question-group h6 {
    font-size: 16px;
    /*font-family: sans-serif;*/
}
section.subscribeForm .question-group input[type="text"],
section.subscribeForm .question-group input[type="email"],
section.subscribeForm .question-group textarea,
section.subscribeForm .question-group select {
    background: #fff;
    border: #ccc 1px solid;
    width: 100%;
    padding: 4px;
    border-radius: 3px;
    color: #333;
    font-size: 16px;
}
section.subscribeForm .question-group a {
    color: #c00;
    border-bottom: #c00 1px dotted;
    cursor: pointer;
    margin-left: 10px;
}
section.subscribeForm .question-group a:hover {
    color: #f00;
    border-bottom: #f00 1px solid;
}
section.subscribeForm .question-group a.bt-ltbox {
    margin-left: 30px;
}
section.subscribeForm .question-group .note {
    color: #666;
    padding-top: 10px;
    font-size: 16px;
}
section.subscribeForm .question-group ul {
    width: 100%;
}
section.subscribeForm .question-group ul li {
    padding: 4px 0 4px;
}
section.subscribeForm .question-group ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2);
}
@media screen and (max-width: 960px) {
    section.subscribeForm .question-group ul li {
        width: 95%;
    }
}
section.subscribeForm .question-group.error h6 {
    color: #999;
}
section.subscribeForm .question-group.error.checkSty {
    color: #999;
}
section.subscribeForm .radioSty input[type="radio"] {
    display: none;
}
section.subscribeForm .radioSty input[type="radio"]:checked+label::before {
    border: #f00 1px solid;
}
section.subscribeForm .radioSty input[type="radio"]:checked+label::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    top: 3px;
    left: 3px;
}
section.subscribeForm .radioSty label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
section.subscribeForm .radioSty label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #333 1px solid;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}
section.subscribeForm .checkSty input[type="checkbox"] {
    display: none;
}
section.subscribeForm .checkSty input[type="checkbox"]:checked+label::before {
    border: #999 1px solid;
    background: url(https://storage-asset.msi.com/event/2019/Questionnaire/images/icon-check.png) center center no-repeat;
    background-size: cover;
}
section.subscribeForm .checkSty label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*    font-family: sans-serif;*/
    
    line-height: 1.4;
}
section.subscribeForm .checkSty label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: #fff 1px solid;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
}
section.subscribeForm .form-send button {
    background: #FF0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    width: 240px;
    /* margin: auto; */
    
    margin: 3% 34% 1%;
}
section.subscribeForm .form-send button:hover {
    background: #999;
}
@media screen and (max-width: 960px) {
    section.subscribeForm .form-send {
        text-align: center;
    }
    
    section.subscribeForm .form-send button {
        /*width: 100%; */
        margin: 3% 30% 1%;
    }
}
@media screen and (max-width: 425px) {
    section.subscribeForm .form-send button {
        /* width: 100%; */
        margin: 3% 14% 1%;
    }
}
@media screen and (max-width: 375px) {
    section.subscribeForm .form-send button {
        /* width: 100%; */
        margin: 3% 0% 1%;
    }
}
@media screen and (max-width: 320px) {
    section.subscribeForm .form-send button {
        width: 190px;
    }
}
section.subscribeForm .lighttbox {
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: none;
}
section.subscribeForm .ltwp {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
section.subscribeForm .ltbox {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    margin: 3% auto;
    padding: 40px;
    border: #ccc 3px solid;
    color: #333;
    line-height: 1.6;
    font-size: 18px;
    display: none;
}
section.subscribeForm .ltbox h2 {
    font-size: 26px;
    color: #000;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
}
section.subscribeForm .ltbox h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    margin: 15px auto 0;
    background: #ccc;
}
section.subscribeForm .ltbox h4 {
    padding: 30px 0 10px;
    font-size: 22px;
}
section.subscribeForm .ltbox h4 span {
    border-bottom: #666 2px solid;
}
section.subscribeForm .ltbox p {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 20px;
    color: #000;
}
section.subscribeForm .ltbox .btclose {
    text-align: center;
    padding-top: 30px;
}
section.subscribeForm .ltbox .btclose button {
    background: #222;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}
section.subscribeForm .ltbox .btclose button:hover {
    background: #999;
}
section.subscribeForm #terms {
    text-align: left;
}
section.subscribeForm #terms a {
    color: #c00;
    border-bottom: #c00 1px dotted;
    cursor: pointer;
    margin-left: 10px;
}
section.subscribeForm #terms a:hover {
    color: #f00;
    border-bottom: #f00 1px solid;
}
section.subscribeForm #terms ul {
    margin-left: 20px;
}
s.subscribeForm #terms ul li {
    list-style: lower-roman;
    line-height: 1.6;
    padding-bottom: 10px;
}
.subscribeForm #terms ul li ul li {
    list-style: lower-alpha;
}

/*wtb*/
#wtb {
    display: block;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

/*buy now Button*/
.desktopProduct a {
    display: block;
    padding: 10px;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #FA0004;
    border-bottom: 2px solid #F45659;
    color: #FFF;
    transition: all ease-in .2s;
    text-decoration: none;
}
.desktopProduct a:hover {
    background-color: #FFF;
    color: #FF0000;
    border-bottom: 2px solid #ccc;
}
section.feature .feature-nav li:hover:nth-of-type(1),
section.feature .feature-nav li.active:nth-of-type(1) {
    border: 1px solid #24BDB2;
}
section.feature .feature-nav li:hover:nth-of-type(2),
section.feature .feature-nav li.active:nth-of-type(2) {
    border: 1px solid #1161c9;
}
section.feature .feature-nav li:hover:nth-of-type(3),
section.feature .feature-nav li.active:nth-of-type(3) {
    border: 1px solid #6b36e5;
}
section.feature .feature-nav li:hover:nth-of-type(4),
section.feature .feature-nav li.active:nth-of-type(4) {
    border: 1px solid #ea60f3;
}
section.feature .feature-nav li:hover:nth-of-type(5),
section.feature .feature-nav li.active:nth-of-type(5) {
    border: 1px solid #ac1015;
}
section.feature .feature-nav li:hover span,
section.feature .feature-nav li.active span {
    position: relative;
    left: 0px;
}
section.feature .feature-nav li:hover::before,
section.feature .feature-nav li.active::before {
    opacity: 1;
    left: 0px;
}
section.feature .content_wrap {
    padding: 24px 0;
}
section.feature .content_wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 80vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.landing-footer {
    padding: 5% 16px;
}
section.landing-footer .title-wrap {
    width: 45%;
    max-width: 800px;
    margin: auto;
}
@media (max-width: 992px) {
    section.landing-footer .title-wrap {
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 992px) {
    section.landing-footer .rtx-title {
        max-width: 145px;
    }
}
.GS66-300hz-top {
    background: url("//storage-asset.msi.com/global/picture/image/feature/nb/gs/GS66/300hz-topbg.jpg") no-repeat;
    background-size: cover;
}
.GS66-300hz-laptop {
    position: relative;
    width: 1200px;
    margin: 0 auto 0;
    max-width: 100%;
}
.GS66-300hz-laptop-screen {
    background: url("//storage-asset.msi.com/global/picture/image/feature/nb/gs/GS66/300hz-laptopscreen.jpg") #333;
    top: 14%;
    bottom: 29.29%;
    left: 19.16%;
    right: 19.66%;
    position: absolute;
    overflow: hidden;
}
.GS66-300hz-laptop:before {
    display: block;
    content: '';
    left: 0%;
    right: 0%;
    top: 10%;
    bottom: 23%;
    position: absolute;
    z-index: 2;
}
.GS66-300hz-laptop:after {
    width: 1px;
    display: block;
    content: '';
    left: 50%;
    top: 14%;
    bottom: 29%;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
}
#video-GS66-300hz {
    width: 130%;
    height: 130%;
    margin-top: -10%;
    margin-left: -15%;
}
.GS66-300hz-laptop-logo {
    position: absolute;
    top: 40%;
    right: 14%;
    width: 140px;
}
.GS66-300hz-laptop-generic {
    position: absolute;
    top: 40%;
    left: 12%;
    width: 160px;
}
.GS66-300hz-value {
    list-style: none;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    margin-top: 50px;
}
.GS66-300hz-value li {
    display: inline-block;
    line-height: 42px;
    margin: 0px 20px;
}
.GS66-300hz-value li h1 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.GS66-300hz-value li h1,
.GS66-300hz-value li h1 span {
    line-height: 42px;
}
.GS66-300hz-value li h1 span {
    position: relative;
    top: -5px;
}
@media (max-width: 991px) {
    .GS66-300hz-laptop {
        margin: 70px auto 0px;
    }
    
    .GS66-300hz-laptop-logo {
        width: 90px;
    }
    
    .GS66-300hz-laptop-generic {
        width: 105px;
    }
}
@media (max-width: 768px) {
    .GS66-300hz {
        margin-top: 80px;
    }
    
    .GS66-300hz-laptop {
        margin: 70px auto 0px;
    }
    
    .GS66-300hz-laptop-logo {
        width: 80px;
        right: 12%;
    }
    
    .GS66-300hz-laptop-generic {
        width: 92px;
        left: 10%;
    }
    
    .GS66-300hz-value {
        margin-top: 30px;
    }
    
    .GS66-300hz h1 {
        margin-top: 10px !important;
    }
}
.GS66-speaker {
    position: relative;
}
.GS66-speaker-img {
    margin: 0px -580px 0px 0px;
}
.GS66-speaker-img canvas {
    margin-bottom: 0px;
    width: 100%;
}
.GS66-speaker-content {
    margin-top: 400px;
}
.GS66-speaker-dws {
    width: 100px;
    margin-right: 15px;
}
.GS66-speaker-dyn {
    width: 140px;
}
@media (max-width: 1599px) {
    .GS66-speaker-content {
        margin-top: 300px;
    }
}
@media (max-width: 1399px) {
    .GS66-speaker-content {
        margin-top: 200px;
    }
    
    .GS66-speaker-img {
        margin: 0px -450px 0px 0px;
    }
}
@media (max-width: 991px) {
    .GS66-speaker-content {
        margin-top: 0px;
        text-align: center;
    }
    
    .GS66-speaker-img {
        margin: 0px 0px -20px -100px;
    }
}

/*promotion nav*/
.promotion-nav {
    position: fixed;
    right: 0;
    bottom: 50%;
    z-index: 99999;
    text-align: center;
}
.promotion-nav ul li {
    position: relative;
    display: block;
    width: 80px;
    height: 40px;
    background-color: #333;
    margin: 4px 8px;
}
.promotion-nav ul li:hover {
    background-color: #666;
}
.promotion-nav ul li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
}
.promotion-nav .btn-icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: buttonicons;
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    height: auto;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    top: 0.2em;
    vertical-align: initial;
    width: auto;
}
.promotion-nav .btn-icon-top:before {
    content: '\e914';
}
@media (max-width:960px) {
    .promotion-nav {
        left: 0;
        bottom: 0;
    }
    
    .promotion-nav ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        background-color: #000;
    }
    
    .promotion-nav ul li {
        margin: 0;
        border-right: 1px solid #ccc;
        width: 25%;
    }
    
    .promotion-nav ul li a {
        border-right: 1px solid #3E3E3E;
    }
}

/*Redeem*/
#redeem {
    display: block;
    width: 100%;
    background-color: #333333;
}
#redeem h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #c6988a;
}
#redeem p {
    font-family: "DINPro-Regular", "cwTeXHei", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
#redeem .redeemWrp {
    display: block;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}
#redeem .redeem {
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 5%;
    justify-content: space-between;
    align-content: flex-start;
    text-align: center;
}
#redeem .redeem .item {
    margin: 5px;
    font-size: 2rem;
    width: 30%;
}
#redeem .redeem .line {
    display: block;
    width: 5%;
    height: 20px;
    border-bottom: 5px solid #0bd9e6;
    padding-top: 5%;
}
#redeem .redeem a {
    text-decoration: none;
    color: #FFF;
}
#redeem .material-icons {
    color: #FFF;
    font-size: 2.7em;
}
#redeem .redeem p {
    padding-top: 10px;
    color: #FFF;
    font-size: 20px;
    line-height: 1.5;
}
#redeem .redeem .imgbox {
    border-radius: 5px;
    border: 3px solid #0bd9e6;
    display: block;
    margin: 0 auto;
    padding: 30px;
    cursor: pointer;
    background-color: transparent;
    box-shadow: 0 0 38px 1px rgba(187, 247, 244, 0.55);
    transition: 0.5s all ease-in-out;
    text-align: center;
}
#redeem .redeem .imgbox:hover {
    background: rgba(60, 60, 60, 1.00);
    border-color: rgba(255, 255, 255, .8);
}
#redeem .redeem .imgbox .icontitle {
    color: #FFF;
    font-size: 18px;
    font-family: 'DINPro', Helvetica, Arial, sans-serif;
    line-height: 40px;
    text-align: center;
}

/*Buy Now*/
#buyNow {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10%;
}
.buyWrap {
    display: block;
    width: 100%;
    max-width: 2200px;
    margin: 5% auto;
    padding: 5%;
}
.purchaseList {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
    border-radius: 10px;
    border: 3px solid #0bd9e6;
    margin: 0 auto;
    padding: 30px;
    background-color: transparent;
    box-shadow: 0 0 38px 1px rgba(187, 247, 244, 0.55);
    transition: 0.5s all ease-in-out;
    text-align: center;
}
.buyItem {
    display: block;
    width: 20%;
    margin: 0 auto;
    text-align: center;
}
.buyItem figcaption {
    font-size: 16px;
    line-height: 1.5;
}
#buyNow .buyBtn {
    display: block;
    width: 90%;
    margin: 20px auto;
}
#buyNow .buyBtn a {
    width: 100%;
    display: block;
    text-decoration: none;
    outline: none;
    border: 1px solid rgba(255, 0, 4, 1.00);
    background-color: rgba(255, 0, 4, 1.00);
    color: #FFF;
    text-align: center;
    transition: all ease-in .8s;
}
#buyNow .buyBtn a:hover {
    background-color: transparent;
}

/*terms Modern*/
#terms {
    display: block;
    width: 100%;
    margin: 0 auto;
    /*max-width: 2200px;*/
    
    background-color: #333333;
    padding: 150px 0 250px 0 !important;
}
#terms ul.dots {
    display: block;
    margin-top: 5%;
    list-style: none;
}
#terms ul.dots li {
    list-style: disc;
}
#terms .bt a {
    margin-right: 10px;
    text-decoration: none;
}
#terms .bt .btnItem .btsty1:hover {
    background-color: #17ebd0;
}
#terms .bt {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    max-width: 1200px;
    flex-direction: row;
    justify-content: center;
    padding-top: 3.5%;
}
#terms .bt .btnItem {
    display: block;
    width: 45%;
    margin: 0 auto;
    text-align: center;
}
#terms .bt .btnItem .btsty1 {
    width: 100%;
    display: block;
    color: #fff;
    background-color: transparent;
    border-radius: 30px;
    font-size: 24px;
    text-transform: uppercase;
    box-shadow: rgba(187, 247, 244, 0.55) 0px 0px 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(11, 217, 230);
    border-image: initial;
}
#terms .bt .btnItem .btsty1 span {
    display: block;
    padding: 15px 45px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    margin: 3px;
    width: 100%;
    position: relative;
}
.th-Title {
    background-color: rgba(60, 59, 59, 1.00);
}
@media (min-width: 768px) {
    #terms .modal-dialog {
        width: 100%;
        max-width: 1200px;
    }
}
@media (max-width:960px) {
    #redeem .redeem {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    
    #redeem .redeem .item {
        width: 90%;
        margin: 0 auto;
    }
    
    #redeem .redeem .line {
        display: none;
    }
    
    #terms .bt a,
    #redeem .bt button {
        margin: 5px auto;
        width: 100%;
    }
    
    #terms .bt {
        flex-direction: column;
    }
    
    #terms .bt .btnItem {
        width: 80%;
        margin: 20px auto;
    }
    
    #terms .bt .btnItem .btsty1 {
        font-size: 18px;
    }
}
#terms .modal-content {
    /*    font-family: "Exo", sans-serif;*/
    
    background: #000;
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    border-radius: 0;
    border: #222 3px solid;
}
#terms .modal-title {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
#terms .modal-header {
    position: relative;
    border-bottom: #222 1px solid;
}
#terms .modal-header button.close {
    position: absolute;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    top: 40%;
    right: 20px;
}
#terms .modal-header button.close:hover {
    color: #24037c;
}
#terms .modal-body {
    padding: 0 50px 25px;
}
#terms .modal-body h2 {
    font-size: 24px;
    padding: 50px 0 10px;
    margin-bottom: 35px;
    border-bottom: #222 1px solid;
    position: relative;
    text-align: center;
    font-weight: bold;
}
#terms .modal-body h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 3px;
    left: calc(50% - 100px);
    bottom: -2px;
    background: #24037c;
}
#terms .modal-body h3 {
    font-size: 20px;
    color: #00ffff;
    padding: 25px 0 15px;
}
#terms .modal-body a {
    color: #fff;
    border-bottom: #00ffff 1px solid;
    border-top: transparent 1px solid;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
#terms .modal-body a:hover {
    border-bottom: #ff00ff 1px solid;
    border-top: #00ffff 1px solid;
    color: #ff00ff;
}
#terms .modal-body ul {
    padding-bottom: 25px;
    margin-left: 15px;
}
#terms .modal-body p {
    padding-bottom: 25px;
}

/*end Of Terms Modern*/
@-webkit-keyframes kvhalo {
    0% {
        opacity: 0.7;
    }
    
    50% {
        opacity: 1;
    }
    
    100% {
        opacity: 0.7;
    }
}
@keyframes kvhalo {
    0% {
        opacity: 0.7;
    }
    
    50% {
        opacity: 1;
    }
    
    100% {
        opacity: 0.7;
    }
}
@-webkit-keyframes kvline1 {
    0% {
        top: 33%;
        left: 50%;
        opacity: 0;
    }
    
    10% {
        top: 33%;
        left: 50%;
        opacity: 1;
    }
    
    30% {
        top: 29%;
        left: 46%;
    }
    
    40% {
        top: 35%;
        left: 45%;
    }
    
    50% {
        top: 32%;
        left: 42.5%;
    }
    
    70% {
        top: 22%;
        left: 42%;
    }
    
    90% {
        top: 22%;
        left: 35%;
        opacity: 1;
    }
    
    91% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes kvline1 {
    0% {
        top: 33%;
        left: 50%;
        opacity: 0;
    }
    
    10% {
        top: 33%;
        left: 50%;
        opacity: 1;
    }
    
    30% {
        top: 29%;
        left: 46%;
    }
    
    40% {
        top: 35%;
        left: 45%;
    }
    
    50% {
        top: 32%;
        left: 42.5%;
    }
    
    70% {
        top: 22%;
        left: 42%;
    }
    
    90% {
        top: 22%;
        left: 35%;
        opacity: 1;
    }
    
    91% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes kvline2 {
    0% {
        top: 33%;
        left: 50%;
        opacity: 0;
    }
    
    5% {
        top: 33%;
        left: 50%;
        opacity: 1;
    }
    
    20% {
        top: 36%;
        left: 46.5%;
    }
    
    40% {
        top: 48%;
        left: 46.5%;
    }
    
    55% {
        top: 55%;
        left: 36.5%;
    }
    
    70% {
        top: 52%;
        left: 32%;
    }
    
    85% {
        top: 42%;
        left: 32%;
    }
    
    99% {
        top: 40%;
        left: 28%;
        opacity: 1;
    }
    
    99.5% {
        top: 38%;
        left: 28%;
        opacity: 0;
    }
    
    100% {
        top: 38%;
        left: 28%;
        opacity: 0;
    }
}
@keyframes kvline2 {
    0% {
        top: 33%;
        left: 50%;
        opacity: 0;
    }
    
    5% {
        top: 33%;
        left: 50%;
        opacity: 1;
    }
    
    20% {
        top: 36%;
        left: 46.5%;
    }
    
    40% {
        top: 48%;
        left: 46.5%;
    }
    
    55% {
        top: 55%;
        left: 36.5%;
    }
    
    70% {
        top: 52%;
        left: 32%;
    }
    
    85% {
        top: 42%;
        left: 32%;
    }
    
    99% {
        top: 40%;
        left: 28%;
        opacity: 1;
    }
    
    99.5% {
        top: 38%;
        left: 28%;
        opacity: 0;
    }
    
    100% {
        top: 38%;
        left: 28%;
        opacity: 0;
    }
}
@-webkit-keyframes kvline3 {
    0% {
        top: 33%;
        left: 50%;
        opacity: 0;
    }
    
    10% {
        top: 33%;
        left: 50%;
        opacity: 1;
    }
    
    30% {
        top: 36%;
        left: 54%;
    }
    
    40% {
        top: 47%;
        left: 54%;
    }
    
    60% {
        top: 52%;
        left: 60%;
        opacity: 1;
    }
    
    61% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes kvline3 {
    0% {
        top: 33%;
        left: 50%;
        opacity: 0;
    }
    
    10% {
        top: 33%;
        left: 50%;
        opacity: 1;
    }
    
    30% {
        top: 36%;
        left: 54%;
    }
    
    40% {
        top: 47%;
        left: 54%;
    }
    
    60% {
        top: 52%;
        left: 60%;
        opacity: 1;
    }
    
    61% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes kvline4 {
    0% {
        top: 55%;
        left: 48%;
        opacity: 0;
    }
    
    10% {
        top: 55%;
        left: 48%;
        opacity: 1;
    }
    
    25% {
        top: 59%;
        left: 54%;
    }
    
    40% {
        top: 65%;
        left: 48%;
        opacity: 1;
    }
    
    41% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes kvline4 {
    0% {
        top: 55%;
        left: 48%;
        opacity: 0;
    }
    
    10% {
        top: 55%;
        left: 48%;
        opacity: 1;
    }
    
    25% {
        top: 59%;
        left: 54%;
    }
    
    40% {
        top: 65%;
        left: 48%;
        opacity: 1;
    }
    
    41% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes kvline5 {
    0% {
        top: 33%;
        left: 50%;
        opacity: 0;
    }
    
    10% {
        top: 33%;
        left: 50%;
        opacity: 1;
    }
    
    30% {
        top: 29%;
        left: 54%;
    }
    
    40% {
        top: 43%;
        left: 56%;
    }
    
    50% {
        top: 38%;
        left: 61.5%;
    }
    
    70% {
        top: 28%;
        left: 61.5%;
    }
    
    90% {
        top: 23%;
        left: 66.5%;
        opacity: 1;
    }
    
    91% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes kvline5 {
    0% {
        top: 33%;
        left: 50%;
        opacity: 0;
    }
    
    10% {
        top: 33%;
        left: 50%;
        opacity: 1;
    }
    
    30% {
        top: 29%;
        left: 54%;
    }
    
    40% {
        top: 43%;
        left: 56%;
    }
    
    50% {
        top: 38%;
        left: 61.5%;
    }
    
    70% {
        top: 28%;
        left: 61.5%;
    }
    
    90% {
        top: 23%;
        left: 66.5%;
        opacity: 1;
    }
    
    91% {
        opacity: 0;
    }
    
    100% {
        opacity: 0;
    }
}