<turbo-stream action="replace" target="company_profile_product_lines_mobile_sort"><template>
  
<div id="company_profile_product_lines_mobile_sort"
     class="visible-tablet dropdown m-4"
     data-controller="toggle-class"
     data-toggle-class-css-class="is-active"
     data-toggle-class-target="el">
  <div class="dropdown-trigger full-width">
    <button class=" button full-width has-text-align-left is-justify-content-flex-start"
            
            data-action="click->toggle-class#toggle">
      <span>Sort: Reporting Segment [Z-A]</span>
      <span class="icon ml-auto mr-2">
        <i class="fas fa-angle-down"></i>
      </span>
    </button>
  </div>
  <div class="dropdown-menu-wrapper full-width">
    <div class="dropdown-menu full-width">
      <div class="dropdown-content">
        <a class="dropdown-item" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Breporting_segment_name%5D=asc">Reporting Segment [A-Z]</a>
        <a class="dropdown-item" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Breporting_segment_name%5D=desc">Reporting Segment [Z-A]</a>
        <a class="dropdown-item" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bname%5D=asc">Product Line [A-Z]</a>
        <a class="dropdown-item" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bname%5D=desc">Product Line [Z-A]</a>
        <a class="dropdown-item" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bmetric_amount_raw%5D=desc">Product Line Amount High to Low</a>
        <a class="dropdown-item" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bmetric_amount_raw%5D=asc">Product Line Amount Low to High</a>
        <a class="dropdown-item" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bmetric_percentage%5D=desc">Product Line Percentage High to Low</a>
        <a class="dropdown-item" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bmetric_percentage%5D=asc">Product Line Percentage Low to High</a>
      </div>
    </div>
  </div>
</div>

</template></turbo-stream>
<turbo-stream action="replace" target="company_profile_product_lines_table_header"><template>
  
<table id="company_profile_product_lines_table_header"
       class="table is-hoverable">
  <thead class="visible-non-tablet">
    <tr class="is-black ">
      <th class="is-vcentered" scope="col"><a class="has-text-white is-flex" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Breporting_segment_name%5D="><span>Reporting Segment</span><span class="material-symbols-outlined is-size-5">arrow_drop_down</span></a></th>
      <th class="is-vcentered" scope="col"><a class="has-text-white is-flex" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bname%5D=asc"><span>Product Line</span><span class="material-symbols-outlined is-size-5"></span></a></th>
      <th class="is-vcentered has-text-right" scope="col"><a class="has-text-white is-flex" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bmetric_amount_raw%5D=asc"><span>Amount</span><span class="material-symbols-outlined is-size-5"></span></a></th>
      <th class="is-vcentered has-text-right has-text-white" scope="col"><a class="has-text-white is-flex" data-turbo="true" data-turbo-stream="true" href="/product_lines?company_classification_id=2435&amp;sort%5Bmetric_percentage%5D=asc"><span>Percentage</span><span class="material-symbols-outlined is-size-5"></span></a></th>
    </tr>
  </thead>

  <thead class="visible-tablet">
    <tr class="is-black">
      <th class="is-vcentered">
        <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
          keyboard_arrow_right
        </span>
      </th>
      <th class="is-vcentered">
        Reporting Segment &amp; Product Line
      </th>
      <th class="is-vcentered has-text-right">
        Amount
      </th>
      <th class="is-vcentered has-text-right">
        Percentage
      </th>
    </tr>
  </thead>
</table>

</template></turbo-stream>
<turbo-stream action="replace" target="company_profile_product_lines_table_body"><template>
  
