@charset "UTF-8";
blade,
advice,
medium,
brink,
adjust,
kidney,
absolute,
boom,
morale,
wealth,
basis,
winner,
knock,
worth,
month,
proof,
kitchen,
poison,
beef,
prevent {
  display: block;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
}

@media (max-width: 575px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 575px) {
  .mobile-only {
    display: block;
  }
}

label, input, select, textarea {
  width: 100%;
}

.ncp-about {
  background: #ffffff;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .ncp-about {
    padding: 44px 0;
  }
}
.ncp-about .abt-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 575px) {
  .ncp-about .abt-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 18px;
  }
}
.ncp-about .abt-wrap .abt-img {
  margin: 0;
  position: relative;
  border-radius: 18px 18px 26px 18px;
  overflow: hidden;
  /* soft “notch” on the lower edge, slightly right of center */
}
.ncp-about .abt-wrap .abt-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ncp-about .abt-wrap .abt-text .abt-desc {
  margin: 0;
  font-size: 22px;
  line-height: 1.9;
  color: #4b586b;
  letter-spacing: 0;
  max-width: 750px;
}
@media (max-width: 575px) {
  .ncp-about .abt-wrap .abt-text .abt-desc {
    font-size: 17px;
    line-height: 1.8;
    max-width: 100%;
  }
}

