﻿/* spacing */
@media (min-width: 576px) {
	.mt-sm-0 {
		margin-top: 0 !important;
	}

	.ml-sm-0 {
		margin-left: 0 !important;
	}

	.mr-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}

	.pl-sm-0 {
		padding-left: 0 !important;
	}

	.pr-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}

	.ml-sm-1 {
		margin-left: 0.25rem !important;
	}

	.mr-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pl-sm-1 {
		padding-left: 0.25rem !important;
	}

	.pr-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}

	.ml-sm-2 {
		margin-left: 0.5rem !important;
	}

	.mr-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pl-sm-2 {
		padding-left: 0.5rem !important;
	}

	.pr-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.mt-sm-3 {
		margin-top: 1rem !important;
	}

	.ml-sm-3 {
		margin-left: 1rem !important;
	}

	.mr-sm-3 {
		margin-right: 1rem !important;
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}

	.pt-sm-3 {
		padding-top: 1rem !important;
	}

	.pl-sm-3 {
		padding-left: 1rem !important;
	}

	.pr-sm-3 {
		padding-right: 1rem !important;
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}

	.ml-sm-4 {
		margin-left: 1.5rem !important;
	}

	.mr-sm-4 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}

	.pl-sm-4 {
		padding-left: 1.5rem !important;
	}

	.pr-sm-4 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}

	.mt-sm-5 {
		margin-top: 3rem !important;
	}

	.ml-sm-5 {
		margin-left: 3rem !important;
	}

	.mr-sm-5 {
		margin-right: 3rem !important;
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}

	.pt-sm-5 {
		padding-top: 3rem !important;
	}

	.pl-sm-5 {
		padding-left: 3rem !important;
	}

	.pr-sm-5 {
		padding-right: 3rem !important;
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
}

@media (min-width: 768px) {
	.mt-md-0 {
		margin-top: 0 !important;
	}

	.ml-md-0 {
		margin-left: 0 !important;
	}

	.mr-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}

	.pl-md-0 {
		padding-left: 0 !important;
	}

	.pr-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.mt-md-1 {
		margin-top: 0.25rem !important;
	}

	.ml-md-1 {
		margin-left: 0.25rem !important;
	}

	.mr-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.pt-md-1 {
		padding-top: 0.25rem !important;
	}

	.pl-md-1 {
		padding-left: 0.25rem !important;
	}

	.pr-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.mt-md-2 {
		margin-top: 0.5rem !important;
	}

	.ml-md-2 {
		margin-left: 0.5rem !important;
	}

	.mr-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.pt-md-2 {
		padding-top: 0.5rem !important;
	}

	.pl-md-2 {
		padding-left: 0.5rem !important;
	}

	.pr-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.mt-md-3 {
		margin-top: 1rem !important;
	}

	.ml-md-3 {
		margin-left: 1rem !important;
	}

	.mr-md-3 {
		margin-right: 1rem !important;
	}

	.mb-md-3 {
		margin-bottom: 1rem !important;
	}

	.pt-md-3 {
		padding-top: 1rem !important;
	}

	.pl-md-3 {
		padding-left: 1rem !important;
	}

	.pr-md-3 {
		padding-right: 1rem !important;
	}

	.pb-md-3 {
		padding-bottom: 1rem !important;
	}

	.mt-md-4 {
		margin-top: 1.5rem !important;
	}

	.ml-md-4 {
		margin-left: 1.5rem !important;
	}

	.mr-md-4 {
		margin-right: 1.5rem !important;
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}

	.pt-md-4 {
		padding-top: 1.5rem !important;
	}

	.pl-md-4 {
		padding-left: 1.5rem !important;
	}

	.pr-md-4 {
		padding-right: 1.5rem !important;
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}

	.mt-md-5 {
		margin-top: 3rem !important;
	}

	.ml-md-5 {
		margin-left: 3rem !important;
	}

	.mr-md-5 {
		margin-right: 3rem !important;
	}

	.mb-md-5 {
		margin-bottom: 3rem !important;
	}

	.pt-md-5 {
		padding-top: 3rem !important;
	}

	.pl-md-5 {
		padding-left: 3rem !important;
	}

	.pr-md-5 {
		padding-right: 3rem !important;
	}

	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
}

