@charset "utf-8";
/* CSS Document */
.m-6 {
    margin: 4rem !important
}
.m-7 {
    margin: 5rem !important
}
.m-8 {
    margin: 6rem !important
}
.m-9 {
    margin: 7rem !important
}
.m-10 {
    margin: 8rem !important
}
.mx-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}
.mx-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important
}
.mx-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important
}
.mx-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important
}
.mx-10 {
    margin-right: 8rem !important;
    margin-left: 8rem !important
}
.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}
.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}
.my-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
}
.my-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
}
.my-10 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
}
.mt-6 {
    margin-top: 4rem !important
}
.mt-7 {
    margin-top: 5rem !important
}
.mt-8 {
    margin-top: 6rem !important
}
.mt-9 {
    margin-top: 7rem !important
}
.mt-10 {
    margin-top: 8rem !important
}
.me-6 {
    margin-right: 4rem !important
}
.me-7 {
    margin-right: 5rem !important
}
.me-8 {
    margin-right: 6rem !important
}
.me-9 {
    margin-right: 7rem !important
}
.me-10 {
    margin-right: 8rem !important
}
.mb-6 {
    margin-bottom: 4rem !important
}
.mb-7 {
    margin-bottom: 5rem !important
}
.mb-8 {
    margin-bottom: 6rem !important
}
.mb-9 {
    margin-bottom: 7rem !important
}
.mb-10 {
    margin-bottom: 8rem !important
}
.mb-11 {
    margin-bottom: 9rem !important
}
.mb-12 {
    margin-bottom: 10rem !important
}
.mb-13 {
    margin-bottom: 11rem !important
}
.mb-14 {
    margin-bottom: 12rem !important
}
.p-6 {
    padding: 4rem !important
}
.p-7 {
    padding: 5rem !important
}
.p-8 {
    padding: 6rem !important
}
.p-9 {
    padding: 7rem !important
}
.p-10 {
    padding: 8rem !important
}
.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}
.px-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important
}
.px-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important
}
.px-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important
}
.px-10 {
    padding-right: 8rem !important;
    padding-left: 8rem !important
}


@media(min-width: 992px) {
    .mx-lg-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }
	.mx-lg-7 {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
	 .mx-lg-8 {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }
	 .mx-lg-9 {
        margin-right: 7rem !important;
        margin-left: 7rem !important
    }
	.mx-lg-10 {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }
}