.ncp-approach {
  background: #eef6ff;
  padding: 72px 0;
}
@media (max-width: 575px) {
  .ncp-approach {
    padding: 44px 0;
  }
}
.ncp-approach .app-hd {
  max-width: 1200px;
  margin: 0 auto 26px;
  padding: 0 24px;
  text-align: center;
}
@media (max-width: 575px) {
  .ncp-approach .app-hd {
    margin-bottom: 18px;
    padding: 0 18px;
  }
}
.ncp-approach .app-hd .app-title {
  margin: 0 0 12px;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
  display: inline-block;
}
@media (max-width: 575px) {
  .ncp-approach .app-hd .app-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.ncp-approach .app-hd .app-title::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin: 12px auto 0;
}
@media (max-width: 575px) {
  .ncp-approach .app-hd .app-title::after {
    width: 72px;
    height: 3px;
    margin-top: 8px;
  }
}
.ncp-approach .app-hd .app-sub {
  margin: 0 auto;
  max-width: 980px;
  font-size: 18px;
  line-height: 1.9;
  color: #5a6678;
}
@media (max-width: 575px) {
  .ncp-approach .app-hd .app-sub {
    font-size: 16px;
    line-height: 1.75;
    max-width: 100%;
  }
}
.ncp-approach .app-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 575px) {
  .ncp-approach .app-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 18px;
  }
}
.ncp-approach .app-grid .app-card {
  background: #ffffff;
  border: 1px solid #e6ebf2;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.06);
}
@media (max-width: 575px) {
  .ncp-approach .app-grid .app-card {
    padding: 18px;
  }
}
.ncp-approach .app-grid .app-card .app-icon {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: #e9f2ff;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(45, 125, 235, 0.12);
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .ncp-approach .app-grid .app-card .app-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
  }
}
.ncp-approach .app-grid .app-card .app-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media (max-width: 575px) {
  .ncp-approach .app-grid .app-card .app-icon img {
    width: 24px;
    height: 24px;
  }
}
.ncp-approach .app-grid .app-card .app-card-title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .ncp-approach .app-grid .app-card .app-card-title {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.ncp-approach .app-grid .app-card .app-card-desc {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: #3a4658;
}
@media (max-width: 575px) {
  .ncp-approach .app-grid .app-card .app-card-desc {
    font-size: 15px;
    line-height: 1.7;
  }
}

.invfocus {
  background: #ffffff;
  padding: 76px 0;
}
@media (max-width: 575px) {
  .invfocus {
    padding: 44px 0;
  }
}
.invfocus .invf-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 575px) {
  .invfocus .invf-wrap {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 18px;
  }
}
.invfocus .invf-wrap .invf-text .invf-title {
  margin: 0 0 12px;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .invfocus .invf-wrap .invf-text .invf-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.invfocus .invf-wrap .invf-text .invf-title::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin-top: 12px;
}
@media (max-width: 575px) {
  .invfocus .invf-wrap .invf-text .invf-title::after {
    width: 72px;
    height: 3px;
    margin-top: 8px;
  }
}
.invfocus .invf-wrap .invf-text .invf-sub {
  margin: 0 0 18px;
  max-width: 900px;
  font-size: 18px;
  line-height: 1.9;
  color: #5a6678;
}
@media (max-width: 575px) {
  .invfocus .invf-wrap .invf-text .invf-sub {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 12px;
    max-width: 100%;
  }
}
.invfocus .invf-wrap .invf-text .invf-list {
  counter-reset: invf;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 22px;
}
@media (max-width: 575px) {
  .invfocus .invf-wrap .invf-text .invf-list {
    gap: 16px;
  }
}
.invfocus .invf-wrap .invf-text .invf-list .invf-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 16px;
  align-items: start;
}
@media (max-width: 575px) {
  .invfocus .invf-wrap .invf-text .invf-list .invf-item {
    grid-template-columns: 44px 1fr;
    column-gap: 12px;
  }
}
.invfocus .invf-wrap .invf-text .invf-list .invf-item .invf-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2d7deb;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(45, 125, 235, 0.28);
}
@media (max-width: 575px) {
  .invfocus .invf-wrap .invf-text .invf-list .invf-item .invf-num {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}
.invfocus .invf-wrap .invf-text .invf-list .invf-item .invf-content .invf-item-title {
  margin: 0 0 6px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .invfocus .invf-wrap .invf-text .invf-list .invf-item .invf-content .invf-item-title {
    font-size: 22px;
    margin-bottom: 4px;
  }
}
.invfocus .invf-wrap .invf-text .invf-list .invf-item .invf-content .invf-item-desc {
  margin: 0;
  font-size: 17px;
  line-height: 1.85;
  color: #3a4658;
}
@media (max-width: 575px) {
  .invfocus .invf-wrap .invf-text .invf-list .invf-item .invf-content .invf-item-desc {
    font-size: 15.5px;
    line-height: 1.75;
  }
}
.invfocus .invf-wrap .invf-img {
  margin: 0;
  position: relative;
  border-radius: 16px 16px 24px 16px;
  overflow: hidden;
}
.invfocus .invf-wrap .invf-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.trkrec {
  background: #1f4fcf; /* deep blue section */
  padding: 76px 0 64px;
}
@media (max-width: 575px) {
  .trkrec {
    padding: 44px 0;
  }
}
.trkrec .trk-hd {
  max-width: 1200px;
  margin: 0 auto 28px;
  padding: 0 24px;
  text-align: center;
  color: #fff;
}
@media (max-width: 575px) {
  .trkrec .trk-hd {
    margin-bottom: 18px;
    padding: 0 18px;
  }
}
.trkrec .trk-hd .trk-title {
  margin: 0 0 12px;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .trkrec .trk-hd .trk-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.trkrec .trk-hd .trk-title::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  background: #a9c3ff;
  border-radius: 2px;
  margin: 12px auto 0;
}
@media (max-width: 575px) {
  .trkrec .trk-hd .trk-title::after {
    width: 72px;
    height: 3px;
    margin-top: 8px;
  }
}
.trkrec .trk-hd .trk-sub {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #e8efff;
}
@media (max-width: 575px) {
  .trkrec .trk-hd .trk-sub {
    font-size: 16px;
    line-height: 1.75;
  }
}
.trkrec .trk-stats {
  max-width: 1200px;
  margin: 0 auto 26px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 575px) {
  .trkrec .trk-stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 0 18px;
    margin-bottom: 18px;
  }
}
.trkrec .trk-stats .trk-stat {
  text-align: center;
  color: #e9f1ff;
}
.trkrec .trk-stats .trk-stat .trk-num {
  margin: 0 0 6px;
  font-size: 72px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #ffffff;
}
@media (max-width: 575px) {
  .trkrec .trk-stats .trk-stat .trk-num {
    font-size: 42px;
    margin-bottom: 4px;
  }
}
.trkrec .trk-stats .trk-stat .trk-label {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  color: #c8d8ff;
}
@media (max-width: 575px) {
  .trkrec .trk-stats .trk-stat .trk-label {
    font-size: 13.5px;
  }
}
.trkrec .trk-card {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  /* white info card */
  background: transparent;
  /* card shell */
  /* Use grid inside the white card */
}
@media (max-width: 575px) {
  .trkrec .trk-card {
    padding: 0 18px;
  }
}
.trkrec .trk-card > * {
  /* layout wrapper */
}
.trkrec .trk-card .trk-img,
.trkrec .trk-card .trk-info {
  /* allow grid below to target children */
}
.trkrec .trk-card .card-shell {
  /* reserved if needed */
}
.trkrec .trk-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 22px;
  background: #ffffff;
  border: 1px solid #e6ebf2;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.18);
}
@media (max-width: 575px) {
  .trkrec .trk-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
  }
}
.trkrec .trk-card .trk-img {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
}
.trkrec .trk-card .trk-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 220px;
}
@media (max-width: 575px) {
  .trkrec .trk-card .trk-img img {
    min-height: 180px;
  }
}
.trkrec .trk-card .trk-info {
  align-self: center;
}
.trkrec .trk-card .trk-info .trk-card-title {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #0b1220;
}
@media (max-width: 575px) {
  .trkrec .trk-card .trk-info .trk-card-title {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
.trkrec .trk-card .trk-info .trk-card-title::after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  background: #2d7deb;
  border-radius: 2px;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .trkrec .trk-card .trk-info .trk-card-title::after {
    width: 62px;
  }
}
.trkrec .trk-card .trk-info .trk-card-desc {
  margin: 10px 0 14px;
  font-size: 16.5px;
  line-height: 1.85;
  color: #3a4658;
}
@media (max-width: 575px) {
  .trkrec .trk-card .trk-info .trk-card-desc {
    font-size: 15px;
    line-height: 1.75;
    margin: 8px 0 12px;
  }
}
.trkrec .trk-card .trk-info .trk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 575px) {
  .trkrec .trk-card .trk-info .trk-tags {
    gap: 8px;
  }
}
.trkrec .trk-card .trk-info .trk-tags .trk-tag {
  background: #eaf2ff;
  color: #1e61ea;
  border: 1px solid #cfe0fb;
  font-size: 13.5px;
  font-weight: 800;
  padding: 10px 14px;
  border-radius: 999px;
}
@media (max-width: 575px) {
  .trkrec .trk-card .trk-info .trk-tags .trk-tag {
    font-size: 12.5px;
    padding: 8px 12px;
  }
}

