.z-index {
	z-index: 10;
}











.mt-n6, .my-n6, .m-n6 {
	margin-top: -6rem !important;
}
.mb-n6, .my-n6, .m-n6 {
	margin-bottom: -6rem !important;
}
.mr-n6, .mx-n6, .m-n6 {
	margin-right: -6rem !important;
}
.ml-n6, .mx-n6, .m-n6 {
	margin-left: -6rem !important;
}
.mt-n7, .my-n7, .m-n7 {
	margin-top: -12rem !important;
}
.mb-n7, .my-n7, .m-n7 {
	margin-bottom: -12rem !important;
}
.mr-n7, .mx-n7, .m-n7 {
	margin-right: -12rem !important;
}
.ml-n7, .mx-n7, .m-n7 {
	margin-left: -12rem !important;
}






.mt-6, .my-6, .m-6 {
	margin-top: 6rem !important;
}
.mb-6, .my-6, .m-6 {
	margin-bottom: 6rem !important;
}
.mr-6, .mx-6, .m-6 {
	margin-right: 6rem !important;
}
.ml-6, .mx-6, .m-6 {
	margin-left: 6rem !important;
}
.mt-7, .my-7, .m-7 {
	margin-top: 12rem !important;
}
.mb-7, .my-7, .m-7 {
	margin-bottom: 12rem !important;
}
.mr-7, .mx-7, .m-7 {
	margin-right: 12rem !important;
}
.ml-7, .mx-7, .m-7 {
	margin-left: 12rem !important;
}










.pt-6, .py-6, .p-6 {
	padding-top: 6rem !important;
}
.pb-6, .py-6, .p-6 {
	padding-bottom: 6rem !important;
}
.pr-6, .px-6, .p-6 {
	padding-right: 6rem !important;
}
.pl-6, .px-6, .p-6 {
	padding-left: 6rem !important;
}
.pt-7, .py-7, .p-7 {
	padding-top: 12rem !important;
}
.pb-7, .py-7, .p-7 {
	padding-bottom: 12rem !important;
}
.pr-7, .px-7, .p-7 {
	padding-right: 12rem !important;
}
.pl-7, .px-7, .p-7 {
	padding-left: 12rem !important;
}






.col-1-16 {
	-ms-flex: 0 0 6.25%;
	flex: 0 0 6.25%;
	max-width: 6.25%;
}
.col-2-16 {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	max-width: 12.5%;
}
.col-3-16 {
	-ms-flex: 0 0 18.75%;
	flex: 0 0 18.75%;
	max-width: 18.75%;
}
.col-4-16 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-5-16 {
	-ms-flex: 0 0 31.25%;
	flex: 0 0 31.25%;
	max-width: 31.25%;
}
.col-6-16 {
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	max-width: 37.5%;
}
.col-7-16 {
	-ms-flex: 0 0 43.75%;
	flex: 0 0 43.75%;
	max-width: 43.75%;
}
.col-8-16 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-9-16 {
	-ms-flex: 0 0 56.25%;
	flex: 0 0 56.25%;
	max-width: 56.25%;
}
.col-10-16 {
	-ms-flex: 0 0 62.5%;
	flex: 0 0 62.5%;
	max-width: 62.5%;
}
.col-11-16 {
	-ms-flex: 0 0 68.75%;
	flex: 0 0 68.75%;
	max-width: 68.75%;
}
.col-12-16 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-13-16 {
	-ms-flex: 0 0 81.25%;
	flex: 0 0 81.25%;
	max-width: 81.25%;
}
.col-14-16 {
	-ms-flex: 0 0 87.5%;
	flex: 0 0 87.5%;
	max-width: 87.5%;
}
.col-15-16 {
	-ms-flex: 0 0 93,75%;
	flex: 0 0 93,75%;
	max-width: 93,75%;
}
.col-16-16 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}








.overflow-visible {
	overflow: visible !important;
}






.text-notruncate {
    overflow: visible !important;
    text-overflow: clip !important;
	white-space: normal !important;
}






