.display-xxl { font-family: 'Instrument Sans', sans-serif; font-weight: 900; font-size: 64px; line-height: 66px; color: #1E2538; }
.display-xl  { font-family: 'Instrument Sans', sans-serif; font-weight: 700; font-size: 50px;  line-height: 60px;  color: #1E2538; }
.display-l   { font-family: 'Instrument Sans', sans-serif;    font-weight: 600; font-size: 34px;   line-height: 44px;   color: #1E2538; }

.eyebrow {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #1E2538;
  text-transform: uppercase;
}


.lead   { font-size: 16px; line-height: 26px; color: #515869; }
.small  { font-size: 13px; line-height: 19px; color: #8F95A6; }
.caption{ font-size: 12px; line-height: 16px; color: #8F95A6; }

code, kbd, samp {
  font-family: 'Instrument Sans', sans-serif;
  background: #F3F4F6;
  color: #1E2538;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.6;
}

.gradient-text {
  background: linear-gradient(89.89deg, #007AFF 2.27%, #FFFFFF 49.36%, #60B158 96.46%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

  #root { overflow-x: clip; }


  .grad-underline { position: relative; white-space: nowrap; }

  a.foot-link:hover { color: #fff !important; }

  .grad-warm {
    color: #FF6961;
  }
  .cta-warm-btn:hover { transform: translateY(-2px); box-shadow: 0 22px 50px -12px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.6) !important; }
  .cta-warm-btn:active { transform: translateY(0) scale(.98); }
  @media (prefers-reduced-motion: no-preference) {
    .cta-ember { animation: emberPulse 4.5s cubic-bezier(0.5, 0, 0.5, 1) infinite; }
    .cta-rays { animation: rayFlicker 6s ease-in-out infinite; }
  }
  @keyframes emberPulse { 0%,100% { opacity: .85; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.08); } }
  @keyframes rayFlicker { 0%,100% { opacity: .45; } 50% { opacity: .68; } }

  @keyframes popIn { from { opacity: 0; transform: scale(.96) translateY(8px); } to { opacity: 1; transform: none; } }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes riseIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

  @media (prefers-reduced-motion: no-preference) {

    .hero-rise { opacity: 0; animation: heroRise .7s cubic-bezier(0.5, 0, 0.5, 1) both; }

    .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(0.5, 0, 0.5, 1), transform .7s cubic-bezier(0.5, 0, 0.5, 1); }
    .reveal.is-in { opacity: 1; transform: none; }
  }
  @keyframes heroRise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
  @keyframes drawLine { to { transform: scaleX(1); } }

  .hero-wrap { position: relative; overflow: hidden; }

  .hero-bg { position: absolute; inset: 0; pointer-events: none; }
  .hero-bg-fill { position: absolute; inset: 0; background: #F9FAFC; }
  .hero-bg-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; filter: blur(20px); }
  .hero-bg-glow--blue  { top: -120px; right: 20%; background: radial-gradient(circle, rgba(0, 122, 255, 0.16), transparent 65%); }
  .hero-bg-glow--green { bottom: -160px; left: 15%; width: 460px; height: 460px; background: radial-gradient(circle, rgba(96, 177, 88, 0.1), transparent 65%); }
  .hero-bg-grid {
    position: absolute; inset: 0;
    background-image: radial-gradient(#D0D5DD 1px, transparent 1px);
    background-size: 26px 26px; opacity: 0.4;
    -webkit-mask-image: linear-gradient(transparent, rgb(0, 0, 0) 30%, transparent 90%);
    mask-image: linear-gradient(transparent, rgb(0, 0, 0) 30%, transparent 90%);
  }

  .hero-inner { max-width: 1398px; margin: 0 auto; padding: 64px 24px 72px; position: relative; text-align: center; }

  .hero-title {
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 800;
    font-size: clamp(40px, 6.4vw, 56px);
    line-height: 1;
    color: #1E2538;
    margin: 0 auto 22px;
    max-width: 1000px;
    text-wrap: balance;
    text-transform: none;
  }

  .hero-subtitle {
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.55;
    color: #515869;
    margin: 0 auto 26px;
    max-width: 600px;
  }

  .hero-bullets { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 8px; }

  .hero-bullet {
    display: inline-flex; align-items: center; gap: 9px;
    background: #fff; border: 1px solid #EEF0F5;
    border-radius: 99px; padding: 8px 16px 8px 9px;
    font-size: 14px; font-weight: 600; color: #1E2538;
    box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04);
    transition: transform .22s cubic-bezier(0.5, 0, 0.5, 1);
  }
  .hero-bullet:hover { transform: translateX(5px); }
  .hb-icon {
    width: 26px; height: 26px; border-radius: 99px;
    background: rgba(0, 122, 255, 0.1); color: #007AFF;
    display: grid; place-items: center; flex-shrink: 0;
  }

  .hero-form { max-width: 880px; margin: 36px auto 0; }
  .hero-form-card {
    background: #fff; border: 1px solid #D0D5DD;
    border-radius: 20px; box-shadow: 0 30px 70px -30px rgba(30, 37, 56, 0.28);
    height: 730px; padding: 12px; overflow: hidden;
  }
  .hero-bullet .hb-icon { transition: transform .22s cubic-bezier(0.5, 0, 0.5, 1), background .22s, color .22s, box-shadow .22s; }
  .hero-bullet:hover .hb-icon { transform: scale(1.12) rotate(-5deg); background: #007AFF; color: #fff; box-shadow: 0 8px 18px -6px rgba(0,122,255,.6); }

  .trust-avatars { transition: transform .2s cubic-bezier(0.5, 0, 0.5, 1); }
  .trust-avatars:hover > div { margin-left: -6px; }
  .trust-avatars:hover > div:first-child { margin-left: 0; }
  .trust-avatars > div { transition: margin .25s cubic-bezier(0.5, 0, 0.5, 1); }

  @media (prefers-reduced-motion: no-preference) {
    .lc-rail-fill { transform: scaleX(0); transform-origin: left; transition: transform 1.2s cubic-bezier(0.5, 0, 0.5, 1); }
    .lc-rail-fill.is-in { transform: scaleX(1); }
    .lc-node { animation: lcFloat 5s ease-in-out infinite; animation-delay: var(--float-delay, 0s); }
    .lc-node:hover { animation-play-state: paused; }
  }
  @keyframes lcFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -6px; } }

  @media (prefers-reduced-motion: no-preference) {
    .hero-chip { animation: chipFloat 5.5s ease-in-out infinite; }
    .hero-chip:nth-child(2) { animation-delay: .7s; }
    .hero-chip:nth-child(3) { animation-delay: 1.4s; }
    .hero-chip:nth-child(4) { animation-delay: 2.1s; }
  }
  @keyframes chipFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
  @media (max-width: 920px) {
    .hero-chip { display: none !important; }
  }
  @media (max-width: 540px) {
    .metric-strip { grid-template-columns: 1fr 1fr !important; }
    .metric-strip > div { border-left: none !important; }
    .metric-strip > div:nth-child(even) { border-left: 1px solid #EEF0F5 !important; }
    .metric-strip > div:nth-child(n+3) { border-top: 1px solid #EEF0F5; }
    .form-secure { display: none !important; }
  }

  @media (max-width: 1180px) {
    .cta-float { display: none !important; }
  }

  @media (max-width: 1100px) {
    .lifecycle-grid {
      display: flex !important;
      grid-template-columns: none !important;
      flex-wrap: nowrap !important;
      gap: 14px !important;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
      padding: 20px 16px 18px !important;
      margin: 0 -16px;
      scrollbar-width: none;
    }
    .hero-inner {
    padding: 45px 15px 60px;
}
    .lifecycle-grid::-webkit-scrollbar { display: none; }
    .lifecycle-line { display: none !important; }
    .lifecycle-grid > .reveal {
      flex: 0 0 auto;
      width: 250px;
      scroll-snap-align: center;
    }
    .bd-el-13 {
    padding: 45px 0px;
}
.bd-card-8 {
    box-shadow: unset;
}

    .lc-node {
      width: 70px !important;
      height: 70px !important;
      border-radius: 18px !important;
      transform: none !important;
      margin-bottom: 12px !important;
    }
    .lc-node svg { width: 26px !important; height: 26px !important; }
    .lc-node .bd-layer-6 { border-radius: 18px !important; }
  }
  @media (max-width: 1080px) {
    .lifecycle-grid { grid-template-columns: repeat(3, 1fr) !important; row-gap: 32px !important; }
    .lifecycle-line { display: none !important; }
  }
  @media (max-width: 920px) {
    .nav-links { display: none !important; }
    .hero-split, .hero-formfirst, .expect-grid { grid-template-columns: 1fr !important; gap: 36px !important; }
    .hero-form-col { order: 2; }
    .features-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 28px !important; }
  }
  @media (max-width: 760px) {
    .caps-wide { max-width: 100% !important; flex-basis: 100% !important; }
  }
  @media (max-width: 680px) {
    .login-link { display: none !important; }
    .footer-grid { grid-template-columns: 1fr !important; }

  }
  @media (max-width: 460px) {

    .features-grid { grid-template-columns: 1fr !important; }
  }

  .bd-layer-1 { position: absolute; inset: 0px; width: 100%; height: 100%; }
  .bd-layer-2 { position: absolute; inset: 24% 6px 26%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

  .bd-layer-4 { position: absolute; top: 0px; left: 50%; transform: translateX(-50%); width: 900px; height: 460px;  pointer-events: none; }
  .bd-layer-5 { position: absolute; inset: 0px; border-radius: 4px; background: #007AFF; }
  .bd-layer-6 { position: absolute; inset: 0px; border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.25); pointer-events: none; }
  .bd-layer-7 { position: absolute; top: 0px; left: 0px; right: 0px; height: 3px; background: rgb(0, 122, 255); opacity: 0.45; transition: opacity 0.32s; }
  .bd-layer-8 { position: absolute; top: 0px; left: 0px; right: 0px; height: 3px; background: rgb(255, 167, 0); opacity: 0.45; transition: opacity 0.32s; }
  .bd-layer-9 { position: absolute; top: 0px; left: 0px; right: 0px; height: 3px; background: rgb(255, 105, 97); opacity: 1; transition: opacity 0.32s; }
  .bd-layer-10 { position: absolute; top: 0px; left: 0px; right: 0px; height: 3px; background: rgb(96, 177, 88); opacity: 0.45; transition: opacity 0.32s; }
  .bd-layer-11 { position: absolute; top: 0px; left: 0px; right: 0px; height: 3px; background: rgb(30, 37, 56); opacity: 0.45; transition: opacity 0.32s; }
  .bd-layer-13 { position: absolute; inset: -1px; border-radius: 22px; background: #007AFF; opacity: 0.6; }
  .bd-layer-14 { position: absolute; top: 58%; left: 0px; right: 0px; text-align: center; }
  .bd-layer-15 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #007AFF; color: rgb(255, 255, 255); font-size: 13px; font-weight: 700; padding: 9px 16px; border-radius: 9px; box-shadow: rgba(0, 122, 255, 0.6) 0px 10px 22px -8px; white-space: nowrap; z-index: 2; }
  .bd-layer-16 { position: absolute; left: 15.5556%; top: 26.6667%; transform: translate(-50%, -50%); width: 44px; height: 44px; display: grid; place-items: center; clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0% 50%); box-shadow: rgba(30, 37, 56, 0.3) 0px 8px 18px -8px; background: #007AFF; color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }
  .bd-layer-17 { position: absolute; left: 11.1111%; top: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; display: grid; place-items: center; clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0% 50%); box-shadow: rgba(30, 37, 56, 0.3) 0px 8px 18px -8px; background: #1E2538; color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }
  .bd-layer-18 { position: absolute; left: 15.5556%; top: 74.1667%; transform: translate(-50%, -50%); width: 44px; height: 44px; display: grid; place-items: center; clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0% 50%); box-shadow: rgba(30, 37, 56, 0.3) 0px 8px 18px -8px; background: rgb(255, 255, 255); color: #007AFF; border: 1px solid #D0D5DD; }
  .bd-layer-19 { position: absolute; left: 84.4444%; top: 26.6667%; transform: translate(-50%, -50%); width: 44px; height: 44px; display: grid; place-items: center; clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0% 50%); box-shadow: rgba(30, 37, 56, 0.3) 0px 8px 18px -8px; background: #1E2538; color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }
  .bd-layer-20 { position: absolute; left: 88.8889%; top: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; display: grid; place-items: center; clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0% 50%); box-shadow: rgba(30, 37, 56, 0.3) 0px 8px 18px -8px; background: rgb(255, 255, 255); color: #007AFF; border: 1px solid #D0D5DD; }
  .bd-layer-21 { position: absolute; left: 84.4444%; top: 74.1667%; transform: translate(-50%, -50%); width: 44px; height: 44px; display: grid; place-items: center; clip-path: polygon(25% 2%, 75% 2%, 100% 50%, 75% 98%, 25% 98%, 0% 50%); box-shadow: rgba(30, 37, 56, 0.3) 0px 8px 18px -8px; background: #007AFF; color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }
  .bd-layer-22 { position: absolute; top: 64px; left: 8px; display: flex; flex-direction: column; gap: 16px; opacity: 0.5; }
  .bd-layer-23 { position: absolute; top: 64px; right: 8px; display: flex; flex-direction: column; gap: 16px; opacity: 0.5; }
  .bd-layer-24 { position: absolute; inset: 0px; background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px); background-size: 26px 26px; mask-image: radial-gradient(at 50% 0%, rgb(0, 0, 0) 30%, transparent 72%); }
  .bd-layer-25 { position: absolute; left: 50%; top: -150px; width: 560px; height: 360px; transform: translateX(-50%); background: radial-gradient(ellipse at center, color-mix(in srgb, #007AFF 70%, transparent), transparent 70%); filter: blur(10px); }

  .bd-card-1 { display: inline-flex; align-items: center; gap: 14px; background: rgb(255, 255, 255); border: 1px solid #D0D5DD; border-radius: 16px; padding: 12px 20px; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04); }

  .bd-card-4 { position: absolute; top: -9px; right: -9px; width: 28px; height: 28px; border-radius: 99px; background: rgb(255, 255, 255); border: 2px solid rgb(0, 122, 255); color: rgb(0, 122, 255); font-size: 12.5px; font-weight: 800; display: grid; place-items: center; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04); }
  .bd-card-5 { position: relative; overflow: hidden; background: rgb(255, 255, 255); border-radius: 18px; padding: 22px 16px 20px; width: 100%; border: 1px solid #EEF0F5; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04); transform: none; transition: border-color .32s, box-shadow .32s, transform .32s cubic-bezier(0.5, 0, 0.5, 1); }
  .bd-card-6 { position: absolute; top: -9px; right: -9px; width: 28px; height: 28px; border-radius: 99px; background: rgb(255, 255, 255); border: 2px solid rgb(255, 167, 0); color: rgb(255, 167, 0); font-size: 12.5px; font-weight: 800; display: grid; place-items: center; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04); }
  .bd-card-7 { position: absolute; top: -9px; right: -9px; width: 28px; height: 28px; border-radius: 99px; background: rgb(255, 255, 255); border: 2px solid rgb(255, 105, 97); color: rgb(255, 105, 97); font-size: 12.5px; font-weight: 800; display: grid; place-items: center; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04); }
  .bd-card-8 { position: relative; overflow: hidden; background: rgb(255, 255, 255); border-radius: 18px; padding: 22px 16px 20px; width: 100%; border: 1px solid color-mix(in srgb, rgb(255, 105, 97) 40%, transparent); box-shadow: rgba(30, 37, 56, 0.32) 0px 22px 46px -22px; transform: translateY(-6px); transition: border-color .32s, box-shadow .32s, transform .32s cubic-bezier(0.5, 0, 0.5, 1); }
  .bd-card-9 { position: absolute; top: -9px; right: -9px; width: 28px; height: 28px; border-radius: 99px; background: rgb(255, 255, 255); border: 2px solid rgb(96, 177, 88); color: rgb(96, 177, 88); font-size: 12.5px; font-weight: 800; display: grid; place-items: center; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04); }
  .bd-card-10 { position: absolute; top: -9px; right: -9px; width: 28px; height: 28px; border-radius: 99px; background: rgb(255, 255, 255); border: 2px solid rgb(30, 37, 56); color: rgb(30, 37, 56); font-size: 12.5px; font-weight: 800; display: grid; place-items: center; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04); }
  .bd-card-11 { position: relative; background: rgb(255, 255, 255); border-radius: 20px; border: 1px solid #D0D5DD; box-shadow: rgba(30, 37, 56, 0.3) 0px 30px 70px -34px; padding: 24px; }
  .bd-card-12 { background: rgb(255, 255, 255); border: 1px solid #EEF0F5; border-radius: 20px; padding: 22px 22px 18px; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04); transform: none; transition: transform .28s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .28s, border-color .28s; overflow: hidden; }
  .bd-card-13 { background: rgb(255, 255, 255); border: 1px solid #EEF0F5; border-radius: 14px; box-shadow: rgba(30, 37, 56, 0.28) 0px 10px 26px -16px; width: 92%; padding: 16px; }
  .bd-card-14 { background: rgb(255, 255, 255); border: 1px solid #EEF0F5; border-radius: 14px; box-shadow: rgba(30, 37, 56, 0.28) 0px 10px 26px -16px; width: 88%; padding: 16px; }
  .bd-card-15 { background: rgb(255, 255, 255); border: 1px solid #EEF0F5; border-radius: 14px; box-shadow: none; padding: 8px; display: flex; align-items: center; gap: 6px; }
  .bd-card-16 { background: rgb(255, 255, 255); border: 1px solid #EEF0F5; border-radius: 14px; box-shadow: rgba(30, 37, 56, 0.28) 0px 10px 26px -16px; width: 90%; padding: 16px; }
  .bd-card-17 { position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; background: rgb(255, 255, 255); border: 1px solid #EEF0F5; border-radius: 11px; padding: 7px 10px; box-shadow: rgba(30, 37, 56, 0.3) 0px 8px 22px -14px; margin-bottom: 14px; }
  .bd-card-18 { background: rgb(255, 255, 255); border: 1px solid #EEF0F5; border-radius: 14px; box-shadow: rgba(30, 37, 56, 0.28) 0px 10px 26px -16px; width: 94%; padding: 14px; }
  .bd-card-19 { font-weight: 600; font-size: 16px; padding: 14px 20px; border-radius: 12px; border-width: medium; border-style: none; border-color: #ffffff; border-image: initial; color: #007aff; font-family: 'Instrument Sans', sans-serif; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; background: rgb(255, 255, 255); transition: transform .14s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .2s; }

  .bd-grid-8 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; padding-top: 12px; }
  .bd-grid-9 { width: 84px; height: 84px; border-radius: 24px; margin-bottom: 10px; display: grid; place-items: center; background: rgb(0, 122, 255); color: rgb(255, 255, 255); --float-delay: 0s; box-shadow: color-mix(in srgb, rgb(0, 122, 255) 55%, transparent) 0px 12px 26px -12px; transform: none; transition: transform .32s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .32s; }
  .bd-grid-10 { width: 84px; height: 84px; border-radius: 24px; margin-bottom: 10px; display: grid; place-items: center; background: rgb(255, 167, 0); color: rgb(255, 255, 255); --float-delay: 0.5s; box-shadow: color-mix(in srgb, rgb(255, 167, 0) 55%, transparent) 0px 12px 26px -12px; transform: none; transition: transform .32s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .32s; }
  .bd-grid-11 { width: 84px; height: 84px; border-radius: 24px; margin-bottom: 10px; display: grid; place-items: center; background: rgb(255, 105, 97); color: rgb(255, 255, 255); --float-delay: 1s; box-shadow: color-mix(in srgb, rgb(255, 105, 97) 65%, transparent) 0px 20px 38px -10px; transform: translateY(-6px) scale(1.07); transition: transform .32s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .32s; }
  .bd-grid-12 { width: 84px; height: 84px; border-radius: 24px; margin-bottom: 10px; display: grid; place-items: center; background: rgb(96, 177, 88); color: rgb(255, 255, 255); --float-delay: 1.5s; box-shadow: color-mix(in srgb, rgb(96, 177, 88) 55%, transparent) 0px 12px 26px -12px; transform: none; transition: transform .32s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .32s; }
  .bd-grid-13 { width: 84px; height: 84px; border-radius: 24px; margin-bottom: 10px; display: grid; place-items: center; background: rgb(30, 37, 56); color: rgb(255, 255, 255); --float-delay: 2s; box-shadow: color-mix(in srgb, rgb(30, 37, 56) 55%, transparent) 0px 12px 26px -12px; transform: none; transition: transform .32s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .32s; }
  .bd-grid-15 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  .bd-grid-16 { width: 46px; height: 46px; border-radius: 12px; background: #007AFF; display: grid; place-items: center; color: rgb(255, 255, 255); }
  .bd-grid-17 { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin: 18px 0px; }
  .bd-grid-18 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .bd-grid-19 { width: 94%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
  .bd-grid-20 { width: 28px; height: 28px; border-radius: 8px; background: color-mix(in srgb, #60B158 14%, #fff); color: #60B158; display: grid; place-items: center; flex-shrink: 0; }
  .bd-grid-21 { width: 28px; height: 28px; border-radius: 8px; background: color-mix(in srgb, #FFA700 14%, #fff); color: #FFA700; display: grid; place-items: center; flex-shrink: 0; }
  .bd-grid-22 { width: 28px; height: 28px; border-radius: 8px; background: color-mix(in srgb, #007AFF 14%, #fff); color: #007AFF; display: grid; place-items: center; flex-shrink: 0; }

  .bd-row-1 { display: flex; flex-wrap: wrap; gap: 22px 16px; margin-bottom: 30px; }
  .bd-row-2 { display: flex; align-items: center; gap: 8px; }
  .bd-row-3 { display: inline-flex; gap: 2px; color: rgb(255, 167, 0); }

  .bd-row-8 { margin-bottom: 14px; display: flex; justify-content: center; }
  .bd-row-9 { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; transition-delay: 0.1s; }
  .bd-row-10 { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; transition-delay: 0.2s; }
  .bd-row-11 { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; transition-delay: 0.3s; }
  .bd-row-12 { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; transition-delay: 0.4s; }
  .bd-row-13 { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; transition-delay: 0.5s; }
  .bd-row-14 { list-style: none; padding: 0px; margin: 0px 0px 30px; display: flex; flex-direction: column; gap: 14px; }
  .bd-row-15 { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: #1E2538; font-weight: 500; }
  .bd-row-16 { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #EEF0F5; }
  .bd-row-17 { margin-bottom: 16px; display: flex; justify-content: center; }
  .bd-row-18 { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px 28px; margin-top: 8px; }
  .bd-row-19 { flex: 1 1 30%; min-width: 280px; display: flex; flex-direction: column; text-decoration: none; color: inherit;background-color: #fff; padding: 15px; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; }
  .bd-row-20 { width: 100%; height: 232px; display: flex; align-items: center; justify-content: center; }
  .bd-row-21 { display: flex; flex-direction: column; gap: 12px; }
  .bd-row-22 { display: flex; align-items: center; gap: 9px; }
  .bd-row-23 {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    opacity: 0.85;
    transform: none;
    max-width: fit-content;
    padding: 7px 12px;
    border-radius: 50px;
    background-color: #007aff;
    margin-top: 18px;
}
.bd-row-23 a {
    color: #fff;
    font-size: 14px;
}
  .bd-row-24 { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
  .bd-row-25 { display: flex; flex-direction: column; gap: 9px; }
  .bd-row-26 { background: #F9FAFC; border-radius: 11px; padding: 9px; display: flex; flex-direction: column; gap: 8px; }
  .bd-row-27 { display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 700; color: #1E2538; }
  .bd-row-28 { display: flex; flex-direction: column; gap: 3px; flex: 1 1 0%; }
  .bd-row-29 { width: 100%; height: 232px; display: flex; flex-direction: column; }
  .bd-row-30 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
  .bd-row-31 { position: relative; flex: 1 1 0%; display: flex; align-items: center; justify-content: center; }
  .bd-row-32 { display: flex; border-top: 1px solid #EEF0F5; padding-top: 12px; margin-top: 4px; }
  .bd-row-33 { display: flex; border-bottom: 1px solid #EEF0F5; padding-bottom: 13px; margin-bottom: 13px; }
  .bd-row-34 { display: flex; gap: 9px; align-items: center; }
  .bd-row-35 { flex: 1 1 0%; display: flex; align-items: center; justify-content: space-between; border: 1px solid #D0D5DD; border-radius: 8px; padding: 8px 10px; font-size: 11px; font-weight: 600; color: #1E2538; white-space: nowrap; overflow: hidden; }
  .bd-row-36 { flex: 1 1 46%; max-width: calc(50% - 14px); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
  .bd-row-37 { position: relative; width: 100%; height: 232px; display: flex; flex-direction: column; align-items: center; }
  .bd-row-38 { display: flex; align-items: center; gap: 7px; }
  .bd-row-39 { display: flex; flex-direction: column; gap: 4px; }
  .bd-row-40 { position: relative;  width: 76%; background: #007AFF; border-radius: 14px; padding: 14px; box-shadow: rgba(0, 122, 255, 0.5) 0px 20px 40px -16px; display: flex; flex-direction: column; gap: 11px; }
  .bd-row-41 { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
  .bd-row-42 { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 700; color: #60B158; }

  .bd-col-2 { min-width: 0px; flex: 1 1 0%; }

  .bd-badge-1 { position: relative; width: 100%; aspect-ratio: 96 / 138; }

  .bd-chip-1 { aspect-ratio: 1 / 1; border-radius: 8px; display: grid; place-items: center; font-size: 12px; font-weight: 600; background: transparent; color: #8F95A6; cursor: default; }
  .bd-chip-2 { aspect-ratio: 1 / 1; border-radius: 8px; display: grid; place-items: center; font-size: 12px; font-weight: 600; background: rgba(0, 122, 255, 0.08); color: #007AFF; cursor: pointer; }
  .bd-chip-3 { aspect-ratio: 1 / 1; border-radius: 8px; display: grid; place-items: center; font-size: 12px; font-weight: 600; background: #007AFF; color: rgb(255, 255, 255); cursor: pointer; }

  .bd-dot-2 { width: 46px; height: 46px; border-radius: 99px; background: #007AFF; color: rgb(255, 255, 255); display: grid; place-items: center; font-weight: 700; font-size: 18px; flex-shrink: 0; }

  .bd-dot-4 { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; padding: 5px 11px; border-radius: 99px; color: rgb(0, 122, 255); background: color-mix(in srgb, rgb(0, 122, 255) 11%, rgb(255, 255, 255)); white-space: nowrap; }
  .bd-dot-5 { width: 6px; height: 6px; border-radius: 99px; background: rgb(0, 122, 255); flex-shrink: 0; }
  .bd-dot-6 { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; padding: 5px 11px; border-radius: 99px; color: rgb(255, 167, 0); background: color-mix(in srgb, rgb(255, 167, 0) 11%, rgb(255, 255, 255)); white-space: nowrap; }
  .bd-dot-7 { width: 6px; height: 6px; border-radius: 99px; background: rgb(255, 167, 0); flex-shrink: 0; }
  .bd-dot-8 { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; padding: 5px 11px; border-radius: 99px; color: rgb(255, 105, 97); background: color-mix(in srgb, rgb(255, 105, 97) 11%, rgb(255, 255, 255)); white-space: nowrap; }
  .bd-dot-9 { width: 6px; height: 6px; border-radius: 99px; background: rgb(255, 105, 97); flex-shrink: 0; }
  .bd-dot-10 { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; padding: 5px 11px; border-radius: 99px; color: rgb(96, 177, 88); background: color-mix(in srgb, rgb(96, 177, 88) 11%, rgb(255, 255, 255)); white-space: nowrap; }
  .bd-dot-11 { width: 6px; height: 6px; border-radius: 99px; background: rgb(96, 177, 88); flex-shrink: 0; }
  .bd-dot-12 { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 700; padding: 5px 11px; border-radius: 99px; color: rgb(30, 37, 56); background: color-mix(in srgb, rgb(30, 37, 56) 11%, rgb(255, 255, 255)); white-space: nowrap; }
  .bd-dot-13 { width: 6px; height: 6px; border-radius: 99px; background: rgb(30, 37, 56); flex-shrink: 0; }
  .bd-dot-14 { width: 26px; height: 26px; border-radius: 99px; background: rgba(96, 177, 88, 0.14); color: #60B158; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; }
  .bd-dot-15 { width: 26px; height: 26px; border-radius: 99px; flex-shrink: 0; display: grid; place-items: center; color: rgb(255, 255, 255); font-weight: 700; font-size: 9.36px; background: rgb(0, 122, 255); }
  .bd-dot-16 { margin-left: auto; font-size: 10px; font-weight: 700; color: #60B158; background: color-mix(in srgb, #60B158 12%, #fff); padding: 4px 9px; border-radius: 99px; white-space: nowrap; }
  .bd-dot-17 { margin-left: auto; font-size: 10px; font-weight: 700; color: #FFA700; background: color-mix(in srgb, #FFA700 12%, #fff); padding: 4px 9px; border-radius: 99px; white-space: nowrap; }
  .bd-dot-18 { width: 26px; height: 26px; border-radius: 99px; flex-shrink: 0; display: grid; place-items: center; color: rgb(255, 255, 255); font-weight: 700; font-size: 9.36px; background: rgb(96, 177, 88); }
  .bd-dot-19 { font-size: 9.5px; font-weight: 800; color: rgb(255, 255, 255); background: #60B158; padding: 4px 9px; border-radius: 99px; }
  .bd-dot-20 { height: 6px; border-radius: 99px; background: #F9FAFB; }
  .bd-dot-21 { width: 100%; height: 100%; border-radius: 99px; background: #007AFF; }
  .bd-dot-22 { width: 82%; height: 100%; border-radius: 99px; background: #60B158; }
  .bd-dot-23 { width: 18%; height: 100%; border-radius: 99px; background: #FFA700; }
  .bd-dot-24 { width: 6px; height: 6px; border-radius: 99px; background: #007AFF; }
  .bd-dot-25 { width: 16px; height: 16px; border-radius: 99px; background: color-mix(in srgb, #007AFF 30%, #fff); flex-shrink: 0; }
  .bd-dot-26 { width: 6px; height: 6px; border-radius: 99px; background: #FFA700; }
  .bd-dot-27 { width: 16px; height: 16px; border-radius: 99px; background: color-mix(in srgb, #FFA700 30%, #fff); flex-shrink: 0; }
  .bd-dot-28 { width: 6px; height: 6px; border-radius: 99px; background: #60B158; }
  .bd-dot-29 { width: 16px; height: 16px; border-radius: 99px; background: color-mix(in srgb, #60B158 30%, #fff); flex-shrink: 0; }
  .bd-dot-30 { width: 18px; height: 18px; border-radius: 99px; background: #D0D5DD; }
  .bd-dot-31 { width: 26px; height: 26px; border-radius: 99px; flex-shrink: 0; display: grid; place-items: center; color: rgb(255, 255, 255); font-weight: 700; font-size: 9.5px; background: rgb(255, 105, 97); border: 1.5px solid rgba(255, 255, 255, 0.6); }
  .bd-dot-32 { width: 26px; height: 26px; border-radius: 99px; flex-shrink: 0; display: grid; place-items: center; color: rgb(255, 255, 255); font-weight: 700; font-size: 9.5px; background: rgb(0, 122, 255); border: 1.5px solid rgba(255, 255, 255, 0.6); }
  .bd-dot-33 { width: 26px; height: 26px; border-radius: 99px; flex-shrink: 0; display: grid; place-items: center; color: rgb(255, 255, 255); font-weight: 700; font-size: 9.5px; background: rgb(96, 177, 88); border: 1.5px solid rgba(255, 255, 255, 0.6); }
  .bd-dot-34 { width: 7px; height: 7px; border-radius: 99px; background: #60B158; }
  .bd-dot-35 { font-size: 9.5px; font-weight: 700; color: #60B158; background: color-mix(in srgb, #60B158 12%, #fff); padding: 4px 9px; border-radius: 99px; white-space: nowrap; flex-shrink: 0; }
  .bd-dot-36 { font-size: 9.5px; font-weight: 700; color: #FFA700; background: color-mix(in srgb, #FFA700 12%, #fff); padding: 4px 9px; border-radius: 99px; white-space: nowrap; flex-shrink: 0; }
  .bd-dot-37 { font-size: 9.5px; font-weight: 700; color: #007AFF; background: color-mix(in srgb, #007AFF 12%, #fff); padding: 4px 9px; border-radius: 99px; white-space: nowrap; flex-shrink: 0; }
  .bd-dot-38 { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.18); color: rgb(255, 255, 255); border-radius: 99px; padding: 6px 15px; font-size: 12.5px; font-weight: 700; text-transform: uppercase; margin-bottom: 22px; }

  .bd-bar-1 { position: absolute; top: 42px; left: 10%; right: 10%; height: 4px; border-radius: 4px; background: #D0D5DD; z-index: 0; overflow: hidden; }
  .bd-bar-2 { height: 4px; border-radius: 3px; background: #D0D5DD; width: 85%; }
  .bd-bar-3 { height: 4px; border-radius: 3px; background: #EEF0F5; width: 55%; }
  .bd-bar-4 { width: 40px; height: 5px; border-radius: 3px; background: #D0D5DD; }
  .bd-bar-5 { width: 26px; height: 5px; border-radius: 3px; background: #EEF0F5; }

  .bd-title-1 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.12; color: #1E2538; margin: 0px 0px 14px; text-wrap: balance; }
  .bd-title-2 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: 15px; line-height: 1.12; color: #1E2538; }
  .bd-title-3 { width: 40px; height: 40px; border-radius: 5px; background: #007AFF; color: rgb(255, 255, 255); display: grid; place-items: center; font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: 20px; flex-shrink: 0; }
  .bd-title-4 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: 17px; color: #1E2538; }

  .bd-title-7 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.1; color: #1E2538; margin: 0px 0px 14px; text-wrap: balance; }
  .bd-title-9 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: 13px; text-transform: uppercase; }
  .bd-title-10 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: clamp(28px, 3.6vw, 46px); line-height: 1.15; color: #1E2538; margin: 0px; text-wrap: balance; }
  .bd-title-11 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: 28px; color: #1E2538; margin-bottom: 14px; }
  .bd-title-12 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: 30px; color: #1E2538; line-height: 1; }
  .bd-title-13 { font-family: 'Instrument Sans', sans-serif; font-weight: 800; font-size: clamp(32px, 4.8vw, 56px); line-height: 1.06; color: rgb(255, 255, 255); margin: 0px auto 16px; text-wrap: balance; }

  .bd-label-3 { font-family: 'Instrument Sans', sans-serif; font-weight: 700; font-size: 19px; color: #1E2538; margin-bottom: 6px; }
  .bd-label-4 { font-family: 'Instrument Sans', sans-serif; font-weight: 700; font-size: 20px; color: #1E2538; margin: 26px 0px 12px; }
  .bd-label-5 { font-family: 'Instrument Sans', sans-serif; font-weight: 700; font-size: 18px; color: #1E2538; }

  .bd-text-1 { font-size: 16px; line-height: 1.6; color: #515869; margin: 0px 0px 28px; max-width: 520px; }
  .bd-text-2 { font-size: 7.5px; font-weight: 700; color: #8F95A6; margin-top: 6px; }
  .bd-text-3 { font-size: 12px; font-weight: 700; color: #515869; background: #F9FAFC; border: 1px solid #EEF0F5; border-radius: 7px; padding: 2px 8px; }
  .bd-text-4 { font-size: 14px; font-weight: 600; color: #515869; margin-top: 3px; }

  .bd-text-9 { font-size: 17px; line-height: 1.55; color: #515869; margin: 0px; }
  .bd-text-10 { font-size: 14px; color: #515869; margin: 0px 0px 14px; line-height: 1.45; min-height: 38px; }
  .bd-text-11 { font-size: 14px; color: #515869; }
  .bd-text-12 { text-align: center; font-size: 11px; font-weight: 700; color: #8F95A6; }
  .bd-text-13 { font-size: 10.5px; color: #8F95A6; line-height: 1.2; }
  .bd-text-14 { font-size: 16px; line-height: 1.55; color: #515869; margin: 0px; }
  .bd-text-15 { display: flex; justify-content: space-between; font-size: 10.5px; color: #515869; font-weight: 600; margin-bottom: 4px; }
  .bd-text-16 { font-size: 10.5px; color: #8F95A6; font-weight: 600; display: inline-flex; align-items: center; gap: 3px; }
  .bd-text-17 { font-size: 12px; color: #515869; font-weight: 600; margin-top: 3px; }
  .bd-text-18 { font-size: 11.5px; color: #515869; font-weight: 600; margin-bottom: 3px; }
  .bd-text-19 { display: block; font-size: 9.5px; color: #8F95A6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  .bd-vis-1 { opacity: 1; }

  .bd-el-4 { width: 124px; transition: transform .26s cubic-bezier(0.5, 0, 0.5, 1); transform: none; filter: drop-shadow(rgba(30, 37, 56, 0.12) 0px 8px 16px); }

  .bd-el-9 { font-family: 'Instrument Sans', sans-serif; font-size: 56px; font-weight: 800; line-height: 0.8; color: color-mix(in srgb, #007AFF 18%, #fff); }

  .bd-el-13 { padding: 92px 0px; background: rgb(255, 255, 255); position: relative; overflow: hidden; }
  .bd-el-15 {  margin: 0px auto 44px; text-align: center; }
  .bd-el-16 { width: 2px; height: 16px; background: rgb(0, 122, 255); border-radius: 2px; }
  .bd-el-17 { width: 2px; height: 16px; background: rgb(255, 167, 0); border-radius: 2px; }
  .bd-el-18 { width: 2px; height: 16px; background: rgb(255, 105, 97); border-radius: 2px; }
  .bd-el-19 { width: 2px; height: 16px; background: rgb(96, 177, 88); border-radius: 2px; }
  .bd-el-20 { width: 2px; height: 16px; background: rgb(30, 37, 56); border-radius: 2px; }
.bd-card-19 span.sw_arrow_top_line {
    color: #007aff;
}
  .bd-el-25 { text-align: center; padding: 0px 8px; border-left: 1px solid rgba(255, 255, 255, 0.12); }
  .bd-el-27 { max-width: 620px; margin: 0px 0px 40px; text-align: left; }
  .bd-el-28 { margin-bottom: 14px; display: block; justify-content: center; }
  .bd-el-29 { stroke-width: 2.4; }
  .bd-el-30 { position: relative; }
  .bd-el-31 { font-weight: 700; font-size: 16px; color: #1E2538; }
  .bd-el-32 { padding: 10px; border-radius: 10px; border: 1px solid #D0D5DD; background: rgb(255, 255, 255); text-align: center; font-size: 13.5px; font-weight: 600; color: #1E2538; }
  .bd-el-33 { padding: 10px; border-radius: 10px; border: 1px solid #007AFF; background: rgba(0, 122, 255, 0.06); text-align: center; font-size: 13.5px; font-weight: 600; color: #007AFF; }
  .bd-el-34 { padding: 96px 0px; background: #F9FAFC; }
  .bd-el-35 { text-align: center; max-width: 860px; margin: 0px auto 48px; }
  .bd-el-36 { color: #007AFF; }
  .bd-el-37 { color: #FF6961; }
  .bd-el-38 { font-size: 12.5px; font-weight: 700; color: #1E2538; margin-bottom: 13px; }
  .bd-el-39 { font-size: 12px; font-weight: 700; color: #1E2538; line-height: 1.25; white-space: nowrap; }
  .bd-el-40 { font-size: 12px; font-weight: 700; color: #1E2538; }
  .bd-el-41 { margin-left: auto; color: #8F95A6; }
  .bd-el-42 { font-size: 13px; font-weight: 700; color: #1E2538; }
  .bd-el-43 { width: 100%; max-width: 230px; }
  .bd-el-44 { flex: 1 1 0%; }
  .bd-el-45 { font-size: 15px; font-weight: 800; color: #1E2538; }
  .bd-el-46 { width: 1px; background: #EEF0F5; }
  .bd-el-47 { flex: 1 1 0%; padding-left: 16px; }
  .bd-el-48 { font-size: 10.5px; font-weight: 700; color: #60B158; margin-bottom: 5px; }
  .bd-el-49 { width: 1px; background: #EEF0F5; margin: 0px 14px; }
  .bd-el-50 { font-size: 10.5px; font-weight: 700; color: #FF6961; margin-bottom: 5px; }
  .bd-el-51 { overflow: hidden; text-overflow: ellipsis; }
  .bd-el-52 { flex-shrink: 0; margin-left: 4px; }
  .bd-el-53 { background: #60B158; color: rgb(255, 255, 255); font-size: 11.5px; font-weight: 700; padding: 9px 14px; border-radius: 8px; white-space: nowrap; }
  .bd-el-54 { position: relative; width: 100%; height: 232px; }
  .bd-el-55 { color: #8F95A6; }
  .bd-el-56 { font-size: 11px; font-weight: 700; color: #1E2538; background: #F9FAFC; border: 1px solid #EEF0F5; padding: 5px 10px; border-radius: 7px; white-space: nowrap; }
  .bd-el-57 { display: block; font-size: 11.5px; font-weight: 600; color: rgb(255, 255, 255); margin-bottom: 5px; }
  .bd-el-58 { display: block; height: 4px; border-radius: 3px; background: rgba(255, 255, 255, 0.45); width: 78%; }
  .bd-el-59 { font-size: 12.5px; font-weight: 700; color: #1E2538; }
  .bd-el-60 { display: block; font-size: 11.5px; font-weight: 700; color: #1E2538; line-height: 1.2; white-space: nowrap; }
  .bd-el-62 { position: relative; border-radius: 28px; overflow: hidden; padding:50px; text-align: center; border: 1px solid color-mix(in srgb, #007AFF 30%, transparent); background: radial-gradient(130% 110% at 50% 0%, color-mix(in srgb, #007AFF 50%, #1E2538) 0%, color-mix(in srgb, #0041E0 28%, #1E2538) 46%, #1E2538 100%); box-shadow: rgba(0, 65, 224, 0.55) 0px 40px 90px -40px; }
  .bd-el-63 { position: relative; max-width: 720px; margin: 0px auto; }
  .bd-el-64 { color: rgb(255, 255, 255); }
  .bd-el-65 { font-size: clamp(15px, 1.5vw, 18px); line-height: 1.55; color:#fff; margin: 0px auto 30px;}
  .bd-el-66 { display:none;position:fixed;inset:0;z-index:1000;background:rgba(30,37,56,.5);backdrop-filter:blur(4px);place-items:center;padding:20px; }
  .bd-el-67 { width:100%;max-width:720px;max-height:92vh;overflow-y:auto;background:#fff;border-radius:22px;box-shadow:0 40px 90px -30px rgba(0,0,0,.5);padding:28px;position:relative; }
  .bd-el-68 { position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:99px;border:1px solid #D0D5DD;background:#fff;cursor:pointer;display:grid;place-items:center;color:#515869; }
  .bd-el-69 { font-family: 'Instrument Sans', sans-serif;font-weight:800;font-size:26px;color:#1E2538;margin:0 0 6px; }
  .bd-el-70 { font-size:14px;color:#515869;margin:0 0 18px; }
  .bd-el-71 { width:100%;min-height:640px; }

  .bd-expect-sec { position: relative;  background: #fff; overflow: hidden; }
  .bd-expect-inner { position: relative; max-width: 1398px; margin: 0 auto; padding: 0 24px; }
  .expect-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }

  .bd-expect-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
    color: #007AFF;
    background: rgba(0,122,255,.08); border: 1px solid rgba(0,122,255,.18);
    padding: 7px 14px; border-radius: 6px; margin-bottom: 20px;
  }
  .bd-expect-eyebrow::before {
    content: ""; width: 7px; height: 7px; border-radius: 50%;
    background: #007AFF; box-shadow: 0 0 0 4px rgba(0,122,255,.15);
  }
  .bd-expect-title {
    font-family: 'Instrument Sans', sans-serif; font-weight: 800;
    font-size: clamp(28px, 3.4vw, 40px); line-height: 1.14;
    color: #1E2538; margin: 0 0 16px; text-transform: none; text-wrap: balance;
  }
  .bd-expect-sub {
    font-size: clamp(15px, 1.4vw, 17px); line-height: 1.6;
    color: #515869; margin: 0 0 32px; max-width: 54ch;
  }
  .bd-expect-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .bd-expect-item {
    display: flex; align-items: center; gap: 16px;
    background: #fff; border: 1px solid #EEF0F5; border-radius: 8px;
    padding: 12px 15px; box-shadow: 0 6px 30px 0 rgba(0,0,0,0.04);
    transition: transform .26s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .26s, border-color .26s;
  }
  .bd-expect-item:hover {
    transform: translateX(6px);
    border-color: color-mix(in srgb, #007AFF 35%, transparent);
    box-shadow: 0 16px 36px -20px rgba(30,37,56,.45);
  }
  .bd-expect-check {
    flex-shrink: 0; width: 25px; height: 25px; border-radius: 8px;
    display: grid; place-items: center; color: #fff; background: #007affe6;
    box-shadow: 0 8px 18px -8px color-mix(in srgb, #007AFF 70%, transparent);
    transition: transform .26s cubic-bezier(0.5, 0, 0.5, 1);
  }
  .bd-expect-item:hover .bd-expect-check { transform: scale(1.08) rotate(-4deg); }

  .bd-expect-item:nth-child(5n+2) .bd-expect-check { background: #ffa700e6; box-shadow: 0 8px 18px -8px color-mix(in srgb, #FFA700 70%, transparent); }
  .bd-expect-item:nth-child(5n+3) .bd-expect-check { background:#ff6961e6;   box-shadow: 0 8px 18px -8px color-mix(in srgb, #FF6961 70%, transparent); }
  .bd-expect-item:nth-child(5n+4) .bd-expect-check { background: #60b158e6;  box-shadow: 0 8px 18px -8px color-mix(in srgb, #60B158 70%, transparent); }
  .bd-expect-item:nth-child(5n+5) .bd-expect-check { background:#8200ffe6; box-shadow: 0 8px 18px -8px color-mix(in srgb, #8200FF 70%, transparent); }
  .bd-expect-text { font-size: 16px; font-weight: 600; line-height: 1.45; color: #1E2538; margin: 0; }
  .bd-expect-text a, .bd-expect-text strong, .bd-expect-text b { color: #007AFF; font-weight: 700; text-decoration: none; }

  .bd-expect-media { position: relative; }
  .bd-expect-media img { display: block; }

  @media (max-width: 920px) {
    .bd-expect-media { max-width: 560px; margin: 0 auto; }
    .bd-el-2 {
    padding: 0px 15px;
}
.bd-row-18 {
    gap: 26px 15px;
}
  }
  @media (max-width: 540px) {
    .bd-expect-item { gap: 12px; padding: 12px 14px; }
    .bd-expect-text { font-size: 15px; }
  }

  .bd-el-34 .caps-item {
    border: 1px solid transparent;
    transition: transform .34s cubic-bezier(0.5, 0, 0.5, 1),
                box-shadow .34s cubic-bezier(0.5, 0, 0.5, 1),
                border-color .34s ease;
    will-change: transform;
  }
  .bd-el-34 .caps-item:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, #007AFF 32%, transparent);
    box-shadow: 0 24px 24px -26px rgba(0, 65, 224, .42),
                0 6px 16px -10px rgba(30, 37, 56, .22);
  }

  .bd-el-34 .caps-item .bd-card-12 {
    transition: transform .34s cubic-bezier(0.5, 0, 0.5, 1), box-shadow .34s ease;
  }
  .bd-el-34 .caps-item:hover .bd-card-12 {
    transform: translateY(-3px) scale(1.015);
  }
  .bd-el-34 .caps-item .bd-card-12 svg {
    transition: transform .34s cubic-bezier(0.5, 0, 0.5, 1);
  }
  .bd-el-34 .caps-item:hover .bd-card-12 svg {
    transform: scale(1.04);
  }

  .bd-el-34 .bd-label-4 { transition: color .28s ease; }
  .bd-el-34 .caps-item:hover .bd-label-4 { color: #007AFF; }

  .bd-el-34 .bd-row-23 {
    opacity: 1;
    background-color: #007AFF;
    padding: 10px 20px;
    margin-top: 18px;
    border-radius: 50px;
    box-shadow: 0 10px 22px -12px rgba(0, 122, 255, .6);
    transition: transform .22s cubic-bezier(0.5, 0, 0.5, 1),
                background-color .22s ease,
                box-shadow .22s ease;
  }
  .bd-el-34 .bd-row-23 a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
    text-decoration: none;
  }
  .bd-el-34 .caps-item:hover .bd-row-23,
  .bd-el-34 .bd-row-23:hover {
    background-color: #0041E0;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px -12px rgba(0, 65, 224, .7);
  }
  .bd-el-34 .bd-row-23 a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
    border-radius: 50px;
  }

  @media (prefers-reduced-motion: reduce) {
    .bd-el-34 .caps-item,
    .bd-el-34 .caps-item .bd-card-12,
    .bd-el-34 .caps-item .bd-card-12 svg,
    .bd-el-34 .bd-row-23 { transition: none; }
    .bd-el-34 .caps-item:hover,
    .bd-el-34 .caps-item:hover .bd-card-12,
    .bd-el-34 .caps-item:hover .bd-card-12 svg,
    .bd-el-34 .caps-item:hover .bd-row-23,
    .bd-el-34 .bd-row-23:hover { transform: none; }
  }
