* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.n-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc((100% - 1400px)/2);
}

.n-project-page img {
    width: 100%;
}

.n-banner {
    position: relative;
}

.n-banner-text {
    position: absolute;
}

.n-banner-text h1 {
    color: #2A2B2E;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
}

.n-banner-text p {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 12px;
}

.n-banner .n-project-btns {
    margin-top: 48px;
}

.n-banner .n-project-btns .n-project-btn:first-child {
    margin-right: 16px;
}

.n-nav {
    position: relative;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

.n-nav-content {
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
}

.n-breadcrumb {
    display: flex;
}

.n-nav-content a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #7D7D7D;
    cursor: pointer;
}

.n-breadcrumb a:hover {
    color: #292929;
}

.n-breadcrumb a::after {
    content: '>';
    display: block;
    margin: 2px 6px 0 6px;
}

.n-breadcrumb a:last-child:after {
    content: '';
}

.n-breadcrumb a:last-child {
    pointer-events: none;
}

.n-nav-content ul {
    display: flex;
}

.n-nav-content ul li {
    margin-right: 24px;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content ul li:last-child {
    margin-right: 0;
}

.n-nav-content .n-nav-active {
    color: #292929;
    font-weight: 600;
    border-bottom: 2px solid #DA0030;
}

.nav-show {
    display: none;
}

.n-project-info {
    margin-top: 120px;
}

.n-project-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    transition: background .3s linear;
    cursor: pointer;
}

.n-project-btn.redBtn {
    border-radius: 4px;
    background: #E60039;
    color: #FFF;
}

.n-project-btn.whiteBtn {
    border-radius: 4px;
    background: #FFF;
    color: #E60039;
}

.overviewImg {
    flex-shrink: 0;
    width: 700px;
    margin-right: 48px;
}

.overviewCont {
    display: flex;
    align-items: center;
}

.n-page-content {
    width: 1400px;
    margin: 60px auto 0 auto;
}

.overviewCont .n-page-content {
    margin-top: 0;
}

.overviewCont .n-project-title {
    text-align: left;
}

.n-project-title {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.overviewCont .n-project-title::after {
    content: '';
    display: block;
    margin: 24px 0;
    width: 50px;
    height: 2px;
    background: #E60039;
}

.overviewInfo p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.solutionCont {
    display: flex;
    gap: 24px;
}

.solutionInfo {
    position: relative;
    width: calc(33.3% - 8px);
}

.solutionInfo img {
    border-radius: 8px 8px 0 0;
}

.solutionText {
    border-radius: 0 0 8px 8px;
}

.solutionInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.solutionText {
    padding: 24px;
    background-color: #FFF;
}

.solutionText h3 {
    color: #292929;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 2;
    text-overflow: ellipsis;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 60px;
}

.solutionText p {
    display: -webkit-box;
    overflow: hidden;
    line-clamp: 5;
    text-overflow: ellipsis;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 120px;
}

.solutionText span {
    margin-top: 32px;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 8px 16px;
    border-radius: 24px;
    border: 1px solid #E60039;
    background: #E60039;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    transition: background .3s linear;
}

.solutionText span::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseNetwork/RJ-img/link2.svg);
    margin-left: 4px;
    background-size: cover;
}

.greyBg {
    background: #F7F9FA;
    padding: 120px 0;
}

.summaryCont {
    border-radius: 8px;
    background: #F7F9FA;
    padding: 24px 100px;
}

.summaryText {
    position: relative;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.summaryText::before,
.summaryText::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
}

.summaryText::before {
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseNetwork/RJ-img/left.svg);
    left: -24px;
    top: 0;
}

.summaryText::after {
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseNetwork/RJ-img/right.svg);
    right: -24px;
    bottom: 0;
}

.summaryText span {
    color: #2A2B2E;
    font-weight: 500;
}

