.a-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.a-col1 > * {
  width: 100%;
}

.a-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.a-col2 > * {
  width: 50%;
}

.a-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.a-col3 > * {
  width: 33.333%;
}

.a-col4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.a-col4 > * {
  width: 25%;
}

.a-col5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.a-col5 > * {
  width: 20%;
}

.a-col6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.a-col6 > * {
  width: 16.666%;
}

.a-gap0 > *,
  .a-gapy0 > * {
  margin-bottom: 0px;
}

.a-gap10 > *,
  .a-gapy10 > * {
  margin-bottom: 10px;
}

.a-gap20 > *,
  .a-gapy20 > * {
  margin-bottom: 20px;
}

.a-gap30 > *,
  .a-gapy30 > * {
  margin-bottom: 30px;
}

.a-gap40 > *,
  .a-gapy40 > * {
  margin-bottom: 40px;
}

.a-gap50 > *,
  .a-gapy50 > * {
  margin-bottom: 50px;
}

.a-gap60 > *,
  .a-gapy60 > * {
  margin-bottom: 60px;
}

.a-gap70 > *,
  .a-gapy70 > * {
  margin-bottom: 70px;
}

.a-gap80 > *,
  .a-gapy80 > * {
  margin-bottom: 80px;
}

.a-gap90 > *,
  .a-gapy90 > * {
  margin-bottom: 90px;
}

.a-gap100 > *,
  .a-gapy100 > * {
  margin-bottom: 100px;
}

.a-gap1p > *,
  .a-gapy1p > * {
  margin-bottom: 1%;
}

.a-gap2p > *,
  .a-gapy2p > * {
  margin-bottom: 2%;
}

.a-gap3p > *,
  .a-gapy3p > * {
  margin-bottom: 3%;
}

.a-gap4p > *,
  .a-gapy4p > * {
  margin-bottom: 4%;
}

.a-gap5p > *,
  .a-gapy5p > * {
  margin-bottom: 5%;
}

.a-gap6p > *,
  .a-gapy6p > * {
  margin-bottom: 6%;
}

.a-gap7p > *,
  .a-gapy7p > * {
  margin-bottom: 7%;
}

.a-gap8p > *,
  .a-gapy8p > * {
  margin-bottom: 8%;
}

.a-gap9p > *,
  .a-gapy9p > * {
  margin-bottom: 9%;
}

.a-gap10p > *,
  .a-gapy10p > * {
  margin-bottom: 10%;
}

.a-col1.a-gap0 > *,
  .a-col1.a-gapx0 > *,
  .a-gap0.a-col1 > *,
  .a-gapx0.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap0 > :nth-child(n),
  .a-col1.a-gapx0 > :nth-child(n),
  .a-gap0.a-col1 > :nth-child(n),
  .a-gapx0.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap0 > *,
  .a-col2.a-gapx0 > *,
  .a-gap0.a-col2 > *,
  .a-gapx0.a-col2 > * {
  width: calc(50% - 0px);
}

.a-col2.a-gap0 > :nth-child(2n),
  .a-col2.a-gapx0 > :nth-child(2n),
  .a-gap0.a-col2 > :nth-child(2n),
  .a-gapx0.a-col2 > :nth-child(2n) {
  margin-left: 0px;
}

.a-col2.a-gap0 > :nth-child(2n-1),
  .a-col2.a-gapx0 > :nth-child(2n-1),
  .a-gap0.a-col2 > :nth-child(2n-1),
  .a-gapx0.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap0 > *,
  .a-col3.a-gapx0 > *,
  .a-gap0.a-col3 > *,
  .a-gapx0.a-col3 > * {
  width: calc(33.333% - 0px);
}

.a-col3.a-gap0 > :nth-child(3n),
  .a-col3.a-gapx0 > :nth-child(3n),
  .a-gap0.a-col3 > :nth-child(3n),
  .a-gapx0.a-col3 > :nth-child(3n),
  .a-col3.a-gap0 > :nth-child(3n-1),
  .a-col3.a-gapx0 > :nth-child(3n-1),
  .a-gap0.a-col3 > :nth-child(3n-1),
  .a-gapx0.a-col3 > :nth-child(3n-1) {
  margin-left: 0px;
}

.a-col3.a-gap0 > :nth-child(3n-2),
  .a-col3.a-gapx0 > :nth-child(3n-2),
  .a-gap0.a-col3 > :nth-child(3n-2),
  .a-gapx0.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap0 > *,
  .a-col4.a-gapx0 > *,
  .a-gap0.a-col4 > *,
  .a-gapx0.a-col4 > * {
  width: calc(25% - 0px);
}

.a-col4.a-gap0 > :nth-child(4n),
  .a-col4.a-gapx0 > :nth-child(4n),
  .a-gap0.a-col4 > :nth-child(4n),
  .a-gapx0.a-col4 > :nth-child(4n),
  .a-col4.a-gap0 > :nth-child(4n-1),
  .a-col4.a-gapx0 > :nth-child(4n-1),
  .a-gap0.a-col4 > :nth-child(4n-1),
  .a-gapx0.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap0 > :nth-child(4n-2),
  .a-col4.a-gapx0 > :nth-child(4n-2),
  .a-gap0.a-col4 > :nth-child(4n-2),
  .a-gapx0.a-col4 > :nth-child(4n-2) {
  margin-left: 0px;
}

.a-col4.a-gap0 > :nth-child(4n-3),
  .a-col4.a-gapx0 > :nth-child(4n-3),
  .a-gap0.a-col4 > :nth-child(4n-3),
  .a-gapx0.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap0 > *,
  .a-col5.a-gapx0 > *,
  .a-gap0.a-col5 > *,
  .a-gapx0.a-col5 > * {
  width: calc(20% - 0px);
}

.a-col5.a-gap0 > :nth-child(5n),
  .a-col5.a-gapx0 > :nth-child(5n),
  .a-gap0.a-col5 > :nth-child(5n),
  .a-gapx0.a-col5 > :nth-child(5n),
  .a-col5.a-gap0 > :nth-child(5n-1),
  .a-col5.a-gapx0 > :nth-child(5n-1),
  .a-gap0.a-col5 > :nth-child(5n-1),
  .a-gapx0.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap0 > :nth-child(5n-2),
  .a-col5.a-gapx0 > :nth-child(5n-2),
  .a-gap0.a-col5 > :nth-child(5n-2),
  .a-gapx0.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap0 > :nth-child(5n-3),
  .a-col5.a-gapx0 > :nth-child(5n-3),
  .a-gap0.a-col5 > :nth-child(5n-3),
  .a-gapx0.a-col5 > :nth-child(5n-3) {
  margin-left: 0px;
}

.a-col5.a-gap0 > :nth-child(5n-4),
  .a-col5.a-gapx0 > :nth-child(5n-4),
  .a-gap0.a-col5 > :nth-child(5n-4),
  .a-gapx0.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap0 > *,
  .a-col6.a-gapx0 > *,
  .a-gap0.a-col6 > *,
  .a-gapx0.a-col6 > * {
  width: calc(16.666% - 0px);
}

.a-col6.a-gap0 > :nth-child(6n),
  .a-col6.a-gapx0 > :nth-child(6n),
  .a-gap0.a-col6 > :nth-child(6n),
  .a-gapx0.a-col6 > :nth-child(6n),
  .a-col6.a-gap0 > :nth-child(6n-1),
  .a-col6.a-gapx0 > :nth-child(6n-1),
  .a-gap0.a-col6 > :nth-child(6n-1),
  .a-gapx0.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap0 > :nth-child(6n-2),
  .a-col6.a-gapx0 > :nth-child(6n-2),
  .a-gap0.a-col6 > :nth-child(6n-2),
  .a-gapx0.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap0 > :nth-child(6n-3),
  .a-col6.a-gapx0 > :nth-child(6n-3),
  .a-gap0.a-col6 > :nth-child(6n-3),
  .a-gapx0.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap0 > :nth-child(6n-4),
  .a-col6.a-gapx0 > :nth-child(6n-4),
  .a-gap0.a-col6 > :nth-child(6n-4),
  .a-gapx0.a-col6 > :nth-child(6n-4) {
  margin-left: 0px;
}

.a-col6.a-gap0 > :nth-child(6n-5),
  .a-col6.a-gapx0 > :nth-child(6n-5),
  .a-gap0.a-col6 > :nth-child(6n-5),
  .a-gapx0.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap10 > *,
  .a-col1.a-gapx10 > *,
  .a-gap10.a-col1 > *,
  .a-gapx10.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap10 > :nth-child(n),
  .a-col1.a-gapx10 > :nth-child(n),
  .a-gap10.a-col1 > :nth-child(n),
  .a-gapx10.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap10 > *,
  .a-col2.a-gapx10 > *,
  .a-gap10.a-col2 > *,
  .a-gapx10.a-col2 > * {
  width: calc(50% - 5px);
}

.a-col2.a-gap10 > :nth-child(2n),
  .a-col2.a-gapx10 > :nth-child(2n),
  .a-gap10.a-col2 > :nth-child(2n),
  .a-gapx10.a-col2 > :nth-child(2n) {
  margin-left: 10px;
}

.a-col2.a-gap10 > :nth-child(2n-1),
  .a-col2.a-gapx10 > :nth-child(2n-1),
  .a-gap10.a-col2 > :nth-child(2n-1),
  .a-gapx10.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap10 > *,
  .a-col3.a-gapx10 > *,
  .a-gap10.a-col3 > *,
  .a-gapx10.a-col3 > * {
  width: calc(33.333% - 6.666px);
}

.a-col3.a-gap10 > :nth-child(3n),
  .a-col3.a-gapx10 > :nth-child(3n),
  .a-gap10.a-col3 > :nth-child(3n),
  .a-gapx10.a-col3 > :nth-child(3n),
  .a-col3.a-gap10 > :nth-child(3n-1),
  .a-col3.a-gapx10 > :nth-child(3n-1),
  .a-gap10.a-col3 > :nth-child(3n-1),
  .a-gapx10.a-col3 > :nth-child(3n-1) {
  margin-left: 10px;
}

.a-col3.a-gap10 > :nth-child(3n-2),
  .a-col3.a-gapx10 > :nth-child(3n-2),
  .a-gap10.a-col3 > :nth-child(3n-2),
  .a-gapx10.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap10 > *,
  .a-col4.a-gapx10 > *,
  .a-gap10.a-col4 > *,
  .a-gapx10.a-col4 > * {
  width: calc(25% - 7.5px);
}

.a-col4.a-gap10 > :nth-child(4n),
  .a-col4.a-gapx10 > :nth-child(4n),
  .a-gap10.a-col4 > :nth-child(4n),
  .a-gapx10.a-col4 > :nth-child(4n),
  .a-col4.a-gap10 > :nth-child(4n-1),
  .a-col4.a-gapx10 > :nth-child(4n-1),
  .a-gap10.a-col4 > :nth-child(4n-1),
  .a-gapx10.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap10 > :nth-child(4n-2),
  .a-col4.a-gapx10 > :nth-child(4n-2),
  .a-gap10.a-col4 > :nth-child(4n-2),
  .a-gapx10.a-col4 > :nth-child(4n-2) {
  margin-left: 10px;
}

.a-col4.a-gap10 > :nth-child(4n-3),
  .a-col4.a-gapx10 > :nth-child(4n-3),
  .a-gap10.a-col4 > :nth-child(4n-3),
  .a-gapx10.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap10 > *,
  .a-col5.a-gapx10 > *,
  .a-gap10.a-col5 > *,
  .a-gapx10.a-col5 > * {
  width: calc(20% - 8px);
}

.a-col5.a-gap10 > :nth-child(5n),
  .a-col5.a-gapx10 > :nth-child(5n),
  .a-gap10.a-col5 > :nth-child(5n),
  .a-gapx10.a-col5 > :nth-child(5n),
  .a-col5.a-gap10 > :nth-child(5n-1),
  .a-col5.a-gapx10 > :nth-child(5n-1),
  .a-gap10.a-col5 > :nth-child(5n-1),
  .a-gapx10.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap10 > :nth-child(5n-2),
  .a-col5.a-gapx10 > :nth-child(5n-2),
  .a-gap10.a-col5 > :nth-child(5n-2),
  .a-gapx10.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap10 > :nth-child(5n-3),
  .a-col5.a-gapx10 > :nth-child(5n-3),
  .a-gap10.a-col5 > :nth-child(5n-3),
  .a-gapx10.a-col5 > :nth-child(5n-3) {
  margin-left: 10px;
}

.a-col5.a-gap10 > :nth-child(5n-4),
  .a-col5.a-gapx10 > :nth-child(5n-4),
  .a-gap10.a-col5 > :nth-child(5n-4),
  .a-gapx10.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap10 > *,
  .a-col6.a-gapx10 > *,
  .a-gap10.a-col6 > *,
  .a-gapx10.a-col6 > * {
  width: calc(16.666% - 8.333px);
}

.a-col6.a-gap10 > :nth-child(6n),
  .a-col6.a-gapx10 > :nth-child(6n),
  .a-gap10.a-col6 > :nth-child(6n),
  .a-gapx10.a-col6 > :nth-child(6n),
  .a-col6.a-gap10 > :nth-child(6n-1),
  .a-col6.a-gapx10 > :nth-child(6n-1),
  .a-gap10.a-col6 > :nth-child(6n-1),
  .a-gapx10.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap10 > :nth-child(6n-2),
  .a-col6.a-gapx10 > :nth-child(6n-2),
  .a-gap10.a-col6 > :nth-child(6n-2),
  .a-gapx10.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap10 > :nth-child(6n-3),
  .a-col6.a-gapx10 > :nth-child(6n-3),
  .a-gap10.a-col6 > :nth-child(6n-3),
  .a-gapx10.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap10 > :nth-child(6n-4),
  .a-col6.a-gapx10 > :nth-child(6n-4),
  .a-gap10.a-col6 > :nth-child(6n-4),
  .a-gapx10.a-col6 > :nth-child(6n-4) {
  margin-left: 10px;
}

.a-col6.a-gap10 > :nth-child(6n-5),
  .a-col6.a-gapx10 > :nth-child(6n-5),
  .a-gap10.a-col6 > :nth-child(6n-5),
  .a-gapx10.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap20 > *,
  .a-col1.a-gapx20 > *,
  .a-gap20.a-col1 > *,
  .a-gapx20.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap20 > :nth-child(n),
  .a-col1.a-gapx20 > :nth-child(n),
  .a-gap20.a-col1 > :nth-child(n),
  .a-gapx20.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap20 > *,
  .a-col2.a-gapx20 > *,
  .a-gap20.a-col2 > *,
  .a-gapx20.a-col2 > * {
  width: calc(50% - 10px);
}

.a-col2.a-gap20 > :nth-child(2n),
  .a-col2.a-gapx20 > :nth-child(2n),
  .a-gap20.a-col2 > :nth-child(2n),
  .a-gapx20.a-col2 > :nth-child(2n) {
  margin-left: 20px;
}

.a-col2.a-gap20 > :nth-child(2n-1),
  .a-col2.a-gapx20 > :nth-child(2n-1),
  .a-gap20.a-col2 > :nth-child(2n-1),
  .a-gapx20.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap20 > *,
  .a-col3.a-gapx20 > *,
  .a-gap20.a-col3 > *,
  .a-gapx20.a-col3 > * {
  width: calc(33.333% - 13.333px);
}

.a-col3.a-gap20 > :nth-child(3n),
  .a-col3.a-gapx20 > :nth-child(3n),
  .a-gap20.a-col3 > :nth-child(3n),
  .a-gapx20.a-col3 > :nth-child(3n),
  .a-col3.a-gap20 > :nth-child(3n-1),
  .a-col3.a-gapx20 > :nth-child(3n-1),
  .a-gap20.a-col3 > :nth-child(3n-1),
  .a-gapx20.a-col3 > :nth-child(3n-1) {
  margin-left: 20px;
}

.a-col3.a-gap20 > :nth-child(3n-2),
  .a-col3.a-gapx20 > :nth-child(3n-2),
  .a-gap20.a-col3 > :nth-child(3n-2),
  .a-gapx20.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap20 > *,
  .a-col4.a-gapx20 > *,
  .a-gap20.a-col4 > *,
  .a-gapx20.a-col4 > * {
  width: calc(25% - 15px);
}

.a-col4.a-gap20 > :nth-child(4n),
  .a-col4.a-gapx20 > :nth-child(4n),
  .a-gap20.a-col4 > :nth-child(4n),
  .a-gapx20.a-col4 > :nth-child(4n),
  .a-col4.a-gap20 > :nth-child(4n-1),
  .a-col4.a-gapx20 > :nth-child(4n-1),
  .a-gap20.a-col4 > :nth-child(4n-1),
  .a-gapx20.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap20 > :nth-child(4n-2),
  .a-col4.a-gapx20 > :nth-child(4n-2),
  .a-gap20.a-col4 > :nth-child(4n-2),
  .a-gapx20.a-col4 > :nth-child(4n-2) {
  margin-left: 20px;
}

.a-col4.a-gap20 > :nth-child(4n-3),
  .a-col4.a-gapx20 > :nth-child(4n-3),
  .a-gap20.a-col4 > :nth-child(4n-3),
  .a-gapx20.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap20 > *,
  .a-col5.a-gapx20 > *,
  .a-gap20.a-col5 > *,
  .a-gapx20.a-col5 > * {
  width: calc(20% - 16px);
}

.a-col5.a-gap20 > :nth-child(5n),
  .a-col5.a-gapx20 > :nth-child(5n),
  .a-gap20.a-col5 > :nth-child(5n),
  .a-gapx20.a-col5 > :nth-child(5n),
  .a-col5.a-gap20 > :nth-child(5n-1),
  .a-col5.a-gapx20 > :nth-child(5n-1),
  .a-gap20.a-col5 > :nth-child(5n-1),
  .a-gapx20.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap20 > :nth-child(5n-2),
  .a-col5.a-gapx20 > :nth-child(5n-2),
  .a-gap20.a-col5 > :nth-child(5n-2),
  .a-gapx20.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap20 > :nth-child(5n-3),
  .a-col5.a-gapx20 > :nth-child(5n-3),
  .a-gap20.a-col5 > :nth-child(5n-3),
  .a-gapx20.a-col5 > :nth-child(5n-3) {
  margin-left: 20px;
}

.a-col5.a-gap20 > :nth-child(5n-4),
  .a-col5.a-gapx20 > :nth-child(5n-4),
  .a-gap20.a-col5 > :nth-child(5n-4),
  .a-gapx20.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap20 > *,
  .a-col6.a-gapx20 > *,
  .a-gap20.a-col6 > *,
  .a-gapx20.a-col6 > * {
  width: calc(16.666% - 16.666px);
}

.a-col6.a-gap20 > :nth-child(6n),
  .a-col6.a-gapx20 > :nth-child(6n),
  .a-gap20.a-col6 > :nth-child(6n),
  .a-gapx20.a-col6 > :nth-child(6n),
  .a-col6.a-gap20 > :nth-child(6n-1),
  .a-col6.a-gapx20 > :nth-child(6n-1),
  .a-gap20.a-col6 > :nth-child(6n-1),
  .a-gapx20.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap20 > :nth-child(6n-2),
  .a-col6.a-gapx20 > :nth-child(6n-2),
  .a-gap20.a-col6 > :nth-child(6n-2),
  .a-gapx20.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap20 > :nth-child(6n-3),
  .a-col6.a-gapx20 > :nth-child(6n-3),
  .a-gap20.a-col6 > :nth-child(6n-3),
  .a-gapx20.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap20 > :nth-child(6n-4),
  .a-col6.a-gapx20 > :nth-child(6n-4),
  .a-gap20.a-col6 > :nth-child(6n-4),
  .a-gapx20.a-col6 > :nth-child(6n-4) {
  margin-left: 20px;
}

.a-col6.a-gap20 > :nth-child(6n-5),
  .a-col6.a-gapx20 > :nth-child(6n-5),
  .a-gap20.a-col6 > :nth-child(6n-5),
  .a-gapx20.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap30 > *,
  .a-col1.a-gapx30 > *,
  .a-gap30.a-col1 > *,
  .a-gapx30.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap30 > :nth-child(n),
  .a-col1.a-gapx30 > :nth-child(n),
  .a-gap30.a-col1 > :nth-child(n),
  .a-gapx30.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap30 > *,
  .a-col2.a-gapx30 > *,
  .a-gap30.a-col2 > *,
  .a-gapx30.a-col2 > * {
  width: calc(50% - 15px);
}

.a-col2.a-gap30 > :nth-child(2n),
  .a-col2.a-gapx30 > :nth-child(2n),
  .a-gap30.a-col2 > :nth-child(2n),
  .a-gapx30.a-col2 > :nth-child(2n) {
  margin-left: 30px;
}

.a-col2.a-gap30 > :nth-child(2n-1),
  .a-col2.a-gapx30 > :nth-child(2n-1),
  .a-gap30.a-col2 > :nth-child(2n-1),
  .a-gapx30.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap30 > *,
  .a-col3.a-gapx30 > *,
  .a-gap30.a-col3 > *,
  .a-gapx30.a-col3 > * {
  width: calc(33.333% - 20px);
}

.a-col3.a-gap30 > :nth-child(3n),
  .a-col3.a-gapx30 > :nth-child(3n),
  .a-gap30.a-col3 > :nth-child(3n),
  .a-gapx30.a-col3 > :nth-child(3n),
  .a-col3.a-gap30 > :nth-child(3n-1),
  .a-col3.a-gapx30 > :nth-child(3n-1),
  .a-gap30.a-col3 > :nth-child(3n-1),
  .a-gapx30.a-col3 > :nth-child(3n-1) {
  margin-left: 30px;
}

.a-col3.a-gap30 > :nth-child(3n-2),
  .a-col3.a-gapx30 > :nth-child(3n-2),
  .a-gap30.a-col3 > :nth-child(3n-2),
  .a-gapx30.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap30 > *,
  .a-col4.a-gapx30 > *,
  .a-gap30.a-col4 > *,
  .a-gapx30.a-col4 > * {
  width: calc(25% - 22.5px);
}

.a-col4.a-gap30 > :nth-child(4n),
  .a-col4.a-gapx30 > :nth-child(4n),
  .a-gap30.a-col4 > :nth-child(4n),
  .a-gapx30.a-col4 > :nth-child(4n),
  .a-col4.a-gap30 > :nth-child(4n-1),
  .a-col4.a-gapx30 > :nth-child(4n-1),
  .a-gap30.a-col4 > :nth-child(4n-1),
  .a-gapx30.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap30 > :nth-child(4n-2),
  .a-col4.a-gapx30 > :nth-child(4n-2),
  .a-gap30.a-col4 > :nth-child(4n-2),
  .a-gapx30.a-col4 > :nth-child(4n-2) {
  margin-left: 30px;
}

.a-col4.a-gap30 > :nth-child(4n-3),
  .a-col4.a-gapx30 > :nth-child(4n-3),
  .a-gap30.a-col4 > :nth-child(4n-3),
  .a-gapx30.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap30 > *,
  .a-col5.a-gapx30 > *,
  .a-gap30.a-col5 > *,
  .a-gapx30.a-col5 > * {
  width: calc(20% - 24px);
}

.a-col5.a-gap30 > :nth-child(5n),
  .a-col5.a-gapx30 > :nth-child(5n),
  .a-gap30.a-col5 > :nth-child(5n),
  .a-gapx30.a-col5 > :nth-child(5n),
  .a-col5.a-gap30 > :nth-child(5n-1),
  .a-col5.a-gapx30 > :nth-child(5n-1),
  .a-gap30.a-col5 > :nth-child(5n-1),
  .a-gapx30.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap30 > :nth-child(5n-2),
  .a-col5.a-gapx30 > :nth-child(5n-2),
  .a-gap30.a-col5 > :nth-child(5n-2),
  .a-gapx30.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap30 > :nth-child(5n-3),
  .a-col5.a-gapx30 > :nth-child(5n-3),
  .a-gap30.a-col5 > :nth-child(5n-3),
  .a-gapx30.a-col5 > :nth-child(5n-3) {
  margin-left: 30px;
}

.a-col5.a-gap30 > :nth-child(5n-4),
  .a-col5.a-gapx30 > :nth-child(5n-4),
  .a-gap30.a-col5 > :nth-child(5n-4),
  .a-gapx30.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap30 > *,
  .a-col6.a-gapx30 > *,
  .a-gap30.a-col6 > *,
  .a-gapx30.a-col6 > * {
  width: calc(16.666% - 25px);
}

.a-col6.a-gap30 > :nth-child(6n),
  .a-col6.a-gapx30 > :nth-child(6n),
  .a-gap30.a-col6 > :nth-child(6n),
  .a-gapx30.a-col6 > :nth-child(6n),
  .a-col6.a-gap30 > :nth-child(6n-1),
  .a-col6.a-gapx30 > :nth-child(6n-1),
  .a-gap30.a-col6 > :nth-child(6n-1),
  .a-gapx30.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap30 > :nth-child(6n-2),
  .a-col6.a-gapx30 > :nth-child(6n-2),
  .a-gap30.a-col6 > :nth-child(6n-2),
  .a-gapx30.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap30 > :nth-child(6n-3),
  .a-col6.a-gapx30 > :nth-child(6n-3),
  .a-gap30.a-col6 > :nth-child(6n-3),
  .a-gapx30.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap30 > :nth-child(6n-4),
  .a-col6.a-gapx30 > :nth-child(6n-4),
  .a-gap30.a-col6 > :nth-child(6n-4),
  .a-gapx30.a-col6 > :nth-child(6n-4) {
  margin-left: 30px;
}

.a-col6.a-gap30 > :nth-child(6n-5),
  .a-col6.a-gapx30 > :nth-child(6n-5),
  .a-gap30.a-col6 > :nth-child(6n-5),
  .a-gapx30.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap40 > *,
  .a-col1.a-gapx40 > *,
  .a-gap40.a-col1 > *,
  .a-gapx40.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap40 > :nth-child(n),
  .a-col1.a-gapx40 > :nth-child(n),
  .a-gap40.a-col1 > :nth-child(n),
  .a-gapx40.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap40 > *,
  .a-col2.a-gapx40 > *,
  .a-gap40.a-col2 > *,
  .a-gapx40.a-col2 > * {
  width: calc(50% - 20px);
}

.a-col2.a-gap40 > :nth-child(2n),
  .a-col2.a-gapx40 > :nth-child(2n),
  .a-gap40.a-col2 > :nth-child(2n),
  .a-gapx40.a-col2 > :nth-child(2n) {
  margin-left: 40px;
}

.a-col2.a-gap40 > :nth-child(2n-1),
  .a-col2.a-gapx40 > :nth-child(2n-1),
  .a-gap40.a-col2 > :nth-child(2n-1),
  .a-gapx40.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap40 > *,
  .a-col3.a-gapx40 > *,
  .a-gap40.a-col3 > *,
  .a-gapx40.a-col3 > * {
  width: calc(33.333% - 26.666px);
}

.a-col3.a-gap40 > :nth-child(3n),
  .a-col3.a-gapx40 > :nth-child(3n),
  .a-gap40.a-col3 > :nth-child(3n),
  .a-gapx40.a-col3 > :nth-child(3n),
  .a-col3.a-gap40 > :nth-child(3n-1),
  .a-col3.a-gapx40 > :nth-child(3n-1),
  .a-gap40.a-col3 > :nth-child(3n-1),
  .a-gapx40.a-col3 > :nth-child(3n-1) {
  margin-left: 40px;
}

.a-col3.a-gap40 > :nth-child(3n-2),
  .a-col3.a-gapx40 > :nth-child(3n-2),
  .a-gap40.a-col3 > :nth-child(3n-2),
  .a-gapx40.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap40 > *,
  .a-col4.a-gapx40 > *,
  .a-gap40.a-col4 > *,
  .a-gapx40.a-col4 > * {
  width: calc(25% - 30px);
}

.a-col4.a-gap40 > :nth-child(4n),
  .a-col4.a-gapx40 > :nth-child(4n),
  .a-gap40.a-col4 > :nth-child(4n),
  .a-gapx40.a-col4 > :nth-child(4n),
  .a-col4.a-gap40 > :nth-child(4n-1),
  .a-col4.a-gapx40 > :nth-child(4n-1),
  .a-gap40.a-col4 > :nth-child(4n-1),
  .a-gapx40.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap40 > :nth-child(4n-2),
  .a-col4.a-gapx40 > :nth-child(4n-2),
  .a-gap40.a-col4 > :nth-child(4n-2),
  .a-gapx40.a-col4 > :nth-child(4n-2) {
  margin-left: 40px;
}

.a-col4.a-gap40 > :nth-child(4n-3),
  .a-col4.a-gapx40 > :nth-child(4n-3),
  .a-gap40.a-col4 > :nth-child(4n-3),
  .a-gapx40.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap40 > *,
  .a-col5.a-gapx40 > *,
  .a-gap40.a-col5 > *,
  .a-gapx40.a-col5 > * {
  width: calc(20% - 32px);
}

.a-col5.a-gap40 > :nth-child(5n),
  .a-col5.a-gapx40 > :nth-child(5n),
  .a-gap40.a-col5 > :nth-child(5n),
  .a-gapx40.a-col5 > :nth-child(5n),
  .a-col5.a-gap40 > :nth-child(5n-1),
  .a-col5.a-gapx40 > :nth-child(5n-1),
  .a-gap40.a-col5 > :nth-child(5n-1),
  .a-gapx40.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap40 > :nth-child(5n-2),
  .a-col5.a-gapx40 > :nth-child(5n-2),
  .a-gap40.a-col5 > :nth-child(5n-2),
  .a-gapx40.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap40 > :nth-child(5n-3),
  .a-col5.a-gapx40 > :nth-child(5n-3),
  .a-gap40.a-col5 > :nth-child(5n-3),
  .a-gapx40.a-col5 > :nth-child(5n-3) {
  margin-left: 40px;
}

.a-col5.a-gap40 > :nth-child(5n-4),
  .a-col5.a-gapx40 > :nth-child(5n-4),
  .a-gap40.a-col5 > :nth-child(5n-4),
  .a-gapx40.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap40 > *,
  .a-col6.a-gapx40 > *,
  .a-gap40.a-col6 > *,
  .a-gapx40.a-col6 > * {
  width: calc(16.666% - 33.333px);
}

.a-col6.a-gap40 > :nth-child(6n),
  .a-col6.a-gapx40 > :nth-child(6n),
  .a-gap40.a-col6 > :nth-child(6n),
  .a-gapx40.a-col6 > :nth-child(6n),
  .a-col6.a-gap40 > :nth-child(6n-1),
  .a-col6.a-gapx40 > :nth-child(6n-1),
  .a-gap40.a-col6 > :nth-child(6n-1),
  .a-gapx40.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap40 > :nth-child(6n-2),
  .a-col6.a-gapx40 > :nth-child(6n-2),
  .a-gap40.a-col6 > :nth-child(6n-2),
  .a-gapx40.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap40 > :nth-child(6n-3),
  .a-col6.a-gapx40 > :nth-child(6n-3),
  .a-gap40.a-col6 > :nth-child(6n-3),
  .a-gapx40.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap40 > :nth-child(6n-4),
  .a-col6.a-gapx40 > :nth-child(6n-4),
  .a-gap40.a-col6 > :nth-child(6n-4),
  .a-gapx40.a-col6 > :nth-child(6n-4) {
  margin-left: 40px;
}

.a-col6.a-gap40 > :nth-child(6n-5),
  .a-col6.a-gapx40 > :nth-child(6n-5),
  .a-gap40.a-col6 > :nth-child(6n-5),
  .a-gapx40.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap50 > *,
  .a-col1.a-gapx50 > *,
  .a-gap50.a-col1 > *,
  .a-gapx50.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap50 > :nth-child(n),
  .a-col1.a-gapx50 > :nth-child(n),
  .a-gap50.a-col1 > :nth-child(n),
  .a-gapx50.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap50 > *,
  .a-col2.a-gapx50 > *,
  .a-gap50.a-col2 > *,
  .a-gapx50.a-col2 > * {
  width: calc(50% - 25px);
}

.a-col2.a-gap50 > :nth-child(2n),
  .a-col2.a-gapx50 > :nth-child(2n),
  .a-gap50.a-col2 > :nth-child(2n),
  .a-gapx50.a-col2 > :nth-child(2n) {
  margin-left: 50px;
}

.a-col2.a-gap50 > :nth-child(2n-1),
  .a-col2.a-gapx50 > :nth-child(2n-1),
  .a-gap50.a-col2 > :nth-child(2n-1),
  .a-gapx50.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap50 > *,
  .a-col3.a-gapx50 > *,
  .a-gap50.a-col3 > *,
  .a-gapx50.a-col3 > * {
  width: calc(33.333% - 33.333px);
}

.a-col3.a-gap50 > :nth-child(3n),
  .a-col3.a-gapx50 > :nth-child(3n),
  .a-gap50.a-col3 > :nth-child(3n),
  .a-gapx50.a-col3 > :nth-child(3n),
  .a-col3.a-gap50 > :nth-child(3n-1),
  .a-col3.a-gapx50 > :nth-child(3n-1),
  .a-gap50.a-col3 > :nth-child(3n-1),
  .a-gapx50.a-col3 > :nth-child(3n-1) {
  margin-left: 50px;
}

.a-col3.a-gap50 > :nth-child(3n-2),
  .a-col3.a-gapx50 > :nth-child(3n-2),
  .a-gap50.a-col3 > :nth-child(3n-2),
  .a-gapx50.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap50 > *,
  .a-col4.a-gapx50 > *,
  .a-gap50.a-col4 > *,
  .a-gapx50.a-col4 > * {
  width: calc(25% - 37.5px);
}

.a-col4.a-gap50 > :nth-child(4n),
  .a-col4.a-gapx50 > :nth-child(4n),
  .a-gap50.a-col4 > :nth-child(4n),
  .a-gapx50.a-col4 > :nth-child(4n),
  .a-col4.a-gap50 > :nth-child(4n-1),
  .a-col4.a-gapx50 > :nth-child(4n-1),
  .a-gap50.a-col4 > :nth-child(4n-1),
  .a-gapx50.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap50 > :nth-child(4n-2),
  .a-col4.a-gapx50 > :nth-child(4n-2),
  .a-gap50.a-col4 > :nth-child(4n-2),
  .a-gapx50.a-col4 > :nth-child(4n-2) {
  margin-left: 50px;
}

.a-col4.a-gap50 > :nth-child(4n-3),
  .a-col4.a-gapx50 > :nth-child(4n-3),
  .a-gap50.a-col4 > :nth-child(4n-3),
  .a-gapx50.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap50 > *,
  .a-col5.a-gapx50 > *,
  .a-gap50.a-col5 > *,
  .a-gapx50.a-col5 > * {
  width: calc(20% - 40px);
}

.a-col5.a-gap50 > :nth-child(5n),
  .a-col5.a-gapx50 > :nth-child(5n),
  .a-gap50.a-col5 > :nth-child(5n),
  .a-gapx50.a-col5 > :nth-child(5n),
  .a-col5.a-gap50 > :nth-child(5n-1),
  .a-col5.a-gapx50 > :nth-child(5n-1),
  .a-gap50.a-col5 > :nth-child(5n-1),
  .a-gapx50.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap50 > :nth-child(5n-2),
  .a-col5.a-gapx50 > :nth-child(5n-2),
  .a-gap50.a-col5 > :nth-child(5n-2),
  .a-gapx50.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap50 > :nth-child(5n-3),
  .a-col5.a-gapx50 > :nth-child(5n-3),
  .a-gap50.a-col5 > :nth-child(5n-3),
  .a-gapx50.a-col5 > :nth-child(5n-3) {
  margin-left: 50px;
}

.a-col5.a-gap50 > :nth-child(5n-4),
  .a-col5.a-gapx50 > :nth-child(5n-4),
  .a-gap50.a-col5 > :nth-child(5n-4),
  .a-gapx50.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap50 > *,
  .a-col6.a-gapx50 > *,
  .a-gap50.a-col6 > *,
  .a-gapx50.a-col6 > * {
  width: calc(16.666% - 41.666px);
}

.a-col6.a-gap50 > :nth-child(6n),
  .a-col6.a-gapx50 > :nth-child(6n),
  .a-gap50.a-col6 > :nth-child(6n),
  .a-gapx50.a-col6 > :nth-child(6n),
  .a-col6.a-gap50 > :nth-child(6n-1),
  .a-col6.a-gapx50 > :nth-child(6n-1),
  .a-gap50.a-col6 > :nth-child(6n-1),
  .a-gapx50.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap50 > :nth-child(6n-2),
  .a-col6.a-gapx50 > :nth-child(6n-2),
  .a-gap50.a-col6 > :nth-child(6n-2),
  .a-gapx50.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap50 > :nth-child(6n-3),
  .a-col6.a-gapx50 > :nth-child(6n-3),
  .a-gap50.a-col6 > :nth-child(6n-3),
  .a-gapx50.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap50 > :nth-child(6n-4),
  .a-col6.a-gapx50 > :nth-child(6n-4),
  .a-gap50.a-col6 > :nth-child(6n-4),
  .a-gapx50.a-col6 > :nth-child(6n-4) {
  margin-left: 50px;
}

.a-col6.a-gap50 > :nth-child(6n-5),
  .a-col6.a-gapx50 > :nth-child(6n-5),
  .a-gap50.a-col6 > :nth-child(6n-5),
  .a-gapx50.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap60 > *,
  .a-col1.a-gapx60 > *,
  .a-gap60.a-col1 > *,
  .a-gapx60.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap60 > :nth-child(n),
  .a-col1.a-gapx60 > :nth-child(n),
  .a-gap60.a-col1 > :nth-child(n),
  .a-gapx60.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap60 > *,
  .a-col2.a-gapx60 > *,
  .a-gap60.a-col2 > *,
  .a-gapx60.a-col2 > * {
  width: calc(50% - 30px);
}

.a-col2.a-gap60 > :nth-child(2n),
  .a-col2.a-gapx60 > :nth-child(2n),
  .a-gap60.a-col2 > :nth-child(2n),
  .a-gapx60.a-col2 > :nth-child(2n) {
  margin-left: 60px;
}

.a-col2.a-gap60 > :nth-child(2n-1),
  .a-col2.a-gapx60 > :nth-child(2n-1),
  .a-gap60.a-col2 > :nth-child(2n-1),
  .a-gapx60.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap60 > *,
  .a-col3.a-gapx60 > *,
  .a-gap60.a-col3 > *,
  .a-gapx60.a-col3 > * {
  width: calc(33.333% - 40px);
}

.a-col3.a-gap60 > :nth-child(3n),
  .a-col3.a-gapx60 > :nth-child(3n),
  .a-gap60.a-col3 > :nth-child(3n),
  .a-gapx60.a-col3 > :nth-child(3n),
  .a-col3.a-gap60 > :nth-child(3n-1),
  .a-col3.a-gapx60 > :nth-child(3n-1),
  .a-gap60.a-col3 > :nth-child(3n-1),
  .a-gapx60.a-col3 > :nth-child(3n-1) {
  margin-left: 60px;
}

.a-col3.a-gap60 > :nth-child(3n-2),
  .a-col3.a-gapx60 > :nth-child(3n-2),
  .a-gap60.a-col3 > :nth-child(3n-2),
  .a-gapx60.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap60 > *,
  .a-col4.a-gapx60 > *,
  .a-gap60.a-col4 > *,
  .a-gapx60.a-col4 > * {
  width: calc(25% - 45px);
}

.a-col4.a-gap60 > :nth-child(4n),
  .a-col4.a-gapx60 > :nth-child(4n),
  .a-gap60.a-col4 > :nth-child(4n),
  .a-gapx60.a-col4 > :nth-child(4n),
  .a-col4.a-gap60 > :nth-child(4n-1),
  .a-col4.a-gapx60 > :nth-child(4n-1),
  .a-gap60.a-col4 > :nth-child(4n-1),
  .a-gapx60.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap60 > :nth-child(4n-2),
  .a-col4.a-gapx60 > :nth-child(4n-2),
  .a-gap60.a-col4 > :nth-child(4n-2),
  .a-gapx60.a-col4 > :nth-child(4n-2) {
  margin-left: 60px;
}

.a-col4.a-gap60 > :nth-child(4n-3),
  .a-col4.a-gapx60 > :nth-child(4n-3),
  .a-gap60.a-col4 > :nth-child(4n-3),
  .a-gapx60.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap60 > *,
  .a-col5.a-gapx60 > *,
  .a-gap60.a-col5 > *,
  .a-gapx60.a-col5 > * {
  width: calc(20% - 48px);
}

.a-col5.a-gap60 > :nth-child(5n),
  .a-col5.a-gapx60 > :nth-child(5n),
  .a-gap60.a-col5 > :nth-child(5n),
  .a-gapx60.a-col5 > :nth-child(5n),
  .a-col5.a-gap60 > :nth-child(5n-1),
  .a-col5.a-gapx60 > :nth-child(5n-1),
  .a-gap60.a-col5 > :nth-child(5n-1),
  .a-gapx60.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap60 > :nth-child(5n-2),
  .a-col5.a-gapx60 > :nth-child(5n-2),
  .a-gap60.a-col5 > :nth-child(5n-2),
  .a-gapx60.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap60 > :nth-child(5n-3),
  .a-col5.a-gapx60 > :nth-child(5n-3),
  .a-gap60.a-col5 > :nth-child(5n-3),
  .a-gapx60.a-col5 > :nth-child(5n-3) {
  margin-left: 60px;
}

.a-col5.a-gap60 > :nth-child(5n-4),
  .a-col5.a-gapx60 > :nth-child(5n-4),
  .a-gap60.a-col5 > :nth-child(5n-4),
  .a-gapx60.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap60 > *,
  .a-col6.a-gapx60 > *,
  .a-gap60.a-col6 > *,
  .a-gapx60.a-col6 > * {
  width: calc(16.666% - 50px);
}

.a-col6.a-gap60 > :nth-child(6n),
  .a-col6.a-gapx60 > :nth-child(6n),
  .a-gap60.a-col6 > :nth-child(6n),
  .a-gapx60.a-col6 > :nth-child(6n),
  .a-col6.a-gap60 > :nth-child(6n-1),
  .a-col6.a-gapx60 > :nth-child(6n-1),
  .a-gap60.a-col6 > :nth-child(6n-1),
  .a-gapx60.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap60 > :nth-child(6n-2),
  .a-col6.a-gapx60 > :nth-child(6n-2),
  .a-gap60.a-col6 > :nth-child(6n-2),
  .a-gapx60.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap60 > :nth-child(6n-3),
  .a-col6.a-gapx60 > :nth-child(6n-3),
  .a-gap60.a-col6 > :nth-child(6n-3),
  .a-gapx60.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap60 > :nth-child(6n-4),
  .a-col6.a-gapx60 > :nth-child(6n-4),
  .a-gap60.a-col6 > :nth-child(6n-4),
  .a-gapx60.a-col6 > :nth-child(6n-4) {
  margin-left: 60px;
}

.a-col6.a-gap60 > :nth-child(6n-5),
  .a-col6.a-gapx60 > :nth-child(6n-5),
  .a-gap60.a-col6 > :nth-child(6n-5),
  .a-gapx60.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap70 > *,
  .a-col1.a-gapx70 > *,
  .a-gap70.a-col1 > *,
  .a-gapx70.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap70 > :nth-child(n),
  .a-col1.a-gapx70 > :nth-child(n),
  .a-gap70.a-col1 > :nth-child(n),
  .a-gapx70.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap70 > *,
  .a-col2.a-gapx70 > *,
  .a-gap70.a-col2 > *,
  .a-gapx70.a-col2 > * {
  width: calc(50% - 35px);
}

.a-col2.a-gap70 > :nth-child(2n),
  .a-col2.a-gapx70 > :nth-child(2n),
  .a-gap70.a-col2 > :nth-child(2n),
  .a-gapx70.a-col2 > :nth-child(2n) {
  margin-left: 70px;
}

.a-col2.a-gap70 > :nth-child(2n-1),
  .a-col2.a-gapx70 > :nth-child(2n-1),
  .a-gap70.a-col2 > :nth-child(2n-1),
  .a-gapx70.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap70 > *,
  .a-col3.a-gapx70 > *,
  .a-gap70.a-col3 > *,
  .a-gapx70.a-col3 > * {
  width: calc(33.333% - 46.666px);
}

.a-col3.a-gap70 > :nth-child(3n),
  .a-col3.a-gapx70 > :nth-child(3n),
  .a-gap70.a-col3 > :nth-child(3n),
  .a-gapx70.a-col3 > :nth-child(3n),
  .a-col3.a-gap70 > :nth-child(3n-1),
  .a-col3.a-gapx70 > :nth-child(3n-1),
  .a-gap70.a-col3 > :nth-child(3n-1),
  .a-gapx70.a-col3 > :nth-child(3n-1) {
  margin-left: 70px;
}

.a-col3.a-gap70 > :nth-child(3n-2),
  .a-col3.a-gapx70 > :nth-child(3n-2),
  .a-gap70.a-col3 > :nth-child(3n-2),
  .a-gapx70.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap70 > *,
  .a-col4.a-gapx70 > *,
  .a-gap70.a-col4 > *,
  .a-gapx70.a-col4 > * {
  width: calc(25% - 52.5px);
}

.a-col4.a-gap70 > :nth-child(4n),
  .a-col4.a-gapx70 > :nth-child(4n),
  .a-gap70.a-col4 > :nth-child(4n),
  .a-gapx70.a-col4 > :nth-child(4n),
  .a-col4.a-gap70 > :nth-child(4n-1),
  .a-col4.a-gapx70 > :nth-child(4n-1),
  .a-gap70.a-col4 > :nth-child(4n-1),
  .a-gapx70.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap70 > :nth-child(4n-2),
  .a-col4.a-gapx70 > :nth-child(4n-2),
  .a-gap70.a-col4 > :nth-child(4n-2),
  .a-gapx70.a-col4 > :nth-child(4n-2) {
  margin-left: 70px;
}

.a-col4.a-gap70 > :nth-child(4n-3),
  .a-col4.a-gapx70 > :nth-child(4n-3),
  .a-gap70.a-col4 > :nth-child(4n-3),
  .a-gapx70.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap70 > *,
  .a-col5.a-gapx70 > *,
  .a-gap70.a-col5 > *,
  .a-gapx70.a-col5 > * {
  width: calc(20% - 56px);
}

.a-col5.a-gap70 > :nth-child(5n),
  .a-col5.a-gapx70 > :nth-child(5n),
  .a-gap70.a-col5 > :nth-child(5n),
  .a-gapx70.a-col5 > :nth-child(5n),
  .a-col5.a-gap70 > :nth-child(5n-1),
  .a-col5.a-gapx70 > :nth-child(5n-1),
  .a-gap70.a-col5 > :nth-child(5n-1),
  .a-gapx70.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap70 > :nth-child(5n-2),
  .a-col5.a-gapx70 > :nth-child(5n-2),
  .a-gap70.a-col5 > :nth-child(5n-2),
  .a-gapx70.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap70 > :nth-child(5n-3),
  .a-col5.a-gapx70 > :nth-child(5n-3),
  .a-gap70.a-col5 > :nth-child(5n-3),
  .a-gapx70.a-col5 > :nth-child(5n-3) {
  margin-left: 70px;
}

.a-col5.a-gap70 > :nth-child(5n-4),
  .a-col5.a-gapx70 > :nth-child(5n-4),
  .a-gap70.a-col5 > :nth-child(5n-4),
  .a-gapx70.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap70 > *,
  .a-col6.a-gapx70 > *,
  .a-gap70.a-col6 > *,
  .a-gapx70.a-col6 > * {
  width: calc(16.666% - 58.333px);
}

.a-col6.a-gap70 > :nth-child(6n),
  .a-col6.a-gapx70 > :nth-child(6n),
  .a-gap70.a-col6 > :nth-child(6n),
  .a-gapx70.a-col6 > :nth-child(6n),
  .a-col6.a-gap70 > :nth-child(6n-1),
  .a-col6.a-gapx70 > :nth-child(6n-1),
  .a-gap70.a-col6 > :nth-child(6n-1),
  .a-gapx70.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap70 > :nth-child(6n-2),
  .a-col6.a-gapx70 > :nth-child(6n-2),
  .a-gap70.a-col6 > :nth-child(6n-2),
  .a-gapx70.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap70 > :nth-child(6n-3),
  .a-col6.a-gapx70 > :nth-child(6n-3),
  .a-gap70.a-col6 > :nth-child(6n-3),
  .a-gapx70.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap70 > :nth-child(6n-4),
  .a-col6.a-gapx70 > :nth-child(6n-4),
  .a-gap70.a-col6 > :nth-child(6n-4),
  .a-gapx70.a-col6 > :nth-child(6n-4) {
  margin-left: 70px;
}

.a-col6.a-gap70 > :nth-child(6n-5),
  .a-col6.a-gapx70 > :nth-child(6n-5),
  .a-gap70.a-col6 > :nth-child(6n-5),
  .a-gapx70.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap80 > *,
  .a-col1.a-gapx80 > *,
  .a-gap80.a-col1 > *,
  .a-gapx80.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap80 > :nth-child(n),
  .a-col1.a-gapx80 > :nth-child(n),
  .a-gap80.a-col1 > :nth-child(n),
  .a-gapx80.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap80 > *,
  .a-col2.a-gapx80 > *,
  .a-gap80.a-col2 > *,
  .a-gapx80.a-col2 > * {
  width: calc(50% - 40px);
}

.a-col2.a-gap80 > :nth-child(2n),
  .a-col2.a-gapx80 > :nth-child(2n),
  .a-gap80.a-col2 > :nth-child(2n),
  .a-gapx80.a-col2 > :nth-child(2n) {
  margin-left: 80px;
}

.a-col2.a-gap80 > :nth-child(2n-1),
  .a-col2.a-gapx80 > :nth-child(2n-1),
  .a-gap80.a-col2 > :nth-child(2n-1),
  .a-gapx80.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap80 > *,
  .a-col3.a-gapx80 > *,
  .a-gap80.a-col3 > *,
  .a-gapx80.a-col3 > * {
  width: calc(33.333% - 53.333px);
}

.a-col3.a-gap80 > :nth-child(3n),
  .a-col3.a-gapx80 > :nth-child(3n),
  .a-gap80.a-col3 > :nth-child(3n),
  .a-gapx80.a-col3 > :nth-child(3n),
  .a-col3.a-gap80 > :nth-child(3n-1),
  .a-col3.a-gapx80 > :nth-child(3n-1),
  .a-gap80.a-col3 > :nth-child(3n-1),
  .a-gapx80.a-col3 > :nth-child(3n-1) {
  margin-left: 80px;
}

.a-col3.a-gap80 > :nth-child(3n-2),
  .a-col3.a-gapx80 > :nth-child(3n-2),
  .a-gap80.a-col3 > :nth-child(3n-2),
  .a-gapx80.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap80 > *,
  .a-col4.a-gapx80 > *,
  .a-gap80.a-col4 > *,
  .a-gapx80.a-col4 > * {
  width: calc(25% - 60px);
}

.a-col4.a-gap80 > :nth-child(4n),
  .a-col4.a-gapx80 > :nth-child(4n),
  .a-gap80.a-col4 > :nth-child(4n),
  .a-gapx80.a-col4 > :nth-child(4n),
  .a-col4.a-gap80 > :nth-child(4n-1),
  .a-col4.a-gapx80 > :nth-child(4n-1),
  .a-gap80.a-col4 > :nth-child(4n-1),
  .a-gapx80.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap80 > :nth-child(4n-2),
  .a-col4.a-gapx80 > :nth-child(4n-2),
  .a-gap80.a-col4 > :nth-child(4n-2),
  .a-gapx80.a-col4 > :nth-child(4n-2) {
  margin-left: 80px;
}

.a-col4.a-gap80 > :nth-child(4n-3),
  .a-col4.a-gapx80 > :nth-child(4n-3),
  .a-gap80.a-col4 > :nth-child(4n-3),
  .a-gapx80.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap80 > *,
  .a-col5.a-gapx80 > *,
  .a-gap80.a-col5 > *,
  .a-gapx80.a-col5 > * {
  width: calc(20% - 64px);
}

.a-col5.a-gap80 > :nth-child(5n),
  .a-col5.a-gapx80 > :nth-child(5n),
  .a-gap80.a-col5 > :nth-child(5n),
  .a-gapx80.a-col5 > :nth-child(5n),
  .a-col5.a-gap80 > :nth-child(5n-1),
  .a-col5.a-gapx80 > :nth-child(5n-1),
  .a-gap80.a-col5 > :nth-child(5n-1),
  .a-gapx80.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap80 > :nth-child(5n-2),
  .a-col5.a-gapx80 > :nth-child(5n-2),
  .a-gap80.a-col5 > :nth-child(5n-2),
  .a-gapx80.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap80 > :nth-child(5n-3),
  .a-col5.a-gapx80 > :nth-child(5n-3),
  .a-gap80.a-col5 > :nth-child(5n-3),
  .a-gapx80.a-col5 > :nth-child(5n-3) {
  margin-left: 80px;
}

.a-col5.a-gap80 > :nth-child(5n-4),
  .a-col5.a-gapx80 > :nth-child(5n-4),
  .a-gap80.a-col5 > :nth-child(5n-4),
  .a-gapx80.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap80 > *,
  .a-col6.a-gapx80 > *,
  .a-gap80.a-col6 > *,
  .a-gapx80.a-col6 > * {
  width: calc(16.666% - 66.666px);
}

.a-col6.a-gap80 > :nth-child(6n),
  .a-col6.a-gapx80 > :nth-child(6n),
  .a-gap80.a-col6 > :nth-child(6n),
  .a-gapx80.a-col6 > :nth-child(6n),
  .a-col6.a-gap80 > :nth-child(6n-1),
  .a-col6.a-gapx80 > :nth-child(6n-1),
  .a-gap80.a-col6 > :nth-child(6n-1),
  .a-gapx80.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap80 > :nth-child(6n-2),
  .a-col6.a-gapx80 > :nth-child(6n-2),
  .a-gap80.a-col6 > :nth-child(6n-2),
  .a-gapx80.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap80 > :nth-child(6n-3),
  .a-col6.a-gapx80 > :nth-child(6n-3),
  .a-gap80.a-col6 > :nth-child(6n-3),
  .a-gapx80.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap80 > :nth-child(6n-4),
  .a-col6.a-gapx80 > :nth-child(6n-4),
  .a-gap80.a-col6 > :nth-child(6n-4),
  .a-gapx80.a-col6 > :nth-child(6n-4) {
  margin-left: 80px;
}

.a-col6.a-gap80 > :nth-child(6n-5),
  .a-col6.a-gapx80 > :nth-child(6n-5),
  .a-gap80.a-col6 > :nth-child(6n-5),
  .a-gapx80.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap90 > *,
  .a-col1.a-gapx90 > *,
  .a-gap90.a-col1 > *,
  .a-gapx90.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap90 > :nth-child(n),
  .a-col1.a-gapx90 > :nth-child(n),
  .a-gap90.a-col1 > :nth-child(n),
  .a-gapx90.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap90 > *,
  .a-col2.a-gapx90 > *,
  .a-gap90.a-col2 > *,
  .a-gapx90.a-col2 > * {
  width: calc(50% - 45px);
}

.a-col2.a-gap90 > :nth-child(2n),
  .a-col2.a-gapx90 > :nth-child(2n),
  .a-gap90.a-col2 > :nth-child(2n),
  .a-gapx90.a-col2 > :nth-child(2n) {
  margin-left: 90px;
}

.a-col2.a-gap90 > :nth-child(2n-1),
  .a-col2.a-gapx90 > :nth-child(2n-1),
  .a-gap90.a-col2 > :nth-child(2n-1),
  .a-gapx90.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap90 > *,
  .a-col3.a-gapx90 > *,
  .a-gap90.a-col3 > *,
  .a-gapx90.a-col3 > * {
  width: calc(33.333% - 60px);
}

.a-col3.a-gap90 > :nth-child(3n),
  .a-col3.a-gapx90 > :nth-child(3n),
  .a-gap90.a-col3 > :nth-child(3n),
  .a-gapx90.a-col3 > :nth-child(3n),
  .a-col3.a-gap90 > :nth-child(3n-1),
  .a-col3.a-gapx90 > :nth-child(3n-1),
  .a-gap90.a-col3 > :nth-child(3n-1),
  .a-gapx90.a-col3 > :nth-child(3n-1) {
  margin-left: 90px;
}

.a-col3.a-gap90 > :nth-child(3n-2),
  .a-col3.a-gapx90 > :nth-child(3n-2),
  .a-gap90.a-col3 > :nth-child(3n-2),
  .a-gapx90.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap90 > *,
  .a-col4.a-gapx90 > *,
  .a-gap90.a-col4 > *,
  .a-gapx90.a-col4 > * {
  width: calc(25% - 67.5px);
}

.a-col4.a-gap90 > :nth-child(4n),
  .a-col4.a-gapx90 > :nth-child(4n),
  .a-gap90.a-col4 > :nth-child(4n),
  .a-gapx90.a-col4 > :nth-child(4n),
  .a-col4.a-gap90 > :nth-child(4n-1),
  .a-col4.a-gapx90 > :nth-child(4n-1),
  .a-gap90.a-col4 > :nth-child(4n-1),
  .a-gapx90.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap90 > :nth-child(4n-2),
  .a-col4.a-gapx90 > :nth-child(4n-2),
  .a-gap90.a-col4 > :nth-child(4n-2),
  .a-gapx90.a-col4 > :nth-child(4n-2) {
  margin-left: 90px;
}

.a-col4.a-gap90 > :nth-child(4n-3),
  .a-col4.a-gapx90 > :nth-child(4n-3),
  .a-gap90.a-col4 > :nth-child(4n-3),
  .a-gapx90.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap90 > *,
  .a-col5.a-gapx90 > *,
  .a-gap90.a-col5 > *,
  .a-gapx90.a-col5 > * {
  width: calc(20% - 72px);
}

.a-col5.a-gap90 > :nth-child(5n),
  .a-col5.a-gapx90 > :nth-child(5n),
  .a-gap90.a-col5 > :nth-child(5n),
  .a-gapx90.a-col5 > :nth-child(5n),
  .a-col5.a-gap90 > :nth-child(5n-1),
  .a-col5.a-gapx90 > :nth-child(5n-1),
  .a-gap90.a-col5 > :nth-child(5n-1),
  .a-gapx90.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap90 > :nth-child(5n-2),
  .a-col5.a-gapx90 > :nth-child(5n-2),
  .a-gap90.a-col5 > :nth-child(5n-2),
  .a-gapx90.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap90 > :nth-child(5n-3),
  .a-col5.a-gapx90 > :nth-child(5n-3),
  .a-gap90.a-col5 > :nth-child(5n-3),
  .a-gapx90.a-col5 > :nth-child(5n-3) {
  margin-left: 90px;
}

.a-col5.a-gap90 > :nth-child(5n-4),
  .a-col5.a-gapx90 > :nth-child(5n-4),
  .a-gap90.a-col5 > :nth-child(5n-4),
  .a-gapx90.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap90 > *,
  .a-col6.a-gapx90 > *,
  .a-gap90.a-col6 > *,
  .a-gapx90.a-col6 > * {
  width: calc(16.666% - 75px);
}

.a-col6.a-gap90 > :nth-child(6n),
  .a-col6.a-gapx90 > :nth-child(6n),
  .a-gap90.a-col6 > :nth-child(6n),
  .a-gapx90.a-col6 > :nth-child(6n),
  .a-col6.a-gap90 > :nth-child(6n-1),
  .a-col6.a-gapx90 > :nth-child(6n-1),
  .a-gap90.a-col6 > :nth-child(6n-1),
  .a-gapx90.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap90 > :nth-child(6n-2),
  .a-col6.a-gapx90 > :nth-child(6n-2),
  .a-gap90.a-col6 > :nth-child(6n-2),
  .a-gapx90.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap90 > :nth-child(6n-3),
  .a-col6.a-gapx90 > :nth-child(6n-3),
  .a-gap90.a-col6 > :nth-child(6n-3),
  .a-gapx90.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap90 > :nth-child(6n-4),
  .a-col6.a-gapx90 > :nth-child(6n-4),
  .a-gap90.a-col6 > :nth-child(6n-4),
  .a-gapx90.a-col6 > :nth-child(6n-4) {
  margin-left: 90px;
}

.a-col6.a-gap90 > :nth-child(6n-5),
  .a-col6.a-gapx90 > :nth-child(6n-5),
  .a-gap90.a-col6 > :nth-child(6n-5),
  .a-gapx90.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap100 > *,
  .a-col1.a-gapx100 > *,
  .a-gap100.a-col1 > *,
  .a-gapx100.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap100 > :nth-child(n),
  .a-col1.a-gapx100 > :nth-child(n),
  .a-gap100.a-col1 > :nth-child(n),
  .a-gapx100.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap100 > *,
  .a-col2.a-gapx100 > *,
  .a-gap100.a-col2 > *,
  .a-gapx100.a-col2 > * {
  width: calc(50% - 50px);
}

.a-col2.a-gap100 > :nth-child(2n),
  .a-col2.a-gapx100 > :nth-child(2n),
  .a-gap100.a-col2 > :nth-child(2n),
  .a-gapx100.a-col2 > :nth-child(2n) {
  margin-left: 100px;
}

.a-col2.a-gap100 > :nth-child(2n-1),
  .a-col2.a-gapx100 > :nth-child(2n-1),
  .a-gap100.a-col2 > :nth-child(2n-1),
  .a-gapx100.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap100 > *,
  .a-col3.a-gapx100 > *,
  .a-gap100.a-col3 > *,
  .a-gapx100.a-col3 > * {
  width: calc(33.333% - 66.666px);
}

.a-col3.a-gap100 > :nth-child(3n),
  .a-col3.a-gapx100 > :nth-child(3n),
  .a-gap100.a-col3 > :nth-child(3n),
  .a-gapx100.a-col3 > :nth-child(3n),
  .a-col3.a-gap100 > :nth-child(3n-1),
  .a-col3.a-gapx100 > :nth-child(3n-1),
  .a-gap100.a-col3 > :nth-child(3n-1),
  .a-gapx100.a-col3 > :nth-child(3n-1) {
  margin-left: 100px;
}

.a-col3.a-gap100 > :nth-child(3n-2),
  .a-col3.a-gapx100 > :nth-child(3n-2),
  .a-gap100.a-col3 > :nth-child(3n-2),
  .a-gapx100.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap100 > *,
  .a-col4.a-gapx100 > *,
  .a-gap100.a-col4 > *,
  .a-gapx100.a-col4 > * {
  width: calc(25% - 75px);
}

.a-col4.a-gap100 > :nth-child(4n),
  .a-col4.a-gapx100 > :nth-child(4n),
  .a-gap100.a-col4 > :nth-child(4n),
  .a-gapx100.a-col4 > :nth-child(4n),
  .a-col4.a-gap100 > :nth-child(4n-1),
  .a-col4.a-gapx100 > :nth-child(4n-1),
  .a-gap100.a-col4 > :nth-child(4n-1),
  .a-gapx100.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap100 > :nth-child(4n-2),
  .a-col4.a-gapx100 > :nth-child(4n-2),
  .a-gap100.a-col4 > :nth-child(4n-2),
  .a-gapx100.a-col4 > :nth-child(4n-2) {
  margin-left: 100px;
}

.a-col4.a-gap100 > :nth-child(4n-3),
  .a-col4.a-gapx100 > :nth-child(4n-3),
  .a-gap100.a-col4 > :nth-child(4n-3),
  .a-gapx100.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap100 > *,
  .a-col5.a-gapx100 > *,
  .a-gap100.a-col5 > *,
  .a-gapx100.a-col5 > * {
  width: calc(20% - 80px);
}

.a-col5.a-gap100 > :nth-child(5n),
  .a-col5.a-gapx100 > :nth-child(5n),
  .a-gap100.a-col5 > :nth-child(5n),
  .a-gapx100.a-col5 > :nth-child(5n),
  .a-col5.a-gap100 > :nth-child(5n-1),
  .a-col5.a-gapx100 > :nth-child(5n-1),
  .a-gap100.a-col5 > :nth-child(5n-1),
  .a-gapx100.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap100 > :nth-child(5n-2),
  .a-col5.a-gapx100 > :nth-child(5n-2),
  .a-gap100.a-col5 > :nth-child(5n-2),
  .a-gapx100.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap100 > :nth-child(5n-3),
  .a-col5.a-gapx100 > :nth-child(5n-3),
  .a-gap100.a-col5 > :nth-child(5n-3),
  .a-gapx100.a-col5 > :nth-child(5n-3) {
  margin-left: 100px;
}

.a-col5.a-gap100 > :nth-child(5n-4),
  .a-col5.a-gapx100 > :nth-child(5n-4),
  .a-gap100.a-col5 > :nth-child(5n-4),
  .a-gapx100.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap100 > *,
  .a-col6.a-gapx100 > *,
  .a-gap100.a-col6 > *,
  .a-gapx100.a-col6 > * {
  width: calc(16.666% - 83.333px);
}

.a-col6.a-gap100 > :nth-child(6n),
  .a-col6.a-gapx100 > :nth-child(6n),
  .a-gap100.a-col6 > :nth-child(6n),
  .a-gapx100.a-col6 > :nth-child(6n),
  .a-col6.a-gap100 > :nth-child(6n-1),
  .a-col6.a-gapx100 > :nth-child(6n-1),
  .a-gap100.a-col6 > :nth-child(6n-1),
  .a-gapx100.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap100 > :nth-child(6n-2),
  .a-col6.a-gapx100 > :nth-child(6n-2),
  .a-gap100.a-col6 > :nth-child(6n-2),
  .a-gapx100.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap100 > :nth-child(6n-3),
  .a-col6.a-gapx100 > :nth-child(6n-3),
  .a-gap100.a-col6 > :nth-child(6n-3),
  .a-gapx100.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap100 > :nth-child(6n-4),
  .a-col6.a-gapx100 > :nth-child(6n-4),
  .a-gap100.a-col6 > :nth-child(6n-4),
  .a-gapx100.a-col6 > :nth-child(6n-4) {
  margin-left: 100px;
}

.a-col6.a-gap100 > :nth-child(6n-5),
  .a-col6.a-gapx100 > :nth-child(6n-5),
  .a-gap100.a-col6 > :nth-child(6n-5),
  .a-gapx100.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap1p > *,
  .a-col1.a-gapx1p > *,
  .a-gap1p.a-col1 > *,
  .a-gapx1p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap1p > :nth-child(n),
  .a-col1.a-gapx1p > :nth-child(n),
  .a-gap1p.a-col1 > :nth-child(n),
  .a-gapx1p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap1p > *,
  .a-col2.a-gapx1p > *,
  .a-gap1p.a-col2 > *,
  .a-gapx1p.a-col2 > * {
  width: 49.5%;
}

.a-col2.a-gap1p > :nth-child(2n),
  .a-col2.a-gapx1p > :nth-child(2n),
  .a-gap1p.a-col2 > :nth-child(2n),
  .a-gapx1p.a-col2 > :nth-child(2n) {
  margin-left: 1%;
}

.a-col2.a-gap1p > :nth-child(2n-1),
  .a-col2.a-gapx1p > :nth-child(2n-1),
  .a-gap1p.a-col2 > :nth-child(2n-1),
  .a-gapx1p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap1p > *,
  .a-col3.a-gapx1p > *,
  .a-gap1p.a-col3 > *,
  .a-gapx1p.a-col3 > * {
  width: 32.667%;
}

.a-col3.a-gap1p > :nth-child(3n),
  .a-col3.a-gapx1p > :nth-child(3n),
  .a-gap1p.a-col3 > :nth-child(3n),
  .a-gapx1p.a-col3 > :nth-child(3n),
  .a-col3.a-gap1p > :nth-child(3n-1),
  .a-col3.a-gapx1p > :nth-child(3n-1),
  .a-gap1p.a-col3 > :nth-child(3n-1),
  .a-gapx1p.a-col3 > :nth-child(3n-1) {
  margin-left: 1%;
}

.a-col3.a-gap1p > :nth-child(3n-2),
  .a-col3.a-gapx1p > :nth-child(3n-2),
  .a-gap1p.a-col3 > :nth-child(3n-2),
  .a-gapx1p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap1p > *,
  .a-col4.a-gapx1p > *,
  .a-gap1p.a-col4 > *,
  .a-gapx1p.a-col4 > * {
  width: 24.25%;
}

.a-col4.a-gap1p > :nth-child(4n),
  .a-col4.a-gapx1p > :nth-child(4n),
  .a-gap1p.a-col4 > :nth-child(4n),
  .a-gapx1p.a-col4 > :nth-child(4n),
  .a-col4.a-gap1p > :nth-child(4n-1),
  .a-col4.a-gapx1p > :nth-child(4n-1),
  .a-gap1p.a-col4 > :nth-child(4n-1),
  .a-gapx1p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap1p > :nth-child(4n-2),
  .a-col4.a-gapx1p > :nth-child(4n-2),
  .a-gap1p.a-col4 > :nth-child(4n-2),
  .a-gapx1p.a-col4 > :nth-child(4n-2) {
  margin-left: 1%;
}

.a-col4.a-gap1p > :nth-child(4n-3),
  .a-col4.a-gapx1p > :nth-child(4n-3),
  .a-gap1p.a-col4 > :nth-child(4n-3),
  .a-gapx1p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap1p > *,
  .a-col5.a-gapx1p > *,
  .a-gap1p.a-col5 > *,
  .a-gapx1p.a-col5 > * {
  width: 19.2%;
}

.a-col5.a-gap1p > :nth-child(5n),
  .a-col5.a-gapx1p > :nth-child(5n),
  .a-gap1p.a-col5 > :nth-child(5n),
  .a-gapx1p.a-col5 > :nth-child(5n),
  .a-col5.a-gap1p > :nth-child(5n-1),
  .a-col5.a-gapx1p > :nth-child(5n-1),
  .a-gap1p.a-col5 > :nth-child(5n-1),
  .a-gapx1p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap1p > :nth-child(5n-2),
  .a-col5.a-gapx1p > :nth-child(5n-2),
  .a-gap1p.a-col5 > :nth-child(5n-2),
  .a-gapx1p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap1p > :nth-child(5n-3),
  .a-col5.a-gapx1p > :nth-child(5n-3),
  .a-gap1p.a-col5 > :nth-child(5n-3),
  .a-gapx1p.a-col5 > :nth-child(5n-3) {
  margin-left: 1%;
}

.a-col5.a-gap1p > :nth-child(5n-4),
  .a-col5.a-gapx1p > :nth-child(5n-4),
  .a-gap1p.a-col5 > :nth-child(5n-4),
  .a-gapx1p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap1p > *,
  .a-col6.a-gapx1p > *,
  .a-gap1p.a-col6 > *,
  .a-gapx1p.a-col6 > * {
  width: 15.833%;
}

.a-col6.a-gap1p > :nth-child(6n),
  .a-col6.a-gapx1p > :nth-child(6n),
  .a-gap1p.a-col6 > :nth-child(6n),
  .a-gapx1p.a-col6 > :nth-child(6n),
  .a-col6.a-gap1p > :nth-child(6n-1),
  .a-col6.a-gapx1p > :nth-child(6n-1),
  .a-gap1p.a-col6 > :nth-child(6n-1),
  .a-gapx1p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap1p > :nth-child(6n-2),
  .a-col6.a-gapx1p > :nth-child(6n-2),
  .a-gap1p.a-col6 > :nth-child(6n-2),
  .a-gapx1p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap1p > :nth-child(6n-3),
  .a-col6.a-gapx1p > :nth-child(6n-3),
  .a-gap1p.a-col6 > :nth-child(6n-3),
  .a-gapx1p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap1p > :nth-child(6n-4),
  .a-col6.a-gapx1p > :nth-child(6n-4),
  .a-gap1p.a-col6 > :nth-child(6n-4),
  .a-gapx1p.a-col6 > :nth-child(6n-4) {
  margin-left: 1%;
}

.a-col6.a-gap1p > :nth-child(6n-5),
  .a-col6.a-gapx1p > :nth-child(6n-5),
  .a-gap1p.a-col6 > :nth-child(6n-5),
  .a-gapx1p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap2p > *,
  .a-col1.a-gapx2p > *,
  .a-gap2p.a-col1 > *,
  .a-gapx2p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap2p > :nth-child(n),
  .a-col1.a-gapx2p > :nth-child(n),
  .a-gap2p.a-col1 > :nth-child(n),
  .a-gapx2p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap2p > *,
  .a-col2.a-gapx2p > *,
  .a-gap2p.a-col2 > *,
  .a-gapx2p.a-col2 > * {
  width: 49%;
}

.a-col2.a-gap2p > :nth-child(2n),
  .a-col2.a-gapx2p > :nth-child(2n),
  .a-gap2p.a-col2 > :nth-child(2n),
  .a-gapx2p.a-col2 > :nth-child(2n) {
  margin-left: 2%;
}

.a-col2.a-gap2p > :nth-child(2n-1),
  .a-col2.a-gapx2p > :nth-child(2n-1),
  .a-gap2p.a-col2 > :nth-child(2n-1),
  .a-gapx2p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap2p > *,
  .a-col3.a-gapx2p > *,
  .a-gap2p.a-col3 > *,
  .a-gapx2p.a-col3 > * {
  width: 32%;
}

.a-col3.a-gap2p > :nth-child(3n),
  .a-col3.a-gapx2p > :nth-child(3n),
  .a-gap2p.a-col3 > :nth-child(3n),
  .a-gapx2p.a-col3 > :nth-child(3n),
  .a-col3.a-gap2p > :nth-child(3n-1),
  .a-col3.a-gapx2p > :nth-child(3n-1),
  .a-gap2p.a-col3 > :nth-child(3n-1),
  .a-gapx2p.a-col3 > :nth-child(3n-1) {
  margin-left: 2%;
}

.a-col3.a-gap2p > :nth-child(3n-2),
  .a-col3.a-gapx2p > :nth-child(3n-2),
  .a-gap2p.a-col3 > :nth-child(3n-2),
  .a-gapx2p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap2p > *,
  .a-col4.a-gapx2p > *,
  .a-gap2p.a-col4 > *,
  .a-gapx2p.a-col4 > * {
  width: 23.5%;
}

.a-col4.a-gap2p > :nth-child(4n),
  .a-col4.a-gapx2p > :nth-child(4n),
  .a-gap2p.a-col4 > :nth-child(4n),
  .a-gapx2p.a-col4 > :nth-child(4n),
  .a-col4.a-gap2p > :nth-child(4n-1),
  .a-col4.a-gapx2p > :nth-child(4n-1),
  .a-gap2p.a-col4 > :nth-child(4n-1),
  .a-gapx2p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap2p > :nth-child(4n-2),
  .a-col4.a-gapx2p > :nth-child(4n-2),
  .a-gap2p.a-col4 > :nth-child(4n-2),
  .a-gapx2p.a-col4 > :nth-child(4n-2) {
  margin-left: 2%;
}

.a-col4.a-gap2p > :nth-child(4n-3),
  .a-col4.a-gapx2p > :nth-child(4n-3),
  .a-gap2p.a-col4 > :nth-child(4n-3),
  .a-gapx2p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap2p > *,
  .a-col5.a-gapx2p > *,
  .a-gap2p.a-col5 > *,
  .a-gapx2p.a-col5 > * {
  width: 18.4%;
}

.a-col5.a-gap2p > :nth-child(5n),
  .a-col5.a-gapx2p > :nth-child(5n),
  .a-gap2p.a-col5 > :nth-child(5n),
  .a-gapx2p.a-col5 > :nth-child(5n),
  .a-col5.a-gap2p > :nth-child(5n-1),
  .a-col5.a-gapx2p > :nth-child(5n-1),
  .a-gap2p.a-col5 > :nth-child(5n-1),
  .a-gapx2p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap2p > :nth-child(5n-2),
  .a-col5.a-gapx2p > :nth-child(5n-2),
  .a-gap2p.a-col5 > :nth-child(5n-2),
  .a-gapx2p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap2p > :nth-child(5n-3),
  .a-col5.a-gapx2p > :nth-child(5n-3),
  .a-gap2p.a-col5 > :nth-child(5n-3),
  .a-gapx2p.a-col5 > :nth-child(5n-3) {
  margin-left: 2%;
}

.a-col5.a-gap2p > :nth-child(5n-4),
  .a-col5.a-gapx2p > :nth-child(5n-4),
  .a-gap2p.a-col5 > :nth-child(5n-4),
  .a-gapx2p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap2p > *,
  .a-col6.a-gapx2p > *,
  .a-gap2p.a-col6 > *,
  .a-gapx2p.a-col6 > * {
  width: 15%;
}

.a-col6.a-gap2p > :nth-child(6n),
  .a-col6.a-gapx2p > :nth-child(6n),
  .a-gap2p.a-col6 > :nth-child(6n),
  .a-gapx2p.a-col6 > :nth-child(6n),
  .a-col6.a-gap2p > :nth-child(6n-1),
  .a-col6.a-gapx2p > :nth-child(6n-1),
  .a-gap2p.a-col6 > :nth-child(6n-1),
  .a-gapx2p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap2p > :nth-child(6n-2),
  .a-col6.a-gapx2p > :nth-child(6n-2),
  .a-gap2p.a-col6 > :nth-child(6n-2),
  .a-gapx2p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap2p > :nth-child(6n-3),
  .a-col6.a-gapx2p > :nth-child(6n-3),
  .a-gap2p.a-col6 > :nth-child(6n-3),
  .a-gapx2p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap2p > :nth-child(6n-4),
  .a-col6.a-gapx2p > :nth-child(6n-4),
  .a-gap2p.a-col6 > :nth-child(6n-4),
  .a-gapx2p.a-col6 > :nth-child(6n-4) {
  margin-left: 2%;
}

.a-col6.a-gap2p > :nth-child(6n-5),
  .a-col6.a-gapx2p > :nth-child(6n-5),
  .a-gap2p.a-col6 > :nth-child(6n-5),
  .a-gapx2p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap3p > *,
  .a-col1.a-gapx3p > *,
  .a-gap3p.a-col1 > *,
  .a-gapx3p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap3p > :nth-child(n),
  .a-col1.a-gapx3p > :nth-child(n),
  .a-gap3p.a-col1 > :nth-child(n),
  .a-gapx3p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap3p > *,
  .a-col2.a-gapx3p > *,
  .a-gap3p.a-col2 > *,
  .a-gapx3p.a-col2 > * {
  width: 48.5%;
}

.a-col2.a-gap3p > :nth-child(2n),
  .a-col2.a-gapx3p > :nth-child(2n),
  .a-gap3p.a-col2 > :nth-child(2n),
  .a-gapx3p.a-col2 > :nth-child(2n) {
  margin-left: 3%;
}

.a-col2.a-gap3p > :nth-child(2n-1),
  .a-col2.a-gapx3p > :nth-child(2n-1),
  .a-gap3p.a-col2 > :nth-child(2n-1),
  .a-gapx3p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap3p > *,
  .a-col3.a-gapx3p > *,
  .a-gap3p.a-col3 > *,
  .a-gapx3p.a-col3 > * {
  width: 31.333%;
}

.a-col3.a-gap3p > :nth-child(3n),
  .a-col3.a-gapx3p > :nth-child(3n),
  .a-gap3p.a-col3 > :nth-child(3n),
  .a-gapx3p.a-col3 > :nth-child(3n),
  .a-col3.a-gap3p > :nth-child(3n-1),
  .a-col3.a-gapx3p > :nth-child(3n-1),
  .a-gap3p.a-col3 > :nth-child(3n-1),
  .a-gapx3p.a-col3 > :nth-child(3n-1) {
  margin-left: 3%;
}

.a-col3.a-gap3p > :nth-child(3n-2),
  .a-col3.a-gapx3p > :nth-child(3n-2),
  .a-gap3p.a-col3 > :nth-child(3n-2),
  .a-gapx3p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap3p > *,
  .a-col4.a-gapx3p > *,
  .a-gap3p.a-col4 > *,
  .a-gapx3p.a-col4 > * {
  width: 22.75%;
}

.a-col4.a-gap3p > :nth-child(4n),
  .a-col4.a-gapx3p > :nth-child(4n),
  .a-gap3p.a-col4 > :nth-child(4n),
  .a-gapx3p.a-col4 > :nth-child(4n),
  .a-col4.a-gap3p > :nth-child(4n-1),
  .a-col4.a-gapx3p > :nth-child(4n-1),
  .a-gap3p.a-col4 > :nth-child(4n-1),
  .a-gapx3p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap3p > :nth-child(4n-2),
  .a-col4.a-gapx3p > :nth-child(4n-2),
  .a-gap3p.a-col4 > :nth-child(4n-2),
  .a-gapx3p.a-col4 > :nth-child(4n-2) {
  margin-left: 3%;
}

.a-col4.a-gap3p > :nth-child(4n-3),
  .a-col4.a-gapx3p > :nth-child(4n-3),
  .a-gap3p.a-col4 > :nth-child(4n-3),
  .a-gapx3p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap3p > *,
  .a-col5.a-gapx3p > *,
  .a-gap3p.a-col5 > *,
  .a-gapx3p.a-col5 > * {
  width: 17.6%;
}

.a-col5.a-gap3p > :nth-child(5n),
  .a-col5.a-gapx3p > :nth-child(5n),
  .a-gap3p.a-col5 > :nth-child(5n),
  .a-gapx3p.a-col5 > :nth-child(5n),
  .a-col5.a-gap3p > :nth-child(5n-1),
  .a-col5.a-gapx3p > :nth-child(5n-1),
  .a-gap3p.a-col5 > :nth-child(5n-1),
  .a-gapx3p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap3p > :nth-child(5n-2),
  .a-col5.a-gapx3p > :nth-child(5n-2),
  .a-gap3p.a-col5 > :nth-child(5n-2),
  .a-gapx3p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap3p > :nth-child(5n-3),
  .a-col5.a-gapx3p > :nth-child(5n-3),
  .a-gap3p.a-col5 > :nth-child(5n-3),
  .a-gapx3p.a-col5 > :nth-child(5n-3) {
  margin-left: 3%;
}

.a-col5.a-gap3p > :nth-child(5n-4),
  .a-col5.a-gapx3p > :nth-child(5n-4),
  .a-gap3p.a-col5 > :nth-child(5n-4),
  .a-gapx3p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap3p > *,
  .a-col6.a-gapx3p > *,
  .a-gap3p.a-col6 > *,
  .a-gapx3p.a-col6 > * {
  width: 14.166%;
}

.a-col6.a-gap3p > :nth-child(6n),
  .a-col6.a-gapx3p > :nth-child(6n),
  .a-gap3p.a-col6 > :nth-child(6n),
  .a-gapx3p.a-col6 > :nth-child(6n),
  .a-col6.a-gap3p > :nth-child(6n-1),
  .a-col6.a-gapx3p > :nth-child(6n-1),
  .a-gap3p.a-col6 > :nth-child(6n-1),
  .a-gapx3p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap3p > :nth-child(6n-2),
  .a-col6.a-gapx3p > :nth-child(6n-2),
  .a-gap3p.a-col6 > :nth-child(6n-2),
  .a-gapx3p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap3p > :nth-child(6n-3),
  .a-col6.a-gapx3p > :nth-child(6n-3),
  .a-gap3p.a-col6 > :nth-child(6n-3),
  .a-gapx3p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap3p > :nth-child(6n-4),
  .a-col6.a-gapx3p > :nth-child(6n-4),
  .a-gap3p.a-col6 > :nth-child(6n-4),
  .a-gapx3p.a-col6 > :nth-child(6n-4) {
  margin-left: 3%;
}

.a-col6.a-gap3p > :nth-child(6n-5),
  .a-col6.a-gapx3p > :nth-child(6n-5),
  .a-gap3p.a-col6 > :nth-child(6n-5),
  .a-gapx3p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap4p > *,
  .a-col1.a-gapx4p > *,
  .a-gap4p.a-col1 > *,
  .a-gapx4p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap4p > :nth-child(n),
  .a-col1.a-gapx4p > :nth-child(n),
  .a-gap4p.a-col1 > :nth-child(n),
  .a-gapx4p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap4p > *,
  .a-col2.a-gapx4p > *,
  .a-gap4p.a-col2 > *,
  .a-gapx4p.a-col2 > * {
  width: 48%;
}

.a-col2.a-gap4p > :nth-child(2n),
  .a-col2.a-gapx4p > :nth-child(2n),
  .a-gap4p.a-col2 > :nth-child(2n),
  .a-gapx4p.a-col2 > :nth-child(2n) {
  margin-left: 4%;
}

.a-col2.a-gap4p > :nth-child(2n-1),
  .a-col2.a-gapx4p > :nth-child(2n-1),
  .a-gap4p.a-col2 > :nth-child(2n-1),
  .a-gapx4p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap4p > *,
  .a-col3.a-gapx4p > *,
  .a-gap4p.a-col3 > *,
  .a-gapx4p.a-col3 > * {
  width: 30.667%;
}

.a-col3.a-gap4p > :nth-child(3n),
  .a-col3.a-gapx4p > :nth-child(3n),
  .a-gap4p.a-col3 > :nth-child(3n),
  .a-gapx4p.a-col3 > :nth-child(3n),
  .a-col3.a-gap4p > :nth-child(3n-1),
  .a-col3.a-gapx4p > :nth-child(3n-1),
  .a-gap4p.a-col3 > :nth-child(3n-1),
  .a-gapx4p.a-col3 > :nth-child(3n-1) {
  margin-left: 4%;
}

.a-col3.a-gap4p > :nth-child(3n-2),
  .a-col3.a-gapx4p > :nth-child(3n-2),
  .a-gap4p.a-col3 > :nth-child(3n-2),
  .a-gapx4p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap4p > *,
  .a-col4.a-gapx4p > *,
  .a-gap4p.a-col4 > *,
  .a-gapx4p.a-col4 > * {
  width: 22%;
}

.a-col4.a-gap4p > :nth-child(4n),
  .a-col4.a-gapx4p > :nth-child(4n),
  .a-gap4p.a-col4 > :nth-child(4n),
  .a-gapx4p.a-col4 > :nth-child(4n),
  .a-col4.a-gap4p > :nth-child(4n-1),
  .a-col4.a-gapx4p > :nth-child(4n-1),
  .a-gap4p.a-col4 > :nth-child(4n-1),
  .a-gapx4p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap4p > :nth-child(4n-2),
  .a-col4.a-gapx4p > :nth-child(4n-2),
  .a-gap4p.a-col4 > :nth-child(4n-2),
  .a-gapx4p.a-col4 > :nth-child(4n-2) {
  margin-left: 4%;
}

.a-col4.a-gap4p > :nth-child(4n-3),
  .a-col4.a-gapx4p > :nth-child(4n-3),
  .a-gap4p.a-col4 > :nth-child(4n-3),
  .a-gapx4p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap4p > *,
  .a-col5.a-gapx4p > *,
  .a-gap4p.a-col5 > *,
  .a-gapx4p.a-col5 > * {
  width: 16.8%;
}

.a-col5.a-gap4p > :nth-child(5n),
  .a-col5.a-gapx4p > :nth-child(5n),
  .a-gap4p.a-col5 > :nth-child(5n),
  .a-gapx4p.a-col5 > :nth-child(5n),
  .a-col5.a-gap4p > :nth-child(5n-1),
  .a-col5.a-gapx4p > :nth-child(5n-1),
  .a-gap4p.a-col5 > :nth-child(5n-1),
  .a-gapx4p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap4p > :nth-child(5n-2),
  .a-col5.a-gapx4p > :nth-child(5n-2),
  .a-gap4p.a-col5 > :nth-child(5n-2),
  .a-gapx4p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap4p > :nth-child(5n-3),
  .a-col5.a-gapx4p > :nth-child(5n-3),
  .a-gap4p.a-col5 > :nth-child(5n-3),
  .a-gapx4p.a-col5 > :nth-child(5n-3) {
  margin-left: 4%;
}

.a-col5.a-gap4p > :nth-child(5n-4),
  .a-col5.a-gapx4p > :nth-child(5n-4),
  .a-gap4p.a-col5 > :nth-child(5n-4),
  .a-gapx4p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap4p > *,
  .a-col6.a-gapx4p > *,
  .a-gap4p.a-col6 > *,
  .a-gapx4p.a-col6 > * {
  width: 13.333%;
}

.a-col6.a-gap4p > :nth-child(6n),
  .a-col6.a-gapx4p > :nth-child(6n),
  .a-gap4p.a-col6 > :nth-child(6n),
  .a-gapx4p.a-col6 > :nth-child(6n),
  .a-col6.a-gap4p > :nth-child(6n-1),
  .a-col6.a-gapx4p > :nth-child(6n-1),
  .a-gap4p.a-col6 > :nth-child(6n-1),
  .a-gapx4p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap4p > :nth-child(6n-2),
  .a-col6.a-gapx4p > :nth-child(6n-2),
  .a-gap4p.a-col6 > :nth-child(6n-2),
  .a-gapx4p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap4p > :nth-child(6n-3),
  .a-col6.a-gapx4p > :nth-child(6n-3),
  .a-gap4p.a-col6 > :nth-child(6n-3),
  .a-gapx4p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap4p > :nth-child(6n-4),
  .a-col6.a-gapx4p > :nth-child(6n-4),
  .a-gap4p.a-col6 > :nth-child(6n-4),
  .a-gapx4p.a-col6 > :nth-child(6n-4) {
  margin-left: 4%;
}

.a-col6.a-gap4p > :nth-child(6n-5),
  .a-col6.a-gapx4p > :nth-child(6n-5),
  .a-gap4p.a-col6 > :nth-child(6n-5),
  .a-gapx4p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap5p > *,
  .a-col1.a-gapx5p > *,
  .a-gap5p.a-col1 > *,
  .a-gapx5p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap5p > :nth-child(n),
  .a-col1.a-gapx5p > :nth-child(n),
  .a-gap5p.a-col1 > :nth-child(n),
  .a-gapx5p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap5p > *,
  .a-col2.a-gapx5p > *,
  .a-gap5p.a-col2 > *,
  .a-gapx5p.a-col2 > * {
  width: 47.5%;
}

.a-col2.a-gap5p > :nth-child(2n),
  .a-col2.a-gapx5p > :nth-child(2n),
  .a-gap5p.a-col2 > :nth-child(2n),
  .a-gapx5p.a-col2 > :nth-child(2n) {
  margin-left: 5%;
}

.a-col2.a-gap5p > :nth-child(2n-1),
  .a-col2.a-gapx5p > :nth-child(2n-1),
  .a-gap5p.a-col2 > :nth-child(2n-1),
  .a-gapx5p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap5p > *,
  .a-col3.a-gapx5p > *,
  .a-gap5p.a-col3 > *,
  .a-gapx5p.a-col3 > * {
  width: 30%;
}

.a-col3.a-gap5p > :nth-child(3n),
  .a-col3.a-gapx5p > :nth-child(3n),
  .a-gap5p.a-col3 > :nth-child(3n),
  .a-gapx5p.a-col3 > :nth-child(3n),
  .a-col3.a-gap5p > :nth-child(3n-1),
  .a-col3.a-gapx5p > :nth-child(3n-1),
  .a-gap5p.a-col3 > :nth-child(3n-1),
  .a-gapx5p.a-col3 > :nth-child(3n-1) {
  margin-left: 5%;
}

.a-col3.a-gap5p > :nth-child(3n-2),
  .a-col3.a-gapx5p > :nth-child(3n-2),
  .a-gap5p.a-col3 > :nth-child(3n-2),
  .a-gapx5p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap5p > *,
  .a-col4.a-gapx5p > *,
  .a-gap5p.a-col4 > *,
  .a-gapx5p.a-col4 > * {
  width: 21.25%;
}

.a-col4.a-gap5p > :nth-child(4n),
  .a-col4.a-gapx5p > :nth-child(4n),
  .a-gap5p.a-col4 > :nth-child(4n),
  .a-gapx5p.a-col4 > :nth-child(4n),
  .a-col4.a-gap5p > :nth-child(4n-1),
  .a-col4.a-gapx5p > :nth-child(4n-1),
  .a-gap5p.a-col4 > :nth-child(4n-1),
  .a-gapx5p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap5p > :nth-child(4n-2),
  .a-col4.a-gapx5p > :nth-child(4n-2),
  .a-gap5p.a-col4 > :nth-child(4n-2),
  .a-gapx5p.a-col4 > :nth-child(4n-2) {
  margin-left: 5%;
}

.a-col4.a-gap5p > :nth-child(4n-3),
  .a-col4.a-gapx5p > :nth-child(4n-3),
  .a-gap5p.a-col4 > :nth-child(4n-3),
  .a-gapx5p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap5p > *,
  .a-col5.a-gapx5p > *,
  .a-gap5p.a-col5 > *,
  .a-gapx5p.a-col5 > * {
  width: 16%;
}

.a-col5.a-gap5p > :nth-child(5n),
  .a-col5.a-gapx5p > :nth-child(5n),
  .a-gap5p.a-col5 > :nth-child(5n),
  .a-gapx5p.a-col5 > :nth-child(5n),
  .a-col5.a-gap5p > :nth-child(5n-1),
  .a-col5.a-gapx5p > :nth-child(5n-1),
  .a-gap5p.a-col5 > :nth-child(5n-1),
  .a-gapx5p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap5p > :nth-child(5n-2),
  .a-col5.a-gapx5p > :nth-child(5n-2),
  .a-gap5p.a-col5 > :nth-child(5n-2),
  .a-gapx5p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap5p > :nth-child(5n-3),
  .a-col5.a-gapx5p > :nth-child(5n-3),
  .a-gap5p.a-col5 > :nth-child(5n-3),
  .a-gapx5p.a-col5 > :nth-child(5n-3) {
  margin-left: 5%;
}

.a-col5.a-gap5p > :nth-child(5n-4),
  .a-col5.a-gapx5p > :nth-child(5n-4),
  .a-gap5p.a-col5 > :nth-child(5n-4),
  .a-gapx5p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap5p > *,
  .a-col6.a-gapx5p > *,
  .a-gap5p.a-col6 > *,
  .a-gapx5p.a-col6 > * {
  width: 12.5%;
}

.a-col6.a-gap5p > :nth-child(6n),
  .a-col6.a-gapx5p > :nth-child(6n),
  .a-gap5p.a-col6 > :nth-child(6n),
  .a-gapx5p.a-col6 > :nth-child(6n),
  .a-col6.a-gap5p > :nth-child(6n-1),
  .a-col6.a-gapx5p > :nth-child(6n-1),
  .a-gap5p.a-col6 > :nth-child(6n-1),
  .a-gapx5p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap5p > :nth-child(6n-2),
  .a-col6.a-gapx5p > :nth-child(6n-2),
  .a-gap5p.a-col6 > :nth-child(6n-2),
  .a-gapx5p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap5p > :nth-child(6n-3),
  .a-col6.a-gapx5p > :nth-child(6n-3),
  .a-gap5p.a-col6 > :nth-child(6n-3),
  .a-gapx5p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap5p > :nth-child(6n-4),
  .a-col6.a-gapx5p > :nth-child(6n-4),
  .a-gap5p.a-col6 > :nth-child(6n-4),
  .a-gapx5p.a-col6 > :nth-child(6n-4) {
  margin-left: 5%;
}

.a-col6.a-gap5p > :nth-child(6n-5),
  .a-col6.a-gapx5p > :nth-child(6n-5),
  .a-gap5p.a-col6 > :nth-child(6n-5),
  .a-gapx5p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap6p > *,
  .a-col1.a-gapx6p > *,
  .a-gap6p.a-col1 > *,
  .a-gapx6p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap6p > :nth-child(n),
  .a-col1.a-gapx6p > :nth-child(n),
  .a-gap6p.a-col1 > :nth-child(n),
  .a-gapx6p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap6p > *,
  .a-col2.a-gapx6p > *,
  .a-gap6p.a-col2 > *,
  .a-gapx6p.a-col2 > * {
  width: 47%;
}

.a-col2.a-gap6p > :nth-child(2n),
  .a-col2.a-gapx6p > :nth-child(2n),
  .a-gap6p.a-col2 > :nth-child(2n),
  .a-gapx6p.a-col2 > :nth-child(2n) {
  margin-left: 6%;
}

.a-col2.a-gap6p > :nth-child(2n-1),
  .a-col2.a-gapx6p > :nth-child(2n-1),
  .a-gap6p.a-col2 > :nth-child(2n-1),
  .a-gapx6p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap6p > *,
  .a-col3.a-gapx6p > *,
  .a-gap6p.a-col3 > *,
  .a-gapx6p.a-col3 > * {
  width: 29.333%;
}

.a-col3.a-gap6p > :nth-child(3n),
  .a-col3.a-gapx6p > :nth-child(3n),
  .a-gap6p.a-col3 > :nth-child(3n),
  .a-gapx6p.a-col3 > :nth-child(3n),
  .a-col3.a-gap6p > :nth-child(3n-1),
  .a-col3.a-gapx6p > :nth-child(3n-1),
  .a-gap6p.a-col3 > :nth-child(3n-1),
  .a-gapx6p.a-col3 > :nth-child(3n-1) {
  margin-left: 6%;
}

.a-col3.a-gap6p > :nth-child(3n-2),
  .a-col3.a-gapx6p > :nth-child(3n-2),
  .a-gap6p.a-col3 > :nth-child(3n-2),
  .a-gapx6p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap6p > *,
  .a-col4.a-gapx6p > *,
  .a-gap6p.a-col4 > *,
  .a-gapx6p.a-col4 > * {
  width: 20.5%;
}

.a-col4.a-gap6p > :nth-child(4n),
  .a-col4.a-gapx6p > :nth-child(4n),
  .a-gap6p.a-col4 > :nth-child(4n),
  .a-gapx6p.a-col4 > :nth-child(4n),
  .a-col4.a-gap6p > :nth-child(4n-1),
  .a-col4.a-gapx6p > :nth-child(4n-1),
  .a-gap6p.a-col4 > :nth-child(4n-1),
  .a-gapx6p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap6p > :nth-child(4n-2),
  .a-col4.a-gapx6p > :nth-child(4n-2),
  .a-gap6p.a-col4 > :nth-child(4n-2),
  .a-gapx6p.a-col4 > :nth-child(4n-2) {
  margin-left: 6%;
}

.a-col4.a-gap6p > :nth-child(4n-3),
  .a-col4.a-gapx6p > :nth-child(4n-3),
  .a-gap6p.a-col4 > :nth-child(4n-3),
  .a-gapx6p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap6p > *,
  .a-col5.a-gapx6p > *,
  .a-gap6p.a-col5 > *,
  .a-gapx6p.a-col5 > * {
  width: 15.2%;
}

.a-col5.a-gap6p > :nth-child(5n),
  .a-col5.a-gapx6p > :nth-child(5n),
  .a-gap6p.a-col5 > :nth-child(5n),
  .a-gapx6p.a-col5 > :nth-child(5n),
  .a-col5.a-gap6p > :nth-child(5n-1),
  .a-col5.a-gapx6p > :nth-child(5n-1),
  .a-gap6p.a-col5 > :nth-child(5n-1),
  .a-gapx6p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap6p > :nth-child(5n-2),
  .a-col5.a-gapx6p > :nth-child(5n-2),
  .a-gap6p.a-col5 > :nth-child(5n-2),
  .a-gapx6p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap6p > :nth-child(5n-3),
  .a-col5.a-gapx6p > :nth-child(5n-3),
  .a-gap6p.a-col5 > :nth-child(5n-3),
  .a-gapx6p.a-col5 > :nth-child(5n-3) {
  margin-left: 6%;
}

.a-col5.a-gap6p > :nth-child(5n-4),
  .a-col5.a-gapx6p > :nth-child(5n-4),
  .a-gap6p.a-col5 > :nth-child(5n-4),
  .a-gapx6p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap6p > *,
  .a-col6.a-gapx6p > *,
  .a-gap6p.a-col6 > *,
  .a-gapx6p.a-col6 > * {
  width: 11.666%;
}

.a-col6.a-gap6p > :nth-child(6n),
  .a-col6.a-gapx6p > :nth-child(6n),
  .a-gap6p.a-col6 > :nth-child(6n),
  .a-gapx6p.a-col6 > :nth-child(6n),
  .a-col6.a-gap6p > :nth-child(6n-1),
  .a-col6.a-gapx6p > :nth-child(6n-1),
  .a-gap6p.a-col6 > :nth-child(6n-1),
  .a-gapx6p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap6p > :nth-child(6n-2),
  .a-col6.a-gapx6p > :nth-child(6n-2),
  .a-gap6p.a-col6 > :nth-child(6n-2),
  .a-gapx6p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap6p > :nth-child(6n-3),
  .a-col6.a-gapx6p > :nth-child(6n-3),
  .a-gap6p.a-col6 > :nth-child(6n-3),
  .a-gapx6p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap6p > :nth-child(6n-4),
  .a-col6.a-gapx6p > :nth-child(6n-4),
  .a-gap6p.a-col6 > :nth-child(6n-4),
  .a-gapx6p.a-col6 > :nth-child(6n-4) {
  margin-left: 6%;
}

.a-col6.a-gap6p > :nth-child(6n-5),
  .a-col6.a-gapx6p > :nth-child(6n-5),
  .a-gap6p.a-col6 > :nth-child(6n-5),
  .a-gapx6p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap7p > *,
  .a-col1.a-gapx7p > *,
  .a-gap7p.a-col1 > *,
  .a-gapx7p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap7p > :nth-child(n),
  .a-col1.a-gapx7p > :nth-child(n),
  .a-gap7p.a-col1 > :nth-child(n),
  .a-gapx7p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap7p > *,
  .a-col2.a-gapx7p > *,
  .a-gap7p.a-col2 > *,
  .a-gapx7p.a-col2 > * {
  width: 46.5%;
}

.a-col2.a-gap7p > :nth-child(2n),
  .a-col2.a-gapx7p > :nth-child(2n),
  .a-gap7p.a-col2 > :nth-child(2n),
  .a-gapx7p.a-col2 > :nth-child(2n) {
  margin-left: 7%;
}

.a-col2.a-gap7p > :nth-child(2n-1),
  .a-col2.a-gapx7p > :nth-child(2n-1),
  .a-gap7p.a-col2 > :nth-child(2n-1),
  .a-gapx7p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap7p > *,
  .a-col3.a-gapx7p > *,
  .a-gap7p.a-col3 > *,
  .a-gapx7p.a-col3 > * {
  width: 28.667%;
}

.a-col3.a-gap7p > :nth-child(3n),
  .a-col3.a-gapx7p > :nth-child(3n),
  .a-gap7p.a-col3 > :nth-child(3n),
  .a-gapx7p.a-col3 > :nth-child(3n),
  .a-col3.a-gap7p > :nth-child(3n-1),
  .a-col3.a-gapx7p > :nth-child(3n-1),
  .a-gap7p.a-col3 > :nth-child(3n-1),
  .a-gapx7p.a-col3 > :nth-child(3n-1) {
  margin-left: 7%;
}

.a-col3.a-gap7p > :nth-child(3n-2),
  .a-col3.a-gapx7p > :nth-child(3n-2),
  .a-gap7p.a-col3 > :nth-child(3n-2),
  .a-gapx7p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap7p > *,
  .a-col4.a-gapx7p > *,
  .a-gap7p.a-col4 > *,
  .a-gapx7p.a-col4 > * {
  width: 19.75%;
}

.a-col4.a-gap7p > :nth-child(4n),
  .a-col4.a-gapx7p > :nth-child(4n),
  .a-gap7p.a-col4 > :nth-child(4n),
  .a-gapx7p.a-col4 > :nth-child(4n),
  .a-col4.a-gap7p > :nth-child(4n-1),
  .a-col4.a-gapx7p > :nth-child(4n-1),
  .a-gap7p.a-col4 > :nth-child(4n-1),
  .a-gapx7p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap7p > :nth-child(4n-2),
  .a-col4.a-gapx7p > :nth-child(4n-2),
  .a-gap7p.a-col4 > :nth-child(4n-2),
  .a-gapx7p.a-col4 > :nth-child(4n-2) {
  margin-left: 7%;
}

.a-col4.a-gap7p > :nth-child(4n-3),
  .a-col4.a-gapx7p > :nth-child(4n-3),
  .a-gap7p.a-col4 > :nth-child(4n-3),
  .a-gapx7p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap7p > *,
  .a-col5.a-gapx7p > *,
  .a-gap7p.a-col5 > *,
  .a-gapx7p.a-col5 > * {
  width: 14.4%;
}

.a-col5.a-gap7p > :nth-child(5n),
  .a-col5.a-gapx7p > :nth-child(5n),
  .a-gap7p.a-col5 > :nth-child(5n),
  .a-gapx7p.a-col5 > :nth-child(5n),
  .a-col5.a-gap7p > :nth-child(5n-1),
  .a-col5.a-gapx7p > :nth-child(5n-1),
  .a-gap7p.a-col5 > :nth-child(5n-1),
  .a-gapx7p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap7p > :nth-child(5n-2),
  .a-col5.a-gapx7p > :nth-child(5n-2),
  .a-gap7p.a-col5 > :nth-child(5n-2),
  .a-gapx7p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap7p > :nth-child(5n-3),
  .a-col5.a-gapx7p > :nth-child(5n-3),
  .a-gap7p.a-col5 > :nth-child(5n-3),
  .a-gapx7p.a-col5 > :nth-child(5n-3) {
  margin-left: 7%;
}

.a-col5.a-gap7p > :nth-child(5n-4),
  .a-col5.a-gapx7p > :nth-child(5n-4),
  .a-gap7p.a-col5 > :nth-child(5n-4),
  .a-gapx7p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap7p > *,
  .a-col6.a-gapx7p > *,
  .a-gap7p.a-col6 > *,
  .a-gapx7p.a-col6 > * {
  width: 10.833%;
}

.a-col6.a-gap7p > :nth-child(6n),
  .a-col6.a-gapx7p > :nth-child(6n),
  .a-gap7p.a-col6 > :nth-child(6n),
  .a-gapx7p.a-col6 > :nth-child(6n),
  .a-col6.a-gap7p > :nth-child(6n-1),
  .a-col6.a-gapx7p > :nth-child(6n-1),
  .a-gap7p.a-col6 > :nth-child(6n-1),
  .a-gapx7p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap7p > :nth-child(6n-2),
  .a-col6.a-gapx7p > :nth-child(6n-2),
  .a-gap7p.a-col6 > :nth-child(6n-2),
  .a-gapx7p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap7p > :nth-child(6n-3),
  .a-col6.a-gapx7p > :nth-child(6n-3),
  .a-gap7p.a-col6 > :nth-child(6n-3),
  .a-gapx7p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap7p > :nth-child(6n-4),
  .a-col6.a-gapx7p > :nth-child(6n-4),
  .a-gap7p.a-col6 > :nth-child(6n-4),
  .a-gapx7p.a-col6 > :nth-child(6n-4) {
  margin-left: 7%;
}

.a-col6.a-gap7p > :nth-child(6n-5),
  .a-col6.a-gapx7p > :nth-child(6n-5),
  .a-gap7p.a-col6 > :nth-child(6n-5),
  .a-gapx7p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap8p > *,
  .a-col1.a-gapx8p > *,
  .a-gap8p.a-col1 > *,
  .a-gapx8p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap8p > :nth-child(n),
  .a-col1.a-gapx8p > :nth-child(n),
  .a-gap8p.a-col1 > :nth-child(n),
  .a-gapx8p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap8p > *,
  .a-col2.a-gapx8p > *,
  .a-gap8p.a-col2 > *,
  .a-gapx8p.a-col2 > * {
  width: 46%;
}

.a-col2.a-gap8p > :nth-child(2n),
  .a-col2.a-gapx8p > :nth-child(2n),
  .a-gap8p.a-col2 > :nth-child(2n),
  .a-gapx8p.a-col2 > :nth-child(2n) {
  margin-left: 8%;
}

.a-col2.a-gap8p > :nth-child(2n-1),
  .a-col2.a-gapx8p > :nth-child(2n-1),
  .a-gap8p.a-col2 > :nth-child(2n-1),
  .a-gapx8p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap8p > *,
  .a-col3.a-gapx8p > *,
  .a-gap8p.a-col3 > *,
  .a-gapx8p.a-col3 > * {
  width: 28%;
}

.a-col3.a-gap8p > :nth-child(3n),
  .a-col3.a-gapx8p > :nth-child(3n),
  .a-gap8p.a-col3 > :nth-child(3n),
  .a-gapx8p.a-col3 > :nth-child(3n),
  .a-col3.a-gap8p > :nth-child(3n-1),
  .a-col3.a-gapx8p > :nth-child(3n-1),
  .a-gap8p.a-col3 > :nth-child(3n-1),
  .a-gapx8p.a-col3 > :nth-child(3n-1) {
  margin-left: 8%;
}

.a-col3.a-gap8p > :nth-child(3n-2),
  .a-col3.a-gapx8p > :nth-child(3n-2),
  .a-gap8p.a-col3 > :nth-child(3n-2),
  .a-gapx8p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap8p > *,
  .a-col4.a-gapx8p > *,
  .a-gap8p.a-col4 > *,
  .a-gapx8p.a-col4 > * {
  width: 19%;
}

.a-col4.a-gap8p > :nth-child(4n),
  .a-col4.a-gapx8p > :nth-child(4n),
  .a-gap8p.a-col4 > :nth-child(4n),
  .a-gapx8p.a-col4 > :nth-child(4n),
  .a-col4.a-gap8p > :nth-child(4n-1),
  .a-col4.a-gapx8p > :nth-child(4n-1),
  .a-gap8p.a-col4 > :nth-child(4n-1),
  .a-gapx8p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap8p > :nth-child(4n-2),
  .a-col4.a-gapx8p > :nth-child(4n-2),
  .a-gap8p.a-col4 > :nth-child(4n-2),
  .a-gapx8p.a-col4 > :nth-child(4n-2) {
  margin-left: 8%;
}

.a-col4.a-gap8p > :nth-child(4n-3),
  .a-col4.a-gapx8p > :nth-child(4n-3),
  .a-gap8p.a-col4 > :nth-child(4n-3),
  .a-gapx8p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap8p > *,
  .a-col5.a-gapx8p > *,
  .a-gap8p.a-col5 > *,
  .a-gapx8p.a-col5 > * {
  width: 13.6%;
}

.a-col5.a-gap8p > :nth-child(5n),
  .a-col5.a-gapx8p > :nth-child(5n),
  .a-gap8p.a-col5 > :nth-child(5n),
  .a-gapx8p.a-col5 > :nth-child(5n),
  .a-col5.a-gap8p > :nth-child(5n-1),
  .a-col5.a-gapx8p > :nth-child(5n-1),
  .a-gap8p.a-col5 > :nth-child(5n-1),
  .a-gapx8p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap8p > :nth-child(5n-2),
  .a-col5.a-gapx8p > :nth-child(5n-2),
  .a-gap8p.a-col5 > :nth-child(5n-2),
  .a-gapx8p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap8p > :nth-child(5n-3),
  .a-col5.a-gapx8p > :nth-child(5n-3),
  .a-gap8p.a-col5 > :nth-child(5n-3),
  .a-gapx8p.a-col5 > :nth-child(5n-3) {
  margin-left: 8%;
}

.a-col5.a-gap8p > :nth-child(5n-4),
  .a-col5.a-gapx8p > :nth-child(5n-4),
  .a-gap8p.a-col5 > :nth-child(5n-4),
  .a-gapx8p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap8p > *,
  .a-col6.a-gapx8p > *,
  .a-gap8p.a-col6 > *,
  .a-gapx8p.a-col6 > * {
  width: 10%;
}

.a-col6.a-gap8p > :nth-child(6n),
  .a-col6.a-gapx8p > :nth-child(6n),
  .a-gap8p.a-col6 > :nth-child(6n),
  .a-gapx8p.a-col6 > :nth-child(6n),
  .a-col6.a-gap8p > :nth-child(6n-1),
  .a-col6.a-gapx8p > :nth-child(6n-1),
  .a-gap8p.a-col6 > :nth-child(6n-1),
  .a-gapx8p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap8p > :nth-child(6n-2),
  .a-col6.a-gapx8p > :nth-child(6n-2),
  .a-gap8p.a-col6 > :nth-child(6n-2),
  .a-gapx8p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap8p > :nth-child(6n-3),
  .a-col6.a-gapx8p > :nth-child(6n-3),
  .a-gap8p.a-col6 > :nth-child(6n-3),
  .a-gapx8p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap8p > :nth-child(6n-4),
  .a-col6.a-gapx8p > :nth-child(6n-4),
  .a-gap8p.a-col6 > :nth-child(6n-4),
  .a-gapx8p.a-col6 > :nth-child(6n-4) {
  margin-left: 8%;
}

.a-col6.a-gap8p > :nth-child(6n-5),
  .a-col6.a-gapx8p > :nth-child(6n-5),
  .a-gap8p.a-col6 > :nth-child(6n-5),
  .a-gapx8p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap9p > *,
  .a-col1.a-gapx9p > *,
  .a-gap9p.a-col1 > *,
  .a-gapx9p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap9p > :nth-child(n),
  .a-col1.a-gapx9p > :nth-child(n),
  .a-gap9p.a-col1 > :nth-child(n),
  .a-gapx9p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap9p > *,
  .a-col2.a-gapx9p > *,
  .a-gap9p.a-col2 > *,
  .a-gapx9p.a-col2 > * {
  width: 45.5%;
}

.a-col2.a-gap9p > :nth-child(2n),
  .a-col2.a-gapx9p > :nth-child(2n),
  .a-gap9p.a-col2 > :nth-child(2n),
  .a-gapx9p.a-col2 > :nth-child(2n) {
  margin-left: 9%;
}

.a-col2.a-gap9p > :nth-child(2n-1),
  .a-col2.a-gapx9p > :nth-child(2n-1),
  .a-gap9p.a-col2 > :nth-child(2n-1),
  .a-gapx9p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap9p > *,
  .a-col3.a-gapx9p > *,
  .a-gap9p.a-col3 > *,
  .a-gapx9p.a-col3 > * {
  width: 27.333%;
}

.a-col3.a-gap9p > :nth-child(3n),
  .a-col3.a-gapx9p > :nth-child(3n),
  .a-gap9p.a-col3 > :nth-child(3n),
  .a-gapx9p.a-col3 > :nth-child(3n),
  .a-col3.a-gap9p > :nth-child(3n-1),
  .a-col3.a-gapx9p > :nth-child(3n-1),
  .a-gap9p.a-col3 > :nth-child(3n-1),
  .a-gapx9p.a-col3 > :nth-child(3n-1) {
  margin-left: 9%;
}

.a-col3.a-gap9p > :nth-child(3n-2),
  .a-col3.a-gapx9p > :nth-child(3n-2),
  .a-gap9p.a-col3 > :nth-child(3n-2),
  .a-gapx9p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap9p > *,
  .a-col4.a-gapx9p > *,
  .a-gap9p.a-col4 > *,
  .a-gapx9p.a-col4 > * {
  width: 18.25%;
}

.a-col4.a-gap9p > :nth-child(4n),
  .a-col4.a-gapx9p > :nth-child(4n),
  .a-gap9p.a-col4 > :nth-child(4n),
  .a-gapx9p.a-col4 > :nth-child(4n),
  .a-col4.a-gap9p > :nth-child(4n-1),
  .a-col4.a-gapx9p > :nth-child(4n-1),
  .a-gap9p.a-col4 > :nth-child(4n-1),
  .a-gapx9p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap9p > :nth-child(4n-2),
  .a-col4.a-gapx9p > :nth-child(4n-2),
  .a-gap9p.a-col4 > :nth-child(4n-2),
  .a-gapx9p.a-col4 > :nth-child(4n-2) {
  margin-left: 9%;
}

.a-col4.a-gap9p > :nth-child(4n-3),
  .a-col4.a-gapx9p > :nth-child(4n-3),
  .a-gap9p.a-col4 > :nth-child(4n-3),
  .a-gapx9p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap9p > *,
  .a-col5.a-gapx9p > *,
  .a-gap9p.a-col5 > *,
  .a-gapx9p.a-col5 > * {
  width: 12.8%;
}

.a-col5.a-gap9p > :nth-child(5n),
  .a-col5.a-gapx9p > :nth-child(5n),
  .a-gap9p.a-col5 > :nth-child(5n),
  .a-gapx9p.a-col5 > :nth-child(5n),
  .a-col5.a-gap9p > :nth-child(5n-1),
  .a-col5.a-gapx9p > :nth-child(5n-1),
  .a-gap9p.a-col5 > :nth-child(5n-1),
  .a-gapx9p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap9p > :nth-child(5n-2),
  .a-col5.a-gapx9p > :nth-child(5n-2),
  .a-gap9p.a-col5 > :nth-child(5n-2),
  .a-gapx9p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap9p > :nth-child(5n-3),
  .a-col5.a-gapx9p > :nth-child(5n-3),
  .a-gap9p.a-col5 > :nth-child(5n-3),
  .a-gapx9p.a-col5 > :nth-child(5n-3) {
  margin-left: 9%;
}

.a-col5.a-gap9p > :nth-child(5n-4),
  .a-col5.a-gapx9p > :nth-child(5n-4),
  .a-gap9p.a-col5 > :nth-child(5n-4),
  .a-gapx9p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap9p > *,
  .a-col6.a-gapx9p > *,
  .a-gap9p.a-col6 > *,
  .a-gapx9p.a-col6 > * {
  width: 9.166%;
}

.a-col6.a-gap9p > :nth-child(6n),
  .a-col6.a-gapx9p > :nth-child(6n),
  .a-gap9p.a-col6 > :nth-child(6n),
  .a-gapx9p.a-col6 > :nth-child(6n),
  .a-col6.a-gap9p > :nth-child(6n-1),
  .a-col6.a-gapx9p > :nth-child(6n-1),
  .a-gap9p.a-col6 > :nth-child(6n-1),
  .a-gapx9p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap9p > :nth-child(6n-2),
  .a-col6.a-gapx9p > :nth-child(6n-2),
  .a-gap9p.a-col6 > :nth-child(6n-2),
  .a-gapx9p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap9p > :nth-child(6n-3),
  .a-col6.a-gapx9p > :nth-child(6n-3),
  .a-gap9p.a-col6 > :nth-child(6n-3),
  .a-gapx9p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap9p > :nth-child(6n-4),
  .a-col6.a-gapx9p > :nth-child(6n-4),
  .a-gap9p.a-col6 > :nth-child(6n-4),
  .a-gapx9p.a-col6 > :nth-child(6n-4) {
  margin-left: 9%;
}

.a-col6.a-gap9p > :nth-child(6n-5),
  .a-col6.a-gapx9p > :nth-child(6n-5),
  .a-gap9p.a-col6 > :nth-child(6n-5),
  .a-gapx9p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

.a-col1.a-gap10p > *,
  .a-col1.a-gapx10p > *,
  .a-gap10p.a-col1 > *,
  .a-gapx10p.a-col1 > * {
  width: 100%;
}

.a-col1.a-gap10p > :nth-child(n),
  .a-col1.a-gapx10p > :nth-child(n),
  .a-gap10p.a-col1 > :nth-child(n),
  .a-gapx10p.a-col1 > :nth-child(n) {
  margin-left: 0;
}

.a-col2.a-gap10p > *,
  .a-col2.a-gapx10p > *,
  .a-gap10p.a-col2 > *,
  .a-gapx10p.a-col2 > * {
  width: 45%;
}

.a-col2.a-gap10p > :nth-child(2n),
  .a-col2.a-gapx10p > :nth-child(2n),
  .a-gap10p.a-col2 > :nth-child(2n),
  .a-gapx10p.a-col2 > :nth-child(2n) {
  margin-left: 10%;
}

.a-col2.a-gap10p > :nth-child(2n-1),
  .a-col2.a-gapx10p > :nth-child(2n-1),
  .a-gap10p.a-col2 > :nth-child(2n-1),
  .a-gapx10p.a-col2 > :nth-child(2n-1) {
  margin-left: 0;
}

.a-col3.a-gap10p > *,
  .a-col3.a-gapx10p > *,
  .a-gap10p.a-col3 > *,
  .a-gapx10p.a-col3 > * {
  width: 26.667%;
}

.a-col3.a-gap10p > :nth-child(3n),
  .a-col3.a-gapx10p > :nth-child(3n),
  .a-gap10p.a-col3 > :nth-child(3n),
  .a-gapx10p.a-col3 > :nth-child(3n),
  .a-col3.a-gap10p > :nth-child(3n-1),
  .a-col3.a-gapx10p > :nth-child(3n-1),
  .a-gap10p.a-col3 > :nth-child(3n-1),
  .a-gapx10p.a-col3 > :nth-child(3n-1) {
  margin-left: 10%;
}

.a-col3.a-gap10p > :nth-child(3n-2),
  .a-col3.a-gapx10p > :nth-child(3n-2),
  .a-gap10p.a-col3 > :nth-child(3n-2),
  .a-gapx10p.a-col3 > :nth-child(3n-2) {
  margin-left: 0;
}

.a-col4.a-gap10p > *,
  .a-col4.a-gapx10p > *,
  .a-gap10p.a-col4 > *,
  .a-gapx10p.a-col4 > * {
  width: 17.5%;
}

.a-col4.a-gap10p > :nth-child(4n),
  .a-col4.a-gapx10p > :nth-child(4n),
  .a-gap10p.a-col4 > :nth-child(4n),
  .a-gapx10p.a-col4 > :nth-child(4n),
  .a-col4.a-gap10p > :nth-child(4n-1),
  .a-col4.a-gapx10p > :nth-child(4n-1),
  .a-gap10p.a-col4 > :nth-child(4n-1),
  .a-gapx10p.a-col4 > :nth-child(4n-1),
  .a-col4.a-gap10p > :nth-child(4n-2),
  .a-col4.a-gapx10p > :nth-child(4n-2),
  .a-gap10p.a-col4 > :nth-child(4n-2),
  .a-gapx10p.a-col4 > :nth-child(4n-2) {
  margin-left: 10%;
}

.a-col4.a-gap10p > :nth-child(4n-3),
  .a-col4.a-gapx10p > :nth-child(4n-3),
  .a-gap10p.a-col4 > :nth-child(4n-3),
  .a-gapx10p.a-col4 > :nth-child(4n-3) {
  margin-left: 0;
}

.a-col5.a-gap10p > *,
  .a-col5.a-gapx10p > *,
  .a-gap10p.a-col5 > *,
  .a-gapx10p.a-col5 > * {
  width: 12%;
}

.a-col5.a-gap10p > :nth-child(5n),
  .a-col5.a-gapx10p > :nth-child(5n),
  .a-gap10p.a-col5 > :nth-child(5n),
  .a-gapx10p.a-col5 > :nth-child(5n),
  .a-col5.a-gap10p > :nth-child(5n-1),
  .a-col5.a-gapx10p > :nth-child(5n-1),
  .a-gap10p.a-col5 > :nth-child(5n-1),
  .a-gapx10p.a-col5 > :nth-child(5n-1),
  .a-col5.a-gap10p > :nth-child(5n-2),
  .a-col5.a-gapx10p > :nth-child(5n-2),
  .a-gap10p.a-col5 > :nth-child(5n-2),
  .a-gapx10p.a-col5 > :nth-child(5n-2),
  .a-col5.a-gap10p > :nth-child(5n-3),
  .a-col5.a-gapx10p > :nth-child(5n-3),
  .a-gap10p.a-col5 > :nth-child(5n-3),
  .a-gapx10p.a-col5 > :nth-child(5n-3) {
  margin-left: 10%;
}

.a-col5.a-gap10p > :nth-child(5n-4),
  .a-col5.a-gapx10p > :nth-child(5n-4),
  .a-gap10p.a-col5 > :nth-child(5n-4),
  .a-gapx10p.a-col5 > :nth-child(5n-4) {
  margin-left: 0;
}

.a-col6.a-gap10p > *,
  .a-col6.a-gapx10p > *,
  .a-gap10p.a-col6 > *,
  .a-gapx10p.a-col6 > * {
  width: 8.333%;
}

.a-col6.a-gap10p > :nth-child(6n),
  .a-col6.a-gapx10p > :nth-child(6n),
  .a-gap10p.a-col6 > :nth-child(6n),
  .a-gapx10p.a-col6 > :nth-child(6n),
  .a-col6.a-gap10p > :nth-child(6n-1),
  .a-col6.a-gapx10p > :nth-child(6n-1),
  .a-gap10p.a-col6 > :nth-child(6n-1),
  .a-gapx10p.a-col6 > :nth-child(6n-1),
  .a-col6.a-gap10p > :nth-child(6n-2),
  .a-col6.a-gapx10p > :nth-child(6n-2),
  .a-gap10p.a-col6 > :nth-child(6n-2),
  .a-gapx10p.a-col6 > :nth-child(6n-2),
  .a-col6.a-gap10p > :nth-child(6n-3),
  .a-col6.a-gapx10p > :nth-child(6n-3),
  .a-gap10p.a-col6 > :nth-child(6n-3),
  .a-gapx10p.a-col6 > :nth-child(6n-3),
  .a-col6.a-gap10p > :nth-child(6n-4),
  .a-col6.a-gapx10p > :nth-child(6n-4),
  .a-gap10p.a-col6 > :nth-child(6n-4),
  .a-gapx10p.a-col6 > :nth-child(6n-4) {
  margin-left: 10%;
}

.a-col6.a-gap10p > :nth-child(6n-5),
  .a-col6.a-gapx10p > :nth-child(6n-5),
  .a-gap10p.a-col6 > :nth-child(6n-5),
  .a-gapx10p.a-col6 > :nth-child(6n-5) {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .tb-col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .tb-col1 > * {
    width: 100%;
  }

  .tb-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .tb-col2 > * {
    width: 50%;
  }

  .tb-col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .tb-col3 > * {
    width: 33.333%;
  }

  .tb-col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .tb-col4 > * {
    width: 25%;
  }

  .tb-col5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .tb-col5 > * {
    width: 20%;
  }

  .tb-col6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .tb-col6 > * {
    width: 16.666%;
  }

  .tb-gap0 > *,
  .tb-gapy0 > * {
    margin-bottom: 0px;
  }

  .tb-gap10 > *,
  .tb-gapy10 > * {
    margin-bottom: 10px;
  }

  .tb-gap20 > *,
  .tb-gapy20 > * {
    margin-bottom: 20px;
  }

  .tb-gap30 > *,
  .tb-gapy30 > * {
    margin-bottom: 30px;
  }

  .tb-gap40 > *,
  .tb-gapy40 > * {
    margin-bottom: 40px;
  }

  .tb-gap50 > *,
  .tb-gapy50 > * {
    margin-bottom: 50px;
  }

  .tb-gap60 > *,
  .tb-gapy60 > * {
    margin-bottom: 60px;
  }

  .tb-gap70 > *,
  .tb-gapy70 > * {
    margin-bottom: 70px;
  }

  .tb-gap80 > *,
  .tb-gapy80 > * {
    margin-bottom: 80px;
  }

  .tb-gap90 > *,
  .tb-gapy90 > * {
    margin-bottom: 90px;
  }

  .tb-gap100 > *,
  .tb-gapy100 > * {
    margin-bottom: 100px;
  }

  .tb-gap1p > *,
  .tb-gapy1p > * {
    margin-bottom: 1%;
  }

  .tb-gap2p > *,
  .tb-gapy2p > * {
    margin-bottom: 2%;
  }

  .tb-gap3p > *,
  .tb-gapy3p > * {
    margin-bottom: 3%;
  }

  .tb-gap4p > *,
  .tb-gapy4p > * {
    margin-bottom: 4%;
  }

  .tb-gap5p > *,
  .tb-gapy5p > * {
    margin-bottom: 5%;
  }

  .tb-gap6p > *,
  .tb-gapy6p > * {
    margin-bottom: 6%;
  }

  .tb-gap7p > *,
  .tb-gapy7p > * {
    margin-bottom: 7%;
  }

  .tb-gap8p > *,
  .tb-gapy8p > * {
    margin-bottom: 8%;
  }

  .tb-gap9p > *,
  .tb-gapy9p > * {
    margin-bottom: 9%;
  }

  .tb-gap10p > *,
  .tb-gapy10p > * {
    margin-bottom: 10%;
  }

  .a-col1.tb-gap0 > *,
  .a-col1.tb-gapx0 > *,
  .a-gap0.tb-col1 > *,
  .a-gapx0.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap0 > :nth-child(n),
  .a-col1.tb-gapx0 > :nth-child(n),
  .a-gap0.tb-col1 > :nth-child(n),
  .a-gapx0.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap0 > *,
  .a-col2.tb-gapx0 > *,
  .a-gap0.tb-col2 > *,
  .a-gapx0.tb-col2 > * {
    width: calc(50% - 0px);
  }

  .a-col2.tb-gap0 > :nth-child(2n),
  .a-col2.tb-gapx0 > :nth-child(2n),
  .a-gap0.tb-col2 > :nth-child(2n),
  .a-gapx0.tb-col2 > :nth-child(2n) {
    margin-left: 0px;
  }

  .a-col2.tb-gap0 > :nth-child(2n-1),
  .a-col2.tb-gapx0 > :nth-child(2n-1),
  .a-gap0.tb-col2 > :nth-child(2n-1),
  .a-gapx0.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap0 > *,
  .a-col3.tb-gapx0 > *,
  .a-gap0.tb-col3 > *,
  .a-gapx0.tb-col3 > * {
    width: calc(33.333% - 0px);
  }

  .a-col3.tb-gap0 > :nth-child(3n),
  .a-col3.tb-gapx0 > :nth-child(3n),
  .a-gap0.tb-col3 > :nth-child(3n),
  .a-gapx0.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap0 > :nth-child(3n-1),
  .a-col3.tb-gapx0 > :nth-child(3n-1),
  .a-gap0.tb-col3 > :nth-child(3n-1),
  .a-gapx0.tb-col3 > :nth-child(3n-1) {
    margin-left: 0px;
  }

  .a-col3.tb-gap0 > :nth-child(3n-2),
  .a-col3.tb-gapx0 > :nth-child(3n-2),
  .a-gap0.tb-col3 > :nth-child(3n-2),
  .a-gapx0.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap0 > *,
  .a-col4.tb-gapx0 > *,
  .a-gap0.tb-col4 > *,
  .a-gapx0.tb-col4 > * {
    width: calc(25% - 0px);
  }

  .a-col4.tb-gap0 > :nth-child(4n),
  .a-col4.tb-gapx0 > :nth-child(4n),
  .a-gap0.tb-col4 > :nth-child(4n),
  .a-gapx0.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap0 > :nth-child(4n-1),
  .a-col4.tb-gapx0 > :nth-child(4n-1),
  .a-gap0.tb-col4 > :nth-child(4n-1),
  .a-gapx0.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap0 > :nth-child(4n-2),
  .a-col4.tb-gapx0 > :nth-child(4n-2),
  .a-gap0.tb-col4 > :nth-child(4n-2),
  .a-gapx0.tb-col4 > :nth-child(4n-2) {
    margin-left: 0px;
  }

  .a-col4.tb-gap0 > :nth-child(4n-3),
  .a-col4.tb-gapx0 > :nth-child(4n-3),
  .a-gap0.tb-col4 > :nth-child(4n-3),
  .a-gapx0.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap0 > *,
  .a-col5.tb-gapx0 > *,
  .a-gap0.tb-col5 > *,
  .a-gapx0.tb-col5 > * {
    width: calc(20% - 0px);
  }

  .a-col5.tb-gap0 > :nth-child(5n),
  .a-col5.tb-gapx0 > :nth-child(5n),
  .a-gap0.tb-col5 > :nth-child(5n),
  .a-gapx0.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap0 > :nth-child(5n-1),
  .a-col5.tb-gapx0 > :nth-child(5n-1),
  .a-gap0.tb-col5 > :nth-child(5n-1),
  .a-gapx0.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap0 > :nth-child(5n-2),
  .a-col5.tb-gapx0 > :nth-child(5n-2),
  .a-gap0.tb-col5 > :nth-child(5n-2),
  .a-gapx0.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap0 > :nth-child(5n-3),
  .a-col5.tb-gapx0 > :nth-child(5n-3),
  .a-gap0.tb-col5 > :nth-child(5n-3),
  .a-gapx0.tb-col5 > :nth-child(5n-3) {
    margin-left: 0px;
  }

  .a-col5.tb-gap0 > :nth-child(5n-4),
  .a-col5.tb-gapx0 > :nth-child(5n-4),
  .a-gap0.tb-col5 > :nth-child(5n-4),
  .a-gapx0.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap0 > *,
  .a-col6.tb-gapx0 > *,
  .a-gap0.tb-col6 > *,
  .a-gapx0.tb-col6 > * {
    width: calc(16.666% - 0px);
  }

  .a-col6.tb-gap0 > :nth-child(6n),
  .a-col6.tb-gapx0 > :nth-child(6n),
  .a-gap0.tb-col6 > :nth-child(6n),
  .a-gapx0.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap0 > :nth-child(6n-1),
  .a-col6.tb-gapx0 > :nth-child(6n-1),
  .a-gap0.tb-col6 > :nth-child(6n-1),
  .a-gapx0.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap0 > :nth-child(6n-2),
  .a-col6.tb-gapx0 > :nth-child(6n-2),
  .a-gap0.tb-col6 > :nth-child(6n-2),
  .a-gapx0.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap0 > :nth-child(6n-3),
  .a-col6.tb-gapx0 > :nth-child(6n-3),
  .a-gap0.tb-col6 > :nth-child(6n-3),
  .a-gapx0.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap0 > :nth-child(6n-4),
  .a-col6.tb-gapx0 > :nth-child(6n-4),
  .a-gap0.tb-col6 > :nth-child(6n-4),
  .a-gapx0.tb-col6 > :nth-child(6n-4) {
    margin-left: 0px;
  }

  .a-col6.tb-gap0 > :nth-child(6n-5),
  .a-col6.tb-gapx0 > :nth-child(6n-5),
  .a-gap0.tb-col6 > :nth-child(6n-5),
  .a-gapx0.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap10 > *,
  .a-col1.tb-gapx10 > *,
  .a-gap10.tb-col1 > *,
  .a-gapx10.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap10 > :nth-child(n),
  .a-col1.tb-gapx10 > :nth-child(n),
  .a-gap10.tb-col1 > :nth-child(n),
  .a-gapx10.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap10 > *,
  .a-col2.tb-gapx10 > *,
  .a-gap10.tb-col2 > *,
  .a-gapx10.tb-col2 > * {
    width: calc(50% - 5px);
  }

  .a-col2.tb-gap10 > :nth-child(2n),
  .a-col2.tb-gapx10 > :nth-child(2n),
  .a-gap10.tb-col2 > :nth-child(2n),
  .a-gapx10.tb-col2 > :nth-child(2n) {
    margin-left: 10px;
  }

  .a-col2.tb-gap10 > :nth-child(2n-1),
  .a-col2.tb-gapx10 > :nth-child(2n-1),
  .a-gap10.tb-col2 > :nth-child(2n-1),
  .a-gapx10.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap10 > *,
  .a-col3.tb-gapx10 > *,
  .a-gap10.tb-col3 > *,
  .a-gapx10.tb-col3 > * {
    width: calc(33.333% - 6.666px);
  }

  .a-col3.tb-gap10 > :nth-child(3n),
  .a-col3.tb-gapx10 > :nth-child(3n),
  .a-gap10.tb-col3 > :nth-child(3n),
  .a-gapx10.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap10 > :nth-child(3n-1),
  .a-col3.tb-gapx10 > :nth-child(3n-1),
  .a-gap10.tb-col3 > :nth-child(3n-1),
  .a-gapx10.tb-col3 > :nth-child(3n-1) {
    margin-left: 10px;
  }

  .a-col3.tb-gap10 > :nth-child(3n-2),
  .a-col3.tb-gapx10 > :nth-child(3n-2),
  .a-gap10.tb-col3 > :nth-child(3n-2),
  .a-gapx10.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap10 > *,
  .a-col4.tb-gapx10 > *,
  .a-gap10.tb-col4 > *,
  .a-gapx10.tb-col4 > * {
    width: calc(25% - 7.5px);
  }

  .a-col4.tb-gap10 > :nth-child(4n),
  .a-col4.tb-gapx10 > :nth-child(4n),
  .a-gap10.tb-col4 > :nth-child(4n),
  .a-gapx10.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap10 > :nth-child(4n-1),
  .a-col4.tb-gapx10 > :nth-child(4n-1),
  .a-gap10.tb-col4 > :nth-child(4n-1),
  .a-gapx10.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap10 > :nth-child(4n-2),
  .a-col4.tb-gapx10 > :nth-child(4n-2),
  .a-gap10.tb-col4 > :nth-child(4n-2),
  .a-gapx10.tb-col4 > :nth-child(4n-2) {
    margin-left: 10px;
  }

  .a-col4.tb-gap10 > :nth-child(4n-3),
  .a-col4.tb-gapx10 > :nth-child(4n-3),
  .a-gap10.tb-col4 > :nth-child(4n-3),
  .a-gapx10.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap10 > *,
  .a-col5.tb-gapx10 > *,
  .a-gap10.tb-col5 > *,
  .a-gapx10.tb-col5 > * {
    width: calc(20% - 8px);
  }

  .a-col5.tb-gap10 > :nth-child(5n),
  .a-col5.tb-gapx10 > :nth-child(5n),
  .a-gap10.tb-col5 > :nth-child(5n),
  .a-gapx10.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap10 > :nth-child(5n-1),
  .a-col5.tb-gapx10 > :nth-child(5n-1),
  .a-gap10.tb-col5 > :nth-child(5n-1),
  .a-gapx10.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap10 > :nth-child(5n-2),
  .a-col5.tb-gapx10 > :nth-child(5n-2),
  .a-gap10.tb-col5 > :nth-child(5n-2),
  .a-gapx10.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap10 > :nth-child(5n-3),
  .a-col5.tb-gapx10 > :nth-child(5n-3),
  .a-gap10.tb-col5 > :nth-child(5n-3),
  .a-gapx10.tb-col5 > :nth-child(5n-3) {
    margin-left: 10px;
  }

  .a-col5.tb-gap10 > :nth-child(5n-4),
  .a-col5.tb-gapx10 > :nth-child(5n-4),
  .a-gap10.tb-col5 > :nth-child(5n-4),
  .a-gapx10.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap10 > *,
  .a-col6.tb-gapx10 > *,
  .a-gap10.tb-col6 > *,
  .a-gapx10.tb-col6 > * {
    width: calc(16.666% - 8.333px);
  }

  .a-col6.tb-gap10 > :nth-child(6n),
  .a-col6.tb-gapx10 > :nth-child(6n),
  .a-gap10.tb-col6 > :nth-child(6n),
  .a-gapx10.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap10 > :nth-child(6n-1),
  .a-col6.tb-gapx10 > :nth-child(6n-1),
  .a-gap10.tb-col6 > :nth-child(6n-1),
  .a-gapx10.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap10 > :nth-child(6n-2),
  .a-col6.tb-gapx10 > :nth-child(6n-2),
  .a-gap10.tb-col6 > :nth-child(6n-2),
  .a-gapx10.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap10 > :nth-child(6n-3),
  .a-col6.tb-gapx10 > :nth-child(6n-3),
  .a-gap10.tb-col6 > :nth-child(6n-3),
  .a-gapx10.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap10 > :nth-child(6n-4),
  .a-col6.tb-gapx10 > :nth-child(6n-4),
  .a-gap10.tb-col6 > :nth-child(6n-4),
  .a-gapx10.tb-col6 > :nth-child(6n-4) {
    margin-left: 10px;
  }

  .a-col6.tb-gap10 > :nth-child(6n-5),
  .a-col6.tb-gapx10 > :nth-child(6n-5),
  .a-gap10.tb-col6 > :nth-child(6n-5),
  .a-gapx10.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap20 > *,
  .a-col1.tb-gapx20 > *,
  .a-gap20.tb-col1 > *,
  .a-gapx20.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap20 > :nth-child(n),
  .a-col1.tb-gapx20 > :nth-child(n),
  .a-gap20.tb-col1 > :nth-child(n),
  .a-gapx20.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap20 > *,
  .a-col2.tb-gapx20 > *,
  .a-gap20.tb-col2 > *,
  .a-gapx20.tb-col2 > * {
    width: calc(50% - 10px);
  }

  .a-col2.tb-gap20 > :nth-child(2n),
  .a-col2.tb-gapx20 > :nth-child(2n),
  .a-gap20.tb-col2 > :nth-child(2n),
  .a-gapx20.tb-col2 > :nth-child(2n) {
    margin-left: 20px;
  }

  .a-col2.tb-gap20 > :nth-child(2n-1),
  .a-col2.tb-gapx20 > :nth-child(2n-1),
  .a-gap20.tb-col2 > :nth-child(2n-1),
  .a-gapx20.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap20 > *,
  .a-col3.tb-gapx20 > *,
  .a-gap20.tb-col3 > *,
  .a-gapx20.tb-col3 > * {
    width: calc(33.333% - 13.333px);
  }

  .a-col3.tb-gap20 > :nth-child(3n),
  .a-col3.tb-gapx20 > :nth-child(3n),
  .a-gap20.tb-col3 > :nth-child(3n),
  .a-gapx20.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap20 > :nth-child(3n-1),
  .a-col3.tb-gapx20 > :nth-child(3n-1),
  .a-gap20.tb-col3 > :nth-child(3n-1),
  .a-gapx20.tb-col3 > :nth-child(3n-1) {
    margin-left: 20px;
  }

  .a-col3.tb-gap20 > :nth-child(3n-2),
  .a-col3.tb-gapx20 > :nth-child(3n-2),
  .a-gap20.tb-col3 > :nth-child(3n-2),
  .a-gapx20.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap20 > *,
  .a-col4.tb-gapx20 > *,
  .a-gap20.tb-col4 > *,
  .a-gapx20.tb-col4 > * {
    width: calc(25% - 15px);
  }

  .a-col4.tb-gap20 > :nth-child(4n),
  .a-col4.tb-gapx20 > :nth-child(4n),
  .a-gap20.tb-col4 > :nth-child(4n),
  .a-gapx20.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap20 > :nth-child(4n-1),
  .a-col4.tb-gapx20 > :nth-child(4n-1),
  .a-gap20.tb-col4 > :nth-child(4n-1),
  .a-gapx20.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap20 > :nth-child(4n-2),
  .a-col4.tb-gapx20 > :nth-child(4n-2),
  .a-gap20.tb-col4 > :nth-child(4n-2),
  .a-gapx20.tb-col4 > :nth-child(4n-2) {
    margin-left: 20px;
  }

  .a-col4.tb-gap20 > :nth-child(4n-3),
  .a-col4.tb-gapx20 > :nth-child(4n-3),
  .a-gap20.tb-col4 > :nth-child(4n-3),
  .a-gapx20.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap20 > *,
  .a-col5.tb-gapx20 > *,
  .a-gap20.tb-col5 > *,
  .a-gapx20.tb-col5 > * {
    width: calc(20% - 16px);
  }

  .a-col5.tb-gap20 > :nth-child(5n),
  .a-col5.tb-gapx20 > :nth-child(5n),
  .a-gap20.tb-col5 > :nth-child(5n),
  .a-gapx20.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap20 > :nth-child(5n-1),
  .a-col5.tb-gapx20 > :nth-child(5n-1),
  .a-gap20.tb-col5 > :nth-child(5n-1),
  .a-gapx20.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap20 > :nth-child(5n-2),
  .a-col5.tb-gapx20 > :nth-child(5n-2),
  .a-gap20.tb-col5 > :nth-child(5n-2),
  .a-gapx20.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap20 > :nth-child(5n-3),
  .a-col5.tb-gapx20 > :nth-child(5n-3),
  .a-gap20.tb-col5 > :nth-child(5n-3),
  .a-gapx20.tb-col5 > :nth-child(5n-3) {
    margin-left: 20px;
  }

  .a-col5.tb-gap20 > :nth-child(5n-4),
  .a-col5.tb-gapx20 > :nth-child(5n-4),
  .a-gap20.tb-col5 > :nth-child(5n-4),
  .a-gapx20.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap20 > *,
  .a-col6.tb-gapx20 > *,
  .a-gap20.tb-col6 > *,
  .a-gapx20.tb-col6 > * {
    width: calc(16.666% - 16.666px);
  }

  .a-col6.tb-gap20 > :nth-child(6n),
  .a-col6.tb-gapx20 > :nth-child(6n),
  .a-gap20.tb-col6 > :nth-child(6n),
  .a-gapx20.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap20 > :nth-child(6n-1),
  .a-col6.tb-gapx20 > :nth-child(6n-1),
  .a-gap20.tb-col6 > :nth-child(6n-1),
  .a-gapx20.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap20 > :nth-child(6n-2),
  .a-col6.tb-gapx20 > :nth-child(6n-2),
  .a-gap20.tb-col6 > :nth-child(6n-2),
  .a-gapx20.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap20 > :nth-child(6n-3),
  .a-col6.tb-gapx20 > :nth-child(6n-3),
  .a-gap20.tb-col6 > :nth-child(6n-3),
  .a-gapx20.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap20 > :nth-child(6n-4),
  .a-col6.tb-gapx20 > :nth-child(6n-4),
  .a-gap20.tb-col6 > :nth-child(6n-4),
  .a-gapx20.tb-col6 > :nth-child(6n-4) {
    margin-left: 20px;
  }

  .a-col6.tb-gap20 > :nth-child(6n-5),
  .a-col6.tb-gapx20 > :nth-child(6n-5),
  .a-gap20.tb-col6 > :nth-child(6n-5),
  .a-gapx20.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap30 > *,
  .a-col1.tb-gapx30 > *,
  .a-gap30.tb-col1 > *,
  .a-gapx30.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap30 > :nth-child(n),
  .a-col1.tb-gapx30 > :nth-child(n),
  .a-gap30.tb-col1 > :nth-child(n),
  .a-gapx30.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap30 > *,
  .a-col2.tb-gapx30 > *,
  .a-gap30.tb-col2 > *,
  .a-gapx30.tb-col2 > * {
    width: calc(50% - 15px);
  }

  .a-col2.tb-gap30 > :nth-child(2n),
  .a-col2.tb-gapx30 > :nth-child(2n),
  .a-gap30.tb-col2 > :nth-child(2n),
  .a-gapx30.tb-col2 > :nth-child(2n) {
    margin-left: 30px;
  }

  .a-col2.tb-gap30 > :nth-child(2n-1),
  .a-col2.tb-gapx30 > :nth-child(2n-1),
  .a-gap30.tb-col2 > :nth-child(2n-1),
  .a-gapx30.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap30 > *,
  .a-col3.tb-gapx30 > *,
  .a-gap30.tb-col3 > *,
  .a-gapx30.tb-col3 > * {
    width: calc(33.333% - 20px);
  }

  .a-col3.tb-gap30 > :nth-child(3n),
  .a-col3.tb-gapx30 > :nth-child(3n),
  .a-gap30.tb-col3 > :nth-child(3n),
  .a-gapx30.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap30 > :nth-child(3n-1),
  .a-col3.tb-gapx30 > :nth-child(3n-1),
  .a-gap30.tb-col3 > :nth-child(3n-1),
  .a-gapx30.tb-col3 > :nth-child(3n-1) {
    margin-left: 30px;
  }

  .a-col3.tb-gap30 > :nth-child(3n-2),
  .a-col3.tb-gapx30 > :nth-child(3n-2),
  .a-gap30.tb-col3 > :nth-child(3n-2),
  .a-gapx30.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap30 > *,
  .a-col4.tb-gapx30 > *,
  .a-gap30.tb-col4 > *,
  .a-gapx30.tb-col4 > * {
    width: calc(25% - 22.5px);
  }

  .a-col4.tb-gap30 > :nth-child(4n),
  .a-col4.tb-gapx30 > :nth-child(4n),
  .a-gap30.tb-col4 > :nth-child(4n),
  .a-gapx30.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap30 > :nth-child(4n-1),
  .a-col4.tb-gapx30 > :nth-child(4n-1),
  .a-gap30.tb-col4 > :nth-child(4n-1),
  .a-gapx30.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap30 > :nth-child(4n-2),
  .a-col4.tb-gapx30 > :nth-child(4n-2),
  .a-gap30.tb-col4 > :nth-child(4n-2),
  .a-gapx30.tb-col4 > :nth-child(4n-2) {
    margin-left: 30px;
  }

  .a-col4.tb-gap30 > :nth-child(4n-3),
  .a-col4.tb-gapx30 > :nth-child(4n-3),
  .a-gap30.tb-col4 > :nth-child(4n-3),
  .a-gapx30.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap30 > *,
  .a-col5.tb-gapx30 > *,
  .a-gap30.tb-col5 > *,
  .a-gapx30.tb-col5 > * {
    width: calc(20% - 24px);
  }

  .a-col5.tb-gap30 > :nth-child(5n),
  .a-col5.tb-gapx30 > :nth-child(5n),
  .a-gap30.tb-col5 > :nth-child(5n),
  .a-gapx30.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap30 > :nth-child(5n-1),
  .a-col5.tb-gapx30 > :nth-child(5n-1),
  .a-gap30.tb-col5 > :nth-child(5n-1),
  .a-gapx30.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap30 > :nth-child(5n-2),
  .a-col5.tb-gapx30 > :nth-child(5n-2),
  .a-gap30.tb-col5 > :nth-child(5n-2),
  .a-gapx30.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap30 > :nth-child(5n-3),
  .a-col5.tb-gapx30 > :nth-child(5n-3),
  .a-gap30.tb-col5 > :nth-child(5n-3),
  .a-gapx30.tb-col5 > :nth-child(5n-3) {
    margin-left: 30px;
  }

  .a-col5.tb-gap30 > :nth-child(5n-4),
  .a-col5.tb-gapx30 > :nth-child(5n-4),
  .a-gap30.tb-col5 > :nth-child(5n-4),
  .a-gapx30.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap30 > *,
  .a-col6.tb-gapx30 > *,
  .a-gap30.tb-col6 > *,
  .a-gapx30.tb-col6 > * {
    width: calc(16.666% - 25px);
  }

  .a-col6.tb-gap30 > :nth-child(6n),
  .a-col6.tb-gapx30 > :nth-child(6n),
  .a-gap30.tb-col6 > :nth-child(6n),
  .a-gapx30.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap30 > :nth-child(6n-1),
  .a-col6.tb-gapx30 > :nth-child(6n-1),
  .a-gap30.tb-col6 > :nth-child(6n-1),
  .a-gapx30.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap30 > :nth-child(6n-2),
  .a-col6.tb-gapx30 > :nth-child(6n-2),
  .a-gap30.tb-col6 > :nth-child(6n-2),
  .a-gapx30.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap30 > :nth-child(6n-3),
  .a-col6.tb-gapx30 > :nth-child(6n-3),
  .a-gap30.tb-col6 > :nth-child(6n-3),
  .a-gapx30.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap30 > :nth-child(6n-4),
  .a-col6.tb-gapx30 > :nth-child(6n-4),
  .a-gap30.tb-col6 > :nth-child(6n-4),
  .a-gapx30.tb-col6 > :nth-child(6n-4) {
    margin-left: 30px;
  }

  .a-col6.tb-gap30 > :nth-child(6n-5),
  .a-col6.tb-gapx30 > :nth-child(6n-5),
  .a-gap30.tb-col6 > :nth-child(6n-5),
  .a-gapx30.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap40 > *,
  .a-col1.tb-gapx40 > *,
  .a-gap40.tb-col1 > *,
  .a-gapx40.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap40 > :nth-child(n),
  .a-col1.tb-gapx40 > :nth-child(n),
  .a-gap40.tb-col1 > :nth-child(n),
  .a-gapx40.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap40 > *,
  .a-col2.tb-gapx40 > *,
  .a-gap40.tb-col2 > *,
  .a-gapx40.tb-col2 > * {
    width: calc(50% - 20px);
  }

  .a-col2.tb-gap40 > :nth-child(2n),
  .a-col2.tb-gapx40 > :nth-child(2n),
  .a-gap40.tb-col2 > :nth-child(2n),
  .a-gapx40.tb-col2 > :nth-child(2n) {
    margin-left: 40px;
  }

  .a-col2.tb-gap40 > :nth-child(2n-1),
  .a-col2.tb-gapx40 > :nth-child(2n-1),
  .a-gap40.tb-col2 > :nth-child(2n-1),
  .a-gapx40.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap40 > *,
  .a-col3.tb-gapx40 > *,
  .a-gap40.tb-col3 > *,
  .a-gapx40.tb-col3 > * {
    width: calc(33.333% - 26.666px);
  }

  .a-col3.tb-gap40 > :nth-child(3n),
  .a-col3.tb-gapx40 > :nth-child(3n),
  .a-gap40.tb-col3 > :nth-child(3n),
  .a-gapx40.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap40 > :nth-child(3n-1),
  .a-col3.tb-gapx40 > :nth-child(3n-1),
  .a-gap40.tb-col3 > :nth-child(3n-1),
  .a-gapx40.tb-col3 > :nth-child(3n-1) {
    margin-left: 40px;
  }

  .a-col3.tb-gap40 > :nth-child(3n-2),
  .a-col3.tb-gapx40 > :nth-child(3n-2),
  .a-gap40.tb-col3 > :nth-child(3n-2),
  .a-gapx40.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap40 > *,
  .a-col4.tb-gapx40 > *,
  .a-gap40.tb-col4 > *,
  .a-gapx40.tb-col4 > * {
    width: calc(25% - 30px);
  }

  .a-col4.tb-gap40 > :nth-child(4n),
  .a-col4.tb-gapx40 > :nth-child(4n),
  .a-gap40.tb-col4 > :nth-child(4n),
  .a-gapx40.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap40 > :nth-child(4n-1),
  .a-col4.tb-gapx40 > :nth-child(4n-1),
  .a-gap40.tb-col4 > :nth-child(4n-1),
  .a-gapx40.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap40 > :nth-child(4n-2),
  .a-col4.tb-gapx40 > :nth-child(4n-2),
  .a-gap40.tb-col4 > :nth-child(4n-2),
  .a-gapx40.tb-col4 > :nth-child(4n-2) {
    margin-left: 40px;
  }

  .a-col4.tb-gap40 > :nth-child(4n-3),
  .a-col4.tb-gapx40 > :nth-child(4n-3),
  .a-gap40.tb-col4 > :nth-child(4n-3),
  .a-gapx40.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap40 > *,
  .a-col5.tb-gapx40 > *,
  .a-gap40.tb-col5 > *,
  .a-gapx40.tb-col5 > * {
    width: calc(20% - 32px);
  }

  .a-col5.tb-gap40 > :nth-child(5n),
  .a-col5.tb-gapx40 > :nth-child(5n),
  .a-gap40.tb-col5 > :nth-child(5n),
  .a-gapx40.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap40 > :nth-child(5n-1),
  .a-col5.tb-gapx40 > :nth-child(5n-1),
  .a-gap40.tb-col5 > :nth-child(5n-1),
  .a-gapx40.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap40 > :nth-child(5n-2),
  .a-col5.tb-gapx40 > :nth-child(5n-2),
  .a-gap40.tb-col5 > :nth-child(5n-2),
  .a-gapx40.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap40 > :nth-child(5n-3),
  .a-col5.tb-gapx40 > :nth-child(5n-3),
  .a-gap40.tb-col5 > :nth-child(5n-3),
  .a-gapx40.tb-col5 > :nth-child(5n-3) {
    margin-left: 40px;
  }

  .a-col5.tb-gap40 > :nth-child(5n-4),
  .a-col5.tb-gapx40 > :nth-child(5n-4),
  .a-gap40.tb-col5 > :nth-child(5n-4),
  .a-gapx40.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap40 > *,
  .a-col6.tb-gapx40 > *,
  .a-gap40.tb-col6 > *,
  .a-gapx40.tb-col6 > * {
    width: calc(16.666% - 33.333px);
  }

  .a-col6.tb-gap40 > :nth-child(6n),
  .a-col6.tb-gapx40 > :nth-child(6n),
  .a-gap40.tb-col6 > :nth-child(6n),
  .a-gapx40.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap40 > :nth-child(6n-1),
  .a-col6.tb-gapx40 > :nth-child(6n-1),
  .a-gap40.tb-col6 > :nth-child(6n-1),
  .a-gapx40.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap40 > :nth-child(6n-2),
  .a-col6.tb-gapx40 > :nth-child(6n-2),
  .a-gap40.tb-col6 > :nth-child(6n-2),
  .a-gapx40.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap40 > :nth-child(6n-3),
  .a-col6.tb-gapx40 > :nth-child(6n-3),
  .a-gap40.tb-col6 > :nth-child(6n-3),
  .a-gapx40.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap40 > :nth-child(6n-4),
  .a-col6.tb-gapx40 > :nth-child(6n-4),
  .a-gap40.tb-col6 > :nth-child(6n-4),
  .a-gapx40.tb-col6 > :nth-child(6n-4) {
    margin-left: 40px;
  }

  .a-col6.tb-gap40 > :nth-child(6n-5),
  .a-col6.tb-gapx40 > :nth-child(6n-5),
  .a-gap40.tb-col6 > :nth-child(6n-5),
  .a-gapx40.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap50 > *,
  .a-col1.tb-gapx50 > *,
  .a-gap50.tb-col1 > *,
  .a-gapx50.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap50 > :nth-child(n),
  .a-col1.tb-gapx50 > :nth-child(n),
  .a-gap50.tb-col1 > :nth-child(n),
  .a-gapx50.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap50 > *,
  .a-col2.tb-gapx50 > *,
  .a-gap50.tb-col2 > *,
  .a-gapx50.tb-col2 > * {
    width: calc(50% - 25px);
  }

  .a-col2.tb-gap50 > :nth-child(2n),
  .a-col2.tb-gapx50 > :nth-child(2n),
  .a-gap50.tb-col2 > :nth-child(2n),
  .a-gapx50.tb-col2 > :nth-child(2n) {
    margin-left: 50px;
  }

  .a-col2.tb-gap50 > :nth-child(2n-1),
  .a-col2.tb-gapx50 > :nth-child(2n-1),
  .a-gap50.tb-col2 > :nth-child(2n-1),
  .a-gapx50.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap50 > *,
  .a-col3.tb-gapx50 > *,
  .a-gap50.tb-col3 > *,
  .a-gapx50.tb-col3 > * {
    width: calc(33.333% - 33.333px);
  }

  .a-col3.tb-gap50 > :nth-child(3n),
  .a-col3.tb-gapx50 > :nth-child(3n),
  .a-gap50.tb-col3 > :nth-child(3n),
  .a-gapx50.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap50 > :nth-child(3n-1),
  .a-col3.tb-gapx50 > :nth-child(3n-1),
  .a-gap50.tb-col3 > :nth-child(3n-1),
  .a-gapx50.tb-col3 > :nth-child(3n-1) {
    margin-left: 50px;
  }

  .a-col3.tb-gap50 > :nth-child(3n-2),
  .a-col3.tb-gapx50 > :nth-child(3n-2),
  .a-gap50.tb-col3 > :nth-child(3n-2),
  .a-gapx50.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap50 > *,
  .a-col4.tb-gapx50 > *,
  .a-gap50.tb-col4 > *,
  .a-gapx50.tb-col4 > * {
    width: calc(25% - 37.5px);
  }

  .a-col4.tb-gap50 > :nth-child(4n),
  .a-col4.tb-gapx50 > :nth-child(4n),
  .a-gap50.tb-col4 > :nth-child(4n),
  .a-gapx50.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap50 > :nth-child(4n-1),
  .a-col4.tb-gapx50 > :nth-child(4n-1),
  .a-gap50.tb-col4 > :nth-child(4n-1),
  .a-gapx50.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap50 > :nth-child(4n-2),
  .a-col4.tb-gapx50 > :nth-child(4n-2),
  .a-gap50.tb-col4 > :nth-child(4n-2),
  .a-gapx50.tb-col4 > :nth-child(4n-2) {
    margin-left: 50px;
  }

  .a-col4.tb-gap50 > :nth-child(4n-3),
  .a-col4.tb-gapx50 > :nth-child(4n-3),
  .a-gap50.tb-col4 > :nth-child(4n-3),
  .a-gapx50.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap50 > *,
  .a-col5.tb-gapx50 > *,
  .a-gap50.tb-col5 > *,
  .a-gapx50.tb-col5 > * {
    width: calc(20% - 40px);
  }

  .a-col5.tb-gap50 > :nth-child(5n),
  .a-col5.tb-gapx50 > :nth-child(5n),
  .a-gap50.tb-col5 > :nth-child(5n),
  .a-gapx50.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap50 > :nth-child(5n-1),
  .a-col5.tb-gapx50 > :nth-child(5n-1),
  .a-gap50.tb-col5 > :nth-child(5n-1),
  .a-gapx50.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap50 > :nth-child(5n-2),
  .a-col5.tb-gapx50 > :nth-child(5n-2),
  .a-gap50.tb-col5 > :nth-child(5n-2),
  .a-gapx50.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap50 > :nth-child(5n-3),
  .a-col5.tb-gapx50 > :nth-child(5n-3),
  .a-gap50.tb-col5 > :nth-child(5n-3),
  .a-gapx50.tb-col5 > :nth-child(5n-3) {
    margin-left: 50px;
  }

  .a-col5.tb-gap50 > :nth-child(5n-4),
  .a-col5.tb-gapx50 > :nth-child(5n-4),
  .a-gap50.tb-col5 > :nth-child(5n-4),
  .a-gapx50.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap50 > *,
  .a-col6.tb-gapx50 > *,
  .a-gap50.tb-col6 > *,
  .a-gapx50.tb-col6 > * {
    width: calc(16.666% - 41.666px);
  }

  .a-col6.tb-gap50 > :nth-child(6n),
  .a-col6.tb-gapx50 > :nth-child(6n),
  .a-gap50.tb-col6 > :nth-child(6n),
  .a-gapx50.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap50 > :nth-child(6n-1),
  .a-col6.tb-gapx50 > :nth-child(6n-1),
  .a-gap50.tb-col6 > :nth-child(6n-1),
  .a-gapx50.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap50 > :nth-child(6n-2),
  .a-col6.tb-gapx50 > :nth-child(6n-2),
  .a-gap50.tb-col6 > :nth-child(6n-2),
  .a-gapx50.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap50 > :nth-child(6n-3),
  .a-col6.tb-gapx50 > :nth-child(6n-3),
  .a-gap50.tb-col6 > :nth-child(6n-3),
  .a-gapx50.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap50 > :nth-child(6n-4),
  .a-col6.tb-gapx50 > :nth-child(6n-4),
  .a-gap50.tb-col6 > :nth-child(6n-4),
  .a-gapx50.tb-col6 > :nth-child(6n-4) {
    margin-left: 50px;
  }

  .a-col6.tb-gap50 > :nth-child(6n-5),
  .a-col6.tb-gapx50 > :nth-child(6n-5),
  .a-gap50.tb-col6 > :nth-child(6n-5),
  .a-gapx50.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap60 > *,
  .a-col1.tb-gapx60 > *,
  .a-gap60.tb-col1 > *,
  .a-gapx60.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap60 > :nth-child(n),
  .a-col1.tb-gapx60 > :nth-child(n),
  .a-gap60.tb-col1 > :nth-child(n),
  .a-gapx60.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap60 > *,
  .a-col2.tb-gapx60 > *,
  .a-gap60.tb-col2 > *,
  .a-gapx60.tb-col2 > * {
    width: calc(50% - 30px);
  }

  .a-col2.tb-gap60 > :nth-child(2n),
  .a-col2.tb-gapx60 > :nth-child(2n),
  .a-gap60.tb-col2 > :nth-child(2n),
  .a-gapx60.tb-col2 > :nth-child(2n) {
    margin-left: 60px;
  }

  .a-col2.tb-gap60 > :nth-child(2n-1),
  .a-col2.tb-gapx60 > :nth-child(2n-1),
  .a-gap60.tb-col2 > :nth-child(2n-1),
  .a-gapx60.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap60 > *,
  .a-col3.tb-gapx60 > *,
  .a-gap60.tb-col3 > *,
  .a-gapx60.tb-col3 > * {
    width: calc(33.333% - 40px);
  }

  .a-col3.tb-gap60 > :nth-child(3n),
  .a-col3.tb-gapx60 > :nth-child(3n),
  .a-gap60.tb-col3 > :nth-child(3n),
  .a-gapx60.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap60 > :nth-child(3n-1),
  .a-col3.tb-gapx60 > :nth-child(3n-1),
  .a-gap60.tb-col3 > :nth-child(3n-1),
  .a-gapx60.tb-col3 > :nth-child(3n-1) {
    margin-left: 60px;
  }

  .a-col3.tb-gap60 > :nth-child(3n-2),
  .a-col3.tb-gapx60 > :nth-child(3n-2),
  .a-gap60.tb-col3 > :nth-child(3n-2),
  .a-gapx60.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap60 > *,
  .a-col4.tb-gapx60 > *,
  .a-gap60.tb-col4 > *,
  .a-gapx60.tb-col4 > * {
    width: calc(25% - 45px);
  }

  .a-col4.tb-gap60 > :nth-child(4n),
  .a-col4.tb-gapx60 > :nth-child(4n),
  .a-gap60.tb-col4 > :nth-child(4n),
  .a-gapx60.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap60 > :nth-child(4n-1),
  .a-col4.tb-gapx60 > :nth-child(4n-1),
  .a-gap60.tb-col4 > :nth-child(4n-1),
  .a-gapx60.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap60 > :nth-child(4n-2),
  .a-col4.tb-gapx60 > :nth-child(4n-2),
  .a-gap60.tb-col4 > :nth-child(4n-2),
  .a-gapx60.tb-col4 > :nth-child(4n-2) {
    margin-left: 60px;
  }

  .a-col4.tb-gap60 > :nth-child(4n-3),
  .a-col4.tb-gapx60 > :nth-child(4n-3),
  .a-gap60.tb-col4 > :nth-child(4n-3),
  .a-gapx60.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap60 > *,
  .a-col5.tb-gapx60 > *,
  .a-gap60.tb-col5 > *,
  .a-gapx60.tb-col5 > * {
    width: calc(20% - 48px);
  }

  .a-col5.tb-gap60 > :nth-child(5n),
  .a-col5.tb-gapx60 > :nth-child(5n),
  .a-gap60.tb-col5 > :nth-child(5n),
  .a-gapx60.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap60 > :nth-child(5n-1),
  .a-col5.tb-gapx60 > :nth-child(5n-1),
  .a-gap60.tb-col5 > :nth-child(5n-1),
  .a-gapx60.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap60 > :nth-child(5n-2),
  .a-col5.tb-gapx60 > :nth-child(5n-2),
  .a-gap60.tb-col5 > :nth-child(5n-2),
  .a-gapx60.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap60 > :nth-child(5n-3),
  .a-col5.tb-gapx60 > :nth-child(5n-3),
  .a-gap60.tb-col5 > :nth-child(5n-3),
  .a-gapx60.tb-col5 > :nth-child(5n-3) {
    margin-left: 60px;
  }

  .a-col5.tb-gap60 > :nth-child(5n-4),
  .a-col5.tb-gapx60 > :nth-child(5n-4),
  .a-gap60.tb-col5 > :nth-child(5n-4),
  .a-gapx60.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap60 > *,
  .a-col6.tb-gapx60 > *,
  .a-gap60.tb-col6 > *,
  .a-gapx60.tb-col6 > * {
    width: calc(16.666% - 50px);
  }

  .a-col6.tb-gap60 > :nth-child(6n),
  .a-col6.tb-gapx60 > :nth-child(6n),
  .a-gap60.tb-col6 > :nth-child(6n),
  .a-gapx60.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap60 > :nth-child(6n-1),
  .a-col6.tb-gapx60 > :nth-child(6n-1),
  .a-gap60.tb-col6 > :nth-child(6n-1),
  .a-gapx60.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap60 > :nth-child(6n-2),
  .a-col6.tb-gapx60 > :nth-child(6n-2),
  .a-gap60.tb-col6 > :nth-child(6n-2),
  .a-gapx60.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap60 > :nth-child(6n-3),
  .a-col6.tb-gapx60 > :nth-child(6n-3),
  .a-gap60.tb-col6 > :nth-child(6n-3),
  .a-gapx60.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap60 > :nth-child(6n-4),
  .a-col6.tb-gapx60 > :nth-child(6n-4),
  .a-gap60.tb-col6 > :nth-child(6n-4),
  .a-gapx60.tb-col6 > :nth-child(6n-4) {
    margin-left: 60px;
  }

  .a-col6.tb-gap60 > :nth-child(6n-5),
  .a-col6.tb-gapx60 > :nth-child(6n-5),
  .a-gap60.tb-col6 > :nth-child(6n-5),
  .a-gapx60.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap70 > *,
  .a-col1.tb-gapx70 > *,
  .a-gap70.tb-col1 > *,
  .a-gapx70.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap70 > :nth-child(n),
  .a-col1.tb-gapx70 > :nth-child(n),
  .a-gap70.tb-col1 > :nth-child(n),
  .a-gapx70.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap70 > *,
  .a-col2.tb-gapx70 > *,
  .a-gap70.tb-col2 > *,
  .a-gapx70.tb-col2 > * {
    width: calc(50% - 35px);
  }

  .a-col2.tb-gap70 > :nth-child(2n),
  .a-col2.tb-gapx70 > :nth-child(2n),
  .a-gap70.tb-col2 > :nth-child(2n),
  .a-gapx70.tb-col2 > :nth-child(2n) {
    margin-left: 70px;
  }

  .a-col2.tb-gap70 > :nth-child(2n-1),
  .a-col2.tb-gapx70 > :nth-child(2n-1),
  .a-gap70.tb-col2 > :nth-child(2n-1),
  .a-gapx70.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap70 > *,
  .a-col3.tb-gapx70 > *,
  .a-gap70.tb-col3 > *,
  .a-gapx70.tb-col3 > * {
    width: calc(33.333% - 46.666px);
  }

  .a-col3.tb-gap70 > :nth-child(3n),
  .a-col3.tb-gapx70 > :nth-child(3n),
  .a-gap70.tb-col3 > :nth-child(3n),
  .a-gapx70.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap70 > :nth-child(3n-1),
  .a-col3.tb-gapx70 > :nth-child(3n-1),
  .a-gap70.tb-col3 > :nth-child(3n-1),
  .a-gapx70.tb-col3 > :nth-child(3n-1) {
    margin-left: 70px;
  }

  .a-col3.tb-gap70 > :nth-child(3n-2),
  .a-col3.tb-gapx70 > :nth-child(3n-2),
  .a-gap70.tb-col3 > :nth-child(3n-2),
  .a-gapx70.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap70 > *,
  .a-col4.tb-gapx70 > *,
  .a-gap70.tb-col4 > *,
  .a-gapx70.tb-col4 > * {
    width: calc(25% - 52.5px);
  }

  .a-col4.tb-gap70 > :nth-child(4n),
  .a-col4.tb-gapx70 > :nth-child(4n),
  .a-gap70.tb-col4 > :nth-child(4n),
  .a-gapx70.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap70 > :nth-child(4n-1),
  .a-col4.tb-gapx70 > :nth-child(4n-1),
  .a-gap70.tb-col4 > :nth-child(4n-1),
  .a-gapx70.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap70 > :nth-child(4n-2),
  .a-col4.tb-gapx70 > :nth-child(4n-2),
  .a-gap70.tb-col4 > :nth-child(4n-2),
  .a-gapx70.tb-col4 > :nth-child(4n-2) {
    margin-left: 70px;
  }

  .a-col4.tb-gap70 > :nth-child(4n-3),
  .a-col4.tb-gapx70 > :nth-child(4n-3),
  .a-gap70.tb-col4 > :nth-child(4n-3),
  .a-gapx70.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap70 > *,
  .a-col5.tb-gapx70 > *,
  .a-gap70.tb-col5 > *,
  .a-gapx70.tb-col5 > * {
    width: calc(20% - 56px);
  }

  .a-col5.tb-gap70 > :nth-child(5n),
  .a-col5.tb-gapx70 > :nth-child(5n),
  .a-gap70.tb-col5 > :nth-child(5n),
  .a-gapx70.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap70 > :nth-child(5n-1),
  .a-col5.tb-gapx70 > :nth-child(5n-1),
  .a-gap70.tb-col5 > :nth-child(5n-1),
  .a-gapx70.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap70 > :nth-child(5n-2),
  .a-col5.tb-gapx70 > :nth-child(5n-2),
  .a-gap70.tb-col5 > :nth-child(5n-2),
  .a-gapx70.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap70 > :nth-child(5n-3),
  .a-col5.tb-gapx70 > :nth-child(5n-3),
  .a-gap70.tb-col5 > :nth-child(5n-3),
  .a-gapx70.tb-col5 > :nth-child(5n-3) {
    margin-left: 70px;
  }

  .a-col5.tb-gap70 > :nth-child(5n-4),
  .a-col5.tb-gapx70 > :nth-child(5n-4),
  .a-gap70.tb-col5 > :nth-child(5n-4),
  .a-gapx70.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap70 > *,
  .a-col6.tb-gapx70 > *,
  .a-gap70.tb-col6 > *,
  .a-gapx70.tb-col6 > * {
    width: calc(16.666% - 58.333px);
  }

  .a-col6.tb-gap70 > :nth-child(6n),
  .a-col6.tb-gapx70 > :nth-child(6n),
  .a-gap70.tb-col6 > :nth-child(6n),
  .a-gapx70.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap70 > :nth-child(6n-1),
  .a-col6.tb-gapx70 > :nth-child(6n-1),
  .a-gap70.tb-col6 > :nth-child(6n-1),
  .a-gapx70.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap70 > :nth-child(6n-2),
  .a-col6.tb-gapx70 > :nth-child(6n-2),
  .a-gap70.tb-col6 > :nth-child(6n-2),
  .a-gapx70.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap70 > :nth-child(6n-3),
  .a-col6.tb-gapx70 > :nth-child(6n-3),
  .a-gap70.tb-col6 > :nth-child(6n-3),
  .a-gapx70.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap70 > :nth-child(6n-4),
  .a-col6.tb-gapx70 > :nth-child(6n-4),
  .a-gap70.tb-col6 > :nth-child(6n-4),
  .a-gapx70.tb-col6 > :nth-child(6n-4) {
    margin-left: 70px;
  }

  .a-col6.tb-gap70 > :nth-child(6n-5),
  .a-col6.tb-gapx70 > :nth-child(6n-5),
  .a-gap70.tb-col6 > :nth-child(6n-5),
  .a-gapx70.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap80 > *,
  .a-col1.tb-gapx80 > *,
  .a-gap80.tb-col1 > *,
  .a-gapx80.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap80 > :nth-child(n),
  .a-col1.tb-gapx80 > :nth-child(n),
  .a-gap80.tb-col1 > :nth-child(n),
  .a-gapx80.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap80 > *,
  .a-col2.tb-gapx80 > *,
  .a-gap80.tb-col2 > *,
  .a-gapx80.tb-col2 > * {
    width: calc(50% - 40px);
  }

  .a-col2.tb-gap80 > :nth-child(2n),
  .a-col2.tb-gapx80 > :nth-child(2n),
  .a-gap80.tb-col2 > :nth-child(2n),
  .a-gapx80.tb-col2 > :nth-child(2n) {
    margin-left: 80px;
  }

  .a-col2.tb-gap80 > :nth-child(2n-1),
  .a-col2.tb-gapx80 > :nth-child(2n-1),
  .a-gap80.tb-col2 > :nth-child(2n-1),
  .a-gapx80.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap80 > *,
  .a-col3.tb-gapx80 > *,
  .a-gap80.tb-col3 > *,
  .a-gapx80.tb-col3 > * {
    width: calc(33.333% - 53.333px);
  }

  .a-col3.tb-gap80 > :nth-child(3n),
  .a-col3.tb-gapx80 > :nth-child(3n),
  .a-gap80.tb-col3 > :nth-child(3n),
  .a-gapx80.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap80 > :nth-child(3n-1),
  .a-col3.tb-gapx80 > :nth-child(3n-1),
  .a-gap80.tb-col3 > :nth-child(3n-1),
  .a-gapx80.tb-col3 > :nth-child(3n-1) {
    margin-left: 80px;
  }

  .a-col3.tb-gap80 > :nth-child(3n-2),
  .a-col3.tb-gapx80 > :nth-child(3n-2),
  .a-gap80.tb-col3 > :nth-child(3n-2),
  .a-gapx80.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap80 > *,
  .a-col4.tb-gapx80 > *,
  .a-gap80.tb-col4 > *,
  .a-gapx80.tb-col4 > * {
    width: calc(25% - 60px);
  }

  .a-col4.tb-gap80 > :nth-child(4n),
  .a-col4.tb-gapx80 > :nth-child(4n),
  .a-gap80.tb-col4 > :nth-child(4n),
  .a-gapx80.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap80 > :nth-child(4n-1),
  .a-col4.tb-gapx80 > :nth-child(4n-1),
  .a-gap80.tb-col4 > :nth-child(4n-1),
  .a-gapx80.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap80 > :nth-child(4n-2),
  .a-col4.tb-gapx80 > :nth-child(4n-2),
  .a-gap80.tb-col4 > :nth-child(4n-2),
  .a-gapx80.tb-col4 > :nth-child(4n-2) {
    margin-left: 80px;
  }

  .a-col4.tb-gap80 > :nth-child(4n-3),
  .a-col4.tb-gapx80 > :nth-child(4n-3),
  .a-gap80.tb-col4 > :nth-child(4n-3),
  .a-gapx80.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap80 > *,
  .a-col5.tb-gapx80 > *,
  .a-gap80.tb-col5 > *,
  .a-gapx80.tb-col5 > * {
    width: calc(20% - 64px);
  }

  .a-col5.tb-gap80 > :nth-child(5n),
  .a-col5.tb-gapx80 > :nth-child(5n),
  .a-gap80.tb-col5 > :nth-child(5n),
  .a-gapx80.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap80 > :nth-child(5n-1),
  .a-col5.tb-gapx80 > :nth-child(5n-1),
  .a-gap80.tb-col5 > :nth-child(5n-1),
  .a-gapx80.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap80 > :nth-child(5n-2),
  .a-col5.tb-gapx80 > :nth-child(5n-2),
  .a-gap80.tb-col5 > :nth-child(5n-2),
  .a-gapx80.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap80 > :nth-child(5n-3),
  .a-col5.tb-gapx80 > :nth-child(5n-3),
  .a-gap80.tb-col5 > :nth-child(5n-3),
  .a-gapx80.tb-col5 > :nth-child(5n-3) {
    margin-left: 80px;
  }

  .a-col5.tb-gap80 > :nth-child(5n-4),
  .a-col5.tb-gapx80 > :nth-child(5n-4),
  .a-gap80.tb-col5 > :nth-child(5n-4),
  .a-gapx80.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap80 > *,
  .a-col6.tb-gapx80 > *,
  .a-gap80.tb-col6 > *,
  .a-gapx80.tb-col6 > * {
    width: calc(16.666% - 66.666px);
  }

  .a-col6.tb-gap80 > :nth-child(6n),
  .a-col6.tb-gapx80 > :nth-child(6n),
  .a-gap80.tb-col6 > :nth-child(6n),
  .a-gapx80.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap80 > :nth-child(6n-1),
  .a-col6.tb-gapx80 > :nth-child(6n-1),
  .a-gap80.tb-col6 > :nth-child(6n-1),
  .a-gapx80.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap80 > :nth-child(6n-2),
  .a-col6.tb-gapx80 > :nth-child(6n-2),
  .a-gap80.tb-col6 > :nth-child(6n-2),
  .a-gapx80.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap80 > :nth-child(6n-3),
  .a-col6.tb-gapx80 > :nth-child(6n-3),
  .a-gap80.tb-col6 > :nth-child(6n-3),
  .a-gapx80.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap80 > :nth-child(6n-4),
  .a-col6.tb-gapx80 > :nth-child(6n-4),
  .a-gap80.tb-col6 > :nth-child(6n-4),
  .a-gapx80.tb-col6 > :nth-child(6n-4) {
    margin-left: 80px;
  }

  .a-col6.tb-gap80 > :nth-child(6n-5),
  .a-col6.tb-gapx80 > :nth-child(6n-5),
  .a-gap80.tb-col6 > :nth-child(6n-5),
  .a-gapx80.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap90 > *,
  .a-col1.tb-gapx90 > *,
  .a-gap90.tb-col1 > *,
  .a-gapx90.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap90 > :nth-child(n),
  .a-col1.tb-gapx90 > :nth-child(n),
  .a-gap90.tb-col1 > :nth-child(n),
  .a-gapx90.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap90 > *,
  .a-col2.tb-gapx90 > *,
  .a-gap90.tb-col2 > *,
  .a-gapx90.tb-col2 > * {
    width: calc(50% - 45px);
  }

  .a-col2.tb-gap90 > :nth-child(2n),
  .a-col2.tb-gapx90 > :nth-child(2n),
  .a-gap90.tb-col2 > :nth-child(2n),
  .a-gapx90.tb-col2 > :nth-child(2n) {
    margin-left: 90px;
  }

  .a-col2.tb-gap90 > :nth-child(2n-1),
  .a-col2.tb-gapx90 > :nth-child(2n-1),
  .a-gap90.tb-col2 > :nth-child(2n-1),
  .a-gapx90.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap90 > *,
  .a-col3.tb-gapx90 > *,
  .a-gap90.tb-col3 > *,
  .a-gapx90.tb-col3 > * {
    width: calc(33.333% - 60px);
  }

  .a-col3.tb-gap90 > :nth-child(3n),
  .a-col3.tb-gapx90 > :nth-child(3n),
  .a-gap90.tb-col3 > :nth-child(3n),
  .a-gapx90.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap90 > :nth-child(3n-1),
  .a-col3.tb-gapx90 > :nth-child(3n-1),
  .a-gap90.tb-col3 > :nth-child(3n-1),
  .a-gapx90.tb-col3 > :nth-child(3n-1) {
    margin-left: 90px;
  }

  .a-col3.tb-gap90 > :nth-child(3n-2),
  .a-col3.tb-gapx90 > :nth-child(3n-2),
  .a-gap90.tb-col3 > :nth-child(3n-2),
  .a-gapx90.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap90 > *,
  .a-col4.tb-gapx90 > *,
  .a-gap90.tb-col4 > *,
  .a-gapx90.tb-col4 > * {
    width: calc(25% - 67.5px);
  }

  .a-col4.tb-gap90 > :nth-child(4n),
  .a-col4.tb-gapx90 > :nth-child(4n),
  .a-gap90.tb-col4 > :nth-child(4n),
  .a-gapx90.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap90 > :nth-child(4n-1),
  .a-col4.tb-gapx90 > :nth-child(4n-1),
  .a-gap90.tb-col4 > :nth-child(4n-1),
  .a-gapx90.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap90 > :nth-child(4n-2),
  .a-col4.tb-gapx90 > :nth-child(4n-2),
  .a-gap90.tb-col4 > :nth-child(4n-2),
  .a-gapx90.tb-col4 > :nth-child(4n-2) {
    margin-left: 90px;
  }

  .a-col4.tb-gap90 > :nth-child(4n-3),
  .a-col4.tb-gapx90 > :nth-child(4n-3),
  .a-gap90.tb-col4 > :nth-child(4n-3),
  .a-gapx90.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap90 > *,
  .a-col5.tb-gapx90 > *,
  .a-gap90.tb-col5 > *,
  .a-gapx90.tb-col5 > * {
    width: calc(20% - 72px);
  }

  .a-col5.tb-gap90 > :nth-child(5n),
  .a-col5.tb-gapx90 > :nth-child(5n),
  .a-gap90.tb-col5 > :nth-child(5n),
  .a-gapx90.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap90 > :nth-child(5n-1),
  .a-col5.tb-gapx90 > :nth-child(5n-1),
  .a-gap90.tb-col5 > :nth-child(5n-1),
  .a-gapx90.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap90 > :nth-child(5n-2),
  .a-col5.tb-gapx90 > :nth-child(5n-2),
  .a-gap90.tb-col5 > :nth-child(5n-2),
  .a-gapx90.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap90 > :nth-child(5n-3),
  .a-col5.tb-gapx90 > :nth-child(5n-3),
  .a-gap90.tb-col5 > :nth-child(5n-3),
  .a-gapx90.tb-col5 > :nth-child(5n-3) {
    margin-left: 90px;
  }

  .a-col5.tb-gap90 > :nth-child(5n-4),
  .a-col5.tb-gapx90 > :nth-child(5n-4),
  .a-gap90.tb-col5 > :nth-child(5n-4),
  .a-gapx90.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap90 > *,
  .a-col6.tb-gapx90 > *,
  .a-gap90.tb-col6 > *,
  .a-gapx90.tb-col6 > * {
    width: calc(16.666% - 75px);
  }

  .a-col6.tb-gap90 > :nth-child(6n),
  .a-col6.tb-gapx90 > :nth-child(6n),
  .a-gap90.tb-col6 > :nth-child(6n),
  .a-gapx90.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap90 > :nth-child(6n-1),
  .a-col6.tb-gapx90 > :nth-child(6n-1),
  .a-gap90.tb-col6 > :nth-child(6n-1),
  .a-gapx90.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap90 > :nth-child(6n-2),
  .a-col6.tb-gapx90 > :nth-child(6n-2),
  .a-gap90.tb-col6 > :nth-child(6n-2),
  .a-gapx90.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap90 > :nth-child(6n-3),
  .a-col6.tb-gapx90 > :nth-child(6n-3),
  .a-gap90.tb-col6 > :nth-child(6n-3),
  .a-gapx90.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap90 > :nth-child(6n-4),
  .a-col6.tb-gapx90 > :nth-child(6n-4),
  .a-gap90.tb-col6 > :nth-child(6n-4),
  .a-gapx90.tb-col6 > :nth-child(6n-4) {
    margin-left: 90px;
  }

  .a-col6.tb-gap90 > :nth-child(6n-5),
  .a-col6.tb-gapx90 > :nth-child(6n-5),
  .a-gap90.tb-col6 > :nth-child(6n-5),
  .a-gapx90.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap100 > *,
  .a-col1.tb-gapx100 > *,
  .a-gap100.tb-col1 > *,
  .a-gapx100.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap100 > :nth-child(n),
  .a-col1.tb-gapx100 > :nth-child(n),
  .a-gap100.tb-col1 > :nth-child(n),
  .a-gapx100.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap100 > *,
  .a-col2.tb-gapx100 > *,
  .a-gap100.tb-col2 > *,
  .a-gapx100.tb-col2 > * {
    width: calc(50% - 50px);
  }

  .a-col2.tb-gap100 > :nth-child(2n),
  .a-col2.tb-gapx100 > :nth-child(2n),
  .a-gap100.tb-col2 > :nth-child(2n),
  .a-gapx100.tb-col2 > :nth-child(2n) {
    margin-left: 100px;
  }

  .a-col2.tb-gap100 > :nth-child(2n-1),
  .a-col2.tb-gapx100 > :nth-child(2n-1),
  .a-gap100.tb-col2 > :nth-child(2n-1),
  .a-gapx100.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap100 > *,
  .a-col3.tb-gapx100 > *,
  .a-gap100.tb-col3 > *,
  .a-gapx100.tb-col3 > * {
    width: calc(33.333% - 66.666px);
  }

  .a-col3.tb-gap100 > :nth-child(3n),
  .a-col3.tb-gapx100 > :nth-child(3n),
  .a-gap100.tb-col3 > :nth-child(3n),
  .a-gapx100.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap100 > :nth-child(3n-1),
  .a-col3.tb-gapx100 > :nth-child(3n-1),
  .a-gap100.tb-col3 > :nth-child(3n-1),
  .a-gapx100.tb-col3 > :nth-child(3n-1) {
    margin-left: 100px;
  }

  .a-col3.tb-gap100 > :nth-child(3n-2),
  .a-col3.tb-gapx100 > :nth-child(3n-2),
  .a-gap100.tb-col3 > :nth-child(3n-2),
  .a-gapx100.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap100 > *,
  .a-col4.tb-gapx100 > *,
  .a-gap100.tb-col4 > *,
  .a-gapx100.tb-col4 > * {
    width: calc(25% - 75px);
  }

  .a-col4.tb-gap100 > :nth-child(4n),
  .a-col4.tb-gapx100 > :nth-child(4n),
  .a-gap100.tb-col4 > :nth-child(4n),
  .a-gapx100.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap100 > :nth-child(4n-1),
  .a-col4.tb-gapx100 > :nth-child(4n-1),
  .a-gap100.tb-col4 > :nth-child(4n-1),
  .a-gapx100.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap100 > :nth-child(4n-2),
  .a-col4.tb-gapx100 > :nth-child(4n-2),
  .a-gap100.tb-col4 > :nth-child(4n-2),
  .a-gapx100.tb-col4 > :nth-child(4n-2) {
    margin-left: 100px;
  }

  .a-col4.tb-gap100 > :nth-child(4n-3),
  .a-col4.tb-gapx100 > :nth-child(4n-3),
  .a-gap100.tb-col4 > :nth-child(4n-3),
  .a-gapx100.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap100 > *,
  .a-col5.tb-gapx100 > *,
  .a-gap100.tb-col5 > *,
  .a-gapx100.tb-col5 > * {
    width: calc(20% - 80px);
  }

  .a-col5.tb-gap100 > :nth-child(5n),
  .a-col5.tb-gapx100 > :nth-child(5n),
  .a-gap100.tb-col5 > :nth-child(5n),
  .a-gapx100.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap100 > :nth-child(5n-1),
  .a-col5.tb-gapx100 > :nth-child(5n-1),
  .a-gap100.tb-col5 > :nth-child(5n-1),
  .a-gapx100.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap100 > :nth-child(5n-2),
  .a-col5.tb-gapx100 > :nth-child(5n-2),
  .a-gap100.tb-col5 > :nth-child(5n-2),
  .a-gapx100.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap100 > :nth-child(5n-3),
  .a-col5.tb-gapx100 > :nth-child(5n-3),
  .a-gap100.tb-col5 > :nth-child(5n-3),
  .a-gapx100.tb-col5 > :nth-child(5n-3) {
    margin-left: 100px;
  }

  .a-col5.tb-gap100 > :nth-child(5n-4),
  .a-col5.tb-gapx100 > :nth-child(5n-4),
  .a-gap100.tb-col5 > :nth-child(5n-4),
  .a-gapx100.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap100 > *,
  .a-col6.tb-gapx100 > *,
  .a-gap100.tb-col6 > *,
  .a-gapx100.tb-col6 > * {
    width: calc(16.666% - 83.333px);
  }

  .a-col6.tb-gap100 > :nth-child(6n),
  .a-col6.tb-gapx100 > :nth-child(6n),
  .a-gap100.tb-col6 > :nth-child(6n),
  .a-gapx100.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap100 > :nth-child(6n-1),
  .a-col6.tb-gapx100 > :nth-child(6n-1),
  .a-gap100.tb-col6 > :nth-child(6n-1),
  .a-gapx100.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap100 > :nth-child(6n-2),
  .a-col6.tb-gapx100 > :nth-child(6n-2),
  .a-gap100.tb-col6 > :nth-child(6n-2),
  .a-gapx100.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap100 > :nth-child(6n-3),
  .a-col6.tb-gapx100 > :nth-child(6n-3),
  .a-gap100.tb-col6 > :nth-child(6n-3),
  .a-gapx100.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap100 > :nth-child(6n-4),
  .a-col6.tb-gapx100 > :nth-child(6n-4),
  .a-gap100.tb-col6 > :nth-child(6n-4),
  .a-gapx100.tb-col6 > :nth-child(6n-4) {
    margin-left: 100px;
  }

  .a-col6.tb-gap100 > :nth-child(6n-5),
  .a-col6.tb-gapx100 > :nth-child(6n-5),
  .a-gap100.tb-col6 > :nth-child(6n-5),
  .a-gapx100.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap1p > *,
  .a-col1.tb-gapx1p > *,
  .a-gap1p.tb-col1 > *,
  .a-gapx1p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap1p > :nth-child(n),
  .a-col1.tb-gapx1p > :nth-child(n),
  .a-gap1p.tb-col1 > :nth-child(n),
  .a-gapx1p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap1p > *,
  .a-col2.tb-gapx1p > *,
  .a-gap1p.tb-col2 > *,
  .a-gapx1p.tb-col2 > * {
    width: 49.5%;
  }

  .a-col2.tb-gap1p > :nth-child(2n),
  .a-col2.tb-gapx1p > :nth-child(2n),
  .a-gap1p.tb-col2 > :nth-child(2n),
  .a-gapx1p.tb-col2 > :nth-child(2n) {
    margin-left: 1%;
  }

  .a-col2.tb-gap1p > :nth-child(2n-1),
  .a-col2.tb-gapx1p > :nth-child(2n-1),
  .a-gap1p.tb-col2 > :nth-child(2n-1),
  .a-gapx1p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap1p > *,
  .a-col3.tb-gapx1p > *,
  .a-gap1p.tb-col3 > *,
  .a-gapx1p.tb-col3 > * {
    width: 32.667%;
  }

  .a-col3.tb-gap1p > :nth-child(3n),
  .a-col3.tb-gapx1p > :nth-child(3n),
  .a-gap1p.tb-col3 > :nth-child(3n),
  .a-gapx1p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap1p > :nth-child(3n-1),
  .a-col3.tb-gapx1p > :nth-child(3n-1),
  .a-gap1p.tb-col3 > :nth-child(3n-1),
  .a-gapx1p.tb-col3 > :nth-child(3n-1) {
    margin-left: 1%;
  }

  .a-col3.tb-gap1p > :nth-child(3n-2),
  .a-col3.tb-gapx1p > :nth-child(3n-2),
  .a-gap1p.tb-col3 > :nth-child(3n-2),
  .a-gapx1p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap1p > *,
  .a-col4.tb-gapx1p > *,
  .a-gap1p.tb-col4 > *,
  .a-gapx1p.tb-col4 > * {
    width: 24.25%;
  }

  .a-col4.tb-gap1p > :nth-child(4n),
  .a-col4.tb-gapx1p > :nth-child(4n),
  .a-gap1p.tb-col4 > :nth-child(4n),
  .a-gapx1p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap1p > :nth-child(4n-1),
  .a-col4.tb-gapx1p > :nth-child(4n-1),
  .a-gap1p.tb-col4 > :nth-child(4n-1),
  .a-gapx1p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap1p > :nth-child(4n-2),
  .a-col4.tb-gapx1p > :nth-child(4n-2),
  .a-gap1p.tb-col4 > :nth-child(4n-2),
  .a-gapx1p.tb-col4 > :nth-child(4n-2) {
    margin-left: 1%;
  }

  .a-col4.tb-gap1p > :nth-child(4n-3),
  .a-col4.tb-gapx1p > :nth-child(4n-3),
  .a-gap1p.tb-col4 > :nth-child(4n-3),
  .a-gapx1p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap1p > *,
  .a-col5.tb-gapx1p > *,
  .a-gap1p.tb-col5 > *,
  .a-gapx1p.tb-col5 > * {
    width: 19.2%;
  }

  .a-col5.tb-gap1p > :nth-child(5n),
  .a-col5.tb-gapx1p > :nth-child(5n),
  .a-gap1p.tb-col5 > :nth-child(5n),
  .a-gapx1p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap1p > :nth-child(5n-1),
  .a-col5.tb-gapx1p > :nth-child(5n-1),
  .a-gap1p.tb-col5 > :nth-child(5n-1),
  .a-gapx1p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap1p > :nth-child(5n-2),
  .a-col5.tb-gapx1p > :nth-child(5n-2),
  .a-gap1p.tb-col5 > :nth-child(5n-2),
  .a-gapx1p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap1p > :nth-child(5n-3),
  .a-col5.tb-gapx1p > :nth-child(5n-3),
  .a-gap1p.tb-col5 > :nth-child(5n-3),
  .a-gapx1p.tb-col5 > :nth-child(5n-3) {
    margin-left: 1%;
  }

  .a-col5.tb-gap1p > :nth-child(5n-4),
  .a-col5.tb-gapx1p > :nth-child(5n-4),
  .a-gap1p.tb-col5 > :nth-child(5n-4),
  .a-gapx1p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap1p > *,
  .a-col6.tb-gapx1p > *,
  .a-gap1p.tb-col6 > *,
  .a-gapx1p.tb-col6 > * {
    width: 15.833%;
  }

  .a-col6.tb-gap1p > :nth-child(6n),
  .a-col6.tb-gapx1p > :nth-child(6n),
  .a-gap1p.tb-col6 > :nth-child(6n),
  .a-gapx1p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap1p > :nth-child(6n-1),
  .a-col6.tb-gapx1p > :nth-child(6n-1),
  .a-gap1p.tb-col6 > :nth-child(6n-1),
  .a-gapx1p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap1p > :nth-child(6n-2),
  .a-col6.tb-gapx1p > :nth-child(6n-2),
  .a-gap1p.tb-col6 > :nth-child(6n-2),
  .a-gapx1p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap1p > :nth-child(6n-3),
  .a-col6.tb-gapx1p > :nth-child(6n-3),
  .a-gap1p.tb-col6 > :nth-child(6n-3),
  .a-gapx1p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap1p > :nth-child(6n-4),
  .a-col6.tb-gapx1p > :nth-child(6n-4),
  .a-gap1p.tb-col6 > :nth-child(6n-4),
  .a-gapx1p.tb-col6 > :nth-child(6n-4) {
    margin-left: 1%;
  }

  .a-col6.tb-gap1p > :nth-child(6n-5),
  .a-col6.tb-gapx1p > :nth-child(6n-5),
  .a-gap1p.tb-col6 > :nth-child(6n-5),
  .a-gapx1p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap2p > *,
  .a-col1.tb-gapx2p > *,
  .a-gap2p.tb-col1 > *,
  .a-gapx2p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap2p > :nth-child(n),
  .a-col1.tb-gapx2p > :nth-child(n),
  .a-gap2p.tb-col1 > :nth-child(n),
  .a-gapx2p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap2p > *,
  .a-col2.tb-gapx2p > *,
  .a-gap2p.tb-col2 > *,
  .a-gapx2p.tb-col2 > * {
    width: 49%;
  }

  .a-col2.tb-gap2p > :nth-child(2n),
  .a-col2.tb-gapx2p > :nth-child(2n),
  .a-gap2p.tb-col2 > :nth-child(2n),
  .a-gapx2p.tb-col2 > :nth-child(2n) {
    margin-left: 2%;
  }

  .a-col2.tb-gap2p > :nth-child(2n-1),
  .a-col2.tb-gapx2p > :nth-child(2n-1),
  .a-gap2p.tb-col2 > :nth-child(2n-1),
  .a-gapx2p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap2p > *,
  .a-col3.tb-gapx2p > *,
  .a-gap2p.tb-col3 > *,
  .a-gapx2p.tb-col3 > * {
    width: 32%;
  }

  .a-col3.tb-gap2p > :nth-child(3n),
  .a-col3.tb-gapx2p > :nth-child(3n),
  .a-gap2p.tb-col3 > :nth-child(3n),
  .a-gapx2p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap2p > :nth-child(3n-1),
  .a-col3.tb-gapx2p > :nth-child(3n-1),
  .a-gap2p.tb-col3 > :nth-child(3n-1),
  .a-gapx2p.tb-col3 > :nth-child(3n-1) {
    margin-left: 2%;
  }

  .a-col3.tb-gap2p > :nth-child(3n-2),
  .a-col3.tb-gapx2p > :nth-child(3n-2),
  .a-gap2p.tb-col3 > :nth-child(3n-2),
  .a-gapx2p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap2p > *,
  .a-col4.tb-gapx2p > *,
  .a-gap2p.tb-col4 > *,
  .a-gapx2p.tb-col4 > * {
    width: 23.5%;
  }

  .a-col4.tb-gap2p > :nth-child(4n),
  .a-col4.tb-gapx2p > :nth-child(4n),
  .a-gap2p.tb-col4 > :nth-child(4n),
  .a-gapx2p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap2p > :nth-child(4n-1),
  .a-col4.tb-gapx2p > :nth-child(4n-1),
  .a-gap2p.tb-col4 > :nth-child(4n-1),
  .a-gapx2p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap2p > :nth-child(4n-2),
  .a-col4.tb-gapx2p > :nth-child(4n-2),
  .a-gap2p.tb-col4 > :nth-child(4n-2),
  .a-gapx2p.tb-col4 > :nth-child(4n-2) {
    margin-left: 2%;
  }

  .a-col4.tb-gap2p > :nth-child(4n-3),
  .a-col4.tb-gapx2p > :nth-child(4n-3),
  .a-gap2p.tb-col4 > :nth-child(4n-3),
  .a-gapx2p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap2p > *,
  .a-col5.tb-gapx2p > *,
  .a-gap2p.tb-col5 > *,
  .a-gapx2p.tb-col5 > * {
    width: 18.4%;
  }

  .a-col5.tb-gap2p > :nth-child(5n),
  .a-col5.tb-gapx2p > :nth-child(5n),
  .a-gap2p.tb-col5 > :nth-child(5n),
  .a-gapx2p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap2p > :nth-child(5n-1),
  .a-col5.tb-gapx2p > :nth-child(5n-1),
  .a-gap2p.tb-col5 > :nth-child(5n-1),
  .a-gapx2p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap2p > :nth-child(5n-2),
  .a-col5.tb-gapx2p > :nth-child(5n-2),
  .a-gap2p.tb-col5 > :nth-child(5n-2),
  .a-gapx2p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap2p > :nth-child(5n-3),
  .a-col5.tb-gapx2p > :nth-child(5n-3),
  .a-gap2p.tb-col5 > :nth-child(5n-3),
  .a-gapx2p.tb-col5 > :nth-child(5n-3) {
    margin-left: 2%;
  }

  .a-col5.tb-gap2p > :nth-child(5n-4),
  .a-col5.tb-gapx2p > :nth-child(5n-4),
  .a-gap2p.tb-col5 > :nth-child(5n-4),
  .a-gapx2p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap2p > *,
  .a-col6.tb-gapx2p > *,
  .a-gap2p.tb-col6 > *,
  .a-gapx2p.tb-col6 > * {
    width: 15%;
  }

  .a-col6.tb-gap2p > :nth-child(6n),
  .a-col6.tb-gapx2p > :nth-child(6n),
  .a-gap2p.tb-col6 > :nth-child(6n),
  .a-gapx2p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap2p > :nth-child(6n-1),
  .a-col6.tb-gapx2p > :nth-child(6n-1),
  .a-gap2p.tb-col6 > :nth-child(6n-1),
  .a-gapx2p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap2p > :nth-child(6n-2),
  .a-col6.tb-gapx2p > :nth-child(6n-2),
  .a-gap2p.tb-col6 > :nth-child(6n-2),
  .a-gapx2p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap2p > :nth-child(6n-3),
  .a-col6.tb-gapx2p > :nth-child(6n-3),
  .a-gap2p.tb-col6 > :nth-child(6n-3),
  .a-gapx2p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap2p > :nth-child(6n-4),
  .a-col6.tb-gapx2p > :nth-child(6n-4),
  .a-gap2p.tb-col6 > :nth-child(6n-4),
  .a-gapx2p.tb-col6 > :nth-child(6n-4) {
    margin-left: 2%;
  }

  .a-col6.tb-gap2p > :nth-child(6n-5),
  .a-col6.tb-gapx2p > :nth-child(6n-5),
  .a-gap2p.tb-col6 > :nth-child(6n-5),
  .a-gapx2p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap3p > *,
  .a-col1.tb-gapx3p > *,
  .a-gap3p.tb-col1 > *,
  .a-gapx3p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap3p > :nth-child(n),
  .a-col1.tb-gapx3p > :nth-child(n),
  .a-gap3p.tb-col1 > :nth-child(n),
  .a-gapx3p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap3p > *,
  .a-col2.tb-gapx3p > *,
  .a-gap3p.tb-col2 > *,
  .a-gapx3p.tb-col2 > * {
    width: 48.5%;
  }

  .a-col2.tb-gap3p > :nth-child(2n),
  .a-col2.tb-gapx3p > :nth-child(2n),
  .a-gap3p.tb-col2 > :nth-child(2n),
  .a-gapx3p.tb-col2 > :nth-child(2n) {
    margin-left: 3%;
  }

  .a-col2.tb-gap3p > :nth-child(2n-1),
  .a-col2.tb-gapx3p > :nth-child(2n-1),
  .a-gap3p.tb-col2 > :nth-child(2n-1),
  .a-gapx3p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap3p > *,
  .a-col3.tb-gapx3p > *,
  .a-gap3p.tb-col3 > *,
  .a-gapx3p.tb-col3 > * {
    width: 31.333%;
  }

  .a-col3.tb-gap3p > :nth-child(3n),
  .a-col3.tb-gapx3p > :nth-child(3n),
  .a-gap3p.tb-col3 > :nth-child(3n),
  .a-gapx3p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap3p > :nth-child(3n-1),
  .a-col3.tb-gapx3p > :nth-child(3n-1),
  .a-gap3p.tb-col3 > :nth-child(3n-1),
  .a-gapx3p.tb-col3 > :nth-child(3n-1) {
    margin-left: 3%;
  }

  .a-col3.tb-gap3p > :nth-child(3n-2),
  .a-col3.tb-gapx3p > :nth-child(3n-2),
  .a-gap3p.tb-col3 > :nth-child(3n-2),
  .a-gapx3p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap3p > *,
  .a-col4.tb-gapx3p > *,
  .a-gap3p.tb-col4 > *,
  .a-gapx3p.tb-col4 > * {
    width: 22.75%;
  }

  .a-col4.tb-gap3p > :nth-child(4n),
  .a-col4.tb-gapx3p > :nth-child(4n),
  .a-gap3p.tb-col4 > :nth-child(4n),
  .a-gapx3p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap3p > :nth-child(4n-1),
  .a-col4.tb-gapx3p > :nth-child(4n-1),
  .a-gap3p.tb-col4 > :nth-child(4n-1),
  .a-gapx3p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap3p > :nth-child(4n-2),
  .a-col4.tb-gapx3p > :nth-child(4n-2),
  .a-gap3p.tb-col4 > :nth-child(4n-2),
  .a-gapx3p.tb-col4 > :nth-child(4n-2) {
    margin-left: 3%;
  }

  .a-col4.tb-gap3p > :nth-child(4n-3),
  .a-col4.tb-gapx3p > :nth-child(4n-3),
  .a-gap3p.tb-col4 > :nth-child(4n-3),
  .a-gapx3p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap3p > *,
  .a-col5.tb-gapx3p > *,
  .a-gap3p.tb-col5 > *,
  .a-gapx3p.tb-col5 > * {
    width: 17.6%;
  }

  .a-col5.tb-gap3p > :nth-child(5n),
  .a-col5.tb-gapx3p > :nth-child(5n),
  .a-gap3p.tb-col5 > :nth-child(5n),
  .a-gapx3p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap3p > :nth-child(5n-1),
  .a-col5.tb-gapx3p > :nth-child(5n-1),
  .a-gap3p.tb-col5 > :nth-child(5n-1),
  .a-gapx3p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap3p > :nth-child(5n-2),
  .a-col5.tb-gapx3p > :nth-child(5n-2),
  .a-gap3p.tb-col5 > :nth-child(5n-2),
  .a-gapx3p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap3p > :nth-child(5n-3),
  .a-col5.tb-gapx3p > :nth-child(5n-3),
  .a-gap3p.tb-col5 > :nth-child(5n-3),
  .a-gapx3p.tb-col5 > :nth-child(5n-3) {
    margin-left: 3%;
  }

  .a-col5.tb-gap3p > :nth-child(5n-4),
  .a-col5.tb-gapx3p > :nth-child(5n-4),
  .a-gap3p.tb-col5 > :nth-child(5n-4),
  .a-gapx3p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap3p > *,
  .a-col6.tb-gapx3p > *,
  .a-gap3p.tb-col6 > *,
  .a-gapx3p.tb-col6 > * {
    width: 14.166%;
  }

  .a-col6.tb-gap3p > :nth-child(6n),
  .a-col6.tb-gapx3p > :nth-child(6n),
  .a-gap3p.tb-col6 > :nth-child(6n),
  .a-gapx3p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap3p > :nth-child(6n-1),
  .a-col6.tb-gapx3p > :nth-child(6n-1),
  .a-gap3p.tb-col6 > :nth-child(6n-1),
  .a-gapx3p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap3p > :nth-child(6n-2),
  .a-col6.tb-gapx3p > :nth-child(6n-2),
  .a-gap3p.tb-col6 > :nth-child(6n-2),
  .a-gapx3p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap3p > :nth-child(6n-3),
  .a-col6.tb-gapx3p > :nth-child(6n-3),
  .a-gap3p.tb-col6 > :nth-child(6n-3),
  .a-gapx3p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap3p > :nth-child(6n-4),
  .a-col6.tb-gapx3p > :nth-child(6n-4),
  .a-gap3p.tb-col6 > :nth-child(6n-4),
  .a-gapx3p.tb-col6 > :nth-child(6n-4) {
    margin-left: 3%;
  }

  .a-col6.tb-gap3p > :nth-child(6n-5),
  .a-col6.tb-gapx3p > :nth-child(6n-5),
  .a-gap3p.tb-col6 > :nth-child(6n-5),
  .a-gapx3p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap4p > *,
  .a-col1.tb-gapx4p > *,
  .a-gap4p.tb-col1 > *,
  .a-gapx4p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap4p > :nth-child(n),
  .a-col1.tb-gapx4p > :nth-child(n),
  .a-gap4p.tb-col1 > :nth-child(n),
  .a-gapx4p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap4p > *,
  .a-col2.tb-gapx4p > *,
  .a-gap4p.tb-col2 > *,
  .a-gapx4p.tb-col2 > * {
    width: 48%;
  }

  .a-col2.tb-gap4p > :nth-child(2n),
  .a-col2.tb-gapx4p > :nth-child(2n),
  .a-gap4p.tb-col2 > :nth-child(2n),
  .a-gapx4p.tb-col2 > :nth-child(2n) {
    margin-left: 4%;
  }

  .a-col2.tb-gap4p > :nth-child(2n-1),
  .a-col2.tb-gapx4p > :nth-child(2n-1),
  .a-gap4p.tb-col2 > :nth-child(2n-1),
  .a-gapx4p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap4p > *,
  .a-col3.tb-gapx4p > *,
  .a-gap4p.tb-col3 > *,
  .a-gapx4p.tb-col3 > * {
    width: 30.667%;
  }

  .a-col3.tb-gap4p > :nth-child(3n),
  .a-col3.tb-gapx4p > :nth-child(3n),
  .a-gap4p.tb-col3 > :nth-child(3n),
  .a-gapx4p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap4p > :nth-child(3n-1),
  .a-col3.tb-gapx4p > :nth-child(3n-1),
  .a-gap4p.tb-col3 > :nth-child(3n-1),
  .a-gapx4p.tb-col3 > :nth-child(3n-1) {
    margin-left: 4%;
  }

  .a-col3.tb-gap4p > :nth-child(3n-2),
  .a-col3.tb-gapx4p > :nth-child(3n-2),
  .a-gap4p.tb-col3 > :nth-child(3n-2),
  .a-gapx4p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap4p > *,
  .a-col4.tb-gapx4p > *,
  .a-gap4p.tb-col4 > *,
  .a-gapx4p.tb-col4 > * {
    width: 22%;
  }

  .a-col4.tb-gap4p > :nth-child(4n),
  .a-col4.tb-gapx4p > :nth-child(4n),
  .a-gap4p.tb-col4 > :nth-child(4n),
  .a-gapx4p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap4p > :nth-child(4n-1),
  .a-col4.tb-gapx4p > :nth-child(4n-1),
  .a-gap4p.tb-col4 > :nth-child(4n-1),
  .a-gapx4p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap4p > :nth-child(4n-2),
  .a-col4.tb-gapx4p > :nth-child(4n-2),
  .a-gap4p.tb-col4 > :nth-child(4n-2),
  .a-gapx4p.tb-col4 > :nth-child(4n-2) {
    margin-left: 4%;
  }

  .a-col4.tb-gap4p > :nth-child(4n-3),
  .a-col4.tb-gapx4p > :nth-child(4n-3),
  .a-gap4p.tb-col4 > :nth-child(4n-3),
  .a-gapx4p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap4p > *,
  .a-col5.tb-gapx4p > *,
  .a-gap4p.tb-col5 > *,
  .a-gapx4p.tb-col5 > * {
    width: 16.8%;
  }

  .a-col5.tb-gap4p > :nth-child(5n),
  .a-col5.tb-gapx4p > :nth-child(5n),
  .a-gap4p.tb-col5 > :nth-child(5n),
  .a-gapx4p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap4p > :nth-child(5n-1),
  .a-col5.tb-gapx4p > :nth-child(5n-1),
  .a-gap4p.tb-col5 > :nth-child(5n-1),
  .a-gapx4p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap4p > :nth-child(5n-2),
  .a-col5.tb-gapx4p > :nth-child(5n-2),
  .a-gap4p.tb-col5 > :nth-child(5n-2),
  .a-gapx4p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap4p > :nth-child(5n-3),
  .a-col5.tb-gapx4p > :nth-child(5n-3),
  .a-gap4p.tb-col5 > :nth-child(5n-3),
  .a-gapx4p.tb-col5 > :nth-child(5n-3) {
    margin-left: 4%;
  }

  .a-col5.tb-gap4p > :nth-child(5n-4),
  .a-col5.tb-gapx4p > :nth-child(5n-4),
  .a-gap4p.tb-col5 > :nth-child(5n-4),
  .a-gapx4p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap4p > *,
  .a-col6.tb-gapx4p > *,
  .a-gap4p.tb-col6 > *,
  .a-gapx4p.tb-col6 > * {
    width: 13.333%;
  }

  .a-col6.tb-gap4p > :nth-child(6n),
  .a-col6.tb-gapx4p > :nth-child(6n),
  .a-gap4p.tb-col6 > :nth-child(6n),
  .a-gapx4p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap4p > :nth-child(6n-1),
  .a-col6.tb-gapx4p > :nth-child(6n-1),
  .a-gap4p.tb-col6 > :nth-child(6n-1),
  .a-gapx4p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap4p > :nth-child(6n-2),
  .a-col6.tb-gapx4p > :nth-child(6n-2),
  .a-gap4p.tb-col6 > :nth-child(6n-2),
  .a-gapx4p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap4p > :nth-child(6n-3),
  .a-col6.tb-gapx4p > :nth-child(6n-3),
  .a-gap4p.tb-col6 > :nth-child(6n-3),
  .a-gapx4p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap4p > :nth-child(6n-4),
  .a-col6.tb-gapx4p > :nth-child(6n-4),
  .a-gap4p.tb-col6 > :nth-child(6n-4),
  .a-gapx4p.tb-col6 > :nth-child(6n-4) {
    margin-left: 4%;
  }

  .a-col6.tb-gap4p > :nth-child(6n-5),
  .a-col6.tb-gapx4p > :nth-child(6n-5),
  .a-gap4p.tb-col6 > :nth-child(6n-5),
  .a-gapx4p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap5p > *,
  .a-col1.tb-gapx5p > *,
  .a-gap5p.tb-col1 > *,
  .a-gapx5p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap5p > :nth-child(n),
  .a-col1.tb-gapx5p > :nth-child(n),
  .a-gap5p.tb-col1 > :nth-child(n),
  .a-gapx5p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap5p > *,
  .a-col2.tb-gapx5p > *,
  .a-gap5p.tb-col2 > *,
  .a-gapx5p.tb-col2 > * {
    width: 47.5%;
  }

  .a-col2.tb-gap5p > :nth-child(2n),
  .a-col2.tb-gapx5p > :nth-child(2n),
  .a-gap5p.tb-col2 > :nth-child(2n),
  .a-gapx5p.tb-col2 > :nth-child(2n) {
    margin-left: 5%;
  }

  .a-col2.tb-gap5p > :nth-child(2n-1),
  .a-col2.tb-gapx5p > :nth-child(2n-1),
  .a-gap5p.tb-col2 > :nth-child(2n-1),
  .a-gapx5p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap5p > *,
  .a-col3.tb-gapx5p > *,
  .a-gap5p.tb-col3 > *,
  .a-gapx5p.tb-col3 > * {
    width: 30%;
  }

  .a-col3.tb-gap5p > :nth-child(3n),
  .a-col3.tb-gapx5p > :nth-child(3n),
  .a-gap5p.tb-col3 > :nth-child(3n),
  .a-gapx5p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap5p > :nth-child(3n-1),
  .a-col3.tb-gapx5p > :nth-child(3n-1),
  .a-gap5p.tb-col3 > :nth-child(3n-1),
  .a-gapx5p.tb-col3 > :nth-child(3n-1) {
    margin-left: 5%;
  }

  .a-col3.tb-gap5p > :nth-child(3n-2),
  .a-col3.tb-gapx5p > :nth-child(3n-2),
  .a-gap5p.tb-col3 > :nth-child(3n-2),
  .a-gapx5p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap5p > *,
  .a-col4.tb-gapx5p > *,
  .a-gap5p.tb-col4 > *,
  .a-gapx5p.tb-col4 > * {
    width: 21.25%;
  }

  .a-col4.tb-gap5p > :nth-child(4n),
  .a-col4.tb-gapx5p > :nth-child(4n),
  .a-gap5p.tb-col4 > :nth-child(4n),
  .a-gapx5p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap5p > :nth-child(4n-1),
  .a-col4.tb-gapx5p > :nth-child(4n-1),
  .a-gap5p.tb-col4 > :nth-child(4n-1),
  .a-gapx5p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap5p > :nth-child(4n-2),
  .a-col4.tb-gapx5p > :nth-child(4n-2),
  .a-gap5p.tb-col4 > :nth-child(4n-2),
  .a-gapx5p.tb-col4 > :nth-child(4n-2) {
    margin-left: 5%;
  }

  .a-col4.tb-gap5p > :nth-child(4n-3),
  .a-col4.tb-gapx5p > :nth-child(4n-3),
  .a-gap5p.tb-col4 > :nth-child(4n-3),
  .a-gapx5p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap5p > *,
  .a-col5.tb-gapx5p > *,
  .a-gap5p.tb-col5 > *,
  .a-gapx5p.tb-col5 > * {
    width: 16%;
  }

  .a-col5.tb-gap5p > :nth-child(5n),
  .a-col5.tb-gapx5p > :nth-child(5n),
  .a-gap5p.tb-col5 > :nth-child(5n),
  .a-gapx5p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap5p > :nth-child(5n-1),
  .a-col5.tb-gapx5p > :nth-child(5n-1),
  .a-gap5p.tb-col5 > :nth-child(5n-1),
  .a-gapx5p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap5p > :nth-child(5n-2),
  .a-col5.tb-gapx5p > :nth-child(5n-2),
  .a-gap5p.tb-col5 > :nth-child(5n-2),
  .a-gapx5p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap5p > :nth-child(5n-3),
  .a-col5.tb-gapx5p > :nth-child(5n-3),
  .a-gap5p.tb-col5 > :nth-child(5n-3),
  .a-gapx5p.tb-col5 > :nth-child(5n-3) {
    margin-left: 5%;
  }

  .a-col5.tb-gap5p > :nth-child(5n-4),
  .a-col5.tb-gapx5p > :nth-child(5n-4),
  .a-gap5p.tb-col5 > :nth-child(5n-4),
  .a-gapx5p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap5p > *,
  .a-col6.tb-gapx5p > *,
  .a-gap5p.tb-col6 > *,
  .a-gapx5p.tb-col6 > * {
    width: 12.5%;
  }

  .a-col6.tb-gap5p > :nth-child(6n),
  .a-col6.tb-gapx5p > :nth-child(6n),
  .a-gap5p.tb-col6 > :nth-child(6n),
  .a-gapx5p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap5p > :nth-child(6n-1),
  .a-col6.tb-gapx5p > :nth-child(6n-1),
  .a-gap5p.tb-col6 > :nth-child(6n-1),
  .a-gapx5p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap5p > :nth-child(6n-2),
  .a-col6.tb-gapx5p > :nth-child(6n-2),
  .a-gap5p.tb-col6 > :nth-child(6n-2),
  .a-gapx5p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap5p > :nth-child(6n-3),
  .a-col6.tb-gapx5p > :nth-child(6n-3),
  .a-gap5p.tb-col6 > :nth-child(6n-3),
  .a-gapx5p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap5p > :nth-child(6n-4),
  .a-col6.tb-gapx5p > :nth-child(6n-4),
  .a-gap5p.tb-col6 > :nth-child(6n-4),
  .a-gapx5p.tb-col6 > :nth-child(6n-4) {
    margin-left: 5%;
  }

  .a-col6.tb-gap5p > :nth-child(6n-5),
  .a-col6.tb-gapx5p > :nth-child(6n-5),
  .a-gap5p.tb-col6 > :nth-child(6n-5),
  .a-gapx5p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap6p > *,
  .a-col1.tb-gapx6p > *,
  .a-gap6p.tb-col1 > *,
  .a-gapx6p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap6p > :nth-child(n),
  .a-col1.tb-gapx6p > :nth-child(n),
  .a-gap6p.tb-col1 > :nth-child(n),
  .a-gapx6p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap6p > *,
  .a-col2.tb-gapx6p > *,
  .a-gap6p.tb-col2 > *,
  .a-gapx6p.tb-col2 > * {
    width: 47%;
  }

  .a-col2.tb-gap6p > :nth-child(2n),
  .a-col2.tb-gapx6p > :nth-child(2n),
  .a-gap6p.tb-col2 > :nth-child(2n),
  .a-gapx6p.tb-col2 > :nth-child(2n) {
    margin-left: 6%;
  }

  .a-col2.tb-gap6p > :nth-child(2n-1),
  .a-col2.tb-gapx6p > :nth-child(2n-1),
  .a-gap6p.tb-col2 > :nth-child(2n-1),
  .a-gapx6p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap6p > *,
  .a-col3.tb-gapx6p > *,
  .a-gap6p.tb-col3 > *,
  .a-gapx6p.tb-col3 > * {
    width: 29.333%;
  }

  .a-col3.tb-gap6p > :nth-child(3n),
  .a-col3.tb-gapx6p > :nth-child(3n),
  .a-gap6p.tb-col3 > :nth-child(3n),
  .a-gapx6p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap6p > :nth-child(3n-1),
  .a-col3.tb-gapx6p > :nth-child(3n-1),
  .a-gap6p.tb-col3 > :nth-child(3n-1),
  .a-gapx6p.tb-col3 > :nth-child(3n-1) {
    margin-left: 6%;
  }

  .a-col3.tb-gap6p > :nth-child(3n-2),
  .a-col3.tb-gapx6p > :nth-child(3n-2),
  .a-gap6p.tb-col3 > :nth-child(3n-2),
  .a-gapx6p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap6p > *,
  .a-col4.tb-gapx6p > *,
  .a-gap6p.tb-col4 > *,
  .a-gapx6p.tb-col4 > * {
    width: 20.5%;
  }

  .a-col4.tb-gap6p > :nth-child(4n),
  .a-col4.tb-gapx6p > :nth-child(4n),
  .a-gap6p.tb-col4 > :nth-child(4n),
  .a-gapx6p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap6p > :nth-child(4n-1),
  .a-col4.tb-gapx6p > :nth-child(4n-1),
  .a-gap6p.tb-col4 > :nth-child(4n-1),
  .a-gapx6p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap6p > :nth-child(4n-2),
  .a-col4.tb-gapx6p > :nth-child(4n-2),
  .a-gap6p.tb-col4 > :nth-child(4n-2),
  .a-gapx6p.tb-col4 > :nth-child(4n-2) {
    margin-left: 6%;
  }

  .a-col4.tb-gap6p > :nth-child(4n-3),
  .a-col4.tb-gapx6p > :nth-child(4n-3),
  .a-gap6p.tb-col4 > :nth-child(4n-3),
  .a-gapx6p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap6p > *,
  .a-col5.tb-gapx6p > *,
  .a-gap6p.tb-col5 > *,
  .a-gapx6p.tb-col5 > * {
    width: 15.2%;
  }

  .a-col5.tb-gap6p > :nth-child(5n),
  .a-col5.tb-gapx6p > :nth-child(5n),
  .a-gap6p.tb-col5 > :nth-child(5n),
  .a-gapx6p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap6p > :nth-child(5n-1),
  .a-col5.tb-gapx6p > :nth-child(5n-1),
  .a-gap6p.tb-col5 > :nth-child(5n-1),
  .a-gapx6p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap6p > :nth-child(5n-2),
  .a-col5.tb-gapx6p > :nth-child(5n-2),
  .a-gap6p.tb-col5 > :nth-child(5n-2),
  .a-gapx6p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap6p > :nth-child(5n-3),
  .a-col5.tb-gapx6p > :nth-child(5n-3),
  .a-gap6p.tb-col5 > :nth-child(5n-3),
  .a-gapx6p.tb-col5 > :nth-child(5n-3) {
    margin-left: 6%;
  }

  .a-col5.tb-gap6p > :nth-child(5n-4),
  .a-col5.tb-gapx6p > :nth-child(5n-4),
  .a-gap6p.tb-col5 > :nth-child(5n-4),
  .a-gapx6p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap6p > *,
  .a-col6.tb-gapx6p > *,
  .a-gap6p.tb-col6 > *,
  .a-gapx6p.tb-col6 > * {
    width: 11.666%;
  }

  .a-col6.tb-gap6p > :nth-child(6n),
  .a-col6.tb-gapx6p > :nth-child(6n),
  .a-gap6p.tb-col6 > :nth-child(6n),
  .a-gapx6p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap6p > :nth-child(6n-1),
  .a-col6.tb-gapx6p > :nth-child(6n-1),
  .a-gap6p.tb-col6 > :nth-child(6n-1),
  .a-gapx6p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap6p > :nth-child(6n-2),
  .a-col6.tb-gapx6p > :nth-child(6n-2),
  .a-gap6p.tb-col6 > :nth-child(6n-2),
  .a-gapx6p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap6p > :nth-child(6n-3),
  .a-col6.tb-gapx6p > :nth-child(6n-3),
  .a-gap6p.tb-col6 > :nth-child(6n-3),
  .a-gapx6p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap6p > :nth-child(6n-4),
  .a-col6.tb-gapx6p > :nth-child(6n-4),
  .a-gap6p.tb-col6 > :nth-child(6n-4),
  .a-gapx6p.tb-col6 > :nth-child(6n-4) {
    margin-left: 6%;
  }

  .a-col6.tb-gap6p > :nth-child(6n-5),
  .a-col6.tb-gapx6p > :nth-child(6n-5),
  .a-gap6p.tb-col6 > :nth-child(6n-5),
  .a-gapx6p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap7p > *,
  .a-col1.tb-gapx7p > *,
  .a-gap7p.tb-col1 > *,
  .a-gapx7p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap7p > :nth-child(n),
  .a-col1.tb-gapx7p > :nth-child(n),
  .a-gap7p.tb-col1 > :nth-child(n),
  .a-gapx7p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap7p > *,
  .a-col2.tb-gapx7p > *,
  .a-gap7p.tb-col2 > *,
  .a-gapx7p.tb-col2 > * {
    width: 46.5%;
  }

  .a-col2.tb-gap7p > :nth-child(2n),
  .a-col2.tb-gapx7p > :nth-child(2n),
  .a-gap7p.tb-col2 > :nth-child(2n),
  .a-gapx7p.tb-col2 > :nth-child(2n) {
    margin-left: 7%;
  }

  .a-col2.tb-gap7p > :nth-child(2n-1),
  .a-col2.tb-gapx7p > :nth-child(2n-1),
  .a-gap7p.tb-col2 > :nth-child(2n-1),
  .a-gapx7p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap7p > *,
  .a-col3.tb-gapx7p > *,
  .a-gap7p.tb-col3 > *,
  .a-gapx7p.tb-col3 > * {
    width: 28.667%;
  }

  .a-col3.tb-gap7p > :nth-child(3n),
  .a-col3.tb-gapx7p > :nth-child(3n),
  .a-gap7p.tb-col3 > :nth-child(3n),
  .a-gapx7p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap7p > :nth-child(3n-1),
  .a-col3.tb-gapx7p > :nth-child(3n-1),
  .a-gap7p.tb-col3 > :nth-child(3n-1),
  .a-gapx7p.tb-col3 > :nth-child(3n-1) {
    margin-left: 7%;
  }

  .a-col3.tb-gap7p > :nth-child(3n-2),
  .a-col3.tb-gapx7p > :nth-child(3n-2),
  .a-gap7p.tb-col3 > :nth-child(3n-2),
  .a-gapx7p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap7p > *,
  .a-col4.tb-gapx7p > *,
  .a-gap7p.tb-col4 > *,
  .a-gapx7p.tb-col4 > * {
    width: 19.75%;
  }

  .a-col4.tb-gap7p > :nth-child(4n),
  .a-col4.tb-gapx7p > :nth-child(4n),
  .a-gap7p.tb-col4 > :nth-child(4n),
  .a-gapx7p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap7p > :nth-child(4n-1),
  .a-col4.tb-gapx7p > :nth-child(4n-1),
  .a-gap7p.tb-col4 > :nth-child(4n-1),
  .a-gapx7p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap7p > :nth-child(4n-2),
  .a-col4.tb-gapx7p > :nth-child(4n-2),
  .a-gap7p.tb-col4 > :nth-child(4n-2),
  .a-gapx7p.tb-col4 > :nth-child(4n-2) {
    margin-left: 7%;
  }

  .a-col4.tb-gap7p > :nth-child(4n-3),
  .a-col4.tb-gapx7p > :nth-child(4n-3),
  .a-gap7p.tb-col4 > :nth-child(4n-3),
  .a-gapx7p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap7p > *,
  .a-col5.tb-gapx7p > *,
  .a-gap7p.tb-col5 > *,
  .a-gapx7p.tb-col5 > * {
    width: 14.4%;
  }

  .a-col5.tb-gap7p > :nth-child(5n),
  .a-col5.tb-gapx7p > :nth-child(5n),
  .a-gap7p.tb-col5 > :nth-child(5n),
  .a-gapx7p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap7p > :nth-child(5n-1),
  .a-col5.tb-gapx7p > :nth-child(5n-1),
  .a-gap7p.tb-col5 > :nth-child(5n-1),
  .a-gapx7p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap7p > :nth-child(5n-2),
  .a-col5.tb-gapx7p > :nth-child(5n-2),
  .a-gap7p.tb-col5 > :nth-child(5n-2),
  .a-gapx7p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap7p > :nth-child(5n-3),
  .a-col5.tb-gapx7p > :nth-child(5n-3),
  .a-gap7p.tb-col5 > :nth-child(5n-3),
  .a-gapx7p.tb-col5 > :nth-child(5n-3) {
    margin-left: 7%;
  }

  .a-col5.tb-gap7p > :nth-child(5n-4),
  .a-col5.tb-gapx7p > :nth-child(5n-4),
  .a-gap7p.tb-col5 > :nth-child(5n-4),
  .a-gapx7p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap7p > *,
  .a-col6.tb-gapx7p > *,
  .a-gap7p.tb-col6 > *,
  .a-gapx7p.tb-col6 > * {
    width: 10.833%;
  }

  .a-col6.tb-gap7p > :nth-child(6n),
  .a-col6.tb-gapx7p > :nth-child(6n),
  .a-gap7p.tb-col6 > :nth-child(6n),
  .a-gapx7p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap7p > :nth-child(6n-1),
  .a-col6.tb-gapx7p > :nth-child(6n-1),
  .a-gap7p.tb-col6 > :nth-child(6n-1),
  .a-gapx7p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap7p > :nth-child(6n-2),
  .a-col6.tb-gapx7p > :nth-child(6n-2),
  .a-gap7p.tb-col6 > :nth-child(6n-2),
  .a-gapx7p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap7p > :nth-child(6n-3),
  .a-col6.tb-gapx7p > :nth-child(6n-3),
  .a-gap7p.tb-col6 > :nth-child(6n-3),
  .a-gapx7p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap7p > :nth-child(6n-4),
  .a-col6.tb-gapx7p > :nth-child(6n-4),
  .a-gap7p.tb-col6 > :nth-child(6n-4),
  .a-gapx7p.tb-col6 > :nth-child(6n-4) {
    margin-left: 7%;
  }

  .a-col6.tb-gap7p > :nth-child(6n-5),
  .a-col6.tb-gapx7p > :nth-child(6n-5),
  .a-gap7p.tb-col6 > :nth-child(6n-5),
  .a-gapx7p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap8p > *,
  .a-col1.tb-gapx8p > *,
  .a-gap8p.tb-col1 > *,
  .a-gapx8p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap8p > :nth-child(n),
  .a-col1.tb-gapx8p > :nth-child(n),
  .a-gap8p.tb-col1 > :nth-child(n),
  .a-gapx8p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap8p > *,
  .a-col2.tb-gapx8p > *,
  .a-gap8p.tb-col2 > *,
  .a-gapx8p.tb-col2 > * {
    width: 46%;
  }

  .a-col2.tb-gap8p > :nth-child(2n),
  .a-col2.tb-gapx8p > :nth-child(2n),
  .a-gap8p.tb-col2 > :nth-child(2n),
  .a-gapx8p.tb-col2 > :nth-child(2n) {
    margin-left: 8%;
  }

  .a-col2.tb-gap8p > :nth-child(2n-1),
  .a-col2.tb-gapx8p > :nth-child(2n-1),
  .a-gap8p.tb-col2 > :nth-child(2n-1),
  .a-gapx8p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap8p > *,
  .a-col3.tb-gapx8p > *,
  .a-gap8p.tb-col3 > *,
  .a-gapx8p.tb-col3 > * {
    width: 28%;
  }

  .a-col3.tb-gap8p > :nth-child(3n),
  .a-col3.tb-gapx8p > :nth-child(3n),
  .a-gap8p.tb-col3 > :nth-child(3n),
  .a-gapx8p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap8p > :nth-child(3n-1),
  .a-col3.tb-gapx8p > :nth-child(3n-1),
  .a-gap8p.tb-col3 > :nth-child(3n-1),
  .a-gapx8p.tb-col3 > :nth-child(3n-1) {
    margin-left: 8%;
  }

  .a-col3.tb-gap8p > :nth-child(3n-2),
  .a-col3.tb-gapx8p > :nth-child(3n-2),
  .a-gap8p.tb-col3 > :nth-child(3n-2),
  .a-gapx8p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap8p > *,
  .a-col4.tb-gapx8p > *,
  .a-gap8p.tb-col4 > *,
  .a-gapx8p.tb-col4 > * {
    width: 19%;
  }

  .a-col4.tb-gap8p > :nth-child(4n),
  .a-col4.tb-gapx8p > :nth-child(4n),
  .a-gap8p.tb-col4 > :nth-child(4n),
  .a-gapx8p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap8p > :nth-child(4n-1),
  .a-col4.tb-gapx8p > :nth-child(4n-1),
  .a-gap8p.tb-col4 > :nth-child(4n-1),
  .a-gapx8p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap8p > :nth-child(4n-2),
  .a-col4.tb-gapx8p > :nth-child(4n-2),
  .a-gap8p.tb-col4 > :nth-child(4n-2),
  .a-gapx8p.tb-col4 > :nth-child(4n-2) {
    margin-left: 8%;
  }

  .a-col4.tb-gap8p > :nth-child(4n-3),
  .a-col4.tb-gapx8p > :nth-child(4n-3),
  .a-gap8p.tb-col4 > :nth-child(4n-3),
  .a-gapx8p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap8p > *,
  .a-col5.tb-gapx8p > *,
  .a-gap8p.tb-col5 > *,
  .a-gapx8p.tb-col5 > * {
    width: 13.6%;
  }

  .a-col5.tb-gap8p > :nth-child(5n),
  .a-col5.tb-gapx8p > :nth-child(5n),
  .a-gap8p.tb-col5 > :nth-child(5n),
  .a-gapx8p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap8p > :nth-child(5n-1),
  .a-col5.tb-gapx8p > :nth-child(5n-1),
  .a-gap8p.tb-col5 > :nth-child(5n-1),
  .a-gapx8p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap8p > :nth-child(5n-2),
  .a-col5.tb-gapx8p > :nth-child(5n-2),
  .a-gap8p.tb-col5 > :nth-child(5n-2),
  .a-gapx8p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap8p > :nth-child(5n-3),
  .a-col5.tb-gapx8p > :nth-child(5n-3),
  .a-gap8p.tb-col5 > :nth-child(5n-3),
  .a-gapx8p.tb-col5 > :nth-child(5n-3) {
    margin-left: 8%;
  }

  .a-col5.tb-gap8p > :nth-child(5n-4),
  .a-col5.tb-gapx8p > :nth-child(5n-4),
  .a-gap8p.tb-col5 > :nth-child(5n-4),
  .a-gapx8p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap8p > *,
  .a-col6.tb-gapx8p > *,
  .a-gap8p.tb-col6 > *,
  .a-gapx8p.tb-col6 > * {
    width: 10%;
  }

  .a-col6.tb-gap8p > :nth-child(6n),
  .a-col6.tb-gapx8p > :nth-child(6n),
  .a-gap8p.tb-col6 > :nth-child(6n),
  .a-gapx8p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap8p > :nth-child(6n-1),
  .a-col6.tb-gapx8p > :nth-child(6n-1),
  .a-gap8p.tb-col6 > :nth-child(6n-1),
  .a-gapx8p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap8p > :nth-child(6n-2),
  .a-col6.tb-gapx8p > :nth-child(6n-2),
  .a-gap8p.tb-col6 > :nth-child(6n-2),
  .a-gapx8p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap8p > :nth-child(6n-3),
  .a-col6.tb-gapx8p > :nth-child(6n-3),
  .a-gap8p.tb-col6 > :nth-child(6n-3),
  .a-gapx8p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap8p > :nth-child(6n-4),
  .a-col6.tb-gapx8p > :nth-child(6n-4),
  .a-gap8p.tb-col6 > :nth-child(6n-4),
  .a-gapx8p.tb-col6 > :nth-child(6n-4) {
    margin-left: 8%;
  }

  .a-col6.tb-gap8p > :nth-child(6n-5),
  .a-col6.tb-gapx8p > :nth-child(6n-5),
  .a-gap8p.tb-col6 > :nth-child(6n-5),
  .a-gapx8p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap9p > *,
  .a-col1.tb-gapx9p > *,
  .a-gap9p.tb-col1 > *,
  .a-gapx9p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap9p > :nth-child(n),
  .a-col1.tb-gapx9p > :nth-child(n),
  .a-gap9p.tb-col1 > :nth-child(n),
  .a-gapx9p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap9p > *,
  .a-col2.tb-gapx9p > *,
  .a-gap9p.tb-col2 > *,
  .a-gapx9p.tb-col2 > * {
    width: 45.5%;
  }

  .a-col2.tb-gap9p > :nth-child(2n),
  .a-col2.tb-gapx9p > :nth-child(2n),
  .a-gap9p.tb-col2 > :nth-child(2n),
  .a-gapx9p.tb-col2 > :nth-child(2n) {
    margin-left: 9%;
  }

  .a-col2.tb-gap9p > :nth-child(2n-1),
  .a-col2.tb-gapx9p > :nth-child(2n-1),
  .a-gap9p.tb-col2 > :nth-child(2n-1),
  .a-gapx9p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap9p > *,
  .a-col3.tb-gapx9p > *,
  .a-gap9p.tb-col3 > *,
  .a-gapx9p.tb-col3 > * {
    width: 27.333%;
  }

  .a-col3.tb-gap9p > :nth-child(3n),
  .a-col3.tb-gapx9p > :nth-child(3n),
  .a-gap9p.tb-col3 > :nth-child(3n),
  .a-gapx9p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap9p > :nth-child(3n-1),
  .a-col3.tb-gapx9p > :nth-child(3n-1),
  .a-gap9p.tb-col3 > :nth-child(3n-1),
  .a-gapx9p.tb-col3 > :nth-child(3n-1) {
    margin-left: 9%;
  }

  .a-col3.tb-gap9p > :nth-child(3n-2),
  .a-col3.tb-gapx9p > :nth-child(3n-2),
  .a-gap9p.tb-col3 > :nth-child(3n-2),
  .a-gapx9p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap9p > *,
  .a-col4.tb-gapx9p > *,
  .a-gap9p.tb-col4 > *,
  .a-gapx9p.tb-col4 > * {
    width: 18.25%;
  }

  .a-col4.tb-gap9p > :nth-child(4n),
  .a-col4.tb-gapx9p > :nth-child(4n),
  .a-gap9p.tb-col4 > :nth-child(4n),
  .a-gapx9p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap9p > :nth-child(4n-1),
  .a-col4.tb-gapx9p > :nth-child(4n-1),
  .a-gap9p.tb-col4 > :nth-child(4n-1),
  .a-gapx9p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap9p > :nth-child(4n-2),
  .a-col4.tb-gapx9p > :nth-child(4n-2),
  .a-gap9p.tb-col4 > :nth-child(4n-2),
  .a-gapx9p.tb-col4 > :nth-child(4n-2) {
    margin-left: 9%;
  }

  .a-col4.tb-gap9p > :nth-child(4n-3),
  .a-col4.tb-gapx9p > :nth-child(4n-3),
  .a-gap9p.tb-col4 > :nth-child(4n-3),
  .a-gapx9p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap9p > *,
  .a-col5.tb-gapx9p > *,
  .a-gap9p.tb-col5 > *,
  .a-gapx9p.tb-col5 > * {
    width: 12.8%;
  }

  .a-col5.tb-gap9p > :nth-child(5n),
  .a-col5.tb-gapx9p > :nth-child(5n),
  .a-gap9p.tb-col5 > :nth-child(5n),
  .a-gapx9p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap9p > :nth-child(5n-1),
  .a-col5.tb-gapx9p > :nth-child(5n-1),
  .a-gap9p.tb-col5 > :nth-child(5n-1),
  .a-gapx9p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap9p > :nth-child(5n-2),
  .a-col5.tb-gapx9p > :nth-child(5n-2),
  .a-gap9p.tb-col5 > :nth-child(5n-2),
  .a-gapx9p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap9p > :nth-child(5n-3),
  .a-col5.tb-gapx9p > :nth-child(5n-3),
  .a-gap9p.tb-col5 > :nth-child(5n-3),
  .a-gapx9p.tb-col5 > :nth-child(5n-3) {
    margin-left: 9%;
  }

  .a-col5.tb-gap9p > :nth-child(5n-4),
  .a-col5.tb-gapx9p > :nth-child(5n-4),
  .a-gap9p.tb-col5 > :nth-child(5n-4),
  .a-gapx9p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap9p > *,
  .a-col6.tb-gapx9p > *,
  .a-gap9p.tb-col6 > *,
  .a-gapx9p.tb-col6 > * {
    width: 9.166%;
  }

  .a-col6.tb-gap9p > :nth-child(6n),
  .a-col6.tb-gapx9p > :nth-child(6n),
  .a-gap9p.tb-col6 > :nth-child(6n),
  .a-gapx9p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap9p > :nth-child(6n-1),
  .a-col6.tb-gapx9p > :nth-child(6n-1),
  .a-gap9p.tb-col6 > :nth-child(6n-1),
  .a-gapx9p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap9p > :nth-child(6n-2),
  .a-col6.tb-gapx9p > :nth-child(6n-2),
  .a-gap9p.tb-col6 > :nth-child(6n-2),
  .a-gapx9p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap9p > :nth-child(6n-3),
  .a-col6.tb-gapx9p > :nth-child(6n-3),
  .a-gap9p.tb-col6 > :nth-child(6n-3),
  .a-gapx9p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap9p > :nth-child(6n-4),
  .a-col6.tb-gapx9p > :nth-child(6n-4),
  .a-gap9p.tb-col6 > :nth-child(6n-4),
  .a-gapx9p.tb-col6 > :nth-child(6n-4) {
    margin-left: 9%;
  }

  .a-col6.tb-gap9p > :nth-child(6n-5),
  .a-col6.tb-gapx9p > :nth-child(6n-5),
  .a-gap9p.tb-col6 > :nth-child(6n-5),
  .a-gapx9p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.tb-gap10p > *,
  .a-col1.tb-gapx10p > *,
  .a-gap10p.tb-col1 > *,
  .a-gapx10p.tb-col1 > * {
    width: 100%;
  }

  .a-col1.tb-gap10p > :nth-child(n),
  .a-col1.tb-gapx10p > :nth-child(n),
  .a-gap10p.tb-col1 > :nth-child(n),
  .a-gapx10p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.tb-gap10p > *,
  .a-col2.tb-gapx10p > *,
  .a-gap10p.tb-col2 > *,
  .a-gapx10p.tb-col2 > * {
    width: 45%;
  }

  .a-col2.tb-gap10p > :nth-child(2n),
  .a-col2.tb-gapx10p > :nth-child(2n),
  .a-gap10p.tb-col2 > :nth-child(2n),
  .a-gapx10p.tb-col2 > :nth-child(2n) {
    margin-left: 10%;
  }

  .a-col2.tb-gap10p > :nth-child(2n-1),
  .a-col2.tb-gapx10p > :nth-child(2n-1),
  .a-gap10p.tb-col2 > :nth-child(2n-1),
  .a-gapx10p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.tb-gap10p > *,
  .a-col3.tb-gapx10p > *,
  .a-gap10p.tb-col3 > *,
  .a-gapx10p.tb-col3 > * {
    width: 26.667%;
  }

  .a-col3.tb-gap10p > :nth-child(3n),
  .a-col3.tb-gapx10p > :nth-child(3n),
  .a-gap10p.tb-col3 > :nth-child(3n),
  .a-gapx10p.tb-col3 > :nth-child(3n),
  .a-col3.tb-gap10p > :nth-child(3n-1),
  .a-col3.tb-gapx10p > :nth-child(3n-1),
  .a-gap10p.tb-col3 > :nth-child(3n-1),
  .a-gapx10p.tb-col3 > :nth-child(3n-1) {
    margin-left: 10%;
  }

  .a-col3.tb-gap10p > :nth-child(3n-2),
  .a-col3.tb-gapx10p > :nth-child(3n-2),
  .a-gap10p.tb-col3 > :nth-child(3n-2),
  .a-gapx10p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.tb-gap10p > *,
  .a-col4.tb-gapx10p > *,
  .a-gap10p.tb-col4 > *,
  .a-gapx10p.tb-col4 > * {
    width: 17.5%;
  }

  .a-col4.tb-gap10p > :nth-child(4n),
  .a-col4.tb-gapx10p > :nth-child(4n),
  .a-gap10p.tb-col4 > :nth-child(4n),
  .a-gapx10p.tb-col4 > :nth-child(4n),
  .a-col4.tb-gap10p > :nth-child(4n-1),
  .a-col4.tb-gapx10p > :nth-child(4n-1),
  .a-gap10p.tb-col4 > :nth-child(4n-1),
  .a-gapx10p.tb-col4 > :nth-child(4n-1),
  .a-col4.tb-gap10p > :nth-child(4n-2),
  .a-col4.tb-gapx10p > :nth-child(4n-2),
  .a-gap10p.tb-col4 > :nth-child(4n-2),
  .a-gapx10p.tb-col4 > :nth-child(4n-2) {
    margin-left: 10%;
  }

  .a-col4.tb-gap10p > :nth-child(4n-3),
  .a-col4.tb-gapx10p > :nth-child(4n-3),
  .a-gap10p.tb-col4 > :nth-child(4n-3),
  .a-gapx10p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.tb-gap10p > *,
  .a-col5.tb-gapx10p > *,
  .a-gap10p.tb-col5 > *,
  .a-gapx10p.tb-col5 > * {
    width: 12%;
  }

  .a-col5.tb-gap10p > :nth-child(5n),
  .a-col5.tb-gapx10p > :nth-child(5n),
  .a-gap10p.tb-col5 > :nth-child(5n),
  .a-gapx10p.tb-col5 > :nth-child(5n),
  .a-col5.tb-gap10p > :nth-child(5n-1),
  .a-col5.tb-gapx10p > :nth-child(5n-1),
  .a-gap10p.tb-col5 > :nth-child(5n-1),
  .a-gapx10p.tb-col5 > :nth-child(5n-1),
  .a-col5.tb-gap10p > :nth-child(5n-2),
  .a-col5.tb-gapx10p > :nth-child(5n-2),
  .a-gap10p.tb-col5 > :nth-child(5n-2),
  .a-gapx10p.tb-col5 > :nth-child(5n-2),
  .a-col5.tb-gap10p > :nth-child(5n-3),
  .a-col5.tb-gapx10p > :nth-child(5n-3),
  .a-gap10p.tb-col5 > :nth-child(5n-3),
  .a-gapx10p.tb-col5 > :nth-child(5n-3) {
    margin-left: 10%;
  }

  .a-col5.tb-gap10p > :nth-child(5n-4),
  .a-col5.tb-gapx10p > :nth-child(5n-4),
  .a-gap10p.tb-col5 > :nth-child(5n-4),
  .a-gapx10p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.tb-gap10p > *,
  .a-col6.tb-gapx10p > *,
  .a-gap10p.tb-col6 > *,
  .a-gapx10p.tb-col6 > * {
    width: 8.333%;
  }

  .a-col6.tb-gap10p > :nth-child(6n),
  .a-col6.tb-gapx10p > :nth-child(6n),
  .a-gap10p.tb-col6 > :nth-child(6n),
  .a-gapx10p.tb-col6 > :nth-child(6n),
  .a-col6.tb-gap10p > :nth-child(6n-1),
  .a-col6.tb-gapx10p > :nth-child(6n-1),
  .a-gap10p.tb-col6 > :nth-child(6n-1),
  .a-gapx10p.tb-col6 > :nth-child(6n-1),
  .a-col6.tb-gap10p > :nth-child(6n-2),
  .a-col6.tb-gapx10p > :nth-child(6n-2),
  .a-gap10p.tb-col6 > :nth-child(6n-2),
  .a-gapx10p.tb-col6 > :nth-child(6n-2),
  .a-col6.tb-gap10p > :nth-child(6n-3),
  .a-col6.tb-gapx10p > :nth-child(6n-3),
  .a-gap10p.tb-col6 > :nth-child(6n-3),
  .a-gapx10p.tb-col6 > :nth-child(6n-3),
  .a-col6.tb-gap10p > :nth-child(6n-4),
  .a-col6.tb-gapx10p > :nth-child(6n-4),
  .a-gap10p.tb-col6 > :nth-child(6n-4),
  .a-gapx10p.tb-col6 > :nth-child(6n-4) {
    margin-left: 10%;
  }

  .a-col6.tb-gap10p > :nth-child(6n-5),
  .a-col6.tb-gapx10p > :nth-child(6n-5),
  .a-gap10p.tb-col6 > :nth-child(6n-5),
  .a-gapx10p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }
  .tb-col1.tb-gap0 > *,
  .tb-col1.tb-gapx0 > *,
  .tb-gap0.tb-col1 > *,
  .tb-gapx0.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap0 > :nth-child(n),
  .tb-col1.tb-gapx0 > :nth-child(n),
  .tb-gap0.tb-col1 > :nth-child(n),
  .tb-gapx0.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap0 > *,
  .tb-col2.tb-gapx0 > *,
  .tb-gap0.tb-col2 > *,
  .tb-gapx0.tb-col2 > * {
    width: calc(50% - 0px);
  }

  .tb-col2.tb-gap0 > :nth-child(2n),
  .tb-col2.tb-gapx0 > :nth-child(2n),
  .tb-gap0.tb-col2 > :nth-child(2n),
  .tb-gapx0.tb-col2 > :nth-child(2n) {
    margin-left: 0px;
  }

  .tb-col2.tb-gap0 > :nth-child(2n-1),
  .tb-col2.tb-gapx0 > :nth-child(2n-1),
  .tb-gap0.tb-col2 > :nth-child(2n-1),
  .tb-gapx0.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap0 > *,
  .tb-col3.tb-gapx0 > *,
  .tb-gap0.tb-col3 > *,
  .tb-gapx0.tb-col3 > * {
    width: calc(33.333% - 0px);
  }

  .tb-col3.tb-gap0 > :nth-child(3n),
  .tb-col3.tb-gapx0 > :nth-child(3n),
  .tb-gap0.tb-col3 > :nth-child(3n),
  .tb-gapx0.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap0 > :nth-child(3n-1),
  .tb-col3.tb-gapx0 > :nth-child(3n-1),
  .tb-gap0.tb-col3 > :nth-child(3n-1),
  .tb-gapx0.tb-col3 > :nth-child(3n-1) {
    margin-left: 0px;
  }

  .tb-col3.tb-gap0 > :nth-child(3n-2),
  .tb-col3.tb-gapx0 > :nth-child(3n-2),
  .tb-gap0.tb-col3 > :nth-child(3n-2),
  .tb-gapx0.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap0 > *,
  .tb-col4.tb-gapx0 > *,
  .tb-gap0.tb-col4 > *,
  .tb-gapx0.tb-col4 > * {
    width: calc(25% - 0px);
  }

  .tb-col4.tb-gap0 > :nth-child(4n),
  .tb-col4.tb-gapx0 > :nth-child(4n),
  .tb-gap0.tb-col4 > :nth-child(4n),
  .tb-gapx0.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap0 > :nth-child(4n-1),
  .tb-col4.tb-gapx0 > :nth-child(4n-1),
  .tb-gap0.tb-col4 > :nth-child(4n-1),
  .tb-gapx0.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap0 > :nth-child(4n-2),
  .tb-col4.tb-gapx0 > :nth-child(4n-2),
  .tb-gap0.tb-col4 > :nth-child(4n-2),
  .tb-gapx0.tb-col4 > :nth-child(4n-2) {
    margin-left: 0px;
  }

  .tb-col4.tb-gap0 > :nth-child(4n-3),
  .tb-col4.tb-gapx0 > :nth-child(4n-3),
  .tb-gap0.tb-col4 > :nth-child(4n-3),
  .tb-gapx0.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap0 > *,
  .tb-col5.tb-gapx0 > *,
  .tb-gap0.tb-col5 > *,
  .tb-gapx0.tb-col5 > * {
    width: calc(20% - 0px);
  }

  .tb-col5.tb-gap0 > :nth-child(5n),
  .tb-col5.tb-gapx0 > :nth-child(5n),
  .tb-gap0.tb-col5 > :nth-child(5n),
  .tb-gapx0.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap0 > :nth-child(5n-1),
  .tb-col5.tb-gapx0 > :nth-child(5n-1),
  .tb-gap0.tb-col5 > :nth-child(5n-1),
  .tb-gapx0.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap0 > :nth-child(5n-2),
  .tb-col5.tb-gapx0 > :nth-child(5n-2),
  .tb-gap0.tb-col5 > :nth-child(5n-2),
  .tb-gapx0.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap0 > :nth-child(5n-3),
  .tb-col5.tb-gapx0 > :nth-child(5n-3),
  .tb-gap0.tb-col5 > :nth-child(5n-3),
  .tb-gapx0.tb-col5 > :nth-child(5n-3) {
    margin-left: 0px;
  }

  .tb-col5.tb-gap0 > :nth-child(5n-4),
  .tb-col5.tb-gapx0 > :nth-child(5n-4),
  .tb-gap0.tb-col5 > :nth-child(5n-4),
  .tb-gapx0.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap0 > *,
  .tb-col6.tb-gapx0 > *,
  .tb-gap0.tb-col6 > *,
  .tb-gapx0.tb-col6 > * {
    width: calc(16.666% - 0px);
  }

  .tb-col6.tb-gap0 > :nth-child(6n),
  .tb-col6.tb-gapx0 > :nth-child(6n),
  .tb-gap0.tb-col6 > :nth-child(6n),
  .tb-gapx0.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap0 > :nth-child(6n-1),
  .tb-col6.tb-gapx0 > :nth-child(6n-1),
  .tb-gap0.tb-col6 > :nth-child(6n-1),
  .tb-gapx0.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap0 > :nth-child(6n-2),
  .tb-col6.tb-gapx0 > :nth-child(6n-2),
  .tb-gap0.tb-col6 > :nth-child(6n-2),
  .tb-gapx0.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap0 > :nth-child(6n-3),
  .tb-col6.tb-gapx0 > :nth-child(6n-3),
  .tb-gap0.tb-col6 > :nth-child(6n-3),
  .tb-gapx0.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap0 > :nth-child(6n-4),
  .tb-col6.tb-gapx0 > :nth-child(6n-4),
  .tb-gap0.tb-col6 > :nth-child(6n-4),
  .tb-gapx0.tb-col6 > :nth-child(6n-4) {
    margin-left: 0px;
  }

  .tb-col6.tb-gap0 > :nth-child(6n-5),
  .tb-col6.tb-gapx0 > :nth-child(6n-5),
  .tb-gap0.tb-col6 > :nth-child(6n-5),
  .tb-gapx0.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap10 > *,
  .tb-col1.tb-gapx10 > *,
  .tb-gap10.tb-col1 > *,
  .tb-gapx10.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap10 > :nth-child(n),
  .tb-col1.tb-gapx10 > :nth-child(n),
  .tb-gap10.tb-col1 > :nth-child(n),
  .tb-gapx10.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap10 > *,
  .tb-col2.tb-gapx10 > *,
  .tb-gap10.tb-col2 > *,
  .tb-gapx10.tb-col2 > * {
    width: calc(50% - 5px);
  }

  .tb-col2.tb-gap10 > :nth-child(2n),
  .tb-col2.tb-gapx10 > :nth-child(2n),
  .tb-gap10.tb-col2 > :nth-child(2n),
  .tb-gapx10.tb-col2 > :nth-child(2n) {
    margin-left: 10px;
  }

  .tb-col2.tb-gap10 > :nth-child(2n-1),
  .tb-col2.tb-gapx10 > :nth-child(2n-1),
  .tb-gap10.tb-col2 > :nth-child(2n-1),
  .tb-gapx10.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap10 > *,
  .tb-col3.tb-gapx10 > *,
  .tb-gap10.tb-col3 > *,
  .tb-gapx10.tb-col3 > * {
    width: calc(33.333% - 6.666px);
  }

  .tb-col3.tb-gap10 > :nth-child(3n),
  .tb-col3.tb-gapx10 > :nth-child(3n),
  .tb-gap10.tb-col3 > :nth-child(3n),
  .tb-gapx10.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap10 > :nth-child(3n-1),
  .tb-col3.tb-gapx10 > :nth-child(3n-1),
  .tb-gap10.tb-col3 > :nth-child(3n-1),
  .tb-gapx10.tb-col3 > :nth-child(3n-1) {
    margin-left: 10px;
  }

  .tb-col3.tb-gap10 > :nth-child(3n-2),
  .tb-col3.tb-gapx10 > :nth-child(3n-2),
  .tb-gap10.tb-col3 > :nth-child(3n-2),
  .tb-gapx10.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap10 > *,
  .tb-col4.tb-gapx10 > *,
  .tb-gap10.tb-col4 > *,
  .tb-gapx10.tb-col4 > * {
    width: calc(25% - 7.5px);
  }

  .tb-col4.tb-gap10 > :nth-child(4n),
  .tb-col4.tb-gapx10 > :nth-child(4n),
  .tb-gap10.tb-col4 > :nth-child(4n),
  .tb-gapx10.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap10 > :nth-child(4n-1),
  .tb-col4.tb-gapx10 > :nth-child(4n-1),
  .tb-gap10.tb-col4 > :nth-child(4n-1),
  .tb-gapx10.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap10 > :nth-child(4n-2),
  .tb-col4.tb-gapx10 > :nth-child(4n-2),
  .tb-gap10.tb-col4 > :nth-child(4n-2),
  .tb-gapx10.tb-col4 > :nth-child(4n-2) {
    margin-left: 10px;
  }

  .tb-col4.tb-gap10 > :nth-child(4n-3),
  .tb-col4.tb-gapx10 > :nth-child(4n-3),
  .tb-gap10.tb-col4 > :nth-child(4n-3),
  .tb-gapx10.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap10 > *,
  .tb-col5.tb-gapx10 > *,
  .tb-gap10.tb-col5 > *,
  .tb-gapx10.tb-col5 > * {
    width: calc(20% - 8px);
  }

  .tb-col5.tb-gap10 > :nth-child(5n),
  .tb-col5.tb-gapx10 > :nth-child(5n),
  .tb-gap10.tb-col5 > :nth-child(5n),
  .tb-gapx10.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap10 > :nth-child(5n-1),
  .tb-col5.tb-gapx10 > :nth-child(5n-1),
  .tb-gap10.tb-col5 > :nth-child(5n-1),
  .tb-gapx10.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap10 > :nth-child(5n-2),
  .tb-col5.tb-gapx10 > :nth-child(5n-2),
  .tb-gap10.tb-col5 > :nth-child(5n-2),
  .tb-gapx10.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap10 > :nth-child(5n-3),
  .tb-col5.tb-gapx10 > :nth-child(5n-3),
  .tb-gap10.tb-col5 > :nth-child(5n-3),
  .tb-gapx10.tb-col5 > :nth-child(5n-3) {
    margin-left: 10px;
  }

  .tb-col5.tb-gap10 > :nth-child(5n-4),
  .tb-col5.tb-gapx10 > :nth-child(5n-4),
  .tb-gap10.tb-col5 > :nth-child(5n-4),
  .tb-gapx10.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap10 > *,
  .tb-col6.tb-gapx10 > *,
  .tb-gap10.tb-col6 > *,
  .tb-gapx10.tb-col6 > * {
    width: calc(16.666% - 8.333px);
  }

  .tb-col6.tb-gap10 > :nth-child(6n),
  .tb-col6.tb-gapx10 > :nth-child(6n),
  .tb-gap10.tb-col6 > :nth-child(6n),
  .tb-gapx10.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap10 > :nth-child(6n-1),
  .tb-col6.tb-gapx10 > :nth-child(6n-1),
  .tb-gap10.tb-col6 > :nth-child(6n-1),
  .tb-gapx10.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap10 > :nth-child(6n-2),
  .tb-col6.tb-gapx10 > :nth-child(6n-2),
  .tb-gap10.tb-col6 > :nth-child(6n-2),
  .tb-gapx10.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap10 > :nth-child(6n-3),
  .tb-col6.tb-gapx10 > :nth-child(6n-3),
  .tb-gap10.tb-col6 > :nth-child(6n-3),
  .tb-gapx10.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap10 > :nth-child(6n-4),
  .tb-col6.tb-gapx10 > :nth-child(6n-4),
  .tb-gap10.tb-col6 > :nth-child(6n-4),
  .tb-gapx10.tb-col6 > :nth-child(6n-4) {
    margin-left: 10px;
  }

  .tb-col6.tb-gap10 > :nth-child(6n-5),
  .tb-col6.tb-gapx10 > :nth-child(6n-5),
  .tb-gap10.tb-col6 > :nth-child(6n-5),
  .tb-gapx10.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap20 > *,
  .tb-col1.tb-gapx20 > *,
  .tb-gap20.tb-col1 > *,
  .tb-gapx20.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap20 > :nth-child(n),
  .tb-col1.tb-gapx20 > :nth-child(n),
  .tb-gap20.tb-col1 > :nth-child(n),
  .tb-gapx20.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap20 > *,
  .tb-col2.tb-gapx20 > *,
  .tb-gap20.tb-col2 > *,
  .tb-gapx20.tb-col2 > * {
    width: calc(50% - 10px);
  }

  .tb-col2.tb-gap20 > :nth-child(2n),
  .tb-col2.tb-gapx20 > :nth-child(2n),
  .tb-gap20.tb-col2 > :nth-child(2n),
  .tb-gapx20.tb-col2 > :nth-child(2n) {
    margin-left: 20px;
  }

  .tb-col2.tb-gap20 > :nth-child(2n-1),
  .tb-col2.tb-gapx20 > :nth-child(2n-1),
  .tb-gap20.tb-col2 > :nth-child(2n-1),
  .tb-gapx20.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap20 > *,
  .tb-col3.tb-gapx20 > *,
  .tb-gap20.tb-col3 > *,
  .tb-gapx20.tb-col3 > * {
    width: calc(33.333% - 13.333px);
  }

  .tb-col3.tb-gap20 > :nth-child(3n),
  .tb-col3.tb-gapx20 > :nth-child(3n),
  .tb-gap20.tb-col3 > :nth-child(3n),
  .tb-gapx20.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap20 > :nth-child(3n-1),
  .tb-col3.tb-gapx20 > :nth-child(3n-1),
  .tb-gap20.tb-col3 > :nth-child(3n-1),
  .tb-gapx20.tb-col3 > :nth-child(3n-1) {
    margin-left: 20px;
  }

  .tb-col3.tb-gap20 > :nth-child(3n-2),
  .tb-col3.tb-gapx20 > :nth-child(3n-2),
  .tb-gap20.tb-col3 > :nth-child(3n-2),
  .tb-gapx20.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap20 > *,
  .tb-col4.tb-gapx20 > *,
  .tb-gap20.tb-col4 > *,
  .tb-gapx20.tb-col4 > * {
    width: calc(25% - 15px);
  }

  .tb-col4.tb-gap20 > :nth-child(4n),
  .tb-col4.tb-gapx20 > :nth-child(4n),
  .tb-gap20.tb-col4 > :nth-child(4n),
  .tb-gapx20.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap20 > :nth-child(4n-1),
  .tb-col4.tb-gapx20 > :nth-child(4n-1),
  .tb-gap20.tb-col4 > :nth-child(4n-1),
  .tb-gapx20.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap20 > :nth-child(4n-2),
  .tb-col4.tb-gapx20 > :nth-child(4n-2),
  .tb-gap20.tb-col4 > :nth-child(4n-2),
  .tb-gapx20.tb-col4 > :nth-child(4n-2) {
    margin-left: 20px;
  }

  .tb-col4.tb-gap20 > :nth-child(4n-3),
  .tb-col4.tb-gapx20 > :nth-child(4n-3),
  .tb-gap20.tb-col4 > :nth-child(4n-3),
  .tb-gapx20.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap20 > *,
  .tb-col5.tb-gapx20 > *,
  .tb-gap20.tb-col5 > *,
  .tb-gapx20.tb-col5 > * {
    width: calc(20% - 16px);
  }

  .tb-col5.tb-gap20 > :nth-child(5n),
  .tb-col5.tb-gapx20 > :nth-child(5n),
  .tb-gap20.tb-col5 > :nth-child(5n),
  .tb-gapx20.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap20 > :nth-child(5n-1),
  .tb-col5.tb-gapx20 > :nth-child(5n-1),
  .tb-gap20.tb-col5 > :nth-child(5n-1),
  .tb-gapx20.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap20 > :nth-child(5n-2),
  .tb-col5.tb-gapx20 > :nth-child(5n-2),
  .tb-gap20.tb-col5 > :nth-child(5n-2),
  .tb-gapx20.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap20 > :nth-child(5n-3),
  .tb-col5.tb-gapx20 > :nth-child(5n-3),
  .tb-gap20.tb-col5 > :nth-child(5n-3),
  .tb-gapx20.tb-col5 > :nth-child(5n-3) {
    margin-left: 20px;
  }

  .tb-col5.tb-gap20 > :nth-child(5n-4),
  .tb-col5.tb-gapx20 > :nth-child(5n-4),
  .tb-gap20.tb-col5 > :nth-child(5n-4),
  .tb-gapx20.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap20 > *,
  .tb-col6.tb-gapx20 > *,
  .tb-gap20.tb-col6 > *,
  .tb-gapx20.tb-col6 > * {
    width: calc(16.666% - 16.666px);
  }

  .tb-col6.tb-gap20 > :nth-child(6n),
  .tb-col6.tb-gapx20 > :nth-child(6n),
  .tb-gap20.tb-col6 > :nth-child(6n),
  .tb-gapx20.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap20 > :nth-child(6n-1),
  .tb-col6.tb-gapx20 > :nth-child(6n-1),
  .tb-gap20.tb-col6 > :nth-child(6n-1),
  .tb-gapx20.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap20 > :nth-child(6n-2),
  .tb-col6.tb-gapx20 > :nth-child(6n-2),
  .tb-gap20.tb-col6 > :nth-child(6n-2),
  .tb-gapx20.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap20 > :nth-child(6n-3),
  .tb-col6.tb-gapx20 > :nth-child(6n-3),
  .tb-gap20.tb-col6 > :nth-child(6n-3),
  .tb-gapx20.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap20 > :nth-child(6n-4),
  .tb-col6.tb-gapx20 > :nth-child(6n-4),
  .tb-gap20.tb-col6 > :nth-child(6n-4),
  .tb-gapx20.tb-col6 > :nth-child(6n-4) {
    margin-left: 20px;
  }

  .tb-col6.tb-gap20 > :nth-child(6n-5),
  .tb-col6.tb-gapx20 > :nth-child(6n-5),
  .tb-gap20.tb-col6 > :nth-child(6n-5),
  .tb-gapx20.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap30 > *,
  .tb-col1.tb-gapx30 > *,
  .tb-gap30.tb-col1 > *,
  .tb-gapx30.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap30 > :nth-child(n),
  .tb-col1.tb-gapx30 > :nth-child(n),
  .tb-gap30.tb-col1 > :nth-child(n),
  .tb-gapx30.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap30 > *,
  .tb-col2.tb-gapx30 > *,
  .tb-gap30.tb-col2 > *,
  .tb-gapx30.tb-col2 > * {
    width: calc(50% - 15px);
  }

  .tb-col2.tb-gap30 > :nth-child(2n),
  .tb-col2.tb-gapx30 > :nth-child(2n),
  .tb-gap30.tb-col2 > :nth-child(2n),
  .tb-gapx30.tb-col2 > :nth-child(2n) {
    margin-left: 30px;
  }

  .tb-col2.tb-gap30 > :nth-child(2n-1),
  .tb-col2.tb-gapx30 > :nth-child(2n-1),
  .tb-gap30.tb-col2 > :nth-child(2n-1),
  .tb-gapx30.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap30 > *,
  .tb-col3.tb-gapx30 > *,
  .tb-gap30.tb-col3 > *,
  .tb-gapx30.tb-col3 > * {
    width: calc(33.333% - 20px);
  }

  .tb-col3.tb-gap30 > :nth-child(3n),
  .tb-col3.tb-gapx30 > :nth-child(3n),
  .tb-gap30.tb-col3 > :nth-child(3n),
  .tb-gapx30.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap30 > :nth-child(3n-1),
  .tb-col3.tb-gapx30 > :nth-child(3n-1),
  .tb-gap30.tb-col3 > :nth-child(3n-1),
  .tb-gapx30.tb-col3 > :nth-child(3n-1) {
    margin-left: 30px;
  }

  .tb-col3.tb-gap30 > :nth-child(3n-2),
  .tb-col3.tb-gapx30 > :nth-child(3n-2),
  .tb-gap30.tb-col3 > :nth-child(3n-2),
  .tb-gapx30.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap30 > *,
  .tb-col4.tb-gapx30 > *,
  .tb-gap30.tb-col4 > *,
  .tb-gapx30.tb-col4 > * {
    width: calc(25% - 22.5px);
  }

  .tb-col4.tb-gap30 > :nth-child(4n),
  .tb-col4.tb-gapx30 > :nth-child(4n),
  .tb-gap30.tb-col4 > :nth-child(4n),
  .tb-gapx30.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap30 > :nth-child(4n-1),
  .tb-col4.tb-gapx30 > :nth-child(4n-1),
  .tb-gap30.tb-col4 > :nth-child(4n-1),
  .tb-gapx30.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap30 > :nth-child(4n-2),
  .tb-col4.tb-gapx30 > :nth-child(4n-2),
  .tb-gap30.tb-col4 > :nth-child(4n-2),
  .tb-gapx30.tb-col4 > :nth-child(4n-2) {
    margin-left: 30px;
  }

  .tb-col4.tb-gap30 > :nth-child(4n-3),
  .tb-col4.tb-gapx30 > :nth-child(4n-3),
  .tb-gap30.tb-col4 > :nth-child(4n-3),
  .tb-gapx30.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap30 > *,
  .tb-col5.tb-gapx30 > *,
  .tb-gap30.tb-col5 > *,
  .tb-gapx30.tb-col5 > * {
    width: calc(20% - 24px);
  }

  .tb-col5.tb-gap30 > :nth-child(5n),
  .tb-col5.tb-gapx30 > :nth-child(5n),
  .tb-gap30.tb-col5 > :nth-child(5n),
  .tb-gapx30.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap30 > :nth-child(5n-1),
  .tb-col5.tb-gapx30 > :nth-child(5n-1),
  .tb-gap30.tb-col5 > :nth-child(5n-1),
  .tb-gapx30.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap30 > :nth-child(5n-2),
  .tb-col5.tb-gapx30 > :nth-child(5n-2),
  .tb-gap30.tb-col5 > :nth-child(5n-2),
  .tb-gapx30.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap30 > :nth-child(5n-3),
  .tb-col5.tb-gapx30 > :nth-child(5n-3),
  .tb-gap30.tb-col5 > :nth-child(5n-3),
  .tb-gapx30.tb-col5 > :nth-child(5n-3) {
    margin-left: 30px;
  }

  .tb-col5.tb-gap30 > :nth-child(5n-4),
  .tb-col5.tb-gapx30 > :nth-child(5n-4),
  .tb-gap30.tb-col5 > :nth-child(5n-4),
  .tb-gapx30.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap30 > *,
  .tb-col6.tb-gapx30 > *,
  .tb-gap30.tb-col6 > *,
  .tb-gapx30.tb-col6 > * {
    width: calc(16.666% - 25px);
  }

  .tb-col6.tb-gap30 > :nth-child(6n),
  .tb-col6.tb-gapx30 > :nth-child(6n),
  .tb-gap30.tb-col6 > :nth-child(6n),
  .tb-gapx30.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap30 > :nth-child(6n-1),
  .tb-col6.tb-gapx30 > :nth-child(6n-1),
  .tb-gap30.tb-col6 > :nth-child(6n-1),
  .tb-gapx30.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap30 > :nth-child(6n-2),
  .tb-col6.tb-gapx30 > :nth-child(6n-2),
  .tb-gap30.tb-col6 > :nth-child(6n-2),
  .tb-gapx30.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap30 > :nth-child(6n-3),
  .tb-col6.tb-gapx30 > :nth-child(6n-3),
  .tb-gap30.tb-col6 > :nth-child(6n-3),
  .tb-gapx30.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap30 > :nth-child(6n-4),
  .tb-col6.tb-gapx30 > :nth-child(6n-4),
  .tb-gap30.tb-col6 > :nth-child(6n-4),
  .tb-gapx30.tb-col6 > :nth-child(6n-4) {
    margin-left: 30px;
  }

  .tb-col6.tb-gap30 > :nth-child(6n-5),
  .tb-col6.tb-gapx30 > :nth-child(6n-5),
  .tb-gap30.tb-col6 > :nth-child(6n-5),
  .tb-gapx30.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap40 > *,
  .tb-col1.tb-gapx40 > *,
  .tb-gap40.tb-col1 > *,
  .tb-gapx40.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap40 > :nth-child(n),
  .tb-col1.tb-gapx40 > :nth-child(n),
  .tb-gap40.tb-col1 > :nth-child(n),
  .tb-gapx40.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap40 > *,
  .tb-col2.tb-gapx40 > *,
  .tb-gap40.tb-col2 > *,
  .tb-gapx40.tb-col2 > * {
    width: calc(50% - 20px);
  }

  .tb-col2.tb-gap40 > :nth-child(2n),
  .tb-col2.tb-gapx40 > :nth-child(2n),
  .tb-gap40.tb-col2 > :nth-child(2n),
  .tb-gapx40.tb-col2 > :nth-child(2n) {
    margin-left: 40px;
  }

  .tb-col2.tb-gap40 > :nth-child(2n-1),
  .tb-col2.tb-gapx40 > :nth-child(2n-1),
  .tb-gap40.tb-col2 > :nth-child(2n-1),
  .tb-gapx40.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap40 > *,
  .tb-col3.tb-gapx40 > *,
  .tb-gap40.tb-col3 > *,
  .tb-gapx40.tb-col3 > * {
    width: calc(33.333% - 26.666px);
  }

  .tb-col3.tb-gap40 > :nth-child(3n),
  .tb-col3.tb-gapx40 > :nth-child(3n),
  .tb-gap40.tb-col3 > :nth-child(3n),
  .tb-gapx40.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap40 > :nth-child(3n-1),
  .tb-col3.tb-gapx40 > :nth-child(3n-1),
  .tb-gap40.tb-col3 > :nth-child(3n-1),
  .tb-gapx40.tb-col3 > :nth-child(3n-1) {
    margin-left: 40px;
  }

  .tb-col3.tb-gap40 > :nth-child(3n-2),
  .tb-col3.tb-gapx40 > :nth-child(3n-2),
  .tb-gap40.tb-col3 > :nth-child(3n-2),
  .tb-gapx40.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap40 > *,
  .tb-col4.tb-gapx40 > *,
  .tb-gap40.tb-col4 > *,
  .tb-gapx40.tb-col4 > * {
    width: calc(25% - 30px);
  }

  .tb-col4.tb-gap40 > :nth-child(4n),
  .tb-col4.tb-gapx40 > :nth-child(4n),
  .tb-gap40.tb-col4 > :nth-child(4n),
  .tb-gapx40.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap40 > :nth-child(4n-1),
  .tb-col4.tb-gapx40 > :nth-child(4n-1),
  .tb-gap40.tb-col4 > :nth-child(4n-1),
  .tb-gapx40.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap40 > :nth-child(4n-2),
  .tb-col4.tb-gapx40 > :nth-child(4n-2),
  .tb-gap40.tb-col4 > :nth-child(4n-2),
  .tb-gapx40.tb-col4 > :nth-child(4n-2) {
    margin-left: 40px;
  }

  .tb-col4.tb-gap40 > :nth-child(4n-3),
  .tb-col4.tb-gapx40 > :nth-child(4n-3),
  .tb-gap40.tb-col4 > :nth-child(4n-3),
  .tb-gapx40.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap40 > *,
  .tb-col5.tb-gapx40 > *,
  .tb-gap40.tb-col5 > *,
  .tb-gapx40.tb-col5 > * {
    width: calc(20% - 32px);
  }

  .tb-col5.tb-gap40 > :nth-child(5n),
  .tb-col5.tb-gapx40 > :nth-child(5n),
  .tb-gap40.tb-col5 > :nth-child(5n),
  .tb-gapx40.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap40 > :nth-child(5n-1),
  .tb-col5.tb-gapx40 > :nth-child(5n-1),
  .tb-gap40.tb-col5 > :nth-child(5n-1),
  .tb-gapx40.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap40 > :nth-child(5n-2),
  .tb-col5.tb-gapx40 > :nth-child(5n-2),
  .tb-gap40.tb-col5 > :nth-child(5n-2),
  .tb-gapx40.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap40 > :nth-child(5n-3),
  .tb-col5.tb-gapx40 > :nth-child(5n-3),
  .tb-gap40.tb-col5 > :nth-child(5n-3),
  .tb-gapx40.tb-col5 > :nth-child(5n-3) {
    margin-left: 40px;
  }

  .tb-col5.tb-gap40 > :nth-child(5n-4),
  .tb-col5.tb-gapx40 > :nth-child(5n-4),
  .tb-gap40.tb-col5 > :nth-child(5n-4),
  .tb-gapx40.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap40 > *,
  .tb-col6.tb-gapx40 > *,
  .tb-gap40.tb-col6 > *,
  .tb-gapx40.tb-col6 > * {
    width: calc(16.666% - 33.333px);
  }

  .tb-col6.tb-gap40 > :nth-child(6n),
  .tb-col6.tb-gapx40 > :nth-child(6n),
  .tb-gap40.tb-col6 > :nth-child(6n),
  .tb-gapx40.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap40 > :nth-child(6n-1),
  .tb-col6.tb-gapx40 > :nth-child(6n-1),
  .tb-gap40.tb-col6 > :nth-child(6n-1),
  .tb-gapx40.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap40 > :nth-child(6n-2),
  .tb-col6.tb-gapx40 > :nth-child(6n-2),
  .tb-gap40.tb-col6 > :nth-child(6n-2),
  .tb-gapx40.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap40 > :nth-child(6n-3),
  .tb-col6.tb-gapx40 > :nth-child(6n-3),
  .tb-gap40.tb-col6 > :nth-child(6n-3),
  .tb-gapx40.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap40 > :nth-child(6n-4),
  .tb-col6.tb-gapx40 > :nth-child(6n-4),
  .tb-gap40.tb-col6 > :nth-child(6n-4),
  .tb-gapx40.tb-col6 > :nth-child(6n-4) {
    margin-left: 40px;
  }

  .tb-col6.tb-gap40 > :nth-child(6n-5),
  .tb-col6.tb-gapx40 > :nth-child(6n-5),
  .tb-gap40.tb-col6 > :nth-child(6n-5),
  .tb-gapx40.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap50 > *,
  .tb-col1.tb-gapx50 > *,
  .tb-gap50.tb-col1 > *,
  .tb-gapx50.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap50 > :nth-child(n),
  .tb-col1.tb-gapx50 > :nth-child(n),
  .tb-gap50.tb-col1 > :nth-child(n),
  .tb-gapx50.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap50 > *,
  .tb-col2.tb-gapx50 > *,
  .tb-gap50.tb-col2 > *,
  .tb-gapx50.tb-col2 > * {
    width: calc(50% - 25px);
  }

  .tb-col2.tb-gap50 > :nth-child(2n),
  .tb-col2.tb-gapx50 > :nth-child(2n),
  .tb-gap50.tb-col2 > :nth-child(2n),
  .tb-gapx50.tb-col2 > :nth-child(2n) {
    margin-left: 50px;
  }

  .tb-col2.tb-gap50 > :nth-child(2n-1),
  .tb-col2.tb-gapx50 > :nth-child(2n-1),
  .tb-gap50.tb-col2 > :nth-child(2n-1),
  .tb-gapx50.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap50 > *,
  .tb-col3.tb-gapx50 > *,
  .tb-gap50.tb-col3 > *,
  .tb-gapx50.tb-col3 > * {
    width: calc(33.333% - 33.333px);
  }

  .tb-col3.tb-gap50 > :nth-child(3n),
  .tb-col3.tb-gapx50 > :nth-child(3n),
  .tb-gap50.tb-col3 > :nth-child(3n),
  .tb-gapx50.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap50 > :nth-child(3n-1),
  .tb-col3.tb-gapx50 > :nth-child(3n-1),
  .tb-gap50.tb-col3 > :nth-child(3n-1),
  .tb-gapx50.tb-col3 > :nth-child(3n-1) {
    margin-left: 50px;
  }

  .tb-col3.tb-gap50 > :nth-child(3n-2),
  .tb-col3.tb-gapx50 > :nth-child(3n-2),
  .tb-gap50.tb-col3 > :nth-child(3n-2),
  .tb-gapx50.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap50 > *,
  .tb-col4.tb-gapx50 > *,
  .tb-gap50.tb-col4 > *,
  .tb-gapx50.tb-col4 > * {
    width: calc(25% - 37.5px);
  }

  .tb-col4.tb-gap50 > :nth-child(4n),
  .tb-col4.tb-gapx50 > :nth-child(4n),
  .tb-gap50.tb-col4 > :nth-child(4n),
  .tb-gapx50.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap50 > :nth-child(4n-1),
  .tb-col4.tb-gapx50 > :nth-child(4n-1),
  .tb-gap50.tb-col4 > :nth-child(4n-1),
  .tb-gapx50.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap50 > :nth-child(4n-2),
  .tb-col4.tb-gapx50 > :nth-child(4n-2),
  .tb-gap50.tb-col4 > :nth-child(4n-2),
  .tb-gapx50.tb-col4 > :nth-child(4n-2) {
    margin-left: 50px;
  }

  .tb-col4.tb-gap50 > :nth-child(4n-3),
  .tb-col4.tb-gapx50 > :nth-child(4n-3),
  .tb-gap50.tb-col4 > :nth-child(4n-3),
  .tb-gapx50.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap50 > *,
  .tb-col5.tb-gapx50 > *,
  .tb-gap50.tb-col5 > *,
  .tb-gapx50.tb-col5 > * {
    width: calc(20% - 40px);
  }

  .tb-col5.tb-gap50 > :nth-child(5n),
  .tb-col5.tb-gapx50 > :nth-child(5n),
  .tb-gap50.tb-col5 > :nth-child(5n),
  .tb-gapx50.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap50 > :nth-child(5n-1),
  .tb-col5.tb-gapx50 > :nth-child(5n-1),
  .tb-gap50.tb-col5 > :nth-child(5n-1),
  .tb-gapx50.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap50 > :nth-child(5n-2),
  .tb-col5.tb-gapx50 > :nth-child(5n-2),
  .tb-gap50.tb-col5 > :nth-child(5n-2),
  .tb-gapx50.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap50 > :nth-child(5n-3),
  .tb-col5.tb-gapx50 > :nth-child(5n-3),
  .tb-gap50.tb-col5 > :nth-child(5n-3),
  .tb-gapx50.tb-col5 > :nth-child(5n-3) {
    margin-left: 50px;
  }

  .tb-col5.tb-gap50 > :nth-child(5n-4),
  .tb-col5.tb-gapx50 > :nth-child(5n-4),
  .tb-gap50.tb-col5 > :nth-child(5n-4),
  .tb-gapx50.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap50 > *,
  .tb-col6.tb-gapx50 > *,
  .tb-gap50.tb-col6 > *,
  .tb-gapx50.tb-col6 > * {
    width: calc(16.666% - 41.666px);
  }

  .tb-col6.tb-gap50 > :nth-child(6n),
  .tb-col6.tb-gapx50 > :nth-child(6n),
  .tb-gap50.tb-col6 > :nth-child(6n),
  .tb-gapx50.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap50 > :nth-child(6n-1),
  .tb-col6.tb-gapx50 > :nth-child(6n-1),
  .tb-gap50.tb-col6 > :nth-child(6n-1),
  .tb-gapx50.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap50 > :nth-child(6n-2),
  .tb-col6.tb-gapx50 > :nth-child(6n-2),
  .tb-gap50.tb-col6 > :nth-child(6n-2),
  .tb-gapx50.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap50 > :nth-child(6n-3),
  .tb-col6.tb-gapx50 > :nth-child(6n-3),
  .tb-gap50.tb-col6 > :nth-child(6n-3),
  .tb-gapx50.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap50 > :nth-child(6n-4),
  .tb-col6.tb-gapx50 > :nth-child(6n-4),
  .tb-gap50.tb-col6 > :nth-child(6n-4),
  .tb-gapx50.tb-col6 > :nth-child(6n-4) {
    margin-left: 50px;
  }

  .tb-col6.tb-gap50 > :nth-child(6n-5),
  .tb-col6.tb-gapx50 > :nth-child(6n-5),
  .tb-gap50.tb-col6 > :nth-child(6n-5),
  .tb-gapx50.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap60 > *,
  .tb-col1.tb-gapx60 > *,
  .tb-gap60.tb-col1 > *,
  .tb-gapx60.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap60 > :nth-child(n),
  .tb-col1.tb-gapx60 > :nth-child(n),
  .tb-gap60.tb-col1 > :nth-child(n),
  .tb-gapx60.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap60 > *,
  .tb-col2.tb-gapx60 > *,
  .tb-gap60.tb-col2 > *,
  .tb-gapx60.tb-col2 > * {
    width: calc(50% - 30px);
  }

  .tb-col2.tb-gap60 > :nth-child(2n),
  .tb-col2.tb-gapx60 > :nth-child(2n),
  .tb-gap60.tb-col2 > :nth-child(2n),
  .tb-gapx60.tb-col2 > :nth-child(2n) {
    margin-left: 60px;
  }

  .tb-col2.tb-gap60 > :nth-child(2n-1),
  .tb-col2.tb-gapx60 > :nth-child(2n-1),
  .tb-gap60.tb-col2 > :nth-child(2n-1),
  .tb-gapx60.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap60 > *,
  .tb-col3.tb-gapx60 > *,
  .tb-gap60.tb-col3 > *,
  .tb-gapx60.tb-col3 > * {
    width: calc(33.333% - 40px);
  }

  .tb-col3.tb-gap60 > :nth-child(3n),
  .tb-col3.tb-gapx60 > :nth-child(3n),
  .tb-gap60.tb-col3 > :nth-child(3n),
  .tb-gapx60.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap60 > :nth-child(3n-1),
  .tb-col3.tb-gapx60 > :nth-child(3n-1),
  .tb-gap60.tb-col3 > :nth-child(3n-1),
  .tb-gapx60.tb-col3 > :nth-child(3n-1) {
    margin-left: 60px;
  }

  .tb-col3.tb-gap60 > :nth-child(3n-2),
  .tb-col3.tb-gapx60 > :nth-child(3n-2),
  .tb-gap60.tb-col3 > :nth-child(3n-2),
  .tb-gapx60.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap60 > *,
  .tb-col4.tb-gapx60 > *,
  .tb-gap60.tb-col4 > *,
  .tb-gapx60.tb-col4 > * {
    width: calc(25% - 45px);
  }

  .tb-col4.tb-gap60 > :nth-child(4n),
  .tb-col4.tb-gapx60 > :nth-child(4n),
  .tb-gap60.tb-col4 > :nth-child(4n),
  .tb-gapx60.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap60 > :nth-child(4n-1),
  .tb-col4.tb-gapx60 > :nth-child(4n-1),
  .tb-gap60.tb-col4 > :nth-child(4n-1),
  .tb-gapx60.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap60 > :nth-child(4n-2),
  .tb-col4.tb-gapx60 > :nth-child(4n-2),
  .tb-gap60.tb-col4 > :nth-child(4n-2),
  .tb-gapx60.tb-col4 > :nth-child(4n-2) {
    margin-left: 60px;
  }

  .tb-col4.tb-gap60 > :nth-child(4n-3),
  .tb-col4.tb-gapx60 > :nth-child(4n-3),
  .tb-gap60.tb-col4 > :nth-child(4n-3),
  .tb-gapx60.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap60 > *,
  .tb-col5.tb-gapx60 > *,
  .tb-gap60.tb-col5 > *,
  .tb-gapx60.tb-col5 > * {
    width: calc(20% - 48px);
  }

  .tb-col5.tb-gap60 > :nth-child(5n),
  .tb-col5.tb-gapx60 > :nth-child(5n),
  .tb-gap60.tb-col5 > :nth-child(5n),
  .tb-gapx60.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap60 > :nth-child(5n-1),
  .tb-col5.tb-gapx60 > :nth-child(5n-1),
  .tb-gap60.tb-col5 > :nth-child(5n-1),
  .tb-gapx60.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap60 > :nth-child(5n-2),
  .tb-col5.tb-gapx60 > :nth-child(5n-2),
  .tb-gap60.tb-col5 > :nth-child(5n-2),
  .tb-gapx60.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap60 > :nth-child(5n-3),
  .tb-col5.tb-gapx60 > :nth-child(5n-3),
  .tb-gap60.tb-col5 > :nth-child(5n-3),
  .tb-gapx60.tb-col5 > :nth-child(5n-3) {
    margin-left: 60px;
  }

  .tb-col5.tb-gap60 > :nth-child(5n-4),
  .tb-col5.tb-gapx60 > :nth-child(5n-4),
  .tb-gap60.tb-col5 > :nth-child(5n-4),
  .tb-gapx60.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap60 > *,
  .tb-col6.tb-gapx60 > *,
  .tb-gap60.tb-col6 > *,
  .tb-gapx60.tb-col6 > * {
    width: calc(16.666% - 50px);
  }

  .tb-col6.tb-gap60 > :nth-child(6n),
  .tb-col6.tb-gapx60 > :nth-child(6n),
  .tb-gap60.tb-col6 > :nth-child(6n),
  .tb-gapx60.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap60 > :nth-child(6n-1),
  .tb-col6.tb-gapx60 > :nth-child(6n-1),
  .tb-gap60.tb-col6 > :nth-child(6n-1),
  .tb-gapx60.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap60 > :nth-child(6n-2),
  .tb-col6.tb-gapx60 > :nth-child(6n-2),
  .tb-gap60.tb-col6 > :nth-child(6n-2),
  .tb-gapx60.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap60 > :nth-child(6n-3),
  .tb-col6.tb-gapx60 > :nth-child(6n-3),
  .tb-gap60.tb-col6 > :nth-child(6n-3),
  .tb-gapx60.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap60 > :nth-child(6n-4),
  .tb-col6.tb-gapx60 > :nth-child(6n-4),
  .tb-gap60.tb-col6 > :nth-child(6n-4),
  .tb-gapx60.tb-col6 > :nth-child(6n-4) {
    margin-left: 60px;
  }

  .tb-col6.tb-gap60 > :nth-child(6n-5),
  .tb-col6.tb-gapx60 > :nth-child(6n-5),
  .tb-gap60.tb-col6 > :nth-child(6n-5),
  .tb-gapx60.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap70 > *,
  .tb-col1.tb-gapx70 > *,
  .tb-gap70.tb-col1 > *,
  .tb-gapx70.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap70 > :nth-child(n),
  .tb-col1.tb-gapx70 > :nth-child(n),
  .tb-gap70.tb-col1 > :nth-child(n),
  .tb-gapx70.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap70 > *,
  .tb-col2.tb-gapx70 > *,
  .tb-gap70.tb-col2 > *,
  .tb-gapx70.tb-col2 > * {
    width: calc(50% - 35px);
  }

  .tb-col2.tb-gap70 > :nth-child(2n),
  .tb-col2.tb-gapx70 > :nth-child(2n),
  .tb-gap70.tb-col2 > :nth-child(2n),
  .tb-gapx70.tb-col2 > :nth-child(2n) {
    margin-left: 70px;
  }

  .tb-col2.tb-gap70 > :nth-child(2n-1),
  .tb-col2.tb-gapx70 > :nth-child(2n-1),
  .tb-gap70.tb-col2 > :nth-child(2n-1),
  .tb-gapx70.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap70 > *,
  .tb-col3.tb-gapx70 > *,
  .tb-gap70.tb-col3 > *,
  .tb-gapx70.tb-col3 > * {
    width: calc(33.333% - 46.666px);
  }

  .tb-col3.tb-gap70 > :nth-child(3n),
  .tb-col3.tb-gapx70 > :nth-child(3n),
  .tb-gap70.tb-col3 > :nth-child(3n),
  .tb-gapx70.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap70 > :nth-child(3n-1),
  .tb-col3.tb-gapx70 > :nth-child(3n-1),
  .tb-gap70.tb-col3 > :nth-child(3n-1),
  .tb-gapx70.tb-col3 > :nth-child(3n-1) {
    margin-left: 70px;
  }

  .tb-col3.tb-gap70 > :nth-child(3n-2),
  .tb-col3.tb-gapx70 > :nth-child(3n-2),
  .tb-gap70.tb-col3 > :nth-child(3n-2),
  .tb-gapx70.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap70 > *,
  .tb-col4.tb-gapx70 > *,
  .tb-gap70.tb-col4 > *,
  .tb-gapx70.tb-col4 > * {
    width: calc(25% - 52.5px);
  }

  .tb-col4.tb-gap70 > :nth-child(4n),
  .tb-col4.tb-gapx70 > :nth-child(4n),
  .tb-gap70.tb-col4 > :nth-child(4n),
  .tb-gapx70.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap70 > :nth-child(4n-1),
  .tb-col4.tb-gapx70 > :nth-child(4n-1),
  .tb-gap70.tb-col4 > :nth-child(4n-1),
  .tb-gapx70.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap70 > :nth-child(4n-2),
  .tb-col4.tb-gapx70 > :nth-child(4n-2),
  .tb-gap70.tb-col4 > :nth-child(4n-2),
  .tb-gapx70.tb-col4 > :nth-child(4n-2) {
    margin-left: 70px;
  }

  .tb-col4.tb-gap70 > :nth-child(4n-3),
  .tb-col4.tb-gapx70 > :nth-child(4n-3),
  .tb-gap70.tb-col4 > :nth-child(4n-3),
  .tb-gapx70.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap70 > *,
  .tb-col5.tb-gapx70 > *,
  .tb-gap70.tb-col5 > *,
  .tb-gapx70.tb-col5 > * {
    width: calc(20% - 56px);
  }

  .tb-col5.tb-gap70 > :nth-child(5n),
  .tb-col5.tb-gapx70 > :nth-child(5n),
  .tb-gap70.tb-col5 > :nth-child(5n),
  .tb-gapx70.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap70 > :nth-child(5n-1),
  .tb-col5.tb-gapx70 > :nth-child(5n-1),
  .tb-gap70.tb-col5 > :nth-child(5n-1),
  .tb-gapx70.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap70 > :nth-child(5n-2),
  .tb-col5.tb-gapx70 > :nth-child(5n-2),
  .tb-gap70.tb-col5 > :nth-child(5n-2),
  .tb-gapx70.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap70 > :nth-child(5n-3),
  .tb-col5.tb-gapx70 > :nth-child(5n-3),
  .tb-gap70.tb-col5 > :nth-child(5n-3),
  .tb-gapx70.tb-col5 > :nth-child(5n-3) {
    margin-left: 70px;
  }

  .tb-col5.tb-gap70 > :nth-child(5n-4),
  .tb-col5.tb-gapx70 > :nth-child(5n-4),
  .tb-gap70.tb-col5 > :nth-child(5n-4),
  .tb-gapx70.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap70 > *,
  .tb-col6.tb-gapx70 > *,
  .tb-gap70.tb-col6 > *,
  .tb-gapx70.tb-col6 > * {
    width: calc(16.666% - 58.333px);
  }

  .tb-col6.tb-gap70 > :nth-child(6n),
  .tb-col6.tb-gapx70 > :nth-child(6n),
  .tb-gap70.tb-col6 > :nth-child(6n),
  .tb-gapx70.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap70 > :nth-child(6n-1),
  .tb-col6.tb-gapx70 > :nth-child(6n-1),
  .tb-gap70.tb-col6 > :nth-child(6n-1),
  .tb-gapx70.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap70 > :nth-child(6n-2),
  .tb-col6.tb-gapx70 > :nth-child(6n-2),
  .tb-gap70.tb-col6 > :nth-child(6n-2),
  .tb-gapx70.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap70 > :nth-child(6n-3),
  .tb-col6.tb-gapx70 > :nth-child(6n-3),
  .tb-gap70.tb-col6 > :nth-child(6n-3),
  .tb-gapx70.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap70 > :nth-child(6n-4),
  .tb-col6.tb-gapx70 > :nth-child(6n-4),
  .tb-gap70.tb-col6 > :nth-child(6n-4),
  .tb-gapx70.tb-col6 > :nth-child(6n-4) {
    margin-left: 70px;
  }

  .tb-col6.tb-gap70 > :nth-child(6n-5),
  .tb-col6.tb-gapx70 > :nth-child(6n-5),
  .tb-gap70.tb-col6 > :nth-child(6n-5),
  .tb-gapx70.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap80 > *,
  .tb-col1.tb-gapx80 > *,
  .tb-gap80.tb-col1 > *,
  .tb-gapx80.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap80 > :nth-child(n),
  .tb-col1.tb-gapx80 > :nth-child(n),
  .tb-gap80.tb-col1 > :nth-child(n),
  .tb-gapx80.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap80 > *,
  .tb-col2.tb-gapx80 > *,
  .tb-gap80.tb-col2 > *,
  .tb-gapx80.tb-col2 > * {
    width: calc(50% - 40px);
  }

  .tb-col2.tb-gap80 > :nth-child(2n),
  .tb-col2.tb-gapx80 > :nth-child(2n),
  .tb-gap80.tb-col2 > :nth-child(2n),
  .tb-gapx80.tb-col2 > :nth-child(2n) {
    margin-left: 80px;
  }

  .tb-col2.tb-gap80 > :nth-child(2n-1),
  .tb-col2.tb-gapx80 > :nth-child(2n-1),
  .tb-gap80.tb-col2 > :nth-child(2n-1),
  .tb-gapx80.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap80 > *,
  .tb-col3.tb-gapx80 > *,
  .tb-gap80.tb-col3 > *,
  .tb-gapx80.tb-col3 > * {
    width: calc(33.333% - 53.333px);
  }

  .tb-col3.tb-gap80 > :nth-child(3n),
  .tb-col3.tb-gapx80 > :nth-child(3n),
  .tb-gap80.tb-col3 > :nth-child(3n),
  .tb-gapx80.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap80 > :nth-child(3n-1),
  .tb-col3.tb-gapx80 > :nth-child(3n-1),
  .tb-gap80.tb-col3 > :nth-child(3n-1),
  .tb-gapx80.tb-col3 > :nth-child(3n-1) {
    margin-left: 80px;
  }

  .tb-col3.tb-gap80 > :nth-child(3n-2),
  .tb-col3.tb-gapx80 > :nth-child(3n-2),
  .tb-gap80.tb-col3 > :nth-child(3n-2),
  .tb-gapx80.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap80 > *,
  .tb-col4.tb-gapx80 > *,
  .tb-gap80.tb-col4 > *,
  .tb-gapx80.tb-col4 > * {
    width: calc(25% - 60px);
  }

  .tb-col4.tb-gap80 > :nth-child(4n),
  .tb-col4.tb-gapx80 > :nth-child(4n),
  .tb-gap80.tb-col4 > :nth-child(4n),
  .tb-gapx80.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap80 > :nth-child(4n-1),
  .tb-col4.tb-gapx80 > :nth-child(4n-1),
  .tb-gap80.tb-col4 > :nth-child(4n-1),
  .tb-gapx80.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap80 > :nth-child(4n-2),
  .tb-col4.tb-gapx80 > :nth-child(4n-2),
  .tb-gap80.tb-col4 > :nth-child(4n-2),
  .tb-gapx80.tb-col4 > :nth-child(4n-2) {
    margin-left: 80px;
  }

  .tb-col4.tb-gap80 > :nth-child(4n-3),
  .tb-col4.tb-gapx80 > :nth-child(4n-3),
  .tb-gap80.tb-col4 > :nth-child(4n-3),
  .tb-gapx80.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap80 > *,
  .tb-col5.tb-gapx80 > *,
  .tb-gap80.tb-col5 > *,
  .tb-gapx80.tb-col5 > * {
    width: calc(20% - 64px);
  }

  .tb-col5.tb-gap80 > :nth-child(5n),
  .tb-col5.tb-gapx80 > :nth-child(5n),
  .tb-gap80.tb-col5 > :nth-child(5n),
  .tb-gapx80.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap80 > :nth-child(5n-1),
  .tb-col5.tb-gapx80 > :nth-child(5n-1),
  .tb-gap80.tb-col5 > :nth-child(5n-1),
  .tb-gapx80.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap80 > :nth-child(5n-2),
  .tb-col5.tb-gapx80 > :nth-child(5n-2),
  .tb-gap80.tb-col5 > :nth-child(5n-2),
  .tb-gapx80.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap80 > :nth-child(5n-3),
  .tb-col5.tb-gapx80 > :nth-child(5n-3),
  .tb-gap80.tb-col5 > :nth-child(5n-3),
  .tb-gapx80.tb-col5 > :nth-child(5n-3) {
    margin-left: 80px;
  }

  .tb-col5.tb-gap80 > :nth-child(5n-4),
  .tb-col5.tb-gapx80 > :nth-child(5n-4),
  .tb-gap80.tb-col5 > :nth-child(5n-4),
  .tb-gapx80.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap80 > *,
  .tb-col6.tb-gapx80 > *,
  .tb-gap80.tb-col6 > *,
  .tb-gapx80.tb-col6 > * {
    width: calc(16.666% - 66.666px);
  }

  .tb-col6.tb-gap80 > :nth-child(6n),
  .tb-col6.tb-gapx80 > :nth-child(6n),
  .tb-gap80.tb-col6 > :nth-child(6n),
  .tb-gapx80.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap80 > :nth-child(6n-1),
  .tb-col6.tb-gapx80 > :nth-child(6n-1),
  .tb-gap80.tb-col6 > :nth-child(6n-1),
  .tb-gapx80.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap80 > :nth-child(6n-2),
  .tb-col6.tb-gapx80 > :nth-child(6n-2),
  .tb-gap80.tb-col6 > :nth-child(6n-2),
  .tb-gapx80.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap80 > :nth-child(6n-3),
  .tb-col6.tb-gapx80 > :nth-child(6n-3),
  .tb-gap80.tb-col6 > :nth-child(6n-3),
  .tb-gapx80.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap80 > :nth-child(6n-4),
  .tb-col6.tb-gapx80 > :nth-child(6n-4),
  .tb-gap80.tb-col6 > :nth-child(6n-4),
  .tb-gapx80.tb-col6 > :nth-child(6n-4) {
    margin-left: 80px;
  }

  .tb-col6.tb-gap80 > :nth-child(6n-5),
  .tb-col6.tb-gapx80 > :nth-child(6n-5),
  .tb-gap80.tb-col6 > :nth-child(6n-5),
  .tb-gapx80.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap90 > *,
  .tb-col1.tb-gapx90 > *,
  .tb-gap90.tb-col1 > *,
  .tb-gapx90.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap90 > :nth-child(n),
  .tb-col1.tb-gapx90 > :nth-child(n),
  .tb-gap90.tb-col1 > :nth-child(n),
  .tb-gapx90.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap90 > *,
  .tb-col2.tb-gapx90 > *,
  .tb-gap90.tb-col2 > *,
  .tb-gapx90.tb-col2 > * {
    width: calc(50% - 45px);
  }

  .tb-col2.tb-gap90 > :nth-child(2n),
  .tb-col2.tb-gapx90 > :nth-child(2n),
  .tb-gap90.tb-col2 > :nth-child(2n),
  .tb-gapx90.tb-col2 > :nth-child(2n) {
    margin-left: 90px;
  }

  .tb-col2.tb-gap90 > :nth-child(2n-1),
  .tb-col2.tb-gapx90 > :nth-child(2n-1),
  .tb-gap90.tb-col2 > :nth-child(2n-1),
  .tb-gapx90.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap90 > *,
  .tb-col3.tb-gapx90 > *,
  .tb-gap90.tb-col3 > *,
  .tb-gapx90.tb-col3 > * {
    width: calc(33.333% - 60px);
  }

  .tb-col3.tb-gap90 > :nth-child(3n),
  .tb-col3.tb-gapx90 > :nth-child(3n),
  .tb-gap90.tb-col3 > :nth-child(3n),
  .tb-gapx90.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap90 > :nth-child(3n-1),
  .tb-col3.tb-gapx90 > :nth-child(3n-1),
  .tb-gap90.tb-col3 > :nth-child(3n-1),
  .tb-gapx90.tb-col3 > :nth-child(3n-1) {
    margin-left: 90px;
  }

  .tb-col3.tb-gap90 > :nth-child(3n-2),
  .tb-col3.tb-gapx90 > :nth-child(3n-2),
  .tb-gap90.tb-col3 > :nth-child(3n-2),
  .tb-gapx90.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap90 > *,
  .tb-col4.tb-gapx90 > *,
  .tb-gap90.tb-col4 > *,
  .tb-gapx90.tb-col4 > * {
    width: calc(25% - 67.5px);
  }

  .tb-col4.tb-gap90 > :nth-child(4n),
  .tb-col4.tb-gapx90 > :nth-child(4n),
  .tb-gap90.tb-col4 > :nth-child(4n),
  .tb-gapx90.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap90 > :nth-child(4n-1),
  .tb-col4.tb-gapx90 > :nth-child(4n-1),
  .tb-gap90.tb-col4 > :nth-child(4n-1),
  .tb-gapx90.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap90 > :nth-child(4n-2),
  .tb-col4.tb-gapx90 > :nth-child(4n-2),
  .tb-gap90.tb-col4 > :nth-child(4n-2),
  .tb-gapx90.tb-col4 > :nth-child(4n-2) {
    margin-left: 90px;
  }

  .tb-col4.tb-gap90 > :nth-child(4n-3),
  .tb-col4.tb-gapx90 > :nth-child(4n-3),
  .tb-gap90.tb-col4 > :nth-child(4n-3),
  .tb-gapx90.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap90 > *,
  .tb-col5.tb-gapx90 > *,
  .tb-gap90.tb-col5 > *,
  .tb-gapx90.tb-col5 > * {
    width: calc(20% - 72px);
  }

  .tb-col5.tb-gap90 > :nth-child(5n),
  .tb-col5.tb-gapx90 > :nth-child(5n),
  .tb-gap90.tb-col5 > :nth-child(5n),
  .tb-gapx90.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap90 > :nth-child(5n-1),
  .tb-col5.tb-gapx90 > :nth-child(5n-1),
  .tb-gap90.tb-col5 > :nth-child(5n-1),
  .tb-gapx90.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap90 > :nth-child(5n-2),
  .tb-col5.tb-gapx90 > :nth-child(5n-2),
  .tb-gap90.tb-col5 > :nth-child(5n-2),
  .tb-gapx90.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap90 > :nth-child(5n-3),
  .tb-col5.tb-gapx90 > :nth-child(5n-3),
  .tb-gap90.tb-col5 > :nth-child(5n-3),
  .tb-gapx90.tb-col5 > :nth-child(5n-3) {
    margin-left: 90px;
  }

  .tb-col5.tb-gap90 > :nth-child(5n-4),
  .tb-col5.tb-gapx90 > :nth-child(5n-4),
  .tb-gap90.tb-col5 > :nth-child(5n-4),
  .tb-gapx90.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap90 > *,
  .tb-col6.tb-gapx90 > *,
  .tb-gap90.tb-col6 > *,
  .tb-gapx90.tb-col6 > * {
    width: calc(16.666% - 75px);
  }

  .tb-col6.tb-gap90 > :nth-child(6n),
  .tb-col6.tb-gapx90 > :nth-child(6n),
  .tb-gap90.tb-col6 > :nth-child(6n),
  .tb-gapx90.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap90 > :nth-child(6n-1),
  .tb-col6.tb-gapx90 > :nth-child(6n-1),
  .tb-gap90.tb-col6 > :nth-child(6n-1),
  .tb-gapx90.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap90 > :nth-child(6n-2),
  .tb-col6.tb-gapx90 > :nth-child(6n-2),
  .tb-gap90.tb-col6 > :nth-child(6n-2),
  .tb-gapx90.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap90 > :nth-child(6n-3),
  .tb-col6.tb-gapx90 > :nth-child(6n-3),
  .tb-gap90.tb-col6 > :nth-child(6n-3),
  .tb-gapx90.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap90 > :nth-child(6n-4),
  .tb-col6.tb-gapx90 > :nth-child(6n-4),
  .tb-gap90.tb-col6 > :nth-child(6n-4),
  .tb-gapx90.tb-col6 > :nth-child(6n-4) {
    margin-left: 90px;
  }

  .tb-col6.tb-gap90 > :nth-child(6n-5),
  .tb-col6.tb-gapx90 > :nth-child(6n-5),
  .tb-gap90.tb-col6 > :nth-child(6n-5),
  .tb-gapx90.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap100 > *,
  .tb-col1.tb-gapx100 > *,
  .tb-gap100.tb-col1 > *,
  .tb-gapx100.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap100 > :nth-child(n),
  .tb-col1.tb-gapx100 > :nth-child(n),
  .tb-gap100.tb-col1 > :nth-child(n),
  .tb-gapx100.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap100 > *,
  .tb-col2.tb-gapx100 > *,
  .tb-gap100.tb-col2 > *,
  .tb-gapx100.tb-col2 > * {
    width: calc(50% - 50px);
  }

  .tb-col2.tb-gap100 > :nth-child(2n),
  .tb-col2.tb-gapx100 > :nth-child(2n),
  .tb-gap100.tb-col2 > :nth-child(2n),
  .tb-gapx100.tb-col2 > :nth-child(2n) {
    margin-left: 100px;
  }

  .tb-col2.tb-gap100 > :nth-child(2n-1),
  .tb-col2.tb-gapx100 > :nth-child(2n-1),
  .tb-gap100.tb-col2 > :nth-child(2n-1),
  .tb-gapx100.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap100 > *,
  .tb-col3.tb-gapx100 > *,
  .tb-gap100.tb-col3 > *,
  .tb-gapx100.tb-col3 > * {
    width: calc(33.333% - 66.666px);
  }

  .tb-col3.tb-gap100 > :nth-child(3n),
  .tb-col3.tb-gapx100 > :nth-child(3n),
  .tb-gap100.tb-col3 > :nth-child(3n),
  .tb-gapx100.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap100 > :nth-child(3n-1),
  .tb-col3.tb-gapx100 > :nth-child(3n-1),
  .tb-gap100.tb-col3 > :nth-child(3n-1),
  .tb-gapx100.tb-col3 > :nth-child(3n-1) {
    margin-left: 100px;
  }

  .tb-col3.tb-gap100 > :nth-child(3n-2),
  .tb-col3.tb-gapx100 > :nth-child(3n-2),
  .tb-gap100.tb-col3 > :nth-child(3n-2),
  .tb-gapx100.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap100 > *,
  .tb-col4.tb-gapx100 > *,
  .tb-gap100.tb-col4 > *,
  .tb-gapx100.tb-col4 > * {
    width: calc(25% - 75px);
  }

  .tb-col4.tb-gap100 > :nth-child(4n),
  .tb-col4.tb-gapx100 > :nth-child(4n),
  .tb-gap100.tb-col4 > :nth-child(4n),
  .tb-gapx100.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap100 > :nth-child(4n-1),
  .tb-col4.tb-gapx100 > :nth-child(4n-1),
  .tb-gap100.tb-col4 > :nth-child(4n-1),
  .tb-gapx100.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap100 > :nth-child(4n-2),
  .tb-col4.tb-gapx100 > :nth-child(4n-2),
  .tb-gap100.tb-col4 > :nth-child(4n-2),
  .tb-gapx100.tb-col4 > :nth-child(4n-2) {
    margin-left: 100px;
  }

  .tb-col4.tb-gap100 > :nth-child(4n-3),
  .tb-col4.tb-gapx100 > :nth-child(4n-3),
  .tb-gap100.tb-col4 > :nth-child(4n-3),
  .tb-gapx100.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap100 > *,
  .tb-col5.tb-gapx100 > *,
  .tb-gap100.tb-col5 > *,
  .tb-gapx100.tb-col5 > * {
    width: calc(20% - 80px);
  }

  .tb-col5.tb-gap100 > :nth-child(5n),
  .tb-col5.tb-gapx100 > :nth-child(5n),
  .tb-gap100.tb-col5 > :nth-child(5n),
  .tb-gapx100.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap100 > :nth-child(5n-1),
  .tb-col5.tb-gapx100 > :nth-child(5n-1),
  .tb-gap100.tb-col5 > :nth-child(5n-1),
  .tb-gapx100.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap100 > :nth-child(5n-2),
  .tb-col5.tb-gapx100 > :nth-child(5n-2),
  .tb-gap100.tb-col5 > :nth-child(5n-2),
  .tb-gapx100.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap100 > :nth-child(5n-3),
  .tb-col5.tb-gapx100 > :nth-child(5n-3),
  .tb-gap100.tb-col5 > :nth-child(5n-3),
  .tb-gapx100.tb-col5 > :nth-child(5n-3) {
    margin-left: 100px;
  }

  .tb-col5.tb-gap100 > :nth-child(5n-4),
  .tb-col5.tb-gapx100 > :nth-child(5n-4),
  .tb-gap100.tb-col5 > :nth-child(5n-4),
  .tb-gapx100.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap100 > *,
  .tb-col6.tb-gapx100 > *,
  .tb-gap100.tb-col6 > *,
  .tb-gapx100.tb-col6 > * {
    width: calc(16.666% - 83.333px);
  }

  .tb-col6.tb-gap100 > :nth-child(6n),
  .tb-col6.tb-gapx100 > :nth-child(6n),
  .tb-gap100.tb-col6 > :nth-child(6n),
  .tb-gapx100.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap100 > :nth-child(6n-1),
  .tb-col6.tb-gapx100 > :nth-child(6n-1),
  .tb-gap100.tb-col6 > :nth-child(6n-1),
  .tb-gapx100.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap100 > :nth-child(6n-2),
  .tb-col6.tb-gapx100 > :nth-child(6n-2),
  .tb-gap100.tb-col6 > :nth-child(6n-2),
  .tb-gapx100.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap100 > :nth-child(6n-3),
  .tb-col6.tb-gapx100 > :nth-child(6n-3),
  .tb-gap100.tb-col6 > :nth-child(6n-3),
  .tb-gapx100.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap100 > :nth-child(6n-4),
  .tb-col6.tb-gapx100 > :nth-child(6n-4),
  .tb-gap100.tb-col6 > :nth-child(6n-4),
  .tb-gapx100.tb-col6 > :nth-child(6n-4) {
    margin-left: 100px;
  }

  .tb-col6.tb-gap100 > :nth-child(6n-5),
  .tb-col6.tb-gapx100 > :nth-child(6n-5),
  .tb-gap100.tb-col6 > :nth-child(6n-5),
  .tb-gapx100.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap1p > *,
  .tb-col1.tb-gapx1p > *,
  .tb-gap1p.tb-col1 > *,
  .tb-gapx1p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap1p > :nth-child(n),
  .tb-col1.tb-gapx1p > :nth-child(n),
  .tb-gap1p.tb-col1 > :nth-child(n),
  .tb-gapx1p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap1p > *,
  .tb-col2.tb-gapx1p > *,
  .tb-gap1p.tb-col2 > *,
  .tb-gapx1p.tb-col2 > * {
    width: 49.5%;
  }

  .tb-col2.tb-gap1p > :nth-child(2n),
  .tb-col2.tb-gapx1p > :nth-child(2n),
  .tb-gap1p.tb-col2 > :nth-child(2n),
  .tb-gapx1p.tb-col2 > :nth-child(2n) {
    margin-left: 1%;
  }

  .tb-col2.tb-gap1p > :nth-child(2n-1),
  .tb-col2.tb-gapx1p > :nth-child(2n-1),
  .tb-gap1p.tb-col2 > :nth-child(2n-1),
  .tb-gapx1p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap1p > *,
  .tb-col3.tb-gapx1p > *,
  .tb-gap1p.tb-col3 > *,
  .tb-gapx1p.tb-col3 > * {
    width: 32.667%;
  }

  .tb-col3.tb-gap1p > :nth-child(3n),
  .tb-col3.tb-gapx1p > :nth-child(3n),
  .tb-gap1p.tb-col3 > :nth-child(3n),
  .tb-gapx1p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap1p > :nth-child(3n-1),
  .tb-col3.tb-gapx1p > :nth-child(3n-1),
  .tb-gap1p.tb-col3 > :nth-child(3n-1),
  .tb-gapx1p.tb-col3 > :nth-child(3n-1) {
    margin-left: 1%;
  }

  .tb-col3.tb-gap1p > :nth-child(3n-2),
  .tb-col3.tb-gapx1p > :nth-child(3n-2),
  .tb-gap1p.tb-col3 > :nth-child(3n-2),
  .tb-gapx1p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap1p > *,
  .tb-col4.tb-gapx1p > *,
  .tb-gap1p.tb-col4 > *,
  .tb-gapx1p.tb-col4 > * {
    width: 24.25%;
  }

  .tb-col4.tb-gap1p > :nth-child(4n),
  .tb-col4.tb-gapx1p > :nth-child(4n),
  .tb-gap1p.tb-col4 > :nth-child(4n),
  .tb-gapx1p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap1p > :nth-child(4n-1),
  .tb-col4.tb-gapx1p > :nth-child(4n-1),
  .tb-gap1p.tb-col4 > :nth-child(4n-1),
  .tb-gapx1p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap1p > :nth-child(4n-2),
  .tb-col4.tb-gapx1p > :nth-child(4n-2),
  .tb-gap1p.tb-col4 > :nth-child(4n-2),
  .tb-gapx1p.tb-col4 > :nth-child(4n-2) {
    margin-left: 1%;
  }

  .tb-col4.tb-gap1p > :nth-child(4n-3),
  .tb-col4.tb-gapx1p > :nth-child(4n-3),
  .tb-gap1p.tb-col4 > :nth-child(4n-3),
  .tb-gapx1p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap1p > *,
  .tb-col5.tb-gapx1p > *,
  .tb-gap1p.tb-col5 > *,
  .tb-gapx1p.tb-col5 > * {
    width: 19.2%;
  }

  .tb-col5.tb-gap1p > :nth-child(5n),
  .tb-col5.tb-gapx1p > :nth-child(5n),
  .tb-gap1p.tb-col5 > :nth-child(5n),
  .tb-gapx1p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap1p > :nth-child(5n-1),
  .tb-col5.tb-gapx1p > :nth-child(5n-1),
  .tb-gap1p.tb-col5 > :nth-child(5n-1),
  .tb-gapx1p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap1p > :nth-child(5n-2),
  .tb-col5.tb-gapx1p > :nth-child(5n-2),
  .tb-gap1p.tb-col5 > :nth-child(5n-2),
  .tb-gapx1p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap1p > :nth-child(5n-3),
  .tb-col5.tb-gapx1p > :nth-child(5n-3),
  .tb-gap1p.tb-col5 > :nth-child(5n-3),
  .tb-gapx1p.tb-col5 > :nth-child(5n-3) {
    margin-left: 1%;
  }

  .tb-col5.tb-gap1p > :nth-child(5n-4),
  .tb-col5.tb-gapx1p > :nth-child(5n-4),
  .tb-gap1p.tb-col5 > :nth-child(5n-4),
  .tb-gapx1p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap1p > *,
  .tb-col6.tb-gapx1p > *,
  .tb-gap1p.tb-col6 > *,
  .tb-gapx1p.tb-col6 > * {
    width: 15.833%;
  }

  .tb-col6.tb-gap1p > :nth-child(6n),
  .tb-col6.tb-gapx1p > :nth-child(6n),
  .tb-gap1p.tb-col6 > :nth-child(6n),
  .tb-gapx1p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap1p > :nth-child(6n-1),
  .tb-col6.tb-gapx1p > :nth-child(6n-1),
  .tb-gap1p.tb-col6 > :nth-child(6n-1),
  .tb-gapx1p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap1p > :nth-child(6n-2),
  .tb-col6.tb-gapx1p > :nth-child(6n-2),
  .tb-gap1p.tb-col6 > :nth-child(6n-2),
  .tb-gapx1p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap1p > :nth-child(6n-3),
  .tb-col6.tb-gapx1p > :nth-child(6n-3),
  .tb-gap1p.tb-col6 > :nth-child(6n-3),
  .tb-gapx1p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap1p > :nth-child(6n-4),
  .tb-col6.tb-gapx1p > :nth-child(6n-4),
  .tb-gap1p.tb-col6 > :nth-child(6n-4),
  .tb-gapx1p.tb-col6 > :nth-child(6n-4) {
    margin-left: 1%;
  }

  .tb-col6.tb-gap1p > :nth-child(6n-5),
  .tb-col6.tb-gapx1p > :nth-child(6n-5),
  .tb-gap1p.tb-col6 > :nth-child(6n-5),
  .tb-gapx1p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap2p > *,
  .tb-col1.tb-gapx2p > *,
  .tb-gap2p.tb-col1 > *,
  .tb-gapx2p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap2p > :nth-child(n),
  .tb-col1.tb-gapx2p > :nth-child(n),
  .tb-gap2p.tb-col1 > :nth-child(n),
  .tb-gapx2p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap2p > *,
  .tb-col2.tb-gapx2p > *,
  .tb-gap2p.tb-col2 > *,
  .tb-gapx2p.tb-col2 > * {
    width: 49%;
  }

  .tb-col2.tb-gap2p > :nth-child(2n),
  .tb-col2.tb-gapx2p > :nth-child(2n),
  .tb-gap2p.tb-col2 > :nth-child(2n),
  .tb-gapx2p.tb-col2 > :nth-child(2n) {
    margin-left: 2%;
  }

  .tb-col2.tb-gap2p > :nth-child(2n-1),
  .tb-col2.tb-gapx2p > :nth-child(2n-1),
  .tb-gap2p.tb-col2 > :nth-child(2n-1),
  .tb-gapx2p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap2p > *,
  .tb-col3.tb-gapx2p > *,
  .tb-gap2p.tb-col3 > *,
  .tb-gapx2p.tb-col3 > * {
    width: 32%;
  }

  .tb-col3.tb-gap2p > :nth-child(3n),
  .tb-col3.tb-gapx2p > :nth-child(3n),
  .tb-gap2p.tb-col3 > :nth-child(3n),
  .tb-gapx2p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap2p > :nth-child(3n-1),
  .tb-col3.tb-gapx2p > :nth-child(3n-1),
  .tb-gap2p.tb-col3 > :nth-child(3n-1),
  .tb-gapx2p.tb-col3 > :nth-child(3n-1) {
    margin-left: 2%;
  }

  .tb-col3.tb-gap2p > :nth-child(3n-2),
  .tb-col3.tb-gapx2p > :nth-child(3n-2),
  .tb-gap2p.tb-col3 > :nth-child(3n-2),
  .tb-gapx2p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap2p > *,
  .tb-col4.tb-gapx2p > *,
  .tb-gap2p.tb-col4 > *,
  .tb-gapx2p.tb-col4 > * {
    width: 23.5%;
  }

  .tb-col4.tb-gap2p > :nth-child(4n),
  .tb-col4.tb-gapx2p > :nth-child(4n),
  .tb-gap2p.tb-col4 > :nth-child(4n),
  .tb-gapx2p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap2p > :nth-child(4n-1),
  .tb-col4.tb-gapx2p > :nth-child(4n-1),
  .tb-gap2p.tb-col4 > :nth-child(4n-1),
  .tb-gapx2p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap2p > :nth-child(4n-2),
  .tb-col4.tb-gapx2p > :nth-child(4n-2),
  .tb-gap2p.tb-col4 > :nth-child(4n-2),
  .tb-gapx2p.tb-col4 > :nth-child(4n-2) {
    margin-left: 2%;
  }

  .tb-col4.tb-gap2p > :nth-child(4n-3),
  .tb-col4.tb-gapx2p > :nth-child(4n-3),
  .tb-gap2p.tb-col4 > :nth-child(4n-3),
  .tb-gapx2p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap2p > *,
  .tb-col5.tb-gapx2p > *,
  .tb-gap2p.tb-col5 > *,
  .tb-gapx2p.tb-col5 > * {
    width: 18.4%;
  }

  .tb-col5.tb-gap2p > :nth-child(5n),
  .tb-col5.tb-gapx2p > :nth-child(5n),
  .tb-gap2p.tb-col5 > :nth-child(5n),
  .tb-gapx2p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap2p > :nth-child(5n-1),
  .tb-col5.tb-gapx2p > :nth-child(5n-1),
  .tb-gap2p.tb-col5 > :nth-child(5n-1),
  .tb-gapx2p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap2p > :nth-child(5n-2),
  .tb-col5.tb-gapx2p > :nth-child(5n-2),
  .tb-gap2p.tb-col5 > :nth-child(5n-2),
  .tb-gapx2p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap2p > :nth-child(5n-3),
  .tb-col5.tb-gapx2p > :nth-child(5n-3),
  .tb-gap2p.tb-col5 > :nth-child(5n-3),
  .tb-gapx2p.tb-col5 > :nth-child(5n-3) {
    margin-left: 2%;
  }

  .tb-col5.tb-gap2p > :nth-child(5n-4),
  .tb-col5.tb-gapx2p > :nth-child(5n-4),
  .tb-gap2p.tb-col5 > :nth-child(5n-4),
  .tb-gapx2p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap2p > *,
  .tb-col6.tb-gapx2p > *,
  .tb-gap2p.tb-col6 > *,
  .tb-gapx2p.tb-col6 > * {
    width: 15%;
  }

  .tb-col6.tb-gap2p > :nth-child(6n),
  .tb-col6.tb-gapx2p > :nth-child(6n),
  .tb-gap2p.tb-col6 > :nth-child(6n),
  .tb-gapx2p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap2p > :nth-child(6n-1),
  .tb-col6.tb-gapx2p > :nth-child(6n-1),
  .tb-gap2p.tb-col6 > :nth-child(6n-1),
  .tb-gapx2p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap2p > :nth-child(6n-2),
  .tb-col6.tb-gapx2p > :nth-child(6n-2),
  .tb-gap2p.tb-col6 > :nth-child(6n-2),
  .tb-gapx2p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap2p > :nth-child(6n-3),
  .tb-col6.tb-gapx2p > :nth-child(6n-3),
  .tb-gap2p.tb-col6 > :nth-child(6n-3),
  .tb-gapx2p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap2p > :nth-child(6n-4),
  .tb-col6.tb-gapx2p > :nth-child(6n-4),
  .tb-gap2p.tb-col6 > :nth-child(6n-4),
  .tb-gapx2p.tb-col6 > :nth-child(6n-4) {
    margin-left: 2%;
  }

  .tb-col6.tb-gap2p > :nth-child(6n-5),
  .tb-col6.tb-gapx2p > :nth-child(6n-5),
  .tb-gap2p.tb-col6 > :nth-child(6n-5),
  .tb-gapx2p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap3p > *,
  .tb-col1.tb-gapx3p > *,
  .tb-gap3p.tb-col1 > *,
  .tb-gapx3p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap3p > :nth-child(n),
  .tb-col1.tb-gapx3p > :nth-child(n),
  .tb-gap3p.tb-col1 > :nth-child(n),
  .tb-gapx3p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap3p > *,
  .tb-col2.tb-gapx3p > *,
  .tb-gap3p.tb-col2 > *,
  .tb-gapx3p.tb-col2 > * {
    width: 48.5%;
  }

  .tb-col2.tb-gap3p > :nth-child(2n),
  .tb-col2.tb-gapx3p > :nth-child(2n),
  .tb-gap3p.tb-col2 > :nth-child(2n),
  .tb-gapx3p.tb-col2 > :nth-child(2n) {
    margin-left: 3%;
  }

  .tb-col2.tb-gap3p > :nth-child(2n-1),
  .tb-col2.tb-gapx3p > :nth-child(2n-1),
  .tb-gap3p.tb-col2 > :nth-child(2n-1),
  .tb-gapx3p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap3p > *,
  .tb-col3.tb-gapx3p > *,
  .tb-gap3p.tb-col3 > *,
  .tb-gapx3p.tb-col3 > * {
    width: 31.333%;
  }

  .tb-col3.tb-gap3p > :nth-child(3n),
  .tb-col3.tb-gapx3p > :nth-child(3n),
  .tb-gap3p.tb-col3 > :nth-child(3n),
  .tb-gapx3p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap3p > :nth-child(3n-1),
  .tb-col3.tb-gapx3p > :nth-child(3n-1),
  .tb-gap3p.tb-col3 > :nth-child(3n-1),
  .tb-gapx3p.tb-col3 > :nth-child(3n-1) {
    margin-left: 3%;
  }

  .tb-col3.tb-gap3p > :nth-child(3n-2),
  .tb-col3.tb-gapx3p > :nth-child(3n-2),
  .tb-gap3p.tb-col3 > :nth-child(3n-2),
  .tb-gapx3p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap3p > *,
  .tb-col4.tb-gapx3p > *,
  .tb-gap3p.tb-col4 > *,
  .tb-gapx3p.tb-col4 > * {
    width: 22.75%;
  }

  .tb-col4.tb-gap3p > :nth-child(4n),
  .tb-col4.tb-gapx3p > :nth-child(4n),
  .tb-gap3p.tb-col4 > :nth-child(4n),
  .tb-gapx3p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap3p > :nth-child(4n-1),
  .tb-col4.tb-gapx3p > :nth-child(4n-1),
  .tb-gap3p.tb-col4 > :nth-child(4n-1),
  .tb-gapx3p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap3p > :nth-child(4n-2),
  .tb-col4.tb-gapx3p > :nth-child(4n-2),
  .tb-gap3p.tb-col4 > :nth-child(4n-2),
  .tb-gapx3p.tb-col4 > :nth-child(4n-2) {
    margin-left: 3%;
  }

  .tb-col4.tb-gap3p > :nth-child(4n-3),
  .tb-col4.tb-gapx3p > :nth-child(4n-3),
  .tb-gap3p.tb-col4 > :nth-child(4n-3),
  .tb-gapx3p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap3p > *,
  .tb-col5.tb-gapx3p > *,
  .tb-gap3p.tb-col5 > *,
  .tb-gapx3p.tb-col5 > * {
    width: 17.6%;
  }

  .tb-col5.tb-gap3p > :nth-child(5n),
  .tb-col5.tb-gapx3p > :nth-child(5n),
  .tb-gap3p.tb-col5 > :nth-child(5n),
  .tb-gapx3p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap3p > :nth-child(5n-1),
  .tb-col5.tb-gapx3p > :nth-child(5n-1),
  .tb-gap3p.tb-col5 > :nth-child(5n-1),
  .tb-gapx3p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap3p > :nth-child(5n-2),
  .tb-col5.tb-gapx3p > :nth-child(5n-2),
  .tb-gap3p.tb-col5 > :nth-child(5n-2),
  .tb-gapx3p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap3p > :nth-child(5n-3),
  .tb-col5.tb-gapx3p > :nth-child(5n-3),
  .tb-gap3p.tb-col5 > :nth-child(5n-3),
  .tb-gapx3p.tb-col5 > :nth-child(5n-3) {
    margin-left: 3%;
  }

  .tb-col5.tb-gap3p > :nth-child(5n-4),
  .tb-col5.tb-gapx3p > :nth-child(5n-4),
  .tb-gap3p.tb-col5 > :nth-child(5n-4),
  .tb-gapx3p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap3p > *,
  .tb-col6.tb-gapx3p > *,
  .tb-gap3p.tb-col6 > *,
  .tb-gapx3p.tb-col6 > * {
    width: 14.166%;
  }

  .tb-col6.tb-gap3p > :nth-child(6n),
  .tb-col6.tb-gapx3p > :nth-child(6n),
  .tb-gap3p.tb-col6 > :nth-child(6n),
  .tb-gapx3p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap3p > :nth-child(6n-1),
  .tb-col6.tb-gapx3p > :nth-child(6n-1),
  .tb-gap3p.tb-col6 > :nth-child(6n-1),
  .tb-gapx3p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap3p > :nth-child(6n-2),
  .tb-col6.tb-gapx3p > :nth-child(6n-2),
  .tb-gap3p.tb-col6 > :nth-child(6n-2),
  .tb-gapx3p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap3p > :nth-child(6n-3),
  .tb-col6.tb-gapx3p > :nth-child(6n-3),
  .tb-gap3p.tb-col6 > :nth-child(6n-3),
  .tb-gapx3p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap3p > :nth-child(6n-4),
  .tb-col6.tb-gapx3p > :nth-child(6n-4),
  .tb-gap3p.tb-col6 > :nth-child(6n-4),
  .tb-gapx3p.tb-col6 > :nth-child(6n-4) {
    margin-left: 3%;
  }

  .tb-col6.tb-gap3p > :nth-child(6n-5),
  .tb-col6.tb-gapx3p > :nth-child(6n-5),
  .tb-gap3p.tb-col6 > :nth-child(6n-5),
  .tb-gapx3p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap4p > *,
  .tb-col1.tb-gapx4p > *,
  .tb-gap4p.tb-col1 > *,
  .tb-gapx4p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap4p > :nth-child(n),
  .tb-col1.tb-gapx4p > :nth-child(n),
  .tb-gap4p.tb-col1 > :nth-child(n),
  .tb-gapx4p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap4p > *,
  .tb-col2.tb-gapx4p > *,
  .tb-gap4p.tb-col2 > *,
  .tb-gapx4p.tb-col2 > * {
    width: 48%;
  }

  .tb-col2.tb-gap4p > :nth-child(2n),
  .tb-col2.tb-gapx4p > :nth-child(2n),
  .tb-gap4p.tb-col2 > :nth-child(2n),
  .tb-gapx4p.tb-col2 > :nth-child(2n) {
    margin-left: 4%;
  }

  .tb-col2.tb-gap4p > :nth-child(2n-1),
  .tb-col2.tb-gapx4p > :nth-child(2n-1),
  .tb-gap4p.tb-col2 > :nth-child(2n-1),
  .tb-gapx4p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap4p > *,
  .tb-col3.tb-gapx4p > *,
  .tb-gap4p.tb-col3 > *,
  .tb-gapx4p.tb-col3 > * {
    width: 30.667%;
  }

  .tb-col3.tb-gap4p > :nth-child(3n),
  .tb-col3.tb-gapx4p > :nth-child(3n),
  .tb-gap4p.tb-col3 > :nth-child(3n),
  .tb-gapx4p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap4p > :nth-child(3n-1),
  .tb-col3.tb-gapx4p > :nth-child(3n-1),
  .tb-gap4p.tb-col3 > :nth-child(3n-1),
  .tb-gapx4p.tb-col3 > :nth-child(3n-1) {
    margin-left: 4%;
  }

  .tb-col3.tb-gap4p > :nth-child(3n-2),
  .tb-col3.tb-gapx4p > :nth-child(3n-2),
  .tb-gap4p.tb-col3 > :nth-child(3n-2),
  .tb-gapx4p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap4p > *,
  .tb-col4.tb-gapx4p > *,
  .tb-gap4p.tb-col4 > *,
  .tb-gapx4p.tb-col4 > * {
    width: 22%;
  }

  .tb-col4.tb-gap4p > :nth-child(4n),
  .tb-col4.tb-gapx4p > :nth-child(4n),
  .tb-gap4p.tb-col4 > :nth-child(4n),
  .tb-gapx4p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap4p > :nth-child(4n-1),
  .tb-col4.tb-gapx4p > :nth-child(4n-1),
  .tb-gap4p.tb-col4 > :nth-child(4n-1),
  .tb-gapx4p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap4p > :nth-child(4n-2),
  .tb-col4.tb-gapx4p > :nth-child(4n-2),
  .tb-gap4p.tb-col4 > :nth-child(4n-2),
  .tb-gapx4p.tb-col4 > :nth-child(4n-2) {
    margin-left: 4%;
  }

  .tb-col4.tb-gap4p > :nth-child(4n-3),
  .tb-col4.tb-gapx4p > :nth-child(4n-3),
  .tb-gap4p.tb-col4 > :nth-child(4n-3),
  .tb-gapx4p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap4p > *,
  .tb-col5.tb-gapx4p > *,
  .tb-gap4p.tb-col5 > *,
  .tb-gapx4p.tb-col5 > * {
    width: 16.8%;
  }

  .tb-col5.tb-gap4p > :nth-child(5n),
  .tb-col5.tb-gapx4p > :nth-child(5n),
  .tb-gap4p.tb-col5 > :nth-child(5n),
  .tb-gapx4p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap4p > :nth-child(5n-1),
  .tb-col5.tb-gapx4p > :nth-child(5n-1),
  .tb-gap4p.tb-col5 > :nth-child(5n-1),
  .tb-gapx4p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap4p > :nth-child(5n-2),
  .tb-col5.tb-gapx4p > :nth-child(5n-2),
  .tb-gap4p.tb-col5 > :nth-child(5n-2),
  .tb-gapx4p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap4p > :nth-child(5n-3),
  .tb-col5.tb-gapx4p > :nth-child(5n-3),
  .tb-gap4p.tb-col5 > :nth-child(5n-3),
  .tb-gapx4p.tb-col5 > :nth-child(5n-3) {
    margin-left: 4%;
  }

  .tb-col5.tb-gap4p > :nth-child(5n-4),
  .tb-col5.tb-gapx4p > :nth-child(5n-4),
  .tb-gap4p.tb-col5 > :nth-child(5n-4),
  .tb-gapx4p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap4p > *,
  .tb-col6.tb-gapx4p > *,
  .tb-gap4p.tb-col6 > *,
  .tb-gapx4p.tb-col6 > * {
    width: 13.333%;
  }

  .tb-col6.tb-gap4p > :nth-child(6n),
  .tb-col6.tb-gapx4p > :nth-child(6n),
  .tb-gap4p.tb-col6 > :nth-child(6n),
  .tb-gapx4p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap4p > :nth-child(6n-1),
  .tb-col6.tb-gapx4p > :nth-child(6n-1),
  .tb-gap4p.tb-col6 > :nth-child(6n-1),
  .tb-gapx4p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap4p > :nth-child(6n-2),
  .tb-col6.tb-gapx4p > :nth-child(6n-2),
  .tb-gap4p.tb-col6 > :nth-child(6n-2),
  .tb-gapx4p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap4p > :nth-child(6n-3),
  .tb-col6.tb-gapx4p > :nth-child(6n-3),
  .tb-gap4p.tb-col6 > :nth-child(6n-3),
  .tb-gapx4p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap4p > :nth-child(6n-4),
  .tb-col6.tb-gapx4p > :nth-child(6n-4),
  .tb-gap4p.tb-col6 > :nth-child(6n-4),
  .tb-gapx4p.tb-col6 > :nth-child(6n-4) {
    margin-left: 4%;
  }

  .tb-col6.tb-gap4p > :nth-child(6n-5),
  .tb-col6.tb-gapx4p > :nth-child(6n-5),
  .tb-gap4p.tb-col6 > :nth-child(6n-5),
  .tb-gapx4p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap5p > *,
  .tb-col1.tb-gapx5p > *,
  .tb-gap5p.tb-col1 > *,
  .tb-gapx5p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap5p > :nth-child(n),
  .tb-col1.tb-gapx5p > :nth-child(n),
  .tb-gap5p.tb-col1 > :nth-child(n),
  .tb-gapx5p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap5p > *,
  .tb-col2.tb-gapx5p > *,
  .tb-gap5p.tb-col2 > *,
  .tb-gapx5p.tb-col2 > * {
    width: 47.5%;
  }

  .tb-col2.tb-gap5p > :nth-child(2n),
  .tb-col2.tb-gapx5p > :nth-child(2n),
  .tb-gap5p.tb-col2 > :nth-child(2n),
  .tb-gapx5p.tb-col2 > :nth-child(2n) {
    margin-left: 5%;
  }

  .tb-col2.tb-gap5p > :nth-child(2n-1),
  .tb-col2.tb-gapx5p > :nth-child(2n-1),
  .tb-gap5p.tb-col2 > :nth-child(2n-1),
  .tb-gapx5p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap5p > *,
  .tb-col3.tb-gapx5p > *,
  .tb-gap5p.tb-col3 > *,
  .tb-gapx5p.tb-col3 > * {
    width: 30%;
  }

  .tb-col3.tb-gap5p > :nth-child(3n),
  .tb-col3.tb-gapx5p > :nth-child(3n),
  .tb-gap5p.tb-col3 > :nth-child(3n),
  .tb-gapx5p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap5p > :nth-child(3n-1),
  .tb-col3.tb-gapx5p > :nth-child(3n-1),
  .tb-gap5p.tb-col3 > :nth-child(3n-1),
  .tb-gapx5p.tb-col3 > :nth-child(3n-1) {
    margin-left: 5%;
  }

  .tb-col3.tb-gap5p > :nth-child(3n-2),
  .tb-col3.tb-gapx5p > :nth-child(3n-2),
  .tb-gap5p.tb-col3 > :nth-child(3n-2),
  .tb-gapx5p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap5p > *,
  .tb-col4.tb-gapx5p > *,
  .tb-gap5p.tb-col4 > *,
  .tb-gapx5p.tb-col4 > * {
    width: 21.25%;
  }

  .tb-col4.tb-gap5p > :nth-child(4n),
  .tb-col4.tb-gapx5p > :nth-child(4n),
  .tb-gap5p.tb-col4 > :nth-child(4n),
  .tb-gapx5p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap5p > :nth-child(4n-1),
  .tb-col4.tb-gapx5p > :nth-child(4n-1),
  .tb-gap5p.tb-col4 > :nth-child(4n-1),
  .tb-gapx5p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap5p > :nth-child(4n-2),
  .tb-col4.tb-gapx5p > :nth-child(4n-2),
  .tb-gap5p.tb-col4 > :nth-child(4n-2),
  .tb-gapx5p.tb-col4 > :nth-child(4n-2) {
    margin-left: 5%;
  }

  .tb-col4.tb-gap5p > :nth-child(4n-3),
  .tb-col4.tb-gapx5p > :nth-child(4n-3),
  .tb-gap5p.tb-col4 > :nth-child(4n-3),
  .tb-gapx5p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap5p > *,
  .tb-col5.tb-gapx5p > *,
  .tb-gap5p.tb-col5 > *,
  .tb-gapx5p.tb-col5 > * {
    width: 16%;
  }

  .tb-col5.tb-gap5p > :nth-child(5n),
  .tb-col5.tb-gapx5p > :nth-child(5n),
  .tb-gap5p.tb-col5 > :nth-child(5n),
  .tb-gapx5p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap5p > :nth-child(5n-1),
  .tb-col5.tb-gapx5p > :nth-child(5n-1),
  .tb-gap5p.tb-col5 > :nth-child(5n-1),
  .tb-gapx5p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap5p > :nth-child(5n-2),
  .tb-col5.tb-gapx5p > :nth-child(5n-2),
  .tb-gap5p.tb-col5 > :nth-child(5n-2),
  .tb-gapx5p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap5p > :nth-child(5n-3),
  .tb-col5.tb-gapx5p > :nth-child(5n-3),
  .tb-gap5p.tb-col5 > :nth-child(5n-3),
  .tb-gapx5p.tb-col5 > :nth-child(5n-3) {
    margin-left: 5%;
  }

  .tb-col5.tb-gap5p > :nth-child(5n-4),
  .tb-col5.tb-gapx5p > :nth-child(5n-4),
  .tb-gap5p.tb-col5 > :nth-child(5n-4),
  .tb-gapx5p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap5p > *,
  .tb-col6.tb-gapx5p > *,
  .tb-gap5p.tb-col6 > *,
  .tb-gapx5p.tb-col6 > * {
    width: 12.5%;
  }

  .tb-col6.tb-gap5p > :nth-child(6n),
  .tb-col6.tb-gapx5p > :nth-child(6n),
  .tb-gap5p.tb-col6 > :nth-child(6n),
  .tb-gapx5p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap5p > :nth-child(6n-1),
  .tb-col6.tb-gapx5p > :nth-child(6n-1),
  .tb-gap5p.tb-col6 > :nth-child(6n-1),
  .tb-gapx5p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap5p > :nth-child(6n-2),
  .tb-col6.tb-gapx5p > :nth-child(6n-2),
  .tb-gap5p.tb-col6 > :nth-child(6n-2),
  .tb-gapx5p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap5p > :nth-child(6n-3),
  .tb-col6.tb-gapx5p > :nth-child(6n-3),
  .tb-gap5p.tb-col6 > :nth-child(6n-3),
  .tb-gapx5p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap5p > :nth-child(6n-4),
  .tb-col6.tb-gapx5p > :nth-child(6n-4),
  .tb-gap5p.tb-col6 > :nth-child(6n-4),
  .tb-gapx5p.tb-col6 > :nth-child(6n-4) {
    margin-left: 5%;
  }

  .tb-col6.tb-gap5p > :nth-child(6n-5),
  .tb-col6.tb-gapx5p > :nth-child(6n-5),
  .tb-gap5p.tb-col6 > :nth-child(6n-5),
  .tb-gapx5p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap6p > *,
  .tb-col1.tb-gapx6p > *,
  .tb-gap6p.tb-col1 > *,
  .tb-gapx6p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap6p > :nth-child(n),
  .tb-col1.tb-gapx6p > :nth-child(n),
  .tb-gap6p.tb-col1 > :nth-child(n),
  .tb-gapx6p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap6p > *,
  .tb-col2.tb-gapx6p > *,
  .tb-gap6p.tb-col2 > *,
  .tb-gapx6p.tb-col2 > * {
    width: 47%;
  }

  .tb-col2.tb-gap6p > :nth-child(2n),
  .tb-col2.tb-gapx6p > :nth-child(2n),
  .tb-gap6p.tb-col2 > :nth-child(2n),
  .tb-gapx6p.tb-col2 > :nth-child(2n) {
    margin-left: 6%;
  }

  .tb-col2.tb-gap6p > :nth-child(2n-1),
  .tb-col2.tb-gapx6p > :nth-child(2n-1),
  .tb-gap6p.tb-col2 > :nth-child(2n-1),
  .tb-gapx6p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap6p > *,
  .tb-col3.tb-gapx6p > *,
  .tb-gap6p.tb-col3 > *,
  .tb-gapx6p.tb-col3 > * {
    width: 29.333%;
  }

  .tb-col3.tb-gap6p > :nth-child(3n),
  .tb-col3.tb-gapx6p > :nth-child(3n),
  .tb-gap6p.tb-col3 > :nth-child(3n),
  .tb-gapx6p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap6p > :nth-child(3n-1),
  .tb-col3.tb-gapx6p > :nth-child(3n-1),
  .tb-gap6p.tb-col3 > :nth-child(3n-1),
  .tb-gapx6p.tb-col3 > :nth-child(3n-1) {
    margin-left: 6%;
  }

  .tb-col3.tb-gap6p > :nth-child(3n-2),
  .tb-col3.tb-gapx6p > :nth-child(3n-2),
  .tb-gap6p.tb-col3 > :nth-child(3n-2),
  .tb-gapx6p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap6p > *,
  .tb-col4.tb-gapx6p > *,
  .tb-gap6p.tb-col4 > *,
  .tb-gapx6p.tb-col4 > * {
    width: 20.5%;
  }

  .tb-col4.tb-gap6p > :nth-child(4n),
  .tb-col4.tb-gapx6p > :nth-child(4n),
  .tb-gap6p.tb-col4 > :nth-child(4n),
  .tb-gapx6p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap6p > :nth-child(4n-1),
  .tb-col4.tb-gapx6p > :nth-child(4n-1),
  .tb-gap6p.tb-col4 > :nth-child(4n-1),
  .tb-gapx6p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap6p > :nth-child(4n-2),
  .tb-col4.tb-gapx6p > :nth-child(4n-2),
  .tb-gap6p.tb-col4 > :nth-child(4n-2),
  .tb-gapx6p.tb-col4 > :nth-child(4n-2) {
    margin-left: 6%;
  }

  .tb-col4.tb-gap6p > :nth-child(4n-3),
  .tb-col4.tb-gapx6p > :nth-child(4n-3),
  .tb-gap6p.tb-col4 > :nth-child(4n-3),
  .tb-gapx6p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap6p > *,
  .tb-col5.tb-gapx6p > *,
  .tb-gap6p.tb-col5 > *,
  .tb-gapx6p.tb-col5 > * {
    width: 15.2%;
  }

  .tb-col5.tb-gap6p > :nth-child(5n),
  .tb-col5.tb-gapx6p > :nth-child(5n),
  .tb-gap6p.tb-col5 > :nth-child(5n),
  .tb-gapx6p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap6p > :nth-child(5n-1),
  .tb-col5.tb-gapx6p > :nth-child(5n-1),
  .tb-gap6p.tb-col5 > :nth-child(5n-1),
  .tb-gapx6p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap6p > :nth-child(5n-2),
  .tb-col5.tb-gapx6p > :nth-child(5n-2),
  .tb-gap6p.tb-col5 > :nth-child(5n-2),
  .tb-gapx6p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap6p > :nth-child(5n-3),
  .tb-col5.tb-gapx6p > :nth-child(5n-3),
  .tb-gap6p.tb-col5 > :nth-child(5n-3),
  .tb-gapx6p.tb-col5 > :nth-child(5n-3) {
    margin-left: 6%;
  }

  .tb-col5.tb-gap6p > :nth-child(5n-4),
  .tb-col5.tb-gapx6p > :nth-child(5n-4),
  .tb-gap6p.tb-col5 > :nth-child(5n-4),
  .tb-gapx6p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap6p > *,
  .tb-col6.tb-gapx6p > *,
  .tb-gap6p.tb-col6 > *,
  .tb-gapx6p.tb-col6 > * {
    width: 11.666%;
  }

  .tb-col6.tb-gap6p > :nth-child(6n),
  .tb-col6.tb-gapx6p > :nth-child(6n),
  .tb-gap6p.tb-col6 > :nth-child(6n),
  .tb-gapx6p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap6p > :nth-child(6n-1),
  .tb-col6.tb-gapx6p > :nth-child(6n-1),
  .tb-gap6p.tb-col6 > :nth-child(6n-1),
  .tb-gapx6p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap6p > :nth-child(6n-2),
  .tb-col6.tb-gapx6p > :nth-child(6n-2),
  .tb-gap6p.tb-col6 > :nth-child(6n-2),
  .tb-gapx6p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap6p > :nth-child(6n-3),
  .tb-col6.tb-gapx6p > :nth-child(6n-3),
  .tb-gap6p.tb-col6 > :nth-child(6n-3),
  .tb-gapx6p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap6p > :nth-child(6n-4),
  .tb-col6.tb-gapx6p > :nth-child(6n-4),
  .tb-gap6p.tb-col6 > :nth-child(6n-4),
  .tb-gapx6p.tb-col6 > :nth-child(6n-4) {
    margin-left: 6%;
  }

  .tb-col6.tb-gap6p > :nth-child(6n-5),
  .tb-col6.tb-gapx6p > :nth-child(6n-5),
  .tb-gap6p.tb-col6 > :nth-child(6n-5),
  .tb-gapx6p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap7p > *,
  .tb-col1.tb-gapx7p > *,
  .tb-gap7p.tb-col1 > *,
  .tb-gapx7p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap7p > :nth-child(n),
  .tb-col1.tb-gapx7p > :nth-child(n),
  .tb-gap7p.tb-col1 > :nth-child(n),
  .tb-gapx7p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap7p > *,
  .tb-col2.tb-gapx7p > *,
  .tb-gap7p.tb-col2 > *,
  .tb-gapx7p.tb-col2 > * {
    width: 46.5%;
  }

  .tb-col2.tb-gap7p > :nth-child(2n),
  .tb-col2.tb-gapx7p > :nth-child(2n),
  .tb-gap7p.tb-col2 > :nth-child(2n),
  .tb-gapx7p.tb-col2 > :nth-child(2n) {
    margin-left: 7%;
  }

  .tb-col2.tb-gap7p > :nth-child(2n-1),
  .tb-col2.tb-gapx7p > :nth-child(2n-1),
  .tb-gap7p.tb-col2 > :nth-child(2n-1),
  .tb-gapx7p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap7p > *,
  .tb-col3.tb-gapx7p > *,
  .tb-gap7p.tb-col3 > *,
  .tb-gapx7p.tb-col3 > * {
    width: 28.667%;
  }

  .tb-col3.tb-gap7p > :nth-child(3n),
  .tb-col3.tb-gapx7p > :nth-child(3n),
  .tb-gap7p.tb-col3 > :nth-child(3n),
  .tb-gapx7p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap7p > :nth-child(3n-1),
  .tb-col3.tb-gapx7p > :nth-child(3n-1),
  .tb-gap7p.tb-col3 > :nth-child(3n-1),
  .tb-gapx7p.tb-col3 > :nth-child(3n-1) {
    margin-left: 7%;
  }

  .tb-col3.tb-gap7p > :nth-child(3n-2),
  .tb-col3.tb-gapx7p > :nth-child(3n-2),
  .tb-gap7p.tb-col3 > :nth-child(3n-2),
  .tb-gapx7p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap7p > *,
  .tb-col4.tb-gapx7p > *,
  .tb-gap7p.tb-col4 > *,
  .tb-gapx7p.tb-col4 > * {
    width: 19.75%;
  }

  .tb-col4.tb-gap7p > :nth-child(4n),
  .tb-col4.tb-gapx7p > :nth-child(4n),
  .tb-gap7p.tb-col4 > :nth-child(4n),
  .tb-gapx7p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap7p > :nth-child(4n-1),
  .tb-col4.tb-gapx7p > :nth-child(4n-1),
  .tb-gap7p.tb-col4 > :nth-child(4n-1),
  .tb-gapx7p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap7p > :nth-child(4n-2),
  .tb-col4.tb-gapx7p > :nth-child(4n-2),
  .tb-gap7p.tb-col4 > :nth-child(4n-2),
  .tb-gapx7p.tb-col4 > :nth-child(4n-2) {
    margin-left: 7%;
  }

  .tb-col4.tb-gap7p > :nth-child(4n-3),
  .tb-col4.tb-gapx7p > :nth-child(4n-3),
  .tb-gap7p.tb-col4 > :nth-child(4n-3),
  .tb-gapx7p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap7p > *,
  .tb-col5.tb-gapx7p > *,
  .tb-gap7p.tb-col5 > *,
  .tb-gapx7p.tb-col5 > * {
    width: 14.4%;
  }

  .tb-col5.tb-gap7p > :nth-child(5n),
  .tb-col5.tb-gapx7p > :nth-child(5n),
  .tb-gap7p.tb-col5 > :nth-child(5n),
  .tb-gapx7p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap7p > :nth-child(5n-1),
  .tb-col5.tb-gapx7p > :nth-child(5n-1),
  .tb-gap7p.tb-col5 > :nth-child(5n-1),
  .tb-gapx7p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap7p > :nth-child(5n-2),
  .tb-col5.tb-gapx7p > :nth-child(5n-2),
  .tb-gap7p.tb-col5 > :nth-child(5n-2),
  .tb-gapx7p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap7p > :nth-child(5n-3),
  .tb-col5.tb-gapx7p > :nth-child(5n-3),
  .tb-gap7p.tb-col5 > :nth-child(5n-3),
  .tb-gapx7p.tb-col5 > :nth-child(5n-3) {
    margin-left: 7%;
  }

  .tb-col5.tb-gap7p > :nth-child(5n-4),
  .tb-col5.tb-gapx7p > :nth-child(5n-4),
  .tb-gap7p.tb-col5 > :nth-child(5n-4),
  .tb-gapx7p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap7p > *,
  .tb-col6.tb-gapx7p > *,
  .tb-gap7p.tb-col6 > *,
  .tb-gapx7p.tb-col6 > * {
    width: 10.833%;
  }

  .tb-col6.tb-gap7p > :nth-child(6n),
  .tb-col6.tb-gapx7p > :nth-child(6n),
  .tb-gap7p.tb-col6 > :nth-child(6n),
  .tb-gapx7p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap7p > :nth-child(6n-1),
  .tb-col6.tb-gapx7p > :nth-child(6n-1),
  .tb-gap7p.tb-col6 > :nth-child(6n-1),
  .tb-gapx7p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap7p > :nth-child(6n-2),
  .tb-col6.tb-gapx7p > :nth-child(6n-2),
  .tb-gap7p.tb-col6 > :nth-child(6n-2),
  .tb-gapx7p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap7p > :nth-child(6n-3),
  .tb-col6.tb-gapx7p > :nth-child(6n-3),
  .tb-gap7p.tb-col6 > :nth-child(6n-3),
  .tb-gapx7p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap7p > :nth-child(6n-4),
  .tb-col6.tb-gapx7p > :nth-child(6n-4),
  .tb-gap7p.tb-col6 > :nth-child(6n-4),
  .tb-gapx7p.tb-col6 > :nth-child(6n-4) {
    margin-left: 7%;
  }

  .tb-col6.tb-gap7p > :nth-child(6n-5),
  .tb-col6.tb-gapx7p > :nth-child(6n-5),
  .tb-gap7p.tb-col6 > :nth-child(6n-5),
  .tb-gapx7p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap8p > *,
  .tb-col1.tb-gapx8p > *,
  .tb-gap8p.tb-col1 > *,
  .tb-gapx8p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap8p > :nth-child(n),
  .tb-col1.tb-gapx8p > :nth-child(n),
  .tb-gap8p.tb-col1 > :nth-child(n),
  .tb-gapx8p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap8p > *,
  .tb-col2.tb-gapx8p > *,
  .tb-gap8p.tb-col2 > *,
  .tb-gapx8p.tb-col2 > * {
    width: 46%;
  }

  .tb-col2.tb-gap8p > :nth-child(2n),
  .tb-col2.tb-gapx8p > :nth-child(2n),
  .tb-gap8p.tb-col2 > :nth-child(2n),
  .tb-gapx8p.tb-col2 > :nth-child(2n) {
    margin-left: 8%;
  }

  .tb-col2.tb-gap8p > :nth-child(2n-1),
  .tb-col2.tb-gapx8p > :nth-child(2n-1),
  .tb-gap8p.tb-col2 > :nth-child(2n-1),
  .tb-gapx8p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap8p > *,
  .tb-col3.tb-gapx8p > *,
  .tb-gap8p.tb-col3 > *,
  .tb-gapx8p.tb-col3 > * {
    width: 28%;
  }

  .tb-col3.tb-gap8p > :nth-child(3n),
  .tb-col3.tb-gapx8p > :nth-child(3n),
  .tb-gap8p.tb-col3 > :nth-child(3n),
  .tb-gapx8p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap8p > :nth-child(3n-1),
  .tb-col3.tb-gapx8p > :nth-child(3n-1),
  .tb-gap8p.tb-col3 > :nth-child(3n-1),
  .tb-gapx8p.tb-col3 > :nth-child(3n-1) {
    margin-left: 8%;
  }

  .tb-col3.tb-gap8p > :nth-child(3n-2),
  .tb-col3.tb-gapx8p > :nth-child(3n-2),
  .tb-gap8p.tb-col3 > :nth-child(3n-2),
  .tb-gapx8p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap8p > *,
  .tb-col4.tb-gapx8p > *,
  .tb-gap8p.tb-col4 > *,
  .tb-gapx8p.tb-col4 > * {
    width: 19%;
  }

  .tb-col4.tb-gap8p > :nth-child(4n),
  .tb-col4.tb-gapx8p > :nth-child(4n),
  .tb-gap8p.tb-col4 > :nth-child(4n),
  .tb-gapx8p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap8p > :nth-child(4n-1),
  .tb-col4.tb-gapx8p > :nth-child(4n-1),
  .tb-gap8p.tb-col4 > :nth-child(4n-1),
  .tb-gapx8p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap8p > :nth-child(4n-2),
  .tb-col4.tb-gapx8p > :nth-child(4n-2),
  .tb-gap8p.tb-col4 > :nth-child(4n-2),
  .tb-gapx8p.tb-col4 > :nth-child(4n-2) {
    margin-left: 8%;
  }

  .tb-col4.tb-gap8p > :nth-child(4n-3),
  .tb-col4.tb-gapx8p > :nth-child(4n-3),
  .tb-gap8p.tb-col4 > :nth-child(4n-3),
  .tb-gapx8p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap8p > *,
  .tb-col5.tb-gapx8p > *,
  .tb-gap8p.tb-col5 > *,
  .tb-gapx8p.tb-col5 > * {
    width: 13.6%;
  }

  .tb-col5.tb-gap8p > :nth-child(5n),
  .tb-col5.tb-gapx8p > :nth-child(5n),
  .tb-gap8p.tb-col5 > :nth-child(5n),
  .tb-gapx8p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap8p > :nth-child(5n-1),
  .tb-col5.tb-gapx8p > :nth-child(5n-1),
  .tb-gap8p.tb-col5 > :nth-child(5n-1),
  .tb-gapx8p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap8p > :nth-child(5n-2),
  .tb-col5.tb-gapx8p > :nth-child(5n-2),
  .tb-gap8p.tb-col5 > :nth-child(5n-2),
  .tb-gapx8p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap8p > :nth-child(5n-3),
  .tb-col5.tb-gapx8p > :nth-child(5n-3),
  .tb-gap8p.tb-col5 > :nth-child(5n-3),
  .tb-gapx8p.tb-col5 > :nth-child(5n-3) {
    margin-left: 8%;
  }

  .tb-col5.tb-gap8p > :nth-child(5n-4),
  .tb-col5.tb-gapx8p > :nth-child(5n-4),
  .tb-gap8p.tb-col5 > :nth-child(5n-4),
  .tb-gapx8p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap8p > *,
  .tb-col6.tb-gapx8p > *,
  .tb-gap8p.tb-col6 > *,
  .tb-gapx8p.tb-col6 > * {
    width: 10%;
  }

  .tb-col6.tb-gap8p > :nth-child(6n),
  .tb-col6.tb-gapx8p > :nth-child(6n),
  .tb-gap8p.tb-col6 > :nth-child(6n),
  .tb-gapx8p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap8p > :nth-child(6n-1),
  .tb-col6.tb-gapx8p > :nth-child(6n-1),
  .tb-gap8p.tb-col6 > :nth-child(6n-1),
  .tb-gapx8p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap8p > :nth-child(6n-2),
  .tb-col6.tb-gapx8p > :nth-child(6n-2),
  .tb-gap8p.tb-col6 > :nth-child(6n-2),
  .tb-gapx8p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap8p > :nth-child(6n-3),
  .tb-col6.tb-gapx8p > :nth-child(6n-3),
  .tb-gap8p.tb-col6 > :nth-child(6n-3),
  .tb-gapx8p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap8p > :nth-child(6n-4),
  .tb-col6.tb-gapx8p > :nth-child(6n-4),
  .tb-gap8p.tb-col6 > :nth-child(6n-4),
  .tb-gapx8p.tb-col6 > :nth-child(6n-4) {
    margin-left: 8%;
  }

  .tb-col6.tb-gap8p > :nth-child(6n-5),
  .tb-col6.tb-gapx8p > :nth-child(6n-5),
  .tb-gap8p.tb-col6 > :nth-child(6n-5),
  .tb-gapx8p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap9p > *,
  .tb-col1.tb-gapx9p > *,
  .tb-gap9p.tb-col1 > *,
  .tb-gapx9p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap9p > :nth-child(n),
  .tb-col1.tb-gapx9p > :nth-child(n),
  .tb-gap9p.tb-col1 > :nth-child(n),
  .tb-gapx9p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap9p > *,
  .tb-col2.tb-gapx9p > *,
  .tb-gap9p.tb-col2 > *,
  .tb-gapx9p.tb-col2 > * {
    width: 45.5%;
  }

  .tb-col2.tb-gap9p > :nth-child(2n),
  .tb-col2.tb-gapx9p > :nth-child(2n),
  .tb-gap9p.tb-col2 > :nth-child(2n),
  .tb-gapx9p.tb-col2 > :nth-child(2n) {
    margin-left: 9%;
  }

  .tb-col2.tb-gap9p > :nth-child(2n-1),
  .tb-col2.tb-gapx9p > :nth-child(2n-1),
  .tb-gap9p.tb-col2 > :nth-child(2n-1),
  .tb-gapx9p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap9p > *,
  .tb-col3.tb-gapx9p > *,
  .tb-gap9p.tb-col3 > *,
  .tb-gapx9p.tb-col3 > * {
    width: 27.333%;
  }

  .tb-col3.tb-gap9p > :nth-child(3n),
  .tb-col3.tb-gapx9p > :nth-child(3n),
  .tb-gap9p.tb-col3 > :nth-child(3n),
  .tb-gapx9p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap9p > :nth-child(3n-1),
  .tb-col3.tb-gapx9p > :nth-child(3n-1),
  .tb-gap9p.tb-col3 > :nth-child(3n-1),
  .tb-gapx9p.tb-col3 > :nth-child(3n-1) {
    margin-left: 9%;
  }

  .tb-col3.tb-gap9p > :nth-child(3n-2),
  .tb-col3.tb-gapx9p > :nth-child(3n-2),
  .tb-gap9p.tb-col3 > :nth-child(3n-2),
  .tb-gapx9p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap9p > *,
  .tb-col4.tb-gapx9p > *,
  .tb-gap9p.tb-col4 > *,
  .tb-gapx9p.tb-col4 > * {
    width: 18.25%;
  }

  .tb-col4.tb-gap9p > :nth-child(4n),
  .tb-col4.tb-gapx9p > :nth-child(4n),
  .tb-gap9p.tb-col4 > :nth-child(4n),
  .tb-gapx9p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap9p > :nth-child(4n-1),
  .tb-col4.tb-gapx9p > :nth-child(4n-1),
  .tb-gap9p.tb-col4 > :nth-child(4n-1),
  .tb-gapx9p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap9p > :nth-child(4n-2),
  .tb-col4.tb-gapx9p > :nth-child(4n-2),
  .tb-gap9p.tb-col4 > :nth-child(4n-2),
  .tb-gapx9p.tb-col4 > :nth-child(4n-2) {
    margin-left: 9%;
  }

  .tb-col4.tb-gap9p > :nth-child(4n-3),
  .tb-col4.tb-gapx9p > :nth-child(4n-3),
  .tb-gap9p.tb-col4 > :nth-child(4n-3),
  .tb-gapx9p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap9p > *,
  .tb-col5.tb-gapx9p > *,
  .tb-gap9p.tb-col5 > *,
  .tb-gapx9p.tb-col5 > * {
    width: 12.8%;
  }

  .tb-col5.tb-gap9p > :nth-child(5n),
  .tb-col5.tb-gapx9p > :nth-child(5n),
  .tb-gap9p.tb-col5 > :nth-child(5n),
  .tb-gapx9p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap9p > :nth-child(5n-1),
  .tb-col5.tb-gapx9p > :nth-child(5n-1),
  .tb-gap9p.tb-col5 > :nth-child(5n-1),
  .tb-gapx9p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap9p > :nth-child(5n-2),
  .tb-col5.tb-gapx9p > :nth-child(5n-2),
  .tb-gap9p.tb-col5 > :nth-child(5n-2),
  .tb-gapx9p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap9p > :nth-child(5n-3),
  .tb-col5.tb-gapx9p > :nth-child(5n-3),
  .tb-gap9p.tb-col5 > :nth-child(5n-3),
  .tb-gapx9p.tb-col5 > :nth-child(5n-3) {
    margin-left: 9%;
  }

  .tb-col5.tb-gap9p > :nth-child(5n-4),
  .tb-col5.tb-gapx9p > :nth-child(5n-4),
  .tb-gap9p.tb-col5 > :nth-child(5n-4),
  .tb-gapx9p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap9p > *,
  .tb-col6.tb-gapx9p > *,
  .tb-gap9p.tb-col6 > *,
  .tb-gapx9p.tb-col6 > * {
    width: 9.166%;
  }

  .tb-col6.tb-gap9p > :nth-child(6n),
  .tb-col6.tb-gapx9p > :nth-child(6n),
  .tb-gap9p.tb-col6 > :nth-child(6n),
  .tb-gapx9p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap9p > :nth-child(6n-1),
  .tb-col6.tb-gapx9p > :nth-child(6n-1),
  .tb-gap9p.tb-col6 > :nth-child(6n-1),
  .tb-gapx9p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap9p > :nth-child(6n-2),
  .tb-col6.tb-gapx9p > :nth-child(6n-2),
  .tb-gap9p.tb-col6 > :nth-child(6n-2),
  .tb-gapx9p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap9p > :nth-child(6n-3),
  .tb-col6.tb-gapx9p > :nth-child(6n-3),
  .tb-gap9p.tb-col6 > :nth-child(6n-3),
  .tb-gapx9p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap9p > :nth-child(6n-4),
  .tb-col6.tb-gapx9p > :nth-child(6n-4),
  .tb-gap9p.tb-col6 > :nth-child(6n-4),
  .tb-gapx9p.tb-col6 > :nth-child(6n-4) {
    margin-left: 9%;
  }

  .tb-col6.tb-gap9p > :nth-child(6n-5),
  .tb-col6.tb-gapx9p > :nth-child(6n-5),
  .tb-gap9p.tb-col6 > :nth-child(6n-5),
  .tb-gapx9p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .tb-col1.tb-gap10p > *,
  .tb-col1.tb-gapx10p > *,
  .tb-gap10p.tb-col1 > *,
  .tb-gapx10p.tb-col1 > * {
    width: 100%;
  }

  .tb-col1.tb-gap10p > :nth-child(n),
  .tb-col1.tb-gapx10p > :nth-child(n),
  .tb-gap10p.tb-col1 > :nth-child(n),
  .tb-gapx10p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .tb-col2.tb-gap10p > *,
  .tb-col2.tb-gapx10p > *,
  .tb-gap10p.tb-col2 > *,
  .tb-gapx10p.tb-col2 > * {
    width: 45%;
  }

  .tb-col2.tb-gap10p > :nth-child(2n),
  .tb-col2.tb-gapx10p > :nth-child(2n),
  .tb-gap10p.tb-col2 > :nth-child(2n),
  .tb-gapx10p.tb-col2 > :nth-child(2n) {
    margin-left: 10%;
  }

  .tb-col2.tb-gap10p > :nth-child(2n-1),
  .tb-col2.tb-gapx10p > :nth-child(2n-1),
  .tb-gap10p.tb-col2 > :nth-child(2n-1),
  .tb-gapx10p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .tb-col3.tb-gap10p > *,
  .tb-col3.tb-gapx10p > *,
  .tb-gap10p.tb-col3 > *,
  .tb-gapx10p.tb-col3 > * {
    width: 26.667%;
  }

  .tb-col3.tb-gap10p > :nth-child(3n),
  .tb-col3.tb-gapx10p > :nth-child(3n),
  .tb-gap10p.tb-col3 > :nth-child(3n),
  .tb-gapx10p.tb-col3 > :nth-child(3n),
  .tb-col3.tb-gap10p > :nth-child(3n-1),
  .tb-col3.tb-gapx10p > :nth-child(3n-1),
  .tb-gap10p.tb-col3 > :nth-child(3n-1),
  .tb-gapx10p.tb-col3 > :nth-child(3n-1) {
    margin-left: 10%;
  }

  .tb-col3.tb-gap10p > :nth-child(3n-2),
  .tb-col3.tb-gapx10p > :nth-child(3n-2),
  .tb-gap10p.tb-col3 > :nth-child(3n-2),
  .tb-gapx10p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .tb-col4.tb-gap10p > *,
  .tb-col4.tb-gapx10p > *,
  .tb-gap10p.tb-col4 > *,
  .tb-gapx10p.tb-col4 > * {
    width: 17.5%;
  }

  .tb-col4.tb-gap10p > :nth-child(4n),
  .tb-col4.tb-gapx10p > :nth-child(4n),
  .tb-gap10p.tb-col4 > :nth-child(4n),
  .tb-gapx10p.tb-col4 > :nth-child(4n),
  .tb-col4.tb-gap10p > :nth-child(4n-1),
  .tb-col4.tb-gapx10p > :nth-child(4n-1),
  .tb-gap10p.tb-col4 > :nth-child(4n-1),
  .tb-gapx10p.tb-col4 > :nth-child(4n-1),
  .tb-col4.tb-gap10p > :nth-child(4n-2),
  .tb-col4.tb-gapx10p > :nth-child(4n-2),
  .tb-gap10p.tb-col4 > :nth-child(4n-2),
  .tb-gapx10p.tb-col4 > :nth-child(4n-2) {
    margin-left: 10%;
  }

  .tb-col4.tb-gap10p > :nth-child(4n-3),
  .tb-col4.tb-gapx10p > :nth-child(4n-3),
  .tb-gap10p.tb-col4 > :nth-child(4n-3),
  .tb-gapx10p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .tb-col5.tb-gap10p > *,
  .tb-col5.tb-gapx10p > *,
  .tb-gap10p.tb-col5 > *,
  .tb-gapx10p.tb-col5 > * {
    width: 12%;
  }

  .tb-col5.tb-gap10p > :nth-child(5n),
  .tb-col5.tb-gapx10p > :nth-child(5n),
  .tb-gap10p.tb-col5 > :nth-child(5n),
  .tb-gapx10p.tb-col5 > :nth-child(5n),
  .tb-col5.tb-gap10p > :nth-child(5n-1),
  .tb-col5.tb-gapx10p > :nth-child(5n-1),
  .tb-gap10p.tb-col5 > :nth-child(5n-1),
  .tb-gapx10p.tb-col5 > :nth-child(5n-1),
  .tb-col5.tb-gap10p > :nth-child(5n-2),
  .tb-col5.tb-gapx10p > :nth-child(5n-2),
  .tb-gap10p.tb-col5 > :nth-child(5n-2),
  .tb-gapx10p.tb-col5 > :nth-child(5n-2),
  .tb-col5.tb-gap10p > :nth-child(5n-3),
  .tb-col5.tb-gapx10p > :nth-child(5n-3),
  .tb-gap10p.tb-col5 > :nth-child(5n-3),
  .tb-gapx10p.tb-col5 > :nth-child(5n-3) {
    margin-left: 10%;
  }

  .tb-col5.tb-gap10p > :nth-child(5n-4),
  .tb-col5.tb-gapx10p > :nth-child(5n-4),
  .tb-gap10p.tb-col5 > :nth-child(5n-4),
  .tb-gapx10p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .tb-col6.tb-gap10p > *,
  .tb-col6.tb-gapx10p > *,
  .tb-gap10p.tb-col6 > *,
  .tb-gapx10p.tb-col6 > * {
    width: 8.333%;
  }

  .tb-col6.tb-gap10p > :nth-child(6n),
  .tb-col6.tb-gapx10p > :nth-child(6n),
  .tb-gap10p.tb-col6 > :nth-child(6n),
  .tb-gapx10p.tb-col6 > :nth-child(6n),
  .tb-col6.tb-gap10p > :nth-child(6n-1),
  .tb-col6.tb-gapx10p > :nth-child(6n-1),
  .tb-gap10p.tb-col6 > :nth-child(6n-1),
  .tb-gapx10p.tb-col6 > :nth-child(6n-1),
  .tb-col6.tb-gap10p > :nth-child(6n-2),
  .tb-col6.tb-gapx10p > :nth-child(6n-2),
  .tb-gap10p.tb-col6 > :nth-child(6n-2),
  .tb-gapx10p.tb-col6 > :nth-child(6n-2),
  .tb-col6.tb-gap10p > :nth-child(6n-3),
  .tb-col6.tb-gapx10p > :nth-child(6n-3),
  .tb-gap10p.tb-col6 > :nth-child(6n-3),
  .tb-gapx10p.tb-col6 > :nth-child(6n-3),
  .tb-col6.tb-gap10p > :nth-child(6n-4),
  .tb-col6.tb-gapx10p > :nth-child(6n-4),
  .tb-gap10p.tb-col6 > :nth-child(6n-4),
  .tb-gapx10p.tb-col6 > :nth-child(6n-4) {
    margin-left: 10%;
  }

  .tb-col6.tb-gap10p > :nth-child(6n-5),
  .tb-col6.tb-gapx10p > :nth-child(6n-5),
  .tb-gap10p.tb-col6 > :nth-child(6n-5),
  .tb-gapx10p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }
}

@media (max-width: 599px) {
  .sp-col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sp-col1 > * {
    width: 100%;
  }

  .sp-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sp-col2 > * {
    width: 50%;
  }

  .sp-col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sp-col3 > * {
    width: 33.333%;
  }

  .sp-col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sp-col4 > * {
    width: 25%;
  }

  .sp-col5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sp-col5 > * {
    width: 20%;
  }

  .sp-col6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sp-col6 > * {
    width: 16.666%;
  }

  .sp-gap0 > *,
  .sp-gapy0 > * {
    margin-bottom: 0px;
  }

  .sp-gap10 > *,
  .sp-gapy10 > * {
    margin-bottom: 10px;
  }

  .sp-gap20 > *,
  .sp-gapy20 > * {
    margin-bottom: 20px;
  }

  .sp-gap30 > *,
  .sp-gapy30 > * {
    margin-bottom: 30px;
  }

  .sp-gap40 > *,
  .sp-gapy40 > * {
    margin-bottom: 40px;
  }

  .sp-gap50 > *,
  .sp-gapy50 > * {
    margin-bottom: 50px;
  }

  .sp-gap60 > *,
  .sp-gapy60 > * {
    margin-bottom: 60px;
  }

  .sp-gap70 > *,
  .sp-gapy70 > * {
    margin-bottom: 70px;
  }

  .sp-gap80 > *,
  .sp-gapy80 > * {
    margin-bottom: 80px;
  }

  .sp-gap90 > *,
  .sp-gapy90 > * {
    margin-bottom: 90px;
  }

  .sp-gap100 > *,
  .sp-gapy100 > * {
    margin-bottom: 100px;
  }

  .sp-gap1p > *,
  .sp-gapy1p > * {
    margin-bottom: 1%;
  }

  .sp-gap2p > *,
  .sp-gapy2p > * {
    margin-bottom: 2%;
  }

  .sp-gap3p > *,
  .sp-gapy3p > * {
    margin-bottom: 3%;
  }

  .sp-gap4p > *,
  .sp-gapy4p > * {
    margin-bottom: 4%;
  }

  .sp-gap5p > *,
  .sp-gapy5p > * {
    margin-bottom: 5%;
  }

  .sp-gap6p > *,
  .sp-gapy6p > * {
    margin-bottom: 6%;
  }

  .sp-gap7p > *,
  .sp-gapy7p > * {
    margin-bottom: 7%;
  }

  .sp-gap8p > *,
  .sp-gapy8p > * {
    margin-bottom: 8%;
  }

  .sp-gap9p > *,
  .sp-gapy9p > * {
    margin-bottom: 9%;
  }

  .sp-gap10p > *,
  .sp-gapy10p > * {
    margin-bottom: 10%;
  }

  .a-col1.sp-gap0 > *,
  .a-col1.sp-gapx0 > *,
  .a-gap0.sp-col1 > *,
  .a-gapx0.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap0 > :nth-child(n),
  .a-col1.sp-gapx0 > :nth-child(n),
  .a-gap0.sp-col1 > :nth-child(n),
  .a-gapx0.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap0 > *,
  .a-col2.sp-gapx0 > *,
  .a-gap0.sp-col2 > *,
  .a-gapx0.sp-col2 > * {
    width: calc(50% - 0px);
  }

  .a-col2.sp-gap0 > :nth-child(2n),
  .a-col2.sp-gapx0 > :nth-child(2n),
  .a-gap0.sp-col2 > :nth-child(2n),
  .a-gapx0.sp-col2 > :nth-child(2n) {
    margin-left: 0px;
  }

  .a-col2.sp-gap0 > :nth-child(2n-1),
  .a-col2.sp-gapx0 > :nth-child(2n-1),
  .a-gap0.sp-col2 > :nth-child(2n-1),
  .a-gapx0.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap0 > *,
  .a-col3.sp-gapx0 > *,
  .a-gap0.sp-col3 > *,
  .a-gapx0.sp-col3 > * {
    width: calc(33.333% - 0px);
  }

  .a-col3.sp-gap0 > :nth-child(3n),
  .a-col3.sp-gapx0 > :nth-child(3n),
  .a-gap0.sp-col3 > :nth-child(3n),
  .a-gapx0.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap0 > :nth-child(3n-1),
  .a-col3.sp-gapx0 > :nth-child(3n-1),
  .a-gap0.sp-col3 > :nth-child(3n-1),
  .a-gapx0.sp-col3 > :nth-child(3n-1) {
    margin-left: 0px;
  }

  .a-col3.sp-gap0 > :nth-child(3n-2),
  .a-col3.sp-gapx0 > :nth-child(3n-2),
  .a-gap0.sp-col3 > :nth-child(3n-2),
  .a-gapx0.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap0 > *,
  .a-col4.sp-gapx0 > *,
  .a-gap0.sp-col4 > *,
  .a-gapx0.sp-col4 > * {
    width: calc(25% - 0px);
  }

  .a-col4.sp-gap0 > :nth-child(4n),
  .a-col4.sp-gapx0 > :nth-child(4n),
  .a-gap0.sp-col4 > :nth-child(4n),
  .a-gapx0.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap0 > :nth-child(4n-1),
  .a-col4.sp-gapx0 > :nth-child(4n-1),
  .a-gap0.sp-col4 > :nth-child(4n-1),
  .a-gapx0.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap0 > :nth-child(4n-2),
  .a-col4.sp-gapx0 > :nth-child(4n-2),
  .a-gap0.sp-col4 > :nth-child(4n-2),
  .a-gapx0.sp-col4 > :nth-child(4n-2) {
    margin-left: 0px;
  }

  .a-col4.sp-gap0 > :nth-child(4n-3),
  .a-col4.sp-gapx0 > :nth-child(4n-3),
  .a-gap0.sp-col4 > :nth-child(4n-3),
  .a-gapx0.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap0 > *,
  .a-col5.sp-gapx0 > *,
  .a-gap0.sp-col5 > *,
  .a-gapx0.sp-col5 > * {
    width: calc(20% - 0px);
  }

  .a-col5.sp-gap0 > :nth-child(5n),
  .a-col5.sp-gapx0 > :nth-child(5n),
  .a-gap0.sp-col5 > :nth-child(5n),
  .a-gapx0.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap0 > :nth-child(5n-1),
  .a-col5.sp-gapx0 > :nth-child(5n-1),
  .a-gap0.sp-col5 > :nth-child(5n-1),
  .a-gapx0.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap0 > :nth-child(5n-2),
  .a-col5.sp-gapx0 > :nth-child(5n-2),
  .a-gap0.sp-col5 > :nth-child(5n-2),
  .a-gapx0.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap0 > :nth-child(5n-3),
  .a-col5.sp-gapx0 > :nth-child(5n-3),
  .a-gap0.sp-col5 > :nth-child(5n-3),
  .a-gapx0.sp-col5 > :nth-child(5n-3) {
    margin-left: 0px;
  }

  .a-col5.sp-gap0 > :nth-child(5n-4),
  .a-col5.sp-gapx0 > :nth-child(5n-4),
  .a-gap0.sp-col5 > :nth-child(5n-4),
  .a-gapx0.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap0 > *,
  .a-col6.sp-gapx0 > *,
  .a-gap0.sp-col6 > *,
  .a-gapx0.sp-col6 > * {
    width: calc(16.666% - 0px);
  }

  .a-col6.sp-gap0 > :nth-child(6n),
  .a-col6.sp-gapx0 > :nth-child(6n),
  .a-gap0.sp-col6 > :nth-child(6n),
  .a-gapx0.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap0 > :nth-child(6n-1),
  .a-col6.sp-gapx0 > :nth-child(6n-1),
  .a-gap0.sp-col6 > :nth-child(6n-1),
  .a-gapx0.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap0 > :nth-child(6n-2),
  .a-col6.sp-gapx0 > :nth-child(6n-2),
  .a-gap0.sp-col6 > :nth-child(6n-2),
  .a-gapx0.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap0 > :nth-child(6n-3),
  .a-col6.sp-gapx0 > :nth-child(6n-3),
  .a-gap0.sp-col6 > :nth-child(6n-3),
  .a-gapx0.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap0 > :nth-child(6n-4),
  .a-col6.sp-gapx0 > :nth-child(6n-4),
  .a-gap0.sp-col6 > :nth-child(6n-4),
  .a-gapx0.sp-col6 > :nth-child(6n-4) {
    margin-left: 0px;
  }

  .a-col6.sp-gap0 > :nth-child(6n-5),
  .a-col6.sp-gapx0 > :nth-child(6n-5),
  .a-gap0.sp-col6 > :nth-child(6n-5),
  .a-gapx0.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap10 > *,
  .a-col1.sp-gapx10 > *,
  .a-gap10.sp-col1 > *,
  .a-gapx10.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap10 > :nth-child(n),
  .a-col1.sp-gapx10 > :nth-child(n),
  .a-gap10.sp-col1 > :nth-child(n),
  .a-gapx10.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap10 > *,
  .a-col2.sp-gapx10 > *,
  .a-gap10.sp-col2 > *,
  .a-gapx10.sp-col2 > * {
    width: calc(50% - 5px);
  }

  .a-col2.sp-gap10 > :nth-child(2n),
  .a-col2.sp-gapx10 > :nth-child(2n),
  .a-gap10.sp-col2 > :nth-child(2n),
  .a-gapx10.sp-col2 > :nth-child(2n) {
    margin-left: 10px;
  }

  .a-col2.sp-gap10 > :nth-child(2n-1),
  .a-col2.sp-gapx10 > :nth-child(2n-1),
  .a-gap10.sp-col2 > :nth-child(2n-1),
  .a-gapx10.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap10 > *,
  .a-col3.sp-gapx10 > *,
  .a-gap10.sp-col3 > *,
  .a-gapx10.sp-col3 > * {
    width: calc(33.333% - 6.666px);
  }

  .a-col3.sp-gap10 > :nth-child(3n),
  .a-col3.sp-gapx10 > :nth-child(3n),
  .a-gap10.sp-col3 > :nth-child(3n),
  .a-gapx10.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap10 > :nth-child(3n-1),
  .a-col3.sp-gapx10 > :nth-child(3n-1),
  .a-gap10.sp-col3 > :nth-child(3n-1),
  .a-gapx10.sp-col3 > :nth-child(3n-1) {
    margin-left: 10px;
  }

  .a-col3.sp-gap10 > :nth-child(3n-2),
  .a-col3.sp-gapx10 > :nth-child(3n-2),
  .a-gap10.sp-col3 > :nth-child(3n-2),
  .a-gapx10.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap10 > *,
  .a-col4.sp-gapx10 > *,
  .a-gap10.sp-col4 > *,
  .a-gapx10.sp-col4 > * {
    width: calc(25% - 7.5px);
  }

  .a-col4.sp-gap10 > :nth-child(4n),
  .a-col4.sp-gapx10 > :nth-child(4n),
  .a-gap10.sp-col4 > :nth-child(4n),
  .a-gapx10.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap10 > :nth-child(4n-1),
  .a-col4.sp-gapx10 > :nth-child(4n-1),
  .a-gap10.sp-col4 > :nth-child(4n-1),
  .a-gapx10.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap10 > :nth-child(4n-2),
  .a-col4.sp-gapx10 > :nth-child(4n-2),
  .a-gap10.sp-col4 > :nth-child(4n-2),
  .a-gapx10.sp-col4 > :nth-child(4n-2) {
    margin-left: 10px;
  }

  .a-col4.sp-gap10 > :nth-child(4n-3),
  .a-col4.sp-gapx10 > :nth-child(4n-3),
  .a-gap10.sp-col4 > :nth-child(4n-3),
  .a-gapx10.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap10 > *,
  .a-col5.sp-gapx10 > *,
  .a-gap10.sp-col5 > *,
  .a-gapx10.sp-col5 > * {
    width: calc(20% - 8px);
  }

  .a-col5.sp-gap10 > :nth-child(5n),
  .a-col5.sp-gapx10 > :nth-child(5n),
  .a-gap10.sp-col5 > :nth-child(5n),
  .a-gapx10.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap10 > :nth-child(5n-1),
  .a-col5.sp-gapx10 > :nth-child(5n-1),
  .a-gap10.sp-col5 > :nth-child(5n-1),
  .a-gapx10.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap10 > :nth-child(5n-2),
  .a-col5.sp-gapx10 > :nth-child(5n-2),
  .a-gap10.sp-col5 > :nth-child(5n-2),
  .a-gapx10.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap10 > :nth-child(5n-3),
  .a-col5.sp-gapx10 > :nth-child(5n-3),
  .a-gap10.sp-col5 > :nth-child(5n-3),
  .a-gapx10.sp-col5 > :nth-child(5n-3) {
    margin-left: 10px;
  }

  .a-col5.sp-gap10 > :nth-child(5n-4),
  .a-col5.sp-gapx10 > :nth-child(5n-4),
  .a-gap10.sp-col5 > :nth-child(5n-4),
  .a-gapx10.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap10 > *,
  .a-col6.sp-gapx10 > *,
  .a-gap10.sp-col6 > *,
  .a-gapx10.sp-col6 > * {
    width: calc(16.666% - 8.333px);
  }

  .a-col6.sp-gap10 > :nth-child(6n),
  .a-col6.sp-gapx10 > :nth-child(6n),
  .a-gap10.sp-col6 > :nth-child(6n),
  .a-gapx10.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap10 > :nth-child(6n-1),
  .a-col6.sp-gapx10 > :nth-child(6n-1),
  .a-gap10.sp-col6 > :nth-child(6n-1),
  .a-gapx10.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap10 > :nth-child(6n-2),
  .a-col6.sp-gapx10 > :nth-child(6n-2),
  .a-gap10.sp-col6 > :nth-child(6n-2),
  .a-gapx10.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap10 > :nth-child(6n-3),
  .a-col6.sp-gapx10 > :nth-child(6n-3),
  .a-gap10.sp-col6 > :nth-child(6n-3),
  .a-gapx10.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap10 > :nth-child(6n-4),
  .a-col6.sp-gapx10 > :nth-child(6n-4),
  .a-gap10.sp-col6 > :nth-child(6n-4),
  .a-gapx10.sp-col6 > :nth-child(6n-4) {
    margin-left: 10px;
  }

  .a-col6.sp-gap10 > :nth-child(6n-5),
  .a-col6.sp-gapx10 > :nth-child(6n-5),
  .a-gap10.sp-col6 > :nth-child(6n-5),
  .a-gapx10.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap20 > *,
  .a-col1.sp-gapx20 > *,
  .a-gap20.sp-col1 > *,
  .a-gapx20.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap20 > :nth-child(n),
  .a-col1.sp-gapx20 > :nth-child(n),
  .a-gap20.sp-col1 > :nth-child(n),
  .a-gapx20.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap20 > *,
  .a-col2.sp-gapx20 > *,
  .a-gap20.sp-col2 > *,
  .a-gapx20.sp-col2 > * {
    width: calc(50% - 10px);
  }

  .a-col2.sp-gap20 > :nth-child(2n),
  .a-col2.sp-gapx20 > :nth-child(2n),
  .a-gap20.sp-col2 > :nth-child(2n),
  .a-gapx20.sp-col2 > :nth-child(2n) {
    margin-left: 20px;
  }

  .a-col2.sp-gap20 > :nth-child(2n-1),
  .a-col2.sp-gapx20 > :nth-child(2n-1),
  .a-gap20.sp-col2 > :nth-child(2n-1),
  .a-gapx20.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap20 > *,
  .a-col3.sp-gapx20 > *,
  .a-gap20.sp-col3 > *,
  .a-gapx20.sp-col3 > * {
    width: calc(33.333% - 13.333px);
  }

  .a-col3.sp-gap20 > :nth-child(3n),
  .a-col3.sp-gapx20 > :nth-child(3n),
  .a-gap20.sp-col3 > :nth-child(3n),
  .a-gapx20.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap20 > :nth-child(3n-1),
  .a-col3.sp-gapx20 > :nth-child(3n-1),
  .a-gap20.sp-col3 > :nth-child(3n-1),
  .a-gapx20.sp-col3 > :nth-child(3n-1) {
    margin-left: 20px;
  }

  .a-col3.sp-gap20 > :nth-child(3n-2),
  .a-col3.sp-gapx20 > :nth-child(3n-2),
  .a-gap20.sp-col3 > :nth-child(3n-2),
  .a-gapx20.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap20 > *,
  .a-col4.sp-gapx20 > *,
  .a-gap20.sp-col4 > *,
  .a-gapx20.sp-col4 > * {
    width: calc(25% - 15px);
  }

  .a-col4.sp-gap20 > :nth-child(4n),
  .a-col4.sp-gapx20 > :nth-child(4n),
  .a-gap20.sp-col4 > :nth-child(4n),
  .a-gapx20.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap20 > :nth-child(4n-1),
  .a-col4.sp-gapx20 > :nth-child(4n-1),
  .a-gap20.sp-col4 > :nth-child(4n-1),
  .a-gapx20.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap20 > :nth-child(4n-2),
  .a-col4.sp-gapx20 > :nth-child(4n-2),
  .a-gap20.sp-col4 > :nth-child(4n-2),
  .a-gapx20.sp-col4 > :nth-child(4n-2) {
    margin-left: 20px;
  }

  .a-col4.sp-gap20 > :nth-child(4n-3),
  .a-col4.sp-gapx20 > :nth-child(4n-3),
  .a-gap20.sp-col4 > :nth-child(4n-3),
  .a-gapx20.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap20 > *,
  .a-col5.sp-gapx20 > *,
  .a-gap20.sp-col5 > *,
  .a-gapx20.sp-col5 > * {
    width: calc(20% - 16px);
  }

  .a-col5.sp-gap20 > :nth-child(5n),
  .a-col5.sp-gapx20 > :nth-child(5n),
  .a-gap20.sp-col5 > :nth-child(5n),
  .a-gapx20.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap20 > :nth-child(5n-1),
  .a-col5.sp-gapx20 > :nth-child(5n-1),
  .a-gap20.sp-col5 > :nth-child(5n-1),
  .a-gapx20.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap20 > :nth-child(5n-2),
  .a-col5.sp-gapx20 > :nth-child(5n-2),
  .a-gap20.sp-col5 > :nth-child(5n-2),
  .a-gapx20.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap20 > :nth-child(5n-3),
  .a-col5.sp-gapx20 > :nth-child(5n-3),
  .a-gap20.sp-col5 > :nth-child(5n-3),
  .a-gapx20.sp-col5 > :nth-child(5n-3) {
    margin-left: 20px;
  }

  .a-col5.sp-gap20 > :nth-child(5n-4),
  .a-col5.sp-gapx20 > :nth-child(5n-4),
  .a-gap20.sp-col5 > :nth-child(5n-4),
  .a-gapx20.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap20 > *,
  .a-col6.sp-gapx20 > *,
  .a-gap20.sp-col6 > *,
  .a-gapx20.sp-col6 > * {
    width: calc(16.666% - 16.666px);
  }

  .a-col6.sp-gap20 > :nth-child(6n),
  .a-col6.sp-gapx20 > :nth-child(6n),
  .a-gap20.sp-col6 > :nth-child(6n),
  .a-gapx20.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap20 > :nth-child(6n-1),
  .a-col6.sp-gapx20 > :nth-child(6n-1),
  .a-gap20.sp-col6 > :nth-child(6n-1),
  .a-gapx20.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap20 > :nth-child(6n-2),
  .a-col6.sp-gapx20 > :nth-child(6n-2),
  .a-gap20.sp-col6 > :nth-child(6n-2),
  .a-gapx20.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap20 > :nth-child(6n-3),
  .a-col6.sp-gapx20 > :nth-child(6n-3),
  .a-gap20.sp-col6 > :nth-child(6n-3),
  .a-gapx20.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap20 > :nth-child(6n-4),
  .a-col6.sp-gapx20 > :nth-child(6n-4),
  .a-gap20.sp-col6 > :nth-child(6n-4),
  .a-gapx20.sp-col6 > :nth-child(6n-4) {
    margin-left: 20px;
  }

  .a-col6.sp-gap20 > :nth-child(6n-5),
  .a-col6.sp-gapx20 > :nth-child(6n-5),
  .a-gap20.sp-col6 > :nth-child(6n-5),
  .a-gapx20.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap30 > *,
  .a-col1.sp-gapx30 > *,
  .a-gap30.sp-col1 > *,
  .a-gapx30.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap30 > :nth-child(n),
  .a-col1.sp-gapx30 > :nth-child(n),
  .a-gap30.sp-col1 > :nth-child(n),
  .a-gapx30.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap30 > *,
  .a-col2.sp-gapx30 > *,
  .a-gap30.sp-col2 > *,
  .a-gapx30.sp-col2 > * {
    width: calc(50% - 15px);
  }

  .a-col2.sp-gap30 > :nth-child(2n),
  .a-col2.sp-gapx30 > :nth-child(2n),
  .a-gap30.sp-col2 > :nth-child(2n),
  .a-gapx30.sp-col2 > :nth-child(2n) {
    margin-left: 30px;
  }

  .a-col2.sp-gap30 > :nth-child(2n-1),
  .a-col2.sp-gapx30 > :nth-child(2n-1),
  .a-gap30.sp-col2 > :nth-child(2n-1),
  .a-gapx30.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap30 > *,
  .a-col3.sp-gapx30 > *,
  .a-gap30.sp-col3 > *,
  .a-gapx30.sp-col3 > * {
    width: calc(33.333% - 20px);
  }

  .a-col3.sp-gap30 > :nth-child(3n),
  .a-col3.sp-gapx30 > :nth-child(3n),
  .a-gap30.sp-col3 > :nth-child(3n),
  .a-gapx30.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap30 > :nth-child(3n-1),
  .a-col3.sp-gapx30 > :nth-child(3n-1),
  .a-gap30.sp-col3 > :nth-child(3n-1),
  .a-gapx30.sp-col3 > :nth-child(3n-1) {
    margin-left: 30px;
  }

  .a-col3.sp-gap30 > :nth-child(3n-2),
  .a-col3.sp-gapx30 > :nth-child(3n-2),
  .a-gap30.sp-col3 > :nth-child(3n-2),
  .a-gapx30.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap30 > *,
  .a-col4.sp-gapx30 > *,
  .a-gap30.sp-col4 > *,
  .a-gapx30.sp-col4 > * {
    width: calc(25% - 22.5px);
  }

  .a-col4.sp-gap30 > :nth-child(4n),
  .a-col4.sp-gapx30 > :nth-child(4n),
  .a-gap30.sp-col4 > :nth-child(4n),
  .a-gapx30.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap30 > :nth-child(4n-1),
  .a-col4.sp-gapx30 > :nth-child(4n-1),
  .a-gap30.sp-col4 > :nth-child(4n-1),
  .a-gapx30.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap30 > :nth-child(4n-2),
  .a-col4.sp-gapx30 > :nth-child(4n-2),
  .a-gap30.sp-col4 > :nth-child(4n-2),
  .a-gapx30.sp-col4 > :nth-child(4n-2) {
    margin-left: 30px;
  }

  .a-col4.sp-gap30 > :nth-child(4n-3),
  .a-col4.sp-gapx30 > :nth-child(4n-3),
  .a-gap30.sp-col4 > :nth-child(4n-3),
  .a-gapx30.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap30 > *,
  .a-col5.sp-gapx30 > *,
  .a-gap30.sp-col5 > *,
  .a-gapx30.sp-col5 > * {
    width: calc(20% - 24px);
  }

  .a-col5.sp-gap30 > :nth-child(5n),
  .a-col5.sp-gapx30 > :nth-child(5n),
  .a-gap30.sp-col5 > :nth-child(5n),
  .a-gapx30.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap30 > :nth-child(5n-1),
  .a-col5.sp-gapx30 > :nth-child(5n-1),
  .a-gap30.sp-col5 > :nth-child(5n-1),
  .a-gapx30.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap30 > :nth-child(5n-2),
  .a-col5.sp-gapx30 > :nth-child(5n-2),
  .a-gap30.sp-col5 > :nth-child(5n-2),
  .a-gapx30.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap30 > :nth-child(5n-3),
  .a-col5.sp-gapx30 > :nth-child(5n-3),
  .a-gap30.sp-col5 > :nth-child(5n-3),
  .a-gapx30.sp-col5 > :nth-child(5n-3) {
    margin-left: 30px;
  }

  .a-col5.sp-gap30 > :nth-child(5n-4),
  .a-col5.sp-gapx30 > :nth-child(5n-4),
  .a-gap30.sp-col5 > :nth-child(5n-4),
  .a-gapx30.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap30 > *,
  .a-col6.sp-gapx30 > *,
  .a-gap30.sp-col6 > *,
  .a-gapx30.sp-col6 > * {
    width: calc(16.666% - 25px);
  }

  .a-col6.sp-gap30 > :nth-child(6n),
  .a-col6.sp-gapx30 > :nth-child(6n),
  .a-gap30.sp-col6 > :nth-child(6n),
  .a-gapx30.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap30 > :nth-child(6n-1),
  .a-col6.sp-gapx30 > :nth-child(6n-1),
  .a-gap30.sp-col6 > :nth-child(6n-1),
  .a-gapx30.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap30 > :nth-child(6n-2),
  .a-col6.sp-gapx30 > :nth-child(6n-2),
  .a-gap30.sp-col6 > :nth-child(6n-2),
  .a-gapx30.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap30 > :nth-child(6n-3),
  .a-col6.sp-gapx30 > :nth-child(6n-3),
  .a-gap30.sp-col6 > :nth-child(6n-3),
  .a-gapx30.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap30 > :nth-child(6n-4),
  .a-col6.sp-gapx30 > :nth-child(6n-4),
  .a-gap30.sp-col6 > :nth-child(6n-4),
  .a-gapx30.sp-col6 > :nth-child(6n-4) {
    margin-left: 30px;
  }

  .a-col6.sp-gap30 > :nth-child(6n-5),
  .a-col6.sp-gapx30 > :nth-child(6n-5),
  .a-gap30.sp-col6 > :nth-child(6n-5),
  .a-gapx30.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap40 > *,
  .a-col1.sp-gapx40 > *,
  .a-gap40.sp-col1 > *,
  .a-gapx40.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap40 > :nth-child(n),
  .a-col1.sp-gapx40 > :nth-child(n),
  .a-gap40.sp-col1 > :nth-child(n),
  .a-gapx40.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap40 > *,
  .a-col2.sp-gapx40 > *,
  .a-gap40.sp-col2 > *,
  .a-gapx40.sp-col2 > * {
    width: calc(50% - 20px);
  }

  .a-col2.sp-gap40 > :nth-child(2n),
  .a-col2.sp-gapx40 > :nth-child(2n),
  .a-gap40.sp-col2 > :nth-child(2n),
  .a-gapx40.sp-col2 > :nth-child(2n) {
    margin-left: 40px;
  }

  .a-col2.sp-gap40 > :nth-child(2n-1),
  .a-col2.sp-gapx40 > :nth-child(2n-1),
  .a-gap40.sp-col2 > :nth-child(2n-1),
  .a-gapx40.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap40 > *,
  .a-col3.sp-gapx40 > *,
  .a-gap40.sp-col3 > *,
  .a-gapx40.sp-col3 > * {
    width: calc(33.333% - 26.666px);
  }

  .a-col3.sp-gap40 > :nth-child(3n),
  .a-col3.sp-gapx40 > :nth-child(3n),
  .a-gap40.sp-col3 > :nth-child(3n),
  .a-gapx40.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap40 > :nth-child(3n-1),
  .a-col3.sp-gapx40 > :nth-child(3n-1),
  .a-gap40.sp-col3 > :nth-child(3n-1),
  .a-gapx40.sp-col3 > :nth-child(3n-1) {
    margin-left: 40px;
  }

  .a-col3.sp-gap40 > :nth-child(3n-2),
  .a-col3.sp-gapx40 > :nth-child(3n-2),
  .a-gap40.sp-col3 > :nth-child(3n-2),
  .a-gapx40.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap40 > *,
  .a-col4.sp-gapx40 > *,
  .a-gap40.sp-col4 > *,
  .a-gapx40.sp-col4 > * {
    width: calc(25% - 30px);
  }

  .a-col4.sp-gap40 > :nth-child(4n),
  .a-col4.sp-gapx40 > :nth-child(4n),
  .a-gap40.sp-col4 > :nth-child(4n),
  .a-gapx40.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap40 > :nth-child(4n-1),
  .a-col4.sp-gapx40 > :nth-child(4n-1),
  .a-gap40.sp-col4 > :nth-child(4n-1),
  .a-gapx40.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap40 > :nth-child(4n-2),
  .a-col4.sp-gapx40 > :nth-child(4n-2),
  .a-gap40.sp-col4 > :nth-child(4n-2),
  .a-gapx40.sp-col4 > :nth-child(4n-2) {
    margin-left: 40px;
  }

  .a-col4.sp-gap40 > :nth-child(4n-3),
  .a-col4.sp-gapx40 > :nth-child(4n-3),
  .a-gap40.sp-col4 > :nth-child(4n-3),
  .a-gapx40.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap40 > *,
  .a-col5.sp-gapx40 > *,
  .a-gap40.sp-col5 > *,
  .a-gapx40.sp-col5 > * {
    width: calc(20% - 32px);
  }

  .a-col5.sp-gap40 > :nth-child(5n),
  .a-col5.sp-gapx40 > :nth-child(5n),
  .a-gap40.sp-col5 > :nth-child(5n),
  .a-gapx40.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap40 > :nth-child(5n-1),
  .a-col5.sp-gapx40 > :nth-child(5n-1),
  .a-gap40.sp-col5 > :nth-child(5n-1),
  .a-gapx40.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap40 > :nth-child(5n-2),
  .a-col5.sp-gapx40 > :nth-child(5n-2),
  .a-gap40.sp-col5 > :nth-child(5n-2),
  .a-gapx40.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap40 > :nth-child(5n-3),
  .a-col5.sp-gapx40 > :nth-child(5n-3),
  .a-gap40.sp-col5 > :nth-child(5n-3),
  .a-gapx40.sp-col5 > :nth-child(5n-3) {
    margin-left: 40px;
  }

  .a-col5.sp-gap40 > :nth-child(5n-4),
  .a-col5.sp-gapx40 > :nth-child(5n-4),
  .a-gap40.sp-col5 > :nth-child(5n-4),
  .a-gapx40.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap40 > *,
  .a-col6.sp-gapx40 > *,
  .a-gap40.sp-col6 > *,
  .a-gapx40.sp-col6 > * {
    width: calc(16.666% - 33.333px);
  }

  .a-col6.sp-gap40 > :nth-child(6n),
  .a-col6.sp-gapx40 > :nth-child(6n),
  .a-gap40.sp-col6 > :nth-child(6n),
  .a-gapx40.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap40 > :nth-child(6n-1),
  .a-col6.sp-gapx40 > :nth-child(6n-1),
  .a-gap40.sp-col6 > :nth-child(6n-1),
  .a-gapx40.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap40 > :nth-child(6n-2),
  .a-col6.sp-gapx40 > :nth-child(6n-2),
  .a-gap40.sp-col6 > :nth-child(6n-2),
  .a-gapx40.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap40 > :nth-child(6n-3),
  .a-col6.sp-gapx40 > :nth-child(6n-3),
  .a-gap40.sp-col6 > :nth-child(6n-3),
  .a-gapx40.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap40 > :nth-child(6n-4),
  .a-col6.sp-gapx40 > :nth-child(6n-4),
  .a-gap40.sp-col6 > :nth-child(6n-4),
  .a-gapx40.sp-col6 > :nth-child(6n-4) {
    margin-left: 40px;
  }

  .a-col6.sp-gap40 > :nth-child(6n-5),
  .a-col6.sp-gapx40 > :nth-child(6n-5),
  .a-gap40.sp-col6 > :nth-child(6n-5),
  .a-gapx40.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap50 > *,
  .a-col1.sp-gapx50 > *,
  .a-gap50.sp-col1 > *,
  .a-gapx50.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap50 > :nth-child(n),
  .a-col1.sp-gapx50 > :nth-child(n),
  .a-gap50.sp-col1 > :nth-child(n),
  .a-gapx50.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap50 > *,
  .a-col2.sp-gapx50 > *,
  .a-gap50.sp-col2 > *,
  .a-gapx50.sp-col2 > * {
    width: calc(50% - 25px);
  }

  .a-col2.sp-gap50 > :nth-child(2n),
  .a-col2.sp-gapx50 > :nth-child(2n),
  .a-gap50.sp-col2 > :nth-child(2n),
  .a-gapx50.sp-col2 > :nth-child(2n) {
    margin-left: 50px;
  }

  .a-col2.sp-gap50 > :nth-child(2n-1),
  .a-col2.sp-gapx50 > :nth-child(2n-1),
  .a-gap50.sp-col2 > :nth-child(2n-1),
  .a-gapx50.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap50 > *,
  .a-col3.sp-gapx50 > *,
  .a-gap50.sp-col3 > *,
  .a-gapx50.sp-col3 > * {
    width: calc(33.333% - 33.333px);
  }

  .a-col3.sp-gap50 > :nth-child(3n),
  .a-col3.sp-gapx50 > :nth-child(3n),
  .a-gap50.sp-col3 > :nth-child(3n),
  .a-gapx50.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap50 > :nth-child(3n-1),
  .a-col3.sp-gapx50 > :nth-child(3n-1),
  .a-gap50.sp-col3 > :nth-child(3n-1),
  .a-gapx50.sp-col3 > :nth-child(3n-1) {
    margin-left: 50px;
  }

  .a-col3.sp-gap50 > :nth-child(3n-2),
  .a-col3.sp-gapx50 > :nth-child(3n-2),
  .a-gap50.sp-col3 > :nth-child(3n-2),
  .a-gapx50.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap50 > *,
  .a-col4.sp-gapx50 > *,
  .a-gap50.sp-col4 > *,
  .a-gapx50.sp-col4 > * {
    width: calc(25% - 37.5px);
  }

  .a-col4.sp-gap50 > :nth-child(4n),
  .a-col4.sp-gapx50 > :nth-child(4n),
  .a-gap50.sp-col4 > :nth-child(4n),
  .a-gapx50.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap50 > :nth-child(4n-1),
  .a-col4.sp-gapx50 > :nth-child(4n-1),
  .a-gap50.sp-col4 > :nth-child(4n-1),
  .a-gapx50.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap50 > :nth-child(4n-2),
  .a-col4.sp-gapx50 > :nth-child(4n-2),
  .a-gap50.sp-col4 > :nth-child(4n-2),
  .a-gapx50.sp-col4 > :nth-child(4n-2) {
    margin-left: 50px;
  }

  .a-col4.sp-gap50 > :nth-child(4n-3),
  .a-col4.sp-gapx50 > :nth-child(4n-3),
  .a-gap50.sp-col4 > :nth-child(4n-3),
  .a-gapx50.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap50 > *,
  .a-col5.sp-gapx50 > *,
  .a-gap50.sp-col5 > *,
  .a-gapx50.sp-col5 > * {
    width: calc(20% - 40px);
  }

  .a-col5.sp-gap50 > :nth-child(5n),
  .a-col5.sp-gapx50 > :nth-child(5n),
  .a-gap50.sp-col5 > :nth-child(5n),
  .a-gapx50.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap50 > :nth-child(5n-1),
  .a-col5.sp-gapx50 > :nth-child(5n-1),
  .a-gap50.sp-col5 > :nth-child(5n-1),
  .a-gapx50.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap50 > :nth-child(5n-2),
  .a-col5.sp-gapx50 > :nth-child(5n-2),
  .a-gap50.sp-col5 > :nth-child(5n-2),
  .a-gapx50.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap50 > :nth-child(5n-3),
  .a-col5.sp-gapx50 > :nth-child(5n-3),
  .a-gap50.sp-col5 > :nth-child(5n-3),
  .a-gapx50.sp-col5 > :nth-child(5n-3) {
    margin-left: 50px;
  }

  .a-col5.sp-gap50 > :nth-child(5n-4),
  .a-col5.sp-gapx50 > :nth-child(5n-4),
  .a-gap50.sp-col5 > :nth-child(5n-4),
  .a-gapx50.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap50 > *,
  .a-col6.sp-gapx50 > *,
  .a-gap50.sp-col6 > *,
  .a-gapx50.sp-col6 > * {
    width: calc(16.666% - 41.666px);
  }

  .a-col6.sp-gap50 > :nth-child(6n),
  .a-col6.sp-gapx50 > :nth-child(6n),
  .a-gap50.sp-col6 > :nth-child(6n),
  .a-gapx50.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap50 > :nth-child(6n-1),
  .a-col6.sp-gapx50 > :nth-child(6n-1),
  .a-gap50.sp-col6 > :nth-child(6n-1),
  .a-gapx50.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap50 > :nth-child(6n-2),
  .a-col6.sp-gapx50 > :nth-child(6n-2),
  .a-gap50.sp-col6 > :nth-child(6n-2),
  .a-gapx50.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap50 > :nth-child(6n-3),
  .a-col6.sp-gapx50 > :nth-child(6n-3),
  .a-gap50.sp-col6 > :nth-child(6n-3),
  .a-gapx50.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap50 > :nth-child(6n-4),
  .a-col6.sp-gapx50 > :nth-child(6n-4),
  .a-gap50.sp-col6 > :nth-child(6n-4),
  .a-gapx50.sp-col6 > :nth-child(6n-4) {
    margin-left: 50px;
  }

  .a-col6.sp-gap50 > :nth-child(6n-5),
  .a-col6.sp-gapx50 > :nth-child(6n-5),
  .a-gap50.sp-col6 > :nth-child(6n-5),
  .a-gapx50.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap60 > *,
  .a-col1.sp-gapx60 > *,
  .a-gap60.sp-col1 > *,
  .a-gapx60.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap60 > :nth-child(n),
  .a-col1.sp-gapx60 > :nth-child(n),
  .a-gap60.sp-col1 > :nth-child(n),
  .a-gapx60.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap60 > *,
  .a-col2.sp-gapx60 > *,
  .a-gap60.sp-col2 > *,
  .a-gapx60.sp-col2 > * {
    width: calc(50% - 30px);
  }

  .a-col2.sp-gap60 > :nth-child(2n),
  .a-col2.sp-gapx60 > :nth-child(2n),
  .a-gap60.sp-col2 > :nth-child(2n),
  .a-gapx60.sp-col2 > :nth-child(2n) {
    margin-left: 60px;
  }

  .a-col2.sp-gap60 > :nth-child(2n-1),
  .a-col2.sp-gapx60 > :nth-child(2n-1),
  .a-gap60.sp-col2 > :nth-child(2n-1),
  .a-gapx60.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap60 > *,
  .a-col3.sp-gapx60 > *,
  .a-gap60.sp-col3 > *,
  .a-gapx60.sp-col3 > * {
    width: calc(33.333% - 40px);
  }

  .a-col3.sp-gap60 > :nth-child(3n),
  .a-col3.sp-gapx60 > :nth-child(3n),
  .a-gap60.sp-col3 > :nth-child(3n),
  .a-gapx60.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap60 > :nth-child(3n-1),
  .a-col3.sp-gapx60 > :nth-child(3n-1),
  .a-gap60.sp-col3 > :nth-child(3n-1),
  .a-gapx60.sp-col3 > :nth-child(3n-1) {
    margin-left: 60px;
  }

  .a-col3.sp-gap60 > :nth-child(3n-2),
  .a-col3.sp-gapx60 > :nth-child(3n-2),
  .a-gap60.sp-col3 > :nth-child(3n-2),
  .a-gapx60.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap60 > *,
  .a-col4.sp-gapx60 > *,
  .a-gap60.sp-col4 > *,
  .a-gapx60.sp-col4 > * {
    width: calc(25% - 45px);
  }

  .a-col4.sp-gap60 > :nth-child(4n),
  .a-col4.sp-gapx60 > :nth-child(4n),
  .a-gap60.sp-col4 > :nth-child(4n),
  .a-gapx60.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap60 > :nth-child(4n-1),
  .a-col4.sp-gapx60 > :nth-child(4n-1),
  .a-gap60.sp-col4 > :nth-child(4n-1),
  .a-gapx60.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap60 > :nth-child(4n-2),
  .a-col4.sp-gapx60 > :nth-child(4n-2),
  .a-gap60.sp-col4 > :nth-child(4n-2),
  .a-gapx60.sp-col4 > :nth-child(4n-2) {
    margin-left: 60px;
  }

  .a-col4.sp-gap60 > :nth-child(4n-3),
  .a-col4.sp-gapx60 > :nth-child(4n-3),
  .a-gap60.sp-col4 > :nth-child(4n-3),
  .a-gapx60.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap60 > *,
  .a-col5.sp-gapx60 > *,
  .a-gap60.sp-col5 > *,
  .a-gapx60.sp-col5 > * {
    width: calc(20% - 48px);
  }

  .a-col5.sp-gap60 > :nth-child(5n),
  .a-col5.sp-gapx60 > :nth-child(5n),
  .a-gap60.sp-col5 > :nth-child(5n),
  .a-gapx60.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap60 > :nth-child(5n-1),
  .a-col5.sp-gapx60 > :nth-child(5n-1),
  .a-gap60.sp-col5 > :nth-child(5n-1),
  .a-gapx60.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap60 > :nth-child(5n-2),
  .a-col5.sp-gapx60 > :nth-child(5n-2),
  .a-gap60.sp-col5 > :nth-child(5n-2),
  .a-gapx60.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap60 > :nth-child(5n-3),
  .a-col5.sp-gapx60 > :nth-child(5n-3),
  .a-gap60.sp-col5 > :nth-child(5n-3),
  .a-gapx60.sp-col5 > :nth-child(5n-3) {
    margin-left: 60px;
  }

  .a-col5.sp-gap60 > :nth-child(5n-4),
  .a-col5.sp-gapx60 > :nth-child(5n-4),
  .a-gap60.sp-col5 > :nth-child(5n-4),
  .a-gapx60.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap60 > *,
  .a-col6.sp-gapx60 > *,
  .a-gap60.sp-col6 > *,
  .a-gapx60.sp-col6 > * {
    width: calc(16.666% - 50px);
  }

  .a-col6.sp-gap60 > :nth-child(6n),
  .a-col6.sp-gapx60 > :nth-child(6n),
  .a-gap60.sp-col6 > :nth-child(6n),
  .a-gapx60.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap60 > :nth-child(6n-1),
  .a-col6.sp-gapx60 > :nth-child(6n-1),
  .a-gap60.sp-col6 > :nth-child(6n-1),
  .a-gapx60.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap60 > :nth-child(6n-2),
  .a-col6.sp-gapx60 > :nth-child(6n-2),
  .a-gap60.sp-col6 > :nth-child(6n-2),
  .a-gapx60.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap60 > :nth-child(6n-3),
  .a-col6.sp-gapx60 > :nth-child(6n-3),
  .a-gap60.sp-col6 > :nth-child(6n-3),
  .a-gapx60.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap60 > :nth-child(6n-4),
  .a-col6.sp-gapx60 > :nth-child(6n-4),
  .a-gap60.sp-col6 > :nth-child(6n-4),
  .a-gapx60.sp-col6 > :nth-child(6n-4) {
    margin-left: 60px;
  }

  .a-col6.sp-gap60 > :nth-child(6n-5),
  .a-col6.sp-gapx60 > :nth-child(6n-5),
  .a-gap60.sp-col6 > :nth-child(6n-5),
  .a-gapx60.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap70 > *,
  .a-col1.sp-gapx70 > *,
  .a-gap70.sp-col1 > *,
  .a-gapx70.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap70 > :nth-child(n),
  .a-col1.sp-gapx70 > :nth-child(n),
  .a-gap70.sp-col1 > :nth-child(n),
  .a-gapx70.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap70 > *,
  .a-col2.sp-gapx70 > *,
  .a-gap70.sp-col2 > *,
  .a-gapx70.sp-col2 > * {
    width: calc(50% - 35px);
  }

  .a-col2.sp-gap70 > :nth-child(2n),
  .a-col2.sp-gapx70 > :nth-child(2n),
  .a-gap70.sp-col2 > :nth-child(2n),
  .a-gapx70.sp-col2 > :nth-child(2n) {
    margin-left: 70px;
  }

  .a-col2.sp-gap70 > :nth-child(2n-1),
  .a-col2.sp-gapx70 > :nth-child(2n-1),
  .a-gap70.sp-col2 > :nth-child(2n-1),
  .a-gapx70.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap70 > *,
  .a-col3.sp-gapx70 > *,
  .a-gap70.sp-col3 > *,
  .a-gapx70.sp-col3 > * {
    width: calc(33.333% - 46.666px);
  }

  .a-col3.sp-gap70 > :nth-child(3n),
  .a-col3.sp-gapx70 > :nth-child(3n),
  .a-gap70.sp-col3 > :nth-child(3n),
  .a-gapx70.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap70 > :nth-child(3n-1),
  .a-col3.sp-gapx70 > :nth-child(3n-1),
  .a-gap70.sp-col3 > :nth-child(3n-1),
  .a-gapx70.sp-col3 > :nth-child(3n-1) {
    margin-left: 70px;
  }

  .a-col3.sp-gap70 > :nth-child(3n-2),
  .a-col3.sp-gapx70 > :nth-child(3n-2),
  .a-gap70.sp-col3 > :nth-child(3n-2),
  .a-gapx70.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap70 > *,
  .a-col4.sp-gapx70 > *,
  .a-gap70.sp-col4 > *,
  .a-gapx70.sp-col4 > * {
    width: calc(25% - 52.5px);
  }

  .a-col4.sp-gap70 > :nth-child(4n),
  .a-col4.sp-gapx70 > :nth-child(4n),
  .a-gap70.sp-col4 > :nth-child(4n),
  .a-gapx70.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap70 > :nth-child(4n-1),
  .a-col4.sp-gapx70 > :nth-child(4n-1),
  .a-gap70.sp-col4 > :nth-child(4n-1),
  .a-gapx70.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap70 > :nth-child(4n-2),
  .a-col4.sp-gapx70 > :nth-child(4n-2),
  .a-gap70.sp-col4 > :nth-child(4n-2),
  .a-gapx70.sp-col4 > :nth-child(4n-2) {
    margin-left: 70px;
  }

  .a-col4.sp-gap70 > :nth-child(4n-3),
  .a-col4.sp-gapx70 > :nth-child(4n-3),
  .a-gap70.sp-col4 > :nth-child(4n-3),
  .a-gapx70.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap70 > *,
  .a-col5.sp-gapx70 > *,
  .a-gap70.sp-col5 > *,
  .a-gapx70.sp-col5 > * {
    width: calc(20% - 56px);
  }

  .a-col5.sp-gap70 > :nth-child(5n),
  .a-col5.sp-gapx70 > :nth-child(5n),
  .a-gap70.sp-col5 > :nth-child(5n),
  .a-gapx70.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap70 > :nth-child(5n-1),
  .a-col5.sp-gapx70 > :nth-child(5n-1),
  .a-gap70.sp-col5 > :nth-child(5n-1),
  .a-gapx70.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap70 > :nth-child(5n-2),
  .a-col5.sp-gapx70 > :nth-child(5n-2),
  .a-gap70.sp-col5 > :nth-child(5n-2),
  .a-gapx70.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap70 > :nth-child(5n-3),
  .a-col5.sp-gapx70 > :nth-child(5n-3),
  .a-gap70.sp-col5 > :nth-child(5n-3),
  .a-gapx70.sp-col5 > :nth-child(5n-3) {
    margin-left: 70px;
  }

  .a-col5.sp-gap70 > :nth-child(5n-4),
  .a-col5.sp-gapx70 > :nth-child(5n-4),
  .a-gap70.sp-col5 > :nth-child(5n-4),
  .a-gapx70.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap70 > *,
  .a-col6.sp-gapx70 > *,
  .a-gap70.sp-col6 > *,
  .a-gapx70.sp-col6 > * {
    width: calc(16.666% - 58.333px);
  }

  .a-col6.sp-gap70 > :nth-child(6n),
  .a-col6.sp-gapx70 > :nth-child(6n),
  .a-gap70.sp-col6 > :nth-child(6n),
  .a-gapx70.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap70 > :nth-child(6n-1),
  .a-col6.sp-gapx70 > :nth-child(6n-1),
  .a-gap70.sp-col6 > :nth-child(6n-1),
  .a-gapx70.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap70 > :nth-child(6n-2),
  .a-col6.sp-gapx70 > :nth-child(6n-2),
  .a-gap70.sp-col6 > :nth-child(6n-2),
  .a-gapx70.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap70 > :nth-child(6n-3),
  .a-col6.sp-gapx70 > :nth-child(6n-3),
  .a-gap70.sp-col6 > :nth-child(6n-3),
  .a-gapx70.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap70 > :nth-child(6n-4),
  .a-col6.sp-gapx70 > :nth-child(6n-4),
  .a-gap70.sp-col6 > :nth-child(6n-4),
  .a-gapx70.sp-col6 > :nth-child(6n-4) {
    margin-left: 70px;
  }

  .a-col6.sp-gap70 > :nth-child(6n-5),
  .a-col6.sp-gapx70 > :nth-child(6n-5),
  .a-gap70.sp-col6 > :nth-child(6n-5),
  .a-gapx70.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap80 > *,
  .a-col1.sp-gapx80 > *,
  .a-gap80.sp-col1 > *,
  .a-gapx80.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap80 > :nth-child(n),
  .a-col1.sp-gapx80 > :nth-child(n),
  .a-gap80.sp-col1 > :nth-child(n),
  .a-gapx80.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap80 > *,
  .a-col2.sp-gapx80 > *,
  .a-gap80.sp-col2 > *,
  .a-gapx80.sp-col2 > * {
    width: calc(50% - 40px);
  }

  .a-col2.sp-gap80 > :nth-child(2n),
  .a-col2.sp-gapx80 > :nth-child(2n),
  .a-gap80.sp-col2 > :nth-child(2n),
  .a-gapx80.sp-col2 > :nth-child(2n) {
    margin-left: 80px;
  }

  .a-col2.sp-gap80 > :nth-child(2n-1),
  .a-col2.sp-gapx80 > :nth-child(2n-1),
  .a-gap80.sp-col2 > :nth-child(2n-1),
  .a-gapx80.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap80 > *,
  .a-col3.sp-gapx80 > *,
  .a-gap80.sp-col3 > *,
  .a-gapx80.sp-col3 > * {
    width: calc(33.333% - 53.333px);
  }

  .a-col3.sp-gap80 > :nth-child(3n),
  .a-col3.sp-gapx80 > :nth-child(3n),
  .a-gap80.sp-col3 > :nth-child(3n),
  .a-gapx80.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap80 > :nth-child(3n-1),
  .a-col3.sp-gapx80 > :nth-child(3n-1),
  .a-gap80.sp-col3 > :nth-child(3n-1),
  .a-gapx80.sp-col3 > :nth-child(3n-1) {
    margin-left: 80px;
  }

  .a-col3.sp-gap80 > :nth-child(3n-2),
  .a-col3.sp-gapx80 > :nth-child(3n-2),
  .a-gap80.sp-col3 > :nth-child(3n-2),
  .a-gapx80.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap80 > *,
  .a-col4.sp-gapx80 > *,
  .a-gap80.sp-col4 > *,
  .a-gapx80.sp-col4 > * {
    width: calc(25% - 60px);
  }

  .a-col4.sp-gap80 > :nth-child(4n),
  .a-col4.sp-gapx80 > :nth-child(4n),
  .a-gap80.sp-col4 > :nth-child(4n),
  .a-gapx80.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap80 > :nth-child(4n-1),
  .a-col4.sp-gapx80 > :nth-child(4n-1),
  .a-gap80.sp-col4 > :nth-child(4n-1),
  .a-gapx80.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap80 > :nth-child(4n-2),
  .a-col4.sp-gapx80 > :nth-child(4n-2),
  .a-gap80.sp-col4 > :nth-child(4n-2),
  .a-gapx80.sp-col4 > :nth-child(4n-2) {
    margin-left: 80px;
  }

  .a-col4.sp-gap80 > :nth-child(4n-3),
  .a-col4.sp-gapx80 > :nth-child(4n-3),
  .a-gap80.sp-col4 > :nth-child(4n-3),
  .a-gapx80.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap80 > *,
  .a-col5.sp-gapx80 > *,
  .a-gap80.sp-col5 > *,
  .a-gapx80.sp-col5 > * {
    width: calc(20% - 64px);
  }

  .a-col5.sp-gap80 > :nth-child(5n),
  .a-col5.sp-gapx80 > :nth-child(5n),
  .a-gap80.sp-col5 > :nth-child(5n),
  .a-gapx80.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap80 > :nth-child(5n-1),
  .a-col5.sp-gapx80 > :nth-child(5n-1),
  .a-gap80.sp-col5 > :nth-child(5n-1),
  .a-gapx80.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap80 > :nth-child(5n-2),
  .a-col5.sp-gapx80 > :nth-child(5n-2),
  .a-gap80.sp-col5 > :nth-child(5n-2),
  .a-gapx80.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap80 > :nth-child(5n-3),
  .a-col5.sp-gapx80 > :nth-child(5n-3),
  .a-gap80.sp-col5 > :nth-child(5n-3),
  .a-gapx80.sp-col5 > :nth-child(5n-3) {
    margin-left: 80px;
  }

  .a-col5.sp-gap80 > :nth-child(5n-4),
  .a-col5.sp-gapx80 > :nth-child(5n-4),
  .a-gap80.sp-col5 > :nth-child(5n-4),
  .a-gapx80.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap80 > *,
  .a-col6.sp-gapx80 > *,
  .a-gap80.sp-col6 > *,
  .a-gapx80.sp-col6 > * {
    width: calc(16.666% - 66.666px);
  }

  .a-col6.sp-gap80 > :nth-child(6n),
  .a-col6.sp-gapx80 > :nth-child(6n),
  .a-gap80.sp-col6 > :nth-child(6n),
  .a-gapx80.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap80 > :nth-child(6n-1),
  .a-col6.sp-gapx80 > :nth-child(6n-1),
  .a-gap80.sp-col6 > :nth-child(6n-1),
  .a-gapx80.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap80 > :nth-child(6n-2),
  .a-col6.sp-gapx80 > :nth-child(6n-2),
  .a-gap80.sp-col6 > :nth-child(6n-2),
  .a-gapx80.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap80 > :nth-child(6n-3),
  .a-col6.sp-gapx80 > :nth-child(6n-3),
  .a-gap80.sp-col6 > :nth-child(6n-3),
  .a-gapx80.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap80 > :nth-child(6n-4),
  .a-col6.sp-gapx80 > :nth-child(6n-4),
  .a-gap80.sp-col6 > :nth-child(6n-4),
  .a-gapx80.sp-col6 > :nth-child(6n-4) {
    margin-left: 80px;
  }

  .a-col6.sp-gap80 > :nth-child(6n-5),
  .a-col6.sp-gapx80 > :nth-child(6n-5),
  .a-gap80.sp-col6 > :nth-child(6n-5),
  .a-gapx80.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap90 > *,
  .a-col1.sp-gapx90 > *,
  .a-gap90.sp-col1 > *,
  .a-gapx90.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap90 > :nth-child(n),
  .a-col1.sp-gapx90 > :nth-child(n),
  .a-gap90.sp-col1 > :nth-child(n),
  .a-gapx90.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap90 > *,
  .a-col2.sp-gapx90 > *,
  .a-gap90.sp-col2 > *,
  .a-gapx90.sp-col2 > * {
    width: calc(50% - 45px);
  }

  .a-col2.sp-gap90 > :nth-child(2n),
  .a-col2.sp-gapx90 > :nth-child(2n),
  .a-gap90.sp-col2 > :nth-child(2n),
  .a-gapx90.sp-col2 > :nth-child(2n) {
    margin-left: 90px;
  }

  .a-col2.sp-gap90 > :nth-child(2n-1),
  .a-col2.sp-gapx90 > :nth-child(2n-1),
  .a-gap90.sp-col2 > :nth-child(2n-1),
  .a-gapx90.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap90 > *,
  .a-col3.sp-gapx90 > *,
  .a-gap90.sp-col3 > *,
  .a-gapx90.sp-col3 > * {
    width: calc(33.333% - 60px);
  }

  .a-col3.sp-gap90 > :nth-child(3n),
  .a-col3.sp-gapx90 > :nth-child(3n),
  .a-gap90.sp-col3 > :nth-child(3n),
  .a-gapx90.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap90 > :nth-child(3n-1),
  .a-col3.sp-gapx90 > :nth-child(3n-1),
  .a-gap90.sp-col3 > :nth-child(3n-1),
  .a-gapx90.sp-col3 > :nth-child(3n-1) {
    margin-left: 90px;
  }

  .a-col3.sp-gap90 > :nth-child(3n-2),
  .a-col3.sp-gapx90 > :nth-child(3n-2),
  .a-gap90.sp-col3 > :nth-child(3n-2),
  .a-gapx90.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap90 > *,
  .a-col4.sp-gapx90 > *,
  .a-gap90.sp-col4 > *,
  .a-gapx90.sp-col4 > * {
    width: calc(25% - 67.5px);
  }

  .a-col4.sp-gap90 > :nth-child(4n),
  .a-col4.sp-gapx90 > :nth-child(4n),
  .a-gap90.sp-col4 > :nth-child(4n),
  .a-gapx90.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap90 > :nth-child(4n-1),
  .a-col4.sp-gapx90 > :nth-child(4n-1),
  .a-gap90.sp-col4 > :nth-child(4n-1),
  .a-gapx90.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap90 > :nth-child(4n-2),
  .a-col4.sp-gapx90 > :nth-child(4n-2),
  .a-gap90.sp-col4 > :nth-child(4n-2),
  .a-gapx90.sp-col4 > :nth-child(4n-2) {
    margin-left: 90px;
  }

  .a-col4.sp-gap90 > :nth-child(4n-3),
  .a-col4.sp-gapx90 > :nth-child(4n-3),
  .a-gap90.sp-col4 > :nth-child(4n-3),
  .a-gapx90.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap90 > *,
  .a-col5.sp-gapx90 > *,
  .a-gap90.sp-col5 > *,
  .a-gapx90.sp-col5 > * {
    width: calc(20% - 72px);
  }

  .a-col5.sp-gap90 > :nth-child(5n),
  .a-col5.sp-gapx90 > :nth-child(5n),
  .a-gap90.sp-col5 > :nth-child(5n),
  .a-gapx90.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap90 > :nth-child(5n-1),
  .a-col5.sp-gapx90 > :nth-child(5n-1),
  .a-gap90.sp-col5 > :nth-child(5n-1),
  .a-gapx90.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap90 > :nth-child(5n-2),
  .a-col5.sp-gapx90 > :nth-child(5n-2),
  .a-gap90.sp-col5 > :nth-child(5n-2),
  .a-gapx90.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap90 > :nth-child(5n-3),
  .a-col5.sp-gapx90 > :nth-child(5n-3),
  .a-gap90.sp-col5 > :nth-child(5n-3),
  .a-gapx90.sp-col5 > :nth-child(5n-3) {
    margin-left: 90px;
  }

  .a-col5.sp-gap90 > :nth-child(5n-4),
  .a-col5.sp-gapx90 > :nth-child(5n-4),
  .a-gap90.sp-col5 > :nth-child(5n-4),
  .a-gapx90.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap90 > *,
  .a-col6.sp-gapx90 > *,
  .a-gap90.sp-col6 > *,
  .a-gapx90.sp-col6 > * {
    width: calc(16.666% - 75px);
  }

  .a-col6.sp-gap90 > :nth-child(6n),
  .a-col6.sp-gapx90 > :nth-child(6n),
  .a-gap90.sp-col6 > :nth-child(6n),
  .a-gapx90.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap90 > :nth-child(6n-1),
  .a-col6.sp-gapx90 > :nth-child(6n-1),
  .a-gap90.sp-col6 > :nth-child(6n-1),
  .a-gapx90.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap90 > :nth-child(6n-2),
  .a-col6.sp-gapx90 > :nth-child(6n-2),
  .a-gap90.sp-col6 > :nth-child(6n-2),
  .a-gapx90.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap90 > :nth-child(6n-3),
  .a-col6.sp-gapx90 > :nth-child(6n-3),
  .a-gap90.sp-col6 > :nth-child(6n-3),
  .a-gapx90.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap90 > :nth-child(6n-4),
  .a-col6.sp-gapx90 > :nth-child(6n-4),
  .a-gap90.sp-col6 > :nth-child(6n-4),
  .a-gapx90.sp-col6 > :nth-child(6n-4) {
    margin-left: 90px;
  }

  .a-col6.sp-gap90 > :nth-child(6n-5),
  .a-col6.sp-gapx90 > :nth-child(6n-5),
  .a-gap90.sp-col6 > :nth-child(6n-5),
  .a-gapx90.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap100 > *,
  .a-col1.sp-gapx100 > *,
  .a-gap100.sp-col1 > *,
  .a-gapx100.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap100 > :nth-child(n),
  .a-col1.sp-gapx100 > :nth-child(n),
  .a-gap100.sp-col1 > :nth-child(n),
  .a-gapx100.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap100 > *,
  .a-col2.sp-gapx100 > *,
  .a-gap100.sp-col2 > *,
  .a-gapx100.sp-col2 > * {
    width: calc(50% - 50px);
  }

  .a-col2.sp-gap100 > :nth-child(2n),
  .a-col2.sp-gapx100 > :nth-child(2n),
  .a-gap100.sp-col2 > :nth-child(2n),
  .a-gapx100.sp-col2 > :nth-child(2n) {
    margin-left: 100px;
  }

  .a-col2.sp-gap100 > :nth-child(2n-1),
  .a-col2.sp-gapx100 > :nth-child(2n-1),
  .a-gap100.sp-col2 > :nth-child(2n-1),
  .a-gapx100.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap100 > *,
  .a-col3.sp-gapx100 > *,
  .a-gap100.sp-col3 > *,
  .a-gapx100.sp-col3 > * {
    width: calc(33.333% - 66.666px);
  }

  .a-col3.sp-gap100 > :nth-child(3n),
  .a-col3.sp-gapx100 > :nth-child(3n),
  .a-gap100.sp-col3 > :nth-child(3n),
  .a-gapx100.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap100 > :nth-child(3n-1),
  .a-col3.sp-gapx100 > :nth-child(3n-1),
  .a-gap100.sp-col3 > :nth-child(3n-1),
  .a-gapx100.sp-col3 > :nth-child(3n-1) {
    margin-left: 100px;
  }

  .a-col3.sp-gap100 > :nth-child(3n-2),
  .a-col3.sp-gapx100 > :nth-child(3n-2),
  .a-gap100.sp-col3 > :nth-child(3n-2),
  .a-gapx100.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap100 > *,
  .a-col4.sp-gapx100 > *,
  .a-gap100.sp-col4 > *,
  .a-gapx100.sp-col4 > * {
    width: calc(25% - 75px);
  }

  .a-col4.sp-gap100 > :nth-child(4n),
  .a-col4.sp-gapx100 > :nth-child(4n),
  .a-gap100.sp-col4 > :nth-child(4n),
  .a-gapx100.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap100 > :nth-child(4n-1),
  .a-col4.sp-gapx100 > :nth-child(4n-1),
  .a-gap100.sp-col4 > :nth-child(4n-1),
  .a-gapx100.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap100 > :nth-child(4n-2),
  .a-col4.sp-gapx100 > :nth-child(4n-2),
  .a-gap100.sp-col4 > :nth-child(4n-2),
  .a-gapx100.sp-col4 > :nth-child(4n-2) {
    margin-left: 100px;
  }

  .a-col4.sp-gap100 > :nth-child(4n-3),
  .a-col4.sp-gapx100 > :nth-child(4n-3),
  .a-gap100.sp-col4 > :nth-child(4n-3),
  .a-gapx100.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap100 > *,
  .a-col5.sp-gapx100 > *,
  .a-gap100.sp-col5 > *,
  .a-gapx100.sp-col5 > * {
    width: calc(20% - 80px);
  }

  .a-col5.sp-gap100 > :nth-child(5n),
  .a-col5.sp-gapx100 > :nth-child(5n),
  .a-gap100.sp-col5 > :nth-child(5n),
  .a-gapx100.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap100 > :nth-child(5n-1),
  .a-col5.sp-gapx100 > :nth-child(5n-1),
  .a-gap100.sp-col5 > :nth-child(5n-1),
  .a-gapx100.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap100 > :nth-child(5n-2),
  .a-col5.sp-gapx100 > :nth-child(5n-2),
  .a-gap100.sp-col5 > :nth-child(5n-2),
  .a-gapx100.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap100 > :nth-child(5n-3),
  .a-col5.sp-gapx100 > :nth-child(5n-3),
  .a-gap100.sp-col5 > :nth-child(5n-3),
  .a-gapx100.sp-col5 > :nth-child(5n-3) {
    margin-left: 100px;
  }

  .a-col5.sp-gap100 > :nth-child(5n-4),
  .a-col5.sp-gapx100 > :nth-child(5n-4),
  .a-gap100.sp-col5 > :nth-child(5n-4),
  .a-gapx100.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap100 > *,
  .a-col6.sp-gapx100 > *,
  .a-gap100.sp-col6 > *,
  .a-gapx100.sp-col6 > * {
    width: calc(16.666% - 83.333px);
  }

  .a-col6.sp-gap100 > :nth-child(6n),
  .a-col6.sp-gapx100 > :nth-child(6n),
  .a-gap100.sp-col6 > :nth-child(6n),
  .a-gapx100.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap100 > :nth-child(6n-1),
  .a-col6.sp-gapx100 > :nth-child(6n-1),
  .a-gap100.sp-col6 > :nth-child(6n-1),
  .a-gapx100.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap100 > :nth-child(6n-2),
  .a-col6.sp-gapx100 > :nth-child(6n-2),
  .a-gap100.sp-col6 > :nth-child(6n-2),
  .a-gapx100.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap100 > :nth-child(6n-3),
  .a-col6.sp-gapx100 > :nth-child(6n-3),
  .a-gap100.sp-col6 > :nth-child(6n-3),
  .a-gapx100.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap100 > :nth-child(6n-4),
  .a-col6.sp-gapx100 > :nth-child(6n-4),
  .a-gap100.sp-col6 > :nth-child(6n-4),
  .a-gapx100.sp-col6 > :nth-child(6n-4) {
    margin-left: 100px;
  }

  .a-col6.sp-gap100 > :nth-child(6n-5),
  .a-col6.sp-gapx100 > :nth-child(6n-5),
  .a-gap100.sp-col6 > :nth-child(6n-5),
  .a-gapx100.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap1p > *,
  .a-col1.sp-gapx1p > *,
  .a-gap1p.sp-col1 > *,
  .a-gapx1p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap1p > :nth-child(n),
  .a-col1.sp-gapx1p > :nth-child(n),
  .a-gap1p.sp-col1 > :nth-child(n),
  .a-gapx1p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap1p > *,
  .a-col2.sp-gapx1p > *,
  .a-gap1p.sp-col2 > *,
  .a-gapx1p.sp-col2 > * {
    width: 49.5%;
  }

  .a-col2.sp-gap1p > :nth-child(2n),
  .a-col2.sp-gapx1p > :nth-child(2n),
  .a-gap1p.sp-col2 > :nth-child(2n),
  .a-gapx1p.sp-col2 > :nth-child(2n) {
    margin-left: 1%;
  }

  .a-col2.sp-gap1p > :nth-child(2n-1),
  .a-col2.sp-gapx1p > :nth-child(2n-1),
  .a-gap1p.sp-col2 > :nth-child(2n-1),
  .a-gapx1p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap1p > *,
  .a-col3.sp-gapx1p > *,
  .a-gap1p.sp-col3 > *,
  .a-gapx1p.sp-col3 > * {
    width: 32.667%;
  }

  .a-col3.sp-gap1p > :nth-child(3n),
  .a-col3.sp-gapx1p > :nth-child(3n),
  .a-gap1p.sp-col3 > :nth-child(3n),
  .a-gapx1p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap1p > :nth-child(3n-1),
  .a-col3.sp-gapx1p > :nth-child(3n-1),
  .a-gap1p.sp-col3 > :nth-child(3n-1),
  .a-gapx1p.sp-col3 > :nth-child(3n-1) {
    margin-left: 1%;
  }

  .a-col3.sp-gap1p > :nth-child(3n-2),
  .a-col3.sp-gapx1p > :nth-child(3n-2),
  .a-gap1p.sp-col3 > :nth-child(3n-2),
  .a-gapx1p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap1p > *,
  .a-col4.sp-gapx1p > *,
  .a-gap1p.sp-col4 > *,
  .a-gapx1p.sp-col4 > * {
    width: 24.25%;
  }

  .a-col4.sp-gap1p > :nth-child(4n),
  .a-col4.sp-gapx1p > :nth-child(4n),
  .a-gap1p.sp-col4 > :nth-child(4n),
  .a-gapx1p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap1p > :nth-child(4n-1),
  .a-col4.sp-gapx1p > :nth-child(4n-1),
  .a-gap1p.sp-col4 > :nth-child(4n-1),
  .a-gapx1p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap1p > :nth-child(4n-2),
  .a-col4.sp-gapx1p > :nth-child(4n-2),
  .a-gap1p.sp-col4 > :nth-child(4n-2),
  .a-gapx1p.sp-col4 > :nth-child(4n-2) {
    margin-left: 1%;
  }

  .a-col4.sp-gap1p > :nth-child(4n-3),
  .a-col4.sp-gapx1p > :nth-child(4n-3),
  .a-gap1p.sp-col4 > :nth-child(4n-3),
  .a-gapx1p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap1p > *,
  .a-col5.sp-gapx1p > *,
  .a-gap1p.sp-col5 > *,
  .a-gapx1p.sp-col5 > * {
    width: 19.2%;
  }

  .a-col5.sp-gap1p > :nth-child(5n),
  .a-col5.sp-gapx1p > :nth-child(5n),
  .a-gap1p.sp-col5 > :nth-child(5n),
  .a-gapx1p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap1p > :nth-child(5n-1),
  .a-col5.sp-gapx1p > :nth-child(5n-1),
  .a-gap1p.sp-col5 > :nth-child(5n-1),
  .a-gapx1p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap1p > :nth-child(5n-2),
  .a-col5.sp-gapx1p > :nth-child(5n-2),
  .a-gap1p.sp-col5 > :nth-child(5n-2),
  .a-gapx1p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap1p > :nth-child(5n-3),
  .a-col5.sp-gapx1p > :nth-child(5n-3),
  .a-gap1p.sp-col5 > :nth-child(5n-3),
  .a-gapx1p.sp-col5 > :nth-child(5n-3) {
    margin-left: 1%;
  }

  .a-col5.sp-gap1p > :nth-child(5n-4),
  .a-col5.sp-gapx1p > :nth-child(5n-4),
  .a-gap1p.sp-col5 > :nth-child(5n-4),
  .a-gapx1p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap1p > *,
  .a-col6.sp-gapx1p > *,
  .a-gap1p.sp-col6 > *,
  .a-gapx1p.sp-col6 > * {
    width: 15.833%;
  }

  .a-col6.sp-gap1p > :nth-child(6n),
  .a-col6.sp-gapx1p > :nth-child(6n),
  .a-gap1p.sp-col6 > :nth-child(6n),
  .a-gapx1p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap1p > :nth-child(6n-1),
  .a-col6.sp-gapx1p > :nth-child(6n-1),
  .a-gap1p.sp-col6 > :nth-child(6n-1),
  .a-gapx1p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap1p > :nth-child(6n-2),
  .a-col6.sp-gapx1p > :nth-child(6n-2),
  .a-gap1p.sp-col6 > :nth-child(6n-2),
  .a-gapx1p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap1p > :nth-child(6n-3),
  .a-col6.sp-gapx1p > :nth-child(6n-3),
  .a-gap1p.sp-col6 > :nth-child(6n-3),
  .a-gapx1p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap1p > :nth-child(6n-4),
  .a-col6.sp-gapx1p > :nth-child(6n-4),
  .a-gap1p.sp-col6 > :nth-child(6n-4),
  .a-gapx1p.sp-col6 > :nth-child(6n-4) {
    margin-left: 1%;
  }

  .a-col6.sp-gap1p > :nth-child(6n-5),
  .a-col6.sp-gapx1p > :nth-child(6n-5),
  .a-gap1p.sp-col6 > :nth-child(6n-5),
  .a-gapx1p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap2p > *,
  .a-col1.sp-gapx2p > *,
  .a-gap2p.sp-col1 > *,
  .a-gapx2p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap2p > :nth-child(n),
  .a-col1.sp-gapx2p > :nth-child(n),
  .a-gap2p.sp-col1 > :nth-child(n),
  .a-gapx2p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap2p > *,
  .a-col2.sp-gapx2p > *,
  .a-gap2p.sp-col2 > *,
  .a-gapx2p.sp-col2 > * {
    width: 49%;
  }

  .a-col2.sp-gap2p > :nth-child(2n),
  .a-col2.sp-gapx2p > :nth-child(2n),
  .a-gap2p.sp-col2 > :nth-child(2n),
  .a-gapx2p.sp-col2 > :nth-child(2n) {
    margin-left: 2%;
  }

  .a-col2.sp-gap2p > :nth-child(2n-1),
  .a-col2.sp-gapx2p > :nth-child(2n-1),
  .a-gap2p.sp-col2 > :nth-child(2n-1),
  .a-gapx2p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap2p > *,
  .a-col3.sp-gapx2p > *,
  .a-gap2p.sp-col3 > *,
  .a-gapx2p.sp-col3 > * {
    width: 32%;
  }

  .a-col3.sp-gap2p > :nth-child(3n),
  .a-col3.sp-gapx2p > :nth-child(3n),
  .a-gap2p.sp-col3 > :nth-child(3n),
  .a-gapx2p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap2p > :nth-child(3n-1),
  .a-col3.sp-gapx2p > :nth-child(3n-1),
  .a-gap2p.sp-col3 > :nth-child(3n-1),
  .a-gapx2p.sp-col3 > :nth-child(3n-1) {
    margin-left: 2%;
  }

  .a-col3.sp-gap2p > :nth-child(3n-2),
  .a-col3.sp-gapx2p > :nth-child(3n-2),
  .a-gap2p.sp-col3 > :nth-child(3n-2),
  .a-gapx2p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap2p > *,
  .a-col4.sp-gapx2p > *,
  .a-gap2p.sp-col4 > *,
  .a-gapx2p.sp-col4 > * {
    width: 23.5%;
  }

  .a-col4.sp-gap2p > :nth-child(4n),
  .a-col4.sp-gapx2p > :nth-child(4n),
  .a-gap2p.sp-col4 > :nth-child(4n),
  .a-gapx2p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap2p > :nth-child(4n-1),
  .a-col4.sp-gapx2p > :nth-child(4n-1),
  .a-gap2p.sp-col4 > :nth-child(4n-1),
  .a-gapx2p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap2p > :nth-child(4n-2),
  .a-col4.sp-gapx2p > :nth-child(4n-2),
  .a-gap2p.sp-col4 > :nth-child(4n-2),
  .a-gapx2p.sp-col4 > :nth-child(4n-2) {
    margin-left: 2%;
  }

  .a-col4.sp-gap2p > :nth-child(4n-3),
  .a-col4.sp-gapx2p > :nth-child(4n-3),
  .a-gap2p.sp-col4 > :nth-child(4n-3),
  .a-gapx2p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap2p > *,
  .a-col5.sp-gapx2p > *,
  .a-gap2p.sp-col5 > *,
  .a-gapx2p.sp-col5 > * {
    width: 18.4%;
  }

  .a-col5.sp-gap2p > :nth-child(5n),
  .a-col5.sp-gapx2p > :nth-child(5n),
  .a-gap2p.sp-col5 > :nth-child(5n),
  .a-gapx2p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap2p > :nth-child(5n-1),
  .a-col5.sp-gapx2p > :nth-child(5n-1),
  .a-gap2p.sp-col5 > :nth-child(5n-1),
  .a-gapx2p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap2p > :nth-child(5n-2),
  .a-col5.sp-gapx2p > :nth-child(5n-2),
  .a-gap2p.sp-col5 > :nth-child(5n-2),
  .a-gapx2p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap2p > :nth-child(5n-3),
  .a-col5.sp-gapx2p > :nth-child(5n-3),
  .a-gap2p.sp-col5 > :nth-child(5n-3),
  .a-gapx2p.sp-col5 > :nth-child(5n-3) {
    margin-left: 2%;
  }

  .a-col5.sp-gap2p > :nth-child(5n-4),
  .a-col5.sp-gapx2p > :nth-child(5n-4),
  .a-gap2p.sp-col5 > :nth-child(5n-4),
  .a-gapx2p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap2p > *,
  .a-col6.sp-gapx2p > *,
  .a-gap2p.sp-col6 > *,
  .a-gapx2p.sp-col6 > * {
    width: 15%;
  }

  .a-col6.sp-gap2p > :nth-child(6n),
  .a-col6.sp-gapx2p > :nth-child(6n),
  .a-gap2p.sp-col6 > :nth-child(6n),
  .a-gapx2p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap2p > :nth-child(6n-1),
  .a-col6.sp-gapx2p > :nth-child(6n-1),
  .a-gap2p.sp-col6 > :nth-child(6n-1),
  .a-gapx2p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap2p > :nth-child(6n-2),
  .a-col6.sp-gapx2p > :nth-child(6n-2),
  .a-gap2p.sp-col6 > :nth-child(6n-2),
  .a-gapx2p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap2p > :nth-child(6n-3),
  .a-col6.sp-gapx2p > :nth-child(6n-3),
  .a-gap2p.sp-col6 > :nth-child(6n-3),
  .a-gapx2p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap2p > :nth-child(6n-4),
  .a-col6.sp-gapx2p > :nth-child(6n-4),
  .a-gap2p.sp-col6 > :nth-child(6n-4),
  .a-gapx2p.sp-col6 > :nth-child(6n-4) {
    margin-left: 2%;
  }

  .a-col6.sp-gap2p > :nth-child(6n-5),
  .a-col6.sp-gapx2p > :nth-child(6n-5),
  .a-gap2p.sp-col6 > :nth-child(6n-5),
  .a-gapx2p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap3p > *,
  .a-col1.sp-gapx3p > *,
  .a-gap3p.sp-col1 > *,
  .a-gapx3p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap3p > :nth-child(n),
  .a-col1.sp-gapx3p > :nth-child(n),
  .a-gap3p.sp-col1 > :nth-child(n),
  .a-gapx3p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap3p > *,
  .a-col2.sp-gapx3p > *,
  .a-gap3p.sp-col2 > *,
  .a-gapx3p.sp-col2 > * {
    width: 48.5%;
  }

  .a-col2.sp-gap3p > :nth-child(2n),
  .a-col2.sp-gapx3p > :nth-child(2n),
  .a-gap3p.sp-col2 > :nth-child(2n),
  .a-gapx3p.sp-col2 > :nth-child(2n) {
    margin-left: 3%;
  }

  .a-col2.sp-gap3p > :nth-child(2n-1),
  .a-col2.sp-gapx3p > :nth-child(2n-1),
  .a-gap3p.sp-col2 > :nth-child(2n-1),
  .a-gapx3p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap3p > *,
  .a-col3.sp-gapx3p > *,
  .a-gap3p.sp-col3 > *,
  .a-gapx3p.sp-col3 > * {
    width: 31.333%;
  }

  .a-col3.sp-gap3p > :nth-child(3n),
  .a-col3.sp-gapx3p > :nth-child(3n),
  .a-gap3p.sp-col3 > :nth-child(3n),
  .a-gapx3p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap3p > :nth-child(3n-1),
  .a-col3.sp-gapx3p > :nth-child(3n-1),
  .a-gap3p.sp-col3 > :nth-child(3n-1),
  .a-gapx3p.sp-col3 > :nth-child(3n-1) {
    margin-left: 3%;
  }

  .a-col3.sp-gap3p > :nth-child(3n-2),
  .a-col3.sp-gapx3p > :nth-child(3n-2),
  .a-gap3p.sp-col3 > :nth-child(3n-2),
  .a-gapx3p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap3p > *,
  .a-col4.sp-gapx3p > *,
  .a-gap3p.sp-col4 > *,
  .a-gapx3p.sp-col4 > * {
    width: 22.75%;
  }

  .a-col4.sp-gap3p > :nth-child(4n),
  .a-col4.sp-gapx3p > :nth-child(4n),
  .a-gap3p.sp-col4 > :nth-child(4n),
  .a-gapx3p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap3p > :nth-child(4n-1),
  .a-col4.sp-gapx3p > :nth-child(4n-1),
  .a-gap3p.sp-col4 > :nth-child(4n-1),
  .a-gapx3p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap3p > :nth-child(4n-2),
  .a-col4.sp-gapx3p > :nth-child(4n-2),
  .a-gap3p.sp-col4 > :nth-child(4n-2),
  .a-gapx3p.sp-col4 > :nth-child(4n-2) {
    margin-left: 3%;
  }

  .a-col4.sp-gap3p > :nth-child(4n-3),
  .a-col4.sp-gapx3p > :nth-child(4n-3),
  .a-gap3p.sp-col4 > :nth-child(4n-3),
  .a-gapx3p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap3p > *,
  .a-col5.sp-gapx3p > *,
  .a-gap3p.sp-col5 > *,
  .a-gapx3p.sp-col5 > * {
    width: 17.6%;
  }

  .a-col5.sp-gap3p > :nth-child(5n),
  .a-col5.sp-gapx3p > :nth-child(5n),
  .a-gap3p.sp-col5 > :nth-child(5n),
  .a-gapx3p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap3p > :nth-child(5n-1),
  .a-col5.sp-gapx3p > :nth-child(5n-1),
  .a-gap3p.sp-col5 > :nth-child(5n-1),
  .a-gapx3p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap3p > :nth-child(5n-2),
  .a-col5.sp-gapx3p > :nth-child(5n-2),
  .a-gap3p.sp-col5 > :nth-child(5n-2),
  .a-gapx3p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap3p > :nth-child(5n-3),
  .a-col5.sp-gapx3p > :nth-child(5n-3),
  .a-gap3p.sp-col5 > :nth-child(5n-3),
  .a-gapx3p.sp-col5 > :nth-child(5n-3) {
    margin-left: 3%;
  }

  .a-col5.sp-gap3p > :nth-child(5n-4),
  .a-col5.sp-gapx3p > :nth-child(5n-4),
  .a-gap3p.sp-col5 > :nth-child(5n-4),
  .a-gapx3p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap3p > *,
  .a-col6.sp-gapx3p > *,
  .a-gap3p.sp-col6 > *,
  .a-gapx3p.sp-col6 > * {
    width: 14.166%;
  }

  .a-col6.sp-gap3p > :nth-child(6n),
  .a-col6.sp-gapx3p > :nth-child(6n),
  .a-gap3p.sp-col6 > :nth-child(6n),
  .a-gapx3p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap3p > :nth-child(6n-1),
  .a-col6.sp-gapx3p > :nth-child(6n-1),
  .a-gap3p.sp-col6 > :nth-child(6n-1),
  .a-gapx3p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap3p > :nth-child(6n-2),
  .a-col6.sp-gapx3p > :nth-child(6n-2),
  .a-gap3p.sp-col6 > :nth-child(6n-2),
  .a-gapx3p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap3p > :nth-child(6n-3),
  .a-col6.sp-gapx3p > :nth-child(6n-3),
  .a-gap3p.sp-col6 > :nth-child(6n-3),
  .a-gapx3p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap3p > :nth-child(6n-4),
  .a-col6.sp-gapx3p > :nth-child(6n-4),
  .a-gap3p.sp-col6 > :nth-child(6n-4),
  .a-gapx3p.sp-col6 > :nth-child(6n-4) {
    margin-left: 3%;
  }

  .a-col6.sp-gap3p > :nth-child(6n-5),
  .a-col6.sp-gapx3p > :nth-child(6n-5),
  .a-gap3p.sp-col6 > :nth-child(6n-5),
  .a-gapx3p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap4p > *,
  .a-col1.sp-gapx4p > *,
  .a-gap4p.sp-col1 > *,
  .a-gapx4p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap4p > :nth-child(n),
  .a-col1.sp-gapx4p > :nth-child(n),
  .a-gap4p.sp-col1 > :nth-child(n),
  .a-gapx4p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap4p > *,
  .a-col2.sp-gapx4p > *,
  .a-gap4p.sp-col2 > *,
  .a-gapx4p.sp-col2 > * {
    width: 48%;
  }

  .a-col2.sp-gap4p > :nth-child(2n),
  .a-col2.sp-gapx4p > :nth-child(2n),
  .a-gap4p.sp-col2 > :nth-child(2n),
  .a-gapx4p.sp-col2 > :nth-child(2n) {
    margin-left: 4%;
  }

  .a-col2.sp-gap4p > :nth-child(2n-1),
  .a-col2.sp-gapx4p > :nth-child(2n-1),
  .a-gap4p.sp-col2 > :nth-child(2n-1),
  .a-gapx4p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap4p > *,
  .a-col3.sp-gapx4p > *,
  .a-gap4p.sp-col3 > *,
  .a-gapx4p.sp-col3 > * {
    width: 30.667%;
  }

  .a-col3.sp-gap4p > :nth-child(3n),
  .a-col3.sp-gapx4p > :nth-child(3n),
  .a-gap4p.sp-col3 > :nth-child(3n),
  .a-gapx4p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap4p > :nth-child(3n-1),
  .a-col3.sp-gapx4p > :nth-child(3n-1),
  .a-gap4p.sp-col3 > :nth-child(3n-1),
  .a-gapx4p.sp-col3 > :nth-child(3n-1) {
    margin-left: 4%;
  }

  .a-col3.sp-gap4p > :nth-child(3n-2),
  .a-col3.sp-gapx4p > :nth-child(3n-2),
  .a-gap4p.sp-col3 > :nth-child(3n-2),
  .a-gapx4p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap4p > *,
  .a-col4.sp-gapx4p > *,
  .a-gap4p.sp-col4 > *,
  .a-gapx4p.sp-col4 > * {
    width: 22%;
  }

  .a-col4.sp-gap4p > :nth-child(4n),
  .a-col4.sp-gapx4p > :nth-child(4n),
  .a-gap4p.sp-col4 > :nth-child(4n),
  .a-gapx4p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap4p > :nth-child(4n-1),
  .a-col4.sp-gapx4p > :nth-child(4n-1),
  .a-gap4p.sp-col4 > :nth-child(4n-1),
  .a-gapx4p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap4p > :nth-child(4n-2),
  .a-col4.sp-gapx4p > :nth-child(4n-2),
  .a-gap4p.sp-col4 > :nth-child(4n-2),
  .a-gapx4p.sp-col4 > :nth-child(4n-2) {
    margin-left: 4%;
  }

  .a-col4.sp-gap4p > :nth-child(4n-3),
  .a-col4.sp-gapx4p > :nth-child(4n-3),
  .a-gap4p.sp-col4 > :nth-child(4n-3),
  .a-gapx4p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap4p > *,
  .a-col5.sp-gapx4p > *,
  .a-gap4p.sp-col5 > *,
  .a-gapx4p.sp-col5 > * {
    width: 16.8%;
  }

  .a-col5.sp-gap4p > :nth-child(5n),
  .a-col5.sp-gapx4p > :nth-child(5n),
  .a-gap4p.sp-col5 > :nth-child(5n),
  .a-gapx4p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap4p > :nth-child(5n-1),
  .a-col5.sp-gapx4p > :nth-child(5n-1),
  .a-gap4p.sp-col5 > :nth-child(5n-1),
  .a-gapx4p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap4p > :nth-child(5n-2),
  .a-col5.sp-gapx4p > :nth-child(5n-2),
  .a-gap4p.sp-col5 > :nth-child(5n-2),
  .a-gapx4p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap4p > :nth-child(5n-3),
  .a-col5.sp-gapx4p > :nth-child(5n-3),
  .a-gap4p.sp-col5 > :nth-child(5n-3),
  .a-gapx4p.sp-col5 > :nth-child(5n-3) {
    margin-left: 4%;
  }

  .a-col5.sp-gap4p > :nth-child(5n-4),
  .a-col5.sp-gapx4p > :nth-child(5n-4),
  .a-gap4p.sp-col5 > :nth-child(5n-4),
  .a-gapx4p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap4p > *,
  .a-col6.sp-gapx4p > *,
  .a-gap4p.sp-col6 > *,
  .a-gapx4p.sp-col6 > * {
    width: 13.333%;
  }

  .a-col6.sp-gap4p > :nth-child(6n),
  .a-col6.sp-gapx4p > :nth-child(6n),
  .a-gap4p.sp-col6 > :nth-child(6n),
  .a-gapx4p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap4p > :nth-child(6n-1),
  .a-col6.sp-gapx4p > :nth-child(6n-1),
  .a-gap4p.sp-col6 > :nth-child(6n-1),
  .a-gapx4p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap4p > :nth-child(6n-2),
  .a-col6.sp-gapx4p > :nth-child(6n-2),
  .a-gap4p.sp-col6 > :nth-child(6n-2),
  .a-gapx4p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap4p > :nth-child(6n-3),
  .a-col6.sp-gapx4p > :nth-child(6n-3),
  .a-gap4p.sp-col6 > :nth-child(6n-3),
  .a-gapx4p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap4p > :nth-child(6n-4),
  .a-col6.sp-gapx4p > :nth-child(6n-4),
  .a-gap4p.sp-col6 > :nth-child(6n-4),
  .a-gapx4p.sp-col6 > :nth-child(6n-4) {
    margin-left: 4%;
  }

  .a-col6.sp-gap4p > :nth-child(6n-5),
  .a-col6.sp-gapx4p > :nth-child(6n-5),
  .a-gap4p.sp-col6 > :nth-child(6n-5),
  .a-gapx4p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap5p > *,
  .a-col1.sp-gapx5p > *,
  .a-gap5p.sp-col1 > *,
  .a-gapx5p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap5p > :nth-child(n),
  .a-col1.sp-gapx5p > :nth-child(n),
  .a-gap5p.sp-col1 > :nth-child(n),
  .a-gapx5p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap5p > *,
  .a-col2.sp-gapx5p > *,
  .a-gap5p.sp-col2 > *,
  .a-gapx5p.sp-col2 > * {
    width: 47.5%;
  }

  .a-col2.sp-gap5p > :nth-child(2n),
  .a-col2.sp-gapx5p > :nth-child(2n),
  .a-gap5p.sp-col2 > :nth-child(2n),
  .a-gapx5p.sp-col2 > :nth-child(2n) {
    margin-left: 5%;
  }

  .a-col2.sp-gap5p > :nth-child(2n-1),
  .a-col2.sp-gapx5p > :nth-child(2n-1),
  .a-gap5p.sp-col2 > :nth-child(2n-1),
  .a-gapx5p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap5p > *,
  .a-col3.sp-gapx5p > *,
  .a-gap5p.sp-col3 > *,
  .a-gapx5p.sp-col3 > * {
    width: 30%;
  }

  .a-col3.sp-gap5p > :nth-child(3n),
  .a-col3.sp-gapx5p > :nth-child(3n),
  .a-gap5p.sp-col3 > :nth-child(3n),
  .a-gapx5p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap5p > :nth-child(3n-1),
  .a-col3.sp-gapx5p > :nth-child(3n-1),
  .a-gap5p.sp-col3 > :nth-child(3n-1),
  .a-gapx5p.sp-col3 > :nth-child(3n-1) {
    margin-left: 5%;
  }

  .a-col3.sp-gap5p > :nth-child(3n-2),
  .a-col3.sp-gapx5p > :nth-child(3n-2),
  .a-gap5p.sp-col3 > :nth-child(3n-2),
  .a-gapx5p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap5p > *,
  .a-col4.sp-gapx5p > *,
  .a-gap5p.sp-col4 > *,
  .a-gapx5p.sp-col4 > * {
    width: 21.25%;
  }

  .a-col4.sp-gap5p > :nth-child(4n),
  .a-col4.sp-gapx5p > :nth-child(4n),
  .a-gap5p.sp-col4 > :nth-child(4n),
  .a-gapx5p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap5p > :nth-child(4n-1),
  .a-col4.sp-gapx5p > :nth-child(4n-1),
  .a-gap5p.sp-col4 > :nth-child(4n-1),
  .a-gapx5p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap5p > :nth-child(4n-2),
  .a-col4.sp-gapx5p > :nth-child(4n-2),
  .a-gap5p.sp-col4 > :nth-child(4n-2),
  .a-gapx5p.sp-col4 > :nth-child(4n-2) {
    margin-left: 5%;
  }

  .a-col4.sp-gap5p > :nth-child(4n-3),
  .a-col4.sp-gapx5p > :nth-child(4n-3),
  .a-gap5p.sp-col4 > :nth-child(4n-3),
  .a-gapx5p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap5p > *,
  .a-col5.sp-gapx5p > *,
  .a-gap5p.sp-col5 > *,
  .a-gapx5p.sp-col5 > * {
    width: 16%;
  }

  .a-col5.sp-gap5p > :nth-child(5n),
  .a-col5.sp-gapx5p > :nth-child(5n),
  .a-gap5p.sp-col5 > :nth-child(5n),
  .a-gapx5p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap5p > :nth-child(5n-1),
  .a-col5.sp-gapx5p > :nth-child(5n-1),
  .a-gap5p.sp-col5 > :nth-child(5n-1),
  .a-gapx5p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap5p > :nth-child(5n-2),
  .a-col5.sp-gapx5p > :nth-child(5n-2),
  .a-gap5p.sp-col5 > :nth-child(5n-2),
  .a-gapx5p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap5p > :nth-child(5n-3),
  .a-col5.sp-gapx5p > :nth-child(5n-3),
  .a-gap5p.sp-col5 > :nth-child(5n-3),
  .a-gapx5p.sp-col5 > :nth-child(5n-3) {
    margin-left: 5%;
  }

  .a-col5.sp-gap5p > :nth-child(5n-4),
  .a-col5.sp-gapx5p > :nth-child(5n-4),
  .a-gap5p.sp-col5 > :nth-child(5n-4),
  .a-gapx5p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap5p > *,
  .a-col6.sp-gapx5p > *,
  .a-gap5p.sp-col6 > *,
  .a-gapx5p.sp-col6 > * {
    width: 12.5%;
  }

  .a-col6.sp-gap5p > :nth-child(6n),
  .a-col6.sp-gapx5p > :nth-child(6n),
  .a-gap5p.sp-col6 > :nth-child(6n),
  .a-gapx5p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap5p > :nth-child(6n-1),
  .a-col6.sp-gapx5p > :nth-child(6n-1),
  .a-gap5p.sp-col6 > :nth-child(6n-1),
  .a-gapx5p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap5p > :nth-child(6n-2),
  .a-col6.sp-gapx5p > :nth-child(6n-2),
  .a-gap5p.sp-col6 > :nth-child(6n-2),
  .a-gapx5p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap5p > :nth-child(6n-3),
  .a-col6.sp-gapx5p > :nth-child(6n-3),
  .a-gap5p.sp-col6 > :nth-child(6n-3),
  .a-gapx5p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap5p > :nth-child(6n-4),
  .a-col6.sp-gapx5p > :nth-child(6n-4),
  .a-gap5p.sp-col6 > :nth-child(6n-4),
  .a-gapx5p.sp-col6 > :nth-child(6n-4) {
    margin-left: 5%;
  }

  .a-col6.sp-gap5p > :nth-child(6n-5),
  .a-col6.sp-gapx5p > :nth-child(6n-5),
  .a-gap5p.sp-col6 > :nth-child(6n-5),
  .a-gapx5p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap6p > *,
  .a-col1.sp-gapx6p > *,
  .a-gap6p.sp-col1 > *,
  .a-gapx6p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap6p > :nth-child(n),
  .a-col1.sp-gapx6p > :nth-child(n),
  .a-gap6p.sp-col1 > :nth-child(n),
  .a-gapx6p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap6p > *,
  .a-col2.sp-gapx6p > *,
  .a-gap6p.sp-col2 > *,
  .a-gapx6p.sp-col2 > * {
    width: 47%;
  }

  .a-col2.sp-gap6p > :nth-child(2n),
  .a-col2.sp-gapx6p > :nth-child(2n),
  .a-gap6p.sp-col2 > :nth-child(2n),
  .a-gapx6p.sp-col2 > :nth-child(2n) {
    margin-left: 6%;
  }

  .a-col2.sp-gap6p > :nth-child(2n-1),
  .a-col2.sp-gapx6p > :nth-child(2n-1),
  .a-gap6p.sp-col2 > :nth-child(2n-1),
  .a-gapx6p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap6p > *,
  .a-col3.sp-gapx6p > *,
  .a-gap6p.sp-col3 > *,
  .a-gapx6p.sp-col3 > * {
    width: 29.333%;
  }

  .a-col3.sp-gap6p > :nth-child(3n),
  .a-col3.sp-gapx6p > :nth-child(3n),
  .a-gap6p.sp-col3 > :nth-child(3n),
  .a-gapx6p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap6p > :nth-child(3n-1),
  .a-col3.sp-gapx6p > :nth-child(3n-1),
  .a-gap6p.sp-col3 > :nth-child(3n-1),
  .a-gapx6p.sp-col3 > :nth-child(3n-1) {
    margin-left: 6%;
  }

  .a-col3.sp-gap6p > :nth-child(3n-2),
  .a-col3.sp-gapx6p > :nth-child(3n-2),
  .a-gap6p.sp-col3 > :nth-child(3n-2),
  .a-gapx6p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap6p > *,
  .a-col4.sp-gapx6p > *,
  .a-gap6p.sp-col4 > *,
  .a-gapx6p.sp-col4 > * {
    width: 20.5%;
  }

  .a-col4.sp-gap6p > :nth-child(4n),
  .a-col4.sp-gapx6p > :nth-child(4n),
  .a-gap6p.sp-col4 > :nth-child(4n),
  .a-gapx6p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap6p > :nth-child(4n-1),
  .a-col4.sp-gapx6p > :nth-child(4n-1),
  .a-gap6p.sp-col4 > :nth-child(4n-1),
  .a-gapx6p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap6p > :nth-child(4n-2),
  .a-col4.sp-gapx6p > :nth-child(4n-2),
  .a-gap6p.sp-col4 > :nth-child(4n-2),
  .a-gapx6p.sp-col4 > :nth-child(4n-2) {
    margin-left: 6%;
  }

  .a-col4.sp-gap6p > :nth-child(4n-3),
  .a-col4.sp-gapx6p > :nth-child(4n-3),
  .a-gap6p.sp-col4 > :nth-child(4n-3),
  .a-gapx6p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap6p > *,
  .a-col5.sp-gapx6p > *,
  .a-gap6p.sp-col5 > *,
  .a-gapx6p.sp-col5 > * {
    width: 15.2%;
  }

  .a-col5.sp-gap6p > :nth-child(5n),
  .a-col5.sp-gapx6p > :nth-child(5n),
  .a-gap6p.sp-col5 > :nth-child(5n),
  .a-gapx6p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap6p > :nth-child(5n-1),
  .a-col5.sp-gapx6p > :nth-child(5n-1),
  .a-gap6p.sp-col5 > :nth-child(5n-1),
  .a-gapx6p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap6p > :nth-child(5n-2),
  .a-col5.sp-gapx6p > :nth-child(5n-2),
  .a-gap6p.sp-col5 > :nth-child(5n-2),
  .a-gapx6p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap6p > :nth-child(5n-3),
  .a-col5.sp-gapx6p > :nth-child(5n-3),
  .a-gap6p.sp-col5 > :nth-child(5n-3),
  .a-gapx6p.sp-col5 > :nth-child(5n-3) {
    margin-left: 6%;
  }

  .a-col5.sp-gap6p > :nth-child(5n-4),
  .a-col5.sp-gapx6p > :nth-child(5n-4),
  .a-gap6p.sp-col5 > :nth-child(5n-4),
  .a-gapx6p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap6p > *,
  .a-col6.sp-gapx6p > *,
  .a-gap6p.sp-col6 > *,
  .a-gapx6p.sp-col6 > * {
    width: 11.666%;
  }

  .a-col6.sp-gap6p > :nth-child(6n),
  .a-col6.sp-gapx6p > :nth-child(6n),
  .a-gap6p.sp-col6 > :nth-child(6n),
  .a-gapx6p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap6p > :nth-child(6n-1),
  .a-col6.sp-gapx6p > :nth-child(6n-1),
  .a-gap6p.sp-col6 > :nth-child(6n-1),
  .a-gapx6p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap6p > :nth-child(6n-2),
  .a-col6.sp-gapx6p > :nth-child(6n-2),
  .a-gap6p.sp-col6 > :nth-child(6n-2),
  .a-gapx6p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap6p > :nth-child(6n-3),
  .a-col6.sp-gapx6p > :nth-child(6n-3),
  .a-gap6p.sp-col6 > :nth-child(6n-3),
  .a-gapx6p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap6p > :nth-child(6n-4),
  .a-col6.sp-gapx6p > :nth-child(6n-4),
  .a-gap6p.sp-col6 > :nth-child(6n-4),
  .a-gapx6p.sp-col6 > :nth-child(6n-4) {
    margin-left: 6%;
  }

  .a-col6.sp-gap6p > :nth-child(6n-5),
  .a-col6.sp-gapx6p > :nth-child(6n-5),
  .a-gap6p.sp-col6 > :nth-child(6n-5),
  .a-gapx6p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap7p > *,
  .a-col1.sp-gapx7p > *,
  .a-gap7p.sp-col1 > *,
  .a-gapx7p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap7p > :nth-child(n),
  .a-col1.sp-gapx7p > :nth-child(n),
  .a-gap7p.sp-col1 > :nth-child(n),
  .a-gapx7p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap7p > *,
  .a-col2.sp-gapx7p > *,
  .a-gap7p.sp-col2 > *,
  .a-gapx7p.sp-col2 > * {
    width: 46.5%;
  }

  .a-col2.sp-gap7p > :nth-child(2n),
  .a-col2.sp-gapx7p > :nth-child(2n),
  .a-gap7p.sp-col2 > :nth-child(2n),
  .a-gapx7p.sp-col2 > :nth-child(2n) {
    margin-left: 7%;
  }

  .a-col2.sp-gap7p > :nth-child(2n-1),
  .a-col2.sp-gapx7p > :nth-child(2n-1),
  .a-gap7p.sp-col2 > :nth-child(2n-1),
  .a-gapx7p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap7p > *,
  .a-col3.sp-gapx7p > *,
  .a-gap7p.sp-col3 > *,
  .a-gapx7p.sp-col3 > * {
    width: 28.667%;
  }

  .a-col3.sp-gap7p > :nth-child(3n),
  .a-col3.sp-gapx7p > :nth-child(3n),
  .a-gap7p.sp-col3 > :nth-child(3n),
  .a-gapx7p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap7p > :nth-child(3n-1),
  .a-col3.sp-gapx7p > :nth-child(3n-1),
  .a-gap7p.sp-col3 > :nth-child(3n-1),
  .a-gapx7p.sp-col3 > :nth-child(3n-1) {
    margin-left: 7%;
  }

  .a-col3.sp-gap7p > :nth-child(3n-2),
  .a-col3.sp-gapx7p > :nth-child(3n-2),
  .a-gap7p.sp-col3 > :nth-child(3n-2),
  .a-gapx7p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap7p > *,
  .a-col4.sp-gapx7p > *,
  .a-gap7p.sp-col4 > *,
  .a-gapx7p.sp-col4 > * {
    width: 19.75%;
  }

  .a-col4.sp-gap7p > :nth-child(4n),
  .a-col4.sp-gapx7p > :nth-child(4n),
  .a-gap7p.sp-col4 > :nth-child(4n),
  .a-gapx7p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap7p > :nth-child(4n-1),
  .a-col4.sp-gapx7p > :nth-child(4n-1),
  .a-gap7p.sp-col4 > :nth-child(4n-1),
  .a-gapx7p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap7p > :nth-child(4n-2),
  .a-col4.sp-gapx7p > :nth-child(4n-2),
  .a-gap7p.sp-col4 > :nth-child(4n-2),
  .a-gapx7p.sp-col4 > :nth-child(4n-2) {
    margin-left: 7%;
  }

  .a-col4.sp-gap7p > :nth-child(4n-3),
  .a-col4.sp-gapx7p > :nth-child(4n-3),
  .a-gap7p.sp-col4 > :nth-child(4n-3),
  .a-gapx7p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap7p > *,
  .a-col5.sp-gapx7p > *,
  .a-gap7p.sp-col5 > *,
  .a-gapx7p.sp-col5 > * {
    width: 14.4%;
  }

  .a-col5.sp-gap7p > :nth-child(5n),
  .a-col5.sp-gapx7p > :nth-child(5n),
  .a-gap7p.sp-col5 > :nth-child(5n),
  .a-gapx7p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap7p > :nth-child(5n-1),
  .a-col5.sp-gapx7p > :nth-child(5n-1),
  .a-gap7p.sp-col5 > :nth-child(5n-1),
  .a-gapx7p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap7p > :nth-child(5n-2),
  .a-col5.sp-gapx7p > :nth-child(5n-2),
  .a-gap7p.sp-col5 > :nth-child(5n-2),
  .a-gapx7p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap7p > :nth-child(5n-3),
  .a-col5.sp-gapx7p > :nth-child(5n-3),
  .a-gap7p.sp-col5 > :nth-child(5n-3),
  .a-gapx7p.sp-col5 > :nth-child(5n-3) {
    margin-left: 7%;
  }

  .a-col5.sp-gap7p > :nth-child(5n-4),
  .a-col5.sp-gapx7p > :nth-child(5n-4),
  .a-gap7p.sp-col5 > :nth-child(5n-4),
  .a-gapx7p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap7p > *,
  .a-col6.sp-gapx7p > *,
  .a-gap7p.sp-col6 > *,
  .a-gapx7p.sp-col6 > * {
    width: 10.833%;
  }

  .a-col6.sp-gap7p > :nth-child(6n),
  .a-col6.sp-gapx7p > :nth-child(6n),
  .a-gap7p.sp-col6 > :nth-child(6n),
  .a-gapx7p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap7p > :nth-child(6n-1),
  .a-col6.sp-gapx7p > :nth-child(6n-1),
  .a-gap7p.sp-col6 > :nth-child(6n-1),
  .a-gapx7p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap7p > :nth-child(6n-2),
  .a-col6.sp-gapx7p > :nth-child(6n-2),
  .a-gap7p.sp-col6 > :nth-child(6n-2),
  .a-gapx7p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap7p > :nth-child(6n-3),
  .a-col6.sp-gapx7p > :nth-child(6n-3),
  .a-gap7p.sp-col6 > :nth-child(6n-3),
  .a-gapx7p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap7p > :nth-child(6n-4),
  .a-col6.sp-gapx7p > :nth-child(6n-4),
  .a-gap7p.sp-col6 > :nth-child(6n-4),
  .a-gapx7p.sp-col6 > :nth-child(6n-4) {
    margin-left: 7%;
  }

  .a-col6.sp-gap7p > :nth-child(6n-5),
  .a-col6.sp-gapx7p > :nth-child(6n-5),
  .a-gap7p.sp-col6 > :nth-child(6n-5),
  .a-gapx7p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap8p > *,
  .a-col1.sp-gapx8p > *,
  .a-gap8p.sp-col1 > *,
  .a-gapx8p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap8p > :nth-child(n),
  .a-col1.sp-gapx8p > :nth-child(n),
  .a-gap8p.sp-col1 > :nth-child(n),
  .a-gapx8p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap8p > *,
  .a-col2.sp-gapx8p > *,
  .a-gap8p.sp-col2 > *,
  .a-gapx8p.sp-col2 > * {
    width: 46%;
  }

  .a-col2.sp-gap8p > :nth-child(2n),
  .a-col2.sp-gapx8p > :nth-child(2n),
  .a-gap8p.sp-col2 > :nth-child(2n),
  .a-gapx8p.sp-col2 > :nth-child(2n) {
    margin-left: 8%;
  }

  .a-col2.sp-gap8p > :nth-child(2n-1),
  .a-col2.sp-gapx8p > :nth-child(2n-1),
  .a-gap8p.sp-col2 > :nth-child(2n-1),
  .a-gapx8p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap8p > *,
  .a-col3.sp-gapx8p > *,
  .a-gap8p.sp-col3 > *,
  .a-gapx8p.sp-col3 > * {
    width: 28%;
  }

  .a-col3.sp-gap8p > :nth-child(3n),
  .a-col3.sp-gapx8p > :nth-child(3n),
  .a-gap8p.sp-col3 > :nth-child(3n),
  .a-gapx8p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap8p > :nth-child(3n-1),
  .a-col3.sp-gapx8p > :nth-child(3n-1),
  .a-gap8p.sp-col3 > :nth-child(3n-1),
  .a-gapx8p.sp-col3 > :nth-child(3n-1) {
    margin-left: 8%;
  }

  .a-col3.sp-gap8p > :nth-child(3n-2),
  .a-col3.sp-gapx8p > :nth-child(3n-2),
  .a-gap8p.sp-col3 > :nth-child(3n-2),
  .a-gapx8p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap8p > *,
  .a-col4.sp-gapx8p > *,
  .a-gap8p.sp-col4 > *,
  .a-gapx8p.sp-col4 > * {
    width: 19%;
  }

  .a-col4.sp-gap8p > :nth-child(4n),
  .a-col4.sp-gapx8p > :nth-child(4n),
  .a-gap8p.sp-col4 > :nth-child(4n),
  .a-gapx8p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap8p > :nth-child(4n-1),
  .a-col4.sp-gapx8p > :nth-child(4n-1),
  .a-gap8p.sp-col4 > :nth-child(4n-1),
  .a-gapx8p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap8p > :nth-child(4n-2),
  .a-col4.sp-gapx8p > :nth-child(4n-2),
  .a-gap8p.sp-col4 > :nth-child(4n-2),
  .a-gapx8p.sp-col4 > :nth-child(4n-2) {
    margin-left: 8%;
  }

  .a-col4.sp-gap8p > :nth-child(4n-3),
  .a-col4.sp-gapx8p > :nth-child(4n-3),
  .a-gap8p.sp-col4 > :nth-child(4n-3),
  .a-gapx8p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap8p > *,
  .a-col5.sp-gapx8p > *,
  .a-gap8p.sp-col5 > *,
  .a-gapx8p.sp-col5 > * {
    width: 13.6%;
  }

  .a-col5.sp-gap8p > :nth-child(5n),
  .a-col5.sp-gapx8p > :nth-child(5n),
  .a-gap8p.sp-col5 > :nth-child(5n),
  .a-gapx8p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap8p > :nth-child(5n-1),
  .a-col5.sp-gapx8p > :nth-child(5n-1),
  .a-gap8p.sp-col5 > :nth-child(5n-1),
  .a-gapx8p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap8p > :nth-child(5n-2),
  .a-col5.sp-gapx8p > :nth-child(5n-2),
  .a-gap8p.sp-col5 > :nth-child(5n-2),
  .a-gapx8p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap8p > :nth-child(5n-3),
  .a-col5.sp-gapx8p > :nth-child(5n-3),
  .a-gap8p.sp-col5 > :nth-child(5n-3),
  .a-gapx8p.sp-col5 > :nth-child(5n-3) {
    margin-left: 8%;
  }

  .a-col5.sp-gap8p > :nth-child(5n-4),
  .a-col5.sp-gapx8p > :nth-child(5n-4),
  .a-gap8p.sp-col5 > :nth-child(5n-4),
  .a-gapx8p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap8p > *,
  .a-col6.sp-gapx8p > *,
  .a-gap8p.sp-col6 > *,
  .a-gapx8p.sp-col6 > * {
    width: 10%;
  }

  .a-col6.sp-gap8p > :nth-child(6n),
  .a-col6.sp-gapx8p > :nth-child(6n),
  .a-gap8p.sp-col6 > :nth-child(6n),
  .a-gapx8p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap8p > :nth-child(6n-1),
  .a-col6.sp-gapx8p > :nth-child(6n-1),
  .a-gap8p.sp-col6 > :nth-child(6n-1),
  .a-gapx8p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap8p > :nth-child(6n-2),
  .a-col6.sp-gapx8p > :nth-child(6n-2),
  .a-gap8p.sp-col6 > :nth-child(6n-2),
  .a-gapx8p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap8p > :nth-child(6n-3),
  .a-col6.sp-gapx8p > :nth-child(6n-3),
  .a-gap8p.sp-col6 > :nth-child(6n-3),
  .a-gapx8p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap8p > :nth-child(6n-4),
  .a-col6.sp-gapx8p > :nth-child(6n-4),
  .a-gap8p.sp-col6 > :nth-child(6n-4),
  .a-gapx8p.sp-col6 > :nth-child(6n-4) {
    margin-left: 8%;
  }

  .a-col6.sp-gap8p > :nth-child(6n-5),
  .a-col6.sp-gapx8p > :nth-child(6n-5),
  .a-gap8p.sp-col6 > :nth-child(6n-5),
  .a-gapx8p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap9p > *,
  .a-col1.sp-gapx9p > *,
  .a-gap9p.sp-col1 > *,
  .a-gapx9p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap9p > :nth-child(n),
  .a-col1.sp-gapx9p > :nth-child(n),
  .a-gap9p.sp-col1 > :nth-child(n),
  .a-gapx9p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap9p > *,
  .a-col2.sp-gapx9p > *,
  .a-gap9p.sp-col2 > *,
  .a-gapx9p.sp-col2 > * {
    width: 45.5%;
  }

  .a-col2.sp-gap9p > :nth-child(2n),
  .a-col2.sp-gapx9p > :nth-child(2n),
  .a-gap9p.sp-col2 > :nth-child(2n),
  .a-gapx9p.sp-col2 > :nth-child(2n) {
    margin-left: 9%;
  }

  .a-col2.sp-gap9p > :nth-child(2n-1),
  .a-col2.sp-gapx9p > :nth-child(2n-1),
  .a-gap9p.sp-col2 > :nth-child(2n-1),
  .a-gapx9p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap9p > *,
  .a-col3.sp-gapx9p > *,
  .a-gap9p.sp-col3 > *,
  .a-gapx9p.sp-col3 > * {
    width: 27.333%;
  }

  .a-col3.sp-gap9p > :nth-child(3n),
  .a-col3.sp-gapx9p > :nth-child(3n),
  .a-gap9p.sp-col3 > :nth-child(3n),
  .a-gapx9p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap9p > :nth-child(3n-1),
  .a-col3.sp-gapx9p > :nth-child(3n-1),
  .a-gap9p.sp-col3 > :nth-child(3n-1),
  .a-gapx9p.sp-col3 > :nth-child(3n-1) {
    margin-left: 9%;
  }

  .a-col3.sp-gap9p > :nth-child(3n-2),
  .a-col3.sp-gapx9p > :nth-child(3n-2),
  .a-gap9p.sp-col3 > :nth-child(3n-2),
  .a-gapx9p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap9p > *,
  .a-col4.sp-gapx9p > *,
  .a-gap9p.sp-col4 > *,
  .a-gapx9p.sp-col4 > * {
    width: 18.25%;
  }

  .a-col4.sp-gap9p > :nth-child(4n),
  .a-col4.sp-gapx9p > :nth-child(4n),
  .a-gap9p.sp-col4 > :nth-child(4n),
  .a-gapx9p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap9p > :nth-child(4n-1),
  .a-col4.sp-gapx9p > :nth-child(4n-1),
  .a-gap9p.sp-col4 > :nth-child(4n-1),
  .a-gapx9p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap9p > :nth-child(4n-2),
  .a-col4.sp-gapx9p > :nth-child(4n-2),
  .a-gap9p.sp-col4 > :nth-child(4n-2),
  .a-gapx9p.sp-col4 > :nth-child(4n-2) {
    margin-left: 9%;
  }

  .a-col4.sp-gap9p > :nth-child(4n-3),
  .a-col4.sp-gapx9p > :nth-child(4n-3),
  .a-gap9p.sp-col4 > :nth-child(4n-3),
  .a-gapx9p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap9p > *,
  .a-col5.sp-gapx9p > *,
  .a-gap9p.sp-col5 > *,
  .a-gapx9p.sp-col5 > * {
    width: 12.8%;
  }

  .a-col5.sp-gap9p > :nth-child(5n),
  .a-col5.sp-gapx9p > :nth-child(5n),
  .a-gap9p.sp-col5 > :nth-child(5n),
  .a-gapx9p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap9p > :nth-child(5n-1),
  .a-col5.sp-gapx9p > :nth-child(5n-1),
  .a-gap9p.sp-col5 > :nth-child(5n-1),
  .a-gapx9p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap9p > :nth-child(5n-2),
  .a-col5.sp-gapx9p > :nth-child(5n-2),
  .a-gap9p.sp-col5 > :nth-child(5n-2),
  .a-gapx9p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap9p > :nth-child(5n-3),
  .a-col5.sp-gapx9p > :nth-child(5n-3),
  .a-gap9p.sp-col5 > :nth-child(5n-3),
  .a-gapx9p.sp-col5 > :nth-child(5n-3) {
    margin-left: 9%;
  }

  .a-col5.sp-gap9p > :nth-child(5n-4),
  .a-col5.sp-gapx9p > :nth-child(5n-4),
  .a-gap9p.sp-col5 > :nth-child(5n-4),
  .a-gapx9p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap9p > *,
  .a-col6.sp-gapx9p > *,
  .a-gap9p.sp-col6 > *,
  .a-gapx9p.sp-col6 > * {
    width: 9.166%;
  }

  .a-col6.sp-gap9p > :nth-child(6n),
  .a-col6.sp-gapx9p > :nth-child(6n),
  .a-gap9p.sp-col6 > :nth-child(6n),
  .a-gapx9p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap9p > :nth-child(6n-1),
  .a-col6.sp-gapx9p > :nth-child(6n-1),
  .a-gap9p.sp-col6 > :nth-child(6n-1),
  .a-gapx9p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap9p > :nth-child(6n-2),
  .a-col6.sp-gapx9p > :nth-child(6n-2),
  .a-gap9p.sp-col6 > :nth-child(6n-2),
  .a-gapx9p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap9p > :nth-child(6n-3),
  .a-col6.sp-gapx9p > :nth-child(6n-3),
  .a-gap9p.sp-col6 > :nth-child(6n-3),
  .a-gapx9p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap9p > :nth-child(6n-4),
  .a-col6.sp-gapx9p > :nth-child(6n-4),
  .a-gap9p.sp-col6 > :nth-child(6n-4),
  .a-gapx9p.sp-col6 > :nth-child(6n-4) {
    margin-left: 9%;
  }

  .a-col6.sp-gap9p > :nth-child(6n-5),
  .a-col6.sp-gapx9p > :nth-child(6n-5),
  .a-gap9p.sp-col6 > :nth-child(6n-5),
  .a-gapx9p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .a-col1.sp-gap10p > *,
  .a-col1.sp-gapx10p > *,
  .a-gap10p.sp-col1 > *,
  .a-gapx10p.sp-col1 > * {
    width: 100%;
  }

  .a-col1.sp-gap10p > :nth-child(n),
  .a-col1.sp-gapx10p > :nth-child(n),
  .a-gap10p.sp-col1 > :nth-child(n),
  .a-gapx10p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .a-col2.sp-gap10p > *,
  .a-col2.sp-gapx10p > *,
  .a-gap10p.sp-col2 > *,
  .a-gapx10p.sp-col2 > * {
    width: 45%;
  }

  .a-col2.sp-gap10p > :nth-child(2n),
  .a-col2.sp-gapx10p > :nth-child(2n),
  .a-gap10p.sp-col2 > :nth-child(2n),
  .a-gapx10p.sp-col2 > :nth-child(2n) {
    margin-left: 10%;
  }

  .a-col2.sp-gap10p > :nth-child(2n-1),
  .a-col2.sp-gapx10p > :nth-child(2n-1),
  .a-gap10p.sp-col2 > :nth-child(2n-1),
  .a-gapx10p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .a-col3.sp-gap10p > *,
  .a-col3.sp-gapx10p > *,
  .a-gap10p.sp-col3 > *,
  .a-gapx10p.sp-col3 > * {
    width: 26.667%;
  }

  .a-col3.sp-gap10p > :nth-child(3n),
  .a-col3.sp-gapx10p > :nth-child(3n),
  .a-gap10p.sp-col3 > :nth-child(3n),
  .a-gapx10p.sp-col3 > :nth-child(3n),
  .a-col3.sp-gap10p > :nth-child(3n-1),
  .a-col3.sp-gapx10p > :nth-child(3n-1),
  .a-gap10p.sp-col3 > :nth-child(3n-1),
  .a-gapx10p.sp-col3 > :nth-child(3n-1) {
    margin-left: 10%;
  }

  .a-col3.sp-gap10p > :nth-child(3n-2),
  .a-col3.sp-gapx10p > :nth-child(3n-2),
  .a-gap10p.sp-col3 > :nth-child(3n-2),
  .a-gapx10p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .a-col4.sp-gap10p > *,
  .a-col4.sp-gapx10p > *,
  .a-gap10p.sp-col4 > *,
  .a-gapx10p.sp-col4 > * {
    width: 17.5%;
  }

  .a-col4.sp-gap10p > :nth-child(4n),
  .a-col4.sp-gapx10p > :nth-child(4n),
  .a-gap10p.sp-col4 > :nth-child(4n),
  .a-gapx10p.sp-col4 > :nth-child(4n),
  .a-col4.sp-gap10p > :nth-child(4n-1),
  .a-col4.sp-gapx10p > :nth-child(4n-1),
  .a-gap10p.sp-col4 > :nth-child(4n-1),
  .a-gapx10p.sp-col4 > :nth-child(4n-1),
  .a-col4.sp-gap10p > :nth-child(4n-2),
  .a-col4.sp-gapx10p > :nth-child(4n-2),
  .a-gap10p.sp-col4 > :nth-child(4n-2),
  .a-gapx10p.sp-col4 > :nth-child(4n-2) {
    margin-left: 10%;
  }

  .a-col4.sp-gap10p > :nth-child(4n-3),
  .a-col4.sp-gapx10p > :nth-child(4n-3),
  .a-gap10p.sp-col4 > :nth-child(4n-3),
  .a-gapx10p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .a-col5.sp-gap10p > *,
  .a-col5.sp-gapx10p > *,
  .a-gap10p.sp-col5 > *,
  .a-gapx10p.sp-col5 > * {
    width: 12%;
  }

  .a-col5.sp-gap10p > :nth-child(5n),
  .a-col5.sp-gapx10p > :nth-child(5n),
  .a-gap10p.sp-col5 > :nth-child(5n),
  .a-gapx10p.sp-col5 > :nth-child(5n),
  .a-col5.sp-gap10p > :nth-child(5n-1),
  .a-col5.sp-gapx10p > :nth-child(5n-1),
  .a-gap10p.sp-col5 > :nth-child(5n-1),
  .a-gapx10p.sp-col5 > :nth-child(5n-1),
  .a-col5.sp-gap10p > :nth-child(5n-2),
  .a-col5.sp-gapx10p > :nth-child(5n-2),
  .a-gap10p.sp-col5 > :nth-child(5n-2),
  .a-gapx10p.sp-col5 > :nth-child(5n-2),
  .a-col5.sp-gap10p > :nth-child(5n-3),
  .a-col5.sp-gapx10p > :nth-child(5n-3),
  .a-gap10p.sp-col5 > :nth-child(5n-3),
  .a-gapx10p.sp-col5 > :nth-child(5n-3) {
    margin-left: 10%;
  }

  .a-col5.sp-gap10p > :nth-child(5n-4),
  .a-col5.sp-gapx10p > :nth-child(5n-4),
  .a-gap10p.sp-col5 > :nth-child(5n-4),
  .a-gapx10p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .a-col6.sp-gap10p > *,
  .a-col6.sp-gapx10p > *,
  .a-gap10p.sp-col6 > *,
  .a-gapx10p.sp-col6 > * {
    width: 8.333%;
  }

  .a-col6.sp-gap10p > :nth-child(6n),
  .a-col6.sp-gapx10p > :nth-child(6n),
  .a-gap10p.sp-col6 > :nth-child(6n),
  .a-gapx10p.sp-col6 > :nth-child(6n),
  .a-col6.sp-gap10p > :nth-child(6n-1),
  .a-col6.sp-gapx10p > :nth-child(6n-1),
  .a-gap10p.sp-col6 > :nth-child(6n-1),
  .a-gapx10p.sp-col6 > :nth-child(6n-1),
  .a-col6.sp-gap10p > :nth-child(6n-2),
  .a-col6.sp-gapx10p > :nth-child(6n-2),
  .a-gap10p.sp-col6 > :nth-child(6n-2),
  .a-gapx10p.sp-col6 > :nth-child(6n-2),
  .a-col6.sp-gap10p > :nth-child(6n-3),
  .a-col6.sp-gapx10p > :nth-child(6n-3),
  .a-gap10p.sp-col6 > :nth-child(6n-3),
  .a-gapx10p.sp-col6 > :nth-child(6n-3),
  .a-col6.sp-gap10p > :nth-child(6n-4),
  .a-col6.sp-gapx10p > :nth-child(6n-4),
  .a-gap10p.sp-col6 > :nth-child(6n-4),
  .a-gapx10p.sp-col6 > :nth-child(6n-4) {
    margin-left: 10%;
  }

  .a-col6.sp-gap10p > :nth-child(6n-5),
  .a-col6.sp-gapx10p > :nth-child(6n-5),
  .a-gap10p.sp-col6 > :nth-child(6n-5),
  .a-gapx10p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }
  .sp-col1.tb-gap1 > *,
  .sp-col1.tb-gapx1 > *,
  .sp-gap1.tb-col1 > *,
  .sp-gapx1.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap1 > :nth-child(n),
  .sp-col1.tb-gapx1 > :nth-child(n),
  .sp-gap1.tb-col1 > :nth-child(n),
  .sp-gapx1.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap1 > *,
  .sp-col2.tb-gapx1 > *,
  .sp-gap1.tb-col2 > *,
  .sp-gapx1.tb-col2 > * {
    width: calc(50% - 0.5px);
  }

  .sp-col2.tb-gap1 > :nth-child(2n),
  .sp-col2.tb-gapx1 > :nth-child(2n),
  .sp-gap1.tb-col2 > :nth-child(2n),
  .sp-gapx1.tb-col2 > :nth-child(2n) {
    margin-left: 1px;
  }

  .sp-col2.tb-gap1 > :nth-child(2n-1),
  .sp-col2.tb-gapx1 > :nth-child(2n-1),
  .sp-gap1.tb-col2 > :nth-child(2n-1),
  .sp-gapx1.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap1 > *,
  .sp-col3.tb-gapx1 > *,
  .sp-gap1.tb-col3 > *,
  .sp-gapx1.tb-col3 > * {
    width: calc(33.333% - 0.666px);
  }

  .sp-col3.tb-gap1 > :nth-child(3n),
  .sp-col3.tb-gapx1 > :nth-child(3n),
  .sp-gap1.tb-col3 > :nth-child(3n),
  .sp-gapx1.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap1 > :nth-child(3n-1),
  .sp-col3.tb-gapx1 > :nth-child(3n-1),
  .sp-gap1.tb-col3 > :nth-child(3n-1),
  .sp-gapx1.tb-col3 > :nth-child(3n-1) {
    margin-left: 1px;
  }

  .sp-col3.tb-gap1 > :nth-child(3n-2),
  .sp-col3.tb-gapx1 > :nth-child(3n-2),
  .sp-gap1.tb-col3 > :nth-child(3n-2),
  .sp-gapx1.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap1 > *,
  .sp-col4.tb-gapx1 > *,
  .sp-gap1.tb-col4 > *,
  .sp-gapx1.tb-col4 > * {
    width: calc(25% - 0.75px);
  }

  .sp-col4.tb-gap1 > :nth-child(4n),
  .sp-col4.tb-gapx1 > :nth-child(4n),
  .sp-gap1.tb-col4 > :nth-child(4n),
  .sp-gapx1.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap1 > :nth-child(4n-1),
  .sp-col4.tb-gapx1 > :nth-child(4n-1),
  .sp-gap1.tb-col4 > :nth-child(4n-1),
  .sp-gapx1.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap1 > :nth-child(4n-2),
  .sp-col4.tb-gapx1 > :nth-child(4n-2),
  .sp-gap1.tb-col4 > :nth-child(4n-2),
  .sp-gapx1.tb-col4 > :nth-child(4n-2) {
    margin-left: 1px;
  }

  .sp-col4.tb-gap1 > :nth-child(4n-3),
  .sp-col4.tb-gapx1 > :nth-child(4n-3),
  .sp-gap1.tb-col4 > :nth-child(4n-3),
  .sp-gapx1.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap1 > *,
  .sp-col5.tb-gapx1 > *,
  .sp-gap1.tb-col5 > *,
  .sp-gapx1.tb-col5 > * {
    width: calc(20% - 0.8px);
  }

  .sp-col5.tb-gap1 > :nth-child(5n),
  .sp-col5.tb-gapx1 > :nth-child(5n),
  .sp-gap1.tb-col5 > :nth-child(5n),
  .sp-gapx1.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap1 > :nth-child(5n-1),
  .sp-col5.tb-gapx1 > :nth-child(5n-1),
  .sp-gap1.tb-col5 > :nth-child(5n-1),
  .sp-gapx1.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap1 > :nth-child(5n-2),
  .sp-col5.tb-gapx1 > :nth-child(5n-2),
  .sp-gap1.tb-col5 > :nth-child(5n-2),
  .sp-gapx1.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap1 > :nth-child(5n-3),
  .sp-col5.tb-gapx1 > :nth-child(5n-3),
  .sp-gap1.tb-col5 > :nth-child(5n-3),
  .sp-gapx1.tb-col5 > :nth-child(5n-3) {
    margin-left: 1px;
  }

  .sp-col5.tb-gap1 > :nth-child(5n-4),
  .sp-col5.tb-gapx1 > :nth-child(5n-4),
  .sp-gap1.tb-col5 > :nth-child(5n-4),
  .sp-gapx1.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap1 > *,
  .sp-col6.tb-gapx1 > *,
  .sp-gap1.tb-col6 > *,
  .sp-gapx1.tb-col6 > *,
  .sp-gapx1.sp-col6 > * {
    width: calc(16.666% - 0.833px);
  }

  .sp-col6.tb-gap1 > :nth-child(6n),
  .sp-col6.tb-gapx1 > :nth-child(6n),
  .sp-gap1.tb-col6 > :nth-child(6n),
  .sp-gapx1.tb-col6 > :nth-child(6n),
  .sp-gapx1.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap1 > :nth-child(6n-1),
  .sp-col6.tb-gapx1 > :nth-child(6n-1),
  .sp-gap1.tb-col6 > :nth-child(6n-1),
  .sp-gapx1.tb-col6 > :nth-child(6n-1),
  .sp-gapx1.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap1 > :nth-child(6n-2),
  .sp-col6.tb-gapx1 > :nth-child(6n-2),
  .sp-gap1.tb-col6 > :nth-child(6n-2),
  .sp-gapx1.tb-col6 > :nth-child(6n-2),
  .sp-gapx1.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap1 > :nth-child(6n-3),
  .sp-col6.tb-gapx1 > :nth-child(6n-3),
  .sp-gap1.tb-col6 > :nth-child(6n-3),
  .sp-gapx1.tb-col6 > :nth-child(6n-3),
  .sp-gapx1.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap1 > :nth-child(6n-4),
  .sp-col6.tb-gapx1 > :nth-child(6n-4),
  .sp-gap1.tb-col6 > :nth-child(6n-4),
  .sp-gapx1.tb-col6 > :nth-child(6n-4),
  .sp-gapx1.sp-col6 > :nth-child(6n-4) {
    margin-left: 1px;
  }

  .sp-col6.tb-gap1 > :nth-child(6n-5),
  .sp-col6.tb-gapx1 > :nth-child(6n-5),
  .sp-gap1.tb-col6 > :nth-child(6n-5),
  .sp-gapx1.tb-col6 > :nth-child(6n-5),
  .sp-gapx1.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap11 > *,
  .sp-col1.tb-gapx11 > *,
  .sp-gap11.tb-col1 > *,
  .sp-gapx11.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap11 > :nth-child(n),
  .sp-col1.tb-gapx11 > :nth-child(n),
  .sp-gap11.tb-col1 > :nth-child(n),
  .sp-gapx11.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap11 > *,
  .sp-col2.tb-gapx11 > *,
  .sp-gap11.tb-col2 > *,
  .sp-gapx11.tb-col2 > * {
    width: calc(50% - 5.5px);
  }

  .sp-col2.tb-gap11 > :nth-child(2n),
  .sp-col2.tb-gapx11 > :nth-child(2n),
  .sp-gap11.tb-col2 > :nth-child(2n),
  .sp-gapx11.tb-col2 > :nth-child(2n) {
    margin-left: 11px;
  }

  .sp-col2.tb-gap11 > :nth-child(2n-1),
  .sp-col2.tb-gapx11 > :nth-child(2n-1),
  .sp-gap11.tb-col2 > :nth-child(2n-1),
  .sp-gapx11.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap11 > *,
  .sp-col3.tb-gapx11 > *,
  .sp-gap11.tb-col3 > *,
  .sp-gapx11.tb-col3 > * {
    width: calc(33.333% - 7.333px);
  }

  .sp-col3.tb-gap11 > :nth-child(3n),
  .sp-col3.tb-gapx11 > :nth-child(3n),
  .sp-gap11.tb-col3 > :nth-child(3n),
  .sp-gapx11.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap11 > :nth-child(3n-1),
  .sp-col3.tb-gapx11 > :nth-child(3n-1),
  .sp-gap11.tb-col3 > :nth-child(3n-1),
  .sp-gapx11.tb-col3 > :nth-child(3n-1) {
    margin-left: 11px;
  }

  .sp-col3.tb-gap11 > :nth-child(3n-2),
  .sp-col3.tb-gapx11 > :nth-child(3n-2),
  .sp-gap11.tb-col3 > :nth-child(3n-2),
  .sp-gapx11.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap11 > *,
  .sp-col4.tb-gapx11 > *,
  .sp-gap11.tb-col4 > *,
  .sp-gapx11.tb-col4 > * {
    width: calc(25% - 8.25px);
  }

  .sp-col4.tb-gap11 > :nth-child(4n),
  .sp-col4.tb-gapx11 > :nth-child(4n),
  .sp-gap11.tb-col4 > :nth-child(4n),
  .sp-gapx11.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap11 > :nth-child(4n-1),
  .sp-col4.tb-gapx11 > :nth-child(4n-1),
  .sp-gap11.tb-col4 > :nth-child(4n-1),
  .sp-gapx11.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap11 > :nth-child(4n-2),
  .sp-col4.tb-gapx11 > :nth-child(4n-2),
  .sp-gap11.tb-col4 > :nth-child(4n-2),
  .sp-gapx11.tb-col4 > :nth-child(4n-2) {
    margin-left: 11px;
  }

  .sp-col4.tb-gap11 > :nth-child(4n-3),
  .sp-col4.tb-gapx11 > :nth-child(4n-3),
  .sp-gap11.tb-col4 > :nth-child(4n-3),
  .sp-gapx11.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap11 > *,
  .sp-col5.tb-gapx11 > *,
  .sp-gap11.tb-col5 > *,
  .sp-gapx11.tb-col5 > * {
    width: calc(20% - 8.8px);
  }

  .sp-col5.tb-gap11 > :nth-child(5n),
  .sp-col5.tb-gapx11 > :nth-child(5n),
  .sp-gap11.tb-col5 > :nth-child(5n),
  .sp-gapx11.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap11 > :nth-child(5n-1),
  .sp-col5.tb-gapx11 > :nth-child(5n-1),
  .sp-gap11.tb-col5 > :nth-child(5n-1),
  .sp-gapx11.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap11 > :nth-child(5n-2),
  .sp-col5.tb-gapx11 > :nth-child(5n-2),
  .sp-gap11.tb-col5 > :nth-child(5n-2),
  .sp-gapx11.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap11 > :nth-child(5n-3),
  .sp-col5.tb-gapx11 > :nth-child(5n-3),
  .sp-gap11.tb-col5 > :nth-child(5n-3),
  .sp-gapx11.tb-col5 > :nth-child(5n-3) {
    margin-left: 11px;
  }

  .sp-col5.tb-gap11 > :nth-child(5n-4),
  .sp-col5.tb-gapx11 > :nth-child(5n-4),
  .sp-gap11.tb-col5 > :nth-child(5n-4),
  .sp-gapx11.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap11 > *,
  .sp-col6.tb-gapx11 > *,
  .sp-gap11.tb-col6 > *,
  .sp-gapx11.tb-col6 > *,
  .sp-gapx11.sp-col6 > * {
    width: calc(16.666% - 9.166px);
  }

  .sp-col6.tb-gap11 > :nth-child(6n),
  .sp-col6.tb-gapx11 > :nth-child(6n),
  .sp-gap11.tb-col6 > :nth-child(6n),
  .sp-gapx11.tb-col6 > :nth-child(6n),
  .sp-gapx11.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap11 > :nth-child(6n-1),
  .sp-col6.tb-gapx11 > :nth-child(6n-1),
  .sp-gap11.tb-col6 > :nth-child(6n-1),
  .sp-gapx11.tb-col6 > :nth-child(6n-1),
  .sp-gapx11.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap11 > :nth-child(6n-2),
  .sp-col6.tb-gapx11 > :nth-child(6n-2),
  .sp-gap11.tb-col6 > :nth-child(6n-2),
  .sp-gapx11.tb-col6 > :nth-child(6n-2),
  .sp-gapx11.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap11 > :nth-child(6n-3),
  .sp-col6.tb-gapx11 > :nth-child(6n-3),
  .sp-gap11.tb-col6 > :nth-child(6n-3),
  .sp-gapx11.tb-col6 > :nth-child(6n-3),
  .sp-gapx11.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap11 > :nth-child(6n-4),
  .sp-col6.tb-gapx11 > :nth-child(6n-4),
  .sp-gap11.tb-col6 > :nth-child(6n-4),
  .sp-gapx11.tb-col6 > :nth-child(6n-4),
  .sp-gapx11.sp-col6 > :nth-child(6n-4) {
    margin-left: 11px;
  }

  .sp-col6.tb-gap11 > :nth-child(6n-5),
  .sp-col6.tb-gapx11 > :nth-child(6n-5),
  .sp-gap11.tb-col6 > :nth-child(6n-5),
  .sp-gapx11.tb-col6 > :nth-child(6n-5),
  .sp-gapx11.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap21 > *,
  .sp-col1.tb-gapx21 > *,
  .sp-gap21.tb-col1 > *,
  .sp-gapx21.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap21 > :nth-child(n),
  .sp-col1.tb-gapx21 > :nth-child(n),
  .sp-gap21.tb-col1 > :nth-child(n),
  .sp-gapx21.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap21 > *,
  .sp-col2.tb-gapx21 > *,
  .sp-gap21.tb-col2 > *,
  .sp-gapx21.tb-col2 > * {
    width: calc(50% - 10.5px);
  }

  .sp-col2.tb-gap21 > :nth-child(2n),
  .sp-col2.tb-gapx21 > :nth-child(2n),
  .sp-gap21.tb-col2 > :nth-child(2n),
  .sp-gapx21.tb-col2 > :nth-child(2n) {
    margin-left: 21px;
  }

  .sp-col2.tb-gap21 > :nth-child(2n-1),
  .sp-col2.tb-gapx21 > :nth-child(2n-1),
  .sp-gap21.tb-col2 > :nth-child(2n-1),
  .sp-gapx21.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap21 > *,
  .sp-col3.tb-gapx21 > *,
  .sp-gap21.tb-col3 > *,
  .sp-gapx21.tb-col3 > * {
    width: calc(33.333% - 14px);
  }

  .sp-col3.tb-gap21 > :nth-child(3n),
  .sp-col3.tb-gapx21 > :nth-child(3n),
  .sp-gap21.tb-col3 > :nth-child(3n),
  .sp-gapx21.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap21 > :nth-child(3n-1),
  .sp-col3.tb-gapx21 > :nth-child(3n-1),
  .sp-gap21.tb-col3 > :nth-child(3n-1),
  .sp-gapx21.tb-col3 > :nth-child(3n-1) {
    margin-left: 21px;
  }

  .sp-col3.tb-gap21 > :nth-child(3n-2),
  .sp-col3.tb-gapx21 > :nth-child(3n-2),
  .sp-gap21.tb-col3 > :nth-child(3n-2),
  .sp-gapx21.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap21 > *,
  .sp-col4.tb-gapx21 > *,
  .sp-gap21.tb-col4 > *,
  .sp-gapx21.tb-col4 > * {
    width: calc(25% - 15.75px);
  }

  .sp-col4.tb-gap21 > :nth-child(4n),
  .sp-col4.tb-gapx21 > :nth-child(4n),
  .sp-gap21.tb-col4 > :nth-child(4n),
  .sp-gapx21.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap21 > :nth-child(4n-1),
  .sp-col4.tb-gapx21 > :nth-child(4n-1),
  .sp-gap21.tb-col4 > :nth-child(4n-1),
  .sp-gapx21.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap21 > :nth-child(4n-2),
  .sp-col4.tb-gapx21 > :nth-child(4n-2),
  .sp-gap21.tb-col4 > :nth-child(4n-2),
  .sp-gapx21.tb-col4 > :nth-child(4n-2) {
    margin-left: 21px;
  }

  .sp-col4.tb-gap21 > :nth-child(4n-3),
  .sp-col4.tb-gapx21 > :nth-child(4n-3),
  .sp-gap21.tb-col4 > :nth-child(4n-3),
  .sp-gapx21.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap21 > *,
  .sp-col5.tb-gapx21 > *,
  .sp-gap21.tb-col5 > *,
  .sp-gapx21.tb-col5 > * {
    width: calc(20% - 16.8px);
  }

  .sp-col5.tb-gap21 > :nth-child(5n),
  .sp-col5.tb-gapx21 > :nth-child(5n),
  .sp-gap21.tb-col5 > :nth-child(5n),
  .sp-gapx21.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap21 > :nth-child(5n-1),
  .sp-col5.tb-gapx21 > :nth-child(5n-1),
  .sp-gap21.tb-col5 > :nth-child(5n-1),
  .sp-gapx21.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap21 > :nth-child(5n-2),
  .sp-col5.tb-gapx21 > :nth-child(5n-2),
  .sp-gap21.tb-col5 > :nth-child(5n-2),
  .sp-gapx21.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap21 > :nth-child(5n-3),
  .sp-col5.tb-gapx21 > :nth-child(5n-3),
  .sp-gap21.tb-col5 > :nth-child(5n-3),
  .sp-gapx21.tb-col5 > :nth-child(5n-3) {
    margin-left: 21px;
  }

  .sp-col5.tb-gap21 > :nth-child(5n-4),
  .sp-col5.tb-gapx21 > :nth-child(5n-4),
  .sp-gap21.tb-col5 > :nth-child(5n-4),
  .sp-gapx21.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap21 > *,
  .sp-col6.tb-gapx21 > *,
  .sp-gap21.tb-col6 > *,
  .sp-gapx21.tb-col6 > *,
  .sp-gapx21.sp-col6 > * {
    width: calc(16.666% - 17.5px);
  }

  .sp-col6.tb-gap21 > :nth-child(6n),
  .sp-col6.tb-gapx21 > :nth-child(6n),
  .sp-gap21.tb-col6 > :nth-child(6n),
  .sp-gapx21.tb-col6 > :nth-child(6n),
  .sp-gapx21.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap21 > :nth-child(6n-1),
  .sp-col6.tb-gapx21 > :nth-child(6n-1),
  .sp-gap21.tb-col6 > :nth-child(6n-1),
  .sp-gapx21.tb-col6 > :nth-child(6n-1),
  .sp-gapx21.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap21 > :nth-child(6n-2),
  .sp-col6.tb-gapx21 > :nth-child(6n-2),
  .sp-gap21.tb-col6 > :nth-child(6n-2),
  .sp-gapx21.tb-col6 > :nth-child(6n-2),
  .sp-gapx21.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap21 > :nth-child(6n-3),
  .sp-col6.tb-gapx21 > :nth-child(6n-3),
  .sp-gap21.tb-col6 > :nth-child(6n-3),
  .sp-gapx21.tb-col6 > :nth-child(6n-3),
  .sp-gapx21.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap21 > :nth-child(6n-4),
  .sp-col6.tb-gapx21 > :nth-child(6n-4),
  .sp-gap21.tb-col6 > :nth-child(6n-4),
  .sp-gapx21.tb-col6 > :nth-child(6n-4),
  .sp-gapx21.sp-col6 > :nth-child(6n-4) {
    margin-left: 21px;
  }

  .sp-col6.tb-gap21 > :nth-child(6n-5),
  .sp-col6.tb-gapx21 > :nth-child(6n-5),
  .sp-gap21.tb-col6 > :nth-child(6n-5),
  .sp-gapx21.tb-col6 > :nth-child(6n-5),
  .sp-gapx21.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap31 > *,
  .sp-col1.tb-gapx31 > *,
  .sp-gap31.tb-col1 > *,
  .sp-gapx31.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap31 > :nth-child(n),
  .sp-col1.tb-gapx31 > :nth-child(n),
  .sp-gap31.tb-col1 > :nth-child(n),
  .sp-gapx31.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap31 > *,
  .sp-col2.tb-gapx31 > *,
  .sp-gap31.tb-col2 > *,
  .sp-gapx31.tb-col2 > * {
    width: calc(50% - 15.5px);
  }

  .sp-col2.tb-gap31 > :nth-child(2n),
  .sp-col2.tb-gapx31 > :nth-child(2n),
  .sp-gap31.tb-col2 > :nth-child(2n),
  .sp-gapx31.tb-col2 > :nth-child(2n) {
    margin-left: 31px;
  }

  .sp-col2.tb-gap31 > :nth-child(2n-1),
  .sp-col2.tb-gapx31 > :nth-child(2n-1),
  .sp-gap31.tb-col2 > :nth-child(2n-1),
  .sp-gapx31.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap31 > *,
  .sp-col3.tb-gapx31 > *,
  .sp-gap31.tb-col3 > *,
  .sp-gapx31.tb-col3 > * {
    width: calc(33.333% - 20.666px);
  }

  .sp-col3.tb-gap31 > :nth-child(3n),
  .sp-col3.tb-gapx31 > :nth-child(3n),
  .sp-gap31.tb-col3 > :nth-child(3n),
  .sp-gapx31.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap31 > :nth-child(3n-1),
  .sp-col3.tb-gapx31 > :nth-child(3n-1),
  .sp-gap31.tb-col3 > :nth-child(3n-1),
  .sp-gapx31.tb-col3 > :nth-child(3n-1) {
    margin-left: 31px;
  }

  .sp-col3.tb-gap31 > :nth-child(3n-2),
  .sp-col3.tb-gapx31 > :nth-child(3n-2),
  .sp-gap31.tb-col3 > :nth-child(3n-2),
  .sp-gapx31.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap31 > *,
  .sp-col4.tb-gapx31 > *,
  .sp-gap31.tb-col4 > *,
  .sp-gapx31.tb-col4 > * {
    width: calc(25% - 23.25px);
  }

  .sp-col4.tb-gap31 > :nth-child(4n),
  .sp-col4.tb-gapx31 > :nth-child(4n),
  .sp-gap31.tb-col4 > :nth-child(4n),
  .sp-gapx31.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap31 > :nth-child(4n-1),
  .sp-col4.tb-gapx31 > :nth-child(4n-1),
  .sp-gap31.tb-col4 > :nth-child(4n-1),
  .sp-gapx31.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap31 > :nth-child(4n-2),
  .sp-col4.tb-gapx31 > :nth-child(4n-2),
  .sp-gap31.tb-col4 > :nth-child(4n-2),
  .sp-gapx31.tb-col4 > :nth-child(4n-2) {
    margin-left: 31px;
  }

  .sp-col4.tb-gap31 > :nth-child(4n-3),
  .sp-col4.tb-gapx31 > :nth-child(4n-3),
  .sp-gap31.tb-col4 > :nth-child(4n-3),
  .sp-gapx31.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap31 > *,
  .sp-col5.tb-gapx31 > *,
  .sp-gap31.tb-col5 > *,
  .sp-gapx31.tb-col5 > * {
    width: calc(20% - 24.8px);
  }

  .sp-col5.tb-gap31 > :nth-child(5n),
  .sp-col5.tb-gapx31 > :nth-child(5n),
  .sp-gap31.tb-col5 > :nth-child(5n),
  .sp-gapx31.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap31 > :nth-child(5n-1),
  .sp-col5.tb-gapx31 > :nth-child(5n-1),
  .sp-gap31.tb-col5 > :nth-child(5n-1),
  .sp-gapx31.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap31 > :nth-child(5n-2),
  .sp-col5.tb-gapx31 > :nth-child(5n-2),
  .sp-gap31.tb-col5 > :nth-child(5n-2),
  .sp-gapx31.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap31 > :nth-child(5n-3),
  .sp-col5.tb-gapx31 > :nth-child(5n-3),
  .sp-gap31.tb-col5 > :nth-child(5n-3),
  .sp-gapx31.tb-col5 > :nth-child(5n-3) {
    margin-left: 31px;
  }

  .sp-col5.tb-gap31 > :nth-child(5n-4),
  .sp-col5.tb-gapx31 > :nth-child(5n-4),
  .sp-gap31.tb-col5 > :nth-child(5n-4),
  .sp-gapx31.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap31 > *,
  .sp-col6.tb-gapx31 > *,
  .sp-gap31.tb-col6 > *,
  .sp-gapx31.tb-col6 > *,
  .sp-gapx31.sp-col6 > * {
    width: calc(16.666% - 25.833px);
  }

  .sp-col6.tb-gap31 > :nth-child(6n),
  .sp-col6.tb-gapx31 > :nth-child(6n),
  .sp-gap31.tb-col6 > :nth-child(6n),
  .sp-gapx31.tb-col6 > :nth-child(6n),
  .sp-gapx31.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap31 > :nth-child(6n-1),
  .sp-col6.tb-gapx31 > :nth-child(6n-1),
  .sp-gap31.tb-col6 > :nth-child(6n-1),
  .sp-gapx31.tb-col6 > :nth-child(6n-1),
  .sp-gapx31.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap31 > :nth-child(6n-2),
  .sp-col6.tb-gapx31 > :nth-child(6n-2),
  .sp-gap31.tb-col6 > :nth-child(6n-2),
  .sp-gapx31.tb-col6 > :nth-child(6n-2),
  .sp-gapx31.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap31 > :nth-child(6n-3),
  .sp-col6.tb-gapx31 > :nth-child(6n-3),
  .sp-gap31.tb-col6 > :nth-child(6n-3),
  .sp-gapx31.tb-col6 > :nth-child(6n-3),
  .sp-gapx31.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap31 > :nth-child(6n-4),
  .sp-col6.tb-gapx31 > :nth-child(6n-4),
  .sp-gap31.tb-col6 > :nth-child(6n-4),
  .sp-gapx31.tb-col6 > :nth-child(6n-4),
  .sp-gapx31.sp-col6 > :nth-child(6n-4) {
    margin-left: 31px;
  }

  .sp-col6.tb-gap31 > :nth-child(6n-5),
  .sp-col6.tb-gapx31 > :nth-child(6n-5),
  .sp-gap31.tb-col6 > :nth-child(6n-5),
  .sp-gapx31.tb-col6 > :nth-child(6n-5),
  .sp-gapx31.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap41 > *,
  .sp-col1.tb-gapx41 > *,
  .sp-gap41.tb-col1 > *,
  .sp-gapx41.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap41 > :nth-child(n),
  .sp-col1.tb-gapx41 > :nth-child(n),
  .sp-gap41.tb-col1 > :nth-child(n),
  .sp-gapx41.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap41 > *,
  .sp-col2.tb-gapx41 > *,
  .sp-gap41.tb-col2 > *,
  .sp-gapx41.tb-col2 > * {
    width: calc(50% - 20.5px);
  }

  .sp-col2.tb-gap41 > :nth-child(2n),
  .sp-col2.tb-gapx41 > :nth-child(2n),
  .sp-gap41.tb-col2 > :nth-child(2n),
  .sp-gapx41.tb-col2 > :nth-child(2n) {
    margin-left: 41px;
  }

  .sp-col2.tb-gap41 > :nth-child(2n-1),
  .sp-col2.tb-gapx41 > :nth-child(2n-1),
  .sp-gap41.tb-col2 > :nth-child(2n-1),
  .sp-gapx41.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap41 > *,
  .sp-col3.tb-gapx41 > *,
  .sp-gap41.tb-col3 > *,
  .sp-gapx41.tb-col3 > * {
    width: calc(33.333% - 27.333px);
  }

  .sp-col3.tb-gap41 > :nth-child(3n),
  .sp-col3.tb-gapx41 > :nth-child(3n),
  .sp-gap41.tb-col3 > :nth-child(3n),
  .sp-gapx41.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap41 > :nth-child(3n-1),
  .sp-col3.tb-gapx41 > :nth-child(3n-1),
  .sp-gap41.tb-col3 > :nth-child(3n-1),
  .sp-gapx41.tb-col3 > :nth-child(3n-1) {
    margin-left: 41px;
  }

  .sp-col3.tb-gap41 > :nth-child(3n-2),
  .sp-col3.tb-gapx41 > :nth-child(3n-2),
  .sp-gap41.tb-col3 > :nth-child(3n-2),
  .sp-gapx41.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap41 > *,
  .sp-col4.tb-gapx41 > *,
  .sp-gap41.tb-col4 > *,
  .sp-gapx41.tb-col4 > * {
    width: calc(25% - 30.75px);
  }

  .sp-col4.tb-gap41 > :nth-child(4n),
  .sp-col4.tb-gapx41 > :nth-child(4n),
  .sp-gap41.tb-col4 > :nth-child(4n),
  .sp-gapx41.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap41 > :nth-child(4n-1),
  .sp-col4.tb-gapx41 > :nth-child(4n-1),
  .sp-gap41.tb-col4 > :nth-child(4n-1),
  .sp-gapx41.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap41 > :nth-child(4n-2),
  .sp-col4.tb-gapx41 > :nth-child(4n-2),
  .sp-gap41.tb-col4 > :nth-child(4n-2),
  .sp-gapx41.tb-col4 > :nth-child(4n-2) {
    margin-left: 41px;
  }

  .sp-col4.tb-gap41 > :nth-child(4n-3),
  .sp-col4.tb-gapx41 > :nth-child(4n-3),
  .sp-gap41.tb-col4 > :nth-child(4n-3),
  .sp-gapx41.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap41 > *,
  .sp-col5.tb-gapx41 > *,
  .sp-gap41.tb-col5 > *,
  .sp-gapx41.tb-col5 > * {
    width: calc(20% - 32.8px);
  }

  .sp-col5.tb-gap41 > :nth-child(5n),
  .sp-col5.tb-gapx41 > :nth-child(5n),
  .sp-gap41.tb-col5 > :nth-child(5n),
  .sp-gapx41.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap41 > :nth-child(5n-1),
  .sp-col5.tb-gapx41 > :nth-child(5n-1),
  .sp-gap41.tb-col5 > :nth-child(5n-1),
  .sp-gapx41.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap41 > :nth-child(5n-2),
  .sp-col5.tb-gapx41 > :nth-child(5n-2),
  .sp-gap41.tb-col5 > :nth-child(5n-2),
  .sp-gapx41.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap41 > :nth-child(5n-3),
  .sp-col5.tb-gapx41 > :nth-child(5n-3),
  .sp-gap41.tb-col5 > :nth-child(5n-3),
  .sp-gapx41.tb-col5 > :nth-child(5n-3) {
    margin-left: 41px;
  }

  .sp-col5.tb-gap41 > :nth-child(5n-4),
  .sp-col5.tb-gapx41 > :nth-child(5n-4),
  .sp-gap41.tb-col5 > :nth-child(5n-4),
  .sp-gapx41.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap41 > *,
  .sp-col6.tb-gapx41 > *,
  .sp-gap41.tb-col6 > *,
  .sp-gapx41.tb-col6 > *,
  .sp-gapx41.sp-col6 > * {
    width: calc(16.666% - 34.166px);
  }

  .sp-col6.tb-gap41 > :nth-child(6n),
  .sp-col6.tb-gapx41 > :nth-child(6n),
  .sp-gap41.tb-col6 > :nth-child(6n),
  .sp-gapx41.tb-col6 > :nth-child(6n),
  .sp-gapx41.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap41 > :nth-child(6n-1),
  .sp-col6.tb-gapx41 > :nth-child(6n-1),
  .sp-gap41.tb-col6 > :nth-child(6n-1),
  .sp-gapx41.tb-col6 > :nth-child(6n-1),
  .sp-gapx41.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap41 > :nth-child(6n-2),
  .sp-col6.tb-gapx41 > :nth-child(6n-2),
  .sp-gap41.tb-col6 > :nth-child(6n-2),
  .sp-gapx41.tb-col6 > :nth-child(6n-2),
  .sp-gapx41.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap41 > :nth-child(6n-3),
  .sp-col6.tb-gapx41 > :nth-child(6n-3),
  .sp-gap41.tb-col6 > :nth-child(6n-3),
  .sp-gapx41.tb-col6 > :nth-child(6n-3),
  .sp-gapx41.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap41 > :nth-child(6n-4),
  .sp-col6.tb-gapx41 > :nth-child(6n-4),
  .sp-gap41.tb-col6 > :nth-child(6n-4),
  .sp-gapx41.tb-col6 > :nth-child(6n-4),
  .sp-gapx41.sp-col6 > :nth-child(6n-4) {
    margin-left: 41px;
  }

  .sp-col6.tb-gap41 > :nth-child(6n-5),
  .sp-col6.tb-gapx41 > :nth-child(6n-5),
  .sp-gap41.tb-col6 > :nth-child(6n-5),
  .sp-gapx41.tb-col6 > :nth-child(6n-5),
  .sp-gapx41.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap51 > *,
  .sp-col1.tb-gapx51 > *,
  .sp-gap51.tb-col1 > *,
  .sp-gapx51.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap51 > :nth-child(n),
  .sp-col1.tb-gapx51 > :nth-child(n),
  .sp-gap51.tb-col1 > :nth-child(n),
  .sp-gapx51.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap51 > *,
  .sp-col2.tb-gapx51 > *,
  .sp-gap51.tb-col2 > *,
  .sp-gapx51.tb-col2 > * {
    width: calc(50% - 25.5px);
  }

  .sp-col2.tb-gap51 > :nth-child(2n),
  .sp-col2.tb-gapx51 > :nth-child(2n),
  .sp-gap51.tb-col2 > :nth-child(2n),
  .sp-gapx51.tb-col2 > :nth-child(2n) {
    margin-left: 51px;
  }

  .sp-col2.tb-gap51 > :nth-child(2n-1),
  .sp-col2.tb-gapx51 > :nth-child(2n-1),
  .sp-gap51.tb-col2 > :nth-child(2n-1),
  .sp-gapx51.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap51 > *,
  .sp-col3.tb-gapx51 > *,
  .sp-gap51.tb-col3 > *,
  .sp-gapx51.tb-col3 > * {
    width: calc(33.333% - 34px);
  }

  .sp-col3.tb-gap51 > :nth-child(3n),
  .sp-col3.tb-gapx51 > :nth-child(3n),
  .sp-gap51.tb-col3 > :nth-child(3n),
  .sp-gapx51.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap51 > :nth-child(3n-1),
  .sp-col3.tb-gapx51 > :nth-child(3n-1),
  .sp-gap51.tb-col3 > :nth-child(3n-1),
  .sp-gapx51.tb-col3 > :nth-child(3n-1) {
    margin-left: 51px;
  }

  .sp-col3.tb-gap51 > :nth-child(3n-2),
  .sp-col3.tb-gapx51 > :nth-child(3n-2),
  .sp-gap51.tb-col3 > :nth-child(3n-2),
  .sp-gapx51.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap51 > *,
  .sp-col4.tb-gapx51 > *,
  .sp-gap51.tb-col4 > *,
  .sp-gapx51.tb-col4 > * {
    width: calc(25% - 38.25px);
  }

  .sp-col4.tb-gap51 > :nth-child(4n),
  .sp-col4.tb-gapx51 > :nth-child(4n),
  .sp-gap51.tb-col4 > :nth-child(4n),
  .sp-gapx51.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap51 > :nth-child(4n-1),
  .sp-col4.tb-gapx51 > :nth-child(4n-1),
  .sp-gap51.tb-col4 > :nth-child(4n-1),
  .sp-gapx51.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap51 > :nth-child(4n-2),
  .sp-col4.tb-gapx51 > :nth-child(4n-2),
  .sp-gap51.tb-col4 > :nth-child(4n-2),
  .sp-gapx51.tb-col4 > :nth-child(4n-2) {
    margin-left: 51px;
  }

  .sp-col4.tb-gap51 > :nth-child(4n-3),
  .sp-col4.tb-gapx51 > :nth-child(4n-3),
  .sp-gap51.tb-col4 > :nth-child(4n-3),
  .sp-gapx51.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap51 > *,
  .sp-col5.tb-gapx51 > *,
  .sp-gap51.tb-col5 > *,
  .sp-gapx51.tb-col5 > * {
    width: calc(20% - 40.8px);
  }

  .sp-col5.tb-gap51 > :nth-child(5n),
  .sp-col5.tb-gapx51 > :nth-child(5n),
  .sp-gap51.tb-col5 > :nth-child(5n),
  .sp-gapx51.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap51 > :nth-child(5n-1),
  .sp-col5.tb-gapx51 > :nth-child(5n-1),
  .sp-gap51.tb-col5 > :nth-child(5n-1),
  .sp-gapx51.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap51 > :nth-child(5n-2),
  .sp-col5.tb-gapx51 > :nth-child(5n-2),
  .sp-gap51.tb-col5 > :nth-child(5n-2),
  .sp-gapx51.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap51 > :nth-child(5n-3),
  .sp-col5.tb-gapx51 > :nth-child(5n-3),
  .sp-gap51.tb-col5 > :nth-child(5n-3),
  .sp-gapx51.tb-col5 > :nth-child(5n-3) {
    margin-left: 51px;
  }

  .sp-col5.tb-gap51 > :nth-child(5n-4),
  .sp-col5.tb-gapx51 > :nth-child(5n-4),
  .sp-gap51.tb-col5 > :nth-child(5n-4),
  .sp-gapx51.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap51 > *,
  .sp-col6.tb-gapx51 > *,
  .sp-gap51.tb-col6 > *,
  .sp-gapx51.tb-col6 > *,
  .sp-gapx51.sp-col6 > * {
    width: calc(16.666% - 42.5px);
  }

  .sp-col6.tb-gap51 > :nth-child(6n),
  .sp-col6.tb-gapx51 > :nth-child(6n),
  .sp-gap51.tb-col6 > :nth-child(6n),
  .sp-gapx51.tb-col6 > :nth-child(6n),
  .sp-gapx51.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap51 > :nth-child(6n-1),
  .sp-col6.tb-gapx51 > :nth-child(6n-1),
  .sp-gap51.tb-col6 > :nth-child(6n-1),
  .sp-gapx51.tb-col6 > :nth-child(6n-1),
  .sp-gapx51.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap51 > :nth-child(6n-2),
  .sp-col6.tb-gapx51 > :nth-child(6n-2),
  .sp-gap51.tb-col6 > :nth-child(6n-2),
  .sp-gapx51.tb-col6 > :nth-child(6n-2),
  .sp-gapx51.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap51 > :nth-child(6n-3),
  .sp-col6.tb-gapx51 > :nth-child(6n-3),
  .sp-gap51.tb-col6 > :nth-child(6n-3),
  .sp-gapx51.tb-col6 > :nth-child(6n-3),
  .sp-gapx51.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap51 > :nth-child(6n-4),
  .sp-col6.tb-gapx51 > :nth-child(6n-4),
  .sp-gap51.tb-col6 > :nth-child(6n-4),
  .sp-gapx51.tb-col6 > :nth-child(6n-4),
  .sp-gapx51.sp-col6 > :nth-child(6n-4) {
    margin-left: 51px;
  }

  .sp-col6.tb-gap51 > :nth-child(6n-5),
  .sp-col6.tb-gapx51 > :nth-child(6n-5),
  .sp-gap51.tb-col6 > :nth-child(6n-5),
  .sp-gapx51.tb-col6 > :nth-child(6n-5),
  .sp-gapx51.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap61 > *,
  .sp-col1.tb-gapx61 > *,
  .sp-gap61.tb-col1 > *,
  .sp-gapx61.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap61 > :nth-child(n),
  .sp-col1.tb-gapx61 > :nth-child(n),
  .sp-gap61.tb-col1 > :nth-child(n),
  .sp-gapx61.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap61 > *,
  .sp-col2.tb-gapx61 > *,
  .sp-gap61.tb-col2 > *,
  .sp-gapx61.tb-col2 > * {
    width: calc(50% - 30.5px);
  }

  .sp-col2.tb-gap61 > :nth-child(2n),
  .sp-col2.tb-gapx61 > :nth-child(2n),
  .sp-gap61.tb-col2 > :nth-child(2n),
  .sp-gapx61.tb-col2 > :nth-child(2n) {
    margin-left: 61px;
  }

  .sp-col2.tb-gap61 > :nth-child(2n-1),
  .sp-col2.tb-gapx61 > :nth-child(2n-1),
  .sp-gap61.tb-col2 > :nth-child(2n-1),
  .sp-gapx61.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap61 > *,
  .sp-col3.tb-gapx61 > *,
  .sp-gap61.tb-col3 > *,
  .sp-gapx61.tb-col3 > * {
    width: calc(33.333% - 40.666px);
  }

  .sp-col3.tb-gap61 > :nth-child(3n),
  .sp-col3.tb-gapx61 > :nth-child(3n),
  .sp-gap61.tb-col3 > :nth-child(3n),
  .sp-gapx61.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap61 > :nth-child(3n-1),
  .sp-col3.tb-gapx61 > :nth-child(3n-1),
  .sp-gap61.tb-col3 > :nth-child(3n-1),
  .sp-gapx61.tb-col3 > :nth-child(3n-1) {
    margin-left: 61px;
  }

  .sp-col3.tb-gap61 > :nth-child(3n-2),
  .sp-col3.tb-gapx61 > :nth-child(3n-2),
  .sp-gap61.tb-col3 > :nth-child(3n-2),
  .sp-gapx61.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap61 > *,
  .sp-col4.tb-gapx61 > *,
  .sp-gap61.tb-col4 > *,
  .sp-gapx61.tb-col4 > * {
    width: calc(25% - 45.75px);
  }

  .sp-col4.tb-gap61 > :nth-child(4n),
  .sp-col4.tb-gapx61 > :nth-child(4n),
  .sp-gap61.tb-col4 > :nth-child(4n),
  .sp-gapx61.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap61 > :nth-child(4n-1),
  .sp-col4.tb-gapx61 > :nth-child(4n-1),
  .sp-gap61.tb-col4 > :nth-child(4n-1),
  .sp-gapx61.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap61 > :nth-child(4n-2),
  .sp-col4.tb-gapx61 > :nth-child(4n-2),
  .sp-gap61.tb-col4 > :nth-child(4n-2),
  .sp-gapx61.tb-col4 > :nth-child(4n-2) {
    margin-left: 61px;
  }

  .sp-col4.tb-gap61 > :nth-child(4n-3),
  .sp-col4.tb-gapx61 > :nth-child(4n-3),
  .sp-gap61.tb-col4 > :nth-child(4n-3),
  .sp-gapx61.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap61 > *,
  .sp-col5.tb-gapx61 > *,
  .sp-gap61.tb-col5 > *,
  .sp-gapx61.tb-col5 > * {
    width: calc(20% - 48.8px);
  }

  .sp-col5.tb-gap61 > :nth-child(5n),
  .sp-col5.tb-gapx61 > :nth-child(5n),
  .sp-gap61.tb-col5 > :nth-child(5n),
  .sp-gapx61.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap61 > :nth-child(5n-1),
  .sp-col5.tb-gapx61 > :nth-child(5n-1),
  .sp-gap61.tb-col5 > :nth-child(5n-1),
  .sp-gapx61.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap61 > :nth-child(5n-2),
  .sp-col5.tb-gapx61 > :nth-child(5n-2),
  .sp-gap61.tb-col5 > :nth-child(5n-2),
  .sp-gapx61.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap61 > :nth-child(5n-3),
  .sp-col5.tb-gapx61 > :nth-child(5n-3),
  .sp-gap61.tb-col5 > :nth-child(5n-3),
  .sp-gapx61.tb-col5 > :nth-child(5n-3) {
    margin-left: 61px;
  }

  .sp-col5.tb-gap61 > :nth-child(5n-4),
  .sp-col5.tb-gapx61 > :nth-child(5n-4),
  .sp-gap61.tb-col5 > :nth-child(5n-4),
  .sp-gapx61.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap61 > *,
  .sp-col6.tb-gapx61 > *,
  .sp-gap61.tb-col6 > *,
  .sp-gapx61.tb-col6 > *,
  .sp-gapx61.sp-col6 > * {
    width: calc(16.666% - 50.833px);
  }

  .sp-col6.tb-gap61 > :nth-child(6n),
  .sp-col6.tb-gapx61 > :nth-child(6n),
  .sp-gap61.tb-col6 > :nth-child(6n),
  .sp-gapx61.tb-col6 > :nth-child(6n),
  .sp-gapx61.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap61 > :nth-child(6n-1),
  .sp-col6.tb-gapx61 > :nth-child(6n-1),
  .sp-gap61.tb-col6 > :nth-child(6n-1),
  .sp-gapx61.tb-col6 > :nth-child(6n-1),
  .sp-gapx61.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap61 > :nth-child(6n-2),
  .sp-col6.tb-gapx61 > :nth-child(6n-2),
  .sp-gap61.tb-col6 > :nth-child(6n-2),
  .sp-gapx61.tb-col6 > :nth-child(6n-2),
  .sp-gapx61.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap61 > :nth-child(6n-3),
  .sp-col6.tb-gapx61 > :nth-child(6n-3),
  .sp-gap61.tb-col6 > :nth-child(6n-3),
  .sp-gapx61.tb-col6 > :nth-child(6n-3),
  .sp-gapx61.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap61 > :nth-child(6n-4),
  .sp-col6.tb-gapx61 > :nth-child(6n-4),
  .sp-gap61.tb-col6 > :nth-child(6n-4),
  .sp-gapx61.tb-col6 > :nth-child(6n-4),
  .sp-gapx61.sp-col6 > :nth-child(6n-4) {
    margin-left: 61px;
  }

  .sp-col6.tb-gap61 > :nth-child(6n-5),
  .sp-col6.tb-gapx61 > :nth-child(6n-5),
  .sp-gap61.tb-col6 > :nth-child(6n-5),
  .sp-gapx61.tb-col6 > :nth-child(6n-5),
  .sp-gapx61.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap71 > *,
  .sp-col1.tb-gapx71 > *,
  .sp-gap71.tb-col1 > *,
  .sp-gapx71.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap71 > :nth-child(n),
  .sp-col1.tb-gapx71 > :nth-child(n),
  .sp-gap71.tb-col1 > :nth-child(n),
  .sp-gapx71.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap71 > *,
  .sp-col2.tb-gapx71 > *,
  .sp-gap71.tb-col2 > *,
  .sp-gapx71.tb-col2 > * {
    width: calc(50% - 35.5px);
  }

  .sp-col2.tb-gap71 > :nth-child(2n),
  .sp-col2.tb-gapx71 > :nth-child(2n),
  .sp-gap71.tb-col2 > :nth-child(2n),
  .sp-gapx71.tb-col2 > :nth-child(2n) {
    margin-left: 71px;
  }

  .sp-col2.tb-gap71 > :nth-child(2n-1),
  .sp-col2.tb-gapx71 > :nth-child(2n-1),
  .sp-gap71.tb-col2 > :nth-child(2n-1),
  .sp-gapx71.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap71 > *,
  .sp-col3.tb-gapx71 > *,
  .sp-gap71.tb-col3 > *,
  .sp-gapx71.tb-col3 > * {
    width: calc(33.333% - 47.333px);
  }

  .sp-col3.tb-gap71 > :nth-child(3n),
  .sp-col3.tb-gapx71 > :nth-child(3n),
  .sp-gap71.tb-col3 > :nth-child(3n),
  .sp-gapx71.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap71 > :nth-child(3n-1),
  .sp-col3.tb-gapx71 > :nth-child(3n-1),
  .sp-gap71.tb-col3 > :nth-child(3n-1),
  .sp-gapx71.tb-col3 > :nth-child(3n-1) {
    margin-left: 71px;
  }

  .sp-col3.tb-gap71 > :nth-child(3n-2),
  .sp-col3.tb-gapx71 > :nth-child(3n-2),
  .sp-gap71.tb-col3 > :nth-child(3n-2),
  .sp-gapx71.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap71 > *,
  .sp-col4.tb-gapx71 > *,
  .sp-gap71.tb-col4 > *,
  .sp-gapx71.tb-col4 > * {
    width: calc(25% - 53.25px);
  }

  .sp-col4.tb-gap71 > :nth-child(4n),
  .sp-col4.tb-gapx71 > :nth-child(4n),
  .sp-gap71.tb-col4 > :nth-child(4n),
  .sp-gapx71.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap71 > :nth-child(4n-1),
  .sp-col4.tb-gapx71 > :nth-child(4n-1),
  .sp-gap71.tb-col4 > :nth-child(4n-1),
  .sp-gapx71.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap71 > :nth-child(4n-2),
  .sp-col4.tb-gapx71 > :nth-child(4n-2),
  .sp-gap71.tb-col4 > :nth-child(4n-2),
  .sp-gapx71.tb-col4 > :nth-child(4n-2) {
    margin-left: 71px;
  }

  .sp-col4.tb-gap71 > :nth-child(4n-3),
  .sp-col4.tb-gapx71 > :nth-child(4n-3),
  .sp-gap71.tb-col4 > :nth-child(4n-3),
  .sp-gapx71.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap71 > *,
  .sp-col5.tb-gapx71 > *,
  .sp-gap71.tb-col5 > *,
  .sp-gapx71.tb-col5 > * {
    width: calc(20% - 56.8px);
  }

  .sp-col5.tb-gap71 > :nth-child(5n),
  .sp-col5.tb-gapx71 > :nth-child(5n),
  .sp-gap71.tb-col5 > :nth-child(5n),
  .sp-gapx71.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap71 > :nth-child(5n-1),
  .sp-col5.tb-gapx71 > :nth-child(5n-1),
  .sp-gap71.tb-col5 > :nth-child(5n-1),
  .sp-gapx71.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap71 > :nth-child(5n-2),
  .sp-col5.tb-gapx71 > :nth-child(5n-2),
  .sp-gap71.tb-col5 > :nth-child(5n-2),
  .sp-gapx71.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap71 > :nth-child(5n-3),
  .sp-col5.tb-gapx71 > :nth-child(5n-3),
  .sp-gap71.tb-col5 > :nth-child(5n-3),
  .sp-gapx71.tb-col5 > :nth-child(5n-3) {
    margin-left: 71px;
  }

  .sp-col5.tb-gap71 > :nth-child(5n-4),
  .sp-col5.tb-gapx71 > :nth-child(5n-4),
  .sp-gap71.tb-col5 > :nth-child(5n-4),
  .sp-gapx71.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap71 > *,
  .sp-col6.tb-gapx71 > *,
  .sp-gap71.tb-col6 > *,
  .sp-gapx71.tb-col6 > *,
  .sp-gapx71.sp-col6 > * {
    width: calc(16.666% - 59.166px);
  }

  .sp-col6.tb-gap71 > :nth-child(6n),
  .sp-col6.tb-gapx71 > :nth-child(6n),
  .sp-gap71.tb-col6 > :nth-child(6n),
  .sp-gapx71.tb-col6 > :nth-child(6n),
  .sp-gapx71.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap71 > :nth-child(6n-1),
  .sp-col6.tb-gapx71 > :nth-child(6n-1),
  .sp-gap71.tb-col6 > :nth-child(6n-1),
  .sp-gapx71.tb-col6 > :nth-child(6n-1),
  .sp-gapx71.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap71 > :nth-child(6n-2),
  .sp-col6.tb-gapx71 > :nth-child(6n-2),
  .sp-gap71.tb-col6 > :nth-child(6n-2),
  .sp-gapx71.tb-col6 > :nth-child(6n-2),
  .sp-gapx71.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap71 > :nth-child(6n-3),
  .sp-col6.tb-gapx71 > :nth-child(6n-3),
  .sp-gap71.tb-col6 > :nth-child(6n-3),
  .sp-gapx71.tb-col6 > :nth-child(6n-3),
  .sp-gapx71.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap71 > :nth-child(6n-4),
  .sp-col6.tb-gapx71 > :nth-child(6n-4),
  .sp-gap71.tb-col6 > :nth-child(6n-4),
  .sp-gapx71.tb-col6 > :nth-child(6n-4),
  .sp-gapx71.sp-col6 > :nth-child(6n-4) {
    margin-left: 71px;
  }

  .sp-col6.tb-gap71 > :nth-child(6n-5),
  .sp-col6.tb-gapx71 > :nth-child(6n-5),
  .sp-gap71.tb-col6 > :nth-child(6n-5),
  .sp-gapx71.tb-col6 > :nth-child(6n-5),
  .sp-gapx71.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap81 > *,
  .sp-col1.tb-gapx81 > *,
  .sp-gap81.tb-col1 > *,
  .sp-gapx81.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap81 > :nth-child(n),
  .sp-col1.tb-gapx81 > :nth-child(n),
  .sp-gap81.tb-col1 > :nth-child(n),
  .sp-gapx81.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap81 > *,
  .sp-col2.tb-gapx81 > *,
  .sp-gap81.tb-col2 > *,
  .sp-gapx81.tb-col2 > * {
    width: calc(50% - 40.5px);
  }

  .sp-col2.tb-gap81 > :nth-child(2n),
  .sp-col2.tb-gapx81 > :nth-child(2n),
  .sp-gap81.tb-col2 > :nth-child(2n),
  .sp-gapx81.tb-col2 > :nth-child(2n) {
    margin-left: 81px;
  }

  .sp-col2.tb-gap81 > :nth-child(2n-1),
  .sp-col2.tb-gapx81 > :nth-child(2n-1),
  .sp-gap81.tb-col2 > :nth-child(2n-1),
  .sp-gapx81.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap81 > *,
  .sp-col3.tb-gapx81 > *,
  .sp-gap81.tb-col3 > *,
  .sp-gapx81.tb-col3 > * {
    width: calc(33.333% - 54px);
  }

  .sp-col3.tb-gap81 > :nth-child(3n),
  .sp-col3.tb-gapx81 > :nth-child(3n),
  .sp-gap81.tb-col3 > :nth-child(3n),
  .sp-gapx81.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap81 > :nth-child(3n-1),
  .sp-col3.tb-gapx81 > :nth-child(3n-1),
  .sp-gap81.tb-col3 > :nth-child(3n-1),
  .sp-gapx81.tb-col3 > :nth-child(3n-1) {
    margin-left: 81px;
  }

  .sp-col3.tb-gap81 > :nth-child(3n-2),
  .sp-col3.tb-gapx81 > :nth-child(3n-2),
  .sp-gap81.tb-col3 > :nth-child(3n-2),
  .sp-gapx81.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap81 > *,
  .sp-col4.tb-gapx81 > *,
  .sp-gap81.tb-col4 > *,
  .sp-gapx81.tb-col4 > * {
    width: calc(25% - 60.75px);
  }

  .sp-col4.tb-gap81 > :nth-child(4n),
  .sp-col4.tb-gapx81 > :nth-child(4n),
  .sp-gap81.tb-col4 > :nth-child(4n),
  .sp-gapx81.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap81 > :nth-child(4n-1),
  .sp-col4.tb-gapx81 > :nth-child(4n-1),
  .sp-gap81.tb-col4 > :nth-child(4n-1),
  .sp-gapx81.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap81 > :nth-child(4n-2),
  .sp-col4.tb-gapx81 > :nth-child(4n-2),
  .sp-gap81.tb-col4 > :nth-child(4n-2),
  .sp-gapx81.tb-col4 > :nth-child(4n-2) {
    margin-left: 81px;
  }

  .sp-col4.tb-gap81 > :nth-child(4n-3),
  .sp-col4.tb-gapx81 > :nth-child(4n-3),
  .sp-gap81.tb-col4 > :nth-child(4n-3),
  .sp-gapx81.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap81 > *,
  .sp-col5.tb-gapx81 > *,
  .sp-gap81.tb-col5 > *,
  .sp-gapx81.tb-col5 > * {
    width: calc(20% - 64.8px);
  }

  .sp-col5.tb-gap81 > :nth-child(5n),
  .sp-col5.tb-gapx81 > :nth-child(5n),
  .sp-gap81.tb-col5 > :nth-child(5n),
  .sp-gapx81.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap81 > :nth-child(5n-1),
  .sp-col5.tb-gapx81 > :nth-child(5n-1),
  .sp-gap81.tb-col5 > :nth-child(5n-1),
  .sp-gapx81.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap81 > :nth-child(5n-2),
  .sp-col5.tb-gapx81 > :nth-child(5n-2),
  .sp-gap81.tb-col5 > :nth-child(5n-2),
  .sp-gapx81.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap81 > :nth-child(5n-3),
  .sp-col5.tb-gapx81 > :nth-child(5n-3),
  .sp-gap81.tb-col5 > :nth-child(5n-3),
  .sp-gapx81.tb-col5 > :nth-child(5n-3) {
    margin-left: 81px;
  }

  .sp-col5.tb-gap81 > :nth-child(5n-4),
  .sp-col5.tb-gapx81 > :nth-child(5n-4),
  .sp-gap81.tb-col5 > :nth-child(5n-4),
  .sp-gapx81.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap81 > *,
  .sp-col6.tb-gapx81 > *,
  .sp-gap81.tb-col6 > *,
  .sp-gapx81.tb-col6 > *,
  .sp-gapx81.sp-col6 > * {
    width: calc(16.666% - 67.5px);
  }

  .sp-col6.tb-gap81 > :nth-child(6n),
  .sp-col6.tb-gapx81 > :nth-child(6n),
  .sp-gap81.tb-col6 > :nth-child(6n),
  .sp-gapx81.tb-col6 > :nth-child(6n),
  .sp-gapx81.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap81 > :nth-child(6n-1),
  .sp-col6.tb-gapx81 > :nth-child(6n-1),
  .sp-gap81.tb-col6 > :nth-child(6n-1),
  .sp-gapx81.tb-col6 > :nth-child(6n-1),
  .sp-gapx81.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap81 > :nth-child(6n-2),
  .sp-col6.tb-gapx81 > :nth-child(6n-2),
  .sp-gap81.tb-col6 > :nth-child(6n-2),
  .sp-gapx81.tb-col6 > :nth-child(6n-2),
  .sp-gapx81.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap81 > :nth-child(6n-3),
  .sp-col6.tb-gapx81 > :nth-child(6n-3),
  .sp-gap81.tb-col6 > :nth-child(6n-3),
  .sp-gapx81.tb-col6 > :nth-child(6n-3),
  .sp-gapx81.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap81 > :nth-child(6n-4),
  .sp-col6.tb-gapx81 > :nth-child(6n-4),
  .sp-gap81.tb-col6 > :nth-child(6n-4),
  .sp-gapx81.tb-col6 > :nth-child(6n-4),
  .sp-gapx81.sp-col6 > :nth-child(6n-4) {
    margin-left: 81px;
  }

  .sp-col6.tb-gap81 > :nth-child(6n-5),
  .sp-col6.tb-gapx81 > :nth-child(6n-5),
  .sp-gap81.tb-col6 > :nth-child(6n-5),
  .sp-gapx81.tb-col6 > :nth-child(6n-5),
  .sp-gapx81.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap91 > *,
  .sp-col1.tb-gapx91 > *,
  .sp-gap91.tb-col1 > *,
  .sp-gapx91.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap91 > :nth-child(n),
  .sp-col1.tb-gapx91 > :nth-child(n),
  .sp-gap91.tb-col1 > :nth-child(n),
  .sp-gapx91.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap91 > *,
  .sp-col2.tb-gapx91 > *,
  .sp-gap91.tb-col2 > *,
  .sp-gapx91.tb-col2 > * {
    width: calc(50% - 45.5px);
  }

  .sp-col2.tb-gap91 > :nth-child(2n),
  .sp-col2.tb-gapx91 > :nth-child(2n),
  .sp-gap91.tb-col2 > :nth-child(2n),
  .sp-gapx91.tb-col2 > :nth-child(2n) {
    margin-left: 91px;
  }

  .sp-col2.tb-gap91 > :nth-child(2n-1),
  .sp-col2.tb-gapx91 > :nth-child(2n-1),
  .sp-gap91.tb-col2 > :nth-child(2n-1),
  .sp-gapx91.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap91 > *,
  .sp-col3.tb-gapx91 > *,
  .sp-gap91.tb-col3 > *,
  .sp-gapx91.tb-col3 > * {
    width: calc(33.333% - 60.666px);
  }

  .sp-col3.tb-gap91 > :nth-child(3n),
  .sp-col3.tb-gapx91 > :nth-child(3n),
  .sp-gap91.tb-col3 > :nth-child(3n),
  .sp-gapx91.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap91 > :nth-child(3n-1),
  .sp-col3.tb-gapx91 > :nth-child(3n-1),
  .sp-gap91.tb-col3 > :nth-child(3n-1),
  .sp-gapx91.tb-col3 > :nth-child(3n-1) {
    margin-left: 91px;
  }

  .sp-col3.tb-gap91 > :nth-child(3n-2),
  .sp-col3.tb-gapx91 > :nth-child(3n-2),
  .sp-gap91.tb-col3 > :nth-child(3n-2),
  .sp-gapx91.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap91 > *,
  .sp-col4.tb-gapx91 > *,
  .sp-gap91.tb-col4 > *,
  .sp-gapx91.tb-col4 > * {
    width: calc(25% - 68.25px);
  }

  .sp-col4.tb-gap91 > :nth-child(4n),
  .sp-col4.tb-gapx91 > :nth-child(4n),
  .sp-gap91.tb-col4 > :nth-child(4n),
  .sp-gapx91.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap91 > :nth-child(4n-1),
  .sp-col4.tb-gapx91 > :nth-child(4n-1),
  .sp-gap91.tb-col4 > :nth-child(4n-1),
  .sp-gapx91.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap91 > :nth-child(4n-2),
  .sp-col4.tb-gapx91 > :nth-child(4n-2),
  .sp-gap91.tb-col4 > :nth-child(4n-2),
  .sp-gapx91.tb-col4 > :nth-child(4n-2) {
    margin-left: 91px;
  }

  .sp-col4.tb-gap91 > :nth-child(4n-3),
  .sp-col4.tb-gapx91 > :nth-child(4n-3),
  .sp-gap91.tb-col4 > :nth-child(4n-3),
  .sp-gapx91.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap91 > *,
  .sp-col5.tb-gapx91 > *,
  .sp-gap91.tb-col5 > *,
  .sp-gapx91.tb-col5 > * {
    width: calc(20% - 72.8px);
  }

  .sp-col5.tb-gap91 > :nth-child(5n),
  .sp-col5.tb-gapx91 > :nth-child(5n),
  .sp-gap91.tb-col5 > :nth-child(5n),
  .sp-gapx91.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap91 > :nth-child(5n-1),
  .sp-col5.tb-gapx91 > :nth-child(5n-1),
  .sp-gap91.tb-col5 > :nth-child(5n-1),
  .sp-gapx91.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap91 > :nth-child(5n-2),
  .sp-col5.tb-gapx91 > :nth-child(5n-2),
  .sp-gap91.tb-col5 > :nth-child(5n-2),
  .sp-gapx91.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap91 > :nth-child(5n-3),
  .sp-col5.tb-gapx91 > :nth-child(5n-3),
  .sp-gap91.tb-col5 > :nth-child(5n-3),
  .sp-gapx91.tb-col5 > :nth-child(5n-3) {
    margin-left: 91px;
  }

  .sp-col5.tb-gap91 > :nth-child(5n-4),
  .sp-col5.tb-gapx91 > :nth-child(5n-4),
  .sp-gap91.tb-col5 > :nth-child(5n-4),
  .sp-gapx91.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap91 > *,
  .sp-col6.tb-gapx91 > *,
  .sp-gap91.tb-col6 > *,
  .sp-gapx91.tb-col6 > *,
  .sp-gapx91.sp-col6 > * {
    width: calc(16.666% - 75.833px);
  }

  .sp-col6.tb-gap91 > :nth-child(6n),
  .sp-col6.tb-gapx91 > :nth-child(6n),
  .sp-gap91.tb-col6 > :nth-child(6n),
  .sp-gapx91.tb-col6 > :nth-child(6n),
  .sp-gapx91.sp-col6 > :nth-child(6n),
  .sp-col6.tb-gap91 > :nth-child(6n-1),
  .sp-col6.tb-gapx91 > :nth-child(6n-1),
  .sp-gap91.tb-col6 > :nth-child(6n-1),
  .sp-gapx91.tb-col6 > :nth-child(6n-1),
  .sp-gapx91.sp-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap91 > :nth-child(6n-2),
  .sp-col6.tb-gapx91 > :nth-child(6n-2),
  .sp-gap91.tb-col6 > :nth-child(6n-2),
  .sp-gapx91.tb-col6 > :nth-child(6n-2),
  .sp-gapx91.sp-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap91 > :nth-child(6n-3),
  .sp-col6.tb-gapx91 > :nth-child(6n-3),
  .sp-gap91.tb-col6 > :nth-child(6n-3),
  .sp-gapx91.tb-col6 > :nth-child(6n-3),
  .sp-gapx91.sp-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap91 > :nth-child(6n-4),
  .sp-col6.tb-gapx91 > :nth-child(6n-4),
  .sp-gap91.tb-col6 > :nth-child(6n-4),
  .sp-gapx91.tb-col6 > :nth-child(6n-4),
  .sp-gapx91.sp-col6 > :nth-child(6n-4) {
    margin-left: 91px;
  }

  .sp-col6.tb-gap91 > :nth-child(6n-5),
  .sp-col6.tb-gapx91 > :nth-child(6n-5),
  .sp-gap91.tb-col6 > :nth-child(6n-5),
  .sp-gapx91.tb-col6 > :nth-child(6n-5),
  .sp-gapx91.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap1p > *,
  .sp-col1.tb-gapx1p > *,
  .sp-gap1p.tb-col1 > *,
  .sp-gapx1p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap1p > :nth-child(n),
  .sp-col1.tb-gapx1p > :nth-child(n),
  .sp-gap1p.tb-col1 > :nth-child(n),
  .sp-gapx1p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap1p > *,
  .sp-col2.tb-gapx1p > *,
  .sp-gap1p.tb-col2 > *,
  .sp-gapx1p.tb-col2 > * {
    width: 49.5%;
  }

  .sp-col2.tb-gap1p > :nth-child(2n),
  .sp-col2.tb-gapx1p > :nth-child(2n),
  .sp-gap1p.tb-col2 > :nth-child(2n),
  .sp-gapx1p.tb-col2 > :nth-child(2n) {
    margin-left: 1%;
  }

  .sp-col2.tb-gap1p > :nth-child(2n-1),
  .sp-col2.tb-gapx1p > :nth-child(2n-1),
  .sp-gap1p.tb-col2 > :nth-child(2n-1),
  .sp-gapx1p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap1p > *,
  .sp-col3.tb-gapx1p > *,
  .sp-gap1p.tb-col3 > *,
  .sp-gapx1p.tb-col3 > * {
    width: 32.667%;
  }

  .sp-col3.tb-gap1p > :nth-child(3n),
  .sp-col3.tb-gapx1p > :nth-child(3n),
  .sp-gap1p.tb-col3 > :nth-child(3n),
  .sp-gapx1p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap1p > :nth-child(3n-1),
  .sp-col3.tb-gapx1p > :nth-child(3n-1),
  .sp-gap1p.tb-col3 > :nth-child(3n-1),
  .sp-gapx1p.tb-col3 > :nth-child(3n-1) {
    margin-left: 1%;
  }

  .sp-col3.tb-gap1p > :nth-child(3n-2),
  .sp-col3.tb-gapx1p > :nth-child(3n-2),
  .sp-gap1p.tb-col3 > :nth-child(3n-2),
  .sp-gapx1p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap1p > *,
  .sp-col4.tb-gapx1p > *,
  .sp-gap1p.tb-col4 > *,
  .sp-gapx1p.tb-col4 > * {
    width: 24.25%;
  }

  .sp-col4.tb-gap1p > :nth-child(4n),
  .sp-col4.tb-gapx1p > :nth-child(4n),
  .sp-gap1p.tb-col4 > :nth-child(4n),
  .sp-gapx1p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap1p > :nth-child(4n-1),
  .sp-col4.tb-gapx1p > :nth-child(4n-1),
  .sp-gap1p.tb-col4 > :nth-child(4n-1),
  .sp-gapx1p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap1p > :nth-child(4n-2),
  .sp-col4.tb-gapx1p > :nth-child(4n-2),
  .sp-gap1p.tb-col4 > :nth-child(4n-2),
  .sp-gapx1p.tb-col4 > :nth-child(4n-2) {
    margin-left: 1%;
  }

  .sp-col4.tb-gap1p > :nth-child(4n-3),
  .sp-col4.tb-gapx1p > :nth-child(4n-3),
  .sp-gap1p.tb-col4 > :nth-child(4n-3),
  .sp-gapx1p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap1p > *,
  .sp-col5.tb-gapx1p > *,
  .sp-gap1p.tb-col5 > *,
  .sp-gapx1p.tb-col5 > * {
    width: 19.2%;
  }

  .sp-col5.tb-gap1p > :nth-child(5n),
  .sp-col5.tb-gapx1p > :nth-child(5n),
  .sp-gap1p.tb-col5 > :nth-child(5n),
  .sp-gapx1p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap1p > :nth-child(5n-1),
  .sp-col5.tb-gapx1p > :nth-child(5n-1),
  .sp-gap1p.tb-col5 > :nth-child(5n-1),
  .sp-gapx1p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap1p > :nth-child(5n-2),
  .sp-col5.tb-gapx1p > :nth-child(5n-2),
  .sp-gap1p.tb-col5 > :nth-child(5n-2),
  .sp-gapx1p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap1p > :nth-child(5n-3),
  .sp-col5.tb-gapx1p > :nth-child(5n-3),
  .sp-gap1p.tb-col5 > :nth-child(5n-3),
  .sp-gapx1p.tb-col5 > :nth-child(5n-3) {
    margin-left: 1%;
  }

  .sp-col5.tb-gap1p > :nth-child(5n-4),
  .sp-col5.tb-gapx1p > :nth-child(5n-4),
  .sp-gap1p.tb-col5 > :nth-child(5n-4),
  .sp-gapx1p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap1p > *,
  .sp-col6.tb-gapx1p > *,
  .sp-gap1p.tb-col6 > *,
  .sp-gapx1p.tb-col6 > * {
    width: 15.833%;
  }

  .sp-col6.tb-gap1p > :nth-child(6n),
  .sp-col6.tb-gapx1p > :nth-child(6n),
  .sp-gap1p.tb-col6 > :nth-child(6n),
  .sp-gapx1p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap1p > :nth-child(6n-1),
  .sp-col6.tb-gapx1p > :nth-child(6n-1),
  .sp-gap1p.tb-col6 > :nth-child(6n-1),
  .sp-gapx1p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap1p > :nth-child(6n-2),
  .sp-col6.tb-gapx1p > :nth-child(6n-2),
  .sp-gap1p.tb-col6 > :nth-child(6n-2),
  .sp-gapx1p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap1p > :nth-child(6n-3),
  .sp-col6.tb-gapx1p > :nth-child(6n-3),
  .sp-gap1p.tb-col6 > :nth-child(6n-3),
  .sp-gapx1p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap1p > :nth-child(6n-4),
  .sp-col6.tb-gapx1p > :nth-child(6n-4),
  .sp-gap1p.tb-col6 > :nth-child(6n-4),
  .sp-gapx1p.tb-col6 > :nth-child(6n-4) {
    margin-left: 1%;
  }

  .sp-col6.tb-gap1p > :nth-child(6n-5),
  .sp-col6.tb-gapx1p > :nth-child(6n-5),
  .sp-gap1p.tb-col6 > :nth-child(6n-5),
  .sp-gapx1p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap2p > *,
  .sp-col1.tb-gapx2p > *,
  .sp-gap2p.tb-col1 > *,
  .sp-gapx2p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap2p > :nth-child(n),
  .sp-col1.tb-gapx2p > :nth-child(n),
  .sp-gap2p.tb-col1 > :nth-child(n),
  .sp-gapx2p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap2p > *,
  .sp-col2.tb-gapx2p > *,
  .sp-gap2p.tb-col2 > *,
  .sp-gapx2p.tb-col2 > * {
    width: 49%;
  }

  .sp-col2.tb-gap2p > :nth-child(2n),
  .sp-col2.tb-gapx2p > :nth-child(2n),
  .sp-gap2p.tb-col2 > :nth-child(2n),
  .sp-gapx2p.tb-col2 > :nth-child(2n) {
    margin-left: 2%;
  }

  .sp-col2.tb-gap2p > :nth-child(2n-1),
  .sp-col2.tb-gapx2p > :nth-child(2n-1),
  .sp-gap2p.tb-col2 > :nth-child(2n-1),
  .sp-gapx2p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap2p > *,
  .sp-col3.tb-gapx2p > *,
  .sp-gap2p.tb-col3 > *,
  .sp-gapx2p.tb-col3 > * {
    width: 32%;
  }

  .sp-col3.tb-gap2p > :nth-child(3n),
  .sp-col3.tb-gapx2p > :nth-child(3n),
  .sp-gap2p.tb-col3 > :nth-child(3n),
  .sp-gapx2p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap2p > :nth-child(3n-1),
  .sp-col3.tb-gapx2p > :nth-child(3n-1),
  .sp-gap2p.tb-col3 > :nth-child(3n-1),
  .sp-gapx2p.tb-col3 > :nth-child(3n-1) {
    margin-left: 2%;
  }

  .sp-col3.tb-gap2p > :nth-child(3n-2),
  .sp-col3.tb-gapx2p > :nth-child(3n-2),
  .sp-gap2p.tb-col3 > :nth-child(3n-2),
  .sp-gapx2p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap2p > *,
  .sp-col4.tb-gapx2p > *,
  .sp-gap2p.tb-col4 > *,
  .sp-gapx2p.tb-col4 > * {
    width: 23.5%;
  }

  .sp-col4.tb-gap2p > :nth-child(4n),
  .sp-col4.tb-gapx2p > :nth-child(4n),
  .sp-gap2p.tb-col4 > :nth-child(4n),
  .sp-gapx2p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap2p > :nth-child(4n-1),
  .sp-col4.tb-gapx2p > :nth-child(4n-1),
  .sp-gap2p.tb-col4 > :nth-child(4n-1),
  .sp-gapx2p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap2p > :nth-child(4n-2),
  .sp-col4.tb-gapx2p > :nth-child(4n-2),
  .sp-gap2p.tb-col4 > :nth-child(4n-2),
  .sp-gapx2p.tb-col4 > :nth-child(4n-2) {
    margin-left: 2%;
  }

  .sp-col4.tb-gap2p > :nth-child(4n-3),
  .sp-col4.tb-gapx2p > :nth-child(4n-3),
  .sp-gap2p.tb-col4 > :nth-child(4n-3),
  .sp-gapx2p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap2p > *,
  .sp-col5.tb-gapx2p > *,
  .sp-gap2p.tb-col5 > *,
  .sp-gapx2p.tb-col5 > * {
    width: 18.4%;
  }

  .sp-col5.tb-gap2p > :nth-child(5n),
  .sp-col5.tb-gapx2p > :nth-child(5n),
  .sp-gap2p.tb-col5 > :nth-child(5n),
  .sp-gapx2p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap2p > :nth-child(5n-1),
  .sp-col5.tb-gapx2p > :nth-child(5n-1),
  .sp-gap2p.tb-col5 > :nth-child(5n-1),
  .sp-gapx2p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap2p > :nth-child(5n-2),
  .sp-col5.tb-gapx2p > :nth-child(5n-2),
  .sp-gap2p.tb-col5 > :nth-child(5n-2),
  .sp-gapx2p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap2p > :nth-child(5n-3),
  .sp-col5.tb-gapx2p > :nth-child(5n-3),
  .sp-gap2p.tb-col5 > :nth-child(5n-3),
  .sp-gapx2p.tb-col5 > :nth-child(5n-3) {
    margin-left: 2%;
  }

  .sp-col5.tb-gap2p > :nth-child(5n-4),
  .sp-col5.tb-gapx2p > :nth-child(5n-4),
  .sp-gap2p.tb-col5 > :nth-child(5n-4),
  .sp-gapx2p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap2p > *,
  .sp-col6.tb-gapx2p > *,
  .sp-gap2p.tb-col6 > *,
  .sp-gapx2p.tb-col6 > * {
    width: 15%;
  }

  .sp-col6.tb-gap2p > :nth-child(6n),
  .sp-col6.tb-gapx2p > :nth-child(6n),
  .sp-gap2p.tb-col6 > :nth-child(6n),
  .sp-gapx2p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap2p > :nth-child(6n-1),
  .sp-col6.tb-gapx2p > :nth-child(6n-1),
  .sp-gap2p.tb-col6 > :nth-child(6n-1),
  .sp-gapx2p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap2p > :nth-child(6n-2),
  .sp-col6.tb-gapx2p > :nth-child(6n-2),
  .sp-gap2p.tb-col6 > :nth-child(6n-2),
  .sp-gapx2p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap2p > :nth-child(6n-3),
  .sp-col6.tb-gapx2p > :nth-child(6n-3),
  .sp-gap2p.tb-col6 > :nth-child(6n-3),
  .sp-gapx2p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap2p > :nth-child(6n-4),
  .sp-col6.tb-gapx2p > :nth-child(6n-4),
  .sp-gap2p.tb-col6 > :nth-child(6n-4),
  .sp-gapx2p.tb-col6 > :nth-child(6n-4) {
    margin-left: 2%;
  }

  .sp-col6.tb-gap2p > :nth-child(6n-5),
  .sp-col6.tb-gapx2p > :nth-child(6n-5),
  .sp-gap2p.tb-col6 > :nth-child(6n-5),
  .sp-gapx2p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap3p > *,
  .sp-col1.tb-gapx3p > *,
  .sp-gap3p.tb-col1 > *,
  .sp-gapx3p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap3p > :nth-child(n),
  .sp-col1.tb-gapx3p > :nth-child(n),
  .sp-gap3p.tb-col1 > :nth-child(n),
  .sp-gapx3p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap3p > *,
  .sp-col2.tb-gapx3p > *,
  .sp-gap3p.tb-col2 > *,
  .sp-gapx3p.tb-col2 > * {
    width: 48.5%;
  }

  .sp-col2.tb-gap3p > :nth-child(2n),
  .sp-col2.tb-gapx3p > :nth-child(2n),
  .sp-gap3p.tb-col2 > :nth-child(2n),
  .sp-gapx3p.tb-col2 > :nth-child(2n) {
    margin-left: 3%;
  }

  .sp-col2.tb-gap3p > :nth-child(2n-1),
  .sp-col2.tb-gapx3p > :nth-child(2n-1),
  .sp-gap3p.tb-col2 > :nth-child(2n-1),
  .sp-gapx3p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap3p > *,
  .sp-col3.tb-gapx3p > *,
  .sp-gap3p.tb-col3 > *,
  .sp-gapx3p.tb-col3 > * {
    width: 31.333%;
  }

  .sp-col3.tb-gap3p > :nth-child(3n),
  .sp-col3.tb-gapx3p > :nth-child(3n),
  .sp-gap3p.tb-col3 > :nth-child(3n),
  .sp-gapx3p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap3p > :nth-child(3n-1),
  .sp-col3.tb-gapx3p > :nth-child(3n-1),
  .sp-gap3p.tb-col3 > :nth-child(3n-1),
  .sp-gapx3p.tb-col3 > :nth-child(3n-1) {
    margin-left: 3%;
  }

  .sp-col3.tb-gap3p > :nth-child(3n-2),
  .sp-col3.tb-gapx3p > :nth-child(3n-2),
  .sp-gap3p.tb-col3 > :nth-child(3n-2),
  .sp-gapx3p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap3p > *,
  .sp-col4.tb-gapx3p > *,
  .sp-gap3p.tb-col4 > *,
  .sp-gapx3p.tb-col4 > * {
    width: 22.75%;
  }

  .sp-col4.tb-gap3p > :nth-child(4n),
  .sp-col4.tb-gapx3p > :nth-child(4n),
  .sp-gap3p.tb-col4 > :nth-child(4n),
  .sp-gapx3p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap3p > :nth-child(4n-1),
  .sp-col4.tb-gapx3p > :nth-child(4n-1),
  .sp-gap3p.tb-col4 > :nth-child(4n-1),
  .sp-gapx3p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap3p > :nth-child(4n-2),
  .sp-col4.tb-gapx3p > :nth-child(4n-2),
  .sp-gap3p.tb-col4 > :nth-child(4n-2),
  .sp-gapx3p.tb-col4 > :nth-child(4n-2) {
    margin-left: 3%;
  }

  .sp-col4.tb-gap3p > :nth-child(4n-3),
  .sp-col4.tb-gapx3p > :nth-child(4n-3),
  .sp-gap3p.tb-col4 > :nth-child(4n-3),
  .sp-gapx3p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap3p > *,
  .sp-col5.tb-gapx3p > *,
  .sp-gap3p.tb-col5 > *,
  .sp-gapx3p.tb-col5 > * {
    width: 17.6%;
  }

  .sp-col5.tb-gap3p > :nth-child(5n),
  .sp-col5.tb-gapx3p > :nth-child(5n),
  .sp-gap3p.tb-col5 > :nth-child(5n),
  .sp-gapx3p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap3p > :nth-child(5n-1),
  .sp-col5.tb-gapx3p > :nth-child(5n-1),
  .sp-gap3p.tb-col5 > :nth-child(5n-1),
  .sp-gapx3p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap3p > :nth-child(5n-2),
  .sp-col5.tb-gapx3p > :nth-child(5n-2),
  .sp-gap3p.tb-col5 > :nth-child(5n-2),
  .sp-gapx3p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap3p > :nth-child(5n-3),
  .sp-col5.tb-gapx3p > :nth-child(5n-3),
  .sp-gap3p.tb-col5 > :nth-child(5n-3),
  .sp-gapx3p.tb-col5 > :nth-child(5n-3) {
    margin-left: 3%;
  }

  .sp-col5.tb-gap3p > :nth-child(5n-4),
  .sp-col5.tb-gapx3p > :nth-child(5n-4),
  .sp-gap3p.tb-col5 > :nth-child(5n-4),
  .sp-gapx3p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap3p > *,
  .sp-col6.tb-gapx3p > *,
  .sp-gap3p.tb-col6 > *,
  .sp-gapx3p.tb-col6 > * {
    width: 14.166%;
  }

  .sp-col6.tb-gap3p > :nth-child(6n),
  .sp-col6.tb-gapx3p > :nth-child(6n),
  .sp-gap3p.tb-col6 > :nth-child(6n),
  .sp-gapx3p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap3p > :nth-child(6n-1),
  .sp-col6.tb-gapx3p > :nth-child(6n-1),
  .sp-gap3p.tb-col6 > :nth-child(6n-1),
  .sp-gapx3p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap3p > :nth-child(6n-2),
  .sp-col6.tb-gapx3p > :nth-child(6n-2),
  .sp-gap3p.tb-col6 > :nth-child(6n-2),
  .sp-gapx3p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap3p > :nth-child(6n-3),
  .sp-col6.tb-gapx3p > :nth-child(6n-3),
  .sp-gap3p.tb-col6 > :nth-child(6n-3),
  .sp-gapx3p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap3p > :nth-child(6n-4),
  .sp-col6.tb-gapx3p > :nth-child(6n-4),
  .sp-gap3p.tb-col6 > :nth-child(6n-4),
  .sp-gapx3p.tb-col6 > :nth-child(6n-4) {
    margin-left: 3%;
  }

  .sp-col6.tb-gap3p > :nth-child(6n-5),
  .sp-col6.tb-gapx3p > :nth-child(6n-5),
  .sp-gap3p.tb-col6 > :nth-child(6n-5),
  .sp-gapx3p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap4p > *,
  .sp-col1.tb-gapx4p > *,
  .sp-gap4p.tb-col1 > *,
  .sp-gapx4p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap4p > :nth-child(n),
  .sp-col1.tb-gapx4p > :nth-child(n),
  .sp-gap4p.tb-col1 > :nth-child(n),
  .sp-gapx4p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap4p > *,
  .sp-col2.tb-gapx4p > *,
  .sp-gap4p.tb-col2 > *,
  .sp-gapx4p.tb-col2 > * {
    width: 48%;
  }

  .sp-col2.tb-gap4p > :nth-child(2n),
  .sp-col2.tb-gapx4p > :nth-child(2n),
  .sp-gap4p.tb-col2 > :nth-child(2n),
  .sp-gapx4p.tb-col2 > :nth-child(2n) {
    margin-left: 4%;
  }

  .sp-col2.tb-gap4p > :nth-child(2n-1),
  .sp-col2.tb-gapx4p > :nth-child(2n-1),
  .sp-gap4p.tb-col2 > :nth-child(2n-1),
  .sp-gapx4p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap4p > *,
  .sp-col3.tb-gapx4p > *,
  .sp-gap4p.tb-col3 > *,
  .sp-gapx4p.tb-col3 > * {
    width: 30.667%;
  }

  .sp-col3.tb-gap4p > :nth-child(3n),
  .sp-col3.tb-gapx4p > :nth-child(3n),
  .sp-gap4p.tb-col3 > :nth-child(3n),
  .sp-gapx4p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap4p > :nth-child(3n-1),
  .sp-col3.tb-gapx4p > :nth-child(3n-1),
  .sp-gap4p.tb-col3 > :nth-child(3n-1),
  .sp-gapx4p.tb-col3 > :nth-child(3n-1) {
    margin-left: 4%;
  }

  .sp-col3.tb-gap4p > :nth-child(3n-2),
  .sp-col3.tb-gapx4p > :nth-child(3n-2),
  .sp-gap4p.tb-col3 > :nth-child(3n-2),
  .sp-gapx4p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap4p > *,
  .sp-col4.tb-gapx4p > *,
  .sp-gap4p.tb-col4 > *,
  .sp-gapx4p.tb-col4 > * {
    width: 22%;
  }

  .sp-col4.tb-gap4p > :nth-child(4n),
  .sp-col4.tb-gapx4p > :nth-child(4n),
  .sp-gap4p.tb-col4 > :nth-child(4n),
  .sp-gapx4p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap4p > :nth-child(4n-1),
  .sp-col4.tb-gapx4p > :nth-child(4n-1),
  .sp-gap4p.tb-col4 > :nth-child(4n-1),
  .sp-gapx4p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap4p > :nth-child(4n-2),
  .sp-col4.tb-gapx4p > :nth-child(4n-2),
  .sp-gap4p.tb-col4 > :nth-child(4n-2),
  .sp-gapx4p.tb-col4 > :nth-child(4n-2) {
    margin-left: 4%;
  }

  .sp-col4.tb-gap4p > :nth-child(4n-3),
  .sp-col4.tb-gapx4p > :nth-child(4n-3),
  .sp-gap4p.tb-col4 > :nth-child(4n-3),
  .sp-gapx4p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap4p > *,
  .sp-col5.tb-gapx4p > *,
  .sp-gap4p.tb-col5 > *,
  .sp-gapx4p.tb-col5 > * {
    width: 16.8%;
  }

  .sp-col5.tb-gap4p > :nth-child(5n),
  .sp-col5.tb-gapx4p > :nth-child(5n),
  .sp-gap4p.tb-col5 > :nth-child(5n),
  .sp-gapx4p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap4p > :nth-child(5n-1),
  .sp-col5.tb-gapx4p > :nth-child(5n-1),
  .sp-gap4p.tb-col5 > :nth-child(5n-1),
  .sp-gapx4p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap4p > :nth-child(5n-2),
  .sp-col5.tb-gapx4p > :nth-child(5n-2),
  .sp-gap4p.tb-col5 > :nth-child(5n-2),
  .sp-gapx4p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap4p > :nth-child(5n-3),
  .sp-col5.tb-gapx4p > :nth-child(5n-3),
  .sp-gap4p.tb-col5 > :nth-child(5n-3),
  .sp-gapx4p.tb-col5 > :nth-child(5n-3) {
    margin-left: 4%;
  }

  .sp-col5.tb-gap4p > :nth-child(5n-4),
  .sp-col5.tb-gapx4p > :nth-child(5n-4),
  .sp-gap4p.tb-col5 > :nth-child(5n-4),
  .sp-gapx4p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap4p > *,
  .sp-col6.tb-gapx4p > *,
  .sp-gap4p.tb-col6 > *,
  .sp-gapx4p.tb-col6 > * {
    width: 13.333%;
  }

  .sp-col6.tb-gap4p > :nth-child(6n),
  .sp-col6.tb-gapx4p > :nth-child(6n),
  .sp-gap4p.tb-col6 > :nth-child(6n),
  .sp-gapx4p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap4p > :nth-child(6n-1),
  .sp-col6.tb-gapx4p > :nth-child(6n-1),
  .sp-gap4p.tb-col6 > :nth-child(6n-1),
  .sp-gapx4p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap4p > :nth-child(6n-2),
  .sp-col6.tb-gapx4p > :nth-child(6n-2),
  .sp-gap4p.tb-col6 > :nth-child(6n-2),
  .sp-gapx4p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap4p > :nth-child(6n-3),
  .sp-col6.tb-gapx4p > :nth-child(6n-3),
  .sp-gap4p.tb-col6 > :nth-child(6n-3),
  .sp-gapx4p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap4p > :nth-child(6n-4),
  .sp-col6.tb-gapx4p > :nth-child(6n-4),
  .sp-gap4p.tb-col6 > :nth-child(6n-4),
  .sp-gapx4p.tb-col6 > :nth-child(6n-4) {
    margin-left: 4%;
  }

  .sp-col6.tb-gap4p > :nth-child(6n-5),
  .sp-col6.tb-gapx4p > :nth-child(6n-5),
  .sp-gap4p.tb-col6 > :nth-child(6n-5),
  .sp-gapx4p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap5p > *,
  .sp-col1.tb-gapx5p > *,
  .sp-gap5p.tb-col1 > *,
  .sp-gapx5p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap5p > :nth-child(n),
  .sp-col1.tb-gapx5p > :nth-child(n),
  .sp-gap5p.tb-col1 > :nth-child(n),
  .sp-gapx5p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap5p > *,
  .sp-col2.tb-gapx5p > *,
  .sp-gap5p.tb-col2 > *,
  .sp-gapx5p.tb-col2 > * {
    width: 47.5%;
  }

  .sp-col2.tb-gap5p > :nth-child(2n),
  .sp-col2.tb-gapx5p > :nth-child(2n),
  .sp-gap5p.tb-col2 > :nth-child(2n),
  .sp-gapx5p.tb-col2 > :nth-child(2n) {
    margin-left: 5%;
  }

  .sp-col2.tb-gap5p > :nth-child(2n-1),
  .sp-col2.tb-gapx5p > :nth-child(2n-1),
  .sp-gap5p.tb-col2 > :nth-child(2n-1),
  .sp-gapx5p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap5p > *,
  .sp-col3.tb-gapx5p > *,
  .sp-gap5p.tb-col3 > *,
  .sp-gapx5p.tb-col3 > * {
    width: 30%;
  }

  .sp-col3.tb-gap5p > :nth-child(3n),
  .sp-col3.tb-gapx5p > :nth-child(3n),
  .sp-gap5p.tb-col3 > :nth-child(3n),
  .sp-gapx5p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap5p > :nth-child(3n-1),
  .sp-col3.tb-gapx5p > :nth-child(3n-1),
  .sp-gap5p.tb-col3 > :nth-child(3n-1),
  .sp-gapx5p.tb-col3 > :nth-child(3n-1) {
    margin-left: 5%;
  }

  .sp-col3.tb-gap5p > :nth-child(3n-2),
  .sp-col3.tb-gapx5p > :nth-child(3n-2),
  .sp-gap5p.tb-col3 > :nth-child(3n-2),
  .sp-gapx5p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap5p > *,
  .sp-col4.tb-gapx5p > *,
  .sp-gap5p.tb-col4 > *,
  .sp-gapx5p.tb-col4 > * {
    width: 21.25%;
  }

  .sp-col4.tb-gap5p > :nth-child(4n),
  .sp-col4.tb-gapx5p > :nth-child(4n),
  .sp-gap5p.tb-col4 > :nth-child(4n),
  .sp-gapx5p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap5p > :nth-child(4n-1),
  .sp-col4.tb-gapx5p > :nth-child(4n-1),
  .sp-gap5p.tb-col4 > :nth-child(4n-1),
  .sp-gapx5p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap5p > :nth-child(4n-2),
  .sp-col4.tb-gapx5p > :nth-child(4n-2),
  .sp-gap5p.tb-col4 > :nth-child(4n-2),
  .sp-gapx5p.tb-col4 > :nth-child(4n-2) {
    margin-left: 5%;
  }

  .sp-col4.tb-gap5p > :nth-child(4n-3),
  .sp-col4.tb-gapx5p > :nth-child(4n-3),
  .sp-gap5p.tb-col4 > :nth-child(4n-3),
  .sp-gapx5p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap5p > *,
  .sp-col5.tb-gapx5p > *,
  .sp-gap5p.tb-col5 > *,
  .sp-gapx5p.tb-col5 > * {
    width: 16%;
  }

  .sp-col5.tb-gap5p > :nth-child(5n),
  .sp-col5.tb-gapx5p > :nth-child(5n),
  .sp-gap5p.tb-col5 > :nth-child(5n),
  .sp-gapx5p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap5p > :nth-child(5n-1),
  .sp-col5.tb-gapx5p > :nth-child(5n-1),
  .sp-gap5p.tb-col5 > :nth-child(5n-1),
  .sp-gapx5p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap5p > :nth-child(5n-2),
  .sp-col5.tb-gapx5p > :nth-child(5n-2),
  .sp-gap5p.tb-col5 > :nth-child(5n-2),
  .sp-gapx5p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap5p > :nth-child(5n-3),
  .sp-col5.tb-gapx5p > :nth-child(5n-3),
  .sp-gap5p.tb-col5 > :nth-child(5n-3),
  .sp-gapx5p.tb-col5 > :nth-child(5n-3) {
    margin-left: 5%;
  }

  .sp-col5.tb-gap5p > :nth-child(5n-4),
  .sp-col5.tb-gapx5p > :nth-child(5n-4),
  .sp-gap5p.tb-col5 > :nth-child(5n-4),
  .sp-gapx5p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap5p > *,
  .sp-col6.tb-gapx5p > *,
  .sp-gap5p.tb-col6 > *,
  .sp-gapx5p.tb-col6 > * {
    width: 12.5%;
  }

  .sp-col6.tb-gap5p > :nth-child(6n),
  .sp-col6.tb-gapx5p > :nth-child(6n),
  .sp-gap5p.tb-col6 > :nth-child(6n),
  .sp-gapx5p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap5p > :nth-child(6n-1),
  .sp-col6.tb-gapx5p > :nth-child(6n-1),
  .sp-gap5p.tb-col6 > :nth-child(6n-1),
  .sp-gapx5p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap5p > :nth-child(6n-2),
  .sp-col6.tb-gapx5p > :nth-child(6n-2),
  .sp-gap5p.tb-col6 > :nth-child(6n-2),
  .sp-gapx5p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap5p > :nth-child(6n-3),
  .sp-col6.tb-gapx5p > :nth-child(6n-3),
  .sp-gap5p.tb-col6 > :nth-child(6n-3),
  .sp-gapx5p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap5p > :nth-child(6n-4),
  .sp-col6.tb-gapx5p > :nth-child(6n-4),
  .sp-gap5p.tb-col6 > :nth-child(6n-4),
  .sp-gapx5p.tb-col6 > :nth-child(6n-4) {
    margin-left: 5%;
  }

  .sp-col6.tb-gap5p > :nth-child(6n-5),
  .sp-col6.tb-gapx5p > :nth-child(6n-5),
  .sp-gap5p.tb-col6 > :nth-child(6n-5),
  .sp-gapx5p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap6p > *,
  .sp-col1.tb-gapx6p > *,
  .sp-gap6p.tb-col1 > *,
  .sp-gapx6p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap6p > :nth-child(n),
  .sp-col1.tb-gapx6p > :nth-child(n),
  .sp-gap6p.tb-col1 > :nth-child(n),
  .sp-gapx6p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap6p > *,
  .sp-col2.tb-gapx6p > *,
  .sp-gap6p.tb-col2 > *,
  .sp-gapx6p.tb-col2 > * {
    width: 47%;
  }

  .sp-col2.tb-gap6p > :nth-child(2n),
  .sp-col2.tb-gapx6p > :nth-child(2n),
  .sp-gap6p.tb-col2 > :nth-child(2n),
  .sp-gapx6p.tb-col2 > :nth-child(2n) {
    margin-left: 6%;
  }

  .sp-col2.tb-gap6p > :nth-child(2n-1),
  .sp-col2.tb-gapx6p > :nth-child(2n-1),
  .sp-gap6p.tb-col2 > :nth-child(2n-1),
  .sp-gapx6p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap6p > *,
  .sp-col3.tb-gapx6p > *,
  .sp-gap6p.tb-col3 > *,
  .sp-gapx6p.tb-col3 > * {
    width: 29.333%;
  }

  .sp-col3.tb-gap6p > :nth-child(3n),
  .sp-col3.tb-gapx6p > :nth-child(3n),
  .sp-gap6p.tb-col3 > :nth-child(3n),
  .sp-gapx6p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap6p > :nth-child(3n-1),
  .sp-col3.tb-gapx6p > :nth-child(3n-1),
  .sp-gap6p.tb-col3 > :nth-child(3n-1),
  .sp-gapx6p.tb-col3 > :nth-child(3n-1) {
    margin-left: 6%;
  }

  .sp-col3.tb-gap6p > :nth-child(3n-2),
  .sp-col3.tb-gapx6p > :nth-child(3n-2),
  .sp-gap6p.tb-col3 > :nth-child(3n-2),
  .sp-gapx6p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap6p > *,
  .sp-col4.tb-gapx6p > *,
  .sp-gap6p.tb-col4 > *,
  .sp-gapx6p.tb-col4 > * {
    width: 20.5%;
  }

  .sp-col4.tb-gap6p > :nth-child(4n),
  .sp-col4.tb-gapx6p > :nth-child(4n),
  .sp-gap6p.tb-col4 > :nth-child(4n),
  .sp-gapx6p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap6p > :nth-child(4n-1),
  .sp-col4.tb-gapx6p > :nth-child(4n-1),
  .sp-gap6p.tb-col4 > :nth-child(4n-1),
  .sp-gapx6p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap6p > :nth-child(4n-2),
  .sp-col4.tb-gapx6p > :nth-child(4n-2),
  .sp-gap6p.tb-col4 > :nth-child(4n-2),
  .sp-gapx6p.tb-col4 > :nth-child(4n-2) {
    margin-left: 6%;
  }

  .sp-col4.tb-gap6p > :nth-child(4n-3),
  .sp-col4.tb-gapx6p > :nth-child(4n-3),
  .sp-gap6p.tb-col4 > :nth-child(4n-3),
  .sp-gapx6p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap6p > *,
  .sp-col5.tb-gapx6p > *,
  .sp-gap6p.tb-col5 > *,
  .sp-gapx6p.tb-col5 > * {
    width: 15.2%;
  }

  .sp-col5.tb-gap6p > :nth-child(5n),
  .sp-col5.tb-gapx6p > :nth-child(5n),
  .sp-gap6p.tb-col5 > :nth-child(5n),
  .sp-gapx6p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap6p > :nth-child(5n-1),
  .sp-col5.tb-gapx6p > :nth-child(5n-1),
  .sp-gap6p.tb-col5 > :nth-child(5n-1),
  .sp-gapx6p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap6p > :nth-child(5n-2),
  .sp-col5.tb-gapx6p > :nth-child(5n-2),
  .sp-gap6p.tb-col5 > :nth-child(5n-2),
  .sp-gapx6p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap6p > :nth-child(5n-3),
  .sp-col5.tb-gapx6p > :nth-child(5n-3),
  .sp-gap6p.tb-col5 > :nth-child(5n-3),
  .sp-gapx6p.tb-col5 > :nth-child(5n-3) {
    margin-left: 6%;
  }

  .sp-col5.tb-gap6p > :nth-child(5n-4),
  .sp-col5.tb-gapx6p > :nth-child(5n-4),
  .sp-gap6p.tb-col5 > :nth-child(5n-4),
  .sp-gapx6p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap6p > *,
  .sp-col6.tb-gapx6p > *,
  .sp-gap6p.tb-col6 > *,
  .sp-gapx6p.tb-col6 > * {
    width: 11.666%;
  }

  .sp-col6.tb-gap6p > :nth-child(6n),
  .sp-col6.tb-gapx6p > :nth-child(6n),
  .sp-gap6p.tb-col6 > :nth-child(6n),
  .sp-gapx6p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap6p > :nth-child(6n-1),
  .sp-col6.tb-gapx6p > :nth-child(6n-1),
  .sp-gap6p.tb-col6 > :nth-child(6n-1),
  .sp-gapx6p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap6p > :nth-child(6n-2),
  .sp-col6.tb-gapx6p > :nth-child(6n-2),
  .sp-gap6p.tb-col6 > :nth-child(6n-2),
  .sp-gapx6p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap6p > :nth-child(6n-3),
  .sp-col6.tb-gapx6p > :nth-child(6n-3),
  .sp-gap6p.tb-col6 > :nth-child(6n-3),
  .sp-gapx6p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap6p > :nth-child(6n-4),
  .sp-col6.tb-gapx6p > :nth-child(6n-4),
  .sp-gap6p.tb-col6 > :nth-child(6n-4),
  .sp-gapx6p.tb-col6 > :nth-child(6n-4) {
    margin-left: 6%;
  }

  .sp-col6.tb-gap6p > :nth-child(6n-5),
  .sp-col6.tb-gapx6p > :nth-child(6n-5),
  .sp-gap6p.tb-col6 > :nth-child(6n-5),
  .sp-gapx6p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap7p > *,
  .sp-col1.tb-gapx7p > *,
  .sp-gap7p.tb-col1 > *,
  .sp-gapx7p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap7p > :nth-child(n),
  .sp-col1.tb-gapx7p > :nth-child(n),
  .sp-gap7p.tb-col1 > :nth-child(n),
  .sp-gapx7p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap7p > *,
  .sp-col2.tb-gapx7p > *,
  .sp-gap7p.tb-col2 > *,
  .sp-gapx7p.tb-col2 > * {
    width: 46.5%;
  }

  .sp-col2.tb-gap7p > :nth-child(2n),
  .sp-col2.tb-gapx7p > :nth-child(2n),
  .sp-gap7p.tb-col2 > :nth-child(2n),
  .sp-gapx7p.tb-col2 > :nth-child(2n) {
    margin-left: 7%;
  }

  .sp-col2.tb-gap7p > :nth-child(2n-1),
  .sp-col2.tb-gapx7p > :nth-child(2n-1),
  .sp-gap7p.tb-col2 > :nth-child(2n-1),
  .sp-gapx7p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap7p > *,
  .sp-col3.tb-gapx7p > *,
  .sp-gap7p.tb-col3 > *,
  .sp-gapx7p.tb-col3 > * {
    width: 28.667%;
  }

  .sp-col3.tb-gap7p > :nth-child(3n),
  .sp-col3.tb-gapx7p > :nth-child(3n),
  .sp-gap7p.tb-col3 > :nth-child(3n),
  .sp-gapx7p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap7p > :nth-child(3n-1),
  .sp-col3.tb-gapx7p > :nth-child(3n-1),
  .sp-gap7p.tb-col3 > :nth-child(3n-1),
  .sp-gapx7p.tb-col3 > :nth-child(3n-1) {
    margin-left: 7%;
  }

  .sp-col3.tb-gap7p > :nth-child(3n-2),
  .sp-col3.tb-gapx7p > :nth-child(3n-2),
  .sp-gap7p.tb-col3 > :nth-child(3n-2),
  .sp-gapx7p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap7p > *,
  .sp-col4.tb-gapx7p > *,
  .sp-gap7p.tb-col4 > *,
  .sp-gapx7p.tb-col4 > * {
    width: 19.75%;
  }

  .sp-col4.tb-gap7p > :nth-child(4n),
  .sp-col4.tb-gapx7p > :nth-child(4n),
  .sp-gap7p.tb-col4 > :nth-child(4n),
  .sp-gapx7p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap7p > :nth-child(4n-1),
  .sp-col4.tb-gapx7p > :nth-child(4n-1),
  .sp-gap7p.tb-col4 > :nth-child(4n-1),
  .sp-gapx7p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap7p > :nth-child(4n-2),
  .sp-col4.tb-gapx7p > :nth-child(4n-2),
  .sp-gap7p.tb-col4 > :nth-child(4n-2),
  .sp-gapx7p.tb-col4 > :nth-child(4n-2) {
    margin-left: 7%;
  }

  .sp-col4.tb-gap7p > :nth-child(4n-3),
  .sp-col4.tb-gapx7p > :nth-child(4n-3),
  .sp-gap7p.tb-col4 > :nth-child(4n-3),
  .sp-gapx7p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap7p > *,
  .sp-col5.tb-gapx7p > *,
  .sp-gap7p.tb-col5 > *,
  .sp-gapx7p.tb-col5 > * {
    width: 14.4%;
  }

  .sp-col5.tb-gap7p > :nth-child(5n),
  .sp-col5.tb-gapx7p > :nth-child(5n),
  .sp-gap7p.tb-col5 > :nth-child(5n),
  .sp-gapx7p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap7p > :nth-child(5n-1),
  .sp-col5.tb-gapx7p > :nth-child(5n-1),
  .sp-gap7p.tb-col5 > :nth-child(5n-1),
  .sp-gapx7p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap7p > :nth-child(5n-2),
  .sp-col5.tb-gapx7p > :nth-child(5n-2),
  .sp-gap7p.tb-col5 > :nth-child(5n-2),
  .sp-gapx7p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap7p > :nth-child(5n-3),
  .sp-col5.tb-gapx7p > :nth-child(5n-3),
  .sp-gap7p.tb-col5 > :nth-child(5n-3),
  .sp-gapx7p.tb-col5 > :nth-child(5n-3) {
    margin-left: 7%;
  }

  .sp-col5.tb-gap7p > :nth-child(5n-4),
  .sp-col5.tb-gapx7p > :nth-child(5n-4),
  .sp-gap7p.tb-col5 > :nth-child(5n-4),
  .sp-gapx7p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap7p > *,
  .sp-col6.tb-gapx7p > *,
  .sp-gap7p.tb-col6 > *,
  .sp-gapx7p.tb-col6 > * {
    width: 10.833%;
  }

  .sp-col6.tb-gap7p > :nth-child(6n),
  .sp-col6.tb-gapx7p > :nth-child(6n),
  .sp-gap7p.tb-col6 > :nth-child(6n),
  .sp-gapx7p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap7p > :nth-child(6n-1),
  .sp-col6.tb-gapx7p > :nth-child(6n-1),
  .sp-gap7p.tb-col6 > :nth-child(6n-1),
  .sp-gapx7p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap7p > :nth-child(6n-2),
  .sp-col6.tb-gapx7p > :nth-child(6n-2),
  .sp-gap7p.tb-col6 > :nth-child(6n-2),
  .sp-gapx7p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap7p > :nth-child(6n-3),
  .sp-col6.tb-gapx7p > :nth-child(6n-3),
  .sp-gap7p.tb-col6 > :nth-child(6n-3),
  .sp-gapx7p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap7p > :nth-child(6n-4),
  .sp-col6.tb-gapx7p > :nth-child(6n-4),
  .sp-gap7p.tb-col6 > :nth-child(6n-4),
  .sp-gapx7p.tb-col6 > :nth-child(6n-4) {
    margin-left: 7%;
  }

  .sp-col6.tb-gap7p > :nth-child(6n-5),
  .sp-col6.tb-gapx7p > :nth-child(6n-5),
  .sp-gap7p.tb-col6 > :nth-child(6n-5),
  .sp-gapx7p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap8p > *,
  .sp-col1.tb-gapx8p > *,
  .sp-gap8p.tb-col1 > *,
  .sp-gapx8p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap8p > :nth-child(n),
  .sp-col1.tb-gapx8p > :nth-child(n),
  .sp-gap8p.tb-col1 > :nth-child(n),
  .sp-gapx8p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap8p > *,
  .sp-col2.tb-gapx8p > *,
  .sp-gap8p.tb-col2 > *,
  .sp-gapx8p.tb-col2 > * {
    width: 46%;
  }

  .sp-col2.tb-gap8p > :nth-child(2n),
  .sp-col2.tb-gapx8p > :nth-child(2n),
  .sp-gap8p.tb-col2 > :nth-child(2n),
  .sp-gapx8p.tb-col2 > :nth-child(2n) {
    margin-left: 8%;
  }

  .sp-col2.tb-gap8p > :nth-child(2n-1),
  .sp-col2.tb-gapx8p > :nth-child(2n-1),
  .sp-gap8p.tb-col2 > :nth-child(2n-1),
  .sp-gapx8p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap8p > *,
  .sp-col3.tb-gapx8p > *,
  .sp-gap8p.tb-col3 > *,
  .sp-gapx8p.tb-col3 > * {
    width: 28%;
  }

  .sp-col3.tb-gap8p > :nth-child(3n),
  .sp-col3.tb-gapx8p > :nth-child(3n),
  .sp-gap8p.tb-col3 > :nth-child(3n),
  .sp-gapx8p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap8p > :nth-child(3n-1),
  .sp-col3.tb-gapx8p > :nth-child(3n-1),
  .sp-gap8p.tb-col3 > :nth-child(3n-1),
  .sp-gapx8p.tb-col3 > :nth-child(3n-1) {
    margin-left: 8%;
  }

  .sp-col3.tb-gap8p > :nth-child(3n-2),
  .sp-col3.tb-gapx8p > :nth-child(3n-2),
  .sp-gap8p.tb-col3 > :nth-child(3n-2),
  .sp-gapx8p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap8p > *,
  .sp-col4.tb-gapx8p > *,
  .sp-gap8p.tb-col4 > *,
  .sp-gapx8p.tb-col4 > * {
    width: 19%;
  }

  .sp-col4.tb-gap8p > :nth-child(4n),
  .sp-col4.tb-gapx8p > :nth-child(4n),
  .sp-gap8p.tb-col4 > :nth-child(4n),
  .sp-gapx8p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap8p > :nth-child(4n-1),
  .sp-col4.tb-gapx8p > :nth-child(4n-1),
  .sp-gap8p.tb-col4 > :nth-child(4n-1),
  .sp-gapx8p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap8p > :nth-child(4n-2),
  .sp-col4.tb-gapx8p > :nth-child(4n-2),
  .sp-gap8p.tb-col4 > :nth-child(4n-2),
  .sp-gapx8p.tb-col4 > :nth-child(4n-2) {
    margin-left: 8%;
  }

  .sp-col4.tb-gap8p > :nth-child(4n-3),
  .sp-col4.tb-gapx8p > :nth-child(4n-3),
  .sp-gap8p.tb-col4 > :nth-child(4n-3),
  .sp-gapx8p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap8p > *,
  .sp-col5.tb-gapx8p > *,
  .sp-gap8p.tb-col5 > *,
  .sp-gapx8p.tb-col5 > * {
    width: 13.6%;
  }

  .sp-col5.tb-gap8p > :nth-child(5n),
  .sp-col5.tb-gapx8p > :nth-child(5n),
  .sp-gap8p.tb-col5 > :nth-child(5n),
  .sp-gapx8p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap8p > :nth-child(5n-1),
  .sp-col5.tb-gapx8p > :nth-child(5n-1),
  .sp-gap8p.tb-col5 > :nth-child(5n-1),
  .sp-gapx8p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap8p > :nth-child(5n-2),
  .sp-col5.tb-gapx8p > :nth-child(5n-2),
  .sp-gap8p.tb-col5 > :nth-child(5n-2),
  .sp-gapx8p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap8p > :nth-child(5n-3),
  .sp-col5.tb-gapx8p > :nth-child(5n-3),
  .sp-gap8p.tb-col5 > :nth-child(5n-3),
  .sp-gapx8p.tb-col5 > :nth-child(5n-3) {
    margin-left: 8%;
  }

  .sp-col5.tb-gap8p > :nth-child(5n-4),
  .sp-col5.tb-gapx8p > :nth-child(5n-4),
  .sp-gap8p.tb-col5 > :nth-child(5n-4),
  .sp-gapx8p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap8p > *,
  .sp-col6.tb-gapx8p > *,
  .sp-gap8p.tb-col6 > *,
  .sp-gapx8p.tb-col6 > * {
    width: 10%;
  }

  .sp-col6.tb-gap8p > :nth-child(6n),
  .sp-col6.tb-gapx8p > :nth-child(6n),
  .sp-gap8p.tb-col6 > :nth-child(6n),
  .sp-gapx8p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap8p > :nth-child(6n-1),
  .sp-col6.tb-gapx8p > :nth-child(6n-1),
  .sp-gap8p.tb-col6 > :nth-child(6n-1),
  .sp-gapx8p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap8p > :nth-child(6n-2),
  .sp-col6.tb-gapx8p > :nth-child(6n-2),
  .sp-gap8p.tb-col6 > :nth-child(6n-2),
  .sp-gapx8p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap8p > :nth-child(6n-3),
  .sp-col6.tb-gapx8p > :nth-child(6n-3),
  .sp-gap8p.tb-col6 > :nth-child(6n-3),
  .sp-gapx8p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap8p > :nth-child(6n-4),
  .sp-col6.tb-gapx8p > :nth-child(6n-4),
  .sp-gap8p.tb-col6 > :nth-child(6n-4),
  .sp-gapx8p.tb-col6 > :nth-child(6n-4) {
    margin-left: 8%;
  }

  .sp-col6.tb-gap8p > :nth-child(6n-5),
  .sp-col6.tb-gapx8p > :nth-child(6n-5),
  .sp-gap8p.tb-col6 > :nth-child(6n-5),
  .sp-gapx8p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap9p > *,
  .sp-col1.tb-gapx9p > *,
  .sp-gap9p.tb-col1 > *,
  .sp-gapx9p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap9p > :nth-child(n),
  .sp-col1.tb-gapx9p > :nth-child(n),
  .sp-gap9p.tb-col1 > :nth-child(n),
  .sp-gapx9p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap9p > *,
  .sp-col2.tb-gapx9p > *,
  .sp-gap9p.tb-col2 > *,
  .sp-gapx9p.tb-col2 > * {
    width: 45.5%;
  }

  .sp-col2.tb-gap9p > :nth-child(2n),
  .sp-col2.tb-gapx9p > :nth-child(2n),
  .sp-gap9p.tb-col2 > :nth-child(2n),
  .sp-gapx9p.tb-col2 > :nth-child(2n) {
    margin-left: 9%;
  }

  .sp-col2.tb-gap9p > :nth-child(2n-1),
  .sp-col2.tb-gapx9p > :nth-child(2n-1),
  .sp-gap9p.tb-col2 > :nth-child(2n-1),
  .sp-gapx9p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap9p > *,
  .sp-col3.tb-gapx9p > *,
  .sp-gap9p.tb-col3 > *,
  .sp-gapx9p.tb-col3 > * {
    width: 27.333%;
  }

  .sp-col3.tb-gap9p > :nth-child(3n),
  .sp-col3.tb-gapx9p > :nth-child(3n),
  .sp-gap9p.tb-col3 > :nth-child(3n),
  .sp-gapx9p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap9p > :nth-child(3n-1),
  .sp-col3.tb-gapx9p > :nth-child(3n-1),
  .sp-gap9p.tb-col3 > :nth-child(3n-1),
  .sp-gapx9p.tb-col3 > :nth-child(3n-1) {
    margin-left: 9%;
  }

  .sp-col3.tb-gap9p > :nth-child(3n-2),
  .sp-col3.tb-gapx9p > :nth-child(3n-2),
  .sp-gap9p.tb-col3 > :nth-child(3n-2),
  .sp-gapx9p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap9p > *,
  .sp-col4.tb-gapx9p > *,
  .sp-gap9p.tb-col4 > *,
  .sp-gapx9p.tb-col4 > * {
    width: 18.25%;
  }

  .sp-col4.tb-gap9p > :nth-child(4n),
  .sp-col4.tb-gapx9p > :nth-child(4n),
  .sp-gap9p.tb-col4 > :nth-child(4n),
  .sp-gapx9p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap9p > :nth-child(4n-1),
  .sp-col4.tb-gapx9p > :nth-child(4n-1),
  .sp-gap9p.tb-col4 > :nth-child(4n-1),
  .sp-gapx9p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap9p > :nth-child(4n-2),
  .sp-col4.tb-gapx9p > :nth-child(4n-2),
  .sp-gap9p.tb-col4 > :nth-child(4n-2),
  .sp-gapx9p.tb-col4 > :nth-child(4n-2) {
    margin-left: 9%;
  }

  .sp-col4.tb-gap9p > :nth-child(4n-3),
  .sp-col4.tb-gapx9p > :nth-child(4n-3),
  .sp-gap9p.tb-col4 > :nth-child(4n-3),
  .sp-gapx9p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap9p > *,
  .sp-col5.tb-gapx9p > *,
  .sp-gap9p.tb-col5 > *,
  .sp-gapx9p.tb-col5 > * {
    width: 12.8%;
  }

  .sp-col5.tb-gap9p > :nth-child(5n),
  .sp-col5.tb-gapx9p > :nth-child(5n),
  .sp-gap9p.tb-col5 > :nth-child(5n),
  .sp-gapx9p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap9p > :nth-child(5n-1),
  .sp-col5.tb-gapx9p > :nth-child(5n-1),
  .sp-gap9p.tb-col5 > :nth-child(5n-1),
  .sp-gapx9p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap9p > :nth-child(5n-2),
  .sp-col5.tb-gapx9p > :nth-child(5n-2),
  .sp-gap9p.tb-col5 > :nth-child(5n-2),
  .sp-gapx9p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap9p > :nth-child(5n-3),
  .sp-col5.tb-gapx9p > :nth-child(5n-3),
  .sp-gap9p.tb-col5 > :nth-child(5n-3),
  .sp-gapx9p.tb-col5 > :nth-child(5n-3) {
    margin-left: 9%;
  }

  .sp-col5.tb-gap9p > :nth-child(5n-4),
  .sp-col5.tb-gapx9p > :nth-child(5n-4),
  .sp-gap9p.tb-col5 > :nth-child(5n-4),
  .sp-gapx9p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap9p > *,
  .sp-col6.tb-gapx9p > *,
  .sp-gap9p.tb-col6 > *,
  .sp-gapx9p.tb-col6 > * {
    width: 9.166%;
  }

  .sp-col6.tb-gap9p > :nth-child(6n),
  .sp-col6.tb-gapx9p > :nth-child(6n),
  .sp-gap9p.tb-col6 > :nth-child(6n),
  .sp-gapx9p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap9p > :nth-child(6n-1),
  .sp-col6.tb-gapx9p > :nth-child(6n-1),
  .sp-gap9p.tb-col6 > :nth-child(6n-1),
  .sp-gapx9p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap9p > :nth-child(6n-2),
  .sp-col6.tb-gapx9p > :nth-child(6n-2),
  .sp-gap9p.tb-col6 > :nth-child(6n-2),
  .sp-gapx9p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap9p > :nth-child(6n-3),
  .sp-col6.tb-gapx9p > :nth-child(6n-3),
  .sp-gap9p.tb-col6 > :nth-child(6n-3),
  .sp-gapx9p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap9p > :nth-child(6n-4),
  .sp-col6.tb-gapx9p > :nth-child(6n-4),
  .sp-gap9p.tb-col6 > :nth-child(6n-4),
  .sp-gapx9p.tb-col6 > :nth-child(6n-4) {
    margin-left: 9%;
  }

  .sp-col6.tb-gap9p > :nth-child(6n-5),
  .sp-col6.tb-gapx9p > :nth-child(6n-5),
  .sp-gap9p.tb-col6 > :nth-child(6n-5),
  .sp-gapx9p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.tb-gap10p > *,
  .sp-col1.tb-gapx10p > *,
  .sp-gap10p.tb-col1 > *,
  .sp-gapx10p.tb-col1 > * {
    width: 100%;
  }

  .sp-col1.tb-gap10p > :nth-child(n),
  .sp-col1.tb-gapx10p > :nth-child(n),
  .sp-gap10p.tb-col1 > :nth-child(n),
  .sp-gapx10p.tb-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.tb-gap10p > *,
  .sp-col2.tb-gapx10p > *,
  .sp-gap10p.tb-col2 > *,
  .sp-gapx10p.tb-col2 > * {
    width: 45%;
  }

  .sp-col2.tb-gap10p > :nth-child(2n),
  .sp-col2.tb-gapx10p > :nth-child(2n),
  .sp-gap10p.tb-col2 > :nth-child(2n),
  .sp-gapx10p.tb-col2 > :nth-child(2n) {
    margin-left: 10%;
  }

  .sp-col2.tb-gap10p > :nth-child(2n-1),
  .sp-col2.tb-gapx10p > :nth-child(2n-1),
  .sp-gap10p.tb-col2 > :nth-child(2n-1),
  .sp-gapx10p.tb-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.tb-gap10p > *,
  .sp-col3.tb-gapx10p > *,
  .sp-gap10p.tb-col3 > *,
  .sp-gapx10p.tb-col3 > * {
    width: 26.667%;
  }

  .sp-col3.tb-gap10p > :nth-child(3n),
  .sp-col3.tb-gapx10p > :nth-child(3n),
  .sp-gap10p.tb-col3 > :nth-child(3n),
  .sp-gapx10p.tb-col3 > :nth-child(3n),
  .sp-col3.tb-gap10p > :nth-child(3n-1),
  .sp-col3.tb-gapx10p > :nth-child(3n-1),
  .sp-gap10p.tb-col3 > :nth-child(3n-1),
  .sp-gapx10p.tb-col3 > :nth-child(3n-1) {
    margin-left: 10%;
  }

  .sp-col3.tb-gap10p > :nth-child(3n-2),
  .sp-col3.tb-gapx10p > :nth-child(3n-2),
  .sp-gap10p.tb-col3 > :nth-child(3n-2),
  .sp-gapx10p.tb-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.tb-gap10p > *,
  .sp-col4.tb-gapx10p > *,
  .sp-gap10p.tb-col4 > *,
  .sp-gapx10p.tb-col4 > * {
    width: 17.5%;
  }

  .sp-col4.tb-gap10p > :nth-child(4n),
  .sp-col4.tb-gapx10p > :nth-child(4n),
  .sp-gap10p.tb-col4 > :nth-child(4n),
  .sp-gapx10p.tb-col4 > :nth-child(4n),
  .sp-col4.tb-gap10p > :nth-child(4n-1),
  .sp-col4.tb-gapx10p > :nth-child(4n-1),
  .sp-gap10p.tb-col4 > :nth-child(4n-1),
  .sp-gapx10p.tb-col4 > :nth-child(4n-1),
  .sp-col4.tb-gap10p > :nth-child(4n-2),
  .sp-col4.tb-gapx10p > :nth-child(4n-2),
  .sp-gap10p.tb-col4 > :nth-child(4n-2),
  .sp-gapx10p.tb-col4 > :nth-child(4n-2) {
    margin-left: 10%;
  }

  .sp-col4.tb-gap10p > :nth-child(4n-3),
  .sp-col4.tb-gapx10p > :nth-child(4n-3),
  .sp-gap10p.tb-col4 > :nth-child(4n-3),
  .sp-gapx10p.tb-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.tb-gap10p > *,
  .sp-col5.tb-gapx10p > *,
  .sp-gap10p.tb-col5 > *,
  .sp-gapx10p.tb-col5 > * {
    width: 12%;
  }

  .sp-col5.tb-gap10p > :nth-child(5n),
  .sp-col5.tb-gapx10p > :nth-child(5n),
  .sp-gap10p.tb-col5 > :nth-child(5n),
  .sp-gapx10p.tb-col5 > :nth-child(5n),
  .sp-col5.tb-gap10p > :nth-child(5n-1),
  .sp-col5.tb-gapx10p > :nth-child(5n-1),
  .sp-gap10p.tb-col5 > :nth-child(5n-1),
  .sp-gapx10p.tb-col5 > :nth-child(5n-1),
  .sp-col5.tb-gap10p > :nth-child(5n-2),
  .sp-col5.tb-gapx10p > :nth-child(5n-2),
  .sp-gap10p.tb-col5 > :nth-child(5n-2),
  .sp-gapx10p.tb-col5 > :nth-child(5n-2),
  .sp-col5.tb-gap10p > :nth-child(5n-3),
  .sp-col5.tb-gapx10p > :nth-child(5n-3),
  .sp-gap10p.tb-col5 > :nth-child(5n-3),
  .sp-gapx10p.tb-col5 > :nth-child(5n-3) {
    margin-left: 10%;
  }

  .sp-col5.tb-gap10p > :nth-child(5n-4),
  .sp-col5.tb-gapx10p > :nth-child(5n-4),
  .sp-gap10p.tb-col5 > :nth-child(5n-4),
  .sp-gapx10p.tb-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.tb-gap10p > *,
  .sp-col6.tb-gapx10p > *,
  .sp-gap10p.tb-col6 > *,
  .sp-gapx10p.tb-col6 > * {
    width: 8.333%;
  }

  .sp-col6.tb-gap10p > :nth-child(6n),
  .sp-col6.tb-gapx10p > :nth-child(6n),
  .sp-gap10p.tb-col6 > :nth-child(6n),
  .sp-gapx10p.tb-col6 > :nth-child(6n),
  .sp-col6.tb-gap10p > :nth-child(6n-1),
  .sp-col6.tb-gapx10p > :nth-child(6n-1),
  .sp-gap10p.tb-col6 > :nth-child(6n-1),
  .sp-gapx10p.tb-col6 > :nth-child(6n-1),
  .sp-col6.tb-gap10p > :nth-child(6n-2),
  .sp-col6.tb-gapx10p > :nth-child(6n-2),
  .sp-gap10p.tb-col6 > :nth-child(6n-2),
  .sp-gapx10p.tb-col6 > :nth-child(6n-2),
  .sp-col6.tb-gap10p > :nth-child(6n-3),
  .sp-col6.tb-gapx10p > :nth-child(6n-3),
  .sp-gap10p.tb-col6 > :nth-child(6n-3),
  .sp-gapx10p.tb-col6 > :nth-child(6n-3),
  .sp-col6.tb-gap10p > :nth-child(6n-4),
  .sp-col6.tb-gapx10p > :nth-child(6n-4),
  .sp-gap10p.tb-col6 > :nth-child(6n-4),
  .sp-gapx10p.tb-col6 > :nth-child(6n-4) {
    margin-left: 10%;
  }

  .sp-col6.tb-gap10p > :nth-child(6n-5),
  .sp-col6.tb-gapx10p > :nth-child(6n-5),
  .sp-gap10p.tb-col6 > :nth-child(6n-5),
  .sp-gapx10p.tb-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap0 > *,
  .sp-col1.sp-gapx0 > *,
  .sp-gap0.sp-col1 > *,
  .sp-gapx0.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap0 > :nth-child(n),
  .sp-col1.sp-gapx0 > :nth-child(n),
  .sp-gap0.sp-col1 > :nth-child(n),
  .sp-gapx0.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap0 > *,
  .sp-col2.sp-gapx0 > *,
  .sp-gap0.sp-col2 > *,
  .sp-gapx0.sp-col2 > * {
    width: calc(50% - 0px);
  }

  .sp-col2.sp-gap0 > :nth-child(2n),
  .sp-col2.sp-gapx0 > :nth-child(2n),
  .sp-gap0.sp-col2 > :nth-child(2n),
  .sp-gapx0.sp-col2 > :nth-child(2n) {
    margin-left: 0px;
  }

  .sp-col2.sp-gap0 > :nth-child(2n-1),
  .sp-col2.sp-gapx0 > :nth-child(2n-1),
  .sp-gap0.sp-col2 > :nth-child(2n-1),
  .sp-gapx0.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap0 > *,
  .sp-col3.sp-gapx0 > *,
  .sp-gap0.sp-col3 > *,
  .sp-gapx0.sp-col3 > * {
    width: calc(33.333% - 0px);
  }

  .sp-col3.sp-gap0 > :nth-child(3n),
  .sp-col3.sp-gapx0 > :nth-child(3n),
  .sp-gap0.sp-col3 > :nth-child(3n),
  .sp-gapx0.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap0 > :nth-child(3n-1),
  .sp-col3.sp-gapx0 > :nth-child(3n-1),
  .sp-gap0.sp-col3 > :nth-child(3n-1),
  .sp-gapx0.sp-col3 > :nth-child(3n-1) {
    margin-left: 0px;
  }

  .sp-col3.sp-gap0 > :nth-child(3n-2),
  .sp-col3.sp-gapx0 > :nth-child(3n-2),
  .sp-gap0.sp-col3 > :nth-child(3n-2),
  .sp-gapx0.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap0 > *,
  .sp-col4.sp-gapx0 > *,
  .sp-gap0.sp-col4 > *,
  .sp-gapx0.sp-col4 > * {
    width: calc(25% - 0px);
  }

  .sp-col4.sp-gap0 > :nth-child(4n),
  .sp-col4.sp-gapx0 > :nth-child(4n),
  .sp-gap0.sp-col4 > :nth-child(4n),
  .sp-gapx0.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap0 > :nth-child(4n-1),
  .sp-col4.sp-gapx0 > :nth-child(4n-1),
  .sp-gap0.sp-col4 > :nth-child(4n-1),
  .sp-gapx0.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap0 > :nth-child(4n-2),
  .sp-col4.sp-gapx0 > :nth-child(4n-2),
  .sp-gap0.sp-col4 > :nth-child(4n-2),
  .sp-gapx0.sp-col4 > :nth-child(4n-2) {
    margin-left: 0px;
  }

  .sp-col4.sp-gap0 > :nth-child(4n-3),
  .sp-col4.sp-gapx0 > :nth-child(4n-3),
  .sp-gap0.sp-col4 > :nth-child(4n-3),
  .sp-gapx0.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap0 > *,
  .sp-col5.sp-gapx0 > *,
  .sp-gap0.sp-col5 > *,
  .sp-gapx0.sp-col5 > * {
    width: calc(20% - 0px);
  }

  .sp-col5.sp-gap0 > :nth-child(5n),
  .sp-col5.sp-gapx0 > :nth-child(5n),
  .sp-gap0.sp-col5 > :nth-child(5n),
  .sp-gapx0.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap0 > :nth-child(5n-1),
  .sp-col5.sp-gapx0 > :nth-child(5n-1),
  .sp-gap0.sp-col5 > :nth-child(5n-1),
  .sp-gapx0.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap0 > :nth-child(5n-2),
  .sp-col5.sp-gapx0 > :nth-child(5n-2),
  .sp-gap0.sp-col5 > :nth-child(5n-2),
  .sp-gapx0.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap0 > :nth-child(5n-3),
  .sp-col5.sp-gapx0 > :nth-child(5n-3),
  .sp-gap0.sp-col5 > :nth-child(5n-3),
  .sp-gapx0.sp-col5 > :nth-child(5n-3) {
    margin-left: 0px;
  }

  .sp-col5.sp-gap0 > :nth-child(5n-4),
  .sp-col5.sp-gapx0 > :nth-child(5n-4),
  .sp-gap0.sp-col5 > :nth-child(5n-4),
  .sp-gapx0.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap0 > *,
  .sp-col6.sp-gapx0 > *,
  .sp-gap0.sp-col6 > *,
  .sp-gapx0.sp-col6 > * {
    width: calc(16.666% - 0px);
  }

  .sp-col6.sp-gap0 > :nth-child(6n),
  .sp-col6.sp-gapx0 > :nth-child(6n),
  .sp-gap0.sp-col6 > :nth-child(6n),
  .sp-gapx0.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap0 > :nth-child(6n-1),
  .sp-col6.sp-gapx0 > :nth-child(6n-1),
  .sp-gap0.sp-col6 > :nth-child(6n-1),
  .sp-gapx0.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap0 > :nth-child(6n-2),
  .sp-col6.sp-gapx0 > :nth-child(6n-2),
  .sp-gap0.sp-col6 > :nth-child(6n-2),
  .sp-gapx0.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap0 > :nth-child(6n-3),
  .sp-col6.sp-gapx0 > :nth-child(6n-3),
  .sp-gap0.sp-col6 > :nth-child(6n-3),
  .sp-gapx0.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap0 > :nth-child(6n-4),
  .sp-col6.sp-gapx0 > :nth-child(6n-4),
  .sp-gap0.sp-col6 > :nth-child(6n-4),
  .sp-gapx0.sp-col6 > :nth-child(6n-4) {
    margin-left: 0px;
  }

  .sp-col6.sp-gap0 > :nth-child(6n-5),
  .sp-col6.sp-gapx0 > :nth-child(6n-5),
  .sp-gap0.sp-col6 > :nth-child(6n-5),
  .sp-gapx0.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap10 > *,
  .sp-col1.sp-gapx10 > *,
  .sp-gap10.sp-col1 > *,
  .sp-gapx10.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap10 > :nth-child(n),
  .sp-col1.sp-gapx10 > :nth-child(n),
  .sp-gap10.sp-col1 > :nth-child(n),
  .sp-gapx10.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap10 > *,
  .sp-col2.sp-gapx10 > *,
  .sp-gap10.sp-col2 > *,
  .sp-gapx10.sp-col2 > * {
    width: calc(50% - 5px);
  }

  .sp-col2.sp-gap10 > :nth-child(2n),
  .sp-col2.sp-gapx10 > :nth-child(2n),
  .sp-gap10.sp-col2 > :nth-child(2n),
  .sp-gapx10.sp-col2 > :nth-child(2n) {
    margin-left: 10px;
  }

  .sp-col2.sp-gap10 > :nth-child(2n-1),
  .sp-col2.sp-gapx10 > :nth-child(2n-1),
  .sp-gap10.sp-col2 > :nth-child(2n-1),
  .sp-gapx10.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap10 > *,
  .sp-col3.sp-gapx10 > *,
  .sp-gap10.sp-col3 > *,
  .sp-gapx10.sp-col3 > * {
    width: calc(33.333% - 6.666px);
  }

  .sp-col3.sp-gap10 > :nth-child(3n),
  .sp-col3.sp-gapx10 > :nth-child(3n),
  .sp-gap10.sp-col3 > :nth-child(3n),
  .sp-gapx10.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap10 > :nth-child(3n-1),
  .sp-col3.sp-gapx10 > :nth-child(3n-1),
  .sp-gap10.sp-col3 > :nth-child(3n-1),
  .sp-gapx10.sp-col3 > :nth-child(3n-1) {
    margin-left: 10px;
  }

  .sp-col3.sp-gap10 > :nth-child(3n-2),
  .sp-col3.sp-gapx10 > :nth-child(3n-2),
  .sp-gap10.sp-col3 > :nth-child(3n-2),
  .sp-gapx10.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap10 > *,
  .sp-col4.sp-gapx10 > *,
  .sp-gap10.sp-col4 > *,
  .sp-gapx10.sp-col4 > * {
    width: calc(25% - 7.5px);
  }

  .sp-col4.sp-gap10 > :nth-child(4n),
  .sp-col4.sp-gapx10 > :nth-child(4n),
  .sp-gap10.sp-col4 > :nth-child(4n),
  .sp-gapx10.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap10 > :nth-child(4n-1),
  .sp-col4.sp-gapx10 > :nth-child(4n-1),
  .sp-gap10.sp-col4 > :nth-child(4n-1),
  .sp-gapx10.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap10 > :nth-child(4n-2),
  .sp-col4.sp-gapx10 > :nth-child(4n-2),
  .sp-gap10.sp-col4 > :nth-child(4n-2),
  .sp-gapx10.sp-col4 > :nth-child(4n-2) {
    margin-left: 10px;
  }

  .sp-col4.sp-gap10 > :nth-child(4n-3),
  .sp-col4.sp-gapx10 > :nth-child(4n-3),
  .sp-gap10.sp-col4 > :nth-child(4n-3),
  .sp-gapx10.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap10 > *,
  .sp-col5.sp-gapx10 > *,
  .sp-gap10.sp-col5 > *,
  .sp-gapx10.sp-col5 > * {
    width: calc(20% - 8px);
  }

  .sp-col5.sp-gap10 > :nth-child(5n),
  .sp-col5.sp-gapx10 > :nth-child(5n),
  .sp-gap10.sp-col5 > :nth-child(5n),
  .sp-gapx10.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap10 > :nth-child(5n-1),
  .sp-col5.sp-gapx10 > :nth-child(5n-1),
  .sp-gap10.sp-col5 > :nth-child(5n-1),
  .sp-gapx10.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap10 > :nth-child(5n-2),
  .sp-col5.sp-gapx10 > :nth-child(5n-2),
  .sp-gap10.sp-col5 > :nth-child(5n-2),
  .sp-gapx10.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap10 > :nth-child(5n-3),
  .sp-col5.sp-gapx10 > :nth-child(5n-3),
  .sp-gap10.sp-col5 > :nth-child(5n-3),
  .sp-gapx10.sp-col5 > :nth-child(5n-3) {
    margin-left: 10px;
  }

  .sp-col5.sp-gap10 > :nth-child(5n-4),
  .sp-col5.sp-gapx10 > :nth-child(5n-4),
  .sp-gap10.sp-col5 > :nth-child(5n-4),
  .sp-gapx10.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap10 > *,
  .sp-col6.sp-gapx10 > *,
  .sp-gap10.sp-col6 > *,
  .sp-gapx10.sp-col6 > * {
    width: calc(16.666% - 8.333px);
  }

  .sp-col6.sp-gap10 > :nth-child(6n),
  .sp-col6.sp-gapx10 > :nth-child(6n),
  .sp-gap10.sp-col6 > :nth-child(6n),
  .sp-gapx10.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap10 > :nth-child(6n-1),
  .sp-col6.sp-gapx10 > :nth-child(6n-1),
  .sp-gap10.sp-col6 > :nth-child(6n-1),
  .sp-gapx10.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap10 > :nth-child(6n-2),
  .sp-col6.sp-gapx10 > :nth-child(6n-2),
  .sp-gap10.sp-col6 > :nth-child(6n-2),
  .sp-gapx10.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap10 > :nth-child(6n-3),
  .sp-col6.sp-gapx10 > :nth-child(6n-3),
  .sp-gap10.sp-col6 > :nth-child(6n-3),
  .sp-gapx10.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap10 > :nth-child(6n-4),
  .sp-col6.sp-gapx10 > :nth-child(6n-4),
  .sp-gap10.sp-col6 > :nth-child(6n-4),
  .sp-gapx10.sp-col6 > :nth-child(6n-4) {
    margin-left: 10px;
  }

  .sp-col6.sp-gap10 > :nth-child(6n-5),
  .sp-col6.sp-gapx10 > :nth-child(6n-5),
  .sp-gap10.sp-col6 > :nth-child(6n-5),
  .sp-gapx10.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap20 > *,
  .sp-col1.sp-gapx20 > *,
  .sp-gap20.sp-col1 > *,
  .sp-gapx20.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap20 > :nth-child(n),
  .sp-col1.sp-gapx20 > :nth-child(n),
  .sp-gap20.sp-col1 > :nth-child(n),
  .sp-gapx20.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap20 > *,
  .sp-col2.sp-gapx20 > *,
  .sp-gap20.sp-col2 > *,
  .sp-gapx20.sp-col2 > * {
    width: calc(50% - 10px);
  }

  .sp-col2.sp-gap20 > :nth-child(2n),
  .sp-col2.sp-gapx20 > :nth-child(2n),
  .sp-gap20.sp-col2 > :nth-child(2n),
  .sp-gapx20.sp-col2 > :nth-child(2n) {
    margin-left: 20px;
  }

  .sp-col2.sp-gap20 > :nth-child(2n-1),
  .sp-col2.sp-gapx20 > :nth-child(2n-1),
  .sp-gap20.sp-col2 > :nth-child(2n-1),
  .sp-gapx20.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap20 > *,
  .sp-col3.sp-gapx20 > *,
  .sp-gap20.sp-col3 > *,
  .sp-gapx20.sp-col3 > * {
    width: calc(33.333% - 13.333px);
  }

  .sp-col3.sp-gap20 > :nth-child(3n),
  .sp-col3.sp-gapx20 > :nth-child(3n),
  .sp-gap20.sp-col3 > :nth-child(3n),
  .sp-gapx20.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap20 > :nth-child(3n-1),
  .sp-col3.sp-gapx20 > :nth-child(3n-1),
  .sp-gap20.sp-col3 > :nth-child(3n-1),
  .sp-gapx20.sp-col3 > :nth-child(3n-1) {
    margin-left: 20px;
  }

  .sp-col3.sp-gap20 > :nth-child(3n-2),
  .sp-col3.sp-gapx20 > :nth-child(3n-2),
  .sp-gap20.sp-col3 > :nth-child(3n-2),
  .sp-gapx20.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap20 > *,
  .sp-col4.sp-gapx20 > *,
  .sp-gap20.sp-col4 > *,
  .sp-gapx20.sp-col4 > * {
    width: calc(25% - 15px);
  }

  .sp-col4.sp-gap20 > :nth-child(4n),
  .sp-col4.sp-gapx20 > :nth-child(4n),
  .sp-gap20.sp-col4 > :nth-child(4n),
  .sp-gapx20.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap20 > :nth-child(4n-1),
  .sp-col4.sp-gapx20 > :nth-child(4n-1),
  .sp-gap20.sp-col4 > :nth-child(4n-1),
  .sp-gapx20.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap20 > :nth-child(4n-2),
  .sp-col4.sp-gapx20 > :nth-child(4n-2),
  .sp-gap20.sp-col4 > :nth-child(4n-2),
  .sp-gapx20.sp-col4 > :nth-child(4n-2) {
    margin-left: 20px;
  }

  .sp-col4.sp-gap20 > :nth-child(4n-3),
  .sp-col4.sp-gapx20 > :nth-child(4n-3),
  .sp-gap20.sp-col4 > :nth-child(4n-3),
  .sp-gapx20.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap20 > *,
  .sp-col5.sp-gapx20 > *,
  .sp-gap20.sp-col5 > *,
  .sp-gapx20.sp-col5 > * {
    width: calc(20% - 16px);
  }

  .sp-col5.sp-gap20 > :nth-child(5n),
  .sp-col5.sp-gapx20 > :nth-child(5n),
  .sp-gap20.sp-col5 > :nth-child(5n),
  .sp-gapx20.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap20 > :nth-child(5n-1),
  .sp-col5.sp-gapx20 > :nth-child(5n-1),
  .sp-gap20.sp-col5 > :nth-child(5n-1),
  .sp-gapx20.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap20 > :nth-child(5n-2),
  .sp-col5.sp-gapx20 > :nth-child(5n-2),
  .sp-gap20.sp-col5 > :nth-child(5n-2),
  .sp-gapx20.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap20 > :nth-child(5n-3),
  .sp-col5.sp-gapx20 > :nth-child(5n-3),
  .sp-gap20.sp-col5 > :nth-child(5n-3),
  .sp-gapx20.sp-col5 > :nth-child(5n-3) {
    margin-left: 20px;
  }

  .sp-col5.sp-gap20 > :nth-child(5n-4),
  .sp-col5.sp-gapx20 > :nth-child(5n-4),
  .sp-gap20.sp-col5 > :nth-child(5n-4),
  .sp-gapx20.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap20 > *,
  .sp-col6.sp-gapx20 > *,
  .sp-gap20.sp-col6 > *,
  .sp-gapx20.sp-col6 > * {
    width: calc(16.666% - 16.666px);
  }

  .sp-col6.sp-gap20 > :nth-child(6n),
  .sp-col6.sp-gapx20 > :nth-child(6n),
  .sp-gap20.sp-col6 > :nth-child(6n),
  .sp-gapx20.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap20 > :nth-child(6n-1),
  .sp-col6.sp-gapx20 > :nth-child(6n-1),
  .sp-gap20.sp-col6 > :nth-child(6n-1),
  .sp-gapx20.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap20 > :nth-child(6n-2),
  .sp-col6.sp-gapx20 > :nth-child(6n-2),
  .sp-gap20.sp-col6 > :nth-child(6n-2),
  .sp-gapx20.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap20 > :nth-child(6n-3),
  .sp-col6.sp-gapx20 > :nth-child(6n-3),
  .sp-gap20.sp-col6 > :nth-child(6n-3),
  .sp-gapx20.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap20 > :nth-child(6n-4),
  .sp-col6.sp-gapx20 > :nth-child(6n-4),
  .sp-gap20.sp-col6 > :nth-child(6n-4),
  .sp-gapx20.sp-col6 > :nth-child(6n-4) {
    margin-left: 20px;
  }

  .sp-col6.sp-gap20 > :nth-child(6n-5),
  .sp-col6.sp-gapx20 > :nth-child(6n-5),
  .sp-gap20.sp-col6 > :nth-child(6n-5),
  .sp-gapx20.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap30 > *,
  .sp-col1.sp-gapx30 > *,
  .sp-gap30.sp-col1 > *,
  .sp-gapx30.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap30 > :nth-child(n),
  .sp-col1.sp-gapx30 > :nth-child(n),
  .sp-gap30.sp-col1 > :nth-child(n),
  .sp-gapx30.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap30 > *,
  .sp-col2.sp-gapx30 > *,
  .sp-gap30.sp-col2 > *,
  .sp-gapx30.sp-col2 > * {
    width: calc(50% - 15px);
  }

  .sp-col2.sp-gap30 > :nth-child(2n),
  .sp-col2.sp-gapx30 > :nth-child(2n),
  .sp-gap30.sp-col2 > :nth-child(2n),
  .sp-gapx30.sp-col2 > :nth-child(2n) {
    margin-left: 30px;
  }

  .sp-col2.sp-gap30 > :nth-child(2n-1),
  .sp-col2.sp-gapx30 > :nth-child(2n-1),
  .sp-gap30.sp-col2 > :nth-child(2n-1),
  .sp-gapx30.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap30 > *,
  .sp-col3.sp-gapx30 > *,
  .sp-gap30.sp-col3 > *,
  .sp-gapx30.sp-col3 > * {
    width: calc(33.333% - 20px);
  }

  .sp-col3.sp-gap30 > :nth-child(3n),
  .sp-col3.sp-gapx30 > :nth-child(3n),
  .sp-gap30.sp-col3 > :nth-child(3n),
  .sp-gapx30.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap30 > :nth-child(3n-1),
  .sp-col3.sp-gapx30 > :nth-child(3n-1),
  .sp-gap30.sp-col3 > :nth-child(3n-1),
  .sp-gapx30.sp-col3 > :nth-child(3n-1) {
    margin-left: 30px;
  }

  .sp-col3.sp-gap30 > :nth-child(3n-2),
  .sp-col3.sp-gapx30 > :nth-child(3n-2),
  .sp-gap30.sp-col3 > :nth-child(3n-2),
  .sp-gapx30.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap30 > *,
  .sp-col4.sp-gapx30 > *,
  .sp-gap30.sp-col4 > *,
  .sp-gapx30.sp-col4 > * {
    width: calc(25% - 22.5px);
  }

  .sp-col4.sp-gap30 > :nth-child(4n),
  .sp-col4.sp-gapx30 > :nth-child(4n),
  .sp-gap30.sp-col4 > :nth-child(4n),
  .sp-gapx30.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap30 > :nth-child(4n-1),
  .sp-col4.sp-gapx30 > :nth-child(4n-1),
  .sp-gap30.sp-col4 > :nth-child(4n-1),
  .sp-gapx30.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap30 > :nth-child(4n-2),
  .sp-col4.sp-gapx30 > :nth-child(4n-2),
  .sp-gap30.sp-col4 > :nth-child(4n-2),
  .sp-gapx30.sp-col4 > :nth-child(4n-2) {
    margin-left: 30px;
  }

  .sp-col4.sp-gap30 > :nth-child(4n-3),
  .sp-col4.sp-gapx30 > :nth-child(4n-3),
  .sp-gap30.sp-col4 > :nth-child(4n-3),
  .sp-gapx30.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap30 > *,
  .sp-col5.sp-gapx30 > *,
  .sp-gap30.sp-col5 > *,
  .sp-gapx30.sp-col5 > * {
    width: calc(20% - 24px);
  }

  .sp-col5.sp-gap30 > :nth-child(5n),
  .sp-col5.sp-gapx30 > :nth-child(5n),
  .sp-gap30.sp-col5 > :nth-child(5n),
  .sp-gapx30.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap30 > :nth-child(5n-1),
  .sp-col5.sp-gapx30 > :nth-child(5n-1),
  .sp-gap30.sp-col5 > :nth-child(5n-1),
  .sp-gapx30.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap30 > :nth-child(5n-2),
  .sp-col5.sp-gapx30 > :nth-child(5n-2),
  .sp-gap30.sp-col5 > :nth-child(5n-2),
  .sp-gapx30.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap30 > :nth-child(5n-3),
  .sp-col5.sp-gapx30 > :nth-child(5n-3),
  .sp-gap30.sp-col5 > :nth-child(5n-3),
  .sp-gapx30.sp-col5 > :nth-child(5n-3) {
    margin-left: 30px;
  }

  .sp-col5.sp-gap30 > :nth-child(5n-4),
  .sp-col5.sp-gapx30 > :nth-child(5n-4),
  .sp-gap30.sp-col5 > :nth-child(5n-4),
  .sp-gapx30.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap30 > *,
  .sp-col6.sp-gapx30 > *,
  .sp-gap30.sp-col6 > *,
  .sp-gapx30.sp-col6 > * {
    width: calc(16.666% - 25px);
  }

  .sp-col6.sp-gap30 > :nth-child(6n),
  .sp-col6.sp-gapx30 > :nth-child(6n),
  .sp-gap30.sp-col6 > :nth-child(6n),
  .sp-gapx30.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap30 > :nth-child(6n-1),
  .sp-col6.sp-gapx30 > :nth-child(6n-1),
  .sp-gap30.sp-col6 > :nth-child(6n-1),
  .sp-gapx30.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap30 > :nth-child(6n-2),
  .sp-col6.sp-gapx30 > :nth-child(6n-2),
  .sp-gap30.sp-col6 > :nth-child(6n-2),
  .sp-gapx30.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap30 > :nth-child(6n-3),
  .sp-col6.sp-gapx30 > :nth-child(6n-3),
  .sp-gap30.sp-col6 > :nth-child(6n-3),
  .sp-gapx30.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap30 > :nth-child(6n-4),
  .sp-col6.sp-gapx30 > :nth-child(6n-4),
  .sp-gap30.sp-col6 > :nth-child(6n-4),
  .sp-gapx30.sp-col6 > :nth-child(6n-4) {
    margin-left: 30px;
  }

  .sp-col6.sp-gap30 > :nth-child(6n-5),
  .sp-col6.sp-gapx30 > :nth-child(6n-5),
  .sp-gap30.sp-col6 > :nth-child(6n-5),
  .sp-gapx30.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap40 > *,
  .sp-col1.sp-gapx40 > *,
  .sp-gap40.sp-col1 > *,
  .sp-gapx40.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap40 > :nth-child(n),
  .sp-col1.sp-gapx40 > :nth-child(n),
  .sp-gap40.sp-col1 > :nth-child(n),
  .sp-gapx40.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap40 > *,
  .sp-col2.sp-gapx40 > *,
  .sp-gap40.sp-col2 > *,
  .sp-gapx40.sp-col2 > * {
    width: calc(50% - 20px);
  }

  .sp-col2.sp-gap40 > :nth-child(2n),
  .sp-col2.sp-gapx40 > :nth-child(2n),
  .sp-gap40.sp-col2 > :nth-child(2n),
  .sp-gapx40.sp-col2 > :nth-child(2n) {
    margin-left: 40px;
  }

  .sp-col2.sp-gap40 > :nth-child(2n-1),
  .sp-col2.sp-gapx40 > :nth-child(2n-1),
  .sp-gap40.sp-col2 > :nth-child(2n-1),
  .sp-gapx40.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap40 > *,
  .sp-col3.sp-gapx40 > *,
  .sp-gap40.sp-col3 > *,
  .sp-gapx40.sp-col3 > * {
    width: calc(33.333% - 26.666px);
  }

  .sp-col3.sp-gap40 > :nth-child(3n),
  .sp-col3.sp-gapx40 > :nth-child(3n),
  .sp-gap40.sp-col3 > :nth-child(3n),
  .sp-gapx40.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap40 > :nth-child(3n-1),
  .sp-col3.sp-gapx40 > :nth-child(3n-1),
  .sp-gap40.sp-col3 > :nth-child(3n-1),
  .sp-gapx40.sp-col3 > :nth-child(3n-1) {
    margin-left: 40px;
  }

  .sp-col3.sp-gap40 > :nth-child(3n-2),
  .sp-col3.sp-gapx40 > :nth-child(3n-2),
  .sp-gap40.sp-col3 > :nth-child(3n-2),
  .sp-gapx40.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap40 > *,
  .sp-col4.sp-gapx40 > *,
  .sp-gap40.sp-col4 > *,
  .sp-gapx40.sp-col4 > * {
    width: calc(25% - 30px);
  }

  .sp-col4.sp-gap40 > :nth-child(4n),
  .sp-col4.sp-gapx40 > :nth-child(4n),
  .sp-gap40.sp-col4 > :nth-child(4n),
  .sp-gapx40.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap40 > :nth-child(4n-1),
  .sp-col4.sp-gapx40 > :nth-child(4n-1),
  .sp-gap40.sp-col4 > :nth-child(4n-1),
  .sp-gapx40.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap40 > :nth-child(4n-2),
  .sp-col4.sp-gapx40 > :nth-child(4n-2),
  .sp-gap40.sp-col4 > :nth-child(4n-2),
  .sp-gapx40.sp-col4 > :nth-child(4n-2) {
    margin-left: 40px;
  }

  .sp-col4.sp-gap40 > :nth-child(4n-3),
  .sp-col4.sp-gapx40 > :nth-child(4n-3),
  .sp-gap40.sp-col4 > :nth-child(4n-3),
  .sp-gapx40.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap40 > *,
  .sp-col5.sp-gapx40 > *,
  .sp-gap40.sp-col5 > *,
  .sp-gapx40.sp-col5 > * {
    width: calc(20% - 32px);
  }

  .sp-col5.sp-gap40 > :nth-child(5n),
  .sp-col5.sp-gapx40 > :nth-child(5n),
  .sp-gap40.sp-col5 > :nth-child(5n),
  .sp-gapx40.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap40 > :nth-child(5n-1),
  .sp-col5.sp-gapx40 > :nth-child(5n-1),
  .sp-gap40.sp-col5 > :nth-child(5n-1),
  .sp-gapx40.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap40 > :nth-child(5n-2),
  .sp-col5.sp-gapx40 > :nth-child(5n-2),
  .sp-gap40.sp-col5 > :nth-child(5n-2),
  .sp-gapx40.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap40 > :nth-child(5n-3),
  .sp-col5.sp-gapx40 > :nth-child(5n-3),
  .sp-gap40.sp-col5 > :nth-child(5n-3),
  .sp-gapx40.sp-col5 > :nth-child(5n-3) {
    margin-left: 40px;
  }

  .sp-col5.sp-gap40 > :nth-child(5n-4),
  .sp-col5.sp-gapx40 > :nth-child(5n-4),
  .sp-gap40.sp-col5 > :nth-child(5n-4),
  .sp-gapx40.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap40 > *,
  .sp-col6.sp-gapx40 > *,
  .sp-gap40.sp-col6 > *,
  .sp-gapx40.sp-col6 > * {
    width: calc(16.666% - 33.333px);
  }

  .sp-col6.sp-gap40 > :nth-child(6n),
  .sp-col6.sp-gapx40 > :nth-child(6n),
  .sp-gap40.sp-col6 > :nth-child(6n),
  .sp-gapx40.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap40 > :nth-child(6n-1),
  .sp-col6.sp-gapx40 > :nth-child(6n-1),
  .sp-gap40.sp-col6 > :nth-child(6n-1),
  .sp-gapx40.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap40 > :nth-child(6n-2),
  .sp-col6.sp-gapx40 > :nth-child(6n-2),
  .sp-gap40.sp-col6 > :nth-child(6n-2),
  .sp-gapx40.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap40 > :nth-child(6n-3),
  .sp-col6.sp-gapx40 > :nth-child(6n-3),
  .sp-gap40.sp-col6 > :nth-child(6n-3),
  .sp-gapx40.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap40 > :nth-child(6n-4),
  .sp-col6.sp-gapx40 > :nth-child(6n-4),
  .sp-gap40.sp-col6 > :nth-child(6n-4),
  .sp-gapx40.sp-col6 > :nth-child(6n-4) {
    margin-left: 40px;
  }

  .sp-col6.sp-gap40 > :nth-child(6n-5),
  .sp-col6.sp-gapx40 > :nth-child(6n-5),
  .sp-gap40.sp-col6 > :nth-child(6n-5),
  .sp-gapx40.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap50 > *,
  .sp-col1.sp-gapx50 > *,
  .sp-gap50.sp-col1 > *,
  .sp-gapx50.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap50 > :nth-child(n),
  .sp-col1.sp-gapx50 > :nth-child(n),
  .sp-gap50.sp-col1 > :nth-child(n),
  .sp-gapx50.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap50 > *,
  .sp-col2.sp-gapx50 > *,
  .sp-gap50.sp-col2 > *,
  .sp-gapx50.sp-col2 > * {
    width: calc(50% - 25px);
  }

  .sp-col2.sp-gap50 > :nth-child(2n),
  .sp-col2.sp-gapx50 > :nth-child(2n),
  .sp-gap50.sp-col2 > :nth-child(2n),
  .sp-gapx50.sp-col2 > :nth-child(2n) {
    margin-left: 50px;
  }

  .sp-col2.sp-gap50 > :nth-child(2n-1),
  .sp-col2.sp-gapx50 > :nth-child(2n-1),
  .sp-gap50.sp-col2 > :nth-child(2n-1),
  .sp-gapx50.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap50 > *,
  .sp-col3.sp-gapx50 > *,
  .sp-gap50.sp-col3 > *,
  .sp-gapx50.sp-col3 > * {
    width: calc(33.333% - 33.333px);
  }

  .sp-col3.sp-gap50 > :nth-child(3n),
  .sp-col3.sp-gapx50 > :nth-child(3n),
  .sp-gap50.sp-col3 > :nth-child(3n),
  .sp-gapx50.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap50 > :nth-child(3n-1),
  .sp-col3.sp-gapx50 > :nth-child(3n-1),
  .sp-gap50.sp-col3 > :nth-child(3n-1),
  .sp-gapx50.sp-col3 > :nth-child(3n-1) {
    margin-left: 50px;
  }

  .sp-col3.sp-gap50 > :nth-child(3n-2),
  .sp-col3.sp-gapx50 > :nth-child(3n-2),
  .sp-gap50.sp-col3 > :nth-child(3n-2),
  .sp-gapx50.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap50 > *,
  .sp-col4.sp-gapx50 > *,
  .sp-gap50.sp-col4 > *,
  .sp-gapx50.sp-col4 > * {
    width: calc(25% - 37.5px);
  }

  .sp-col4.sp-gap50 > :nth-child(4n),
  .sp-col4.sp-gapx50 > :nth-child(4n),
  .sp-gap50.sp-col4 > :nth-child(4n),
  .sp-gapx50.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap50 > :nth-child(4n-1),
  .sp-col4.sp-gapx50 > :nth-child(4n-1),
  .sp-gap50.sp-col4 > :nth-child(4n-1),
  .sp-gapx50.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap50 > :nth-child(4n-2),
  .sp-col4.sp-gapx50 > :nth-child(4n-2),
  .sp-gap50.sp-col4 > :nth-child(4n-2),
  .sp-gapx50.sp-col4 > :nth-child(4n-2) {
    margin-left: 50px;
  }

  .sp-col4.sp-gap50 > :nth-child(4n-3),
  .sp-col4.sp-gapx50 > :nth-child(4n-3),
  .sp-gap50.sp-col4 > :nth-child(4n-3),
  .sp-gapx50.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap50 > *,
  .sp-col5.sp-gapx50 > *,
  .sp-gap50.sp-col5 > *,
  .sp-gapx50.sp-col5 > * {
    width: calc(20% - 40px);
  }

  .sp-col5.sp-gap50 > :nth-child(5n),
  .sp-col5.sp-gapx50 > :nth-child(5n),
  .sp-gap50.sp-col5 > :nth-child(5n),
  .sp-gapx50.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap50 > :nth-child(5n-1),
  .sp-col5.sp-gapx50 > :nth-child(5n-1),
  .sp-gap50.sp-col5 > :nth-child(5n-1),
  .sp-gapx50.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap50 > :nth-child(5n-2),
  .sp-col5.sp-gapx50 > :nth-child(5n-2),
  .sp-gap50.sp-col5 > :nth-child(5n-2),
  .sp-gapx50.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap50 > :nth-child(5n-3),
  .sp-col5.sp-gapx50 > :nth-child(5n-3),
  .sp-gap50.sp-col5 > :nth-child(5n-3),
  .sp-gapx50.sp-col5 > :nth-child(5n-3) {
    margin-left: 50px;
  }

  .sp-col5.sp-gap50 > :nth-child(5n-4),
  .sp-col5.sp-gapx50 > :nth-child(5n-4),
  .sp-gap50.sp-col5 > :nth-child(5n-4),
  .sp-gapx50.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap50 > *,
  .sp-col6.sp-gapx50 > *,
  .sp-gap50.sp-col6 > *,
  .sp-gapx50.sp-col6 > * {
    width: calc(16.666% - 41.666px);
  }

  .sp-col6.sp-gap50 > :nth-child(6n),
  .sp-col6.sp-gapx50 > :nth-child(6n),
  .sp-gap50.sp-col6 > :nth-child(6n),
  .sp-gapx50.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap50 > :nth-child(6n-1),
  .sp-col6.sp-gapx50 > :nth-child(6n-1),
  .sp-gap50.sp-col6 > :nth-child(6n-1),
  .sp-gapx50.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap50 > :nth-child(6n-2),
  .sp-col6.sp-gapx50 > :nth-child(6n-2),
  .sp-gap50.sp-col6 > :nth-child(6n-2),
  .sp-gapx50.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap50 > :nth-child(6n-3),
  .sp-col6.sp-gapx50 > :nth-child(6n-3),
  .sp-gap50.sp-col6 > :nth-child(6n-3),
  .sp-gapx50.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap50 > :nth-child(6n-4),
  .sp-col6.sp-gapx50 > :nth-child(6n-4),
  .sp-gap50.sp-col6 > :nth-child(6n-4),
  .sp-gapx50.sp-col6 > :nth-child(6n-4) {
    margin-left: 50px;
  }

  .sp-col6.sp-gap50 > :nth-child(6n-5),
  .sp-col6.sp-gapx50 > :nth-child(6n-5),
  .sp-gap50.sp-col6 > :nth-child(6n-5),
  .sp-gapx50.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap60 > *,
  .sp-col1.sp-gapx60 > *,
  .sp-gap60.sp-col1 > *,
  .sp-gapx60.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap60 > :nth-child(n),
  .sp-col1.sp-gapx60 > :nth-child(n),
  .sp-gap60.sp-col1 > :nth-child(n),
  .sp-gapx60.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap60 > *,
  .sp-col2.sp-gapx60 > *,
  .sp-gap60.sp-col2 > *,
  .sp-gapx60.sp-col2 > * {
    width: calc(50% - 30px);
  }

  .sp-col2.sp-gap60 > :nth-child(2n),
  .sp-col2.sp-gapx60 > :nth-child(2n),
  .sp-gap60.sp-col2 > :nth-child(2n),
  .sp-gapx60.sp-col2 > :nth-child(2n) {
    margin-left: 60px;
  }

  .sp-col2.sp-gap60 > :nth-child(2n-1),
  .sp-col2.sp-gapx60 > :nth-child(2n-1),
  .sp-gap60.sp-col2 > :nth-child(2n-1),
  .sp-gapx60.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap60 > *,
  .sp-col3.sp-gapx60 > *,
  .sp-gap60.sp-col3 > *,
  .sp-gapx60.sp-col3 > * {
    width: calc(33.333% - 40px);
  }

  .sp-col3.sp-gap60 > :nth-child(3n),
  .sp-col3.sp-gapx60 > :nth-child(3n),
  .sp-gap60.sp-col3 > :nth-child(3n),
  .sp-gapx60.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap60 > :nth-child(3n-1),
  .sp-col3.sp-gapx60 > :nth-child(3n-1),
  .sp-gap60.sp-col3 > :nth-child(3n-1),
  .sp-gapx60.sp-col3 > :nth-child(3n-1) {
    margin-left: 60px;
  }

  .sp-col3.sp-gap60 > :nth-child(3n-2),
  .sp-col3.sp-gapx60 > :nth-child(3n-2),
  .sp-gap60.sp-col3 > :nth-child(3n-2),
  .sp-gapx60.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap60 > *,
  .sp-col4.sp-gapx60 > *,
  .sp-gap60.sp-col4 > *,
  .sp-gapx60.sp-col4 > * {
    width: calc(25% - 45px);
  }

  .sp-col4.sp-gap60 > :nth-child(4n),
  .sp-col4.sp-gapx60 > :nth-child(4n),
  .sp-gap60.sp-col4 > :nth-child(4n),
  .sp-gapx60.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap60 > :nth-child(4n-1),
  .sp-col4.sp-gapx60 > :nth-child(4n-1),
  .sp-gap60.sp-col4 > :nth-child(4n-1),
  .sp-gapx60.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap60 > :nth-child(4n-2),
  .sp-col4.sp-gapx60 > :nth-child(4n-2),
  .sp-gap60.sp-col4 > :nth-child(4n-2),
  .sp-gapx60.sp-col4 > :nth-child(4n-2) {
    margin-left: 60px;
  }

  .sp-col4.sp-gap60 > :nth-child(4n-3),
  .sp-col4.sp-gapx60 > :nth-child(4n-3),
  .sp-gap60.sp-col4 > :nth-child(4n-3),
  .sp-gapx60.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap60 > *,
  .sp-col5.sp-gapx60 > *,
  .sp-gap60.sp-col5 > *,
  .sp-gapx60.sp-col5 > * {
    width: calc(20% - 48px);
  }

  .sp-col5.sp-gap60 > :nth-child(5n),
  .sp-col5.sp-gapx60 > :nth-child(5n),
  .sp-gap60.sp-col5 > :nth-child(5n),
  .sp-gapx60.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap60 > :nth-child(5n-1),
  .sp-col5.sp-gapx60 > :nth-child(5n-1),
  .sp-gap60.sp-col5 > :nth-child(5n-1),
  .sp-gapx60.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap60 > :nth-child(5n-2),
  .sp-col5.sp-gapx60 > :nth-child(5n-2),
  .sp-gap60.sp-col5 > :nth-child(5n-2),
  .sp-gapx60.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap60 > :nth-child(5n-3),
  .sp-col5.sp-gapx60 > :nth-child(5n-3),
  .sp-gap60.sp-col5 > :nth-child(5n-3),
  .sp-gapx60.sp-col5 > :nth-child(5n-3) {
    margin-left: 60px;
  }

  .sp-col5.sp-gap60 > :nth-child(5n-4),
  .sp-col5.sp-gapx60 > :nth-child(5n-4),
  .sp-gap60.sp-col5 > :nth-child(5n-4),
  .sp-gapx60.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap60 > *,
  .sp-col6.sp-gapx60 > *,
  .sp-gap60.sp-col6 > *,
  .sp-gapx60.sp-col6 > * {
    width: calc(16.666% - 50px);
  }

  .sp-col6.sp-gap60 > :nth-child(6n),
  .sp-col6.sp-gapx60 > :nth-child(6n),
  .sp-gap60.sp-col6 > :nth-child(6n),
  .sp-gapx60.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap60 > :nth-child(6n-1),
  .sp-col6.sp-gapx60 > :nth-child(6n-1),
  .sp-gap60.sp-col6 > :nth-child(6n-1),
  .sp-gapx60.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap60 > :nth-child(6n-2),
  .sp-col6.sp-gapx60 > :nth-child(6n-2),
  .sp-gap60.sp-col6 > :nth-child(6n-2),
  .sp-gapx60.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap60 > :nth-child(6n-3),
  .sp-col6.sp-gapx60 > :nth-child(6n-3),
  .sp-gap60.sp-col6 > :nth-child(6n-3),
  .sp-gapx60.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap60 > :nth-child(6n-4),
  .sp-col6.sp-gapx60 > :nth-child(6n-4),
  .sp-gap60.sp-col6 > :nth-child(6n-4),
  .sp-gapx60.sp-col6 > :nth-child(6n-4) {
    margin-left: 60px;
  }

  .sp-col6.sp-gap60 > :nth-child(6n-5),
  .sp-col6.sp-gapx60 > :nth-child(6n-5),
  .sp-gap60.sp-col6 > :nth-child(6n-5),
  .sp-gapx60.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap70 > *,
  .sp-col1.sp-gapx70 > *,
  .sp-gap70.sp-col1 > *,
  .sp-gapx70.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap70 > :nth-child(n),
  .sp-col1.sp-gapx70 > :nth-child(n),
  .sp-gap70.sp-col1 > :nth-child(n),
  .sp-gapx70.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap70 > *,
  .sp-col2.sp-gapx70 > *,
  .sp-gap70.sp-col2 > *,
  .sp-gapx70.sp-col2 > * {
    width: calc(50% - 35px);
  }

  .sp-col2.sp-gap70 > :nth-child(2n),
  .sp-col2.sp-gapx70 > :nth-child(2n),
  .sp-gap70.sp-col2 > :nth-child(2n),
  .sp-gapx70.sp-col2 > :nth-child(2n) {
    margin-left: 70px;
  }

  .sp-col2.sp-gap70 > :nth-child(2n-1),
  .sp-col2.sp-gapx70 > :nth-child(2n-1),
  .sp-gap70.sp-col2 > :nth-child(2n-1),
  .sp-gapx70.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap70 > *,
  .sp-col3.sp-gapx70 > *,
  .sp-gap70.sp-col3 > *,
  .sp-gapx70.sp-col3 > * {
    width: calc(33.333% - 46.666px);
  }

  .sp-col3.sp-gap70 > :nth-child(3n),
  .sp-col3.sp-gapx70 > :nth-child(3n),
  .sp-gap70.sp-col3 > :nth-child(3n),
  .sp-gapx70.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap70 > :nth-child(3n-1),
  .sp-col3.sp-gapx70 > :nth-child(3n-1),
  .sp-gap70.sp-col3 > :nth-child(3n-1),
  .sp-gapx70.sp-col3 > :nth-child(3n-1) {
    margin-left: 70px;
  }

  .sp-col3.sp-gap70 > :nth-child(3n-2),
  .sp-col3.sp-gapx70 > :nth-child(3n-2),
  .sp-gap70.sp-col3 > :nth-child(3n-2),
  .sp-gapx70.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap70 > *,
  .sp-col4.sp-gapx70 > *,
  .sp-gap70.sp-col4 > *,
  .sp-gapx70.sp-col4 > * {
    width: calc(25% - 52.5px);
  }

  .sp-col4.sp-gap70 > :nth-child(4n),
  .sp-col4.sp-gapx70 > :nth-child(4n),
  .sp-gap70.sp-col4 > :nth-child(4n),
  .sp-gapx70.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap70 > :nth-child(4n-1),
  .sp-col4.sp-gapx70 > :nth-child(4n-1),
  .sp-gap70.sp-col4 > :nth-child(4n-1),
  .sp-gapx70.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap70 > :nth-child(4n-2),
  .sp-col4.sp-gapx70 > :nth-child(4n-2),
  .sp-gap70.sp-col4 > :nth-child(4n-2),
  .sp-gapx70.sp-col4 > :nth-child(4n-2) {
    margin-left: 70px;
  }

  .sp-col4.sp-gap70 > :nth-child(4n-3),
  .sp-col4.sp-gapx70 > :nth-child(4n-3),
  .sp-gap70.sp-col4 > :nth-child(4n-3),
  .sp-gapx70.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap70 > *,
  .sp-col5.sp-gapx70 > *,
  .sp-gap70.sp-col5 > *,
  .sp-gapx70.sp-col5 > * {
    width: calc(20% - 56px);
  }

  .sp-col5.sp-gap70 > :nth-child(5n),
  .sp-col5.sp-gapx70 > :nth-child(5n),
  .sp-gap70.sp-col5 > :nth-child(5n),
  .sp-gapx70.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap70 > :nth-child(5n-1),
  .sp-col5.sp-gapx70 > :nth-child(5n-1),
  .sp-gap70.sp-col5 > :nth-child(5n-1),
  .sp-gapx70.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap70 > :nth-child(5n-2),
  .sp-col5.sp-gapx70 > :nth-child(5n-2),
  .sp-gap70.sp-col5 > :nth-child(5n-2),
  .sp-gapx70.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap70 > :nth-child(5n-3),
  .sp-col5.sp-gapx70 > :nth-child(5n-3),
  .sp-gap70.sp-col5 > :nth-child(5n-3),
  .sp-gapx70.sp-col5 > :nth-child(5n-3) {
    margin-left: 70px;
  }

  .sp-col5.sp-gap70 > :nth-child(5n-4),
  .sp-col5.sp-gapx70 > :nth-child(5n-4),
  .sp-gap70.sp-col5 > :nth-child(5n-4),
  .sp-gapx70.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap70 > *,
  .sp-col6.sp-gapx70 > *,
  .sp-gap70.sp-col6 > *,
  .sp-gapx70.sp-col6 > * {
    width: calc(16.666% - 58.333px);
  }

  .sp-col6.sp-gap70 > :nth-child(6n),
  .sp-col6.sp-gapx70 > :nth-child(6n),
  .sp-gap70.sp-col6 > :nth-child(6n),
  .sp-gapx70.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap70 > :nth-child(6n-1),
  .sp-col6.sp-gapx70 > :nth-child(6n-1),
  .sp-gap70.sp-col6 > :nth-child(6n-1),
  .sp-gapx70.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap70 > :nth-child(6n-2),
  .sp-col6.sp-gapx70 > :nth-child(6n-2),
  .sp-gap70.sp-col6 > :nth-child(6n-2),
  .sp-gapx70.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap70 > :nth-child(6n-3),
  .sp-col6.sp-gapx70 > :nth-child(6n-3),
  .sp-gap70.sp-col6 > :nth-child(6n-3),
  .sp-gapx70.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap70 > :nth-child(6n-4),
  .sp-col6.sp-gapx70 > :nth-child(6n-4),
  .sp-gap70.sp-col6 > :nth-child(6n-4),
  .sp-gapx70.sp-col6 > :nth-child(6n-4) {
    margin-left: 70px;
  }

  .sp-col6.sp-gap70 > :nth-child(6n-5),
  .sp-col6.sp-gapx70 > :nth-child(6n-5),
  .sp-gap70.sp-col6 > :nth-child(6n-5),
  .sp-gapx70.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap80 > *,
  .sp-col1.sp-gapx80 > *,
  .sp-gap80.sp-col1 > *,
  .sp-gapx80.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap80 > :nth-child(n),
  .sp-col1.sp-gapx80 > :nth-child(n),
  .sp-gap80.sp-col1 > :nth-child(n),
  .sp-gapx80.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap80 > *,
  .sp-col2.sp-gapx80 > *,
  .sp-gap80.sp-col2 > *,
  .sp-gapx80.sp-col2 > * {
    width: calc(50% - 40px);
  }

  .sp-col2.sp-gap80 > :nth-child(2n),
  .sp-col2.sp-gapx80 > :nth-child(2n),
  .sp-gap80.sp-col2 > :nth-child(2n),
  .sp-gapx80.sp-col2 > :nth-child(2n) {
    margin-left: 80px;
  }

  .sp-col2.sp-gap80 > :nth-child(2n-1),
  .sp-col2.sp-gapx80 > :nth-child(2n-1),
  .sp-gap80.sp-col2 > :nth-child(2n-1),
  .sp-gapx80.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap80 > *,
  .sp-col3.sp-gapx80 > *,
  .sp-gap80.sp-col3 > *,
  .sp-gapx80.sp-col3 > * {
    width: calc(33.333% - 53.333px);
  }

  .sp-col3.sp-gap80 > :nth-child(3n),
  .sp-col3.sp-gapx80 > :nth-child(3n),
  .sp-gap80.sp-col3 > :nth-child(3n),
  .sp-gapx80.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap80 > :nth-child(3n-1),
  .sp-col3.sp-gapx80 > :nth-child(3n-1),
  .sp-gap80.sp-col3 > :nth-child(3n-1),
  .sp-gapx80.sp-col3 > :nth-child(3n-1) {
    margin-left: 80px;
  }

  .sp-col3.sp-gap80 > :nth-child(3n-2),
  .sp-col3.sp-gapx80 > :nth-child(3n-2),
  .sp-gap80.sp-col3 > :nth-child(3n-2),
  .sp-gapx80.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap80 > *,
  .sp-col4.sp-gapx80 > *,
  .sp-gap80.sp-col4 > *,
  .sp-gapx80.sp-col4 > * {
    width: calc(25% - 60px);
  }

  .sp-col4.sp-gap80 > :nth-child(4n),
  .sp-col4.sp-gapx80 > :nth-child(4n),
  .sp-gap80.sp-col4 > :nth-child(4n),
  .sp-gapx80.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap80 > :nth-child(4n-1),
  .sp-col4.sp-gapx80 > :nth-child(4n-1),
  .sp-gap80.sp-col4 > :nth-child(4n-1),
  .sp-gapx80.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap80 > :nth-child(4n-2),
  .sp-col4.sp-gapx80 > :nth-child(4n-2),
  .sp-gap80.sp-col4 > :nth-child(4n-2),
  .sp-gapx80.sp-col4 > :nth-child(4n-2) {
    margin-left: 80px;
  }

  .sp-col4.sp-gap80 > :nth-child(4n-3),
  .sp-col4.sp-gapx80 > :nth-child(4n-3),
  .sp-gap80.sp-col4 > :nth-child(4n-3),
  .sp-gapx80.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap80 > *,
  .sp-col5.sp-gapx80 > *,
  .sp-gap80.sp-col5 > *,
  .sp-gapx80.sp-col5 > * {
    width: calc(20% - 64px);
  }

  .sp-col5.sp-gap80 > :nth-child(5n),
  .sp-col5.sp-gapx80 > :nth-child(5n),
  .sp-gap80.sp-col5 > :nth-child(5n),
  .sp-gapx80.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap80 > :nth-child(5n-1),
  .sp-col5.sp-gapx80 > :nth-child(5n-1),
  .sp-gap80.sp-col5 > :nth-child(5n-1),
  .sp-gapx80.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap80 > :nth-child(5n-2),
  .sp-col5.sp-gapx80 > :nth-child(5n-2),
  .sp-gap80.sp-col5 > :nth-child(5n-2),
  .sp-gapx80.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap80 > :nth-child(5n-3),
  .sp-col5.sp-gapx80 > :nth-child(5n-3),
  .sp-gap80.sp-col5 > :nth-child(5n-3),
  .sp-gapx80.sp-col5 > :nth-child(5n-3) {
    margin-left: 80px;
  }

  .sp-col5.sp-gap80 > :nth-child(5n-4),
  .sp-col5.sp-gapx80 > :nth-child(5n-4),
  .sp-gap80.sp-col5 > :nth-child(5n-4),
  .sp-gapx80.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap80 > *,
  .sp-col6.sp-gapx80 > *,
  .sp-gap80.sp-col6 > *,
  .sp-gapx80.sp-col6 > * {
    width: calc(16.666% - 66.666px);
  }

  .sp-col6.sp-gap80 > :nth-child(6n),
  .sp-col6.sp-gapx80 > :nth-child(6n),
  .sp-gap80.sp-col6 > :nth-child(6n),
  .sp-gapx80.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap80 > :nth-child(6n-1),
  .sp-col6.sp-gapx80 > :nth-child(6n-1),
  .sp-gap80.sp-col6 > :nth-child(6n-1),
  .sp-gapx80.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap80 > :nth-child(6n-2),
  .sp-col6.sp-gapx80 > :nth-child(6n-2),
  .sp-gap80.sp-col6 > :nth-child(6n-2),
  .sp-gapx80.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap80 > :nth-child(6n-3),
  .sp-col6.sp-gapx80 > :nth-child(6n-3),
  .sp-gap80.sp-col6 > :nth-child(6n-3),
  .sp-gapx80.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap80 > :nth-child(6n-4),
  .sp-col6.sp-gapx80 > :nth-child(6n-4),
  .sp-gap80.sp-col6 > :nth-child(6n-4),
  .sp-gapx80.sp-col6 > :nth-child(6n-4) {
    margin-left: 80px;
  }

  .sp-col6.sp-gap80 > :nth-child(6n-5),
  .sp-col6.sp-gapx80 > :nth-child(6n-5),
  .sp-gap80.sp-col6 > :nth-child(6n-5),
  .sp-gapx80.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap90 > *,
  .sp-col1.sp-gapx90 > *,
  .sp-gap90.sp-col1 > *,
  .sp-gapx90.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap90 > :nth-child(n),
  .sp-col1.sp-gapx90 > :nth-child(n),
  .sp-gap90.sp-col1 > :nth-child(n),
  .sp-gapx90.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap90 > *,
  .sp-col2.sp-gapx90 > *,
  .sp-gap90.sp-col2 > *,
  .sp-gapx90.sp-col2 > * {
    width: calc(50% - 45px);
  }

  .sp-col2.sp-gap90 > :nth-child(2n),
  .sp-col2.sp-gapx90 > :nth-child(2n),
  .sp-gap90.sp-col2 > :nth-child(2n),
  .sp-gapx90.sp-col2 > :nth-child(2n) {
    margin-left: 90px;
  }

  .sp-col2.sp-gap90 > :nth-child(2n-1),
  .sp-col2.sp-gapx90 > :nth-child(2n-1),
  .sp-gap90.sp-col2 > :nth-child(2n-1),
  .sp-gapx90.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap90 > *,
  .sp-col3.sp-gapx90 > *,
  .sp-gap90.sp-col3 > *,
  .sp-gapx90.sp-col3 > * {
    width: calc(33.333% - 60px);
  }

  .sp-col3.sp-gap90 > :nth-child(3n),
  .sp-col3.sp-gapx90 > :nth-child(3n),
  .sp-gap90.sp-col3 > :nth-child(3n),
  .sp-gapx90.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap90 > :nth-child(3n-1),
  .sp-col3.sp-gapx90 > :nth-child(3n-1),
  .sp-gap90.sp-col3 > :nth-child(3n-1),
  .sp-gapx90.sp-col3 > :nth-child(3n-1) {
    margin-left: 90px;
  }

  .sp-col3.sp-gap90 > :nth-child(3n-2),
  .sp-col3.sp-gapx90 > :nth-child(3n-2),
  .sp-gap90.sp-col3 > :nth-child(3n-2),
  .sp-gapx90.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap90 > *,
  .sp-col4.sp-gapx90 > *,
  .sp-gap90.sp-col4 > *,
  .sp-gapx90.sp-col4 > * {
    width: calc(25% - 67.5px);
  }

  .sp-col4.sp-gap90 > :nth-child(4n),
  .sp-col4.sp-gapx90 > :nth-child(4n),
  .sp-gap90.sp-col4 > :nth-child(4n),
  .sp-gapx90.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap90 > :nth-child(4n-1),
  .sp-col4.sp-gapx90 > :nth-child(4n-1),
  .sp-gap90.sp-col4 > :nth-child(4n-1),
  .sp-gapx90.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap90 > :nth-child(4n-2),
  .sp-col4.sp-gapx90 > :nth-child(4n-2),
  .sp-gap90.sp-col4 > :nth-child(4n-2),
  .sp-gapx90.sp-col4 > :nth-child(4n-2) {
    margin-left: 90px;
  }

  .sp-col4.sp-gap90 > :nth-child(4n-3),
  .sp-col4.sp-gapx90 > :nth-child(4n-3),
  .sp-gap90.sp-col4 > :nth-child(4n-3),
  .sp-gapx90.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap90 > *,
  .sp-col5.sp-gapx90 > *,
  .sp-gap90.sp-col5 > *,
  .sp-gapx90.sp-col5 > * {
    width: calc(20% - 72px);
  }

  .sp-col5.sp-gap90 > :nth-child(5n),
  .sp-col5.sp-gapx90 > :nth-child(5n),
  .sp-gap90.sp-col5 > :nth-child(5n),
  .sp-gapx90.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap90 > :nth-child(5n-1),
  .sp-col5.sp-gapx90 > :nth-child(5n-1),
  .sp-gap90.sp-col5 > :nth-child(5n-1),
  .sp-gapx90.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap90 > :nth-child(5n-2),
  .sp-col5.sp-gapx90 > :nth-child(5n-2),
  .sp-gap90.sp-col5 > :nth-child(5n-2),
  .sp-gapx90.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap90 > :nth-child(5n-3),
  .sp-col5.sp-gapx90 > :nth-child(5n-3),
  .sp-gap90.sp-col5 > :nth-child(5n-3),
  .sp-gapx90.sp-col5 > :nth-child(5n-3) {
    margin-left: 90px;
  }

  .sp-col5.sp-gap90 > :nth-child(5n-4),
  .sp-col5.sp-gapx90 > :nth-child(5n-4),
  .sp-gap90.sp-col5 > :nth-child(5n-4),
  .sp-gapx90.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap90 > *,
  .sp-col6.sp-gapx90 > *,
  .sp-gap90.sp-col6 > *,
  .sp-gapx90.sp-col6 > * {
    width: calc(16.666% - 75px);
  }

  .sp-col6.sp-gap90 > :nth-child(6n),
  .sp-col6.sp-gapx90 > :nth-child(6n),
  .sp-gap90.sp-col6 > :nth-child(6n),
  .sp-gapx90.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap90 > :nth-child(6n-1),
  .sp-col6.sp-gapx90 > :nth-child(6n-1),
  .sp-gap90.sp-col6 > :nth-child(6n-1),
  .sp-gapx90.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap90 > :nth-child(6n-2),
  .sp-col6.sp-gapx90 > :nth-child(6n-2),
  .sp-gap90.sp-col6 > :nth-child(6n-2),
  .sp-gapx90.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap90 > :nth-child(6n-3),
  .sp-col6.sp-gapx90 > :nth-child(6n-3),
  .sp-gap90.sp-col6 > :nth-child(6n-3),
  .sp-gapx90.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap90 > :nth-child(6n-4),
  .sp-col6.sp-gapx90 > :nth-child(6n-4),
  .sp-gap90.sp-col6 > :nth-child(6n-4),
  .sp-gapx90.sp-col6 > :nth-child(6n-4) {
    margin-left: 90px;
  }

  .sp-col6.sp-gap90 > :nth-child(6n-5),
  .sp-col6.sp-gapx90 > :nth-child(6n-5),
  .sp-gap90.sp-col6 > :nth-child(6n-5),
  .sp-gapx90.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap100 > *,
  .sp-col1.sp-gapx100 > *,
  .sp-gap100.sp-col1 > *,
  .sp-gapx100.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap100 > :nth-child(n),
  .sp-col1.sp-gapx100 > :nth-child(n),
  .sp-gap100.sp-col1 > :nth-child(n),
  .sp-gapx100.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap100 > *,
  .sp-col2.sp-gapx100 > *,
  .sp-gap100.sp-col2 > *,
  .sp-gapx100.sp-col2 > * {
    width: calc(50% - 50px);
  }

  .sp-col2.sp-gap100 > :nth-child(2n),
  .sp-col2.sp-gapx100 > :nth-child(2n),
  .sp-gap100.sp-col2 > :nth-child(2n),
  .sp-gapx100.sp-col2 > :nth-child(2n) {
    margin-left: 100px;
  }

  .sp-col2.sp-gap100 > :nth-child(2n-1),
  .sp-col2.sp-gapx100 > :nth-child(2n-1),
  .sp-gap100.sp-col2 > :nth-child(2n-1),
  .sp-gapx100.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap100 > *,
  .sp-col3.sp-gapx100 > *,
  .sp-gap100.sp-col3 > *,
  .sp-gapx100.sp-col3 > * {
    width: calc(33.333% - 66.666px);
  }

  .sp-col3.sp-gap100 > :nth-child(3n),
  .sp-col3.sp-gapx100 > :nth-child(3n),
  .sp-gap100.sp-col3 > :nth-child(3n),
  .sp-gapx100.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap100 > :nth-child(3n-1),
  .sp-col3.sp-gapx100 > :nth-child(3n-1),
  .sp-gap100.sp-col3 > :nth-child(3n-1),
  .sp-gapx100.sp-col3 > :nth-child(3n-1) {
    margin-left: 100px;
  }

  .sp-col3.sp-gap100 > :nth-child(3n-2),
  .sp-col3.sp-gapx100 > :nth-child(3n-2),
  .sp-gap100.sp-col3 > :nth-child(3n-2),
  .sp-gapx100.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap100 > *,
  .sp-col4.sp-gapx100 > *,
  .sp-gap100.sp-col4 > *,
  .sp-gapx100.sp-col4 > * {
    width: calc(25% - 75px);
  }

  .sp-col4.sp-gap100 > :nth-child(4n),
  .sp-col4.sp-gapx100 > :nth-child(4n),
  .sp-gap100.sp-col4 > :nth-child(4n),
  .sp-gapx100.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap100 > :nth-child(4n-1),
  .sp-col4.sp-gapx100 > :nth-child(4n-1),
  .sp-gap100.sp-col4 > :nth-child(4n-1),
  .sp-gapx100.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap100 > :nth-child(4n-2),
  .sp-col4.sp-gapx100 > :nth-child(4n-2),
  .sp-gap100.sp-col4 > :nth-child(4n-2),
  .sp-gapx100.sp-col4 > :nth-child(4n-2) {
    margin-left: 100px;
  }

  .sp-col4.sp-gap100 > :nth-child(4n-3),
  .sp-col4.sp-gapx100 > :nth-child(4n-3),
  .sp-gap100.sp-col4 > :nth-child(4n-3),
  .sp-gapx100.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap100 > *,
  .sp-col5.sp-gapx100 > *,
  .sp-gap100.sp-col5 > *,
  .sp-gapx100.sp-col5 > * {
    width: calc(20% - 80px);
  }

  .sp-col5.sp-gap100 > :nth-child(5n),
  .sp-col5.sp-gapx100 > :nth-child(5n),
  .sp-gap100.sp-col5 > :nth-child(5n),
  .sp-gapx100.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap100 > :nth-child(5n-1),
  .sp-col5.sp-gapx100 > :nth-child(5n-1),
  .sp-gap100.sp-col5 > :nth-child(5n-1),
  .sp-gapx100.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap100 > :nth-child(5n-2),
  .sp-col5.sp-gapx100 > :nth-child(5n-2),
  .sp-gap100.sp-col5 > :nth-child(5n-2),
  .sp-gapx100.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap100 > :nth-child(5n-3),
  .sp-col5.sp-gapx100 > :nth-child(5n-3),
  .sp-gap100.sp-col5 > :nth-child(5n-3),
  .sp-gapx100.sp-col5 > :nth-child(5n-3) {
    margin-left: 100px;
  }

  .sp-col5.sp-gap100 > :nth-child(5n-4),
  .sp-col5.sp-gapx100 > :nth-child(5n-4),
  .sp-gap100.sp-col5 > :nth-child(5n-4),
  .sp-gapx100.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap100 > *,
  .sp-col6.sp-gapx100 > *,
  .sp-gap100.sp-col6 > *,
  .sp-gapx100.sp-col6 > * {
    width: calc(16.666% - 83.333px);
  }

  .sp-col6.sp-gap100 > :nth-child(6n),
  .sp-col6.sp-gapx100 > :nth-child(6n),
  .sp-gap100.sp-col6 > :nth-child(6n),
  .sp-gapx100.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap100 > :nth-child(6n-1),
  .sp-col6.sp-gapx100 > :nth-child(6n-1),
  .sp-gap100.sp-col6 > :nth-child(6n-1),
  .sp-gapx100.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap100 > :nth-child(6n-2),
  .sp-col6.sp-gapx100 > :nth-child(6n-2),
  .sp-gap100.sp-col6 > :nth-child(6n-2),
  .sp-gapx100.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap100 > :nth-child(6n-3),
  .sp-col6.sp-gapx100 > :nth-child(6n-3),
  .sp-gap100.sp-col6 > :nth-child(6n-3),
  .sp-gapx100.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap100 > :nth-child(6n-4),
  .sp-col6.sp-gapx100 > :nth-child(6n-4),
  .sp-gap100.sp-col6 > :nth-child(6n-4),
  .sp-gapx100.sp-col6 > :nth-child(6n-4) {
    margin-left: 100px;
  }

  .sp-col6.sp-gap100 > :nth-child(6n-5),
  .sp-col6.sp-gapx100 > :nth-child(6n-5),
  .sp-gap100.sp-col6 > :nth-child(6n-5),
  .sp-gapx100.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap1p > *,
  .sp-col1.sp-gapx1p > *,
  .sp-gap1p.sp-col1 > *,
  .sp-gapx1p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap1p > :nth-child(n),
  .sp-col1.sp-gapx1p > :nth-child(n),
  .sp-gap1p.sp-col1 > :nth-child(n),
  .sp-gapx1p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap1p > *,
  .sp-col2.sp-gapx1p > *,
  .sp-gap1p.sp-col2 > *,
  .sp-gapx1p.sp-col2 > * {
    width: 49.5%;
  }

  .sp-col2.sp-gap1p > :nth-child(2n),
  .sp-col2.sp-gapx1p > :nth-child(2n),
  .sp-gap1p.sp-col2 > :nth-child(2n),
  .sp-gapx1p.sp-col2 > :nth-child(2n) {
    margin-left: 1%;
  }

  .sp-col2.sp-gap1p > :nth-child(2n-1),
  .sp-col2.sp-gapx1p > :nth-child(2n-1),
  .sp-gap1p.sp-col2 > :nth-child(2n-1),
  .sp-gapx1p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap1p > *,
  .sp-col3.sp-gapx1p > *,
  .sp-gap1p.sp-col3 > *,
  .sp-gapx1p.sp-col3 > * {
    width: 32.667%;
  }

  .sp-col3.sp-gap1p > :nth-child(3n),
  .sp-col3.sp-gapx1p > :nth-child(3n),
  .sp-gap1p.sp-col3 > :nth-child(3n),
  .sp-gapx1p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap1p > :nth-child(3n-1),
  .sp-col3.sp-gapx1p > :nth-child(3n-1),
  .sp-gap1p.sp-col3 > :nth-child(3n-1),
  .sp-gapx1p.sp-col3 > :nth-child(3n-1) {
    margin-left: 1%;
  }

  .sp-col3.sp-gap1p > :nth-child(3n-2),
  .sp-col3.sp-gapx1p > :nth-child(3n-2),
  .sp-gap1p.sp-col3 > :nth-child(3n-2),
  .sp-gapx1p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap1p > *,
  .sp-col4.sp-gapx1p > *,
  .sp-gap1p.sp-col4 > *,
  .sp-gapx1p.sp-col4 > * {
    width: 24.25%;
  }

  .sp-col4.sp-gap1p > :nth-child(4n),
  .sp-col4.sp-gapx1p > :nth-child(4n),
  .sp-gap1p.sp-col4 > :nth-child(4n),
  .sp-gapx1p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap1p > :nth-child(4n-1),
  .sp-col4.sp-gapx1p > :nth-child(4n-1),
  .sp-gap1p.sp-col4 > :nth-child(4n-1),
  .sp-gapx1p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap1p > :nth-child(4n-2),
  .sp-col4.sp-gapx1p > :nth-child(4n-2),
  .sp-gap1p.sp-col4 > :nth-child(4n-2),
  .sp-gapx1p.sp-col4 > :nth-child(4n-2) {
    margin-left: 1%;
  }

  .sp-col4.sp-gap1p > :nth-child(4n-3),
  .sp-col4.sp-gapx1p > :nth-child(4n-3),
  .sp-gap1p.sp-col4 > :nth-child(4n-3),
  .sp-gapx1p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap1p > *,
  .sp-col5.sp-gapx1p > *,
  .sp-gap1p.sp-col5 > *,
  .sp-gapx1p.sp-col5 > * {
    width: 19.2%;
  }

  .sp-col5.sp-gap1p > :nth-child(5n),
  .sp-col5.sp-gapx1p > :nth-child(5n),
  .sp-gap1p.sp-col5 > :nth-child(5n),
  .sp-gapx1p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap1p > :nth-child(5n-1),
  .sp-col5.sp-gapx1p > :nth-child(5n-1),
  .sp-gap1p.sp-col5 > :nth-child(5n-1),
  .sp-gapx1p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap1p > :nth-child(5n-2),
  .sp-col5.sp-gapx1p > :nth-child(5n-2),
  .sp-gap1p.sp-col5 > :nth-child(5n-2),
  .sp-gapx1p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap1p > :nth-child(5n-3),
  .sp-col5.sp-gapx1p > :nth-child(5n-3),
  .sp-gap1p.sp-col5 > :nth-child(5n-3),
  .sp-gapx1p.sp-col5 > :nth-child(5n-3) {
    margin-left: 1%;
  }

  .sp-col5.sp-gap1p > :nth-child(5n-4),
  .sp-col5.sp-gapx1p > :nth-child(5n-4),
  .sp-gap1p.sp-col5 > :nth-child(5n-4),
  .sp-gapx1p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap1p > *,
  .sp-col6.sp-gapx1p > *,
  .sp-gap1p.sp-col6 > *,
  .sp-gapx1p.sp-col6 > * {
    width: 15.833%;
  }

  .sp-col6.sp-gap1p > :nth-child(6n),
  .sp-col6.sp-gapx1p > :nth-child(6n),
  .sp-gap1p.sp-col6 > :nth-child(6n),
  .sp-gapx1p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap1p > :nth-child(6n-1),
  .sp-col6.sp-gapx1p > :nth-child(6n-1),
  .sp-gap1p.sp-col6 > :nth-child(6n-1),
  .sp-gapx1p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap1p > :nth-child(6n-2),
  .sp-col6.sp-gapx1p > :nth-child(6n-2),
  .sp-gap1p.sp-col6 > :nth-child(6n-2),
  .sp-gapx1p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap1p > :nth-child(6n-3),
  .sp-col6.sp-gapx1p > :nth-child(6n-3),
  .sp-gap1p.sp-col6 > :nth-child(6n-3),
  .sp-gapx1p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap1p > :nth-child(6n-4),
  .sp-col6.sp-gapx1p > :nth-child(6n-4),
  .sp-gap1p.sp-col6 > :nth-child(6n-4),
  .sp-gapx1p.sp-col6 > :nth-child(6n-4) {
    margin-left: 1%;
  }

  .sp-col6.sp-gap1p > :nth-child(6n-5),
  .sp-col6.sp-gapx1p > :nth-child(6n-5),
  .sp-gap1p.sp-col6 > :nth-child(6n-5),
  .sp-gapx1p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap2p > *,
  .sp-col1.sp-gapx2p > *,
  .sp-gap2p.sp-col1 > *,
  .sp-gapx2p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap2p > :nth-child(n),
  .sp-col1.sp-gapx2p > :nth-child(n),
  .sp-gap2p.sp-col1 > :nth-child(n),
  .sp-gapx2p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap2p > *,
  .sp-col2.sp-gapx2p > *,
  .sp-gap2p.sp-col2 > *,
  .sp-gapx2p.sp-col2 > * {
    width: 49%;
  }

  .sp-col2.sp-gap2p > :nth-child(2n),
  .sp-col2.sp-gapx2p > :nth-child(2n),
  .sp-gap2p.sp-col2 > :nth-child(2n),
  .sp-gapx2p.sp-col2 > :nth-child(2n) {
    margin-left: 2%;
  }

  .sp-col2.sp-gap2p > :nth-child(2n-1),
  .sp-col2.sp-gapx2p > :nth-child(2n-1),
  .sp-gap2p.sp-col2 > :nth-child(2n-1),
  .sp-gapx2p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap2p > *,
  .sp-col3.sp-gapx2p > *,
  .sp-gap2p.sp-col3 > *,
  .sp-gapx2p.sp-col3 > * {
    width: 32%;
  }

  .sp-col3.sp-gap2p > :nth-child(3n),
  .sp-col3.sp-gapx2p > :nth-child(3n),
  .sp-gap2p.sp-col3 > :nth-child(3n),
  .sp-gapx2p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap2p > :nth-child(3n-1),
  .sp-col3.sp-gapx2p > :nth-child(3n-1),
  .sp-gap2p.sp-col3 > :nth-child(3n-1),
  .sp-gapx2p.sp-col3 > :nth-child(3n-1) {
    margin-left: 2%;
  }

  .sp-col3.sp-gap2p > :nth-child(3n-2),
  .sp-col3.sp-gapx2p > :nth-child(3n-2),
  .sp-gap2p.sp-col3 > :nth-child(3n-2),
  .sp-gapx2p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap2p > *,
  .sp-col4.sp-gapx2p > *,
  .sp-gap2p.sp-col4 > *,
  .sp-gapx2p.sp-col4 > * {
    width: 23.5%;
  }

  .sp-col4.sp-gap2p > :nth-child(4n),
  .sp-col4.sp-gapx2p > :nth-child(4n),
  .sp-gap2p.sp-col4 > :nth-child(4n),
  .sp-gapx2p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap2p > :nth-child(4n-1),
  .sp-col4.sp-gapx2p > :nth-child(4n-1),
  .sp-gap2p.sp-col4 > :nth-child(4n-1),
  .sp-gapx2p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap2p > :nth-child(4n-2),
  .sp-col4.sp-gapx2p > :nth-child(4n-2),
  .sp-gap2p.sp-col4 > :nth-child(4n-2),
  .sp-gapx2p.sp-col4 > :nth-child(4n-2) {
    margin-left: 2%;
  }

  .sp-col4.sp-gap2p > :nth-child(4n-3),
  .sp-col4.sp-gapx2p > :nth-child(4n-3),
  .sp-gap2p.sp-col4 > :nth-child(4n-3),
  .sp-gapx2p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap2p > *,
  .sp-col5.sp-gapx2p > *,
  .sp-gap2p.sp-col5 > *,
  .sp-gapx2p.sp-col5 > * {
    width: 18.4%;
  }

  .sp-col5.sp-gap2p > :nth-child(5n),
  .sp-col5.sp-gapx2p > :nth-child(5n),
  .sp-gap2p.sp-col5 > :nth-child(5n),
  .sp-gapx2p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap2p > :nth-child(5n-1),
  .sp-col5.sp-gapx2p > :nth-child(5n-1),
  .sp-gap2p.sp-col5 > :nth-child(5n-1),
  .sp-gapx2p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap2p > :nth-child(5n-2),
  .sp-col5.sp-gapx2p > :nth-child(5n-2),
  .sp-gap2p.sp-col5 > :nth-child(5n-2),
  .sp-gapx2p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap2p > :nth-child(5n-3),
  .sp-col5.sp-gapx2p > :nth-child(5n-3),
  .sp-gap2p.sp-col5 > :nth-child(5n-3),
  .sp-gapx2p.sp-col5 > :nth-child(5n-3) {
    margin-left: 2%;
  }

  .sp-col5.sp-gap2p > :nth-child(5n-4),
  .sp-col5.sp-gapx2p > :nth-child(5n-4),
  .sp-gap2p.sp-col5 > :nth-child(5n-4),
  .sp-gapx2p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap2p > *,
  .sp-col6.sp-gapx2p > *,
  .sp-gap2p.sp-col6 > *,
  .sp-gapx2p.sp-col6 > * {
    width: 15%;
  }

  .sp-col6.sp-gap2p > :nth-child(6n),
  .sp-col6.sp-gapx2p > :nth-child(6n),
  .sp-gap2p.sp-col6 > :nth-child(6n),
  .sp-gapx2p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap2p > :nth-child(6n-1),
  .sp-col6.sp-gapx2p > :nth-child(6n-1),
  .sp-gap2p.sp-col6 > :nth-child(6n-1),
  .sp-gapx2p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap2p > :nth-child(6n-2),
  .sp-col6.sp-gapx2p > :nth-child(6n-2),
  .sp-gap2p.sp-col6 > :nth-child(6n-2),
  .sp-gapx2p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap2p > :nth-child(6n-3),
  .sp-col6.sp-gapx2p > :nth-child(6n-3),
  .sp-gap2p.sp-col6 > :nth-child(6n-3),
  .sp-gapx2p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap2p > :nth-child(6n-4),
  .sp-col6.sp-gapx2p > :nth-child(6n-4),
  .sp-gap2p.sp-col6 > :nth-child(6n-4),
  .sp-gapx2p.sp-col6 > :nth-child(6n-4) {
    margin-left: 2%;
  }

  .sp-col6.sp-gap2p > :nth-child(6n-5),
  .sp-col6.sp-gapx2p > :nth-child(6n-5),
  .sp-gap2p.sp-col6 > :nth-child(6n-5),
  .sp-gapx2p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap3p > *,
  .sp-col1.sp-gapx3p > *,
  .sp-gap3p.sp-col1 > *,
  .sp-gapx3p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap3p > :nth-child(n),
  .sp-col1.sp-gapx3p > :nth-child(n),
  .sp-gap3p.sp-col1 > :nth-child(n),
  .sp-gapx3p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap3p > *,
  .sp-col2.sp-gapx3p > *,
  .sp-gap3p.sp-col2 > *,
  .sp-gapx3p.sp-col2 > * {
    width: 48.5%;
  }

  .sp-col2.sp-gap3p > :nth-child(2n),
  .sp-col2.sp-gapx3p > :nth-child(2n),
  .sp-gap3p.sp-col2 > :nth-child(2n),
  .sp-gapx3p.sp-col2 > :nth-child(2n) {
    margin-left: 3%;
  }

  .sp-col2.sp-gap3p > :nth-child(2n-1),
  .sp-col2.sp-gapx3p > :nth-child(2n-1),
  .sp-gap3p.sp-col2 > :nth-child(2n-1),
  .sp-gapx3p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap3p > *,
  .sp-col3.sp-gapx3p > *,
  .sp-gap3p.sp-col3 > *,
  .sp-gapx3p.sp-col3 > * {
    width: 31.333%;
  }

  .sp-col3.sp-gap3p > :nth-child(3n),
  .sp-col3.sp-gapx3p > :nth-child(3n),
  .sp-gap3p.sp-col3 > :nth-child(3n),
  .sp-gapx3p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap3p > :nth-child(3n-1),
  .sp-col3.sp-gapx3p > :nth-child(3n-1),
  .sp-gap3p.sp-col3 > :nth-child(3n-1),
  .sp-gapx3p.sp-col3 > :nth-child(3n-1) {
    margin-left: 3%;
  }

  .sp-col3.sp-gap3p > :nth-child(3n-2),
  .sp-col3.sp-gapx3p > :nth-child(3n-2),
  .sp-gap3p.sp-col3 > :nth-child(3n-2),
  .sp-gapx3p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap3p > *,
  .sp-col4.sp-gapx3p > *,
  .sp-gap3p.sp-col4 > *,
  .sp-gapx3p.sp-col4 > * {
    width: 22.75%;
  }

  .sp-col4.sp-gap3p > :nth-child(4n),
  .sp-col4.sp-gapx3p > :nth-child(4n),
  .sp-gap3p.sp-col4 > :nth-child(4n),
  .sp-gapx3p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap3p > :nth-child(4n-1),
  .sp-col4.sp-gapx3p > :nth-child(4n-1),
  .sp-gap3p.sp-col4 > :nth-child(4n-1),
  .sp-gapx3p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap3p > :nth-child(4n-2),
  .sp-col4.sp-gapx3p > :nth-child(4n-2),
  .sp-gap3p.sp-col4 > :nth-child(4n-2),
  .sp-gapx3p.sp-col4 > :nth-child(4n-2) {
    margin-left: 3%;
  }

  .sp-col4.sp-gap3p > :nth-child(4n-3),
  .sp-col4.sp-gapx3p > :nth-child(4n-3),
  .sp-gap3p.sp-col4 > :nth-child(4n-3),
  .sp-gapx3p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap3p > *,
  .sp-col5.sp-gapx3p > *,
  .sp-gap3p.sp-col5 > *,
  .sp-gapx3p.sp-col5 > * {
    width: 17.6%;
  }

  .sp-col5.sp-gap3p > :nth-child(5n),
  .sp-col5.sp-gapx3p > :nth-child(5n),
  .sp-gap3p.sp-col5 > :nth-child(5n),
  .sp-gapx3p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap3p > :nth-child(5n-1),
  .sp-col5.sp-gapx3p > :nth-child(5n-1),
  .sp-gap3p.sp-col5 > :nth-child(5n-1),
  .sp-gapx3p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap3p > :nth-child(5n-2),
  .sp-col5.sp-gapx3p > :nth-child(5n-2),
  .sp-gap3p.sp-col5 > :nth-child(5n-2),
  .sp-gapx3p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap3p > :nth-child(5n-3),
  .sp-col5.sp-gapx3p > :nth-child(5n-3),
  .sp-gap3p.sp-col5 > :nth-child(5n-3),
  .sp-gapx3p.sp-col5 > :nth-child(5n-3) {
    margin-left: 3%;
  }

  .sp-col5.sp-gap3p > :nth-child(5n-4),
  .sp-col5.sp-gapx3p > :nth-child(5n-4),
  .sp-gap3p.sp-col5 > :nth-child(5n-4),
  .sp-gapx3p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap3p > *,
  .sp-col6.sp-gapx3p > *,
  .sp-gap3p.sp-col6 > *,
  .sp-gapx3p.sp-col6 > * {
    width: 14.166%;
  }

  .sp-col6.sp-gap3p > :nth-child(6n),
  .sp-col6.sp-gapx3p > :nth-child(6n),
  .sp-gap3p.sp-col6 > :nth-child(6n),
  .sp-gapx3p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap3p > :nth-child(6n-1),
  .sp-col6.sp-gapx3p > :nth-child(6n-1),
  .sp-gap3p.sp-col6 > :nth-child(6n-1),
  .sp-gapx3p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap3p > :nth-child(6n-2),
  .sp-col6.sp-gapx3p > :nth-child(6n-2),
  .sp-gap3p.sp-col6 > :nth-child(6n-2),
  .sp-gapx3p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap3p > :nth-child(6n-3),
  .sp-col6.sp-gapx3p > :nth-child(6n-3),
  .sp-gap3p.sp-col6 > :nth-child(6n-3),
  .sp-gapx3p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap3p > :nth-child(6n-4),
  .sp-col6.sp-gapx3p > :nth-child(6n-4),
  .sp-gap3p.sp-col6 > :nth-child(6n-4),
  .sp-gapx3p.sp-col6 > :nth-child(6n-4) {
    margin-left: 3%;
  }

  .sp-col6.sp-gap3p > :nth-child(6n-5),
  .sp-col6.sp-gapx3p > :nth-child(6n-5),
  .sp-gap3p.sp-col6 > :nth-child(6n-5),
  .sp-gapx3p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap4p > *,
  .sp-col1.sp-gapx4p > *,
  .sp-gap4p.sp-col1 > *,
  .sp-gapx4p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap4p > :nth-child(n),
  .sp-col1.sp-gapx4p > :nth-child(n),
  .sp-gap4p.sp-col1 > :nth-child(n),
  .sp-gapx4p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap4p > *,
  .sp-col2.sp-gapx4p > *,
  .sp-gap4p.sp-col2 > *,
  .sp-gapx4p.sp-col2 > * {
    width: 48%;
  }

  .sp-col2.sp-gap4p > :nth-child(2n),
  .sp-col2.sp-gapx4p > :nth-child(2n),
  .sp-gap4p.sp-col2 > :nth-child(2n),
  .sp-gapx4p.sp-col2 > :nth-child(2n) {
    margin-left: 4%;
  }

  .sp-col2.sp-gap4p > :nth-child(2n-1),
  .sp-col2.sp-gapx4p > :nth-child(2n-1),
  .sp-gap4p.sp-col2 > :nth-child(2n-1),
  .sp-gapx4p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap4p > *,
  .sp-col3.sp-gapx4p > *,
  .sp-gap4p.sp-col3 > *,
  .sp-gapx4p.sp-col3 > * {
    width: 30.667%;
  }

  .sp-col3.sp-gap4p > :nth-child(3n),
  .sp-col3.sp-gapx4p > :nth-child(3n),
  .sp-gap4p.sp-col3 > :nth-child(3n),
  .sp-gapx4p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap4p > :nth-child(3n-1),
  .sp-col3.sp-gapx4p > :nth-child(3n-1),
  .sp-gap4p.sp-col3 > :nth-child(3n-1),
  .sp-gapx4p.sp-col3 > :nth-child(3n-1) {
    margin-left: 4%;
  }

  .sp-col3.sp-gap4p > :nth-child(3n-2),
  .sp-col3.sp-gapx4p > :nth-child(3n-2),
  .sp-gap4p.sp-col3 > :nth-child(3n-2),
  .sp-gapx4p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap4p > *,
  .sp-col4.sp-gapx4p > *,
  .sp-gap4p.sp-col4 > *,
  .sp-gapx4p.sp-col4 > * {
    width: 22%;
  }

  .sp-col4.sp-gap4p > :nth-child(4n),
  .sp-col4.sp-gapx4p > :nth-child(4n),
  .sp-gap4p.sp-col4 > :nth-child(4n),
  .sp-gapx4p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap4p > :nth-child(4n-1),
  .sp-col4.sp-gapx4p > :nth-child(4n-1),
  .sp-gap4p.sp-col4 > :nth-child(4n-1),
  .sp-gapx4p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap4p > :nth-child(4n-2),
  .sp-col4.sp-gapx4p > :nth-child(4n-2),
  .sp-gap4p.sp-col4 > :nth-child(4n-2),
  .sp-gapx4p.sp-col4 > :nth-child(4n-2) {
    margin-left: 4%;
  }

  .sp-col4.sp-gap4p > :nth-child(4n-3),
  .sp-col4.sp-gapx4p > :nth-child(4n-3),
  .sp-gap4p.sp-col4 > :nth-child(4n-3),
  .sp-gapx4p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap4p > *,
  .sp-col5.sp-gapx4p > *,
  .sp-gap4p.sp-col5 > *,
  .sp-gapx4p.sp-col5 > * {
    width: 16.8%;
  }

  .sp-col5.sp-gap4p > :nth-child(5n),
  .sp-col5.sp-gapx4p > :nth-child(5n),
  .sp-gap4p.sp-col5 > :nth-child(5n),
  .sp-gapx4p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap4p > :nth-child(5n-1),
  .sp-col5.sp-gapx4p > :nth-child(5n-1),
  .sp-gap4p.sp-col5 > :nth-child(5n-1),
  .sp-gapx4p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap4p > :nth-child(5n-2),
  .sp-col5.sp-gapx4p > :nth-child(5n-2),
  .sp-gap4p.sp-col5 > :nth-child(5n-2),
  .sp-gapx4p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap4p > :nth-child(5n-3),
  .sp-col5.sp-gapx4p > :nth-child(5n-3),
  .sp-gap4p.sp-col5 > :nth-child(5n-3),
  .sp-gapx4p.sp-col5 > :nth-child(5n-3) {
    margin-left: 4%;
  }

  .sp-col5.sp-gap4p > :nth-child(5n-4),
  .sp-col5.sp-gapx4p > :nth-child(5n-4),
  .sp-gap4p.sp-col5 > :nth-child(5n-4),
  .sp-gapx4p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap4p > *,
  .sp-col6.sp-gapx4p > *,
  .sp-gap4p.sp-col6 > *,
  .sp-gapx4p.sp-col6 > * {
    width: 13.333%;
  }

  .sp-col6.sp-gap4p > :nth-child(6n),
  .sp-col6.sp-gapx4p > :nth-child(6n),
  .sp-gap4p.sp-col6 > :nth-child(6n),
  .sp-gapx4p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap4p > :nth-child(6n-1),
  .sp-col6.sp-gapx4p > :nth-child(6n-1),
  .sp-gap4p.sp-col6 > :nth-child(6n-1),
  .sp-gapx4p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap4p > :nth-child(6n-2),
  .sp-col6.sp-gapx4p > :nth-child(6n-2),
  .sp-gap4p.sp-col6 > :nth-child(6n-2),
  .sp-gapx4p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap4p > :nth-child(6n-3),
  .sp-col6.sp-gapx4p > :nth-child(6n-3),
  .sp-gap4p.sp-col6 > :nth-child(6n-3),
  .sp-gapx4p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap4p > :nth-child(6n-4),
  .sp-col6.sp-gapx4p > :nth-child(6n-4),
  .sp-gap4p.sp-col6 > :nth-child(6n-4),
  .sp-gapx4p.sp-col6 > :nth-child(6n-4) {
    margin-left: 4%;
  }

  .sp-col6.sp-gap4p > :nth-child(6n-5),
  .sp-col6.sp-gapx4p > :nth-child(6n-5),
  .sp-gap4p.sp-col6 > :nth-child(6n-5),
  .sp-gapx4p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap5p > *,
  .sp-col1.sp-gapx5p > *,
  .sp-gap5p.sp-col1 > *,
  .sp-gapx5p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap5p > :nth-child(n),
  .sp-col1.sp-gapx5p > :nth-child(n),
  .sp-gap5p.sp-col1 > :nth-child(n),
  .sp-gapx5p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap5p > *,
  .sp-col2.sp-gapx5p > *,
  .sp-gap5p.sp-col2 > *,
  .sp-gapx5p.sp-col2 > * {
    width: 47.5%;
  }

  .sp-col2.sp-gap5p > :nth-child(2n),
  .sp-col2.sp-gapx5p > :nth-child(2n),
  .sp-gap5p.sp-col2 > :nth-child(2n),
  .sp-gapx5p.sp-col2 > :nth-child(2n) {
    margin-left: 5%;
  }

  .sp-col2.sp-gap5p > :nth-child(2n-1),
  .sp-col2.sp-gapx5p > :nth-child(2n-1),
  .sp-gap5p.sp-col2 > :nth-child(2n-1),
  .sp-gapx5p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap5p > *,
  .sp-col3.sp-gapx5p > *,
  .sp-gap5p.sp-col3 > *,
  .sp-gapx5p.sp-col3 > * {
    width: 30%;
  }

  .sp-col3.sp-gap5p > :nth-child(3n),
  .sp-col3.sp-gapx5p > :nth-child(3n),
  .sp-gap5p.sp-col3 > :nth-child(3n),
  .sp-gapx5p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap5p > :nth-child(3n-1),
  .sp-col3.sp-gapx5p > :nth-child(3n-1),
  .sp-gap5p.sp-col3 > :nth-child(3n-1),
  .sp-gapx5p.sp-col3 > :nth-child(3n-1) {
    margin-left: 5%;
  }

  .sp-col3.sp-gap5p > :nth-child(3n-2),
  .sp-col3.sp-gapx5p > :nth-child(3n-2),
  .sp-gap5p.sp-col3 > :nth-child(3n-2),
  .sp-gapx5p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap5p > *,
  .sp-col4.sp-gapx5p > *,
  .sp-gap5p.sp-col4 > *,
  .sp-gapx5p.sp-col4 > * {
    width: 21.25%;
  }

  .sp-col4.sp-gap5p > :nth-child(4n),
  .sp-col4.sp-gapx5p > :nth-child(4n),
  .sp-gap5p.sp-col4 > :nth-child(4n),
  .sp-gapx5p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap5p > :nth-child(4n-1),
  .sp-col4.sp-gapx5p > :nth-child(4n-1),
  .sp-gap5p.sp-col4 > :nth-child(4n-1),
  .sp-gapx5p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap5p > :nth-child(4n-2),
  .sp-col4.sp-gapx5p > :nth-child(4n-2),
  .sp-gap5p.sp-col4 > :nth-child(4n-2),
  .sp-gapx5p.sp-col4 > :nth-child(4n-2) {
    margin-left: 5%;
  }

  .sp-col4.sp-gap5p > :nth-child(4n-3),
  .sp-col4.sp-gapx5p > :nth-child(4n-3),
  .sp-gap5p.sp-col4 > :nth-child(4n-3),
  .sp-gapx5p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap5p > *,
  .sp-col5.sp-gapx5p > *,
  .sp-gap5p.sp-col5 > *,
  .sp-gapx5p.sp-col5 > * {
    width: 16%;
  }

  .sp-col5.sp-gap5p > :nth-child(5n),
  .sp-col5.sp-gapx5p > :nth-child(5n),
  .sp-gap5p.sp-col5 > :nth-child(5n),
  .sp-gapx5p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap5p > :nth-child(5n-1),
  .sp-col5.sp-gapx5p > :nth-child(5n-1),
  .sp-gap5p.sp-col5 > :nth-child(5n-1),
  .sp-gapx5p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap5p > :nth-child(5n-2),
  .sp-col5.sp-gapx5p > :nth-child(5n-2),
  .sp-gap5p.sp-col5 > :nth-child(5n-2),
  .sp-gapx5p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap5p > :nth-child(5n-3),
  .sp-col5.sp-gapx5p > :nth-child(5n-3),
  .sp-gap5p.sp-col5 > :nth-child(5n-3),
  .sp-gapx5p.sp-col5 > :nth-child(5n-3) {
    margin-left: 5%;
  }

  .sp-col5.sp-gap5p > :nth-child(5n-4),
  .sp-col5.sp-gapx5p > :nth-child(5n-4),
  .sp-gap5p.sp-col5 > :nth-child(5n-4),
  .sp-gapx5p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap5p > *,
  .sp-col6.sp-gapx5p > *,
  .sp-gap5p.sp-col6 > *,
  .sp-gapx5p.sp-col6 > * {
    width: 12.5%;
  }

  .sp-col6.sp-gap5p > :nth-child(6n),
  .sp-col6.sp-gapx5p > :nth-child(6n),
  .sp-gap5p.sp-col6 > :nth-child(6n),
  .sp-gapx5p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap5p > :nth-child(6n-1),
  .sp-col6.sp-gapx5p > :nth-child(6n-1),
  .sp-gap5p.sp-col6 > :nth-child(6n-1),
  .sp-gapx5p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap5p > :nth-child(6n-2),
  .sp-col6.sp-gapx5p > :nth-child(6n-2),
  .sp-gap5p.sp-col6 > :nth-child(6n-2),
  .sp-gapx5p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap5p > :nth-child(6n-3),
  .sp-col6.sp-gapx5p > :nth-child(6n-3),
  .sp-gap5p.sp-col6 > :nth-child(6n-3),
  .sp-gapx5p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap5p > :nth-child(6n-4),
  .sp-col6.sp-gapx5p > :nth-child(6n-4),
  .sp-gap5p.sp-col6 > :nth-child(6n-4),
  .sp-gapx5p.sp-col6 > :nth-child(6n-4) {
    margin-left: 5%;
  }

  .sp-col6.sp-gap5p > :nth-child(6n-5),
  .sp-col6.sp-gapx5p > :nth-child(6n-5),
  .sp-gap5p.sp-col6 > :nth-child(6n-5),
  .sp-gapx5p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap6p > *,
  .sp-col1.sp-gapx6p > *,
  .sp-gap6p.sp-col1 > *,
  .sp-gapx6p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap6p > :nth-child(n),
  .sp-col1.sp-gapx6p > :nth-child(n),
  .sp-gap6p.sp-col1 > :nth-child(n),
  .sp-gapx6p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap6p > *,
  .sp-col2.sp-gapx6p > *,
  .sp-gap6p.sp-col2 > *,
  .sp-gapx6p.sp-col2 > * {
    width: 47%;
  }

  .sp-col2.sp-gap6p > :nth-child(2n),
  .sp-col2.sp-gapx6p > :nth-child(2n),
  .sp-gap6p.sp-col2 > :nth-child(2n),
  .sp-gapx6p.sp-col2 > :nth-child(2n) {
    margin-left: 6%;
  }

  .sp-col2.sp-gap6p > :nth-child(2n-1),
  .sp-col2.sp-gapx6p > :nth-child(2n-1),
  .sp-gap6p.sp-col2 > :nth-child(2n-1),
  .sp-gapx6p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap6p > *,
  .sp-col3.sp-gapx6p > *,
  .sp-gap6p.sp-col3 > *,
  .sp-gapx6p.sp-col3 > * {
    width: 29.333%;
  }

  .sp-col3.sp-gap6p > :nth-child(3n),
  .sp-col3.sp-gapx6p > :nth-child(3n),
  .sp-gap6p.sp-col3 > :nth-child(3n),
  .sp-gapx6p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap6p > :nth-child(3n-1),
  .sp-col3.sp-gapx6p > :nth-child(3n-1),
  .sp-gap6p.sp-col3 > :nth-child(3n-1),
  .sp-gapx6p.sp-col3 > :nth-child(3n-1) {
    margin-left: 6%;
  }

  .sp-col3.sp-gap6p > :nth-child(3n-2),
  .sp-col3.sp-gapx6p > :nth-child(3n-2),
  .sp-gap6p.sp-col3 > :nth-child(3n-2),
  .sp-gapx6p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap6p > *,
  .sp-col4.sp-gapx6p > *,
  .sp-gap6p.sp-col4 > *,
  .sp-gapx6p.sp-col4 > * {
    width: 20.5%;
  }

  .sp-col4.sp-gap6p > :nth-child(4n),
  .sp-col4.sp-gapx6p > :nth-child(4n),
  .sp-gap6p.sp-col4 > :nth-child(4n),
  .sp-gapx6p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap6p > :nth-child(4n-1),
  .sp-col4.sp-gapx6p > :nth-child(4n-1),
  .sp-gap6p.sp-col4 > :nth-child(4n-1),
  .sp-gapx6p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap6p > :nth-child(4n-2),
  .sp-col4.sp-gapx6p > :nth-child(4n-2),
  .sp-gap6p.sp-col4 > :nth-child(4n-2),
  .sp-gapx6p.sp-col4 > :nth-child(4n-2) {
    margin-left: 6%;
  }

  .sp-col4.sp-gap6p > :nth-child(4n-3),
  .sp-col4.sp-gapx6p > :nth-child(4n-3),
  .sp-gap6p.sp-col4 > :nth-child(4n-3),
  .sp-gapx6p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap6p > *,
  .sp-col5.sp-gapx6p > *,
  .sp-gap6p.sp-col5 > *,
  .sp-gapx6p.sp-col5 > * {
    width: 15.2%;
  }

  .sp-col5.sp-gap6p > :nth-child(5n),
  .sp-col5.sp-gapx6p > :nth-child(5n),
  .sp-gap6p.sp-col5 > :nth-child(5n),
  .sp-gapx6p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap6p > :nth-child(5n-1),
  .sp-col5.sp-gapx6p > :nth-child(5n-1),
  .sp-gap6p.sp-col5 > :nth-child(5n-1),
  .sp-gapx6p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap6p > :nth-child(5n-2),
  .sp-col5.sp-gapx6p > :nth-child(5n-2),
  .sp-gap6p.sp-col5 > :nth-child(5n-2),
  .sp-gapx6p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap6p > :nth-child(5n-3),
  .sp-col5.sp-gapx6p > :nth-child(5n-3),
  .sp-gap6p.sp-col5 > :nth-child(5n-3),
  .sp-gapx6p.sp-col5 > :nth-child(5n-3) {
    margin-left: 6%;
  }

  .sp-col5.sp-gap6p > :nth-child(5n-4),
  .sp-col5.sp-gapx6p > :nth-child(5n-4),
  .sp-gap6p.sp-col5 > :nth-child(5n-4),
  .sp-gapx6p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap6p > *,
  .sp-col6.sp-gapx6p > *,
  .sp-gap6p.sp-col6 > *,
  .sp-gapx6p.sp-col6 > * {
    width: 11.666%;
  }

  .sp-col6.sp-gap6p > :nth-child(6n),
  .sp-col6.sp-gapx6p > :nth-child(6n),
  .sp-gap6p.sp-col6 > :nth-child(6n),
  .sp-gapx6p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap6p > :nth-child(6n-1),
  .sp-col6.sp-gapx6p > :nth-child(6n-1),
  .sp-gap6p.sp-col6 > :nth-child(6n-1),
  .sp-gapx6p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap6p > :nth-child(6n-2),
  .sp-col6.sp-gapx6p > :nth-child(6n-2),
  .sp-gap6p.sp-col6 > :nth-child(6n-2),
  .sp-gapx6p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap6p > :nth-child(6n-3),
  .sp-col6.sp-gapx6p > :nth-child(6n-3),
  .sp-gap6p.sp-col6 > :nth-child(6n-3),
  .sp-gapx6p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap6p > :nth-child(6n-4),
  .sp-col6.sp-gapx6p > :nth-child(6n-4),
  .sp-gap6p.sp-col6 > :nth-child(6n-4),
  .sp-gapx6p.sp-col6 > :nth-child(6n-4) {
    margin-left: 6%;
  }

  .sp-col6.sp-gap6p > :nth-child(6n-5),
  .sp-col6.sp-gapx6p > :nth-child(6n-5),
  .sp-gap6p.sp-col6 > :nth-child(6n-5),
  .sp-gapx6p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap7p > *,
  .sp-col1.sp-gapx7p > *,
  .sp-gap7p.sp-col1 > *,
  .sp-gapx7p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap7p > :nth-child(n),
  .sp-col1.sp-gapx7p > :nth-child(n),
  .sp-gap7p.sp-col1 > :nth-child(n),
  .sp-gapx7p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap7p > *,
  .sp-col2.sp-gapx7p > *,
  .sp-gap7p.sp-col2 > *,
  .sp-gapx7p.sp-col2 > * {
    width: 46.5%;
  }

  .sp-col2.sp-gap7p > :nth-child(2n),
  .sp-col2.sp-gapx7p > :nth-child(2n),
  .sp-gap7p.sp-col2 > :nth-child(2n),
  .sp-gapx7p.sp-col2 > :nth-child(2n) {
    margin-left: 7%;
  }

  .sp-col2.sp-gap7p > :nth-child(2n-1),
  .sp-col2.sp-gapx7p > :nth-child(2n-1),
  .sp-gap7p.sp-col2 > :nth-child(2n-1),
  .sp-gapx7p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap7p > *,
  .sp-col3.sp-gapx7p > *,
  .sp-gap7p.sp-col3 > *,
  .sp-gapx7p.sp-col3 > * {
    width: 28.667%;
  }

  .sp-col3.sp-gap7p > :nth-child(3n),
  .sp-col3.sp-gapx7p > :nth-child(3n),
  .sp-gap7p.sp-col3 > :nth-child(3n),
  .sp-gapx7p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap7p > :nth-child(3n-1),
  .sp-col3.sp-gapx7p > :nth-child(3n-1),
  .sp-gap7p.sp-col3 > :nth-child(3n-1),
  .sp-gapx7p.sp-col3 > :nth-child(3n-1) {
    margin-left: 7%;
  }

  .sp-col3.sp-gap7p > :nth-child(3n-2),
  .sp-col3.sp-gapx7p > :nth-child(3n-2),
  .sp-gap7p.sp-col3 > :nth-child(3n-2),
  .sp-gapx7p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap7p > *,
  .sp-col4.sp-gapx7p > *,
  .sp-gap7p.sp-col4 > *,
  .sp-gapx7p.sp-col4 > * {
    width: 19.75%;
  }

  .sp-col4.sp-gap7p > :nth-child(4n),
  .sp-col4.sp-gapx7p > :nth-child(4n),
  .sp-gap7p.sp-col4 > :nth-child(4n),
  .sp-gapx7p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap7p > :nth-child(4n-1),
  .sp-col4.sp-gapx7p > :nth-child(4n-1),
  .sp-gap7p.sp-col4 > :nth-child(4n-1),
  .sp-gapx7p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap7p > :nth-child(4n-2),
  .sp-col4.sp-gapx7p > :nth-child(4n-2),
  .sp-gap7p.sp-col4 > :nth-child(4n-2),
  .sp-gapx7p.sp-col4 > :nth-child(4n-2) {
    margin-left: 7%;
  }

  .sp-col4.sp-gap7p > :nth-child(4n-3),
  .sp-col4.sp-gapx7p > :nth-child(4n-3),
  .sp-gap7p.sp-col4 > :nth-child(4n-3),
  .sp-gapx7p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap7p > *,
  .sp-col5.sp-gapx7p > *,
  .sp-gap7p.sp-col5 > *,
  .sp-gapx7p.sp-col5 > * {
    width: 14.4%;
  }

  .sp-col5.sp-gap7p > :nth-child(5n),
  .sp-col5.sp-gapx7p > :nth-child(5n),
  .sp-gap7p.sp-col5 > :nth-child(5n),
  .sp-gapx7p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap7p > :nth-child(5n-1),
  .sp-col5.sp-gapx7p > :nth-child(5n-1),
  .sp-gap7p.sp-col5 > :nth-child(5n-1),
  .sp-gapx7p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap7p > :nth-child(5n-2),
  .sp-col5.sp-gapx7p > :nth-child(5n-2),
  .sp-gap7p.sp-col5 > :nth-child(5n-2),
  .sp-gapx7p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap7p > :nth-child(5n-3),
  .sp-col5.sp-gapx7p > :nth-child(5n-3),
  .sp-gap7p.sp-col5 > :nth-child(5n-3),
  .sp-gapx7p.sp-col5 > :nth-child(5n-3) {
    margin-left: 7%;
  }

  .sp-col5.sp-gap7p > :nth-child(5n-4),
  .sp-col5.sp-gapx7p > :nth-child(5n-4),
  .sp-gap7p.sp-col5 > :nth-child(5n-4),
  .sp-gapx7p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap7p > *,
  .sp-col6.sp-gapx7p > *,
  .sp-gap7p.sp-col6 > *,
  .sp-gapx7p.sp-col6 > * {
    width: 10.833%;
  }

  .sp-col6.sp-gap7p > :nth-child(6n),
  .sp-col6.sp-gapx7p > :nth-child(6n),
  .sp-gap7p.sp-col6 > :nth-child(6n),
  .sp-gapx7p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap7p > :nth-child(6n-1),
  .sp-col6.sp-gapx7p > :nth-child(6n-1),
  .sp-gap7p.sp-col6 > :nth-child(6n-1),
  .sp-gapx7p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap7p > :nth-child(6n-2),
  .sp-col6.sp-gapx7p > :nth-child(6n-2),
  .sp-gap7p.sp-col6 > :nth-child(6n-2),
  .sp-gapx7p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap7p > :nth-child(6n-3),
  .sp-col6.sp-gapx7p > :nth-child(6n-3),
  .sp-gap7p.sp-col6 > :nth-child(6n-3),
  .sp-gapx7p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap7p > :nth-child(6n-4),
  .sp-col6.sp-gapx7p > :nth-child(6n-4),
  .sp-gap7p.sp-col6 > :nth-child(6n-4),
  .sp-gapx7p.sp-col6 > :nth-child(6n-4) {
    margin-left: 7%;
  }

  .sp-col6.sp-gap7p > :nth-child(6n-5),
  .sp-col6.sp-gapx7p > :nth-child(6n-5),
  .sp-gap7p.sp-col6 > :nth-child(6n-5),
  .sp-gapx7p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap8p > *,
  .sp-col1.sp-gapx8p > *,
  .sp-gap8p.sp-col1 > *,
  .sp-gapx8p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap8p > :nth-child(n),
  .sp-col1.sp-gapx8p > :nth-child(n),
  .sp-gap8p.sp-col1 > :nth-child(n),
  .sp-gapx8p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap8p > *,
  .sp-col2.sp-gapx8p > *,
  .sp-gap8p.sp-col2 > *,
  .sp-gapx8p.sp-col2 > * {
    width: 46%;
  }

  .sp-col2.sp-gap8p > :nth-child(2n),
  .sp-col2.sp-gapx8p > :nth-child(2n),
  .sp-gap8p.sp-col2 > :nth-child(2n),
  .sp-gapx8p.sp-col2 > :nth-child(2n) {
    margin-left: 8%;
  }

  .sp-col2.sp-gap8p > :nth-child(2n-1),
  .sp-col2.sp-gapx8p > :nth-child(2n-1),
  .sp-gap8p.sp-col2 > :nth-child(2n-1),
  .sp-gapx8p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap8p > *,
  .sp-col3.sp-gapx8p > *,
  .sp-gap8p.sp-col3 > *,
  .sp-gapx8p.sp-col3 > * {
    width: 28%;
  }

  .sp-col3.sp-gap8p > :nth-child(3n),
  .sp-col3.sp-gapx8p > :nth-child(3n),
  .sp-gap8p.sp-col3 > :nth-child(3n),
  .sp-gapx8p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap8p > :nth-child(3n-1),
  .sp-col3.sp-gapx8p > :nth-child(3n-1),
  .sp-gap8p.sp-col3 > :nth-child(3n-1),
  .sp-gapx8p.sp-col3 > :nth-child(3n-1) {
    margin-left: 8%;
  }

  .sp-col3.sp-gap8p > :nth-child(3n-2),
  .sp-col3.sp-gapx8p > :nth-child(3n-2),
  .sp-gap8p.sp-col3 > :nth-child(3n-2),
  .sp-gapx8p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap8p > *,
  .sp-col4.sp-gapx8p > *,
  .sp-gap8p.sp-col4 > *,
  .sp-gapx8p.sp-col4 > * {
    width: 19%;
  }

  .sp-col4.sp-gap8p > :nth-child(4n),
  .sp-col4.sp-gapx8p > :nth-child(4n),
  .sp-gap8p.sp-col4 > :nth-child(4n),
  .sp-gapx8p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap8p > :nth-child(4n-1),
  .sp-col4.sp-gapx8p > :nth-child(4n-1),
  .sp-gap8p.sp-col4 > :nth-child(4n-1),
  .sp-gapx8p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap8p > :nth-child(4n-2),
  .sp-col4.sp-gapx8p > :nth-child(4n-2),
  .sp-gap8p.sp-col4 > :nth-child(4n-2),
  .sp-gapx8p.sp-col4 > :nth-child(4n-2) {
    margin-left: 8%;
  }

  .sp-col4.sp-gap8p > :nth-child(4n-3),
  .sp-col4.sp-gapx8p > :nth-child(4n-3),
  .sp-gap8p.sp-col4 > :nth-child(4n-3),
  .sp-gapx8p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap8p > *,
  .sp-col5.sp-gapx8p > *,
  .sp-gap8p.sp-col5 > *,
  .sp-gapx8p.sp-col5 > * {
    width: 13.6%;
  }

  .sp-col5.sp-gap8p > :nth-child(5n),
  .sp-col5.sp-gapx8p > :nth-child(5n),
  .sp-gap8p.sp-col5 > :nth-child(5n),
  .sp-gapx8p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap8p > :nth-child(5n-1),
  .sp-col5.sp-gapx8p > :nth-child(5n-1),
  .sp-gap8p.sp-col5 > :nth-child(5n-1),
  .sp-gapx8p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap8p > :nth-child(5n-2),
  .sp-col5.sp-gapx8p > :nth-child(5n-2),
  .sp-gap8p.sp-col5 > :nth-child(5n-2),
  .sp-gapx8p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap8p > :nth-child(5n-3),
  .sp-col5.sp-gapx8p > :nth-child(5n-3),
  .sp-gap8p.sp-col5 > :nth-child(5n-3),
  .sp-gapx8p.sp-col5 > :nth-child(5n-3) {
    margin-left: 8%;
  }

  .sp-col5.sp-gap8p > :nth-child(5n-4),
  .sp-col5.sp-gapx8p > :nth-child(5n-4),
  .sp-gap8p.sp-col5 > :nth-child(5n-4),
  .sp-gapx8p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap8p > *,
  .sp-col6.sp-gapx8p > *,
  .sp-gap8p.sp-col6 > *,
  .sp-gapx8p.sp-col6 > * {
    width: 10%;
  }

  .sp-col6.sp-gap8p > :nth-child(6n),
  .sp-col6.sp-gapx8p > :nth-child(6n),
  .sp-gap8p.sp-col6 > :nth-child(6n),
  .sp-gapx8p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap8p > :nth-child(6n-1),
  .sp-col6.sp-gapx8p > :nth-child(6n-1),
  .sp-gap8p.sp-col6 > :nth-child(6n-1),
  .sp-gapx8p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap8p > :nth-child(6n-2),
  .sp-col6.sp-gapx8p > :nth-child(6n-2),
  .sp-gap8p.sp-col6 > :nth-child(6n-2),
  .sp-gapx8p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap8p > :nth-child(6n-3),
  .sp-col6.sp-gapx8p > :nth-child(6n-3),
  .sp-gap8p.sp-col6 > :nth-child(6n-3),
  .sp-gapx8p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap8p > :nth-child(6n-4),
  .sp-col6.sp-gapx8p > :nth-child(6n-4),
  .sp-gap8p.sp-col6 > :nth-child(6n-4),
  .sp-gapx8p.sp-col6 > :nth-child(6n-4) {
    margin-left: 8%;
  }

  .sp-col6.sp-gap8p > :nth-child(6n-5),
  .sp-col6.sp-gapx8p > :nth-child(6n-5),
  .sp-gap8p.sp-col6 > :nth-child(6n-5),
  .sp-gapx8p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap9p > *,
  .sp-col1.sp-gapx9p > *,
  .sp-gap9p.sp-col1 > *,
  .sp-gapx9p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap9p > :nth-child(n),
  .sp-col1.sp-gapx9p > :nth-child(n),
  .sp-gap9p.sp-col1 > :nth-child(n),
  .sp-gapx9p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap9p > *,
  .sp-col2.sp-gapx9p > *,
  .sp-gap9p.sp-col2 > *,
  .sp-gapx9p.sp-col2 > * {
    width: 45.5%;
  }

  .sp-col2.sp-gap9p > :nth-child(2n),
  .sp-col2.sp-gapx9p > :nth-child(2n),
  .sp-gap9p.sp-col2 > :nth-child(2n),
  .sp-gapx9p.sp-col2 > :nth-child(2n) {
    margin-left: 9%;
  }

  .sp-col2.sp-gap9p > :nth-child(2n-1),
  .sp-col2.sp-gapx9p > :nth-child(2n-1),
  .sp-gap9p.sp-col2 > :nth-child(2n-1),
  .sp-gapx9p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap9p > *,
  .sp-col3.sp-gapx9p > *,
  .sp-gap9p.sp-col3 > *,
  .sp-gapx9p.sp-col3 > * {
    width: 27.333%;
  }

  .sp-col3.sp-gap9p > :nth-child(3n),
  .sp-col3.sp-gapx9p > :nth-child(3n),
  .sp-gap9p.sp-col3 > :nth-child(3n),
  .sp-gapx9p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap9p > :nth-child(3n-1),
  .sp-col3.sp-gapx9p > :nth-child(3n-1),
  .sp-gap9p.sp-col3 > :nth-child(3n-1),
  .sp-gapx9p.sp-col3 > :nth-child(3n-1) {
    margin-left: 9%;
  }

  .sp-col3.sp-gap9p > :nth-child(3n-2),
  .sp-col3.sp-gapx9p > :nth-child(3n-2),
  .sp-gap9p.sp-col3 > :nth-child(3n-2),
  .sp-gapx9p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap9p > *,
  .sp-col4.sp-gapx9p > *,
  .sp-gap9p.sp-col4 > *,
  .sp-gapx9p.sp-col4 > * {
    width: 18.25%;
  }

  .sp-col4.sp-gap9p > :nth-child(4n),
  .sp-col4.sp-gapx9p > :nth-child(4n),
  .sp-gap9p.sp-col4 > :nth-child(4n),
  .sp-gapx9p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap9p > :nth-child(4n-1),
  .sp-col4.sp-gapx9p > :nth-child(4n-1),
  .sp-gap9p.sp-col4 > :nth-child(4n-1),
  .sp-gapx9p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap9p > :nth-child(4n-2),
  .sp-col4.sp-gapx9p > :nth-child(4n-2),
  .sp-gap9p.sp-col4 > :nth-child(4n-2),
  .sp-gapx9p.sp-col4 > :nth-child(4n-2) {
    margin-left: 9%;
  }

  .sp-col4.sp-gap9p > :nth-child(4n-3),
  .sp-col4.sp-gapx9p > :nth-child(4n-3),
  .sp-gap9p.sp-col4 > :nth-child(4n-3),
  .sp-gapx9p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap9p > *,
  .sp-col5.sp-gapx9p > *,
  .sp-gap9p.sp-col5 > *,
  .sp-gapx9p.sp-col5 > * {
    width: 12.8%;
  }

  .sp-col5.sp-gap9p > :nth-child(5n),
  .sp-col5.sp-gapx9p > :nth-child(5n),
  .sp-gap9p.sp-col5 > :nth-child(5n),
  .sp-gapx9p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap9p > :nth-child(5n-1),
  .sp-col5.sp-gapx9p > :nth-child(5n-1),
  .sp-gap9p.sp-col5 > :nth-child(5n-1),
  .sp-gapx9p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap9p > :nth-child(5n-2),
  .sp-col5.sp-gapx9p > :nth-child(5n-2),
  .sp-gap9p.sp-col5 > :nth-child(5n-2),
  .sp-gapx9p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap9p > :nth-child(5n-3),
  .sp-col5.sp-gapx9p > :nth-child(5n-3),
  .sp-gap9p.sp-col5 > :nth-child(5n-3),
  .sp-gapx9p.sp-col5 > :nth-child(5n-3) {
    margin-left: 9%;
  }

  .sp-col5.sp-gap9p > :nth-child(5n-4),
  .sp-col5.sp-gapx9p > :nth-child(5n-4),
  .sp-gap9p.sp-col5 > :nth-child(5n-4),
  .sp-gapx9p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap9p > *,
  .sp-col6.sp-gapx9p > *,
  .sp-gap9p.sp-col6 > *,
  .sp-gapx9p.sp-col6 > * {
    width: 9.166%;
  }

  .sp-col6.sp-gap9p > :nth-child(6n),
  .sp-col6.sp-gapx9p > :nth-child(6n),
  .sp-gap9p.sp-col6 > :nth-child(6n),
  .sp-gapx9p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap9p > :nth-child(6n-1),
  .sp-col6.sp-gapx9p > :nth-child(6n-1),
  .sp-gap9p.sp-col6 > :nth-child(6n-1),
  .sp-gapx9p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap9p > :nth-child(6n-2),
  .sp-col6.sp-gapx9p > :nth-child(6n-2),
  .sp-gap9p.sp-col6 > :nth-child(6n-2),
  .sp-gapx9p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap9p > :nth-child(6n-3),
  .sp-col6.sp-gapx9p > :nth-child(6n-3),
  .sp-gap9p.sp-col6 > :nth-child(6n-3),
  .sp-gapx9p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap9p > :nth-child(6n-4),
  .sp-col6.sp-gapx9p > :nth-child(6n-4),
  .sp-gap9p.sp-col6 > :nth-child(6n-4),
  .sp-gapx9p.sp-col6 > :nth-child(6n-4) {
    margin-left: 9%;
  }

  .sp-col6.sp-gap9p > :nth-child(6n-5),
  .sp-col6.sp-gapx9p > :nth-child(6n-5),
  .sp-gap9p.sp-col6 > :nth-child(6n-5),
  .sp-gapx9p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }

  .sp-col1.sp-gap10p > *,
  .sp-col1.sp-gapx10p > *,
  .sp-gap10p.sp-col1 > *,
  .sp-gapx10p.sp-col1 > * {
    width: 100%;
  }

  .sp-col1.sp-gap10p > :nth-child(n),
  .sp-col1.sp-gapx10p > :nth-child(n),
  .sp-gap10p.sp-col1 > :nth-child(n),
  .sp-gapx10p.sp-col1 > :nth-child(n) {
    margin-left: 0;
  }

  .sp-col2.sp-gap10p > *,
  .sp-col2.sp-gapx10p > *,
  .sp-gap10p.sp-col2 > *,
  .sp-gapx10p.sp-col2 > * {
    width: 45%;
  }

  .sp-col2.sp-gap10p > :nth-child(2n),
  .sp-col2.sp-gapx10p > :nth-child(2n),
  .sp-gap10p.sp-col2 > :nth-child(2n),
  .sp-gapx10p.sp-col2 > :nth-child(2n) {
    margin-left: 10%;
  }

  .sp-col2.sp-gap10p > :nth-child(2n-1),
  .sp-col2.sp-gapx10p > :nth-child(2n-1),
  .sp-gap10p.sp-col2 > :nth-child(2n-1),
  .sp-gapx10p.sp-col2 > :nth-child(2n-1) {
    margin-left: 0;
  }

  .sp-col3.sp-gap10p > *,
  .sp-col3.sp-gapx10p > *,
  .sp-gap10p.sp-col3 > *,
  .sp-gapx10p.sp-col3 > * {
    width: 26.667%;
  }

  .sp-col3.sp-gap10p > :nth-child(3n),
  .sp-col3.sp-gapx10p > :nth-child(3n),
  .sp-gap10p.sp-col3 > :nth-child(3n),
  .sp-gapx10p.sp-col3 > :nth-child(3n),
  .sp-col3.sp-gap10p > :nth-child(3n-1),
  .sp-col3.sp-gapx10p > :nth-child(3n-1),
  .sp-gap10p.sp-col3 > :nth-child(3n-1),
  .sp-gapx10p.sp-col3 > :nth-child(3n-1) {
    margin-left: 10%;
  }

  .sp-col3.sp-gap10p > :nth-child(3n-2),
  .sp-col3.sp-gapx10p > :nth-child(3n-2),
  .sp-gap10p.sp-col3 > :nth-child(3n-2),
  .sp-gapx10p.sp-col3 > :nth-child(3n-2) {
    margin-left: 0;
  }

  .sp-col4.sp-gap10p > *,
  .sp-col4.sp-gapx10p > *,
  .sp-gap10p.sp-col4 > *,
  .sp-gapx10p.sp-col4 > * {
    width: 17.5%;
  }

  .sp-col4.sp-gap10p > :nth-child(4n),
  .sp-col4.sp-gapx10p > :nth-child(4n),
  .sp-gap10p.sp-col4 > :nth-child(4n),
  .sp-gapx10p.sp-col4 > :nth-child(4n),
  .sp-col4.sp-gap10p > :nth-child(4n-1),
  .sp-col4.sp-gapx10p > :nth-child(4n-1),
  .sp-gap10p.sp-col4 > :nth-child(4n-1),
  .sp-gapx10p.sp-col4 > :nth-child(4n-1),
  .sp-col4.sp-gap10p > :nth-child(4n-2),
  .sp-col4.sp-gapx10p > :nth-child(4n-2),
  .sp-gap10p.sp-col4 > :nth-child(4n-2),
  .sp-gapx10p.sp-col4 > :nth-child(4n-2) {
    margin-left: 10%;
  }

  .sp-col4.sp-gap10p > :nth-child(4n-3),
  .sp-col4.sp-gapx10p > :nth-child(4n-3),
  .sp-gap10p.sp-col4 > :nth-child(4n-3),
  .sp-gapx10p.sp-col4 > :nth-child(4n-3) {
    margin-left: 0;
  }

  .sp-col5.sp-gap10p > *,
  .sp-col5.sp-gapx10p > *,
  .sp-gap10p.sp-col5 > *,
  .sp-gapx10p.sp-col5 > * {
    width: 12%;
  }

  .sp-col5.sp-gap10p > :nth-child(5n),
  .sp-col5.sp-gapx10p > :nth-child(5n),
  .sp-gap10p.sp-col5 > :nth-child(5n),
  .sp-gapx10p.sp-col5 > :nth-child(5n),
  .sp-col5.sp-gap10p > :nth-child(5n-1),
  .sp-col5.sp-gapx10p > :nth-child(5n-1),
  .sp-gap10p.sp-col5 > :nth-child(5n-1),
  .sp-gapx10p.sp-col5 > :nth-child(5n-1),
  .sp-col5.sp-gap10p > :nth-child(5n-2),
  .sp-col5.sp-gapx10p > :nth-child(5n-2),
  .sp-gap10p.sp-col5 > :nth-child(5n-2),
  .sp-gapx10p.sp-col5 > :nth-child(5n-2),
  .sp-col5.sp-gap10p > :nth-child(5n-3),
  .sp-col5.sp-gapx10p > :nth-child(5n-3),
  .sp-gap10p.sp-col5 > :nth-child(5n-3),
  .sp-gapx10p.sp-col5 > :nth-child(5n-3) {
    margin-left: 10%;
  }

  .sp-col5.sp-gap10p > :nth-child(5n-4),
  .sp-col5.sp-gapx10p > :nth-child(5n-4),
  .sp-gap10p.sp-col5 > :nth-child(5n-4),
  .sp-gapx10p.sp-col5 > :nth-child(5n-4) {
    margin-left: 0;
  }

  .sp-col6.sp-gap10p > *,
  .sp-col6.sp-gapx10p > *,
  .sp-gap10p.sp-col6 > *,
  .sp-gapx10p.sp-col6 > * {
    width: 8.333%;
  }

  .sp-col6.sp-gap10p > :nth-child(6n),
  .sp-col6.sp-gapx10p > :nth-child(6n),
  .sp-gap10p.sp-col6 > :nth-child(6n),
  .sp-gapx10p.sp-col6 > :nth-child(6n),
  .sp-col6.sp-gap10p > :nth-child(6n-1),
  .sp-col6.sp-gapx10p > :nth-child(6n-1),
  .sp-gap10p.sp-col6 > :nth-child(6n-1),
  .sp-gapx10p.sp-col6 > :nth-child(6n-1),
  .sp-col6.sp-gap10p > :nth-child(6n-2),
  .sp-col6.sp-gapx10p > :nth-child(6n-2),
  .sp-gap10p.sp-col6 > :nth-child(6n-2),
  .sp-gapx10p.sp-col6 > :nth-child(6n-2),
  .sp-col6.sp-gap10p > :nth-child(6n-3),
  .sp-col6.sp-gapx10p > :nth-child(6n-3),
  .sp-gap10p.sp-col6 > :nth-child(6n-3),
  .sp-gapx10p.sp-col6 > :nth-child(6n-3),
  .sp-col6.sp-gap10p > :nth-child(6n-4),
  .sp-col6.sp-gapx10p > :nth-child(6n-4),
  .sp-gap10p.sp-col6 > :nth-child(6n-4),
  .sp-gapx10p.sp-col6 > :nth-child(6n-4) {
    margin-left: 10%;
  }

  .sp-col6.sp-gap10p > :nth-child(6n-5),
  .sp-col6.sp-gapx10p > :nth-child(6n-5),
  .sp-gap10p.sp-col6 > :nth-child(6n-5),
  .sp-gapx10p.sp-col6 > :nth-child(6n-5) {
    margin-left: 0;
  }
}
