.delighter.fadein.started {
    opacity: 1;
}

.delighter.fadein {
    opacity: 0;
    transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
    transform: translateX(0px);
}

.delighter.fadeLeft {
    transform: translateX(-50px);
    transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
    transform: translateX(0px);
}

.delighter.fadeRight {
    transform: translateX(50px);
    transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
    opacity: 1;
    transform: translateY(0px);
}

.delighter.fadeTop {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.5s ease-out;
}

.main-title {
    font-size: 26px;
    text-align: center;
    /* color: #fde14f; */
}

@media (min-width: 996px) {
    .main-title {
        font-size: 32px;
        text-align: left;
    }
}

.subtitle {
    font-size: 24px;
    text-align: center;
    color: #000;
}

@media (min-width: 996px) {
    .subtitle {
        font-size: 28px;
        text-align: left;
    }
}

.main-text {
    color: #000;
    padding: 10px 0;
}

@keyframes floatUp-01 {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes floatUp-02 {
    0%,
    100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0px);
    }
}

@keyframes floatUp-03 {
    0%,
    100% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
}

@keyframes shine-effect {
    0% {
        top: -120%;
        left: -120%;
    }
    100% {
        left: 100%;
        top: 100%;
    }
}

@keyframes ribbon-effect {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.icon-msi-location:before {
    font-family: "msi-icons2";
    content: "\f043";
}

.icon-msi-link:before {
    font-family: "msi-icons2";
    content: "\f015";
}

.shop {
    padding-top: 45px;
}

.wtb {
    text-align: center;
}

.wtb__list h3 {
    padding-bottom: 15px;
    padding-top: 25px;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
}

.tbList {
    margin-bottom: 45px;
}

.tbList .tr {
    /* border: #0030a1 1px solid; */
    border-radius: 4px;
    margin-bottom: 5px;
}

.tbList .tr a {
    background: linear-gradient(to right, #b48f2f, #e3d472, #d5b34e, #d4ad48, #ebc764);
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.tbList .tr:first-child {
    display: none;
}

.tbList .title {
    background: #bd9b34;
    color: #fff;
    padding: 15px;
}

.tbList .link {
    padding: 15px;
}

.tbList--add .tr {
    position: relative;
    padding-bottom: 60px;
}

.tbList--add .td:nth-child(2) {
    left: calc(50% - 70px);
}

.tbList--add .td:nth-child(4) {
    left: calc(50% - 15px);
}

.tbList--add .link {
    position: absolute;
    width: 50px;
    bottom: 5px;
}

.tbList--add .add {
    color: #fff;
    padding: 5px 15px;
}

@media (min-width: 996px) {
    .tbList {
        display: table;
        width: 100%;
        border: #ac8c2c 1px solid;
        border-radius: 4px;
        text-align: left;
    }
    .tbList .tr {
        display: table-row;
    }
    .tbList .tr:first-child {
        display: table-row;
    }
    .tbList .th,
    .tbList .td {
        display: table-cell;
    }
    .tbList .th {
        background: #bd9b34;
        color: #ffffff;
        padding: 15px;
        font-weight: bold;
    }
    .tbList .td {
        color: #d5b34e;
        border-bottom: #d5b34e 1px solid;
        vertical-align: middle;
    }
    .tbList .title {
        background: none;
    }
    .tbList--add .td {
        left: auto !important;
    }
    .tbList--add .link {
        position: relative;
        bottom: auto;
        min-width: 200px;
        text-align: center;
    }
    .tbList--add .title {
        min-width: 300px;
    }
}

.main {
    position: relative;
}

.buyInfo {
    position: relative;
    z-index: 2;
}

.common__title {
    font-family: var(--font);
    text-transform: uppercase;
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#b48f2f), color-stop(#e3d472), color-stop(#d5b34e), color-stop(#d4ad48), to(#ebc764));
    background: linear-gradient(to right, #b48f2f, #e3d472, #d5b34e, #d4ad48, #ebc764);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 996px) {
    .common__title {
        font-size: 48px;
        margin-bottom: 35px;
    }
}

.project {
    position: relative;
    overflow: hidden;
}

.project figure {
    margin: 0;
    padding: 0;
}

.project .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}

@media (min-width: 1600px) {
    .project .container {
        margin: 0 auto;
        width: 90%;
        max-width: 1680px;
    }
}

.top1 {
    display: none;
}

@media (min-width: 996px) {
    .top2 {
        display: none;
    }
    .top1 {
        display: block;
    }
}

.project .intro {
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
    text-align: center;
}

.intro .intro__banner img {
    margin: 5% auto 0;
    max-width: 100%;
    width: 1440px;
}

@media (min-width: 996px) {
    .project .intro {
        padding: 5% 25px;
    }
}

.project .intro__wrapper {
    position: relative;
    background-image: url(https://storage-asset.msi.com/event/2023/NB/holiday-sale-laptop/images/intro-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 25px;
    z-index: 0;
}

@media (min-width: 996px) {
    .project .intro__wrapper {
        width: 100%;
        background-image: none;
        padding: 20px;
    }
}

.project .intro__wrapper-bg {
    display: none;
}

@media (min-width: 996px) {
    .project .intro__wrapper-bg {
        display: block;
        position: relative;
    }
}

.project .intro__wrapper-content {
    text-align: center;
}

.project .intro__wrapper-content h2 {
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 25px;
}

.project .intro__wrapper-content h2 span {
    color: #ff0000;
}

@media (min-width: 996px) {
    .project .intro__wrapper-content h2 {
        font-size: 28px;
    }
}

.project .intro__wrapper-content h3 {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 10px;
}

.project .intro__wrapper-content .model {
    display: table;
    border-collapse: collapse;
    width: 100%;
    border: #000 1px solid;
    text-align: left;
}

.project .intro__wrapper-content .model .tr {
    display: table-row;
}

.project .intro__wrapper-content .model .th {
    display: table-cell;
    font-weight: bold;
    padding: 5px;
}

.project .intro__wrapper-content .model .td {
    display: table-cell;
    padding: 5px;
}

@media (min-width: 996px) {
    .project .intro__wrapper-content .model .th,
    .project .intro__wrapper-content .model td {
        padding: 8px;
    }
}

@media (min-width: 996px) {
    .project .intro__wrapper-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.project .intro__wrapper-content .giftBox {
    margin: 20px auto;
}

.project .intro__wrapper-content .giftBox img {
    width: 70%;
}

@media (min-width: 768px) {
    .project .intro__wrapper-content .giftBox {
        width: 60%;
        margin: 0 auto;
    }
}

@media (min-width: 996px) {
    .project .intro__wrapper-content .giftBox {
        padding: 20px;
        width: 45%;
        margin: 0;
    }
}

@media (min-width: 996px) {
    .project .intro__wrapper-content .txtBox {
        width: 50%;
        padding: 20px;
    }
}

@media (min-width: 1300px) {
    .project .intro__wrapper-content .txtBox {
        width: 40%;
    }
}

.project .intro__wrapper-dec01 {
    position: absolute;
    top: 0;
    left: -15%;
    width: 40%;
}

@media (min-width: 1300px) {
    .project .intro__wrapper-dec01 {
        display: block;
        top: 10%;
        left: -30%;
        width: 100%;
    }
}

.project .buyNow {
    position: relative;
}

.project .buyNow__dec02 {
    position: absolute;
}

@media (min-width: 1300px) {
    .project .buyNow__dec02 {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
    }
}

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

.project .buyNow .sec3 {
    position: relative;
}

.project .buyNow .sec3__balls-img04 {
    position: absolute;
    top: 0%;
    left: -12%;
    width: 20%;
}

.project .buyNow .sec3__balls-img05 {
    position: absolute;
    top: 40%;
    right: -30%;
    width: 38%;
}

.project .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 996px) {
    .project .price {
        display: flex;
        justify-content: center;
        margin: 0 0 20px;
    }
}

.project .selectarea__filter-item {
    color: #fff;
    padding: 10px 10px;
    margin: 5px;
    border: 1px solid #db6932;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    width: 46%;
    background: linear-gradient(to bottom, #fa5c00 0%, #c13513 100%);
    box-shadow: 6px 7px 5px rgba(0, 0, 0, 0.3);
}

@media (min-width: 996px) {
    .project .selectarea__filter-item {
        width: 14.2857142857%;
        margin: 10px 5px;
    }
}

.project .selectarea__filter-item:hover {
    cursor: pointer;
    /* box-shadow: 0px 0px 10px #ffffff;
    text-shadow: 0px 0px 10px #ffffff;
    */
    box-shadow: inset 1px 1px 5px rgba(175, 35, 0, 1), inset 1px 1px 15px rgba(175, 35, 0, 1);
    filter: drop-shadow(2px 2px 5px #474747) drop-shadow(2px 2px 5px #8f8f8f);
    color: #faf600;
}

.project .selectarea__filter-item--active {
    box-shadow: 0px 0px 10px #ffffff;
    text-shadow: 0px 0px 10px #ffffff;
    filter: drop-shadow(0px 0px 10px #ffffff);
    color: #faf600;
    font-weight: 600;
}

.project .btns {
    position: relative;
    padding: 0 0 5%;
}

@media (min-width: 996px) {
    .project .btns__wrapper {
        display: flex;
        justify-content: center;
    }
}

.project .btns__wrapper-item {
    width: 90%;
    background: #0d3f87;
    border-radius: 5px;
    border: 2px solid #b48f2f;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
    transition: 0.4s;
    font-size: var(--mainTxt);
    padding: 10px 20px;
    line-height: 1.5;
    text-align: center;
    display: inline-block;
    margin: 10px;
    padding: 2px 35px;
    text-transform: uppercase;
}

@media (min-width: 996px) {
    .project .btns__wrapper-item {
        font-size: 23px;
        padding: 10px 15px;
    }
}

.project .btns__wrapper-item:hover {
    filter: brightness(0.8);
    transform: translateY(-3px);
    cursor: pointer;
}

.project .redeem-step {
    background: #283b66;
}

@media (min-width: 996px) {
    .project .redeem-step__wrapper {
        display: flex;
        justify-content: center;
    }
}

.project .redeem-step__wrapper-item {
    width: 100%;
}

@media (min-width: 996px) {
    .project .redeem-step__wrapper-item {
        width: 40%;
        margin: 0 20px;
    }
}

.project .redeem-step__wrapper-item figure {
    width: 50%;
    margin: 0 auto;
}

.project .redeem-step__wrapper-item .redeem-title {
    text-align: center;
    margin: 20px;
}

.project .redeem-step__wrapper-item .redeem-title span {
    font-size: 24px;
    font-style: italic;
    display: inline-block;
    background: #ad8a38;
    padding: 2px 15px;
}

.project .redeem-step__wrapper-item p a {
    color: #b48f2f;
}

.project .redeem-step__wrapper-arrow {
    text-align: center;
    transform: rotate(90deg);
    color: #ad8a38;
    font-size: 50px;
}

@media (min-width: 996px) {
    .project .redeem-step__wrapper-arrow {
        padding-top: 50px;
        transform: initial;
    }
}

.project .redeem-step .note {
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
}

.project .hatch__slider {
    flex-wrap: wrap;
}

@media (min-width: 996px) {
    .project .hatch__slider {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
}

.project .hatch__slider .hatch__box {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    margin: 20px 0;
    padding: 10px;
}

@media (min-width: 996px) {
    .project .hatch__slider .hatch__box {
        position: relative;
        width: calc(50% - 20px);
        margin: 20px 0;
        padding: 10px;
    }
}

@media (min-width: 996px) {
    .project .hatch__box--content {
        background-image: url(https://storage-asset.msi.com/event/2023/NB/holiday-sale-laptop/images/cc-bg.jpg);
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
}

@media (min-width: 996px) {
    .project .hatch__slider .hatch__box--gaming {
        background-image: url("https://storage-asset.msi.com/event/2023/NB/holiday-sale-laptop/images/gaming-bg.jpg");
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
}

@media (min-width: 996px) {
    .project .hatch__slider .hatch__box--RTX40 {
        background-image: url("https://storage-asset.msi.com/event/2024/MM/2024-mm-summer-tech-fest/images/rtx-bg.jpg");
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
}

@media (min-width: 996px) {
    .project .hatch__slider .hatch__box--business {
        background-image: url("https://storage-asset.msi.com/event/2023/NB/holiday-sale-laptop/images/bp-bg.jpg");
        background-position: center 0;
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: cover;
    }
}

@media (min-width: 996px) {
    .project .hatch__flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.project .hatch__flexBoxPic {
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

@media (min-width: 996px) {
    .project .hatch__flexBoxPic {
        display: block;
        width: 35%;
        padding: 10px;
        margin: 0 auto 0 0;
    }
}

.project .hatch__flexBoxPic-toplogo {
    position: absolute;
    left: 10%;
}

@media (min-width: 996px) {
    .project .hatch__flexBoxPic-toplogo {
        position: relative;
    }
}

.project .hatch__flexBoxPic-toplogo img {
    margin: 0 5px;
    width: 35px;
}

@media (min-width: 768px) {
    .project .hatch__flexBoxPic-toplogo img {
        width: 50px;
    }
}

@media (min-width: 996px) {
    .project .hatch__flexBoxPic-toplogo img {
        margin: 0 5px;
    }
}

.project .hatch__flexBoxPic-product {
    max-width: 150px;
}

@media (min-width: 768px) {
    .project .hatch__flexBoxPic-product {
        max-width: 250px;
    }
}

@media (min-width: 996px) {
    .project .hatch__flexBoxPic-product {
        max-width: 100%;
    }
}

.project .hatch__flexBoxPic-bottomlogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
}

@media (min-width: 996px) {
    .project .hatch__flexBoxPic-bottomlogo {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.project .hatch__flexBoxPic-bottomlogo img {
    height: 60px;
}

.project .hatch__flexBoxTxt {
    width: 100%;
}

@media (min-width: 996px) {
    .project .hatch__flexBoxTxt {
        width: 60%;
        padding-left: 39px;
    }
}

.project .hatch__flexBoxTxt ul {
    font-size: 14px;
    list-style: disc;
    margin: 3px 0 3px 10px;
}

.project .hatch__flexBoxTxt ul li {
    font-size: 14px;
    list-style: disc;
    margin: 3px 0 3px 10px;
}

.project .hatch__flexBoxTxt-note {
    border: 1px solid #4f4f4f;
    padding: 3px 5px;
    margin: 5px 0 0;
    display: inline-block;
}

.project .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 18px;
}

@media (min-width: 768px) {
    .project .hatch__flexBoxTxt-title {
        font-size: 23px;
    }
}

@media (min-width: 996px) {
    .project .hatch__flexBoxTxt-title {
        font-weight: bolder;
        font-size: 21px;
    }
}

.project .hatch__flexBoxTxt-price {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px 0;
    color: #243763;
}

.project .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 15px;
    margin-right: 10px;
}

@media (min-width: 996px) {
    .project .hatch__flexBoxTxt-price del {
        display: block;
        font-size: 20px;
        margin-right: 10px;
    }
}

.project .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 25px;
}

@media (min-width: 996px) {
    .project .hatch__flexBoxTxt-price span {
        font-weight: bolder;
        font-size: 40px;
    }
}

.project .hatch__buyNowBtn {
    text-align: center;
    cursor: pointer;
}

.project .hatch__buyNowBtn-buynow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 10px;
    border-radius: 8px;
    cursor: pointer;
    background: #afb5b8;
    margin: 0 7px;
    color: #fff;
}

.project .hatch__buyNowBtn-buynow img {
    width: 25px;
    margin-left: 10px;
}

.project .hatch__icon {
    display: flex;
    flex-wrap: wrap;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.project .hatch__icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: calc(50% - 20px);
    margin: 10px;
    background: rgba(255, 255, 255, 0.5411764706);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.2s;
}