/* scoped: si-safe-shooter-cards-SafeShooterProcessSection */

  .process-section:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    width: 100%;
    height: 465px;
    padding: 53px 60px;
    background: #F7F7FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  .card-img:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    position: absolute;
    top: -30px;
    left: 160px;
    width: 300px;
    height: auto;
    object-fit: contain;
  }

  .process-header:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .process-title:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .title-red:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){ color: #D62121; }

  .process-underline:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .content-box:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    width: 1260px;
    display: flex;
    flex-direction: row;
    gap: 36px;
    position: relative;
    align-items: flex-start;
  }

  .content-box:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *)::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 26px;
    right: -20px;
    height: 1px;
    background: #C3C3C3;
    z-index: 0;
  }

  .step:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .step-badge:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(270deg, #D62121 0%, #701111 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: -23px;
  }

  .step-content:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 24px;
  }

  .step-icon:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    margin-top: 6px;
  }

  .step-text:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .step-title:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1A24;
    margin: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #D9D9D9;
    width: 226px;
    white-space: nowrap;
  }

  .step-desc:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .step-desc strong:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    font-weight: 700;
  }

  .process-footer:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .process-footer strong:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    font-weight: 700;
    font-style: italic;
  }



  html.is-mobile .process-section:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    height: auto;
    padding: 60px 40px;
    gap: 32px;
    overflow: visible;
  }

  html.is-mobile .card-img:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    display: none;
  }

  html.is-mobile .process-title:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    font-size: 22px;
  }

  html.is-mobile .content-box:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    width: 100%;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }

  html.is-mobile .content-box:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *)::before{
    top: 26px;
    left: 25px;
    right: auto;
    bottom: 26px;
    width: 1px;
    height: auto;
  }

  html.is-mobile .step:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    flex: none;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  }

  html.is-mobile .step-badge:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    margin-top: 0;
  }

  html.is-mobile .step-content:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    gap: 8px;
    align-items: flex-start;
  }

  html.is-mobile .step-icon:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    flex-shrink: 0;
    margin-top: 0;
  }

  html.is-mobile .step-text:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    display: contents;
  }

  html.is-mobile .step-title:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    font-size: 17px;
    flex: 1;
    min-width: 0;
    white-space: normal;
    width: auto;
  }

  html.is-mobile .step-desc:where(.si-safe-shooter-cards-SafeShooterProcessSection, .si-safe-shooter-cards-SafeShooterProcessSection *){
    flex-basis: 100%;
  }
