@charset "UTF-8";

/* gridStack관련 css */
.grid-stack {
    position: relative;
    /* max-width: 1430px; */
    margin: 0 100px;
    transform: translate(-50%, 0);
    left: calc(50% - 96px);
}

.grid-stack-rtl {
    direction: ltr
}

.grid-stack-rtl>.grid-stack-item {
    direction: rtl
}

.grid-stack-placeholder>.placeholder-content {
    background-color: rgba(0,0,0,.1);
    margin: 0;
    position: absolute;
    width: auto;
    z-index: 0!important
}

.grid-stack>.grid-stack-item {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {
    margin: 0;
    position: absolute;
    width: auto;
}

.grid-stack-item>.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.grid-stack-item.ui-resizable-autohide>.ui-resizable-handle,.grid-stack-item.ui-resizable-disabled>.ui-resizable-handle {
    display: none
}

.change-sun .grid-stack-item>.ui-resizable-ne,
.change-sun .grid-stack-item>.ui-resizable-nw,
.change-sun .grid-stack-item>.ui-resizable-se,
.change-sun .grid-stack-item>.ui-resizable-sw {
	background: #FFC136 url(./image/drag-icon.png) no-repeat 50%;
    background-size: 22px;
    opacity: 70%;
}
.change-cloudy .grid-stack-item>.ui-resizable-ne,
.change-cloudy .grid-stack-item>.ui-resizable-nw,
.change-cloudy .grid-stack-item>.ui-resizable-se,
.change-cloudy .grid-stack-item>.ui-resizable-sw {
	background: #B3D5F4 url(./image/drag-icon.png) no-repeat 50%;
    background-size: 22px;
    opacity: 70%;
}
.change-rain .grid-stack-item>.ui-resizable-ne,
.change-rain .grid-stack-item>.ui-resizable-nw,
.change-rain .grid-stack-item>.ui-resizable-se,
.change-rain .grid-stack-item>.ui-resizable-sw {
	background: #CACAFE url(./image/drag-icon.png) no-repeat 50%;
    background-size: 22px;
    opacity: 70%;
}
.change-snow .grid-stack-item>.ui-resizable-ne,
.change-snow .grid-stack-item>.ui-resizable-nw,
.change-snow .grid-stack-item>.ui-resizable-se,
.change-snow .grid-stack-item>.ui-resizable-sw {
	background: #94DFE6 url(./image/drag-icon.png) no-repeat 50%;
    background-size: 22px;
    opacity: 70%;
}

.grid-stack-item>.ui-resizable-ne {
    transform: translate(0,10px) rotate(45deg)
}

.grid-stack-item>.ui-resizable-sw {
    transform: rotate(45deg)
}

.grid-stack-item>.ui-resizable-nw {
    transform: translate(0,10px) rotate(-45deg)
}

.grid-stack-item>.ui-resizable-se {
    transform: rotate(0deg);
}

.gs-id-0 > .grid-stack-item > .ui-resizable-se {
	right:0;
	bottoom:3px;
}

.grid-stack-item>.ui-resizable-nw {
    cursor: nw-resize;
    width: 20px;
    height: 20px;
    top: 0
}

.grid-stack-item>.ui-resizable-n {
    cursor: n-resize;
    height: 10px;
    top: 0;
    left: 25px;
    right: 25px
}

.grid-stack-item>.ui-resizable-ne {
    cursor: ne-resize;
    width: 20px;
    height: 20px;
    top: 0
}

.grid-stack-item>.ui-resizable-e {
    cursor: e-resize;
    width: 10px;
    top: 15px;
    bottom: 15px
}

.grid-stack-item>.ui-resizable-se {
    cursor: se-resize;
    width: 38px;
    border-radius: 50px;
    height: 38px;
}

.grid-stack-item>.ui-resizable-s {
    cursor: s-resize;
    height: 10px;
    left: 25px;
    bottom: 0;
    right: 25px
}

.grid-stack-item>.ui-resizable-sw {
    cursor: sw-resize;
    width: 20px;
    height: 20px
}

.grid-stack-item>.ui-resizable-w {
    cursor: w-resize;
    width: 10px;
    top: 15px;
    bottom: 15px
}

.grid-stack-item.ui-draggable-dragging>.ui-resizable-handle {
    display: none!important
}

.grid-stack-item.ui-draggable-dragging,.grid-stack-item.ui-resizable-resizing {
    z-index: 100
}

.grid-stack-item.ui-draggable-dragging>.grid-stack-item-content,.grid-stack-item.ui-resizable-resizing>.grid-stack-item-content {
    box-shadow: 1px 4px 6px rgba(0,0,0,.2);
    opacity: .8
}

.grid-stack-item.ui-draggable-dragging {
    will-change: left,top;
    cursor: move
}

.grid-stack-item.ui-resizable-resizing {
    will-change: width,height
}

.grid-stack-animate,.grid-stack-animate .grid-stack-item {
    transition: left .3s,top .3s,height .3s,width .3s;
    /* padding-bottom: 100px; */
}

.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
    transition: left 0s,top 0s,height 0s,width 0s
}