.cwu {
  background: #e9f1f8;
  padding: 76px 0;
}
@media (max-width: 575px) {
  .cwu {
    padding: 44px 0;
  }
}
.cwu .cwu-hd {
  max-width: 1200px;
  margin: 0 auto 28px;
  text-align: center;
  padding: 0 24px;
}
@media (max-width: 575px) {
  .cwu .cwu-hd {
    margin-bottom: 18px;
    padding: 0 18px;
  }
}
.cwu .cwu-hd .cwu-ttl {
  margin: 0 0 12px;
  font-size: 56px;
  line-height: 1.15;
  font-weight: 800;
  color: #0b1220;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .cwu .cwu-hd .cwu-ttl {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
.cwu .cwu-hd .cwu-ttl::after {
  content: "";
  display: block;
  width: 96px;
  height: 4px;
  background: #2d7deb;
  border-radius: 2px;
  margin: 12px auto 0;
}
@media (max-width: 575px) {
  .cwu .cwu-hd .cwu-ttl::after {
    width: 72px;
    height: 3px;
    margin-top: 8px;
  }
}
.cwu .cwu-hd .cwu-sub {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  color: #5b6676;
}
@media (max-width: 575px) {
  .cwu .cwu-hd .cwu-sub {
    font-size: 16px;
    line-height: 1.75;
  }
}
.cwu .cwu-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  padding: 32px;
  /* ===========================
     LEFT – FORM
     =========================== */
  /* ===========================
     RIGHT – OFFICE CARD
     =========================== */
}
@media (max-width: 575px) {
  .cwu .cwu-wrap {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 16px;
    border-radius: 14px;
  }
}
.cwu .cwu-wrap .cwu-form {
  padding-right: 6px;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-form {
    padding-right: 0;
  }
}
.cwu .cwu-wrap .cwu-form .cwu-form-ttl {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #0b1220;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-form .cwu-form-ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.cwu .cwu-wrap .cwu-form .cwu-field {
  margin-bottom: 16px;
  /* text input / textarea base */
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-form .cwu-field {
    margin-bottom: 12px;
  }
}
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-lb {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #5a6678;
  margin: 0 0 8px;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-form .cwu-field .cwu-lb {
    font-size: 12.5px;
    margin-bottom: 6px;
  }
}
.cwu .cwu-wrap .cwu-form .cwu-field #cwu-name,
.cwu .cwu-wrap .cwu-form .cwu-field #cwu-msg,
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone select,
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone input {
  width: 100%;
  height: 48px;
  border: 1px solid #d9e2ef;
  border-radius: 10px;
  background: #fff;
  padding: 0 14px;
  font-size: 15px;
  color: #0b1220;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-form .cwu-field #cwu-name,
  .cwu .cwu-wrap .cwu-form .cwu-field #cwu-msg,
  .cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone select,
  .cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone input {
    height: 46px;
    font-size: 14.5px;
  }
}
.cwu .cwu-wrap .cwu-form .cwu-field #cwu-name:focus,
.cwu .cwu-wrap .cwu-form .cwu-field #cwu-msg:focus,
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone select:focus,
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone input:focus {
  border-color: #2d7deb;
  box-shadow: 0 0 0 3px rgba(45, 125, 235, 0.15);
}
.cwu .cwu-wrap .cwu-form .cwu-field #cwu-name::placeholder,
.cwu .cwu-wrap .cwu-form .cwu-field #cwu-msg::placeholder,
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone select::placeholder,
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone input::placeholder {
  color: #98a3b5;
}
.cwu .cwu-wrap .cwu-form .cwu-field #cwu-msg {
  height: auto;
  min-height: 160px;
  padding: 12px 14px;
  resize: vertical;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-form .cwu-field #cwu-msg {
    min-height: 130px;
  }
}
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone {
    grid-template-columns: 104px 1fr;
    gap: 8px;
  }
}
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone select {
  appearance: none;
  background: #f7faff;
  font-weight: 700;
}
.cwu .cwu-wrap .cwu-form .cwu-field .cwu-phone input {
  /* already styled via base */
}
.cwu .cwu-wrap .cwu-form .cwu-btn {
  display: inline-block;
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: none;
  background: #183a6b;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.06s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 18px rgba(24, 58, 107, 0.25);
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-form .cwu-btn {
    height: 50px;
    font-size: 15px;
  }
}
.cwu .cwu-wrap .cwu-form .cwu-btn:hover {
  background: #1e4b8d;
}
.cwu .cwu-wrap .cwu-form .cwu-btn:active {
  transform: translateY(1px);
}
.cwu .cwu-wrap .cwu-card {
  position: relative;
  background: radial-gradient(130% 110% at 100% 0%, #1a4fd1 0%, #1a47b8 45%, #153d99 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 28px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-card {
    padding: 18px;
    border-radius: 14px;
  }
}
.cwu .cwu-wrap .cwu-card .cwu-card-ttl {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-card .cwu-card-ttl {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.cwu .cwu-wrap .cwu-card .cwu-info .cwu-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.7;
  color: #eaf1ff;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-card .cwu-info .cwu-row {
    font-size: 14.5px;
    margin-bottom: 12px;
  }
}
.cwu .cwu-wrap .cwu-card .cwu-info .cwu-row .cwu-ic {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-card .cwu-info .cwu-row .cwu-ic {
    width: 18px;
    height: 18px;
  }
}
.cwu .cwu-wrap .cwu-card .cwu-info .cwu-row span strong {
  font-weight: 800;
  color: #ffffff;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-card .cwu-info .cwu-row span br {
    display: none;
  }
}
.cwu .cwu-wrap .cwu-card .cwu-info .cwu-row a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
}
.cwu .cwu-wrap .cwu-card .cwu-info .cwu-row a:hover {
  border-bottom-style: solid;
}
.cwu .cwu-wrap .cwu-card .cwu-social {
  margin-top: 18px;
}
.cwu .cwu-wrap .cwu-card .cwu-social .cwu-follow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #cfe0ff;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-card .cwu-social .cwu-follow {
    margin-bottom: 8px;
  }
}
.cwu .cwu-wrap .cwu-card .cwu-social .cwu-slist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.cwu .cwu-wrap .cwu-card .cwu-social .cwu-slist li a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transition: transform 0.06s ease, background 0.2s ease;
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-card .cwu-social .cwu-slist li a {
    width: 36px;
    height: 36px;
  }
}
.cwu .cwu-wrap .cwu-card .cwu-social .cwu-slist li a:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}
.cwu .cwu-wrap .cwu-card .cwu-social .cwu-slist li a img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .cwu .cwu-wrap .cwu-card .cwu-social .cwu-slist li a img {
    width: 16px;
    height: 16px;
  }
}