.benefit-head {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-head img {
    width: 48px;
    margin-right: 8px;
}

.benefit-head strong {
    color: #15803D;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 125%;
}

.benefit-num:first-child strong {
    color: #E60039;
}

.benefit-nums {
    margin-top: 20px;
    display: flex;
    gap: 24px;
}

.benefit-num {
    text-align: center;
    border-radius: 8px;
    background: #F7F9FA;
    width: calc(33.3% - 16px);
    padding: 32px 24px;
    border: 1px solid #D5D5D5;
}

.benefit-num h3 {
    margin-top: 8px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 500;
}

.benefit-num p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.topoImg {
    margin: 20px 0 0 0;
    position: relative;
}

.storyCont {
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
}

.storyInfo {
    position: relative;
    width: calc( 50% - 12px);
    margin-bottom: 24px;
}

.storyInfo:last-child {
    margin-bottom: 0;
}

.storyCover {
    position: relative;
}

.storyImg {
    overflow: hidden;
}

.storyInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.storyInfo .storyImg img {
    transition: all .3s ease-in-out;
}

.storyDesc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 16px;
    color: #FFF;
}

.storyDesc h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.storyDesc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 48px;
    margin-top: 8px;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.strongText p {
    margin-top: 24px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 72px;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.zoomImg {
    display: none;
}

.commonLink {
    margin-top: 36px;
    display: flex;
    color: #E60039;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.commonLink::after {
    content: '';
    display: block;
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseNetwork/RJ-img/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition: transform .3s linear;
}

.storyTag {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #2A2B2E;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 6px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.n-tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n-tab::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E3E5E6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.n-tab h3 {
    position: relative;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 12px 24px;
    cursor: pointer;
}

.n-tab h3.n-tab-active {
    color: #2A2B2E;
    font-weight: 600;
    line-height: 150%;
    pointer-events: none;
}

.n-tab h3.n-tab-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #E60039;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.productCont {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 24px;
}

.productInfo {
    text-align: center;
    display: block;
    padding: 24px;
    background: #FFF;
}

.productInfo .commonLink {
    justify-content: center;
}

.productInfo img {
    width: 250px;
}

.productCont {
    margin-top: 24px;
}

.productInfo i {
    font-style: normal;
    overflow: hidden;
    color: #2A2B2E;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    font-weight: 500;
}

.productInfo p {
    margin-top: 12px;
    overflow: hidden;
    color: #6A6B6D;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    min-height: 48px;
}

.speBg {
    margin-top: 120px;
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseNetwork/RJ-img/spebg.webp);
    background-size: cover;
    padding: 120px 0 80px 0;
}

.n-project-desc {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 16px auto 0 auto;
    width: 1400px;
}

.awardCont {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 24px;
}

.awardInfo {
    border-bottom: 2px solid #E60039;
    padding: 16px;
    background: #FFF;
    text-align: center;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}

.awardIcon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
    margin: 0 auto 24px auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.awardInfo p {
    color: #2A2B2E;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.awardInfo p span {
    color: #E60039;
    font-size: 20px;
    font-weight: 600;
}

.awardInfo strong {
    display: block;
    color: #E60039;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
}

.awardInfo i {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}

.resourceCont {
    display: flex;
    align-items: flex-start;
    gap: 133px;
}

.resource-tab {
    position: relative;
    padding: 12px 0;
    flex-shrink: 0;
}

.resource-tab::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d5d5d5;
}

.resource-tab div:first-child {
    margin-top: 0;
}

.resource-tab div {
    position: relative;
    margin-top: 48px;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding-left: 24px;
    cursor: pointer;
}

.resource-tab div.resource-tab-active {
    color: #E60039;
    font-weight: 400;
    line-height: 150%;
    pointer-events: none;
}

.resource-tab div.resource-tab-active::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #E60039;
    z-index: 2;
}

.resourceCards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(334px, 1fr));
    gap: 24px;
    width: 100%;
    row-gap: 78px;
}

.resourceCard .commonLink {
    color: #E5E5E5;
}

.resourceCard .commonLink.red {
    color: #E60039;
}

.resourceCard .commonLink::after {
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseOffice/RJ-img/arrow-grey.svg);
}

.resourceCard .commonLink.red::after {
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseOffice/RJ-img/arrow.svg);
}

.resourcesInfo p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.resourcesInfo a {
    display: block;
}