main {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -21;
	overflow: auto;
}
section {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.grid-container {
    padding-top: 110px;
    padding-bottom: 120px;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.grid-stack-item {
	border: 0;
}

.grid-stack-item-content {
	text-align: center;
	border-radius: 20px;
	overflow-y:none;
	background-color: #ffffff00;
	backdrop-filter: brightness(116%) blur(8px);
	padding: 26px;
	box-sizing: border-box;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content {/** 요기 수정필요 **/
	overflow-y:hidden;
	overflow-x:auto;
	overflow: visible;
}

.grid-stack>.grid-stack-item>.grid-stack-item-content:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	box-shadow: 4px 12px 20px 6px rgba(0, 0, 0, .08)
}

.grid-stack-item-removing {
	opacity: 0.8;
	filter: blur(5px);
}
@media all and (max-width: 1440px)  {
	.grid-container {
    	/* top: 254px; */
	}
}

@media all and (max-width: 868px) {
	.grid-container {
		/* top: 252px; */
	}
}
@media all and (max-width: 480px) {
	.grid-container {
		/* top: 200px; */
	}
	
}
@media all and (max-width: 575px) {
	#hero {
		margin-top: 32px;
	}
}

.gs-1>.grid-stack-item {
    width: 100%
}

.gs-2>.grid-stack-item {
    width: 50%
}

.gs-2>.grid-stack-item[gs-x="1"] {
    left: 50%
}

.gs-2>.grid-stack-item[gs-w="2"] {
    width: 100%
}

.gs-3>.grid-stack-item {
    width: 33.333%
}

.gs-3>.grid-stack-item[gs-x="1"] {
    left: 33.333%
}

.gs-3>.grid-stack-item[gs-w="2"] {
    width: 66.667%
}

.gs-3>.grid-stack-item[gs-x="2"] {
    left: 66.667%
}

.gs-3>.grid-stack-item[gs-w="3"] {
    width: 100%
}

.gs-4>.grid-stack-item {
    width: 25%
}

.gs-4>.grid-stack-item[gs-x="1"] {
    left: 25%
}

.gs-4>.grid-stack-item[gs-w="2"] {
    width: 50%
}

.gs-4>.grid-stack-item[gs-x="2"] {
    left: 50%
}

.gs-4>.grid-stack-item[gs-w="3"] {
    width: 75%
}

.gs-4>.grid-stack-item[gs-x="3"] {
    left: 75%
}

.gs-4>.grid-stack-item[gs-w="4"] {
    width: 100%
}

.gs-5>.grid-stack-item {
    width: 20%
}

.gs-5>.grid-stack-item[gs-x="1"] {
    left: 20%
}

.gs-5>.grid-stack-item[gs-w="2"] {
    width: 40%
}

.gs-5>.grid-stack-item[gs-x="2"] {
    left: 40%
}

.gs-5>.grid-stack-item[gs-w="3"] {
    width: 60%
}

.gs-5>.grid-stack-item[gs-x="3"] {
    left: 60%
}

.gs-5>.grid-stack-item[gs-w="4"] {
    width: 80%
}

.gs-5>.grid-stack-item[gs-x="4"] {
    left: 80%
}

.gs-5>.grid-stack-item[gs-w="5"] {
    width: 100%
}

.gs-6>.grid-stack-item {
    width: 16.667%
}

.gs-6>.grid-stack-item[gs-x="1"] {
    left: 16.667%
}

.gs-6>.grid-stack-item[gs-w="2"] {
    width: 33.333%
}

.gs-6>.grid-stack-item[gs-x="2"] {
    left: 33.333%
}

.gs-6>.grid-stack-item[gs-w="3"] {
    width: 50%
}

.gs-6>.grid-stack-item[gs-x="3"] {
    left: 50%
}

.gs-6>.grid-stack-item[gs-w="4"] {
    width: 66.667%
}

.gs-6>.grid-stack-item[gs-x="4"] {
    left: 66.667%
}

.gs-6>.grid-stack-item[gs-w="5"] {
    width: 83.333%
}

.gs-6>.grid-stack-item[gs-x="5"] {
    left: 83.333%
}

.gs-6>.grid-stack-item[gs-w="6"] {
    width: 100%
}

.gs-7>.grid-stack-item {
    width: 14.286%
}

.gs-7>.grid-stack-item[gs-x="1"] {
    left: 14.286%
}

.gs-7>.grid-stack-item[gs-w="2"] {
    width: 28.571%
}

.gs-7>.grid-stack-item[gs-x="2"] {
    left: 28.571%
}

.gs-7>.grid-stack-item[gs-w="3"] {
    width: 42.857%
}

.gs-7>.grid-stack-item[gs-x="3"] {
    left: 42.857%
}

.gs-7>.grid-stack-item[gs-w="4"] {
    width: 57.143%
}

.gs-7>.grid-stack-item[gs-x="4"] {
    left: 57.143%
}

.gs-7>.grid-stack-item[gs-w="5"] {
    width: 71.429%
}

.gs-7>.grid-stack-item[gs-x="5"] {
    left: 71.429%
}

.gs-7>.grid-stack-item[gs-w="6"] {
    width: 85.714%
}

.gs-7>.grid-stack-item[gs-x="6"] {
    left: 85.714%
}

.gs-7>.grid-stack-item[gs-w="7"] {
    width: 100%
}

.gs-8>.grid-stack-item {
    width: 12.5%
}

.gs-8>.grid-stack-item[gs-x="1"] {
    left: 12.5%
}

.gs-8>.grid-stack-item[gs-w="2"] {
    width: 25%
}

.gs-8>.grid-stack-item[gs-x="2"] {
    left: 25%
}

.gs-8>.grid-stack-item[gs-w="3"] {
    width: 37.5%
}

.gs-8>.grid-stack-item[gs-x="3"] {
    left: 37.5%
}

.gs-8>.grid-stack-item[gs-w="4"] {
    width: 50%
}

.gs-8>.grid-stack-item[gs-x="4"] {
    left: 50%
}

.gs-8>.grid-stack-item[gs-w="5"] {
    width: 62.5%
}

.gs-8>.grid-stack-item[gs-x="5"] {
    left: 62.5%
}

.gs-8>.grid-stack-item[gs-w="6"] {
    width: 75%
}

.gs-8>.grid-stack-item[gs-x="6"] {
    left: 75%
}

.gs-8>.grid-stack-item[gs-w="7"] {
    width: 87.5%
}

.gs-8>.grid-stack-item[gs-x="7"] {
    left: 87.5%
}

.gs-8>.grid-stack-item[gs-w="8"] {
    width: 100%
}

.gs-9>.grid-stack-item {
    width: 11.111%
}

.gs-9>.grid-stack-item[gs-x="1"] {
    left: 11.111%
}

.gs-9>.grid-stack-item[gs-w="2"] {
    width: 22.222%
}

.gs-9>.grid-stack-item[gs-x="2"] {
    left: 22.222%
}

.gs-9>.grid-stack-item[gs-w="3"] {
    width: 33.333%
}

.gs-9>.grid-stack-item[gs-x="3"] {
    left: 33.333%
}

.gs-9>.grid-stack-item[gs-w="4"] {
    width: 44.444%
}

.gs-9>.grid-stack-item[gs-x="4"] {
    left: 44.444%
}

.gs-9>.grid-stack-item[gs-w="5"] {
    width: 55.556%
}

.gs-9>.grid-stack-item[gs-x="5"] {
    left: 55.556%
}

.gs-9>.grid-stack-item[gs-w="6"] {
    width: 66.667%
}

.gs-9>.grid-stack-item[gs-x="6"] {
    left: 66.667%
}

.gs-9>.grid-stack-item[gs-w="7"] {
    width: 77.778%
}

.gs-9>.grid-stack-item[gs-x="7"] {
    left: 77.778%
}

.gs-9>.grid-stack-item[gs-w="8"] {
    width: 88.889%
}

.gs-9>.grid-stack-item[gs-x="8"] {
    left: 88.889%
}

.gs-9>.grid-stack-item[gs-w="9"] {
    width: 100%
}

.gs-10>.grid-stack-item {
    width: 10%
}

.gs-10>.grid-stack-item[gs-x="1"] {
    left: 10%
}

.gs-10>.grid-stack-item[gs-w="2"] {
    width: 20%
}

.gs-10>.grid-stack-item[gs-x="2"] {
    left: 20%
}

.gs-10>.grid-stack-item[gs-w="3"] {
    width: 30%
}

.gs-10>.grid-stack-item[gs-x="3"] {
    left: 30%
}

.gs-10>.grid-stack-item[gs-w="4"] {
    width: 40%
}

.gs-10>.grid-stack-item[gs-x="4"] {
    left: 40%
}

.gs-10>.grid-stack-item[gs-w="5"] {
    width: 50%
}

.gs-10>.grid-stack-item[gs-x="5"] {
    left: 50%
}

.gs-10>.grid-stack-item[gs-w="6"] {
    width: 60%
}

.gs-10>.grid-stack-item[gs-x="6"] {
    left: 60%
}

.gs-10>.grid-stack-item[gs-w="7"] {
    width: 70%
}

.gs-10>.grid-stack-item[gs-x="7"] {
    left: 70%
}

.gs-10>.grid-stack-item[gs-w="8"] {
    width: 80%
}

.gs-10>.grid-stack-item[gs-x="8"] {
    left: 80%
}

.gs-10>.grid-stack-item[gs-w="9"] {
    width: 90%
}

.gs-10>.grid-stack-item[gs-x="9"] {
    left: 90%
}

.gs-10>.grid-stack-item[gs-w="10"] {
    width: 100%
}

.gs-11>.grid-stack-item {
    width: 9.091%
}

.gs-11>.grid-stack-item[gs-x="1"] {
    left: 9.091%
}

.gs-11>.grid-stack-item[gs-w="2"] {
    width: 18.182%
}

.gs-11>.grid-stack-item[gs-x="2"] {
    left: 18.182%
}

.gs-11>.grid-stack-item[gs-w="3"] {
    width: 27.273%
}

.gs-11>.grid-stack-item[gs-x="3"] {
    left: 27.273%
}

.gs-11>.grid-stack-item[gs-w="4"] {
    width: 36.364%
}

.gs-11>.grid-stack-item[gs-x="4"] {
    left: 36.364%
}

.gs-11>.grid-stack-item[gs-w="5"] {
    width: 45.455%
}

.gs-11>.grid-stack-item[gs-x="5"] {
    left: 45.455%
}

.gs-11>.grid-stack-item[gs-w="6"] {
    width: 54.545%
}

.gs-11>.grid-stack-item[gs-x="6"] {
    left: 54.545%
}

.gs-11>.grid-stack-item[gs-w="7"] {
    width: 63.636%
}

.gs-11>.grid-stack-item[gs-x="7"] {
    left: 63.636%
}

.gs-11>.grid-stack-item[gs-w="8"] {
    width: 72.727%
}

.gs-11>.grid-stack-item[gs-x="8"] {
    left: 72.727%
}

.gs-11>.grid-stack-item[gs-w="9"] {
    width: 81.818%
}

.gs-11>.grid-stack-item[gs-x="9"] {
    left: 81.818%
}

.gs-11>.grid-stack-item[gs-w="10"] {
    width: 90.909%
}

.gs-11>.grid-stack-item[gs-x="10"] {
    left: 90.909%
}

.gs-11>.grid-stack-item[gs-w="11"] {
    width: 100%
}

.gs-12>.grid-stack-item {
    width: 8.333%
}

.gs-12>.grid-stack-item[gs-x="1"] {
    left: 8.333%
}

.gs-12>.grid-stack-item[gs-w="2"] {
    width: 16.667%
}

.gs-12>.grid-stack-item[gs-x="2"] {
    left: 16.667%
}

.gs-12>.grid-stack-item[gs-w="3"] {
    width: 25%
}

.gs-12>.grid-stack-item[gs-x="3"] {
    left: 25%
}

.gs-12>.grid-stack-item[gs-w="4"] {
    width: 33.333%
}

.gs-12>.grid-stack-item[gs-x="4"] {
    left: 33.333%
}

.gs-12>.grid-stack-item[gs-w="5"] {
    width: 41.667%
}

.gs-12>.grid-stack-item[gs-x="5"] {
    left: 41.667%
}

.gs-12>.grid-stack-item[gs-w="6"] {
    width: 50%
}

.gs-12>.grid-stack-item[gs-x="6"] {
    left: 50%
}

.gs-12>.grid-stack-item[gs-w="7"] {
    width: 58.333%
}

.gs-12>.grid-stack-item[gs-x="7"] {
    left: 58.333%
}

.gs-12>.grid-stack-item[gs-w="8"] {
    width: 66.667%
}

.gs-12>.grid-stack-item[gs-x="8"] {
    left: 66.667%
}

.gs-12>.grid-stack-item[gs-w="9"] {
    width: 75%
}

.gs-12>.grid-stack-item[gs-x="9"] {
    left: 75%
}

.gs-12>.grid-stack-item[gs-w="10"] {
    width: 83.333%
}

.gs-12>.grid-stack-item[gs-x="10"] {
    left: 83.333%
}

.gs-12>.grid-stack-item[gs-w="11"] {
    width: 91.667%
}

.gs-12>.grid-stack-item[gs-x="11"] {
    left: 91.667%
}

.gs-12>.grid-stack-item[gs-w="12"] {
    width: 100%
}
/** 추가 **/
.gs-13>.grid-stack-item {
    width: 7.692%;
}

.gs-13>.grid-stack-item[gs-x="1"] {
    left: 7.692%;
}

.gs-13>.grid-stack-item[gs-w="2"] {
    width: 15.385%;
}

.gs-13>.grid-stack-item[gs-x="2"] {
    left: 15.385%;
}

.gs-13>.grid-stack-item[gs-w="3"] {
    width: 23.077%;
}

.gs-13>.grid-stack-item[gs-x="3"] {
    left: 23.077%;
}

.gs-13>.grid-stack-item[gs-w="4"] {
    width: 30.769%;
}

.gs-13>.grid-stack-item[gs-x="4"] {
    left: 30.769%;
}

.gs-13>.grid-stack-item[gs-w="5"] {
    width: 38.462%;
}

.gs-13>.grid-stack-item[gs-x="5"] {
    left: 38.462%;
}

.gs-13>.grid-stack-item[gs-w="6"] {
    width: 46.154%;
}

.gs-13>.grid-stack-item[gs-x="6"] {
    left: 46.154%;
}

.gs-13>.grid-stack-item[gs-w="7"] {
    width: 53.846%;
}

.gs-13>.grid-stack-item[gs-x="7"] {
    left: 53.846%;
}

.gs-13>.grid-stack-item[gs-w="8"] {
    width: 61.538%;
}

.gs-13>.grid-stack-item[gs-x="8"] {
    left: 61.538%;
}

.gs-13>.grid-stack-item[gs-w="9"] {
    width: 69.231%;
}

.gs-13>.grid-stack-item[gs-x="9"] {
    left: 69.231%;
}

.gs-13>.grid-stack-item[gs-w="10"] {
    width: 76.923%;
}

.gs-13>.grid-stack-item[gs-x="10"] {
    left: 76.923%;
}

.gs-13>.grid-stack-item[gs-w="11"] {
    width: 84.615%;
}

.gs-13>.grid-stack-item[gs-x="11"] {
    left: 84.615%;
}

.gs-13>.grid-stack-item[gs-w="12"] {
    width: 92.308%;
}

.gs-13>.grid-stack-item[gs-x="12"] {
    left: 92.308%;
}

.gs-13>.grid-stack-item[gs-w="13"] {
    width: 100%;
}

/* 14 columns */
.gs-14>.grid-stack-item {
    width: 7.143%;
}

.gs-14>.grid-stack-item[gs-x="1"] {
    left: 7.143%;
}

.gs-14>.grid-stack-item[gs-w="2"] {
    width: 14.286%;
}

.gs-14>.grid-stack-item[gs-x="2"] {
    left: 14.286%;
}

.gs-14>.grid-stack-item[gs-w="3"] {
    width: 21.429%;
}

.gs-14>.grid-stack-item[gs-x="3"] {
    left: 21.429%;
}

.gs-14>.grid-stack-item[gs-w="4"] {
    width: 28.571%;
}

.gs-14>.grid-stack-item[gs-x="4"] {
    left: 28.571%;
}

.gs-14>.grid-stack-item[gs-w="5"] {
    width: 35.714%;
}

.gs-14>.grid-stack-item[gs-x="5"] {
    left: 35.714%;
}

.gs-14>.grid-stack-item[gs-w="6"] {
    width: 42.857%;
}

.gs-14>.grid-stack-item[gs-x="6"] {
    left: 42.857%;
}

.gs-14>.grid-stack-item[gs-w="7"] {
    width: 50%;
}

.gs-14>.grid-stack-item[gs-x="7"] {
    left: 50%;
}

.gs-14>.grid-stack-item[gs-w="8"] {
    width: 57.143%;
}

.gs-14>.grid-stack-item[gs-x="8"] {
    left: 57.143%;
}

.gs-14>.grid-stack-item[gs-w="9"] {
    width: 64.286%;
}

.gs-14>.grid-stack-item[gs-x="9"] {
    left: 64.286%;
}

.gs-14>.grid-stack-item[gs-w="10"] {
    width: 71.429%;
}

.gs-14>.grid-stack-item[gs-x="10"] {
    left: 71.429%;
}

.gs-14>.grid-stack-item[gs-w="11"] {
    width: 78.571%;
}

.gs-14>.grid-stack-item[gs-x="11"] {
    left: 78.571%;
}

.gs-14>.grid-stack-item[gs-w="12"] {
    width: 85.714%;
}

.gs-14>.grid-stack-item[gs-x="12"] {
    left: 85.714%;
}

.gs-14>.grid-stack-item[gs-w="13"] {
    width: 92.857%;
}

.gs-14>.grid-stack-item[gs-x="13"] {
    left: 92.857%;
}

.gs-14>.grid-stack-item[gs-w="14"] {
    width: 100%;
}

/* 15 columns */
.gs-15>.grid-stack-item {
    width: 6.667%;
}

.gs-15>.grid-stack-item[gs-x="1"] {
    left: 6.667%;
}

.gs-15>.grid-stack-item[gs-w="2"] {
    width: 13.333%;
}

.gs-15>.grid-stack-item[gs-x="2"] {
    left: 13.333%;
}

.gs-15>.grid-stack-item[gs-w="3"] {
    width: 20%;
}

.gs-15>.grid-stack-item[gs-x="3"] {
    left: 20%;
}

.gs-15>.grid-stack-item[gs-w="4"] {
    width: 26.667%;
}

.gs-15>.grid-stack-item[gs-x="4"] {
    left: 26.667%;
}

.gs-15>.grid-stack-item[gs-w="5"] {
    width: 33.333%;
}

.gs-15>.grid-stack-item[gs-x="5"] {
    left: 33.333%;
}

.gs-15>.grid-stack-item[gs-w="6"] {
    width: 40%;
}

.gs-15>.grid-stack-item[gs-x="6"] {
    left: 40%;
}

.gs-15>.grid-stack-item[gs-w="7"] {
    width: 46.667%;
}

.gs-15>.grid-stack-item[gs-x="7"] {
    left: 46.667%;
}

.gs-15>.grid-stack-item[gs-w="8"] {
    width: 53.333%;
}

.gs-15>.grid-stack-item[gs-x="8"] {
    left: 53.333%;
}

.gs-15>.grid-stack-item[gs-w="9"] {
    width: 60%;
}

.gs-15>.grid-stack-item[gs-x="9"] {
    left: 60%;
}

.gs-15>.grid-stack-item[gs-w="10"] {
    width: 66.667%;
}

.gs-15>.grid-stack-item[gs-x="10"] {
    left: 66.667%;
}

.gs-15>.grid-stack-item[gs-w="11"] {
    width: 73.333%;
}

.gs-15>.grid-stack-item[gs-x="11"] {
    left: 73.333%;
}

.gs-15>.grid-stack-item[gs-w="12"] {
    width: 80%;
}

.gs-15>.grid-stack-item[gs-x="12"] {
    left: 80%;
}

.gs-15>.grid-stack-item[gs-w="13"] {
    width: 86.667%;
}

.gs-15>.grid-stack-item[gs-x="13"] {
    left: 86.667%;
}

.gs-15>.grid-stack-item[gs-w="14"] {
    width: 93.333%;
}

.gs-15>.grid-stack-item[gs-x="14"] {
    left: 93.333%;
}

.gs-15>.grid-stack-item[gs-w="15"] {
    width: 100%;
}

/* 16 columns */
.gs-16>.grid-stack-item {
    width: 6.25%;
}

.gs-16>.grid-stack-item[gs-x="1"] {
    left: 6.25%;
}

.gs-16>.grid-stack-item[gs-w="2"] {
    width: 12.5%;
}

.gs-16>.grid-stack-item[gs-x="2"] {
    left: 12.5%;
}

.gs-16>.grid-stack-item[gs-w="3"] {
    width: 18.75%;
}

.gs-16>.grid-stack-item[gs-x="3"] {
    left: 18.75%;
}

.gs-16>.grid-stack-item[gs-w="4"] {
    width: 25%;
}

.gs-16>.grid-stack-item[gs-x="4"] {
    left: 25%;
}

.gs-16>.grid-stack-item[gs-w="5"] {
    width: 31.25%;
}

.gs-16>.grid-stack-item[gs-x="5"] {
    left: 31.25%;
}

.gs-16>.grid-stack-item[gs-w="6"] {
    width: 37.5%;
}

.gs-16>.grid-stack-item[gs-x="6"] {
    left: 37.5%;
}

.gs-16>.grid-stack-item[gs-w="7"] {
    width: 43.75%;
}

.gs-16>.grid-stack-item[gs-x="7"] {
    left: 43.75%;
}

.gs-16>.grid-stack-item[gs-w="8"] {
    width: 50%;
}

.gs-16>.grid-stack-item[gs-x="8"] {
    left: 50%;
}

.gs-16>.grid-stack-item[gs-w="9"] {
    width: 56.25%;
}

.gs-16>.grid-stack-item[gs-x="9"] {
    left: 56.25%;
}

.gs-16>.grid-stack-item[gs-w="10"] {
    width: 62.5%;
}

.gs-16>.grid-stack-item[gs-x="10"] {
    left: 62.5%;
}

.gs-16>.grid-stack-item[gs-w="11"] {
    width: 68.75%;
}

.gs-16>.grid-stack-item[gs-x="11"] {
    left: 68.75%;
}

.gs-16>.grid-stack-item[gs-w="12"] {
    width: 75%;
}

.gs-16>.grid-stack-item[gs-x="12"] {
    left: 75%;
}

.gs-16>.grid-stack-item[gs-w="13"] {
    width: 81.25%;
}

.gs-16>.grid-stack-item[gs-x="13"] {
    left: 81.25%;
}

.gs-16>.grid-stack-item[gs-w="14"] {
    width: 87.5%;
}

.gs-16>.grid-stack-item[gs-x="14"] {
    left: 87.5%;
}

.gs-16>.grid-stack-item[gs-w="15"] {
    width: 93.75%;
}

.gs-16>.grid-stack-item[gs-x="15"] {
    left: 93.75%;
}

.gs-16>.grid-stack-item[gs-w="16"] {
    width: 100%;
}

/* 17 columns */
.gs-17>.grid-stack-item {
    width: 5.882%;
}

.gs-17>.grid-stack-item[gs-x="1"] {
    left: 5.882%;
}

.gs-17>.grid-stack-item[gs-w="2"] {
    width: 11.765%;
}

.gs-17>.grid-stack-item[gs-x="2"] {
    left: 11.765%;
}

.gs-17>.grid-stack-item[gs-w="3"] {
    width: 17.647%;
}

.gs-17>.grid-stack-item[gs-x="3"] {
    left: 17.647%;
}

.gs-17>.grid-stack-item[gs-w="4"] {
    width: 23.529%;
}

.gs-17>.grid-stack-item[gs-x="4"] {
    left: 23.529%;
}

.gs-17>.grid-stack-item[gs-w="5"] {
    width: 29.412%;
}

.gs-17>.grid-stack-item[gs-x="5"] {
    left: 29.412%;
}

.gs-17>.grid-stack-item[gs-w="6"] {
    width: 35.294%;
}

.gs-17>.grid-stack-item[gs-x="6"] {
    left: 35.294%;
}

.gs-17>.grid-stack-item[gs-w="7"] {
    width: 41.176%;
}

.gs-17>.grid-stack-item[gs-x="7"] {
    left: 41.176%;
}

.gs-17>.grid-stack-item[gs-w="8"] {
    width: 47.059%;
}

.gs-17>.grid-stack-item[gs-x="8"] {
    left: 47.059%;
}

.gs-17>.grid-stack-item[gs-w="9"] {
    width: 52.941%;
}

.gs-17>.grid-stack-item[gs-x="9"] {
    left: 52.941%;
}

.gs-17>.grid-stack-item[gs-w="10"] {
    width: 58.824%;
}

.gs-17>.grid-stack-item[gs-x="10"] {
    left: 58.824%;
}

.gs-17>.grid-stack-item[gs-w="11"] {
    width: 64.706%;
}

.gs-17>.grid-stack-item[gs-x="11"] {
    left: 64.706%;
}

.gs-17>.grid-stack-item[gs-w="12"] {
    width: 70.588%;
}

.gs-17>.grid-stack-item[gs-x="12"] {
    left: 70.588%;
}

.gs-17>.grid-stack-item[gs-w="13"] {
    width: 76.471%;
}

.gs-17>.grid-stack-item[gs-x="13"] {
    left: 76.471%;
}

.gs-17>.grid-stack-item[gs-w="14"] {
    width: 82.353%;
}

.gs-17>.grid-stack-item[gs-x="14"] {
    left: 82.353%;
}

.gs-17>.grid-stack-item[gs-w="15"] {
    width: 88.235%;
}

.gs-17>.grid-stack-item[gs-x="15"] {
    left: 88.235%;
}

.gs-17>.grid-stack-item[gs-w="16"] {
    width: 94.118%;
}

.gs-17>.grid-stack-item[gs-x="16"] {
    left: 94.118%;
}

.gs-17>.grid-stack-item[gs-w="17"] {
    width: 100%;
}

/* 18 columns */
.gs-18>.grid-stack-item {
    width: 5.556%;
}

.gs-18>.grid-stack-item[gs-x="1"] {
    left: 5.556%;
}

.gs-18>.grid-stack-item[gs-w="2"] {
    width: 11.111%;
}

.gs-18>.grid-stack-item[gs-x="2"] {
    left: 11.111%;
}

.gs-18>.grid-stack-item[gs-w="3"] {
    width: 16.667%;
}

.gs-18>.grid-stack-item[gs-x="3"] {
    left: 16.667%;
}

.gs-18>.grid-stack-item[gs-w="4"] {
    width: 22.222%;
}

.gs-18>.grid-stack-item[gs-x="4"] {
    left: 22.222%;
}

.gs-18>.grid-stack-item[gs-w="5"] {
    width: 27.778%;
}

.gs-18>.grid-stack-item[gs-x="5"] {
    left: 27.778%;
}

.gs-18>.grid-stack-item[gs-w="6"] {
    width: 33.333%;
}

.gs-18>.grid-stack-item[gs-x="6"] {
    left: 33.333%;
}

.gs-18>.grid-stack-item[gs-w="7"] {
    width: 38.889%;
}

.gs-18>.grid-stack-item[gs-x="7"] {
    left: 38.889%;
}

.gs-18>.grid-stack-item[gs-w="8"] {
    width: 44.444%;
}

.gs-18>.grid-stack-item[gs-x="8"] {
    left: 44.444%;
}

.gs-18>.grid-stack-item[gs-w="9"] {
    width: 50%;
}

.gs-18>.grid-stack-item[gs-x="9"] {
    left: 50%;
}

.gs-18>.grid-stack-item[gs-w="10"] {
    width: 55.556%;
}

.gs-18>.grid-stack-item[gs-x="10"] {
    left: 55.556%;
}

.gs-18>.grid-stack-item[gs-w="11"] {
    width: 61.111%;
}

.gs-18>.grid-stack-item[gs-x="11"] {
    left: 61.111%;
}

.gs-18>.grid-stack-item[gs-w="12"] {
    width: 66.667%;
}

.gs-18>.grid-stack-item[gs-x="12"] {
    left: 66.667%;
}

.gs-18>.grid-stack-item[gs-w="13"] {
    width: 72.222%;
}

.gs-18>.grid-stack-item[gs-x="13"] {
    left: 72.222%;
}

.gs-18>.grid-stack-item[gs-w="14"] {
    width: 77.778%;
}

.gs-18>.grid-stack-item[gs-x="14"] {
    left: 77.778%;
}

.gs-18>.grid-stack-item[gs-w="15"] {
    width: 83.333%;
}

.gs-18>.grid-stack-item[gs-x="15"] {
    left: 83.333%;
}

.gs-18>.grid-stack-item[gs-w="16"] {
    width: 88.889%;
}

.gs-18>.grid-stack-item[gs-x="16"] {
    left: 88.889%;
}

.gs-18>.grid-stack-item[gs-w="17"] {
    width: 94.444%;
}

.gs-18>.grid-stack-item[gs-x="17"] {
    left: 94.444%;
}

.gs-18>.grid-stack-item[gs-w="18"] {
    width: 100%;
}

/* 19 columns */
.gs-19>.grid-stack-item {
    width: 5.263%;
}

.gs-19>.grid-stack-item[gs-x="1"] {
    left: 5.263%;
}

.gs-19>.grid-stack-item[gs-w="2"] {
    width: 10.526%;
}

.gs-19>.grid-stack-item[gs-x="2"] {
    left: 10.526%;
}

.gs-19>.grid-stack-item[gs-w="3"] {
    width: 15.789%;
}

.gs-19>.grid-stack-item[gs-x="3"] {
    left: 15.789%;
}

.gs-19>.grid-stack-item[gs-w="4"] {
    width: 21.053%;
}

.gs-19>.grid-stack-item[gs-x="4"] {
    left: 21.053%;
}

.gs-19>.grid-stack-item[gs-w="5"] {
    width: 26.316%;
}

.gs-19>.grid-stack-item[gs-x="5"] {
    left: 26.316%;
}

.gs-19>.grid-stack-item[gs-w="6"] {
    width: 31.579%;
}

.gs-19>.grid-stack-item[gs-x="6"] {
    left: 31.579%;
}

.gs-19>.grid-stack-item[gs-w="7"] {
    width: 36.842%;
}

.gs-19>.grid-stack-item[gs-x="7"] {
    left: 36.842%;
}

.gs-19>.grid-stack-item[gs-w="8"] {
    width: 42.105%;
}

.gs-19>.grid-stack-item[gs-x="8"] {
    left: 42.105%;
}

.gs-19>.grid-stack-item[gs-w="9"] {
    width: 47.368%;
}

.gs-19>.grid-stack-item[gs-x="9"] {
    left: 47.368%;
}

.gs-19>.grid-stack-item[gs-w="10"] {
    width: 52.632%;
}

.gs-19>.grid-stack-item[gs-x="10"] {
    left: 52.632%;
}

.gs-19>.grid-stack-item[gs-w="11"] {
    width: 57.895%;
}

.gs-19>.grid-stack-item[gs-x="11"] {
    left: 57.895%;
}

.gs-19>.grid-stack-item[gs-w="12"] {
    width: 63.158%;
}

.gs-19>.grid-stack-item[gs-x="12"] {
    left: 63.158%;
}

.gs-19>.grid-stack-item[gs-w="13"] {
    width: 68.421%;
}

.gs-19>.grid-stack-item[gs-x="13"] {
    left: 68.421%;
}

.gs-19>.grid-stack-item[gs-w="14"] {
    width: 73.684%;
}

.gs-19>.grid-stack-item[gs-x="14"] {
    left: 73.684%;
}

.gs-19>.grid-stack-item[gs-w="15"] {
    width: 78.947%;
}

.gs-19>.grid-stack-item[gs-x="15"] {
    left: 78.947%;
}

.gs-19>.grid-stack-item[gs-w="16"] {
    width: 84.211%;
}

.gs-19>.grid-stack-item[gs-x="16"] {
    left: 84.211%;
}

.gs-19>.grid-stack-item[gs-w="17"] {
    width: 89.474%;
}

.gs-19>.grid-stack-item[gs-x="17"] {
    left: 89.474%;
}

.gs-19>.grid-stack-item[gs-w="18"] {
    width: 94.737%;
}

.gs-19>.grid-stack-item[gs-x="18"] {
    left: 94.737%;
}

.gs-19>.grid-stack-item[gs-w="19"] {
    width: 100%;
}

/* 20 columns */
.gs-20>.grid-stack-item {
    width: 5%;
}

.gs-20>.grid-stack-item[gs-x="1"] {
    left: 5%;
}

.gs-20>.grid-stack-item[gs-w="2"] {
    width: 10%;
}

.gs-20>.grid-stack-item[gs-x="2"] {
    left: 10%;
}

.gs-20>.grid-stack-item[gs-w="3"] {
    width: 15%;
}

.gs-20>.grid-stack-item[gs-x="3"] {
    left: 15%;
}

.gs-20>.grid-stack-item[gs-w="4"] {
    width: 20%;
}

.gs-20>.grid-stack-item[gs-x="4"] {
    left: 20%;
}

.gs-20>.grid-stack-item[gs-w="5"] {
    width: 25%;
}

.gs-20>.grid-stack-item[gs-x="5"] {
    left: 25%;
}

.gs-20>.grid-stack-item[gs-w="6"] {
    width: 30%;
}

.gs-20>.grid-stack-item[gs-x="6"] {
    left: 30%;
}

.gs-20>.grid-stack-item[gs-w="7"] {
    width: 35%;
}

.gs-20>.grid-stack-item[gs-x="7"] {
    left: 35%;
}

.gs-20>.grid-stack-item[gs-w="8"] {
    width: 40%;
}

.gs-20>.grid-stack-item[gs-x="8"] {
    left: 40%;
}

.gs-20>.grid-stack-item[gs-w="9"] {
    width: 45%;
}

.gs-20>.grid-stack-item[gs-x="9"] {
    left: 45%;
}

.gs-20>.grid-stack-item[gs-w="10"] {
    width: 50%;
}

.gs-20>.grid-stack-item[gs-x="10"] {
    left: 50%;
}

.gs-20>.grid-stack-item[gs-w="11"] {
    width: 55%;
}

.gs-20>.grid-stack-item[gs-x="11"] {
    left: 55%;
}

.gs-20>.grid-stack-item[gs-w="12"] {
    width: 60%;
}

.gs-20>.grid-stack-item[gs-x="12"] {
    left: 60%;
}

.gs-20>.grid-stack-item[gs-w="13"] {
    width: 65%;
}

.gs-20>.grid-stack-item[gs-x="13"] {
    left: 65%;
}

.gs-20>.grid-stack-item[gs-w="14"] {
    width: 70%;
}

.gs-20>.grid-stack-item[gs-x="14"] {
    left: 70%;
}

.gs-20>.grid-stack-item[gs-w="15"] {
    width: 75%;
}

.gs-20>.grid-stack-item[gs-x="15"] {
    left: 75%;
}

.gs-20>.grid-stack-item[gs-w="16"] {
    width: 80%;
}

.gs-20>.grid-stack-item[gs-x="16"] {
    left: 80%;
}

.gs-20>.grid-stack-item[gs-w="17"] {
    width: 85%;
}

.gs-20>.grid-stack-item[gs-x="17"] {
    left: 85%;
}

.gs-20>.grid-stack-item[gs-w="18"] {
    width: 90%;
}

.gs-20>.grid-stack-item[gs-x="18"] {
    left: 90%;
}

.gs-20>.grid-stack-item[gs-w="19"] {
    width: 95%;
}

.gs-20>.grid-stack-item[gs-x="19"] {
    left: 95%;
}

.gs-20>.grid-stack-item[gs-w="20"] {
    width: 100%;
}

/* 21 Column */
.gs-21 > .grid-stack-item {
    width: 4.7619%;
}

.gs-21 > .grid-stack-item[gs-x="1"] {
    left: 4.7619%;
}

.gs-21 > .grid-stack-item[gs-w="2"] {
    width: 9.5238%;
}

.gs-21 > .grid-stack-item[gs-x="2"] {
    left: 9.5238%;
}

.gs-21 > .grid-stack-item[gs-w="3"] {
    width: 14.2857%;
}

.gs-21 > .grid-stack-item[gs-x="3"] {
    left: 14.2857%;
}

.gs-21 > .grid-stack-item[gs-w="4"] {
    width: 19.0476%;
}

.gs-21 > .grid-stack-item[gs-x="4"] {
    left: 19.0476%;
}

.gs-21 > .grid-stack-item[gs-w="5"] {
    width: 23.8095%;
}

.gs-21 > .grid-stack-item[gs-x="5"] {
    left: 23.8095%;
}

.gs-21 > .grid-stack-item[gs-w="6"] {
    width: 28.5714%;
}

.gs-21 > .grid-stack-item[gs-x="6"] {
    left: 28.5714%;
}

.gs-21 > .grid-stack-item[gs-w="7"] {
    width: 33.3333%;
}

.gs-21 > .grid-stack-item[gs-x="7"] {
    left: 33.3333%;
}

.gs-21 > .grid-stack-item[gs-w="8"] {
    width: 38.0952%;
}

.gs-21 > .grid-stack-item[gs-x="8"] {
    left: 38.0952%;
}

.gs-21 > .grid-stack-item[gs-w="9"] {
    width: 42.8571%;
}

.gs-21 > .grid-stack-item[gs-x="9"] {
    left: 42.8571%;
}

.gs-21 > .grid-stack-item[gs-w="10"] {
    width: 47.6190%;
}

.gs-21 > .grid-stack-item[gs-x="10"] {
    left: 47.6190%;
}

.gs-21 > .grid-stack-item[gs-w="11"] {
    width: 52.3810%;
}

.gs-21 > .grid-stack-item[gs-x="11"] {
    left: 52.3810%;
}

.gs-21 > .grid-stack-item[gs-w="12"] {
    width: 57.1429%;
}

.gs-21 > .grid-stack-item[gs-x="12"] {
    left: 57.1429%;
}

.gs-21 > .grid-stack-item[gs-w="13"] {
    width: 61.9048%;
}

.gs-21 > .grid-stack-item[gs-x="13"] {
    left: 61.9048%;
}

.gs-21 > .grid-stack-item[gs-w="14"] {
    width: 66.6667%;
}

.gs-21 > .grid-stack-item[gs-x="14"] {
    left: 66.6667%;
}

.gs-21 > .grid-stack-item[gs-w="15"] {
    width: 71.4286%;
}

.gs-21 > .grid-stack-item[gs-x="15"] {
    left: 71.4286%;
}

.gs-21 > .grid-stack-item[gs-w="16"] {
    width: 76.1905%;
}

.gs-21 > .grid-stack-item[gs-x="16"] {
    left: 76.1905%;
}

.gs-21 > .grid-stack-item[gs-w="17"] {
    width: 80.9524%;
}

.gs-21 > .grid-stack-item[gs-x="17"] {
    left: 80.9524%;
}

.gs-21 > .grid-stack-item[gs-w="18"] {
    width: 85.7143%;
}

.gs-21 > .grid-stack-item[gs-x="18"] {
    left: 85.7143%;
}

.gs-21 > .grid-stack-item[gs-w="19"] {
    width: 90.4762%;
}

.gs-21 > .grid-stack-item[gs-x="19"] {
    left: 90.4762%;
}

.gs-21 > .grid-stack-item[gs-w="20"] {
    width: 95.2381%;
}

.gs-21 > .grid-stack-item[gs-x="20"] {
    left: 95.2381%;
}

.gs-21 > .grid-stack-item[gs-w="21"] {
    width: 100%;
}

/* 22 Column */
.gs-22 > .grid-stack-item {
    width: 4.5455%;
}

.gs-22 > .grid-stack-item[gs-x="1"] {
    left: 4.5455%;
}

.gs-22 > .grid-stack-item[gs-w="2"] {
    width: 9.0909%;
}

.gs-22 > .grid-stack-item[gs-x="2"] {
    left: 9.0909%;
}

.gs-22 > .grid-stack-item[gs-w="3"] {
    width: 13.6364%;
}

.gs-22 > .grid-stack-item[gs-x="3"] {
    left: 13.6364%;
}

.gs-22 > .grid-stack-item[gs-w="4"] {
    width: 18.1818%;
}

.gs-22 > .grid-stack-item[gs-x="4"] {
    left: 18.1818%;
}

.gs-22 > .grid-stack-item[gs-w="5"] {
    width: 22.7273%;
}

.gs-22 > .grid-stack-item[gs-x="5"] {
    left: 22.7273%;
}

.gs-22 > .grid-stack-item[gs-w="6"] {
    width: 27.2727%;
}

.gs-22 > .grid-stack-item[gs-x="6"] {
    left: 27.2727%;
}

.gs-22 > .grid-stack-item[gs-w="7"] {
    width: 31.8182%;
}

.gs-22 > .grid-stack-item[gs-x="7"] {
    left: 31.8182%;
}

.gs-22 > .grid-stack-item[gs-w="8"] {
    width: 36.3636%;
}

.gs-22 > .grid-stack-item[gs-x="8"] {
    left: 36.3636%;
}

.gs-22 > .grid-stack-item[gs-w="9"] {
    width: 40.9091%;
}

.gs-22 > .grid-stack-item[gs-x="9"] {
    left: 40.9091%;
}

.gs-22 > .grid-stack-item[gs-w="10"] {
    width: 45.4545%;
}

.gs-22 > .grid-stack-item[gs-x="10"] {
    left: 45.4545%;
}

.gs-22 > .grid-stack-item[gs-w="11"] {
    width: 50%;
}

.gs-22 > .grid-stack-item[gs-x="11"] {
    left: 50%;
}

.gs-22 > .grid-stack-item[gs-w="12"] {
    width: 54.5455%;
}

.gs-22 > .grid-stack-item[gs-x="12"] {
    left: 54.5455%;
}

.gs-22 > .grid-stack-item[gs-w="13"] {
    width: 59.0909%;
}

.gs-22 > .grid-stack-item[gs-x="13"] {
    left: 59.0909%;
}

.gs-22 > .grid-stack-item[gs-w="14"] {
    width: 63.6364%;
}

.gs-22 > .grid-stack-item[gs-x="14"] {
    left: 63.6364%;
}

.gs-22 > .grid-stack-item[gs-w="15"] {
    width: 68.1818%;
}

.gs-22 > .grid-stack-item[gs-x="15"] {
    left: 68.1818%;
}

.gs-22 > .grid-stack-item[gs-w="16"] {
    width: 72.7273%;
}

.gs-22 > .grid-stack-item[gs-x="16"] {
    left: 72.7273%;
}

.gs-22 > .grid-stack-item[gs-w="17"] {
    width: 77.2727%;
}

.gs-22 > .grid-stack-item[gs-x="17"] {
    left: 77.2727%;
}

.gs-22 > .grid-stack-item[gs-w="18"] {
    width: 81.8182%;
}

.gs-22 > .grid-stack-item[gs-x="18"] {
    left: 81.8182%;
}

.gs-22 > .grid-stack-item[gs-w="19"] {
    width: 86.3636%;
}

.gs-22 > .grid-stack-item[gs-x="19"] {
    left: 86.3636%;
}

.gs-22 > .grid-stack-item[gs-w="20"] {
    width: 90.9091%;
}

.gs-22 > .grid-stack-item[gs-x="20"] {
    left: 90.9091%;
}

.gs-22 > .grid-stack-item[gs-w="21"] {
    width: 95.4545%;
}

.gs-22 > .grid-stack-item[gs-x="21"] {
    left: 95.4545%;
}

.gs-22 > .grid-stack-item[gs-w="22"] {
    width: 100%;
}

/* 23 Column */
.gs-23 > .grid-stack-item {
    width: 4.3478%;
}

.gs-23 > .grid-stack-item[gs-x="1"] {
    left: 4.3478%;
}

.gs-23 > .grid-stack-item[gs-w="2"] {
    width: 8.6957%;
}

.gs-23 > .grid-stack-item[gs-x="2"] {
    left: 8.6957%;
}

.gs-23 > .grid-stack-item[gs-w="3"] {
    width: 13.0435%;
}

.gs-23 > .grid-stack-item[gs-x="3"] {
    left: 13.0435%;
}

.gs-23 > .grid-stack-item[gs-w="4"] {
    width: 17.3913%;
}

.gs-23 > .grid-stack-item[gs-x="4"] {
    left: 17.3913%;
}

.gs-23 > .grid-stack-item[gs-w="5"] {
    width: 21.7391%;
}

.gs-23 > .grid-stack-item[gs-x="5"] {
    left: 21.7391%;
}

.gs-23 > .grid-stack-item[gs-w="6"] {
    width: 26.0869%;
}

.gs-23 > .grid-stack-item[gs-x="6"] {
    left: 26.0869%;
}

.gs-23 > .grid-stack-item[gs-w="7"] {
    width: 30.4348%;
}

.gs-23 > .grid-stack-item[gs-x="7"] {
    left: 30.4348%;
}

.gs-23 > .grid-stack-item[gs-w="8"] {
    width: 34.7826%;
}

.gs-23 > .grid-stack-item[gs-x="8"] {
    left: 34.7826%;
}

.gs-23 > .grid-stack-item[gs-w="9"] {
    width: 39.1304%;
}

.gs-23 > .grid-stack-item[gs-x="9"] {
    left: 39.1304%;
}

.gs-23 > .grid-stack-item[gs-w="10"] {
    width: 43.4783%;
}

.gs-23 > .grid-stack-item[gs-x="10"] {
    left: 43.4783%;
}

.gs-23 > .grid-stack-item[gs-w="11"] {
    width: 47.8261%;
}

.gs-23 > .grid-stack-item[gs-x="11"] {
    left: 47.8261%;
}

.gs-23 > .grid-stack-item[gs-w="12"] {
    width: 52.1739%;
}

.gs-23 > .grid-stack-item[gs-x="12"] {
    left: 52.1739%;
}

.gs-23 > .grid-stack-item[gs-w="13"] {
    width: 56.5217%;
}

.gs-23 > .grid-stack-item[gs-x="13"] {
    left: 56.5217%;
}

.gs-23 > .grid-stack-item[gs-w="14"] {
    width: 60.8696%;
}

.gs-23 > .grid-stack-item[gs-x="14"] {
    left: 60.8696%;
}

.gs-23 > .grid-stack-item[gs-w="15"] {
    width: 65.2174%;
}

.gs-23 > .grid-stack-item[gs-x="15"] {
    left: 65.2174%;
}

.gs-23 > .grid-stack-item[gs-w="16"] {
    width: 69.5652%;
}

.gs-23 > .grid-stack-item[gs-x="16"] {
    left: 69.5652%;
}

.gs-23 > .grid-stack-item[gs-w="17"] {
    width: 73.9130%;
}

.gs-23 > .grid-stack-item[gs-x="17"] {
    left: 73.9130%;
}

.gs-23 > .grid-stack-item[gs-w="18"] {
    width: 78.2609%;
}

.gs-23 > .grid-stack-item[gs-x="18"] {
    left: 78.2609%;
}

.gs-23 > .grid-stack-item[gs-w="19"] {
    width: 82.6087%;
}

.gs-23 > .grid-stack-item[gs-x="19"] {
    left: 82.6087%;
}

.gs-23 > .grid-stack-item[gs-w="20"] {
    width: 86.9565%;
}

.gs-23 > .grid-stack-item[gs-x="20"] {
    left: 86.9565%;
}

.gs-23 > .grid-stack-item[gs-w="21"] {
    width: 91.3043%;
}

.gs-23 > .grid-stack-item[gs-x="21"] {
    left: 91.3043%;
}

.gs-23 > .grid-stack-item[gs-w="22"] {
    width: 95.6522%;
}

.gs-23 > .grid-stack-item[gs-x="22"] {
    left: 95.6522%;
}

.gs-23 > .grid-stack-item[gs-w="23"] {
    width: 100%;
}

/* 24 Column */
.gs-24 > .grid-stack-item {
    width: 4.1667%;
}

.gs-24 > .grid-stack-item[gs-x="1"] {
    left: 4.1667%;
}

.gs-24 > .grid-stack-item[gs-w="2"] {
    width: 8.3333%;
}

.gs-24 > .grid-stack-item[gs-x="2"] {
    left: 8.3333%;
}

.gs-24 > .grid-stack-item[gs-w="3"] {
    width: 12.5000%;
}

.gs-24 > .grid-stack-item[gs-x="3"] {
    left: 12.5000%;
}

.gs-24 > .grid-stack-item[gs-w="4"] {
    width: 16.6667%;
}

.gs-24 > .grid-stack-item[gs-x="4"] {
    left: 16.6667%;
}

.gs-24 > .grid-stack-item[gs-w="5"] {
    width: 20.8333%;
}

.gs-24 > .grid-stack-item[gs-x="5"] {
    left: 20.8333%;
}

.gs-24 > .grid-stack-item[gs-w="6"] {
    width: 25.0000%;
}

.gs-24 > .grid-stack-item[gs-x="6"] {
    left: 25.0000%;
}

.gs-24 > .grid-stack-item[gs-w="7"] {
    width: 29.1667%;
}

.gs-24 > .grid-stack-item[gs-x="7"] {
    left: 29.1667%;
}

.gs-24 > .grid-stack-item[gs-w="8"] {
    width: 33.3333%;
}

.gs-24 > .grid-stack-item[gs-x="8"] {
    left: 33.3333%;
}

.gs-24 > .grid-stack-item[gs-w="9"] {
    width: 37.5000%;
}

.gs-24 > .grid-stack-item[gs-x="9"] {
    left: 37.5000%;
}

.gs-24 > .grid-stack-item[gs-w="10"] {
    width: 41.6667%;
}

.gs-24 > .grid-stack-item[gs-x="10"] {
    left: 41.6667%;
}

.gs-24 > .grid-stack-item[gs-w="11"] {
    width: 45.8333%;
}

.gs-24 > .grid-stack-item[gs-x="11"] {
    left: 45.8333%;
}

.gs-24 > .grid-stack-item[gs-w="12"] {
    width: 50.0000%;
}

.gs-24 > .grid-stack-item[gs-x="12"] {
    left: 50.0000%;
}

.gs-24 > .grid-stack-item[gs-w="13"] {
    width: 54.1667%;
}

.gs-24 > .grid-stack-item[gs-x="13"] {
    left: 54.1667%;
}

.gs-24 > .grid-stack-item[gs-w="14"] {
    width: 58.3333%;
}

.gs-24 > .grid-stack-item[gs-x="14"] {
    left: 58.3333%;
}

.gs-24 > .grid-stack-item[gs-w="15"] {
    width: 62.5000%;
}

.gs-24 > .grid-stack-item[gs-x="15"] {
    left: 62.5000%;
}

.gs-24 > .grid-stack-item[gs-w="16"] {
    width: 66.6667%;
}

.gs-24 > .grid-stack-item[gs-x="16"] {
    left: 66.6667%;
}

.gs-24 > .grid-stack-item[gs-w="17"] {
    width: 70.8333%;
}

.gs-24 > .grid-stack-item[gs-x="17"] {
    left: 70.8333%;
}

.gs-24 > .grid-stack-item[gs-w="18"] {
    width: 75.0000%;
}

.gs-24 > .grid-stack-item[gs-x="18"] {
    left: 75.0000%;
}

.gs-24 > .grid-stack-item[gs-w="19"] {
    width: 79.1667%;
}

.gs-24 > .grid-stack-item[gs-x="19"] {
    left: 79.1667%;
}

.gs-24 > .grid-stack-item[gs-w="20"] {
    width: 83.3333%;
}

.gs-24 > .grid-stack-item[gs-x="20"] {
    left: 83.3333%;
}

.gs-24 > .grid-stack-item[gs-w="21"] {
    width: 87.5000%;
}

.gs-24 > .grid-stack-item[gs-x="21"] {
    left: 87.5000%;
}

.gs-24 > .grid-stack-item[gs-w="22"] {
    width: 91.6667%;
}

.gs-24 > .grid-stack-item[gs-x="22"] {
    left: 91.6667%;
}

.gs-24 > .grid-stack-item[gs-w="23"] {
    width: 95.8333%;
}

.gs-24 > .grid-stack-item[gs-x="23"] {
    left: 95.8333%;
}

.gs-24 > .grid-stack-item[gs-w="24"] {
    width: 100%;
}

/* 25 Column */
.gs-25 > .grid-stack-item {
    width: 4.0000%;
}

.gs-25 > .grid-stack-item[gs-x="1"] {
    left: 4.0000%;
}

.gs-25 > .grid-stack-item[gs-w="2"] {
    width: 8.0000%;
}

.gs-25 > .grid-stack-item[gs-x="2"] {
    left: 8.0000%;
}

.gs-25 > .grid-stack-item[gs-w="3"] {
    width: 12.0000%;
}

.gs-25 > .grid-stack-item[gs-x="3"] {
    left: 12.0000%;
}

.gs-25 > .grid-stack-item[gs-w="4"] {
    width: 16.0000%;
}

.gs-25 > .grid-stack-item[gs-x="4"] {
    left: 16.0000%;
}

.gs-25 > .grid-stack-item[gs-w="5"] {
    width: 20.0000%;
}

.gs-25 > .grid-stack-item[gs-x="5"] {
    left: 20.0000%;
}

.gs-25 > .grid-stack-item[gs-w="6"] {
    width: 24.0000%;
}

.gs-25 > .grid-stack-item[gs-x="6"] {
    left: 24.0000%;
}

.gs-25 > .grid-stack-item[gs-w="7"] {
    width: 28.0000%;
}

.gs-25 > .grid-stack-item[gs-x="7"] {
    left: 28.0000%;
}

.gs-25 > .grid-stack-item[gs-w="8"] {
    width: 32.0000%;
}

.gs-25 > .grid-stack-item[gs-x="8"] {
    left: 32.0000%;
}

.gs-25 > .grid-stack-item[gs-w="9"] {
    width: 36.0000%;
}

.gs-25 > .grid-stack-item[gs-x="9"] {
    left: 36.0000%;
}

.gs-25 > .grid-stack-item[gs-w="10"] {
    width: 40.0000%;
}

.gs-25 > .grid-stack-item[gs-x="10"] {
    left: 40.0000%;
}

.gs-25 > .grid-stack-item[gs-w="11"] {
    width: 44.0000%;
}

.gs-25 > .grid-stack-item[gs-x="11"] {
    left: 44.0000%;
}

.gs-25 > .grid-stack-item[gs-w="12"] {
    width: 48.0000%;
}

.gs-25 > .grid-stack-item[gs-x="12"] {
    left: 48.0000%;
}

.gs-25 > .grid-stack-item[gs-w="13"] {
    width: 52.0000%;
}

.gs-25 > .grid-stack-item[gs-x="13"] {
    left: 52.0000%;
}

.gs-25 > .grid-stack-item[gs-w="14"] {
    width: 56.0000%;
}

.gs-25 > .grid-stack-item[gs-x="14"] {
    left: 56.0000%;
}

.gs-25 > .grid-stack-item[gs-w="15"] {
    width: 60.0000%;
}

.gs-25 > .grid-stack-item[gs-x="15"] {
    left: 60.0000%;
}

.gs-25 > .grid-stack-item[gs-w="16"] {
    width: 64.0000%;
}

.gs-25 > .grid-stack-item[gs-x="16"] {
    left: 64.0000%;
}

.gs-25 > .grid-stack-item[gs-w="17"] {
    width: 68.0000%;
}

.gs-25 > .grid-stack-item[gs-x="17"] {
    left: 68.0000%;
}

.gs-25 > .grid-stack-item[gs-w="18"] {
    width: 72.0000%;
}

.gs-25 > .grid-stack-item[gs-x="18"] {
    left: 72.0000%;
}

.gs-25 > .grid-stack-item[gs-w="19"] {
    width: 76.0000%;
}

.gs-25 > .grid-stack-item[gs-x="19"] {
    left: 76.0000%;
}

.gs-25 > .grid-stack-item[gs-w="20"] {
    width: 80.0000%;
}

.gs-25 > .grid-stack-item[gs-x="20"] {
    left: 80.0000%;
}

.gs-25 > .grid-stack-item[gs-w="21"] {
    width: 84.0000%;
}

.gs-25 > .grid-stack-item[gs-x="21"] {
    left: 84.0000%;
}

.gs-25 > .grid-stack-item[gs-w="22"] {
    width: 88.0000%;
}

.gs-25 > .grid-stack-item[gs-x="22"] {
    left: 88.0000%;
}

.gs-25 > .grid-stack-item[gs-w="23"] {
    width: 92.0000%;
}

.gs-25 > .grid-stack-item[gs-x="23"] {
    left: 92.0000%;
}

.gs-25 > .grid-stack-item[gs-w="24"] {
    width: 96.0000%;
}

.gs-25 > .grid-stack-item[gs-x="24"] {
    left: 96.0000%;
}

.gs-25 > .grid-stack-item[gs-w="25"] {
    width: 100%;
}

/* 26 Column */
.gs-26 > .grid-stack-item {
    width: 3.8462%;
}

.gs-26 > .grid-stack-item[gs-x="1"] {
    left: 3.8462%;
}

.gs-26 > .grid-stack-item[gs-w="2"] {
    width: 7.6923%;
}

.gs-26 > .grid-stack-item[gs-x="2"] {
    left: 7.6923%;
}

.gs-26 > .grid-stack-item[gs-w="3"] {
    width: 11.5385%;
}

.gs-26 > .grid-stack-item[gs-x="3"] {
    left: 11.5385%;
}

.gs-26 > .grid-stack-item[gs-w="4"] {
    width: 15.3846%;
}

.gs-26 > .grid-stack-item[gs-x="4"] {
    left: 15.3846%;
}

.gs-26 > .grid-stack-item[gs-w="5"] {
    width: 19.2308%;
}

.gs-26 > .grid-stack-item[gs-x="5"] {
    left: 19.2308%;
}

.gs-26 > .grid-stack-item[gs-w="6"] {
    width: 23.0769%;
}

.gs-26 > .grid-stack-item[gs-x="6"] {
    left: 23.0769%;
}

.gs-26 > .grid-stack-item[gs-w="7"] {
    width: 26.9231%;
}

.gs-26 > .grid-stack-item[gs-x="7"] {
    left: 26.9231%;
}

.gs-26 > .grid-stack-item[gs-w="8"] {
    width: 30.7692%;
}

.gs-26 > .grid-stack-item[gs-x="8"] {
    left: 30.7692%;
}

.gs-26 > .grid-stack-item[gs-w="9"] {
    width: 34.6154%;
}

.gs-26 > .grid-stack-item[gs-x="9"] {
    left: 34.6154%;
}

.gs-26 > .grid-stack-item[gs-w="10"] {
    width: 38.4615%;
}

.gs-26 > .grid-stack-item[gs-x="10"] {
    left: 38.4615%;
}

.gs-26 > .grid-stack-item[gs-w="11"] {
    width: 42.3077%;
}

.gs-26 > .grid-stack-item[gs-x="11"] {
    left: 42.3077%;
}

.gs-26 > .grid-stack-item[gs-w="12"] {
    width: 46.1538%;
}

.gs-26 > .grid-stack-item[gs-x="12"] {
    left: 46.1538%;
}

.gs-26 > .grid-stack-item[gs-w="13"] {
    width: 50.0000%;
}

.gs-26 > .grid-stack-item[gs-x="13"] {
    left: 50.0000%;
}

.gs-26 > .grid-stack-item[gs-w="14"] {
    width: 53.8462%;
}

.gs-26 > .grid-stack-item[gs-x="14"] {
    left: 53.8462%;
}

.gs-26 > .grid-stack-item[gs-w="15"] {
    width: 57.6923%;
}

.gs-26 > .grid-stack-item[gs-x="15"] {
    left: 57.6923%;
}

.gs-26 > .grid-stack-item[gs-w="16"] {
    width: 61.5385%;
}

.gs-26 > .grid-stack-item[gs-x="16"] {
    left: 61.5385%;
}

.gs-26 > .grid-stack-item[gs-w="17"] {
    width: 65.3846%;
}

.gs-26 > .grid-stack-item[gs-x="17"] {
    left: 65.3846%;
}

.gs-26 > .grid-stack-item[gs-w="18"] {
    width: 69.2308%;
}

.gs-26 > .grid-stack-item[gs-x="18"] {
    left: 69.2308%;
}

.gs-26 > .grid-stack-item[gs-w="19"] {
    width: 73.0769%;
}

.gs-26 > .grid-stack-item[gs-x="19"] {
    left: 73.0769%;
}

.gs-26 > .grid-stack-item[gs-w="20"] {
    width: 76.9231%;
}

.gs-26 > .grid-stack-item[gs-x="20"] {
    left: 76.9231%;
}

.gs-26 > .grid-stack-item[gs-w="21"] {
    width: 80.7692%;
}

.gs-26 > .grid-stack-item[gs-x="21"] {
    left: 80.7692%;
}

.gs-26 > .grid-stack-item[gs-w="22"] {
    width: 84.6154%;
}

.gs-26 > .grid-stack-item[gs-x="22"] {
    left: 84.6154%;
}

.gs-26 > .grid-stack-item[gs-w="23"] {
    width: 88.4615%;
}

.gs-26 > .grid-stack-item[gs-x="23"] {
    left: 88.4615%;
}

.gs-26 > .grid-stack-item[gs-w="24"] {
    width: 92.3077%;
}

.gs-26 > .grid-stack-item[gs-x="24"] {
    left: 92.3077%;
}

.gs-26 > .grid-stack-item[gs-w="25"] {
    width: 96.1538%;
}

.gs-26 > .grid-stack-item[gs-x="25"] {
    left: 96.1538%;
}

.gs-26 > .grid-stack-item[gs-w="26"] {
    width: 100%;
}

/* 27 Column */
.gs-27 > .grid-stack-item {
    width: 3.7037%;
}

.gs-27 > .grid-stack-item[gs-x="1"] {
    left: 3.7037%;
}

.gs-27 > .grid-stack-item[gs-w="2"] {
    width: 7.4074%;
}

.gs-27 > .grid-stack-item[gs-x="2"] {
    left: 7.4074%;
}

.gs-27 > .grid-stack-item[gs-w="3"] {
    width: 11.1111%;
}

.gs-27 > .grid-stack-item[gs-x="3"] {
    left: 11.1111%;
}

.gs-27 > .grid-stack-item[gs-w="4"] {
    width: 14.8148%;
}

.gs-27 > .grid-stack-item[gs-x="4"] {
    left: 14.8148%;
}

.gs-27 > .grid-stack-item[gs-w="5"] {
    width: 18.5185%;
}

.gs-27 > .grid-stack-item[gs-x="5"] {
    left: 18.5185%;
}

.gs-27 > .grid-stack-item[gs-w="6"] {
    width: 22.2222%;
}

.gs-27 > .grid-stack-item[gs-x="6"] {
    left: 22.2222%;
}

.gs-27 > .grid-stack-item[gs-w="7"] {
    width: 25.9259%;
}

.gs-27 > .grid-stack-item[gs-x="7"] {
    left: 25.9259%;
}

.gs-27 > .grid-stack-item[gs-w="8"] {
    width: 29.6296%;
}

.gs-27 > .grid-stack-item[gs-x="8"] {
    left: 29.6296%;
}

.gs-27 > .grid-stack-item[gs-w="9"] {
    width: 33.3333%;
}

.gs-27 > .grid-stack-item[gs-x="9"] {
    left: 33.3333%;
}

.gs-27 > .grid-stack-item[gs-w="10"] {
    width: 37.0370%;
}

.gs-27 > .grid-stack-item[gs-x="10"] {
    left: 37.0370%;
}

.gs-27 > .grid-stack-item[gs-w="11"] {
    width: 40.7407%;
}

.gs-27 > .grid-stack-item[gs-x="11"] {
    left: 40.7407%;
}

.gs-27 > .grid-stack-item[gs-w="12"] {
    width: 44.4444%;
}

.gs-27 > .grid-stack-item[gs-x="12"] {
    left: 44.4444%;
}

.gs-27 > .grid-stack-item[gs-w="13"] {
    width: 48.1481%;
}

.gs-27 > .grid-stack-item[gs-x="13"] {
    left: 48.1481%;
}

.gs-27 > .grid-stack-item[gs-w="14"] {
    width: 51.8519%;
}

.gs-27 > .grid-stack-item[gs-x="14"] {
    left: 51.8519%;
}

.gs-27 > .grid-stack-item[gs-w="15"] {
    width: 55.5556%;
}

.gs-27 > .grid-stack-item[gs-x="15"] {
    left: 55.5556%;
}

.gs-27 > .grid-stack-item[gs-w="16"] {
    width: 59.2593%;
}

.gs-27 > .grid-stack-item[gs-x="16"] {
    left: 59.2593%;
}

.gs-27 > .grid-stack-item[gs-w="17"] {
    width: 62.9629%;
}

.gs-27 > .grid-stack-item[gs-x="17"] {
    left: 62.9629%;
}

.gs-27 > .grid-stack-item[gs-w="18"] {
    width: 66.6667%;
}

.gs-27 > .grid-stack-item[gs-x="18"] {
    left: 66.6667%;
}

.gs-27 > .grid-stack-item[gs-w="19"] {
    width: 70.3704%;
}

.gs-27 > .grid-stack-item[gs-x="19"] {
    left: 70.3704%;
}

.gs-27 > .grid-stack-item[gs-w="20"] {
    width: 74.0741%;
}

.gs-27 > .grid-stack-item[gs-x="20"] {
    left: 74.0741%;
}

.gs-27 > .grid-stack-item[gs-w="21"] {
    width: 77.7778%;
}

.gs-27 > .grid-stack-item[gs-x="21"] {
    left: 77.7778%;
}

.gs-27 > .grid-stack-item[gs-x="22"] {
    width: 81.4815%;
}

.gs-27 > .grid-stack-item[gs-x="22"] {
    left: 81.4815%;
}

.gs-27 > .grid-stack-item[gs-w="23"] {
    width: 85.1852%;
}

.gs-27 > .grid-stack-item[gs-x="23"] {
    left: 85.1852%;
}

.gs-27 > .grid-stack-item[gs-w="24"] {
    width: 88.8889%;
}

.gs-27 > .grid-stack-item[gs-x="24"] {
    left: 88.8889%;
}

.gs-27 > .grid-stack-item[gs-w="25"] {
    width: 92.5926%;
}

.gs-27 > .grid-stack-item[gs-x="25"] {
    left: 92.5926%;
}

.gs-27 > .grid-stack-item[gs-w="26"] {
    width: 96.2963%;
}

.gs-27 > .grid-stack-item[gs-x="26"] {
    left: 96.2963%;
}

.gs-27 > .grid-stack-item[gs-w="27"] {
    width: 100%;
}

/* 28 Column */
.gs-28 > .grid-stack-item {
    width: 3.5714%;
}

.gs-28 > .grid-stack-item[gs-x="1"] {
    left: 3.5714%;
}

.gs-28 > .grid-stack-item[gs-w="2"] {
    width: 7.1429%;
}

.gs-28 > .grid-stack-item[gs-x="2"] {
    left: 7.1429%;
}

.gs-28 > .grid-stack-item[gs-w="3"] {
    width: 10.7143%;
}

.gs-28 > .grid-stack-item[gs-x="3"] {
    left: 10.7143%;
}

.gs-28 > .grid-stack-item[gs-w="4"] {
    width: 14.2857%;
}

.gs-28 > .grid-stack-item[gs-x="4"] {
    left: 14.2857%;
}

.gs-28 > .grid-stack-item[gs-w="5"] {
    width: 17.8571%;
}

.gs-28 > .grid-stack-item[gs-x="5"] {
    left: 17.8571%;
}

.gs-28 > .grid-stack-item[gs-w="6"] {
    width: 21.4286%;
}

.gs-28 > .grid-stack-item[gs-x="6"] {
    left: 21.4286%;
}

.gs-28 > .grid-stack-item[gs-w="7"] {
    width: 25.0000%;
}

.gs-28 > .grid-stack-item[gs-x="7"] {
    left: 25.0000%;
}

.gs-28 > .grid-stack-item[gs-w="8"] {
    width: 28.5714%;
}

.gs-28 > .grid-stack-item[gs-x="8"] {
    left: 28.5714%;
}

.gs-28 > .grid-stack-item[gs-w="9"] {
    width: 32.1429%;
}

.gs-28 > .grid-stack-item[gs-x="9"] {
    left: 32.1429%;
}

.gs-28 > .grid-stack-item[gs-w="10"] {
    width: 35.7143%;
}

.gs-28 > .grid-stack-item[gs-x="10"] {
    left: 35.7143%;
}

.gs-28 > .grid-stack-item[gs-w="11"] {
    width: 39.2857%;
}

.gs-28 > .grid-stack-item[gs-x="11"] {
    left: 39.2857%;
}

.gs-28 > .grid-stack-item[gs-w="12"] {
    width: 42.8571%;
}

.gs-28 > .grid-stack-item[gs-x="12"] {
    left: 42.8571%;
}

.gs-28 > .grid-stack-item[gs-w="13"] {
    width: 46.4286%;
}

.gs-28 > .grid-stack-item[gs-x="13"] {
    left: 46.4286%;
}

.gs-28 > .grid-stack-item[gs-w="14"] {
    width: 50.0000%;
}

.gs-28 > .grid-stack-item[gs-x="14"] {
    left: 50.0000%;
}

.gs-28 > .grid-stack-item[gs-w="15"] {
    width: 53.5714%;
}

.gs-28 > .grid-stack-item[gs-x="15"] {
    left: 53.5714%;
}

.gs-28 > .grid-stack-item[gs-w="16"] {
    width: 57.1429%;
}

.gs-28 > .grid-stack-item[gs-x="16"] {
    left: 57.1429%;
}

.gs-28 > .grid-stack-item[gs-w="17"] {
    width: 60.7143%;
}

.gs-28 > .grid-stack-item[gs-x="17"] {
    left: 60.7143%;
}

.gs-28 > .grid-stack-item[gs-w="18"] {
    width: 64.2857%;
}

.gs-28 > .grid-stack-item[gs-x="18"] {
    left: 64.2857%;
}

.gs-28 > .grid-stack-item[gs-w="19"] {
    width: 67.8571%;
}

.gs-28 > .grid-stack-item[gs-x="19"] {
    left: 67.8571%;
}

.gs-28 > .grid-stack-item[gs-w="20"] {
    width: 71.4286%;
}

.gs-28 > .grid-stack-item[gs-x="20"] {
    left: 71.4286%;
}

.gs-28 > .grid-stack-item[gs-w="21"] {
    width: 75.0000%;
}

.gs-28 > .grid-stack-item[gs-x="21"] {
    left: 75.0000%;
}

.gs-28 > .grid-stack-item[gs-w="22"] {
    width: 78.5714%;
}

.gs-28 > .grid-stack-item[gs-x="22"] {
    left: 78.5714%;
}

.gs-28 > .grid-stack-item[gs-w="23"] {
    width: 82.1429%;
}

.gs-28 > .grid-stack-item[gs-x="23"] {
    left: 82.1429%;
}

.gs-28 > .grid-stack-item[gs-w="24"] {
    width: 85.7143%;
}

.gs-28 > .grid-stack-item[gs-x="24"] {
    left: 85.7143%;
}

.gs-28 > .grid-stack-item[gs-w="25"] {
    width: 89.2857%;
}

.gs-28 > .grid-stack-item[gs-x="25"] {
    left: 89.2857%;
}

.gs-28 > .grid-stack-item[gs-w="26"] {
    width: 92.8571%;
}

.gs-28 > .grid-stack-item[gs-x="26"] {
    left: 92.8571%;
}

.gs-28 > .grid-stack-item[gs-w="27"] {
    width: 96.4286%;
}

.gs-28 > .grid-stack-item[gs-x="27"] {
    left: 96.4286%;
}

.gs-28 > .grid-stack-item[gs-w="28"] {
    width: 100%;
}

/* 29 Column */
.gs-29 > .grid-stack-item {
    width: 3.4483%;
}

.gs-29 > .grid-stack-item[gs-x="1"] {
    left: 3.4483%;
}

.gs-29 > .grid-stack-item[gs-w="2"] {
    width: 6.8966%;
}

.gs-29 > .grid-stack-item[gs-x="2"] {
    left: 6.8966%;
}

.gs-29 > .grid-stack-item[gs-w="3"] {
    width: 10.3448%;
}

.gs-29 > .grid-stack-item[gs-x="3"] {
    left: 10.3448%;
}

.gs-29 > .grid-stack-item[gs-w="4"] {
    width: 13.7931%;
}

.gs-29 > .grid-stack-item[gs-x="4"] {
    left: 13.7931%;
}

.gs-29 > .grid-stack-item[gs-w="5"] {
    width: 17.2414%;
}

.gs-29 > .grid-stack-item[gs-x="5"] {
    left: 17.2414%;
}

.gs-29 > .grid-stack-item[gs-w="6"] {
    width: 20.6897%;
}

.gs-29 > .grid-stack-item[gs-x="6"] {
    left: 20.6897%;
}

.gs-29 > .grid-stack-item[gs-w="7"] {
    width: 24.1379%;
}

.gs-29 > .grid-stack-item[gs-x="7"] {
    left: 24.1379%;
}

.gs-29 > .grid-stack-item[gs-w="8"] {
    width: 27.5862%;
}

.gs-29 > .grid-stack-item[gs-x="8"] {
    left: 27.5862%;
}

.gs-29 > .grid-stack-item[gs-w="9"] {
    width: 31.0345%;
}

.gs-29 > .grid-stack-item[gs-x="9"] {
    left: 31.0345%;
}

.gs-29 > .grid-stack-item[gs-w="10"] {
    width: 34.4828%;
}

.gs-29 > .grid-stack-item[gs-x="10"] {
    left: 34.4828%;
}

.gs-29 > .grid-stack-item[gs-w="11"] {
    width: 37.9310%;
}

.gs-29 > .grid-stack-item[gs-x="11"] {
    left: 37.9310%;
}

.gs-29 > .grid-stack-item[gs-w="12"] {
    width: 41.3793%;
}

.gs-29 > .grid-stack-item[gs-x="12"] {
    left: 41.3793%;
}

.gs-29 > .grid-stack-item[gs-w="13"] {
    width: 44.8276%;
}

.gs-29 > .grid-stack-item[gs-x="13"] {
    left: 44.8276%;
}

.gs-29 > .grid-stack-item[gs-w="14"] {
    width: 48.2759%;
}

.gs-29 > .grid-stack-item[gs-x="14"] {
    left: 48.2759%;
}

.gs-29 > .grid-stack-item[gs-w="15"] {
    width: 51.7241%;
}

.gs-29 > .grid-stack-item[gs-x="15"] {
    left: 51.7241%;
}

.gs-29 > .grid-stack-item[gs-w="16"] {
    width: 55.1724%;
}

.gs-29 > .grid-stack-item[gs-x="16"] {
    left: 55.1724%;
}

.gs-29 > .grid-stack-item[gs-w="17"] {
    width: 58.6207%;
}

.gs-29 > .grid-stack-item[gs-x="17"] {
    left: 58.6207%;
}

.gs-29 > .grid-stack-item[gs-w="18"] {
    width: 62.0689%;
}

.gs-29 > .grid-stack-item[gs-x="18"] {
    left: 62.0689%;
}

.gs-29 > .grid-stack-item[gs-w="19"] {
    width: 65.5172%;
}

.gs-29 > .grid-stack-item[gs-x="19"] {
    left: 65.5172%;
}

.gs-29 > .grid-stack-item[gs-w="20"] {
    width: 68.9655%;
}

.gs-29 > .grid-stack-item[gs-x="20"] {
    left: 68.9655%;
}

.gs-29 > .grid-stack-item[gs-w="21"] {
    width: 72.4138%;
}

.gs-29 > .grid-stack-item[gs-x="21"] {
    left: 72.4138%;
}

.gs-29 > .grid-stack-item[gs-w="22"] {
    width: 75.8621%;
}

.gs-29 > .grid-stack-item[gs-x="22"] {
    left: 75.8621%;
}

.gs-29 > .grid-stack-item[gs-w="23"] {
    width: 79.3103%;
}

.gs-29 > .grid-stack-item[gs-x="23"] {
    left: 79.3103%;
}

.gs-29 > .grid-stack-item[gs-w="24"] {
    width: 82.7586%;
}

.gs-29 > .grid-stack-item[gs-x="24"] {
    left: 82.7586%;
}

.gs-29 > .grid-stack-item[gs-w="25"] {
    width: 86.2069%;
}

.gs-29 > .grid-stack-item[gs-x="25"] {
    left: 86.2069%;
}

.gs-29 > .grid-stack-item[gs-w="26"] {
    width: 89.6552%;
}

.gs-29 > .grid-stack-item[gs-x="26"] {
    left: 89.6552%;
}

.gs-29 > .grid-stack-item[gs-w="27"] {
    width: 93.1034%;
}

.gs-29 > .grid-stack-item[gs-x="27"] {
    left: 93.1034%;
}

.gs-29 > .grid-stack-item[gs-x="28"] {
    width: 96.5517%;
}

.gs-29 > .grid-stack-item[gs-x="28"] {
    left: 96.5517%;
}

.gs-29 > .grid-stack-item[gs-w="29"] {
    width: 100%;
}

/* 30 Column */
.gs-30 > .grid-stack-item {
    width: 3.3333%;
}

.gs-30 > .grid-stack-item[gs-x="1"] {
    left: 3.3333%;
}

.gs-30 > .grid-stack-item[gs-x="2"] {
    width: 6.6667%;
}

.gs-30 > .grid-stack-item[gs-x="2"] {
    left: 6.6667%;
}

.gs-30 > .grid-stack-item[gs-x="3"] {
    width: 10.0000%;
}

.gs-30 > .grid-stack-item[gs-x="3"] {
    left: 10.0000%;
}

.gs-30 > .grid-stack-item[gs-x="4"] {
    width: 13.3333%;
}

.gs-30 > .grid-stack-item[gs-x="4"] {
    left: 13.3333%;
}

.gs-30 > .grid-stack-item[gs-x="5"] {
    width: 16.6667%;
}

.gs-30 > .grid-stack-item[gs-x="5"] {
    left: 16.6667%;
}

.gs-30 > .grid-stack-item[gs-w="6"] {
    width: 20.0000%;
}

.gs-30 > .grid-stack-item[gs-x="6"] {
    left: 20.0000%;
}

.gs-30 > .grid-stack-item[gs-w="7"] {
    width: 23.3333%;
}

.gs-30 > .grid-stack-item[gs-x="7"] {
    left: 23.3333%;
}

.gs-30 > .grid-stack-item[gs-w="8"] {
    width: 26.6667%;
}

.gs-30 > .grid-stack-item[gs-x="8"] {
    left: 26.6667%;
}

.gs-30 > .grid-stack-item[gs-w="9"] {
    width: 30.0000%;
}

.gs-30 > .grid-stack-item[gs-x="9"] {
    left: 30.0000%;
}

.gs-30 > .grid-stack-item[gs-w="10"] {
    width: 33.3333%;
}

.gs-30 > .grid-stack-item[gs-x="10"] {
    left: 33.3333%;
}

.gs-30 > .grid-stack-item[gs-w="11"] {
    width: 36.6667%;
}

.gs-30 > .grid-stack-item[gs-x="11"] {
    left: 36.6667%;
}

.gs-30 > .grid-stack-item[gs-w="12"] {
    width: 40.0000%;
}

.gs-30 > .grid-stack-item[gs-x="12"] {
    left: 40.0000%;
}

.gs-30 > .grid-stack-item[gs-w="13"] {
    width: 43.3333%;
}

.gs-30 > .grid-stack-item[gs-x="13"] {
    left: 43.3333%;
}

.gs-30 > .grid-stack-item[gs-w="14"] {
    width: 46.6667%;
}

.gs-30 > .grid-stack-item[gs-x="14"] {
    left: 46.6667%;
}

.gs-30 > .grid-stack-item[gs-w="15"] {
    width: 50.0000%;
}

.gs-30 > .grid-stack-item[gs-x="15"] {
    left: 50.0000%;
}

.gs-30 > .grid-stack-item[gs-w="16"] {
    width: 53.3333%;
}

.gs-30 > .grid-stack-item[gs-x="16"] {
    left: 53.3333%;
}

.gs-30 > .grid-stack-item[gs-w="17"] {
    width: 56.6667%;
}

.gs-30 > .grid-stack-item[gs-x="17"] {
    left: 56.6667%;
}

.gs-30 > .grid-stack-item[gs-w="18"] {
    width: 60.0000%;
}

.gs-30 > .grid-stack-item[gs-x="18"] {
    left: 60.0000%;
}

.gs-30 > .grid-stack-item[gs-w="19"] {
    width: 63.3333%;
}

.gs-30 > .grid-stack-item[gs-x="19"] {
    left: 63.3333%;
}

.gs-30 > .grid-stack-item[gs-w="20"] {
    width: 66.6667%;
}

.gs-30 > .grid-stack-item[gs-x="20"] {
    left: 66.6667%;
}

.gs-30 > .grid-stack-item[gs-w="21"] {
    width: 70.0000%;
}

.gs-30 > .grid-stack-item[gs-x="21"] {
    left: 70.0000%;
}

.gs-30 > .grid-stack-item[gs-w="22"] {
    width: 73.3333%;
}

.gs-30 > .grid-stack-item[gs-x="22"] {
    left: 73.3333%;
}

.gs-30 > .grid-stack-item[gs-w="23"] {
    width: 76.6667%;
}

.gs-30 > .grid-stack-item[gs-x="23"] {
    left: 76.6667%;
}

.gs-30 > .grid-stack-item[gs-w="24"] {
    width: 80.0000%;
}

.gs-30 > .grid-stack-item[gs-x="24"] {
    left: 80.0000%;
}

.gs-30 > .grid-stack-item[gs-w="25"] {
    width: 83.3333%;
}

.gs-30 > .grid-stack-item[gs-x="25"] {
    left: 83.3333%;
}

.gs-30 > .grid-stack-item[gs-w="26"] {
    width: 86.6667%;
}

.gs-30 > .grid-stack-item[gs-x="26"] {
    left: 86.6667%;
}

.gs-30 > .grid-stack-item[gs-w="27"] {
    width: 90.0000%;
}

.gs-30 > .grid-stack-item[gs-x="27"] {
    left: 90.0000%;
}

.gs-30 > .grid-stack-item[gs-w="28"] {
    width: 93.3333%;
}

.gs-30 > .grid-stack-item[gs-x="28"] {
    left: 93.3333%;
}

.gs-30 > .grid-stack-item[gs-w="29"] {
    width: 96.6667%;
}

.gs-30 > .grid-stack-item[gs-x="29"] {
    left: 96.6667%;
}

.gs-30 > .grid-stack-item[gs-w="30"] {
    width: 100%;
}

/* 31 Column */
.gs-31 > .grid-stack-item {
    width: 3.2258%;
}

.gs-31 > .grid-stack-item[gs-x="1"] {
    left: 3.2258%;
}

.gs-31 > .grid-stack-item[gs-x="2"] {
    width: 6.4516%;
}

.gs-31 > .grid-stack-item[gs-x="2"] {
    left: 6.4516%;
}

.gs-31 > .grid-stack-item[gs-x="3"] {
    width: 9.6774%;
}

.gs-31 > .grid-stack-item[gs-x="3"] {
    left: 9.6774%;
}

.gs-31 > .grid-stack-item[gs-x="4"] {
    width: 12.9032%;
}

.gs-31 > .grid-stack-item[gs-x="4"] {
    left: 12.9032%;
}

.gs-31 > .grid-stack-item[gs-x="5"] {
    width: 16.1290%;
}

.gs-31 > .grid-stack-item[gs-x="5"] {
    left: 16.1290%;
}

.gs-31 > .grid-stack-item[gs-x="6"] {
    width: 19.3548%;
}

.gs-31 > .grid-stack-item[gs-x="6"] {
    left: 19.3548%;
}

.gs-31 > .grid-stack-item[gs-x="7"] {
    width: 22.5806%;
}

.gs-31 > .grid-stack-item[gs-x="7"] {
    left: 22.5806%;
}

.gs-31 > .grid-stack-item[gs-x="8"] {
    width: 25.8065%;
}

.gs-31 > .grid-stack-item[gs-x="8"] {
    left: 25.8065%;
}

.gs-31 > .grid-stack-item[gs-x="9"] {
    width: 29.0323%;
}

.gs-31 > .grid-stack-item[gs-x="9"] {
    left: 29.0323%;
}

.gs-31 > .grid-stack-item[gs-x="10"] {
    width: 32.2581%;
}

.gs-31 > .grid-stack-item[gs-x="10"] {
    left: 32.2581%;
}

.gs-31 > .grid-stack-item[gs-x="11"] {
    width: 35.4839%;
}

.gs-31 > .grid-stack-item[gs-x="11"] {
    left: 35.4839%;
}

.gs-31 > .grid-stack-item[gs-x="12"] {
    width: 38.7097%;
}

.gs-31 > .grid-stack-item[gs-x="12"] {
    left: 38.7097%;
}

.gs-31 > .grid-stack-item[gs-x="13"] {
    width: 41.9355%;
}

.gs-31 > .grid-stack-item[gs-x="13"] {
    left: 41.9355%;
}

.gs-31 > .grid-stack-item[gs-x="14"] {
    width: 45.1613%;
}

.gs-31 > .grid-stack-item[gs-x="14"] {
    left: 45.1613%;
}

.gs-31 > .grid-stack-item[gs-x="15"] {
    width: 48.3871%;
}

.gs-31 > .grid-stack-item[gs-x="15"] {
    left: 48.3871%;
}

.gs-31 > .grid-stack-item[gs-x="16"] {
    width: 51.6129%;
}

.gs-31 > .grid-stack-item[gs-x="16"] {
    left: 51.6129%;
}

.gs-31 > .grid-stack-item[gs-x="17"] {
    width: 54.8387%;
}

.gs-31 > .grid-stack-item[gs-x="17"] {
    left: 54.8387%;
}

.gs-31 > .grid-stack-item[gs-x="18"] {
    width: 58.0645%;
}

.gs-31 > .grid-stack-item[gs-x="18"] {
    left: 58.0645%;
}

.gs-31 > .grid-stack-item[gs-x="19"] {
    width: 61.2903%;
}

.gs-31 > .grid-stack-item[gs-x="19"] {
    left: 61.2903%;
}

.gs-31 > .grid-stack-item[gs-x="20"] {
    width: 64.5161%;
}

.gs-31 > .grid-stack-item[gs-x="20"] {
    left: 64.5161%;
}

.gs-31 > .grid-stack-item[gs-x="21"] {
    width: 67.7419%;
}

.gs-31 > .grid-stack-item[gs-x="21"] {
    left: 67.7419%;
}

.gs-31 > .grid-stack-item[gs-x="22"] {
    width: 70.9677%;
}

.gs-31 > .grid-stack-item[gs-x="22"] {
    left: 70.9677%;
}

.gs-31 > .grid-stack-item[gs-x="23"] {
    width: 74.1935%;
}

.gs-31 > .grid-stack-item[gs-x="23"] {
    left: 74.1935%;
}

.gs-31 > .grid-stack-item[gs-x="24"] {
    width: 77.4194%;
}

.gs-31 > .grid-stack-item[gs-x="24"] {
    left: 77.4194%;
}

.gs-31 > .grid-stack-item[gs-x="25"] {
    width: 80.6452%;
}

.gs-31 > .grid-stack-item[gs-x="25"] {
    left: 80.6452%;
}

.gs-31 > .grid-stack-item[gs-x="26"] {
    width: 83.8709%;
}

.gs-31 > .grid-stack-item[gs-x="26"] {
    left: 83.8709%;
}

.gs-31 > .grid-stack-item[gs-x="27"] {
    width: 87.0968%;
}

.gs-31 > .grid-stack-item[gs-x="27"] {
    left: 87.0968%;
}

.gs-31 > .grid-stack-item[gs-x="28"] {
    width: 90.3226%;
}

.gs-31 > .grid-stack-item[gs-x="28"] {
    left: 90.3226%;
}

.gs-31 > .grid-stack-item[gs-w="29"] {
    width: 93.5484%;
}

.gs-31 > .grid-stack-item[gs-x="29"] {
    left: 93.5484%;
}

.gs-31 > .grid-stack-item[gs-w="30"] {
    width: 96.7742%;
}

.gs-31 > .grid-stack-item[gs-x="30"] {
    left: 96.7742%;
}

.gs-31 > .grid-stack-item[gs-w="31"] {
    width: 100%;
}

/* 32 Column */
.gs-32 > .grid-stack-item {
    width: 3.1250%;
}

.gs-32 > .grid-stack-item[gs-x="1"] {
    left: 3.1250%;
}

.gs-32 > .grid-stack-item[gs-x="2"] {
    width: 6.2500%;
}

.gs-32 > .grid-stack-item[gs-x="2"] {
    left: 6.2500%;
}

.gs-32 > .grid-stack-item[gs-x="3"] {
    width: 9.3750%;
}

.gs-32 > .grid-stack-item[gs-x="3"] {
    left: 9.3750%;
}

.gs-32 > .grid-stack-item[gs-x="4"] {
    width: 12.5000%;
}

.gs-32 > .grid-stack-item[gs-x="4"] {
    left: 12.5000%;
}

.gs-32 > .grid-stack-item[gs-x="5"] {
    width: 15.6250%;
}

.gs-32 > .grid-stack-item[gs-x="5"] {
    left: 15.6250%;
}

.gs-32 > .grid-stack-item[gs-x="6"] {
    width: 18.7500%;
}

.gs-32 > .grid-stack-item[gs-x="6"] {
    left: 18.7500%;
}

.gs-32 > .grid-stack-item[gs-x="7"] {
    width: 21.8750%;
}

.gs-32 > .grid-stack-item[gs-x="7"] {
    left: 21.8750%;
}

.gs-32 > .grid-stack-item[gs-x="8"] {
    width: 25.0000%;
}

.gs-32 > .grid-stack-item[gs-x="8"] {
    left: 25.0000%;
}

.gs-32 > .grid-stack-item[gs-x="9"] {
    width: 28.1250%;
}

.gs-32 > .grid-stack-item[gs-x="9"] {
    left: 28.1250%;
}

.gs-32 > .grid-stack-item[gs-x="10"] {
    width: 31.2500%;
}

.gs-32 > .grid-stack-item[gs-x="10"] {
    left: 31.2500%;
}

.gs-32 > .grid-stack-item[gs-x="11"] {
    width: 34.3750%;
}

.gs-32 > .grid-stack-item[gs-x="11"] {
    left: 34.3750%;
}

.gs-32 > .grid-stack-item[gs-x="12"] {
    width: 37.5000%;
}

.gs-32 > .grid-stack-item[gs-x="12"] {
    left: 37.5000%;
}

.gs-32 > .grid-stack-item[gs-x="13"] {
    width: 40.6250%;
}

.gs-32 > .grid-stack-item[gs-x="13"] {
    left: 40.6250%;
}

.gs-32 > .grid-stack-item[gs-x="14"] {
    width: 43.7500%;
}

.gs-32 > .grid-stack-item[gs-x="14"] {
    left: 43.7500%;
}

.gs-32 > .grid-stack-item[gs-x="15"] {
    width: 46.8750%;
}

.gs-32 > .grid-stack-item[gs-x="15"] {
    left: 46.8750%;
}

.gs-32 > .grid-stack-item[gs-x="16"] {
    width: 50.0000%;
}

.gs-32 > .grid-stack-item[gs-x="16"] {
    left: 50.0000%;
}

.gs-32 > .grid-stack-item[gs-x="17"] {
    width: 53.1250%;
}

.gs-32 > .grid-stack-item[gs-x="17"] {
    left: 53.1250%;
}

.gs-32 > .grid-stack-item[gs-x="18"] {
    width: 56.2500%;
}

.gs-32 > .grid-stack-item[gs-x="18"] {
    left: 56.2500%;
}

.gs-32 > .grid-stack-item[gs-x="19"] {
    width: 59.3750%;
}

.gs-32 > .grid-stack-item[gs-x="19"] {
    left: 59.3750%;
}

.gs-32 > .grid-stack-item[gs-x="20"] {
    width: 62.5000%;
}

.gs-32 > .grid-stack-item[gs-x="20"] {
    left: 62.5000%;
}

.gs-32 > .grid-stack-item[gs-x="21"] {
    width: 65.6250%;
}

.gs-32 > .grid-stack-item[gs-x="21"] {
    left: 65.6250%;
}

.gs-32 > .grid-stack-item[gs-x="22"] {
    width: 68.7500%;
}

.gs-32 > .grid-stack-item[gs-x="22"] {
    left: 68.7500%;
}

.gs-32 > .grid-stack-item[gs-x="23"] {
    width: 71.8750%;
}

.gs-32 > .grid-stack-item[gs-x="23"] {
    left: 71.8750%;
}

.gs-32 > .grid-stack-item[gs-x="24"] {
    width: 75.0000%;
}

.gs-32 > .grid-stack-item[gs-x="24"] {
    left: 75.0000%;
}

.gs-32 > .grid-stack-item[gs-x="25"] {
    width: 78.1250%;
}

.gs-32 > .grid-stack-item[gs-x="25"] {
    left: 78.1250%;
}

.gs-32 > .grid-stack-item[gs-x="26"] {
    width: 81.2500%;
}

.gs-32 > .grid-stack-item[gs-x="26"] {
    left: 81.2500%;
}

.gs-32 > .grid-stack-item[gs-x="27"] {
    width: 84.3750%;
}

.gs-32 > .grid-stack-item[gs-x="27"] {
    left: 84.3750%;
}

.gs-32 > .grid-stack-item[gs-x="28"] {
    width: 87.5000%;
}

.gs-32 > .grid-stack-item[gs-x="28"] {
    left: 87.5000%;
}

.gs-32 > .grid-stack-item[gs-x="29"] {
    width: 90.6250%;
}

.gs-32 > .grid-stack-item[gs-x="29"] {
    left: 90.6250%;
}

.gs-32 > .grid-stack-item[gs-w="30"] {
    width: 93.7500%;
}

.gs-32 > .grid-stack-item[gs-x="30"] {
    left: 93.7500%;
}

.gs-32 > .grid-stack-item[gs-w="31"] {
    width: 96.8750%;
}

.gs-32 > .grid-stack-item[gs-x="31"] {
    left: 96.8750%;
}

.gs-32 > .grid-stack-item[gs-w="32"] {
    width: 100%;
}

/* 33 Column */
.gs-33 > .grid-stack-item {
    width: 3.0303%;
}

.gs-33 > .grid-stack-item[gs-x="1"] {
    left: 3.0303%;
}

.gs-33 > .grid-stack-item[gs-x="2"] {
    width: 6.0606%;
}

.gs-33 > .grid-stack-item[gs-x="2"] {
    left: 6.0606%;
}

.gs-33 > .grid-stack-item[gs-x="3"] {
    width: 9.0909%;
}

.gs-33 > .grid-stack-item[gs-x="3"] {
    left: 9.0909%;
}

.gs-33 > .grid-stack-item[gs-x="4"] {
    width: 12.1212%;
}

.gs-33 > .grid-stack-item[gs-x="4"] {
    left: 12.1212%;
}

.gs-33 > .grid-stack-item[gs-x="5"] {
    width: 15.1515%;
}

.gs-33 > .grid-stack-item[gs-x="5"] {
    left: 15.1515%;
}

.gs-33 > .grid-stack-item[gs-x="6"] {
    width: 18.1818%;
}

.gs-33 > .grid-stack-item[gs-x="6"] {
    left: 18.1818%;
}

.gs-33 > .grid-stack-item[gs-x="7"] {
    width: 21.2121%;
}

.gs-33 > .grid-stack-item[gs-x="7"] {
    left: 21.2121%;
}

.gs-33 > .grid-stack-item[gs-x="8"] {
    width: 24.2424%;
}

.gs-33 > .grid-stack-item[gs-x="8"] {
    left: 24.2424%;
}

.gs-33 > .grid-stack-item[gs-x="9"] {
    width: 27.2727%;
}

.gs-33 > .grid-stack-item[gs-x="9"] {
    left: 27.2727%;
}

.gs-33 > .grid-stack-item[gs-x="10"] {
    width: 30.3030%;
}

.gs-33 > .grid-stack-item[gs-x="10"] {
    left: 30.3030%;
}

.gs-33 > .grid-stack-item[gs-x="11"] {
    width: 33.3333%;
}

.gs-33 > .grid-stack-item[gs-x="11"] {
    left: 33.3333%;
}

.gs-33 > .grid-stack-item[gs-x="12"] {
    width: 36.3636%;
}

.gs-33 > .grid-stack-item[gs-x="12"] {
    left: 36.3636%;
}

.gs-33 > .grid-stack-item[gs-x="13"] {
    width: 39.3939%;
}

.gs-33 > .grid-stack-item[gs-x="13"] {
    left: 39.3939%;
}

.gs-33 > .grid-stack-item[gs-x="14"] {
    width: 42.4242%;
}

.gs-33 > .grid-stack-item[gs-x="14"] {
    left: 42.4242%;
}

.gs-33 > .grid-stack-item[gs-x="15"] {
    width: 45.4545%;
}

.gs-33 > .grid-stack-item[gs-x="15"] {
    left: 45.4545%;
}

.gs-33 > .grid-stack-item[gs-x="16"] {
    width: 48.4848%;
}

.gs-33 > .grid-stack-item[gs-x="16"] {
    left: 48.4848%;
}

.gs-33 > .grid-stack-item[gs-x="17"] {
    width: 51.5152%;
}

.gs-33 > .grid-stack-item[gs-x="17"] {
    left: 51.5152%;
}

.gs-33 > .grid-stack-item[gs-x="18"] {
    width: 54.5455%;
}

.gs-33 > .grid-stack-item[gs-x="18"] {
    left: 54.5455%;
}

.gs-33 > .grid-stack-item[gs-x="19"] {
    width: 57.5758%;
}

.gs-33 > .grid-stack-item[gs-x="19"] {
    left: 57.5758%;
}

.gs-33 > .grid-stack-item[gs-x="20"] {
    width: 60.6061%;
}

.gs-33 > .grid-stack-item[gs-x="20"] {
    left: 60.6061%;
}

.gs-33 > .grid-stack-item[gs-x="21"] {
    width: 63.6364%;
}

.gs-33 > .grid-stack-item[gs-x="21"] {
    left: 63.6364%;
}

.gs-33 > .grid-stack-item[gs-x="22"] {
    width: 66.6667%;
}

.gs-33 > .grid-stack-item[gs-x="22"] {
    left: 66.6667%;
}

.gs-33 > .grid-stack-item[gs-x="23"] {
    width: 69.6969%;
}

.gs-33 > .grid-stack-item[gs-x="23"] {
    left: 69.6969%;
}

.gs-33 > .grid-stack-item[gs-x="24"] {
    width: 72.7273%;
}

.gs-33 > .grid-stack-item[gs-x="24"] {
    left: 72.7273%;
}

.gs-33 > .grid-stack-item[gs-x="25"] {
    width: 75.7576%;
}

.gs-33 > .grid-stack-item[gs-x="25"] {
    left: 75.7576%;
}

.gs-33 > .grid-stack-item[gs-x="26"] {
    width: 78.7879%;
}

.gs-33 > .grid-stack-item[gs-x="26"] {
    left: 78.7879%;
}

.gs-33 > .grid-stack-item[gs-x="27"] {
    width: 81.8182%;
}

.gs-33 > .grid-stack-item[gs-x="27"] {
    left: 81.8182%;
}

.gs-33 > .grid-stack-item[gs-x="28"] {
    width: 84.8485%;
}

.gs-33 > .grid-stack-item[gs-x="28"] {
    left: 84.8485%;
}

.gs-33 > .grid-stack-item[gs-x="29"] {
    width: 87.8788%;
}

.gs-33 > .grid-stack-item[gs-x="29"] {
    left: 87.8788%;
}

.gs-33 > .grid-stack-item[gs-w="30"] {
    width: 90.9091%;
}

.gs-33 > .grid-stack-item[gs-x="30"] {
    left: 90.9091%;
}

.gs-33 > .grid-stack-item[gs-x="31"] {
    width: 93.9394%;
}

.gs-33 > .grid-stack-item[gs-x="31"] {
    left: 93.9394%;
}

.gs-33 > .grid-stack-item[gs-w="32"] {
    width: 96.9697%;
}

.gs-33 > .grid-stack-item[gs-x="32"] {
    left: 96.9697%;
}

.gs-33 > .grid-stack-item[gs-w="33"] {
    width: 100%;
}

/* 34 Column */
.gs-34 > .grid-stack-item {
    width: 2.9412%;
}

.gs-34 > .grid-stack-item[gs-x="1"] {
    left: 2.9412%;
}

.gs-34 > .grid-stack-item[gs-x="2"] {
    width: 5.8824%;
}

.gs-34 > .grid-stack-item[gs-x="2"] {
    left: 5.8824%;
}

.gs-34 > .grid-stack-item[gs-x="3"] {
    width: 8.8235%;
}

.gs-34 > .grid-stack-item[gs-x="3"] {
    left: 8.8235%;
}

.gs-34 > .grid-stack-item[gs-x="4"] {
    width: 11.7647%;
}

.gs-34 > .grid-stack-item[gs-x="4"] {
    left: 11.7647%;
}

.gs-34 > .grid-stack-item[gs-x="5"] {
    width: 14.7059%;
}

.gs-34 > .grid-stack-item[gs-x="5"] {
    left: 14.7059%;
}

.gs-34 > .grid-stack-item[gs-x="6"] {
    width: 17.6471%;
}

.gs-34 > .grid-stack-item[gs-x="6"] {
    left: 17.6471%;
}

.gs-34 > .grid-stack-item[gs-x="7"] {
    width: 20.5882%;
}

.gs-34 > .grid-stack-item[gs-x="7"] {
    left: 20.5882%;
}

.gs-34 > .grid-stack-item[gs-x="8"] {
    width: 23.5294%;
}

.gs-34 > .grid-stack-item[gs-x="8"] {
    left: 23.5294%;
}

.gs-34 > .grid-stack-item[gs-x="9"] {
    width: 26.4706%;
}

.gs-34 > .grid-stack-item[gs-x="9"] {
    left: 26.4706%;
}

.gs-34 > .grid-stack-item[gs-x="10"] {
    width: 29.4118%;
}

.gs-34 > .grid-stack-item[gs-x="10"] {
    left: 29.4118%;
}

.gs-34 > .grid-stack-item[gs-x="11"] {
    width: 32.3529%;
}

.gs-34 > .grid-stack-item[gs-x="11"] {
    left: 32.3529%;
}

.gs-34 > .grid-stack-item[gs-x="12"] {
    width: 35.2941%;
}

.gs-34 > .grid-stack-item[gs-x="12"] {
    left: 35.2941%;
}

.gs-34 > .grid-stack-item[gs-x="13"] {
    width: 38.2353%;
}

.gs-34 > .grid-stack-item[gs-x="13"] {
    left: 38.2353%;
}

.gs-34 > .grid-stack-item[gs-x="14"] {
    width: 41.1765%;
}

.gs-34 > .grid-stack-item[gs-x="14"] {
    left: 41.1765%;
}

.gs-34 > .grid-stack-item[gs-x="15"] {
    width: 44.1176%;
}

.gs-34 > .grid-stack-item[gs-x="15"] {
    left: 44.1176%;
}

.gs-34 > .grid-stack-item[gs-x="16"] {
    width: 47.0588%;
}

.gs-34 > .grid-stack-item[gs-x="16"] {
    left: 47.0588%;
}

.gs-34 > .grid-stack-item[gs-x="17"] {
    width: 50.0000%;
}

.gs-34 > .grid-stack-item[gs-x="17"] {
    left: 50.0000%;
}

.gs-34 > .grid-stack-item[gs-x="18"] {
    width: 52.9412%;
}

.gs-34 > .grid-stack-item[gs-x="18"] {
    left: 52.9412%;
}

.gs-34 > .grid-stack-item[gs-x="19"] {
    width: 55.8824%;
}

.gs-34 > .grid-stack-item[gs-x="19"] {
    left: 55.8824%;
}

.gs-34 > .grid-stack-item[gs-x="20"] {
    width: 58.8235%;
}

.gs-34 > .grid-stack-item[gs-x="20"] {
    left: 58.8235%;
}

.gs-34 > .grid-stack-item[gs-x="21"] {
    width: 61.7647%;
}

.gs-34 > .grid-stack-item[gs-x="21"] {
    left: 61.7647%;
}

.gs-34 > .grid-stack-item[gs-x="22"] {
    width: 64.7059%;
}

.gs-34 > .grid-stack-item[gs-x="22"] {
    left: 64.7059%;
}

.gs-34 > .grid-stack-item[gs-x="23"] {
    width: 67.6471%;
}

.gs-34 > .grid-stack-item[gs-x="23"] {
    left: 67.6471%;
}

.gs-34 > .grid-stack-item[gs-x="24"] {
    width: 70.5882%;
}

.gs-34 > .grid-stack-item[gs-x="24"] {
    left: 70.5882%;
}

.gs-34 > .grid-stack-item[gs-x="25"] {
    width: 73.5294%;
}

.gs-34 > .grid-stack-item[gs-x="25"] {
    left: 73.5294%;
}

.gs-34 > .grid-stack-item[gs-x="26"] {
    width: 76.4706%;
}

.gs-34 > .grid-stack-item[gs-x="26"] {
    left: 76.4706%;
}

.gs-34 > .grid-stack-item[gs-x="27"] {
    width: 79.4118%;
}

.gs-34 > .grid-stack-item[gs-x="27"] {
    left: 79.4118%;
}

.gs-34 > .grid-stack-item[gs-x="28"] {
    width: 82.3529%;
}

.gs-34 > .grid-stack-item[gs-x="28"] {
    left: 82.3529%;
}

.gs-34 > .grid-stack-item[gs-x="29"] {
    width: 85.2941%;
}

.gs-34 > .grid-stack-item[gs-x="29"] {
    left: 85.2941%;
}

.gs-34 > .grid-stack-item[gs-w="30"] {
    width: 88.2353%;
}

.gs-34 > .grid-stack-item[gs-x="30"] {
    left: 88.2353%;
}

.gs-34 > .grid-stack-item[gs-x="31"] {
    width: 91.1765%;
}

.gs-34 > .grid-stack-item[gs-x="31"] {
    left: 91.1765%;
}

.gs-34 > .grid-stack-item[gs-w="32"] {
    width: 94.1176%;
}

.gs-34 > .grid-stack-item[gs-x="32"] {
    left: 94.1176%;
}

.gs-34 > .grid-stack-item[gs-w="33"] {
    width: 97.0588%;
}

.gs-34 > .grid-stack-item[gs-x="33"] {
    left: 97.0588%;
}

.gs-34 > .grid-stack-item[gs-w="34"] {
    width: 100%;
}

/* 35 Column */
.gs-35 > .grid-stack-item {
    width: 2.8571%;
}

.gs-35 > .grid-stack-item[gs-x="1"] {
    left: 2.8571%;
}

.gs-35 > .grid-stack-item[gs-x="2"] {
    width: 5.7143%;
}

.gs-35 > .grid-stack-item[gs-x="2"] {
    left: 5.7143%;
}

.gs-35 > .grid-stack-item[gs-x="3"] {
    width: 8.5714%;
}

.gs-35 > .grid-stack-item[gs-x="3"] {
    left: 8.5714%;
}

.gs-35 > .grid-stack-item[gs-x="4"] {
    width: 11.4286%;
}

.gs-35 > .grid-stack-item[gs-x="4"] {
    left: 11.4286%;
}

.gs-35 > .grid-stack-item[gs-x="5"] {
    width: 14.2857%;
}

.gs-35 > .grid-stack-item[gs-x="5"] {
    left: 14.2857%;
}

.gs-35 > .grid-stack-item[gs-x="6"] {
    width: 17.1429%;
}

.gs-35 > .grid-stack-item[gs-x="6"] {
    left: 17.1429%;
}

.gs-35 > .grid-stack-item[gs-x="7"] {
    width: 20.0000%;
}

.gs-35 > .grid-stack-item[gs-x="7"] {
    left: 20.0000%;
}

.gs-35 > .grid-stack-item[gs-x="8"] {
    width: 22.8571%;
}

.gs-35 > .grid-stack-item[gs-x="8"] {
    left: 22.8571%;
}

.gs-35 > .grid-stack-item[gs-x="9"] {
    width: 25.7143%;
}

.gs-35 > .grid-stack-item[gs-x="9"] {
    left: 25.7143%;
}

.gs-35 > .grid-stack-item[gs-x="10"] {
    width: 28.5714%;
}

.gs-35 > .grid-stack-item[gs-x="10"] {
    left: 28.5714%;
}

.gs-35 > .grid-stack-item[gs-x="11"] {
    width: 31.4286%;
}

.gs-35 > .grid-stack-item[gs-x="11"] {
    left: 31.4286%;
}

.gs-35 > .grid-stack-item[gs-x="12"] {
    width: 34.2857%;
}

.gs-35 > .grid-stack-item[gs-x="12"] {
    left: 34.2857%;
}

.gs-35 > .grid-stack-item[gs-x="13"] {
    width: 37.1429%;
}

.gs-35 > .grid-stack-item[gs-x="13"] {
    left: 37.1429%;
}

.gs-35 > .grid-stack-item[gs-x="14"] {
    width: 40.0000%;
}

.gs-35 > .grid-stack-item[gs-x="14"] {
    left: 40.0000%;
}

.gs-35 > .grid-stack-item[gs-x="15"] {
    width: 42.8571%;
}

.gs-35 > .grid-stack-item[gs-x="15"] {
    left: 42.8571%;
}

.gs-35 > .grid-stack-item[gs-x="16"] {
    width: 45.7143%;
}

.gs-35 > .grid-stack-item[gs-x="16"] {
    left: 45.7143%;
}

.gs-35 > .grid-stack-item[gs-x="17"] {
    width: 48.5714%;
}

.gs-35 > .grid-stack-item[gs-x="17"] {
    left: 48.5714%;
}

.gs-35 > .grid-stack-item[gs-x="18"] {
    width: 51.4286%;
}

.gs-35 > .grid-stack-item[gs-x="18"] {
    left: 51.4286%;
}

.gs-35 > .grid-stack-item[gs-x="19"] {
    width: 54.2857%;
}

.gs-35 > .grid-stack-item[gs-x="19"] {
    left: 54.2857%;
}

.gs-35 > .grid-stack-item[gs-x="20"] {
    width: 57.1429%;
}

.gs-35 > .grid-stack-item[gs-x="20"] {
    left: 57.1429%;
}

.gs-35 > .grid-stack-item[gs-x="21"] {
    width: 60.0000%;
}

.gs-35 > .grid-stack-item[gs-x="21"] {
    left: 60.0000%;
}

.gs-35 > .grid-stack-item[gs-x="22"] {
    width: 62.8571%;
}

.gs-35 > .grid-stack-item[gs-x="22"] {
    left: 62.8571%;
}

.gs-35 > .grid-stack-item[gs-x="23"] {
    width: 65.7143%;
}

.gs-35 > .grid-stack-item[gs-x="23"] {
    left: 65.7143%;
}

.gs-35 > .grid-stack-item[gs-x="24"] {
    width: 68.5714%;
}

.gs-35 > .grid-stack-item[gs-x="24"] {
    left: 68.5714%;
}

.gs-35 > .grid-stack-item[gs-x="25"] {
    width: 71.4286%;
}

.gs-35 > .grid-stack-item[gs-x="25"] {
    left: 71.4286%;
}

.gs-35 > .grid-stack-item[gs-x="26"] {
    width: 74.2857%;
}

.gs-35 > .grid-stack-item[gs-x="26"] {
    left: 74.2857%;
}

.gs-35 > .grid-stack-item[gs-x="27"] {
    width: 77.1429%;
}

.gs-35 > .grid-stack-item[gs-x="27"] {
    left: 77.1429%;
}

.gs-35 > .grid-stack-item[gs-x="28"] {
    width: 80.0000%;
}

.gs-35 > .grid-stack-item[gs-x="28"] {
    left: 80.0000%;
}

.gs-35 > .grid-stack-item[gs-x="29"] {
    width: 82.8571%;
}

.gs-35 > .grid-stack-item[gs-x="29"] {
    left: 82.8571%;
}

.gs-35 > .grid-stack-item[gs-x="30"] {
    width: 85.7143%;
}

.gs-35 > .grid-stack-item[gs-x="30"] {
    left: 85.7143%;
}

.gs-35 > .grid-stack-item[gs-x="31"] {
    width: 88.5714%;
}

.gs-35 > .grid-stack-item[gs-x="31"] {
    left: 88.5714%;
}

.gs-35 > .grid-stack-item[gs-w="32"] {
    width: 91.4286%;
}

.gs-35 > .grid-stack-item[gs-x="32"] {
    left: 91.4286%;
}

.gs-35 > .grid-stack-item[gs-x="33"] {
    width: 94.2857%;
}

.gs-35 > .grid-stack-item[gs-x="33"] {
    left: 94.2857%;
}

.gs-35 > .grid-stack-item[gs-w="34"] {
    width: 97.1429%;
}

.gs-35 > .grid-stack-item[gs-x="34"] {
    left: 97.1429%;
}

.gs-35 > .grid-stack-item[gs-w="35"] {
    width: 100%;
}

/* 36 Column */
.gs-36 > .grid-stack-item {
    width: 2.7778%;
}

.gs-36 > .grid-stack-item[gs-x="1"] {
    left: 2.7778%;
}

.gs-36 > .grid-stack-item[gs-x="2"] {
    width: 5.5556%;
}

.gs-36 > .grid-stack-item[gs-x="2"] {
    left: 5.5556%;
}

.gs-36 > .grid-stack-item[gs-x="3"] {
    width: 8.3333%;
}

.gs-36 > .grid-stack-item[gs-x="3"] {
    left: 8.3333%;
}

.gs-36 > .grid-stack-item[gs-x="4"] {
    width: 11.1111%;
}

.gs-36 > .grid-stack-item[gs-x="4"] {
    left: 11.1111%;
}

.gs-36 > .grid-stack-item[gs-x="5"] {
    width: 13.8889%;
}

.gs-36 > .grid-stack-item[gs-x="5"] {
    left: 13.8889%;
}

.gs-36 > .grid-stack-item[gs-x="6"] {
    width: 16.6667%;
}

.gs-36 > .grid-stack-item[gs-x="6"] {
    left: 16.6667%;
}

.gs-36 > .grid-stack-item[gs-x="7"] {
    width: 19.4444%;
}

.gs-36 > .grid-stack-item[gs-x="7"] {
    left: 19.4444%;
}

.gs-36 > .grid-stack-item[gs-x="8"] {
    width: 22.2222%;
}

.gs-36 > .grid-stack-item[gs-x="8"] {
    left: 22.2222%;
}

.gs-36 > .grid-stack-item[gs-x="9"] {
    width: 25.0000%;
}

.gs-36 > .grid-stack-item[gs-x="9"] {
    left: 25.0000%;
}

.gs-36 > .grid-stack-item[gs-x="10"] {
    width: 27.7778%;
}

.gs-36 > .grid-stack-item[gs-x="10"] {
    left: 27.7778%;
}

.gs-36 > .grid-stack-item[gs-x="11"] {
    width: 30.5556%;
}

.gs-36 > .grid-stack-item[gs-x="11"] {
    left: 30.5556%;
}

.gs-36 > .grid-stack-item[gs-x="12"] {
    width: 33.3333%;
}

.gs-36 > .grid-stack-item[gs-x="12"] {
    left: 33.3333%;
}

.gs-36 > .grid-stack-item[gs-x="13"] {
    width: 36.1111%;
}

.gs-36 > .grid-stack-item[gs-x="13"] {
    left: 36.1111%;
}

.gs-36 > .grid-stack-item[gs-x="14"] {
    width: 38.8889%;
}

.gs-36 > .grid-stack-item[gs-x="14"] {
    left: 38.8889%;
}

.gs-36 > .grid-stack-item[gs-x="15"] {
    width: 41.6667%;
}

.gs-36 > .grid-stack-item[gs-x="15"] {
    left: 41.6667%;
}

.gs-36 > .grid-stack-item[gs-x="16"] {
    width: 44.4444%;
}

.gs-36 > .grid-stack-item[gs-x="16"] {
    left: 44.4444%;
}

.gs-36 > .grid-stack-item[gs-x="17"] {
    width: 47.2222%;
}

.gs-36 > .grid-stack-item[gs-x="17"] {
    left: 47.2222%;
}

.gs-36 > .grid-stack-item[gs-x="18"] {
    width: 50.0000%;
}

.gs-36 > .grid-stack-item[gs-x="18"] {
    left: 50.0000%;
}

.gs-36 > .grid-stack-item[gs-x="19"] {
    width: 52.7778%;
}

.gs-36 > .grid-stack-item[gs-x="19"] {
    left: 52.7778%;
}

.gs-36 > .grid-stack-item[gs-x="20"] {
    width: 55.5556%;
}

.gs-36 > .grid-stack-item[gs-x="20"] {
    left: 55.5556%;
}

.gs-36 > .grid-stack-item[gs-x="21"] {
    width: 58.3333%;
}

.gs-36 > .grid-stack-item[gs-x="21"] {
    left: 58.3333%;
}

.gs-36 > .grid-stack-item[gs-x="22"] {
    width: 61.1111%;
}

.gs-36 > .grid-stack-item[gs-x="22"] {
    left: 61.1111%;
}

.gs-36 > .grid-stack-item[gs-x="23"] {
    width: 63.8889%;
}

.gs-36 > .grid-stack-item[gs-x="23"] {
    left: 63.8889%;
}

.gs-36 > .grid-stack-item[gs-x="24"] {
    width: 66.6667%;
}

.gs-36 > .grid-stack-item[gs-x="24"] {
    left: 66.6667%;
}

.gs-36 > .grid-stack-item[gs-x="25"] {
    width: 69.4444%;
}

.gs-36 > .grid-stack-item[gs-x="25"] {
    left: 69.4444%;
}

.gs-36 > .grid-stack-item[gs-x="26"] {
    width: 72.2222%;
}

.gs-36 > .grid-stack-item[gs-x="26"] {
    left: 72.2222%;
}

.gs-36 > .grid-stack-item[gs-x="27"] {
    width: 75.0000%;
}

.gs-36 > .grid-stack-item[gs-x="27"] {
    left: 75.0000%;
}

.gs-36 > .grid-stack-item[gs-x="28"] {
    width: 77.7778%;
}

.gs-36 > .grid-stack-item[gs-x="28"] {
    left: 77.7778%;
}

.gs-36 > .grid-stack-item[gs-x="29"] {
    width: 80.5556%;
}

.gs-36 > .grid-stack-item[gs-x="29"] {
    left: 80.5556%;
}

.gs-36 > .grid-stack-item[gs-x="30"] {
    width: 83.3333%;
}

.gs-36 > .grid-stack-item[gs-x="30"] {
    left: 83.3333%;
}

.gs-36 > .grid-stack-item[gs-x="31"] {
    width: 86.1111%;
}

.gs-36 > .grid-stack-item[gs-x="31"] {
    left: 86.1111%;
}

.gs-36 > .grid-stack-item[gs-w="32"] {
    width: 88.8889%;
}

.gs-36 > .grid-stack-item[gs-x="32"] {
    left: 88.8889%;
}

.gs-36 > .grid-stack-item[gs-x="33"] {
    width: 91.6667%;
}

.gs-36 > .grid-stack-item[gs-x="33"] {
    left: 91.6667%;
}

.gs-36 > .grid-stack-item[gs-w="34"] {
    width: 94.4444%;
}

.gs-36 > .grid-stack-item[gs-x="34"] {
    left: 94.4444%;
}

.gs-36 > .grid-stack-item[gs-w="35"] {
    width: 97.2222%;
}

.gs-36 > .grid-stack-item[gs-x="35"] {
    left: 97.2222%;
}

.gs-36 > .grid-stack-item[gs-w="36"] {
    width: 100%;
}


/** 추가 **/
.grid-stack-animate,.grid-stack-animate .grid-stack-item { /* 높을수록 느려짐 */
/*     transition: left .3s,top .3s,height .3s,width .3s */
    transition: left .7s,top .7s,height .7s,width .7s
}

.grid-stack-animate .grid-stack-item.grid-stack-placeholder,.grid-stack-animate .grid-stack-item.ui-draggable-dragging,.grid-stack-animate .grid-stack-item.ui-resizable-resizing {
    transition: left 0s,top 0s,height 0s,width 0s
}