.menu {
  padding: 24px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 575px) {
  .menu {
    padding: 15px;
    padding-left: 0;
  }
}
.menu .container {
  display: flex;
  justify-content: space-between;
}
.menu .container .lin {
  display: flex;
  gap: 32px;
}
@media (max-width: 575px) {
  .menu .container .lin {
    display: none;
  }
}
.menu .container .lin .lin-item a {
  color: white;
}
.menu .container .lin .lin-item a.contact {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  padding: 10px 22px;
  border-radius: 5px;
  font-weight: 500;
}

.header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 85px;
  width: 100%;
  background: transparent;
  text-align: right;
  overflow: hidden;
  transition: all 0.5s ease-out, background 1s ease-out;
  transition-delay: 0.2s;
  z-index: 999999999;
}
@media (max-width: 575px) {
  .header {
    display: block;
  }
}
.header .burger-container {
  position: relative;
  display: inline-block;
  height: 37px;
  z-index: 1000000000000000000;
  width: 43px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #95C8F6;
  top: 16px;
  right: 14px;
}
.header .burger-container #burger {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.header .burger-container #burger .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.header .burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}
.header .burger-container #burger .bar.btmBar {
  transform: translateY(6px) rotate(0deg);
}
.header .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.header .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  transform: translateX(0px);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.65s;
}
.header ul.menu {
  position: relative;
  display: block;
  padding: 0px 48px 0;
  list-style: none;
}
.header ul.menu li.menu-item {
  border-bottom: 1px solid #18315A;
  margin-top: 5px;
  transform: scale(1.15) translateY(-30px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.header ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.49s;
}
.header ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.42s;
}
.header ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.35s;
}
.header ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.28s;
}
.header ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.21s;
}
.header ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.14s;
}
.header ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.07s;
}
.header ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #18315A;
  font-family: "Ek Mukta", sans-serif;
  font-weight: 100;
  text-decoration: none;
  font-size: 22px;
  line-height: 2.35;
  font-weight: 300;
  width: 100%;
  text-align: left;
}
.header.menu-opened {
  height: 100%;
  background-color: #95C8F6;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  transition-delay: 0.25s;
}
.header.menu-opened .burger-container {
  transform: rotate(90deg);
}
.header.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.header.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(4px) rotate(45deg);
}
.header.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
}
.header.menu-opened ul.menu li.menu-item {
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.header.menu-opened ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.27s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.34s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.41s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.48s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.55s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.62s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.69s;
}
.header.menu-opened .icon.icon-bag {
  transform: translateX(75px);
  transition-delay: 0.3s;
}