.resourcesInfo h3 {
    margin-top: 16px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    min-height: 60px;
    display: -webkit-box;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-orient: vertical;
    -webkit-box-orient: vertical;
}

.resourceBox {
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    padding: 24px;
}

.resourceBox h5 {
    margin-top: 0;
    min-height: unset!important;
}

.resourceBoxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(514px, 1fr));
    gap: 24px;
    width: 100%;
    row-gap: 78px;
}

.resourcesInfo .commonLink {
    margin-top: 24px;
}

.n-tab-show,
.resource-tab-show {
    display: none;
}

.contactCont {
    margin-top: 0!important;
    background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseNetwork/RJ-img/contact.webp);
    background-position: right top;
    padding: 50px 0;
    background-size: cover;
}

.contactCont .n-page-content {
    margin-top: 0;
}

.contactCont h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
}

.contactCont .n-project-btn {
    margin-top: 36px;
}

.atest {
    display: none;
}

.challengesCont {
    display: flex;
    gap: 24px;
}

.challengeInfo {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(233, 233, 233, 0.50);
    background: #FFF;
    padding: 50px 24px 38px 24px;
}

.challengeInfo img {
    width: 72px;
}

.challengeInfo p {
    position: relative;
    z-index: 2;
    margin-top: 48px;
    color: #6A6B6D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.challengeInfo .fadeImg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .16s linear;
}

.solutionSort-head {
    border-radius: 4px;
    background: #E4E8EB;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    padding: 16px 24px;
    margin-bottom: 12px;
}

.solutionSort-info {
    display: flex;
    gap: 12px;
}

.solutionSort-info-cont {
    display: flex;
    background-color: #FFF;
}

.solutionSort-info-card {
    padding: 16px 24px;
    width: 400px;
}

.solutionSort-info-card-title {
    color: #E60039;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.solutionSort-info-card ul li {
    cursor: pointer;
    margin-bottom: 12px;
}

.solutionSort-info-card ul li:last-child {
    margin-bottom: 0;
}

.solutionSort-info-card ul li p {
    display: flex;
    color: #9B9FA8;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    padding: 0 0 0 12px;
}

.solutionSort-info-card ul li p::before {
    content: '•';
    display: block;
    margin-right: 4px;
}

.solutionSort-info-card ul li img {
    display: none;
}

.solutionSort-info-card ul li.active {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 12px;
    pointer-events: none;
}

.solutionSort-info-card ul li.active img {
    display: block;
}

.solutionSort-info-card ul li.active p {
    margin-top: 12px;
    color: #2A2B2E;
    background: #f1f3f5;
}

.solutionSort-info-card ul li.active.bold p {
    font-weight: 700;
}

.speI {
    display: block;
    margin-top: 42px;
}

