/*------------------------------------*\
    Boostmonitor - Grid Sistem
\*------------------------------------*/
.relative {
	position: relative;
}
.block {
	display: block;
}
:root {
	--col1w: 10%;
}
.flex {
	display: flex;
}
.gap-5 {
	gap: 5px;
}
.gap-10 {
	gap: 10px;
}
.gap-17 {
	gap: 17px;
}
.no-flex {
	display: block;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.stretch {
	justify-content:space-between;
}
.flex-row {
	flex-direction: row;
}
.flex-column {
	flex-direction: column;
}
.flex-center {
	align-items: center;
}
.flex-start {
	align-items: flex-start;
}
.vertical-flex-end {
	justify-content: flex-end;
}
.horizontal-flex-center {
	justify-content: center;
}
.flex-justify {
	justify-content: center;
}
.wp-nw {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.bm-row {
    --bm-gutter-x: 0px;
    --bm-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
  	margin-left: -17px;
	margin-right: -17px;
}
.bm-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
	padding: 17px;
}
.bm-inner-narrow-section {
	position: relative;
	max-width: 768px;
	margin: 0 auto
}
.bm-simple-row {
	display: flex;
}
.horizontal-left {
	justify-content: flex-start;
}
.horizontal-center {
	justify-content: center;
}
.horizontal-right {
	justify-content: flex-end;
}
.bm-text-left {
	text-align: left;
}
.bm-text-justify {
	text-align: justify;
}
.bm-text-center {
	text-align: center;
}
.bm-text-right {
	text-align: right;
}
.bm-order-first {
	order: -1 !important;
}
.bm-order-0 {
	order: 0 !important;
}
.bm-order-1 {
	order: 1 !important;
}
.bm-order-2 {
	order: 2 !important;
}
.bm-order-3 {
	order: 3 !important;
}
.bm-order-4 {
	order: 4 !important;
}
.bm-order-5 {
	order: 5 !important;
}
.bm-order-6 {
	order: 6 !important;
}
.bm-order-7 {
	order: 7 !important;
}
.bm-order-8 {
	order: 8 !important;
}
.bm-order-9 {
	order: 9 !important;
}
.bm-order-10 {
	order: 10 !important;
}
.bm-order-last {
	order: 10 !important;
}
.vertical-top {
	align-items: flex-start;
}
.vertical-center {
	align-items: center;
}
.vertical-bottom {
	align-items: flex-end;
}
.flex-wrap {
	flex-wrap: wrap;
}
.bm-col-dnone,
.bm-col-sm-dnone,
.bm-col-md-dnone,
.bm-col-lg-dnone {
	display: none;
}
.bm-col-dblock,
.bm-col-sm-dblock,
.bm-col-md-dblock,
.bm-col-lg-dblock {
	display: block;
}
.bm-col-1 {
	width: var(--col1w);
	float: left;
}
.bm-col-16 {
	width: calc(var(--col1w) * 1.66666667);
	float: left;
}
.bm-col-2 {
	width: calc(var(--col1w) * 2);
	float: left;
}
.bm-col-3 {
	width: calc(var(--col1w) * 3);
	float: left;
}
.bm-col-25 {
	width: calc(var(--col1w) * 2.5);
	float: left;
}
.bm-col-33 {
	width: calc(var(--col1w) * 3.33333);
	float: left;
}
.bm-col-4 {
	width: calc(var(--col1w) * 4);
	float: left;
}
.bm-col-5 {
	width: calc(var(--col1w) * 5);
	float: left;
}
.bm-col-6 {
	width: calc(var(--col1w) * 6);
	float: left;
}
.bm-col-66 {
	width: calc(var(--col1w) * 6.666666);
	float: left;
}
.bm-col-7 {
	width: calc(var(--col1w) * 7);
	float: left;
}
.bm-col-75 {
	width: calc(var(--col1w) * 7.5);
	float: left;
}
.bm-col-8 {
	width: calc(var(--col1w) * 8);
	float: left;
}
.bm-col-9 {
	width: calc(var(--col1w) * 9);
	float: left;
}
.bm-col-10 {
	width: calc(var(--col1w) * 10);
	float: left;
}
.table-bm-col-1 {
	width: var(--col1w) !important;
}
.table-bm-col-2 {
	width: calc(var(--col1w) * 2) !important;
}
.table-bm-col-3 {
	width: calc(var(--col1w) * 3) !important;
}
.table-bm-col-4 {
	width: calc(var(--col1w) * 4) !important;
}
.table-bm-col-5 {
	width: calc(var(--col1w) * 5) !important;
}
.table-bm-col-6 {
	width: calc(var(--col1w) * 6) !important;
}
.table-bm-col-7 {
	width: calc(var(--col1w) * 7) !important;
}
.table-bm-col-8 {
	width: calc(var(--col1w) * 8) !important;
}
.table-bm-col-9 {
	width: calc(var(--col1w) * 9) !important;
}
.table-bm-col-10 {
	width: calc(var(--col1w) * 10) !important;
}
.row-child-pad-10 > * {
	padding: 10px;
}
.row-child-pad-20 > * {
	padding: 20px;
}
.row-child-pad-50 > * {
	padding: 50px;
}
.pad-20 {
	padding: 20px;
}
.table-row {
	display: contents;
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:576px) {
	.bm-text-sm-center {
		text-align: center !important;
	}
	.bm-text-sm-left {
		text-align: left !important;
	}
	.bm-col-dnone {
		display: block;
	}
	.bm-col-dblock {
		display: none;
	}
	.bm-col-sm-1, .bm-col-sm-2, .bm-col-sm-3, .bm-col-sm-4, .bm-col-sm-5, .bm-col-sm-6, .bm-col-sm-7, .bm-col-sm-8, .bm-col-sm-9, .bm-col-sm-10 {
		float: left;
	}
	.bm-col-sm-1 {
		width: var(--col1w);
		float: left;
	}
	.bm-col-sm-16 {
		width: calc(var(--col1w) * 1.66666667);
		float: left;
	}
	.bm-col-sm-2 {
		width: calc(var(--col1w) * 2);
		float: left;
	}
	.bm-col-sm-25 {
		width: calc(var(--col1w) * 2.5);
		float: left;
	}
	.bm-col-sm-3 {
		width: calc(var(--col1w) * 3);
		float: left;
	}
	.bm-col-sm-33 {
		width: calc(var(--col1w) * 3.33333);
	}
	.bm-col-sm-4 {
		width: calc(var(--col1w) * 4);
		float: left;
	}
	.bm-col-sm-5 {
		width: calc(var(--col1w) * 5);
		float: left;
	}
	.bm-col-sm-6 {
		width: calc(var(--col1w) * 6);
		float: left;
	}
	.bm-col-sm-66 {
		width: calc(var(--col1w) * 6.666666);
		float: left;
	}
	.bm-col-sm-7 {
		width: calc(var(--col1w) * 7);
		float: left;
	}
	.bm-col-sm-75 {
		width: calc(var(--col1w) * 7.5);
		float: left;
	}
	.bm-col-sm-8 {
		width: calc(var(--col1w) * 8);
		float: left;
	}
	.bm-col-sm-9 {
		width: calc(var(--col1w) * 9);
		float: left;
	}
	.bm-col-sm-10 {
		width: calc(var(--col1w) * 10);
		float: left;
	}
	.table-bm-col-sm-1 {
		width: var(--col1w);
	}
	.table-bm-col-sm-2 {
		width: calc(var(--col1w) * 2);
	}
	.table-bm-col-sm-3 {
		width: calc(var(--col1w) * 3);
	}
	.table-bm-col-sm-4 {
		width: calc(var(--col1w) * 4);
	}
	.table-bm-col-sm-5 {
		width: calc(var(--col1w) * 5);
	}
	.table-bm-col-sm-6 {
		width: calc(var(--col1w) * 6);
	}
	.table-bm-col-sm-7 {
		width: calc(var(--col1w) * 7);
	}
	.table-bm-col-sm-8 {
		width: calc(var(--col1w) * 8);
	}
	.table-bm-col-sm-9 {
		width: calc(var(--col1w) * 9);
	}
	.table-bm-col-sm-10 {
		width: calc(var(--col1w) * 10);
	}
	.mobile-bm-order-2 {
		order: 1;
	}
	.bm-order-sm-first {
		order: -1 !important;
	}
	.bm-order-sm-0 {
		order: 0 !important;
	}
	.bm-order-sm-1 {
		order: 1 !important;
	}
	.bm-order-sm-2 {
		order: 2 !important;
	}
	.bm-order-sm-3 {
		order: 3 !important;
	}
	.bm-order-sm-4 {
		order: 4 !important;
	}
	.bm-order-sm-5 {
		order: 5 !important;
	}
	.bm-order-sm-6 {
		order: 6 !important;
	}
	.bm-order-sm-7 {
		order: 7 !important;
	}
	.bm-order-sm-8 {
		order: 8 !important;
	}
	.bm-order-sm-9 {
		order: 9 !important;
	}
	.bm-order-sm-10 {
		order: 10 !important;
	}
	.bm-order-sm-last {
		order: 10 !important;
	}
	.bm-col-sm-dnone {
		display: block;
	}
	.bm-col-sm-dblock {
		display: none;
	}
	.horizontal-sm-center {
		justify-content: center;
	}
}
@media only screen and (min-width:768px) {
	.horizontal-md-left {
		justify-content: flex-start;
	}
	.horizontal-md-right {
		justify-content: flex-end;
	}
	.horizontal-md-center {
		justify-content: center;
	}
	.vertical-md-left {
		align-items: flex-start;
	}
	.vertical-md-right {
		align-items: flex-end;
	}
	.flex-md {
		display: flex;
	}
	.flex-md-left {
		justify-content: flex-start;
	}
	.flex-md-row {
		flex-direction: row;
	}
	.horizontal-flex-md-left {
		justify-content: flex-start;
	}
	.bm-text-md-center {
		text-align: center !important;
	}
	.bm-text-md-left {
		text-align: left !important;
	}
	.bm-text-md-right {
		text-align: right !important;
	}
	.bm-col-md-1, .bm-col-md-2, .bm-col-md-3, .bm-col-md-4, .bm-col-md-5, .bm-col-md-6, .bm-col-md-7, .bm-col-md-8, .bm-col-md-9, .bm-col-md-10 {
		float: left;
	}
	.bm-col-md-1 {
		width: var(--col1w);
		float: left;
	}
	.bm-col-md-16 {
		width: calc(var(--col1w) * 1.66666667);
		float: left;
	}
	.bm-col-md-2 {
		width: calc(var(--col1w) * 2);
		float: left;
	}
	.bm-col-md-25 {
		width: calc(var(--col1w) * 2.5);
		float: left;
	}
	.bm-col-md-3 {
		width: calc(var(--col1w) * 3);
		float: left;
	}
	.bm-col-md-33 {
		width: calc(var(--col1w) * 3.33333);
		float: left;
	}
	.bm-col-md-4 {
		width: calc(var(--col1w) * 4);
		float: left;
	}
	.bm-col-md-42 {
		width: calc(var(--col1w) * 4.16667);
		float: left;
	}
	.bm-col-md-5 {
		width: calc(var(--col1w) * 5);
		float: left;
	}
	.bm-col-md-6 {
		width: calc(var(--col1w) * 6);
		float: left;
	}
	.bm-col-md-66 {
		width: calc(var(--col1w) * 6.666666);
		float: left;
	}
	.bm-col-md-7 {
		width: calc(var(--col1w) * 7);
		float: left;
	}
	.bm-col-md-75 {
		width: calc(var(--col1w) * 7.5);
		float: left;
	}
	.bm-col-md-8 {
		width: calc(var(--col1w) * 8);
		float: left;
	}
	.bm-col-md-9 {
		width: calc(var(--col1w) * 9);
		float: left;
	}
	.bm-col-md-10 {
		width: calc(var(--col1w) * 10);
		float: left;
	}
	.table-bm-col-md-1 {
		width: var(--col1w);
	}
	.table-bm-col-md-2 {
		width: calc(var(--col1w) * 2);
	}
	.table-bm-col-md-3 {
		width: calc(var(--col1w) * 3);
	}
	.table-bm-col-md-4 {
		width: calc(var(--col1w) * 4);
	}
	.table-bm-col-md-5 {
		width: calc(var(--col1w) * 5);
	}
	.table-bm-col-md-6 {
		width: calc(var(--col1w) * 6);
	}
	.table-bm-col-md-7 {
		width: calc(var(--col1w) * 7);
	}
	.table-bm-col-md-8 {
		width: calc(var(--col1w) * 8);
	}
	.table-bm-col-md-9 {
		width: calc(var(--col1w) * 9);
	}
	.table-bm-col-md-10 {
		width: calc(var(--col1w) * 10);
	}
	.bm-order-md-first {
		order: -1 !important;
	}
	.bm-order-md-0 {
		order: 0 !important;
	}
	.bm-order-md-1 {
		order: 1 !important;
	}
	.bm-order-md-2 {
		order: 2 !important;
	}
	.bm-order-md-3 {
		order: 3 !important;
	}
	.bm-order-md-4 {
		order: 4 !important;
	}
	.bm-order-md-5 {
		order: 5 !important;
	}
	.bm-order-md-6 {
		order: 6 !important;
	}
	.bm-order-md-7 {
		order: 7 !important;
	}
	.bm-order-md-8 {
		order: 8 !important;
	}
	.bm-order-md-9 {
		order: 9 !important;
	}
	.bm-order-md-10 {
		order: 10 !important;
	}
	.bm-order-md-last {
		order: 10 !important;
	}
	.bm-col-md-dnone {
		display: block;
	}
	.bm-col-md-dblock {
		display: none;
	}
	.row-child-md-pad-10 > * {
		padding: 10px;
	}
	.row-child-md-pad-20 > * {
		padding: 20px;
	}
	.row-child-md-pad-50 > * {
		padding: 50px;
	}
	.pad-md-20 {
		padding: 20px;
	}
}
@media only screen and (min-width:1024px) {
	.horizontal-lg-center {
		justify-content: center;
	}
	.flex-lg-row {
		flex-direction: row;
	}
	.bm-text-lg-center {
		text-align: center !important;
	}
	.bm-text-lg-left {
		text-align: left !important;
	}
	.bm-col-md-dnone {
		display: block;
	}
	.bm-col-lg-1, .bm-col-lg-2, .bm-col-lg-3, .bm-col-lg-4, .bm-col-lg-5, .bm-col-lg-6, .bm-col-lg-7, .bm-col-lg-8, .bm-col-lg-9, .bm-col-lg-10 {
		float: left;
	}
	.bm-col-lg-1 {
		width: var(--col1w);
		float: left;
	}
	.bm-col-lg-16 {
		width: calc(var(--col1w) * 1.66666667);
		float: left;
	}
	.bm-col-lg-2 {
		width: calc(var(--col1w) * 2);
		float: left;
	}
	.bm-col-lg-25 {
		width: calc(var(--col1w) * 2.5);
		float: left;
	}
	.bm-col-lg-3 {
		width: calc(var(--col1w) * 3);
		float: left;
	}
	.bm-col-lg-33 {
		width: calc(var(--col1w) * 3.333333);
		float: left;
	}
	.bm-col-lg-4 {
		width: calc(var(--col1w) * 4);
		float: left;
	}
	.bm-col-lg-5 {
		width: calc(var(--col1w) * 5);
		float: left;
	}
	.bm-col-lg-6 {
		width: calc(var(--col1w) * 6);
		float: left;
	}
	.bm-col-lg-66 {
		width: calc(var(--col1w) * 6.66666666);
		float: left;
	}
	.bm-col-lg-7 {
		width: calc(var(--col1w) * 7);
		float: left;
	}
	.bm-col-lg-75 {
		width: calc(var(--col1w) * 7.5);
		float: left;
	}
	.bm-col-lg-8 {
		width: calc(var(--col1w) * 8);
		float: left;
	}
	.bm-col-lg-9 {
		width: calc(var(--col1w) * 9);
		float: left;
	}
	.bm-col-lg-10 {
		width: calc(var(--col1w) * 10);
		float: left;
	}
	.table-bm-col-lg-1 {
		width: var(--col1w);
	}
	.table-bm-col-lg-2 {
		width: calc(var(--col1w) * 2);
	}
	.table-bm-col-lg-3 {
		width: calc(var(--col1w) * 3);
	}
	.table-bm-col-lg-4 {
		width: calc(var(--col1w) * 4);
	}
	.table-bm-col-lg-5 {
		width: calc(var(--col1w) * 5);
	}
	.table-bm-col-lg-6 {
		width: calc(var(--col1w) * 6);
	}
	.table-bm-col-lg-7 {
		width: calc(var(--col1w) * 7);
	}
	.table-bm-col-lg-8 {
		width: calc(var(--col1w) * 8);
	}
	.table-bm-col-lg-9 {
		width: calc(var(--col1w) * 9);
	}
	.table-bm-col-lg-10 {
		width: calc(var(--col1w) * 10);
	}
	.bm-order-lg-first {
		order: -1 !important;
	}
	.bm-order-lg-0 {
		order: 0 !important;
	}
	.bm-order-lg-1 {
		order: 1 !important;
	}
	.bm-order-lg-2 {
		order: 2 !important;
	}
	.bm-order-lg-3 {
		order: 3 !important;
	}
	.bm-order-lg-4 {
		order: 4 !important;
	}
	.bm-order-lg-5 {
		order: 5 !important;
	}
	.bm-order-lg-6 {
		order: 6 !important;
	}
	.bm-order-lg-7 {
		order: 7 !important;
	}
	.bm-order-lg-8 {
		order: 8 !important;
	}
	.bm-order-lg-9 {
		order: 9 !important;
	}
	.bm-order-lg-10 {
		order: 10 !important;
	}
	.bm-order-lg-last {
		order: 10 !important;
	}
	.bm-col-lg-dnone {
		display: block;
	}
	.bm-col-lg-dblock {
		display: none;
	}
}
@media only screen and (min-width:1140px) {
	.horizontal-xl-center {
		justify-content: center;
	}
	.flex-xl-row {
		flex-direction: row;
	}
	.bm-text-xl-center {
		text-align: center !important;
	}
	.bm-text-xl-left {
		text-align: left !important;
	}
	.bm-col-xl-1, .bm-col-xl-2, .bm-col-xl-3, .bm-col-xl-4, .bm-col-xl-5, .bm-col-xl-6, .bm-col-xl-7, .bm-col-xl-8, .bm-col-xl-9, .bm-col-xl-10 {
		float: left;
	}
	.bm-col-xl-1 {
		width: var(--col1w);
		float: left;
	}
	.bm-col-xl-16 {
		width: calc(var(--col1w) * 1.66666667);
		float: left;
	}
	.bm-col-xl-2 {
		width: calc(var(--col1w) * 2);
		float: left;
	}
	.bm-col-xl-25 {
		width: calc(var(--col1w) * 2.5);
		float: left;
	}
	.bm-col-xl-3 {
		width: calc(var(--col1w) * 3);
		float: left;
	}
	.bm-col-xl-33 {
		width: calc(var(--col1w) * 3.333333);
		float: left;
	}
	.bm-col-xl-4 {
		width: calc(var(--col1w) * 4);
		float: left;
	}
	.bm-col-xl-5 {
		width: calc(var(--col1w) * 5);
		float: left;
	}
	.bm-col-xl-6 {
		width: calc(var(--col1w) * 6);
		float: left;
	}
	.bm-col-xl-66 {
		width: calc(var(--col1w) * 6.66666666);
		float: left;
	}
	.bm-col-xl-7 {
		width: calc(var(--col1w) * 7);
		float: left;
	}
	.bm-col-xl-75 {
		width: calc(var(--col1w) * 7.5);
		float: left;
	}
	.bm-col-xl-8 {
		width: calc(var(--col1w) * 8);
		float: left;
	}
	.bm-col-xl-9 {
		width: calc(var(--col1w) * 9);
		float: left;
	}
	.bm-col-xl-10 {
		width: calc(var(--col1w) * 10);
		float: left;
	}
	.table-bm-col-xl-1 {
		width: var(--col1w);
	}
	.table-bm-col-xl-2 {
		width: calc(var(--col1w) * 2);
	}
	.table-bm-col-xl-3 {
		width: calc(var(--col1w) * 3);
	}
	.table-bm-col-xl-4 {
		width: calc(var(--col1w) * 4);
	}
	.table-bm-col-xl-5 {
		width: calc(var(--col1w) * 5);
	}
	.table-bm-col-xl-6 {
		width: calc(var(--col1w) * 6);
	}
	.table-bm-col-xl-7 {
		width: calc(var(--col1w) * 7);
	}
	.table-bm-col-xl-8 {
		width: calc(var(--col1w) * 8);
	}
	.table-bm-col-xl-9 {
		width: calc(var(--col1w) * 9);
	}
	.table-bm-col-xl-10 {
		width: calc(var(--col1w) * 10);
	}
	.bm-order-xl-first {
		order: -1 !important;
	}
	.bm-order-xl-0 {
		order: 0 !important;
	}
	.bm-order-xl-1 {
		order: 1 !important;
	}
	.bm-order-xl-2 {
		order: 2 !important;
	}
	.bm-order-xl-3 {
		order: 3 !important;
	}
	.bm-order-xl-4 {
		order: 4 !important;
	}
	.bm-order-xl-5 {
		order: 5 !important;
	}
	.bm-order-xl-6 {
		order: 6 !important;
	}
	.bm-order-xl-7 {
		order: 7 !important;
	}
	.bm-order-xl-8 {
		order: 8 !important;
	}
	.bm-order-xl-9 {
		order: 9 !important;
	}
	.bm-order-xl-10 {
		order: 10 !important;
	}
	.bm-order-xl-last {
		order: 10 !important;
	}
	.bm-col-xl-dnone {
		display: block;
	}
	.bm-col-xl-dblock {
		display: none;
	}
}
@media only screen and (min-width:1280px) {
	.horizontal-xxl-center {
		justify-content: center;
	}
	.flex-xxl-row {
		flex-direction: row;
	}
	.bm-text-xxl-center {
		text-align: center !important;
	}
	.bm-text-xxl-left {
		text-align: left !important;
	}
	.bm-col-xxl-1, .bm-col-xxl-2, .bm-col-xxl-3, .bm-col-xxl-4, .bm-col-xxl-5, .bm-col-xxl-6, .bm-col-xxl-7, .bm-col-xxl-8, .bm-col-xxl-9, .bm-col-xxl-10 {
		float: left;
	}
	.bm-col-xxl-1 {
		width: var(--col1w);
		float: left;
	}
	.bm-col-xxl-16 {
		width: calc(var(--col1w) * 1.66666667);
		float: left;
	}
	.bm-col-xxl-2 {
		width: calc(var(--col1w) * 2);
		float: left;
	}
	.bm-col-xxl-25 {
		width: calc(var(--col1w) * 2.5);
		float: left;
	}
	.bm-col-xxl-3 {
		width: calc(var(--col1w) * 3);
		float: left;
	}
	.bm-col-xxl-33 {
		width: calc(var(--col1w) * 3.333333);
		float: left;
	}
	.bm-col-xxl-4 {
		width: calc(var(--col1w) * 4);
		float: left;
	}
	.bm-col-xxl-5 {
		width: calc(var(--col1w) * 5);
		float: left;
	}
	.bm-col-xxl-6 {
		width: calc(var(--col1w) * 6);
		float: left;
	}
	.bm-col-xxl-66 {
		width: calc(var(--col1w) * 6.66666666);
		float: left;
	}
	.bm-col-xxl-7 {
		width: calc(var(--col1w) * 7);
		float: left;
	}
	.bm-col-xxl-75 {
		width: calc(var(--col1w) * 7.5);
		float: left;
	}
	.bm-col-xxl-8 {
		width: calc(var(--col1w) * 8);
		float: left;
	}
	.bm-col-xxl-9 {
		width: calc(var(--col1w) * 9);
		float: left;
	}
	.bm-col-xxl-10 {
		width: calc(var(--col1w) * 10);
		float: left;
	}
	.table-bm-col-xxl-1 {
		width: var(--col1w);
	}
	.table-bm-col-xxl-2 {
		width: calc(var(--col1w) * 2);
	}
	.table-bm-col-xxl-3 {
		width: calc(var(--col1w) * 3);
	}
	.table-bm-col-xxl-4 {
		width: calc(var(--col1w) * 4);
	}
	.table-bm-col-xxl-5 {
		width: calc(var(--col1w) * 5);
	}
	.table-bm-col-xxl-6 {
		width: calc(var(--col1w) * 6);
	}
	.table-bm-col-xxl-7 {
		width: calc(var(--col1w) * 7);
	}
	.table-bm-col-xxl-8 {
		width: calc(var(--col1w) * 8);
	}
	.table-bm-col-xxl-9 {
		width: calc(var(--col1w) * 9);
	}
	.table-bm-col-xxl-10 {
		width: calc(var(--col1w) * 10);
	}
	.bm-order-xxl-first {
		order: -1 !important;
	}
	.bm-order-xxl-0 {
		order: 0 !important;
	}
	.bm-order-xxl-1 {
		order: 1 !important;
	}
	.bm-order-xxl-2 {
		order: 2 !important;
	}
	.bm-order-xxl-3 {
		order: 3 !important;
	}
	.bm-order-xxl-4 {
		order: 4 !important;
	}
	.bm-order-xxl-5 {
		order: 5 !important;
	}
	.bm-order-xxl-6 {
		order: 6 !important;
	}
	.bm-order-xxl-7 {
		order: 7 !important;
	}
	.bm-order-xxl-8 {
		order: 8 !important;
	}
	.bm-order-xxl-9 {
		order: 9 !important;
	}
	.bm-order-xxl-10 {
		order: 10 !important;
	}
	.bm-order-xxl-last {
		order: 10 !important;
	}
	.bm-col-xxl-dnone {
		display: block;
	}
	.bm-col-xxl-dblock {
		display: none;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {


}