
    .kd-custom-process {
      width: 100%;
      background: #ffffff;
      padding: 94px 0;
      box-sizing: border-box;
      font-family: Inter, Arial, sans-serif;
    }

    .kd-custom-process *,
    .kd-custom-process *::before,
    .kd-custom-process *::after {
      box-sizing: border-box;
    }

    .kd-custom-process .kd-custom-container {
      width: 100%;
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 24px;
    }

    /* =========================
       HEADER
    ========================= */

    .kd-custom-process-header {
      max-width: 780px;
      margin: 0 0 54px;
    }

    .kd-custom-process-eyebrow {
      margin: 0 0 12px;
      color: #159A9C;
      font-family: Inter, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.4;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .kd-custom-process-title {
      margin: 0;
      color: #14213D;
      font-family: Manrope, Arial, sans-serif;
      font-size: 42px;
      line-height: 1.15;
      font-weight: 700;
      letter-spacing: -0.025em;
    }

    .kd-custom-process-intro {
      max-width: 730px;
      margin: 18px 0 0;
      color: #69757E;
      font-family: Inter, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.8;
      font-weight: 400;
    }


    /* =========================
       PROCESS WRAPPER
    ========================= */

    .kd-custom-process-flow {
      position: relative;
      width: 100%;
      padding-top: 18px;
    }

    .kd-custom-process-line {
      position: absolute;
      left: 8.333%;
      right: 8.333%;
      top: 41px;
      height: 1px;
      background: #D7E0E5;
    }

    .kd-custom-process-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      width: 100%;
    }


    /* =========================
       STEP
    ========================= */

    .kd-custom-process-step {
      position: relative;
      min-width: 0;
      padding: 0 20px 0 0;
    }

    .kd-custom-process-step:not(:first-child) {
      padding-left: 20px;
    }


    /* =========================
       NUMBER NODE
    ========================= */

    .kd-custom-process-node {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 46px;
      margin-bottom: 34px;
      background: #ffffff;
      border: 1px solid #159A9C;
      color: #159A9C;
      font-family: Manrope, Arial, sans-serif;
      font-size: 13px;
      line-height: 1;
      font-weight: 700;
    }


    /* =========================
       STEP CONTENT
    ========================= */

    .kd-custom-process-step-title {
      margin: 0 0 11px;
      color: #14213D;
      font-family: Manrope, Arial, sans-serif;
      font-size: 18px;
      line-height: 1.3;
      font-weight: 700;
    }

    .kd-custom-process-step-text {
      margin: 0;
      color: #69757E;
      font-family: Inter, Arial, sans-serif;
      font-size: 13px;
      line-height: 1.72;
    }

    .kd-custom-process-step-list {
      display: grid;
      gap: 7px;
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
    }

    .kd-custom-process-step-list li {
      position: relative;
      padding-left: 13px;
      color: #4F5D67;
      font-size: 11px;
      line-height: 1.55;
    }

    .kd-custom-process-step-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      width: 4px;
      height: 4px;
      background: #72C8C9;
    }


    /* =========================
       BOTTOM STATEMENT
    ========================= */

    .kd-custom-process-note {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 17px;
      align-items: center;
      margin-top: 54px;
      padding: 21px 23px;
      background: #F3F6F8;
      border: 1px solid #E1E6EA;
    }

    .kd-custom-process-note-mark {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border: 1px solid #72C8C9;
      color: #159A9C;
      font-family: Manrope, Arial, sans-serif;
      font-size: 16px;
      font-weight: 700;
    }

    .kd-custom-process-note-text {
      margin: 0;
      color: #69757E;
      font-size: 13px;
      line-height: 1.7;
    }

    .kd-custom-process-note-text strong {
      color: #27323C;
      font-weight: 700;
    }


    /* =========================================================
       TABLET
    ========================================================= */

    @media (max-width: 1050px) {

      .kd-custom-process {
        padding: 72px 0;
      }

      .kd-custom-process .kd-custom-container {
        padding-left: 22px;
        padding-right: 22px;
      }

      .kd-custom-process-header {
        margin-bottom: 42px;
      }

      .kd-custom-process-title {
        font-size: 36px;
      }

      .kd-custom-process-flow {
        padding-top: 0;
      }

      .kd-custom-process-line {
        display: none;
      }

      .kd-custom-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-top: 1px solid #E1E6EA;
        border-left: 1px solid #E1E6EA;
      }

      .kd-custom-process-step {
        min-height: 280px;
        padding: 24px 20px 26px;
        border-right: 1px solid #E1E6EA;
        border-bottom: 1px solid #E1E6EA;
      }

      .kd-custom-process-step:not(:first-child) {
        padding-left: 20px;
      }

      .kd-custom-process-node {
        margin-bottom: 30px;
      }

      .kd-custom-process-note {
        margin-top: 28px;
      }
    }


    /* =========================================================
       MOBILE
    ========================================================= */

    @media (max-width: 640px) {

      .kd-custom-process {
        padding: 54px 0;
      }

      .kd-custom-process .kd-custom-container {
        padding-left: 18px;
        padding-right: 18px;
      }

      .kd-custom-process-header {
        margin-bottom: 30px;
      }

      .kd-custom-process-eyebrow {
        margin-bottom: 10px;
        font-size: 12px;
      }

      .kd-custom-process-title {
        font-size: 30px;
        line-height: 1.18;
      }

      .kd-custom-process-intro {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.75;
      }

      .kd-custom-process-grid {
        grid-template-columns: 1fr;
        border-top: 1px solid #E1E6EA;
        border-left: 1px solid #E1E6EA;
      }

      .kd-custom-process-step,
      .kd-custom-process-step:not(:first-child) {
        min-height: 0;
        padding: 22px 20px 24px;
        border-right: 1px solid #E1E6EA;
        border-bottom: 1px solid #E1E6EA;
      }

      .kd-custom-process-step:last-child {
        border-bottom: 1px solid #E1E6EA;
      }

      .kd-custom-process-node {
        width: 40px;
        height: 40px;
        margin-bottom: 25px;
        font-size: 12px;
      }

      .kd-custom-process-step-title {
        font-size: 18px;
      }

      .kd-custom-process-step-text {
        font-size: 13px;
        line-height: 1.7;
      }

      .kd-custom-process-step-list {
        margin-top: 15px;
      }

      .kd-custom-process-note {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 16px;
        padding: 18px;
      }

      .kd-custom-process-note-text {
        font-size: 12px;
        line-height: 1.7;
      }
    }


    /* =========================================================
       SMALL MOBILE
    ========================================================= */

    @media (max-width: 380px) {

      .kd-custom-process {
        padding: 46px 0;
      }

      .kd-custom-process .kd-custom-container {
        padding-left: 15px;
        padding-right: 15px;
      }

      .kd-custom-process-title {
        font-size: 27px;
      }

      .kd-custom-process-step,
      .kd-custom-process-step:not(:first-child) {
        padding-left: 18px;
        padding-right: 18px;
      }

    }
  