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

  .lanes-section:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    width: 100%;
    height: 483px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background: #FFFFFF;
    box-sizing: border-box;
  }

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

  .section-title:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    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-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){ color: #272727; }
  .title-red:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){ color: #D62121; }

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

  .section-desc:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
    margin-top: 12px;
  }

  .cards-row:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    display: flex;
    gap: 28px;
  }

  .lane-card:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    width: 315px;
    height: 140px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: #272727;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
  }

  .lane-card:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *)::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.72) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .card-top-line:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    width: 100%;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }

  .card-inner:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    padding: 22px 0 14px 22px;
    height: calc(100% - 4px);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
  }

  .card-text-block:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

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

  .card-underline:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    width: 148px;
    height: 4px;
    background: #D62121;
  }


  html.is-mobile .lanes-section:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    width: 430px;
    height: 745px;
    padding: 80px 40px;
    box-sizing: border-box;
    gap: 52px;
    align-items: center;
  }

  html.is-mobile .lanes-section .heading-group:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    align-items: center;
    gap: 12px;
  }

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

  html.is-mobile .lanes-section .title-underline:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    width: 60px;
    height: 4px;
  }

  html.is-mobile .lanes-section .section-desc:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    display: none;
  }

  html.is-mobile .lanes-section .cards-row:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 316px;
    height: 468px;
  }

  html.is-mobile .lanes-section .lane-card:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    width: 315px;
    height: 140px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }



  .card-img:where(.si-indoor-range-IndoorRangeLanesSection, .si-indoor-range-IndoorRangeLanesSection *){
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    z-index: 0;
  }