.ncp-reg {
  background: #2d7deb;
  padding: 64px 0;
}
@media (max-width: 575px) {
  .ncp-reg {
    padding: 48px 0;
  }
}
.ncp-reg .reg-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.ncp-reg .reg-wrap .reg-text {
  max-width: 760px;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-text {
    max-width: 100%;
  }
}
.ncp-reg .reg-wrap .reg-text .reg-title {
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-text .reg-title {
    font-size: 28px;
  }
}
.ncp-reg .reg-wrap .reg-text .reg-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-text .reg-desc {
    font-size: 13.5px;
  }
}
.ncp-reg .reg-wrap .reg-text .reg-desc br {
  content: "";
}
.ncp-reg .reg-wrap .reg-btn-box {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-btn-box {
    width: 100%;
    margin-top: 12px;
  }
}
.ncp-reg .reg-wrap .reg-btn-box .reg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 9999px;
  background: #eaf2ff;
  color: #0e2f5a;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(10, 18, 31, 0.04), 0 2px 8px rgba(10, 18, 31, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}
.ncp-reg .reg-wrap .reg-btn-box .reg-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(10, 18, 31, 0.12);
}
.ncp-reg .reg-wrap .reg-btn-box .reg-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(10, 18, 31, 0.1);
}
.ncp-reg .reg-wrap .reg-btn-box .reg-btn:focus-visible {
  outline: 2px solid #bcd6ff;
  outline-offset: 2px;
}
@media (max-width: 575px) {
  .ncp-reg .reg-wrap .reg-btn-box .reg-btn {
    width: auto;
    padding: 12px 20px;
    font-size: 15px;
  }
}

