:root{--nextpcb-red:#CC0000;--nextpcb-darkred:#990000;--nextpcb-mediumred:#FF3333;--nextpcb-lightred:#FFCCCC;--brand-yellow:#FDB913;--brand-offwhite:#ffffff;--light-gray:#e8eef5;--text-dark:#333;--text-medium:#666;--text-light:#888;--border-color:#d8dfe8;--success:#00c853;--warning:#ff9800;--card-shadow:0 5px 15px rgba(0,0,0,0.08);--transition:all 0.25s ease}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter, Inter-Medium, Inter-Semi Bold, Inter BETA, Inter BETA-Light, sans-serif}body{background-color:var(--brand-offwhite)}.accelerator{color:var(--text-dark);font-size:14px}.wrap-new{min-width:1200px;max-width:1440px;margin:0 auto;padding:0 20px}.banner{width:100%;position:relative;font-size:0;display:block}.banner img{width:100%;object-fit:cover}.banner h1{position:absolute;left:14%;top:16%;font-size:60px;width:700px;color:transparent}.small-title{font-size:32px;line-height:40px;margin-bottom:40px}.campaigns{width:100%;background:#f8f9fc;padding:80px 0}.campaigns-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.campaigns-list-item{font-size:0;transition:all 0.3s ease}.campaigns-list-item img{max-width:100%}.campaigns-list-item:nth-of-type(n+9){display:none}.how-apply{padding:80px 0}.how-apply .how-apply-list{display:grid;gap:30px;grid-template-columns:repeat(4, 1fr)}.how-apply .how-apply-list .how-apply-item{height:250px;border-radius:20px;padding:26px 48px}.how-apply .how-apply-list .how-apply-item:nth-child(2n+1){background:linear-gradient(180deg, #fff7f6, #fedad7)}.how-apply .how-apply-list .how-apply-item:nth-child(2n){background:#f8f9fc}.how-apply .how-apply-list .how-apply-item-img{font-size:0;text-align:center}.how-apply .how-apply-list .how-apply-item-content{margin-top:36px;text-align:center}.how-apply .how-apply-list .how-apply-item-content strong{font-size:20px;line-height:24px}.how-apply .how-apply-list .how-apply-item-content p{font-size:16px;line-height:20px;margin-top:14px;font-weight:300}.how-apply .how-step{font-size:0;margin-top:16px}.how-apply .how-step img{max-width:100%}.how-apply .apply-now{display:flex;justify-content:center;margin-top:30px}.how-apply .apply-now .apply-now-btn{width:140px;height:34px;background:#cc0000;border-radius:17px;font-size:16px;color:#FFF;font-weight:500;text-decoration:none;display:flex;align-items:center;justify-content:center}.how-apply .apply-now .apply-now-btn i{font-size:12px;padding-left:4px}.why-nextpcb{padding:80px 0;background:url(../../../images/activity/accelerator/why-bg.webp);background-size:cover}.why-nextpcb .what{display:grid;grid-template-columns:repeat(2, 1fr)}.why-nextpcb .what .what-content{background:#FFF;padding:0 40px;display:flex;flex-direction:column;justify-content:center}.why-nextpcb .what .what-content h2{font-size:30px;line-height:36px;margin-bottom:30px}.why-nextpcb .what .what-content p{font-size:14px;font-weight:300;line-height:24px;letter-spacing:0.49px}.why-nextpcb .what .what-content p+p{margin-top:30px}.why-nextpcb .what .what-img img{max-width:100%}.why-nextpcb .why-box{margin-top:80px;font-size:0}.why-nextpcb .why-box .why-list{display:grid;grid-template-columns:1fr 2fr;column-gap:25px}.why-nextpcb .why-box .why-right{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, 1fr);gap:25px}.why-nextpcb .why-box .why-left,.why-nextpcb .why-box .why-item{position:relative}.why-nextpcb .why-box .why-item-content{width:100%;height:146px;background:linear-gradient(180deg, transparent, rgba(21,21,21,0.5) 39%, rgba(51,51,51,0.9) 71%);border-radius:0px 0px 20px 20px;position:absolute;left:0;bottom:0;padding:0 20px;color:#FFF;display:flex;flex-direction:column;justify-content:center}.why-nextpcb .why-box .why-item-content h3{font-size:24px}.why-nextpcb .why-box .why-item-content p{font-size:14px;line-height:24px;font-weight:300}.partner{padding:60px 0}.partner .partner-list{display:flex;justify-content:space-between}.partner .partner-list .partner-img img{max-width:100%}.faq-section{padding:80px 0;background:rgba(248,249,252,0.6)}.faq-container{margin-top:40px;background:#ffffff;border-radius:20px;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.04);padding:0 30px}.faq-item{overflow:hidden;border-bottom:1px solid #dbdbdb;transition:var(--transition)}.faq-item:last-child{border-bottom:none}.faq-question{font-size:18px;font-weight:600;padding:15px 24px 15px 64px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:relative;z-index:2}.faq-question::before{content:'?';font-size:16px;transition:transform 0.3s ease;color:#FFF;width:20px;height:20px;background:#CC0000;border-radius:50%;text-align:center;position:absolute;left:24px}.faq-question::after{content:'+';font-size:24px;transition:transform 0.3s ease;color:#333}.faq-item.open .faq-question::after{transform:rotate(45deg)}.faq-answer{background-color:#fff;max-height:0;overflow:hidden;transition:max-height 0.3s ease, padding 0.3s ease}.faq-item.open .faq-answer{max-height:400px}.faq-answer div{padding:0 64px 20px;color:var(--text-medium);line-height:1.7}.faq-answer div ul+p,.faq-answer div p+ul{margin-top:10px}.faq-answer div a{color:blue}.note{background-color:var(--nextpcb-lightred);padding:12px 20px;margin-top:15px;border-radius:8px;font-size:15px;color:var(--nextpcb-darkred)}.solution{background:url(../../../images/activity/accelerator/contact-bg.webp);background-size:cover}.solution .solution-content{display:flex;justify-content:center;align-items:center}.solution .solution-content .solution-content-left h2{font-size:32px;line-height:40px}.solution .solution-content .solution-content-left p{font-size:14px;line-height:22px;font-weight:300;margin-top:30px}.solution .solution-content .solution-content-left p a{color:#3895FF}.solution .solution-content .solution-content-right{min-width:472px;margin-top:28px;margin-left:150px;margin-right:72px}.solution .solution-content .solution-content-right img{max-width:100%}.view-more{margin-top:30px;display:flex;justify-content:center}.view-more .btn-more{width:140px;height:34px;line-height:34px;text-align:center;border:1px solid #333333;border-radius:18px;color:#333;cursor:pointer}.view-more .btn-more:hover{color:#CC0000;border-color:#CC0000}.view-more .has-icon{position:relative}.view-more .has-icon::after{content:'';position:absolute;right:12px;top:7px;width:20px;height:20px;background-image:url(../../../images/activity/accelerator/icon-arrow.svg);background-size:cover}.view-more .has-icon:hover::after{background-image:url(../../../images/activity/accelerator/icon-arrow-h.svg)}@media screen and (max-width: 1399px){.why-nextpcb .why-box .why-img img{max-width:100%}}
