[data-static-route="/services/equity_structure_design"] .main {
  background: #fff;
}

#c_static_727-17322555017470 {
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

#c_static_727-17322555017470 .e_container-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  margin-top: 0px;
}

#c_static_727-17322555017470 .e_container-9>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

#c_static_727-17322555017470 .e_container-9 .cbox-9-0 {
  flex: 0 0 100%;
  align-self: center;
}

.equity-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(4, 124, 249, 0.10);
  border: 1px solid rgba(4, 124, 249, 0.25);
  color: #047CF9;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.equity-title {
  font-size: clamp(32px, 2.5vw, 48px);
  color: #1a1a2e;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 16px;
  margin: 0 auto 12px;
}

.equity-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #047CF9, #6ab0fe);
  border-radius: 2px;
}

.equity-lead {
  margin: 0;
  color: #555;
  font-size: clamp(16px, 1vw, 20px);
  line-height: 1.8;
  padding: 24px 28px;
  background: #f8faff;
  border-left: 4px solid #047CF9;
  border-radius: 0 12px 12px 0;
}

.equity-section {
  margin-top: 48px;
}

.equity-section:first-of-type {
  margin-top: 32px;
}

.equity-section-title {
  font-size: clamp(22px, 1.5vw, 32px);
  color: #1a1a2e;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
  margin: 0 0 20px;
  padding-left: 16px;
  border-left: 4px solid #047CF9;
}

.equity-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.equity-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(4, 124, 249, 0.1);
  border-color: #047CF9;
}

.equity-card--wide {
  padding: 28px 28px;
}

.equity-card p {
  margin: 0;
  color: #555;
  line-height: 1.8;
  font-size: clamp(16px, 1vw, 20px);
}

.equity-card-title {
  font-size: clamp(18px, 1vw, 22px);
  color: #047CF9;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-top: 12px;
  position: relative;
  text-align: center;
}

.equity-card-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #047CF9, #6ab0fe);
  border-radius: 2px;
}

.equity-card-desc {
  color: #666;
  line-height: 1.7;
  font-size: clamp(14px, 0.8vw, 17px);
  text-align: center;
}

.equity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.equity-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.equity-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.equity-metric {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.equity-metric:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(4, 124, 249, 0.1);
  border-color: #047CF9;
}

.equity-metric-num {
  font-size: clamp(22px, 1.5vw, 32px);
  font-weight: 700;
  color: #047CF9;
  line-height: 1.2;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
}

.equity-metric-num::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #047CF9, #6ab0fe);
  border-radius: 2px;
  margin: 8px auto 0;
}

.equity-metric-label {
  font-size: clamp(14px, 0.8vw, 17px);
  color: #666;
  line-height: 1.4;
}

.equity-cta-inner {
  border-radius: 12px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #f0f7ff, #e8f0fe);
  border: 1px solid #d6e8ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.equity-cta-title {
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 6px;
}

.equity-cta-desc {
  color: #555;
  font-size: clamp(14px, 0.8vw, 17px);
  line-height: 1.8;
}

.equity-structure-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  border-radius: 8px;
  background: #047CF9;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  box-shadow: 0 8px 24px rgba(4, 124, 249, 0.25);
  white-space: nowrap;
}

.equity-structure-btn:hover {
  color: #fff;
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(4, 124, 249, 0.3);
}

@media screen and (max-width: 1024px) {
  .equity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .equity-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  #c_static_727-17322555017470 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .equity-title {
    font-size: 26px;
  }

  .equity-lead {
    font-size: 15px;
    line-height: 1.7;
    padding: 16px 18px;
  }

  .equity-section {
    margin-top: 32px;
  }

  .equity-section-title {
    font-size: 18px;
  }

  .equity-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .equity-grid--two {
    grid-template-columns: 1fr;
  }

  .equity-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .equity-metric {
    padding: 20px 14px;
  }

  .equity-card {
    padding: 20px 18px;
  }

  .equity-card--wide {
    padding: 20px 18px;
  }

  .equity-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 18px;
  }

  .equity-structure-btn {
    width: 100%;
  }

  
}
c_static_001-17255927054270 {
    min-height: auto;
}

#c_static_001-17255927054270 .e_bannerA-1 {
    height: auto;
}

#c_static_001-17255927054270 .e_bannerA-1 .swiper-container {
    height: inherit;
}

#c_static_001-17255927054270 .e_bannerA-1 .swiper-wrapper {
    height: inherit;
}

#c_static_001-17255927054270 .e_bannerA-1 .swiper-slide {
    height: inherit;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_img {
    width: 100%;
    height: 100%;
    background: #000;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c_static_001-17255927054270 .e_bannerA-1 .custom-bullet {
    background: #ccc;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_info {
    width: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 9;
    display: flex;
    transform: translateX(50%) translateY(-50%);
    align-items: center;
    text-align: center;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_info div {
    width: 100%;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_subtitle {
    line-height: 2;
    padding: 5px 0;
}

#c_static_001-17255927054270 .e_bannerA-1 .swiper-container-vertical {
    height: 400px;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_video {
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
    position: relative;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_video .videoContent {
    width: 100%;
    height: 100%;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_video video {
    width: 100%;
    height: 100%;
    background: #000;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_videoPoster {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_videoPoster::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url('/assets/vendor/npublic/img/playvideo.png') no-repeat center center;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_videoPoster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_videoInfo {
    display: none;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_btitle {
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 5px;
}

#c_static_001-17255927054270 .e_bannerA-1 .p_summary {
    display-radio: 1;
    font-size: 18px;
}
@media screen and (max-width:768px) {
    #c_static_001-17255927054270 .e_bannerA-1 .swiper-slide {
        height: 200px;
    }

    #c_static_001-17255927054270 .e_bannerA-1 .p_info {
        width: 100%;
        z-index: 9;
        text-align: center;
    }

    #c_static_001-17255927054270 .e_bannerA-1 .p_subtitle {
        display: none;
    }

    #c_static_001-17255927054270 .e_bannerA-1 .p_summary {
        display: none;
    }

    #c_static_001-17255927054270 .e_bannerA-1 .p_btitle {
        font-size: 1.5em;
        margin-top: 10%;
    }
}