.ncp-who {
  position: relative;
}
.ncp-who .who-bg {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ncp-who .who-bg.contact-header {
  background-image: url(../images/headers/contact-header.png);
}
.ncp-who .who-bg.insights-header {
  background-image: url(../images/headers/insights-header.png);
}
.ncp-who .who-bg.team-header {
  background-image: url(../images/headers/team-header.png);
}
.ncp-who .who-bg.sectors-header {
  background-image: url(../images/headers/sectors-header.png);
}
.ncp-who .who-bg.strategy-header {
  background-image: url(../images/headers/strategy-header.png);
}
.ncp-who .who-bg.about-header {
  background-image: url(../images/headers/who-header.png);
}
.ncp-who .who-bg.track-header {
  background-image: url(../images/headers/track-header.png);
}
@media (max-width: 575px) {
  .ncp-who .who-bg {
    min-height: 180px;
  }
}
.ncp-who .who-bg .who-content {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  padding: 164px 0;
  padding-top: 170px;
}
@media (max-width: 575px) {
  .ncp-who .who-bg .who-content {
    padding: 28px 18px 36px;
  }
}
.ncp-who .who-bg .who-content .who-title {
  margin: 0 0 14px;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  /* small underline accent */
}
.ncp-who .who-bg .who-content .who-title::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 2px;
}
@media (max-width: 575px) {
  .ncp-who .who-bg .who-content .who-title {
    font-size: 32px;
  }
  .ncp-who .who-bg .who-content .who-title::after {
    width: 54px;
    height: 3px;
    margin-top: 10px;
  }
}
.ncp-who .who-bg .who-content .who-desc {
  margin: 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 575px) {
  .ncp-who .who-bg .who-content .who-desc {
    font-size: 15px;
    max-width: 100%;
  }
}