@media screen and (min-width:990px) {
    .storyInfo:hover .storyImg img {
        transform: scale(1.05);
    }
    .resourceCard:hover .commonLink::after,
    .resourceBox:hover .commonLink::after,
    .productInfo:hover .commonLink::after,
    .storyInfo:hover .commonLink::after {
        transform: translateX(8px);
    }
    .n-project-btn.redBtn:hover {
        background: #F23E5E;
    }
    .solutionInfo:hover {
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .solutionInfo:hover .solutionText span {
        background: #F23E5E;
    }
    .awardInfo:hover {
        background: #E60039;
    }
    .awardInfo:hover .awardIcon {
        background-position: 0 -40px;
    }
    .awardInfo:hover p,
    .awardInfo:hover i,
    .awardInfo:hover strong,
    .awardInfo:hover p span {
        color: #FFF;
    }
    .challengeInfo:hover {
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    }
    .challengeInfo:hover .fadeImg {
        opacity: 1;
    }
}

@media screen and (max-width:1440px) {
    .n-banner-text {
        left: calc((100% - 1200px)/2);
    }
    .n-banner-text h1 {
        font-size: 44px;
    }
    .n-banner-text p {
        font-size: 16px;
    }
    .n-banner .n-project-btns {
        margin-top: 40px;
    }
    .n-nav-content {
        width: 1200px;
    }
    .n-page-content {
        margin: 52px auto 0 auto;
        width: 1200px;
    }
    .overviewImg {
        width: 602px;
    }
    .n-project-title {
        font-size: 32px;
    }
    .n-project-desc {
        width: 1200px;
        font-size: 18px;
        margin-top: 12px;
    }
    .greyBg {
        padding: 102px 0;
        margin-top: 102px;
    }
    .solutionText {
        padding: 20px;
    }
    .solutionText span {
        margin-top: 28px;
        font-size: 14px;
    }
    .solutionText p {
        font-size: 14px;
        min-height: 105px;
    }
    .solutionText h3 {
        font-size: 18px;
        min-height: 54px;
    }
    .productCont {
        grid-template-columns: repeat(auto-fill, minmax(386px, 1fr));
        gap: 20px;
    }
    .n-tab h3 {
        font-size: 16px;
    }
    .resourceCont {
        gap: 114px;
    }
    .resource-tab div {
        margin-top: 42px;
        font-size: 16px;
    }
    .resourceCards {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
        gap: 20px;
        row-gap: 68px;
    }
    .resourcesInfo h3 {
        font-size: 16px;
        min-height: 48px;
    }
    .resourceBoxes {
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(446px, 1fr));
    }
    .productInfo img {
        width: 216px;
    }
    .n-project-info {
        margin-top: 102px;
    }
    .solutionText span::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:1280px) {
    .n-banner-text {
        left: calc((100% - 1024px)/2);
    }
    .n-banner-text h1 {
        font-size: 36px;
    }
    .n-banner-text p {
        font-size: 14px;
    }
    .n-project-btn {
        padding: 0 32px;
        height: 40px;
        font-size: 14px;
    }
    .n-nav-content {
        width: 1024px;
    }
    .n-nav-content a {
        font-size: 14px;
    }
    .n-page-content {
        margin: 44px auto 0 auto;
        width: 1024px;
    }
    .n-page-content.overviewCont {
        margin-top: 0;
    }
    .overviewImg {
        width: 510px;
        margin-right: 42px;
    }
    .overviewInfo p {
        font-size: 14px;
    }
    .overviewCont .n-project-title::after {
        margin: 16px 0;
    }
    .solutionCont {
        gap: 12px;
    }
    .solutionText {
        padding: 16px 10px;
    }
    .solutionInfo {
        width: calc(33.3% - 4px);
    }
    .solutionText h3 {
        font-size: 16px;
        min-height: 48px;
    }
    .solutionText span {
        font-size: 12px;
        white-space: nowrap;
    }
    .solutionText span::after {
        width: 16px;
        height: 16px;
    }
    .solutionText p {
        min-height: 126px;
        line-clamp: 6;
        -webkit-line-clamp: 6;
    }
    .summaryCont {
        padding: 20px 48px;
    }
    .summaryText {
        font-size: 14px;
    }
    .summaryText::before,
    .summaryText::after {
        width: 16px;
        height: 16px;
    }
    .benefit-head strong {
        font-size: 42px;
    }
    .benefit-head img {
        margin-right: 6px;
        width: 42px;
    }
    .benefit-num {
        padding: 28px 20px;
    }
    .greyBg {
        margin-top: 86px;
        padding: 86px 0;
    }
    .n-project-info {
        margin-top: 86px;
    }
    .strongText p {
        margin-top: 20px;
        font-size: 14px;
    }
    .storyDesc h3 {
        font-size: 16px;
    }
    .storyDesc p {
        font-size: 14px;
        min-height: 42px;
    }
    .storyDesc {
        padding: 12px;
    }
    .commonLink {
        margin-top: 28px;
        font-size: 14px;
    }
    .commonLink::after {
        width: 20px;
        height: 20px;
    }
    .n-tab h3 {
        padding: 12px 20px;
    }
    .productCont {
        margin-top: 20px;
    }
    .productCont {
        grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
        gap: 16px;
    }
    .resourceCont {
        gap: 90px;
    }
    .resourceCards {
        grid-template-columns: repeat(auto-fill, minmax(246px, 1fr));
        gap: 16px;
        row-gap: 52px;
    }
    .resource-tab div {
        padding-left: 20px;
    }
    .resourcesInfo h3 {
        font-size: 14px;
        min-height: 42px;
    }
    .resourceBox {
        padding: 16px;
    }
    .resourceBoxes {
        gap: 16px;
        grid-template-columns: repeat(auto-fill, minmax(376px, 1fr));
    }
    .awardInfo strong {
        font-size: 24px;
    }
    .productInfo p {
        font-size: 14px;
        min-height: 42px;
    }
    .productInfo img {
        width: 182px;
    }
    .contactCont h2 {
        font-size: 28px;
    }
    .n-project-desc {
        width: 1024px;
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width:1068px) {
    .n-banner-text {
        left: calc((100% - 750px)/2);
    }
    .n-banner-text h1 {
        font-size: 32px;
    }
    .n-banner .n-project-btns {
        margin-top: 32px;
    }
    .n-page-content {
        margin: 36px auto 0 auto;
        width: 750px;
    }
    .n-nav-content {
        width: 750px;
    }
    .n-breadcrumb {
        display: none;
    }
    .n-project-info {
        margin-top: 62px;
    }
    .greyBg {
        padding: 62px 0;
    }
    .n-page-content.overviewCont {
        flex-direction: column-reverse;
    }
    .overviewImg {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .overviewCont .n-project-title {
        text-align: center;
    }
    .overviewCont .n-project-title::after {
        margin: 16px auto;
    }
    .overviewInfo p {
        font-size: 16px;
    }
    .n-project-title {
        font-size: 24px;
        font-weight: 600;
    }
    .solutionInfo {
        width: calc(50% - 12px);
    }
    .solutionCont {
        flex-wrap: wrap;
        gap: 24px;
    }
    .solutionText p {
        min-height: 105px;
        line-clamp: 5;
        -webkit-line-clamp: 5;
    }
    .solutionText {
        padding: 20px 10px;
    }
    .benefit-nums {
        gap: 18px;
    }
    .benefit-num p {
        font-size: 12px;
    }
    .benefit-num {
        width: calc(33.3% - 6px);
    }
    .storyDesc p {
        font-size: 12px;
        min-height: 36px;
    }
    .storyDesc h3 {
        font-size: 14px;
    }
    .storyDesc {
        padding: 8px;
    }
    .strongText p {
        min-height: 105px;
        line-clamp: 5;
        -webkit-line-clamp: 5;
    }
    .n-tab-show,
    .resource-tab-show {
        width: 100%;
        display: flex;
        padding-bottom: 8px;
        color: #2A2B2E;
        font-weight: 600;
        line-height: 150%;
        font-size: 16px;
        border-bottom: 1px solid #D5D5D5;
    }
    .n-tab-show.active::after,
    .resource-tab-show.active::after {
        transform: rotate(180deg);
    }
    .n-tab-show::after,
    .resource-tab-show::after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseNetwork/RJ-img/toggle.svg);
        background-size: cover;
        margin-left: 8px;
        transition: transform .16s linear;
    }
    .n-tab,
    .resource-tab {
        display: none;
    }
    .n-tab::after {
        display: none;
    }
    .n-tab h3 {
        font-size: 14px;
        padding: 8px 0;
    }
    .n-tab h3.n-tab-active::after {
        display: none;
    }
    .productInfo {
        padding: 20px;
    }
    .productInfo img {
        width: 150px;
    }
    .resourceCont {
        flex-wrap: wrap;
        gap: 0;
    }
    .resource-tab {
        padding: 0;
        width: 100%;
    }
    .resource-tab::after {
        display: none;
    }
    .resource-tab div {
        margin-top: 0;
        padding: 8px 0;
        font-size: 14px;
    }
    .resource-tab div.resource-tab-active::before {
        display: none;
    }
    .resource-tab div.resource-tab-active {
        font-weight: 600;
        color: #2A2B2E;
    }
    .resourcesInfo .commonLink {
        margin-top: 20px;
    }
    .resourceCards {
        row-gap: 24px;
    }
    .resourcesInfo {
        margin-top: 20px;
    }
    .resourcesInfo h3 {
        min-height: unset;
    }
    .resourceBoxes {
        grid-template-columns: repeat(auto-fill, minmax(366px, 1fr))
    }
    .contactCont h2 {
        font-size: 24px;
    }
    .n-project-desc {
        width: 750px;
        font-size: 14px;
    }
    .zoomImg {
        width: 36px;
        display: block;
        position: absolute;
        right: 8px;
        bottom: 8px;
    }
}

