.companies-leaderboard-container {
  text-align: center;
  background-color: #e7f5fa; }

.on-desktop {
  display: flex !important; }

.on-mobile {
  display: none !important; }

.companies-leaderboard-inner {
  max-width: 1366px;
  padding: 81px 100px 81px 101px;
  margin: 0 auto; }

.companies-leaderboard-heading {
  flex-direction: column;
  font-family: proxima_nova_rgbold;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.13;
  color: #373737;
  margin: 1px auto 40px; }
  .companies-leaderboard-heading .leaderboard {
    margin-left: 110px; }
  .companies-leaderboard-heading img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: relative;
    top: -5px;
    margin-right: 10px; }

.companies-leaderboard-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1165px;
  height: auto;
  min-height: 296px;
  margin-bottom: 20px;
  padding: 17px 29px 28px;
  border: solid 1px #e4eaec;
  background-color: #fff; }

.company-details {
  height: 134px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #e4eaec;
  margin-bottom: 16px; }
  .company-details__pricing-box {
    display: flex;
    align-items: baseline;
    width: 170px;
    height: 56px;
    border-radius: 4px;
    background-color: #f9f1ec;
    padding: 17px 12px 9px 6px; }
  .company-details__mowing {
    margin-left: 3px;
    font-family: proxima_novasemibold;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    color: #373737; }
  .company-details__price {
    font-family: proxima_nova_rgbold;
    font-size: 40px;
    font-weight: bold;
    line-height: 0.65;
    color: #f80; }
  .company-details .company-info {
    display: flex;
    align-items: center;
    gap: 18px; }
  .company-details .clp-details-outer2 {
    display: flex;
    align-items: center;
    height: 60px;
    font-family: ProximaNova-Regular;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    color: #417505; }
    .company-details .clp-details-outer2 .clp-sec4 {
      width: 184px;
      padding: 0 2px 0 0;
      margin-right: 36px; }
    .company-details .clp-details-outer2 .clp-sec5 {
      width: 149px;
      padding: 0 3px 0 0; }

.company-rank-number {
  font-family: proxima_nova_rgbold;
  font-size: 40px;
  font-weight: bold;
  line-height: 0.75;
  color: #373737; }

.clp-sec2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  flex-shrink: 0; }
  .clp-sec2 .clp-rank-cap {
    position: absolute;
    top: -20px;
    z-index: 2;
    width: 42.3px;
    height: 23.2px;
    object-fit: contain; }
  .clp-sec2 .clp-vendor-headshot {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    padding: 2px;
    background-color: #fff;
    box-sizing: border-box;
    object-fit: cover; }

.clp-sec3 {
  display: flex;
  align-items: start;
  flex-direction: column;
  line-height: 1;
  width: 316px; }
  .clp-sec3 .rank-in-city {
    font-family: proxima_novasemibold;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #ff9200; }
  .clp-sec3 .company-name a {
    font-family: proxima_nova_rgbold;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    color: #373737; }

.clp-sec3-stars {
  display: flex;
  align-items: center;
  margin-top: 6px; }
  .clp-sec3-stars .reliability-perc {
    font-family: proxima_nova_rgbold;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #8fb741; }
  .clp-sec3-stars .reliability-rating {
    margin: 0 0 0 5px;
    font-family: proxima_novasemibold;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.63;
    color: #373737; }
  .clp-sec3-stars .company-ranking-star {
    width: 16px;
    height: 16px;
    margin-right: 6px; }
  .clp-sec3-stars .oval-dot {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    margin: 10px 9px 13px 10px;
    background-color: #a4a3a3;
    margin-left: 4px;
    margin-right: 9px; }

.company-services {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: start; }
  .company-services__heading {
    font-family: proxima_novasemibold;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #373737;
    margin-bottom: 12px; }
  .company-services__service-offered {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .company-services__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 23px;
    row-gap: 16px; }
  .company-services__item {
    display: flex;
    align-items: center; }
  .company-services__tick {
    width: 18px;
    height: 14.4px;
    margin-right: 8px; }
  .company-services__cross {
    width: 15px;
    height: 15px;
    margin-right: 9px; }
  .company-services__service-offering {
    width: 28px;
    height: 28px; }
  .company-services__name {
    margin: 1px 0 0 10px;
    font-family: ProximaNova-Regular;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    color: #717171; }
  .company-services__price-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
  .company-services__price-link {
    display: flex;
    width: 142px;
    height: 44px;
    border-radius: 24px;
    background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
    font-family: proxima_novasemibold;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    object-fit: contain;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .company-services__price-link:hover {
      background: #f67106; }
      .company-services__price-link:hover .company-services__price-arrow {
        padding-left: 10px; }
  .company-services__price-arrow {
    height: 9.3px;
    padding-left: 3px;
    transition: 0.5s; }

.clp-sec4-amount,
.clp-sec4-mowing,
.clp-sec5-location,
.clp-sec5-hire {
  display: flex;
  align-items: baseline;
  text-align: start; }

.clp-sec4-amount {
  gap: 14.6px; }

.clp-sec4-mowing {
  gap: 9px; }

.clp-sec5-location {
  gap: 12px; }

.clp-sec5-hire {
  gap: 9px; }

.see-all-companies-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 490px;
  height: 64px;
  padding: 20px 54px;
  border-radius: 32px;
  border: 1px solid #f80;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  font-family: proxima_novasemibold;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: #f80; }
  .see-all-companies-btn:hover {
    background: #fff2f2f7; }
    .see-all-companies-btn:hover .see-all-companies-btn__arrow {
      padding-left: 15px; }
  .see-all-companies-btn__arrow {
    height: 11.7px;
    padding-left: 6px;
    transition: padding 0.5s; }

.control-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.cl-heading {
  display: none; }

.vendor_headshot_1 {
  border: 3px solid #EEB803; }

.vendor_headshot_2 {
  border: 3px solid #AAB0B2; }

.vendor_headshot_3 {
  border: 3px solid #BE6A18; }

@media screen and (min-width: 1241px) and (max-width: 1365px) {
  .companies-leaderboard-inner {
    padding: 80px 100px; }
  .company-rank-number {
    font-size: 32px; }
  .company-details__pricing-box {
    width: auto; }
  .company-details__mowing {
    font-size: 16px; }
  .company-details__price {
    font-size: 32px; }
  .company-details .clp-details-outer2 {
    font-size: 16px; }
    .company-details .clp-details-outer2 .clp-sec4 {
      margin-right: 20px; }
  .company-services__heading {
    font-size: 18px; }
  .company-services__name {
    font-size: 16px;
    margin: 1px 0 0 8px; }
  .clp-sec4-amount {
    gap: 8px; }
  .clp-sec3-stars .company-ranking-star {
    margin-right: 3px; }
  .clp-sec3-stars .oval-dot {
    margin-left: 2px;
    margin-right: 5px; } }

@media screen and (min-width: 1024px) and (max-width: 1240px) {
  .companies-leaderboard-inner {
    padding: 80px 50px; }
  .company-details__mowing {
    font-size: 16px; }
  .company-details__price {
    font-size: 30px; }
  .company-services__list {
    grid-template-columns: repeat(3, 1fr); }
  .company-details .company-info {
    gap: 10px; }
  .company-details .clp-details-outer2 {
    font-size: 16px; }
    .company-details .clp-details-outer2 .clp-sec4 {
      margin-right: 10px; }
  .company-services__name {
    font-size: 16px; }
  .company-rank-number {
    font-size: 24px; }
  .clp-sec2 .clp-vendor-headshot {
    width: 72px;
    height: 72px; }
  .clp-sec3-stars {
    margin-top: 0; }
    .clp-sec3-stars .company-ranking-star {
      width: 14px;
      height: 14px;
      margin-right: 4px; }
    .clp-sec3-stars .oval-dot {
      margin-right: 4px; }
    .clp-sec3-stars .reliability-perc {
      font-size: 16px;
      width: unset;
      margin-right: 5px; }
    .clp-sec3-stars .reliability-rating {
      font-size: 14px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .companies-leaderboard-inner {
    padding-left: 20px;
    padding-right: 20px; }
  .companies-leaderboard-card {
    padding: 17px 15px 28px; }
  .company-services__list {
    grid-template-columns: repeat(3, 1fr); }
  .clp-sec3 {
    width: 290px; }
    .clp-sec3 .rank-in-city {
      font-size: 13px; }
    .clp-sec3 .company-name a {
      font-size: 16px; }
  .clp-sec3-stars {
    margin-top: 0; }
    .clp-sec3-stars .company-ranking-star {
      margin-right: 2px;
      width: 14px; }
    .clp-sec3-stars .reliability-perc {
      font-size: 16px; }
    .clp-sec3-stars .reliability-rating {
      font-size: 14px; }
    .clp-sec3-stars .oval-dot {
      margin-right: 2px;
      margin-left: 2px; }
  .company-rank-number {
    font-size: 24px; }
  .company-services__name {
    font-size: 15px; }
  .company-services__heading {
    font-size: 16px; }
  .company-services__list {
    gap: 16px; }
  .company-details__price {
    font-size: 20px; }
  .company-details__mowing {
    margin-left: 1px;
    font-size: 12px;
    white-space: nowrap;
    margin-top: 6px;
    margin-left: 3px; }
  .company-details__pricing-box {
    width: 100px;
    height: auto;
    padding: 12px 5px; }
  .company-details .company-info {
    gap: 10px; }
  .company-details .clp-details-outer2 {
    font-size: 14px; }
  .company-details .clp-details-outer2 {
    font-size: 14px; }
    .company-details .clp-details-outer2 .clp-sec4 {
      width: 130px;
      margin-right: 0; }
    .company-details .clp-details-outer2 .clp-sec5 {
      width: 125px; }
  .clp-sec2 .clp-vendor-headshot {
    width: 62px;
    height: 62px; } }

@media screen and (max-width: 767px) {
  .companies-leaderboard-inner {
    padding: 56.1px 0 48.1px 19.2px; }
  .on-desktop {
    display: none !important; }
  .on-mobile {
    display: flex !important; }
  .companies-leaderboard-card {
    width: 267.3px;
    padding: 19.2px 18.3px 30.8px;
    margin: 0 auto 20px; }
  .cl-heading {
    font-family: proxima_nova_rgbold;
    font-weight: bold;
    color: #373737;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    font-size: 38px;
    max-width: 347.1px;
    margin-bottom: 26.6px;
    margin-right: auto;
    margin-left: auto; }
    .cl-heading img.stat-img {
      width: 32px;
      height: 32px; }
    .cl-heading .state-wrapper {
      display: flex;
      align-items: baseline;
      gap: 5px; }
    .cl-heading .arrow-bottom-heading {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .cl-heading .arrow-bottom-heading span {
        display: flex;
        align-items: end;
        gap: 6px; }
  .company-details {
    flex-direction: column;
    height: auto; }
    .company-details .company-info {
      flex-wrap: wrap;
      margin: 19.2px 25.3px 0 26px;
      gap: 0; }
    .company-details .company-rank-number {
      font-family: Heebo-Bold;
      font-size: 32.7px;
      line-height: 28.8px;
      margin-right: 25.4px;
      margin-left: 8px; }
    .company-details .clp-sec2 .clp-vendor-headshot {
      width: 81px;
      height: 81px; }
    .company-details .clp-sec2 .clp-rank-cap {
      width: 42.3px;
      height: 23.1px; }
    .company-details .clp-sec3 {
      width: 100%;
      align-items: center;
      text-align: center; }
      .company-details .clp-sec3 .rank-in-city {
        font-family: Heebo-SemiBold;
        font-size: 15.4px;
        line-height: 28.8px; }
      .company-details .clp-sec3 .company-name a {
        font-family: Heebo-Regular;
        font-size: 23.1px; }
      .company-details .clp-sec3 .clp-sec3-stars {
        justify-content: center;
        flex-wrap: wrap; }
        .company-details .clp-sec3 .clp-sec3-stars .company-ranking-star {
          width: 15.4px;
          height: 15.4px;
          margin-right: 7.7px; }
        .company-details .clp-sec3 .clp-sec3-stars .reliability-container {
          margin-top: 8.7px;
          margin-bottom: 8.7px;
          line-height: 25px; }
          .company-details .clp-sec3 .clp-sec3-stars .reliability-container .reliability-perc {
            font-family: Heebo-Bold;
            font-size: 19.2px; }
          .company-details .clp-sec3 .clp-sec3-stars .reliability-container .reliability-rating {
            font-size: 15.4px;
            font-family: Heebo-Regular; }
    .company-details__pricing-box {
      width: 167.3px;
      height: 46.2px;
      border-radius: 3.8px;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .company-details__price {
      font-size: 34.6px;
      font-family: Heebo-Bold;
      line-height: 25px; }
    .company-details__mowing {
      font-family: Heebo-Regular;
      font-size: 19.2px;
      line-height: 25px; }
    .company-details .clp-details-outer2 {
      order: 2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      height: auto;
      width: 100%;
      gap: 15px;
      margin-bottom: 15px;
      padding: 15px 0; }
      .company-details .clp-details-outer2 .clp-sec4,
      .company-details .clp-details-outer2 .clp-sec5 {
        width: auto;
        display: contents; }
      .company-details .clp-details-outer2 .clp-dollar-sign {
        width: 10.1px;
        height: 19.2px;
        top: 5px;
        position: relative; }
      .company-details .clp-details-outer2 .clp-mowing-machine {
        width: 19.2px;
        height: 14.4px; }
      .company-details .clp-details-outer2 .clp-location {
        width: 11.5px;
        height: 14.4px; }
      .company-details .clp-details-outer2 .clp-total-hire {
        width: 17.3px;
        height: 17.3px; }
      .company-details .clp-details-outer2 .clp-sec4-amount,
      .company-details .clp-details-outer2 .clp-sec4-mowing,
      .company-details .clp-details-outer2 .clp-sec5-location,
      .company-details .clp-details-outer2 .clp-sec5-hire {
        flex-direction: row;
        align-items: baseline;
        justify-content: flex-start;
        gap: 8px; }
        .company-details .clp-details-outer2 .clp-sec4-amount span,
        .company-details .clp-details-outer2 .clp-sec4-mowing span,
        .company-details .clp-details-outer2 .clp-sec5-location span,
        .company-details .clp-details-outer2 .clp-sec5-hire span {
          white-space: wrap;
          font-family: Heebo-Regular;
          font-size: 17.3px;
          line-height: 17.3px; }
      .company-details .clp-details-outer2 .clp-sec4-amount {
        order: 1; }
      .company-details .clp-details-outer2 .clp-sec5-location {
        order: 2; }
      .company-details .clp-details-outer2 .clp-sec4-mowing {
        order: 3; }
      .company-details .clp-details-outer2 .clp-sec5-hire {
        order: 4; }
  .see-all-companies-btn {
    width: 336.5px; }
  .company-services__service-offered {
    flex-direction: column; }
  .company-services__heading {
    font-size: 19.2px;
    line-height: 23.1px;
    align-self: flex-start;
    margin-bottom: 10px;
    font-family: Heebo-Regular; }
  .company-services__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 5px; }
  .company-services__item:nth-child(n+2) {
    display: none; }
  .company-services__list.expanded .company-services__item:nth-child(n+2) {
    display: flex; }
  .company-services__item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center; }
  .company-services__tick, .company-services__cross {
    width: 15.4px !important;
    height: 12.3px !important;
    flex-shrink: 0; }
  .company-services__service-offering {
    width: 28.8px !important;
    height: 28.8px !important;
    flex-shrink: 0;
    margin-right: 10px !important; }
  .company-services__name {
    margin: 0;
    white-space: nowrap;
    font-family: Heebo-Regular;
    font-size: 19.2px;
    color: #717171; }
  .company-services__links {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 16.3px; }
  .company-services .view-more-services-mobile {
    font-family: Heebo-SemiBold;
    color: #FF9200;
    display: block !important;
    font-size: 17.3px;
    text-decoration: underline;
    line-height: 28.8px;
    cursor: pointer;
    margin: 0; }
  .company-services__price-btn {
    width: 100%; }
  .company-services__price-arrow {
    width: 10px !important;
    margin-left: 4.7px; }
  .company-services__price-link {
    width: 100%;
    height: 54px;
    border-radius: 27px;
    font-size: 20px; }
    .company-services__price-link:hover .company-services__price-arrow {
      padding-left: 10px; } }