@media (min-width: 992px) {
	.mt-lg-0 {
		margin-top: 0 !important;
	}

	.ml-lg-0 {
		margin-left: 0 !important;
	}

	.mr-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}

	.pl-lg-0 {
		padding-left: 0 !important;
	}

	.pr-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}

	.ml-lg-1 {
		margin-left: 0.25rem !important;
	}

	.mr-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pl-lg-1 {
		padding-left: 0.25rem !important;
	}

	.pr-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}

	.ml-lg-2 {
		margin-left: 0.5rem !important;
	}

	.mr-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pl-lg-2 {
		padding-left: 0.5rem !important;
	}

	.pr-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.mt-lg-3 {
		margin-top: 1rem !important;
	}

	.ml-lg-3 {
		margin-left: 1rem !important;
	}

	.mr-lg-3 {
		margin-right: 1rem !important;
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}

	.pt-lg-3 {
		padding-top: 1rem !important;
	}

	.pl-lg-3 {
		padding-left: 1rem !important;
	}

	.pr-lg-3 {
		padding-right: 1rem !important;
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}

	.ml-lg-4 {
		margin-left: 1.5rem !important;
	}

	.mr-lg-4 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}

	.pl-lg-4 {
		padding-left: 1.5rem !important;
	}

	.pr-lg-4 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}

	.mt-lg-5 {
		margin-top: 3rem !important;
	}

	.ml-lg-5 {
		margin-left: 3rem !important;
	}

	.mr-lg-5 {
		margin-right: 3rem !important;
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}

	.pt-lg-5 {
		padding-top: 3rem !important;
	}

	.pl-lg-5 {
		padding-left: 3rem !important;
	}

	.pr-lg-5 {
		padding-right: 3rem !important;
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
}

@media (min-width: 1200px) {
	.mt-xl-0 {
		margin-top: 0 !important;
	}

	.ml-xl-0 {
		margin-left: 0 !important;
	}

	.mr-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}

	.pl-xl-0 {
		padding-left: 0 !important;
	}

	.pr-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}

	.ml-xl-1 {
		margin-left: 0.25rem !important;
	}

	.mr-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pl-xl-1 {
		padding-left: 0.25rem !important;
	}

	.pr-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}

	.ml-xl-2 {
		margin-left: 0.5rem !important;
	}

	.mr-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pl-xl-2 {
		padding-left: 0.5rem !important;
	}

	.pr-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.mt-xl-3 {
		margin-top: 1rem !important;
	}

	.ml-xl-3 {
		margin-left: 1rem !important;
	}

	.mr-xl-3 {
		margin-right: 1rem !important;
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}

	.pt-xl-3 {
		padding-top: 1rem !important;
	}

	.pl-xl-3 {
		padding-left: 1rem !important;
	}

	.pr-xl-3 {
		padding-right: 1rem !important;
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}

	.ml-xl-4 {
		margin-left: 1.5rem !important;
	}

	.mr-xl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}

	.pl-xl-4 {
		padding-left: 1.5rem !important;
	}

	.pr-xl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}

	.mt-xl-5 {
		margin-top: 3rem !important;
	}

	.ml-xl-5 {
		margin-left: 3rem !important;
	}

	.mr-xl-5 {
		margin-right: 3rem !important;
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}

	.pt-xl-5 {
		padding-top: 3rem !important;
	}

	.pl-xl-5 {
		padding-left: 3rem !important;
	}

	.pr-xl-5 {
		padding-right: 3rem !important;
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
}

@media (min-width: 1440px) {
	.mt-xxl-0 {
		margin-top: 0 !important;
	}

	.ml-xxl-0 {
		margin-left: 0 !important;
	}

	.mr-xxl-0 {
		margin-right: 0 !important;
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}

	.pt-xxl-0 {
		padding-top: 0 !important;
	}

	.pl-xxl-0 {
		padding-left: 0 !important;
	}

	.pr-xxl-0 {
		padding-right: 0 !important;
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}

	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}

	.ml-xxl-1 {
		margin-left: 0.25rem !important;
	}

	.mr-xxl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}

	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}

	.pl-xxl-1 {
		padding-left: 0.25rem !important;
	}

	.pr-xxl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}

	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}

	.ml-xxl-2 {
		margin-left: 0.5rem !important;
	}

	.mr-xxl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}

	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}

	.pl-xxl-2 {
		padding-left: 0.5rem !important;
	}

	.pr-xxl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}

	.mt-xxl-3 {
		margin-top: 1rem !important;
	}

	.ml-xxl-3 {
		margin-left: 1rem !important;
	}

	.mr-xxl-3 {
		margin-right: 1rem !important;
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}

	.pt-xxl-3 {
		padding-top: 1rem !important;
	}

	.pl-xxl-3 {
		padding-left: 1rem !important;
	}

	.pr-xxl-3 {
		padding-right: 1rem !important;
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}

	.ml-xxl-4 {
		margin-left: 1.5rem !important;
	}

	.mr-xxl-4 {
		margin-right: 1.5rem !important;
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}

	.pl-xxl-4 {
		padding-left: 1.5rem !important;
	}

	.pr-xxl-4 {
		padding-right: 1.5rem !important;
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}

	.mt-xxl-5 {
		margin-top: 3rem !important;
	}

	.ml-xxl-5 {
		margin-left: 3rem !important;
	}

	.mr-xxl-5 {
		margin-right: 3rem !important;
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}

	.pt-xxl-5 {
		padding-top: 3rem !important;
	}

	.pl-xxl-5 {
		padding-left: 3rem !important;
	}

	.pr-xxl-5 {
		padding-right: 3rem !important;
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
}