@media screen and (max-width:768px) {
    .n-nav {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    }
    .n-nav-content {
        display: none;
        width: 100%;
        position: absolute;
        background: #FFF;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        margin-top: 50px;
    }
    .n-nav-content ul {
        flex-direction: column;
        width: 100%;
    }
    .nav-show {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        padding: 0 1.25rem;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .nav-show span {
        font-weight: 400;
        font-size: 14px;
        color: #292929;
    }
    .nav-show div {
        display: flex;
        align-items: center;
    }
    .nav-show img {
        margin-left: 8px;
        width: 12px;
    }
    .n-nav-content ul li {
        padding: 10px 0 10px 1.25rem;
        width: 100%;
    }
    .n-nav .n-nav-content .n-nav-active {
        display: unset;
        border-bottom: 1px solid #DA0030;
        padding-bottom: 4px;
        color: #292929;
    }
    .arrow-active {
        transform: rotate(180deg);
    }
    .nav-show .whiteBtn {
        font-size: 14px;
        color: #DA0030;
        border: 1px solid #E60039;
        background: #FFF;
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px);
        border-radius: 4px;
        display: inline-block;
        padding: 6px 18px;
    }
    .n-banner-text {
        top: 0;
        left: 0;
        width: 100%;
        transform: unset;
        padding: 30px 20px 0 20px;
    }
    .n-banner-text h1 {
        font-size: 24px;
    }
    .n-banner-text p {
        font-size: 16px;
    }
    .n-page-content {
        width: 100%;
        padding: 0 20px;
    }
    .n-project-btns {
        display: flex;
        flex-direction: column;
    }
    .n-project-btns a.n-project-btn {
        max-width: 200px;
    }
    .n-banner .n-project-btns .n-project-btn:first-child {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .n-project-btn {
        padding: 0 24px;
    }
    .n-banner .n-project-btns {
        margin-top: 24px;
    }
    .solutionInfo {
        width: 100%;
    }
    .solutionText p {
        margin-top: 10px;
        min-height: unset;
        font-size: 16px;
    }
    .solutionText h3 {
        font-size: 18px;
        min-height: unset;
    }
    .solutionText span {
        margin-top: 32px;
        font-size: 16px;
    }
    .solutionText span::after {
        width: 24px;
        height: 24px;
    }
    .summaryText::before,
    .summaryText::after {
        display: none;
    }
    .summaryCont {
        padding: 10px;
    }
    .summaryText {
        font-size: 16px;
    }
    .benefit-num {
        width: 100%;
    }
    .benefit-nums {
        flex-wrap: wrap;
    }
    .benefit-num p {
        font-size: 14px;
        margin-top: 12px;
    }
    .n-project-title {
        font-size: 22px;
        font-weight: 400;
        padding: 0 20px;
    }
    .storyInfo {
        width: 100%;
        margin-bottom: 48px;
    }
    .strongText p {
        min-height: unset;
    }
    .n-project-desc {
        width: 100%;
        padding: 0 20px;
        font-size: 14px;
    }
    .speBg {
        padding: 80px 0 60px 0;
    }
    .awardCont {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .awardInfo br {
        display: none;
    }
    .benefit-head strong {
        font-size: 32px;
    }
    .benefit-head img {
        width: 32px;
    }
    .zoomImg img {
        width: 36px;
    }
}

@media screen and (max-width:600px) {
    .contactCont {
        background-image: url(https://singapore-1312056779.cos.accelerate.myqcloud.com/site_style/specialPage/enterpriseNetwork/RJ-img/connect_600.webp);
        text-align: center;
    }
}