@media (min-width: 476px) {

	.w-ssm-100 {
		width: 100% !important;
	}
	.w-ssm-auto {
		width: auto !important;
	}
	.h-ssm-100 {
		height: 100% !important;
	}
	.h-ssm-auto {
		height: auto !important;
	}
	.z-ssm-index {
		z-index: 1;
	}





	.position-ssm-static {
		position: static !important;
	}
	.position-ssm-relative {
		position: relative !important;
	}
	.position-ssm-absolute {
		position: absolute !important;
	}
	.position-ssm-fixed {
		position: fixed !important;
	}







	.mt-ssm-n1, .my-ssm-n1, .m-ssm-n1 {
		margin-top: -0.25rem !important;
	}
	.mb-ssm-n1, .my-ssm-n1, .m-ssm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.mr-ssm-n1, .mx-ssm-n1, .m-ssm-n1 {
		margin-right: -0.25rem !important;
	}
	.ml-ssm-n1, .mx-ssm-n1, .m-ssm-n1 {
		margin-left: -0.25rem !important;
	}
	.mt-ssm-n2, .my-ssm-n2, .m-ssm-n2 {
		margin-top: -0.5rem !important;
	}
	.mb-ssm-n2, .my-ssm-n2, .m-ssm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.mr-ssm-n2, .mx-ssm-n2, .m-ssm-n2 {
		margin-right: -0.5rem !important;
	}
	.ml-ssm-n2, .mx-ssm-n2, .m-ssm-n2 {
		margin-left: -0.5rem !important;
	}
	.mt-ssm-n3, .my-ssm-n3, .m-ssm-n3 {
		margin-top: -1rem !important;
	}
	.mb-ssm-n3, .my-ssm-n3, .m-ssm-n3 {
		margin-bottom: -1rem !important;
	}
	.mr-ssm-n3, .mx-ssm-n3, .m-ssm-n3 {
		margin-right: -1rem !important;
	}
	.ml-ssm-n3, .mx-ssm-n3, .m-ssm-n3 {
		margin-left: -1rem !important;
	}
	.mt-ssm-n4, .my-ssm-n4, .m-ssm-n4 {
		margin-top: -1.5rem !important;
	}
	.mb-ssm-n4, .my-ssm-n4, .m-ssm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.mr-ssm-n4, .mx-ssm-n4, .m-ssm-n4 {
		margin-right: -1.5rem !important;
	}
	.ml-ssm-n4, .mx-ssm-n4, .m-ssm-n4 {
		margin-left: -1.5rem !important;
	}
	.mt-ssm-n5, .my-ssm-n5, .m-ssm-n5 {
		margin-top: -3rem !important;
	}
	.mb-ssm-n5, .my-ssm-n5, .m-ssm-n5 {
		margin-bottom: -3rem !important;
	}
	.mr-ssm-n5, .mx-ssm-n5, .m-ssm-n5 {
		margin-right: -3rem !important;
	}
	.ml-ssm-n5, .mx-ssm-n5, .m-ssm-n5 {
		margin-left: -3rem !important;
	}
	.mt-ssm-n6, .my-ssm-n6, .m-ssm-n6 {
		margin-top: -6rem !important;
	}
	.mb-ssm-n6, .my-ssm-n6, .m-ssm-n6 {
		margin-bottom: -6rem !important;
	}
	.mr-ssm-n6, .mx-ssm-n6, .m-ssm-n6 {
		margin-right: -6rem !important;
	}
	.ml-ssm-n6, .mx-ssm-n6, .m-ssm-n6 {
		margin-left: -6rem !important;
	}
	.mt-ssm-n7, .my-ssm-n7, .m-ssm-n7 {
		margin-top: -12rem !important;
	}
	.mb-ssm-n7, .my-ssm-n7, .m-ssm-n7 {
		margin-bottom: -12rem !important;
	}
	.mr-ssm-n7, .mx-ssm-n7, .m-ssm-n7 {
		margin-right: -12rem !important;
	}
	.ml-ssm-n7, .mx-ssm-n7, .m-ssm-n7 {
		margin-left: -12rem !important;
	}






	.mt-ssm-1, .my-ssm-1, .m-ssm-1 {
		margin-top: 0.25rem !important;
	}
	.mb-ssm-1, .my-ssm-1, .m-ssm-1 {
		margin-bottom: 0.25rem !important;
	}
	.mr-ssm-1, .mx-ssm-1, .m-ssm-1 {
		margin-right: 0.25rem !important;
	}
	.ml-ssm-1, .mx-ssm-1, .m-ssm-1 {
		margin-left: 0.25rem !important;
	}
	.mt-ssm-2, .my-ssm-2, .m-ssm-2 {
		margin-top: 0.5rem !important;
	}
	.mb-ssm-2, .my-ssm-2, .m-ssm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mr-ssm-2, .mx-ssm-2, .m-ssm-2 {
		margin-right: 0.5rem !important;
	}
	.ml-ssm-2, .mx-ssm-2, .m-ssm-2 {
		margin-left: 0.5rem !important;
	}
	.mt-ssm-3, .my-ssm-3, .m-ssm-3 {
		margin-top: 1rem !important;
	}
	.mb-ssm-3, .my-ssm-3, .m-ssm-3 {
		margin-bottom: 1rem !important;
	}
	.mr-ssm-3, .mx-ssm-3, .m-ssm-3 {
		margin-right: 1rem !important;
	}
	.ml-ssm-3, .mx-ssm-3, .m-ssm-3 {
		margin-left: 1rem !important;
	}
	.mt-ssm-4, .my-ssm-4, .m-ssm-4 {
		margin-top: 1.5rem !important;
	}
	.mb-ssm-4, .my-ssm-4, .m-ssm-4 {
		margin-bottom: 1.5rem !important;
	}
	.mr-ssm-4, .mx-ssm-4, .m-ssm-4 {
		margin-right: 1.5rem !important;
	}
	.ml-ssm-4, .mx-ssm-4, .m-ssm-4 {
		margin-left: 1.5rem !important;
	}
	.mt-ssm-5, .my-ssm-5, .m-ssm-5 {
		margin-top: 3rem !important;
	}
	.mb-ssm-5, .my-ssm-5, .m-ssm-5 {
		margin-bottom: 3rem !important;
	}
	.mr-ssm-5, .mx-ssm-5, .m-ssm-5 {
		margin-right: 3rem !important;
	}
	.ml-ssm-5, .mx-ssm-5, .m-ssm-5 {
		margin-left: 3rem !important;
	}
	.mt-ssm-6, .my-ssm-6, .m-ssm-6 {
		margin-top: 6rem !important;
	}
	.mb-ssm-6, .my-ssm-6, .m-ssm-6 {
		margin-bottom: 6rem !important;
	}
	.mr-ssm-6, .mx-ssm-6, .m-ssm-6 {
		margin-right: 6rem !important;
	}
	.ml-ssm-6, .mx-ssm-6, .m-ssm-6 {
		margin-left: 6rem !important;
	}
	.mt-ssm-7, .my-ssm-7, .m-ssm-7 {
		margin-top: 12rem !important;
	}
	.mb-ssm-7, .my-ssm-7, .m-ssm-7 {
		margin-bottom: 12rem !important;
	}
	.mr-ssm-7, .mx-ssm-7, .m-ssm-7 {
		margin-right: 12rem !important;
	}
	.ml-ssm-7, .mx-ssm-7, .m-ssm-7 {
		margin-left: 12rem !important;
	}





	.pt-ssm-1, .py-ssm-1, .p-ssm-1 {
		padding-top: 0.25rem !important;
	}
	.pb-ssm-1, .py-ssm-1, .p-ssm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pr-ssm-1, .px-ssm-1, .p-ssm-1 {
		padding-right: 0.25rem !important;
	}
	.pl-ssm-1, .px-ssm-1, .p-ssm-1 {
		padding-left: 0.25rem !important;
	}
	.pt-ssm-2, .py-ssm-2, .p-ssm-2 {
		padding-top: 0.5rem !important;
	}
	.pb-ssm-2, .py-ssm-2, .p-ssm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pr-ssm-2, .px-ssm-2, .p-ssm-2 {
		padding-right: 0.5rem !important;
	}
	.pl-ssm-2, .px-ssm-2, .p-ssm-2 {
		padding-left: 0.5rem !important;
	}
	.pt-ssm-3, .py-ssm-3, .p-ssm-3 {
		padding-top: 1rem !important;
	}
	.pb-ssm-3, .py-ssm-3, .p-ssm-3 {
		padding-bottom: 1rem !important;
	}
	.pr-ssm-3, .px-ssm-3, .p-ssm-3 {
		padding-right: 1rem !important;
	}
	.pl-ssm-3, .px-ssm-3, .p-ssm-3 {
		padding-left: 1rem !important;
	}
	.pt-ssm-4, .py-ssm-4, .p-ssm-4 {
		padding-top: 1.5rem !important;
	}
	.pb-ssm-4, .py-ssm-4, .p-ssm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pr-ssm-4, .px-ssm-4, .p-ssm-4 {
		padding-right: 1.5rem !important;
	}
	.pl-ssm-4, .px-ssm-4, .p-ssm-4 {
		padding-left: 1.5rem !important;
	}
	.pt-ssm-5, .py-ssm-5, .p-ssm-5 {
		padding-top: 3rem !important;
	}
	.pb-ssm-5, .py-ssm-5, .p-ssm-5 {
		padding-bottom: 3rem !important;
	}
	.pr-ssm-5, .px-ssm-5, .p-ssm-5 {
		padding-right: 3rem !important;
	}
	.pl-ssm-5, .px-ssm-5, .p-ssm-5 {
		padding-left: 3rem !important;
	}
	.pt-ssm-6, .py-ssm-6, .p-ssm-6 {
		padding-top: 6rem !important;
	}
	.pb-ssm-6, .py-ssm-6, .p-ssm-6 {
		padding-bottom: 6rem !important;
	}
	.pr-ssm-6, .px-ssm-6, .p-ssm-6 {
		padding-right: 6rem !important;
	}
	.pl-ssm-6, .px-ssm-6, .p-ssm-6 {
		padding-left: 6rem !important;
	}
	.pt-ssm-7, .py-ssm-7, .p-ssm-7 {
		padding-top: 12rem !important;
	}
	.pb-ssm-7, .py-ssm-7, .p-ssm-7 {
		padding-bottom: 12rem !important;
	}
	.pr-ssm-7, .px-ssm-7, .p-ssm-7 {
		padding-right: 12rem !important;
	}
	.pl-ssm-7, .px-ssm-7, .p-ssm-7 {
		padding-left: 12rem !important;
	}





	.col-ssm-1-16 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.col-ssm-2-16 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-ssm-3-16 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.col-ssm-4-16 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-ssm-5-16 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.col-ssm-6-16 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.col-ssm-7-16 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.col-ssm-8-16 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-ssm-9-16 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.col-ssm-10-16 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.col-ssm-11-16 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.col-ssm-12-16 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-ssm-13-16 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.col-ssm-14-16 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.col-ssm-15-16 {
		-ms-flex: 0 0 93,75%;
		flex: 0 0 93,75%;
		max-width: 93,75%;
	}
	.col-ssm-16-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}





	.font-weight-ssm-light {
		font-weight: 300 !important;
	}

	.font-weight-ssm-lighter {
		font-weight: lighter !important;
	}

	.font-weight-ssm-normal {
		font-weight: 400 !important;
	}

	.font-weight-ssm-bold {
		font-weight: 700 !important;
	}

	.font-weight-ssm-bolder {
		font-weight: bolder !important;
	}









	.overflow-ssm-visible {
		overflow: visible !important;
	}
	.overflow-ssm-hidden {
		overflow: hidden !important;
	}





	.text-ssm-truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.text-ssm-notruncate {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: normal !important;
	}





	.border-ssm-top {
		border-top: 1px solid #dee2e6 !important;
	}
	.border-ssm-bottom {
		border-bottom: 1px solid #dee2e6 !important;
	}
	.border-ssm-left {
		border-left: 1px solid #dee2e6 !important;
	}
	.border-ssm-right {
		border-right: 1px solid #dee2e6 !important;
	}

}
@media (min-width: 576px) {


	.w-sm-100 {
		width: 100% !important;
	}
	.w-sm-auto {
		width: auto !important;
	}
	.h-sm-100 {
		height: 100% !important;
	}
	.h-sm-auto {
		height: auto !important;
	}
	.z-sm-index {
		z-index: 10;
	}






	.position-sm-static {
		position: static !important;
	}
	.position-sm-relative {
		position: relative !important;
	}
	.position-sm-absolute {
		position: absolute !important;
	}
	.position-sm-fixed {
		position: fixed !important;
	}






	.mt-sm-n6, .my-sm-n6, .m-sm-n6 {
		margin-top: -6rem !important;
	}
	.mb-sm-n6, .my-sm-n6, .m-sm-n6 {
		margin-bottom: -6rem !important;
	}
	.mr-sm-n6, .mx-sm-n6, .m-sm-n6 {
		margin-right: -6rem !important;
	}
	.ml-sm-n6, .mx-sm-n6, .m-sm-n6 {
		margin-left: -6rem !important;
	}
	.mt-sm-n7, .my-sm-n7, .m-sm-n7 {
		margin-top: -12rem !important;
	}
	.mb-sm-n7, .my-sm-n7, .m-sm-n7 {
		margin-bottom: -12rem !important;
	}
	.mr-sm-n7, .mx-sm-n7, .m-sm-n7 {
		margin-right: -12rem !important;
	}
	.ml-sm-n7, .mx-sm-n7, .m-sm-n7 {
		margin-left: -12rem !important;
	}






	.mt-sm-6, .my-sm-6, .m-sm-6 {
		margin-top: 6rem !important;
	}
	.mb-sm-6, .my-sm-6, .m-sm-6 {
		margin-bottom: 6rem !important;
	}
	.mr-sm-6, .mx-sm-6, .m-sm-6 {
		margin-right: 6rem !important;
	}
	.ml-sm-6, .mx-sm-6, .m-sm-6 {
		margin-left: 6rem !important;
	}
	.mt-sm-7, .my-sm-7, .m-sm-7 {
		margin-top: 12rem !important;
	}
	.mb-sm-7, .my-sm-7, .m-sm-7 {
		margin-bottom: 12rem !important;
	}
	.mr-sm-7, .mx-sm-7, .m-sm-7 {
		margin-right: 12rem !important;
	}
	.ml-sm-7, .mx-sm-7, .m-sm-7 {
		margin-left: 12rem !important;
	}






	.pt-sm-6, .py-sm-6, .p-sm-6 {
		padding-top: 6rem !important;
	}
	.pb-sm-6, .py-sm-6, .p-sm-6 {
		padding-bottom: 6rem !important;
	}
	.pr-sm-6, .px-sm-6, .p-sm-6 {
		padding-right: 6rem !important;
	}
	.pl-sm-6, .px-sm-6, .p-sm-6 {
		padding-left: 6rem !important;
	}
	.pt-sm-7, .py-sm-7, .p-sm-7 {
		padding-top: 12rem !important;
	}
	.pb-sm-7, .py-sm-7, .p-sm-7 {
		padding-bottom: 12rem !important;
	}
	.pr-sm-7, .px-sm-7, .p-sm-7 {
		padding-right: 12rem !important;
	}
	.pl-sm-7, .px-sm-7, .p-sm-7 {
		padding-left: 12rem !important;
	}






	.col-sm-1-16 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.col-sm-2-16 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-sm-3-16 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.col-sm-4-16 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-5-16 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.col-sm-6-16 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.col-sm-7-16 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.col-sm-8-16 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-9-16 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.col-sm-10-16 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.col-sm-11-16 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.col-sm-12-16 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-13-16 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.col-sm-14-16 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.col-sm-15-16 {
		-ms-flex: 0 0 93,75%;
		flex: 0 0 93,75%;
		max-width: 93,75%;
	}
	.col-sm-16-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}










	.font-weight-sm-light {
		font-weight: 300 !important;
	}

	.font-weight-sm-lighter {
		font-weight: lighter !important;
	}

	.font-weight-sm-normal {
		font-weight: 400 !important;
	}

	.font-weight-sm-bold {
		font-weight: 700 !important;
	}

	.font-weight-sm-bolder {
		font-weight: bolder !important;
	}







	.overflow-sm-visible {
		overflow: visible !important;
	}
	.overflow-sm-hidden {
		overflow: hidden !important;
	}





	.text-sm-truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.text-sm-notruncate {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: normal !important;
	}






	.border-sm-top {
		border-top: 1px solid #dee2e6 !important;
	}
	.border-sm-bottom {
		border-bottom: 1px solid #dee2e6 !important;
	}
	.border-sm-left {
		border-left: 1px solid #dee2e6 !important;
	}
	.border-sm-right {
		border-right: 1px solid #dee2e6 !important;
	}

}
@media (min-width: 768px) {

	
	.w-md-100 {
		width: 100% !important;
	}
	.w-md-auto {
		width: auto !important;
	}
	.h-md-100 {
		height: 100% !important;
	}
	.h-md-auto {
		height: auto !important;
	}
	.z-md-index {
		z-index: 1;
	}



	.position-md-static {
		position: static !important;
	}
	.position-md-relative {
		position: relative !important;
	}
	.position-md-absolute {
		position: absolute !important;
	}
	.position-md-fixed {
		position: fixed !important;
	}






	.mt-md-n6, .my-md-n6, .m-md-n6 {
		margin-top: -3rem !important;
	}
	.mb-md-n6, .my-md-n6, .m-md-n6 {
		margin-bottom: -3rem !important;
	}
	.mr-md-n6, .mx-md-n6, .m-md-n6 {
		margin-right: -3rem !important;
	}
	.ml-md-n6, .mx-md-n6, .m-md-n6 {
		margin-left: -3rem !important;
	}
	.mt-md-n7, .my-md-n7, .m-md-n7 {
		margin-top: -12rem !important;
	}
	.mb-md-n7, .my-md-n7, .m-md-n7 {
		margin-bottom: -12rem !important;
	}
	.mr-md-n7, .mx-md-n7, .m-md-n7 {
		margin-right: -12rem !important;
	}
	.ml-md-n7, .mx-md-n7, .m-md-n7 {
		margin-left: -12rem !important;
	}





	.mt-md-6, .my-md-6, .m-md-6 {
		margin-top: 6rem !important;
	}
	.mb-md-6, .my-md-6, .m-md-6 {
		margin-bottom: 6rem !important;
	}
	.mr-md-6, .mx-md-6, .m-md-6 {
		margin-right: 6rem !important;
	}
	.ml-md-6, .mx-md-6, .m-md-6 {
		margin-left: 6rem !important;
	}
	.mt-md-7, .my-md-7, .m-md-7 {
		margin-top: 12rem !important;
	}
	.mb-md-7, .my-md-7, .m-md-7 {
		margin-bottom: 12rem !important;
	}
	.mr-md-7, .mx-md-7, .m-md-7 {
		margin-right: 12rem !important;
	}
	.ml-md-7, .mx-md-7, .m-md-7 {
		margin-left: 12rem !important;
	}






	.pt-md-6, .py-md-6, .p-md-6 {
		padding-top: 6rem !important;
	}
	.pb-md-6, .py-md-6, .p-md-6 {
		padding-bottom: 6rem !important;
	}
	.pr-md-6, .px-md-6, .p-md-6 {
		padding-right: 6rem !important;
	}
	.pl-md-6, .px-md-6, .p-md-6 {
		padding-left: 6rem !important;
	}
	.pt-md-7, .py-md-7, .p-md-7 {
		padding-top: 12rem !important;
	}
	.pb-md-7, .py-md-7, .p-md-7 {
		padding-bottom: 12rem !important;
	}
	.pr-md-7, .px-md-7, .p-md-7 {
		padding-right: 12rem !important;
	}
	.pl-md-7, .px-md-7, .p-md-7 {
		padding-left: 12rem !important;
	}






	.col-md-1-16 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.col-md-2-16 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-md-3-16 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.col-md-4-16 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-5-16 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.col-md-6-16 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.col-md-7-16 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.col-md-8-16 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-9-16 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.col-md-10-16 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.col-md-11-16 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.col-md-12-16 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-13-16 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.col-md-14-16 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.col-md-15-16 {
		-ms-flex: 0 0 93,75%;
		flex: 0 0 93,75%;
		max-width: 93,75%;
	}
	.col-md-16-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}





	.font-weight-md-light {
		font-weight: 300 !important;
	}

	.font-weight-md-lighter {
		font-weight: lighter !important;
	}

	.font-weight-md-normal {
		font-weight: 400 !important;
	}

	.font-weight-md-bold {
		font-weight: 700 !important;
	}

	.font-weight-md-bolder {
		font-weight: bolder !important;
	}








	.overflow-md-visible {
		overflow: visible !important;
	}
	.overflow-md-hidden {
		overflow: hidden !important;
	}






	.text-md-truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.text-md-notruncate {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: normal !important;
	}








	.border-md-top {
		border-top: 1px solid #dee2e6 !important;
	}
	.border-md-bottom {
		border-bottom: 1px solid #dee2e6 !important;
	}
	.border-md-left {
		border-left: 1px solid #dee2e6 !important;
	}
	.border-md-right {
		border-right: 1px solid #dee2e6 !important;
	}




}
@media (min-width: 992px) {


	.w-lg-100 {
		width: 100% !important;
	}
	.w-lg-auto {
		width: auto !important;
	}
	.h-lg-100 {
		height: 100% !important;
	}
	.h-lg-auto {
		height: auto !important;
	}
	.z-lg-index {
		z-index: 1;
	}




	.position-lg-static {
		position: static !important;
	}
	.position-lg-relative {
		position: relative !important;
	}
	.position-lg-absolute {
		position: absolute !important;
	}
	.position-lg-fixed {
		position: fixed !important;
	}






	.mt-lg-n6, .my-lg-n6, .m-lg-n6 {
		margin-top: -3rem !important;
	}
	.mb-lg-n6, .my-lg-n6, .m-lg-n6 {
		margin-bottom: -3rem !important;
	}
	.mr-lg-n6, .mx-lg-n6, .m-lg-n6 {
		margin-right: -3rem !important;
	}
	.ml-lg-n6, .mx-lg-n6, .m-lg-n6 {
		margin-left: -3rem !important;
	}
	.mt-lg-n7, .my-lg-n7, .m-lg-n7 {
		margin-top: -12rem !important;
	}
	.mb-lg-n7, .my-lg-n7, .m-lg-n7 {
		margin-bottom: -12rem !important;
	}
	.mr-lg-n7, .mx-lg-n7, .m-lg-n7 {
		margin-right: -12rem !important;
	}
	.ml-lg-n7, .mx-lg-n7, .m-lg-n7 {
		margin-left: -12rem !important;
	}




	.mt-lg-6, .my-lg-6, .m-lg-6 {
		margin-top: 6rem !important;
	}
	.mb-lg-6, .my-lg-6, .m-lg-6 {
		margin-bottom: 6rem !important;
	}
	.mr-lg-6, .mx-lg-6, .m-lg-6 {
		margin-right: 6rem !important;
	}
	.ml-lg-6, .mx-lg-6, .m-lg-6 {
		margin-left: 6rem !important;
	}
	.mt-lg-7, .my-lg-7, .m-lg-7 {
		margin-top: 12rem !important;
	}
	.mb-lg-7, .my-lg-7, .m-lg-7 {
		margin-bottom: 12rem !important;
	}
	.mr-lg-7, .mx-lg-7, .m-lg-7 {
		margin-right: 12rem !important;
	}
	.ml-lg-7, .mx-lg-7, .m-lg-7 {
		margin-left: 12rem !important;
	}






	.pt-lg-6, .py-lg-6, .p-lg-6 {
		padding-top: 6rem !important;
	}
	.pb-lg-6, .py-lg-6, .p-lg-6 {
		padding-bottom: 6rem !important;
	}
	.pr-lg-6, .px-lg-6, .p-lg-6 {
		padding-right: 6rem !important;
	}
	.pl-lg-6, .px-lg-6, .p-lg-6 {
		padding-left: 6rem !important;
	}
	.pt-lg-7, .py-lg-7, .p-lg-7 {
		padding-top: 12rem !important;
	}
	.pb-lg-7, .py-lg-7, .p-lg-7 {
		padding-bottom: 12rem !important;
	}
	.pr-lg-7, .px-lg-7, .p-lg-7 {
		padding-right: 12rem !important;
	}
	.pl-lg-7, .px-lg-7, .p-lg-7 {
		padding-left: 12rem !important;
	}




	.col-lg-1-16 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.col-lg-2-16 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-lg-3-16 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.col-lg-4-16 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-5-16 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.col-lg-6-16 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.col-lg-7-16 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.col-lg-8-16 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-9-16 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.col-lg-10-16 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.col-lg-11-16 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.col-lg-12-16 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-13-16 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.col-lg-14-16 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.col-lg-15-16 {
		-ms-flex: 0 0 93,75%;
		flex: 0 0 93,75%;
		max-width: 93,75%;
	}
	.col-lg-16-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}




	.font-weight-lg-light {
		font-weight: 300 !important;
	}

	.font-weight-lg-lighter {
		font-weight: lighter !important;
	}

	.font-weight-lg-normal {
		font-weight: 400 !important;
	}

	.font-weight-lg-bold {
		font-weight: 700 !important;
	}

	.font-weight-lg-bolder {
		font-weight: bolder !important;
	}






	.overflow-lg-visible {
		overflow: visible !important;
	}
	.overflow-lg-hidden {
		overflow: hidden !important;
	}






	.text-lg-truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.text-lg-notruncate {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: normal !important;
	}









	.border-lg-top {
		border-top: 1px solid #dee2e6 !important;
	}
	.border-lg-bottom {
		border-bottom: 1px solid #dee2e6 !important;
	}
	.border-lg-left {
		border-left: 1px solid #dee2e6 !important;
	}
	.border-lg-right {
		border-right: 1px solid #dee2e6 !important;
	}





}
@media (min-width: 1200px) {



	.w-xl-100 {
		width: 100% !important;
	}
	.w-xl-auto {
		width: auto !important;
	}
	.h-xl-100 {
		height: 100% !important;
	}
	.h-xl-auto {
		height: auto !important;
	}
	.z-xl-index {
		z-index: 1;
	}





	.position-xl-static {
		position: static !important;
	}
	.position-xl-relative {
		position: relative !important;
	}
	.position-xl-absolute {
		position: absolute !important;
	}
	.position-xl-fixed {
		position: fixed !important;
	}







	.mt-xl-n6, .my-xl-n6, .m-xl-n6 {
		margin-top: -6rem !important;
	}
	.mb-xl-n6, .my-xl-n6, .m-xl-n6 {
		margin-bottom: -6rem !important;
	}
	.mr-xl-n6, .mx-xl-n6, .m-xl-n6 {
		margin-right: -6rem !important;
	}
	.ml-xl-n6, .mx-xl-n6, .m-xl-n6 {
		margin-left: -6rem !important;
	}
	.mt-xl-n7, .my-xl-n7, .m-xl-n7 {
		margin-top: -12rem !important;
	}
	.mb-xl-n7, .my-xl-n7, .m-xl-n7 {
		margin-bottom: -12rem !important;
	}
	.mr-xl-n7, .mx-xl-n7, .m-xl-n7 {
		margin-right: -12rem !important;
	}
	.ml-xl-n7, .mx-xl-n7, .m-xl-n7 {
		margin-left: -12rem !important;
	}







	.mt-xl-6, .my-xl-6, .m-xl-6 {
		margin-top: 6rem !important;
	}
	.mb-xl-6, .my-xl-6, .m-xl-6 {
		margin-bottom: 6rem !important;
	}
	.mr-xl-6, .mx-xl-6, .m-xl-6 {
		margin-right: 6rem !important;
	}
	.ml-xl-6, .mx-xl-6, .m-xl-6 {
		margin-left: 6rem !important;
	}
	.mt-xl-7, .my-xl-7, .m-xl-7 {
		margin-top: 12rem !important;
	}
	.mb-xl-7, .my-xl-7, .m-xl-7 {
		margin-bottom: 12rem !important;
	}
	.mr-xl-7, .mx-xl-7, .m-xl-7 {
		margin-right: 12rem !important;
	}
	.ml-xl-7, .mx-xl-7, .m-xl-7 {
		margin-left: 12rem !important;
	}






	.pt-xl-6, .py-xl-6, .p-xl-6 {
		padding-top: 6rem !important;
	}
	.pb-xl-6, .py-xl-6, .p-xl-6 {
		padding-bottom: 6rem !important;
	}
	.pr-xl-6, .px-xl-6, .p-xl-6 {
		padding-right: 6rem !important;
	}
	.pl-xl-6, .px-xl-6, .p-xl-6 {
		padding-left: 6rem !important;
	}
	.pt-xl-7, .py-xl-7, .p-xl-7 {
		padding-top: 12rem !important;
	}
	.pb-xl-7, .py-xl-7, .p-xl-7 {
		padding-bottom: 12rem !important;
	}
	.pr-xl-7, .px-xl-7, .p-xl-7 {
		padding-right: 12rem !important;
	}
	.pl-xl-7, .px-xl-7, .p-xl-7 {
		padding-left: 12rem !important;
	}





	.col-xl-1-16 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.col-xl-2-16 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-xl-3-16 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.col-xl-4-16 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-5-16 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.col-xl-6-16 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.col-xl-7-16 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.col-xl-8-16 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-9-16 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.col-xl-10-16 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.col-xl-11-16 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.col-xl-12-16 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-13-16 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.col-xl-14-16 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.col-xl-15-16 {
		-ms-flex: 0 0 93,75%;
		flex: 0 0 93,75%;
		max-width: 93,75%;
	}
	.col-xl-16-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}





	.font-weight-xl-light {
		font-weight: 300 !important;
	}

	.font-weight-xl-lighter {
		font-weight: lighter !important;
	}

	.font-weight-xl-normal {
		font-weight: 400 !important;
	}

	.font-weight-xl-bold {
		font-weight: 700 !important;
	}

	.font-weight-xl-bolder {
		font-weight: bolder !important;
	}








	.overflow-xl-visible {
		overflow: visible !important;
	}
	.overflow-xl-hidden {
		overflow: hidden !important;
	}






	.text-xl-truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.text-xl-notruncate {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: normal !important;
	}







	.border-xl-top {
		border-top: 1px solid #dee2e6 !important;
	}
	.border-xl-bottom {
		border-bottom: 1px solid #dee2e6 !important;
	}
	.border-xl-left {
		border-left: 1px solid #dee2e6 !important;
	}
	.border-xl-right {
		border-right: 1px solid #dee2e6 !important;
	}


}
@media (min-width: 1400px) {

	.d-xxl-none {
		display: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}






	.w-xxl-100 {
		width: 100% !important;
	}
	.w-xxl-auto {
		width: auto !important;
	}
	.h-xxl-100 {
		height: 100% !important;
	}
	.h-xxl-auto {
		height: auto !important;
	}
	.z-xxl-index {
		z-index: 1;
	}





	.position-xxl-static {
		position: static !important;
	}
	.position-xxl-relative {
		position: relative !important;
	}
	.position-xxl-absolute {
		position: absolute !important;
	}
	.position-xxl-fixed {
		position: fixed !important;
	}







	.mt-xxl-n1, .my-xxl-n1, .m-xxl-n1 {
		margin-top: -0.25rem !important;
	}
	.mb-xxl-n1, .my-xxl-n1, .m-xxl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.mr-xxl-n1, .mx-xxl-n1, .m-xxl-n1 {
		margin-right: -0.25rem !important;
	}
	.ml-xxl-n1, .mx-xxl-n1, .m-xxl-n1 {
		margin-left: -0.25rem !important;
	}
	.mt-xxl-n2, .my-xxl-n2, .m-xxl-n2 {
		margin-top: -0.5rem !important;
	}
	.mb-xxl-n2, .my-xxl-n2, .m-xxl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.mr-xxl-n2, .mx-xxl-n2, .m-xxl-n2 {
		margin-right: -0.5rem !important;
	}
	.ml-xxl-n2, .mx-xxl-n2, .m-xxl-n2 {
		margin-left: -0.5rem !important;
	}
	.mt-xxl-n3, .my-xxl-n3, .m-xxl-n3 {
		margin-top: -1rem !important;
	}
	.mb-xxl-n3, .my-xxl-n3, .m-xxl-n3 {
		margin-bottom: -1rem !important;
	}
	.mr-xxl-n3, .mx-xxl-n3, .m-xxl-n3 {
		margin-right: -1rem !important;
	}
	.ml-xxl-n3, .mx-xxl-n3, .m-xxl-n3 {
		margin-left: -1rem !important;
	}
	.mt-xxl-n4, .my-xxl-n4, .m-xxl-n4 {
		margin-top: -1.5rem !important;
	}
	.mb-xxl-n4, .my-xxl-n4, .m-xxl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.mr-xxl-n4, .mx-xxl-n4, .m-xxl-n4 {
		margin-right: -1.5rem !important;
	}
	.ml-xxl-n4, .mx-xxl-n4, .m-xxl-n4 {
		margin-left: -1.5rem !important;
	}
	.mt-xxl-n5, .my-xxl-n5, .m-xxl-n5 {
		margin-top: -3rem !important;
	}
	.mb-xxl-n5, .my-xxl-n5, .m-xxl-n5 {
		margin-bottom: -3rem !important;
	}
	.mr-xxl-n5, .mx-xxl-n5, .m-xxl-n5 {
		margin-right: -3rem !important;
	}
	.ml-xxl-n5, .mx-xxl-n5, .m-xxl-n5 {
		margin-left: -3rem !important;
	}
	.mt-xxl-n6, .my-xxl-n6, .m-xxl-n6 {
		margin-top: -6rem !important;
	}
	.mb-xxl-n6, .my-xxl-n6, .m-xxl-n6 {
		margin-bottom: -6rem !important;
	}
	.mr-xxl-n6, .mx-xxl-n6, .m-xxl-n6 {
		margin-right: -6rem !important;
	}
	.ml-xxl-n6, .mx-xxl-n6, .m-xxl-n6 {
		margin-left: -6rem !important;
	}
	.mt-xxl-n7, .my-xxl-n7, .m-xxl-n7 {
		margin-top: -12rem !important;
	}
	.mb-xxl-n7, .my-xxl-n7, .m-xxl-n7 {
		margin-bottom: -12rem !important;
	}
	.mr-xxl-n7, .mx-xxl-n7, .m-xxl-n7 {
		margin-right: -12rem !important;
	}
	.ml-xxl-n7, .mx-xxl-n7, .m-xxl-n7 {
		margin-left: -12rem !important;
	}






	.mt-xxl-0, .my-xxl-0, .m-xxl-0 {
		margin-top: 0 !important;
	}
	.mb-xxl-0, .my-xxl-0, .m-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mr-xxl-0, .mx-xxl-0, .m-xxl-0 {
		margin-right: 0 !important;
	}
	.ml-xxl-0, .mx-xxl-0, .m-xxl-0 {
		margin-left: 0 !important;
	}
	.mt-xxl-1, .my-xxl-1, .m-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mb-xxl-1, .my-xxl-1, .m-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mr-xxl-1, .mx-xxl-1, .m-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.ml-xxl-1, .mx-xxl-1, .m-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.mt-xxl-2, .my-xxl-2, .m-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mb-xxl-2, .my-xxl-2, .m-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mr-xxl-2, .mx-xxl-2, .m-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.ml-xxl-2, .mx-xxl-2, .m-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.mt-xxl-3, .my-xxl-3, .m-xxl-3 {
		margin-top: 1rem !important;
	}
	.mb-xxl-3, .my-xxl-3, .m-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mr-xxl-3, .mx-xxl-3, .m-xxl-3 {
		margin-right: 1rem !important;
	}
	.ml-xxl-3, .mx-xxl-3, .m-xxl-3 {
		margin-left: 1rem !important;
	}
	.mt-xxl-4, .my-xxl-4, .m-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mb-xxl-4, .my-xxl-4, .m-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mr-xxl-4, .mx-xxl-4, .m-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.ml-xxl-4, .mx-xxl-4, .m-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.mt-xxl-5, .my-xxl-5, .m-xxl-5 {
		margin-top: 3rem !important;
	}
	.mb-xxl-5, .my-xxl-5, .m-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mr-xxl-5, .mx-xxl-5, .m-xxl-5 {
		margin-right: 3rem !important;
	}
	.ml-xxl-5, .mx-xxl-5, .m-xxl-5 {
		margin-left: 3rem !important;
	}
	.mt-xxl-6, .my-xxl-6, .m-xxl-6 {
		margin-top: 6rem !important;
	}
	.mb-xxl-6, .my-xxl-6, .m-xxl-6 {
		margin-bottom: 6rem !important;
	}
	.mr-xxl-6, .mx-xxl-6, .m-xxl-6 {
		margin-right: 6rem !important;
	}
	.ml-xxl-6, .mx-xxl-6, .m-xxl-6 {
		margin-left: 6rem !important;
	}
	.mt-xxl-7, .my-xxl-7, .m-xxl-7 {
		margin-top: 12rem !important;
	}
	.mb-xxl-7, .my-xxl-7, .m-xxl-7 {
		margin-bottom: 12rem !important;
	}
	.mr-xxl-7, .mx-xxl-7, .m-xxl-7 {
		margin-right: 12rem !important;
	}
	.ml-xxl-7, .mx-xxl-7, .m-xxl-7 {
		margin-left: 12rem !important;
	}





	.pt-xxl-1, .py-xxl-1, .p-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pb-xxl-1, .py-xxl-1, .p-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pr-xxl-1, .px-xxl-1, .p-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pl-xxl-1, .px-xxl-1, .p-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.pt-xxl-2, .py-xxl-2, .p-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pb-xxl-2, .py-xxl-2, .p-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pr-xxl-2, .px-xxl-2, .p-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pl-xxl-2, .px-xxl-2, .p-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.pt-xxl-3, .py-xxl-3, .p-xxl-3 {
		padding-top: 1rem !important;
	}
	.pb-xxl-3, .py-xxl-3, .p-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pr-xxl-3, .px-xxl-3, .p-xxl-3 {
		padding-right: 1rem !important;
	}
	.pl-xxl-3, .px-xxl-3, .p-xxl-3 {
		padding-left: 1rem !important;
	}
	.pt-xxl-4, .py-xxl-4, .p-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pb-xxl-4, .py-xxl-4, .p-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pr-xxl-4, .px-xxl-4, .p-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pl-xxl-4, .px-xxl-4, .p-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.pt-xxl-5, .py-xxl-5, .p-xxl-5 {
		padding-top: 3rem !important;
	}
	.pb-xxl-5, .py-xxl-5, .p-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.pr-xxl-5, .px-xxl-5, .p-xxl-5 {
		padding-right: 3rem !important;
	}
	.pl-xxl-5, .px-xxl-5, .p-xxl-5 {
		padding-left: 3rem !important;
	}
	.pt-xxl-6, .py-xxl-6, .p-xxl-6 {
		padding-top: 6rem !important;
	}
	.pb-xxl-6, .py-xxl-6, .p-xxl-6 {
		padding-bottom: 6rem !important;
	}
	.pr-xxl-6, .px-xxl-6, .p-xxl-6 {
		padding-right: 6rem !important;
	}
	.pl-xxl-6, .px-xxl-6, .p-xxl-6 {
		padding-left: 6rem !important;
	}
	.pt-xxl-7, .py-xxl-7, .p-xxl-7 {
		padding-top: 12rem !important;
	}
	.pb-xxl-7, .py-xxl-7, .p-xxl-7 {
		padding-bottom: 12rem !important;
	}
	.pr-xxl-7, .px-xxl-7, .p-xxl-7 {
		padding-right: 12rem !important;
	}
	.pl-xxl-7, .px-xxl-7, .p-xxl-7 {
		padding-left: 12rem !important;
	}





	.col-xxl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xxl-1-16 {
		-ms-flex: 0 0 6.25%;
		flex: 0 0 6.25%;
		max-width: 6.25%;
	}
	.col-xxl-2-16 {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.col-xxl-3-16 {
		-ms-flex: 0 0 18.75%;
		flex: 0 0 18.75%;
		max-width: 18.75%;
	}
	.col-xxl-4-16 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-5-16 {
		-ms-flex: 0 0 31.25%;
		flex: 0 0 31.25%;
		max-width: 31.25%;
	}
	.col-xxl-6-16 {
		-ms-flex: 0 0 37.5%;
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
	.col-xxl-7-16 {
		-ms-flex: 0 0 43.75%;
		flex: 0 0 43.75%;
		max-width: 43.75%;
	}
	.col-xxl-8-16 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xxl-9-16 {
		-ms-flex: 0 0 56.25%;
		flex: 0 0 56.25%;
		max-width: 56.25%;
	}
	.col-xxl-10-16 {
		-ms-flex: 0 0 62.5%;
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}
	.col-xxl-11-16 {
		-ms-flex: 0 0 68.75%;
		flex: 0 0 68.75%;
		max-width: 68.75%;
	}
	.col-xxl-12-16 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xxl-13-16 {
		-ms-flex: 0 0 81.25%;
		flex: 0 0 81.25%;
		max-width: 81.25%;
	}
	.col-xxl-14-16 {
		-ms-flex: 0 0 87.5%;
		flex: 0 0 87.5%;
		max-width: 87.5%;
	}
	.col-xxl-15-16 {
		-ms-flex: 0 0 93,75%;
		flex: 0 0 93,75%;
		max-width: 93,75%;
	}
	.col-xxl-16-16 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-xxl {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-xxl-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
	.col-xxl-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-xxl-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-xxl-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-xxl-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-xxl-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-xxl-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-xxl-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-xxl-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-xxl-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-xxl-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-xxl-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-xxl-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}









	.order-xxl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xxl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xxl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xxl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xxl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xxl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xxl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xxl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xxl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xxl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xxl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xxl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xxl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xxl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xxl-12 {
		-ms-flex-order: 12;
		order: 12;
	}







	.font-weight-xxl-light {
		font-weight: 300 !important;
	}

	.font-weight-xxl-lighter {
		font-weight: lighter !important;
	}

	.font-weight-xxl-normal {
		font-weight: 400 !important;
	}

	.font-weight-xxl-bold {
		font-weight: 700 !important;
	}

	.font-weight-xxl-bolder {
		font-weight: bolder !important;
	}









	.overflow-xxl-visible {
		overflow: visible !important;
	}
	.overflow-xxl-hidden {
		overflow: hidden !important;
	}





	.text-xxl-truncate {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.text-xxl-notruncate {
		overflow: visible !important;
		text-overflow: clip !important;
		white-space: normal !important;
	}







	.border-xxl-top {
		border-top: 1px solid #dee2e6 !important;
	}
	.border-xxl-bottom {
		border-bottom: 1px solid #dee2e6 !important;
	}
	.border-xxl-left {
		border-left: 1px solid #dee2e6 !important;
	}
	.border-xxl-right {
		border-right: 1px solid #dee2e6 !important;
	}

}