/* line 1, styles-sj.scss */
h1.heading.business-page-title {
  text-align: left;
  margin-top: 0px; }

/* line 5, styles-sj.scss */
.business-banner {
  line-height: 0;
  padding-bottom: 30px; }
  /* line 8, styles-sj.scss */
  .business-banner img {
    width: 100%; }

/* line 12, styles-sj.scss */
.collection-text-business {
  padding: 30px 0 60px; }
  /* line 14, styles-sj.scss */
  .collection-text-business .collection-description {
    max-width: 817px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #343434; }
    /* line 22, styles-sj.scss */
    .collection-text-business .collection-description h2 {
      text-transform: uppercase;
      font-family: 'Roboto';
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      color: #343434;
      margin: 0 0 20px; }

/* line 33, styles-sj.scss */
.business-list-container {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 30px; }

/* line 38, styles-sj.scss */
.business-list {
  overflow: hidden;
  overflow-x: auto;
  width: auto;
  flex-wrap: nowrap; }
  /* line 43, styles-sj.scss */
  .business-list .business-list-point {
    display: block;
    white-space: nowrap;
    padding: 12px 42px;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-left: 0;
    transition: .4s all;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #343434;
    cursor: pointer; }
    /* line 58, styles-sj.scss */
    .business-list .business-list-point.js-active {
      background: #343434;
      border: 1px solid #F0F0F0;
      color: #fff; }
    /* line 63, styles-sj.scss */
    .business-list .business-list-point:first-child {
      border-radius: 4px 0 0 4px;
      border-left: 1px solid #F0F0F0; }
    /* line 67, styles-sj.scss */
    .business-list .business-list-point:last-child {
      border-radius: 0 4px 4px 0; }

/* line 72, styles-sj.scss */
.business-subcollection-container {
  padding-bottom: 40px; }
  /* line 74, styles-sj.scss */
  .business-subcollection-container .collection-grid {
    grid-template-columns: repeat(5, 1fr); }

/* line 79, styles-sj.scss */
.tabs-blocks .tabs {
  padding: 0 0;
  margin: 0 0; }

/* line 84, styles-sj.scss */
.business-subcollection-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #343434;
  margin-bottom: 20px; }

@media (max-width: 1199px) {
  /* line 96, styles-sj.scss */
  .business-subcollection-container .collection-grid {
    grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) {
  /* line 103, styles-sj.scss */
  .business-subcollection-container .collection-grid {
    grid-template-columns: repeat(2, 1fr); }

  /* line 107, styles-sj.scss */
  .hide-xl {
    display: none; }

  /* line 110, styles-sj.scss */
  .show-xl {
    display: block !important; }

  /* line 113, styles-sj.scss */
  h1.page-title.heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px; }

  /* line 118, styles-sj.scss */
  .business-banner {
    margin: 0 -10px;
    padding-bottom: 15px; }

  /* line 122, styles-sj.scss */
  .collection-text-business {
    padding: 15px 0 24px; }

  /* line 125, styles-sj.scss */
  .collection-text-business .collection-description h2 {
    font-size: 20px; } }
/* line 129, styles-sj.scss */
.tabs {
  position: relative; }
  /* line 131, styles-sj.scss */
  .tabs .tab {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .4s all; }
    /* line 138, styles-sj.scss */
    .tabs .tab.js-active {
      position: relative;
      opacity: 1;
      visibility: visible; }
