body .vb-element-column {
	--vb-el-mg-bl-st: 0px;
	--vb-el-mg-in-st: 0px;
	--vb-el-mg-bl-en: 0px;
	--vb-el-mg-in-en: 0px;
}

.vb-element-column {
	--vb-col-wt: 100%;
	--vb-col-min-ht: 100%;
	--vb-el-wt: var(--vb-col-wt) !important;
	height: auto!important;
	float: inline-start !important;
	vertical-align: top;
	position: relative;
	display: flex;
	justify-content: center;
	 
}

.vb-element-column > .vb-container {
	width: 100%;
	margin: 0 0 !important;
	float: inline-start;
}

.vb-element-column.vb-column-height-custom {
	height: fit-content!important;
	min-height: var(--vb-col-min-ht)!important;
}

.vb_col_1_1 {
	--vb-col: 100%;
	--vb-flx: 1;
	--vb-flx-col: 100%;
}

.vb_col_1_2 {
	--vb-col: 50%;
	--vb-flx: 2;
	--vb-flx-col: 50% 50%;
}

.vb_col_1_3 {
	--vb-col: 33.331%;
	--vb-flx: 3;
	--vb-flx-col: 33.331% 33.331% 33.331%;
}

.vb_col_1_3_2_3 {
	--vb-flx-col: 33.331% 66.661%;
}

.vb_col_2_3 {
	--vb-flx: 1.5;
	--vb-flx-col: 66.661% 33.331%;
}

.vb_col_1_4 {
	--vb-col: 25%;
	--vb-flx: 4;
	--vb-flx-col: 25% 25% 25% 25%;
}

.vb_col_3_4 {
	--vb-flx: 1.331;
	--vb-flx-col: 75% 25%;
}

.vb_col_1_4_3_4 {
	--vb-flx-col: 25% 75%;
}

.vb_col_1_5 {
	--vb-it-col: .2;
	--vb-col: 20%;
	--vb-flx: 5;
	--vb-flx-col: 20% 20% 20% 20% 20%;
}

.vb_col_1_5_4_5 {
	--vb-flx-col: 20% 80%;
}

.vb_col_4_5 {
	--vb-flx-col: 80% 20%;
}

.vb_col_2_5 {
	--vb-it-col: .4;
	--vb-flx: 2.5;
	--vb-col: 40%;
}

.vb_col_3_5 {
	--vb-it-col: .6;
	--vb-col: 60%;
	--vb-flx: 1.66;
	--vb-flx-col: 60% 40%;
}

.vb_col_2_5_3_5 {
	--vb-flx-col: 40% 60%;
}

.vb_col_1_6 {
	--vb-col: 16.661%;
	--vb-flx: 6;
	--vb-flx-col: 16.661% 16.661% 16.661% 16.661% 16.661% 16.661%;
}

.vb_col_1_6_5_6 {
	--vb-flx-col: 16.661% 83.339%;
}

.vb_col_5_6 {
	--vb-flx-col: 83.331% 16.661%;
}

.vb_col_1_7 {
	--vb-col: 14.281%;
	--vb-flx: 7;
}

.vb_col_1_8 {
	--vb-col: 12.5%;
	--vb-flx: 8;
}

.vb_col_1_9 {
	--vb-col: 11.11%;
	--vb-flx: 9;
}

.vb_col_1_10 {
	--vb-col: 10%;
	--vb-flx: 10;
}

.vb_col_1_11 {
	--vb-col: 9.09%;
	--vb-flx: 9;
}

.vb_col_1_12 {
	--vb-col: 8.33%;
	--vb-flx: 12;
}