.grid-stack.grid-stack-2 > .grid-stack-item {
  min-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[gs-w="1"] {
  width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[gs-x="1"] {
  left: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[gs-min-w="1"] {
  min-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[gs-max-w="1"] {
  max-width: 50%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[gs-w="2"] {
  width: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[gs-x="2"] {
  left: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[gs-min-w="2"] {
  min-width: 100%;
}
.grid-stack.grid-stack-2 > .grid-stack-item[gs-max-w="2"] {
  max-width: 100%;
}

.grid-stack.grid-stack-3 > .grid-stack-item {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-w="1"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-x="1"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="1"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="1"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-w="2"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-x="2"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="2"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="2"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-w="3"] {
  width: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-x="3"] {
  left: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-min-w="3"] {
  min-width: 100%;
}
.grid-stack.grid-stack-3 > .grid-stack-item[gs-max-w="3"] {
  max-width: 100%;
}

.grid-stack.grid-stack-4 > .grid-stack-item {
  min-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-w="1"] {
  width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-x="1"] {
  left: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="1"] {
  min-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="1"] {
  max-width: 25%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-w="2"] {
  width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-x="2"] {
  left: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="2"] {
  min-width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="2"] {
  max-width: 50%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-w="3"] {
  width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-x="3"] {
  left: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="3"] {
  min-width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="3"] {
  max-width: 75%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-w="4"] {
  width: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-x="4"] {
  left: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-min-w="4"] {
  min-width: 100%;
}
.grid-stack.grid-stack-4 > .grid-stack-item[gs-max-w="4"] {
  max-width: 100%;
}

.grid-stack.grid-stack-5 > .grid-stack-item {
  min-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-w="1"] {
  width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-x="1"] {
  left: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="1"] {
  min-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="1"] {
  max-width: 20%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-w="2"] {
  width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-x="2"] {
  left: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="2"] {
  min-width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="2"] {
  max-width: 40%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-w="3"] {
  width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-x="3"] {
  left: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="3"] {
  min-width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="3"] {
  max-width: 60%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-w="4"] {
  width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-x="4"] {
  left: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="4"] {
  min-width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="4"] {
  max-width: 80%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-w="5"] {
  width: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-x="5"] {
  left: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-min-w="5"] {
  min-width: 100%;
}
.grid-stack.grid-stack-5 > .grid-stack-item[gs-max-w="5"] {
  max-width: 100%;
}

.grid-stack.grid-stack-6 > .grid-stack-item {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-w="1"] {
  width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-x="1"] {
  left: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="1"] {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="1"] {
  max-width: 16.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-w="2"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-x="2"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="2"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="2"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-w="3"] {
  width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-x="3"] {
  left: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="3"] {
  min-width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="3"] {
  max-width: 50%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-w="4"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-x="4"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="4"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="4"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-w="5"] {
  width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-x="5"] {
  left: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="5"] {
  min-width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="5"] {
  max-width: 83.3333333333%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-w="6"] {
  width: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-x="6"] {
  left: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-min-w="6"] {
  min-width: 100%;
}
.grid-stack.grid-stack-6 > .grid-stack-item[gs-max-w="6"] {
  max-width: 100%;
}

.grid-stack.grid-stack-7 > .grid-stack-item {
  min-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-w="1"] {
  width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-x="1"] {
  left: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="1"] {
  min-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="1"] {
  max-width: 14.2857142857%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-w="2"] {
  width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-x="2"] {
  left: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="2"] {
  min-width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="2"] {
  max-width: 28.5714285714%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-w="3"] {
  width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-x="3"] {
  left: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="3"] {
  min-width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="3"] {
  max-width: 42.8571428571%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-w="4"] {
  width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-x="4"] {
  left: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="4"] {
  min-width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="4"] {
  max-width: 57.1428571429%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-w="5"] {
  width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-x="5"] {
  left: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="5"] {
  min-width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="5"] {
  max-width: 71.4285714286%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-w="6"] {
  width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-x="6"] {
  left: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="6"] {
  min-width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="6"] {
  max-width: 85.7142857143%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-w="7"] {
  width: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-x="7"] {
  left: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-min-w="7"] {
  min-width: 100%;
}
.grid-stack.grid-stack-7 > .grid-stack-item[gs-max-w="7"] {
  max-width: 100%;
}

.grid-stack.grid-stack-8 > .grid-stack-item {
  min-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-w="1"] {
  width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="1"] {
  left: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="1"] {
  min-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="1"] {
  max-width: 12.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-w="2"] {
  width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="2"] {
  left: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="2"] {
  min-width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="2"] {
  max-width: 25%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-w="3"] {
  width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="3"] {
  left: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="3"] {
  min-width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="3"] {
  max-width: 37.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-w="4"] {
  width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="4"] {
  left: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="4"] {
  min-width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="4"] {
  max-width: 50%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-w="5"] {
  width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="5"] {
  left: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="5"] {
  min-width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="5"] {
  max-width: 62.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-w="6"] {
  width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="6"] {
  left: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="6"] {
  min-width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="6"] {
  max-width: 75%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-w="7"] {
  width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="7"] {
  left: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="7"] {
  min-width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="7"] {
  max-width: 87.5%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-w="8"] {
  width: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-x="8"] {
  left: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-min-w="8"] {
  min-width: 100%;
}
.grid-stack.grid-stack-8 > .grid-stack-item[gs-max-w="8"] {
  max-width: 100%;
}

.grid-stack.grid-stack-9 > .grid-stack-item {
  min-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="1"] {
  width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="1"] {
  left: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="1"] {
  min-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="1"] {
  max-width: 11.1111111111%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="2"] {
  width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="2"] {
  left: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="2"] {
  min-width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="2"] {
  max-width: 22.2222222222%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="3"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="3"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="3"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="3"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="4"] {
  width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="4"] {
  left: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="4"] {
  min-width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="4"] {
  max-width: 44.4444444444%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="5"] {
  width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="5"] {
  left: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="5"] {
  min-width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="5"] {
  max-width: 55.5555555556%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="6"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="6"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="6"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="6"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="7"] {
  width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="7"] {
  left: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="7"] {
  min-width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="7"] {
  max-width: 77.7777777778%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="8"] {
  width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="8"] {
  left: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="8"] {
  min-width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="8"] {
  max-width: 88.8888888889%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-w="9"] {
  width: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-x="9"] {
  left: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-min-w="9"] {
  min-width: 100%;
}
.grid-stack.grid-stack-9 > .grid-stack-item[gs-max-w="9"] {
  max-width: 100%;
}

.grid-stack.grid-stack-10 > .grid-stack-item {
  min-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="1"] {
  width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="1"] {
  left: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="1"] {
  min-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="1"] {
  max-width: 10%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="2"] {
  width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="2"] {
  left: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="2"] {
  min-width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="2"] {
  max-width: 20%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="3"] {
  width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="3"] {
  left: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="3"] {
  min-width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="3"] {
  max-width: 30%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="4"] {
  width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="4"] {
  left: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="4"] {
  min-width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="4"] {
  max-width: 40%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="5"] {
  width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="5"] {
  left: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="5"] {
  min-width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="5"] {
  max-width: 50%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="6"] {
  width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="6"] {
  left: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="6"] {
  min-width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="6"] {
  max-width: 60%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="7"] {
  width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="7"] {
  left: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="7"] {
  min-width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="7"] {
  max-width: 70%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="8"] {
  width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="8"] {
  left: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="8"] {
  min-width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="8"] {
  max-width: 80%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="9"] {
  width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="9"] {
  left: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="9"] {
  min-width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="9"] {
  max-width: 90%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-w="10"] {
  width: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-x="10"] {
  left: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-min-w="10"] {
  min-width: 100%;
}
.grid-stack.grid-stack-10 > .grid-stack-item[gs-max-w="10"] {
  max-width: 100%;
}

.grid-stack.grid-stack-11 > .grid-stack-item {
  min-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="1"] {
  width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="1"] {
  left: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="1"] {
  min-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="1"] {
  max-width: 9.0909090909%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="2"] {
  width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="2"] {
  left: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="2"] {
  min-width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="2"] {
  max-width: 18.1818181818%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="3"] {
  width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="3"] {
  left: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="3"] {
  min-width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="3"] {
  max-width: 27.2727272727%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="4"] {
  width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="4"] {
  left: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="4"] {
  min-width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="4"] {
  max-width: 36.3636363636%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="5"] {
  width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="5"] {
  left: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="5"] {
  min-width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="5"] {
  max-width: 45.4545454545%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="6"] {
  width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="6"] {
  left: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="6"] {
  min-width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="6"] {
  max-width: 54.5454545455%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="7"] {
  width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="7"] {
  left: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="7"] {
  min-width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="7"] {
  max-width: 63.6363636364%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="8"] {
  width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="8"] {
  left: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="8"] {
  min-width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="8"] {
  max-width: 72.7272727273%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="9"] {
  width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="9"] {
  left: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="9"] {
  min-width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="9"] {
  max-width: 81.8181818182%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="10"] {
  width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="10"] {
  left: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="10"] {
  min-width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="10"] {
  max-width: 90.9090909091%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-w="11"] {
  width: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-x="11"] {
  left: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-min-w="11"] {
  min-width: 100%;
}
.grid-stack.grid-stack-11 > .grid-stack-item[gs-max-w="11"] {
  max-width: 100%;
}

.grid-stack.grid-stack-12 > .grid-stack-item {
  min-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="1"] {
  width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="1"] {
  left: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="1"] {
  min-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="1"] {
  max-width: 8.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="2"] {
  width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="2"] {
  left: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="2"] {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="2"] {
  max-width: 16.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="3"] {
  width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="3"] {
  left: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="3"] {
  min-width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="3"] {
  max-width: 25%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="4"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="4"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="4"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="4"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="5"] {
  width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="5"] {
  left: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="5"] {
  min-width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="5"] {
  max-width: 41.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="6"] {
  width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="6"] {
  left: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="6"] {
  min-width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="6"] {
  max-width: 50%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="7"] {
  width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="7"] {
  left: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="7"] {
  min-width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="7"] {
  max-width: 58.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="8"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="8"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="8"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="8"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="9"] {
  width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="9"] {
  left: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="9"] {
  min-width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="9"] {
  max-width: 75%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="10"] {
  width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="10"] {
  left: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="10"] {
  min-width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="10"] {
  max-width: 83.3333333333%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="11"] {
  width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="11"] {
  left: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="11"] {
  min-width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="11"] {
  max-width: 91.6666666667%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-w="12"] {
  width: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-x="12"] {
  left: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-min-w="12"] {
  min-width: 100%;
}
.grid-stack.grid-stack-12 > .grid-stack-item[gs-max-w="12"] {
  max-width: 100%;
}

.grid-stack.grid-stack-13 > .grid-stack-item {
  min-width: 7.6923076923%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="1"] {
  width: 7.6923076923%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="1"] {
  left: 7.6923076923%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="1"] {
  min-width: 7.6923076923%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="1"] {
  max-width: 7.6923076923%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="2"] {
  width: 15.3846153846%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="2"] {
  left: 15.3846153846%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="2"] {
  min-width: 15.3846153846%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="2"] {
  max-width: 15.3846153846%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="3"] {
  width: 23.0769230769%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="3"] {
  left: 23.0769230769%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="3"] {
  min-width: 23.0769230769%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="3"] {
  max-width: 23.0769230769%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="4"] {
  width: 30.7692307692%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="4"] {
  left: 30.7692307692%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="4"] {
  min-width: 30.7692307692%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="4"] {
  max-width: 30.7692307692%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="5"] {
  width: 38.4615384615%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="5"] {
  left: 38.4615384615%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="5"] {
  min-width: 38.4615384615%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="5"] {
  max-width: 38.4615384615%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="6"] {
  width: 46.1538461538%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="6"] {
  left: 46.1538461538%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="6"] {
  min-width: 46.1538461538%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="6"] {
  max-width: 46.1538461538%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="7"] {
  width: 53.8461538462%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="7"] {
  left: 53.8461538462%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="7"] {
  min-width: 53.8461538462%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="7"] {
  max-width: 53.8461538462%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="8"] {
  width: 61.5384615385%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="8"] {
  left: 61.5384615385%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="8"] {
  min-width: 61.5384615385%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="8"] {
  max-width: 61.5384615385%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="9"] {
  width: 69.2307692308%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="9"] {
  left: 69.2307692308%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="9"] {
  min-width: 69.2307692308%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="9"] {
  max-width: 69.2307692308%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="10"] {
  width: 76.9230769231%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="10"] {
  left: 76.9230769231%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="10"] {
  min-width: 76.9230769231%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="10"] {
  max-width: 76.9230769231%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="11"] {
  width: 84.6153846154%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="11"] {
  left: 84.6153846154%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="11"] {
  min-width: 84.6153846154%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="11"] {
  max-width: 84.6153846154%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="12"] {
  width: 92.3076923077%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="12"] {
  left: 92.3076923077%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="12"] {
  min-width: 92.3076923077%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="12"] {
  max-width: 92.3076923077%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-w="13"] {
  width: 100%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-x="13"] {
  left: 100%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-min-w="13"] {
  min-width: 100%;
}
.grid-stack.grid-stack-13 > .grid-stack-item[gs-max-w="13"] {
  max-width: 100%;
}

.grid-stack.grid-stack-14 > .grid-stack-item {
  min-width: 7.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="1"] {
  width: 7.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="1"] {
  left: 7.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="1"] {
  min-width: 7.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="1"] {
  max-width: 7.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="2"] {
  width: 14.2857142857%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="2"] {
  left: 14.2857142857%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="2"] {
  min-width: 14.2857142857%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="2"] {
  max-width: 14.2857142857%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="3"] {
  width: 21.4285714286%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="3"] {
  left: 21.4285714286%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="3"] {
  min-width: 21.4285714286%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="3"] {
  max-width: 21.4285714286%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="4"] {
  width: 28.5714285714%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="4"] {
  left: 28.5714285714%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="4"] {
  min-width: 28.5714285714%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="4"] {
  max-width: 28.5714285714%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="5"] {
  width: 35.7142857143%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="5"] {
  left: 35.7142857143%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="5"] {
  min-width: 35.7142857143%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="5"] {
  max-width: 35.7142857143%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="6"] {
  width: 42.8571428571%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="6"] {
  left: 42.8571428571%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="6"] {
  min-width: 42.8571428571%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="6"] {
  max-width: 42.8571428571%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="7"] {
  width: 50%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="7"] {
  left: 50%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="7"] {
  min-width: 50%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="7"] {
  max-width: 50%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="8"] {
  width: 57.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="8"] {
  left: 57.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="8"] {
  min-width: 57.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="8"] {
  max-width: 57.1428571429%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="9"] {
  width: 64.2857142857%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="9"] {
  left: 64.2857142857%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="9"] {
  min-width: 64.2857142857%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="9"] {
  max-width: 64.2857142857%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="10"] {
  width: 71.4285714286%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="10"] {
  left: 71.4285714286%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="10"] {
  min-width: 71.4285714286%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="10"] {
  max-width: 71.4285714286%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="11"] {
  width: 78.5714285714%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="11"] {
  left: 78.5714285714%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="11"] {
  min-width: 78.5714285714%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="11"] {
  max-width: 78.5714285714%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="12"] {
  width: 85.7142857143%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="12"] {
  left: 85.7142857143%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="12"] {
  min-width: 85.7142857143%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="12"] {
  max-width: 85.7142857143%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="13"] {
  width: 92.8571428571%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="13"] {
  left: 92.8571428571%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="13"] {
  min-width: 92.8571428571%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="13"] {
  max-width: 92.8571428571%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-w="14"] {
  width: 100%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-x="14"] {
  left: 100%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-min-w="14"] {
  min-width: 100%;
}
.grid-stack.grid-stack-14 > .grid-stack-item[gs-max-w="14"] {
  max-width: 100%;
}

.grid-stack.grid-stack-15 > .grid-stack-item {
  min-width: 6.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="1"] {
  width: 6.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="1"] {
  left: 6.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="1"] {
  min-width: 6.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="1"] {
  max-width: 6.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="2"] {
  width: 13.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="2"] {
  left: 13.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="2"] {
  min-width: 13.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="2"] {
  max-width: 13.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="3"] {
  width: 20%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="3"] {
  left: 20%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="3"] {
  min-width: 20%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="3"] {
  max-width: 20%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="4"] {
  width: 26.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="4"] {
  left: 26.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="4"] {
  min-width: 26.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="4"] {
  max-width: 26.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="5"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="5"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="5"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="5"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="6"] {
  width: 40%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="6"] {
  left: 40%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="6"] {
  min-width: 40%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="6"] {
  max-width: 40%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="7"] {
  width: 46.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="7"] {
  left: 46.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="7"] {
  min-width: 46.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="7"] {
  max-width: 46.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="8"] {
  width: 53.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="8"] {
  left: 53.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="8"] {
  min-width: 53.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="8"] {
  max-width: 53.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="9"] {
  width: 60%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="9"] {
  left: 60%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="9"] {
  min-width: 60%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="9"] {
  max-width: 60%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="10"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="10"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="10"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="10"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="11"] {
  width: 73.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="11"] {
  left: 73.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="11"] {
  min-width: 73.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="11"] {
  max-width: 73.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="12"] {
  width: 80%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="12"] {
  left: 80%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="12"] {
  min-width: 80%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="12"] {
  max-width: 80%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="13"] {
  width: 86.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="13"] {
  left: 86.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="13"] {
  min-width: 86.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="13"] {
  max-width: 86.6666666667%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="14"] {
  width: 93.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="14"] {
  left: 93.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="14"] {
  min-width: 93.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="14"] {
  max-width: 93.3333333333%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-w="15"] {
  width: 100%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-x="15"] {
  left: 100%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-min-w="15"] {
  min-width: 100%;
}
.grid-stack.grid-stack-15 > .grid-stack-item[gs-max-w="15"] {
  max-width: 100%;
}

.grid-stack.grid-stack-16 > .grid-stack-item {
  min-width: 6.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="1"] {
  width: 6.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="1"] {
  left: 6.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="1"] {
  min-width: 6.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="1"] {
  max-width: 6.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="2"] {
  width: 12.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="2"] {
  left: 12.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="2"] {
  min-width: 12.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="2"] {
  max-width: 12.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="3"] {
  width: 18.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="3"] {
  left: 18.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="3"] {
  min-width: 18.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="3"] {
  max-width: 18.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="4"] {
  width: 25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="4"] {
  left: 25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="4"] {
  min-width: 25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="4"] {
  max-width: 25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="5"] {
  width: 31.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="5"] {
  left: 31.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="5"] {
  min-width: 31.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="5"] {
  max-width: 31.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="6"] {
  width: 37.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="6"] {
  left: 37.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="6"] {
  min-width: 37.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="6"] {
  max-width: 37.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="7"] {
  width: 43.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="7"] {
  left: 43.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="7"] {
  min-width: 43.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="7"] {
  max-width: 43.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="8"] {
  width: 50%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="8"] {
  left: 50%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="8"] {
  min-width: 50%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="8"] {
  max-width: 50%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="9"] {
  width: 56.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="9"] {
  left: 56.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="9"] {
  min-width: 56.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="9"] {
  max-width: 56.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="10"] {
  width: 62.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="10"] {
  left: 62.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="10"] {
  min-width: 62.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="10"] {
  max-width: 62.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="11"] {
  width: 68.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="11"] {
  left: 68.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="11"] {
  min-width: 68.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="11"] {
  max-width: 68.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="12"] {
  width: 75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="12"] {
  left: 75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="12"] {
  min-width: 75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="12"] {
  max-width: 75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="13"] {
  width: 81.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="13"] {
  left: 81.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="13"] {
  min-width: 81.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="13"] {
  max-width: 81.25%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="14"] {
  width: 87.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="14"] {
  left: 87.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="14"] {
  min-width: 87.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="14"] {
  max-width: 87.5%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="15"] {
  width: 93.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="15"] {
  left: 93.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="15"] {
  min-width: 93.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="15"] {
  max-width: 93.75%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-w="16"] {
  width: 100%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-x="16"] {
  left: 100%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-min-w="16"] {
  min-width: 100%;
}
.grid-stack.grid-stack-16 > .grid-stack-item[gs-max-w="16"] {
  max-width: 100%;
}

.grid-stack.grid-stack-17 > .grid-stack-item {
  min-width: 5.8823529412%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="1"] {
  width: 5.8823529412%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="1"] {
  left: 5.8823529412%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="1"] {
  min-width: 5.8823529412%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="1"] {
  max-width: 5.8823529412%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="2"] {
  width: 11.7647058824%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="2"] {
  left: 11.7647058824%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="2"] {
  min-width: 11.7647058824%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="2"] {
  max-width: 11.7647058824%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="3"] {
  width: 17.6470588235%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="3"] {
  left: 17.6470588235%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="3"] {
  min-width: 17.6470588235%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="3"] {
  max-width: 17.6470588235%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="4"] {
  width: 23.5294117647%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="4"] {
  left: 23.5294117647%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="4"] {
  min-width: 23.5294117647%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="4"] {
  max-width: 23.5294117647%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="5"] {
  width: 29.4117647059%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="5"] {
  left: 29.4117647059%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="5"] {
  min-width: 29.4117647059%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="5"] {
  max-width: 29.4117647059%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="6"] {
  width: 35.2941176471%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="6"] {
  left: 35.2941176471%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="6"] {
  min-width: 35.2941176471%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="6"] {
  max-width: 35.2941176471%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="7"] {
  width: 41.1764705882%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="7"] {
  left: 41.1764705882%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="7"] {
  min-width: 41.1764705882%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="7"] {
  max-width: 41.1764705882%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="8"] {
  width: 47.0588235294%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="8"] {
  left: 47.0588235294%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="8"] {
  min-width: 47.0588235294%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="8"] {
  max-width: 47.0588235294%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="9"] {
  width: 52.9411764706%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="9"] {
  left: 52.9411764706%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="9"] {
  min-width: 52.9411764706%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="9"] {
  max-width: 52.9411764706%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="10"] {
  width: 58.8235294118%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="10"] {
  left: 58.8235294118%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="10"] {
  min-width: 58.8235294118%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="10"] {
  max-width: 58.8235294118%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="11"] {
  width: 64.7058823529%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="11"] {
  left: 64.7058823529%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="11"] {
  min-width: 64.7058823529%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="11"] {
  max-width: 64.7058823529%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="12"] {
  width: 70.5882352941%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="12"] {
  left: 70.5882352941%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="12"] {
  min-width: 70.5882352941%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="12"] {
  max-width: 70.5882352941%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="13"] {
  width: 76.4705882353%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="13"] {
  left: 76.4705882353%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="13"] {
  min-width: 76.4705882353%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="13"] {
  max-width: 76.4705882353%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="14"] {
  width: 82.3529411765%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="14"] {
  left: 82.3529411765%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="14"] {
  min-width: 82.3529411765%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="14"] {
  max-width: 82.3529411765%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="15"] {
  width: 88.2352941176%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="15"] {
  left: 88.2352941176%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="15"] {
  min-width: 88.2352941176%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="15"] {
  max-width: 88.2352941176%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="16"] {
  width: 94.1176470588%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="16"] {
  left: 94.1176470588%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="16"] {
  min-width: 94.1176470588%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="16"] {
  max-width: 94.1176470588%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-w="17"] {
  width: 100%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-x="17"] {
  left: 100%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-min-w="17"] {
  min-width: 100%;
}
.grid-stack.grid-stack-17 > .grid-stack-item[gs-max-w="17"] {
  max-width: 100%;
}

.grid-stack.grid-stack-18 > .grid-stack-item {
  min-width: 5.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="1"] {
  width: 5.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="1"] {
  left: 5.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="1"] {
  min-width: 5.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="1"] {
  max-width: 5.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="2"] {
  width: 11.1111111111%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="2"] {
  left: 11.1111111111%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="2"] {
  min-width: 11.1111111111%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="2"] {
  max-width: 11.1111111111%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="3"] {
  width: 16.6666666667%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="3"] {
  left: 16.6666666667%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="3"] {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="3"] {
  max-width: 16.6666666667%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="4"] {
  width: 22.2222222222%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="4"] {
  left: 22.2222222222%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="4"] {
  min-width: 22.2222222222%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="4"] {
  max-width: 22.2222222222%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="5"] {
  width: 27.7777777778%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="5"] {
  left: 27.7777777778%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="5"] {
  min-width: 27.7777777778%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="5"] {
  max-width: 27.7777777778%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="6"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="6"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="6"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="6"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="7"] {
  width: 38.8888888889%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="7"] {
  left: 38.8888888889%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="7"] {
  min-width: 38.8888888889%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="7"] {
  max-width: 38.8888888889%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="8"] {
  width: 44.4444444444%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="8"] {
  left: 44.4444444444%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="8"] {
  min-width: 44.4444444444%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="8"] {
  max-width: 44.4444444444%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="9"] {
  width: 50%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="9"] {
  left: 50%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="9"] {
  min-width: 50%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="9"] {
  max-width: 50%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="10"] {
  width: 55.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="10"] {
  left: 55.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="10"] {
  min-width: 55.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="10"] {
  max-width: 55.5555555556%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="11"] {
  width: 61.1111111111%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="11"] {
  left: 61.1111111111%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="11"] {
  min-width: 61.1111111111%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="11"] {
  max-width: 61.1111111111%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="12"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="12"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="12"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="12"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="13"] {
  width: 72.2222222222%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="13"] {
  left: 72.2222222222%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="13"] {
  min-width: 72.2222222222%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="13"] {
  max-width: 72.2222222222%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="14"] {
  width: 77.7777777778%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="14"] {
  left: 77.7777777778%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="14"] {
  min-width: 77.7777777778%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="14"] {
  max-width: 77.7777777778%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="15"] {
  width: 83.3333333333%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="15"] {
  left: 83.3333333333%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="15"] {
  min-width: 83.3333333333%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="15"] {
  max-width: 83.3333333333%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="16"] {
  width: 88.8888888889%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="16"] {
  left: 88.8888888889%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="16"] {
  min-width: 88.8888888889%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="16"] {
  max-width: 88.8888888889%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="17"] {
  width: 94.4444444444%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="17"] {
  left: 94.4444444444%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="17"] {
  min-width: 94.4444444444%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="17"] {
  max-width: 94.4444444444%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-w="18"] {
  width: 100%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-x="18"] {
  left: 100%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-min-w="18"] {
  min-width: 100%;
}
.grid-stack.grid-stack-18 > .grid-stack-item[gs-max-w="18"] {
  max-width: 100%;
}

.grid-stack.grid-stack-19 > .grid-stack-item {
  min-width: 5.2631578947%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="1"] {
  width: 5.2631578947%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="1"] {
  left: 5.2631578947%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="1"] {
  min-width: 5.2631578947%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="1"] {
  max-width: 5.2631578947%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="2"] {
  width: 10.5263157895%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="2"] {
  left: 10.5263157895%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="2"] {
  min-width: 10.5263157895%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="2"] {
  max-width: 10.5263157895%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="3"] {
  width: 15.7894736842%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="3"] {
  left: 15.7894736842%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="3"] {
  min-width: 15.7894736842%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="3"] {
  max-width: 15.7894736842%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="4"] {
  width: 21.0526315789%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="4"] {
  left: 21.0526315789%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="4"] {
  min-width: 21.0526315789%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="4"] {
  max-width: 21.0526315789%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="5"] {
  width: 26.3157894737%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="5"] {
  left: 26.3157894737%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="5"] {
  min-width: 26.3157894737%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="5"] {
  max-width: 26.3157894737%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="6"] {
  width: 31.5789473684%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="6"] {
  left: 31.5789473684%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="6"] {
  min-width: 31.5789473684%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="6"] {
  max-width: 31.5789473684%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="7"] {
  width: 36.8421052632%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="7"] {
  left: 36.8421052632%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="7"] {
  min-width: 36.8421052632%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="7"] {
  max-width: 36.8421052632%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="8"] {
  width: 42.1052631579%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="8"] {
  left: 42.1052631579%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="8"] {
  min-width: 42.1052631579%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="8"] {
  max-width: 42.1052631579%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="9"] {
  width: 47.3684210526%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="9"] {
  left: 47.3684210526%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="9"] {
  min-width: 47.3684210526%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="9"] {
  max-width: 47.3684210526%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="10"] {
  width: 52.6315789474%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="10"] {
  left: 52.6315789474%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="10"] {
  min-width: 52.6315789474%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="10"] {
  max-width: 52.6315789474%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="11"] {
  width: 57.8947368421%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="11"] {
  left: 57.8947368421%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="11"] {
  min-width: 57.8947368421%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="11"] {
  max-width: 57.8947368421%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="12"] {
  width: 63.1578947368%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="12"] {
  left: 63.1578947368%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="12"] {
  min-width: 63.1578947368%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="12"] {
  max-width: 63.1578947368%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="13"] {
  width: 68.4210526316%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="13"] {
  left: 68.4210526316%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="13"] {
  min-width: 68.4210526316%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="13"] {
  max-width: 68.4210526316%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="14"] {
  width: 73.6842105263%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="14"] {
  left: 73.6842105263%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="14"] {
  min-width: 73.6842105263%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="14"] {
  max-width: 73.6842105263%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="15"] {
  width: 78.9473684211%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="15"] {
  left: 78.9473684211%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="15"] {
  min-width: 78.9473684211%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="15"] {
  max-width: 78.9473684211%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="16"] {
  width: 84.2105263158%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="16"] {
  left: 84.2105263158%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="16"] {
  min-width: 84.2105263158%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="16"] {
  max-width: 84.2105263158%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="17"] {
  width: 89.4736842105%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="17"] {
  left: 89.4736842105%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="17"] {
  min-width: 89.4736842105%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="17"] {
  max-width: 89.4736842105%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="18"] {
  width: 94.7368421053%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="18"] {
  left: 94.7368421053%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="18"] {
  min-width: 94.7368421053%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="18"] {
  max-width: 94.7368421053%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-w="19"] {
  width: 100%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-x="19"] {
  left: 100%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-min-w="19"] {
  min-width: 100%;
}
.grid-stack.grid-stack-19 > .grid-stack-item[gs-max-w="19"] {
  max-width: 100%;
}

.grid-stack.grid-stack-20 > .grid-stack-item {
  min-width: 5%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="1"] {
  width: 5%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="1"] {
  left: 5%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="1"] {
  min-width: 5%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="1"] {
  max-width: 5%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="2"] {
  width: 10%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="2"] {
  left: 10%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="2"] {
  min-width: 10%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="2"] {
  max-width: 10%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="3"] {
  width: 15%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="3"] {
  left: 15%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="3"] {
  min-width: 15%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="3"] {
  max-width: 15%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="4"] {
  width: 20%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="4"] {
  left: 20%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="4"] {
  min-width: 20%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="4"] {
  max-width: 20%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="5"] {
  width: 25%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="5"] {
  left: 25%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="5"] {
  min-width: 25%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="5"] {
  max-width: 25%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="6"] {
  width: 30%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="6"] {
  left: 30%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="6"] {
  min-width: 30%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="6"] {
  max-width: 30%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="7"] {
  width: 35%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="7"] {
  left: 35%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="7"] {
  min-width: 35%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="7"] {
  max-width: 35%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="8"] {
  width: 40%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="8"] {
  left: 40%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="8"] {
  min-width: 40%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="8"] {
  max-width: 40%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="9"] {
  width: 45%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="9"] {
  left: 45%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="9"] {
  min-width: 45%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="9"] {
  max-width: 45%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="10"] {
  width: 50%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="10"] {
  left: 50%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="10"] {
  min-width: 50%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="10"] {
  max-width: 50%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="11"] {
  width: 55%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="11"] {
  left: 55%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="11"] {
  min-width: 55%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="11"] {
  max-width: 55%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="12"] {
  width: 60%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="12"] {
  left: 60%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="12"] {
  min-width: 60%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="12"] {
  max-width: 60%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="13"] {
  width: 65%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="13"] {
  left: 65%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="13"] {
  min-width: 65%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="13"] {
  max-width: 65%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="14"] {
  width: 70%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="14"] {
  left: 70%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="14"] {
  min-width: 70%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="14"] {
  max-width: 70%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="15"] {
  width: 75%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="15"] {
  left: 75%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="15"] {
  min-width: 75%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="15"] {
  max-width: 75%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="16"] {
  width: 80%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="16"] {
  left: 80%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="16"] {
  min-width: 80%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="16"] {
  max-width: 80%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="17"] {
  width: 85%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="17"] {
  left: 85%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="17"] {
  min-width: 85%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="17"] {
  max-width: 85%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="18"] {
  width: 90%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="18"] {
  left: 90%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="18"] {
  min-width: 90%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="18"] {
  max-width: 90%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="19"] {
  width: 95%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="19"] {
  left: 95%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="19"] {
  min-width: 95%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="19"] {
  max-width: 95%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-w="20"] {
  width: 100%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-x="20"] {
  left: 100%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-min-w="20"] {
  min-width: 100%;
}
.grid-stack.grid-stack-20 > .grid-stack-item[gs-max-w="20"] {
  max-width: 100%;
}

.grid-stack.grid-stack-21 > .grid-stack-item {
  min-width: 4.7619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="1"] {
  width: 4.7619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="1"] {
  left: 4.7619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="1"] {
  min-width: 4.7619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="1"] {
  max-width: 4.7619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="2"] {
  width: 9.5238095238%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="2"] {
  left: 9.5238095238%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="2"] {
  min-width: 9.5238095238%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="2"] {
  max-width: 9.5238095238%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="3"] {
  width: 14.2857142857%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="3"] {
  left: 14.2857142857%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="3"] {
  min-width: 14.2857142857%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="3"] {
  max-width: 14.2857142857%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="4"] {
  width: 19.0476190476%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="4"] {
  left: 19.0476190476%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="4"] {
  min-width: 19.0476190476%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="4"] {
  max-width: 19.0476190476%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="5"] {
  width: 23.8095238095%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="5"] {
  left: 23.8095238095%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="5"] {
  min-width: 23.8095238095%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="5"] {
  max-width: 23.8095238095%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="6"] {
  width: 28.5714285714%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="6"] {
  left: 28.5714285714%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="6"] {
  min-width: 28.5714285714%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="6"] {
  max-width: 28.5714285714%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="7"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="7"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="7"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="7"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="8"] {
  width: 38.0952380952%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="8"] {
  left: 38.0952380952%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="8"] {
  min-width: 38.0952380952%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="8"] {
  max-width: 38.0952380952%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="9"] {
  width: 42.8571428571%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="9"] {
  left: 42.8571428571%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="9"] {
  min-width: 42.8571428571%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="9"] {
  max-width: 42.8571428571%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="10"] {
  width: 47.619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="10"] {
  left: 47.619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="10"] {
  min-width: 47.619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="10"] {
  max-width: 47.619047619%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="11"] {
  width: 52.380952381%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="11"] {
  left: 52.380952381%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="11"] {
  min-width: 52.380952381%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="11"] {
  max-width: 52.380952381%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="12"] {
  width: 57.1428571429%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="12"] {
  left: 57.1428571429%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="12"] {
  min-width: 57.1428571429%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="12"] {
  max-width: 57.1428571429%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="13"] {
  width: 61.9047619048%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="13"] {
  left: 61.9047619048%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="13"] {
  min-width: 61.9047619048%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="13"] {
  max-width: 61.9047619048%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="14"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="14"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="14"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="14"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="15"] {
  width: 71.4285714286%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="15"] {
  left: 71.4285714286%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="15"] {
  min-width: 71.4285714286%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="15"] {
  max-width: 71.4285714286%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="16"] {
  width: 76.1904761905%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="16"] {
  left: 76.1904761905%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="16"] {
  min-width: 76.1904761905%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="16"] {
  max-width: 76.1904761905%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="17"] {
  width: 80.9523809524%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="17"] {
  left: 80.9523809524%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="17"] {
  min-width: 80.9523809524%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="17"] {
  max-width: 80.9523809524%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="18"] {
  width: 85.7142857143%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="18"] {
  left: 85.7142857143%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="18"] {
  min-width: 85.7142857143%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="18"] {
  max-width: 85.7142857143%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="19"] {
  width: 90.4761904762%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="19"] {
  left: 90.4761904762%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="19"] {
  min-width: 90.4761904762%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="19"] {
  max-width: 90.4761904762%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="20"] {
  width: 95.2380952381%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="20"] {
  left: 95.2380952381%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="20"] {
  min-width: 95.2380952381%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="20"] {
  max-width: 95.2380952381%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-w="21"] {
  width: 100%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-x="21"] {
  left: 100%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-min-w="21"] {
  min-width: 100%;
}
.grid-stack.grid-stack-21 > .grid-stack-item[gs-max-w="21"] {
  max-width: 100%;
}

.grid-stack.grid-stack-22 > .grid-stack-item {
  min-width: 4.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="1"] {
  width: 4.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="1"] {
  left: 4.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="1"] {
  min-width: 4.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="1"] {
  max-width: 4.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="2"] {
  width: 9.0909090909%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="2"] {
  left: 9.0909090909%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="2"] {
  min-width: 9.0909090909%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="2"] {
  max-width: 9.0909090909%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="3"] {
  width: 13.6363636364%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="3"] {
  left: 13.6363636364%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="3"] {
  min-width: 13.6363636364%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="3"] {
  max-width: 13.6363636364%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="4"] {
  width: 18.1818181818%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="4"] {
  left: 18.1818181818%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="4"] {
  min-width: 18.1818181818%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="4"] {
  max-width: 18.1818181818%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="5"] {
  width: 22.7272727273%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="5"] {
  left: 22.7272727273%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="5"] {
  min-width: 22.7272727273%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="5"] {
  max-width: 22.7272727273%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="6"] {
  width: 27.2727272727%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="6"] {
  left: 27.2727272727%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="6"] {
  min-width: 27.2727272727%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="6"] {
  max-width: 27.2727272727%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="7"] {
  width: 31.8181818182%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="7"] {
  left: 31.8181818182%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="7"] {
  min-width: 31.8181818182%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="7"] {
  max-width: 31.8181818182%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="8"] {
  width: 36.3636363636%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="8"] {
  left: 36.3636363636%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="8"] {
  min-width: 36.3636363636%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="8"] {
  max-width: 36.3636363636%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="9"] {
  width: 40.9090909091%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="9"] {
  left: 40.9090909091%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="9"] {
  min-width: 40.9090909091%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="9"] {
  max-width: 40.9090909091%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="10"] {
  width: 45.4545454545%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="10"] {
  left: 45.4545454545%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="10"] {
  min-width: 45.4545454545%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="10"] {
  max-width: 45.4545454545%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="11"] {
  width: 50%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="11"] {
  left: 50%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="11"] {
  min-width: 50%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="11"] {
  max-width: 50%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="12"] {
  width: 54.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="12"] {
  left: 54.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="12"] {
  min-width: 54.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="12"] {
  max-width: 54.5454545455%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="13"] {
  width: 59.0909090909%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="13"] {
  left: 59.0909090909%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="13"] {
  min-width: 59.0909090909%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="13"] {
  max-width: 59.0909090909%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="14"] {
  width: 63.6363636364%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="14"] {
  left: 63.6363636364%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="14"] {
  min-width: 63.6363636364%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="14"] {
  max-width: 63.6363636364%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="15"] {
  width: 68.1818181818%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="15"] {
  left: 68.1818181818%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="15"] {
  min-width: 68.1818181818%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="15"] {
  max-width: 68.1818181818%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="16"] {
  width: 72.7272727273%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="16"] {
  left: 72.7272727273%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="16"] {
  min-width: 72.7272727273%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="16"] {
  max-width: 72.7272727273%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="17"] {
  width: 77.2727272727%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="17"] {
  left: 77.2727272727%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="17"] {
  min-width: 77.2727272727%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="17"] {
  max-width: 77.2727272727%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="18"] {
  width: 81.8181818182%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="18"] {
  left: 81.8181818182%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="18"] {
  min-width: 81.8181818182%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="18"] {
  max-width: 81.8181818182%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="19"] {
  width: 86.3636363636%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="19"] {
  left: 86.3636363636%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="19"] {
  min-width: 86.3636363636%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="19"] {
  max-width: 86.3636363636%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="20"] {
  width: 90.9090909091%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="20"] {
  left: 90.9090909091%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="20"] {
  min-width: 90.9090909091%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="20"] {
  max-width: 90.9090909091%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="21"] {
  width: 95.4545454545%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="21"] {
  left: 95.4545454545%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="21"] {
  min-width: 95.4545454545%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="21"] {
  max-width: 95.4545454545%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-w="22"] {
  width: 100%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-x="22"] {
  left: 100%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-min-w="22"] {
  min-width: 100%;
}
.grid-stack.grid-stack-22 > .grid-stack-item[gs-max-w="22"] {
  max-width: 100%;
}

.grid-stack.grid-stack-23 > .grid-stack-item {
  min-width: 4.347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="1"] {
  width: 4.347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="1"] {
  left: 4.347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="1"] {
  min-width: 4.347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="1"] {
  max-width: 4.347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="2"] {
  width: 8.6956521739%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="2"] {
  left: 8.6956521739%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="2"] {
  min-width: 8.6956521739%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="2"] {
  max-width: 8.6956521739%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="3"] {
  width: 13.0434782609%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="3"] {
  left: 13.0434782609%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="3"] {
  min-width: 13.0434782609%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="3"] {
  max-width: 13.0434782609%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="4"] {
  width: 17.3913043478%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="4"] {
  left: 17.3913043478%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="4"] {
  min-width: 17.3913043478%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="4"] {
  max-width: 17.3913043478%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="5"] {
  width: 21.7391304348%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="5"] {
  left: 21.7391304348%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="5"] {
  min-width: 21.7391304348%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="5"] {
  max-width: 21.7391304348%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="6"] {
  width: 26.0869565217%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="6"] {
  left: 26.0869565217%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="6"] {
  min-width: 26.0869565217%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="6"] {
  max-width: 26.0869565217%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="7"] {
  width: 30.4347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="7"] {
  left: 30.4347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="7"] {
  min-width: 30.4347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="7"] {
  max-width: 30.4347826087%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="8"] {
  width: 34.7826086957%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="8"] {
  left: 34.7826086957%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="8"] {
  min-width: 34.7826086957%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="8"] {
  max-width: 34.7826086957%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="9"] {
  width: 39.1304347826%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="9"] {
  left: 39.1304347826%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="9"] {
  min-width: 39.1304347826%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="9"] {
  max-width: 39.1304347826%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="10"] {
  width: 43.4782608696%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="10"] {
  left: 43.4782608696%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="10"] {
  min-width: 43.4782608696%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="10"] {
  max-width: 43.4782608696%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="11"] {
  width: 47.8260869565%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="11"] {
  left: 47.8260869565%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="11"] {
  min-width: 47.8260869565%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="11"] {
  max-width: 47.8260869565%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="12"] {
  width: 52.1739130435%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="12"] {
  left: 52.1739130435%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="12"] {
  min-width: 52.1739130435%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="12"] {
  max-width: 52.1739130435%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="13"] {
  width: 56.5217391304%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="13"] {
  left: 56.5217391304%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="13"] {
  min-width: 56.5217391304%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="13"] {
  max-width: 56.5217391304%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="14"] {
  width: 60.8695652174%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="14"] {
  left: 60.8695652174%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="14"] {
  min-width: 60.8695652174%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="14"] {
  max-width: 60.8695652174%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="15"] {
  width: 65.2173913043%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="15"] {
  left: 65.2173913043%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="15"] {
  min-width: 65.2173913043%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="15"] {
  max-width: 65.2173913043%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="16"] {
  width: 69.5652173913%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="16"] {
  left: 69.5652173913%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="16"] {
  min-width: 69.5652173913%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="16"] {
  max-width: 69.5652173913%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="17"] {
  width: 73.9130434783%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="17"] {
  left: 73.9130434783%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="17"] {
  min-width: 73.9130434783%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="17"] {
  max-width: 73.9130434783%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="18"] {
  width: 78.2608695652%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="18"] {
  left: 78.2608695652%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="18"] {
  min-width: 78.2608695652%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="18"] {
  max-width: 78.2608695652%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="19"] {
  width: 82.6086956522%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="19"] {
  left: 82.6086956522%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="19"] {
  min-width: 82.6086956522%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="19"] {
  max-width: 82.6086956522%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="20"] {
  width: 86.9565217391%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="20"] {
  left: 86.9565217391%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="20"] {
  min-width: 86.9565217391%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="20"] {
  max-width: 86.9565217391%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="21"] {
  width: 91.3043478261%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="21"] {
  left: 91.3043478261%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="21"] {
  min-width: 91.3043478261%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="21"] {
  max-width: 91.3043478261%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="22"] {
  width: 95.652173913%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="22"] {
  left: 95.652173913%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="22"] {
  min-width: 95.652173913%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="22"] {
  max-width: 95.652173913%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-w="23"] {
  width: 100%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-x="23"] {
  left: 100%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-min-w="23"] {
  min-width: 100%;
}
.grid-stack.grid-stack-23 > .grid-stack-item[gs-max-w="23"] {
  max-width: 100%;
}

.grid-stack.grid-stack-24 > .grid-stack-item {
  min-width: 4.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="1"] {
  width: 4.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="1"] {
  left: 4.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="1"] {
  min-width: 4.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="1"] {
  max-width: 4.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="2"] {
  width: 8.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="2"] {
  left: 8.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="2"] {
  min-width: 8.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="2"] {
  max-width: 8.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="3"] {
  width: 12.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="3"] {
  left: 12.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="3"] {
  min-width: 12.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="3"] {
  max-width: 12.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="4"] {
  width: 16.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="4"] {
  left: 16.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="4"] {
  min-width: 16.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="4"] {
  max-width: 16.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="5"] {
  width: 20.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="5"] {
  left: 20.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="5"] {
  min-width: 20.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="5"] {
  max-width: 20.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="6"] {
  width: 25%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="6"] {
  left: 25%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="6"] {
  min-width: 25%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="6"] {
  max-width: 25%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="7"] {
  width: 29.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="7"] {
  left: 29.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="7"] {
  min-width: 29.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="7"] {
  max-width: 29.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="8"] {
  width: 33.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="8"] {
  left: 33.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="8"] {
  min-width: 33.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="8"] {
  max-width: 33.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="9"] {
  width: 37.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="9"] {
  left: 37.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="9"] {
  min-width: 37.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="9"] {
  max-width: 37.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="10"] {
  width: 41.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="10"] {
  left: 41.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="10"] {
  min-width: 41.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="10"] {
  max-width: 41.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="11"] {
  width: 45.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="11"] {
  left: 45.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="11"] {
  min-width: 45.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="11"] {
  max-width: 45.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="12"] {
  width: 50%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="12"] {
  left: 50%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="12"] {
  min-width: 50%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="12"] {
  max-width: 50%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="13"] {
  width: 54.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="13"] {
  left: 54.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="13"] {
  min-width: 54.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="13"] {
  max-width: 54.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="14"] {
  width: 58.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="14"] {
  left: 58.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="14"] {
  min-width: 58.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="14"] {
  max-width: 58.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="15"] {
  width: 62.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="15"] {
  left: 62.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="15"] {
  min-width: 62.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="15"] {
  max-width: 62.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="16"] {
  width: 66.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="16"] {
  left: 66.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="16"] {
  min-width: 66.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="16"] {
  max-width: 66.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="17"] {
  width: 70.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="17"] {
  left: 70.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="17"] {
  min-width: 70.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="17"] {
  max-width: 70.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="18"] {
  width: 75%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="18"] {
  left: 75%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="18"] {
  min-width: 75%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="18"] {
  max-width: 75%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="19"] {
  width: 79.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="19"] {
  left: 79.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="19"] {
  min-width: 79.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="19"] {
  max-width: 79.1666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="20"] {
  width: 83.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="20"] {
  left: 83.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="20"] {
  min-width: 83.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="20"] {
  max-width: 83.3333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="21"] {
  width: 87.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="21"] {
  left: 87.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="21"] {
  min-width: 87.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="21"] {
  max-width: 87.5%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="22"] {
  width: 91.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="22"] {
  left: 91.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="22"] {
  min-width: 91.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="22"] {
  max-width: 91.6666666667%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="23"] {
  width: 95.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="23"] {
  left: 95.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="23"] {
  min-width: 95.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="23"] {
  max-width: 95.8333333333%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-w="24"] {
  width: 100%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-x="24"] {
  left: 100%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-min-w="24"] {
  min-width: 100%;
}
.grid-stack.grid-stack-24 > .grid-stack-item[gs-max-w="24"] {
  max-width: 100%;
}