/* scoped: si-indoor-range-IndoorRangeStartSection */

  .start-section:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    width: 100%;
    height: 300px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background-image: url('/training bg.webp');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }

  .content-group:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .section-title:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }

  .title-dark:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){ color: #1A1A1A; }
  .title-red:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){ color: #D62121; }

  .sub-title:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #1A1A1A;
    margin: 0;
  }

  .title-underline:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }



  html.is-mobile .start-section:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    height: auto;
    padding: 80px 40px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-image: radial-gradient(circle, rgba(180,180,180,0.7) 1.5px, transparent 1.5px) !important;
    background-size: 22px 22px !important;
    background-color: #FFFFFF !important;
  }

  html.is-mobile .start-section .content-group:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    width: 270px;
    height: auto;
    gap: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  html.is-mobile .start-section .section-title:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    font-size: 22px;
    text-align: center;
  }

  html.is-mobile .start-section .title-dark:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *), html.is-mobile .start-section .title-red:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    font-size: 22px;
    text-align: center;
  }

  html.is-mobile .start-section .title-underline:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    width: 60px;
    height: 4px;
    align-self: center;
  }

  html.is-mobile .start-section .sub-title:where(.si-indoor-range-IndoorRangeStartSection, .si-indoor-range-IndoorRangeStartSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
  }
