﻿/* ================ Bootstrap Classes ================ */
/* Responsive */
@media (max-width: 575px)
{
	.col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
	
	.col-xs-2 
	{
        flex: 0 0 auto;
        width: 16.66666667%;
    }
	
	.col-xs-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	
	.col-xs-4 
	{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	
	.col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
	
	.col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	
	.col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	
	.col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
	
	.col-xs-9 {
        flex: 0 0 auto;
        width: 75%;
    }
	
	.col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
	
	.col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
	
	.col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }
	
	/* Margin */
	.mt-xs-0 
	{
	    margin-top: 0 !important;
	}
	
	.mt-xs-1 
	{
	    margin-top: .25rem !important;
	}
	
	.mt-xs-2 
	{
		margin-top: .5rem !important;
	}
	
	.mt-xs-3 
	{
		margin-top: 1rem !important;
	}
	
	.mt-xs-4 
	{
		margin-top: 1.5rem !important;
	}
	
	.mt-xs-5 
	{
		margin-top: 2rem !important;
	}
	
	.me-xs-0 
	{
	    margin-right: 0 !important;
	}
	
	.me-xs-1 
	{
	    margin-right: .25rem !important;
	}
	
	.me-xs-2 
	{
		margin-right: .5rem !important;
	}
	
	.me-xs-3 
	{
		margin-right: 1rem !important;
	}
	
	.me-xs-4 
	{
		margin-right: 1.5rem !important;
	}
	
	.me-xs-5 
	{
		margin-right: 2rem !important;
	}
	
	.mb-xs-0 
	{
	    margin-bottom: 0 !important;
	}
	
	.mb-xs-1 
	{
	    margin-bottom: .25rem !important;
	}
	
	.mb-xs-2 
	{
		margin-bottom: .5rem !important;
	}
	
	.mb-xs-3 
	{
		margin-bottom: 1rem !important;
	}
	
	.mb-xs-4 
	{
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xs-5 
	{
		margin-bottom: 2rem !important;
	}
	
	.ms-xs-0 
	{
	    margin-left: 0 !important;
	}
	
	.ms-xs-1 
	{
	    margin-left: .25rem !important;
	}
	
	.ms-xs-2 
	{
		margin-left: .5rem !important;
	}
	
	.ms-xs-3 
	{
		margin-left: 1rem !important;
	}
	
	.ms-xs-4 
	{
		margin-left: 1.5rem !important;
	}
	
	.ms-xs-5 
	{
		margin-left: 2rem !important;
	}
	
	/* Align content */
	.align-content-xs-start 
	{
        align-content: start !important;
    }
	
	.align-content-xs-center 
	{
        align-content: center !important;
    }
	
	.align-content-xs-end 
	{
        align-content: end !important;
    }
	
	/* Align items */
	.align-items-xs-start 
	{
        align-items: start !important;
    }
	
	.align-items-xs-center 
	{
        align-items: center !important;
    }
	
	.align-items-xs-end 
	{
        align-items: end !important;
    }
	
	/* Justify content */
	.justify-content-xs-start 
	{
        justify-content: start !important;
    }
	
	.justify-content-xs-center 
	{
        justify-content: center !important;
    }
	
	.justify-content-xs-end 
	{
        justify-content: end !important;
    }
	
	.justify-content-xs-around 
	{
	    justify-content: space-around !important;
	}
	
	.justify-content-xs-between 
	{
	    justify-content: space-between !important;
	}
	
	/* Text Align */
	.text-xs-start 
	{
		text-align: start;
	}
	
	.text-xs-center 
	{
		text-align: center;
	}
	
	.text-xs-end 
	{
		text-align: end;
	}
	
	/* Display Flex */
	.flex-xs-row 
	{
        flex-direction: row !important;
    }
	
	.flex-xs-column 
	{
        flex-direction: column !important;
    }
}

@media (min-width: 576px) {
    .bs-container, .bs-container-sm 
	{
        max-width: 540px;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
	
	.col-sm-2 
	{
        flex: 0 0 auto;
        width: 16.66666667%;
    }
	
	.col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	
	.col-sm-4 
	{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	
	.col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
	
	.col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	
	.col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	
	.col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
	
	.col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
	
	.col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
	
	.col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
	
	.col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
	
	/* Margin */
	.mt-sm-0 
	{
	    margin-top: 0 !important;
	}
	
	.mt-sm-1 
	{
	    margin-top: .25rem !important;
	}
	
	.mt-sm-2 
	{
		margin-top: .5rem !important;
	}
	
	.mt-sm-3 
	{
		margin-top: 1rem !important;
	}
	
	.mt-sm-4 
	{
		margin-top: 1.5rem !important;
	}
	
	.mt-sm-5 
	{
		margin-top: 2rem !important;
	}
	
	.me-sm-0 
	{
	    margin-right: 0 !important;
	}
	
	.me-sm-1 
	{
	    margin-right: .25rem !important;
	}
	
	.me-sm-2 
	{
		margin-right: .5rem !important;
	}
	
	.me-sm-3 
	{
		margin-right: 1rem !important;
	}
	
	.me-sm-4 
	{
		margin-right: 1.5rem !important;
	}
	
	.me-sm-5 
	{
		margin-right: 2rem !important;
	}
	
	.mb-sm-0 
	{
	    margin-bottom: 0 !important;
	}
	
	.mb-sm-1 
	{
	    margin-bottom: .25rem !important;
	}
	
	.mb-sm-2 
	{
		margin-bottom: .5rem !important;
	}
	
	.mb-sm-3 
	{
		margin-bottom: 1rem !important;
	}
	
	.mb-sm-4 
	{
		margin-bottom: 1.5rem !important;
	}
	
	.mb-sm-5 
	{
		margin-bottom: 2rem !important;
	}
	
	.ms-sm-0 
	{
	    margin-left: 0 !important;
	}
	
	.ms-sm-1 
	{
	    margin-left: .25rem !important;
	}
	
	.ms-sm-2 
	{
		margin-left: .5rem !important;
	}
	
	.ms-sm-3 
	{
		margin-left: 1rem !important;
	}
	
	.ms-sm-4 
	{
		margin-left: 1.5rem !important;
	}
	
	.ms-sm-5 
	{
		margin-left: 2rem !important;
	}
	
	/* Align content */
	.align-content-sm-start 
	{
        align-content: start !important;
    }
	
	.align-content-sm-center 
	{
        align-content: center !important;
    }
	
	.align-content-sm-end 
	{
        align-content: end !important;
    }
	
	/* Align items */
	.align-items-sm-start 
	{
        align-items: start !important;
    }
	
	.align-items-sm-center 
	{
        align-items: center !important;
    }
	
	.align-items-sm-end 
	{
        align-items: end !important;
    }
	
	/* Justify content */
	.justify-content-sm-start 
	{
        justify-content: start !important;
    }
	
	.justify-content-sm-center 
	{
        justify-content: center !important;
    }
	
	.justify-content-sm-end 
	{
        justify-content: end !important;
    }
	
	.justify-content-sm-around 
	{
	    justify-content: space-around !important;
	}
	
	.justify-content-sm-between 
	{
	    justify-content: space-between !important;
	}
	
	/* Text Align */
	.text-sm-start 
	{
		text-align: start;
	}
	
	.text-sm-center 
	{
		text-align: center;
	}
	
	.text-sm-end 
	{
		text-align: end;
	}
	
	/* Display Flex */
	.flex-sm-row 
	{
        flex-direction: row !important;
    }
	
	.flex-sm-column 
	{
        flex-direction: column !important;
    }
}


@media (min-width: 768px) {
    .bs-container, .bs-container-md, .bs-container-sm 
	{
        max-width: 720px;
    }
	
	.col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
	
	.col-md-2 
	{
        flex: 0 0 auto;
        width: 16.66666667%;
    }
	
	.col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	
	.col-md-4 
	{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	
	.col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
	
	.col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	
	.col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	
	.col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
	
	.col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
	
	.col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
	
	.col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
	
	.col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
	
	.align-items-md-end 
	{
        align-items: flex-end !important;
    }
	
	.flex-md-column 
	{
        flex-direction: column !important;
    }
	
	/* Margin */
	.mt-md-0 
	{
	    margin-top: 0 !important;
	}
	
	.mt-md-1 
	{
	    margin-top: .25rem !important;
	}
	
	.mt-md-2 
	{
		margin-top: .5rem !important;
	}
	
	.mt-md-3 
	{
		margin-top: 1rem !important;
	}
	
	.mt-md-4 
	{
		margin-top: 1.5rem !important;
	}
	
	.mt-md-5 
	{
		margin-top: 2rem !important;
	}
	
	.me-md-0 
	{
	    margin-right: 0 !important;
	}
	
	.me-md-1 
	{
	    margin-right: .25rem !important;
	}
	
	.me-md-2 
	{
		margin-right: .5rem !important;
	}
	
	.me-md-3 
	{
		margin-right: 1rem !important;
	}
	
	.me-md-4 
	{
		margin-right: 1.5rem !important;
	}
	
	.me-md-5 
	{
		margin-right: 2rem !important;
	}
	
	.mb-md-0 
	{
	    margin-bottom: 0 !important;
	}
	
	.mb-md-1 
	{
	    margin-bottom: .25rem !important;
	}
	
	.mb-md-2 
	{
		margin-bottom: .5rem !important;
	}
	
	.mb-md-3 
	{
		margin-bottom: 1rem !important;
	}
	
	.mb-md-4 
	{
		margin-bottom: 1.5rem !important;
	}
	
	.mb-md-5 
	{
		margin-bottom: 2rem !important;
	}
	
	.ms-md-0 
	{
	    margin-left: 0 !important;
	}
	
	.ms-md-1 
	{
	    margin-left: .25rem !important;
	}
	
	.ms-md-2 
	{
		margin-left: .5rem !important;
	}
	
	.ms-md-3 
	{
		margin-left: 1rem !important;
	}
	
	.ms-md-4 
	{
		margin-left: 1.5rem !important;
	}
	
	.ms-md-5 
	{
		margin-left: 2rem !important;
	}
	
	/* Align content */
	.align-content-md-start 
	{
        align-content: start !important;
    }
	
	.align-content-md-center 
	{
        align-content: center !important;
    }
	
	.align-content-md-end 
	{
        align-content: end !important;
    }
	
	/* Align items */
	.align-items-md-start 
	{
        align-items: start !important;
    }
	
	.align-items-md-center 
	{
        align-items: center !important;
    }
	
	.align-items-md-end 
	{
        align-items: end !important;
    }
	
	/* Justify content */
	.justify-content-md-start 
	{
        justify-content: start !important;
    }
	
	.justify-content-md-center 
	{
        justify-content: center !important;
    }
	
	.justify-content-md-end 
	{
        justify-content: end !important;
    }
	
	.justify-content-md-around 
	{
	    justify-content: space-around !important;
	}
	
	.justify-content-md-between 
	{
	    justify-content: space-between !important;
	}
	
	/* Text Align */
	.text-md-start 
	{
		text-align: start;
	}
	
	.text-md-center 
	{
		text-align: center;
	}
	
	.text-md-end 
	{
		text-align: end;
	}
	
	/* Display Flex */
	.flex-md-row 
	{
        flex-direction: row !important;
    }
	
	.flex-md-column 
	{
        flex-direction: column !important;
    }
}

@media (min-width: 992px) {
    .bs-container, .bs-container-lg, .bs-container-md, .bs-container-sm 
	{
        max-width: 960px;
    }
	
	.col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
	
	.col-lg-2 
	{
        flex: 0 0 auto;
        width: 16.66666667%;
    }
	
	.col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	
	.col-lg-4 
	{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	
	.col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
	
	.col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	
	.col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	
	.col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
	
	.col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
	
	.col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
	
	.col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
	
	.col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
	
	/* Margin */
	.mt-lg-0 
	{
	    margin-top: 0 !important;
	}
	
	.mt-lg-1 
	{
	    margin-top: .25rem !important;
	}
	
	.mt-lg-2 
	{
		margin-top: .5rem !important;
	}
	
	.mt-lg-3 
	{
		margin-top: 1rem !important;
	}
	
	.mt-lg-4 
	{
		margin-top: 1.5rem !important;
	}
	
	.mt-lg-5 
	{
		margin-top: 2rem !important;
	}
	
	.me-lg-0 
	{
	    margin-right: 0 !important;
	}
	
	.me-lg-1 
	{
	    margin-right: .25rem !important;
	}
	
	.me-lg-2 
	{
		margin-right: .5rem !important;
	}
	
	.me-lg-3 
	{
		margin-right: 1rem !important;
	}
	
	.me-lg-4 
	{
		margin-right: 1.5rem !important;
	}
	
	.me-lg-5 
	{
		margin-right: 2rem !important;
	}
	
	.mb-lg-0 
	{
	    margin-bottom: 0 !important;
	}
	
	.mb-lg-1 
	{
	    margin-bottom: .25rem !important;
	}
	
	.mb-lg-2 
	{
		margin-bottom: .5rem !important;
	}
	
	.mb-lg-3 
	{
		margin-bottom: 1rem !important;
	}
	
	.mb-lg-4 
	{
		margin-bottom: 1.5rem !important;
	}
	
	.mb-lg-5 
	{
		margin-bottom: 2rem !important;
	}
	
	.ms-lg-0 
	{
	    margin-left: 0 !important;
	}
	
	.ms-lg-1 
	{
	    margin-left: .25rem !important;
	}
	
	.ms-lg-2 
	{
		margin-left: .5rem !important;
	}
	
	.ms-lg-3 
	{
		margin-left: 1rem !important;
	}
	
	.ms-lg-4 
	{
		margin-left: 1.5rem !important;
	}
	
	.ms-lg-5 
	{
		margin-left: 2rem !important;
	}
	
	/* Align content */
	.align-content-lg-start 
	{
        align-content: start !important;
    }
	
	.align-content-lg-center 
	{
        align-content: center !important;
    }
	
	.align-content-lg-end 
	{
        align-content: end !important;
    }
	
	/* Align items */
	.align-items-lg-start 
	{
        align-items: start !important;
    }
	
	.align-items-lg-center 
	{
        align-items: center !important;
    }
	
	.align-items-lg-end 
	{
        align-items: end !important;
    }
	
	/* Justify content */
	.justify-content-lg-start 
	{
        justify-content: start !important;
    }
	
	.justify-content-lg-center 
	{
        justify-content: center !important;
    }
	
	.justify-content-lg-end 
	{
        justify-content: end !important;
    }
	
	.justify-content-lg-around 
	{
	    justify-content: space-around !important;
	}
	
	.justify-content-lg-between 
	{
	    justify-content: space-between !important;
	}
	
	/* Text Align */
	.text-lg-start 
	{
		text-align: start;
	}
	
	.text-lg-center 
	{
		text-align: center;
	}
	
	.text-lg-end 
	{
		text-align: end;
	}
	
	/* Display Flex */
	.flex-lg-row 
	{
        flex-direction: row !important;
    }
	
	.flex-lg-column 
	{
        flex-direction: column !important;
    }
}

@media (min-width: 1200px) 
{
	.container, .container-lg, .container-md, .container-sm, .container-xl 
	{
        max-width: 1140px;
    }
	
	.col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
	
	.col-xl-2 
	{
        flex: 0 0 auto;
        width: 16.66666667%;
    }
	
	.col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	
	.col-xl-4 
	{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	
	.col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
	
	.col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	
	.col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	
	.col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
	
	.col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
	
	.col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
	
	.col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
	
	.col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
	
	/* Margin */
	.mt-xl-0 
	{
	    margin-top: 0 !important;
	}
	
	.mt-xl-1 
	{
	    margin-top: .25rem !important;
	}
	
	.mt-xl-2 
	{
		margin-top: .5rem !important;
	}
	
	.mt-xl-3 
	{
		margin-top: 1rem !important;
	}
	
	.mt-xl-4 
	{
		margin-top: 1.5rem !important;
	}
	
	.mt-xl-5 
	{
		margin-top: 2rem !important;
	}
	
	.me-xl-0 
	{
	    margin-right: 0 !important;
	}
	
	.me-xl-1 
	{
	    margin-right: .25rem !important;
	}
	
	.me-xl-2 
	{
		margin-right: .5rem !important;
	}
	
	.me-xl-3 
	{
		margin-right: 1rem !important;
	}
	
	.me-xl-4 
	{
		margin-right: 1.5rem !important;
	}
	
	.me-xl-5 
	{
		margin-right: 2rem !important;
	}
	
	.mb-xl-0 
	{
	    margin-bottom: 0 !important;
	}
	
	.mb-xl-1 
	{
	    margin-bottom: .25rem !important;
	}
	
	.mb-xl-2 
	{
		margin-bottom: .5rem !important;
	}
	
	.mb-xl-3 
	{
		margin-bottom: 1rem !important;
	}
	
	.mb-xl-4 
	{
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xl-5 
	{
		margin-bottom: 2rem !important;
	}
	
	.ms-xl-0 
	{
	    margin-left: 0 !important;
	}
	
	.ms-xl-1 
	{
	    margin-left: .25rem !important;
	}
	
	.ms-xl-2 
	{
		margin-left: .5rem !important;
	}
	
	.ms-xl-3 
	{
		margin-left: 1rem !important;
	}
	
	.ms-xl-4 
	{
		margin-left: 1.5rem !important;
	}
	
	.ms-xl-5 
	{
		margin-left: 2rem !important;
	}
	
	/* Align content */
	.align-content-xl-start 
	{
        align-content: start !important;
    }
	
	.align-content-xl-center 
	{
        align-content: center !important;
    }
	
	.align-content-xl-end 
	{
        align-content: end !important;
    }
	
	/* Align items */
	.align-items-xl-start 
	{
        align-items: start !important;
    }
	
	.align-items-xl-center 
	{
        align-items: center !important;
    }
	
	.align-items-xl-end 
	{
        align-items: end !important;
    }
	
	/* Justify content */
	.justify-content-xl-start 
	{
        justify-content: start !important;
    }
	
	.justify-content-xl-center 
	{
        justify-content: center !important;
    }
	
	.justify-content-xl-end 
	{
        justify-content: end !important;
    }
	
	.justify-content-xl-around 
	{
	    justify-content: space-around !important;
	}
	
	.justify-content-xl-between 
	{
	    justify-content: space-between !important;
	}
	
	/* Text Align */
	.text-xl-start 
	{
		text-align: start;
	}
	
	.text-xl-center 
	{
		text-align: center;
	}
	
	.text-xl-end 
	{
		text-align: end;
	}
	
	/* Display Flex */
	.flex-xl-row 
	{
        flex-direction: row !important;
    }
	
	.flex-xl-column 
	{
        flex-direction: column !important;
    }
}

@media (min-width: 1400px) 
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl 
	{
        max-width: 1320px;
    }
	
	.col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
	
	.col-xxl-2 
	{
        flex: 0 0 auto;
        width: 16.66666667%;
    }
	
	.col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
	
	.col-xxl-4 
	{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
	
	.col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
	
	.col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
	
	.col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	
	.col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
	
	.col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
	
	.col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
	
	.col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
	
	.col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
	
	/* Margin */
	.mt-xxl-0 
	{
	    margin-top: 0 !important;
	}
	
	.mt-xxl-1 
	{
	    margin-top: .25rem !important;
	}
	
	.mt-xxl-2 
	{
		margin-top: .5rem !important;
	}
	
	.mt-xxl-3 
	{
		margin-top: 1rem !important;
	}
	
	.mt-xxl-4 
	{
		margin-top: 1.5rem !important;
	}
	
	.mt-xxl-5 
	{
		margin-top: 2rem !important;
	}
	
	.me-xxl-0 
	{
	    margin-right: 0 !important;
	}
	
	.me-xxl-1 
	{
	    margin-right: .25rem !important;
	}
	
	.me-xxl-2 
	{
		margin-right: .5rem !important;
	}
	
	.me-xxl-3 
	{
		margin-right: 1rem !important;
	}
	
	.me-xxl-4 
	{
		margin-right: 1.5rem !important;
	}
	
	.me-xxl-5 
	{
		margin-right: 2rem !important;
	}
	
	.mb-xxl-0 
	{
	    margin-bottom: 0 !important;
	}
	
	.mb-xxl-1 
	{
	    margin-bottom: .25rem !important;
	}
	
	.mb-xxl-2 
	{
		margin-bottom: .5rem !important;
	}
	
	.mb-xxl-3 
	{
		margin-bottom: 1rem !important;
	}
	
	.mb-xxl-4 
	{
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xxl-5 
	{
		margin-bottom: 2rem !important;
	}
	
	.ms-xxl-0 
	{
	    margin-left: 0 !important;
	}
	
	.ms-xxl-1 
	{
	    margin-left: .25rem !important;
	}
	
	.ms-xxl-2 
	{
		margin-left: .5rem !important;
	}
	
	.ms-xxl-3 
	{
		margin-left: 1rem !important;
	}
	
	.ms-xxl-4 
	{
		margin-left: 1.5rem !important;
	}
	
	.ms-xxl-5 
	{
		margin-left: 2rem !important;
	}
	
	/* Align content */
	.align-content-xxl-start 
	{
        align-content: start !important;
    }
	
	.align-content-xxl-center 
	{
        align-content: center !important;
    }
	
	.align-content-xxl-end 
	{
        align-content: end !important;
    }
	
	/* Align items */
	.align-items-xxl-start 
	{
        align-items: start !important;
    }
	
	.align-items-xxl-center 
	{
        align-items: center !important;
    }
	
	.align-items-xxl-end 
	{
        align-items: end !important;
    }
	
	/* Justify content */
	.justify-content-xxl-start 
	{
        justify-content: start !important;
    }
	
	.justify-content-xxl-center 
	{
        justify-content: center !important;
    }
	
	.justify-content-xxl-end 
	{
        justify-content: end !important;
    }
	
	.justify-content-xxl-around 
	{
	    justify-content: space-around !important;
	}
	
	.justify-content-xxl-between 
	{
	    justify-content: space-between !important;
	}
	
	/* Text Align */
	.text-xxl-start 
	{
		text-align: start;
	}
	
	.text-xxl-center 
	{
		text-align: center;
	}
	
	.text-xxl-end 
	{
		text-align: end;
	}
	
	/* Display Flex */
	.flex-xxl-row 
	{
        flex-direction: row !important;
    }
	
	.flex-xxl-column 
	{
        flex-direction: column !important;
    }
}

/* Classes */
.bs-container, .bs-container-fluid, .bs-container-lg, .bs-container-md, .bs-container-sm, .bs-container-xl, .bs-container-xxl 
{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}

.bs-row 
{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.bs-row > * {
    flex-shrink: 0;
    /*width: 100%;*/
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 0rem;
}

.text-uppercase 
{
    text-transform: uppercase !important;
}

.col 
{
    flex: 1 0 0%;
}

.text-white 
{
    --bs-text-opacity: 1;
    color: var(--White) !important;
}

.w-100 
{
    width: 100% !important;
}

/* Display Flex */
.d-flex 
{
    display: flex !important;
}

/* Align content */
.align-content-start 
{
       align-content: start !important;
   }

.align-content-center 
{
       align-content: center !important;
   }

.align-content-end 
{
       align-content: end !important;
   }

/* Align items */
.align-items-start 
{
       align-items: start !important;
   }

.align-items-center 
{
       align-items: center !important;
   }

.align-items-end 
{
       align-items: end !important;
   }

/* Justify content */
.justify-content-start 
{
       justify-content: start !important;
   }

.justify-content-center 
{
       justify-content: center !important;
   }

.justify-content-end 
{
       justify-content: end !important;
   }

.justify-content-around 
{
    justify-content: space-around !important;
}

.justify-content-between 
{
    justify-content: space-between !important;
}

/* Text Align */
.text-start 
{
	text-align: start;
}

.text-center 
{
	text-align: center;
}

.text-end 
{
	text-align: end;
}

/* Display Flex */
.flex-row 
{
       flex-direction: row !important;
}

.flex-column 
{
       flex-direction: column !important;
}

/* Margin */
.mt-0 
{
    margin-top: 0 !important;
}

.mt-1 
{
    margin-top: .25rem !important;
}

.mt-2 
{
	margin-top: .5rem !important;
}

.mt-3 
{
	margin-top: 1rem !important;
}

.mt-4 
{
	margin-top: 1.5rem !important;
}

.mt-5 
{
	margin-top: 2rem !important;
}

.me-0 
{
    margin-right: 0 !important;
}

.me-1 
{
    margin-right: .25rem !important;
}

.me-2 
{
	margin-right: .5rem !important;
}

.me-3 
{
	margin-right: 1rem !important;
}

.me-4 
{
	margin-right: 1.5rem !important;
}

.me-5 
{
	margin-right: 2rem !important;
}

.mb-0 
{
    margin-bottom: 0 !important;
}

.mb-1 
{
    margin-bottom: .25rem !important;
}

.mb-2 
{
	margin-bottom: .5rem !important;
}

.mb-3 
{
	margin-bottom: 1rem !important;
}

.mb-4 
{
	margin-bottom: 1.5rem !important;
}

.mb-5 
{
	margin-bottom: 2rem !important;
}

.ms-0 
{
    margin-left: 0 !important;
}

.ms-1 
{
    margin-left: .25rem !important;
}

.ms-2 
{
	margin-left: .5rem !important;
}

.ms-3 
{
	margin-left: 1rem !important;
}

.ms-4 
{
	margin-left: 1.5rem !important;
}

.ms-5 
{
	margin-left: 2rem !important;
}

/* Padding */
.pt-0 
{
    padding-top: 0 !important;
}

.pt-1 
{
    padding-top: .25rem !important;
}

.pt-2 
{
	padding-top: .5rem !important;
}

.pt-3 
{
	padding-top: 1rem !important;
}

.pt-4 
{
	padding-top: 1.5rem !important;
}

.pt-5 
{
	padding-top: 2rem !important;
}

.pe-0 
{
    padding-right: 0 !important;
}

.pe-1 
{
    padding-right: .25rem !important;
}

.pe-2 
{
	padding-right: .5rem !important;
}

.pe-3 
{
	padding-right: 1rem !important;
}

.pe-4 
{
	padding-right: 1.5rem !important;
}

.pe-5 
{
	padding-right: 2rem !important;
}

.pb-0 
{
    padding-bottom: 0 !important;
}

.pb-1 
{
    padding-bottom: .25rem !important;
}

.pb-2 
{
	padding-bottom: .5rem !important;
}

.pb-3 
{
	padding-bottom: 1rem !important;
}

.pb-4 
{
	padding-bottom: 1.5rem !important;
}

.pb-5 
{
	padding-bottom: 2rem !important;
}

.ps-0 
{
    padding-left: 0 !important;
}

.ps-1 
{
    padding-left: .25rem !important;
}

.ps-2 
{
	padding-left: .5rem !important;
}

.ps-3 
{
	padding-left: 1rem !important;
}

.ps-4 
{
	padding-left: 1.5rem !important;
}

.ps-5 
{
	padding-left: 2rem !important;
}