<div class="table-container"
     id="company_profile_product_lines_table_body">
  <table class="table is-hoverable ">
    <tbody class="visible-non-tablet ">

        <tr class="">
          <td class="is-vcentered">
            Transportation
          </td>

          <td class="is-vcentered">
            <div>
              Railway Transportation
            </div>
            <div class="is-size-7 has-text-grey">
              These companies operate train networks that transport consumers.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            37,528
          </td>

          <td class="has-text-right is-vcentered">
              <span>58.06%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Transportation
          </td>

          <td class="is-vcentered">
            <div>
              Private Bus Operators
            </div>
            <div class="is-size-7 has-text-grey">
              These companies transport people using buses.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            3,588
          </td>

          <td class="has-text-right is-vcentered">
              <span>5.55%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Real Estate
          </td>

          <td class="is-vcentered">
            <div>
              Residential Real Estate Lessor
            </div>
            <div class="is-size-7 has-text-grey">
              These companies lease residential real estate to consumers.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            11,527
          </td>

          <td class="has-text-right is-vcentered">
              <span>17.83%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Real Estate
          </td>

          <td class="is-vcentered">
            <div>
              Diversified Real Estate Lessor
            </div>
            <div class="is-size-7 has-text-grey">
              These companies lease diversified real estate, such as retail centers, homes, and offices to commercial and consumer customers.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            2,116
          </td>

          <td class="has-text-right is-vcentered">
              <span>3.27%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Real Estate
          </td>

          <td class="is-vcentered">
            <div>
              Single-Family Residential Home Developer (with subcontractors)
            </div>
            <div class="is-size-7 has-text-grey">
              These companies develop single-family residential homes. They subcontract certain aspects of the construction process.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            438
          </td>

          <td class="has-text-right is-vcentered">
              <span>0.68%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Merchandise Sales
          </td>

          <td class="is-vcentered">
            <div>
              Department Stores
            </div>
            <div class="is-size-7 has-text-grey">
              These companies sell clothing in department stores. They also sell furniture, home appliances, toys, cosmetics, houseware, gardening, toiletries, sporting goods, do-it-yourself items, paint, and hardware.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            1,786
          </td>

          <td class="has-text-right is-vcentered">
              <span>2.76%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Merchandise Sales
          </td>

          <td class="is-vcentered">
            <div>
              Retail Sales
            </div>
            <div class="is-size-7 has-text-grey">
              These companies sell diversified consumer goods at retail locations.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            925
          </td>

          <td class="has-text-right is-vcentered">
              <span>1.43%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Merchandise Sales
          </td>

          <td class="is-vcentered">
            <div>
              Grocery Retail
            </div>
            <div class="is-size-7 has-text-grey">
              These companies operate grocery stores.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            -663
          </td>

          <td class="has-text-right is-vcentered">
              <span>-1.03%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Leisure
          </td>

          <td class="is-vcentered">
            <div>
              Tour Guides and Operators
            </div>
            <div class="is-size-7 has-text-grey">
              These establishments operator sightseeing tours and entertain tourists.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            4,848
          </td>

          <td class="has-text-right is-vcentered">
              <span>7.50%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Leisure
          </td>

          <td class="is-vcentered">
            <div>
              Hotel Owner (with manager)
            </div>
            <div class="is-size-7 has-text-grey">
              These companies lease hotels to their subsidiaries, which then hire third-party managers, like those affiliated with hotel brands, to run the hotel.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            618
          </td>

          <td class="has-text-right is-vcentered">
              <span>0.96%</span>
          </td>
        </tr>

        <tr class="">
          <td class="is-vcentered">
            Leisure
          </td>

          <td class="is-vcentered">
            <div>
              Leisure Rentals
            </div>
            <div class="is-size-7 has-text-grey">
              These establishments provide access to equipment and facilities, such as kayaks, thrill parks, sports arenas, and other event spaces, on a temporary basis.
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            601
          </td>

          <td class="has-text-right is-vcentered">
              <span>0.93%</span>
          </td>
        </tr>
    </tbody>

    <tbody class="visible-tablet ">

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Transportation
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Railway Transportation
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            37,528
          </td>

          <td class="has-text-right is-vcentered">
              <span>58.06%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies operate train networks that transport consumers.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Transportation
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Private Bus Operators
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            3,588
          </td>

          <td class="has-text-right is-vcentered">
              <span>5.55%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies transport people using buses.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Real Estate
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Residential Real Estate Lessor
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            11,527
          </td>

          <td class="has-text-right is-vcentered">
              <span>17.83%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies lease residential real estate to consumers.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Real Estate
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Diversified Real Estate Lessor
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            2,116
          </td>

          <td class="has-text-right is-vcentered">
              <span>3.27%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies lease diversified real estate, such as retail centers, homes, and offices to commercial and consumer customers.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Real Estate
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Single-Family Residential Home Developer (with subcontractors)
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            438
          </td>

          <td class="has-text-right is-vcentered">
              <span>0.68%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies develop single-family residential homes. They subcontract certain aspects of the construction process.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Merchandise Sales
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Department Stores
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            1,786
          </td>

          <td class="has-text-right is-vcentered">
              <span>2.76%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies sell clothing in department stores. They also sell furniture, home appliances, toys, cosmetics, houseware, gardening, toiletries, sporting goods, do-it-yourself items, paint, and hardware.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Merchandise Sales
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Retail Sales
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            925
          </td>

          <td class="has-text-right is-vcentered">
              <span>1.43%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies sell diversified consumer goods at retail locations.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Merchandise Sales
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Grocery Retail
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            -663
          </td>

          <td class="has-text-right is-vcentered">
              <span>-1.03%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies operate grocery stores.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Leisure
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Tour Guides and Operators
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            4,848
          </td>

          <td class="has-text-right is-vcentered">
              <span>7.50%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These establishments operator sightseeing tours and entertain tourists.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Leisure
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Hotel Owner (with manager)
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            618
          </td>

          <td class="has-text-right is-vcentered">
              <span>0.96%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These companies lease hotels to their subsidiaries, which then hire third-party managers, like those affiliated with hotel brands, to run the hotel.
            </div>
          </td>
        </tr>

        <tr class="pl-row "
            data-controller="toggle-class"
            data-toggle-class-css-class="show-pl"
            data-toggle-class-target="el">
          <td class="is-vcentered is-clickable"
              data-action="click->toggle-class#toggle">
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-expand">
              keyboard_arrow_right
            </span>
            <span class="material-symbols-outlined is-size-6 ml-2 pl-description-collapse">
              keyboard_arrow_down
            </span>
          </td>
          <td class="is-vcentered">
            <div class="has-text-weight-semibold">
              Leisure
            </div>
            <div class="pl-name-container">
              <div class="pl-name" data-toggle-class-target="el">
                Leisure Rentals
              </div>
            </div>
          </td>

          <td class="has-text-right is-vcentered">
            601
          </td>

          <td class="has-text-right is-vcentered">
              <span>0.93%</span>
          </td>
        </tr>

        <tr class="pl-description-row">
          <td class="is-vcentered">
            <span class="material-symbols-outlined is-size-6 visibility-hidden ml-2">
              keyboard_arrow_right
            </span>
          </td>
          <td class="py-2" colspan="3">

            <div class="pl-description is-size-7 has-text-grey">
              These establishments provide access to equipment and facilities, such as kayaks, thrill parks, sports arenas, and other event spaces, on a temporary basis.
            </div>
          </td>
        </tr>
    </tbody>
  </table>
</div>

</template></turbo-stream>