.project {
    position: relative;
    /* background: #fff; */
    /* background: url(https://storage-asset.msi.com/event/2024/MM/2024-mm-chinese-new-year-sale/images/bg-00.jpg) repeat-y; */
    background-color: #E4E4E1;
    background-image: radial-gradient(at top center, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(143, 152, 157, 0.60) 100%);
    background-blend-mode: normal, multiply;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

@media (min-width: 996px) {
    .project {
        background-size: 100%;
    }
}

.project .tab__flexBoxInside {
    background: #eee;
}

.project .tab__label {
    background: #eee;
}

.project .tab__label p {
    font-size: 14px;
}

@media (min-width: 996px) {
    .project .tab__label p {
        font-size: var(--title-md);
    }
}

.project .tab__title {
    background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
    color: white;
}

.project .sec3__title {
    color: rgb(255, 255, 255);
    width: 65%;
    margin: 0 auto 3%;
    text-shadow: 0 1px 3px #000;
}

.project .sec3__title h3 {
    font-weight: normal;
}

.project .tab__flexMobile {
    display: none;
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.project .kv {
    font-family: var(--MSIBodyFont);
    position: relative;
    background: white;
}

.project .kv h1 {
    padding: 0;
    margin: 0;
    line-height: 0;
    text-indent: -9999px;
}

.project .kv picture {
    display: grid;
}

.project .kv img {
    width: 100%;
}

.project .TZD .text__title {
    background-image: linear-gradient(-225deg, #3D4E81 0%, #5753C9 48%, #6E7FF3 100%);
    color: white;
}

.project .content {
    background: #fff;
    padding: 1em 0;
}

.project .content h3 {
    font-weight: bolder;
    font-size: 20px;
    color: #ff0060;
    text-align: center;
    font-size: var(--title-lg);
    text-transform: uppercase;
}

@media (min-width: 1600px) {
    .project .content h3 {
        font-size: 36px;
    }
}

.project .sec2__block-item {
    cursor: pointer;
}

.project .tc ul li {
    color: #20284a !important;
}

.project .TZD {
    position: relative;
    z-index: 20;
    padding: 5% 0 7%;
    background: url(https://storage-asset.msi.com/event/2024/MM/2024-mm-summer-tech-fest/images/bg-pattern-bottom.png) no-repeat;
    background-size: 100%;
}

.project .TZD__main {
    background: none !important;
    padding-bottom: 0;
}

.project .TZD__main .bundle {
    margin-bottom: 5%;
}

.project .TZD .text__inner {
    padding: 40px 0px;
}

@media (min-width: 996px) {
    .project .TZD .text__inner {
        padding: 40px 25px 80px;
    }
}

.project .TZD .text__wrap {
    border: none;
    margin-bottom: 0;
}

.project .bundle h3 {
    color: #20284a;
}

.project .bundle h3::before,
.project .bundle h3::after {
    background: #20284a;
}

.project .bundle h4 {
    background: #1f284b;
    color: rgb(255, 255, 255);
    text-align: left;
}

@media (min-width: 996px) {
    .project .bundle h4 {
        border-radius: 15px 0 0 15px;
    }
}

.project .bundle p {
    background: #ffffff;
    color: black;
    padding: 15px;
    text-align: left;
}

@media (min-width: 996px) {
    .project .bundle p {
        border-radius: 0 15px 15px 0;
    }
}

.project .bundle__list {
    margin: 1px auto 15px;
}

.project .bundle__note {
    color: #20284a;
    margin-bottom: 50px;
}

.project .bundle__note span {
    background-color: #ffe739;
    padding: 5px 10px;
}

#msi_twYrsale .msionlin-shop {
    background: #13192f !important;
}

#msi_twYrsale .wtb__box-info.sub-info {
    background: #fff !important;
    color: #13192e !important;
    font-weight: bold;
}

#msi_twYrsale .wtb__box-title {
    background-color: #6c7aeb !important;
}

#msi_twYrsale .wtb__box-title li {
    color: #fff !important;
    font-weight: normal;
}

#summerPromotion .join {
    padding: 40px 0;
    text-align: center;
    width: 100%;
    background: #13192f;
}

#summerPromotion .join__title {
    color: #fff;
    font-weight: bolder;
    margin-bottom: 40px;
}

#summerPromotion .join__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}

#summerPromotion .join__flex a {
    margin: 0 10px;
    width: 30%;
    color: #fff;
    font-weight: 700;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media (min-width: 996px) {
    #summerPromotion .join__flex a {
        width: 200px;
        margin: 0 20px;
    }
}

#summerPromotion .join__flex a:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

#summerPromotion .join__flex a img {
    margin-bottom: 10px;
}


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