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

  .safe-shooter-section:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 100%;
    height: 548px;
    display: flex;
    background-image: url('/HomepageBG2.webp');
    background-size: cover;
    background-position: center;
  }

  .left-half:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(90.75deg, rgba(255, 255, 255, 0.8) -119.41%, rgba(214, 33, 33, 0.8) 133.46%);
    display: flex;
    align-items: center;
    padding: 0 80px;
    position: relative;
    overflow: hidden;
  }

  .corner-img:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    position: absolute;
    top: -30px;
    right: 40px;
    width: 350px;
    height: auto;
  }

  .left-desc--gap:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    margin-top: 12px;
  }

  .left-content:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 524px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

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

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

  .left-desc:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
  }

  .left-list:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    margin: 0;
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    list-style: disc;
  }

  .left-list li:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
  }

  .btn-shooter:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 211px;
    height: 44px;
    padding: 15px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 20.4px 0px rgba(255, 255, 255, 0.34);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: 8px;
    transition: opacity 0.2s;
  }

  .btn-shooter:hover:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){ opacity: 0.9; }

  .right-half:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .right-box:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 548px;
    height: 480px;
    padding: 21px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    background: rgba(65, 65, 65, 0.60);
    box-sizing: border-box;
  }

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

  .right-underline:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 60px;
    height: 4px;
    background: #FFFFFF;
    flex-shrink: 0;
  }

  .right-desc:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
  }

  .right-desc--center:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){ text-align: center; }

  .right-text:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }

  .yt-wrap:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 451px;
    height: 252px;
    border-radius: 8px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .yt-thumb:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .play-btn:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
  }
  .play-btn:hover:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    transform: translate(-50%, -50%) scale(1.1);
  }



  html.is-mobile .safe-shooter-section:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 430px;
    height: auto;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 40px;
    gap: 0;
    background-image: none !important;
  }

  html.is-mobile .safe-shooter-section .left-half:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 430px;
    height: 550px;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px;
    box-sizing: border-box;
    gap: 20px;
    background: linear-gradient(89.63deg, rgba(255,255,255,0.8) -119.76%, rgba(214,33,33,0.8) 152.41%) !important;
    flex-shrink: 0;
  }

  html.is-mobile .safe-shooter-section .left-half:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    position: relative;
    overflow: visible;
  }

  html.is-mobile .safe-shooter-section .left-content:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 263px;
  }

  html.is-mobile .safe-shooter-section .corner-img:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 240px;
    height: auto;
    position: absolute;
    top: -65px;
    right: -30px;
    z-index: 2;
  }

  html.is-mobile .safe-shooter-section .right-half:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 430px;
    height: auto;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
    background-image: url('/PrivateLessionbg1.jpg') !important;
    background-size: cover;
    background-position: center;
  }

  html.is-mobile .safe-shooter-section .right-box:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 324px;
    height: auto;
    padding: 21px 60px;
    box-sizing: border-box;
    gap: 14px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  html.is-mobile .safe-shooter-section .left-title:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  html.is-mobile .safe-shooter-section .left-underline:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 60px;
    height: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  html.is-mobile .safe-shooter-section .left-desc:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    width: 100%;
    height: auto;
  }

  html.is-mobile .safe-shooter-section .left-list:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    width: 100%;
  }

  html.is-mobile .safe-shooter-section .btn-shooter:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 263px;
    height: 46px;
    padding: 15px 22px;
    gap: 10px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
  }

  html.is-mobile .safe-shooter-section .right-half:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 0 40px;
    box-sizing: border-box;
  }

  html.is-mobile .safe-shooter-section .right-box:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    align-items: center;
  }

  html.is-mobile .safe-shooter-section .right-title:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap !important;
  }

  html.is-mobile .safe-shooter-section .right-underline:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 60px;
    height: 4px;
    background: #FFFFFF !important;
    align-self: center;
  }

  html.is-mobile .safe-shooter-section .right-desc:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    width: 100%;
  }

  html.is-mobile .safe-shooter-section .right-desc--center:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 268px;
    height: 28px;
    text-align: left;
  }

  html.is-mobile .safe-shooter-section .right-text:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 258px;
    height: 98px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
  }

  html.is-mobile .safe-shooter-section .right-box .yt-wrap:where(.si-indoor-range-IndoorRangeSafeShooterSection, .si-indoor-range-IndoorRangeSafeShooterSection *){
    width: 264px;
    height: 147px;
    border-radius: 8px;
    align-self: center;
    flex-shrink: 0;
    overflow: hidden;
  }