.ncp-ft {
  background: #0f1b2a;
  color: rgba(255, 255, 255, 0.7);
  padding: 48px 0 24px;
}
@media (max-width: 575px) {
  .ncp-ft {
    padding: 36px 0 20px;
  }
}
.ncp-ft .ft-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.2fr 1.2fr;
  gap: 48px;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0 18px;
  }
}
.ncp-ft .ft-grid .ft-brand .ft-logo {
  display: block;
  width: 180px;
  height: auto;
  margin-bottom: 14px;
  filter: brightness(0) invert(1) opacity(0.95);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-brand .ft-logo {
    width: 160px;
  }
}
.ncp-ft .ft-grid .ft-brand .ft-h2 {
  margin: 0 0 12px;
  font-size: 0; /* purely decorative, hidden */
  line-height: 1;
  color: #fff;
}
.ncp-ft .ft-grid .ft-brand .ft-blurb {
  margin: 0;
  max-width: 280px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-brand .ft-blurb {
    max-width: 100%;
    font-size: 14px;
  }
}
.ncp-ft .ft-grid .ft-links .ft-h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-links .ft-h3 {
    margin-bottom: 10px;
  }
}
.ncp-ft .ft-grid .ft-links .ft-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-links .ft-list {
    gap: 8px;
  }
}
.ncp-ft .ft-grid .ft-links .ft-list .ft-item .ft-link {
  display: inline-block;
  padding: 6px 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  transition: color 0.15s ease, transform 0.15s ease;
}
.ncp-ft .ft-grid .ft-links .ft-list .ft-item .ft-link:hover {
  color: #d4e1ff;
  transform: translateX(2px);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-links .ft-list .ft-item .ft-link {
    font-size: 15px;
  }
}
.ncp-ft .ft-grid .ft-ctc .ft-h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.ncp-ft .ft-grid .ft-ctc .ft-row {
  margin: 0 0 10px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-ctc .ft-row {
    font-size: 14px;
  }
}
.ncp-ft .ft-grid .ft-ctc .ft-row .ft-ic {
  width: 18px;
  height: 18px;
  opacity: 0.85;
  filter: brightness(0) invert(1);
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-ctc .ft-row .ft-ic {
    width: 17px;
    height: 17px;
  }
}
.ncp-ft .ft-grid .ft-ctc .ft-row .ft-tel {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.15s ease;
}
.ncp-ft .ft-grid .ft-ctc .ft-row .ft-tel:hover {
  color: #d4e1ff;
}
.ncp-ft .ft-grid .ft-ctc .ft-addr {
  font-style: normal;
  margin-top: 8px;
}
.ncp-ft .ft-grid .ft-ctc .ft-addr .ft-row {
  margin: 0;
  grid-template-columns: 20px 1fr;
}
.ncp-ft .ft-grid .ft-ctc .ft-addr .ft-row span {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
}
.ncp-ft .ft-grid .ft-mail .ft-h3 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-mail .ft-mail-list {
    gap: 10px;
  }
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-ic {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-ic {
    width: 17px;
    height: 17px;
  }
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-email {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.15s ease;
}
.ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-email:hover {
  color: #d4e1ff;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .ncp-ft .ft-grid .ft-mail .ft-mail-list .ft-mail-item .ft-email {
    font-size: 14px;
    word-break: break-all;
  }
}
.ncp-ft .ft-hr {
  max-width: 1200px;
  margin: 28px auto 18px;
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.04));
}
@media (max-width: 575px) {
  .ncp-ft .ft-hr {
    margin: 24px auto 14px;
  }
}
.ncp-ft .ft-copy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}
@media (max-width: 575px) {
  .ncp-ft .ft-copy {
    padding: 0 18px;
    text-align: left;
    font-size: 13px;
  }
}