@font-face {
    font-family: RoobertPRO;
	font-weight: 300;
    src: url("fonts/RoobertPRO/RoobertPRO-Regular.woff")
}

@font-face {
    font-family: RoobertPRO;
	font-weight: 400;
    src: url("fonts/RoobertPRO/RoobertPRO-Regular.woff")
}

@font-face {
    font-family: RoobertPRO;
	font-weight: 500;
    src: url("fonts/RoobertPRO/RoobertPRO-SemiBold.woff")
}

@font-face {
    font-family: RoobertPRO;
	font-weight: 700;
    src: url("fonts/RoobertPRO/RoobertPRO-Bold.woff")
}

* ,  
::after ,
::before {
    box-sizing: inherit; -moz-box-sizing: inherit; -webkit-box-sizing: inherit;
	color: inherit;
    cursor: inherit;
	font: inherit;
	hyphens: inherit;
    list-style: inherit;
	quotes: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-rendering: inherit;
	text-shadow: inherit;
	text-transform: inherit;
	vertical-align: inherit;
	white-space: inherit;
    appearance: none; -webkit-appearance: none; -moz-appearance: none;

    backface-visibility: hidden;
    background: none no-repeat center;
    background-size: cover;
    resize: none;
    border-radius: 0;
    margin: 0;
    outline: 0;
    padding: 0;

    border: inherit;
	border-collapse: inherit;
    border-color: inherit;
    border-style: inherit;
	border-spacing: inherit;
	border-radius: 0;
    border-width: 0;
}

::before ,
::after {
	content: none;
}

:root {
	border-collapse: collapse;
	border-color: black;
	border-style: none;
	border-spacing: 0;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: black;
    cursor: auto;
    font: normal normal normal 16px/1 sans-serif;
	hyphens: none;
    list-style: none;
    quotes: none;
	text-align: left;
	text-decoration: none;
	text-rendering: auto;
	text-shadow: none;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
 	-webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
:root {
    background: no-repeat 0 0 fixed url( "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8L/m/HgAGzgKY9/gjYwAAAABJRU5ErkJggg==" );
    overflow-y: scroll;
}

/* Selection */

::selection {
    background: black;
    color: white;
}

/* Focus */

/*
:focus {
    outline: 1px dotted black;
}
*/

/* Disabled */

:disabled ,
[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

:disabled :disabled  ,
[disabled] [disabled] ,
:disabled [disabled]  ,
[disabled] :disabled {
    opacity: 1;
}

/* Hidden */

[hidden] {
  display: none;
}

/* Title */

/*
[title] {
    cursor: help;
}
[title]::after {
    display: block;
    background: white;
    position: absolute;
    content: attr( title );
}
*/

time {
    display: block;
}

/* Action */

a ,
button , 
select ,
input[type="button"] ,
input[type="file"] ,
input[type="reset"] ,
input[type="submit"] ,
input[type="checkbox"] ,
input[type="radio"] ,
label[for] {
    display: block;
	cursor: pointer;
}

button ,
select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Language */

[lang]:lang( en ) {
    quotes: "‘" "’" "“" "”";
}
[lang]:lang( en-CA ) ,
[lang]:lang( en-US ) {
    quotes: "“" "”" "‘" "’";
}
[lang]:lang( fr ) {
    quotes: "«" "»" "“" "”";
}
[lang]:lang( de ) {
    quotes: "„" "“" "‚" "‘";
}
[lang]:lang( hu ) {
    quotes: "„" "”" "»" "«";
}
[lang]:lang( pl ) {
    quotes: "„" "”" "»" "«";
}
[lang]:lang( ru ) {
    quotes: "«" "»" "„" "“";
}
[lang]:lang( sk ) {
    quotes: "„" "“" "‚" "‘";
}

q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}

/* Replaceable Elements */

img , object , video , iframe {
    display: block;
    max-width: 100%;
    width: 100%;
    -ms-interpolation-mode: bicubic;
}

img , object , video , iframe {
    object-fit: cover;
    object-position: center;
}

video::-webkit-media-controls ,
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}


::-webkit-input-placeholder { color: black; }
    ::-ms-input-placeholder { color: black; }
     :-ms-input-placeholder { color: black; }
         ::-moz-placeholder { color: black; }
          :-moz-placeholder { color: black; }
.Flex {
	display: flex !important;
	flex-wrap: wrap !important;
}

.Flex-xs-column ,
.Flex-xs-column-reverse ,
.Flex-xs-columns ,
.Flex-xs-columns-reverse ,
.Flex-xs-row ,
.Flex-xs-row-reverse ,
.Flex-xs-rows ,
.Flex-xs-rows-reverse {
	display: flex !important;
}

.Flex-xs-column ,
.Flex-xs-columns {
	flex-direction: column !important;
}

.Flex-xs-column-reverse ,
.Flex-xs-columns-reverse {
	flex-direction: column-reverse !important;
}

.Flex-xs-row ,
.Flex-xs-rows {
	flex-direction: row !important;
}

.Flex-xs-row-reverse ,
.Flex-xs-rows-reverse {
	flex-direction: row-reverse !important;
}

.Flex-xs-column ,
.Flex-xs-row {
	flex-wrap: nowrap !important;
}

.Flex-xs-columns ,
.Flex-xs-rows {
	flex-wrap: wrap !important;
}

.Flex-xs-main-around	{ justify-content: space-around !important; }
.Flex-xs-main-between	{ justify-content: space-between !important; }
.Flex-xs-main-center	{ justify-content: center !important; }
.Flex-xs-main-end		{ justify-content: flex-end !important; }
.Flex-xs-main-start	    { justify-content: flex-start !important; }

.Flex-xs-cross-start	{ align-items: flex-start !important; }
.Flex-xs-cross-end	    { align-items: flex-end !important; }
.Flex-xs-cross-center	{ align-items: center !important; }
.Flex-xs-cross-baseline { align-items: baseline !important; }
.Flex-xs-cross-stretch  { align-items: stretch !important; }

.Flex-xs-content-around  { align-content: space-around !important; }
.Flex-xs-content-between { align-content: space-between !important; }
.Flex-xs-content-center  { align-content: center !important; }
.Flex-xs-content-end	 { align-content: flex-end !important; }
.Flex-xs-content-start   { align-content: flex-start !important; }
.Flex-xs-content-stretch { align-content: stretch !important; }

.Flex-xs-center		  { align-items: center !important; justify-content: center !important; }

.Flex-xs-spacing-0em { margin: 0 -0em -0em -0em !important; }
.Flex-xs-spacing-0em > * { padding: 0 0em 0em 0em !important; }
.Flex-xs-spacing-1em { margin: 0 -0.5em -1em -0.5em !important; }
.Flex-xs-spacing-1em > * { padding: 0 0.5em 1em 0.5em !important; }
.Flex-xs-spacing-2em { margin: 0 -1em -2em -1em !important; }
.Flex-xs-spacing-2em > * { padding: 0 1em 2em 1em !important; }
.Flex-xs-spacing-3em { margin: 0 -1.5em -3em -1.5em !important; }
.Flex-xs-spacing-3em > * { padding: 0 1.5em 3em 1.5em !important; }
.Flex-xs-spacing-4em { margin: 0 -2em -4em -2em !important; }
.Flex-xs-spacing-4em > * { padding: 0 2em 4em 2em !important; }
.Flex-xs-spacing-5em { margin: 0 -2.5em -5em -2.5em !important; }
.Flex-xs-spacing-5em > * { padding: 0 2.5em 5em 2.5em !important; }
.Flex-xs-spacing-6em { margin: 0 -3em -6em -3em !important; }
.Flex-xs-spacing-6em > * { padding: 0 3em 6em 3em !important; }
.Flex-xs-spacing-7em { margin: 0 -3.5em -7em -3.5em !important; }
.Flex-xs-spacing-7em > * { padding: 0 3.5em 7em 3.5em !important; }
.Flex-xs-spacing-8em { margin: 0 -4em -8em -4em !important; }
.Flex-xs-spacing-8em > * { padding: 0 4em 8em 4em !important; }
.Flex-xs-spacing-9em { margin: 0 -4.5em -9em -4.5em !important; }
.Flex-xs-spacing-9em > * { padding: 0 4.5em 9em 4.5em !important; }
.Flex-xs-spacing-10em { margin: 0 -5em -10em -5em !important; }
.Flex-xs-spacing-10em > * { padding: 0 5em 10em 5em !important; }
.Flex-xs-spacing-11em { margin: 0 -5.5em -11em -5.5em !important; }
.Flex-xs-spacing-11em > * { padding: 0 5.5em 11em 5.5em !important; }
.Flex-xs-spacing-12em { margin: 0 -6em -12em -6em !important; }
.Flex-xs-spacing-12em > * { padding: 0 6em 12em 6em !important; }
.Flex-xs-spacing-13em { margin: 0 -6.5em -13em -6.5em !important; }
.Flex-xs-spacing-13em > * { padding: 0 6.5em 13em 6.5em !important; }
.Flex-xs-spacing-14em { margin: 0 -7em -14em -7em !important; }
.Flex-xs-spacing-14em > * { padding: 0 7em 14em 7em !important; }
.Flex-xs-spacing-15em { margin: 0 -7.5em -15em -7.5em !important; }
.Flex-xs-spacing-15em > * { padding: 0 7.5em 15em 7.5em !important; }
.Flex-xs-spacing-16em { margin: 0 -8em -16em -8em !important; }
.Flex-xs-spacing-16em > * { padding: 0 8em 16em 8em !important; }
.Flex-xs-spacing-0x12em { margin: 0 -0em -0em -0em !important; }
.Flex-xs-spacing-0x12em > * { padding: 0 0em 0em 0em !important; }
.Flex-xs-spacing-1x12em { margin: 0 -0.041666666666667em -0.083333333333333em -0.041666666666667em !important; }
.Flex-xs-spacing-1x12em > * { padding: 0 0.041666666666667em 0.083333333333333em 0.041666666666667em !important; }
.Flex-xs-spacing-2x12em { margin: 0 -0.083333333333333em -0.16666666666667em -0.083333333333333em !important; }
.Flex-xs-spacing-2x12em > * { padding: 0 0.083333333333333em 0.16666666666667em 0.083333333333333em !important; }
.Flex-xs-spacing-3x12em { margin: 0 -0.125em -0.25em -0.125em !important; }
.Flex-xs-spacing-3x12em > * { padding: 0 0.125em 0.25em 0.125em !important; }
.Flex-xs-spacing-4x12em { margin: 0 -0.16666666666667em -0.33333333333333em -0.16666666666667em !important; }
.Flex-xs-spacing-4x12em > * { padding: 0 0.16666666666667em 0.33333333333333em 0.16666666666667em !important; }
.Flex-xs-spacing-5x12em { margin: 0 -0.20833333333333em -0.41666666666667em -0.20833333333333em !important; }
.Flex-xs-spacing-5x12em > * { padding: 0 0.20833333333333em 0.41666666666667em 0.20833333333333em !important; }
.Flex-xs-spacing-6x12em { margin: 0 -0.25em -0.5em -0.25em !important; }
.Flex-xs-spacing-6x12em > * { padding: 0 0.25em 0.5em 0.25em !important; }
.Flex-xs-spacing-7x12em { margin: 0 -0.29166666666667em -0.58333333333333em -0.29166666666667em !important; }
.Flex-xs-spacing-7x12em > * { padding: 0 0.29166666666667em 0.58333333333333em 0.29166666666667em !important; }
.Flex-xs-spacing-8x12em { margin: 0 -0.33333333333333em -0.66666666666667em -0.33333333333333em !important; }
.Flex-xs-spacing-8x12em > * { padding: 0 0.33333333333333em 0.66666666666667em 0.33333333333333em !important; }
.Flex-xs-spacing-9x12em { margin: 0 -0.375em -0.75em -0.375em !important; }
.Flex-xs-spacing-9x12em > * { padding: 0 0.375em 0.75em 0.375em !important; }
.Flex-xs-spacing-10x12em { margin: 0 -0.41666666666667em -0.83333333333333em -0.41666666666667em !important; }
.Flex-xs-spacing-10x12em > * { padding: 0 0.41666666666667em 0.83333333333333em 0.41666666666667em !important; }
.Flex-xs-spacing-11x12em { margin: 0 -0.45833333333333em -0.91666666666667em -0.45833333333333em !important; }
.Flex-xs-spacing-11x12em > * { padding: 0 0.45833333333333em 0.91666666666667em 0.45833333333333em !important; }
.Flex-xs-spacing-12x12em { margin: 0 -0.5em -1em -0.5em !important; }
.Flex-xs-spacing-12x12em > * { padding: 0 0.5em 1em 0.5em !important; }
.Flex-xs-spacing-0x16em { margin: 0 -0em -0em -0em !important; }
.Flex-xs-spacing-0x16em > * { padding: 0 0em 0em 0em !important; }
.Flex-xs-spacing-1x16em { margin: 0 -0.03125em -0.0625em -0.03125em !important; }
.Flex-xs-spacing-1x16em > * { padding: 0 0.03125em 0.0625em 0.03125em !important; }
.Flex-xs-spacing-2x16em { margin: 0 -0.0625em -0.125em -0.0625em !important; }
.Flex-xs-spacing-2x16em > * { padding: 0 0.0625em 0.125em 0.0625em !important; }
.Flex-xs-spacing-3x16em { margin: 0 -0.09375em -0.1875em -0.09375em !important; }
.Flex-xs-spacing-3x16em > * { padding: 0 0.09375em 0.1875em 0.09375em !important; }
.Flex-xs-spacing-4x16em { margin: 0 -0.125em -0.25em -0.125em !important; }
.Flex-xs-spacing-4x16em > * { padding: 0 0.125em 0.25em 0.125em !important; }
.Flex-xs-spacing-5x16em { margin: 0 -0.15625em -0.3125em -0.15625em !important; }
.Flex-xs-spacing-5x16em > * { padding: 0 0.15625em 0.3125em 0.15625em !important; }
.Flex-xs-spacing-6x16em { margin: 0 -0.1875em -0.375em -0.1875em !important; }
.Flex-xs-spacing-6x16em > * { padding: 0 0.1875em 0.375em 0.1875em !important; }
.Flex-xs-spacing-7x16em { margin: 0 -0.21875em -0.4375em -0.21875em !important; }
.Flex-xs-spacing-7x16em > * { padding: 0 0.21875em 0.4375em 0.21875em !important; }
.Flex-xs-spacing-8x16em { margin: 0 -0.25em -0.5em -0.25em !important; }
.Flex-xs-spacing-8x16em > * { padding: 0 0.25em 0.5em 0.25em !important; }
.Flex-xs-spacing-9x16em { margin: 0 -0.28125em -0.5625em -0.28125em !important; }
.Flex-xs-spacing-9x16em > * { padding: 0 0.28125em 0.5625em 0.28125em !important; }
.Flex-xs-spacing-10x16em { margin: 0 -0.3125em -0.625em -0.3125em !important; }
.Flex-xs-spacing-10x16em > * { padding: 0 0.3125em 0.625em 0.3125em !important; }
.Flex-xs-spacing-11x16em { margin: 0 -0.34375em -0.6875em -0.34375em !important; }
.Flex-xs-spacing-11x16em > * { padding: 0 0.34375em 0.6875em 0.34375em !important; }
.Flex-xs-spacing-12x16em { margin: 0 -0.375em -0.75em -0.375em !important; }
.Flex-xs-spacing-12x16em > * { padding: 0 0.375em 0.75em 0.375em !important; }
.Flex-xs-spacing-13x16em { margin: 0 -0.40625em -0.8125em -0.40625em !important; }
.Flex-xs-spacing-13x16em > * { padding: 0 0.40625em 0.8125em 0.40625em !important; }
.Flex-xs-spacing-14x16em { margin: 0 -0.4375em -0.875em -0.4375em !important; }
.Flex-xs-spacing-14x16em > * { padding: 0 0.4375em 0.875em 0.4375em !important; }
.Flex-xs-spacing-15x16em { margin: 0 -0.46875em -0.9375em -0.46875em !important; }
.Flex-xs-spacing-15x16em > * { padding: 0 0.46875em 0.9375em 0.46875em !important; }
.Flex-xs-spacing-16x16em { margin: 0 -0.5em -1em -0.5em !important; }
.Flex-xs-spacing-16x16em > * { padding: 0 0.5em 1em 0.5em !important; }

@media( min-width: 544px ) {
	.Flex-sm-column ,
	.Flex-sm-column-reverse ,
	.Flex-sm-columns ,
	.Flex-sm-columns-reverse ,
	.Flex-sm-row ,
	.Flex-sm-row-reverse ,
	.Flex-sm-rows ,
	.Flex-sm-rows-reverse {
		display: flex !important;
	}
	
	.Flex-sm-column ,
	.Flex-sm-columns {
		flex-direction: column !important;
	}
	
	.Flex-sm-column-reverse ,
	.Flex-sm-columns-reverse {
		flex-direction: column-reverse !important;
	}
	
	.Flex-sm-row ,
	.Flex-sm-rows {
		flex-direction: row !important;
	}
	
	.Flex-sm-row-reverse ,
	.Flex-sm-rows-reverse {
		flex-direction: row-reverse !important;
	}
	
	.Flex-sm-column ,
	.Flex-sm-row {
		flex-wrap: nowrap !important;
	}
	
	.Flex-sm-columns ,
	.Flex-sm-rows {
		flex-wrap: wrap !important;
	}
	
	.Flex-sm-main-around	{ justify-content: space-around !important; }
	.Flex-sm-main-between	{ justify-content: space-between !important; }
	.Flex-sm-main-center	{ justify-content: center !important; }
	.Flex-sm-main-end		{ justify-content: flex-end !important; }
	.Flex-sm-main-start	    { justify-content: flex-start !important; }
	
	.Flex-sm-cross-start	{ align-items: flex-start !important; }
	.Flex-sm-cross-end	    { align-items: flex-end !important; }
	.Flex-sm-cross-center	{ align-items: center !important; }
	.Flex-sm-cross-baseline { align-items: baseline !important; }
	.Flex-sm-cross-stretch  { align-items: stretch !important; }
	
	.Flex-sm-content-around  { align-content: space-around !important; }
	.Flex-sm-content-between { align-content: space-between !important; }
	.Flex-sm-content-center  { align-content: center !important; }
	.Flex-sm-content-end	 { align-content: flex-end !important; }
	.Flex-sm-content-start   { align-content: flex-start !important; }
	.Flex-sm-content-stretch { align-content: stretch !important; }
	
	.Flex-sm-center		  { align-items: center !important; justify-content: center !important; }
	
	.Flex-sm-spacing-0em { margin: 0 -0em -0em -0em !important; }
	.Flex-sm-spacing-0em > * { padding: 0 0em 0em 0em !important; }
	.Flex-sm-spacing-1em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-sm-spacing-1em > * { padding: 0 0.5em 1em 0.5em !important; }
	.Flex-sm-spacing-2em { margin: 0 -1em -2em -1em !important; }
	.Flex-sm-spacing-2em > * { padding: 0 1em 2em 1em !important; }
	.Flex-sm-spacing-3em { margin: 0 -1.5em -3em -1.5em !important; }
	.Flex-sm-spacing-3em > * { padding: 0 1.5em 3em 1.5em !important; }
	.Flex-sm-spacing-4em { margin: 0 -2em -4em -2em !important; }
	.Flex-sm-spacing-4em > * { padding: 0 2em 4em 2em !important; }
	.Flex-sm-spacing-5em { margin: 0 -2.5em -5em -2.5em !important; }
	.Flex-sm-spacing-5em > * { padding: 0 2.5em 5em 2.5em !important; }
	.Flex-sm-spacing-6em { margin: 0 -3em -6em -3em !important; }
	.Flex-sm-spacing-6em > * { padding: 0 3em 6em 3em !important; }
	.Flex-sm-spacing-7em { margin: 0 -3.5em -7em -3.5em !important; }
	.Flex-sm-spacing-7em > * { padding: 0 3.5em 7em 3.5em !important; }
	.Flex-sm-spacing-8em { margin: 0 -4em -8em -4em !important; }
	.Flex-sm-spacing-8em > * { padding: 0 4em 8em 4em !important; }
	.Flex-sm-spacing-9em { margin: 0 -4.5em -9em -4.5em !important; }
	.Flex-sm-spacing-9em > * { padding: 0 4.5em 9em 4.5em !important; }
	.Flex-sm-spacing-10em { margin: 0 -5em -10em -5em !important; }
	.Flex-sm-spacing-10em > * { padding: 0 5em 10em 5em !important; }
	.Flex-sm-spacing-11em { margin: 0 -5.5em -11em -5.5em !important; }
	.Flex-sm-spacing-11em > * { padding: 0 5.5em 11em 5.5em !important; }
	.Flex-sm-spacing-12em { margin: 0 -6em -12em -6em !important; }
	.Flex-sm-spacing-12em > * { padding: 0 6em 12em 6em !important; }
	.Flex-sm-spacing-13em { margin: 0 -6.5em -13em -6.5em !important; }
	.Flex-sm-spacing-13em > * { padding: 0 6.5em 13em 6.5em !important; }
	.Flex-sm-spacing-14em { margin: 0 -7em -14em -7em !important; }
	.Flex-sm-spacing-14em > * { padding: 0 7em 14em 7em !important; }
	.Flex-sm-spacing-15em { margin: 0 -7.5em -15em -7.5em !important; }
	.Flex-sm-spacing-15em > * { padding: 0 7.5em 15em 7.5em !important; }
	.Flex-sm-spacing-16em { margin: 0 -8em -16em -8em !important; }
	.Flex-sm-spacing-16em > * { padding: 0 8em 16em 8em !important; }
	.Flex-sm-spacing-0x12em { margin: 0 -0em -0em -0em !important; }
	.Flex-sm-spacing-0x12em > * { padding: 0 0em 0em 0em !important; }
	.Flex-sm-spacing-1x12em { margin: 0 -0.041666666666667em -0.083333333333333em -0.041666666666667em !important; }
	.Flex-sm-spacing-1x12em > * { padding: 0 0.041666666666667em 0.083333333333333em 0.041666666666667em !important; }
	.Flex-sm-spacing-2x12em { margin: 0 -0.083333333333333em -0.16666666666667em -0.083333333333333em !important; }
	.Flex-sm-spacing-2x12em > * { padding: 0 0.083333333333333em 0.16666666666667em 0.083333333333333em !important; }
	.Flex-sm-spacing-3x12em { margin: 0 -0.125em -0.25em -0.125em !important; }
	.Flex-sm-spacing-3x12em > * { padding: 0 0.125em 0.25em 0.125em !important; }
	.Flex-sm-spacing-4x12em { margin: 0 -0.16666666666667em -0.33333333333333em -0.16666666666667em !important; }
	.Flex-sm-spacing-4x12em > * { padding: 0 0.16666666666667em 0.33333333333333em 0.16666666666667em !important; }
	.Flex-sm-spacing-5x12em { margin: 0 -0.20833333333333em -0.41666666666667em -0.20833333333333em !important; }
	.Flex-sm-spacing-5x12em > * { padding: 0 0.20833333333333em 0.41666666666667em 0.20833333333333em !important; }
	.Flex-sm-spacing-6x12em { margin: 0 -0.25em -0.5em -0.25em !important; }
	.Flex-sm-spacing-6x12em > * { padding: 0 0.25em 0.5em 0.25em !important; }
	.Flex-sm-spacing-7x12em { margin: 0 -0.29166666666667em -0.58333333333333em -0.29166666666667em !important; }
	.Flex-sm-spacing-7x12em > * { padding: 0 0.29166666666667em 0.58333333333333em 0.29166666666667em !important; }
	.Flex-sm-spacing-8x12em { margin: 0 -0.33333333333333em -0.66666666666667em -0.33333333333333em !important; }
	.Flex-sm-spacing-8x12em > * { padding: 0 0.33333333333333em 0.66666666666667em 0.33333333333333em !important; }
	.Flex-sm-spacing-9x12em { margin: 0 -0.375em -0.75em -0.375em !important; }
	.Flex-sm-spacing-9x12em > * { padding: 0 0.375em 0.75em 0.375em !important; }
	.Flex-sm-spacing-10x12em { margin: 0 -0.41666666666667em -0.83333333333333em -0.41666666666667em !important; }
	.Flex-sm-spacing-10x12em > * { padding: 0 0.41666666666667em 0.83333333333333em 0.41666666666667em !important; }
	.Flex-sm-spacing-11x12em { margin: 0 -0.45833333333333em -0.91666666666667em -0.45833333333333em !important; }
	.Flex-sm-spacing-11x12em > * { padding: 0 0.45833333333333em 0.91666666666667em 0.45833333333333em !important; }
	.Flex-sm-spacing-12x12em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-sm-spacing-12x12em > * { padding: 0 0.5em 1em 0.5em !important; }
	.Flex-sm-spacing-0x16em { margin: 0 -0em -0em -0em !important; }
	.Flex-sm-spacing-0x16em > * { padding: 0 0em 0em 0em !important; }
	.Flex-sm-spacing-1x16em { margin: 0 -0.03125em -0.0625em -0.03125em !important; }
	.Flex-sm-spacing-1x16em > * { padding: 0 0.03125em 0.0625em 0.03125em !important; }
	.Flex-sm-spacing-2x16em { margin: 0 -0.0625em -0.125em -0.0625em !important; }
	.Flex-sm-spacing-2x16em > * { padding: 0 0.0625em 0.125em 0.0625em !important; }
	.Flex-sm-spacing-3x16em { margin: 0 -0.09375em -0.1875em -0.09375em !important; }
	.Flex-sm-spacing-3x16em > * { padding: 0 0.09375em 0.1875em 0.09375em !important; }
	.Flex-sm-spacing-4x16em { margin: 0 -0.125em -0.25em -0.125em !important; }
	.Flex-sm-spacing-4x16em > * { padding: 0 0.125em 0.25em 0.125em !important; }
	.Flex-sm-spacing-5x16em { margin: 0 -0.15625em -0.3125em -0.15625em !important; }
	.Flex-sm-spacing-5x16em > * { padding: 0 0.15625em 0.3125em 0.15625em !important; }
	.Flex-sm-spacing-6x16em { margin: 0 -0.1875em -0.375em -0.1875em !important; }
	.Flex-sm-spacing-6x16em > * { padding: 0 0.1875em 0.375em 0.1875em !important; }
	.Flex-sm-spacing-7x16em { margin: 0 -0.21875em -0.4375em -0.21875em !important; }
	.Flex-sm-spacing-7x16em > * { padding: 0 0.21875em 0.4375em 0.21875em !important; }
	.Flex-sm-spacing-8x16em { margin: 0 -0.25em -0.5em -0.25em !important; }
	.Flex-sm-spacing-8x16em > * { padding: 0 0.25em 0.5em 0.25em !important; }
	.Flex-sm-spacing-9x16em { margin: 0 -0.28125em -0.5625em -0.28125em !important; }
	.Flex-sm-spacing-9x16em > * { padding: 0 0.28125em 0.5625em 0.28125em !important; }
	.Flex-sm-spacing-10x16em { margin: 0 -0.3125em -0.625em -0.3125em !important; }
	.Flex-sm-spacing-10x16em > * { padding: 0 0.3125em 0.625em 0.3125em !important; }
	.Flex-sm-spacing-11x16em { margin: 0 -0.34375em -0.6875em -0.34375em !important; }
	.Flex-sm-spacing-11x16em > * { padding: 0 0.34375em 0.6875em 0.34375em !important; }
	.Flex-sm-spacing-12x16em { margin: 0 -0.375em -0.75em -0.375em !important; }
	.Flex-sm-spacing-12x16em > * { padding: 0 0.375em 0.75em 0.375em !important; }
	.Flex-sm-spacing-13x16em { margin: 0 -0.40625em -0.8125em -0.40625em !important; }
	.Flex-sm-spacing-13x16em > * { padding: 0 0.40625em 0.8125em 0.40625em !important; }
	.Flex-sm-spacing-14x16em { margin: 0 -0.4375em -0.875em -0.4375em !important; }
	.Flex-sm-spacing-14x16em > * { padding: 0 0.4375em 0.875em 0.4375em !important; }
	.Flex-sm-spacing-15x16em { margin: 0 -0.46875em -0.9375em -0.46875em !important; }
	.Flex-sm-spacing-15x16em > * { padding: 0 0.46875em 0.9375em 0.46875em !important; }
	.Flex-sm-spacing-16x16em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-sm-spacing-16x16em > * { padding: 0 0.5em 1em 0.5em !important; }
}


@media( min-width: 768px ) {
	.Flex-md-column ,
	.Flex-md-column-reverse ,
	.Flex-md-columns ,
	.Flex-md-columns-reverse ,
	.Flex-md-row ,
	.Flex-md-row-reverse ,
	.Flex-md-rows ,
	.Flex-md-rows-reverse {
		display: flex !important;
	}
	
	.Flex-md-column ,
	.Flex-md-columns {
		flex-direction: column !important;
	}
	
	.Flex-md-column-reverse ,
	.Flex-md-columns-reverse {
		flex-direction: column-reverse !important;
	}
	
	.Flex-md-row ,
	.Flex-md-rows {
		flex-direction: row !important;
	}
	
	.Flex-md-row-reverse ,
	.Flex-md-rows-reverse {
		flex-direction: row-reverse !important;
	}
	
	.Flex-md-column ,
	.Flex-md-row {
		flex-wrap: nowrap !important;
	}
	
	.Flex-md-columns ,
	.Flex-md-rows {
		flex-wrap: wrap !important;
	}
	
	.Flex-md-main-around	{ justify-content: space-around !important; }
	.Flex-md-main-between	{ justify-content: space-between !important; }
	.Flex-md-main-center	{ justify-content: center !important; }
	.Flex-md-main-end		{ justify-content: flex-end !important; }
	.Flex-md-main-start	    { justify-content: flex-start !important; }
	
	.Flex-md-cross-start	{ align-items: flex-start !important; }
	.Flex-md-cross-end	    { align-items: flex-end !important; }
	.Flex-md-cross-center	{ align-items: center !important; }
	.Flex-md-cross-baseline { align-items: baseline !important; }
	.Flex-md-cross-stretch  { align-items: stretch !important; }
	
	.Flex-md-content-around  { align-content: space-around !important; }
	.Flex-md-content-between { align-content: space-between !important; }
	.Flex-md-content-center  { align-content: center !important; }
	.Flex-md-content-end	 { align-content: flex-end !important; }
	.Flex-md-content-start   { align-content: flex-start !important; }
	.Flex-md-content-stretch { align-content: stretch !important; }
	
	.Flex-md-center		  { align-items: center !important; justify-content: center !important; }
	
	.Flex-md-spacing-0em { margin: 0 -0em -0em -0em !important; }
	.Flex-md-spacing-0em > * { padding: 0 0em 0em 0em !important; }
	.Flex-md-spacing-1em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-md-spacing-1em > * { padding: 0 0.5em 1em 0.5em !important; }
	.Flex-md-spacing-2em { margin: 0 -1em -2em -1em !important; }
	.Flex-md-spacing-2em > * { padding: 0 1em 2em 1em !important; }
	.Flex-md-spacing-3em { margin: 0 -1.5em -3em -1.5em !important; }
	.Flex-md-spacing-3em > * { padding: 0 1.5em 3em 1.5em !important; }
	.Flex-md-spacing-4em { margin: 0 -2em -4em -2em !important; }
	.Flex-md-spacing-4em > * { padding: 0 2em 4em 2em !important; }
	.Flex-md-spacing-5em { margin: 0 -2.5em -5em -2.5em !important; }
	.Flex-md-spacing-5em > * { padding: 0 2.5em 5em 2.5em !important; }
	.Flex-md-spacing-6em { margin: 0 -3em -6em -3em !important; }
	.Flex-md-spacing-6em > * { padding: 0 3em 6em 3em !important; }
	.Flex-md-spacing-7em { margin: 0 -3.5em -7em -3.5em !important; }
	.Flex-md-spacing-7em > * { padding: 0 3.5em 7em 3.5em !important; }
	.Flex-md-spacing-8em { margin: 0 -4em -8em -4em !important; }
	.Flex-md-spacing-8em > * { padding: 0 4em 8em 4em !important; }
	.Flex-md-spacing-9em { margin: 0 -4.5em -9em -4.5em !important; }
	.Flex-md-spacing-9em > * { padding: 0 4.5em 9em 4.5em !important; }
	.Flex-md-spacing-10em { margin: 0 -5em -10em -5em !important; }
	.Flex-md-spacing-10em > * { padding: 0 5em 10em 5em !important; }
	.Flex-md-spacing-11em { margin: 0 -5.5em -11em -5.5em !important; }
	.Flex-md-spacing-11em > * { padding: 0 5.5em 11em 5.5em !important; }
	.Flex-md-spacing-12em { margin: 0 -6em -12em -6em !important; }
	.Flex-md-spacing-12em > * { padding: 0 6em 12em 6em !important; }
	.Flex-md-spacing-13em { margin: 0 -6.5em -13em -6.5em !important; }
	.Flex-md-spacing-13em > * { padding: 0 6.5em 13em 6.5em !important; }
	.Flex-md-spacing-14em { margin: 0 -7em -14em -7em !important; }
	.Flex-md-spacing-14em > * { padding: 0 7em 14em 7em !important; }
	.Flex-md-spacing-15em { margin: 0 -7.5em -15em -7.5em !important; }
	.Flex-md-spacing-15em > * { padding: 0 7.5em 15em 7.5em !important; }
	.Flex-md-spacing-16em { margin: 0 -8em -16em -8em !important; }
	.Flex-md-spacing-16em > * { padding: 0 8em 16em 8em !important; }
	.Flex-md-spacing-0x12em { margin: 0 -0em -0em -0em !important; }
	.Flex-md-spacing-0x12em > * { padding: 0 0em 0em 0em !important; }
	.Flex-md-spacing-1x12em { margin: 0 -0.041666666666667em -0.083333333333333em -0.041666666666667em !important; }
	.Flex-md-spacing-1x12em > * { padding: 0 0.041666666666667em 0.083333333333333em 0.041666666666667em !important; }
	.Flex-md-spacing-2x12em { margin: 0 -0.083333333333333em -0.16666666666667em -0.083333333333333em !important; }
	.Flex-md-spacing-2x12em > * { padding: 0 0.083333333333333em 0.16666666666667em 0.083333333333333em !important; }
	.Flex-md-spacing-3x12em { margin: 0 -0.125em -0.25em -0.125em !important; }
	.Flex-md-spacing-3x12em > * { padding: 0 0.125em 0.25em 0.125em !important; }
	.Flex-md-spacing-4x12em { margin: 0 -0.16666666666667em -0.33333333333333em -0.16666666666667em !important; }
	.Flex-md-spacing-4x12em > * { padding: 0 0.16666666666667em 0.33333333333333em 0.16666666666667em !important; }
	.Flex-md-spacing-5x12em { margin: 0 -0.20833333333333em -0.41666666666667em -0.20833333333333em !important; }
	.Flex-md-spacing-5x12em > * { padding: 0 0.20833333333333em 0.41666666666667em 0.20833333333333em !important; }
	.Flex-md-spacing-6x12em { margin: 0 -0.25em -0.5em -0.25em !important; }
	.Flex-md-spacing-6x12em > * { padding: 0 0.25em 0.5em 0.25em !important; }
	.Flex-md-spacing-7x12em { margin: 0 -0.29166666666667em -0.58333333333333em -0.29166666666667em !important; }
	.Flex-md-spacing-7x12em > * { padding: 0 0.29166666666667em 0.58333333333333em 0.29166666666667em !important; }
	.Flex-md-spacing-8x12em { margin: 0 -0.33333333333333em -0.66666666666667em -0.33333333333333em !important; }
	.Flex-md-spacing-8x12em > * { padding: 0 0.33333333333333em 0.66666666666667em 0.33333333333333em !important; }
	.Flex-md-spacing-9x12em { margin: 0 -0.375em -0.75em -0.375em !important; }
	.Flex-md-spacing-9x12em > * { padding: 0 0.375em 0.75em 0.375em !important; }
	.Flex-md-spacing-10x12em { margin: 0 -0.41666666666667em -0.83333333333333em -0.41666666666667em !important; }
	.Flex-md-spacing-10x12em > * { padding: 0 0.41666666666667em 0.83333333333333em 0.41666666666667em !important; }
	.Flex-md-spacing-11x12em { margin: 0 -0.45833333333333em -0.91666666666667em -0.45833333333333em !important; }
	.Flex-md-spacing-11x12em > * { padding: 0 0.45833333333333em 0.91666666666667em 0.45833333333333em !important; }
	.Flex-md-spacing-12x12em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-md-spacing-12x12em > * { padding: 0 0.5em 1em 0.5em !important; }
	.Flex-md-spacing-0x16em { margin: 0 -0em -0em -0em !important; }
	.Flex-md-spacing-0x16em > * { padding: 0 0em 0em 0em !important; }
	.Flex-md-spacing-1x16em { margin: 0 -0.03125em -0.0625em -0.03125em !important; }
	.Flex-md-spacing-1x16em > * { padding: 0 0.03125em 0.0625em 0.03125em !important; }
	.Flex-md-spacing-2x16em { margin: 0 -0.0625em -0.125em -0.0625em !important; }
	.Flex-md-spacing-2x16em > * { padding: 0 0.0625em 0.125em 0.0625em !important; }
	.Flex-md-spacing-3x16em { margin: 0 -0.09375em -0.1875em -0.09375em !important; }
	.Flex-md-spacing-3x16em > * { padding: 0 0.09375em 0.1875em 0.09375em !important; }
	.Flex-md-spacing-4x16em { margin: 0 -0.125em -0.25em -0.125em !important; }
	.Flex-md-spacing-4x16em > * { padding: 0 0.125em 0.25em 0.125em !important; }
	.Flex-md-spacing-5x16em { margin: 0 -0.15625em -0.3125em -0.15625em !important; }
	.Flex-md-spacing-5x16em > * { padding: 0 0.15625em 0.3125em 0.15625em !important; }
	.Flex-md-spacing-6x16em { margin: 0 -0.1875em -0.375em -0.1875em !important; }
	.Flex-md-spacing-6x16em > * { padding: 0 0.1875em 0.375em 0.1875em !important; }
	.Flex-md-spacing-7x16em { margin: 0 -0.21875em -0.4375em -0.21875em !important; }
	.Flex-md-spacing-7x16em > * { padding: 0 0.21875em 0.4375em 0.21875em !important; }
	.Flex-md-spacing-8x16em { margin: 0 -0.25em -0.5em -0.25em !important; }
	.Flex-md-spacing-8x16em > * { padding: 0 0.25em 0.5em 0.25em !important; }
	.Flex-md-spacing-9x16em { margin: 0 -0.28125em -0.5625em -0.28125em !important; }
	.Flex-md-spacing-9x16em > * { padding: 0 0.28125em 0.5625em 0.28125em !important; }
	.Flex-md-spacing-10x16em { margin: 0 -0.3125em -0.625em -0.3125em !important; }
	.Flex-md-spacing-10x16em > * { padding: 0 0.3125em 0.625em 0.3125em !important; }
	.Flex-md-spacing-11x16em { margin: 0 -0.34375em -0.6875em -0.34375em !important; }
	.Flex-md-spacing-11x16em > * { padding: 0 0.34375em 0.6875em 0.34375em !important; }
	.Flex-md-spacing-12x16em { margin: 0 -0.375em -0.75em -0.375em !important; }
	.Flex-md-spacing-12x16em > * { padding: 0 0.375em 0.75em 0.375em !important; }
	.Flex-md-spacing-13x16em { margin: 0 -0.40625em -0.8125em -0.40625em !important; }
	.Flex-md-spacing-13x16em > * { padding: 0 0.40625em 0.8125em 0.40625em !important; }
	.Flex-md-spacing-14x16em { margin: 0 -0.4375em -0.875em -0.4375em !important; }
	.Flex-md-spacing-14x16em > * { padding: 0 0.4375em 0.875em 0.4375em !important; }
	.Flex-md-spacing-15x16em { margin: 0 -0.46875em -0.9375em -0.46875em !important; }
	.Flex-md-spacing-15x16em > * { padding: 0 0.46875em 0.9375em 0.46875em !important; }
	.Flex-md-spacing-16x16em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-md-spacing-16x16em > * { padding: 0 0.5em 1em 0.5em !important; }
}


@media( min-width: 1024px ) {
	.Flex-lg-column ,
	.Flex-lg-column-reverse ,
	.Flex-lg-columns ,
	.Flex-lg-columns-reverse ,
	.Flex-lg-row ,
	.Flex-lg-row-reverse ,
	.Flex-lg-rows ,
	.Flex-lg-rows-reverse {
		display: flex !important;
	}
	
	.Flex-lg-column ,
	.Flex-lg-columns {
		flex-direction: column !important;
	}
	
	.Flex-lg-column-reverse ,
	.Flex-lg-columns-reverse {
		flex-direction: column-reverse !important;
	}
	
	.Flex-lg-row ,
	.Flex-lg-rows {
		flex-direction: row !important;
	}
	
	.Flex-lg-row-reverse ,
	.Flex-lg-rows-reverse {
		flex-direction: row-reverse !important;
	}
	
	.Flex-lg-column ,
	.Flex-lg-row {
		flex-wrap: nowrap !important;
	}
	
	.Flex-lg-columns ,
	.Flex-lg-rows {
		flex-wrap: wrap !important;
	}
	
	.Flex-lg-main-around	{ justify-content: space-around !important; }
	.Flex-lg-main-between	{ justify-content: space-between !important; }
	.Flex-lg-main-center	{ justify-content: center !important; }
	.Flex-lg-main-end		{ justify-content: flex-end !important; }
	.Flex-lg-main-start	    { justify-content: flex-start !important; }
	
	.Flex-lg-cross-start	{ align-items: flex-start !important; }
	.Flex-lg-cross-end	    { align-items: flex-end !important; }
	.Flex-lg-cross-center	{ align-items: center !important; }
	.Flex-lg-cross-baseline { align-items: baseline !important; }
	.Flex-lg-cross-stretch  { align-items: stretch !important; }
	
	.Flex-lg-content-around  { align-content: space-around !important; }
	.Flex-lg-content-between { align-content: space-between !important; }
	.Flex-lg-content-center  { align-content: center !important; }
	.Flex-lg-content-end	 { align-content: flex-end !important; }
	.Flex-lg-content-start   { align-content: flex-start !important; }
	.Flex-lg-content-stretch { align-content: stretch !important; }
	
	.Flex-lg-center		  { align-items: center !important; justify-content: center !important; }
	
	.Flex-lg-spacing-0em { margin: 0 -0em -0em -0em !important; }
	.Flex-lg-spacing-0em > * { padding: 0 0em 0em 0em !important; }
	.Flex-lg-spacing-1em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-lg-spacing-1em > * { padding: 0 0.5em 1em 0.5em !important; }
	.Flex-lg-spacing-2em { margin: 0 -1em -2em -1em !important; }
	.Flex-lg-spacing-2em > * { padding: 0 1em 2em 1em !important; }
	.Flex-lg-spacing-3em { margin: 0 -1.5em -3em -1.5em !important; }
	.Flex-lg-spacing-3em > * { padding: 0 1.5em 3em 1.5em !important; }
	.Flex-lg-spacing-4em { margin: 0 -2em -4em -2em !important; }
	.Flex-lg-spacing-4em > * { padding: 0 2em 4em 2em !important; }
	.Flex-lg-spacing-5em { margin: 0 -2.5em -5em -2.5em !important; }
	.Flex-lg-spacing-5em > * { padding: 0 2.5em 5em 2.5em !important; }
	.Flex-lg-spacing-6em { margin: 0 -3em -6em -3em !important; }
	.Flex-lg-spacing-6em > * { padding: 0 3em 6em 3em !important; }
	.Flex-lg-spacing-7em { margin: 0 -3.5em -7em -3.5em !important; }
	.Flex-lg-spacing-7em > * { padding: 0 3.5em 7em 3.5em !important; }
	.Flex-lg-spacing-8em { margin: 0 -4em -8em -4em !important; }
	.Flex-lg-spacing-8em > * { padding: 0 4em 8em 4em !important; }
	.Flex-lg-spacing-9em { margin: 0 -4.5em -9em -4.5em !important; }
	.Flex-lg-spacing-9em > * { padding: 0 4.5em 9em 4.5em !important; }
	.Flex-lg-spacing-10em { margin: 0 -5em -10em -5em !important; }
	.Flex-lg-spacing-10em > * { padding: 0 5em 10em 5em !important; }
	.Flex-lg-spacing-11em { margin: 0 -5.5em -11em -5.5em !important; }
	.Flex-lg-spacing-11em > * { padding: 0 5.5em 11em 5.5em !important; }
	.Flex-lg-spacing-12em { margin: 0 -6em -12em -6em !important; }
	.Flex-lg-spacing-12em > * { padding: 0 6em 12em 6em !important; }
	.Flex-lg-spacing-13em { margin: 0 -6.5em -13em -6.5em !important; }
	.Flex-lg-spacing-13em > * { padding: 0 6.5em 13em 6.5em !important; }
	.Flex-lg-spacing-14em { margin: 0 -7em -14em -7em !important; }
	.Flex-lg-spacing-14em > * { padding: 0 7em 14em 7em !important; }
	.Flex-lg-spacing-15em { margin: 0 -7.5em -15em -7.5em !important; }
	.Flex-lg-spacing-15em > * { padding: 0 7.5em 15em 7.5em !important; }
	.Flex-lg-spacing-16em { margin: 0 -8em -16em -8em !important; }
	.Flex-lg-spacing-16em > * { padding: 0 8em 16em 8em !important; }
	.Flex-lg-spacing-0x12em { margin: 0 -0em -0em -0em !important; }
	.Flex-lg-spacing-0x12em > * { padding: 0 0em 0em 0em !important; }
	.Flex-lg-spacing-1x12em { margin: 0 -0.041666666666667em -0.083333333333333em -0.041666666666667em !important; }
	.Flex-lg-spacing-1x12em > * { padding: 0 0.041666666666667em 0.083333333333333em 0.041666666666667em !important; }
	.Flex-lg-spacing-2x12em { margin: 0 -0.083333333333333em -0.16666666666667em -0.083333333333333em !important; }
	.Flex-lg-spacing-2x12em > * { padding: 0 0.083333333333333em 0.16666666666667em 0.083333333333333em !important; }
	.Flex-lg-spacing-3x12em { margin: 0 -0.125em -0.25em -0.125em !important; }
	.Flex-lg-spacing-3x12em > * { padding: 0 0.125em 0.25em 0.125em !important; }
	.Flex-lg-spacing-4x12em { margin: 0 -0.16666666666667em -0.33333333333333em -0.16666666666667em !important; }
	.Flex-lg-spacing-4x12em > * { padding: 0 0.16666666666667em 0.33333333333333em 0.16666666666667em !important; }
	.Flex-lg-spacing-5x12em { margin: 0 -0.20833333333333em -0.41666666666667em -0.20833333333333em !important; }
	.Flex-lg-spacing-5x12em > * { padding: 0 0.20833333333333em 0.41666666666667em 0.20833333333333em !important; }
	.Flex-lg-spacing-6x12em { margin: 0 -0.25em -0.5em -0.25em !important; }
	.Flex-lg-spacing-6x12em > * { padding: 0 0.25em 0.5em 0.25em !important; }
	.Flex-lg-spacing-7x12em { margin: 0 -0.29166666666667em -0.58333333333333em -0.29166666666667em !important; }
	.Flex-lg-spacing-7x12em > * { padding: 0 0.29166666666667em 0.58333333333333em 0.29166666666667em !important; }
	.Flex-lg-spacing-8x12em { margin: 0 -0.33333333333333em -0.66666666666667em -0.33333333333333em !important; }
	.Flex-lg-spacing-8x12em > * { padding: 0 0.33333333333333em 0.66666666666667em 0.33333333333333em !important; }
	.Flex-lg-spacing-9x12em { margin: 0 -0.375em -0.75em -0.375em !important; }
	.Flex-lg-spacing-9x12em > * { padding: 0 0.375em 0.75em 0.375em !important; }
	.Flex-lg-spacing-10x12em { margin: 0 -0.41666666666667em -0.83333333333333em -0.41666666666667em !important; }
	.Flex-lg-spacing-10x12em > * { padding: 0 0.41666666666667em 0.83333333333333em 0.41666666666667em !important; }
	.Flex-lg-spacing-11x12em { margin: 0 -0.45833333333333em -0.91666666666667em -0.45833333333333em !important; }
	.Flex-lg-spacing-11x12em > * { padding: 0 0.45833333333333em 0.91666666666667em 0.45833333333333em !important; }
	.Flex-lg-spacing-12x12em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-lg-spacing-12x12em > * { padding: 0 0.5em 1em 0.5em !important; }
	.Flex-lg-spacing-0x16em { margin: 0 -0em -0em -0em !important; }
	.Flex-lg-spacing-0x16em > * { padding: 0 0em 0em 0em !important; }
	.Flex-lg-spacing-1x16em { margin: 0 -0.03125em -0.0625em -0.03125em !important; }
	.Flex-lg-spacing-1x16em > * { padding: 0 0.03125em 0.0625em 0.03125em !important; }
	.Flex-lg-spacing-2x16em { margin: 0 -0.0625em -0.125em -0.0625em !important; }
	.Flex-lg-spacing-2x16em > * { padding: 0 0.0625em 0.125em 0.0625em !important; }
	.Flex-lg-spacing-3x16em { margin: 0 -0.09375em -0.1875em -0.09375em !important; }
	.Flex-lg-spacing-3x16em > * { padding: 0 0.09375em 0.1875em 0.09375em !important; }
	.Flex-lg-spacing-4x16em { margin: 0 -0.125em -0.25em -0.125em !important; }
	.Flex-lg-spacing-4x16em > * { padding: 0 0.125em 0.25em 0.125em !important; }
	.Flex-lg-spacing-5x16em { margin: 0 -0.15625em -0.3125em -0.15625em !important; }
	.Flex-lg-spacing-5x16em > * { padding: 0 0.15625em 0.3125em 0.15625em !important; }
	.Flex-lg-spacing-6x16em { margin: 0 -0.1875em -0.375em -0.1875em !important; }
	.Flex-lg-spacing-6x16em > * { padding: 0 0.1875em 0.375em 0.1875em !important; }
	.Flex-lg-spacing-7x16em { margin: 0 -0.21875em -0.4375em -0.21875em !important; }
	.Flex-lg-spacing-7x16em > * { padding: 0 0.21875em 0.4375em 0.21875em !important; }
	.Flex-lg-spacing-8x16em { margin: 0 -0.25em -0.5em -0.25em !important; }
	.Flex-lg-spacing-8x16em > * { padding: 0 0.25em 0.5em 0.25em !important; }
	.Flex-lg-spacing-9x16em { margin: 0 -0.28125em -0.5625em -0.28125em !important; }
	.Flex-lg-spacing-9x16em > * { padding: 0 0.28125em 0.5625em 0.28125em !important; }
	.Flex-lg-spacing-10x16em { margin: 0 -0.3125em -0.625em -0.3125em !important; }
	.Flex-lg-spacing-10x16em > * { padding: 0 0.3125em 0.625em 0.3125em !important; }
	.Flex-lg-spacing-11x16em { margin: 0 -0.34375em -0.6875em -0.34375em !important; }
	.Flex-lg-spacing-11x16em > * { padding: 0 0.34375em 0.6875em 0.34375em !important; }
	.Flex-lg-spacing-12x16em { margin: 0 -0.375em -0.75em -0.375em !important; }
	.Flex-lg-spacing-12x16em > * { padding: 0 0.375em 0.75em 0.375em !important; }
	.Flex-lg-spacing-13x16em { margin: 0 -0.40625em -0.8125em -0.40625em !important; }
	.Flex-lg-spacing-13x16em > * { padding: 0 0.40625em 0.8125em 0.40625em !important; }
	.Flex-lg-spacing-14x16em { margin: 0 -0.4375em -0.875em -0.4375em !important; }
	.Flex-lg-spacing-14x16em > * { padding: 0 0.4375em 0.875em 0.4375em !important; }
	.Flex-lg-spacing-15x16em { margin: 0 -0.46875em -0.9375em -0.46875em !important; }
	.Flex-lg-spacing-15x16em > * { padding: 0 0.46875em 0.9375em 0.46875em !important; }
	.Flex-lg-spacing-16x16em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-lg-spacing-16x16em > * { padding: 0 0.5em 1em 0.5em !important; }
}


@media( min-width: 1280px ) {
	.Flex-xl-column ,
	.Flex-xl-column-reverse ,
	.Flex-xl-columns ,
	.Flex-xl-columns-reverse ,
	.Flex-xl-row ,
	.Flex-xl-row-reverse ,
	.Flex-xl-rows ,
	.Flex-xl-rows-reverse {
		display: flex !important;
	}
	
	.Flex-xl-column ,
	.Flex-xl-columns {
		flex-direction: column !important;
	}
	
	.Flex-xl-column-reverse ,
	.Flex-xl-columns-reverse {
		flex-direction: column-reverse !important;
	}
	
	.Flex-xl-row ,
	.Flex-xl-rows {
		flex-direction: row !important;
	}
	
	.Flex-xl-row-reverse ,
	.Flex-xl-rows-reverse {
		flex-direction: row-reverse !important;
	}
	
	.Flex-xl-column ,
	.Flex-xl-row {
		flex-wrap: nowrap !important;
	}
	
	.Flex-xl-columns ,
	.Flex-xl-rows {
		flex-wrap: wrap !important;
	}
	
	.Flex-xl-main-around	{ justify-content: space-around !important; }
	.Flex-xl-main-between	{ justify-content: space-between !important; }
	.Flex-xl-main-center	{ justify-content: center !important; }
	.Flex-xl-main-end		{ justify-content: flex-end !important; }
	.Flex-xl-main-start	    { justify-content: flex-start !important; }
	
	.Flex-xl-cross-start	{ align-items: flex-start !important; }
	.Flex-xl-cross-end	    { align-items: flex-end !important; }
	.Flex-xl-cross-center	{ align-items: center !important; }
	.Flex-xl-cross-baseline { align-items: baseline !important; }
	.Flex-xl-cross-stretch  { align-items: stretch !important; }
	
	.Flex-xl-content-around  { align-content: space-around !important; }
	.Flex-xl-content-between { align-content: space-between !important; }
	.Flex-xl-content-center  { align-content: center !important; }
	.Flex-xl-content-end	 { align-content: flex-end !important; }
	.Flex-xl-content-start   { align-content: flex-start !important; }
	.Flex-xl-content-stretch { align-content: stretch !important; }
	
	.Flex-xl-center		  { align-items: center !important; justify-content: center !important; }
	
	.Flex-xl-spacing-0em { margin: 0 -0em -0em -0em !important; }
	.Flex-xl-spacing-0em > * { padding: 0 0em 0em 0em !important; }
	.Flex-xl-spacing-1em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-xl-spacing-1em > * { padding: 0 0.5em 1em 0.5em !important; }
	.Flex-xl-spacing-2em { margin: 0 -1em -2em -1em !important; }
	.Flex-xl-spacing-2em > * { padding: 0 1em 2em 1em !important; }
	.Flex-xl-spacing-3em { margin: 0 -1.5em -3em -1.5em !important; }
	.Flex-xl-spacing-3em > * { padding: 0 1.5em 3em 1.5em !important; }
	.Flex-xl-spacing-4em { margin: 0 -2em -4em -2em !important; }
	.Flex-xl-spacing-4em > * { padding: 0 2em 4em 2em !important; }
	.Flex-xl-spacing-5em { margin: 0 -2.5em -5em -2.5em !important; }
	.Flex-xl-spacing-5em > * { padding: 0 2.5em 5em 2.5em !important; }
	.Flex-xl-spacing-6em { margin: 0 -3em -6em -3em !important; }
	.Flex-xl-spacing-6em > * { padding: 0 3em 6em 3em !important; }
	.Flex-xl-spacing-7em { margin: 0 -3.5em -7em -3.5em !important; }
	.Flex-xl-spacing-7em > * { padding: 0 3.5em 7em 3.5em !important; }
	.Flex-xl-spacing-8em { margin: 0 -4em -8em -4em !important; }
	.Flex-xl-spacing-8em > * { padding: 0 4em 8em 4em !important; }
	.Flex-xl-spacing-9em { margin: 0 -4.5em -9em -4.5em !important; }
	.Flex-xl-spacing-9em > * { padding: 0 4.5em 9em 4.5em !important; }
	.Flex-xl-spacing-10em { margin: 0 -5em -10em -5em !important; }
	.Flex-xl-spacing-10em > * { padding: 0 5em 10em 5em !important; }
	.Flex-xl-spacing-11em { margin: 0 -5.5em -11em -5.5em !important; }
	.Flex-xl-spacing-11em > * { padding: 0 5.5em 11em 5.5em !important; }
	.Flex-xl-spacing-12em { margin: 0 -6em -12em -6em !important; }
	.Flex-xl-spacing-12em > * { padding: 0 6em 12em 6em !important; }
	.Flex-xl-spacing-13em { margin: 0 -6.5em -13em -6.5em !important; }
	.Flex-xl-spacing-13em > * { padding: 0 6.5em 13em 6.5em !important; }
	.Flex-xl-spacing-14em { margin: 0 -7em -14em -7em !important; }
	.Flex-xl-spacing-14em > * { padding: 0 7em 14em 7em !important; }
	.Flex-xl-spacing-15em { margin: 0 -7.5em -15em -7.5em !important; }
	.Flex-xl-spacing-15em > * { padding: 0 7.5em 15em 7.5em !important; }
	.Flex-xl-spacing-16em { margin: 0 -8em -16em -8em !important; }
	.Flex-xl-spacing-16em > * { padding: 0 8em 16em 8em !important; }
	.Flex-xl-spacing-0x12em { margin: 0 -0em -0em -0em !important; }
	.Flex-xl-spacing-0x12em > * { padding: 0 0em 0em 0em !important; }
	.Flex-xl-spacing-1x12em { margin: 0 -0.041666666666667em -0.083333333333333em -0.041666666666667em !important; }
	.Flex-xl-spacing-1x12em > * { padding: 0 0.041666666666667em 0.083333333333333em 0.041666666666667em !important; }
	.Flex-xl-spacing-2x12em { margin: 0 -0.083333333333333em -0.16666666666667em -0.083333333333333em !important; }
	.Flex-xl-spacing-2x12em > * { padding: 0 0.083333333333333em 0.16666666666667em 0.083333333333333em !important; }
	.Flex-xl-spacing-3x12em { margin: 0 -0.125em -0.25em -0.125em !important; }
	.Flex-xl-spacing-3x12em > * { padding: 0 0.125em 0.25em 0.125em !important; }
	.Flex-xl-spacing-4x12em { margin: 0 -0.16666666666667em -0.33333333333333em -0.16666666666667em !important; }
	.Flex-xl-spacing-4x12em > * { padding: 0 0.16666666666667em 0.33333333333333em 0.16666666666667em !important; }
	.Flex-xl-spacing-5x12em { margin: 0 -0.20833333333333em -0.41666666666667em -0.20833333333333em !important; }
	.Flex-xl-spacing-5x12em > * { padding: 0 0.20833333333333em 0.41666666666667em 0.20833333333333em !important; }
	.Flex-xl-spacing-6x12em { margin: 0 -0.25em -0.5em -0.25em !important; }
	.Flex-xl-spacing-6x12em > * { padding: 0 0.25em 0.5em 0.25em !important; }
	.Flex-xl-spacing-7x12em { margin: 0 -0.29166666666667em -0.58333333333333em -0.29166666666667em !important; }
	.Flex-xl-spacing-7x12em > * { padding: 0 0.29166666666667em 0.58333333333333em 0.29166666666667em !important; }
	.Flex-xl-spacing-8x12em { margin: 0 -0.33333333333333em -0.66666666666667em -0.33333333333333em !important; }
	.Flex-xl-spacing-8x12em > * { padding: 0 0.33333333333333em 0.66666666666667em 0.33333333333333em !important; }
	.Flex-xl-spacing-9x12em { margin: 0 -0.375em -0.75em -0.375em !important; }
	.Flex-xl-spacing-9x12em > * { padding: 0 0.375em 0.75em 0.375em !important; }
	.Flex-xl-spacing-10x12em { margin: 0 -0.41666666666667em -0.83333333333333em -0.41666666666667em !important; }
	.Flex-xl-spacing-10x12em > * { padding: 0 0.41666666666667em 0.83333333333333em 0.41666666666667em !important; }
	.Flex-xl-spacing-11x12em { margin: 0 -0.45833333333333em -0.91666666666667em -0.45833333333333em !important; }
	.Flex-xl-spacing-11x12em > * { padding: 0 0.45833333333333em 0.91666666666667em 0.45833333333333em !important; }
	.Flex-xl-spacing-12x12em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-xl-spacing-12x12em > * { padding: 0 0.5em 1em 0.5em !important; }
	.Flex-xl-spacing-0x16em { margin: 0 -0em -0em -0em !important; }
	.Flex-xl-spacing-0x16em > * { padding: 0 0em 0em 0em !important; }
	.Flex-xl-spacing-1x16em { margin: 0 -0.03125em -0.0625em -0.03125em !important; }
	.Flex-xl-spacing-1x16em > * { padding: 0 0.03125em 0.0625em 0.03125em !important; }
	.Flex-xl-spacing-2x16em { margin: 0 -0.0625em -0.125em -0.0625em !important; }
	.Flex-xl-spacing-2x16em > * { padding: 0 0.0625em 0.125em 0.0625em !important; }
	.Flex-xl-spacing-3x16em { margin: 0 -0.09375em -0.1875em -0.09375em !important; }
	.Flex-xl-spacing-3x16em > * { padding: 0 0.09375em 0.1875em 0.09375em !important; }
	.Flex-xl-spacing-4x16em { margin: 0 -0.125em -0.25em -0.125em !important; }
	.Flex-xl-spacing-4x16em > * { padding: 0 0.125em 0.25em 0.125em !important; }
	.Flex-xl-spacing-5x16em { margin: 0 -0.15625em -0.3125em -0.15625em !important; }
	.Flex-xl-spacing-5x16em > * { padding: 0 0.15625em 0.3125em 0.15625em !important; }
	.Flex-xl-spacing-6x16em { margin: 0 -0.1875em -0.375em -0.1875em !important; }
	.Flex-xl-spacing-6x16em > * { padding: 0 0.1875em 0.375em 0.1875em !important; }
	.Flex-xl-spacing-7x16em { margin: 0 -0.21875em -0.4375em -0.21875em !important; }
	.Flex-xl-spacing-7x16em > * { padding: 0 0.21875em 0.4375em 0.21875em !important; }
	.Flex-xl-spacing-8x16em { margin: 0 -0.25em -0.5em -0.25em !important; }
	.Flex-xl-spacing-8x16em > * { padding: 0 0.25em 0.5em 0.25em !important; }
	.Flex-xl-spacing-9x16em { margin: 0 -0.28125em -0.5625em -0.28125em !important; }
	.Flex-xl-spacing-9x16em > * { padding: 0 0.28125em 0.5625em 0.28125em !important; }
	.Flex-xl-spacing-10x16em { margin: 0 -0.3125em -0.625em -0.3125em !important; }
	.Flex-xl-spacing-10x16em > * { padding: 0 0.3125em 0.625em 0.3125em !important; }
	.Flex-xl-spacing-11x16em { margin: 0 -0.34375em -0.6875em -0.34375em !important; }
	.Flex-xl-spacing-11x16em > * { padding: 0 0.34375em 0.6875em 0.34375em !important; }
	.Flex-xl-spacing-12x16em { margin: 0 -0.375em -0.75em -0.375em !important; }
	.Flex-xl-spacing-12x16em > * { padding: 0 0.375em 0.75em 0.375em !important; }
	.Flex-xl-spacing-13x16em { margin: 0 -0.40625em -0.8125em -0.40625em !important; }
	.Flex-xl-spacing-13x16em > * { padding: 0 0.40625em 0.8125em 0.40625em !important; }
	.Flex-xl-spacing-14x16em { margin: 0 -0.4375em -0.875em -0.4375em !important; }
	.Flex-xl-spacing-14x16em > * { padding: 0 0.4375em 0.875em 0.4375em !important; }
	.Flex-xl-spacing-15x16em { margin: 0 -0.46875em -0.9375em -0.46875em !important; }
	.Flex-xl-spacing-15x16em > * { padding: 0 0.46875em 0.9375em 0.46875em !important; }
	.Flex-xl-spacing-16x16em { margin: 0 -0.5em -1em -0.5em !important; }
	.Flex-xl-spacing-16x16em > * { padding: 0 0.5em 1em 0.5em !important; }
}


/* ------------------------------------------------------------------------------------ */


.Flex-xs-1x  { flex:  1 !important; }
.Flex-xs-2x  { flex:  2 !important; }
.Flex-xs-3x  { flex:  3 !important; }
.Flex-xs-4x  { flex:  4 !important; }
.Flex-xs-5x  { flex:  5 !important; }
.Flex-xs-6x  { flex:  6 !important; }
.Flex-xs-7x  { flex:  7 !important; }
.Flex-xs-8x  { flex:  8 !important; }
.Flex-xs-9x  { flex:  9 !important; }
.Flex-xs-10x { flex: 10 !important; }
.Flex-xs-11x { flex: 11 !important; }
.Flex-xs-12x { flex: 12 !important; }

.Flex-xs-self-auto	  { align-self: auto !important; }
.Flex-xs-self-baseline { align-self: baseline !important; }
.Flex-xs-self-center   { align-self: center !important; }
.Flex-xs-self-end	  { align-self: flex-end !important; }
.Flex-xs-self-start	  { align-self: flex-start !important; }
.Flex-xs-self-stretch	  { align-self: stretch !important; }

.Flex-xs--16  { order: -16 !important; }
.Flex-xs--15  { order: -15 !important; }
.Flex-xs--14  { order: -14 !important; }
.Flex-xs--13  { order: -13 !important; }
.Flex-xs--12  { order: -12 !important; }
.Flex-xs--11  { order: -11 !important; }
.Flex-xs--10  { order: -10 !important; }
.Flex-xs--9  { order: -9 !important; }
.Flex-xs--8  { order: -8 !important; }
.Flex-xs--7  { order: -7 !important; }
.Flex-xs--6  { order: -6 !important; }
.Flex-xs--5  { order: -5 !important; }
.Flex-xs--4  { order: -4 !important; }
.Flex-xs--3  { order: -3 !important; }
.Flex-xs--2  { order: -2 !important; }
.Flex-xs--1  { order: -1 !important; }
.Flex-xs-0  { order: 0 !important; }
.Flex-xs-1  { order: 1 !important; }
.Flex-xs-2  { order: 2 !important; }
.Flex-xs-3  { order: 3 !important; }
.Flex-xs-4  { order: 4 !important; }
.Flex-xs-5  { order: 5 !important; }
.Flex-xs-6  { order: 6 !important; }
.Flex-xs-7  { order: 7 !important; }
.Flex-xs-8  { order: 8 !important; }
.Flex-xs-9  { order: 9 !important; }
.Flex-xs-10  { order: 10 !important; }
.Flex-xs-11  { order: 11 !important; }
.Flex-xs-12  { order: 12 !important; }
.Flex-xs-13  { order: 13 !important; }
.Flex-xs-14  { order: 14 !important; }
.Flex-xs-15  { order: 15 !important; }
.Flex-xs-16  { order: 16 !important; }

@media( min-width: 544px ) {
	
	.Flex-sm-1x  { flex:  1 !important; }
	.Flex-sm-2x  { flex:  2 !important; }
	.Flex-sm-3x  { flex:  3 !important; }
	.Flex-sm-4x  { flex:  4 !important; }
	.Flex-sm-5x  { flex:  5 !important; }
	.Flex-sm-6x  { flex:  6 !important; }
	.Flex-sm-7x  { flex:  7 !important; }
	.Flex-sm-8x  { flex:  8 !important; }
	.Flex-sm-9x  { flex:  9 !important; }
	.Flex-sm-10x { flex: 10 !important; }
	.Flex-sm-11x { flex: 11 !important; }
	.Flex-sm-12x { flex: 12 !important; }
	
	.Flex-sm-self-auto	  { align-self: auto !important; }
	.Flex-sm-self-baseline { align-self: baseline !important; }
	.Flex-sm-self-center   { align-self: center !important; }
	.Flex-sm-self-end	  { align-self: flex-end !important; }
	.Flex-sm-self-start	  { align-self: flex-start !important; }
	.Flex-sm-self-stretch	  { align-self: stretch !important; }
	
	.Flex-sm--16  { order: -16 !important; }
	.Flex-sm--15  { order: -15 !important; }
	.Flex-sm--14  { order: -14 !important; }
	.Flex-sm--13  { order: -13 !important; }
	.Flex-sm--12  { order: -12 !important; }
	.Flex-sm--11  { order: -11 !important; }
	.Flex-sm--10  { order: -10 !important; }
	.Flex-sm--9  { order: -9 !important; }
	.Flex-sm--8  { order: -8 !important; }
	.Flex-sm--7  { order: -7 !important; }
	.Flex-sm--6  { order: -6 !important; }
	.Flex-sm--5  { order: -5 !important; }
	.Flex-sm--4  { order: -4 !important; }
	.Flex-sm--3  { order: -3 !important; }
	.Flex-sm--2  { order: -2 !important; }
	.Flex-sm--1  { order: -1 !important; }
	.Flex-sm-0  { order: 0 !important; }
	.Flex-sm-1  { order: 1 !important; }
	.Flex-sm-2  { order: 2 !important; }
	.Flex-sm-3  { order: 3 !important; }
	.Flex-sm-4  { order: 4 !important; }
	.Flex-sm-5  { order: 5 !important; }
	.Flex-sm-6  { order: 6 !important; }
	.Flex-sm-7  { order: 7 !important; }
	.Flex-sm-8  { order: 8 !important; }
	.Flex-sm-9  { order: 9 !important; }
	.Flex-sm-10  { order: 10 !important; }
	.Flex-sm-11  { order: 11 !important; }
	.Flex-sm-12  { order: 12 !important; }
	.Flex-sm-13  { order: 13 !important; }
	.Flex-sm-14  { order: 14 !important; }
	.Flex-sm-15  { order: 15 !important; }
	.Flex-sm-16  { order: 16 !important; }
}


@media( min-width: 768px ) {
	
	.Flex-md-1x  { flex:  1 !important; }
	.Flex-md-2x  { flex:  2 !important; }
	.Flex-md-3x  { flex:  3 !important; }
	.Flex-md-4x  { flex:  4 !important; }
	.Flex-md-5x  { flex:  5 !important; }
	.Flex-md-6x  { flex:  6 !important; }
	.Flex-md-7x  { flex:  7 !important; }
	.Flex-md-8x  { flex:  8 !important; }
	.Flex-md-9x  { flex:  9 !important; }
	.Flex-md-10x { flex: 10 !important; }
	.Flex-md-11x { flex: 11 !important; }
	.Flex-md-12x { flex: 12 !important; }
	
	.Flex-md-self-auto	  { align-self: auto !important; }
	.Flex-md-self-baseline { align-self: baseline !important; }
	.Flex-md-self-center   { align-self: center !important; }
	.Flex-md-self-end	  { align-self: flex-end !important; }
	.Flex-md-self-start	  { align-self: flex-start !important; }
	.Flex-md-self-stretch	  { align-self: stretch !important; }
	
	.Flex-md--16  { order: -16 !important; }
	.Flex-md--15  { order: -15 !important; }
	.Flex-md--14  { order: -14 !important; }
	.Flex-md--13  { order: -13 !important; }
	.Flex-md--12  { order: -12 !important; }
	.Flex-md--11  { order: -11 !important; }
	.Flex-md--10  { order: -10 !important; }
	.Flex-md--9  { order: -9 !important; }
	.Flex-md--8  { order: -8 !important; }
	.Flex-md--7  { order: -7 !important; }
	.Flex-md--6  { order: -6 !important; }
	.Flex-md--5  { order: -5 !important; }
	.Flex-md--4  { order: -4 !important; }
	.Flex-md--3  { order: -3 !important; }
	.Flex-md--2  { order: -2 !important; }
	.Flex-md--1  { order: -1 !important; }
	.Flex-md-0  { order: 0 !important; }
	.Flex-md-1  { order: 1 !important; }
	.Flex-md-2  { order: 2 !important; }
	.Flex-md-3  { order: 3 !important; }
	.Flex-md-4  { order: 4 !important; }
	.Flex-md-5  { order: 5 !important; }
	.Flex-md-6  { order: 6 !important; }
	.Flex-md-7  { order: 7 !important; }
	.Flex-md-8  { order: 8 !important; }
	.Flex-md-9  { order: 9 !important; }
	.Flex-md-10  { order: 10 !important; }
	.Flex-md-11  { order: 11 !important; }
	.Flex-md-12  { order: 12 !important; }
	.Flex-md-13  { order: 13 !important; }
	.Flex-md-14  { order: 14 !important; }
	.Flex-md-15  { order: 15 !important; }
	.Flex-md-16  { order: 16 !important; }
}


@media( min-width: 1024px ) {
	
	.Flex-lg-1x  { flex:  1 !important; }
	.Flex-lg-2x  { flex:  2 !important; }
	.Flex-lg-3x  { flex:  3 !important; }
	.Flex-lg-4x  { flex:  4 !important; }
	.Flex-lg-5x  { flex:  5 !important; }
	.Flex-lg-6x  { flex:  6 !important; }
	.Flex-lg-7x  { flex:  7 !important; }
	.Flex-lg-8x  { flex:  8 !important; }
	.Flex-lg-9x  { flex:  9 !important; }
	.Flex-lg-10x { flex: 10 !important; }
	.Flex-lg-11x { flex: 11 !important; }
	.Flex-lg-12x { flex: 12 !important; }
	
	.Flex-lg-self-auto	  { align-self: auto !important; }
	.Flex-lg-self-baseline { align-self: baseline !important; }
	.Flex-lg-self-center   { align-self: center !important; }
	.Flex-lg-self-end	  { align-self: flex-end !important; }
	.Flex-lg-self-start	  { align-self: flex-start !important; }
	.Flex-lg-self-stretch	  { align-self: stretch !important; }
	
	.Flex-lg--16  { order: -16 !important; }
	.Flex-lg--15  { order: -15 !important; }
	.Flex-lg--14  { order: -14 !important; }
	.Flex-lg--13  { order: -13 !important; }
	.Flex-lg--12  { order: -12 !important; }
	.Flex-lg--11  { order: -11 !important; }
	.Flex-lg--10  { order: -10 !important; }
	.Flex-lg--9  { order: -9 !important; }
	.Flex-lg--8  { order: -8 !important; }
	.Flex-lg--7  { order: -7 !important; }
	.Flex-lg--6  { order: -6 !important; }
	.Flex-lg--5  { order: -5 !important; }
	.Flex-lg--4  { order: -4 !important; }
	.Flex-lg--3  { order: -3 !important; }
	.Flex-lg--2  { order: -2 !important; }
	.Flex-lg--1  { order: -1 !important; }
	.Flex-lg-0  { order: 0 !important; }
	.Flex-lg-1  { order: 1 !important; }
	.Flex-lg-2  { order: 2 !important; }
	.Flex-lg-3  { order: 3 !important; }
	.Flex-lg-4  { order: 4 !important; }
	.Flex-lg-5  { order: 5 !important; }
	.Flex-lg-6  { order: 6 !important; }
	.Flex-lg-7  { order: 7 !important; }
	.Flex-lg-8  { order: 8 !important; }
	.Flex-lg-9  { order: 9 !important; }
	.Flex-lg-10  { order: 10 !important; }
	.Flex-lg-11  { order: 11 !important; }
	.Flex-lg-12  { order: 12 !important; }
	.Flex-lg-13  { order: 13 !important; }
	.Flex-lg-14  { order: 14 !important; }
	.Flex-lg-15  { order: 15 !important; }
	.Flex-lg-16  { order: 16 !important; }
}


@media( min-width: 1280px ) {
	
	.Flex-xl-1x  { flex:  1 !important; }
	.Flex-xl-2x  { flex:  2 !important; }
	.Flex-xl-3x  { flex:  3 !important; }
	.Flex-xl-4x  { flex:  4 !important; }
	.Flex-xl-5x  { flex:  5 !important; }
	.Flex-xl-6x  { flex:  6 !important; }
	.Flex-xl-7x  { flex:  7 !important; }
	.Flex-xl-8x  { flex:  8 !important; }
	.Flex-xl-9x  { flex:  9 !important; }
	.Flex-xl-10x { flex: 10 !important; }
	.Flex-xl-11x { flex: 11 !important; }
	.Flex-xl-12x { flex: 12 !important; }
	
	.Flex-xl-self-auto	  { align-self: auto !important; }
	.Flex-xl-self-baseline { align-self: baseline !important; }
	.Flex-xl-self-center   { align-self: center !important; }
	.Flex-xl-self-end	  { align-self: flex-end !important; }
	.Flex-xl-self-start	  { align-self: flex-start !important; }
	.Flex-xl-self-stretch	  { align-self: stretch !important; }
	
	.Flex-xl--16  { order: -16 !important; }
	.Flex-xl--15  { order: -15 !important; }
	.Flex-xl--14  { order: -14 !important; }
	.Flex-xl--13  { order: -13 !important; }
	.Flex-xl--12  { order: -12 !important; }
	.Flex-xl--11  { order: -11 !important; }
	.Flex-xl--10  { order: -10 !important; }
	.Flex-xl--9  { order: -9 !important; }
	.Flex-xl--8  { order: -8 !important; }
	.Flex-xl--7  { order: -7 !important; }
	.Flex-xl--6  { order: -6 !important; }
	.Flex-xl--5  { order: -5 !important; }
	.Flex-xl--4  { order: -4 !important; }
	.Flex-xl--3  { order: -3 !important; }
	.Flex-xl--2  { order: -2 !important; }
	.Flex-xl--1  { order: -1 !important; }
	.Flex-xl-0  { order: 0 !important; }
	.Flex-xl-1  { order: 1 !important; }
	.Flex-xl-2  { order: 2 !important; }
	.Flex-xl-3  { order: 3 !important; }
	.Flex-xl-4  { order: 4 !important; }
	.Flex-xl-5  { order: 5 !important; }
	.Flex-xl-6  { order: 6 !important; }
	.Flex-xl-7  { order: 7 !important; }
	.Flex-xl-8  { order: 8 !important; }
	.Flex-xl-9  { order: 9 !important; }
	.Flex-xl-10  { order: 10 !important; }
	.Flex-xl-11  { order: 11 !important; }
	.Flex-xl-12  { order: 12 !important; }
	.Flex-xl-13  { order: 13 !important; }
	.Flex-xl-14  { order: 14 !important; }
	.Flex-xl-15  { order: 15 !important; }
	.Flex-xl-16  { order: 16 !important; }
}


/* ------------------------------------------------------------------------------------ */

.Width-xs-auto { width: auto !important; }
.Width-xs-0	{ width: 0 !important; }
.Width-xs-1px  { width: 1px !important; }
.Height-xs-auto { height: auto !important; }
.Height-xs-0	{ height: 0 !important; }
.Height-xs-1px  { height: 1px !important; }
.MinWidth-xs-0	{ min-width: 0 !important; }
.MinWidth-xs-1px  { min-width: 1px !important; }
.MinHeight-xs-0	{ min-height: 0 !important; }
.MinHeight-xs-1px  { min-height: 1px !important; }
.MaxWidth-xs-none { max-width: none !important; }
.MaxWidth-xs-0	{ max-width: 0 !important; }
.MaxWidth-xs-1px  { max-width: 1px !important; }
.MaxHeight-xs-none { max-height: none !important; }
.MaxHeight-xs-0	{ max-height: 0 !important; }
.MaxHeight-xs-1px  { max-height: 1px !important; }
.Width-xs-0x10 { width: 0% !important; }
.Width-xs-1x10 { width: 10% !important; }
.Width-xs-2x10 { width: 20% !important; }
.Width-xs-3x10 { width: 30% !important; }
.Width-xs-4x10 { width: 40% !important; }
.Width-xs-5x10 { width: 50% !important; }
.Width-xs-6x10 { width: 60% !important; }
.Width-xs-7x10 { width: 70% !important; }
.Width-xs-8x10 { width: 80% !important; }
.Width-xs-9x10 { width: 90% !important; }
.Width-xs-10x10 { width: 100% !important; }
.Width-xs-0x12 { width: 0% !important; }
.Width-xs-1x12 { width: 8.3333333333333% !important; }
.Width-xs-2x12 { width: 16.666666666667% !important; }
.Width-xs-3x12 { width: 25% !important; }
.Width-xs-4x12 { width: 33.333333333333% !important; }
.Width-xs-5x12 { width: 41.666666666667% !important; }
.Width-xs-6x12 { width: 50% !important; }
.Width-xs-7x12 { width: 58.333333333333% !important; }
.Width-xs-8x12 { width: 66.666666666667% !important; }
.Width-xs-9x12 { width: 75% !important; }
.Width-xs-10x12 { width: 83.333333333333% !important; }
.Width-xs-11x12 { width: 91.666666666667% !important; }
.Width-xs-12x12 { width: 100% !important; }
.Width-xs-0x16 { width: 0% !important; }
.Width-xs-1x16 { width: 6.25% !important; }
.Width-xs-2x16 { width: 12.5% !important; }
.Width-xs-3x16 { width: 18.75% !important; }
.Width-xs-4x16 { width: 25% !important; }
.Width-xs-5x16 { width: 31.25% !important; }
.Width-xs-6x16 { width: 37.5% !important; }
.Width-xs-7x16 { width: 43.75% !important; }
.Width-xs-8x16 { width: 50% !important; }
.Width-xs-9x16 { width: 56.25% !important; }
.Width-xs-10x16 { width: 62.5% !important; }
.Width-xs-11x16 { width: 68.75% !important; }
.Width-xs-12x16 { width: 75% !important; }
.Width-xs-13x16 { width: 81.25% !important; }
.Width-xs-14x16 { width: 87.5% !important; }
.Width-xs-15x16 { width: 93.75% !important; }
.Width-xs-16x16 { width: 100% !important; }
.Width-xs-0em { width: 0em !important; }
.Width-xs-1em { width: 1em !important; }
.Width-xs-2em { width: 2em !important; }
.Width-xs-3em { width: 3em !important; }
.Width-xs-4em { width: 4em !important; }
.Width-xs-5em { width: 5em !important; }
.Width-xs-6em { width: 6em !important; }
.Width-xs-7em { width: 7em !important; }
.Width-xs-8em { width: 8em !important; }
.Width-xs-9em { width: 9em !important; }
.Width-xs-10em { width: 10em !important; }
.Width-xs-11em { width: 11em !important; }
.Width-xs-12em { width: 12em !important; }
.Width-xs-13em { width: 13em !important; }
.Width-xs-14em { width: 14em !important; }
.Width-xs-15em { width: 15em !important; }
.Width-xs-16em { width: 16em !important; }
.Width-xs-17em { width: 17em !important; }
.Width-xs-18em { width: 18em !important; }
.Width-xs-19em { width: 19em !important; }
.Width-xs-20em { width: 20em !important; }
.Width-xs-21em { width: 21em !important; }
.Width-xs-22em { width: 22em !important; }
.Width-xs-23em { width: 23em !important; }
.Width-xs-24em { width: 24em !important; }
.Width-xs-0x16em { width: 0em !important; }
.Width-xs-1x16em { width: 0.0625em !important; }
.Width-xs-2x16em { width: 0.125em !important; }
.Width-xs-3x16em { width: 0.1875em !important; }
.Width-xs-4x16em { width: 0.25em !important; }
.Width-xs-5x16em { width: 0.3125em !important; }
.Width-xs-6x16em { width: 0.375em !important; }
.Width-xs-7x16em { width: 0.4375em !important; }
.Width-xs-8x16em { width: 0.5em !important; }
.Width-xs-9x16em { width: 0.5625em !important; }
.Width-xs-10x16em { width: 0.625em !important; }
.Width-xs-11x16em { width: 0.6875em !important; }
.Width-xs-12x16em { width: 0.75em !important; }
.Width-xs-13x16em { width: 0.8125em !important; }
.Width-xs-14x16em { width: 0.875em !important; }
.Width-xs-15x16em { width: 0.9375em !important; }
.Width-xs-16x16em { width: 1em !important; }
.Width-xs-0vw { width: 0vw !important; }
.Width-xs-1vw { width: 1vw !important; }
.Width-xs-2vw { width: 2vw !important; }
.Width-xs-3vw { width: 3vw !important; }
.Width-xs-4vw { width: 4vw !important; }
.Width-xs-5vw { width: 5vw !important; }
.Width-xs-6vw { width: 6vw !important; }
.Width-xs-7vw { width: 7vw !important; }
.Width-xs-8vw { width: 8vw !important; }
.Width-xs-9vw { width: 9vw !important; }
.Width-xs-10vw { width: 10vw !important; }
.Width-xs-11vw { width: 11vw !important; }
.Width-xs-12vw { width: 12vw !important; }
.Width-xs-13vw { width: 13vw !important; }
.Width-xs-14vw { width: 14vw !important; }
.Width-xs-15vw { width: 15vw !important; }
.Width-xs-16vw { width: 16vw !important; }
.Width-xs-17vw { width: 17vw !important; }
.Width-xs-18vw { width: 18vw !important; }
.Width-xs-19vw { width: 19vw !important; }
.Width-xs-20vw { width: 20vw !important; }
.Width-xs-21vw { width: 21vw !important; }
.Width-xs-22vw { width: 22vw !important; }
.Width-xs-23vw { width: 23vw !important; }
.Width-xs-24vw { width: 24vw !important; }
.Width-xs-25vw { width: 25vw !important; }
.Width-xs-26vw { width: 26vw !important; }
.Width-xs-27vw { width: 27vw !important; }
.Width-xs-28vw { width: 28vw !important; }
.Width-xs-29vw { width: 29vw !important; }
.Width-xs-30vw { width: 30vw !important; }
.Width-xs-31vw { width: 31vw !important; }
.Width-xs-32vw { width: 32vw !important; }
.Width-xs-33vw { width: 33vw !important; }
.Width-xs-34vw { width: 34vw !important; }
.Width-xs-35vw { width: 35vw !important; }
.Width-xs-36vw { width: 36vw !important; }
.Width-xs-37vw { width: 37vw !important; }
.Width-xs-38vw { width: 38vw !important; }
.Width-xs-39vw { width: 39vw !important; }
.Width-xs-40vw { width: 40vw !important; }
.Width-xs-41vw { width: 41vw !important; }
.Width-xs-42vw { width: 42vw !important; }
.Width-xs-43vw { width: 43vw !important; }
.Width-xs-44vw { width: 44vw !important; }
.Width-xs-45vw { width: 45vw !important; }
.Width-xs-46vw { width: 46vw !important; }
.Width-xs-47vw { width: 47vw !important; }
.Width-xs-48vw { width: 48vw !important; }
.Width-xs-49vw { width: 49vw !important; }
.Width-xs-50vw { width: 50vw !important; }
.Width-xs-51vw { width: 51vw !important; }
.Width-xs-52vw { width: 52vw !important; }
.Width-xs-53vw { width: 53vw !important; }
.Width-xs-54vw { width: 54vw !important; }
.Width-xs-55vw { width: 55vw !important; }
.Width-xs-56vw { width: 56vw !important; }
.Width-xs-57vw { width: 57vw !important; }
.Width-xs-58vw { width: 58vw !important; }
.Width-xs-59vw { width: 59vw !important; }
.Width-xs-60vw { width: 60vw !important; }
.Width-xs-61vw { width: 61vw !important; }
.Width-xs-62vw { width: 62vw !important; }
.Width-xs-63vw { width: 63vw !important; }
.Width-xs-64vw { width: 64vw !important; }
.Width-xs-65vw { width: 65vw !important; }
.Width-xs-66vw { width: 66vw !important; }
.Width-xs-67vw { width: 67vw !important; }
.Width-xs-68vw { width: 68vw !important; }
.Width-xs-69vw { width: 69vw !important; }
.Width-xs-70vw { width: 70vw !important; }
.Width-xs-71vw { width: 71vw !important; }
.Width-xs-72vw { width: 72vw !important; }
.Width-xs-73vw { width: 73vw !important; }
.Width-xs-74vw { width: 74vw !important; }
.Width-xs-75vw { width: 75vw !important; }
.Width-xs-76vw { width: 76vw !important; }
.Width-xs-77vw { width: 77vw !important; }
.Width-xs-78vw { width: 78vw !important; }
.Width-xs-79vw { width: 79vw !important; }
.Width-xs-80vw { width: 80vw !important; }
.Width-xs-81vw { width: 81vw !important; }
.Width-xs-82vw { width: 82vw !important; }
.Width-xs-83vw { width: 83vw !important; }
.Width-xs-84vw { width: 84vw !important; }
.Width-xs-85vw { width: 85vw !important; }
.Width-xs-86vw { width: 86vw !important; }
.Width-xs-87vw { width: 87vw !important; }
.Width-xs-88vw { width: 88vw !important; }
.Width-xs-89vw { width: 89vw !important; }
.Width-xs-90vw { width: 90vw !important; }
.Width-xs-91vw { width: 91vw !important; }
.Width-xs-92vw { width: 92vw !important; }
.Width-xs-93vw { width: 93vw !important; }
.Width-xs-94vw { width: 94vw !important; }
.Width-xs-95vw { width: 95vw !important; }
.Width-xs-96vw { width: 96vw !important; }
.Width-xs-97vw { width: 97vw !important; }
.Width-xs-98vw { width: 98vw !important; }
.Width-xs-99vw { width: 99vw !important; }
.Width-xs-100vw { width: 100vw !important; }
.Width-xs-0vh { width: 0vh !important; }
.Width-xs-1vh { width: 1vh !important; }
.Width-xs-2vh { width: 2vh !important; }
.Width-xs-3vh { width: 3vh !important; }
.Width-xs-4vh { width: 4vh !important; }
.Width-xs-5vh { width: 5vh !important; }
.Width-xs-6vh { width: 6vh !important; }
.Width-xs-7vh { width: 7vh !important; }
.Width-xs-8vh { width: 8vh !important; }
.Width-xs-9vh { width: 9vh !important; }
.Width-xs-10vh { width: 10vh !important; }
.Width-xs-11vh { width: 11vh !important; }
.Width-xs-12vh { width: 12vh !important; }
.Width-xs-13vh { width: 13vh !important; }
.Width-xs-14vh { width: 14vh !important; }
.Width-xs-15vh { width: 15vh !important; }
.Width-xs-16vh { width: 16vh !important; }
.Width-xs-17vh { width: 17vh !important; }
.Width-xs-18vh { width: 18vh !important; }
.Width-xs-19vh { width: 19vh !important; }
.Width-xs-20vh { width: 20vh !important; }
.Width-xs-21vh { width: 21vh !important; }
.Width-xs-22vh { width: 22vh !important; }
.Width-xs-23vh { width: 23vh !important; }
.Width-xs-24vh { width: 24vh !important; }
.Width-xs-25vh { width: 25vh !important; }
.Width-xs-26vh { width: 26vh !important; }
.Width-xs-27vh { width: 27vh !important; }
.Width-xs-28vh { width: 28vh !important; }
.Width-xs-29vh { width: 29vh !important; }
.Width-xs-30vh { width: 30vh !important; }
.Width-xs-31vh { width: 31vh !important; }
.Width-xs-32vh { width: 32vh !important; }
.Width-xs-33vh { width: 33vh !important; }
.Width-xs-34vh { width: 34vh !important; }
.Width-xs-35vh { width: 35vh !important; }
.Width-xs-36vh { width: 36vh !important; }
.Width-xs-37vh { width: 37vh !important; }
.Width-xs-38vh { width: 38vh !important; }
.Width-xs-39vh { width: 39vh !important; }
.Width-xs-40vh { width: 40vh !important; }
.Width-xs-41vh { width: 41vh !important; }
.Width-xs-42vh { width: 42vh !important; }
.Width-xs-43vh { width: 43vh !important; }
.Width-xs-44vh { width: 44vh !important; }
.Width-xs-45vh { width: 45vh !important; }
.Width-xs-46vh { width: 46vh !important; }
.Width-xs-47vh { width: 47vh !important; }
.Width-xs-48vh { width: 48vh !important; }
.Width-xs-49vh { width: 49vh !important; }
.Width-xs-50vh { width: 50vh !important; }
.Width-xs-51vh { width: 51vh !important; }
.Width-xs-52vh { width: 52vh !important; }
.Width-xs-53vh { width: 53vh !important; }
.Width-xs-54vh { width: 54vh !important; }
.Width-xs-55vh { width: 55vh !important; }
.Width-xs-56vh { width: 56vh !important; }
.Width-xs-57vh { width: 57vh !important; }
.Width-xs-58vh { width: 58vh !important; }
.Width-xs-59vh { width: 59vh !important; }
.Width-xs-60vh { width: 60vh !important; }
.Width-xs-61vh { width: 61vh !important; }
.Width-xs-62vh { width: 62vh !important; }
.Width-xs-63vh { width: 63vh !important; }
.Width-xs-64vh { width: 64vh !important; }
.Width-xs-65vh { width: 65vh !important; }
.Width-xs-66vh { width: 66vh !important; }
.Width-xs-67vh { width: 67vh !important; }
.Width-xs-68vh { width: 68vh !important; }
.Width-xs-69vh { width: 69vh !important; }
.Width-xs-70vh { width: 70vh !important; }
.Width-xs-71vh { width: 71vh !important; }
.Width-xs-72vh { width: 72vh !important; }
.Width-xs-73vh { width: 73vh !important; }
.Width-xs-74vh { width: 74vh !important; }
.Width-xs-75vh { width: 75vh !important; }
.Width-xs-76vh { width: 76vh !important; }
.Width-xs-77vh { width: 77vh !important; }
.Width-xs-78vh { width: 78vh !important; }
.Width-xs-79vh { width: 79vh !important; }
.Width-xs-80vh { width: 80vh !important; }
.Width-xs-81vh { width: 81vh !important; }
.Width-xs-82vh { width: 82vh !important; }
.Width-xs-83vh { width: 83vh !important; }
.Width-xs-84vh { width: 84vh !important; }
.Width-xs-85vh { width: 85vh !important; }
.Width-xs-86vh { width: 86vh !important; }
.Width-xs-87vh { width: 87vh !important; }
.Width-xs-88vh { width: 88vh !important; }
.Width-xs-89vh { width: 89vh !important; }
.Width-xs-90vh { width: 90vh !important; }
.Width-xs-91vh { width: 91vh !important; }
.Width-xs-92vh { width: 92vh !important; }
.Width-xs-93vh { width: 93vh !important; }
.Width-xs-94vh { width: 94vh !important; }
.Width-xs-95vh { width: 95vh !important; }
.Width-xs-96vh { width: 96vh !important; }
.Width-xs-97vh { width: 97vh !important; }
.Width-xs-98vh { width: 98vh !important; }
.Width-xs-99vh { width: 99vh !important; }
.Width-xs-100vh { width: 100vh !important; }
.Width-xs-0vmin { width: 0vmin !important; }
.Width-xs-1vmin { width: 1vmin !important; }
.Width-xs-2vmin { width: 2vmin !important; }
.Width-xs-3vmin { width: 3vmin !important; }
.Width-xs-4vmin { width: 4vmin !important; }
.Width-xs-5vmin { width: 5vmin !important; }
.Width-xs-6vmin { width: 6vmin !important; }
.Width-xs-7vmin { width: 7vmin !important; }
.Width-xs-8vmin { width: 8vmin !important; }
.Width-xs-9vmin { width: 9vmin !important; }
.Width-xs-10vmin { width: 10vmin !important; }
.Width-xs-11vmin { width: 11vmin !important; }
.Width-xs-12vmin { width: 12vmin !important; }
.Width-xs-13vmin { width: 13vmin !important; }
.Width-xs-14vmin { width: 14vmin !important; }
.Width-xs-15vmin { width: 15vmin !important; }
.Width-xs-16vmin { width: 16vmin !important; }
.Width-xs-17vmin { width: 17vmin !important; }
.Width-xs-18vmin { width: 18vmin !important; }
.Width-xs-19vmin { width: 19vmin !important; }
.Width-xs-20vmin { width: 20vmin !important; }
.Width-xs-21vmin { width: 21vmin !important; }
.Width-xs-22vmin { width: 22vmin !important; }
.Width-xs-23vmin { width: 23vmin !important; }
.Width-xs-24vmin { width: 24vmin !important; }
.Width-xs-25vmin { width: 25vmin !important; }
.Width-xs-26vmin { width: 26vmin !important; }
.Width-xs-27vmin { width: 27vmin !important; }
.Width-xs-28vmin { width: 28vmin !important; }
.Width-xs-29vmin { width: 29vmin !important; }
.Width-xs-30vmin { width: 30vmin !important; }
.Width-xs-31vmin { width: 31vmin !important; }
.Width-xs-32vmin { width: 32vmin !important; }
.Width-xs-33vmin { width: 33vmin !important; }
.Width-xs-34vmin { width: 34vmin !important; }
.Width-xs-35vmin { width: 35vmin !important; }
.Width-xs-36vmin { width: 36vmin !important; }
.Width-xs-37vmin { width: 37vmin !important; }
.Width-xs-38vmin { width: 38vmin !important; }
.Width-xs-39vmin { width: 39vmin !important; }
.Width-xs-40vmin { width: 40vmin !important; }
.Width-xs-41vmin { width: 41vmin !important; }
.Width-xs-42vmin { width: 42vmin !important; }
.Width-xs-43vmin { width: 43vmin !important; }
.Width-xs-44vmin { width: 44vmin !important; }
.Width-xs-45vmin { width: 45vmin !important; }
.Width-xs-46vmin { width: 46vmin !important; }
.Width-xs-47vmin { width: 47vmin !important; }
.Width-xs-48vmin { width: 48vmin !important; }
.Width-xs-49vmin { width: 49vmin !important; }
.Width-xs-50vmin { width: 50vmin !important; }
.Width-xs-51vmin { width: 51vmin !important; }
.Width-xs-52vmin { width: 52vmin !important; }
.Width-xs-53vmin { width: 53vmin !important; }
.Width-xs-54vmin { width: 54vmin !important; }
.Width-xs-55vmin { width: 55vmin !important; }
.Width-xs-56vmin { width: 56vmin !important; }
.Width-xs-57vmin { width: 57vmin !important; }
.Width-xs-58vmin { width: 58vmin !important; }
.Width-xs-59vmin { width: 59vmin !important; }
.Width-xs-60vmin { width: 60vmin !important; }
.Width-xs-61vmin { width: 61vmin !important; }
.Width-xs-62vmin { width: 62vmin !important; }
.Width-xs-63vmin { width: 63vmin !important; }
.Width-xs-64vmin { width: 64vmin !important; }
.Width-xs-65vmin { width: 65vmin !important; }
.Width-xs-66vmin { width: 66vmin !important; }
.Width-xs-67vmin { width: 67vmin !important; }
.Width-xs-68vmin { width: 68vmin !important; }
.Width-xs-69vmin { width: 69vmin !important; }
.Width-xs-70vmin { width: 70vmin !important; }
.Width-xs-71vmin { width: 71vmin !important; }
.Width-xs-72vmin { width: 72vmin !important; }
.Width-xs-73vmin { width: 73vmin !important; }
.Width-xs-74vmin { width: 74vmin !important; }
.Width-xs-75vmin { width: 75vmin !important; }
.Width-xs-76vmin { width: 76vmin !important; }
.Width-xs-77vmin { width: 77vmin !important; }
.Width-xs-78vmin { width: 78vmin !important; }
.Width-xs-79vmin { width: 79vmin !important; }
.Width-xs-80vmin { width: 80vmin !important; }
.Width-xs-81vmin { width: 81vmin !important; }
.Width-xs-82vmin { width: 82vmin !important; }
.Width-xs-83vmin { width: 83vmin !important; }
.Width-xs-84vmin { width: 84vmin !important; }
.Width-xs-85vmin { width: 85vmin !important; }
.Width-xs-86vmin { width: 86vmin !important; }
.Width-xs-87vmin { width: 87vmin !important; }
.Width-xs-88vmin { width: 88vmin !important; }
.Width-xs-89vmin { width: 89vmin !important; }
.Width-xs-90vmin { width: 90vmin !important; }
.Width-xs-91vmin { width: 91vmin !important; }
.Width-xs-92vmin { width: 92vmin !important; }
.Width-xs-93vmin { width: 93vmin !important; }
.Width-xs-94vmin { width: 94vmin !important; }
.Width-xs-95vmin { width: 95vmin !important; }
.Width-xs-96vmin { width: 96vmin !important; }
.Width-xs-97vmin { width: 97vmin !important; }
.Width-xs-98vmin { width: 98vmin !important; }
.Width-xs-99vmin { width: 99vmin !important; }
.Width-xs-100vmin { width: 100vmin !important; }
.Width-xs-0vmax { width: 0vmax !important; }
.Width-xs-1vmax { width: 1vmax !important; }
.Width-xs-2vmax { width: 2vmax !important; }
.Width-xs-3vmax { width: 3vmax !important; }
.Width-xs-4vmax { width: 4vmax !important; }
.Width-xs-5vmax { width: 5vmax !important; }
.Width-xs-6vmax { width: 6vmax !important; }
.Width-xs-7vmax { width: 7vmax !important; }
.Width-xs-8vmax { width: 8vmax !important; }
.Width-xs-9vmax { width: 9vmax !important; }
.Width-xs-10vmax { width: 10vmax !important; }
.Width-xs-11vmax { width: 11vmax !important; }
.Width-xs-12vmax { width: 12vmax !important; }
.Width-xs-13vmax { width: 13vmax !important; }
.Width-xs-14vmax { width: 14vmax !important; }
.Width-xs-15vmax { width: 15vmax !important; }
.Width-xs-16vmax { width: 16vmax !important; }
.Width-xs-17vmax { width: 17vmax !important; }
.Width-xs-18vmax { width: 18vmax !important; }
.Width-xs-19vmax { width: 19vmax !important; }
.Width-xs-20vmax { width: 20vmax !important; }
.Width-xs-21vmax { width: 21vmax !important; }
.Width-xs-22vmax { width: 22vmax !important; }
.Width-xs-23vmax { width: 23vmax !important; }
.Width-xs-24vmax { width: 24vmax !important; }
.Width-xs-25vmax { width: 25vmax !important; }
.Width-xs-26vmax { width: 26vmax !important; }
.Width-xs-27vmax { width: 27vmax !important; }
.Width-xs-28vmax { width: 28vmax !important; }
.Width-xs-29vmax { width: 29vmax !important; }
.Width-xs-30vmax { width: 30vmax !important; }
.Width-xs-31vmax { width: 31vmax !important; }
.Width-xs-32vmax { width: 32vmax !important; }
.Width-xs-33vmax { width: 33vmax !important; }
.Width-xs-34vmax { width: 34vmax !important; }
.Width-xs-35vmax { width: 35vmax !important; }
.Width-xs-36vmax { width: 36vmax !important; }
.Width-xs-37vmax { width: 37vmax !important; }
.Width-xs-38vmax { width: 38vmax !important; }
.Width-xs-39vmax { width: 39vmax !important; }
.Width-xs-40vmax { width: 40vmax !important; }
.Width-xs-41vmax { width: 41vmax !important; }
.Width-xs-42vmax { width: 42vmax !important; }
.Width-xs-43vmax { width: 43vmax !important; }
.Width-xs-44vmax { width: 44vmax !important; }
.Width-xs-45vmax { width: 45vmax !important; }
.Width-xs-46vmax { width: 46vmax !important; }
.Width-xs-47vmax { width: 47vmax !important; }
.Width-xs-48vmax { width: 48vmax !important; }
.Width-xs-49vmax { width: 49vmax !important; }
.Width-xs-50vmax { width: 50vmax !important; }
.Width-xs-51vmax { width: 51vmax !important; }
.Width-xs-52vmax { width: 52vmax !important; }
.Width-xs-53vmax { width: 53vmax !important; }
.Width-xs-54vmax { width: 54vmax !important; }
.Width-xs-55vmax { width: 55vmax !important; }
.Width-xs-56vmax { width: 56vmax !important; }
.Width-xs-57vmax { width: 57vmax !important; }
.Width-xs-58vmax { width: 58vmax !important; }
.Width-xs-59vmax { width: 59vmax !important; }
.Width-xs-60vmax { width: 60vmax !important; }
.Width-xs-61vmax { width: 61vmax !important; }
.Width-xs-62vmax { width: 62vmax !important; }
.Width-xs-63vmax { width: 63vmax !important; }
.Width-xs-64vmax { width: 64vmax !important; }
.Width-xs-65vmax { width: 65vmax !important; }
.Width-xs-66vmax { width: 66vmax !important; }
.Width-xs-67vmax { width: 67vmax !important; }
.Width-xs-68vmax { width: 68vmax !important; }
.Width-xs-69vmax { width: 69vmax !important; }
.Width-xs-70vmax { width: 70vmax !important; }
.Width-xs-71vmax { width: 71vmax !important; }
.Width-xs-72vmax { width: 72vmax !important; }
.Width-xs-73vmax { width: 73vmax !important; }
.Width-xs-74vmax { width: 74vmax !important; }
.Width-xs-75vmax { width: 75vmax !important; }
.Width-xs-76vmax { width: 76vmax !important; }
.Width-xs-77vmax { width: 77vmax !important; }
.Width-xs-78vmax { width: 78vmax !important; }
.Width-xs-79vmax { width: 79vmax !important; }
.Width-xs-80vmax { width: 80vmax !important; }
.Width-xs-81vmax { width: 81vmax !important; }
.Width-xs-82vmax { width: 82vmax !important; }
.Width-xs-83vmax { width: 83vmax !important; }
.Width-xs-84vmax { width: 84vmax !important; }
.Width-xs-85vmax { width: 85vmax !important; }
.Width-xs-86vmax { width: 86vmax !important; }
.Width-xs-87vmax { width: 87vmax !important; }
.Width-xs-88vmax { width: 88vmax !important; }
.Width-xs-89vmax { width: 89vmax !important; }
.Width-xs-90vmax { width: 90vmax !important; }
.Width-xs-91vmax { width: 91vmax !important; }
.Width-xs-92vmax { width: 92vmax !important; }
.Width-xs-93vmax { width: 93vmax !important; }
.Width-xs-94vmax { width: 94vmax !important; }
.Width-xs-95vmax { width: 95vmax !important; }
.Width-xs-96vmax { width: 96vmax !important; }
.Width-xs-97vmax { width: 97vmax !important; }
.Width-xs-98vmax { width: 98vmax !important; }
.Width-xs-99vmax { width: 99vmax !important; }
.Width-xs-100vmax { width: 100vmax !important; }
.Height-xs-0x10 { height: 0% !important; }
.Height-xs-1x10 { height: 10% !important; }
.Height-xs-2x10 { height: 20% !important; }
.Height-xs-3x10 { height: 30% !important; }
.Height-xs-4x10 { height: 40% !important; }
.Height-xs-5x10 { height: 50% !important; }
.Height-xs-6x10 { height: 60% !important; }
.Height-xs-7x10 { height: 70% !important; }
.Height-xs-8x10 { height: 80% !important; }
.Height-xs-9x10 { height: 90% !important; }
.Height-xs-10x10 { height: 100% !important; }
.Height-xs-0x12 { height: 0% !important; }
.Height-xs-1x12 { height: 8.3333333333333% !important; }
.Height-xs-2x12 { height: 16.666666666667% !important; }
.Height-xs-3x12 { height: 25% !important; }
.Height-xs-4x12 { height: 33.333333333333% !important; }
.Height-xs-5x12 { height: 41.666666666667% !important; }
.Height-xs-6x12 { height: 50% !important; }
.Height-xs-7x12 { height: 58.333333333333% !important; }
.Height-xs-8x12 { height: 66.666666666667% !important; }
.Height-xs-9x12 { height: 75% !important; }
.Height-xs-10x12 { height: 83.333333333333% !important; }
.Height-xs-11x12 { height: 91.666666666667% !important; }
.Height-xs-12x12 { height: 100% !important; }
.Height-xs-0x16 { height: 0% !important; }
.Height-xs-1x16 { height: 6.25% !important; }
.Height-xs-2x16 { height: 12.5% !important; }
.Height-xs-3x16 { height: 18.75% !important; }
.Height-xs-4x16 { height: 25% !important; }
.Height-xs-5x16 { height: 31.25% !important; }
.Height-xs-6x16 { height: 37.5% !important; }
.Height-xs-7x16 { height: 43.75% !important; }
.Height-xs-8x16 { height: 50% !important; }
.Height-xs-9x16 { height: 56.25% !important; }
.Height-xs-10x16 { height: 62.5% !important; }
.Height-xs-11x16 { height: 68.75% !important; }
.Height-xs-12x16 { height: 75% !important; }
.Height-xs-13x16 { height: 81.25% !important; }
.Height-xs-14x16 { height: 87.5% !important; }
.Height-xs-15x16 { height: 93.75% !important; }
.Height-xs-16x16 { height: 100% !important; }
.Height-xs-0em { height: 0em !important; }
.Height-xs-1em { height: 1em !important; }
.Height-xs-2em { height: 2em !important; }
.Height-xs-3em { height: 3em !important; }
.Height-xs-4em { height: 4em !important; }
.Height-xs-5em { height: 5em !important; }
.Height-xs-6em { height: 6em !important; }
.Height-xs-7em { height: 7em !important; }
.Height-xs-8em { height: 8em !important; }
.Height-xs-9em { height: 9em !important; }
.Height-xs-10em { height: 10em !important; }
.Height-xs-11em { height: 11em !important; }
.Height-xs-12em { height: 12em !important; }
.Height-xs-13em { height: 13em !important; }
.Height-xs-14em { height: 14em !important; }
.Height-xs-15em { height: 15em !important; }
.Height-xs-16em { height: 16em !important; }
.Height-xs-17em { height: 17em !important; }
.Height-xs-18em { height: 18em !important; }
.Height-xs-19em { height: 19em !important; }
.Height-xs-20em { height: 20em !important; }
.Height-xs-21em { height: 21em !important; }
.Height-xs-22em { height: 22em !important; }
.Height-xs-23em { height: 23em !important; }
.Height-xs-24em { height: 24em !important; }
.Height-xs-0x16em { height: 0em !important; }
.Height-xs-1x16em { height: 0.0625em !important; }
.Height-xs-2x16em { height: 0.125em !important; }
.Height-xs-3x16em { height: 0.1875em !important; }
.Height-xs-4x16em { height: 0.25em !important; }
.Height-xs-5x16em { height: 0.3125em !important; }
.Height-xs-6x16em { height: 0.375em !important; }
.Height-xs-7x16em { height: 0.4375em !important; }
.Height-xs-8x16em { height: 0.5em !important; }
.Height-xs-9x16em { height: 0.5625em !important; }
.Height-xs-10x16em { height: 0.625em !important; }
.Height-xs-11x16em { height: 0.6875em !important; }
.Height-xs-12x16em { height: 0.75em !important; }
.Height-xs-13x16em { height: 0.8125em !important; }
.Height-xs-14x16em { height: 0.875em !important; }
.Height-xs-15x16em { height: 0.9375em !important; }
.Height-xs-16x16em { height: 1em !important; }
.Height-xs-0vw { height: 0vw !important; }
.Height-xs-1vw { height: 1vw !important; }
.Height-xs-2vw { height: 2vw !important; }
.Height-xs-3vw { height: 3vw !important; }
.Height-xs-4vw { height: 4vw !important; }
.Height-xs-5vw { height: 5vw !important; }
.Height-xs-6vw { height: 6vw !important; }
.Height-xs-7vw { height: 7vw !important; }
.Height-xs-8vw { height: 8vw !important; }
.Height-xs-9vw { height: 9vw !important; }
.Height-xs-10vw { height: 10vw !important; }
.Height-xs-11vw { height: 11vw !important; }
.Height-xs-12vw { height: 12vw !important; }
.Height-xs-13vw { height: 13vw !important; }
.Height-xs-14vw { height: 14vw !important; }
.Height-xs-15vw { height: 15vw !important; }
.Height-xs-16vw { height: 16vw !important; }
.Height-xs-17vw { height: 17vw !important; }
.Height-xs-18vw { height: 18vw !important; }
.Height-xs-19vw { height: 19vw !important; }
.Height-xs-20vw { height: 20vw !important; }
.Height-xs-21vw { height: 21vw !important; }
.Height-xs-22vw { height: 22vw !important; }
.Height-xs-23vw { height: 23vw !important; }
.Height-xs-24vw { height: 24vw !important; }
.Height-xs-25vw { height: 25vw !important; }
.Height-xs-26vw { height: 26vw !important; }
.Height-xs-27vw { height: 27vw !important; }
.Height-xs-28vw { height: 28vw !important; }
.Height-xs-29vw { height: 29vw !important; }
.Height-xs-30vw { height: 30vw !important; }
.Height-xs-31vw { height: 31vw !important; }
.Height-xs-32vw { height: 32vw !important; }
.Height-xs-33vw { height: 33vw !important; }
.Height-xs-34vw { height: 34vw !important; }
.Height-xs-35vw { height: 35vw !important; }
.Height-xs-36vw { height: 36vw !important; }
.Height-xs-37vw { height: 37vw !important; }
.Height-xs-38vw { height: 38vw !important; }
.Height-xs-39vw { height: 39vw !important; }
.Height-xs-40vw { height: 40vw !important; }
.Height-xs-41vw { height: 41vw !important; }
.Height-xs-42vw { height: 42vw !important; }
.Height-xs-43vw { height: 43vw !important; }
.Height-xs-44vw { height: 44vw !important; }
.Height-xs-45vw { height: 45vw !important; }
.Height-xs-46vw { height: 46vw !important; }
.Height-xs-47vw { height: 47vw !important; }
.Height-xs-48vw { height: 48vw !important; }
.Height-xs-49vw { height: 49vw !important; }
.Height-xs-50vw { height: 50vw !important; }
.Height-xs-51vw { height: 51vw !important; }
.Height-xs-52vw { height: 52vw !important; }
.Height-xs-53vw { height: 53vw !important; }
.Height-xs-54vw { height: 54vw !important; }
.Height-xs-55vw { height: 55vw !important; }
.Height-xs-56vw { height: 56vw !important; }
.Height-xs-57vw { height: 57vw !important; }
.Height-xs-58vw { height: 58vw !important; }
.Height-xs-59vw { height: 59vw !important; }
.Height-xs-60vw { height: 60vw !important; }
.Height-xs-61vw { height: 61vw !important; }
.Height-xs-62vw { height: 62vw !important; }
.Height-xs-63vw { height: 63vw !important; }
.Height-xs-64vw { height: 64vw !important; }
.Height-xs-65vw { height: 65vw !important; }
.Height-xs-66vw { height: 66vw !important; }
.Height-xs-67vw { height: 67vw !important; }
.Height-xs-68vw { height: 68vw !important; }
.Height-xs-69vw { height: 69vw !important; }
.Height-xs-70vw { height: 70vw !important; }
.Height-xs-71vw { height: 71vw !important; }
.Height-xs-72vw { height: 72vw !important; }
.Height-xs-73vw { height: 73vw !important; }
.Height-xs-74vw { height: 74vw !important; }
.Height-xs-75vw { height: 75vw !important; }
.Height-xs-76vw { height: 76vw !important; }
.Height-xs-77vw { height: 77vw !important; }
.Height-xs-78vw { height: 78vw !important; }
.Height-xs-79vw { height: 79vw !important; }
.Height-xs-80vw { height: 80vw !important; }
.Height-xs-81vw { height: 81vw !important; }
.Height-xs-82vw { height: 82vw !important; }
.Height-xs-83vw { height: 83vw !important; }
.Height-xs-84vw { height: 84vw !important; }
.Height-xs-85vw { height: 85vw !important; }
.Height-xs-86vw { height: 86vw !important; }
.Height-xs-87vw { height: 87vw !important; }
.Height-xs-88vw { height: 88vw !important; }
.Height-xs-89vw { height: 89vw !important; }
.Height-xs-90vw { height: 90vw !important; }
.Height-xs-91vw { height: 91vw !important; }
.Height-xs-92vw { height: 92vw !important; }
.Height-xs-93vw { height: 93vw !important; }
.Height-xs-94vw { height: 94vw !important; }
.Height-xs-95vw { height: 95vw !important; }
.Height-xs-96vw { height: 96vw !important; }
.Height-xs-97vw { height: 97vw !important; }
.Height-xs-98vw { height: 98vw !important; }
.Height-xs-99vw { height: 99vw !important; }
.Height-xs-100vw { height: 100vw !important; }
.Height-xs-0vh { height: 0vh !important; }
.Height-xs-1vh { height: 1vh !important; }
.Height-xs-2vh { height: 2vh !important; }
.Height-xs-3vh { height: 3vh !important; }
.Height-xs-4vh { height: 4vh !important; }
.Height-xs-5vh { height: 5vh !important; }
.Height-xs-6vh { height: 6vh !important; }
.Height-xs-7vh { height: 7vh !important; }
.Height-xs-8vh { height: 8vh !important; }
.Height-xs-9vh { height: 9vh !important; }
.Height-xs-10vh { height: 10vh !important; }
.Height-xs-11vh { height: 11vh !important; }
.Height-xs-12vh { height: 12vh !important; }
.Height-xs-13vh { height: 13vh !important; }
.Height-xs-14vh { height: 14vh !important; }
.Height-xs-15vh { height: 15vh !important; }
.Height-xs-16vh { height: 16vh !important; }
.Height-xs-17vh { height: 17vh !important; }
.Height-xs-18vh { height: 18vh !important; }
.Height-xs-19vh { height: 19vh !important; }
.Height-xs-20vh { height: 20vh !important; }
.Height-xs-21vh { height: 21vh !important; }
.Height-xs-22vh { height: 22vh !important; }
.Height-xs-23vh { height: 23vh !important; }
.Height-xs-24vh { height: 24vh !important; }
.Height-xs-25vh { height: 25vh !important; }
.Height-xs-26vh { height: 26vh !important; }
.Height-xs-27vh { height: 27vh !important; }
.Height-xs-28vh { height: 28vh !important; }
.Height-xs-29vh { height: 29vh !important; }
.Height-xs-30vh { height: 30vh !important; }
.Height-xs-31vh { height: 31vh !important; }
.Height-xs-32vh { height: 32vh !important; }
.Height-xs-33vh { height: 33vh !important; }
.Height-xs-34vh { height: 34vh !important; }
.Height-xs-35vh { height: 35vh !important; }
.Height-xs-36vh { height: 36vh !important; }
.Height-xs-37vh { height: 37vh !important; }
.Height-xs-38vh { height: 38vh !important; }
.Height-xs-39vh { height: 39vh !important; }
.Height-xs-40vh { height: 40vh !important; }
.Height-xs-41vh { height: 41vh !important; }
.Height-xs-42vh { height: 42vh !important; }
.Height-xs-43vh { height: 43vh !important; }
.Height-xs-44vh { height: 44vh !important; }
.Height-xs-45vh { height: 45vh !important; }
.Height-xs-46vh { height: 46vh !important; }
.Height-xs-47vh { height: 47vh !important; }
.Height-xs-48vh { height: 48vh !important; }
.Height-xs-49vh { height: 49vh !important; }
.Height-xs-50vh { height: 50vh !important; }
.Height-xs-51vh { height: 51vh !important; }
.Height-xs-52vh { height: 52vh !important; }
.Height-xs-53vh { height: 53vh !important; }
.Height-xs-54vh { height: 54vh !important; }
.Height-xs-55vh { height: 55vh !important; }
.Height-xs-56vh { height: 56vh !important; }
.Height-xs-57vh { height: 57vh !important; }
.Height-xs-58vh { height: 58vh !important; }
.Height-xs-59vh { height: 59vh !important; }
.Height-xs-60vh { height: 60vh !important; }
.Height-xs-61vh { height: 61vh !important; }
.Height-xs-62vh { height: 62vh !important; }
.Height-xs-63vh { height: 63vh !important; }
.Height-xs-64vh { height: 64vh !important; }
.Height-xs-65vh { height: 65vh !important; }
.Height-xs-66vh { height: 66vh !important; }
.Height-xs-67vh { height: 67vh !important; }
.Height-xs-68vh { height: 68vh !important; }
.Height-xs-69vh { height: 69vh !important; }
.Height-xs-70vh { height: 70vh !important; }
.Height-xs-71vh { height: 71vh !important; }
.Height-xs-72vh { height: 72vh !important; }
.Height-xs-73vh { height: 73vh !important; }
.Height-xs-74vh { height: 74vh !important; }
.Height-xs-75vh { height: 75vh !important; }
.Height-xs-76vh { height: 76vh !important; }
.Height-xs-77vh { height: 77vh !important; }
.Height-xs-78vh { height: 78vh !important; }
.Height-xs-79vh { height: 79vh !important; }
.Height-xs-80vh { height: 80vh !important; }
.Height-xs-81vh { height: 81vh !important; }
.Height-xs-82vh { height: 82vh !important; }
.Height-xs-83vh { height: 83vh !important; }
.Height-xs-84vh { height: 84vh !important; }
.Height-xs-85vh { height: 85vh !important; }
.Height-xs-86vh { height: 86vh !important; }
.Height-xs-87vh { height: 87vh !important; }
.Height-xs-88vh { height: 88vh !important; }
.Height-xs-89vh { height: 89vh !important; }
.Height-xs-90vh { height: 90vh !important; }
.Height-xs-91vh { height: 91vh !important; }
.Height-xs-92vh { height: 92vh !important; }
.Height-xs-93vh { height: 93vh !important; }
.Height-xs-94vh { height: 94vh !important; }
.Height-xs-95vh { height: 95vh !important; }
.Height-xs-96vh { height: 96vh !important; }
.Height-xs-97vh { height: 97vh !important; }
.Height-xs-98vh { height: 98vh !important; }
.Height-xs-99vh { height: 99vh !important; }
.Height-xs-100vh { height: 100vh !important; }
.Height-xs-0vmin { height: 0vmin !important; }
.Height-xs-1vmin { height: 1vmin !important; }
.Height-xs-2vmin { height: 2vmin !important; }
.Height-xs-3vmin { height: 3vmin !important; }
.Height-xs-4vmin { height: 4vmin !important; }
.Height-xs-5vmin { height: 5vmin !important; }
.Height-xs-6vmin { height: 6vmin !important; }
.Height-xs-7vmin { height: 7vmin !important; }
.Height-xs-8vmin { height: 8vmin !important; }
.Height-xs-9vmin { height: 9vmin !important; }
.Height-xs-10vmin { height: 10vmin !important; }
.Height-xs-11vmin { height: 11vmin !important; }
.Height-xs-12vmin { height: 12vmin !important; }
.Height-xs-13vmin { height: 13vmin !important; }
.Height-xs-14vmin { height: 14vmin !important; }
.Height-xs-15vmin { height: 15vmin !important; }
.Height-xs-16vmin { height: 16vmin !important; }
.Height-xs-17vmin { height: 17vmin !important; }
.Height-xs-18vmin { height: 18vmin !important; }
.Height-xs-19vmin { height: 19vmin !important; }
.Height-xs-20vmin { height: 20vmin !important; }
.Height-xs-21vmin { height: 21vmin !important; }
.Height-xs-22vmin { height: 22vmin !important; }
.Height-xs-23vmin { height: 23vmin !important; }
.Height-xs-24vmin { height: 24vmin !important; }
.Height-xs-25vmin { height: 25vmin !important; }
.Height-xs-26vmin { height: 26vmin !important; }
.Height-xs-27vmin { height: 27vmin !important; }
.Height-xs-28vmin { height: 28vmin !important; }
.Height-xs-29vmin { height: 29vmin !important; }
.Height-xs-30vmin { height: 30vmin !important; }
.Height-xs-31vmin { height: 31vmin !important; }
.Height-xs-32vmin { height: 32vmin !important; }
.Height-xs-33vmin { height: 33vmin !important; }
.Height-xs-34vmin { height: 34vmin !important; }
.Height-xs-35vmin { height: 35vmin !important; }
.Height-xs-36vmin { height: 36vmin !important; }
.Height-xs-37vmin { height: 37vmin !important; }
.Height-xs-38vmin { height: 38vmin !important; }
.Height-xs-39vmin { height: 39vmin !important; }
.Height-xs-40vmin { height: 40vmin !important; }
.Height-xs-41vmin { height: 41vmin !important; }
.Height-xs-42vmin { height: 42vmin !important; }
.Height-xs-43vmin { height: 43vmin !important; }
.Height-xs-44vmin { height: 44vmin !important; }
.Height-xs-45vmin { height: 45vmin !important; }
.Height-xs-46vmin { height: 46vmin !important; }
.Height-xs-47vmin { height: 47vmin !important; }
.Height-xs-48vmin { height: 48vmin !important; }
.Height-xs-49vmin { height: 49vmin !important; }
.Height-xs-50vmin { height: 50vmin !important; }
.Height-xs-51vmin { height: 51vmin !important; }
.Height-xs-52vmin { height: 52vmin !important; }
.Height-xs-53vmin { height: 53vmin !important; }
.Height-xs-54vmin { height: 54vmin !important; }
.Height-xs-55vmin { height: 55vmin !important; }
.Height-xs-56vmin { height: 56vmin !important; }
.Height-xs-57vmin { height: 57vmin !important; }
.Height-xs-58vmin { height: 58vmin !important; }
.Height-xs-59vmin { height: 59vmin !important; }
.Height-xs-60vmin { height: 60vmin !important; }
.Height-xs-61vmin { height: 61vmin !important; }
.Height-xs-62vmin { height: 62vmin !important; }
.Height-xs-63vmin { height: 63vmin !important; }
.Height-xs-64vmin { height: 64vmin !important; }
.Height-xs-65vmin { height: 65vmin !important; }
.Height-xs-66vmin { height: 66vmin !important; }
.Height-xs-67vmin { height: 67vmin !important; }
.Height-xs-68vmin { height: 68vmin !important; }
.Height-xs-69vmin { height: 69vmin !important; }
.Height-xs-70vmin { height: 70vmin !important; }
.Height-xs-71vmin { height: 71vmin !important; }
.Height-xs-72vmin { height: 72vmin !important; }
.Height-xs-73vmin { height: 73vmin !important; }
.Height-xs-74vmin { height: 74vmin !important; }
.Height-xs-75vmin { height: 75vmin !important; }
.Height-xs-76vmin { height: 76vmin !important; }
.Height-xs-77vmin { height: 77vmin !important; }
.Height-xs-78vmin { height: 78vmin !important; }
.Height-xs-79vmin { height: 79vmin !important; }
.Height-xs-80vmin { height: 80vmin !important; }
.Height-xs-81vmin { height: 81vmin !important; }
.Height-xs-82vmin { height: 82vmin !important; }
.Height-xs-83vmin { height: 83vmin !important; }
.Height-xs-84vmin { height: 84vmin !important; }
.Height-xs-85vmin { height: 85vmin !important; }
.Height-xs-86vmin { height: 86vmin !important; }
.Height-xs-87vmin { height: 87vmin !important; }
.Height-xs-88vmin { height: 88vmin !important; }
.Height-xs-89vmin { height: 89vmin !important; }
.Height-xs-90vmin { height: 90vmin !important; }
.Height-xs-91vmin { height: 91vmin !important; }
.Height-xs-92vmin { height: 92vmin !important; }
.Height-xs-93vmin { height: 93vmin !important; }
.Height-xs-94vmin { height: 94vmin !important; }
.Height-xs-95vmin { height: 95vmin !important; }
.Height-xs-96vmin { height: 96vmin !important; }
.Height-xs-97vmin { height: 97vmin !important; }
.Height-xs-98vmin { height: 98vmin !important; }
.Height-xs-99vmin { height: 99vmin !important; }
.Height-xs-100vmin { height: 100vmin !important; }
.Height-xs-0vmax { height: 0vmax !important; }
.Height-xs-1vmax { height: 1vmax !important; }
.Height-xs-2vmax { height: 2vmax !important; }
.Height-xs-3vmax { height: 3vmax !important; }
.Height-xs-4vmax { height: 4vmax !important; }
.Height-xs-5vmax { height: 5vmax !important; }
.Height-xs-6vmax { height: 6vmax !important; }
.Height-xs-7vmax { height: 7vmax !important; }
.Height-xs-8vmax { height: 8vmax !important; }
.Height-xs-9vmax { height: 9vmax !important; }
.Height-xs-10vmax { height: 10vmax !important; }
.Height-xs-11vmax { height: 11vmax !important; }
.Height-xs-12vmax { height: 12vmax !important; }
.Height-xs-13vmax { height: 13vmax !important; }
.Height-xs-14vmax { height: 14vmax !important; }
.Height-xs-15vmax { height: 15vmax !important; }
.Height-xs-16vmax { height: 16vmax !important; }
.Height-xs-17vmax { height: 17vmax !important; }
.Height-xs-18vmax { height: 18vmax !important; }
.Height-xs-19vmax { height: 19vmax !important; }
.Height-xs-20vmax { height: 20vmax !important; }
.Height-xs-21vmax { height: 21vmax !important; }
.Height-xs-22vmax { height: 22vmax !important; }
.Height-xs-23vmax { height: 23vmax !important; }
.Height-xs-24vmax { height: 24vmax !important; }
.Height-xs-25vmax { height: 25vmax !important; }
.Height-xs-26vmax { height: 26vmax !important; }
.Height-xs-27vmax { height: 27vmax !important; }
.Height-xs-28vmax { height: 28vmax !important; }
.Height-xs-29vmax { height: 29vmax !important; }
.Height-xs-30vmax { height: 30vmax !important; }
.Height-xs-31vmax { height: 31vmax !important; }
.Height-xs-32vmax { height: 32vmax !important; }
.Height-xs-33vmax { height: 33vmax !important; }
.Height-xs-34vmax { height: 34vmax !important; }
.Height-xs-35vmax { height: 35vmax !important; }
.Height-xs-36vmax { height: 36vmax !important; }
.Height-xs-37vmax { height: 37vmax !important; }
.Height-xs-38vmax { height: 38vmax !important; }
.Height-xs-39vmax { height: 39vmax !important; }
.Height-xs-40vmax { height: 40vmax !important; }
.Height-xs-41vmax { height: 41vmax !important; }
.Height-xs-42vmax { height: 42vmax !important; }
.Height-xs-43vmax { height: 43vmax !important; }
.Height-xs-44vmax { height: 44vmax !important; }
.Height-xs-45vmax { height: 45vmax !important; }
.Height-xs-46vmax { height: 46vmax !important; }
.Height-xs-47vmax { height: 47vmax !important; }
.Height-xs-48vmax { height: 48vmax !important; }
.Height-xs-49vmax { height: 49vmax !important; }
.Height-xs-50vmax { height: 50vmax !important; }
.Height-xs-51vmax { height: 51vmax !important; }
.Height-xs-52vmax { height: 52vmax !important; }
.Height-xs-53vmax { height: 53vmax !important; }
.Height-xs-54vmax { height: 54vmax !important; }
.Height-xs-55vmax { height: 55vmax !important; }
.Height-xs-56vmax { height: 56vmax !important; }
.Height-xs-57vmax { height: 57vmax !important; }
.Height-xs-58vmax { height: 58vmax !important; }
.Height-xs-59vmax { height: 59vmax !important; }
.Height-xs-60vmax { height: 60vmax !important; }
.Height-xs-61vmax { height: 61vmax !important; }
.Height-xs-62vmax { height: 62vmax !important; }
.Height-xs-63vmax { height: 63vmax !important; }
.Height-xs-64vmax { height: 64vmax !important; }
.Height-xs-65vmax { height: 65vmax !important; }
.Height-xs-66vmax { height: 66vmax !important; }
.Height-xs-67vmax { height: 67vmax !important; }
.Height-xs-68vmax { height: 68vmax !important; }
.Height-xs-69vmax { height: 69vmax !important; }
.Height-xs-70vmax { height: 70vmax !important; }
.Height-xs-71vmax { height: 71vmax !important; }
.Height-xs-72vmax { height: 72vmax !important; }
.Height-xs-73vmax { height: 73vmax !important; }
.Height-xs-74vmax { height: 74vmax !important; }
.Height-xs-75vmax { height: 75vmax !important; }
.Height-xs-76vmax { height: 76vmax !important; }
.Height-xs-77vmax { height: 77vmax !important; }
.Height-xs-78vmax { height: 78vmax !important; }
.Height-xs-79vmax { height: 79vmax !important; }
.Height-xs-80vmax { height: 80vmax !important; }
.Height-xs-81vmax { height: 81vmax !important; }
.Height-xs-82vmax { height: 82vmax !important; }
.Height-xs-83vmax { height: 83vmax !important; }
.Height-xs-84vmax { height: 84vmax !important; }
.Height-xs-85vmax { height: 85vmax !important; }
.Height-xs-86vmax { height: 86vmax !important; }
.Height-xs-87vmax { height: 87vmax !important; }
.Height-xs-88vmax { height: 88vmax !important; }
.Height-xs-89vmax { height: 89vmax !important; }
.Height-xs-90vmax { height: 90vmax !important; }
.Height-xs-91vmax { height: 91vmax !important; }
.Height-xs-92vmax { height: 92vmax !important; }
.Height-xs-93vmax { height: 93vmax !important; }
.Height-xs-94vmax { height: 94vmax !important; }
.Height-xs-95vmax { height: 95vmax !important; }
.Height-xs-96vmax { height: 96vmax !important; }
.Height-xs-97vmax { height: 97vmax !important; }
.Height-xs-98vmax { height: 98vmax !important; }
.Height-xs-99vmax { height: 99vmax !important; }
.Height-xs-100vmax { height: 100vmax !important; }
.MinWidth-xs-0x10 { min-width: 0% !important; }
.MinWidth-xs-1x10 { min-width: 10% !important; }
.MinWidth-xs-2x10 { min-width: 20% !important; }
.MinWidth-xs-3x10 { min-width: 30% !important; }
.MinWidth-xs-4x10 { min-width: 40% !important; }
.MinWidth-xs-5x10 { min-width: 50% !important; }
.MinWidth-xs-6x10 { min-width: 60% !important; }
.MinWidth-xs-7x10 { min-width: 70% !important; }
.MinWidth-xs-8x10 { min-width: 80% !important; }
.MinWidth-xs-9x10 { min-width: 90% !important; }
.MinWidth-xs-10x10 { min-width: 100% !important; }
.MinWidth-xs-0x12 { min-width: 0% !important; }
.MinWidth-xs-1x12 { min-width: 8.3333333333333% !important; }
.MinWidth-xs-2x12 { min-width: 16.666666666667% !important; }
.MinWidth-xs-3x12 { min-width: 25% !important; }
.MinWidth-xs-4x12 { min-width: 33.333333333333% !important; }
.MinWidth-xs-5x12 { min-width: 41.666666666667% !important; }
.MinWidth-xs-6x12 { min-width: 50% !important; }
.MinWidth-xs-7x12 { min-width: 58.333333333333% !important; }
.MinWidth-xs-8x12 { min-width: 66.666666666667% !important; }
.MinWidth-xs-9x12 { min-width: 75% !important; }
.MinWidth-xs-10x12 { min-width: 83.333333333333% !important; }
.MinWidth-xs-11x12 { min-width: 91.666666666667% !important; }
.MinWidth-xs-12x12 { min-width: 100% !important; }
.MinWidth-xs-0x16 { min-width: 0% !important; }
.MinWidth-xs-1x16 { min-width: 6.25% !important; }
.MinWidth-xs-2x16 { min-width: 12.5% !important; }
.MinWidth-xs-3x16 { min-width: 18.75% !important; }
.MinWidth-xs-4x16 { min-width: 25% !important; }
.MinWidth-xs-5x16 { min-width: 31.25% !important; }
.MinWidth-xs-6x16 { min-width: 37.5% !important; }
.MinWidth-xs-7x16 { min-width: 43.75% !important; }
.MinWidth-xs-8x16 { min-width: 50% !important; }
.MinWidth-xs-9x16 { min-width: 56.25% !important; }
.MinWidth-xs-10x16 { min-width: 62.5% !important; }
.MinWidth-xs-11x16 { min-width: 68.75% !important; }
.MinWidth-xs-12x16 { min-width: 75% !important; }
.MinWidth-xs-13x16 { min-width: 81.25% !important; }
.MinWidth-xs-14x16 { min-width: 87.5% !important; }
.MinWidth-xs-15x16 { min-width: 93.75% !important; }
.MinWidth-xs-16x16 { min-width: 100% !important; }
.MinWidth-xs-0em { min-width: 0em !important; }
.MinWidth-xs-1em { min-width: 1em !important; }
.MinWidth-xs-2em { min-width: 2em !important; }
.MinWidth-xs-3em { min-width: 3em !important; }
.MinWidth-xs-4em { min-width: 4em !important; }
.MinWidth-xs-5em { min-width: 5em !important; }
.MinWidth-xs-6em { min-width: 6em !important; }
.MinWidth-xs-7em { min-width: 7em !important; }
.MinWidth-xs-8em { min-width: 8em !important; }
.MinWidth-xs-9em { min-width: 9em !important; }
.MinWidth-xs-10em { min-width: 10em !important; }
.MinWidth-xs-11em { min-width: 11em !important; }
.MinWidth-xs-12em { min-width: 12em !important; }
.MinWidth-xs-13em { min-width: 13em !important; }
.MinWidth-xs-14em { min-width: 14em !important; }
.MinWidth-xs-15em { min-width: 15em !important; }
.MinWidth-xs-16em { min-width: 16em !important; }
.MinWidth-xs-17em { min-width: 17em !important; }
.MinWidth-xs-18em { min-width: 18em !important; }
.MinWidth-xs-19em { min-width: 19em !important; }
.MinWidth-xs-20em { min-width: 20em !important; }
.MinWidth-xs-21em { min-width: 21em !important; }
.MinWidth-xs-22em { min-width: 22em !important; }
.MinWidth-xs-23em { min-width: 23em !important; }
.MinWidth-xs-24em { min-width: 24em !important; }
.MinWidth-xs-0x16em { min-width: 0em !important; }
.MinWidth-xs-1x16em { min-width: 0.0625em !important; }
.MinWidth-xs-2x16em { min-width: 0.125em !important; }
.MinWidth-xs-3x16em { min-width: 0.1875em !important; }
.MinWidth-xs-4x16em { min-width: 0.25em !important; }
.MinWidth-xs-5x16em { min-width: 0.3125em !important; }
.MinWidth-xs-6x16em { min-width: 0.375em !important; }
.MinWidth-xs-7x16em { min-width: 0.4375em !important; }
.MinWidth-xs-8x16em { min-width: 0.5em !important; }
.MinWidth-xs-9x16em { min-width: 0.5625em !important; }
.MinWidth-xs-10x16em { min-width: 0.625em !important; }
.MinWidth-xs-11x16em { min-width: 0.6875em !important; }
.MinWidth-xs-12x16em { min-width: 0.75em !important; }
.MinWidth-xs-13x16em { min-width: 0.8125em !important; }
.MinWidth-xs-14x16em { min-width: 0.875em !important; }
.MinWidth-xs-15x16em { min-width: 0.9375em !important; }
.MinWidth-xs-16x16em { min-width: 1em !important; }
.MinWidth-xs-0vw { min-width: 0vw !important; }
.MinWidth-xs-1vw { min-width: 1vw !important; }
.MinWidth-xs-2vw { min-width: 2vw !important; }
.MinWidth-xs-3vw { min-width: 3vw !important; }
.MinWidth-xs-4vw { min-width: 4vw !important; }
.MinWidth-xs-5vw { min-width: 5vw !important; }
.MinWidth-xs-6vw { min-width: 6vw !important; }
.MinWidth-xs-7vw { min-width: 7vw !important; }
.MinWidth-xs-8vw { min-width: 8vw !important; }
.MinWidth-xs-9vw { min-width: 9vw !important; }
.MinWidth-xs-10vw { min-width: 10vw !important; }
.MinWidth-xs-11vw { min-width: 11vw !important; }
.MinWidth-xs-12vw { min-width: 12vw !important; }
.MinWidth-xs-13vw { min-width: 13vw !important; }
.MinWidth-xs-14vw { min-width: 14vw !important; }
.MinWidth-xs-15vw { min-width: 15vw !important; }
.MinWidth-xs-16vw { min-width: 16vw !important; }
.MinWidth-xs-17vw { min-width: 17vw !important; }
.MinWidth-xs-18vw { min-width: 18vw !important; }
.MinWidth-xs-19vw { min-width: 19vw !important; }
.MinWidth-xs-20vw { min-width: 20vw !important; }
.MinWidth-xs-21vw { min-width: 21vw !important; }
.MinWidth-xs-22vw { min-width: 22vw !important; }
.MinWidth-xs-23vw { min-width: 23vw !important; }
.MinWidth-xs-24vw { min-width: 24vw !important; }
.MinWidth-xs-25vw { min-width: 25vw !important; }
.MinWidth-xs-26vw { min-width: 26vw !important; }
.MinWidth-xs-27vw { min-width: 27vw !important; }
.MinWidth-xs-28vw { min-width: 28vw !important; }
.MinWidth-xs-29vw { min-width: 29vw !important; }
.MinWidth-xs-30vw { min-width: 30vw !important; }
.MinWidth-xs-31vw { min-width: 31vw !important; }
.MinWidth-xs-32vw { min-width: 32vw !important; }
.MinWidth-xs-33vw { min-width: 33vw !important; }
.MinWidth-xs-34vw { min-width: 34vw !important; }
.MinWidth-xs-35vw { min-width: 35vw !important; }
.MinWidth-xs-36vw { min-width: 36vw !important; }
.MinWidth-xs-37vw { min-width: 37vw !important; }
.MinWidth-xs-38vw { min-width: 38vw !important; }
.MinWidth-xs-39vw { min-width: 39vw !important; }
.MinWidth-xs-40vw { min-width: 40vw !important; }
.MinWidth-xs-41vw { min-width: 41vw !important; }
.MinWidth-xs-42vw { min-width: 42vw !important; }
.MinWidth-xs-43vw { min-width: 43vw !important; }
.MinWidth-xs-44vw { min-width: 44vw !important; }
.MinWidth-xs-45vw { min-width: 45vw !important; }
.MinWidth-xs-46vw { min-width: 46vw !important; }
.MinWidth-xs-47vw { min-width: 47vw !important; }
.MinWidth-xs-48vw { min-width: 48vw !important; }
.MinWidth-xs-49vw { min-width: 49vw !important; }
.MinWidth-xs-50vw { min-width: 50vw !important; }
.MinWidth-xs-51vw { min-width: 51vw !important; }
.MinWidth-xs-52vw { min-width: 52vw !important; }
.MinWidth-xs-53vw { min-width: 53vw !important; }
.MinWidth-xs-54vw { min-width: 54vw !important; }
.MinWidth-xs-55vw { min-width: 55vw !important; }
.MinWidth-xs-56vw { min-width: 56vw !important; }
.MinWidth-xs-57vw { min-width: 57vw !important; }
.MinWidth-xs-58vw { min-width: 58vw !important; }
.MinWidth-xs-59vw { min-width: 59vw !important; }
.MinWidth-xs-60vw { min-width: 60vw !important; }
.MinWidth-xs-61vw { min-width: 61vw !important; }
.MinWidth-xs-62vw { min-width: 62vw !important; }
.MinWidth-xs-63vw { min-width: 63vw !important; }
.MinWidth-xs-64vw { min-width: 64vw !important; }
.MinWidth-xs-65vw { min-width: 65vw !important; }
.MinWidth-xs-66vw { min-width: 66vw !important; }
.MinWidth-xs-67vw { min-width: 67vw !important; }
.MinWidth-xs-68vw { min-width: 68vw !important; }
.MinWidth-xs-69vw { min-width: 69vw !important; }
.MinWidth-xs-70vw { min-width: 70vw !important; }
.MinWidth-xs-71vw { min-width: 71vw !important; }
.MinWidth-xs-72vw { min-width: 72vw !important; }
.MinWidth-xs-73vw { min-width: 73vw !important; }
.MinWidth-xs-74vw { min-width: 74vw !important; }
.MinWidth-xs-75vw { min-width: 75vw !important; }
.MinWidth-xs-76vw { min-width: 76vw !important; }
.MinWidth-xs-77vw { min-width: 77vw !important; }
.MinWidth-xs-78vw { min-width: 78vw !important; }
.MinWidth-xs-79vw { min-width: 79vw !important; }
.MinWidth-xs-80vw { min-width: 80vw !important; }
.MinWidth-xs-81vw { min-width: 81vw !important; }
.MinWidth-xs-82vw { min-width: 82vw !important; }
.MinWidth-xs-83vw { min-width: 83vw !important; }
.MinWidth-xs-84vw { min-width: 84vw !important; }
.MinWidth-xs-85vw { min-width: 85vw !important; }
.MinWidth-xs-86vw { min-width: 86vw !important; }
.MinWidth-xs-87vw { min-width: 87vw !important; }
.MinWidth-xs-88vw { min-width: 88vw !important; }
.MinWidth-xs-89vw { min-width: 89vw !important; }
.MinWidth-xs-90vw { min-width: 90vw !important; }
.MinWidth-xs-91vw { min-width: 91vw !important; }
.MinWidth-xs-92vw { min-width: 92vw !important; }
.MinWidth-xs-93vw { min-width: 93vw !important; }
.MinWidth-xs-94vw { min-width: 94vw !important; }
.MinWidth-xs-95vw { min-width: 95vw !important; }
.MinWidth-xs-96vw { min-width: 96vw !important; }
.MinWidth-xs-97vw { min-width: 97vw !important; }
.MinWidth-xs-98vw { min-width: 98vw !important; }
.MinWidth-xs-99vw { min-width: 99vw !important; }
.MinWidth-xs-100vw { min-width: 100vw !important; }
.MinWidth-xs-0vh { min-width: 0vh !important; }
.MinWidth-xs-1vh { min-width: 1vh !important; }
.MinWidth-xs-2vh { min-width: 2vh !important; }
.MinWidth-xs-3vh { min-width: 3vh !important; }
.MinWidth-xs-4vh { min-width: 4vh !important; }
.MinWidth-xs-5vh { min-width: 5vh !important; }
.MinWidth-xs-6vh { min-width: 6vh !important; }
.MinWidth-xs-7vh { min-width: 7vh !important; }
.MinWidth-xs-8vh { min-width: 8vh !important; }
.MinWidth-xs-9vh { min-width: 9vh !important; }
.MinWidth-xs-10vh { min-width: 10vh !important; }
.MinWidth-xs-11vh { min-width: 11vh !important; }
.MinWidth-xs-12vh { min-width: 12vh !important; }
.MinWidth-xs-13vh { min-width: 13vh !important; }
.MinWidth-xs-14vh { min-width: 14vh !important; }
.MinWidth-xs-15vh { min-width: 15vh !important; }
.MinWidth-xs-16vh { min-width: 16vh !important; }
.MinWidth-xs-17vh { min-width: 17vh !important; }
.MinWidth-xs-18vh { min-width: 18vh !important; }
.MinWidth-xs-19vh { min-width: 19vh !important; }
.MinWidth-xs-20vh { min-width: 20vh !important; }
.MinWidth-xs-21vh { min-width: 21vh !important; }
.MinWidth-xs-22vh { min-width: 22vh !important; }
.MinWidth-xs-23vh { min-width: 23vh !important; }
.MinWidth-xs-24vh { min-width: 24vh !important; }
.MinWidth-xs-25vh { min-width: 25vh !important; }
.MinWidth-xs-26vh { min-width: 26vh !important; }
.MinWidth-xs-27vh { min-width: 27vh !important; }
.MinWidth-xs-28vh { min-width: 28vh !important; }
.MinWidth-xs-29vh { min-width: 29vh !important; }
.MinWidth-xs-30vh { min-width: 30vh !important; }
.MinWidth-xs-31vh { min-width: 31vh !important; }
.MinWidth-xs-32vh { min-width: 32vh !important; }
.MinWidth-xs-33vh { min-width: 33vh !important; }
.MinWidth-xs-34vh { min-width: 34vh !important; }
.MinWidth-xs-35vh { min-width: 35vh !important; }
.MinWidth-xs-36vh { min-width: 36vh !important; }
.MinWidth-xs-37vh { min-width: 37vh !important; }
.MinWidth-xs-38vh { min-width: 38vh !important; }
.MinWidth-xs-39vh { min-width: 39vh !important; }
.MinWidth-xs-40vh { min-width: 40vh !important; }
.MinWidth-xs-41vh { min-width: 41vh !important; }
.MinWidth-xs-42vh { min-width: 42vh !important; }
.MinWidth-xs-43vh { min-width: 43vh !important; }
.MinWidth-xs-44vh { min-width: 44vh !important; }
.MinWidth-xs-45vh { min-width: 45vh !important; }
.MinWidth-xs-46vh { min-width: 46vh !important; }
.MinWidth-xs-47vh { min-width: 47vh !important; }
.MinWidth-xs-48vh { min-width: 48vh !important; }
.MinWidth-xs-49vh { min-width: 49vh !important; }
.MinWidth-xs-50vh { min-width: 50vh !important; }
.MinWidth-xs-51vh { min-width: 51vh !important; }
.MinWidth-xs-52vh { min-width: 52vh !important; }
.MinWidth-xs-53vh { min-width: 53vh !important; }
.MinWidth-xs-54vh { min-width: 54vh !important; }
.MinWidth-xs-55vh { min-width: 55vh !important; }
.MinWidth-xs-56vh { min-width: 56vh !important; }
.MinWidth-xs-57vh { min-width: 57vh !important; }
.MinWidth-xs-58vh { min-width: 58vh !important; }
.MinWidth-xs-59vh { min-width: 59vh !important; }
.MinWidth-xs-60vh { min-width: 60vh !important; }
.MinWidth-xs-61vh { min-width: 61vh !important; }
.MinWidth-xs-62vh { min-width: 62vh !important; }
.MinWidth-xs-63vh { min-width: 63vh !important; }
.MinWidth-xs-64vh { min-width: 64vh !important; }
.MinWidth-xs-65vh { min-width: 65vh !important; }
.MinWidth-xs-66vh { min-width: 66vh !important; }
.MinWidth-xs-67vh { min-width: 67vh !important; }
.MinWidth-xs-68vh { min-width: 68vh !important; }
.MinWidth-xs-69vh { min-width: 69vh !important; }
.MinWidth-xs-70vh { min-width: 70vh !important; }
.MinWidth-xs-71vh { min-width: 71vh !important; }
.MinWidth-xs-72vh { min-width: 72vh !important; }
.MinWidth-xs-73vh { min-width: 73vh !important; }
.MinWidth-xs-74vh { min-width: 74vh !important; }
.MinWidth-xs-75vh { min-width: 75vh !important; }
.MinWidth-xs-76vh { min-width: 76vh !important; }
.MinWidth-xs-77vh { min-width: 77vh !important; }
.MinWidth-xs-78vh { min-width: 78vh !important; }
.MinWidth-xs-79vh { min-width: 79vh !important; }
.MinWidth-xs-80vh { min-width: 80vh !important; }
.MinWidth-xs-81vh { min-width: 81vh !important; }
.MinWidth-xs-82vh { min-width: 82vh !important; }
.MinWidth-xs-83vh { min-width: 83vh !important; }
.MinWidth-xs-84vh { min-width: 84vh !important; }
.MinWidth-xs-85vh { min-width: 85vh !important; }
.MinWidth-xs-86vh { min-width: 86vh !important; }
.MinWidth-xs-87vh { min-width: 87vh !important; }
.MinWidth-xs-88vh { min-width: 88vh !important; }
.MinWidth-xs-89vh { min-width: 89vh !important; }
.MinWidth-xs-90vh { min-width: 90vh !important; }
.MinWidth-xs-91vh { min-width: 91vh !important; }
.MinWidth-xs-92vh { min-width: 92vh !important; }
.MinWidth-xs-93vh { min-width: 93vh !important; }
.MinWidth-xs-94vh { min-width: 94vh !important; }
.MinWidth-xs-95vh { min-width: 95vh !important; }
.MinWidth-xs-96vh { min-width: 96vh !important; }
.MinWidth-xs-97vh { min-width: 97vh !important; }
.MinWidth-xs-98vh { min-width: 98vh !important; }
.MinWidth-xs-99vh { min-width: 99vh !important; }
.MinWidth-xs-100vh { min-width: 100vh !important; }
.MinWidth-xs-0vmin { min-width: 0vmin !important; }
.MinWidth-xs-1vmin { min-width: 1vmin !important; }
.MinWidth-xs-2vmin { min-width: 2vmin !important; }
.MinWidth-xs-3vmin { min-width: 3vmin !important; }
.MinWidth-xs-4vmin { min-width: 4vmin !important; }
.MinWidth-xs-5vmin { min-width: 5vmin !important; }
.MinWidth-xs-6vmin { min-width: 6vmin !important; }
.MinWidth-xs-7vmin { min-width: 7vmin !important; }
.MinWidth-xs-8vmin { min-width: 8vmin !important; }
.MinWidth-xs-9vmin { min-width: 9vmin !important; }
.MinWidth-xs-10vmin { min-width: 10vmin !important; }
.MinWidth-xs-11vmin { min-width: 11vmin !important; }
.MinWidth-xs-12vmin { min-width: 12vmin !important; }
.MinWidth-xs-13vmin { min-width: 13vmin !important; }
.MinWidth-xs-14vmin { min-width: 14vmin !important; }
.MinWidth-xs-15vmin { min-width: 15vmin !important; }
.MinWidth-xs-16vmin { min-width: 16vmin !important; }
.MinWidth-xs-17vmin { min-width: 17vmin !important; }
.MinWidth-xs-18vmin { min-width: 18vmin !important; }
.MinWidth-xs-19vmin { min-width: 19vmin !important; }
.MinWidth-xs-20vmin { min-width: 20vmin !important; }
.MinWidth-xs-21vmin { min-width: 21vmin !important; }
.MinWidth-xs-22vmin { min-width: 22vmin !important; }
.MinWidth-xs-23vmin { min-width: 23vmin !important; }
.MinWidth-xs-24vmin { min-width: 24vmin !important; }
.MinWidth-xs-25vmin { min-width: 25vmin !important; }
.MinWidth-xs-26vmin { min-width: 26vmin !important; }
.MinWidth-xs-27vmin { min-width: 27vmin !important; }
.MinWidth-xs-28vmin { min-width: 28vmin !important; }
.MinWidth-xs-29vmin { min-width: 29vmin !important; }
.MinWidth-xs-30vmin { min-width: 30vmin !important; }
.MinWidth-xs-31vmin { min-width: 31vmin !important; }
.MinWidth-xs-32vmin { min-width: 32vmin !important; }
.MinWidth-xs-33vmin { min-width: 33vmin !important; }
.MinWidth-xs-34vmin { min-width: 34vmin !important; }
.MinWidth-xs-35vmin { min-width: 35vmin !important; }
.MinWidth-xs-36vmin { min-width: 36vmin !important; }
.MinWidth-xs-37vmin { min-width: 37vmin !important; }
.MinWidth-xs-38vmin { min-width: 38vmin !important; }
.MinWidth-xs-39vmin { min-width: 39vmin !important; }
.MinWidth-xs-40vmin { min-width: 40vmin !important; }
.MinWidth-xs-41vmin { min-width: 41vmin !important; }
.MinWidth-xs-42vmin { min-width: 42vmin !important; }
.MinWidth-xs-43vmin { min-width: 43vmin !important; }
.MinWidth-xs-44vmin { min-width: 44vmin !important; }
.MinWidth-xs-45vmin { min-width: 45vmin !important; }
.MinWidth-xs-46vmin { min-width: 46vmin !important; }
.MinWidth-xs-47vmin { min-width: 47vmin !important; }
.MinWidth-xs-48vmin { min-width: 48vmin !important; }
.MinWidth-xs-49vmin { min-width: 49vmin !important; }
.MinWidth-xs-50vmin { min-width: 50vmin !important; }
.MinWidth-xs-51vmin { min-width: 51vmin !important; }
.MinWidth-xs-52vmin { min-width: 52vmin !important; }
.MinWidth-xs-53vmin { min-width: 53vmin !important; }
.MinWidth-xs-54vmin { min-width: 54vmin !important; }
.MinWidth-xs-55vmin { min-width: 55vmin !important; }
.MinWidth-xs-56vmin { min-width: 56vmin !important; }
.MinWidth-xs-57vmin { min-width: 57vmin !important; }
.MinWidth-xs-58vmin { min-width: 58vmin !important; }
.MinWidth-xs-59vmin { min-width: 59vmin !important; }
.MinWidth-xs-60vmin { min-width: 60vmin !important; }
.MinWidth-xs-61vmin { min-width: 61vmin !important; }
.MinWidth-xs-62vmin { min-width: 62vmin !important; }
.MinWidth-xs-63vmin { min-width: 63vmin !important; }
.MinWidth-xs-64vmin { min-width: 64vmin !important; }
.MinWidth-xs-65vmin { min-width: 65vmin !important; }
.MinWidth-xs-66vmin { min-width: 66vmin !important; }
.MinWidth-xs-67vmin { min-width: 67vmin !important; }
.MinWidth-xs-68vmin { min-width: 68vmin !important; }
.MinWidth-xs-69vmin { min-width: 69vmin !important; }
.MinWidth-xs-70vmin { min-width: 70vmin !important; }
.MinWidth-xs-71vmin { min-width: 71vmin !important; }
.MinWidth-xs-72vmin { min-width: 72vmin !important; }
.MinWidth-xs-73vmin { min-width: 73vmin !important; }
.MinWidth-xs-74vmin { min-width: 74vmin !important; }
.MinWidth-xs-75vmin { min-width: 75vmin !important; }
.MinWidth-xs-76vmin { min-width: 76vmin !important; }
.MinWidth-xs-77vmin { min-width: 77vmin !important; }
.MinWidth-xs-78vmin { min-width: 78vmin !important; }
.MinWidth-xs-79vmin { min-width: 79vmin !important; }
.MinWidth-xs-80vmin { min-width: 80vmin !important; }
.MinWidth-xs-81vmin { min-width: 81vmin !important; }
.MinWidth-xs-82vmin { min-width: 82vmin !important; }
.MinWidth-xs-83vmin { min-width: 83vmin !important; }
.MinWidth-xs-84vmin { min-width: 84vmin !important; }
.MinWidth-xs-85vmin { min-width: 85vmin !important; }
.MinWidth-xs-86vmin { min-width: 86vmin !important; }
.MinWidth-xs-87vmin { min-width: 87vmin !important; }
.MinWidth-xs-88vmin { min-width: 88vmin !important; }
.MinWidth-xs-89vmin { min-width: 89vmin !important; }
.MinWidth-xs-90vmin { min-width: 90vmin !important; }
.MinWidth-xs-91vmin { min-width: 91vmin !important; }
.MinWidth-xs-92vmin { min-width: 92vmin !important; }
.MinWidth-xs-93vmin { min-width: 93vmin !important; }
.MinWidth-xs-94vmin { min-width: 94vmin !important; }
.MinWidth-xs-95vmin { min-width: 95vmin !important; }
.MinWidth-xs-96vmin { min-width: 96vmin !important; }
.MinWidth-xs-97vmin { min-width: 97vmin !important; }
.MinWidth-xs-98vmin { min-width: 98vmin !important; }
.MinWidth-xs-99vmin { min-width: 99vmin !important; }
.MinWidth-xs-100vmin { min-width: 100vmin !important; }
.MinWidth-xs-0vmax { min-width: 0vmax !important; }
.MinWidth-xs-1vmax { min-width: 1vmax !important; }
.MinWidth-xs-2vmax { min-width: 2vmax !important; }
.MinWidth-xs-3vmax { min-width: 3vmax !important; }
.MinWidth-xs-4vmax { min-width: 4vmax !important; }
.MinWidth-xs-5vmax { min-width: 5vmax !important; }
.MinWidth-xs-6vmax { min-width: 6vmax !important; }
.MinWidth-xs-7vmax { min-width: 7vmax !important; }
.MinWidth-xs-8vmax { min-width: 8vmax !important; }
.MinWidth-xs-9vmax { min-width: 9vmax !important; }
.MinWidth-xs-10vmax { min-width: 10vmax !important; }
.MinWidth-xs-11vmax { min-width: 11vmax !important; }
.MinWidth-xs-12vmax { min-width: 12vmax !important; }
.MinWidth-xs-13vmax { min-width: 13vmax !important; }
.MinWidth-xs-14vmax { min-width: 14vmax !important; }
.MinWidth-xs-15vmax { min-width: 15vmax !important; }
.MinWidth-xs-16vmax { min-width: 16vmax !important; }
.MinWidth-xs-17vmax { min-width: 17vmax !important; }
.MinWidth-xs-18vmax { min-width: 18vmax !important; }
.MinWidth-xs-19vmax { min-width: 19vmax !important; }
.MinWidth-xs-20vmax { min-width: 20vmax !important; }
.MinWidth-xs-21vmax { min-width: 21vmax !important; }
.MinWidth-xs-22vmax { min-width: 22vmax !important; }
.MinWidth-xs-23vmax { min-width: 23vmax !important; }
.MinWidth-xs-24vmax { min-width: 24vmax !important; }
.MinWidth-xs-25vmax { min-width: 25vmax !important; }
.MinWidth-xs-26vmax { min-width: 26vmax !important; }
.MinWidth-xs-27vmax { min-width: 27vmax !important; }
.MinWidth-xs-28vmax { min-width: 28vmax !important; }
.MinWidth-xs-29vmax { min-width: 29vmax !important; }
.MinWidth-xs-30vmax { min-width: 30vmax !important; }
.MinWidth-xs-31vmax { min-width: 31vmax !important; }
.MinWidth-xs-32vmax { min-width: 32vmax !important; }
.MinWidth-xs-33vmax { min-width: 33vmax !important; }
.MinWidth-xs-34vmax { min-width: 34vmax !important; }
.MinWidth-xs-35vmax { min-width: 35vmax !important; }
.MinWidth-xs-36vmax { min-width: 36vmax !important; }
.MinWidth-xs-37vmax { min-width: 37vmax !important; }
.MinWidth-xs-38vmax { min-width: 38vmax !important; }
.MinWidth-xs-39vmax { min-width: 39vmax !important; }
.MinWidth-xs-40vmax { min-width: 40vmax !important; }
.MinWidth-xs-41vmax { min-width: 41vmax !important; }
.MinWidth-xs-42vmax { min-width: 42vmax !important; }
.MinWidth-xs-43vmax { min-width: 43vmax !important; }
.MinWidth-xs-44vmax { min-width: 44vmax !important; }
.MinWidth-xs-45vmax { min-width: 45vmax !important; }
.MinWidth-xs-46vmax { min-width: 46vmax !important; }
.MinWidth-xs-47vmax { min-width: 47vmax !important; }
.MinWidth-xs-48vmax { min-width: 48vmax !important; }
.MinWidth-xs-49vmax { min-width: 49vmax !important; }
.MinWidth-xs-50vmax { min-width: 50vmax !important; }
.MinWidth-xs-51vmax { min-width: 51vmax !important; }
.MinWidth-xs-52vmax { min-width: 52vmax !important; }
.MinWidth-xs-53vmax { min-width: 53vmax !important; }
.MinWidth-xs-54vmax { min-width: 54vmax !important; }
.MinWidth-xs-55vmax { min-width: 55vmax !important; }
.MinWidth-xs-56vmax { min-width: 56vmax !important; }
.MinWidth-xs-57vmax { min-width: 57vmax !important; }
.MinWidth-xs-58vmax { min-width: 58vmax !important; }
.MinWidth-xs-59vmax { min-width: 59vmax !important; }
.MinWidth-xs-60vmax { min-width: 60vmax !important; }
.MinWidth-xs-61vmax { min-width: 61vmax !important; }
.MinWidth-xs-62vmax { min-width: 62vmax !important; }
.MinWidth-xs-63vmax { min-width: 63vmax !important; }
.MinWidth-xs-64vmax { min-width: 64vmax !important; }
.MinWidth-xs-65vmax { min-width: 65vmax !important; }
.MinWidth-xs-66vmax { min-width: 66vmax !important; }
.MinWidth-xs-67vmax { min-width: 67vmax !important; }
.MinWidth-xs-68vmax { min-width: 68vmax !important; }
.MinWidth-xs-69vmax { min-width: 69vmax !important; }
.MinWidth-xs-70vmax { min-width: 70vmax !important; }
.MinWidth-xs-71vmax { min-width: 71vmax !important; }
.MinWidth-xs-72vmax { min-width: 72vmax !important; }
.MinWidth-xs-73vmax { min-width: 73vmax !important; }
.MinWidth-xs-74vmax { min-width: 74vmax !important; }
.MinWidth-xs-75vmax { min-width: 75vmax !important; }
.MinWidth-xs-76vmax { min-width: 76vmax !important; }
.MinWidth-xs-77vmax { min-width: 77vmax !important; }
.MinWidth-xs-78vmax { min-width: 78vmax !important; }
.MinWidth-xs-79vmax { min-width: 79vmax !important; }
.MinWidth-xs-80vmax { min-width: 80vmax !important; }
.MinWidth-xs-81vmax { min-width: 81vmax !important; }
.MinWidth-xs-82vmax { min-width: 82vmax !important; }
.MinWidth-xs-83vmax { min-width: 83vmax !important; }
.MinWidth-xs-84vmax { min-width: 84vmax !important; }
.MinWidth-xs-85vmax { min-width: 85vmax !important; }
.MinWidth-xs-86vmax { min-width: 86vmax !important; }
.MinWidth-xs-87vmax { min-width: 87vmax !important; }
.MinWidth-xs-88vmax { min-width: 88vmax !important; }
.MinWidth-xs-89vmax { min-width: 89vmax !important; }
.MinWidth-xs-90vmax { min-width: 90vmax !important; }
.MinWidth-xs-91vmax { min-width: 91vmax !important; }
.MinWidth-xs-92vmax { min-width: 92vmax !important; }
.MinWidth-xs-93vmax { min-width: 93vmax !important; }
.MinWidth-xs-94vmax { min-width: 94vmax !important; }
.MinWidth-xs-95vmax { min-width: 95vmax !important; }
.MinWidth-xs-96vmax { min-width: 96vmax !important; }
.MinWidth-xs-97vmax { min-width: 97vmax !important; }
.MinWidth-xs-98vmax { min-width: 98vmax !important; }
.MinWidth-xs-99vmax { min-width: 99vmax !important; }
.MinWidth-xs-100vmax { min-width: 100vmax !important; }
.MaxWidth-xs-0x10 { max-width: 0% !important; }
.MaxWidth-xs-1x10 { max-width: 10% !important; }
.MaxWidth-xs-2x10 { max-width: 20% !important; }
.MaxWidth-xs-3x10 { max-width: 30% !important; }
.MaxWidth-xs-4x10 { max-width: 40% !important; }
.MaxWidth-xs-5x10 { max-width: 50% !important; }
.MaxWidth-xs-6x10 { max-width: 60% !important; }
.MaxWidth-xs-7x10 { max-width: 70% !important; }
.MaxWidth-xs-8x10 { max-width: 80% !important; }
.MaxWidth-xs-9x10 { max-width: 90% !important; }
.MaxWidth-xs-10x10 { max-width: 100% !important; }
.MaxWidth-xs-0x12 { max-width: 0% !important; }
.MaxWidth-xs-1x12 { max-width: 8.3333333333333% !important; }
.MaxWidth-xs-2x12 { max-width: 16.666666666667% !important; }
.MaxWidth-xs-3x12 { max-width: 25% !important; }
.MaxWidth-xs-4x12 { max-width: 33.333333333333% !important; }
.MaxWidth-xs-5x12 { max-width: 41.666666666667% !important; }
.MaxWidth-xs-6x12 { max-width: 50% !important; }
.MaxWidth-xs-7x12 { max-width: 58.333333333333% !important; }
.MaxWidth-xs-8x12 { max-width: 66.666666666667% !important; }
.MaxWidth-xs-9x12 { max-width: 75% !important; }
.MaxWidth-xs-10x12 { max-width: 83.333333333333% !important; }
.MaxWidth-xs-11x12 { max-width: 91.666666666667% !important; }
.MaxWidth-xs-12x12 { max-width: 100% !important; }
.MaxWidth-xs-0x16 { max-width: 0% !important; }
.MaxWidth-xs-1x16 { max-width: 6.25% !important; }
.MaxWidth-xs-2x16 { max-width: 12.5% !important; }
.MaxWidth-xs-3x16 { max-width: 18.75% !important; }
.MaxWidth-xs-4x16 { max-width: 25% !important; }
.MaxWidth-xs-5x16 { max-width: 31.25% !important; }
.MaxWidth-xs-6x16 { max-width: 37.5% !important; }
.MaxWidth-xs-7x16 { max-width: 43.75% !important; }
.MaxWidth-xs-8x16 { max-width: 50% !important; }
.MaxWidth-xs-9x16 { max-width: 56.25% !important; }
.MaxWidth-xs-10x16 { max-width: 62.5% !important; }
.MaxWidth-xs-11x16 { max-width: 68.75% !important; }
.MaxWidth-xs-12x16 { max-width: 75% !important; }
.MaxWidth-xs-13x16 { max-width: 81.25% !important; }
.MaxWidth-xs-14x16 { max-width: 87.5% !important; }
.MaxWidth-xs-15x16 { max-width: 93.75% !important; }
.MaxWidth-xs-16x16 { max-width: 100% !important; }
.MaxWidth-xs-0em { max-width: 0em !important; }
.MaxWidth-xs-1em { max-width: 1em !important; }
.MaxWidth-xs-2em { max-width: 2em !important; }
.MaxWidth-xs-3em { max-width: 3em !important; }
.MaxWidth-xs-4em { max-width: 4em !important; }
.MaxWidth-xs-5em { max-width: 5em !important; }
.MaxWidth-xs-6em { max-width: 6em !important; }
.MaxWidth-xs-7em { max-width: 7em !important; }
.MaxWidth-xs-8em { max-width: 8em !important; }
.MaxWidth-xs-9em { max-width: 9em !important; }
.MaxWidth-xs-10em { max-width: 10em !important; }
.MaxWidth-xs-11em { max-width: 11em !important; }
.MaxWidth-xs-12em { max-width: 12em !important; }
.MaxWidth-xs-13em { max-width: 13em !important; }
.MaxWidth-xs-14em { max-width: 14em !important; }
.MaxWidth-xs-15em { max-width: 15em !important; }
.MaxWidth-xs-16em { max-width: 16em !important; }
.MaxWidth-xs-17em { max-width: 17em !important; }
.MaxWidth-xs-18em { max-width: 18em !important; }
.MaxWidth-xs-19em { max-width: 19em !important; }
.MaxWidth-xs-20em { max-width: 20em !important; }
.MaxWidth-xs-21em { max-width: 21em !important; }
.MaxWidth-xs-22em { max-width: 22em !important; }
.MaxWidth-xs-23em { max-width: 23em !important; }
.MaxWidth-xs-24em { max-width: 24em !important; }
.MaxWidth-xs-0x16em { max-width: 0em !important; }
.MaxWidth-xs-1x16em { max-width: 0.0625em !important; }
.MaxWidth-xs-2x16em { max-width: 0.125em !important; }
.MaxWidth-xs-3x16em { max-width: 0.1875em !important; }
.MaxWidth-xs-4x16em { max-width: 0.25em !important; }
.MaxWidth-xs-5x16em { max-width: 0.3125em !important; }
.MaxWidth-xs-6x16em { max-width: 0.375em !important; }
.MaxWidth-xs-7x16em { max-width: 0.4375em !important; }
.MaxWidth-xs-8x16em { max-width: 0.5em !important; }
.MaxWidth-xs-9x16em { max-width: 0.5625em !important; }
.MaxWidth-xs-10x16em { max-width: 0.625em !important; }
.MaxWidth-xs-11x16em { max-width: 0.6875em !important; }
.MaxWidth-xs-12x16em { max-width: 0.75em !important; }
.MaxWidth-xs-13x16em { max-width: 0.8125em !important; }
.MaxWidth-xs-14x16em { max-width: 0.875em !important; }
.MaxWidth-xs-15x16em { max-width: 0.9375em !important; }
.MaxWidth-xs-16x16em { max-width: 1em !important; }
.MaxWidth-xs-0vw { max-width: 0vw !important; }
.MaxWidth-xs-1vw { max-width: 1vw !important; }
.MaxWidth-xs-2vw { max-width: 2vw !important; }
.MaxWidth-xs-3vw { max-width: 3vw !important; }
.MaxWidth-xs-4vw { max-width: 4vw !important; }
.MaxWidth-xs-5vw { max-width: 5vw !important; }
.MaxWidth-xs-6vw { max-width: 6vw !important; }
.MaxWidth-xs-7vw { max-width: 7vw !important; }
.MaxWidth-xs-8vw { max-width: 8vw !important; }
.MaxWidth-xs-9vw { max-width: 9vw !important; }
.MaxWidth-xs-10vw { max-width: 10vw !important; }
.MaxWidth-xs-11vw { max-width: 11vw !important; }
.MaxWidth-xs-12vw { max-width: 12vw !important; }
.MaxWidth-xs-13vw { max-width: 13vw !important; }
.MaxWidth-xs-14vw { max-width: 14vw !important; }
.MaxWidth-xs-15vw { max-width: 15vw !important; }
.MaxWidth-xs-16vw { max-width: 16vw !important; }
.MaxWidth-xs-17vw { max-width: 17vw !important; }
.MaxWidth-xs-18vw { max-width: 18vw !important; }
.MaxWidth-xs-19vw { max-width: 19vw !important; }
.MaxWidth-xs-20vw { max-width: 20vw !important; }
.MaxWidth-xs-21vw { max-width: 21vw !important; }
.MaxWidth-xs-22vw { max-width: 22vw !important; }
.MaxWidth-xs-23vw { max-width: 23vw !important; }
.MaxWidth-xs-24vw { max-width: 24vw !important; }
.MaxWidth-xs-25vw { max-width: 25vw !important; }
.MaxWidth-xs-26vw { max-width: 26vw !important; }
.MaxWidth-xs-27vw { max-width: 27vw !important; }
.MaxWidth-xs-28vw { max-width: 28vw !important; }
.MaxWidth-xs-29vw { max-width: 29vw !important; }
.MaxWidth-xs-30vw { max-width: 30vw !important; }
.MaxWidth-xs-31vw { max-width: 31vw !important; }
.MaxWidth-xs-32vw { max-width: 32vw !important; }
.MaxWidth-xs-33vw { max-width: 33vw !important; }
.MaxWidth-xs-34vw { max-width: 34vw !important; }
.MaxWidth-xs-35vw { max-width: 35vw !important; }
.MaxWidth-xs-36vw { max-width: 36vw !important; }
.MaxWidth-xs-37vw { max-width: 37vw !important; }
.MaxWidth-xs-38vw { max-width: 38vw !important; }
.MaxWidth-xs-39vw { max-width: 39vw !important; }
.MaxWidth-xs-40vw { max-width: 40vw !important; }
.MaxWidth-xs-41vw { max-width: 41vw !important; }
.MaxWidth-xs-42vw { max-width: 42vw !important; }
.MaxWidth-xs-43vw { max-width: 43vw !important; }
.MaxWidth-xs-44vw { max-width: 44vw !important; }
.MaxWidth-xs-45vw { max-width: 45vw !important; }
.MaxWidth-xs-46vw { max-width: 46vw !important; }
.MaxWidth-xs-47vw { max-width: 47vw !important; }
.MaxWidth-xs-48vw { max-width: 48vw !important; }
.MaxWidth-xs-49vw { max-width: 49vw !important; }
.MaxWidth-xs-50vw { max-width: 50vw !important; }
.MaxWidth-xs-51vw { max-width: 51vw !important; }
.MaxWidth-xs-52vw { max-width: 52vw !important; }
.MaxWidth-xs-53vw { max-width: 53vw !important; }
.MaxWidth-xs-54vw { max-width: 54vw !important; }
.MaxWidth-xs-55vw { max-width: 55vw !important; }
.MaxWidth-xs-56vw { max-width: 56vw !important; }
.MaxWidth-xs-57vw { max-width: 57vw !important; }
.MaxWidth-xs-58vw { max-width: 58vw !important; }
.MaxWidth-xs-59vw { max-width: 59vw !important; }
.MaxWidth-xs-60vw { max-width: 60vw !important; }
.MaxWidth-xs-61vw { max-width: 61vw !important; }
.MaxWidth-xs-62vw { max-width: 62vw !important; }
.MaxWidth-xs-63vw { max-width: 63vw !important; }
.MaxWidth-xs-64vw { max-width: 64vw !important; }
.MaxWidth-xs-65vw { max-width: 65vw !important; }
.MaxWidth-xs-66vw { max-width: 66vw !important; }
.MaxWidth-xs-67vw { max-width: 67vw !important; }
.MaxWidth-xs-68vw { max-width: 68vw !important; }
.MaxWidth-xs-69vw { max-width: 69vw !important; }
.MaxWidth-xs-70vw { max-width: 70vw !important; }
.MaxWidth-xs-71vw { max-width: 71vw !important; }
.MaxWidth-xs-72vw { max-width: 72vw !important; }
.MaxWidth-xs-73vw { max-width: 73vw !important; }
.MaxWidth-xs-74vw { max-width: 74vw !important; }
.MaxWidth-xs-75vw { max-width: 75vw !important; }
.MaxWidth-xs-76vw { max-width: 76vw !important; }
.MaxWidth-xs-77vw { max-width: 77vw !important; }
.MaxWidth-xs-78vw { max-width: 78vw !important; }
.MaxWidth-xs-79vw { max-width: 79vw !important; }
.MaxWidth-xs-80vw { max-width: 80vw !important; }
.MaxWidth-xs-81vw { max-width: 81vw !important; }
.MaxWidth-xs-82vw { max-width: 82vw !important; }
.MaxWidth-xs-83vw { max-width: 83vw !important; }
.MaxWidth-xs-84vw { max-width: 84vw !important; }
.MaxWidth-xs-85vw { max-width: 85vw !important; }
.MaxWidth-xs-86vw { max-width: 86vw !important; }
.MaxWidth-xs-87vw { max-width: 87vw !important; }
.MaxWidth-xs-88vw { max-width: 88vw !important; }
.MaxWidth-xs-89vw { max-width: 89vw !important; }
.MaxWidth-xs-90vw { max-width: 90vw !important; }
.MaxWidth-xs-91vw { max-width: 91vw !important; }
.MaxWidth-xs-92vw { max-width: 92vw !important; }
.MaxWidth-xs-93vw { max-width: 93vw !important; }
.MaxWidth-xs-94vw { max-width: 94vw !important; }
.MaxWidth-xs-95vw { max-width: 95vw !important; }
.MaxWidth-xs-96vw { max-width: 96vw !important; }
.MaxWidth-xs-97vw { max-width: 97vw !important; }
.MaxWidth-xs-98vw { max-width: 98vw !important; }
.MaxWidth-xs-99vw { max-width: 99vw !important; }
.MaxWidth-xs-100vw { max-width: 100vw !important; }
.MaxWidth-xs-0vh { max-width: 0vh !important; }
.MaxWidth-xs-1vh { max-width: 1vh !important; }
.MaxWidth-xs-2vh { max-width: 2vh !important; }
.MaxWidth-xs-3vh { max-width: 3vh !important; }
.MaxWidth-xs-4vh { max-width: 4vh !important; }
.MaxWidth-xs-5vh { max-width: 5vh !important; }
.MaxWidth-xs-6vh { max-width: 6vh !important; }
.MaxWidth-xs-7vh { max-width: 7vh !important; }
.MaxWidth-xs-8vh { max-width: 8vh !important; }
.MaxWidth-xs-9vh { max-width: 9vh !important; }
.MaxWidth-xs-10vh { max-width: 10vh !important; }
.MaxWidth-xs-11vh { max-width: 11vh !important; }
.MaxWidth-xs-12vh { max-width: 12vh !important; }
.MaxWidth-xs-13vh { max-width: 13vh !important; }
.MaxWidth-xs-14vh { max-width: 14vh !important; }
.MaxWidth-xs-15vh { max-width: 15vh !important; }
.MaxWidth-xs-16vh { max-width: 16vh !important; }
.MaxWidth-xs-17vh { max-width: 17vh !important; }
.MaxWidth-xs-18vh { max-width: 18vh !important; }
.MaxWidth-xs-19vh { max-width: 19vh !important; }
.MaxWidth-xs-20vh { max-width: 20vh !important; }
.MaxWidth-xs-21vh { max-width: 21vh !important; }
.MaxWidth-xs-22vh { max-width: 22vh !important; }
.MaxWidth-xs-23vh { max-width: 23vh !important; }
.MaxWidth-xs-24vh { max-width: 24vh !important; }
.MaxWidth-xs-25vh { max-width: 25vh !important; }
.MaxWidth-xs-26vh { max-width: 26vh !important; }
.MaxWidth-xs-27vh { max-width: 27vh !important; }
.MaxWidth-xs-28vh { max-width: 28vh !important; }
.MaxWidth-xs-29vh { max-width: 29vh !important; }
.MaxWidth-xs-30vh { max-width: 30vh !important; }
.MaxWidth-xs-31vh { max-width: 31vh !important; }
.MaxWidth-xs-32vh { max-width: 32vh !important; }
.MaxWidth-xs-33vh { max-width: 33vh !important; }
.MaxWidth-xs-34vh { max-width: 34vh !important; }
.MaxWidth-xs-35vh { max-width: 35vh !important; }
.MaxWidth-xs-36vh { max-width: 36vh !important; }
.MaxWidth-xs-37vh { max-width: 37vh !important; }
.MaxWidth-xs-38vh { max-width: 38vh !important; }
.MaxWidth-xs-39vh { max-width: 39vh !important; }
.MaxWidth-xs-40vh { max-width: 40vh !important; }
.MaxWidth-xs-41vh { max-width: 41vh !important; }
.MaxWidth-xs-42vh { max-width: 42vh !important; }
.MaxWidth-xs-43vh { max-width: 43vh !important; }
.MaxWidth-xs-44vh { max-width: 44vh !important; }
.MaxWidth-xs-45vh { max-width: 45vh !important; }
.MaxWidth-xs-46vh { max-width: 46vh !important; }
.MaxWidth-xs-47vh { max-width: 47vh !important; }
.MaxWidth-xs-48vh { max-width: 48vh !important; }
.MaxWidth-xs-49vh { max-width: 49vh !important; }
.MaxWidth-xs-50vh { max-width: 50vh !important; }
.MaxWidth-xs-51vh { max-width: 51vh !important; }
.MaxWidth-xs-52vh { max-width: 52vh !important; }
.MaxWidth-xs-53vh { max-width: 53vh !important; }
.MaxWidth-xs-54vh { max-width: 54vh !important; }
.MaxWidth-xs-55vh { max-width: 55vh !important; }
.MaxWidth-xs-56vh { max-width: 56vh !important; }
.MaxWidth-xs-57vh { max-width: 57vh !important; }
.MaxWidth-xs-58vh { max-width: 58vh !important; }
.MaxWidth-xs-59vh { max-width: 59vh !important; }
.MaxWidth-xs-60vh { max-width: 60vh !important; }
.MaxWidth-xs-61vh { max-width: 61vh !important; }
.MaxWidth-xs-62vh { max-width: 62vh !important; }
.MaxWidth-xs-63vh { max-width: 63vh !important; }
.MaxWidth-xs-64vh { max-width: 64vh !important; }
.MaxWidth-xs-65vh { max-width: 65vh !important; }
.MaxWidth-xs-66vh { max-width: 66vh !important; }
.MaxWidth-xs-67vh { max-width: 67vh !important; }
.MaxWidth-xs-68vh { max-width: 68vh !important; }
.MaxWidth-xs-69vh { max-width: 69vh !important; }
.MaxWidth-xs-70vh { max-width: 70vh !important; }
.MaxWidth-xs-71vh { max-width: 71vh !important; }
.MaxWidth-xs-72vh { max-width: 72vh !important; }
.MaxWidth-xs-73vh { max-width: 73vh !important; }
.MaxWidth-xs-74vh { max-width: 74vh !important; }
.MaxWidth-xs-75vh { max-width: 75vh !important; }
.MaxWidth-xs-76vh { max-width: 76vh !important; }
.MaxWidth-xs-77vh { max-width: 77vh !important; }
.MaxWidth-xs-78vh { max-width: 78vh !important; }
.MaxWidth-xs-79vh { max-width: 79vh !important; }
.MaxWidth-xs-80vh { max-width: 80vh !important; }
.MaxWidth-xs-81vh { max-width: 81vh !important; }
.MaxWidth-xs-82vh { max-width: 82vh !important; }
.MaxWidth-xs-83vh { max-width: 83vh !important; }
.MaxWidth-xs-84vh { max-width: 84vh !important; }
.MaxWidth-xs-85vh { max-width: 85vh !important; }
.MaxWidth-xs-86vh { max-width: 86vh !important; }
.MaxWidth-xs-87vh { max-width: 87vh !important; }
.MaxWidth-xs-88vh { max-width: 88vh !important; }
.MaxWidth-xs-89vh { max-width: 89vh !important; }
.MaxWidth-xs-90vh { max-width: 90vh !important; }
.MaxWidth-xs-91vh { max-width: 91vh !important; }
.MaxWidth-xs-92vh { max-width: 92vh !important; }
.MaxWidth-xs-93vh { max-width: 93vh !important; }
.MaxWidth-xs-94vh { max-width: 94vh !important; }
.MaxWidth-xs-95vh { max-width: 95vh !important; }
.MaxWidth-xs-96vh { max-width: 96vh !important; }
.MaxWidth-xs-97vh { max-width: 97vh !important; }
.MaxWidth-xs-98vh { max-width: 98vh !important; }
.MaxWidth-xs-99vh { max-width: 99vh !important; }
.MaxWidth-xs-100vh { max-width: 100vh !important; }
.MaxWidth-xs-0vmin { max-width: 0vmin !important; }
.MaxWidth-xs-1vmin { max-width: 1vmin !important; }
.MaxWidth-xs-2vmin { max-width: 2vmin !important; }
.MaxWidth-xs-3vmin { max-width: 3vmin !important; }
.MaxWidth-xs-4vmin { max-width: 4vmin !important; }
.MaxWidth-xs-5vmin { max-width: 5vmin !important; }
.MaxWidth-xs-6vmin { max-width: 6vmin !important; }
.MaxWidth-xs-7vmin { max-width: 7vmin !important; }
.MaxWidth-xs-8vmin { max-width: 8vmin !important; }
.MaxWidth-xs-9vmin { max-width: 9vmin !important; }
.MaxWidth-xs-10vmin { max-width: 10vmin !important; }
.MaxWidth-xs-11vmin { max-width: 11vmin !important; }
.MaxWidth-xs-12vmin { max-width: 12vmin !important; }
.MaxWidth-xs-13vmin { max-width: 13vmin !important; }
.MaxWidth-xs-14vmin { max-width: 14vmin !important; }
.MaxWidth-xs-15vmin { max-width: 15vmin !important; }
.MaxWidth-xs-16vmin { max-width: 16vmin !important; }
.MaxWidth-xs-17vmin { max-width: 17vmin !important; }
.MaxWidth-xs-18vmin { max-width: 18vmin !important; }
.MaxWidth-xs-19vmin { max-width: 19vmin !important; }
.MaxWidth-xs-20vmin { max-width: 20vmin !important; }
.MaxWidth-xs-21vmin { max-width: 21vmin !important; }
.MaxWidth-xs-22vmin { max-width: 22vmin !important; }
.MaxWidth-xs-23vmin { max-width: 23vmin !important; }
.MaxWidth-xs-24vmin { max-width: 24vmin !important; }
.MaxWidth-xs-25vmin { max-width: 25vmin !important; }
.MaxWidth-xs-26vmin { max-width: 26vmin !important; }
.MaxWidth-xs-27vmin { max-width: 27vmin !important; }
.MaxWidth-xs-28vmin { max-width: 28vmin !important; }
.MaxWidth-xs-29vmin { max-width: 29vmin !important; }
.MaxWidth-xs-30vmin { max-width: 30vmin !important; }
.MaxWidth-xs-31vmin { max-width: 31vmin !important; }
.MaxWidth-xs-32vmin { max-width: 32vmin !important; }
.MaxWidth-xs-33vmin { max-width: 33vmin !important; }
.MaxWidth-xs-34vmin { max-width: 34vmin !important; }
.MaxWidth-xs-35vmin { max-width: 35vmin !important; }
.MaxWidth-xs-36vmin { max-width: 36vmin !important; }
.MaxWidth-xs-37vmin { max-width: 37vmin !important; }
.MaxWidth-xs-38vmin { max-width: 38vmin !important; }
.MaxWidth-xs-39vmin { max-width: 39vmin !important; }
.MaxWidth-xs-40vmin { max-width: 40vmin !important; }
.MaxWidth-xs-41vmin { max-width: 41vmin !important; }
.MaxWidth-xs-42vmin { max-width: 42vmin !important; }
.MaxWidth-xs-43vmin { max-width: 43vmin !important; }
.MaxWidth-xs-44vmin { max-width: 44vmin !important; }
.MaxWidth-xs-45vmin { max-width: 45vmin !important; }
.MaxWidth-xs-46vmin { max-width: 46vmin !important; }
.MaxWidth-xs-47vmin { max-width: 47vmin !important; }
.MaxWidth-xs-48vmin { max-width: 48vmin !important; }
.MaxWidth-xs-49vmin { max-width: 49vmin !important; }
.MaxWidth-xs-50vmin { max-width: 50vmin !important; }
.MaxWidth-xs-51vmin { max-width: 51vmin !important; }
.MaxWidth-xs-52vmin { max-width: 52vmin !important; }
.MaxWidth-xs-53vmin { max-width: 53vmin !important; }
.MaxWidth-xs-54vmin { max-width: 54vmin !important; }
.MaxWidth-xs-55vmin { max-width: 55vmin !important; }
.MaxWidth-xs-56vmin { max-width: 56vmin !important; }
.MaxWidth-xs-57vmin { max-width: 57vmin !important; }
.MaxWidth-xs-58vmin { max-width: 58vmin !important; }
.MaxWidth-xs-59vmin { max-width: 59vmin !important; }
.MaxWidth-xs-60vmin { max-width: 60vmin !important; }
.MaxWidth-xs-61vmin { max-width: 61vmin !important; }
.MaxWidth-xs-62vmin { max-width: 62vmin !important; }
.MaxWidth-xs-63vmin { max-width: 63vmin !important; }
.MaxWidth-xs-64vmin { max-width: 64vmin !important; }
.MaxWidth-xs-65vmin { max-width: 65vmin !important; }
.MaxWidth-xs-66vmin { max-width: 66vmin !important; }
.MaxWidth-xs-67vmin { max-width: 67vmin !important; }
.MaxWidth-xs-68vmin { max-width: 68vmin !important; }
.MaxWidth-xs-69vmin { max-width: 69vmin !important; }
.MaxWidth-xs-70vmin { max-width: 70vmin !important; }
.MaxWidth-xs-71vmin { max-width: 71vmin !important; }
.MaxWidth-xs-72vmin { max-width: 72vmin !important; }
.MaxWidth-xs-73vmin { max-width: 73vmin !important; }
.MaxWidth-xs-74vmin { max-width: 74vmin !important; }
.MaxWidth-xs-75vmin { max-width: 75vmin !important; }
.MaxWidth-xs-76vmin { max-width: 76vmin !important; }
.MaxWidth-xs-77vmin { max-width: 77vmin !important; }
.MaxWidth-xs-78vmin { max-width: 78vmin !important; }
.MaxWidth-xs-79vmin { max-width: 79vmin !important; }
.MaxWidth-xs-80vmin { max-width: 80vmin !important; }
.MaxWidth-xs-81vmin { max-width: 81vmin !important; }
.MaxWidth-xs-82vmin { max-width: 82vmin !important; }
.MaxWidth-xs-83vmin { max-width: 83vmin !important; }
.MaxWidth-xs-84vmin { max-width: 84vmin !important; }
.MaxWidth-xs-85vmin { max-width: 85vmin !important; }
.MaxWidth-xs-86vmin { max-width: 86vmin !important; }
.MaxWidth-xs-87vmin { max-width: 87vmin !important; }
.MaxWidth-xs-88vmin { max-width: 88vmin !important; }
.MaxWidth-xs-89vmin { max-width: 89vmin !important; }
.MaxWidth-xs-90vmin { max-width: 90vmin !important; }
.MaxWidth-xs-91vmin { max-width: 91vmin !important; }
.MaxWidth-xs-92vmin { max-width: 92vmin !important; }
.MaxWidth-xs-93vmin { max-width: 93vmin !important; }
.MaxWidth-xs-94vmin { max-width: 94vmin !important; }
.MaxWidth-xs-95vmin { max-width: 95vmin !important; }
.MaxWidth-xs-96vmin { max-width: 96vmin !important; }
.MaxWidth-xs-97vmin { max-width: 97vmin !important; }
.MaxWidth-xs-98vmin { max-width: 98vmin !important; }
.MaxWidth-xs-99vmin { max-width: 99vmin !important; }
.MaxWidth-xs-100vmin { max-width: 100vmin !important; }
.MaxWidth-xs-0vmax { max-width: 0vmax !important; }
.MaxWidth-xs-1vmax { max-width: 1vmax !important; }
.MaxWidth-xs-2vmax { max-width: 2vmax !important; }
.MaxWidth-xs-3vmax { max-width: 3vmax !important; }
.MaxWidth-xs-4vmax { max-width: 4vmax !important; }
.MaxWidth-xs-5vmax { max-width: 5vmax !important; }
.MaxWidth-xs-6vmax { max-width: 6vmax !important; }
.MaxWidth-xs-7vmax { max-width: 7vmax !important; }
.MaxWidth-xs-8vmax { max-width: 8vmax !important; }
.MaxWidth-xs-9vmax { max-width: 9vmax !important; }
.MaxWidth-xs-10vmax { max-width: 10vmax !important; }
.MaxWidth-xs-11vmax { max-width: 11vmax !important; }
.MaxWidth-xs-12vmax { max-width: 12vmax !important; }
.MaxWidth-xs-13vmax { max-width: 13vmax !important; }
.MaxWidth-xs-14vmax { max-width: 14vmax !important; }
.MaxWidth-xs-15vmax { max-width: 15vmax !important; }
.MaxWidth-xs-16vmax { max-width: 16vmax !important; }
.MaxWidth-xs-17vmax { max-width: 17vmax !important; }
.MaxWidth-xs-18vmax { max-width: 18vmax !important; }
.MaxWidth-xs-19vmax { max-width: 19vmax !important; }
.MaxWidth-xs-20vmax { max-width: 20vmax !important; }
.MaxWidth-xs-21vmax { max-width: 21vmax !important; }
.MaxWidth-xs-22vmax { max-width: 22vmax !important; }
.MaxWidth-xs-23vmax { max-width: 23vmax !important; }
.MaxWidth-xs-24vmax { max-width: 24vmax !important; }
.MaxWidth-xs-25vmax { max-width: 25vmax !important; }
.MaxWidth-xs-26vmax { max-width: 26vmax !important; }
.MaxWidth-xs-27vmax { max-width: 27vmax !important; }
.MaxWidth-xs-28vmax { max-width: 28vmax !important; }
.MaxWidth-xs-29vmax { max-width: 29vmax !important; }
.MaxWidth-xs-30vmax { max-width: 30vmax !important; }
.MaxWidth-xs-31vmax { max-width: 31vmax !important; }
.MaxWidth-xs-32vmax { max-width: 32vmax !important; }
.MaxWidth-xs-33vmax { max-width: 33vmax !important; }
.MaxWidth-xs-34vmax { max-width: 34vmax !important; }
.MaxWidth-xs-35vmax { max-width: 35vmax !important; }
.MaxWidth-xs-36vmax { max-width: 36vmax !important; }
.MaxWidth-xs-37vmax { max-width: 37vmax !important; }
.MaxWidth-xs-38vmax { max-width: 38vmax !important; }
.MaxWidth-xs-39vmax { max-width: 39vmax !important; }
.MaxWidth-xs-40vmax { max-width: 40vmax !important; }
.MaxWidth-xs-41vmax { max-width: 41vmax !important; }
.MaxWidth-xs-42vmax { max-width: 42vmax !important; }
.MaxWidth-xs-43vmax { max-width: 43vmax !important; }
.MaxWidth-xs-44vmax { max-width: 44vmax !important; }
.MaxWidth-xs-45vmax { max-width: 45vmax !important; }
.MaxWidth-xs-46vmax { max-width: 46vmax !important; }
.MaxWidth-xs-47vmax { max-width: 47vmax !important; }
.MaxWidth-xs-48vmax { max-width: 48vmax !important; }
.MaxWidth-xs-49vmax { max-width: 49vmax !important; }
.MaxWidth-xs-50vmax { max-width: 50vmax !important; }
.MaxWidth-xs-51vmax { max-width: 51vmax !important; }
.MaxWidth-xs-52vmax { max-width: 52vmax !important; }
.MaxWidth-xs-53vmax { max-width: 53vmax !important; }
.MaxWidth-xs-54vmax { max-width: 54vmax !important; }
.MaxWidth-xs-55vmax { max-width: 55vmax !important; }
.MaxWidth-xs-56vmax { max-width: 56vmax !important; }
.MaxWidth-xs-57vmax { max-width: 57vmax !important; }
.MaxWidth-xs-58vmax { max-width: 58vmax !important; }
.MaxWidth-xs-59vmax { max-width: 59vmax !important; }
.MaxWidth-xs-60vmax { max-width: 60vmax !important; }
.MaxWidth-xs-61vmax { max-width: 61vmax !important; }
.MaxWidth-xs-62vmax { max-width: 62vmax !important; }
.MaxWidth-xs-63vmax { max-width: 63vmax !important; }
.MaxWidth-xs-64vmax { max-width: 64vmax !important; }
.MaxWidth-xs-65vmax { max-width: 65vmax !important; }
.MaxWidth-xs-66vmax { max-width: 66vmax !important; }
.MaxWidth-xs-67vmax { max-width: 67vmax !important; }
.MaxWidth-xs-68vmax { max-width: 68vmax !important; }
.MaxWidth-xs-69vmax { max-width: 69vmax !important; }
.MaxWidth-xs-70vmax { max-width: 70vmax !important; }
.MaxWidth-xs-71vmax { max-width: 71vmax !important; }
.MaxWidth-xs-72vmax { max-width: 72vmax !important; }
.MaxWidth-xs-73vmax { max-width: 73vmax !important; }
.MaxWidth-xs-74vmax { max-width: 74vmax !important; }
.MaxWidth-xs-75vmax { max-width: 75vmax !important; }
.MaxWidth-xs-76vmax { max-width: 76vmax !important; }
.MaxWidth-xs-77vmax { max-width: 77vmax !important; }
.MaxWidth-xs-78vmax { max-width: 78vmax !important; }
.MaxWidth-xs-79vmax { max-width: 79vmax !important; }
.MaxWidth-xs-80vmax { max-width: 80vmax !important; }
.MaxWidth-xs-81vmax { max-width: 81vmax !important; }
.MaxWidth-xs-82vmax { max-width: 82vmax !important; }
.MaxWidth-xs-83vmax { max-width: 83vmax !important; }
.MaxWidth-xs-84vmax { max-width: 84vmax !important; }
.MaxWidth-xs-85vmax { max-width: 85vmax !important; }
.MaxWidth-xs-86vmax { max-width: 86vmax !important; }
.MaxWidth-xs-87vmax { max-width: 87vmax !important; }
.MaxWidth-xs-88vmax { max-width: 88vmax !important; }
.MaxWidth-xs-89vmax { max-width: 89vmax !important; }
.MaxWidth-xs-90vmax { max-width: 90vmax !important; }
.MaxWidth-xs-91vmax { max-width: 91vmax !important; }
.MaxWidth-xs-92vmax { max-width: 92vmax !important; }
.MaxWidth-xs-93vmax { max-width: 93vmax !important; }
.MaxWidth-xs-94vmax { max-width: 94vmax !important; }
.MaxWidth-xs-95vmax { max-width: 95vmax !important; }
.MaxWidth-xs-96vmax { max-width: 96vmax !important; }
.MaxWidth-xs-97vmax { max-width: 97vmax !important; }
.MaxWidth-xs-98vmax { max-width: 98vmax !important; }
.MaxWidth-xs-99vmax { max-width: 99vmax !important; }
.MaxWidth-xs-100vmax { max-width: 100vmax !important; }
.MinHeight-xs-0x10 { min-height: 0% !important; }
.MinHeight-xs-1x10 { min-height: 10% !important; }
.MinHeight-xs-2x10 { min-height: 20% !important; }
.MinHeight-xs-3x10 { min-height: 30% !important; }
.MinHeight-xs-4x10 { min-height: 40% !important; }
.MinHeight-xs-5x10 { min-height: 50% !important; }
.MinHeight-xs-6x10 { min-height: 60% !important; }
.MinHeight-xs-7x10 { min-height: 70% !important; }
.MinHeight-xs-8x10 { min-height: 80% !important; }
.MinHeight-xs-9x10 { min-height: 90% !important; }
.MinHeight-xs-10x10 { min-height: 100% !important; }
.MinHeight-xs-0x12 { min-height: 0% !important; }
.MinHeight-xs-1x12 { min-height: 8.3333333333333% !important; }
.MinHeight-xs-2x12 { min-height: 16.666666666667% !important; }
.MinHeight-xs-3x12 { min-height: 25% !important; }
.MinHeight-xs-4x12 { min-height: 33.333333333333% !important; }
.MinHeight-xs-5x12 { min-height: 41.666666666667% !important; }
.MinHeight-xs-6x12 { min-height: 50% !important; }
.MinHeight-xs-7x12 { min-height: 58.333333333333% !important; }
.MinHeight-xs-8x12 { min-height: 66.666666666667% !important; }
.MinHeight-xs-9x12 { min-height: 75% !important; }
.MinHeight-xs-10x12 { min-height: 83.333333333333% !important; }
.MinHeight-xs-11x12 { min-height: 91.666666666667% !important; }
.MinHeight-xs-12x12 { min-height: 100% !important; }
.MinHeight-xs-0x16 { min-height: 0% !important; }
.MinHeight-xs-1x16 { min-height: 6.25% !important; }
.MinHeight-xs-2x16 { min-height: 12.5% !important; }
.MinHeight-xs-3x16 { min-height: 18.75% !important; }
.MinHeight-xs-4x16 { min-height: 25% !important; }
.MinHeight-xs-5x16 { min-height: 31.25% !important; }
.MinHeight-xs-6x16 { min-height: 37.5% !important; }
.MinHeight-xs-7x16 { min-height: 43.75% !important; }
.MinHeight-xs-8x16 { min-height: 50% !important; }
.MinHeight-xs-9x16 { min-height: 56.25% !important; }
.MinHeight-xs-10x16 { min-height: 62.5% !important; }
.MinHeight-xs-11x16 { min-height: 68.75% !important; }
.MinHeight-xs-12x16 { min-height: 75% !important; }
.MinHeight-xs-13x16 { min-height: 81.25% !important; }
.MinHeight-xs-14x16 { min-height: 87.5% !important; }
.MinHeight-xs-15x16 { min-height: 93.75% !important; }
.MinHeight-xs-16x16 { min-height: 100% !important; }
.MinHeight-xs-0em { min-height: 0em !important; }
.MinHeight-xs-1em { min-height: 1em !important; }
.MinHeight-xs-2em { min-height: 2em !important; }
.MinHeight-xs-3em { min-height: 3em !important; }
.MinHeight-xs-4em { min-height: 4em !important; }
.MinHeight-xs-5em { min-height: 5em !important; }
.MinHeight-xs-6em { min-height: 6em !important; }
.MinHeight-xs-7em { min-height: 7em !important; }
.MinHeight-xs-8em { min-height: 8em !important; }
.MinHeight-xs-9em { min-height: 9em !important; }
.MinHeight-xs-10em { min-height: 10em !important; }
.MinHeight-xs-11em { min-height: 11em !important; }
.MinHeight-xs-12em { min-height: 12em !important; }
.MinHeight-xs-13em { min-height: 13em !important; }
.MinHeight-xs-14em { min-height: 14em !important; }
.MinHeight-xs-15em { min-height: 15em !important; }
.MinHeight-xs-16em { min-height: 16em !important; }
.MinHeight-xs-17em { min-height: 17em !important; }
.MinHeight-xs-18em { min-height: 18em !important; }
.MinHeight-xs-19em { min-height: 19em !important; }
.MinHeight-xs-20em { min-height: 20em !important; }
.MinHeight-xs-21em { min-height: 21em !important; }
.MinHeight-xs-22em { min-height: 22em !important; }
.MinHeight-xs-23em { min-height: 23em !important; }
.MinHeight-xs-24em { min-height: 24em !important; }
.MinHeight-xs-0x16em { min-height: 0em !important; }
.MinHeight-xs-1x16em { min-height: 0.0625em !important; }
.MinHeight-xs-2x16em { min-height: 0.125em !important; }
.MinHeight-xs-3x16em { min-height: 0.1875em !important; }
.MinHeight-xs-4x16em { min-height: 0.25em !important; }
.MinHeight-xs-5x16em { min-height: 0.3125em !important; }
.MinHeight-xs-6x16em { min-height: 0.375em !important; }
.MinHeight-xs-7x16em { min-height: 0.4375em !important; }
.MinHeight-xs-8x16em { min-height: 0.5em !important; }
.MinHeight-xs-9x16em { min-height: 0.5625em !important; }
.MinHeight-xs-10x16em { min-height: 0.625em !important; }
.MinHeight-xs-11x16em { min-height: 0.6875em !important; }
.MinHeight-xs-12x16em { min-height: 0.75em !important; }
.MinHeight-xs-13x16em { min-height: 0.8125em !important; }
.MinHeight-xs-14x16em { min-height: 0.875em !important; }
.MinHeight-xs-15x16em { min-height: 0.9375em !important; }
.MinHeight-xs-16x16em { min-height: 1em !important; }
.MinHeight-xs-0vw { min-height: 0vw !important; }
.MinHeight-xs-1vw { min-height: 1vw !important; }
.MinHeight-xs-2vw { min-height: 2vw !important; }
.MinHeight-xs-3vw { min-height: 3vw !important; }
.MinHeight-xs-4vw { min-height: 4vw !important; }
.MinHeight-xs-5vw { min-height: 5vw !important; }
.MinHeight-xs-6vw { min-height: 6vw !important; }
.MinHeight-xs-7vw { min-height: 7vw !important; }
.MinHeight-xs-8vw { min-height: 8vw !important; }
.MinHeight-xs-9vw { min-height: 9vw !important; }
.MinHeight-xs-10vw { min-height: 10vw !important; }
.MinHeight-xs-11vw { min-height: 11vw !important; }
.MinHeight-xs-12vw { min-height: 12vw !important; }
.MinHeight-xs-13vw { min-height: 13vw !important; }
.MinHeight-xs-14vw { min-height: 14vw !important; }
.MinHeight-xs-15vw { min-height: 15vw !important; }
.MinHeight-xs-16vw { min-height: 16vw !important; }
.MinHeight-xs-17vw { min-height: 17vw !important; }
.MinHeight-xs-18vw { min-height: 18vw !important; }
.MinHeight-xs-19vw { min-height: 19vw !important; }
.MinHeight-xs-20vw { min-height: 20vw !important; }
.MinHeight-xs-21vw { min-height: 21vw !important; }
.MinHeight-xs-22vw { min-height: 22vw !important; }
.MinHeight-xs-23vw { min-height: 23vw !important; }
.MinHeight-xs-24vw { min-height: 24vw !important; }
.MinHeight-xs-25vw { min-height: 25vw !important; }
.MinHeight-xs-26vw { min-height: 26vw !important; }
.MinHeight-xs-27vw { min-height: 27vw !important; }
.MinHeight-xs-28vw { min-height: 28vw !important; }
.MinHeight-xs-29vw { min-height: 29vw !important; }
.MinHeight-xs-30vw { min-height: 30vw !important; }
.MinHeight-xs-31vw { min-height: 31vw !important; }
.MinHeight-xs-32vw { min-height: 32vw !important; }
.MinHeight-xs-33vw { min-height: 33vw !important; }
.MinHeight-xs-34vw { min-height: 34vw !important; }
.MinHeight-xs-35vw { min-height: 35vw !important; }
.MinHeight-xs-36vw { min-height: 36vw !important; }
.MinHeight-xs-37vw { min-height: 37vw !important; }
.MinHeight-xs-38vw { min-height: 38vw !important; }
.MinHeight-xs-39vw { min-height: 39vw !important; }
.MinHeight-xs-40vw { min-height: 40vw !important; }
.MinHeight-xs-41vw { min-height: 41vw !important; }
.MinHeight-xs-42vw { min-height: 42vw !important; }
.MinHeight-xs-43vw { min-height: 43vw !important; }
.MinHeight-xs-44vw { min-height: 44vw !important; }
.MinHeight-xs-45vw { min-height: 45vw !important; }
.MinHeight-xs-46vw { min-height: 46vw !important; }
.MinHeight-xs-47vw { min-height: 47vw !important; }
.MinHeight-xs-48vw { min-height: 48vw !important; }
.MinHeight-xs-49vw { min-height: 49vw !important; }
.MinHeight-xs-50vw { min-height: 50vw !important; }
.MinHeight-xs-51vw { min-height: 51vw !important; }
.MinHeight-xs-52vw { min-height: 52vw !important; }
.MinHeight-xs-53vw { min-height: 53vw !important; }
.MinHeight-xs-54vw { min-height: 54vw !important; }
.MinHeight-xs-55vw { min-height: 55vw !important; }
.MinHeight-xs-56vw { min-height: 56vw !important; }
.MinHeight-xs-57vw { min-height: 57vw !important; }
.MinHeight-xs-58vw { min-height: 58vw !important; }
.MinHeight-xs-59vw { min-height: 59vw !important; }
.MinHeight-xs-60vw { min-height: 60vw !important; }
.MinHeight-xs-61vw { min-height: 61vw !important; }
.MinHeight-xs-62vw { min-height: 62vw !important; }
.MinHeight-xs-63vw { min-height: 63vw !important; }
.MinHeight-xs-64vw { min-height: 64vw !important; }
.MinHeight-xs-65vw { min-height: 65vw !important; }
.MinHeight-xs-66vw { min-height: 66vw !important; }
.MinHeight-xs-67vw { min-height: 67vw !important; }
.MinHeight-xs-68vw { min-height: 68vw !important; }
.MinHeight-xs-69vw { min-height: 69vw !important; }
.MinHeight-xs-70vw { min-height: 70vw !important; }
.MinHeight-xs-71vw { min-height: 71vw !important; }
.MinHeight-xs-72vw { min-height: 72vw !important; }
.MinHeight-xs-73vw { min-height: 73vw !important; }
.MinHeight-xs-74vw { min-height: 74vw !important; }
.MinHeight-xs-75vw { min-height: 75vw !important; }
.MinHeight-xs-76vw { min-height: 76vw !important; }
.MinHeight-xs-77vw { min-height: 77vw !important; }
.MinHeight-xs-78vw { min-height: 78vw !important; }
.MinHeight-xs-79vw { min-height: 79vw !important; }
.MinHeight-xs-80vw { min-height: 80vw !important; }
.MinHeight-xs-81vw { min-height: 81vw !important; }
.MinHeight-xs-82vw { min-height: 82vw !important; }
.MinHeight-xs-83vw { min-height: 83vw !important; }
.MinHeight-xs-84vw { min-height: 84vw !important; }
.MinHeight-xs-85vw { min-height: 85vw !important; }
.MinHeight-xs-86vw { min-height: 86vw !important; }
.MinHeight-xs-87vw { min-height: 87vw !important; }
.MinHeight-xs-88vw { min-height: 88vw !important; }
.MinHeight-xs-89vw { min-height: 89vw !important; }
.MinHeight-xs-90vw { min-height: 90vw !important; }
.MinHeight-xs-91vw { min-height: 91vw !important; }
.MinHeight-xs-92vw { min-height: 92vw !important; }
.MinHeight-xs-93vw { min-height: 93vw !important; }
.MinHeight-xs-94vw { min-height: 94vw !important; }
.MinHeight-xs-95vw { min-height: 95vw !important; }
.MinHeight-xs-96vw { min-height: 96vw !important; }
.MinHeight-xs-97vw { min-height: 97vw !important; }
.MinHeight-xs-98vw { min-height: 98vw !important; }
.MinHeight-xs-99vw { min-height: 99vw !important; }
.MinHeight-xs-100vw { min-height: 100vw !important; }
.MinHeight-xs-0vh { min-height: 0vh !important; }
.MinHeight-xs-1vh { min-height: 1vh !important; }
.MinHeight-xs-2vh { min-height: 2vh !important; }
.MinHeight-xs-3vh { min-height: 3vh !important; }
.MinHeight-xs-4vh { min-height: 4vh !important; }
.MinHeight-xs-5vh { min-height: 5vh !important; }
.MinHeight-xs-6vh { min-height: 6vh !important; }
.MinHeight-xs-7vh { min-height: 7vh !important; }
.MinHeight-xs-8vh { min-height: 8vh !important; }
.MinHeight-xs-9vh { min-height: 9vh !important; }
.MinHeight-xs-10vh { min-height: 10vh !important; }
.MinHeight-xs-11vh { min-height: 11vh !important; }
.MinHeight-xs-12vh { min-height: 12vh !important; }
.MinHeight-xs-13vh { min-height: 13vh !important; }
.MinHeight-xs-14vh { min-height: 14vh !important; }
.MinHeight-xs-15vh { min-height: 15vh !important; }
.MinHeight-xs-16vh { min-height: 16vh !important; }
.MinHeight-xs-17vh { min-height: 17vh !important; }
.MinHeight-xs-18vh { min-height: 18vh !important; }
.MinHeight-xs-19vh { min-height: 19vh !important; }
.MinHeight-xs-20vh { min-height: 20vh !important; }
.MinHeight-xs-21vh { min-height: 21vh !important; }
.MinHeight-xs-22vh { min-height: 22vh !important; }
.MinHeight-xs-23vh { min-height: 23vh !important; }
.MinHeight-xs-24vh { min-height: 24vh !important; }
.MinHeight-xs-25vh { min-height: 25vh !important; }
.MinHeight-xs-26vh { min-height: 26vh !important; }
.MinHeight-xs-27vh { min-height: 27vh !important; }
.MinHeight-xs-28vh { min-height: 28vh !important; }
.MinHeight-xs-29vh { min-height: 29vh !important; }
.MinHeight-xs-30vh { min-height: 30vh !important; }
.MinHeight-xs-31vh { min-height: 31vh !important; }
.MinHeight-xs-32vh { min-height: 32vh !important; }
.MinHeight-xs-33vh { min-height: 33vh !important; }
.MinHeight-xs-34vh { min-height: 34vh !important; }
.MinHeight-xs-35vh { min-height: 35vh !important; }
.MinHeight-xs-36vh { min-height: 36vh !important; }
.MinHeight-xs-37vh { min-height: 37vh !important; }
.MinHeight-xs-38vh { min-height: 38vh !important; }
.MinHeight-xs-39vh { min-height: 39vh !important; }
.MinHeight-xs-40vh { min-height: 40vh !important; }
.MinHeight-xs-41vh { min-height: 41vh !important; }
.MinHeight-xs-42vh { min-height: 42vh !important; }
.MinHeight-xs-43vh { min-height: 43vh !important; }
.MinHeight-xs-44vh { min-height: 44vh !important; }
.MinHeight-xs-45vh { min-height: 45vh !important; }
.MinHeight-xs-46vh { min-height: 46vh !important; }
.MinHeight-xs-47vh { min-height: 47vh !important; }
.MinHeight-xs-48vh { min-height: 48vh !important; }
.MinHeight-xs-49vh { min-height: 49vh !important; }
.MinHeight-xs-50vh { min-height: 50vh !important; }
.MinHeight-xs-51vh { min-height: 51vh !important; }
.MinHeight-xs-52vh { min-height: 52vh !important; }
.MinHeight-xs-53vh { min-height: 53vh !important; }
.MinHeight-xs-54vh { min-height: 54vh !important; }
.MinHeight-xs-55vh { min-height: 55vh !important; }
.MinHeight-xs-56vh { min-height: 56vh !important; }
.MinHeight-xs-57vh { min-height: 57vh !important; }
.MinHeight-xs-58vh { min-height: 58vh !important; }
.MinHeight-xs-59vh { min-height: 59vh !important; }
.MinHeight-xs-60vh { min-height: 60vh !important; }
.MinHeight-xs-61vh { min-height: 61vh !important; }
.MinHeight-xs-62vh { min-height: 62vh !important; }
.MinHeight-xs-63vh { min-height: 63vh !important; }
.MinHeight-xs-64vh { min-height: 64vh !important; }
.MinHeight-xs-65vh { min-height: 65vh !important; }
.MinHeight-xs-66vh { min-height: 66vh !important; }
.MinHeight-xs-67vh { min-height: 67vh !important; }
.MinHeight-xs-68vh { min-height: 68vh !important; }
.MinHeight-xs-69vh { min-height: 69vh !important; }
.MinHeight-xs-70vh { min-height: 70vh !important; }
.MinHeight-xs-71vh { min-height: 71vh !important; }
.MinHeight-xs-72vh { min-height: 72vh !important; }
.MinHeight-xs-73vh { min-height: 73vh !important; }
.MinHeight-xs-74vh { min-height: 74vh !important; }
.MinHeight-xs-75vh { min-height: 75vh !important; }
.MinHeight-xs-76vh { min-height: 76vh !important; }
.MinHeight-xs-77vh { min-height: 77vh !important; }
.MinHeight-xs-78vh { min-height: 78vh !important; }
.MinHeight-xs-79vh { min-height: 79vh !important; }
.MinHeight-xs-80vh { min-height: 80vh !important; }
.MinHeight-xs-81vh { min-height: 81vh !important; }
.MinHeight-xs-82vh { min-height: 82vh !important; }
.MinHeight-xs-83vh { min-height: 83vh !important; }
.MinHeight-xs-84vh { min-height: 84vh !important; }
.MinHeight-xs-85vh { min-height: 85vh !important; }
.MinHeight-xs-86vh { min-height: 86vh !important; }
.MinHeight-xs-87vh { min-height: 87vh !important; }
.MinHeight-xs-88vh { min-height: 88vh !important; }
.MinHeight-xs-89vh { min-height: 89vh !important; }
.MinHeight-xs-90vh { min-height: 90vh !important; }
.MinHeight-xs-91vh { min-height: 91vh !important; }
.MinHeight-xs-92vh { min-height: 92vh !important; }
.MinHeight-xs-93vh { min-height: 93vh !important; }
.MinHeight-xs-94vh { min-height: 94vh !important; }
.MinHeight-xs-95vh { min-height: 95vh !important; }
.MinHeight-xs-96vh { min-height: 96vh !important; }
.MinHeight-xs-97vh { min-height: 97vh !important; }
.MinHeight-xs-98vh { min-height: 98vh !important; }
.MinHeight-xs-99vh { min-height: 99vh !important; }
.MinHeight-xs-100vh { min-height: 100vh !important; }
.MinHeight-xs-0vmin { min-height: 0vmin !important; }
.MinHeight-xs-1vmin { min-height: 1vmin !important; }
.MinHeight-xs-2vmin { min-height: 2vmin !important; }
.MinHeight-xs-3vmin { min-height: 3vmin !important; }
.MinHeight-xs-4vmin { min-height: 4vmin !important; }
.MinHeight-xs-5vmin { min-height: 5vmin !important; }
.MinHeight-xs-6vmin { min-height: 6vmin !important; }
.MinHeight-xs-7vmin { min-height: 7vmin !important; }
.MinHeight-xs-8vmin { min-height: 8vmin !important; }
.MinHeight-xs-9vmin { min-height: 9vmin !important; }
.MinHeight-xs-10vmin { min-height: 10vmin !important; }
.MinHeight-xs-11vmin { min-height: 11vmin !important; }
.MinHeight-xs-12vmin { min-height: 12vmin !important; }
.MinHeight-xs-13vmin { min-height: 13vmin !important; }
.MinHeight-xs-14vmin { min-height: 14vmin !important; }
.MinHeight-xs-15vmin { min-height: 15vmin !important; }
.MinHeight-xs-16vmin { min-height: 16vmin !important; }
.MinHeight-xs-17vmin { min-height: 17vmin !important; }
.MinHeight-xs-18vmin { min-height: 18vmin !important; }
.MinHeight-xs-19vmin { min-height: 19vmin !important; }
.MinHeight-xs-20vmin { min-height: 20vmin !important; }
.MinHeight-xs-21vmin { min-height: 21vmin !important; }
.MinHeight-xs-22vmin { min-height: 22vmin !important; }
.MinHeight-xs-23vmin { min-height: 23vmin !important; }
.MinHeight-xs-24vmin { min-height: 24vmin !important; }
.MinHeight-xs-25vmin { min-height: 25vmin !important; }
.MinHeight-xs-26vmin { min-height: 26vmin !important; }
.MinHeight-xs-27vmin { min-height: 27vmin !important; }
.MinHeight-xs-28vmin { min-height: 28vmin !important; }
.MinHeight-xs-29vmin { min-height: 29vmin !important; }
.MinHeight-xs-30vmin { min-height: 30vmin !important; }
.MinHeight-xs-31vmin { min-height: 31vmin !important; }
.MinHeight-xs-32vmin { min-height: 32vmin !important; }
.MinHeight-xs-33vmin { min-height: 33vmin !important; }
.MinHeight-xs-34vmin { min-height: 34vmin !important; }
.MinHeight-xs-35vmin { min-height: 35vmin !important; }
.MinHeight-xs-36vmin { min-height: 36vmin !important; }
.MinHeight-xs-37vmin { min-height: 37vmin !important; }
.MinHeight-xs-38vmin { min-height: 38vmin !important; }
.MinHeight-xs-39vmin { min-height: 39vmin !important; }
.MinHeight-xs-40vmin { min-height: 40vmin !important; }
.MinHeight-xs-41vmin { min-height: 41vmin !important; }
.MinHeight-xs-42vmin { min-height: 42vmin !important; }
.MinHeight-xs-43vmin { min-height: 43vmin !important; }
.MinHeight-xs-44vmin { min-height: 44vmin !important; }
.MinHeight-xs-45vmin { min-height: 45vmin !important; }
.MinHeight-xs-46vmin { min-height: 46vmin !important; }
.MinHeight-xs-47vmin { min-height: 47vmin !important; }
.MinHeight-xs-48vmin { min-height: 48vmin !important; }
.MinHeight-xs-49vmin { min-height: 49vmin !important; }
.MinHeight-xs-50vmin { min-height: 50vmin !important; }
.MinHeight-xs-51vmin { min-height: 51vmin !important; }
.MinHeight-xs-52vmin { min-height: 52vmin !important; }
.MinHeight-xs-53vmin { min-height: 53vmin !important; }
.MinHeight-xs-54vmin { min-height: 54vmin !important; }
.MinHeight-xs-55vmin { min-height: 55vmin !important; }
.MinHeight-xs-56vmin { min-height: 56vmin !important; }
.MinHeight-xs-57vmin { min-height: 57vmin !important; }
.MinHeight-xs-58vmin { min-height: 58vmin !important; }
.MinHeight-xs-59vmin { min-height: 59vmin !important; }
.MinHeight-xs-60vmin { min-height: 60vmin !important; }
.MinHeight-xs-61vmin { min-height: 61vmin !important; }
.MinHeight-xs-62vmin { min-height: 62vmin !important; }
.MinHeight-xs-63vmin { min-height: 63vmin !important; }
.MinHeight-xs-64vmin { min-height: 64vmin !important; }
.MinHeight-xs-65vmin { min-height: 65vmin !important; }
.MinHeight-xs-66vmin { min-height: 66vmin !important; }
.MinHeight-xs-67vmin { min-height: 67vmin !important; }
.MinHeight-xs-68vmin { min-height: 68vmin !important; }
.MinHeight-xs-69vmin { min-height: 69vmin !important; }
.MinHeight-xs-70vmin { min-height: 70vmin !important; }
.MinHeight-xs-71vmin { min-height: 71vmin !important; }
.MinHeight-xs-72vmin { min-height: 72vmin !important; }
.MinHeight-xs-73vmin { min-height: 73vmin !important; }
.MinHeight-xs-74vmin { min-height: 74vmin !important; }
.MinHeight-xs-75vmin { min-height: 75vmin !important; }
.MinHeight-xs-76vmin { min-height: 76vmin !important; }
.MinHeight-xs-77vmin { min-height: 77vmin !important; }
.MinHeight-xs-78vmin { min-height: 78vmin !important; }
.MinHeight-xs-79vmin { min-height: 79vmin !important; }
.MinHeight-xs-80vmin { min-height: 80vmin !important; }
.MinHeight-xs-81vmin { min-height: 81vmin !important; }
.MinHeight-xs-82vmin { min-height: 82vmin !important; }
.MinHeight-xs-83vmin { min-height: 83vmin !important; }
.MinHeight-xs-84vmin { min-height: 84vmin !important; }
.MinHeight-xs-85vmin { min-height: 85vmin !important; }
.MinHeight-xs-86vmin { min-height: 86vmin !important; }
.MinHeight-xs-87vmin { min-height: 87vmin !important; }
.MinHeight-xs-88vmin { min-height: 88vmin !important; }
.MinHeight-xs-89vmin { min-height: 89vmin !important; }
.MinHeight-xs-90vmin { min-height: 90vmin !important; }
.MinHeight-xs-91vmin { min-height: 91vmin !important; }
.MinHeight-xs-92vmin { min-height: 92vmin !important; }
.MinHeight-xs-93vmin { min-height: 93vmin !important; }
.MinHeight-xs-94vmin { min-height: 94vmin !important; }
.MinHeight-xs-95vmin { min-height: 95vmin !important; }
.MinHeight-xs-96vmin { min-height: 96vmin !important; }
.MinHeight-xs-97vmin { min-height: 97vmin !important; }
.MinHeight-xs-98vmin { min-height: 98vmin !important; }
.MinHeight-xs-99vmin { min-height: 99vmin !important; }
.MinHeight-xs-100vmin { min-height: 100vmin !important; }
.MinHeight-xs-0vmax { min-height: 0vmax !important; }
.MinHeight-xs-1vmax { min-height: 1vmax !important; }
.MinHeight-xs-2vmax { min-height: 2vmax !important; }
.MinHeight-xs-3vmax { min-height: 3vmax !important; }
.MinHeight-xs-4vmax { min-height: 4vmax !important; }
.MinHeight-xs-5vmax { min-height: 5vmax !important; }
.MinHeight-xs-6vmax { min-height: 6vmax !important; }
.MinHeight-xs-7vmax { min-height: 7vmax !important; }
.MinHeight-xs-8vmax { min-height: 8vmax !important; }
.MinHeight-xs-9vmax { min-height: 9vmax !important; }
.MinHeight-xs-10vmax { min-height: 10vmax !important; }
.MinHeight-xs-11vmax { min-height: 11vmax !important; }
.MinHeight-xs-12vmax { min-height: 12vmax !important; }
.MinHeight-xs-13vmax { min-height: 13vmax !important; }
.MinHeight-xs-14vmax { min-height: 14vmax !important; }
.MinHeight-xs-15vmax { min-height: 15vmax !important; }
.MinHeight-xs-16vmax { min-height: 16vmax !important; }
.MinHeight-xs-17vmax { min-height: 17vmax !important; }
.MinHeight-xs-18vmax { min-height: 18vmax !important; }
.MinHeight-xs-19vmax { min-height: 19vmax !important; }
.MinHeight-xs-20vmax { min-height: 20vmax !important; }
.MinHeight-xs-21vmax { min-height: 21vmax !important; }
.MinHeight-xs-22vmax { min-height: 22vmax !important; }
.MinHeight-xs-23vmax { min-height: 23vmax !important; }
.MinHeight-xs-24vmax { min-height: 24vmax !important; }
.MinHeight-xs-25vmax { min-height: 25vmax !important; }
.MinHeight-xs-26vmax { min-height: 26vmax !important; }
.MinHeight-xs-27vmax { min-height: 27vmax !important; }
.MinHeight-xs-28vmax { min-height: 28vmax !important; }
.MinHeight-xs-29vmax { min-height: 29vmax !important; }
.MinHeight-xs-30vmax { min-height: 30vmax !important; }
.MinHeight-xs-31vmax { min-height: 31vmax !important; }
.MinHeight-xs-32vmax { min-height: 32vmax !important; }
.MinHeight-xs-33vmax { min-height: 33vmax !important; }
.MinHeight-xs-34vmax { min-height: 34vmax !important; }
.MinHeight-xs-35vmax { min-height: 35vmax !important; }
.MinHeight-xs-36vmax { min-height: 36vmax !important; }
.MinHeight-xs-37vmax { min-height: 37vmax !important; }
.MinHeight-xs-38vmax { min-height: 38vmax !important; }
.MinHeight-xs-39vmax { min-height: 39vmax !important; }
.MinHeight-xs-40vmax { min-height: 40vmax !important; }
.MinHeight-xs-41vmax { min-height: 41vmax !important; }
.MinHeight-xs-42vmax { min-height: 42vmax !important; }
.MinHeight-xs-43vmax { min-height: 43vmax !important; }
.MinHeight-xs-44vmax { min-height: 44vmax !important; }
.MinHeight-xs-45vmax { min-height: 45vmax !important; }
.MinHeight-xs-46vmax { min-height: 46vmax !important; }
.MinHeight-xs-47vmax { min-height: 47vmax !important; }
.MinHeight-xs-48vmax { min-height: 48vmax !important; }
.MinHeight-xs-49vmax { min-height: 49vmax !important; }
.MinHeight-xs-50vmax { min-height: 50vmax !important; }
.MinHeight-xs-51vmax { min-height: 51vmax !important; }
.MinHeight-xs-52vmax { min-height: 52vmax !important; }
.MinHeight-xs-53vmax { min-height: 53vmax !important; }
.MinHeight-xs-54vmax { min-height: 54vmax !important; }
.MinHeight-xs-55vmax { min-height: 55vmax !important; }
.MinHeight-xs-56vmax { min-height: 56vmax !important; }
.MinHeight-xs-57vmax { min-height: 57vmax !important; }
.MinHeight-xs-58vmax { min-height: 58vmax !important; }
.MinHeight-xs-59vmax { min-height: 59vmax !important; }
.MinHeight-xs-60vmax { min-height: 60vmax !important; }
.MinHeight-xs-61vmax { min-height: 61vmax !important; }
.MinHeight-xs-62vmax { min-height: 62vmax !important; }
.MinHeight-xs-63vmax { min-height: 63vmax !important; }
.MinHeight-xs-64vmax { min-height: 64vmax !important; }
.MinHeight-xs-65vmax { min-height: 65vmax !important; }
.MinHeight-xs-66vmax { min-height: 66vmax !important; }
.MinHeight-xs-67vmax { min-height: 67vmax !important; }
.MinHeight-xs-68vmax { min-height: 68vmax !important; }
.MinHeight-xs-69vmax { min-height: 69vmax !important; }
.MinHeight-xs-70vmax { min-height: 70vmax !important; }
.MinHeight-xs-71vmax { min-height: 71vmax !important; }
.MinHeight-xs-72vmax { min-height: 72vmax !important; }
.MinHeight-xs-73vmax { min-height: 73vmax !important; }
.MinHeight-xs-74vmax { min-height: 74vmax !important; }
.MinHeight-xs-75vmax { min-height: 75vmax !important; }
.MinHeight-xs-76vmax { min-height: 76vmax !important; }
.MinHeight-xs-77vmax { min-height: 77vmax !important; }
.MinHeight-xs-78vmax { min-height: 78vmax !important; }
.MinHeight-xs-79vmax { min-height: 79vmax !important; }
.MinHeight-xs-80vmax { min-height: 80vmax !important; }
.MinHeight-xs-81vmax { min-height: 81vmax !important; }
.MinHeight-xs-82vmax { min-height: 82vmax !important; }
.MinHeight-xs-83vmax { min-height: 83vmax !important; }
.MinHeight-xs-84vmax { min-height: 84vmax !important; }
.MinHeight-xs-85vmax { min-height: 85vmax !important; }
.MinHeight-xs-86vmax { min-height: 86vmax !important; }
.MinHeight-xs-87vmax { min-height: 87vmax !important; }
.MinHeight-xs-88vmax { min-height: 88vmax !important; }
.MinHeight-xs-89vmax { min-height: 89vmax !important; }
.MinHeight-xs-90vmax { min-height: 90vmax !important; }
.MinHeight-xs-91vmax { min-height: 91vmax !important; }
.MinHeight-xs-92vmax { min-height: 92vmax !important; }
.MinHeight-xs-93vmax { min-height: 93vmax !important; }
.MinHeight-xs-94vmax { min-height: 94vmax !important; }
.MinHeight-xs-95vmax { min-height: 95vmax !important; }
.MinHeight-xs-96vmax { min-height: 96vmax !important; }
.MinHeight-xs-97vmax { min-height: 97vmax !important; }
.MinHeight-xs-98vmax { min-height: 98vmax !important; }
.MinHeight-xs-99vmax { min-height: 99vmax !important; }
.MinHeight-xs-100vmax { min-height: 100vmax !important; }
.MaxHeight-xs-0x10 { max-height: 0% !important; }
.MaxHeight-xs-1x10 { max-height: 10% !important; }
.MaxHeight-xs-2x10 { max-height: 20% !important; }
.MaxHeight-xs-3x10 { max-height: 30% !important; }
.MaxHeight-xs-4x10 { max-height: 40% !important; }
.MaxHeight-xs-5x10 { max-height: 50% !important; }
.MaxHeight-xs-6x10 { max-height: 60% !important; }
.MaxHeight-xs-7x10 { max-height: 70% !important; }
.MaxHeight-xs-8x10 { max-height: 80% !important; }
.MaxHeight-xs-9x10 { max-height: 90% !important; }
.MaxHeight-xs-10x10 { max-height: 100% !important; }
.MaxHeight-xs-0x12 { max-height: 0% !important; }
.MaxHeight-xs-1x12 { max-height: 8.3333333333333% !important; }
.MaxHeight-xs-2x12 { max-height: 16.666666666667% !important; }
.MaxHeight-xs-3x12 { max-height: 25% !important; }
.MaxHeight-xs-4x12 { max-height: 33.333333333333% !important; }
.MaxHeight-xs-5x12 { max-height: 41.666666666667% !important; }
.MaxHeight-xs-6x12 { max-height: 50% !important; }
.MaxHeight-xs-7x12 { max-height: 58.333333333333% !important; }
.MaxHeight-xs-8x12 { max-height: 66.666666666667% !important; }
.MaxHeight-xs-9x12 { max-height: 75% !important; }
.MaxHeight-xs-10x12 { max-height: 83.333333333333% !important; }
.MaxHeight-xs-11x12 { max-height: 91.666666666667% !important; }
.MaxHeight-xs-12x12 { max-height: 100% !important; }
.MaxHeight-xs-0x16 { max-height: 0% !important; }
.MaxHeight-xs-1x16 { max-height: 6.25% !important; }
.MaxHeight-xs-2x16 { max-height: 12.5% !important; }
.MaxHeight-xs-3x16 { max-height: 18.75% !important; }
.MaxHeight-xs-4x16 { max-height: 25% !important; }
.MaxHeight-xs-5x16 { max-height: 31.25% !important; }
.MaxHeight-xs-6x16 { max-height: 37.5% !important; }
.MaxHeight-xs-7x16 { max-height: 43.75% !important; }
.MaxHeight-xs-8x16 { max-height: 50% !important; }
.MaxHeight-xs-9x16 { max-height: 56.25% !important; }
.MaxHeight-xs-10x16 { max-height: 62.5% !important; }
.MaxHeight-xs-11x16 { max-height: 68.75% !important; }
.MaxHeight-xs-12x16 { max-height: 75% !important; }
.MaxHeight-xs-13x16 { max-height: 81.25% !important; }
.MaxHeight-xs-14x16 { max-height: 87.5% !important; }
.MaxHeight-xs-15x16 { max-height: 93.75% !important; }
.MaxHeight-xs-16x16 { max-height: 100% !important; }
.MaxHeight-xs-0em { max-height: 0em !important; }
.MaxHeight-xs-1em { max-height: 1em !important; }
.MaxHeight-xs-2em { max-height: 2em !important; }
.MaxHeight-xs-3em { max-height: 3em !important; }
.MaxHeight-xs-4em { max-height: 4em !important; }
.MaxHeight-xs-5em { max-height: 5em !important; }
.MaxHeight-xs-6em { max-height: 6em !important; }
.MaxHeight-xs-7em { max-height: 7em !important; }
.MaxHeight-xs-8em { max-height: 8em !important; }
.MaxHeight-xs-9em { max-height: 9em !important; }
.MaxHeight-xs-10em { max-height: 10em !important; }
.MaxHeight-xs-11em { max-height: 11em !important; }
.MaxHeight-xs-12em { max-height: 12em !important; }
.MaxHeight-xs-13em { max-height: 13em !important; }
.MaxHeight-xs-14em { max-height: 14em !important; }
.MaxHeight-xs-15em { max-height: 15em !important; }
.MaxHeight-xs-16em { max-height: 16em !important; }
.MaxHeight-xs-17em { max-height: 17em !important; }
.MaxHeight-xs-18em { max-height: 18em !important; }
.MaxHeight-xs-19em { max-height: 19em !important; }
.MaxHeight-xs-20em { max-height: 20em !important; }
.MaxHeight-xs-21em { max-height: 21em !important; }
.MaxHeight-xs-22em { max-height: 22em !important; }
.MaxHeight-xs-23em { max-height: 23em !important; }
.MaxHeight-xs-24em { max-height: 24em !important; }
.MaxHeight-xs-0x16em { max-height: 0em !important; }
.MaxHeight-xs-1x16em { max-height: 0.0625em !important; }
.MaxHeight-xs-2x16em { max-height: 0.125em !important; }
.MaxHeight-xs-3x16em { max-height: 0.1875em !important; }
.MaxHeight-xs-4x16em { max-height: 0.25em !important; }
.MaxHeight-xs-5x16em { max-height: 0.3125em !important; }
.MaxHeight-xs-6x16em { max-height: 0.375em !important; }
.MaxHeight-xs-7x16em { max-height: 0.4375em !important; }
.MaxHeight-xs-8x16em { max-height: 0.5em !important; }
.MaxHeight-xs-9x16em { max-height: 0.5625em !important; }
.MaxHeight-xs-10x16em { max-height: 0.625em !important; }
.MaxHeight-xs-11x16em { max-height: 0.6875em !important; }
.MaxHeight-xs-12x16em { max-height: 0.75em !important; }
.MaxHeight-xs-13x16em { max-height: 0.8125em !important; }
.MaxHeight-xs-14x16em { max-height: 0.875em !important; }
.MaxHeight-xs-15x16em { max-height: 0.9375em !important; }
.MaxHeight-xs-16x16em { max-height: 1em !important; }
.MaxHeight-xs-0vw { max-height: 0vw !important; }
.MaxHeight-xs-1vw { max-height: 1vw !important; }
.MaxHeight-xs-2vw { max-height: 2vw !important; }
.MaxHeight-xs-3vw { max-height: 3vw !important; }
.MaxHeight-xs-4vw { max-height: 4vw !important; }
.MaxHeight-xs-5vw { max-height: 5vw !important; }
.MaxHeight-xs-6vw { max-height: 6vw !important; }
.MaxHeight-xs-7vw { max-height: 7vw !important; }
.MaxHeight-xs-8vw { max-height: 8vw !important; }
.MaxHeight-xs-9vw { max-height: 9vw !important; }
.MaxHeight-xs-10vw { max-height: 10vw !important; }
.MaxHeight-xs-11vw { max-height: 11vw !important; }
.MaxHeight-xs-12vw { max-height: 12vw !important; }
.MaxHeight-xs-13vw { max-height: 13vw !important; }
.MaxHeight-xs-14vw { max-height: 14vw !important; }
.MaxHeight-xs-15vw { max-height: 15vw !important; }
.MaxHeight-xs-16vw { max-height: 16vw !important; }
.MaxHeight-xs-17vw { max-height: 17vw !important; }
.MaxHeight-xs-18vw { max-height: 18vw !important; }
.MaxHeight-xs-19vw { max-height: 19vw !important; }
.MaxHeight-xs-20vw { max-height: 20vw !important; }
.MaxHeight-xs-21vw { max-height: 21vw !important; }
.MaxHeight-xs-22vw { max-height: 22vw !important; }
.MaxHeight-xs-23vw { max-height: 23vw !important; }
.MaxHeight-xs-24vw { max-height: 24vw !important; }
.MaxHeight-xs-25vw { max-height: 25vw !important; }
.MaxHeight-xs-26vw { max-height: 26vw !important; }
.MaxHeight-xs-27vw { max-height: 27vw !important; }
.MaxHeight-xs-28vw { max-height: 28vw !important; }
.MaxHeight-xs-29vw { max-height: 29vw !important; }
.MaxHeight-xs-30vw { max-height: 30vw !important; }
.MaxHeight-xs-31vw { max-height: 31vw !important; }
.MaxHeight-xs-32vw { max-height: 32vw !important; }
.MaxHeight-xs-33vw { max-height: 33vw !important; }
.MaxHeight-xs-34vw { max-height: 34vw !important; }
.MaxHeight-xs-35vw { max-height: 35vw !important; }
.MaxHeight-xs-36vw { max-height: 36vw !important; }
.MaxHeight-xs-37vw { max-height: 37vw !important; }
.MaxHeight-xs-38vw { max-height: 38vw !important; }
.MaxHeight-xs-39vw { max-height: 39vw !important; }
.MaxHeight-xs-40vw { max-height: 40vw !important; }
.MaxHeight-xs-41vw { max-height: 41vw !important; }
.MaxHeight-xs-42vw { max-height: 42vw !important; }
.MaxHeight-xs-43vw { max-height: 43vw !important; }
.MaxHeight-xs-44vw { max-height: 44vw !important; }
.MaxHeight-xs-45vw { max-height: 45vw !important; }
.MaxHeight-xs-46vw { max-height: 46vw !important; }
.MaxHeight-xs-47vw { max-height: 47vw !important; }
.MaxHeight-xs-48vw { max-height: 48vw !important; }
.MaxHeight-xs-49vw { max-height: 49vw !important; }
.MaxHeight-xs-50vw { max-height: 50vw !important; }
.MaxHeight-xs-51vw { max-height: 51vw !important; }
.MaxHeight-xs-52vw { max-height: 52vw !important; }
.MaxHeight-xs-53vw { max-height: 53vw !important; }
.MaxHeight-xs-54vw { max-height: 54vw !important; }
.MaxHeight-xs-55vw { max-height: 55vw !important; }
.MaxHeight-xs-56vw { max-height: 56vw !important; }
.MaxHeight-xs-57vw { max-height: 57vw !important; }
.MaxHeight-xs-58vw { max-height: 58vw !important; }
.MaxHeight-xs-59vw { max-height: 59vw !important; }
.MaxHeight-xs-60vw { max-height: 60vw !important; }
.MaxHeight-xs-61vw { max-height: 61vw !important; }
.MaxHeight-xs-62vw { max-height: 62vw !important; }
.MaxHeight-xs-63vw { max-height: 63vw !important; }
.MaxHeight-xs-64vw { max-height: 64vw !important; }
.MaxHeight-xs-65vw { max-height: 65vw !important; }
.MaxHeight-xs-66vw { max-height: 66vw !important; }
.MaxHeight-xs-67vw { max-height: 67vw !important; }
.MaxHeight-xs-68vw { max-height: 68vw !important; }
.MaxHeight-xs-69vw { max-height: 69vw !important; }
.MaxHeight-xs-70vw { max-height: 70vw !important; }
.MaxHeight-xs-71vw { max-height: 71vw !important; }
.MaxHeight-xs-72vw { max-height: 72vw !important; }
.MaxHeight-xs-73vw { max-height: 73vw !important; }
.MaxHeight-xs-74vw { max-height: 74vw !important; }
.MaxHeight-xs-75vw { max-height: 75vw !important; }
.MaxHeight-xs-76vw { max-height: 76vw !important; }
.MaxHeight-xs-77vw { max-height: 77vw !important; }
.MaxHeight-xs-78vw { max-height: 78vw !important; }
.MaxHeight-xs-79vw { max-height: 79vw !important; }
.MaxHeight-xs-80vw { max-height: 80vw !important; }
.MaxHeight-xs-81vw { max-height: 81vw !important; }
.MaxHeight-xs-82vw { max-height: 82vw !important; }
.MaxHeight-xs-83vw { max-height: 83vw !important; }
.MaxHeight-xs-84vw { max-height: 84vw !important; }
.MaxHeight-xs-85vw { max-height: 85vw !important; }
.MaxHeight-xs-86vw { max-height: 86vw !important; }
.MaxHeight-xs-87vw { max-height: 87vw !important; }
.MaxHeight-xs-88vw { max-height: 88vw !important; }
.MaxHeight-xs-89vw { max-height: 89vw !important; }
.MaxHeight-xs-90vw { max-height: 90vw !important; }
.MaxHeight-xs-91vw { max-height: 91vw !important; }
.MaxHeight-xs-92vw { max-height: 92vw !important; }
.MaxHeight-xs-93vw { max-height: 93vw !important; }
.MaxHeight-xs-94vw { max-height: 94vw !important; }
.MaxHeight-xs-95vw { max-height: 95vw !important; }
.MaxHeight-xs-96vw { max-height: 96vw !important; }
.MaxHeight-xs-97vw { max-height: 97vw !important; }
.MaxHeight-xs-98vw { max-height: 98vw !important; }
.MaxHeight-xs-99vw { max-height: 99vw !important; }
.MaxHeight-xs-100vw { max-height: 100vw !important; }
.MaxHeight-xs-0vh { max-height: 0vh !important; }
.MaxHeight-xs-1vh { max-height: 1vh !important; }
.MaxHeight-xs-2vh { max-height: 2vh !important; }
.MaxHeight-xs-3vh { max-height: 3vh !important; }
.MaxHeight-xs-4vh { max-height: 4vh !important; }
.MaxHeight-xs-5vh { max-height: 5vh !important; }
.MaxHeight-xs-6vh { max-height: 6vh !important; }
.MaxHeight-xs-7vh { max-height: 7vh !important; }
.MaxHeight-xs-8vh { max-height: 8vh !important; }
.MaxHeight-xs-9vh { max-height: 9vh !important; }
.MaxHeight-xs-10vh { max-height: 10vh !important; }
.MaxHeight-xs-11vh { max-height: 11vh !important; }
.MaxHeight-xs-12vh { max-height: 12vh !important; }
.MaxHeight-xs-13vh { max-height: 13vh !important; }
.MaxHeight-xs-14vh { max-height: 14vh !important; }
.MaxHeight-xs-15vh { max-height: 15vh !important; }
.MaxHeight-xs-16vh { max-height: 16vh !important; }
.MaxHeight-xs-17vh { max-height: 17vh !important; }
.MaxHeight-xs-18vh { max-height: 18vh !important; }
.MaxHeight-xs-19vh { max-height: 19vh !important; }
.MaxHeight-xs-20vh { max-height: 20vh !important; }
.MaxHeight-xs-21vh { max-height: 21vh !important; }
.MaxHeight-xs-22vh { max-height: 22vh !important; }
.MaxHeight-xs-23vh { max-height: 23vh !important; }
.MaxHeight-xs-24vh { max-height: 24vh !important; }
.MaxHeight-xs-25vh { max-height: 25vh !important; }
.MaxHeight-xs-26vh { max-height: 26vh !important; }
.MaxHeight-xs-27vh { max-height: 27vh !important; }
.MaxHeight-xs-28vh { max-height: 28vh !important; }
.MaxHeight-xs-29vh { max-height: 29vh !important; }
.MaxHeight-xs-30vh { max-height: 30vh !important; }
.MaxHeight-xs-31vh { max-height: 31vh !important; }
.MaxHeight-xs-32vh { max-height: 32vh !important; }
.MaxHeight-xs-33vh { max-height: 33vh !important; }
.MaxHeight-xs-34vh { max-height: 34vh !important; }
.MaxHeight-xs-35vh { max-height: 35vh !important; }
.MaxHeight-xs-36vh { max-height: 36vh !important; }
.MaxHeight-xs-37vh { max-height: 37vh !important; }
.MaxHeight-xs-38vh { max-height: 38vh !important; }
.MaxHeight-xs-39vh { max-height: 39vh !important; }
.MaxHeight-xs-40vh { max-height: 40vh !important; }
.MaxHeight-xs-41vh { max-height: 41vh !important; }
.MaxHeight-xs-42vh { max-height: 42vh !important; }
.MaxHeight-xs-43vh { max-height: 43vh !important; }
.MaxHeight-xs-44vh { max-height: 44vh !important; }
.MaxHeight-xs-45vh { max-height: 45vh !important; }
.MaxHeight-xs-46vh { max-height: 46vh !important; }
.MaxHeight-xs-47vh { max-height: 47vh !important; }
.MaxHeight-xs-48vh { max-height: 48vh !important; }
.MaxHeight-xs-49vh { max-height: 49vh !important; }
.MaxHeight-xs-50vh { max-height: 50vh !important; }
.MaxHeight-xs-51vh { max-height: 51vh !important; }
.MaxHeight-xs-52vh { max-height: 52vh !important; }
.MaxHeight-xs-53vh { max-height: 53vh !important; }
.MaxHeight-xs-54vh { max-height: 54vh !important; }
.MaxHeight-xs-55vh { max-height: 55vh !important; }
.MaxHeight-xs-56vh { max-height: 56vh !important; }
.MaxHeight-xs-57vh { max-height: 57vh !important; }
.MaxHeight-xs-58vh { max-height: 58vh !important; }
.MaxHeight-xs-59vh { max-height: 59vh !important; }
.MaxHeight-xs-60vh { max-height: 60vh !important; }
.MaxHeight-xs-61vh { max-height: 61vh !important; }
.MaxHeight-xs-62vh { max-height: 62vh !important; }
.MaxHeight-xs-63vh { max-height: 63vh !important; }
.MaxHeight-xs-64vh { max-height: 64vh !important; }
.MaxHeight-xs-65vh { max-height: 65vh !important; }
.MaxHeight-xs-66vh { max-height: 66vh !important; }
.MaxHeight-xs-67vh { max-height: 67vh !important; }
.MaxHeight-xs-68vh { max-height: 68vh !important; }
.MaxHeight-xs-69vh { max-height: 69vh !important; }
.MaxHeight-xs-70vh { max-height: 70vh !important; }
.MaxHeight-xs-71vh { max-height: 71vh !important; }
.MaxHeight-xs-72vh { max-height: 72vh !important; }
.MaxHeight-xs-73vh { max-height: 73vh !important; }
.MaxHeight-xs-74vh { max-height: 74vh !important; }
.MaxHeight-xs-75vh { max-height: 75vh !important; }
.MaxHeight-xs-76vh { max-height: 76vh !important; }
.MaxHeight-xs-77vh { max-height: 77vh !important; }
.MaxHeight-xs-78vh { max-height: 78vh !important; }
.MaxHeight-xs-79vh { max-height: 79vh !important; }
.MaxHeight-xs-80vh { max-height: 80vh !important; }
.MaxHeight-xs-81vh { max-height: 81vh !important; }
.MaxHeight-xs-82vh { max-height: 82vh !important; }
.MaxHeight-xs-83vh { max-height: 83vh !important; }
.MaxHeight-xs-84vh { max-height: 84vh !important; }
.MaxHeight-xs-85vh { max-height: 85vh !important; }
.MaxHeight-xs-86vh { max-height: 86vh !important; }
.MaxHeight-xs-87vh { max-height: 87vh !important; }
.MaxHeight-xs-88vh { max-height: 88vh !important; }
.MaxHeight-xs-89vh { max-height: 89vh !important; }
.MaxHeight-xs-90vh { max-height: 90vh !important; }
.MaxHeight-xs-91vh { max-height: 91vh !important; }
.MaxHeight-xs-92vh { max-height: 92vh !important; }
.MaxHeight-xs-93vh { max-height: 93vh !important; }
.MaxHeight-xs-94vh { max-height: 94vh !important; }
.MaxHeight-xs-95vh { max-height: 95vh !important; }
.MaxHeight-xs-96vh { max-height: 96vh !important; }
.MaxHeight-xs-97vh { max-height: 97vh !important; }
.MaxHeight-xs-98vh { max-height: 98vh !important; }
.MaxHeight-xs-99vh { max-height: 99vh !important; }
.MaxHeight-xs-100vh { max-height: 100vh !important; }
.MaxHeight-xs-0vmin { max-height: 0vmin !important; }
.MaxHeight-xs-1vmin { max-height: 1vmin !important; }
.MaxHeight-xs-2vmin { max-height: 2vmin !important; }
.MaxHeight-xs-3vmin { max-height: 3vmin !important; }
.MaxHeight-xs-4vmin { max-height: 4vmin !important; }
.MaxHeight-xs-5vmin { max-height: 5vmin !important; }
.MaxHeight-xs-6vmin { max-height: 6vmin !important; }
.MaxHeight-xs-7vmin { max-height: 7vmin !important; }
.MaxHeight-xs-8vmin { max-height: 8vmin !important; }
.MaxHeight-xs-9vmin { max-height: 9vmin !important; }
.MaxHeight-xs-10vmin { max-height: 10vmin !important; }
.MaxHeight-xs-11vmin { max-height: 11vmin !important; }
.MaxHeight-xs-12vmin { max-height: 12vmin !important; }
.MaxHeight-xs-13vmin { max-height: 13vmin !important; }
.MaxHeight-xs-14vmin { max-height: 14vmin !important; }
.MaxHeight-xs-15vmin { max-height: 15vmin !important; }
.MaxHeight-xs-16vmin { max-height: 16vmin !important; }
.MaxHeight-xs-17vmin { max-height: 17vmin !important; }
.MaxHeight-xs-18vmin { max-height: 18vmin !important; }
.MaxHeight-xs-19vmin { max-height: 19vmin !important; }
.MaxHeight-xs-20vmin { max-height: 20vmin !important; }
.MaxHeight-xs-21vmin { max-height: 21vmin !important; }
.MaxHeight-xs-22vmin { max-height: 22vmin !important; }
.MaxHeight-xs-23vmin { max-height: 23vmin !important; }
.MaxHeight-xs-24vmin { max-height: 24vmin !important; }
.MaxHeight-xs-25vmin { max-height: 25vmin !important; }
.MaxHeight-xs-26vmin { max-height: 26vmin !important; }
.MaxHeight-xs-27vmin { max-height: 27vmin !important; }
.MaxHeight-xs-28vmin { max-height: 28vmin !important; }
.MaxHeight-xs-29vmin { max-height: 29vmin !important; }
.MaxHeight-xs-30vmin { max-height: 30vmin !important; }
.MaxHeight-xs-31vmin { max-height: 31vmin !important; }
.MaxHeight-xs-32vmin { max-height: 32vmin !important; }
.MaxHeight-xs-33vmin { max-height: 33vmin !important; }
.MaxHeight-xs-34vmin { max-height: 34vmin !important; }
.MaxHeight-xs-35vmin { max-height: 35vmin !important; }
.MaxHeight-xs-36vmin { max-height: 36vmin !important; }
.MaxHeight-xs-37vmin { max-height: 37vmin !important; }
.MaxHeight-xs-38vmin { max-height: 38vmin !important; }
.MaxHeight-xs-39vmin { max-height: 39vmin !important; }
.MaxHeight-xs-40vmin { max-height: 40vmin !important; }
.MaxHeight-xs-41vmin { max-height: 41vmin !important; }
.MaxHeight-xs-42vmin { max-height: 42vmin !important; }
.MaxHeight-xs-43vmin { max-height: 43vmin !important; }
.MaxHeight-xs-44vmin { max-height: 44vmin !important; }
.MaxHeight-xs-45vmin { max-height: 45vmin !important; }
.MaxHeight-xs-46vmin { max-height: 46vmin !important; }
.MaxHeight-xs-47vmin { max-height: 47vmin !important; }
.MaxHeight-xs-48vmin { max-height: 48vmin !important; }
.MaxHeight-xs-49vmin { max-height: 49vmin !important; }
.MaxHeight-xs-50vmin { max-height: 50vmin !important; }
.MaxHeight-xs-51vmin { max-height: 51vmin !important; }
.MaxHeight-xs-52vmin { max-height: 52vmin !important; }
.MaxHeight-xs-53vmin { max-height: 53vmin !important; }
.MaxHeight-xs-54vmin { max-height: 54vmin !important; }
.MaxHeight-xs-55vmin { max-height: 55vmin !important; }
.MaxHeight-xs-56vmin { max-height: 56vmin !important; }
.MaxHeight-xs-57vmin { max-height: 57vmin !important; }
.MaxHeight-xs-58vmin { max-height: 58vmin !important; }
.MaxHeight-xs-59vmin { max-height: 59vmin !important; }
.MaxHeight-xs-60vmin { max-height: 60vmin !important; }
.MaxHeight-xs-61vmin { max-height: 61vmin !important; }
.MaxHeight-xs-62vmin { max-height: 62vmin !important; }
.MaxHeight-xs-63vmin { max-height: 63vmin !important; }
.MaxHeight-xs-64vmin { max-height: 64vmin !important; }
.MaxHeight-xs-65vmin { max-height: 65vmin !important; }
.MaxHeight-xs-66vmin { max-height: 66vmin !important; }
.MaxHeight-xs-67vmin { max-height: 67vmin !important; }
.MaxHeight-xs-68vmin { max-height: 68vmin !important; }
.MaxHeight-xs-69vmin { max-height: 69vmin !important; }
.MaxHeight-xs-70vmin { max-height: 70vmin !important; }
.MaxHeight-xs-71vmin { max-height: 71vmin !important; }
.MaxHeight-xs-72vmin { max-height: 72vmin !important; }
.MaxHeight-xs-73vmin { max-height: 73vmin !important; }
.MaxHeight-xs-74vmin { max-height: 74vmin !important; }
.MaxHeight-xs-75vmin { max-height: 75vmin !important; }
.MaxHeight-xs-76vmin { max-height: 76vmin !important; }
.MaxHeight-xs-77vmin { max-height: 77vmin !important; }
.MaxHeight-xs-78vmin { max-height: 78vmin !important; }
.MaxHeight-xs-79vmin { max-height: 79vmin !important; }
.MaxHeight-xs-80vmin { max-height: 80vmin !important; }
.MaxHeight-xs-81vmin { max-height: 81vmin !important; }
.MaxHeight-xs-82vmin { max-height: 82vmin !important; }
.MaxHeight-xs-83vmin { max-height: 83vmin !important; }
.MaxHeight-xs-84vmin { max-height: 84vmin !important; }
.MaxHeight-xs-85vmin { max-height: 85vmin !important; }
.MaxHeight-xs-86vmin { max-height: 86vmin !important; }
.MaxHeight-xs-87vmin { max-height: 87vmin !important; }
.MaxHeight-xs-88vmin { max-height: 88vmin !important; }
.MaxHeight-xs-89vmin { max-height: 89vmin !important; }
.MaxHeight-xs-90vmin { max-height: 90vmin !important; }
.MaxHeight-xs-91vmin { max-height: 91vmin !important; }
.MaxHeight-xs-92vmin { max-height: 92vmin !important; }
.MaxHeight-xs-93vmin { max-height: 93vmin !important; }
.MaxHeight-xs-94vmin { max-height: 94vmin !important; }
.MaxHeight-xs-95vmin { max-height: 95vmin !important; }
.MaxHeight-xs-96vmin { max-height: 96vmin !important; }
.MaxHeight-xs-97vmin { max-height: 97vmin !important; }
.MaxHeight-xs-98vmin { max-height: 98vmin !important; }
.MaxHeight-xs-99vmin { max-height: 99vmin !important; }
.MaxHeight-xs-100vmin { max-height: 100vmin !important; }
.MaxHeight-xs-0vmax { max-height: 0vmax !important; }
.MaxHeight-xs-1vmax { max-height: 1vmax !important; }
.MaxHeight-xs-2vmax { max-height: 2vmax !important; }
.MaxHeight-xs-3vmax { max-height: 3vmax !important; }
.MaxHeight-xs-4vmax { max-height: 4vmax !important; }
.MaxHeight-xs-5vmax { max-height: 5vmax !important; }
.MaxHeight-xs-6vmax { max-height: 6vmax !important; }
.MaxHeight-xs-7vmax { max-height: 7vmax !important; }
.MaxHeight-xs-8vmax { max-height: 8vmax !important; }
.MaxHeight-xs-9vmax { max-height: 9vmax !important; }
.MaxHeight-xs-10vmax { max-height: 10vmax !important; }
.MaxHeight-xs-11vmax { max-height: 11vmax !important; }
.MaxHeight-xs-12vmax { max-height: 12vmax !important; }
.MaxHeight-xs-13vmax { max-height: 13vmax !important; }
.MaxHeight-xs-14vmax { max-height: 14vmax !important; }
.MaxHeight-xs-15vmax { max-height: 15vmax !important; }
.MaxHeight-xs-16vmax { max-height: 16vmax !important; }
.MaxHeight-xs-17vmax { max-height: 17vmax !important; }
.MaxHeight-xs-18vmax { max-height: 18vmax !important; }
.MaxHeight-xs-19vmax { max-height: 19vmax !important; }
.MaxHeight-xs-20vmax { max-height: 20vmax !important; }
.MaxHeight-xs-21vmax { max-height: 21vmax !important; }
.MaxHeight-xs-22vmax { max-height: 22vmax !important; }
.MaxHeight-xs-23vmax { max-height: 23vmax !important; }
.MaxHeight-xs-24vmax { max-height: 24vmax !important; }
.MaxHeight-xs-25vmax { max-height: 25vmax !important; }
.MaxHeight-xs-26vmax { max-height: 26vmax !important; }
.MaxHeight-xs-27vmax { max-height: 27vmax !important; }
.MaxHeight-xs-28vmax { max-height: 28vmax !important; }
.MaxHeight-xs-29vmax { max-height: 29vmax !important; }
.MaxHeight-xs-30vmax { max-height: 30vmax !important; }
.MaxHeight-xs-31vmax { max-height: 31vmax !important; }
.MaxHeight-xs-32vmax { max-height: 32vmax !important; }
.MaxHeight-xs-33vmax { max-height: 33vmax !important; }
.MaxHeight-xs-34vmax { max-height: 34vmax !important; }
.MaxHeight-xs-35vmax { max-height: 35vmax !important; }
.MaxHeight-xs-36vmax { max-height: 36vmax !important; }
.MaxHeight-xs-37vmax { max-height: 37vmax !important; }
.MaxHeight-xs-38vmax { max-height: 38vmax !important; }
.MaxHeight-xs-39vmax { max-height: 39vmax !important; }
.MaxHeight-xs-40vmax { max-height: 40vmax !important; }
.MaxHeight-xs-41vmax { max-height: 41vmax !important; }
.MaxHeight-xs-42vmax { max-height: 42vmax !important; }
.MaxHeight-xs-43vmax { max-height: 43vmax !important; }
.MaxHeight-xs-44vmax { max-height: 44vmax !important; }
.MaxHeight-xs-45vmax { max-height: 45vmax !important; }
.MaxHeight-xs-46vmax { max-height: 46vmax !important; }
.MaxHeight-xs-47vmax { max-height: 47vmax !important; }
.MaxHeight-xs-48vmax { max-height: 48vmax !important; }
.MaxHeight-xs-49vmax { max-height: 49vmax !important; }
.MaxHeight-xs-50vmax { max-height: 50vmax !important; }
.MaxHeight-xs-51vmax { max-height: 51vmax !important; }
.MaxHeight-xs-52vmax { max-height: 52vmax !important; }
.MaxHeight-xs-53vmax { max-height: 53vmax !important; }
.MaxHeight-xs-54vmax { max-height: 54vmax !important; }
.MaxHeight-xs-55vmax { max-height: 55vmax !important; }
.MaxHeight-xs-56vmax { max-height: 56vmax !important; }
.MaxHeight-xs-57vmax { max-height: 57vmax !important; }
.MaxHeight-xs-58vmax { max-height: 58vmax !important; }
.MaxHeight-xs-59vmax { max-height: 59vmax !important; }
.MaxHeight-xs-60vmax { max-height: 60vmax !important; }
.MaxHeight-xs-61vmax { max-height: 61vmax !important; }
.MaxHeight-xs-62vmax { max-height: 62vmax !important; }
.MaxHeight-xs-63vmax { max-height: 63vmax !important; }
.MaxHeight-xs-64vmax { max-height: 64vmax !important; }
.MaxHeight-xs-65vmax { max-height: 65vmax !important; }
.MaxHeight-xs-66vmax { max-height: 66vmax !important; }
.MaxHeight-xs-67vmax { max-height: 67vmax !important; }
.MaxHeight-xs-68vmax { max-height: 68vmax !important; }
.MaxHeight-xs-69vmax { max-height: 69vmax !important; }
.MaxHeight-xs-70vmax { max-height: 70vmax !important; }
.MaxHeight-xs-71vmax { max-height: 71vmax !important; }
.MaxHeight-xs-72vmax { max-height: 72vmax !important; }
.MaxHeight-xs-73vmax { max-height: 73vmax !important; }
.MaxHeight-xs-74vmax { max-height: 74vmax !important; }
.MaxHeight-xs-75vmax { max-height: 75vmax !important; }
.MaxHeight-xs-76vmax { max-height: 76vmax !important; }
.MaxHeight-xs-77vmax { max-height: 77vmax !important; }
.MaxHeight-xs-78vmax { max-height: 78vmax !important; }
.MaxHeight-xs-79vmax { max-height: 79vmax !important; }
.MaxHeight-xs-80vmax { max-height: 80vmax !important; }
.MaxHeight-xs-81vmax { max-height: 81vmax !important; }
.MaxHeight-xs-82vmax { max-height: 82vmax !important; }
.MaxHeight-xs-83vmax { max-height: 83vmax !important; }
.MaxHeight-xs-84vmax { max-height: 84vmax !important; }
.MaxHeight-xs-85vmax { max-height: 85vmax !important; }
.MaxHeight-xs-86vmax { max-height: 86vmax !important; }
.MaxHeight-xs-87vmax { max-height: 87vmax !important; }
.MaxHeight-xs-88vmax { max-height: 88vmax !important; }
.MaxHeight-xs-89vmax { max-height: 89vmax !important; }
.MaxHeight-xs-90vmax { max-height: 90vmax !important; }
.MaxHeight-xs-91vmax { max-height: 91vmax !important; }
.MaxHeight-xs-92vmax { max-height: 92vmax !important; }
.MaxHeight-xs-93vmax { max-height: 93vmax !important; }
.MaxHeight-xs-94vmax { max-height: 94vmax !important; }
.MaxHeight-xs-95vmax { max-height: 95vmax !important; }
.MaxHeight-xs-96vmax { max-height: 96vmax !important; }
.MaxHeight-xs-97vmax { max-height: 97vmax !important; }
.MaxHeight-xs-98vmax { max-height: 98vmax !important; }
.MaxHeight-xs-99vmax { max-height: 99vmax !important; }
.MaxHeight-xs-100vmax { max-height: 100vmax !important; }

@media( min-width: 544px ) {
	.Width-sm-auto { width: auto !important; }
	.Width-sm-0	{ width: 0 !important; }
	.Width-sm-1px  { width: 1px !important; }
	.Height-sm-auto { height: auto !important; }
	.Height-sm-0	{ height: 0 !important; }
	.Height-sm-1px  { height: 1px !important; }
	.MinWidth-sm-0	{ min-width: 0 !important; }
	.MinWidth-sm-1px  { min-width: 1px !important; }
	.MinHeight-sm-0	{ min-height: 0 !important; }
	.MinHeight-sm-1px  { min-height: 1px !important; }
	.MaxWidth-sm-none { max-width: none !important; }
	.MaxWidth-sm-0	{ max-width: 0 !important; }
	.MaxWidth-sm-1px  { max-width: 1px !important; }
	.MaxHeight-sm-none { max-height: none !important; }
	.MaxHeight-sm-0	{ max-height: 0 !important; }
	.MaxHeight-sm-1px  { max-height: 1px !important; }
	.Width-sm-0x10 { width: 0% !important; }
	.Width-sm-1x10 { width: 10% !important; }
	.Width-sm-2x10 { width: 20% !important; }
	.Width-sm-3x10 { width: 30% !important; }
	.Width-sm-4x10 { width: 40% !important; }
	.Width-sm-5x10 { width: 50% !important; }
	.Width-sm-6x10 { width: 60% !important; }
	.Width-sm-7x10 { width: 70% !important; }
	.Width-sm-8x10 { width: 80% !important; }
	.Width-sm-9x10 { width: 90% !important; }
	.Width-sm-10x10 { width: 100% !important; }
	.Width-sm-0x12 { width: 0% !important; }
	.Width-sm-1x12 { width: 8.3333333333333% !important; }
	.Width-sm-2x12 { width: 16.666666666667% !important; }
	.Width-sm-3x12 { width: 25% !important; }
	.Width-sm-4x12 { width: 33.333333333333% !important; }
	.Width-sm-5x12 { width: 41.666666666667% !important; }
	.Width-sm-6x12 { width: 50% !important; }
	.Width-sm-7x12 { width: 58.333333333333% !important; }
	.Width-sm-8x12 { width: 66.666666666667% !important; }
	.Width-sm-9x12 { width: 75% !important; }
	.Width-sm-10x12 { width: 83.333333333333% !important; }
	.Width-sm-11x12 { width: 91.666666666667% !important; }
	.Width-sm-12x12 { width: 100% !important; }
	.Width-sm-0x16 { width: 0% !important; }
	.Width-sm-1x16 { width: 6.25% !important; }
	.Width-sm-2x16 { width: 12.5% !important; }
	.Width-sm-3x16 { width: 18.75% !important; }
	.Width-sm-4x16 { width: 25% !important; }
	.Width-sm-5x16 { width: 31.25% !important; }
	.Width-sm-6x16 { width: 37.5% !important; }
	.Width-sm-7x16 { width: 43.75% !important; }
	.Width-sm-8x16 { width: 50% !important; }
	.Width-sm-9x16 { width: 56.25% !important; }
	.Width-sm-10x16 { width: 62.5% !important; }
	.Width-sm-11x16 { width: 68.75% !important; }
	.Width-sm-12x16 { width: 75% !important; }
	.Width-sm-13x16 { width: 81.25% !important; }
	.Width-sm-14x16 { width: 87.5% !important; }
	.Width-sm-15x16 { width: 93.75% !important; }
	.Width-sm-16x16 { width: 100% !important; }
	.Width-sm-0em { width: 0em !important; }
	.Width-sm-1em { width: 1em !important; }
	.Width-sm-2em { width: 2em !important; }
	.Width-sm-3em { width: 3em !important; }
	.Width-sm-4em { width: 4em !important; }
	.Width-sm-5em { width: 5em !important; }
	.Width-sm-6em { width: 6em !important; }
	.Width-sm-7em { width: 7em !important; }
	.Width-sm-8em { width: 8em !important; }
	.Width-sm-9em { width: 9em !important; }
	.Width-sm-10em { width: 10em !important; }
	.Width-sm-11em { width: 11em !important; }
	.Width-sm-12em { width: 12em !important; }
	.Width-sm-13em { width: 13em !important; }
	.Width-sm-14em { width: 14em !important; }
	.Width-sm-15em { width: 15em !important; }
	.Width-sm-16em { width: 16em !important; }
	.Width-sm-17em { width: 17em !important; }
	.Width-sm-18em { width: 18em !important; }
	.Width-sm-19em { width: 19em !important; }
	.Width-sm-20em { width: 20em !important; }
	.Width-sm-21em { width: 21em !important; }
	.Width-sm-22em { width: 22em !important; }
	.Width-sm-23em { width: 23em !important; }
	.Width-sm-24em { width: 24em !important; }
	.Width-sm-0x16em { width: 0em !important; }
	.Width-sm-1x16em { width: 0.0625em !important; }
	.Width-sm-2x16em { width: 0.125em !important; }
	.Width-sm-3x16em { width: 0.1875em !important; }
	.Width-sm-4x16em { width: 0.25em !important; }
	.Width-sm-5x16em { width: 0.3125em !important; }
	.Width-sm-6x16em { width: 0.375em !important; }
	.Width-sm-7x16em { width: 0.4375em !important; }
	.Width-sm-8x16em { width: 0.5em !important; }
	.Width-sm-9x16em { width: 0.5625em !important; }
	.Width-sm-10x16em { width: 0.625em !important; }
	.Width-sm-11x16em { width: 0.6875em !important; }
	.Width-sm-12x16em { width: 0.75em !important; }
	.Width-sm-13x16em { width: 0.8125em !important; }
	.Width-sm-14x16em { width: 0.875em !important; }
	.Width-sm-15x16em { width: 0.9375em !important; }
	.Width-sm-16x16em { width: 1em !important; }
	.Width-sm-0vw { width: 0vw !important; }
	.Width-sm-1vw { width: 1vw !important; }
	.Width-sm-2vw { width: 2vw !important; }
	.Width-sm-3vw { width: 3vw !important; }
	.Width-sm-4vw { width: 4vw !important; }
	.Width-sm-5vw { width: 5vw !important; }
	.Width-sm-6vw { width: 6vw !important; }
	.Width-sm-7vw { width: 7vw !important; }
	.Width-sm-8vw { width: 8vw !important; }
	.Width-sm-9vw { width: 9vw !important; }
	.Width-sm-10vw { width: 10vw !important; }
	.Width-sm-11vw { width: 11vw !important; }
	.Width-sm-12vw { width: 12vw !important; }
	.Width-sm-13vw { width: 13vw !important; }
	.Width-sm-14vw { width: 14vw !important; }
	.Width-sm-15vw { width: 15vw !important; }
	.Width-sm-16vw { width: 16vw !important; }
	.Width-sm-17vw { width: 17vw !important; }
	.Width-sm-18vw { width: 18vw !important; }
	.Width-sm-19vw { width: 19vw !important; }
	.Width-sm-20vw { width: 20vw !important; }
	.Width-sm-21vw { width: 21vw !important; }
	.Width-sm-22vw { width: 22vw !important; }
	.Width-sm-23vw { width: 23vw !important; }
	.Width-sm-24vw { width: 24vw !important; }
	.Width-sm-25vw { width: 25vw !important; }
	.Width-sm-26vw { width: 26vw !important; }
	.Width-sm-27vw { width: 27vw !important; }
	.Width-sm-28vw { width: 28vw !important; }
	.Width-sm-29vw { width: 29vw !important; }
	.Width-sm-30vw { width: 30vw !important; }
	.Width-sm-31vw { width: 31vw !important; }
	.Width-sm-32vw { width: 32vw !important; }
	.Width-sm-33vw { width: 33vw !important; }
	.Width-sm-34vw { width: 34vw !important; }
	.Width-sm-35vw { width: 35vw !important; }
	.Width-sm-36vw { width: 36vw !important; }
	.Width-sm-37vw { width: 37vw !important; }
	.Width-sm-38vw { width: 38vw !important; }
	.Width-sm-39vw { width: 39vw !important; }
	.Width-sm-40vw { width: 40vw !important; }
	.Width-sm-41vw { width: 41vw !important; }
	.Width-sm-42vw { width: 42vw !important; }
	.Width-sm-43vw { width: 43vw !important; }
	.Width-sm-44vw { width: 44vw !important; }
	.Width-sm-45vw { width: 45vw !important; }
	.Width-sm-46vw { width: 46vw !important; }
	.Width-sm-47vw { width: 47vw !important; }
	.Width-sm-48vw { width: 48vw !important; }
	.Width-sm-49vw { width: 49vw !important; }
	.Width-sm-50vw { width: 50vw !important; }
	.Width-sm-51vw { width: 51vw !important; }
	.Width-sm-52vw { width: 52vw !important; }
	.Width-sm-53vw { width: 53vw !important; }
	.Width-sm-54vw { width: 54vw !important; }
	.Width-sm-55vw { width: 55vw !important; }
	.Width-sm-56vw { width: 56vw !important; }
	.Width-sm-57vw { width: 57vw !important; }
	.Width-sm-58vw { width: 58vw !important; }
	.Width-sm-59vw { width: 59vw !important; }
	.Width-sm-60vw { width: 60vw !important; }
	.Width-sm-61vw { width: 61vw !important; }
	.Width-sm-62vw { width: 62vw !important; }
	.Width-sm-63vw { width: 63vw !important; }
	.Width-sm-64vw { width: 64vw !important; }
	.Width-sm-65vw { width: 65vw !important; }
	.Width-sm-66vw { width: 66vw !important; }
	.Width-sm-67vw { width: 67vw !important; }
	.Width-sm-68vw { width: 68vw !important; }
	.Width-sm-69vw { width: 69vw !important; }
	.Width-sm-70vw { width: 70vw !important; }
	.Width-sm-71vw { width: 71vw !important; }
	.Width-sm-72vw { width: 72vw !important; }
	.Width-sm-73vw { width: 73vw !important; }
	.Width-sm-74vw { width: 74vw !important; }
	.Width-sm-75vw { width: 75vw !important; }
	.Width-sm-76vw { width: 76vw !important; }
	.Width-sm-77vw { width: 77vw !important; }
	.Width-sm-78vw { width: 78vw !important; }
	.Width-sm-79vw { width: 79vw !important; }
	.Width-sm-80vw { width: 80vw !important; }
	.Width-sm-81vw { width: 81vw !important; }
	.Width-sm-82vw { width: 82vw !important; }
	.Width-sm-83vw { width: 83vw !important; }
	.Width-sm-84vw { width: 84vw !important; }
	.Width-sm-85vw { width: 85vw !important; }
	.Width-sm-86vw { width: 86vw !important; }
	.Width-sm-87vw { width: 87vw !important; }
	.Width-sm-88vw { width: 88vw !important; }
	.Width-sm-89vw { width: 89vw !important; }
	.Width-sm-90vw { width: 90vw !important; }
	.Width-sm-91vw { width: 91vw !important; }
	.Width-sm-92vw { width: 92vw !important; }
	.Width-sm-93vw { width: 93vw !important; }
	.Width-sm-94vw { width: 94vw !important; }
	.Width-sm-95vw { width: 95vw !important; }
	.Width-sm-96vw { width: 96vw !important; }
	.Width-sm-97vw { width: 97vw !important; }
	.Width-sm-98vw { width: 98vw !important; }
	.Width-sm-99vw { width: 99vw !important; }
	.Width-sm-100vw { width: 100vw !important; }
	.Width-sm-0vh { width: 0vh !important; }
	.Width-sm-1vh { width: 1vh !important; }
	.Width-sm-2vh { width: 2vh !important; }
	.Width-sm-3vh { width: 3vh !important; }
	.Width-sm-4vh { width: 4vh !important; }
	.Width-sm-5vh { width: 5vh !important; }
	.Width-sm-6vh { width: 6vh !important; }
	.Width-sm-7vh { width: 7vh !important; }
	.Width-sm-8vh { width: 8vh !important; }
	.Width-sm-9vh { width: 9vh !important; }
	.Width-sm-10vh { width: 10vh !important; }
	.Width-sm-11vh { width: 11vh !important; }
	.Width-sm-12vh { width: 12vh !important; }
	.Width-sm-13vh { width: 13vh !important; }
	.Width-sm-14vh { width: 14vh !important; }
	.Width-sm-15vh { width: 15vh !important; }
	.Width-sm-16vh { width: 16vh !important; }
	.Width-sm-17vh { width: 17vh !important; }
	.Width-sm-18vh { width: 18vh !important; }
	.Width-sm-19vh { width: 19vh !important; }
	.Width-sm-20vh { width: 20vh !important; }
	.Width-sm-21vh { width: 21vh !important; }
	.Width-sm-22vh { width: 22vh !important; }
	.Width-sm-23vh { width: 23vh !important; }
	.Width-sm-24vh { width: 24vh !important; }
	.Width-sm-25vh { width: 25vh !important; }
	.Width-sm-26vh { width: 26vh !important; }
	.Width-sm-27vh { width: 27vh !important; }
	.Width-sm-28vh { width: 28vh !important; }
	.Width-sm-29vh { width: 29vh !important; }
	.Width-sm-30vh { width: 30vh !important; }
	.Width-sm-31vh { width: 31vh !important; }
	.Width-sm-32vh { width: 32vh !important; }
	.Width-sm-33vh { width: 33vh !important; }
	.Width-sm-34vh { width: 34vh !important; }
	.Width-sm-35vh { width: 35vh !important; }
	.Width-sm-36vh { width: 36vh !important; }
	.Width-sm-37vh { width: 37vh !important; }
	.Width-sm-38vh { width: 38vh !important; }
	.Width-sm-39vh { width: 39vh !important; }
	.Width-sm-40vh { width: 40vh !important; }
	.Width-sm-41vh { width: 41vh !important; }
	.Width-sm-42vh { width: 42vh !important; }
	.Width-sm-43vh { width: 43vh !important; }
	.Width-sm-44vh { width: 44vh !important; }
	.Width-sm-45vh { width: 45vh !important; }
	.Width-sm-46vh { width: 46vh !important; }
	.Width-sm-47vh { width: 47vh !important; }
	.Width-sm-48vh { width: 48vh !important; }
	.Width-sm-49vh { width: 49vh !important; }
	.Width-sm-50vh { width: 50vh !important; }
	.Width-sm-51vh { width: 51vh !important; }
	.Width-sm-52vh { width: 52vh !important; }
	.Width-sm-53vh { width: 53vh !important; }
	.Width-sm-54vh { width: 54vh !important; }
	.Width-sm-55vh { width: 55vh !important; }
	.Width-sm-56vh { width: 56vh !important; }
	.Width-sm-57vh { width: 57vh !important; }
	.Width-sm-58vh { width: 58vh !important; }
	.Width-sm-59vh { width: 59vh !important; }
	.Width-sm-60vh { width: 60vh !important; }
	.Width-sm-61vh { width: 61vh !important; }
	.Width-sm-62vh { width: 62vh !important; }
	.Width-sm-63vh { width: 63vh !important; }
	.Width-sm-64vh { width: 64vh !important; }
	.Width-sm-65vh { width: 65vh !important; }
	.Width-sm-66vh { width: 66vh !important; }
	.Width-sm-67vh { width: 67vh !important; }
	.Width-sm-68vh { width: 68vh !important; }
	.Width-sm-69vh { width: 69vh !important; }
	.Width-sm-70vh { width: 70vh !important; }
	.Width-sm-71vh { width: 71vh !important; }
	.Width-sm-72vh { width: 72vh !important; }
	.Width-sm-73vh { width: 73vh !important; }
	.Width-sm-74vh { width: 74vh !important; }
	.Width-sm-75vh { width: 75vh !important; }
	.Width-sm-76vh { width: 76vh !important; }
	.Width-sm-77vh { width: 77vh !important; }
	.Width-sm-78vh { width: 78vh !important; }
	.Width-sm-79vh { width: 79vh !important; }
	.Width-sm-80vh { width: 80vh !important; }
	.Width-sm-81vh { width: 81vh !important; }
	.Width-sm-82vh { width: 82vh !important; }
	.Width-sm-83vh { width: 83vh !important; }
	.Width-sm-84vh { width: 84vh !important; }
	.Width-sm-85vh { width: 85vh !important; }
	.Width-sm-86vh { width: 86vh !important; }
	.Width-sm-87vh { width: 87vh !important; }
	.Width-sm-88vh { width: 88vh !important; }
	.Width-sm-89vh { width: 89vh !important; }
	.Width-sm-90vh { width: 90vh !important; }
	.Width-sm-91vh { width: 91vh !important; }
	.Width-sm-92vh { width: 92vh !important; }
	.Width-sm-93vh { width: 93vh !important; }
	.Width-sm-94vh { width: 94vh !important; }
	.Width-sm-95vh { width: 95vh !important; }
	.Width-sm-96vh { width: 96vh !important; }
	.Width-sm-97vh { width: 97vh !important; }
	.Width-sm-98vh { width: 98vh !important; }
	.Width-sm-99vh { width: 99vh !important; }
	.Width-sm-100vh { width: 100vh !important; }
	.Width-sm-0vmin { width: 0vmin !important; }
	.Width-sm-1vmin { width: 1vmin !important; }
	.Width-sm-2vmin { width: 2vmin !important; }
	.Width-sm-3vmin { width: 3vmin !important; }
	.Width-sm-4vmin { width: 4vmin !important; }
	.Width-sm-5vmin { width: 5vmin !important; }
	.Width-sm-6vmin { width: 6vmin !important; }
	.Width-sm-7vmin { width: 7vmin !important; }
	.Width-sm-8vmin { width: 8vmin !important; }
	.Width-sm-9vmin { width: 9vmin !important; }
	.Width-sm-10vmin { width: 10vmin !important; }
	.Width-sm-11vmin { width: 11vmin !important; }
	.Width-sm-12vmin { width: 12vmin !important; }
	.Width-sm-13vmin { width: 13vmin !important; }
	.Width-sm-14vmin { width: 14vmin !important; }
	.Width-sm-15vmin { width: 15vmin !important; }
	.Width-sm-16vmin { width: 16vmin !important; }
	.Width-sm-17vmin { width: 17vmin !important; }
	.Width-sm-18vmin { width: 18vmin !important; }
	.Width-sm-19vmin { width: 19vmin !important; }
	.Width-sm-20vmin { width: 20vmin !important; }
	.Width-sm-21vmin { width: 21vmin !important; }
	.Width-sm-22vmin { width: 22vmin !important; }
	.Width-sm-23vmin { width: 23vmin !important; }
	.Width-sm-24vmin { width: 24vmin !important; }
	.Width-sm-25vmin { width: 25vmin !important; }
	.Width-sm-26vmin { width: 26vmin !important; }
	.Width-sm-27vmin { width: 27vmin !important; }
	.Width-sm-28vmin { width: 28vmin !important; }
	.Width-sm-29vmin { width: 29vmin !important; }
	.Width-sm-30vmin { width: 30vmin !important; }
	.Width-sm-31vmin { width: 31vmin !important; }
	.Width-sm-32vmin { width: 32vmin !important; }
	.Width-sm-33vmin { width: 33vmin !important; }
	.Width-sm-34vmin { width: 34vmin !important; }
	.Width-sm-35vmin { width: 35vmin !important; }
	.Width-sm-36vmin { width: 36vmin !important; }
	.Width-sm-37vmin { width: 37vmin !important; }
	.Width-sm-38vmin { width: 38vmin !important; }
	.Width-sm-39vmin { width: 39vmin !important; }
	.Width-sm-40vmin { width: 40vmin !important; }
	.Width-sm-41vmin { width: 41vmin !important; }
	.Width-sm-42vmin { width: 42vmin !important; }
	.Width-sm-43vmin { width: 43vmin !important; }
	.Width-sm-44vmin { width: 44vmin !important; }
	.Width-sm-45vmin { width: 45vmin !important; }
	.Width-sm-46vmin { width: 46vmin !important; }
	.Width-sm-47vmin { width: 47vmin !important; }
	.Width-sm-48vmin { width: 48vmin !important; }
	.Width-sm-49vmin { width: 49vmin !important; }
	.Width-sm-50vmin { width: 50vmin !important; }
	.Width-sm-51vmin { width: 51vmin !important; }
	.Width-sm-52vmin { width: 52vmin !important; }
	.Width-sm-53vmin { width: 53vmin !important; }
	.Width-sm-54vmin { width: 54vmin !important; }
	.Width-sm-55vmin { width: 55vmin !important; }
	.Width-sm-56vmin { width: 56vmin !important; }
	.Width-sm-57vmin { width: 57vmin !important; }
	.Width-sm-58vmin { width: 58vmin !important; }
	.Width-sm-59vmin { width: 59vmin !important; }
	.Width-sm-60vmin { width: 60vmin !important; }
	.Width-sm-61vmin { width: 61vmin !important; }
	.Width-sm-62vmin { width: 62vmin !important; }
	.Width-sm-63vmin { width: 63vmin !important; }
	.Width-sm-64vmin { width: 64vmin !important; }
	.Width-sm-65vmin { width: 65vmin !important; }
	.Width-sm-66vmin { width: 66vmin !important; }
	.Width-sm-67vmin { width: 67vmin !important; }
	.Width-sm-68vmin { width: 68vmin !important; }
	.Width-sm-69vmin { width: 69vmin !important; }
	.Width-sm-70vmin { width: 70vmin !important; }
	.Width-sm-71vmin { width: 71vmin !important; }
	.Width-sm-72vmin { width: 72vmin !important; }
	.Width-sm-73vmin { width: 73vmin !important; }
	.Width-sm-74vmin { width: 74vmin !important; }
	.Width-sm-75vmin { width: 75vmin !important; }
	.Width-sm-76vmin { width: 76vmin !important; }
	.Width-sm-77vmin { width: 77vmin !important; }
	.Width-sm-78vmin { width: 78vmin !important; }
	.Width-sm-79vmin { width: 79vmin !important; }
	.Width-sm-80vmin { width: 80vmin !important; }
	.Width-sm-81vmin { width: 81vmin !important; }
	.Width-sm-82vmin { width: 82vmin !important; }
	.Width-sm-83vmin { width: 83vmin !important; }
	.Width-sm-84vmin { width: 84vmin !important; }
	.Width-sm-85vmin { width: 85vmin !important; }
	.Width-sm-86vmin { width: 86vmin !important; }
	.Width-sm-87vmin { width: 87vmin !important; }
	.Width-sm-88vmin { width: 88vmin !important; }
	.Width-sm-89vmin { width: 89vmin !important; }
	.Width-sm-90vmin { width: 90vmin !important; }
	.Width-sm-91vmin { width: 91vmin !important; }
	.Width-sm-92vmin { width: 92vmin !important; }
	.Width-sm-93vmin { width: 93vmin !important; }
	.Width-sm-94vmin { width: 94vmin !important; }
	.Width-sm-95vmin { width: 95vmin !important; }
	.Width-sm-96vmin { width: 96vmin !important; }
	.Width-sm-97vmin { width: 97vmin !important; }
	.Width-sm-98vmin { width: 98vmin !important; }
	.Width-sm-99vmin { width: 99vmin !important; }
	.Width-sm-100vmin { width: 100vmin !important; }
	.Width-sm-0vmax { width: 0vmax !important; }
	.Width-sm-1vmax { width: 1vmax !important; }
	.Width-sm-2vmax { width: 2vmax !important; }
	.Width-sm-3vmax { width: 3vmax !important; }
	.Width-sm-4vmax { width: 4vmax !important; }
	.Width-sm-5vmax { width: 5vmax !important; }
	.Width-sm-6vmax { width: 6vmax !important; }
	.Width-sm-7vmax { width: 7vmax !important; }
	.Width-sm-8vmax { width: 8vmax !important; }
	.Width-sm-9vmax { width: 9vmax !important; }
	.Width-sm-10vmax { width: 10vmax !important; }
	.Width-sm-11vmax { width: 11vmax !important; }
	.Width-sm-12vmax { width: 12vmax !important; }
	.Width-sm-13vmax { width: 13vmax !important; }
	.Width-sm-14vmax { width: 14vmax !important; }
	.Width-sm-15vmax { width: 15vmax !important; }
	.Width-sm-16vmax { width: 16vmax !important; }
	.Width-sm-17vmax { width: 17vmax !important; }
	.Width-sm-18vmax { width: 18vmax !important; }
	.Width-sm-19vmax { width: 19vmax !important; }
	.Width-sm-20vmax { width: 20vmax !important; }
	.Width-sm-21vmax { width: 21vmax !important; }
	.Width-sm-22vmax { width: 22vmax !important; }
	.Width-sm-23vmax { width: 23vmax !important; }
	.Width-sm-24vmax { width: 24vmax !important; }
	.Width-sm-25vmax { width: 25vmax !important; }
	.Width-sm-26vmax { width: 26vmax !important; }
	.Width-sm-27vmax { width: 27vmax !important; }
	.Width-sm-28vmax { width: 28vmax !important; }
	.Width-sm-29vmax { width: 29vmax !important; }
	.Width-sm-30vmax { width: 30vmax !important; }
	.Width-sm-31vmax { width: 31vmax !important; }
	.Width-sm-32vmax { width: 32vmax !important; }
	.Width-sm-33vmax { width: 33vmax !important; }
	.Width-sm-34vmax { width: 34vmax !important; }
	.Width-sm-35vmax { width: 35vmax !important; }
	.Width-sm-36vmax { width: 36vmax !important; }
	.Width-sm-37vmax { width: 37vmax !important; }
	.Width-sm-38vmax { width: 38vmax !important; }
	.Width-sm-39vmax { width: 39vmax !important; }
	.Width-sm-40vmax { width: 40vmax !important; }
	.Width-sm-41vmax { width: 41vmax !important; }
	.Width-sm-42vmax { width: 42vmax !important; }
	.Width-sm-43vmax { width: 43vmax !important; }
	.Width-sm-44vmax { width: 44vmax !important; }
	.Width-sm-45vmax { width: 45vmax !important; }
	.Width-sm-46vmax { width: 46vmax !important; }
	.Width-sm-47vmax { width: 47vmax !important; }
	.Width-sm-48vmax { width: 48vmax !important; }
	.Width-sm-49vmax { width: 49vmax !important; }
	.Width-sm-50vmax { width: 50vmax !important; }
	.Width-sm-51vmax { width: 51vmax !important; }
	.Width-sm-52vmax { width: 52vmax !important; }
	.Width-sm-53vmax { width: 53vmax !important; }
	.Width-sm-54vmax { width: 54vmax !important; }
	.Width-sm-55vmax { width: 55vmax !important; }
	.Width-sm-56vmax { width: 56vmax !important; }
	.Width-sm-57vmax { width: 57vmax !important; }
	.Width-sm-58vmax { width: 58vmax !important; }
	.Width-sm-59vmax { width: 59vmax !important; }
	.Width-sm-60vmax { width: 60vmax !important; }
	.Width-sm-61vmax { width: 61vmax !important; }
	.Width-sm-62vmax { width: 62vmax !important; }
	.Width-sm-63vmax { width: 63vmax !important; }
	.Width-sm-64vmax { width: 64vmax !important; }
	.Width-sm-65vmax { width: 65vmax !important; }
	.Width-sm-66vmax { width: 66vmax !important; }
	.Width-sm-67vmax { width: 67vmax !important; }
	.Width-sm-68vmax { width: 68vmax !important; }
	.Width-sm-69vmax { width: 69vmax !important; }
	.Width-sm-70vmax { width: 70vmax !important; }
	.Width-sm-71vmax { width: 71vmax !important; }
	.Width-sm-72vmax { width: 72vmax !important; }
	.Width-sm-73vmax { width: 73vmax !important; }
	.Width-sm-74vmax { width: 74vmax !important; }
	.Width-sm-75vmax { width: 75vmax !important; }
	.Width-sm-76vmax { width: 76vmax !important; }
	.Width-sm-77vmax { width: 77vmax !important; }
	.Width-sm-78vmax { width: 78vmax !important; }
	.Width-sm-79vmax { width: 79vmax !important; }
	.Width-sm-80vmax { width: 80vmax !important; }
	.Width-sm-81vmax { width: 81vmax !important; }
	.Width-sm-82vmax { width: 82vmax !important; }
	.Width-sm-83vmax { width: 83vmax !important; }
	.Width-sm-84vmax { width: 84vmax !important; }
	.Width-sm-85vmax { width: 85vmax !important; }
	.Width-sm-86vmax { width: 86vmax !important; }
	.Width-sm-87vmax { width: 87vmax !important; }
	.Width-sm-88vmax { width: 88vmax !important; }
	.Width-sm-89vmax { width: 89vmax !important; }
	.Width-sm-90vmax { width: 90vmax !important; }
	.Width-sm-91vmax { width: 91vmax !important; }
	.Width-sm-92vmax { width: 92vmax !important; }
	.Width-sm-93vmax { width: 93vmax !important; }
	.Width-sm-94vmax { width: 94vmax !important; }
	.Width-sm-95vmax { width: 95vmax !important; }
	.Width-sm-96vmax { width: 96vmax !important; }
	.Width-sm-97vmax { width: 97vmax !important; }
	.Width-sm-98vmax { width: 98vmax !important; }
	.Width-sm-99vmax { width: 99vmax !important; }
	.Width-sm-100vmax { width: 100vmax !important; }
	.Height-sm-0x10 { height: 0% !important; }
	.Height-sm-1x10 { height: 10% !important; }
	.Height-sm-2x10 { height: 20% !important; }
	.Height-sm-3x10 { height: 30% !important; }
	.Height-sm-4x10 { height: 40% !important; }
	.Height-sm-5x10 { height: 50% !important; }
	.Height-sm-6x10 { height: 60% !important; }
	.Height-sm-7x10 { height: 70% !important; }
	.Height-sm-8x10 { height: 80% !important; }
	.Height-sm-9x10 { height: 90% !important; }
	.Height-sm-10x10 { height: 100% !important; }
	.Height-sm-0x12 { height: 0% !important; }
	.Height-sm-1x12 { height: 8.3333333333333% !important; }
	.Height-sm-2x12 { height: 16.666666666667% !important; }
	.Height-sm-3x12 { height: 25% !important; }
	.Height-sm-4x12 { height: 33.333333333333% !important; }
	.Height-sm-5x12 { height: 41.666666666667% !important; }
	.Height-sm-6x12 { height: 50% !important; }
	.Height-sm-7x12 { height: 58.333333333333% !important; }
	.Height-sm-8x12 { height: 66.666666666667% !important; }
	.Height-sm-9x12 { height: 75% !important; }
	.Height-sm-10x12 { height: 83.333333333333% !important; }
	.Height-sm-11x12 { height: 91.666666666667% !important; }
	.Height-sm-12x12 { height: 100% !important; }
	.Height-sm-0x16 { height: 0% !important; }
	.Height-sm-1x16 { height: 6.25% !important; }
	.Height-sm-2x16 { height: 12.5% !important; }
	.Height-sm-3x16 { height: 18.75% !important; }
	.Height-sm-4x16 { height: 25% !important; }
	.Height-sm-5x16 { height: 31.25% !important; }
	.Height-sm-6x16 { height: 37.5% !important; }
	.Height-sm-7x16 { height: 43.75% !important; }
	.Height-sm-8x16 { height: 50% !important; }
	.Height-sm-9x16 { height: 56.25% !important; }
	.Height-sm-10x16 { height: 62.5% !important; }
	.Height-sm-11x16 { height: 68.75% !important; }
	.Height-sm-12x16 { height: 75% !important; }
	.Height-sm-13x16 { height: 81.25% !important; }
	.Height-sm-14x16 { height: 87.5% !important; }
	.Height-sm-15x16 { height: 93.75% !important; }
	.Height-sm-16x16 { height: 100% !important; }
	.Height-sm-0em { height: 0em !important; }
	.Height-sm-1em { height: 1em !important; }
	.Height-sm-2em { height: 2em !important; }
	.Height-sm-3em { height: 3em !important; }
	.Height-sm-4em { height: 4em !important; }
	.Height-sm-5em { height: 5em !important; }
	.Height-sm-6em { height: 6em !important; }
	.Height-sm-7em { height: 7em !important; }
	.Height-sm-8em { height: 8em !important; }
	.Height-sm-9em { height: 9em !important; }
	.Height-sm-10em { height: 10em !important; }
	.Height-sm-11em { height: 11em !important; }
	.Height-sm-12em { height: 12em !important; }
	.Height-sm-13em { height: 13em !important; }
	.Height-sm-14em { height: 14em !important; }
	.Height-sm-15em { height: 15em !important; }
	.Height-sm-16em { height: 16em !important; }
	.Height-sm-17em { height: 17em !important; }
	.Height-sm-18em { height: 18em !important; }
	.Height-sm-19em { height: 19em !important; }
	.Height-sm-20em { height: 20em !important; }
	.Height-sm-21em { height: 21em !important; }
	.Height-sm-22em { height: 22em !important; }
	.Height-sm-23em { height: 23em !important; }
	.Height-sm-24em { height: 24em !important; }
	.Height-sm-0x16em { height: 0em !important; }
	.Height-sm-1x16em { height: 0.0625em !important; }
	.Height-sm-2x16em { height: 0.125em !important; }
	.Height-sm-3x16em { height: 0.1875em !important; }
	.Height-sm-4x16em { height: 0.25em !important; }
	.Height-sm-5x16em { height: 0.3125em !important; }
	.Height-sm-6x16em { height: 0.375em !important; }
	.Height-sm-7x16em { height: 0.4375em !important; }
	.Height-sm-8x16em { height: 0.5em !important; }
	.Height-sm-9x16em { height: 0.5625em !important; }
	.Height-sm-10x16em { height: 0.625em !important; }
	.Height-sm-11x16em { height: 0.6875em !important; }
	.Height-sm-12x16em { height: 0.75em !important; }
	.Height-sm-13x16em { height: 0.8125em !important; }
	.Height-sm-14x16em { height: 0.875em !important; }
	.Height-sm-15x16em { height: 0.9375em !important; }
	.Height-sm-16x16em { height: 1em !important; }
	.Height-sm-0vw { height: 0vw !important; }
	.Height-sm-1vw { height: 1vw !important; }
	.Height-sm-2vw { height: 2vw !important; }
	.Height-sm-3vw { height: 3vw !important; }
	.Height-sm-4vw { height: 4vw !important; }
	.Height-sm-5vw { height: 5vw !important; }
	.Height-sm-6vw { height: 6vw !important; }
	.Height-sm-7vw { height: 7vw !important; }
	.Height-sm-8vw { height: 8vw !important; }
	.Height-sm-9vw { height: 9vw !important; }
	.Height-sm-10vw { height: 10vw !important; }
	.Height-sm-11vw { height: 11vw !important; }
	.Height-sm-12vw { height: 12vw !important; }
	.Height-sm-13vw { height: 13vw !important; }
	.Height-sm-14vw { height: 14vw !important; }
	.Height-sm-15vw { height: 15vw !important; }
	.Height-sm-16vw { height: 16vw !important; }
	.Height-sm-17vw { height: 17vw !important; }
	.Height-sm-18vw { height: 18vw !important; }
	.Height-sm-19vw { height: 19vw !important; }
	.Height-sm-20vw { height: 20vw !important; }
	.Height-sm-21vw { height: 21vw !important; }
	.Height-sm-22vw { height: 22vw !important; }
	.Height-sm-23vw { height: 23vw !important; }
	.Height-sm-24vw { height: 24vw !important; }
	.Height-sm-25vw { height: 25vw !important; }
	.Height-sm-26vw { height: 26vw !important; }
	.Height-sm-27vw { height: 27vw !important; }
	.Height-sm-28vw { height: 28vw !important; }
	.Height-sm-29vw { height: 29vw !important; }
	.Height-sm-30vw { height: 30vw !important; }
	.Height-sm-31vw { height: 31vw !important; }
	.Height-sm-32vw { height: 32vw !important; }
	.Height-sm-33vw { height: 33vw !important; }
	.Height-sm-34vw { height: 34vw !important; }
	.Height-sm-35vw { height: 35vw !important; }
	.Height-sm-36vw { height: 36vw !important; }
	.Height-sm-37vw { height: 37vw !important; }
	.Height-sm-38vw { height: 38vw !important; }
	.Height-sm-39vw { height: 39vw !important; }
	.Height-sm-40vw { height: 40vw !important; }
	.Height-sm-41vw { height: 41vw !important; }
	.Height-sm-42vw { height: 42vw !important; }
	.Height-sm-43vw { height: 43vw !important; }
	.Height-sm-44vw { height: 44vw !important; }
	.Height-sm-45vw { height: 45vw !important; }
	.Height-sm-46vw { height: 46vw !important; }
	.Height-sm-47vw { height: 47vw !important; }
	.Height-sm-48vw { height: 48vw !important; }
	.Height-sm-49vw { height: 49vw !important; }
	.Height-sm-50vw { height: 50vw !important; }
	.Height-sm-51vw { height: 51vw !important; }
	.Height-sm-52vw { height: 52vw !important; }
	.Height-sm-53vw { height: 53vw !important; }
	.Height-sm-54vw { height: 54vw !important; }
	.Height-sm-55vw { height: 55vw !important; }
	.Height-sm-56vw { height: 56vw !important; }
	.Height-sm-57vw { height: 57vw !important; }
	.Height-sm-58vw { height: 58vw !important; }
	.Height-sm-59vw { height: 59vw !important; }
	.Height-sm-60vw { height: 60vw !important; }
	.Height-sm-61vw { height: 61vw !important; }
	.Height-sm-62vw { height: 62vw !important; }
	.Height-sm-63vw { height: 63vw !important; }
	.Height-sm-64vw { height: 64vw !important; }
	.Height-sm-65vw { height: 65vw !important; }
	.Height-sm-66vw { height: 66vw !important; }
	.Height-sm-67vw { height: 67vw !important; }
	.Height-sm-68vw { height: 68vw !important; }
	.Height-sm-69vw { height: 69vw !important; }
	.Height-sm-70vw { height: 70vw !important; }
	.Height-sm-71vw { height: 71vw !important; }
	.Height-sm-72vw { height: 72vw !important; }
	.Height-sm-73vw { height: 73vw !important; }
	.Height-sm-74vw { height: 74vw !important; }
	.Height-sm-75vw { height: 75vw !important; }
	.Height-sm-76vw { height: 76vw !important; }
	.Height-sm-77vw { height: 77vw !important; }
	.Height-sm-78vw { height: 78vw !important; }
	.Height-sm-79vw { height: 79vw !important; }
	.Height-sm-80vw { height: 80vw !important; }
	.Height-sm-81vw { height: 81vw !important; }
	.Height-sm-82vw { height: 82vw !important; }
	.Height-sm-83vw { height: 83vw !important; }
	.Height-sm-84vw { height: 84vw !important; }
	.Height-sm-85vw { height: 85vw !important; }
	.Height-sm-86vw { height: 86vw !important; }
	.Height-sm-87vw { height: 87vw !important; }
	.Height-sm-88vw { height: 88vw !important; }
	.Height-sm-89vw { height: 89vw !important; }
	.Height-sm-90vw { height: 90vw !important; }
	.Height-sm-91vw { height: 91vw !important; }
	.Height-sm-92vw { height: 92vw !important; }
	.Height-sm-93vw { height: 93vw !important; }
	.Height-sm-94vw { height: 94vw !important; }
	.Height-sm-95vw { height: 95vw !important; }
	.Height-sm-96vw { height: 96vw !important; }
	.Height-sm-97vw { height: 97vw !important; }
	.Height-sm-98vw { height: 98vw !important; }
	.Height-sm-99vw { height: 99vw !important; }
	.Height-sm-100vw { height: 100vw !important; }
	.Height-sm-0vh { height: 0vh !important; }
	.Height-sm-1vh { height: 1vh !important; }
	.Height-sm-2vh { height: 2vh !important; }
	.Height-sm-3vh { height: 3vh !important; }
	.Height-sm-4vh { height: 4vh !important; }
	.Height-sm-5vh { height: 5vh !important; }
	.Height-sm-6vh { height: 6vh !important; }
	.Height-sm-7vh { height: 7vh !important; }
	.Height-sm-8vh { height: 8vh !important; }
	.Height-sm-9vh { height: 9vh !important; }
	.Height-sm-10vh { height: 10vh !important; }
	.Height-sm-11vh { height: 11vh !important; }
	.Height-sm-12vh { height: 12vh !important; }
	.Height-sm-13vh { height: 13vh !important; }
	.Height-sm-14vh { height: 14vh !important; }
	.Height-sm-15vh { height: 15vh !important; }
	.Height-sm-16vh { height: 16vh !important; }
	.Height-sm-17vh { height: 17vh !important; }
	.Height-sm-18vh { height: 18vh !important; }
	.Height-sm-19vh { height: 19vh !important; }
	.Height-sm-20vh { height: 20vh !important; }
	.Height-sm-21vh { height: 21vh !important; }
	.Height-sm-22vh { height: 22vh !important; }
	.Height-sm-23vh { height: 23vh !important; }
	.Height-sm-24vh { height: 24vh !important; }
	.Height-sm-25vh { height: 25vh !important; }
	.Height-sm-26vh { height: 26vh !important; }
	.Height-sm-27vh { height: 27vh !important; }
	.Height-sm-28vh { height: 28vh !important; }
	.Height-sm-29vh { height: 29vh !important; }
	.Height-sm-30vh { height: 30vh !important; }
	.Height-sm-31vh { height: 31vh !important; }
	.Height-sm-32vh { height: 32vh !important; }
	.Height-sm-33vh { height: 33vh !important; }
	.Height-sm-34vh { height: 34vh !important; }
	.Height-sm-35vh { height: 35vh !important; }
	.Height-sm-36vh { height: 36vh !important; }
	.Height-sm-37vh { height: 37vh !important; }
	.Height-sm-38vh { height: 38vh !important; }
	.Height-sm-39vh { height: 39vh !important; }
	.Height-sm-40vh { height: 40vh !important; }
	.Height-sm-41vh { height: 41vh !important; }
	.Height-sm-42vh { height: 42vh !important; }
	.Height-sm-43vh { height: 43vh !important; }
	.Height-sm-44vh { height: 44vh !important; }
	.Height-sm-45vh { height: 45vh !important; }
	.Height-sm-46vh { height: 46vh !important; }
	.Height-sm-47vh { height: 47vh !important; }
	.Height-sm-48vh { height: 48vh !important; }
	.Height-sm-49vh { height: 49vh !important; }
	.Height-sm-50vh { height: 50vh !important; }
	.Height-sm-51vh { height: 51vh !important; }
	.Height-sm-52vh { height: 52vh !important; }
	.Height-sm-53vh { height: 53vh !important; }
	.Height-sm-54vh { height: 54vh !important; }
	.Height-sm-55vh { height: 55vh !important; }
	.Height-sm-56vh { height: 56vh !important; }
	.Height-sm-57vh { height: 57vh !important; }
	.Height-sm-58vh { height: 58vh !important; }
	.Height-sm-59vh { height: 59vh !important; }
	.Height-sm-60vh { height: 60vh !important; }
	.Height-sm-61vh { height: 61vh !important; }
	.Height-sm-62vh { height: 62vh !important; }
	.Height-sm-63vh { height: 63vh !important; }
	.Height-sm-64vh { height: 64vh !important; }
	.Height-sm-65vh { height: 65vh !important; }
	.Height-sm-66vh { height: 66vh !important; }
	.Height-sm-67vh { height: 67vh !important; }
	.Height-sm-68vh { height: 68vh !important; }
	.Height-sm-69vh { height: 69vh !important; }
	.Height-sm-70vh { height: 70vh !important; }
	.Height-sm-71vh { height: 71vh !important; }
	.Height-sm-72vh { height: 72vh !important; }
	.Height-sm-73vh { height: 73vh !important; }
	.Height-sm-74vh { height: 74vh !important; }
	.Height-sm-75vh { height: 75vh !important; }
	.Height-sm-76vh { height: 76vh !important; }
	.Height-sm-77vh { height: 77vh !important; }
	.Height-sm-78vh { height: 78vh !important; }
	.Height-sm-79vh { height: 79vh !important; }
	.Height-sm-80vh { height: 80vh !important; }
	.Height-sm-81vh { height: 81vh !important; }
	.Height-sm-82vh { height: 82vh !important; }
	.Height-sm-83vh { height: 83vh !important; }
	.Height-sm-84vh { height: 84vh !important; }
	.Height-sm-85vh { height: 85vh !important; }
	.Height-sm-86vh { height: 86vh !important; }
	.Height-sm-87vh { height: 87vh !important; }
	.Height-sm-88vh { height: 88vh !important; }
	.Height-sm-89vh { height: 89vh !important; }
	.Height-sm-90vh { height: 90vh !important; }
	.Height-sm-91vh { height: 91vh !important; }
	.Height-sm-92vh { height: 92vh !important; }
	.Height-sm-93vh { height: 93vh !important; }
	.Height-sm-94vh { height: 94vh !important; }
	.Height-sm-95vh { height: 95vh !important; }
	.Height-sm-96vh { height: 96vh !important; }
	.Height-sm-97vh { height: 97vh !important; }
	.Height-sm-98vh { height: 98vh !important; }
	.Height-sm-99vh { height: 99vh !important; }
	.Height-sm-100vh { height: 100vh !important; }
	.Height-sm-0vmin { height: 0vmin !important; }
	.Height-sm-1vmin { height: 1vmin !important; }
	.Height-sm-2vmin { height: 2vmin !important; }
	.Height-sm-3vmin { height: 3vmin !important; }
	.Height-sm-4vmin { height: 4vmin !important; }
	.Height-sm-5vmin { height: 5vmin !important; }
	.Height-sm-6vmin { height: 6vmin !important; }
	.Height-sm-7vmin { height: 7vmin !important; }
	.Height-sm-8vmin { height: 8vmin !important; }
	.Height-sm-9vmin { height: 9vmin !important; }
	.Height-sm-10vmin { height: 10vmin !important; }
	.Height-sm-11vmin { height: 11vmin !important; }
	.Height-sm-12vmin { height: 12vmin !important; }
	.Height-sm-13vmin { height: 13vmin !important; }
	.Height-sm-14vmin { height: 14vmin !important; }
	.Height-sm-15vmin { height: 15vmin !important; }
	.Height-sm-16vmin { height: 16vmin !important; }
	.Height-sm-17vmin { height: 17vmin !important; }
	.Height-sm-18vmin { height: 18vmin !important; }
	.Height-sm-19vmin { height: 19vmin !important; }
	.Height-sm-20vmin { height: 20vmin !important; }
	.Height-sm-21vmin { height: 21vmin !important; }
	.Height-sm-22vmin { height: 22vmin !important; }
	.Height-sm-23vmin { height: 23vmin !important; }
	.Height-sm-24vmin { height: 24vmin !important; }
	.Height-sm-25vmin { height: 25vmin !important; }
	.Height-sm-26vmin { height: 26vmin !important; }
	.Height-sm-27vmin { height: 27vmin !important; }
	.Height-sm-28vmin { height: 28vmin !important; }
	.Height-sm-29vmin { height: 29vmin !important; }
	.Height-sm-30vmin { height: 30vmin !important; }
	.Height-sm-31vmin { height: 31vmin !important; }
	.Height-sm-32vmin { height: 32vmin !important; }
	.Height-sm-33vmin { height: 33vmin !important; }
	.Height-sm-34vmin { height: 34vmin !important; }
	.Height-sm-35vmin { height: 35vmin !important; }
	.Height-sm-36vmin { height: 36vmin !important; }
	.Height-sm-37vmin { height: 37vmin !important; }
	.Height-sm-38vmin { height: 38vmin !important; }
	.Height-sm-39vmin { height: 39vmin !important; }
	.Height-sm-40vmin { height: 40vmin !important; }
	.Height-sm-41vmin { height: 41vmin !important; }
	.Height-sm-42vmin { height: 42vmin !important; }
	.Height-sm-43vmin { height: 43vmin !important; }
	.Height-sm-44vmin { height: 44vmin !important; }
	.Height-sm-45vmin { height: 45vmin !important; }
	.Height-sm-46vmin { height: 46vmin !important; }
	.Height-sm-47vmin { height: 47vmin !important; }
	.Height-sm-48vmin { height: 48vmin !important; }
	.Height-sm-49vmin { height: 49vmin !important; }
	.Height-sm-50vmin { height: 50vmin !important; }
	.Height-sm-51vmin { height: 51vmin !important; }
	.Height-sm-52vmin { height: 52vmin !important; }
	.Height-sm-53vmin { height: 53vmin !important; }
	.Height-sm-54vmin { height: 54vmin !important; }
	.Height-sm-55vmin { height: 55vmin !important; }
	.Height-sm-56vmin { height: 56vmin !important; }
	.Height-sm-57vmin { height: 57vmin !important; }
	.Height-sm-58vmin { height: 58vmin !important; }
	.Height-sm-59vmin { height: 59vmin !important; }
	.Height-sm-60vmin { height: 60vmin !important; }
	.Height-sm-61vmin { height: 61vmin !important; }
	.Height-sm-62vmin { height: 62vmin !important; }
	.Height-sm-63vmin { height: 63vmin !important; }
	.Height-sm-64vmin { height: 64vmin !important; }
	.Height-sm-65vmin { height: 65vmin !important; }
	.Height-sm-66vmin { height: 66vmin !important; }
	.Height-sm-67vmin { height: 67vmin !important; }
	.Height-sm-68vmin { height: 68vmin !important; }
	.Height-sm-69vmin { height: 69vmin !important; }
	.Height-sm-70vmin { height: 70vmin !important; }
	.Height-sm-71vmin { height: 71vmin !important; }
	.Height-sm-72vmin { height: 72vmin !important; }
	.Height-sm-73vmin { height: 73vmin !important; }
	.Height-sm-74vmin { height: 74vmin !important; }
	.Height-sm-75vmin { height: 75vmin !important; }
	.Height-sm-76vmin { height: 76vmin !important; }
	.Height-sm-77vmin { height: 77vmin !important; }
	.Height-sm-78vmin { height: 78vmin !important; }
	.Height-sm-79vmin { height: 79vmin !important; }
	.Height-sm-80vmin { height: 80vmin !important; }
	.Height-sm-81vmin { height: 81vmin !important; }
	.Height-sm-82vmin { height: 82vmin !important; }
	.Height-sm-83vmin { height: 83vmin !important; }
	.Height-sm-84vmin { height: 84vmin !important; }
	.Height-sm-85vmin { height: 85vmin !important; }
	.Height-sm-86vmin { height: 86vmin !important; }
	.Height-sm-87vmin { height: 87vmin !important; }
	.Height-sm-88vmin { height: 88vmin !important; }
	.Height-sm-89vmin { height: 89vmin !important; }
	.Height-sm-90vmin { height: 90vmin !important; }
	.Height-sm-91vmin { height: 91vmin !important; }
	.Height-sm-92vmin { height: 92vmin !important; }
	.Height-sm-93vmin { height: 93vmin !important; }
	.Height-sm-94vmin { height: 94vmin !important; }
	.Height-sm-95vmin { height: 95vmin !important; }
	.Height-sm-96vmin { height: 96vmin !important; }
	.Height-sm-97vmin { height: 97vmin !important; }
	.Height-sm-98vmin { height: 98vmin !important; }
	.Height-sm-99vmin { height: 99vmin !important; }
	.Height-sm-100vmin { height: 100vmin !important; }
	.Height-sm-0vmax { height: 0vmax !important; }
	.Height-sm-1vmax { height: 1vmax !important; }
	.Height-sm-2vmax { height: 2vmax !important; }
	.Height-sm-3vmax { height: 3vmax !important; }
	.Height-sm-4vmax { height: 4vmax !important; }
	.Height-sm-5vmax { height: 5vmax !important; }
	.Height-sm-6vmax { height: 6vmax !important; }
	.Height-sm-7vmax { height: 7vmax !important; }
	.Height-sm-8vmax { height: 8vmax !important; }
	.Height-sm-9vmax { height: 9vmax !important; }
	.Height-sm-10vmax { height: 10vmax !important; }
	.Height-sm-11vmax { height: 11vmax !important; }
	.Height-sm-12vmax { height: 12vmax !important; }
	.Height-sm-13vmax { height: 13vmax !important; }
	.Height-sm-14vmax { height: 14vmax !important; }
	.Height-sm-15vmax { height: 15vmax !important; }
	.Height-sm-16vmax { height: 16vmax !important; }
	.Height-sm-17vmax { height: 17vmax !important; }
	.Height-sm-18vmax { height: 18vmax !important; }
	.Height-sm-19vmax { height: 19vmax !important; }
	.Height-sm-20vmax { height: 20vmax !important; }
	.Height-sm-21vmax { height: 21vmax !important; }
	.Height-sm-22vmax { height: 22vmax !important; }
	.Height-sm-23vmax { height: 23vmax !important; }
	.Height-sm-24vmax { height: 24vmax !important; }
	.Height-sm-25vmax { height: 25vmax !important; }
	.Height-sm-26vmax { height: 26vmax !important; }
	.Height-sm-27vmax { height: 27vmax !important; }
	.Height-sm-28vmax { height: 28vmax !important; }
	.Height-sm-29vmax { height: 29vmax !important; }
	.Height-sm-30vmax { height: 30vmax !important; }
	.Height-sm-31vmax { height: 31vmax !important; }
	.Height-sm-32vmax { height: 32vmax !important; }
	.Height-sm-33vmax { height: 33vmax !important; }
	.Height-sm-34vmax { height: 34vmax !important; }
	.Height-sm-35vmax { height: 35vmax !important; }
	.Height-sm-36vmax { height: 36vmax !important; }
	.Height-sm-37vmax { height: 37vmax !important; }
	.Height-sm-38vmax { height: 38vmax !important; }
	.Height-sm-39vmax { height: 39vmax !important; }
	.Height-sm-40vmax { height: 40vmax !important; }
	.Height-sm-41vmax { height: 41vmax !important; }
	.Height-sm-42vmax { height: 42vmax !important; }
	.Height-sm-43vmax { height: 43vmax !important; }
	.Height-sm-44vmax { height: 44vmax !important; }
	.Height-sm-45vmax { height: 45vmax !important; }
	.Height-sm-46vmax { height: 46vmax !important; }
	.Height-sm-47vmax { height: 47vmax !important; }
	.Height-sm-48vmax { height: 48vmax !important; }
	.Height-sm-49vmax { height: 49vmax !important; }
	.Height-sm-50vmax { height: 50vmax !important; }
	.Height-sm-51vmax { height: 51vmax !important; }
	.Height-sm-52vmax { height: 52vmax !important; }
	.Height-sm-53vmax { height: 53vmax !important; }
	.Height-sm-54vmax { height: 54vmax !important; }
	.Height-sm-55vmax { height: 55vmax !important; }
	.Height-sm-56vmax { height: 56vmax !important; }
	.Height-sm-57vmax { height: 57vmax !important; }
	.Height-sm-58vmax { height: 58vmax !important; }
	.Height-sm-59vmax { height: 59vmax !important; }
	.Height-sm-60vmax { height: 60vmax !important; }
	.Height-sm-61vmax { height: 61vmax !important; }
	.Height-sm-62vmax { height: 62vmax !important; }
	.Height-sm-63vmax { height: 63vmax !important; }
	.Height-sm-64vmax { height: 64vmax !important; }
	.Height-sm-65vmax { height: 65vmax !important; }
	.Height-sm-66vmax { height: 66vmax !important; }
	.Height-sm-67vmax { height: 67vmax !important; }
	.Height-sm-68vmax { height: 68vmax !important; }
	.Height-sm-69vmax { height: 69vmax !important; }
	.Height-sm-70vmax { height: 70vmax !important; }
	.Height-sm-71vmax { height: 71vmax !important; }
	.Height-sm-72vmax { height: 72vmax !important; }
	.Height-sm-73vmax { height: 73vmax !important; }
	.Height-sm-74vmax { height: 74vmax !important; }
	.Height-sm-75vmax { height: 75vmax !important; }
	.Height-sm-76vmax { height: 76vmax !important; }
	.Height-sm-77vmax { height: 77vmax !important; }
	.Height-sm-78vmax { height: 78vmax !important; }
	.Height-sm-79vmax { height: 79vmax !important; }
	.Height-sm-80vmax { height: 80vmax !important; }
	.Height-sm-81vmax { height: 81vmax !important; }
	.Height-sm-82vmax { height: 82vmax !important; }
	.Height-sm-83vmax { height: 83vmax !important; }
	.Height-sm-84vmax { height: 84vmax !important; }
	.Height-sm-85vmax { height: 85vmax !important; }
	.Height-sm-86vmax { height: 86vmax !important; }
	.Height-sm-87vmax { height: 87vmax !important; }
	.Height-sm-88vmax { height: 88vmax !important; }
	.Height-sm-89vmax { height: 89vmax !important; }
	.Height-sm-90vmax { height: 90vmax !important; }
	.Height-sm-91vmax { height: 91vmax !important; }
	.Height-sm-92vmax { height: 92vmax !important; }
	.Height-sm-93vmax { height: 93vmax !important; }
	.Height-sm-94vmax { height: 94vmax !important; }
	.Height-sm-95vmax { height: 95vmax !important; }
	.Height-sm-96vmax { height: 96vmax !important; }
	.Height-sm-97vmax { height: 97vmax !important; }
	.Height-sm-98vmax { height: 98vmax !important; }
	.Height-sm-99vmax { height: 99vmax !important; }
	.Height-sm-100vmax { height: 100vmax !important; }
	.MinWidth-sm-0x10 { min-width: 0% !important; }
	.MinWidth-sm-1x10 { min-width: 10% !important; }
	.MinWidth-sm-2x10 { min-width: 20% !important; }
	.MinWidth-sm-3x10 { min-width: 30% !important; }
	.MinWidth-sm-4x10 { min-width: 40% !important; }
	.MinWidth-sm-5x10 { min-width: 50% !important; }
	.MinWidth-sm-6x10 { min-width: 60% !important; }
	.MinWidth-sm-7x10 { min-width: 70% !important; }
	.MinWidth-sm-8x10 { min-width: 80% !important; }
	.MinWidth-sm-9x10 { min-width: 90% !important; }
	.MinWidth-sm-10x10 { min-width: 100% !important; }
	.MinWidth-sm-0x12 { min-width: 0% !important; }
	.MinWidth-sm-1x12 { min-width: 8.3333333333333% !important; }
	.MinWidth-sm-2x12 { min-width: 16.666666666667% !important; }
	.MinWidth-sm-3x12 { min-width: 25% !important; }
	.MinWidth-sm-4x12 { min-width: 33.333333333333% !important; }
	.MinWidth-sm-5x12 { min-width: 41.666666666667% !important; }
	.MinWidth-sm-6x12 { min-width: 50% !important; }
	.MinWidth-sm-7x12 { min-width: 58.333333333333% !important; }
	.MinWidth-sm-8x12 { min-width: 66.666666666667% !important; }
	.MinWidth-sm-9x12 { min-width: 75% !important; }
	.MinWidth-sm-10x12 { min-width: 83.333333333333% !important; }
	.MinWidth-sm-11x12 { min-width: 91.666666666667% !important; }
	.MinWidth-sm-12x12 { min-width: 100% !important; }
	.MinWidth-sm-0x16 { min-width: 0% !important; }
	.MinWidth-sm-1x16 { min-width: 6.25% !important; }
	.MinWidth-sm-2x16 { min-width: 12.5% !important; }
	.MinWidth-sm-3x16 { min-width: 18.75% !important; }
	.MinWidth-sm-4x16 { min-width: 25% !important; }
	.MinWidth-sm-5x16 { min-width: 31.25% !important; }
	.MinWidth-sm-6x16 { min-width: 37.5% !important; }
	.MinWidth-sm-7x16 { min-width: 43.75% !important; }
	.MinWidth-sm-8x16 { min-width: 50% !important; }
	.MinWidth-sm-9x16 { min-width: 56.25% !important; }
	.MinWidth-sm-10x16 { min-width: 62.5% !important; }
	.MinWidth-sm-11x16 { min-width: 68.75% !important; }
	.MinWidth-sm-12x16 { min-width: 75% !important; }
	.MinWidth-sm-13x16 { min-width: 81.25% !important; }
	.MinWidth-sm-14x16 { min-width: 87.5% !important; }
	.MinWidth-sm-15x16 { min-width: 93.75% !important; }
	.MinWidth-sm-16x16 { min-width: 100% !important; }
	.MinWidth-sm-0em { min-width: 0em !important; }
	.MinWidth-sm-1em { min-width: 1em !important; }
	.MinWidth-sm-2em { min-width: 2em !important; }
	.MinWidth-sm-3em { min-width: 3em !important; }
	.MinWidth-sm-4em { min-width: 4em !important; }
	.MinWidth-sm-5em { min-width: 5em !important; }
	.MinWidth-sm-6em { min-width: 6em !important; }
	.MinWidth-sm-7em { min-width: 7em !important; }
	.MinWidth-sm-8em { min-width: 8em !important; }
	.MinWidth-sm-9em { min-width: 9em !important; }
	.MinWidth-sm-10em { min-width: 10em !important; }
	.MinWidth-sm-11em { min-width: 11em !important; }
	.MinWidth-sm-12em { min-width: 12em !important; }
	.MinWidth-sm-13em { min-width: 13em !important; }
	.MinWidth-sm-14em { min-width: 14em !important; }
	.MinWidth-sm-15em { min-width: 15em !important; }
	.MinWidth-sm-16em { min-width: 16em !important; }
	.MinWidth-sm-17em { min-width: 17em !important; }
	.MinWidth-sm-18em { min-width: 18em !important; }
	.MinWidth-sm-19em { min-width: 19em !important; }
	.MinWidth-sm-20em { min-width: 20em !important; }
	.MinWidth-sm-21em { min-width: 21em !important; }
	.MinWidth-sm-22em { min-width: 22em !important; }
	.MinWidth-sm-23em { min-width: 23em !important; }
	.MinWidth-sm-24em { min-width: 24em !important; }
	.MinWidth-sm-0x16em { min-width: 0em !important; }
	.MinWidth-sm-1x16em { min-width: 0.0625em !important; }
	.MinWidth-sm-2x16em { min-width: 0.125em !important; }
	.MinWidth-sm-3x16em { min-width: 0.1875em !important; }
	.MinWidth-sm-4x16em { min-width: 0.25em !important; }
	.MinWidth-sm-5x16em { min-width: 0.3125em !important; }
	.MinWidth-sm-6x16em { min-width: 0.375em !important; }
	.MinWidth-sm-7x16em { min-width: 0.4375em !important; }
	.MinWidth-sm-8x16em { min-width: 0.5em !important; }
	.MinWidth-sm-9x16em { min-width: 0.5625em !important; }
	.MinWidth-sm-10x16em { min-width: 0.625em !important; }
	.MinWidth-sm-11x16em { min-width: 0.6875em !important; }
	.MinWidth-sm-12x16em { min-width: 0.75em !important; }
	.MinWidth-sm-13x16em { min-width: 0.8125em !important; }
	.MinWidth-sm-14x16em { min-width: 0.875em !important; }
	.MinWidth-sm-15x16em { min-width: 0.9375em !important; }
	.MinWidth-sm-16x16em { min-width: 1em !important; }
	.MinWidth-sm-0vw { min-width: 0vw !important; }
	.MinWidth-sm-1vw { min-width: 1vw !important; }
	.MinWidth-sm-2vw { min-width: 2vw !important; }
	.MinWidth-sm-3vw { min-width: 3vw !important; }
	.MinWidth-sm-4vw { min-width: 4vw !important; }
	.MinWidth-sm-5vw { min-width: 5vw !important; }
	.MinWidth-sm-6vw { min-width: 6vw !important; }
	.MinWidth-sm-7vw { min-width: 7vw !important; }
	.MinWidth-sm-8vw { min-width: 8vw !important; }
	.MinWidth-sm-9vw { min-width: 9vw !important; }
	.MinWidth-sm-10vw { min-width: 10vw !important; }
	.MinWidth-sm-11vw { min-width: 11vw !important; }
	.MinWidth-sm-12vw { min-width: 12vw !important; }
	.MinWidth-sm-13vw { min-width: 13vw !important; }
	.MinWidth-sm-14vw { min-width: 14vw !important; }
	.MinWidth-sm-15vw { min-width: 15vw !important; }
	.MinWidth-sm-16vw { min-width: 16vw !important; }
	.MinWidth-sm-17vw { min-width: 17vw !important; }
	.MinWidth-sm-18vw { min-width: 18vw !important; }
	.MinWidth-sm-19vw { min-width: 19vw !important; }
	.MinWidth-sm-20vw { min-width: 20vw !important; }
	.MinWidth-sm-21vw { min-width: 21vw !important; }
	.MinWidth-sm-22vw { min-width: 22vw !important; }
	.MinWidth-sm-23vw { min-width: 23vw !important; }
	.MinWidth-sm-24vw { min-width: 24vw !important; }
	.MinWidth-sm-25vw { min-width: 25vw !important; }
	.MinWidth-sm-26vw { min-width: 26vw !important; }
	.MinWidth-sm-27vw { min-width: 27vw !important; }
	.MinWidth-sm-28vw { min-width: 28vw !important; }
	.MinWidth-sm-29vw { min-width: 29vw !important; }
	.MinWidth-sm-30vw { min-width: 30vw !important; }
	.MinWidth-sm-31vw { min-width: 31vw !important; }
	.MinWidth-sm-32vw { min-width: 32vw !important; }
	.MinWidth-sm-33vw { min-width: 33vw !important; }
	.MinWidth-sm-34vw { min-width: 34vw !important; }
	.MinWidth-sm-35vw { min-width: 35vw !important; }
	.MinWidth-sm-36vw { min-width: 36vw !important; }
	.MinWidth-sm-37vw { min-width: 37vw !important; }
	.MinWidth-sm-38vw { min-width: 38vw !important; }
	.MinWidth-sm-39vw { min-width: 39vw !important; }
	.MinWidth-sm-40vw { min-width: 40vw !important; }
	.MinWidth-sm-41vw { min-width: 41vw !important; }
	.MinWidth-sm-42vw { min-width: 42vw !important; }
	.MinWidth-sm-43vw { min-width: 43vw !important; }
	.MinWidth-sm-44vw { min-width: 44vw !important; }
	.MinWidth-sm-45vw { min-width: 45vw !important; }
	.MinWidth-sm-46vw { min-width: 46vw !important; }
	.MinWidth-sm-47vw { min-width: 47vw !important; }
	.MinWidth-sm-48vw { min-width: 48vw !important; }
	.MinWidth-sm-49vw { min-width: 49vw !important; }
	.MinWidth-sm-50vw { min-width: 50vw !important; }
	.MinWidth-sm-51vw { min-width: 51vw !important; }
	.MinWidth-sm-52vw { min-width: 52vw !important; }
	.MinWidth-sm-53vw { min-width: 53vw !important; }
	.MinWidth-sm-54vw { min-width: 54vw !important; }
	.MinWidth-sm-55vw { min-width: 55vw !important; }
	.MinWidth-sm-56vw { min-width: 56vw !important; }
	.MinWidth-sm-57vw { min-width: 57vw !important; }
	.MinWidth-sm-58vw { min-width: 58vw !important; }
	.MinWidth-sm-59vw { min-width: 59vw !important; }
	.MinWidth-sm-60vw { min-width: 60vw !important; }
	.MinWidth-sm-61vw { min-width: 61vw !important; }
	.MinWidth-sm-62vw { min-width: 62vw !important; }
	.MinWidth-sm-63vw { min-width: 63vw !important; }
	.MinWidth-sm-64vw { min-width: 64vw !important; }
	.MinWidth-sm-65vw { min-width: 65vw !important; }
	.MinWidth-sm-66vw { min-width: 66vw !important; }
	.MinWidth-sm-67vw { min-width: 67vw !important; }
	.MinWidth-sm-68vw { min-width: 68vw !important; }
	.MinWidth-sm-69vw { min-width: 69vw !important; }
	.MinWidth-sm-70vw { min-width: 70vw !important; }
	.MinWidth-sm-71vw { min-width: 71vw !important; }
	.MinWidth-sm-72vw { min-width: 72vw !important; }
	.MinWidth-sm-73vw { min-width: 73vw !important; }
	.MinWidth-sm-74vw { min-width: 74vw !important; }
	.MinWidth-sm-75vw { min-width: 75vw !important; }
	.MinWidth-sm-76vw { min-width: 76vw !important; }
	.MinWidth-sm-77vw { min-width: 77vw !important; }
	.MinWidth-sm-78vw { min-width: 78vw !important; }
	.MinWidth-sm-79vw { min-width: 79vw !important; }
	.MinWidth-sm-80vw { min-width: 80vw !important; }
	.MinWidth-sm-81vw { min-width: 81vw !important; }
	.MinWidth-sm-82vw { min-width: 82vw !important; }
	.MinWidth-sm-83vw { min-width: 83vw !important; }
	.MinWidth-sm-84vw { min-width: 84vw !important; }
	.MinWidth-sm-85vw { min-width: 85vw !important; }
	.MinWidth-sm-86vw { min-width: 86vw !important; }
	.MinWidth-sm-87vw { min-width: 87vw !important; }
	.MinWidth-sm-88vw { min-width: 88vw !important; }
	.MinWidth-sm-89vw { min-width: 89vw !important; }
	.MinWidth-sm-90vw { min-width: 90vw !important; }
	.MinWidth-sm-91vw { min-width: 91vw !important; }
	.MinWidth-sm-92vw { min-width: 92vw !important; }
	.MinWidth-sm-93vw { min-width: 93vw !important; }
	.MinWidth-sm-94vw { min-width: 94vw !important; }
	.MinWidth-sm-95vw { min-width: 95vw !important; }
	.MinWidth-sm-96vw { min-width: 96vw !important; }
	.MinWidth-sm-97vw { min-width: 97vw !important; }
	.MinWidth-sm-98vw { min-width: 98vw !important; }
	.MinWidth-sm-99vw { min-width: 99vw !important; }
	.MinWidth-sm-100vw { min-width: 100vw !important; }
	.MinWidth-sm-0vh { min-width: 0vh !important; }
	.MinWidth-sm-1vh { min-width: 1vh !important; }
	.MinWidth-sm-2vh { min-width: 2vh !important; }
	.MinWidth-sm-3vh { min-width: 3vh !important; }
	.MinWidth-sm-4vh { min-width: 4vh !important; }
	.MinWidth-sm-5vh { min-width: 5vh !important; }
	.MinWidth-sm-6vh { min-width: 6vh !important; }
	.MinWidth-sm-7vh { min-width: 7vh !important; }
	.MinWidth-sm-8vh { min-width: 8vh !important; }
	.MinWidth-sm-9vh { min-width: 9vh !important; }
	.MinWidth-sm-10vh { min-width: 10vh !important; }
	.MinWidth-sm-11vh { min-width: 11vh !important; }
	.MinWidth-sm-12vh { min-width: 12vh !important; }
	.MinWidth-sm-13vh { min-width: 13vh !important; }
	.MinWidth-sm-14vh { min-width: 14vh !important; }
	.MinWidth-sm-15vh { min-width: 15vh !important; }
	.MinWidth-sm-16vh { min-width: 16vh !important; }
	.MinWidth-sm-17vh { min-width: 17vh !important; }
	.MinWidth-sm-18vh { min-width: 18vh !important; }
	.MinWidth-sm-19vh { min-width: 19vh !important; }
	.MinWidth-sm-20vh { min-width: 20vh !important; }
	.MinWidth-sm-21vh { min-width: 21vh !important; }
	.MinWidth-sm-22vh { min-width: 22vh !important; }
	.MinWidth-sm-23vh { min-width: 23vh !important; }
	.MinWidth-sm-24vh { min-width: 24vh !important; }
	.MinWidth-sm-25vh { min-width: 25vh !important; }
	.MinWidth-sm-26vh { min-width: 26vh !important; }
	.MinWidth-sm-27vh { min-width: 27vh !important; }
	.MinWidth-sm-28vh { min-width: 28vh !important; }
	.MinWidth-sm-29vh { min-width: 29vh !important; }
	.MinWidth-sm-30vh { min-width: 30vh !important; }
	.MinWidth-sm-31vh { min-width: 31vh !important; }
	.MinWidth-sm-32vh { min-width: 32vh !important; }
	.MinWidth-sm-33vh { min-width: 33vh !important; }
	.MinWidth-sm-34vh { min-width: 34vh !important; }
	.MinWidth-sm-35vh { min-width: 35vh !important; }
	.MinWidth-sm-36vh { min-width: 36vh !important; }
	.MinWidth-sm-37vh { min-width: 37vh !important; }
	.MinWidth-sm-38vh { min-width: 38vh !important; }
	.MinWidth-sm-39vh { min-width: 39vh !important; }
	.MinWidth-sm-40vh { min-width: 40vh !important; }
	.MinWidth-sm-41vh { min-width: 41vh !important; }
	.MinWidth-sm-42vh { min-width: 42vh !important; }
	.MinWidth-sm-43vh { min-width: 43vh !important; }
	.MinWidth-sm-44vh { min-width: 44vh !important; }
	.MinWidth-sm-45vh { min-width: 45vh !important; }
	.MinWidth-sm-46vh { min-width: 46vh !important; }
	.MinWidth-sm-47vh { min-width: 47vh !important; }
	.MinWidth-sm-48vh { min-width: 48vh !important; }
	.MinWidth-sm-49vh { min-width: 49vh !important; }
	.MinWidth-sm-50vh { min-width: 50vh !important; }
	.MinWidth-sm-51vh { min-width: 51vh !important; }
	.MinWidth-sm-52vh { min-width: 52vh !important; }
	.MinWidth-sm-53vh { min-width: 53vh !important; }
	.MinWidth-sm-54vh { min-width: 54vh !important; }
	.MinWidth-sm-55vh { min-width: 55vh !important; }
	.MinWidth-sm-56vh { min-width: 56vh !important; }
	.MinWidth-sm-57vh { min-width: 57vh !important; }
	.MinWidth-sm-58vh { min-width: 58vh !important; }
	.MinWidth-sm-59vh { min-width: 59vh !important; }
	.MinWidth-sm-60vh { min-width: 60vh !important; }
	.MinWidth-sm-61vh { min-width: 61vh !important; }
	.MinWidth-sm-62vh { min-width: 62vh !important; }
	.MinWidth-sm-63vh { min-width: 63vh !important; }
	.MinWidth-sm-64vh { min-width: 64vh !important; }
	.MinWidth-sm-65vh { min-width: 65vh !important; }
	.MinWidth-sm-66vh { min-width: 66vh !important; }
	.MinWidth-sm-67vh { min-width: 67vh !important; }
	.MinWidth-sm-68vh { min-width: 68vh !important; }
	.MinWidth-sm-69vh { min-width: 69vh !important; }
	.MinWidth-sm-70vh { min-width: 70vh !important; }
	.MinWidth-sm-71vh { min-width: 71vh !important; }
	.MinWidth-sm-72vh { min-width: 72vh !important; }
	.MinWidth-sm-73vh { min-width: 73vh !important; }
	.MinWidth-sm-74vh { min-width: 74vh !important; }
	.MinWidth-sm-75vh { min-width: 75vh !important; }
	.MinWidth-sm-76vh { min-width: 76vh !important; }
	.MinWidth-sm-77vh { min-width: 77vh !important; }
	.MinWidth-sm-78vh { min-width: 78vh !important; }
	.MinWidth-sm-79vh { min-width: 79vh !important; }
	.MinWidth-sm-80vh { min-width: 80vh !important; }
	.MinWidth-sm-81vh { min-width: 81vh !important; }
	.MinWidth-sm-82vh { min-width: 82vh !important; }
	.MinWidth-sm-83vh { min-width: 83vh !important; }
	.MinWidth-sm-84vh { min-width: 84vh !important; }
	.MinWidth-sm-85vh { min-width: 85vh !important; }
	.MinWidth-sm-86vh { min-width: 86vh !important; }
	.MinWidth-sm-87vh { min-width: 87vh !important; }
	.MinWidth-sm-88vh { min-width: 88vh !important; }
	.MinWidth-sm-89vh { min-width: 89vh !important; }
	.MinWidth-sm-90vh { min-width: 90vh !important; }
	.MinWidth-sm-91vh { min-width: 91vh !important; }
	.MinWidth-sm-92vh { min-width: 92vh !important; }
	.MinWidth-sm-93vh { min-width: 93vh !important; }
	.MinWidth-sm-94vh { min-width: 94vh !important; }
	.MinWidth-sm-95vh { min-width: 95vh !important; }
	.MinWidth-sm-96vh { min-width: 96vh !important; }
	.MinWidth-sm-97vh { min-width: 97vh !important; }
	.MinWidth-sm-98vh { min-width: 98vh !important; }
	.MinWidth-sm-99vh { min-width: 99vh !important; }
	.MinWidth-sm-100vh { min-width: 100vh !important; }
	.MinWidth-sm-0vmin { min-width: 0vmin !important; }
	.MinWidth-sm-1vmin { min-width: 1vmin !important; }
	.MinWidth-sm-2vmin { min-width: 2vmin !important; }
	.MinWidth-sm-3vmin { min-width: 3vmin !important; }
	.MinWidth-sm-4vmin { min-width: 4vmin !important; }
	.MinWidth-sm-5vmin { min-width: 5vmin !important; }
	.MinWidth-sm-6vmin { min-width: 6vmin !important; }
	.MinWidth-sm-7vmin { min-width: 7vmin !important; }
	.MinWidth-sm-8vmin { min-width: 8vmin !important; }
	.MinWidth-sm-9vmin { min-width: 9vmin !important; }
	.MinWidth-sm-10vmin { min-width: 10vmin !important; }
	.MinWidth-sm-11vmin { min-width: 11vmin !important; }
	.MinWidth-sm-12vmin { min-width: 12vmin !important; }
	.MinWidth-sm-13vmin { min-width: 13vmin !important; }
	.MinWidth-sm-14vmin { min-width: 14vmin !important; }
	.MinWidth-sm-15vmin { min-width: 15vmin !important; }
	.MinWidth-sm-16vmin { min-width: 16vmin !important; }
	.MinWidth-sm-17vmin { min-width: 17vmin !important; }
	.MinWidth-sm-18vmin { min-width: 18vmin !important; }
	.MinWidth-sm-19vmin { min-width: 19vmin !important; }
	.MinWidth-sm-20vmin { min-width: 20vmin !important; }
	.MinWidth-sm-21vmin { min-width: 21vmin !important; }
	.MinWidth-sm-22vmin { min-width: 22vmin !important; }
	.MinWidth-sm-23vmin { min-width: 23vmin !important; }
	.MinWidth-sm-24vmin { min-width: 24vmin !important; }
	.MinWidth-sm-25vmin { min-width: 25vmin !important; }
	.MinWidth-sm-26vmin { min-width: 26vmin !important; }
	.MinWidth-sm-27vmin { min-width: 27vmin !important; }
	.MinWidth-sm-28vmin { min-width: 28vmin !important; }
	.MinWidth-sm-29vmin { min-width: 29vmin !important; }
	.MinWidth-sm-30vmin { min-width: 30vmin !important; }
	.MinWidth-sm-31vmin { min-width: 31vmin !important; }
	.MinWidth-sm-32vmin { min-width: 32vmin !important; }
	.MinWidth-sm-33vmin { min-width: 33vmin !important; }
	.MinWidth-sm-34vmin { min-width: 34vmin !important; }
	.MinWidth-sm-35vmin { min-width: 35vmin !important; }
	.MinWidth-sm-36vmin { min-width: 36vmin !important; }
	.MinWidth-sm-37vmin { min-width: 37vmin !important; }
	.MinWidth-sm-38vmin { min-width: 38vmin !important; }
	.MinWidth-sm-39vmin { min-width: 39vmin !important; }
	.MinWidth-sm-40vmin { min-width: 40vmin !important; }
	.MinWidth-sm-41vmin { min-width: 41vmin !important; }
	.MinWidth-sm-42vmin { min-width: 42vmin !important; }
	.MinWidth-sm-43vmin { min-width: 43vmin !important; }
	.MinWidth-sm-44vmin { min-width: 44vmin !important; }
	.MinWidth-sm-45vmin { min-width: 45vmin !important; }
	.MinWidth-sm-46vmin { min-width: 46vmin !important; }
	.MinWidth-sm-47vmin { min-width: 47vmin !important; }
	.MinWidth-sm-48vmin { min-width: 48vmin !important; }
	.MinWidth-sm-49vmin { min-width: 49vmin !important; }
	.MinWidth-sm-50vmin { min-width: 50vmin !important; }
	.MinWidth-sm-51vmin { min-width: 51vmin !important; }
	.MinWidth-sm-52vmin { min-width: 52vmin !important; }
	.MinWidth-sm-53vmin { min-width: 53vmin !important; }
	.MinWidth-sm-54vmin { min-width: 54vmin !important; }
	.MinWidth-sm-55vmin { min-width: 55vmin !important; }
	.MinWidth-sm-56vmin { min-width: 56vmin !important; }
	.MinWidth-sm-57vmin { min-width: 57vmin !important; }
	.MinWidth-sm-58vmin { min-width: 58vmin !important; }
	.MinWidth-sm-59vmin { min-width: 59vmin !important; }
	.MinWidth-sm-60vmin { min-width: 60vmin !important; }
	.MinWidth-sm-61vmin { min-width: 61vmin !important; }
	.MinWidth-sm-62vmin { min-width: 62vmin !important; }
	.MinWidth-sm-63vmin { min-width: 63vmin !important; }
	.MinWidth-sm-64vmin { min-width: 64vmin !important; }
	.MinWidth-sm-65vmin { min-width: 65vmin !important; }
	.MinWidth-sm-66vmin { min-width: 66vmin !important; }
	.MinWidth-sm-67vmin { min-width: 67vmin !important; }
	.MinWidth-sm-68vmin { min-width: 68vmin !important; }
	.MinWidth-sm-69vmin { min-width: 69vmin !important; }
	.MinWidth-sm-70vmin { min-width: 70vmin !important; }
	.MinWidth-sm-71vmin { min-width: 71vmin !important; }
	.MinWidth-sm-72vmin { min-width: 72vmin !important; }
	.MinWidth-sm-73vmin { min-width: 73vmin !important; }
	.MinWidth-sm-74vmin { min-width: 74vmin !important; }
	.MinWidth-sm-75vmin { min-width: 75vmin !important; }
	.MinWidth-sm-76vmin { min-width: 76vmin !important; }
	.MinWidth-sm-77vmin { min-width: 77vmin !important; }
	.MinWidth-sm-78vmin { min-width: 78vmin !important; }
	.MinWidth-sm-79vmin { min-width: 79vmin !important; }
	.MinWidth-sm-80vmin { min-width: 80vmin !important; }
	.MinWidth-sm-81vmin { min-width: 81vmin !important; }
	.MinWidth-sm-82vmin { min-width: 82vmin !important; }
	.MinWidth-sm-83vmin { min-width: 83vmin !important; }
	.MinWidth-sm-84vmin { min-width: 84vmin !important; }
	.MinWidth-sm-85vmin { min-width: 85vmin !important; }
	.MinWidth-sm-86vmin { min-width: 86vmin !important; }
	.MinWidth-sm-87vmin { min-width: 87vmin !important; }
	.MinWidth-sm-88vmin { min-width: 88vmin !important; }
	.MinWidth-sm-89vmin { min-width: 89vmin !important; }
	.MinWidth-sm-90vmin { min-width: 90vmin !important; }
	.MinWidth-sm-91vmin { min-width: 91vmin !important; }
	.MinWidth-sm-92vmin { min-width: 92vmin !important; }
	.MinWidth-sm-93vmin { min-width: 93vmin !important; }
	.MinWidth-sm-94vmin { min-width: 94vmin !important; }
	.MinWidth-sm-95vmin { min-width: 95vmin !important; }
	.MinWidth-sm-96vmin { min-width: 96vmin !important; }
	.MinWidth-sm-97vmin { min-width: 97vmin !important; }
	.MinWidth-sm-98vmin { min-width: 98vmin !important; }
	.MinWidth-sm-99vmin { min-width: 99vmin !important; }
	.MinWidth-sm-100vmin { min-width: 100vmin !important; }
	.MinWidth-sm-0vmax { min-width: 0vmax !important; }
	.MinWidth-sm-1vmax { min-width: 1vmax !important; }
	.MinWidth-sm-2vmax { min-width: 2vmax !important; }
	.MinWidth-sm-3vmax { min-width: 3vmax !important; }
	.MinWidth-sm-4vmax { min-width: 4vmax !important; }
	.MinWidth-sm-5vmax { min-width: 5vmax !important; }
	.MinWidth-sm-6vmax { min-width: 6vmax !important; }
	.MinWidth-sm-7vmax { min-width: 7vmax !important; }
	.MinWidth-sm-8vmax { min-width: 8vmax !important; }
	.MinWidth-sm-9vmax { min-width: 9vmax !important; }
	.MinWidth-sm-10vmax { min-width: 10vmax !important; }
	.MinWidth-sm-11vmax { min-width: 11vmax !important; }
	.MinWidth-sm-12vmax { min-width: 12vmax !important; }
	.MinWidth-sm-13vmax { min-width: 13vmax !important; }
	.MinWidth-sm-14vmax { min-width: 14vmax !important; }
	.MinWidth-sm-15vmax { min-width: 15vmax !important; }
	.MinWidth-sm-16vmax { min-width: 16vmax !important; }
	.MinWidth-sm-17vmax { min-width: 17vmax !important; }
	.MinWidth-sm-18vmax { min-width: 18vmax !important; }
	.MinWidth-sm-19vmax { min-width: 19vmax !important; }
	.MinWidth-sm-20vmax { min-width: 20vmax !important; }
	.MinWidth-sm-21vmax { min-width: 21vmax !important; }
	.MinWidth-sm-22vmax { min-width: 22vmax !important; }
	.MinWidth-sm-23vmax { min-width: 23vmax !important; }
	.MinWidth-sm-24vmax { min-width: 24vmax !important; }
	.MinWidth-sm-25vmax { min-width: 25vmax !important; }
	.MinWidth-sm-26vmax { min-width: 26vmax !important; }
	.MinWidth-sm-27vmax { min-width: 27vmax !important; }
	.MinWidth-sm-28vmax { min-width: 28vmax !important; }
	.MinWidth-sm-29vmax { min-width: 29vmax !important; }
	.MinWidth-sm-30vmax { min-width: 30vmax !important; }
	.MinWidth-sm-31vmax { min-width: 31vmax !important; }
	.MinWidth-sm-32vmax { min-width: 32vmax !important; }
	.MinWidth-sm-33vmax { min-width: 33vmax !important; }
	.MinWidth-sm-34vmax { min-width: 34vmax !important; }
	.MinWidth-sm-35vmax { min-width: 35vmax !important; }
	.MinWidth-sm-36vmax { min-width: 36vmax !important; }
	.MinWidth-sm-37vmax { min-width: 37vmax !important; }
	.MinWidth-sm-38vmax { min-width: 38vmax !important; }
	.MinWidth-sm-39vmax { min-width: 39vmax !important; }
	.MinWidth-sm-40vmax { min-width: 40vmax !important; }
	.MinWidth-sm-41vmax { min-width: 41vmax !important; }
	.MinWidth-sm-42vmax { min-width: 42vmax !important; }
	.MinWidth-sm-43vmax { min-width: 43vmax !important; }
	.MinWidth-sm-44vmax { min-width: 44vmax !important; }
	.MinWidth-sm-45vmax { min-width: 45vmax !important; }
	.MinWidth-sm-46vmax { min-width: 46vmax !important; }
	.MinWidth-sm-47vmax { min-width: 47vmax !important; }
	.MinWidth-sm-48vmax { min-width: 48vmax !important; }
	.MinWidth-sm-49vmax { min-width: 49vmax !important; }
	.MinWidth-sm-50vmax { min-width: 50vmax !important; }
	.MinWidth-sm-51vmax { min-width: 51vmax !important; }
	.MinWidth-sm-52vmax { min-width: 52vmax !important; }
	.MinWidth-sm-53vmax { min-width: 53vmax !important; }
	.MinWidth-sm-54vmax { min-width: 54vmax !important; }
	.MinWidth-sm-55vmax { min-width: 55vmax !important; }
	.MinWidth-sm-56vmax { min-width: 56vmax !important; }
	.MinWidth-sm-57vmax { min-width: 57vmax !important; }
	.MinWidth-sm-58vmax { min-width: 58vmax !important; }
	.MinWidth-sm-59vmax { min-width: 59vmax !important; }
	.MinWidth-sm-60vmax { min-width: 60vmax !important; }
	.MinWidth-sm-61vmax { min-width: 61vmax !important; }
	.MinWidth-sm-62vmax { min-width: 62vmax !important; }
	.MinWidth-sm-63vmax { min-width: 63vmax !important; }
	.MinWidth-sm-64vmax { min-width: 64vmax !important; }
	.MinWidth-sm-65vmax { min-width: 65vmax !important; }
	.MinWidth-sm-66vmax { min-width: 66vmax !important; }
	.MinWidth-sm-67vmax { min-width: 67vmax !important; }
	.MinWidth-sm-68vmax { min-width: 68vmax !important; }
	.MinWidth-sm-69vmax { min-width: 69vmax !important; }
	.MinWidth-sm-70vmax { min-width: 70vmax !important; }
	.MinWidth-sm-71vmax { min-width: 71vmax !important; }
	.MinWidth-sm-72vmax { min-width: 72vmax !important; }
	.MinWidth-sm-73vmax { min-width: 73vmax !important; }
	.MinWidth-sm-74vmax { min-width: 74vmax !important; }
	.MinWidth-sm-75vmax { min-width: 75vmax !important; }
	.MinWidth-sm-76vmax { min-width: 76vmax !important; }
	.MinWidth-sm-77vmax { min-width: 77vmax !important; }
	.MinWidth-sm-78vmax { min-width: 78vmax !important; }
	.MinWidth-sm-79vmax { min-width: 79vmax !important; }
	.MinWidth-sm-80vmax { min-width: 80vmax !important; }
	.MinWidth-sm-81vmax { min-width: 81vmax !important; }
	.MinWidth-sm-82vmax { min-width: 82vmax !important; }
	.MinWidth-sm-83vmax { min-width: 83vmax !important; }
	.MinWidth-sm-84vmax { min-width: 84vmax !important; }
	.MinWidth-sm-85vmax { min-width: 85vmax !important; }
	.MinWidth-sm-86vmax { min-width: 86vmax !important; }
	.MinWidth-sm-87vmax { min-width: 87vmax !important; }
	.MinWidth-sm-88vmax { min-width: 88vmax !important; }
	.MinWidth-sm-89vmax { min-width: 89vmax !important; }
	.MinWidth-sm-90vmax { min-width: 90vmax !important; }
	.MinWidth-sm-91vmax { min-width: 91vmax !important; }
	.MinWidth-sm-92vmax { min-width: 92vmax !important; }
	.MinWidth-sm-93vmax { min-width: 93vmax !important; }
	.MinWidth-sm-94vmax { min-width: 94vmax !important; }
	.MinWidth-sm-95vmax { min-width: 95vmax !important; }
	.MinWidth-sm-96vmax { min-width: 96vmax !important; }
	.MinWidth-sm-97vmax { min-width: 97vmax !important; }
	.MinWidth-sm-98vmax { min-width: 98vmax !important; }
	.MinWidth-sm-99vmax { min-width: 99vmax !important; }
	.MinWidth-sm-100vmax { min-width: 100vmax !important; }
	.MaxWidth-sm-0x10 { max-width: 0% !important; }
	.MaxWidth-sm-1x10 { max-width: 10% !important; }
	.MaxWidth-sm-2x10 { max-width: 20% !important; }
	.MaxWidth-sm-3x10 { max-width: 30% !important; }
	.MaxWidth-sm-4x10 { max-width: 40% !important; }
	.MaxWidth-sm-5x10 { max-width: 50% !important; }
	.MaxWidth-sm-6x10 { max-width: 60% !important; }
	.MaxWidth-sm-7x10 { max-width: 70% !important; }
	.MaxWidth-sm-8x10 { max-width: 80% !important; }
	.MaxWidth-sm-9x10 { max-width: 90% !important; }
	.MaxWidth-sm-10x10 { max-width: 100% !important; }
	.MaxWidth-sm-0x12 { max-width: 0% !important; }
	.MaxWidth-sm-1x12 { max-width: 8.3333333333333% !important; }
	.MaxWidth-sm-2x12 { max-width: 16.666666666667% !important; }
	.MaxWidth-sm-3x12 { max-width: 25% !important; }
	.MaxWidth-sm-4x12 { max-width: 33.333333333333% !important; }
	.MaxWidth-sm-5x12 { max-width: 41.666666666667% !important; }
	.MaxWidth-sm-6x12 { max-width: 50% !important; }
	.MaxWidth-sm-7x12 { max-width: 58.333333333333% !important; }
	.MaxWidth-sm-8x12 { max-width: 66.666666666667% !important; }
	.MaxWidth-sm-9x12 { max-width: 75% !important; }
	.MaxWidth-sm-10x12 { max-width: 83.333333333333% !important; }
	.MaxWidth-sm-11x12 { max-width: 91.666666666667% !important; }
	.MaxWidth-sm-12x12 { max-width: 100% !important; }
	.MaxWidth-sm-0x16 { max-width: 0% !important; }
	.MaxWidth-sm-1x16 { max-width: 6.25% !important; }
	.MaxWidth-sm-2x16 { max-width: 12.5% !important; }
	.MaxWidth-sm-3x16 { max-width: 18.75% !important; }
	.MaxWidth-sm-4x16 { max-width: 25% !important; }
	.MaxWidth-sm-5x16 { max-width: 31.25% !important; }
	.MaxWidth-sm-6x16 { max-width: 37.5% !important; }
	.MaxWidth-sm-7x16 { max-width: 43.75% !important; }
	.MaxWidth-sm-8x16 { max-width: 50% !important; }
	.MaxWidth-sm-9x16 { max-width: 56.25% !important; }
	.MaxWidth-sm-10x16 { max-width: 62.5% !important; }
	.MaxWidth-sm-11x16 { max-width: 68.75% !important; }
	.MaxWidth-sm-12x16 { max-width: 75% !important; }
	.MaxWidth-sm-13x16 { max-width: 81.25% !important; }
	.MaxWidth-sm-14x16 { max-width: 87.5% !important; }
	.MaxWidth-sm-15x16 { max-width: 93.75% !important; }
	.MaxWidth-sm-16x16 { max-width: 100% !important; }
	.MaxWidth-sm-0em { max-width: 0em !important; }
	.MaxWidth-sm-1em { max-width: 1em !important; }
	.MaxWidth-sm-2em { max-width: 2em !important; }
	.MaxWidth-sm-3em { max-width: 3em !important; }
	.MaxWidth-sm-4em { max-width: 4em !important; }
	.MaxWidth-sm-5em { max-width: 5em !important; }
	.MaxWidth-sm-6em { max-width: 6em !important; }
	.MaxWidth-sm-7em { max-width: 7em !important; }
	.MaxWidth-sm-8em { max-width: 8em !important; }
	.MaxWidth-sm-9em { max-width: 9em !important; }
	.MaxWidth-sm-10em { max-width: 10em !important; }
	.MaxWidth-sm-11em { max-width: 11em !important; }
	.MaxWidth-sm-12em { max-width: 12em !important; }
	.MaxWidth-sm-13em { max-width: 13em !important; }
	.MaxWidth-sm-14em { max-width: 14em !important; }
	.MaxWidth-sm-15em { max-width: 15em !important; }
	.MaxWidth-sm-16em { max-width: 16em !important; }
	.MaxWidth-sm-17em { max-width: 17em !important; }
	.MaxWidth-sm-18em { max-width: 18em !important; }
	.MaxWidth-sm-19em { max-width: 19em !important; }
	.MaxWidth-sm-20em { max-width: 20em !important; }
	.MaxWidth-sm-21em { max-width: 21em !important; }
	.MaxWidth-sm-22em { max-width: 22em !important; }
	.MaxWidth-sm-23em { max-width: 23em !important; }
	.MaxWidth-sm-24em { max-width: 24em !important; }
	.MaxWidth-sm-0x16em { max-width: 0em !important; }
	.MaxWidth-sm-1x16em { max-width: 0.0625em !important; }
	.MaxWidth-sm-2x16em { max-width: 0.125em !important; }
	.MaxWidth-sm-3x16em { max-width: 0.1875em !important; }
	.MaxWidth-sm-4x16em { max-width: 0.25em !important; }
	.MaxWidth-sm-5x16em { max-width: 0.3125em !important; }
	.MaxWidth-sm-6x16em { max-width: 0.375em !important; }
	.MaxWidth-sm-7x16em { max-width: 0.4375em !important; }
	.MaxWidth-sm-8x16em { max-width: 0.5em !important; }
	.MaxWidth-sm-9x16em { max-width: 0.5625em !important; }
	.MaxWidth-sm-10x16em { max-width: 0.625em !important; }
	.MaxWidth-sm-11x16em { max-width: 0.6875em !important; }
	.MaxWidth-sm-12x16em { max-width: 0.75em !important; }
	.MaxWidth-sm-13x16em { max-width: 0.8125em !important; }
	.MaxWidth-sm-14x16em { max-width: 0.875em !important; }
	.MaxWidth-sm-15x16em { max-width: 0.9375em !important; }
	.MaxWidth-sm-16x16em { max-width: 1em !important; }
	.MaxWidth-sm-0vw { max-width: 0vw !important; }
	.MaxWidth-sm-1vw { max-width: 1vw !important; }
	.MaxWidth-sm-2vw { max-width: 2vw !important; }
	.MaxWidth-sm-3vw { max-width: 3vw !important; }
	.MaxWidth-sm-4vw { max-width: 4vw !important; }
	.MaxWidth-sm-5vw { max-width: 5vw !important; }
	.MaxWidth-sm-6vw { max-width: 6vw !important; }
	.MaxWidth-sm-7vw { max-width: 7vw !important; }
	.MaxWidth-sm-8vw { max-width: 8vw !important; }
	.MaxWidth-sm-9vw { max-width: 9vw !important; }
	.MaxWidth-sm-10vw { max-width: 10vw !important; }
	.MaxWidth-sm-11vw { max-width: 11vw !important; }
	.MaxWidth-sm-12vw { max-width: 12vw !important; }
	.MaxWidth-sm-13vw { max-width: 13vw !important; }
	.MaxWidth-sm-14vw { max-width: 14vw !important; }
	.MaxWidth-sm-15vw { max-width: 15vw !important; }
	.MaxWidth-sm-16vw { max-width: 16vw !important; }
	.MaxWidth-sm-17vw { max-width: 17vw !important; }
	.MaxWidth-sm-18vw { max-width: 18vw !important; }
	.MaxWidth-sm-19vw { max-width: 19vw !important; }
	.MaxWidth-sm-20vw { max-width: 20vw !important; }
	.MaxWidth-sm-21vw { max-width: 21vw !important; }
	.MaxWidth-sm-22vw { max-width: 22vw !important; }
	.MaxWidth-sm-23vw { max-width: 23vw !important; }
	.MaxWidth-sm-24vw { max-width: 24vw !important; }
	.MaxWidth-sm-25vw { max-width: 25vw !important; }
	.MaxWidth-sm-26vw { max-width: 26vw !important; }
	.MaxWidth-sm-27vw { max-width: 27vw !important; }
	.MaxWidth-sm-28vw { max-width: 28vw !important; }
	.MaxWidth-sm-29vw { max-width: 29vw !important; }
	.MaxWidth-sm-30vw { max-width: 30vw !important; }
	.MaxWidth-sm-31vw { max-width: 31vw !important; }
	.MaxWidth-sm-32vw { max-width: 32vw !important; }
	.MaxWidth-sm-33vw { max-width: 33vw !important; }
	.MaxWidth-sm-34vw { max-width: 34vw !important; }
	.MaxWidth-sm-35vw { max-width: 35vw !important; }
	.MaxWidth-sm-36vw { max-width: 36vw !important; }
	.MaxWidth-sm-37vw { max-width: 37vw !important; }
	.MaxWidth-sm-38vw { max-width: 38vw !important; }
	.MaxWidth-sm-39vw { max-width: 39vw !important; }
	.MaxWidth-sm-40vw { max-width: 40vw !important; }
	.MaxWidth-sm-41vw { max-width: 41vw !important; }
	.MaxWidth-sm-42vw { max-width: 42vw !important; }
	.MaxWidth-sm-43vw { max-width: 43vw !important; }
	.MaxWidth-sm-44vw { max-width: 44vw !important; }
	.MaxWidth-sm-45vw { max-width: 45vw !important; }
	.MaxWidth-sm-46vw { max-width: 46vw !important; }
	.MaxWidth-sm-47vw { max-width: 47vw !important; }
	.MaxWidth-sm-48vw { max-width: 48vw !important; }
	.MaxWidth-sm-49vw { max-width: 49vw !important; }
	.MaxWidth-sm-50vw { max-width: 50vw !important; }
	.MaxWidth-sm-51vw { max-width: 51vw !important; }
	.MaxWidth-sm-52vw { max-width: 52vw !important; }
	.MaxWidth-sm-53vw { max-width: 53vw !important; }
	.MaxWidth-sm-54vw { max-width: 54vw !important; }
	.MaxWidth-sm-55vw { max-width: 55vw !important; }
	.MaxWidth-sm-56vw { max-width: 56vw !important; }
	.MaxWidth-sm-57vw { max-width: 57vw !important; }
	.MaxWidth-sm-58vw { max-width: 58vw !important; }
	.MaxWidth-sm-59vw { max-width: 59vw !important; }
	.MaxWidth-sm-60vw { max-width: 60vw !important; }
	.MaxWidth-sm-61vw { max-width: 61vw !important; }
	.MaxWidth-sm-62vw { max-width: 62vw !important; }
	.MaxWidth-sm-63vw { max-width: 63vw !important; }
	.MaxWidth-sm-64vw { max-width: 64vw !important; }
	.MaxWidth-sm-65vw { max-width: 65vw !important; }
	.MaxWidth-sm-66vw { max-width: 66vw !important; }
	.MaxWidth-sm-67vw { max-width: 67vw !important; }
	.MaxWidth-sm-68vw { max-width: 68vw !important; }
	.MaxWidth-sm-69vw { max-width: 69vw !important; }
	.MaxWidth-sm-70vw { max-width: 70vw !important; }
	.MaxWidth-sm-71vw { max-width: 71vw !important; }
	.MaxWidth-sm-72vw { max-width: 72vw !important; }
	.MaxWidth-sm-73vw { max-width: 73vw !important; }
	.MaxWidth-sm-74vw { max-width: 74vw !important; }
	.MaxWidth-sm-75vw { max-width: 75vw !important; }
	.MaxWidth-sm-76vw { max-width: 76vw !important; }
	.MaxWidth-sm-77vw { max-width: 77vw !important; }
	.MaxWidth-sm-78vw { max-width: 78vw !important; }
	.MaxWidth-sm-79vw { max-width: 79vw !important; }
	.MaxWidth-sm-80vw { max-width: 80vw !important; }
	.MaxWidth-sm-81vw { max-width: 81vw !important; }
	.MaxWidth-sm-82vw { max-width: 82vw !important; }
	.MaxWidth-sm-83vw { max-width: 83vw !important; }
	.MaxWidth-sm-84vw { max-width: 84vw !important; }
	.MaxWidth-sm-85vw { max-width: 85vw !important; }
	.MaxWidth-sm-86vw { max-width: 86vw !important; }
	.MaxWidth-sm-87vw { max-width: 87vw !important; }
	.MaxWidth-sm-88vw { max-width: 88vw !important; }
	.MaxWidth-sm-89vw { max-width: 89vw !important; }
	.MaxWidth-sm-90vw { max-width: 90vw !important; }
	.MaxWidth-sm-91vw { max-width: 91vw !important; }
	.MaxWidth-sm-92vw { max-width: 92vw !important; }
	.MaxWidth-sm-93vw { max-width: 93vw !important; }
	.MaxWidth-sm-94vw { max-width: 94vw !important; }
	.MaxWidth-sm-95vw { max-width: 95vw !important; }
	.MaxWidth-sm-96vw { max-width: 96vw !important; }
	.MaxWidth-sm-97vw { max-width: 97vw !important; }
	.MaxWidth-sm-98vw { max-width: 98vw !important; }
	.MaxWidth-sm-99vw { max-width: 99vw !important; }
	.MaxWidth-sm-100vw { max-width: 100vw !important; }
	.MaxWidth-sm-0vh { max-width: 0vh !important; }
	.MaxWidth-sm-1vh { max-width: 1vh !important; }
	.MaxWidth-sm-2vh { max-width: 2vh !important; }
	.MaxWidth-sm-3vh { max-width: 3vh !important; }
	.MaxWidth-sm-4vh { max-width: 4vh !important; }
	.MaxWidth-sm-5vh { max-width: 5vh !important; }
	.MaxWidth-sm-6vh { max-width: 6vh !important; }
	.MaxWidth-sm-7vh { max-width: 7vh !important; }
	.MaxWidth-sm-8vh { max-width: 8vh !important; }
	.MaxWidth-sm-9vh { max-width: 9vh !important; }
	.MaxWidth-sm-10vh { max-width: 10vh !important; }
	.MaxWidth-sm-11vh { max-width: 11vh !important; }
	.MaxWidth-sm-12vh { max-width: 12vh !important; }
	.MaxWidth-sm-13vh { max-width: 13vh !important; }
	.MaxWidth-sm-14vh { max-width: 14vh !important; }
	.MaxWidth-sm-15vh { max-width: 15vh !important; }
	.MaxWidth-sm-16vh { max-width: 16vh !important; }
	.MaxWidth-sm-17vh { max-width: 17vh !important; }
	.MaxWidth-sm-18vh { max-width: 18vh !important; }
	.MaxWidth-sm-19vh { max-width: 19vh !important; }
	.MaxWidth-sm-20vh { max-width: 20vh !important; }
	.MaxWidth-sm-21vh { max-width: 21vh !important; }
	.MaxWidth-sm-22vh { max-width: 22vh !important; }
	.MaxWidth-sm-23vh { max-width: 23vh !important; }
	.MaxWidth-sm-24vh { max-width: 24vh !important; }
	.MaxWidth-sm-25vh { max-width: 25vh !important; }
	.MaxWidth-sm-26vh { max-width: 26vh !important; }
	.MaxWidth-sm-27vh { max-width: 27vh !important; }
	.MaxWidth-sm-28vh { max-width: 28vh !important; }
	.MaxWidth-sm-29vh { max-width: 29vh !important; }
	.MaxWidth-sm-30vh { max-width: 30vh !important; }
	.MaxWidth-sm-31vh { max-width: 31vh !important; }
	.MaxWidth-sm-32vh { max-width: 32vh !important; }
	.MaxWidth-sm-33vh { max-width: 33vh !important; }
	.MaxWidth-sm-34vh { max-width: 34vh !important; }
	.MaxWidth-sm-35vh { max-width: 35vh !important; }
	.MaxWidth-sm-36vh { max-width: 36vh !important; }
	.MaxWidth-sm-37vh { max-width: 37vh !important; }
	.MaxWidth-sm-38vh { max-width: 38vh !important; }
	.MaxWidth-sm-39vh { max-width: 39vh !important; }
	.MaxWidth-sm-40vh { max-width: 40vh !important; }
	.MaxWidth-sm-41vh { max-width: 41vh !important; }
	.MaxWidth-sm-42vh { max-width: 42vh !important; }
	.MaxWidth-sm-43vh { max-width: 43vh !important; }
	.MaxWidth-sm-44vh { max-width: 44vh !important; }
	.MaxWidth-sm-45vh { max-width: 45vh !important; }
	.MaxWidth-sm-46vh { max-width: 46vh !important; }
	.MaxWidth-sm-47vh { max-width: 47vh !important; }
	.MaxWidth-sm-48vh { max-width: 48vh !important; }
	.MaxWidth-sm-49vh { max-width: 49vh !important; }
	.MaxWidth-sm-50vh { max-width: 50vh !important; }
	.MaxWidth-sm-51vh { max-width: 51vh !important; }
	.MaxWidth-sm-52vh { max-width: 52vh !important; }
	.MaxWidth-sm-53vh { max-width: 53vh !important; }
	.MaxWidth-sm-54vh { max-width: 54vh !important; }
	.MaxWidth-sm-55vh { max-width: 55vh !important; }
	.MaxWidth-sm-56vh { max-width: 56vh !important; }
	.MaxWidth-sm-57vh { max-width: 57vh !important; }
	.MaxWidth-sm-58vh { max-width: 58vh !important; }
	.MaxWidth-sm-59vh { max-width: 59vh !important; }
	.MaxWidth-sm-60vh { max-width: 60vh !important; }
	.MaxWidth-sm-61vh { max-width: 61vh !important; }
	.MaxWidth-sm-62vh { max-width: 62vh !important; }
	.MaxWidth-sm-63vh { max-width: 63vh !important; }
	.MaxWidth-sm-64vh { max-width: 64vh !important; }
	.MaxWidth-sm-65vh { max-width: 65vh !important; }
	.MaxWidth-sm-66vh { max-width: 66vh !important; }
	.MaxWidth-sm-67vh { max-width: 67vh !important; }
	.MaxWidth-sm-68vh { max-width: 68vh !important; }
	.MaxWidth-sm-69vh { max-width: 69vh !important; }
	.MaxWidth-sm-70vh { max-width: 70vh !important; }
	.MaxWidth-sm-71vh { max-width: 71vh !important; }
	.MaxWidth-sm-72vh { max-width: 72vh !important; }
	.MaxWidth-sm-73vh { max-width: 73vh !important; }
	.MaxWidth-sm-74vh { max-width: 74vh !important; }
	.MaxWidth-sm-75vh { max-width: 75vh !important; }
	.MaxWidth-sm-76vh { max-width: 76vh !important; }
	.MaxWidth-sm-77vh { max-width: 77vh !important; }
	.MaxWidth-sm-78vh { max-width: 78vh !important; }
	.MaxWidth-sm-79vh { max-width: 79vh !important; }
	.MaxWidth-sm-80vh { max-width: 80vh !important; }
	.MaxWidth-sm-81vh { max-width: 81vh !important; }
	.MaxWidth-sm-82vh { max-width: 82vh !important; }
	.MaxWidth-sm-83vh { max-width: 83vh !important; }
	.MaxWidth-sm-84vh { max-width: 84vh !important; }
	.MaxWidth-sm-85vh { max-width: 85vh !important; }
	.MaxWidth-sm-86vh { max-width: 86vh !important; }
	.MaxWidth-sm-87vh { max-width: 87vh !important; }
	.MaxWidth-sm-88vh { max-width: 88vh !important; }
	.MaxWidth-sm-89vh { max-width: 89vh !important; }
	.MaxWidth-sm-90vh { max-width: 90vh !important; }
	.MaxWidth-sm-91vh { max-width: 91vh !important; }
	.MaxWidth-sm-92vh { max-width: 92vh !important; }
	.MaxWidth-sm-93vh { max-width: 93vh !important; }
	.MaxWidth-sm-94vh { max-width: 94vh !important; }
	.MaxWidth-sm-95vh { max-width: 95vh !important; }
	.MaxWidth-sm-96vh { max-width: 96vh !important; }
	.MaxWidth-sm-97vh { max-width: 97vh !important; }
	.MaxWidth-sm-98vh { max-width: 98vh !important; }
	.MaxWidth-sm-99vh { max-width: 99vh !important; }
	.MaxWidth-sm-100vh { max-width: 100vh !important; }
	.MaxWidth-sm-0vmin { max-width: 0vmin !important; }
	.MaxWidth-sm-1vmin { max-width: 1vmin !important; }
	.MaxWidth-sm-2vmin { max-width: 2vmin !important; }
	.MaxWidth-sm-3vmin { max-width: 3vmin !important; }
	.MaxWidth-sm-4vmin { max-width: 4vmin !important; }
	.MaxWidth-sm-5vmin { max-width: 5vmin !important; }
	.MaxWidth-sm-6vmin { max-width: 6vmin !important; }
	.MaxWidth-sm-7vmin { max-width: 7vmin !important; }
	.MaxWidth-sm-8vmin { max-width: 8vmin !important; }
	.MaxWidth-sm-9vmin { max-width: 9vmin !important; }
	.MaxWidth-sm-10vmin { max-width: 10vmin !important; }
	.MaxWidth-sm-11vmin { max-width: 11vmin !important; }
	.MaxWidth-sm-12vmin { max-width: 12vmin !important; }
	.MaxWidth-sm-13vmin { max-width: 13vmin !important; }
	.MaxWidth-sm-14vmin { max-width: 14vmin !important; }
	.MaxWidth-sm-15vmin { max-width: 15vmin !important; }
	.MaxWidth-sm-16vmin { max-width: 16vmin !important; }
	.MaxWidth-sm-17vmin { max-width: 17vmin !important; }
	.MaxWidth-sm-18vmin { max-width: 18vmin !important; }
	.MaxWidth-sm-19vmin { max-width: 19vmin !important; }
	.MaxWidth-sm-20vmin { max-width: 20vmin !important; }
	.MaxWidth-sm-21vmin { max-width: 21vmin !important; }
	.MaxWidth-sm-22vmin { max-width: 22vmin !important; }
	.MaxWidth-sm-23vmin { max-width: 23vmin !important; }
	.MaxWidth-sm-24vmin { max-width: 24vmin !important; }
	.MaxWidth-sm-25vmin { max-width: 25vmin !important; }
	.MaxWidth-sm-26vmin { max-width: 26vmin !important; }
	.MaxWidth-sm-27vmin { max-width: 27vmin !important; }
	.MaxWidth-sm-28vmin { max-width: 28vmin !important; }
	.MaxWidth-sm-29vmin { max-width: 29vmin !important; }
	.MaxWidth-sm-30vmin { max-width: 30vmin !important; }
	.MaxWidth-sm-31vmin { max-width: 31vmin !important; }
	.MaxWidth-sm-32vmin { max-width: 32vmin !important; }
	.MaxWidth-sm-33vmin { max-width: 33vmin !important; }
	.MaxWidth-sm-34vmin { max-width: 34vmin !important; }
	.MaxWidth-sm-35vmin { max-width: 35vmin !important; }
	.MaxWidth-sm-36vmin { max-width: 36vmin !important; }
	.MaxWidth-sm-37vmin { max-width: 37vmin !important; }
	.MaxWidth-sm-38vmin { max-width: 38vmin !important; }
	.MaxWidth-sm-39vmin { max-width: 39vmin !important; }
	.MaxWidth-sm-40vmin { max-width: 40vmin !important; }
	.MaxWidth-sm-41vmin { max-width: 41vmin !important; }
	.MaxWidth-sm-42vmin { max-width: 42vmin !important; }
	.MaxWidth-sm-43vmin { max-width: 43vmin !important; }
	.MaxWidth-sm-44vmin { max-width: 44vmin !important; }
	.MaxWidth-sm-45vmin { max-width: 45vmin !important; }
	.MaxWidth-sm-46vmin { max-width: 46vmin !important; }
	.MaxWidth-sm-47vmin { max-width: 47vmin !important; }
	.MaxWidth-sm-48vmin { max-width: 48vmin !important; }
	.MaxWidth-sm-49vmin { max-width: 49vmin !important; }
	.MaxWidth-sm-50vmin { max-width: 50vmin !important; }
	.MaxWidth-sm-51vmin { max-width: 51vmin !important; }
	.MaxWidth-sm-52vmin { max-width: 52vmin !important; }
	.MaxWidth-sm-53vmin { max-width: 53vmin !important; }
	.MaxWidth-sm-54vmin { max-width: 54vmin !important; }
	.MaxWidth-sm-55vmin { max-width: 55vmin !important; }
	.MaxWidth-sm-56vmin { max-width: 56vmin !important; }
	.MaxWidth-sm-57vmin { max-width: 57vmin !important; }
	.MaxWidth-sm-58vmin { max-width: 58vmin !important; }
	.MaxWidth-sm-59vmin { max-width: 59vmin !important; }
	.MaxWidth-sm-60vmin { max-width: 60vmin !important; }
	.MaxWidth-sm-61vmin { max-width: 61vmin !important; }
	.MaxWidth-sm-62vmin { max-width: 62vmin !important; }
	.MaxWidth-sm-63vmin { max-width: 63vmin !important; }
	.MaxWidth-sm-64vmin { max-width: 64vmin !important; }
	.MaxWidth-sm-65vmin { max-width: 65vmin !important; }
	.MaxWidth-sm-66vmin { max-width: 66vmin !important; }
	.MaxWidth-sm-67vmin { max-width: 67vmin !important; }
	.MaxWidth-sm-68vmin { max-width: 68vmin !important; }
	.MaxWidth-sm-69vmin { max-width: 69vmin !important; }
	.MaxWidth-sm-70vmin { max-width: 70vmin !important; }
	.MaxWidth-sm-71vmin { max-width: 71vmin !important; }
	.MaxWidth-sm-72vmin { max-width: 72vmin !important; }
	.MaxWidth-sm-73vmin { max-width: 73vmin !important; }
	.MaxWidth-sm-74vmin { max-width: 74vmin !important; }
	.MaxWidth-sm-75vmin { max-width: 75vmin !important; }
	.MaxWidth-sm-76vmin { max-width: 76vmin !important; }
	.MaxWidth-sm-77vmin { max-width: 77vmin !important; }
	.MaxWidth-sm-78vmin { max-width: 78vmin !important; }
	.MaxWidth-sm-79vmin { max-width: 79vmin !important; }
	.MaxWidth-sm-80vmin { max-width: 80vmin !important; }
	.MaxWidth-sm-81vmin { max-width: 81vmin !important; }
	.MaxWidth-sm-82vmin { max-width: 82vmin !important; }
	.MaxWidth-sm-83vmin { max-width: 83vmin !important; }
	.MaxWidth-sm-84vmin { max-width: 84vmin !important; }
	.MaxWidth-sm-85vmin { max-width: 85vmin !important; }
	.MaxWidth-sm-86vmin { max-width: 86vmin !important; }
	.MaxWidth-sm-87vmin { max-width: 87vmin !important; }
	.MaxWidth-sm-88vmin { max-width: 88vmin !important; }
	.MaxWidth-sm-89vmin { max-width: 89vmin !important; }
	.MaxWidth-sm-90vmin { max-width: 90vmin !important; }
	.MaxWidth-sm-91vmin { max-width: 91vmin !important; }
	.MaxWidth-sm-92vmin { max-width: 92vmin !important; }
	.MaxWidth-sm-93vmin { max-width: 93vmin !important; }
	.MaxWidth-sm-94vmin { max-width: 94vmin !important; }
	.MaxWidth-sm-95vmin { max-width: 95vmin !important; }
	.MaxWidth-sm-96vmin { max-width: 96vmin !important; }
	.MaxWidth-sm-97vmin { max-width: 97vmin !important; }
	.MaxWidth-sm-98vmin { max-width: 98vmin !important; }
	.MaxWidth-sm-99vmin { max-width: 99vmin !important; }
	.MaxWidth-sm-100vmin { max-width: 100vmin !important; }
	.MaxWidth-sm-0vmax { max-width: 0vmax !important; }
	.MaxWidth-sm-1vmax { max-width: 1vmax !important; }
	.MaxWidth-sm-2vmax { max-width: 2vmax !important; }
	.MaxWidth-sm-3vmax { max-width: 3vmax !important; }
	.MaxWidth-sm-4vmax { max-width: 4vmax !important; }
	.MaxWidth-sm-5vmax { max-width: 5vmax !important; }
	.MaxWidth-sm-6vmax { max-width: 6vmax !important; }
	.MaxWidth-sm-7vmax { max-width: 7vmax !important; }
	.MaxWidth-sm-8vmax { max-width: 8vmax !important; }
	.MaxWidth-sm-9vmax { max-width: 9vmax !important; }
	.MaxWidth-sm-10vmax { max-width: 10vmax !important; }
	.MaxWidth-sm-11vmax { max-width: 11vmax !important; }
	.MaxWidth-sm-12vmax { max-width: 12vmax !important; }
	.MaxWidth-sm-13vmax { max-width: 13vmax !important; }
	.MaxWidth-sm-14vmax { max-width: 14vmax !important; }
	.MaxWidth-sm-15vmax { max-width: 15vmax !important; }
	.MaxWidth-sm-16vmax { max-width: 16vmax !important; }
	.MaxWidth-sm-17vmax { max-width: 17vmax !important; }
	.MaxWidth-sm-18vmax { max-width: 18vmax !important; }
	.MaxWidth-sm-19vmax { max-width: 19vmax !important; }
	.MaxWidth-sm-20vmax { max-width: 20vmax !important; }
	.MaxWidth-sm-21vmax { max-width: 21vmax !important; }
	.MaxWidth-sm-22vmax { max-width: 22vmax !important; }
	.MaxWidth-sm-23vmax { max-width: 23vmax !important; }
	.MaxWidth-sm-24vmax { max-width: 24vmax !important; }
	.MaxWidth-sm-25vmax { max-width: 25vmax !important; }
	.MaxWidth-sm-26vmax { max-width: 26vmax !important; }
	.MaxWidth-sm-27vmax { max-width: 27vmax !important; }
	.MaxWidth-sm-28vmax { max-width: 28vmax !important; }
	.MaxWidth-sm-29vmax { max-width: 29vmax !important; }
	.MaxWidth-sm-30vmax { max-width: 30vmax !important; }
	.MaxWidth-sm-31vmax { max-width: 31vmax !important; }
	.MaxWidth-sm-32vmax { max-width: 32vmax !important; }
	.MaxWidth-sm-33vmax { max-width: 33vmax !important; }
	.MaxWidth-sm-34vmax { max-width: 34vmax !important; }
	.MaxWidth-sm-35vmax { max-width: 35vmax !important; }
	.MaxWidth-sm-36vmax { max-width: 36vmax !important; }
	.MaxWidth-sm-37vmax { max-width: 37vmax !important; }
	.MaxWidth-sm-38vmax { max-width: 38vmax !important; }
	.MaxWidth-sm-39vmax { max-width: 39vmax !important; }
	.MaxWidth-sm-40vmax { max-width: 40vmax !important; }
	.MaxWidth-sm-41vmax { max-width: 41vmax !important; }
	.MaxWidth-sm-42vmax { max-width: 42vmax !important; }
	.MaxWidth-sm-43vmax { max-width: 43vmax !important; }
	.MaxWidth-sm-44vmax { max-width: 44vmax !important; }
	.MaxWidth-sm-45vmax { max-width: 45vmax !important; }
	.MaxWidth-sm-46vmax { max-width: 46vmax !important; }
	.MaxWidth-sm-47vmax { max-width: 47vmax !important; }
	.MaxWidth-sm-48vmax { max-width: 48vmax !important; }
	.MaxWidth-sm-49vmax { max-width: 49vmax !important; }
	.MaxWidth-sm-50vmax { max-width: 50vmax !important; }
	.MaxWidth-sm-51vmax { max-width: 51vmax !important; }
	.MaxWidth-sm-52vmax { max-width: 52vmax !important; }
	.MaxWidth-sm-53vmax { max-width: 53vmax !important; }
	.MaxWidth-sm-54vmax { max-width: 54vmax !important; }
	.MaxWidth-sm-55vmax { max-width: 55vmax !important; }
	.MaxWidth-sm-56vmax { max-width: 56vmax !important; }
	.MaxWidth-sm-57vmax { max-width: 57vmax !important; }
	.MaxWidth-sm-58vmax { max-width: 58vmax !important; }
	.MaxWidth-sm-59vmax { max-width: 59vmax !important; }
	.MaxWidth-sm-60vmax { max-width: 60vmax !important; }
	.MaxWidth-sm-61vmax { max-width: 61vmax !important; }
	.MaxWidth-sm-62vmax { max-width: 62vmax !important; }
	.MaxWidth-sm-63vmax { max-width: 63vmax !important; }
	.MaxWidth-sm-64vmax { max-width: 64vmax !important; }
	.MaxWidth-sm-65vmax { max-width: 65vmax !important; }
	.MaxWidth-sm-66vmax { max-width: 66vmax !important; }
	.MaxWidth-sm-67vmax { max-width: 67vmax !important; }
	.MaxWidth-sm-68vmax { max-width: 68vmax !important; }
	.MaxWidth-sm-69vmax { max-width: 69vmax !important; }
	.MaxWidth-sm-70vmax { max-width: 70vmax !important; }
	.MaxWidth-sm-71vmax { max-width: 71vmax !important; }
	.MaxWidth-sm-72vmax { max-width: 72vmax !important; }
	.MaxWidth-sm-73vmax { max-width: 73vmax !important; }
	.MaxWidth-sm-74vmax { max-width: 74vmax !important; }
	.MaxWidth-sm-75vmax { max-width: 75vmax !important; }
	.MaxWidth-sm-76vmax { max-width: 76vmax !important; }
	.MaxWidth-sm-77vmax { max-width: 77vmax !important; }
	.MaxWidth-sm-78vmax { max-width: 78vmax !important; }
	.MaxWidth-sm-79vmax { max-width: 79vmax !important; }
	.MaxWidth-sm-80vmax { max-width: 80vmax !important; }
	.MaxWidth-sm-81vmax { max-width: 81vmax !important; }
	.MaxWidth-sm-82vmax { max-width: 82vmax !important; }
	.MaxWidth-sm-83vmax { max-width: 83vmax !important; }
	.MaxWidth-sm-84vmax { max-width: 84vmax !important; }
	.MaxWidth-sm-85vmax { max-width: 85vmax !important; }
	.MaxWidth-sm-86vmax { max-width: 86vmax !important; }
	.MaxWidth-sm-87vmax { max-width: 87vmax !important; }
	.MaxWidth-sm-88vmax { max-width: 88vmax !important; }
	.MaxWidth-sm-89vmax { max-width: 89vmax !important; }
	.MaxWidth-sm-90vmax { max-width: 90vmax !important; }
	.MaxWidth-sm-91vmax { max-width: 91vmax !important; }
	.MaxWidth-sm-92vmax { max-width: 92vmax !important; }
	.MaxWidth-sm-93vmax { max-width: 93vmax !important; }
	.MaxWidth-sm-94vmax { max-width: 94vmax !important; }
	.MaxWidth-sm-95vmax { max-width: 95vmax !important; }
	.MaxWidth-sm-96vmax { max-width: 96vmax !important; }
	.MaxWidth-sm-97vmax { max-width: 97vmax !important; }
	.MaxWidth-sm-98vmax { max-width: 98vmax !important; }
	.MaxWidth-sm-99vmax { max-width: 99vmax !important; }
	.MaxWidth-sm-100vmax { max-width: 100vmax !important; }
	.MinHeight-sm-0x10 { min-height: 0% !important; }
	.MinHeight-sm-1x10 { min-height: 10% !important; }
	.MinHeight-sm-2x10 { min-height: 20% !important; }
	.MinHeight-sm-3x10 { min-height: 30% !important; }
	.MinHeight-sm-4x10 { min-height: 40% !important; }
	.MinHeight-sm-5x10 { min-height: 50% !important; }
	.MinHeight-sm-6x10 { min-height: 60% !important; }
	.MinHeight-sm-7x10 { min-height: 70% !important; }
	.MinHeight-sm-8x10 { min-height: 80% !important; }
	.MinHeight-sm-9x10 { min-height: 90% !important; }
	.MinHeight-sm-10x10 { min-height: 100% !important; }
	.MinHeight-sm-0x12 { min-height: 0% !important; }
	.MinHeight-sm-1x12 { min-height: 8.3333333333333% !important; }
	.MinHeight-sm-2x12 { min-height: 16.666666666667% !important; }
	.MinHeight-sm-3x12 { min-height: 25% !important; }
	.MinHeight-sm-4x12 { min-height: 33.333333333333% !important; }
	.MinHeight-sm-5x12 { min-height: 41.666666666667% !important; }
	.MinHeight-sm-6x12 { min-height: 50% !important; }
	.MinHeight-sm-7x12 { min-height: 58.333333333333% !important; }
	.MinHeight-sm-8x12 { min-height: 66.666666666667% !important; }
	.MinHeight-sm-9x12 { min-height: 75% !important; }
	.MinHeight-sm-10x12 { min-height: 83.333333333333% !important; }
	.MinHeight-sm-11x12 { min-height: 91.666666666667% !important; }
	.MinHeight-sm-12x12 { min-height: 100% !important; }
	.MinHeight-sm-0x16 { min-height: 0% !important; }
	.MinHeight-sm-1x16 { min-height: 6.25% !important; }
	.MinHeight-sm-2x16 { min-height: 12.5% !important; }
	.MinHeight-sm-3x16 { min-height: 18.75% !important; }
	.MinHeight-sm-4x16 { min-height: 25% !important; }
	.MinHeight-sm-5x16 { min-height: 31.25% !important; }
	.MinHeight-sm-6x16 { min-height: 37.5% !important; }
	.MinHeight-sm-7x16 { min-height: 43.75% !important; }
	.MinHeight-sm-8x16 { min-height: 50% !important; }
	.MinHeight-sm-9x16 { min-height: 56.25% !important; }
	.MinHeight-sm-10x16 { min-height: 62.5% !important; }
	.MinHeight-sm-11x16 { min-height: 68.75% !important; }
	.MinHeight-sm-12x16 { min-height: 75% !important; }
	.MinHeight-sm-13x16 { min-height: 81.25% !important; }
	.MinHeight-sm-14x16 { min-height: 87.5% !important; }
	.MinHeight-sm-15x16 { min-height: 93.75% !important; }
	.MinHeight-sm-16x16 { min-height: 100% !important; }
	.MinHeight-sm-0em { min-height: 0em !important; }
	.MinHeight-sm-1em { min-height: 1em !important; }
	.MinHeight-sm-2em { min-height: 2em !important; }
	.MinHeight-sm-3em { min-height: 3em !important; }
	.MinHeight-sm-4em { min-height: 4em !important; }
	.MinHeight-sm-5em { min-height: 5em !important; }
	.MinHeight-sm-6em { min-height: 6em !important; }
	.MinHeight-sm-7em { min-height: 7em !important; }
	.MinHeight-sm-8em { min-height: 8em !important; }
	.MinHeight-sm-9em { min-height: 9em !important; }
	.MinHeight-sm-10em { min-height: 10em !important; }
	.MinHeight-sm-11em { min-height: 11em !important; }
	.MinHeight-sm-12em { min-height: 12em !important; }
	.MinHeight-sm-13em { min-height: 13em !important; }
	.MinHeight-sm-14em { min-height: 14em !important; }
	.MinHeight-sm-15em { min-height: 15em !important; }
	.MinHeight-sm-16em { min-height: 16em !important; }
	.MinHeight-sm-17em { min-height: 17em !important; }
	.MinHeight-sm-18em { min-height: 18em !important; }
	.MinHeight-sm-19em { min-height: 19em !important; }
	.MinHeight-sm-20em { min-height: 20em !important; }
	.MinHeight-sm-21em { min-height: 21em !important; }
	.MinHeight-sm-22em { min-height: 22em !important; }
	.MinHeight-sm-23em { min-height: 23em !important; }
	.MinHeight-sm-24em { min-height: 24em !important; }
	.MinHeight-sm-0x16em { min-height: 0em !important; }
	.MinHeight-sm-1x16em { min-height: 0.0625em !important; }
	.MinHeight-sm-2x16em { min-height: 0.125em !important; }
	.MinHeight-sm-3x16em { min-height: 0.1875em !important; }
	.MinHeight-sm-4x16em { min-height: 0.25em !important; }
	.MinHeight-sm-5x16em { min-height: 0.3125em !important; }
	.MinHeight-sm-6x16em { min-height: 0.375em !important; }
	.MinHeight-sm-7x16em { min-height: 0.4375em !important; }
	.MinHeight-sm-8x16em { min-height: 0.5em !important; }
	.MinHeight-sm-9x16em { min-height: 0.5625em !important; }
	.MinHeight-sm-10x16em { min-height: 0.625em !important; }
	.MinHeight-sm-11x16em { min-height: 0.6875em !important; }
	.MinHeight-sm-12x16em { min-height: 0.75em !important; }
	.MinHeight-sm-13x16em { min-height: 0.8125em !important; }
	.MinHeight-sm-14x16em { min-height: 0.875em !important; }
	.MinHeight-sm-15x16em { min-height: 0.9375em !important; }
	.MinHeight-sm-16x16em { min-height: 1em !important; }
	.MinHeight-sm-0vw { min-height: 0vw !important; }
	.MinHeight-sm-1vw { min-height: 1vw !important; }
	.MinHeight-sm-2vw { min-height: 2vw !important; }
	.MinHeight-sm-3vw { min-height: 3vw !important; }
	.MinHeight-sm-4vw { min-height: 4vw !important; }
	.MinHeight-sm-5vw { min-height: 5vw !important; }
	.MinHeight-sm-6vw { min-height: 6vw !important; }
	.MinHeight-sm-7vw { min-height: 7vw !important; }
	.MinHeight-sm-8vw { min-height: 8vw !important; }
	.MinHeight-sm-9vw { min-height: 9vw !important; }
	.MinHeight-sm-10vw { min-height: 10vw !important; }
	.MinHeight-sm-11vw { min-height: 11vw !important; }
	.MinHeight-sm-12vw { min-height: 12vw !important; }
	.MinHeight-sm-13vw { min-height: 13vw !important; }
	.MinHeight-sm-14vw { min-height: 14vw !important; }
	.MinHeight-sm-15vw { min-height: 15vw !important; }
	.MinHeight-sm-16vw { min-height: 16vw !important; }
	.MinHeight-sm-17vw { min-height: 17vw !important; }
	.MinHeight-sm-18vw { min-height: 18vw !important; }
	.MinHeight-sm-19vw { min-height: 19vw !important; }
	.MinHeight-sm-20vw { min-height: 20vw !important; }
	.MinHeight-sm-21vw { min-height: 21vw !important; }
	.MinHeight-sm-22vw { min-height: 22vw !important; }
	.MinHeight-sm-23vw { min-height: 23vw !important; }
	.MinHeight-sm-24vw { min-height: 24vw !important; }
	.MinHeight-sm-25vw { min-height: 25vw !important; }
	.MinHeight-sm-26vw { min-height: 26vw !important; }
	.MinHeight-sm-27vw { min-height: 27vw !important; }
	.MinHeight-sm-28vw { min-height: 28vw !important; }
	.MinHeight-sm-29vw { min-height: 29vw !important; }
	.MinHeight-sm-30vw { min-height: 30vw !important; }
	.MinHeight-sm-31vw { min-height: 31vw !important; }
	.MinHeight-sm-32vw { min-height: 32vw !important; }
	.MinHeight-sm-33vw { min-height: 33vw !important; }
	.MinHeight-sm-34vw { min-height: 34vw !important; }
	.MinHeight-sm-35vw { min-height: 35vw !important; }
	.MinHeight-sm-36vw { min-height: 36vw !important; }
	.MinHeight-sm-37vw { min-height: 37vw !important; }
	.MinHeight-sm-38vw { min-height: 38vw !important; }
	.MinHeight-sm-39vw { min-height: 39vw !important; }
	.MinHeight-sm-40vw { min-height: 40vw !important; }
	.MinHeight-sm-41vw { min-height: 41vw !important; }
	.MinHeight-sm-42vw { min-height: 42vw !important; }
	.MinHeight-sm-43vw { min-height: 43vw !important; }
	.MinHeight-sm-44vw { min-height: 44vw !important; }
	.MinHeight-sm-45vw { min-height: 45vw !important; }
	.MinHeight-sm-46vw { min-height: 46vw !important; }
	.MinHeight-sm-47vw { min-height: 47vw !important; }
	.MinHeight-sm-48vw { min-height: 48vw !important; }
	.MinHeight-sm-49vw { min-height: 49vw !important; }
	.MinHeight-sm-50vw { min-height: 50vw !important; }
	.MinHeight-sm-51vw { min-height: 51vw !important; }
	.MinHeight-sm-52vw { min-height: 52vw !important; }
	.MinHeight-sm-53vw { min-height: 53vw !important; }
	.MinHeight-sm-54vw { min-height: 54vw !important; }
	.MinHeight-sm-55vw { min-height: 55vw !important; }
	.MinHeight-sm-56vw { min-height: 56vw !important; }
	.MinHeight-sm-57vw { min-height: 57vw !important; }
	.MinHeight-sm-58vw { min-height: 58vw !important; }
	.MinHeight-sm-59vw { min-height: 59vw !important; }
	.MinHeight-sm-60vw { min-height: 60vw !important; }
	.MinHeight-sm-61vw { min-height: 61vw !important; }
	.MinHeight-sm-62vw { min-height: 62vw !important; }
	.MinHeight-sm-63vw { min-height: 63vw !important; }
	.MinHeight-sm-64vw { min-height: 64vw !important; }
	.MinHeight-sm-65vw { min-height: 65vw !important; }
	.MinHeight-sm-66vw { min-height: 66vw !important; }
	.MinHeight-sm-67vw { min-height: 67vw !important; }
	.MinHeight-sm-68vw { min-height: 68vw !important; }
	.MinHeight-sm-69vw { min-height: 69vw !important; }
	.MinHeight-sm-70vw { min-height: 70vw !important; }
	.MinHeight-sm-71vw { min-height: 71vw !important; }
	.MinHeight-sm-72vw { min-height: 72vw !important; }
	.MinHeight-sm-73vw { min-height: 73vw !important; }
	.MinHeight-sm-74vw { min-height: 74vw !important; }
	.MinHeight-sm-75vw { min-height: 75vw !important; }
	.MinHeight-sm-76vw { min-height: 76vw !important; }
	.MinHeight-sm-77vw { min-height: 77vw !important; }
	.MinHeight-sm-78vw { min-height: 78vw !important; }
	.MinHeight-sm-79vw { min-height: 79vw !important; }
	.MinHeight-sm-80vw { min-height: 80vw !important; }
	.MinHeight-sm-81vw { min-height: 81vw !important; }
	.MinHeight-sm-82vw { min-height: 82vw !important; }
	.MinHeight-sm-83vw { min-height: 83vw !important; }
	.MinHeight-sm-84vw { min-height: 84vw !important; }
	.MinHeight-sm-85vw { min-height: 85vw !important; }
	.MinHeight-sm-86vw { min-height: 86vw !important; }
	.MinHeight-sm-87vw { min-height: 87vw !important; }
	.MinHeight-sm-88vw { min-height: 88vw !important; }
	.MinHeight-sm-89vw { min-height: 89vw !important; }
	.MinHeight-sm-90vw { min-height: 90vw !important; }
	.MinHeight-sm-91vw { min-height: 91vw !important; }
	.MinHeight-sm-92vw { min-height: 92vw !important; }
	.MinHeight-sm-93vw { min-height: 93vw !important; }
	.MinHeight-sm-94vw { min-height: 94vw !important; }
	.MinHeight-sm-95vw { min-height: 95vw !important; }
	.MinHeight-sm-96vw { min-height: 96vw !important; }
	.MinHeight-sm-97vw { min-height: 97vw !important; }
	.MinHeight-sm-98vw { min-height: 98vw !important; }
	.MinHeight-sm-99vw { min-height: 99vw !important; }
	.MinHeight-sm-100vw { min-height: 100vw !important; }
	.MinHeight-sm-0vh { min-height: 0vh !important; }
	.MinHeight-sm-1vh { min-height: 1vh !important; }
	.MinHeight-sm-2vh { min-height: 2vh !important; }
	.MinHeight-sm-3vh { min-height: 3vh !important; }
	.MinHeight-sm-4vh { min-height: 4vh !important; }
	.MinHeight-sm-5vh { min-height: 5vh !important; }
	.MinHeight-sm-6vh { min-height: 6vh !important; }
	.MinHeight-sm-7vh { min-height: 7vh !important; }
	.MinHeight-sm-8vh { min-height: 8vh !important; }
	.MinHeight-sm-9vh { min-height: 9vh !important; }
	.MinHeight-sm-10vh { min-height: 10vh !important; }
	.MinHeight-sm-11vh { min-height: 11vh !important; }
	.MinHeight-sm-12vh { min-height: 12vh !important; }
	.MinHeight-sm-13vh { min-height: 13vh !important; }
	.MinHeight-sm-14vh { min-height: 14vh !important; }
	.MinHeight-sm-15vh { min-height: 15vh !important; }
	.MinHeight-sm-16vh { min-height: 16vh !important; }
	.MinHeight-sm-17vh { min-height: 17vh !important; }
	.MinHeight-sm-18vh { min-height: 18vh !important; }
	.MinHeight-sm-19vh { min-height: 19vh !important; }
	.MinHeight-sm-20vh { min-height: 20vh !important; }
	.MinHeight-sm-21vh { min-height: 21vh !important; }
	.MinHeight-sm-22vh { min-height: 22vh !important; }
	.MinHeight-sm-23vh { min-height: 23vh !important; }
	.MinHeight-sm-24vh { min-height: 24vh !important; }
	.MinHeight-sm-25vh { min-height: 25vh !important; }
	.MinHeight-sm-26vh { min-height: 26vh !important; }
	.MinHeight-sm-27vh { min-height: 27vh !important; }
	.MinHeight-sm-28vh { min-height: 28vh !important; }
	.MinHeight-sm-29vh { min-height: 29vh !important; }
	.MinHeight-sm-30vh { min-height: 30vh !important; }
	.MinHeight-sm-31vh { min-height: 31vh !important; }
	.MinHeight-sm-32vh { min-height: 32vh !important; }
	.MinHeight-sm-33vh { min-height: 33vh !important; }
	.MinHeight-sm-34vh { min-height: 34vh !important; }
	.MinHeight-sm-35vh { min-height: 35vh !important; }
	.MinHeight-sm-36vh { min-height: 36vh !important; }
	.MinHeight-sm-37vh { min-height: 37vh !important; }
	.MinHeight-sm-38vh { min-height: 38vh !important; }
	.MinHeight-sm-39vh { min-height: 39vh !important; }
	.MinHeight-sm-40vh { min-height: 40vh !important; }
	.MinHeight-sm-41vh { min-height: 41vh !important; }
	.MinHeight-sm-42vh { min-height: 42vh !important; }
	.MinHeight-sm-43vh { min-height: 43vh !important; }
	.MinHeight-sm-44vh { min-height: 44vh !important; }
	.MinHeight-sm-45vh { min-height: 45vh !important; }
	.MinHeight-sm-46vh { min-height: 46vh !important; }
	.MinHeight-sm-47vh { min-height: 47vh !important; }
	.MinHeight-sm-48vh { min-height: 48vh !important; }
	.MinHeight-sm-49vh { min-height: 49vh !important; }
	.MinHeight-sm-50vh { min-height: 50vh !important; }
	.MinHeight-sm-51vh { min-height: 51vh !important; }
	.MinHeight-sm-52vh { min-height: 52vh !important; }
	.MinHeight-sm-53vh { min-height: 53vh !important; }
	.MinHeight-sm-54vh { min-height: 54vh !important; }
	.MinHeight-sm-55vh { min-height: 55vh !important; }
	.MinHeight-sm-56vh { min-height: 56vh !important; }
	.MinHeight-sm-57vh { min-height: 57vh !important; }
	.MinHeight-sm-58vh { min-height: 58vh !important; }
	.MinHeight-sm-59vh { min-height: 59vh !important; }
	.MinHeight-sm-60vh { min-height: 60vh !important; }
	.MinHeight-sm-61vh { min-height: 61vh !important; }
	.MinHeight-sm-62vh { min-height: 62vh !important; }
	.MinHeight-sm-63vh { min-height: 63vh !important; }
	.MinHeight-sm-64vh { min-height: 64vh !important; }
	.MinHeight-sm-65vh { min-height: 65vh !important; }
	.MinHeight-sm-66vh { min-height: 66vh !important; }
	.MinHeight-sm-67vh { min-height: 67vh !important; }
	.MinHeight-sm-68vh { min-height: 68vh !important; }
	.MinHeight-sm-69vh { min-height: 69vh !important; }
	.MinHeight-sm-70vh { min-height: 70vh !important; }
	.MinHeight-sm-71vh { min-height: 71vh !important; }
	.MinHeight-sm-72vh { min-height: 72vh !important; }
	.MinHeight-sm-73vh { min-height: 73vh !important; }
	.MinHeight-sm-74vh { min-height: 74vh !important; }
	.MinHeight-sm-75vh { min-height: 75vh !important; }
	.MinHeight-sm-76vh { min-height: 76vh !important; }
	.MinHeight-sm-77vh { min-height: 77vh !important; }
	.MinHeight-sm-78vh { min-height: 78vh !important; }
	.MinHeight-sm-79vh { min-height: 79vh !important; }
	.MinHeight-sm-80vh { min-height: 80vh !important; }
	.MinHeight-sm-81vh { min-height: 81vh !important; }
	.MinHeight-sm-82vh { min-height: 82vh !important; }
	.MinHeight-sm-83vh { min-height: 83vh !important; }
	.MinHeight-sm-84vh { min-height: 84vh !important; }
	.MinHeight-sm-85vh { min-height: 85vh !important; }
	.MinHeight-sm-86vh { min-height: 86vh !important; }
	.MinHeight-sm-87vh { min-height: 87vh !important; }
	.MinHeight-sm-88vh { min-height: 88vh !important; }
	.MinHeight-sm-89vh { min-height: 89vh !important; }
	.MinHeight-sm-90vh { min-height: 90vh !important; }
	.MinHeight-sm-91vh { min-height: 91vh !important; }
	.MinHeight-sm-92vh { min-height: 92vh !important; }
	.MinHeight-sm-93vh { min-height: 93vh !important; }
	.MinHeight-sm-94vh { min-height: 94vh !important; }
	.MinHeight-sm-95vh { min-height: 95vh !important; }
	.MinHeight-sm-96vh { min-height: 96vh !important; }
	.MinHeight-sm-97vh { min-height: 97vh !important; }
	.MinHeight-sm-98vh { min-height: 98vh !important; }
	.MinHeight-sm-99vh { min-height: 99vh !important; }
	.MinHeight-sm-100vh { min-height: 100vh !important; }
	.MinHeight-sm-0vmin { min-height: 0vmin !important; }
	.MinHeight-sm-1vmin { min-height: 1vmin !important; }
	.MinHeight-sm-2vmin { min-height: 2vmin !important; }
	.MinHeight-sm-3vmin { min-height: 3vmin !important; }
	.MinHeight-sm-4vmin { min-height: 4vmin !important; }
	.MinHeight-sm-5vmin { min-height: 5vmin !important; }
	.MinHeight-sm-6vmin { min-height: 6vmin !important; }
	.MinHeight-sm-7vmin { min-height: 7vmin !important; }
	.MinHeight-sm-8vmin { min-height: 8vmin !important; }
	.MinHeight-sm-9vmin { min-height: 9vmin !important; }
	.MinHeight-sm-10vmin { min-height: 10vmin !important; }
	.MinHeight-sm-11vmin { min-height: 11vmin !important; }
	.MinHeight-sm-12vmin { min-height: 12vmin !important; }
	.MinHeight-sm-13vmin { min-height: 13vmin !important; }
	.MinHeight-sm-14vmin { min-height: 14vmin !important; }
	.MinHeight-sm-15vmin { min-height: 15vmin !important; }
	.MinHeight-sm-16vmin { min-height: 16vmin !important; }
	.MinHeight-sm-17vmin { min-height: 17vmin !important; }
	.MinHeight-sm-18vmin { min-height: 18vmin !important; }
	.MinHeight-sm-19vmin { min-height: 19vmin !important; }
	.MinHeight-sm-20vmin { min-height: 20vmin !important; }
	.MinHeight-sm-21vmin { min-height: 21vmin !important; }
	.MinHeight-sm-22vmin { min-height: 22vmin !important; }
	.MinHeight-sm-23vmin { min-height: 23vmin !important; }
	.MinHeight-sm-24vmin { min-height: 24vmin !important; }
	.MinHeight-sm-25vmin { min-height: 25vmin !important; }
	.MinHeight-sm-26vmin { min-height: 26vmin !important; }
	.MinHeight-sm-27vmin { min-height: 27vmin !important; }
	.MinHeight-sm-28vmin { min-height: 28vmin !important; }
	.MinHeight-sm-29vmin { min-height: 29vmin !important; }
	.MinHeight-sm-30vmin { min-height: 30vmin !important; }
	.MinHeight-sm-31vmin { min-height: 31vmin !important; }
	.MinHeight-sm-32vmin { min-height: 32vmin !important; }
	.MinHeight-sm-33vmin { min-height: 33vmin !important; }
	.MinHeight-sm-34vmin { min-height: 34vmin !important; }
	.MinHeight-sm-35vmin { min-height: 35vmin !important; }
	.MinHeight-sm-36vmin { min-height: 36vmin !important; }
	.MinHeight-sm-37vmin { min-height: 37vmin !important; }
	.MinHeight-sm-38vmin { min-height: 38vmin !important; }
	.MinHeight-sm-39vmin { min-height: 39vmin !important; }
	.MinHeight-sm-40vmin { min-height: 40vmin !important; }
	.MinHeight-sm-41vmin { min-height: 41vmin !important; }
	.MinHeight-sm-42vmin { min-height: 42vmin !important; }
	.MinHeight-sm-43vmin { min-height: 43vmin !important; }
	.MinHeight-sm-44vmin { min-height: 44vmin !important; }
	.MinHeight-sm-45vmin { min-height: 45vmin !important; }
	.MinHeight-sm-46vmin { min-height: 46vmin !important; }
	.MinHeight-sm-47vmin { min-height: 47vmin !important; }
	.MinHeight-sm-48vmin { min-height: 48vmin !important; }
	.MinHeight-sm-49vmin { min-height: 49vmin !important; }
	.MinHeight-sm-50vmin { min-height: 50vmin !important; }
	.MinHeight-sm-51vmin { min-height: 51vmin !important; }
	.MinHeight-sm-52vmin { min-height: 52vmin !important; }
	.MinHeight-sm-53vmin { min-height: 53vmin !important; }
	.MinHeight-sm-54vmin { min-height: 54vmin !important; }
	.MinHeight-sm-55vmin { min-height: 55vmin !important; }
	.MinHeight-sm-56vmin { min-height: 56vmin !important; }
	.MinHeight-sm-57vmin { min-height: 57vmin !important; }
	.MinHeight-sm-58vmin { min-height: 58vmin !important; }
	.MinHeight-sm-59vmin { min-height: 59vmin !important; }
	.MinHeight-sm-60vmin { min-height: 60vmin !important; }
	.MinHeight-sm-61vmin { min-height: 61vmin !important; }
	.MinHeight-sm-62vmin { min-height: 62vmin !important; }
	.MinHeight-sm-63vmin { min-height: 63vmin !important; }
	.MinHeight-sm-64vmin { min-height: 64vmin !important; }
	.MinHeight-sm-65vmin { min-height: 65vmin !important; }
	.MinHeight-sm-66vmin { min-height: 66vmin !important; }
	.MinHeight-sm-67vmin { min-height: 67vmin !important; }
	.MinHeight-sm-68vmin { min-height: 68vmin !important; }
	.MinHeight-sm-69vmin { min-height: 69vmin !important; }
	.MinHeight-sm-70vmin { min-height: 70vmin !important; }
	.MinHeight-sm-71vmin { min-height: 71vmin !important; }
	.MinHeight-sm-72vmin { min-height: 72vmin !important; }
	.MinHeight-sm-73vmin { min-height: 73vmin !important; }
	.MinHeight-sm-74vmin { min-height: 74vmin !important; }
	.MinHeight-sm-75vmin { min-height: 75vmin !important; }
	.MinHeight-sm-76vmin { min-height: 76vmin !important; }
	.MinHeight-sm-77vmin { min-height: 77vmin !important; }
	.MinHeight-sm-78vmin { min-height: 78vmin !important; }
	.MinHeight-sm-79vmin { min-height: 79vmin !important; }
	.MinHeight-sm-80vmin { min-height: 80vmin !important; }
	.MinHeight-sm-81vmin { min-height: 81vmin !important; }
	.MinHeight-sm-82vmin { min-height: 82vmin !important; }
	.MinHeight-sm-83vmin { min-height: 83vmin !important; }
	.MinHeight-sm-84vmin { min-height: 84vmin !important; }
	.MinHeight-sm-85vmin { min-height: 85vmin !important; }
	.MinHeight-sm-86vmin { min-height: 86vmin !important; }
	.MinHeight-sm-87vmin { min-height: 87vmin !important; }
	.MinHeight-sm-88vmin { min-height: 88vmin !important; }
	.MinHeight-sm-89vmin { min-height: 89vmin !important; }
	.MinHeight-sm-90vmin { min-height: 90vmin !important; }
	.MinHeight-sm-91vmin { min-height: 91vmin !important; }
	.MinHeight-sm-92vmin { min-height: 92vmin !important; }
	.MinHeight-sm-93vmin { min-height: 93vmin !important; }
	.MinHeight-sm-94vmin { min-height: 94vmin !important; }
	.MinHeight-sm-95vmin { min-height: 95vmin !important; }
	.MinHeight-sm-96vmin { min-height: 96vmin !important; }
	.MinHeight-sm-97vmin { min-height: 97vmin !important; }
	.MinHeight-sm-98vmin { min-height: 98vmin !important; }
	.MinHeight-sm-99vmin { min-height: 99vmin !important; }
	.MinHeight-sm-100vmin { min-height: 100vmin !important; }
	.MinHeight-sm-0vmax { min-height: 0vmax !important; }
	.MinHeight-sm-1vmax { min-height: 1vmax !important; }
	.MinHeight-sm-2vmax { min-height: 2vmax !important; }
	.MinHeight-sm-3vmax { min-height: 3vmax !important; }
	.MinHeight-sm-4vmax { min-height: 4vmax !important; }
	.MinHeight-sm-5vmax { min-height: 5vmax !important; }
	.MinHeight-sm-6vmax { min-height: 6vmax !important; }
	.MinHeight-sm-7vmax { min-height: 7vmax !important; }
	.MinHeight-sm-8vmax { min-height: 8vmax !important; }
	.MinHeight-sm-9vmax { min-height: 9vmax !important; }
	.MinHeight-sm-10vmax { min-height: 10vmax !important; }
	.MinHeight-sm-11vmax { min-height: 11vmax !important; }
	.MinHeight-sm-12vmax { min-height: 12vmax !important; }
	.MinHeight-sm-13vmax { min-height: 13vmax !important; }
	.MinHeight-sm-14vmax { min-height: 14vmax !important; }
	.MinHeight-sm-15vmax { min-height: 15vmax !important; }
	.MinHeight-sm-16vmax { min-height: 16vmax !important; }
	.MinHeight-sm-17vmax { min-height: 17vmax !important; }
	.MinHeight-sm-18vmax { min-height: 18vmax !important; }
	.MinHeight-sm-19vmax { min-height: 19vmax !important; }
	.MinHeight-sm-20vmax { min-height: 20vmax !important; }
	.MinHeight-sm-21vmax { min-height: 21vmax !important; }
	.MinHeight-sm-22vmax { min-height: 22vmax !important; }
	.MinHeight-sm-23vmax { min-height: 23vmax !important; }
	.MinHeight-sm-24vmax { min-height: 24vmax !important; }
	.MinHeight-sm-25vmax { min-height: 25vmax !important; }
	.MinHeight-sm-26vmax { min-height: 26vmax !important; }
	.MinHeight-sm-27vmax { min-height: 27vmax !important; }
	.MinHeight-sm-28vmax { min-height: 28vmax !important; }
	.MinHeight-sm-29vmax { min-height: 29vmax !important; }
	.MinHeight-sm-30vmax { min-height: 30vmax !important; }
	.MinHeight-sm-31vmax { min-height: 31vmax !important; }
	.MinHeight-sm-32vmax { min-height: 32vmax !important; }
	.MinHeight-sm-33vmax { min-height: 33vmax !important; }
	.MinHeight-sm-34vmax { min-height: 34vmax !important; }
	.MinHeight-sm-35vmax { min-height: 35vmax !important; }
	.MinHeight-sm-36vmax { min-height: 36vmax !important; }
	.MinHeight-sm-37vmax { min-height: 37vmax !important; }
	.MinHeight-sm-38vmax { min-height: 38vmax !important; }
	.MinHeight-sm-39vmax { min-height: 39vmax !important; }
	.MinHeight-sm-40vmax { min-height: 40vmax !important; }
	.MinHeight-sm-41vmax { min-height: 41vmax !important; }
	.MinHeight-sm-42vmax { min-height: 42vmax !important; }
	.MinHeight-sm-43vmax { min-height: 43vmax !important; }
	.MinHeight-sm-44vmax { min-height: 44vmax !important; }
	.MinHeight-sm-45vmax { min-height: 45vmax !important; }
	.MinHeight-sm-46vmax { min-height: 46vmax !important; }
	.MinHeight-sm-47vmax { min-height: 47vmax !important; }
	.MinHeight-sm-48vmax { min-height: 48vmax !important; }
	.MinHeight-sm-49vmax { min-height: 49vmax !important; }
	.MinHeight-sm-50vmax { min-height: 50vmax !important; }
	.MinHeight-sm-51vmax { min-height: 51vmax !important; }
	.MinHeight-sm-52vmax { min-height: 52vmax !important; }
	.MinHeight-sm-53vmax { min-height: 53vmax !important; }
	.MinHeight-sm-54vmax { min-height: 54vmax !important; }
	.MinHeight-sm-55vmax { min-height: 55vmax !important; }
	.MinHeight-sm-56vmax { min-height: 56vmax !important; }
	.MinHeight-sm-57vmax { min-height: 57vmax !important; }
	.MinHeight-sm-58vmax { min-height: 58vmax !important; }
	.MinHeight-sm-59vmax { min-height: 59vmax !important; }
	.MinHeight-sm-60vmax { min-height: 60vmax !important; }
	.MinHeight-sm-61vmax { min-height: 61vmax !important; }
	.MinHeight-sm-62vmax { min-height: 62vmax !important; }
	.MinHeight-sm-63vmax { min-height: 63vmax !important; }
	.MinHeight-sm-64vmax { min-height: 64vmax !important; }
	.MinHeight-sm-65vmax { min-height: 65vmax !important; }
	.MinHeight-sm-66vmax { min-height: 66vmax !important; }
	.MinHeight-sm-67vmax { min-height: 67vmax !important; }
	.MinHeight-sm-68vmax { min-height: 68vmax !important; }
	.MinHeight-sm-69vmax { min-height: 69vmax !important; }
	.MinHeight-sm-70vmax { min-height: 70vmax !important; }
	.MinHeight-sm-71vmax { min-height: 71vmax !important; }
	.MinHeight-sm-72vmax { min-height: 72vmax !important; }
	.MinHeight-sm-73vmax { min-height: 73vmax !important; }
	.MinHeight-sm-74vmax { min-height: 74vmax !important; }
	.MinHeight-sm-75vmax { min-height: 75vmax !important; }
	.MinHeight-sm-76vmax { min-height: 76vmax !important; }
	.MinHeight-sm-77vmax { min-height: 77vmax !important; }
	.MinHeight-sm-78vmax { min-height: 78vmax !important; }
	.MinHeight-sm-79vmax { min-height: 79vmax !important; }
	.MinHeight-sm-80vmax { min-height: 80vmax !important; }
	.MinHeight-sm-81vmax { min-height: 81vmax !important; }
	.MinHeight-sm-82vmax { min-height: 82vmax !important; }
	.MinHeight-sm-83vmax { min-height: 83vmax !important; }
	.MinHeight-sm-84vmax { min-height: 84vmax !important; }
	.MinHeight-sm-85vmax { min-height: 85vmax !important; }
	.MinHeight-sm-86vmax { min-height: 86vmax !important; }
	.MinHeight-sm-87vmax { min-height: 87vmax !important; }
	.MinHeight-sm-88vmax { min-height: 88vmax !important; }
	.MinHeight-sm-89vmax { min-height: 89vmax !important; }
	.MinHeight-sm-90vmax { min-height: 90vmax !important; }
	.MinHeight-sm-91vmax { min-height: 91vmax !important; }
	.MinHeight-sm-92vmax { min-height: 92vmax !important; }
	.MinHeight-sm-93vmax { min-height: 93vmax !important; }
	.MinHeight-sm-94vmax { min-height: 94vmax !important; }
	.MinHeight-sm-95vmax { min-height: 95vmax !important; }
	.MinHeight-sm-96vmax { min-height: 96vmax !important; }
	.MinHeight-sm-97vmax { min-height: 97vmax !important; }
	.MinHeight-sm-98vmax { min-height: 98vmax !important; }
	.MinHeight-sm-99vmax { min-height: 99vmax !important; }
	.MinHeight-sm-100vmax { min-height: 100vmax !important; }
	.MaxHeight-sm-0x10 { max-height: 0% !important; }
	.MaxHeight-sm-1x10 { max-height: 10% !important; }
	.MaxHeight-sm-2x10 { max-height: 20% !important; }
	.MaxHeight-sm-3x10 { max-height: 30% !important; }
	.MaxHeight-sm-4x10 { max-height: 40% !important; }
	.MaxHeight-sm-5x10 { max-height: 50% !important; }
	.MaxHeight-sm-6x10 { max-height: 60% !important; }
	.MaxHeight-sm-7x10 { max-height: 70% !important; }
	.MaxHeight-sm-8x10 { max-height: 80% !important; }
	.MaxHeight-sm-9x10 { max-height: 90% !important; }
	.MaxHeight-sm-10x10 { max-height: 100% !important; }
	.MaxHeight-sm-0x12 { max-height: 0% !important; }
	.MaxHeight-sm-1x12 { max-height: 8.3333333333333% !important; }
	.MaxHeight-sm-2x12 { max-height: 16.666666666667% !important; }
	.MaxHeight-sm-3x12 { max-height: 25% !important; }
	.MaxHeight-sm-4x12 { max-height: 33.333333333333% !important; }
	.MaxHeight-sm-5x12 { max-height: 41.666666666667% !important; }
	.MaxHeight-sm-6x12 { max-height: 50% !important; }
	.MaxHeight-sm-7x12 { max-height: 58.333333333333% !important; }
	.MaxHeight-sm-8x12 { max-height: 66.666666666667% !important; }
	.MaxHeight-sm-9x12 { max-height: 75% !important; }
	.MaxHeight-sm-10x12 { max-height: 83.333333333333% !important; }
	.MaxHeight-sm-11x12 { max-height: 91.666666666667% !important; }
	.MaxHeight-sm-12x12 { max-height: 100% !important; }
	.MaxHeight-sm-0x16 { max-height: 0% !important; }
	.MaxHeight-sm-1x16 { max-height: 6.25% !important; }
	.MaxHeight-sm-2x16 { max-height: 12.5% !important; }
	.MaxHeight-sm-3x16 { max-height: 18.75% !important; }
	.MaxHeight-sm-4x16 { max-height: 25% !important; }
	.MaxHeight-sm-5x16 { max-height: 31.25% !important; }
	.MaxHeight-sm-6x16 { max-height: 37.5% !important; }
	.MaxHeight-sm-7x16 { max-height: 43.75% !important; }
	.MaxHeight-sm-8x16 { max-height: 50% !important; }
	.MaxHeight-sm-9x16 { max-height: 56.25% !important; }
	.MaxHeight-sm-10x16 { max-height: 62.5% !important; }
	.MaxHeight-sm-11x16 { max-height: 68.75% !important; }
	.MaxHeight-sm-12x16 { max-height: 75% !important; }
	.MaxHeight-sm-13x16 { max-height: 81.25% !important; }
	.MaxHeight-sm-14x16 { max-height: 87.5% !important; }
	.MaxHeight-sm-15x16 { max-height: 93.75% !important; }
	.MaxHeight-sm-16x16 { max-height: 100% !important; }
	.MaxHeight-sm-0em { max-height: 0em !important; }
	.MaxHeight-sm-1em { max-height: 1em !important; }
	.MaxHeight-sm-2em { max-height: 2em !important; }
	.MaxHeight-sm-3em { max-height: 3em !important; }
	.MaxHeight-sm-4em { max-height: 4em !important; }
	.MaxHeight-sm-5em { max-height: 5em !important; }
	.MaxHeight-sm-6em { max-height: 6em !important; }
	.MaxHeight-sm-7em { max-height: 7em !important; }
	.MaxHeight-sm-8em { max-height: 8em !important; }
	.MaxHeight-sm-9em { max-height: 9em !important; }
	.MaxHeight-sm-10em { max-height: 10em !important; }
	.MaxHeight-sm-11em { max-height: 11em !important; }
	.MaxHeight-sm-12em { max-height: 12em !important; }
	.MaxHeight-sm-13em { max-height: 13em !important; }
	.MaxHeight-sm-14em { max-height: 14em !important; }
	.MaxHeight-sm-15em { max-height: 15em !important; }
	.MaxHeight-sm-16em { max-height: 16em !important; }
	.MaxHeight-sm-17em { max-height: 17em !important; }
	.MaxHeight-sm-18em { max-height: 18em !important; }
	.MaxHeight-sm-19em { max-height: 19em !important; }
	.MaxHeight-sm-20em { max-height: 20em !important; }
	.MaxHeight-sm-21em { max-height: 21em !important; }
	.MaxHeight-sm-22em { max-height: 22em !important; }
	.MaxHeight-sm-23em { max-height: 23em !important; }
	.MaxHeight-sm-24em { max-height: 24em !important; }
	.MaxHeight-sm-0x16em { max-height: 0em !important; }
	.MaxHeight-sm-1x16em { max-height: 0.0625em !important; }
	.MaxHeight-sm-2x16em { max-height: 0.125em !important; }
	.MaxHeight-sm-3x16em { max-height: 0.1875em !important; }
	.MaxHeight-sm-4x16em { max-height: 0.25em !important; }
	.MaxHeight-sm-5x16em { max-height: 0.3125em !important; }
	.MaxHeight-sm-6x16em { max-height: 0.375em !important; }
	.MaxHeight-sm-7x16em { max-height: 0.4375em !important; }
	.MaxHeight-sm-8x16em { max-height: 0.5em !important; }
	.MaxHeight-sm-9x16em { max-height: 0.5625em !important; }
	.MaxHeight-sm-10x16em { max-height: 0.625em !important; }
	.MaxHeight-sm-11x16em { max-height: 0.6875em !important; }
	.MaxHeight-sm-12x16em { max-height: 0.75em !important; }
	.MaxHeight-sm-13x16em { max-height: 0.8125em !important; }
	.MaxHeight-sm-14x16em { max-height: 0.875em !important; }
	.MaxHeight-sm-15x16em { max-height: 0.9375em !important; }
	.MaxHeight-sm-16x16em { max-height: 1em !important; }
	.MaxHeight-sm-0vw { max-height: 0vw !important; }
	.MaxHeight-sm-1vw { max-height: 1vw !important; }
	.MaxHeight-sm-2vw { max-height: 2vw !important; }
	.MaxHeight-sm-3vw { max-height: 3vw !important; }
	.MaxHeight-sm-4vw { max-height: 4vw !important; }
	.MaxHeight-sm-5vw { max-height: 5vw !important; }
	.MaxHeight-sm-6vw { max-height: 6vw !important; }
	.MaxHeight-sm-7vw { max-height: 7vw !important; }
	.MaxHeight-sm-8vw { max-height: 8vw !important; }
	.MaxHeight-sm-9vw { max-height: 9vw !important; }
	.MaxHeight-sm-10vw { max-height: 10vw !important; }
	.MaxHeight-sm-11vw { max-height: 11vw !important; }
	.MaxHeight-sm-12vw { max-height: 12vw !important; }
	.MaxHeight-sm-13vw { max-height: 13vw !important; }
	.MaxHeight-sm-14vw { max-height: 14vw !important; }
	.MaxHeight-sm-15vw { max-height: 15vw !important; }
	.MaxHeight-sm-16vw { max-height: 16vw !important; }
	.MaxHeight-sm-17vw { max-height: 17vw !important; }
	.MaxHeight-sm-18vw { max-height: 18vw !important; }
	.MaxHeight-sm-19vw { max-height: 19vw !important; }
	.MaxHeight-sm-20vw { max-height: 20vw !important; }
	.MaxHeight-sm-21vw { max-height: 21vw !important; }
	.MaxHeight-sm-22vw { max-height: 22vw !important; }
	.MaxHeight-sm-23vw { max-height: 23vw !important; }
	.MaxHeight-sm-24vw { max-height: 24vw !important; }
	.MaxHeight-sm-25vw { max-height: 25vw !important; }
	.MaxHeight-sm-26vw { max-height: 26vw !important; }
	.MaxHeight-sm-27vw { max-height: 27vw !important; }
	.MaxHeight-sm-28vw { max-height: 28vw !important; }
	.MaxHeight-sm-29vw { max-height: 29vw !important; }
	.MaxHeight-sm-30vw { max-height: 30vw !important; }
	.MaxHeight-sm-31vw { max-height: 31vw !important; }
	.MaxHeight-sm-32vw { max-height: 32vw !important; }
	.MaxHeight-sm-33vw { max-height: 33vw !important; }
	.MaxHeight-sm-34vw { max-height: 34vw !important; }
	.MaxHeight-sm-35vw { max-height: 35vw !important; }
	.MaxHeight-sm-36vw { max-height: 36vw !important; }
	.MaxHeight-sm-37vw { max-height: 37vw !important; }
	.MaxHeight-sm-38vw { max-height: 38vw !important; }
	.MaxHeight-sm-39vw { max-height: 39vw !important; }
	.MaxHeight-sm-40vw { max-height: 40vw !important; }
	.MaxHeight-sm-41vw { max-height: 41vw !important; }
	.MaxHeight-sm-42vw { max-height: 42vw !important; }
	.MaxHeight-sm-43vw { max-height: 43vw !important; }
	.MaxHeight-sm-44vw { max-height: 44vw !important; }
	.MaxHeight-sm-45vw { max-height: 45vw !important; }
	.MaxHeight-sm-46vw { max-height: 46vw !important; }
	.MaxHeight-sm-47vw { max-height: 47vw !important; }
	.MaxHeight-sm-48vw { max-height: 48vw !important; }
	.MaxHeight-sm-49vw { max-height: 49vw !important; }
	.MaxHeight-sm-50vw { max-height: 50vw !important; }
	.MaxHeight-sm-51vw { max-height: 51vw !important; }
	.MaxHeight-sm-52vw { max-height: 52vw !important; }
	.MaxHeight-sm-53vw { max-height: 53vw !important; }
	.MaxHeight-sm-54vw { max-height: 54vw !important; }
	.MaxHeight-sm-55vw { max-height: 55vw !important; }
	.MaxHeight-sm-56vw { max-height: 56vw !important; }
	.MaxHeight-sm-57vw { max-height: 57vw !important; }
	.MaxHeight-sm-58vw { max-height: 58vw !important; }
	.MaxHeight-sm-59vw { max-height: 59vw !important; }
	.MaxHeight-sm-60vw { max-height: 60vw !important; }
	.MaxHeight-sm-61vw { max-height: 61vw !important; }
	.MaxHeight-sm-62vw { max-height: 62vw !important; }
	.MaxHeight-sm-63vw { max-height: 63vw !important; }
	.MaxHeight-sm-64vw { max-height: 64vw !important; }
	.MaxHeight-sm-65vw { max-height: 65vw !important; }
	.MaxHeight-sm-66vw { max-height: 66vw !important; }
	.MaxHeight-sm-67vw { max-height: 67vw !important; }
	.MaxHeight-sm-68vw { max-height: 68vw !important; }
	.MaxHeight-sm-69vw { max-height: 69vw !important; }
	.MaxHeight-sm-70vw { max-height: 70vw !important; }
	.MaxHeight-sm-71vw { max-height: 71vw !important; }
	.MaxHeight-sm-72vw { max-height: 72vw !important; }
	.MaxHeight-sm-73vw { max-height: 73vw !important; }
	.MaxHeight-sm-74vw { max-height: 74vw !important; }
	.MaxHeight-sm-75vw { max-height: 75vw !important; }
	.MaxHeight-sm-76vw { max-height: 76vw !important; }
	.MaxHeight-sm-77vw { max-height: 77vw !important; }
	.MaxHeight-sm-78vw { max-height: 78vw !important; }
	.MaxHeight-sm-79vw { max-height: 79vw !important; }
	.MaxHeight-sm-80vw { max-height: 80vw !important; }
	.MaxHeight-sm-81vw { max-height: 81vw !important; }
	.MaxHeight-sm-82vw { max-height: 82vw !important; }
	.MaxHeight-sm-83vw { max-height: 83vw !important; }
	.MaxHeight-sm-84vw { max-height: 84vw !important; }
	.MaxHeight-sm-85vw { max-height: 85vw !important; }
	.MaxHeight-sm-86vw { max-height: 86vw !important; }
	.MaxHeight-sm-87vw { max-height: 87vw !important; }
	.MaxHeight-sm-88vw { max-height: 88vw !important; }
	.MaxHeight-sm-89vw { max-height: 89vw !important; }
	.MaxHeight-sm-90vw { max-height: 90vw !important; }
	.MaxHeight-sm-91vw { max-height: 91vw !important; }
	.MaxHeight-sm-92vw { max-height: 92vw !important; }
	.MaxHeight-sm-93vw { max-height: 93vw !important; }
	.MaxHeight-sm-94vw { max-height: 94vw !important; }
	.MaxHeight-sm-95vw { max-height: 95vw !important; }
	.MaxHeight-sm-96vw { max-height: 96vw !important; }
	.MaxHeight-sm-97vw { max-height: 97vw !important; }
	.MaxHeight-sm-98vw { max-height: 98vw !important; }
	.MaxHeight-sm-99vw { max-height: 99vw !important; }
	.MaxHeight-sm-100vw { max-height: 100vw !important; }
	.MaxHeight-sm-0vh { max-height: 0vh !important; }
	.MaxHeight-sm-1vh { max-height: 1vh !important; }
	.MaxHeight-sm-2vh { max-height: 2vh !important; }
	.MaxHeight-sm-3vh { max-height: 3vh !important; }
	.MaxHeight-sm-4vh { max-height: 4vh !important; }
	.MaxHeight-sm-5vh { max-height: 5vh !important; }
	.MaxHeight-sm-6vh { max-height: 6vh !important; }
	.MaxHeight-sm-7vh { max-height: 7vh !important; }
	.MaxHeight-sm-8vh { max-height: 8vh !important; }
	.MaxHeight-sm-9vh { max-height: 9vh !important; }
	.MaxHeight-sm-10vh { max-height: 10vh !important; }
	.MaxHeight-sm-11vh { max-height: 11vh !important; }
	.MaxHeight-sm-12vh { max-height: 12vh !important; }
	.MaxHeight-sm-13vh { max-height: 13vh !important; }
	.MaxHeight-sm-14vh { max-height: 14vh !important; }
	.MaxHeight-sm-15vh { max-height: 15vh !important; }
	.MaxHeight-sm-16vh { max-height: 16vh !important; }
	.MaxHeight-sm-17vh { max-height: 17vh !important; }
	.MaxHeight-sm-18vh { max-height: 18vh !important; }
	.MaxHeight-sm-19vh { max-height: 19vh !important; }
	.MaxHeight-sm-20vh { max-height: 20vh !important; }
	.MaxHeight-sm-21vh { max-height: 21vh !important; }
	.MaxHeight-sm-22vh { max-height: 22vh !important; }
	.MaxHeight-sm-23vh { max-height: 23vh !important; }
	.MaxHeight-sm-24vh { max-height: 24vh !important; }
	.MaxHeight-sm-25vh { max-height: 25vh !important; }
	.MaxHeight-sm-26vh { max-height: 26vh !important; }
	.MaxHeight-sm-27vh { max-height: 27vh !important; }
	.MaxHeight-sm-28vh { max-height: 28vh !important; }
	.MaxHeight-sm-29vh { max-height: 29vh !important; }
	.MaxHeight-sm-30vh { max-height: 30vh !important; }
	.MaxHeight-sm-31vh { max-height: 31vh !important; }
	.MaxHeight-sm-32vh { max-height: 32vh !important; }
	.MaxHeight-sm-33vh { max-height: 33vh !important; }
	.MaxHeight-sm-34vh { max-height: 34vh !important; }
	.MaxHeight-sm-35vh { max-height: 35vh !important; }
	.MaxHeight-sm-36vh { max-height: 36vh !important; }
	.MaxHeight-sm-37vh { max-height: 37vh !important; }
	.MaxHeight-sm-38vh { max-height: 38vh !important; }
	.MaxHeight-sm-39vh { max-height: 39vh !important; }
	.MaxHeight-sm-40vh { max-height: 40vh !important; }
	.MaxHeight-sm-41vh { max-height: 41vh !important; }
	.MaxHeight-sm-42vh { max-height: 42vh !important; }
	.MaxHeight-sm-43vh { max-height: 43vh !important; }
	.MaxHeight-sm-44vh { max-height: 44vh !important; }
	.MaxHeight-sm-45vh { max-height: 45vh !important; }
	.MaxHeight-sm-46vh { max-height: 46vh !important; }
	.MaxHeight-sm-47vh { max-height: 47vh !important; }
	.MaxHeight-sm-48vh { max-height: 48vh !important; }
	.MaxHeight-sm-49vh { max-height: 49vh !important; }
	.MaxHeight-sm-50vh { max-height: 50vh !important; }
	.MaxHeight-sm-51vh { max-height: 51vh !important; }
	.MaxHeight-sm-52vh { max-height: 52vh !important; }
	.MaxHeight-sm-53vh { max-height: 53vh !important; }
	.MaxHeight-sm-54vh { max-height: 54vh !important; }
	.MaxHeight-sm-55vh { max-height: 55vh !important; }
	.MaxHeight-sm-56vh { max-height: 56vh !important; }
	.MaxHeight-sm-57vh { max-height: 57vh !important; }
	.MaxHeight-sm-58vh { max-height: 58vh !important; }
	.MaxHeight-sm-59vh { max-height: 59vh !important; }
	.MaxHeight-sm-60vh { max-height: 60vh !important; }
	.MaxHeight-sm-61vh { max-height: 61vh !important; }
	.MaxHeight-sm-62vh { max-height: 62vh !important; }
	.MaxHeight-sm-63vh { max-height: 63vh !important; }
	.MaxHeight-sm-64vh { max-height: 64vh !important; }
	.MaxHeight-sm-65vh { max-height: 65vh !important; }
	.MaxHeight-sm-66vh { max-height: 66vh !important; }
	.MaxHeight-sm-67vh { max-height: 67vh !important; }
	.MaxHeight-sm-68vh { max-height: 68vh !important; }
	.MaxHeight-sm-69vh { max-height: 69vh !important; }
	.MaxHeight-sm-70vh { max-height: 70vh !important; }
	.MaxHeight-sm-71vh { max-height: 71vh !important; }
	.MaxHeight-sm-72vh { max-height: 72vh !important; }
	.MaxHeight-sm-73vh { max-height: 73vh !important; }
	.MaxHeight-sm-74vh { max-height: 74vh !important; }
	.MaxHeight-sm-75vh { max-height: 75vh !important; }
	.MaxHeight-sm-76vh { max-height: 76vh !important; }
	.MaxHeight-sm-77vh { max-height: 77vh !important; }
	.MaxHeight-sm-78vh { max-height: 78vh !important; }
	.MaxHeight-sm-79vh { max-height: 79vh !important; }
	.MaxHeight-sm-80vh { max-height: 80vh !important; }
	.MaxHeight-sm-81vh { max-height: 81vh !important; }
	.MaxHeight-sm-82vh { max-height: 82vh !important; }
	.MaxHeight-sm-83vh { max-height: 83vh !important; }
	.MaxHeight-sm-84vh { max-height: 84vh !important; }
	.MaxHeight-sm-85vh { max-height: 85vh !important; }
	.MaxHeight-sm-86vh { max-height: 86vh !important; }
	.MaxHeight-sm-87vh { max-height: 87vh !important; }
	.MaxHeight-sm-88vh { max-height: 88vh !important; }
	.MaxHeight-sm-89vh { max-height: 89vh !important; }
	.MaxHeight-sm-90vh { max-height: 90vh !important; }
	.MaxHeight-sm-91vh { max-height: 91vh !important; }
	.MaxHeight-sm-92vh { max-height: 92vh !important; }
	.MaxHeight-sm-93vh { max-height: 93vh !important; }
	.MaxHeight-sm-94vh { max-height: 94vh !important; }
	.MaxHeight-sm-95vh { max-height: 95vh !important; }
	.MaxHeight-sm-96vh { max-height: 96vh !important; }
	.MaxHeight-sm-97vh { max-height: 97vh !important; }
	.MaxHeight-sm-98vh { max-height: 98vh !important; }
	.MaxHeight-sm-99vh { max-height: 99vh !important; }
	.MaxHeight-sm-100vh { max-height: 100vh !important; }
	.MaxHeight-sm-0vmin { max-height: 0vmin !important; }
	.MaxHeight-sm-1vmin { max-height: 1vmin !important; }
	.MaxHeight-sm-2vmin { max-height: 2vmin !important; }
	.MaxHeight-sm-3vmin { max-height: 3vmin !important; }
	.MaxHeight-sm-4vmin { max-height: 4vmin !important; }
	.MaxHeight-sm-5vmin { max-height: 5vmin !important; }
	.MaxHeight-sm-6vmin { max-height: 6vmin !important; }
	.MaxHeight-sm-7vmin { max-height: 7vmin !important; }
	.MaxHeight-sm-8vmin { max-height: 8vmin !important; }
	.MaxHeight-sm-9vmin { max-height: 9vmin !important; }
	.MaxHeight-sm-10vmin { max-height: 10vmin !important; }
	.MaxHeight-sm-11vmin { max-height: 11vmin !important; }
	.MaxHeight-sm-12vmin { max-height: 12vmin !important; }
	.MaxHeight-sm-13vmin { max-height: 13vmin !important; }
	.MaxHeight-sm-14vmin { max-height: 14vmin !important; }
	.MaxHeight-sm-15vmin { max-height: 15vmin !important; }
	.MaxHeight-sm-16vmin { max-height: 16vmin !important; }
	.MaxHeight-sm-17vmin { max-height: 17vmin !important; }
	.MaxHeight-sm-18vmin { max-height: 18vmin !important; }
	.MaxHeight-sm-19vmin { max-height: 19vmin !important; }
	.MaxHeight-sm-20vmin { max-height: 20vmin !important; }
	.MaxHeight-sm-21vmin { max-height: 21vmin !important; }
	.MaxHeight-sm-22vmin { max-height: 22vmin !important; }
	.MaxHeight-sm-23vmin { max-height: 23vmin !important; }
	.MaxHeight-sm-24vmin { max-height: 24vmin !important; }
	.MaxHeight-sm-25vmin { max-height: 25vmin !important; }
	.MaxHeight-sm-26vmin { max-height: 26vmin !important; }
	.MaxHeight-sm-27vmin { max-height: 27vmin !important; }
	.MaxHeight-sm-28vmin { max-height: 28vmin !important; }
	.MaxHeight-sm-29vmin { max-height: 29vmin !important; }
	.MaxHeight-sm-30vmin { max-height: 30vmin !important; }
	.MaxHeight-sm-31vmin { max-height: 31vmin !important; }
	.MaxHeight-sm-32vmin { max-height: 32vmin !important; }
	.MaxHeight-sm-33vmin { max-height: 33vmin !important; }
	.MaxHeight-sm-34vmin { max-height: 34vmin !important; }
	.MaxHeight-sm-35vmin { max-height: 35vmin !important; }
	.MaxHeight-sm-36vmin { max-height: 36vmin !important; }
	.MaxHeight-sm-37vmin { max-height: 37vmin !important; }
	.MaxHeight-sm-38vmin { max-height: 38vmin !important; }
	.MaxHeight-sm-39vmin { max-height: 39vmin !important; }
	.MaxHeight-sm-40vmin { max-height: 40vmin !important; }
	.MaxHeight-sm-41vmin { max-height: 41vmin !important; }
	.MaxHeight-sm-42vmin { max-height: 42vmin !important; }
	.MaxHeight-sm-43vmin { max-height: 43vmin !important; }
	.MaxHeight-sm-44vmin { max-height: 44vmin !important; }
	.MaxHeight-sm-45vmin { max-height: 45vmin !important; }
	.MaxHeight-sm-46vmin { max-height: 46vmin !important; }
	.MaxHeight-sm-47vmin { max-height: 47vmin !important; }
	.MaxHeight-sm-48vmin { max-height: 48vmin !important; }
	.MaxHeight-sm-49vmin { max-height: 49vmin !important; }
	.MaxHeight-sm-50vmin { max-height: 50vmin !important; }
	.MaxHeight-sm-51vmin { max-height: 51vmin !important; }
	.MaxHeight-sm-52vmin { max-height: 52vmin !important; }
	.MaxHeight-sm-53vmin { max-height: 53vmin !important; }
	.MaxHeight-sm-54vmin { max-height: 54vmin !important; }
	.MaxHeight-sm-55vmin { max-height: 55vmin !important; }
	.MaxHeight-sm-56vmin { max-height: 56vmin !important; }
	.MaxHeight-sm-57vmin { max-height: 57vmin !important; }
	.MaxHeight-sm-58vmin { max-height: 58vmin !important; }
	.MaxHeight-sm-59vmin { max-height: 59vmin !important; }
	.MaxHeight-sm-60vmin { max-height: 60vmin !important; }
	.MaxHeight-sm-61vmin { max-height: 61vmin !important; }
	.MaxHeight-sm-62vmin { max-height: 62vmin !important; }
	.MaxHeight-sm-63vmin { max-height: 63vmin !important; }
	.MaxHeight-sm-64vmin { max-height: 64vmin !important; }
	.MaxHeight-sm-65vmin { max-height: 65vmin !important; }
	.MaxHeight-sm-66vmin { max-height: 66vmin !important; }
	.MaxHeight-sm-67vmin { max-height: 67vmin !important; }
	.MaxHeight-sm-68vmin { max-height: 68vmin !important; }
	.MaxHeight-sm-69vmin { max-height: 69vmin !important; }
	.MaxHeight-sm-70vmin { max-height: 70vmin !important; }
	.MaxHeight-sm-71vmin { max-height: 71vmin !important; }
	.MaxHeight-sm-72vmin { max-height: 72vmin !important; }
	.MaxHeight-sm-73vmin { max-height: 73vmin !important; }
	.MaxHeight-sm-74vmin { max-height: 74vmin !important; }
	.MaxHeight-sm-75vmin { max-height: 75vmin !important; }
	.MaxHeight-sm-76vmin { max-height: 76vmin !important; }
	.MaxHeight-sm-77vmin { max-height: 77vmin !important; }
	.MaxHeight-sm-78vmin { max-height: 78vmin !important; }
	.MaxHeight-sm-79vmin { max-height: 79vmin !important; }
	.MaxHeight-sm-80vmin { max-height: 80vmin !important; }
	.MaxHeight-sm-81vmin { max-height: 81vmin !important; }
	.MaxHeight-sm-82vmin { max-height: 82vmin !important; }
	.MaxHeight-sm-83vmin { max-height: 83vmin !important; }
	.MaxHeight-sm-84vmin { max-height: 84vmin !important; }
	.MaxHeight-sm-85vmin { max-height: 85vmin !important; }
	.MaxHeight-sm-86vmin { max-height: 86vmin !important; }
	.MaxHeight-sm-87vmin { max-height: 87vmin !important; }
	.MaxHeight-sm-88vmin { max-height: 88vmin !important; }
	.MaxHeight-sm-89vmin { max-height: 89vmin !important; }
	.MaxHeight-sm-90vmin { max-height: 90vmin !important; }
	.MaxHeight-sm-91vmin { max-height: 91vmin !important; }
	.MaxHeight-sm-92vmin { max-height: 92vmin !important; }
	.MaxHeight-sm-93vmin { max-height: 93vmin !important; }
	.MaxHeight-sm-94vmin { max-height: 94vmin !important; }
	.MaxHeight-sm-95vmin { max-height: 95vmin !important; }
	.MaxHeight-sm-96vmin { max-height: 96vmin !important; }
	.MaxHeight-sm-97vmin { max-height: 97vmin !important; }
	.MaxHeight-sm-98vmin { max-height: 98vmin !important; }
	.MaxHeight-sm-99vmin { max-height: 99vmin !important; }
	.MaxHeight-sm-100vmin { max-height: 100vmin !important; }
	.MaxHeight-sm-0vmax { max-height: 0vmax !important; }
	.MaxHeight-sm-1vmax { max-height: 1vmax !important; }
	.MaxHeight-sm-2vmax { max-height: 2vmax !important; }
	.MaxHeight-sm-3vmax { max-height: 3vmax !important; }
	.MaxHeight-sm-4vmax { max-height: 4vmax !important; }
	.MaxHeight-sm-5vmax { max-height: 5vmax !important; }
	.MaxHeight-sm-6vmax { max-height: 6vmax !important; }
	.MaxHeight-sm-7vmax { max-height: 7vmax !important; }
	.MaxHeight-sm-8vmax { max-height: 8vmax !important; }
	.MaxHeight-sm-9vmax { max-height: 9vmax !important; }
	.MaxHeight-sm-10vmax { max-height: 10vmax !important; }
	.MaxHeight-sm-11vmax { max-height: 11vmax !important; }
	.MaxHeight-sm-12vmax { max-height: 12vmax !important; }
	.MaxHeight-sm-13vmax { max-height: 13vmax !important; }
	.MaxHeight-sm-14vmax { max-height: 14vmax !important; }
	.MaxHeight-sm-15vmax { max-height: 15vmax !important; }
	.MaxHeight-sm-16vmax { max-height: 16vmax !important; }
	.MaxHeight-sm-17vmax { max-height: 17vmax !important; }
	.MaxHeight-sm-18vmax { max-height: 18vmax !important; }
	.MaxHeight-sm-19vmax { max-height: 19vmax !important; }
	.MaxHeight-sm-20vmax { max-height: 20vmax !important; }
	.MaxHeight-sm-21vmax { max-height: 21vmax !important; }
	.MaxHeight-sm-22vmax { max-height: 22vmax !important; }
	.MaxHeight-sm-23vmax { max-height: 23vmax !important; }
	.MaxHeight-sm-24vmax { max-height: 24vmax !important; }
	.MaxHeight-sm-25vmax { max-height: 25vmax !important; }
	.MaxHeight-sm-26vmax { max-height: 26vmax !important; }
	.MaxHeight-sm-27vmax { max-height: 27vmax !important; }
	.MaxHeight-sm-28vmax { max-height: 28vmax !important; }
	.MaxHeight-sm-29vmax { max-height: 29vmax !important; }
	.MaxHeight-sm-30vmax { max-height: 30vmax !important; }
	.MaxHeight-sm-31vmax { max-height: 31vmax !important; }
	.MaxHeight-sm-32vmax { max-height: 32vmax !important; }
	.MaxHeight-sm-33vmax { max-height: 33vmax !important; }
	.MaxHeight-sm-34vmax { max-height: 34vmax !important; }
	.MaxHeight-sm-35vmax { max-height: 35vmax !important; }
	.MaxHeight-sm-36vmax { max-height: 36vmax !important; }
	.MaxHeight-sm-37vmax { max-height: 37vmax !important; }
	.MaxHeight-sm-38vmax { max-height: 38vmax !important; }
	.MaxHeight-sm-39vmax { max-height: 39vmax !important; }
	.MaxHeight-sm-40vmax { max-height: 40vmax !important; }
	.MaxHeight-sm-41vmax { max-height: 41vmax !important; }
	.MaxHeight-sm-42vmax { max-height: 42vmax !important; }
	.MaxHeight-sm-43vmax { max-height: 43vmax !important; }
	.MaxHeight-sm-44vmax { max-height: 44vmax !important; }
	.MaxHeight-sm-45vmax { max-height: 45vmax !important; }
	.MaxHeight-sm-46vmax { max-height: 46vmax !important; }
	.MaxHeight-sm-47vmax { max-height: 47vmax !important; }
	.MaxHeight-sm-48vmax { max-height: 48vmax !important; }
	.MaxHeight-sm-49vmax { max-height: 49vmax !important; }
	.MaxHeight-sm-50vmax { max-height: 50vmax !important; }
	.MaxHeight-sm-51vmax { max-height: 51vmax !important; }
	.MaxHeight-sm-52vmax { max-height: 52vmax !important; }
	.MaxHeight-sm-53vmax { max-height: 53vmax !important; }
	.MaxHeight-sm-54vmax { max-height: 54vmax !important; }
	.MaxHeight-sm-55vmax { max-height: 55vmax !important; }
	.MaxHeight-sm-56vmax { max-height: 56vmax !important; }
	.MaxHeight-sm-57vmax { max-height: 57vmax !important; }
	.MaxHeight-sm-58vmax { max-height: 58vmax !important; }
	.MaxHeight-sm-59vmax { max-height: 59vmax !important; }
	.MaxHeight-sm-60vmax { max-height: 60vmax !important; }
	.MaxHeight-sm-61vmax { max-height: 61vmax !important; }
	.MaxHeight-sm-62vmax { max-height: 62vmax !important; }
	.MaxHeight-sm-63vmax { max-height: 63vmax !important; }
	.MaxHeight-sm-64vmax { max-height: 64vmax !important; }
	.MaxHeight-sm-65vmax { max-height: 65vmax !important; }
	.MaxHeight-sm-66vmax { max-height: 66vmax !important; }
	.MaxHeight-sm-67vmax { max-height: 67vmax !important; }
	.MaxHeight-sm-68vmax { max-height: 68vmax !important; }
	.MaxHeight-sm-69vmax { max-height: 69vmax !important; }
	.MaxHeight-sm-70vmax { max-height: 70vmax !important; }
	.MaxHeight-sm-71vmax { max-height: 71vmax !important; }
	.MaxHeight-sm-72vmax { max-height: 72vmax !important; }
	.MaxHeight-sm-73vmax { max-height: 73vmax !important; }
	.MaxHeight-sm-74vmax { max-height: 74vmax !important; }
	.MaxHeight-sm-75vmax { max-height: 75vmax !important; }
	.MaxHeight-sm-76vmax { max-height: 76vmax !important; }
	.MaxHeight-sm-77vmax { max-height: 77vmax !important; }
	.MaxHeight-sm-78vmax { max-height: 78vmax !important; }
	.MaxHeight-sm-79vmax { max-height: 79vmax !important; }
	.MaxHeight-sm-80vmax { max-height: 80vmax !important; }
	.MaxHeight-sm-81vmax { max-height: 81vmax !important; }
	.MaxHeight-sm-82vmax { max-height: 82vmax !important; }
	.MaxHeight-sm-83vmax { max-height: 83vmax !important; }
	.MaxHeight-sm-84vmax { max-height: 84vmax !important; }
	.MaxHeight-sm-85vmax { max-height: 85vmax !important; }
	.MaxHeight-sm-86vmax { max-height: 86vmax !important; }
	.MaxHeight-sm-87vmax { max-height: 87vmax !important; }
	.MaxHeight-sm-88vmax { max-height: 88vmax !important; }
	.MaxHeight-sm-89vmax { max-height: 89vmax !important; }
	.MaxHeight-sm-90vmax { max-height: 90vmax !important; }
	.MaxHeight-sm-91vmax { max-height: 91vmax !important; }
	.MaxHeight-sm-92vmax { max-height: 92vmax !important; }
	.MaxHeight-sm-93vmax { max-height: 93vmax !important; }
	.MaxHeight-sm-94vmax { max-height: 94vmax !important; }
	.MaxHeight-sm-95vmax { max-height: 95vmax !important; }
	.MaxHeight-sm-96vmax { max-height: 96vmax !important; }
	.MaxHeight-sm-97vmax { max-height: 97vmax !important; }
	.MaxHeight-sm-98vmax { max-height: 98vmax !important; }
	.MaxHeight-sm-99vmax { max-height: 99vmax !important; }
	.MaxHeight-sm-100vmax { max-height: 100vmax !important; }
}


@media( min-width: 768px ) {
	.Width-md-auto { width: auto !important; }
	.Width-md-0	{ width: 0 !important; }
	.Width-md-1px  { width: 1px !important; }
	.Height-md-auto { height: auto !important; }
	.Height-md-0	{ height: 0 !important; }
	.Height-md-1px  { height: 1px !important; }
	.MinWidth-md-0	{ min-width: 0 !important; }
	.MinWidth-md-1px  { min-width: 1px !important; }
	.MinHeight-md-0	{ min-height: 0 !important; }
	.MinHeight-md-1px  { min-height: 1px !important; }
	.MaxWidth-md-none { max-width: none !important; }
	.MaxWidth-md-0	{ max-width: 0 !important; }
	.MaxWidth-md-1px  { max-width: 1px !important; }
	.MaxHeight-md-none { max-height: none !important; }
	.MaxHeight-md-0	{ max-height: 0 !important; }
	.MaxHeight-md-1px  { max-height: 1px !important; }
	.Width-md-0x10 { width: 0% !important; }
	.Width-md-1x10 { width: 10% !important; }
	.Width-md-2x10 { width: 20% !important; }
	.Width-md-3x10 { width: 30% !important; }
	.Width-md-4x10 { width: 40% !important; }
	.Width-md-5x10 { width: 50% !important; }
	.Width-md-6x10 { width: 60% !important; }
	.Width-md-7x10 { width: 70% !important; }
	.Width-md-8x10 { width: 80% !important; }
	.Width-md-9x10 { width: 90% !important; }
	.Width-md-10x10 { width: 100% !important; }
	.Width-md-0x12 { width: 0% !important; }
	.Width-md-1x12 { width: 8.3333333333333% !important; }
	.Width-md-2x12 { width: 16.666666666667% !important; }
	.Width-md-3x12 { width: 25% !important; }
	.Width-md-4x12 { width: 33.333333333333% !important; }
	.Width-md-5x12 { width: 41.666666666667% !important; }
	.Width-md-6x12 { width: 50% !important; }
	.Width-md-7x12 { width: 58.333333333333% !important; }
	.Width-md-8x12 { width: 66.666666666667% !important; }
	.Width-md-9x12 { width: 75% !important; }
	.Width-md-10x12 { width: 83.333333333333% !important; }
	.Width-md-11x12 { width: 91.666666666667% !important; }
	.Width-md-12x12 { width: 100% !important; }
	.Width-md-0x16 { width: 0% !important; }
	.Width-md-1x16 { width: 6.25% !important; }
	.Width-md-2x16 { width: 12.5% !important; }
	.Width-md-3x16 { width: 18.75% !important; }
	.Width-md-4x16 { width: 25% !important; }
	.Width-md-5x16 { width: 31.25% !important; }
	.Width-md-6x16 { width: 37.5% !important; }
	.Width-md-7x16 { width: 43.75% !important; }
	.Width-md-8x16 { width: 50% !important; }
	.Width-md-9x16 { width: 56.25% !important; }
	.Width-md-10x16 { width: 62.5% !important; }
	.Width-md-11x16 { width: 68.75% !important; }
	.Width-md-12x16 { width: 75% !important; }
	.Width-md-13x16 { width: 81.25% !important; }
	.Width-md-14x16 { width: 87.5% !important; }
	.Width-md-15x16 { width: 93.75% !important; }
	.Width-md-16x16 { width: 100% !important; }
	.Width-md-0em { width: 0em !important; }
	.Width-md-1em { width: 1em !important; }
	.Width-md-2em { width: 2em !important; }
	.Width-md-3em { width: 3em !important; }
	.Width-md-4em { width: 4em !important; }
	.Width-md-5em { width: 5em !important; }
	.Width-md-6em { width: 6em !important; }
	.Width-md-7em { width: 7em !important; }
	.Width-md-8em { width: 8em !important; }
	.Width-md-9em { width: 9em !important; }
	.Width-md-10em { width: 10em !important; }
	.Width-md-11em { width: 11em !important; }
	.Width-md-12em { width: 12em !important; }
	.Width-md-13em { width: 13em !important; }
	.Width-md-14em { width: 14em !important; }
	.Width-md-15em { width: 15em !important; }
	.Width-md-16em { width: 16em !important; }
	.Width-md-17em { width: 17em !important; }
	.Width-md-18em { width: 18em !important; }
	.Width-md-19em { width: 19em !important; }
	.Width-md-20em { width: 20em !important; }
	.Width-md-21em { width: 21em !important; }
	.Width-md-22em { width: 22em !important; }
	.Width-md-23em { width: 23em !important; }
	.Width-md-24em { width: 24em !important; }
	.Width-md-0x16em { width: 0em !important; }
	.Width-md-1x16em { width: 0.0625em !important; }
	.Width-md-2x16em { width: 0.125em !important; }
	.Width-md-3x16em { width: 0.1875em !important; }
	.Width-md-4x16em { width: 0.25em !important; }
	.Width-md-5x16em { width: 0.3125em !important; }
	.Width-md-6x16em { width: 0.375em !important; }
	.Width-md-7x16em { width: 0.4375em !important; }
	.Width-md-8x16em { width: 0.5em !important; }
	.Width-md-9x16em { width: 0.5625em !important; }
	.Width-md-10x16em { width: 0.625em !important; }
	.Width-md-11x16em { width: 0.6875em !important; }
	.Width-md-12x16em { width: 0.75em !important; }
	.Width-md-13x16em { width: 0.8125em !important; }
	.Width-md-14x16em { width: 0.875em !important; }
	.Width-md-15x16em { width: 0.9375em !important; }
	.Width-md-16x16em { width: 1em !important; }
	.Width-md-0vw { width: 0vw !important; }
	.Width-md-1vw { width: 1vw !important; }
	.Width-md-2vw { width: 2vw !important; }
	.Width-md-3vw { width: 3vw !important; }
	.Width-md-4vw { width: 4vw !important; }
	.Width-md-5vw { width: 5vw !important; }
	.Width-md-6vw { width: 6vw !important; }
	.Width-md-7vw { width: 7vw !important; }
	.Width-md-8vw { width: 8vw !important; }
	.Width-md-9vw { width: 9vw !important; }
	.Width-md-10vw { width: 10vw !important; }
	.Width-md-11vw { width: 11vw !important; }
	.Width-md-12vw { width: 12vw !important; }
	.Width-md-13vw { width: 13vw !important; }
	.Width-md-14vw { width: 14vw !important; }
	.Width-md-15vw { width: 15vw !important; }
	.Width-md-16vw { width: 16vw !important; }
	.Width-md-17vw { width: 17vw !important; }
	.Width-md-18vw { width: 18vw !important; }
	.Width-md-19vw { width: 19vw !important; }
	.Width-md-20vw { width: 20vw !important; }
	.Width-md-21vw { width: 21vw !important; }
	.Width-md-22vw { width: 22vw !important; }
	.Width-md-23vw { width: 23vw !important; }
	.Width-md-24vw { width: 24vw !important; }
	.Width-md-25vw { width: 25vw !important; }
	.Width-md-26vw { width: 26vw !important; }
	.Width-md-27vw { width: 27vw !important; }
	.Width-md-28vw { width: 28vw !important; }
	.Width-md-29vw { width: 29vw !important; }
	.Width-md-30vw { width: 30vw !important; }
	.Width-md-31vw { width: 31vw !important; }
	.Width-md-32vw { width: 32vw !important; }
	.Width-md-33vw { width: 33vw !important; }
	.Width-md-34vw { width: 34vw !important; }
	.Width-md-35vw { width: 35vw !important; }
	.Width-md-36vw { width: 36vw !important; }
	.Width-md-37vw { width: 37vw !important; }
	.Width-md-38vw { width: 38vw !important; }
	.Width-md-39vw { width: 39vw !important; }
	.Width-md-40vw { width: 40vw !important; }
	.Width-md-41vw { width: 41vw !important; }
	.Width-md-42vw { width: 42vw !important; }
	.Width-md-43vw { width: 43vw !important; }
	.Width-md-44vw { width: 44vw !important; }
	.Width-md-45vw { width: 45vw !important; }
	.Width-md-46vw { width: 46vw !important; }
	.Width-md-47vw { width: 47vw !important; }
	.Width-md-48vw { width: 48vw !important; }
	.Width-md-49vw { width: 49vw !important; }
	.Width-md-50vw { width: 50vw !important; }
	.Width-md-51vw { width: 51vw !important; }
	.Width-md-52vw { width: 52vw !important; }
	.Width-md-53vw { width: 53vw !important; }
	.Width-md-54vw { width: 54vw !important; }
	.Width-md-55vw { width: 55vw !important; }
	.Width-md-56vw { width: 56vw !important; }
	.Width-md-57vw { width: 57vw !important; }
	.Width-md-58vw { width: 58vw !important; }
	.Width-md-59vw { width: 59vw !important; }
	.Width-md-60vw { width: 60vw !important; }
	.Width-md-61vw { width: 61vw !important; }
	.Width-md-62vw { width: 62vw !important; }
	.Width-md-63vw { width: 63vw !important; }
	.Width-md-64vw { width: 64vw !important; }
	.Width-md-65vw { width: 65vw !important; }
	.Width-md-66vw { width: 66vw !important; }
	.Width-md-67vw { width: 67vw !important; }
	.Width-md-68vw { width: 68vw !important; }
	.Width-md-69vw { width: 69vw !important; }
	.Width-md-70vw { width: 70vw !important; }
	.Width-md-71vw { width: 71vw !important; }
	.Width-md-72vw { width: 72vw !important; }
	.Width-md-73vw { width: 73vw !important; }
	.Width-md-74vw { width: 74vw !important; }
	.Width-md-75vw { width: 75vw !important; }
	.Width-md-76vw { width: 76vw !important; }
	.Width-md-77vw { width: 77vw !important; }
	.Width-md-78vw { width: 78vw !important; }
	.Width-md-79vw { width: 79vw !important; }
	.Width-md-80vw { width: 80vw !important; }
	.Width-md-81vw { width: 81vw !important; }
	.Width-md-82vw { width: 82vw !important; }
	.Width-md-83vw { width: 83vw !important; }
	.Width-md-84vw { width: 84vw !important; }
	.Width-md-85vw { width: 85vw !important; }
	.Width-md-86vw { width: 86vw !important; }
	.Width-md-87vw { width: 87vw !important; }
	.Width-md-88vw { width: 88vw !important; }
	.Width-md-89vw { width: 89vw !important; }
	.Width-md-90vw { width: 90vw !important; }
	.Width-md-91vw { width: 91vw !important; }
	.Width-md-92vw { width: 92vw !important; }
	.Width-md-93vw { width: 93vw !important; }
	.Width-md-94vw { width: 94vw !important; }
	.Width-md-95vw { width: 95vw !important; }
	.Width-md-96vw { width: 96vw !important; }
	.Width-md-97vw { width: 97vw !important; }
	.Width-md-98vw { width: 98vw !important; }
	.Width-md-99vw { width: 99vw !important; }
	.Width-md-100vw { width: 100vw !important; }
	.Width-md-0vh { width: 0vh !important; }
	.Width-md-1vh { width: 1vh !important; }
	.Width-md-2vh { width: 2vh !important; }
	.Width-md-3vh { width: 3vh !important; }
	.Width-md-4vh { width: 4vh !important; }
	.Width-md-5vh { width: 5vh !important; }
	.Width-md-6vh { width: 6vh !important; }
	.Width-md-7vh { width: 7vh !important; }
	.Width-md-8vh { width: 8vh !important; }
	.Width-md-9vh { width: 9vh !important; }
	.Width-md-10vh { width: 10vh !important; }
	.Width-md-11vh { width: 11vh !important; }
	.Width-md-12vh { width: 12vh !important; }
	.Width-md-13vh { width: 13vh !important; }
	.Width-md-14vh { width: 14vh !important; }
	.Width-md-15vh { width: 15vh !important; }
	.Width-md-16vh { width: 16vh !important; }
	.Width-md-17vh { width: 17vh !important; }
	.Width-md-18vh { width: 18vh !important; }
	.Width-md-19vh { width: 19vh !important; }
	.Width-md-20vh { width: 20vh !important; }
	.Width-md-21vh { width: 21vh !important; }
	.Width-md-22vh { width: 22vh !important; }
	.Width-md-23vh { width: 23vh !important; }
	.Width-md-24vh { width: 24vh !important; }
	.Width-md-25vh { width: 25vh !important; }
	.Width-md-26vh { width: 26vh !important; }
	.Width-md-27vh { width: 27vh !important; }
	.Width-md-28vh { width: 28vh !important; }
	.Width-md-29vh { width: 29vh !important; }
	.Width-md-30vh { width: 30vh !important; }
	.Width-md-31vh { width: 31vh !important; }
	.Width-md-32vh { width: 32vh !important; }
	.Width-md-33vh { width: 33vh !important; }
	.Width-md-34vh { width: 34vh !important; }
	.Width-md-35vh { width: 35vh !important; }
	.Width-md-36vh { width: 36vh !important; }
	.Width-md-37vh { width: 37vh !important; }
	.Width-md-38vh { width: 38vh !important; }
	.Width-md-39vh { width: 39vh !important; }
	.Width-md-40vh { width: 40vh !important; }
	.Width-md-41vh { width: 41vh !important; }
	.Width-md-42vh { width: 42vh !important; }
	.Width-md-43vh { width: 43vh !important; }
	.Width-md-44vh { width: 44vh !important; }
	.Width-md-45vh { width: 45vh !important; }
	.Width-md-46vh { width: 46vh !important; }
	.Width-md-47vh { width: 47vh !important; }
	.Width-md-48vh { width: 48vh !important; }
	.Width-md-49vh { width: 49vh !important; }
	.Width-md-50vh { width: 50vh !important; }
	.Width-md-51vh { width: 51vh !important; }
	.Width-md-52vh { width: 52vh !important; }
	.Width-md-53vh { width: 53vh !important; }
	.Width-md-54vh { width: 54vh !important; }
	.Width-md-55vh { width: 55vh !important; }
	.Width-md-56vh { width: 56vh !important; }
	.Width-md-57vh { width: 57vh !important; }
	.Width-md-58vh { width: 58vh !important; }
	.Width-md-59vh { width: 59vh !important; }
	.Width-md-60vh { width: 60vh !important; }
	.Width-md-61vh { width: 61vh !important; }
	.Width-md-62vh { width: 62vh !important; }
	.Width-md-63vh { width: 63vh !important; }
	.Width-md-64vh { width: 64vh !important; }
	.Width-md-65vh { width: 65vh !important; }
	.Width-md-66vh { width: 66vh !important; }
	.Width-md-67vh { width: 67vh !important; }
	.Width-md-68vh { width: 68vh !important; }
	.Width-md-69vh { width: 69vh !important; }
	.Width-md-70vh { width: 70vh !important; }
	.Width-md-71vh { width: 71vh !important; }
	.Width-md-72vh { width: 72vh !important; }
	.Width-md-73vh { width: 73vh !important; }
	.Width-md-74vh { width: 74vh !important; }
	.Width-md-75vh { width: 75vh !important; }
	.Width-md-76vh { width: 76vh !important; }
	.Width-md-77vh { width: 77vh !important; }
	.Width-md-78vh { width: 78vh !important; }
	.Width-md-79vh { width: 79vh !important; }
	.Width-md-80vh { width: 80vh !important; }
	.Width-md-81vh { width: 81vh !important; }
	.Width-md-82vh { width: 82vh !important; }
	.Width-md-83vh { width: 83vh !important; }
	.Width-md-84vh { width: 84vh !important; }
	.Width-md-85vh { width: 85vh !important; }
	.Width-md-86vh { width: 86vh !important; }
	.Width-md-87vh { width: 87vh !important; }
	.Width-md-88vh { width: 88vh !important; }
	.Width-md-89vh { width: 89vh !important; }
	.Width-md-90vh { width: 90vh !important; }
	.Width-md-91vh { width: 91vh !important; }
	.Width-md-92vh { width: 92vh !important; }
	.Width-md-93vh { width: 93vh !important; }
	.Width-md-94vh { width: 94vh !important; }
	.Width-md-95vh { width: 95vh !important; }
	.Width-md-96vh { width: 96vh !important; }
	.Width-md-97vh { width: 97vh !important; }
	.Width-md-98vh { width: 98vh !important; }
	.Width-md-99vh { width: 99vh !important; }
	.Width-md-100vh { width: 100vh !important; }
	.Width-md-0vmin { width: 0vmin !important; }
	.Width-md-1vmin { width: 1vmin !important; }
	.Width-md-2vmin { width: 2vmin !important; }
	.Width-md-3vmin { width: 3vmin !important; }
	.Width-md-4vmin { width: 4vmin !important; }
	.Width-md-5vmin { width: 5vmin !important; }
	.Width-md-6vmin { width: 6vmin !important; }
	.Width-md-7vmin { width: 7vmin !important; }
	.Width-md-8vmin { width: 8vmin !important; }
	.Width-md-9vmin { width: 9vmin !important; }
	.Width-md-10vmin { width: 10vmin !important; }
	.Width-md-11vmin { width: 11vmin !important; }
	.Width-md-12vmin { width: 12vmin !important; }
	.Width-md-13vmin { width: 13vmin !important; }
	.Width-md-14vmin { width: 14vmin !important; }
	.Width-md-15vmin { width: 15vmin !important; }
	.Width-md-16vmin { width: 16vmin !important; }
	.Width-md-17vmin { width: 17vmin !important; }
	.Width-md-18vmin { width: 18vmin !important; }
	.Width-md-19vmin { width: 19vmin !important; }
	.Width-md-20vmin { width: 20vmin !important; }
	.Width-md-21vmin { width: 21vmin !important; }
	.Width-md-22vmin { width: 22vmin !important; }
	.Width-md-23vmin { width: 23vmin !important; }
	.Width-md-24vmin { width: 24vmin !important; }
	.Width-md-25vmin { width: 25vmin !important; }
	.Width-md-26vmin { width: 26vmin !important; }
	.Width-md-27vmin { width: 27vmin !important; }
	.Width-md-28vmin { width: 28vmin !important; }
	.Width-md-29vmin { width: 29vmin !important; }
	.Width-md-30vmin { width: 30vmin !important; }
	.Width-md-31vmin { width: 31vmin !important; }
	.Width-md-32vmin { width: 32vmin !important; }
	.Width-md-33vmin { width: 33vmin !important; }
	.Width-md-34vmin { width: 34vmin !important; }
	.Width-md-35vmin { width: 35vmin !important; }
	.Width-md-36vmin { width: 36vmin !important; }
	.Width-md-37vmin { width: 37vmin !important; }
	.Width-md-38vmin { width: 38vmin !important; }
	.Width-md-39vmin { width: 39vmin !important; }
	.Width-md-40vmin { width: 40vmin !important; }
	.Width-md-41vmin { width: 41vmin !important; }
	.Width-md-42vmin { width: 42vmin !important; }
	.Width-md-43vmin { width: 43vmin !important; }
	.Width-md-44vmin { width: 44vmin !important; }
	.Width-md-45vmin { width: 45vmin !important; }
	.Width-md-46vmin { width: 46vmin !important; }
	.Width-md-47vmin { width: 47vmin !important; }
	.Width-md-48vmin { width: 48vmin !important; }
	.Width-md-49vmin { width: 49vmin !important; }
	.Width-md-50vmin { width: 50vmin !important; }
	.Width-md-51vmin { width: 51vmin !important; }
	.Width-md-52vmin { width: 52vmin !important; }
	.Width-md-53vmin { width: 53vmin !important; }
	.Width-md-54vmin { width: 54vmin !important; }
	.Width-md-55vmin { width: 55vmin !important; }
	.Width-md-56vmin { width: 56vmin !important; }
	.Width-md-57vmin { width: 57vmin !important; }
	.Width-md-58vmin { width: 58vmin !important; }
	.Width-md-59vmin { width: 59vmin !important; }
	.Width-md-60vmin { width: 60vmin !important; }
	.Width-md-61vmin { width: 61vmin !important; }
	.Width-md-62vmin { width: 62vmin !important; }
	.Width-md-63vmin { width: 63vmin !important; }
	.Width-md-64vmin { width: 64vmin !important; }
	.Width-md-65vmin { width: 65vmin !important; }
	.Width-md-66vmin { width: 66vmin !important; }
	.Width-md-67vmin { width: 67vmin !important; }
	.Width-md-68vmin { width: 68vmin !important; }
	.Width-md-69vmin { width: 69vmin !important; }
	.Width-md-70vmin { width: 70vmin !important; }
	.Width-md-71vmin { width: 71vmin !important; }
	.Width-md-72vmin { width: 72vmin !important; }
	.Width-md-73vmin { width: 73vmin !important; }
	.Width-md-74vmin { width: 74vmin !important; }
	.Width-md-75vmin { width: 75vmin !important; }
	.Width-md-76vmin { width: 76vmin !important; }
	.Width-md-77vmin { width: 77vmin !important; }
	.Width-md-78vmin { width: 78vmin !important; }
	.Width-md-79vmin { width: 79vmin !important; }
	.Width-md-80vmin { width: 80vmin !important; }
	.Width-md-81vmin { width: 81vmin !important; }
	.Width-md-82vmin { width: 82vmin !important; }
	.Width-md-83vmin { width: 83vmin !important; }
	.Width-md-84vmin { width: 84vmin !important; }
	.Width-md-85vmin { width: 85vmin !important; }
	.Width-md-86vmin { width: 86vmin !important; }
	.Width-md-87vmin { width: 87vmin !important; }
	.Width-md-88vmin { width: 88vmin !important; }
	.Width-md-89vmin { width: 89vmin !important; }
	.Width-md-90vmin { width: 90vmin !important; }
	.Width-md-91vmin { width: 91vmin !important; }
	.Width-md-92vmin { width: 92vmin !important; }
	.Width-md-93vmin { width: 93vmin !important; }
	.Width-md-94vmin { width: 94vmin !important; }
	.Width-md-95vmin { width: 95vmin !important; }
	.Width-md-96vmin { width: 96vmin !important; }
	.Width-md-97vmin { width: 97vmin !important; }
	.Width-md-98vmin { width: 98vmin !important; }
	.Width-md-99vmin { width: 99vmin !important; }
	.Width-md-100vmin { width: 100vmin !important; }
	.Width-md-0vmax { width: 0vmax !important; }
	.Width-md-1vmax { width: 1vmax !important; }
	.Width-md-2vmax { width: 2vmax !important; }
	.Width-md-3vmax { width: 3vmax !important; }
	.Width-md-4vmax { width: 4vmax !important; }
	.Width-md-5vmax { width: 5vmax !important; }
	.Width-md-6vmax { width: 6vmax !important; }
	.Width-md-7vmax { width: 7vmax !important; }
	.Width-md-8vmax { width: 8vmax !important; }
	.Width-md-9vmax { width: 9vmax !important; }
	.Width-md-10vmax { width: 10vmax !important; }
	.Width-md-11vmax { width: 11vmax !important; }
	.Width-md-12vmax { width: 12vmax !important; }
	.Width-md-13vmax { width: 13vmax !important; }
	.Width-md-14vmax { width: 14vmax !important; }
	.Width-md-15vmax { width: 15vmax !important; }
	.Width-md-16vmax { width: 16vmax !important; }
	.Width-md-17vmax { width: 17vmax !important; }
	.Width-md-18vmax { width: 18vmax !important; }
	.Width-md-19vmax { width: 19vmax !important; }
	.Width-md-20vmax { width: 20vmax !important; }
	.Width-md-21vmax { width: 21vmax !important; }
	.Width-md-22vmax { width: 22vmax !important; }
	.Width-md-23vmax { width: 23vmax !important; }
	.Width-md-24vmax { width: 24vmax !important; }
	.Width-md-25vmax { width: 25vmax !important; }
	.Width-md-26vmax { width: 26vmax !important; }
	.Width-md-27vmax { width: 27vmax !important; }
	.Width-md-28vmax { width: 28vmax !important; }
	.Width-md-29vmax { width: 29vmax !important; }
	.Width-md-30vmax { width: 30vmax !important; }
	.Width-md-31vmax { width: 31vmax !important; }
	.Width-md-32vmax { width: 32vmax !important; }
	.Width-md-33vmax { width: 33vmax !important; }
	.Width-md-34vmax { width: 34vmax !important; }
	.Width-md-35vmax { width: 35vmax !important; }
	.Width-md-36vmax { width: 36vmax !important; }
	.Width-md-37vmax { width: 37vmax !important; }
	.Width-md-38vmax { width: 38vmax !important; }
	.Width-md-39vmax { width: 39vmax !important; }
	.Width-md-40vmax { width: 40vmax !important; }
	.Width-md-41vmax { width: 41vmax !important; }
	.Width-md-42vmax { width: 42vmax !important; }
	.Width-md-43vmax { width: 43vmax !important; }
	.Width-md-44vmax { width: 44vmax !important; }
	.Width-md-45vmax { width: 45vmax !important; }
	.Width-md-46vmax { width: 46vmax !important; }
	.Width-md-47vmax { width: 47vmax !important; }
	.Width-md-48vmax { width: 48vmax !important; }
	.Width-md-49vmax { width: 49vmax !important; }
	.Width-md-50vmax { width: 50vmax !important; }
	.Width-md-51vmax { width: 51vmax !important; }
	.Width-md-52vmax { width: 52vmax !important; }
	.Width-md-53vmax { width: 53vmax !important; }
	.Width-md-54vmax { width: 54vmax !important; }
	.Width-md-55vmax { width: 55vmax !important; }
	.Width-md-56vmax { width: 56vmax !important; }
	.Width-md-57vmax { width: 57vmax !important; }
	.Width-md-58vmax { width: 58vmax !important; }
	.Width-md-59vmax { width: 59vmax !important; }
	.Width-md-60vmax { width: 60vmax !important; }
	.Width-md-61vmax { width: 61vmax !important; }
	.Width-md-62vmax { width: 62vmax !important; }
	.Width-md-63vmax { width: 63vmax !important; }
	.Width-md-64vmax { width: 64vmax !important; }
	.Width-md-65vmax { width: 65vmax !important; }
	.Width-md-66vmax { width: 66vmax !important; }
	.Width-md-67vmax { width: 67vmax !important; }
	.Width-md-68vmax { width: 68vmax !important; }
	.Width-md-69vmax { width: 69vmax !important; }
	.Width-md-70vmax { width: 70vmax !important; }
	.Width-md-71vmax { width: 71vmax !important; }
	.Width-md-72vmax { width: 72vmax !important; }
	.Width-md-73vmax { width: 73vmax !important; }
	.Width-md-74vmax { width: 74vmax !important; }
	.Width-md-75vmax { width: 75vmax !important; }
	.Width-md-76vmax { width: 76vmax !important; }
	.Width-md-77vmax { width: 77vmax !important; }
	.Width-md-78vmax { width: 78vmax !important; }
	.Width-md-79vmax { width: 79vmax !important; }
	.Width-md-80vmax { width: 80vmax !important; }
	.Width-md-81vmax { width: 81vmax !important; }
	.Width-md-82vmax { width: 82vmax !important; }
	.Width-md-83vmax { width: 83vmax !important; }
	.Width-md-84vmax { width: 84vmax !important; }
	.Width-md-85vmax { width: 85vmax !important; }
	.Width-md-86vmax { width: 86vmax !important; }
	.Width-md-87vmax { width: 87vmax !important; }
	.Width-md-88vmax { width: 88vmax !important; }
	.Width-md-89vmax { width: 89vmax !important; }
	.Width-md-90vmax { width: 90vmax !important; }
	.Width-md-91vmax { width: 91vmax !important; }
	.Width-md-92vmax { width: 92vmax !important; }
	.Width-md-93vmax { width: 93vmax !important; }
	.Width-md-94vmax { width: 94vmax !important; }
	.Width-md-95vmax { width: 95vmax !important; }
	.Width-md-96vmax { width: 96vmax !important; }
	.Width-md-97vmax { width: 97vmax !important; }
	.Width-md-98vmax { width: 98vmax !important; }
	.Width-md-99vmax { width: 99vmax !important; }
	.Width-md-100vmax { width: 100vmax !important; }
	.Height-md-0x10 { height: 0% !important; }
	.Height-md-1x10 { height: 10% !important; }
	.Height-md-2x10 { height: 20% !important; }
	.Height-md-3x10 { height: 30% !important; }
	.Height-md-4x10 { height: 40% !important; }
	.Height-md-5x10 { height: 50% !important; }
	.Height-md-6x10 { height: 60% !important; }
	.Height-md-7x10 { height: 70% !important; }
	.Height-md-8x10 { height: 80% !important; }
	.Height-md-9x10 { height: 90% !important; }
	.Height-md-10x10 { height: 100% !important; }
	.Height-md-0x12 { height: 0% !important; }
	.Height-md-1x12 { height: 8.3333333333333% !important; }
	.Height-md-2x12 { height: 16.666666666667% !important; }
	.Height-md-3x12 { height: 25% !important; }
	.Height-md-4x12 { height: 33.333333333333% !important; }
	.Height-md-5x12 { height: 41.666666666667% !important; }
	.Height-md-6x12 { height: 50% !important; }
	.Height-md-7x12 { height: 58.333333333333% !important; }
	.Height-md-8x12 { height: 66.666666666667% !important; }
	.Height-md-9x12 { height: 75% !important; }
	.Height-md-10x12 { height: 83.333333333333% !important; }
	.Height-md-11x12 { height: 91.666666666667% !important; }
	.Height-md-12x12 { height: 100% !important; }
	.Height-md-0x16 { height: 0% !important; }
	.Height-md-1x16 { height: 6.25% !important; }
	.Height-md-2x16 { height: 12.5% !important; }
	.Height-md-3x16 { height: 18.75% !important; }
	.Height-md-4x16 { height: 25% !important; }
	.Height-md-5x16 { height: 31.25% !important; }
	.Height-md-6x16 { height: 37.5% !important; }
	.Height-md-7x16 { height: 43.75% !important; }
	.Height-md-8x16 { height: 50% !important; }
	.Height-md-9x16 { height: 56.25% !important; }
	.Height-md-10x16 { height: 62.5% !important; }
	.Height-md-11x16 { height: 68.75% !important; }
	.Height-md-12x16 { height: 75% !important; }
	.Height-md-13x16 { height: 81.25% !important; }
	.Height-md-14x16 { height: 87.5% !important; }
	.Height-md-15x16 { height: 93.75% !important; }
	.Height-md-16x16 { height: 100% !important; }
	.Height-md-0em { height: 0em !important; }
	.Height-md-1em { height: 1em !important; }
	.Height-md-2em { height: 2em !important; }
	.Height-md-3em { height: 3em !important; }
	.Height-md-4em { height: 4em !important; }
	.Height-md-5em { height: 5em !important; }
	.Height-md-6em { height: 6em !important; }
	.Height-md-7em { height: 7em !important; }
	.Height-md-8em { height: 8em !important; }
	.Height-md-9em { height: 9em !important; }
	.Height-md-10em { height: 10em !important; }
	.Height-md-11em { height: 11em !important; }
	.Height-md-12em { height: 12em !important; }
	.Height-md-13em { height: 13em !important; }
	.Height-md-14em { height: 14em !important; }
	.Height-md-15em { height: 15em !important; }
	.Height-md-16em { height: 16em !important; }
	.Height-md-17em { height: 17em !important; }
	.Height-md-18em { height: 18em !important; }
	.Height-md-19em { height: 19em !important; }
	.Height-md-20em { height: 20em !important; }
	.Height-md-21em { height: 21em !important; }
	.Height-md-22em { height: 22em !important; }
	.Height-md-23em { height: 23em !important; }
	.Height-md-24em { height: 24em !important; }
	.Height-md-0x16em { height: 0em !important; }
	.Height-md-1x16em { height: 0.0625em !important; }
	.Height-md-2x16em { height: 0.125em !important; }
	.Height-md-3x16em { height: 0.1875em !important; }
	.Height-md-4x16em { height: 0.25em !important; }
	.Height-md-5x16em { height: 0.3125em !important; }
	.Height-md-6x16em { height: 0.375em !important; }
	.Height-md-7x16em { height: 0.4375em !important; }
	.Height-md-8x16em { height: 0.5em !important; }
	.Height-md-9x16em { height: 0.5625em !important; }
	.Height-md-10x16em { height: 0.625em !important; }
	.Height-md-11x16em { height: 0.6875em !important; }
	.Height-md-12x16em { height: 0.75em !important; }
	.Height-md-13x16em { height: 0.8125em !important; }
	.Height-md-14x16em { height: 0.875em !important; }
	.Height-md-15x16em { height: 0.9375em !important; }
	.Height-md-16x16em { height: 1em !important; }
	.Height-md-0vw { height: 0vw !important; }
	.Height-md-1vw { height: 1vw !important; }
	.Height-md-2vw { height: 2vw !important; }
	.Height-md-3vw { height: 3vw !important; }
	.Height-md-4vw { height: 4vw !important; }
	.Height-md-5vw { height: 5vw !important; }
	.Height-md-6vw { height: 6vw !important; }
	.Height-md-7vw { height: 7vw !important; }
	.Height-md-8vw { height: 8vw !important; }
	.Height-md-9vw { height: 9vw !important; }
	.Height-md-10vw { height: 10vw !important; }
	.Height-md-11vw { height: 11vw !important; }
	.Height-md-12vw { height: 12vw !important; }
	.Height-md-13vw { height: 13vw !important; }
	.Height-md-14vw { height: 14vw !important; }
	.Height-md-15vw { height: 15vw !important; }
	.Height-md-16vw { height: 16vw !important; }
	.Height-md-17vw { height: 17vw !important; }
	.Height-md-18vw { height: 18vw !important; }
	.Height-md-19vw { height: 19vw !important; }
	.Height-md-20vw { height: 20vw !important; }
	.Height-md-21vw { height: 21vw !important; }
	.Height-md-22vw { height: 22vw !important; }
	.Height-md-23vw { height: 23vw !important; }
	.Height-md-24vw { height: 24vw !important; }
	.Height-md-25vw { height: 25vw !important; }
	.Height-md-26vw { height: 26vw !important; }
	.Height-md-27vw { height: 27vw !important; }
	.Height-md-28vw { height: 28vw !important; }
	.Height-md-29vw { height: 29vw !important; }
	.Height-md-30vw { height: 30vw !important; }
	.Height-md-31vw { height: 31vw !important; }
	.Height-md-32vw { height: 32vw !important; }
	.Height-md-33vw { height: 33vw !important; }
	.Height-md-34vw { height: 34vw !important; }
	.Height-md-35vw { height: 35vw !important; }
	.Height-md-36vw { height: 36vw !important; }
	.Height-md-37vw { height: 37vw !important; }
	.Height-md-38vw { height: 38vw !important; }
	.Height-md-39vw { height: 39vw !important; }
	.Height-md-40vw { height: 40vw !important; }
	.Height-md-41vw { height: 41vw !important; }
	.Height-md-42vw { height: 42vw !important; }
	.Height-md-43vw { height: 43vw !important; }
	.Height-md-44vw { height: 44vw !important; }
	.Height-md-45vw { height: 45vw !important; }
	.Height-md-46vw { height: 46vw !important; }
	.Height-md-47vw { height: 47vw !important; }
	.Height-md-48vw { height: 48vw !important; }
	.Height-md-49vw { height: 49vw !important; }
	.Height-md-50vw { height: 50vw !important; }
	.Height-md-51vw { height: 51vw !important; }
	.Height-md-52vw { height: 52vw !important; }
	.Height-md-53vw { height: 53vw !important; }
	.Height-md-54vw { height: 54vw !important; }
	.Height-md-55vw { height: 55vw !important; }
	.Height-md-56vw { height: 56vw !important; }
	.Height-md-57vw { height: 57vw !important; }
	.Height-md-58vw { height: 58vw !important; }
	.Height-md-59vw { height: 59vw !important; }
	.Height-md-60vw { height: 60vw !important; }
	.Height-md-61vw { height: 61vw !important; }
	.Height-md-62vw { height: 62vw !important; }
	.Height-md-63vw { height: 63vw !important; }
	.Height-md-64vw { height: 64vw !important; }
	.Height-md-65vw { height: 65vw !important; }
	.Height-md-66vw { height: 66vw !important; }
	.Height-md-67vw { height: 67vw !important; }
	.Height-md-68vw { height: 68vw !important; }
	.Height-md-69vw { height: 69vw !important; }
	.Height-md-70vw { height: 70vw !important; }
	.Height-md-71vw { height: 71vw !important; }
	.Height-md-72vw { height: 72vw !important; }
	.Height-md-73vw { height: 73vw !important; }
	.Height-md-74vw { height: 74vw !important; }
	.Height-md-75vw { height: 75vw !important; }
	.Height-md-76vw { height: 76vw !important; }
	.Height-md-77vw { height: 77vw !important; }
	.Height-md-78vw { height: 78vw !important; }
	.Height-md-79vw { height: 79vw !important; }
	.Height-md-80vw { height: 80vw !important; }
	.Height-md-81vw { height: 81vw !important; }
	.Height-md-82vw { height: 82vw !important; }
	.Height-md-83vw { height: 83vw !important; }
	.Height-md-84vw { height: 84vw !important; }
	.Height-md-85vw { height: 85vw !important; }
	.Height-md-86vw { height: 86vw !important; }
	.Height-md-87vw { height: 87vw !important; }
	.Height-md-88vw { height: 88vw !important; }
	.Height-md-89vw { height: 89vw !important; }
	.Height-md-90vw { height: 90vw !important; }
	.Height-md-91vw { height: 91vw !important; }
	.Height-md-92vw { height: 92vw !important; }
	.Height-md-93vw { height: 93vw !important; }
	.Height-md-94vw { height: 94vw !important; }
	.Height-md-95vw { height: 95vw !important; }
	.Height-md-96vw { height: 96vw !important; }
	.Height-md-97vw { height: 97vw !important; }
	.Height-md-98vw { height: 98vw !important; }
	.Height-md-99vw { height: 99vw !important; }
	.Height-md-100vw { height: 100vw !important; }
	.Height-md-0vh { height: 0vh !important; }
	.Height-md-1vh { height: 1vh !important; }
	.Height-md-2vh { height: 2vh !important; }
	.Height-md-3vh { height: 3vh !important; }
	.Height-md-4vh { height: 4vh !important; }
	.Height-md-5vh { height: 5vh !important; }
	.Height-md-6vh { height: 6vh !important; }
	.Height-md-7vh { height: 7vh !important; }
	.Height-md-8vh { height: 8vh !important; }
	.Height-md-9vh { height: 9vh !important; }
	.Height-md-10vh { height: 10vh !important; }
	.Height-md-11vh { height: 11vh !important; }
	.Height-md-12vh { height: 12vh !important; }
	.Height-md-13vh { height: 13vh !important; }
	.Height-md-14vh { height: 14vh !important; }
	.Height-md-15vh { height: 15vh !important; }
	.Height-md-16vh { height: 16vh !important; }
	.Height-md-17vh { height: 17vh !important; }
	.Height-md-18vh { height: 18vh !important; }
	.Height-md-19vh { height: 19vh !important; }
	.Height-md-20vh { height: 20vh !important; }
	.Height-md-21vh { height: 21vh !important; }
	.Height-md-22vh { height: 22vh !important; }
	.Height-md-23vh { height: 23vh !important; }
	.Height-md-24vh { height: 24vh !important; }
	.Height-md-25vh { height: 25vh !important; }
	.Height-md-26vh { height: 26vh !important; }
	.Height-md-27vh { height: 27vh !important; }
	.Height-md-28vh { height: 28vh !important; }
	.Height-md-29vh { height: 29vh !important; }
	.Height-md-30vh { height: 30vh !important; }
	.Height-md-31vh { height: 31vh !important; }
	.Height-md-32vh { height: 32vh !important; }
	.Height-md-33vh { height: 33vh !important; }
	.Height-md-34vh { height: 34vh !important; }
	.Height-md-35vh { height: 35vh !important; }
	.Height-md-36vh { height: 36vh !important; }
	.Height-md-37vh { height: 37vh !important; }
	.Height-md-38vh { height: 38vh !important; }
	.Height-md-39vh { height: 39vh !important; }
	.Height-md-40vh { height: 40vh !important; }
	.Height-md-41vh { height: 41vh !important; }
	.Height-md-42vh { height: 42vh !important; }
	.Height-md-43vh { height: 43vh !important; }
	.Height-md-44vh { height: 44vh !important; }
	.Height-md-45vh { height: 45vh !important; }
	.Height-md-46vh { height: 46vh !important; }
	.Height-md-47vh { height: 47vh !important; }
	.Height-md-48vh { height: 48vh !important; }
	.Height-md-49vh { height: 49vh !important; }
	.Height-md-50vh { height: 50vh !important; }
	.Height-md-51vh { height: 51vh !important; }
	.Height-md-52vh { height: 52vh !important; }
	.Height-md-53vh { height: 53vh !important; }
	.Height-md-54vh { height: 54vh !important; }
	.Height-md-55vh { height: 55vh !important; }
	.Height-md-56vh { height: 56vh !important; }
	.Height-md-57vh { height: 57vh !important; }
	.Height-md-58vh { height: 58vh !important; }
	.Height-md-59vh { height: 59vh !important; }
	.Height-md-60vh { height: 60vh !important; }
	.Height-md-61vh { height: 61vh !important; }
	.Height-md-62vh { height: 62vh !important; }
	.Height-md-63vh { height: 63vh !important; }
	.Height-md-64vh { height: 64vh !important; }
	.Height-md-65vh { height: 65vh !important; }
	.Height-md-66vh { height: 66vh !important; }
	.Height-md-67vh { height: 67vh !important; }
	.Height-md-68vh { height: 68vh !important; }
	.Height-md-69vh { height: 69vh !important; }
	.Height-md-70vh { height: 70vh !important; }
	.Height-md-71vh { height: 71vh !important; }
	.Height-md-72vh { height: 72vh !important; }
	.Height-md-73vh { height: 73vh !important; }
	.Height-md-74vh { height: 74vh !important; }
	.Height-md-75vh { height: 75vh !important; }
	.Height-md-76vh { height: 76vh !important; }
	.Height-md-77vh { height: 77vh !important; }
	.Height-md-78vh { height: 78vh !important; }
	.Height-md-79vh { height: 79vh !important; }
	.Height-md-80vh { height: 80vh !important; }
	.Height-md-81vh { height: 81vh !important; }
	.Height-md-82vh { height: 82vh !important; }
	.Height-md-83vh { height: 83vh !important; }
	.Height-md-84vh { height: 84vh !important; }
	.Height-md-85vh { height: 85vh !important; }
	.Height-md-86vh { height: 86vh !important; }
	.Height-md-87vh { height: 87vh !important; }
	.Height-md-88vh { height: 88vh !important; }
	.Height-md-89vh { height: 89vh !important; }
	.Height-md-90vh { height: 90vh !important; }
	.Height-md-91vh { height: 91vh !important; }
	.Height-md-92vh { height: 92vh !important; }
	.Height-md-93vh { height: 93vh !important; }
	.Height-md-94vh { height: 94vh !important; }
	.Height-md-95vh { height: 95vh !important; }
	.Height-md-96vh { height: 96vh !important; }
	.Height-md-97vh { height: 97vh !important; }
	.Height-md-98vh { height: 98vh !important; }
	.Height-md-99vh { height: 99vh !important; }
	.Height-md-100vh { height: 100vh !important; }
	.Height-md-0vmin { height: 0vmin !important; }
	.Height-md-1vmin { height: 1vmin !important; }
	.Height-md-2vmin { height: 2vmin !important; }
	.Height-md-3vmin { height: 3vmin !important; }
	.Height-md-4vmin { height: 4vmin !important; }
	.Height-md-5vmin { height: 5vmin !important; }
	.Height-md-6vmin { height: 6vmin !important; }
	.Height-md-7vmin { height: 7vmin !important; }
	.Height-md-8vmin { height: 8vmin !important; }
	.Height-md-9vmin { height: 9vmin !important; }
	.Height-md-10vmin { height: 10vmin !important; }
	.Height-md-11vmin { height: 11vmin !important; }
	.Height-md-12vmin { height: 12vmin !important; }
	.Height-md-13vmin { height: 13vmin !important; }
	.Height-md-14vmin { height: 14vmin !important; }
	.Height-md-15vmin { height: 15vmin !important; }
	.Height-md-16vmin { height: 16vmin !important; }
	.Height-md-17vmin { height: 17vmin !important; }
	.Height-md-18vmin { height: 18vmin !important; }
	.Height-md-19vmin { height: 19vmin !important; }
	.Height-md-20vmin { height: 20vmin !important; }
	.Height-md-21vmin { height: 21vmin !important; }
	.Height-md-22vmin { height: 22vmin !important; }
	.Height-md-23vmin { height: 23vmin !important; }
	.Height-md-24vmin { height: 24vmin !important; }
	.Height-md-25vmin { height: 25vmin !important; }
	.Height-md-26vmin { height: 26vmin !important; }
	.Height-md-27vmin { height: 27vmin !important; }
	.Height-md-28vmin { height: 28vmin !important; }
	.Height-md-29vmin { height: 29vmin !important; }
	.Height-md-30vmin { height: 30vmin !important; }
	.Height-md-31vmin { height: 31vmin !important; }
	.Height-md-32vmin { height: 32vmin !important; }
	.Height-md-33vmin { height: 33vmin !important; }
	.Height-md-34vmin { height: 34vmin !important; }
	.Height-md-35vmin { height: 35vmin !important; }
	.Height-md-36vmin { height: 36vmin !important; }
	.Height-md-37vmin { height: 37vmin !important; }
	.Height-md-38vmin { height: 38vmin !important; }
	.Height-md-39vmin { height: 39vmin !important; }
	.Height-md-40vmin { height: 40vmin !important; }
	.Height-md-41vmin { height: 41vmin !important; }
	.Height-md-42vmin { height: 42vmin !important; }
	.Height-md-43vmin { height: 43vmin !important; }
	.Height-md-44vmin { height: 44vmin !important; }
	.Height-md-45vmin { height: 45vmin !important; }
	.Height-md-46vmin { height: 46vmin !important; }
	.Height-md-47vmin { height: 47vmin !important; }
	.Height-md-48vmin { height: 48vmin !important; }
	.Height-md-49vmin { height: 49vmin !important; }
	.Height-md-50vmin { height: 50vmin !important; }
	.Height-md-51vmin { height: 51vmin !important; }
	.Height-md-52vmin { height: 52vmin !important; }
	.Height-md-53vmin { height: 53vmin !important; }
	.Height-md-54vmin { height: 54vmin !important; }
	.Height-md-55vmin { height: 55vmin !important; }
	.Height-md-56vmin { height: 56vmin !important; }
	.Height-md-57vmin { height: 57vmin !important; }
	.Height-md-58vmin { height: 58vmin !important; }
	.Height-md-59vmin { height: 59vmin !important; }
	.Height-md-60vmin { height: 60vmin !important; }
	.Height-md-61vmin { height: 61vmin !important; }
	.Height-md-62vmin { height: 62vmin !important; }
	.Height-md-63vmin { height: 63vmin !important; }
	.Height-md-64vmin { height: 64vmin !important; }
	.Height-md-65vmin { height: 65vmin !important; }
	.Height-md-66vmin { height: 66vmin !important; }
	.Height-md-67vmin { height: 67vmin !important; }
	.Height-md-68vmin { height: 68vmin !important; }
	.Height-md-69vmin { height: 69vmin !important; }
	.Height-md-70vmin { height: 70vmin !important; }
	.Height-md-71vmin { height: 71vmin !important; }
	.Height-md-72vmin { height: 72vmin !important; }
	.Height-md-73vmin { height: 73vmin !important; }
	.Height-md-74vmin { height: 74vmin !important; }
	.Height-md-75vmin { height: 75vmin !important; }
	.Height-md-76vmin { height: 76vmin !important; }
	.Height-md-77vmin { height: 77vmin !important; }
	.Height-md-78vmin { height: 78vmin !important; }
	.Height-md-79vmin { height: 79vmin !important; }
	.Height-md-80vmin { height: 80vmin !important; }
	.Height-md-81vmin { height: 81vmin !important; }
	.Height-md-82vmin { height: 82vmin !important; }
	.Height-md-83vmin { height: 83vmin !important; }
	.Height-md-84vmin { height: 84vmin !important; }
	.Height-md-85vmin { height: 85vmin !important; }
	.Height-md-86vmin { height: 86vmin !important; }
	.Height-md-87vmin { height: 87vmin !important; }
	.Height-md-88vmin { height: 88vmin !important; }
	.Height-md-89vmin { height: 89vmin !important; }
	.Height-md-90vmin { height: 90vmin !important; }
	.Height-md-91vmin { height: 91vmin !important; }
	.Height-md-92vmin { height: 92vmin !important; }
	.Height-md-93vmin { height: 93vmin !important; }
	.Height-md-94vmin { height: 94vmin !important; }
	.Height-md-95vmin { height: 95vmin !important; }
	.Height-md-96vmin { height: 96vmin !important; }
	.Height-md-97vmin { height: 97vmin !important; }
	.Height-md-98vmin { height: 98vmin !important; }
	.Height-md-99vmin { height: 99vmin !important; }
	.Height-md-100vmin { height: 100vmin !important; }
	.Height-md-0vmax { height: 0vmax !important; }
	.Height-md-1vmax { height: 1vmax !important; }
	.Height-md-2vmax { height: 2vmax !important; }
	.Height-md-3vmax { height: 3vmax !important; }
	.Height-md-4vmax { height: 4vmax !important; }
	.Height-md-5vmax { height: 5vmax !important; }
	.Height-md-6vmax { height: 6vmax !important; }
	.Height-md-7vmax { height: 7vmax !important; }
	.Height-md-8vmax { height: 8vmax !important; }
	.Height-md-9vmax { height: 9vmax !important; }
	.Height-md-10vmax { height: 10vmax !important; }
	.Height-md-11vmax { height: 11vmax !important; }
	.Height-md-12vmax { height: 12vmax !important; }
	.Height-md-13vmax { height: 13vmax !important; }
	.Height-md-14vmax { height: 14vmax !important; }
	.Height-md-15vmax { height: 15vmax !important; }
	.Height-md-16vmax { height: 16vmax !important; }
	.Height-md-17vmax { height: 17vmax !important; }
	.Height-md-18vmax { height: 18vmax !important; }
	.Height-md-19vmax { height: 19vmax !important; }
	.Height-md-20vmax { height: 20vmax !important; }
	.Height-md-21vmax { height: 21vmax !important; }
	.Height-md-22vmax { height: 22vmax !important; }
	.Height-md-23vmax { height: 23vmax !important; }
	.Height-md-24vmax { height: 24vmax !important; }
	.Height-md-25vmax { height: 25vmax !important; }
	.Height-md-26vmax { height: 26vmax !important; }
	.Height-md-27vmax { height: 27vmax !important; }
	.Height-md-28vmax { height: 28vmax !important; }
	.Height-md-29vmax { height: 29vmax !important; }
	.Height-md-30vmax { height: 30vmax !important; }
	.Height-md-31vmax { height: 31vmax !important; }
	.Height-md-32vmax { height: 32vmax !important; }
	.Height-md-33vmax { height: 33vmax !important; }
	.Height-md-34vmax { height: 34vmax !important; }
	.Height-md-35vmax { height: 35vmax !important; }
	.Height-md-36vmax { height: 36vmax !important; }
	.Height-md-37vmax { height: 37vmax !important; }
	.Height-md-38vmax { height: 38vmax !important; }
	.Height-md-39vmax { height: 39vmax !important; }
	.Height-md-40vmax { height: 40vmax !important; }
	.Height-md-41vmax { height: 41vmax !important; }
	.Height-md-42vmax { height: 42vmax !important; }
	.Height-md-43vmax { height: 43vmax !important; }
	.Height-md-44vmax { height: 44vmax !important; }
	.Height-md-45vmax { height: 45vmax !important; }
	.Height-md-46vmax { height: 46vmax !important; }
	.Height-md-47vmax { height: 47vmax !important; }
	.Height-md-48vmax { height: 48vmax !important; }
	.Height-md-49vmax { height: 49vmax !important; }
	.Height-md-50vmax { height: 50vmax !important; }
	.Height-md-51vmax { height: 51vmax !important; }
	.Height-md-52vmax { height: 52vmax !important; }
	.Height-md-53vmax { height: 53vmax !important; }
	.Height-md-54vmax { height: 54vmax !important; }
	.Height-md-55vmax { height: 55vmax !important; }
	.Height-md-56vmax { height: 56vmax !important; }
	.Height-md-57vmax { height: 57vmax !important; }
	.Height-md-58vmax { height: 58vmax !important; }
	.Height-md-59vmax { height: 59vmax !important; }
	.Height-md-60vmax { height: 60vmax !important; }
	.Height-md-61vmax { height: 61vmax !important; }
	.Height-md-62vmax { height: 62vmax !important; }
	.Height-md-63vmax { height: 63vmax !important; }
	.Height-md-64vmax { height: 64vmax !important; }
	.Height-md-65vmax { height: 65vmax !important; }
	.Height-md-66vmax { height: 66vmax !important; }
	.Height-md-67vmax { height: 67vmax !important; }
	.Height-md-68vmax { height: 68vmax !important; }
	.Height-md-69vmax { height: 69vmax !important; }
	.Height-md-70vmax { height: 70vmax !important; }
	.Height-md-71vmax { height: 71vmax !important; }
	.Height-md-72vmax { height: 72vmax !important; }
	.Height-md-73vmax { height: 73vmax !important; }
	.Height-md-74vmax { height: 74vmax !important; }
	.Height-md-75vmax { height: 75vmax !important; }
	.Height-md-76vmax { height: 76vmax !important; }
	.Height-md-77vmax { height: 77vmax !important; }
	.Height-md-78vmax { height: 78vmax !important; }
	.Height-md-79vmax { height: 79vmax !important; }
	.Height-md-80vmax { height: 80vmax !important; }
	.Height-md-81vmax { height: 81vmax !important; }
	.Height-md-82vmax { height: 82vmax !important; }
	.Height-md-83vmax { height: 83vmax !important; }
	.Height-md-84vmax { height: 84vmax !important; }
	.Height-md-85vmax { height: 85vmax !important; }
	.Height-md-86vmax { height: 86vmax !important; }
	.Height-md-87vmax { height: 87vmax !important; }
	.Height-md-88vmax { height: 88vmax !important; }
	.Height-md-89vmax { height: 89vmax !important; }
	.Height-md-90vmax { height: 90vmax !important; }
	.Height-md-91vmax { height: 91vmax !important; }
	.Height-md-92vmax { height: 92vmax !important; }
	.Height-md-93vmax { height: 93vmax !important; }
	.Height-md-94vmax { height: 94vmax !important; }
	.Height-md-95vmax { height: 95vmax !important; }
	.Height-md-96vmax { height: 96vmax !important; }
	.Height-md-97vmax { height: 97vmax !important; }
	.Height-md-98vmax { height: 98vmax !important; }
	.Height-md-99vmax { height: 99vmax !important; }
	.Height-md-100vmax { height: 100vmax !important; }
	.MinWidth-md-0x10 { min-width: 0% !important; }
	.MinWidth-md-1x10 { min-width: 10% !important; }
	.MinWidth-md-2x10 { min-width: 20% !important; }
	.MinWidth-md-3x10 { min-width: 30% !important; }
	.MinWidth-md-4x10 { min-width: 40% !important; }
	.MinWidth-md-5x10 { min-width: 50% !important; }
	.MinWidth-md-6x10 { min-width: 60% !important; }
	.MinWidth-md-7x10 { min-width: 70% !important; }
	.MinWidth-md-8x10 { min-width: 80% !important; }
	.MinWidth-md-9x10 { min-width: 90% !important; }
	.MinWidth-md-10x10 { min-width: 100% !important; }
	.MinWidth-md-0x12 { min-width: 0% !important; }
	.MinWidth-md-1x12 { min-width: 8.3333333333333% !important; }
	.MinWidth-md-2x12 { min-width: 16.666666666667% !important; }
	.MinWidth-md-3x12 { min-width: 25% !important; }
	.MinWidth-md-4x12 { min-width: 33.333333333333% !important; }
	.MinWidth-md-5x12 { min-width: 41.666666666667% !important; }
	.MinWidth-md-6x12 { min-width: 50% !important; }
	.MinWidth-md-7x12 { min-width: 58.333333333333% !important; }
	.MinWidth-md-8x12 { min-width: 66.666666666667% !important; }
	.MinWidth-md-9x12 { min-width: 75% !important; }
	.MinWidth-md-10x12 { min-width: 83.333333333333% !important; }
	.MinWidth-md-11x12 { min-width: 91.666666666667% !important; }
	.MinWidth-md-12x12 { min-width: 100% !important; }
	.MinWidth-md-0x16 { min-width: 0% !important; }
	.MinWidth-md-1x16 { min-width: 6.25% !important; }
	.MinWidth-md-2x16 { min-width: 12.5% !important; }
	.MinWidth-md-3x16 { min-width: 18.75% !important; }
	.MinWidth-md-4x16 { min-width: 25% !important; }
	.MinWidth-md-5x16 { min-width: 31.25% !important; }
	.MinWidth-md-6x16 { min-width: 37.5% !important; }
	.MinWidth-md-7x16 { min-width: 43.75% !important; }
	.MinWidth-md-8x16 { min-width: 50% !important; }
	.MinWidth-md-9x16 { min-width: 56.25% !important; }
	.MinWidth-md-10x16 { min-width: 62.5% !important; }
	.MinWidth-md-11x16 { min-width: 68.75% !important; }
	.MinWidth-md-12x16 { min-width: 75% !important; }
	.MinWidth-md-13x16 { min-width: 81.25% !important; }
	.MinWidth-md-14x16 { min-width: 87.5% !important; }
	.MinWidth-md-15x16 { min-width: 93.75% !important; }
	.MinWidth-md-16x16 { min-width: 100% !important; }
	.MinWidth-md-0em { min-width: 0em !important; }
	.MinWidth-md-1em { min-width: 1em !important; }
	.MinWidth-md-2em { min-width: 2em !important; }
	.MinWidth-md-3em { min-width: 3em !important; }
	.MinWidth-md-4em { min-width: 4em !important; }
	.MinWidth-md-5em { min-width: 5em !important; }
	.MinWidth-md-6em { min-width: 6em !important; }
	.MinWidth-md-7em { min-width: 7em !important; }
	.MinWidth-md-8em { min-width: 8em !important; }
	.MinWidth-md-9em { min-width: 9em !important; }
	.MinWidth-md-10em { min-width: 10em !important; }
	.MinWidth-md-11em { min-width: 11em !important; }
	.MinWidth-md-12em { min-width: 12em !important; }
	.MinWidth-md-13em { min-width: 13em !important; }
	.MinWidth-md-14em { min-width: 14em !important; }
	.MinWidth-md-15em { min-width: 15em !important; }
	.MinWidth-md-16em { min-width: 16em !important; }
	.MinWidth-md-17em { min-width: 17em !important; }
	.MinWidth-md-18em { min-width: 18em !important; }
	.MinWidth-md-19em { min-width: 19em !important; }
	.MinWidth-md-20em { min-width: 20em !important; }
	.MinWidth-md-21em { min-width: 21em !important; }
	.MinWidth-md-22em { min-width: 22em !important; }
	.MinWidth-md-23em { min-width: 23em !important; }
	.MinWidth-md-24em { min-width: 24em !important; }
	.MinWidth-md-0x16em { min-width: 0em !important; }
	.MinWidth-md-1x16em { min-width: 0.0625em !important; }
	.MinWidth-md-2x16em { min-width: 0.125em !important; }
	.MinWidth-md-3x16em { min-width: 0.1875em !important; }
	.MinWidth-md-4x16em { min-width: 0.25em !important; }
	.MinWidth-md-5x16em { min-width: 0.3125em !important; }
	.MinWidth-md-6x16em { min-width: 0.375em !important; }
	.MinWidth-md-7x16em { min-width: 0.4375em !important; }
	.MinWidth-md-8x16em { min-width: 0.5em !important; }
	.MinWidth-md-9x16em { min-width: 0.5625em !important; }
	.MinWidth-md-10x16em { min-width: 0.625em !important; }
	.MinWidth-md-11x16em { min-width: 0.6875em !important; }
	.MinWidth-md-12x16em { min-width: 0.75em !important; }
	.MinWidth-md-13x16em { min-width: 0.8125em !important; }
	.MinWidth-md-14x16em { min-width: 0.875em !important; }
	.MinWidth-md-15x16em { min-width: 0.9375em !important; }
	.MinWidth-md-16x16em { min-width: 1em !important; }
	.MinWidth-md-0vw { min-width: 0vw !important; }
	.MinWidth-md-1vw { min-width: 1vw !important; }
	.MinWidth-md-2vw { min-width: 2vw !important; }
	.MinWidth-md-3vw { min-width: 3vw !important; }
	.MinWidth-md-4vw { min-width: 4vw !important; }
	.MinWidth-md-5vw { min-width: 5vw !important; }
	.MinWidth-md-6vw { min-width: 6vw !important; }
	.MinWidth-md-7vw { min-width: 7vw !important; }
	.MinWidth-md-8vw { min-width: 8vw !important; }
	.MinWidth-md-9vw { min-width: 9vw !important; }
	.MinWidth-md-10vw { min-width: 10vw !important; }
	.MinWidth-md-11vw { min-width: 11vw !important; }
	.MinWidth-md-12vw { min-width: 12vw !important; }
	.MinWidth-md-13vw { min-width: 13vw !important; }
	.MinWidth-md-14vw { min-width: 14vw !important; }
	.MinWidth-md-15vw { min-width: 15vw !important; }
	.MinWidth-md-16vw { min-width: 16vw !important; }
	.MinWidth-md-17vw { min-width: 17vw !important; }
	.MinWidth-md-18vw { min-width: 18vw !important; }
	.MinWidth-md-19vw { min-width: 19vw !important; }
	.MinWidth-md-20vw { min-width: 20vw !important; }
	.MinWidth-md-21vw { min-width: 21vw !important; }
	.MinWidth-md-22vw { min-width: 22vw !important; }
	.MinWidth-md-23vw { min-width: 23vw !important; }
	.MinWidth-md-24vw { min-width: 24vw !important; }
	.MinWidth-md-25vw { min-width: 25vw !important; }
	.MinWidth-md-26vw { min-width: 26vw !important; }
	.MinWidth-md-27vw { min-width: 27vw !important; }
	.MinWidth-md-28vw { min-width: 28vw !important; }
	.MinWidth-md-29vw { min-width: 29vw !important; }
	.MinWidth-md-30vw { min-width: 30vw !important; }
	.MinWidth-md-31vw { min-width: 31vw !important; }
	.MinWidth-md-32vw { min-width: 32vw !important; }
	.MinWidth-md-33vw { min-width: 33vw !important; }
	.MinWidth-md-34vw { min-width: 34vw !important; }
	.MinWidth-md-35vw { min-width: 35vw !important; }
	.MinWidth-md-36vw { min-width: 36vw !important; }
	.MinWidth-md-37vw { min-width: 37vw !important; }
	.MinWidth-md-38vw { min-width: 38vw !important; }
	.MinWidth-md-39vw { min-width: 39vw !important; }
	.MinWidth-md-40vw { min-width: 40vw !important; }
	.MinWidth-md-41vw { min-width: 41vw !important; }
	.MinWidth-md-42vw { min-width: 42vw !important; }
	.MinWidth-md-43vw { min-width: 43vw !important; }
	.MinWidth-md-44vw { min-width: 44vw !important; }
	.MinWidth-md-45vw { min-width: 45vw !important; }
	.MinWidth-md-46vw { min-width: 46vw !important; }
	.MinWidth-md-47vw { min-width: 47vw !important; }
	.MinWidth-md-48vw { min-width: 48vw !important; }
	.MinWidth-md-49vw { min-width: 49vw !important; }
	.MinWidth-md-50vw { min-width: 50vw !important; }
	.MinWidth-md-51vw { min-width: 51vw !important; }
	.MinWidth-md-52vw { min-width: 52vw !important; }
	.MinWidth-md-53vw { min-width: 53vw !important; }
	.MinWidth-md-54vw { min-width: 54vw !important; }
	.MinWidth-md-55vw { min-width: 55vw !important; }
	.MinWidth-md-56vw { min-width: 56vw !important; }
	.MinWidth-md-57vw { min-width: 57vw !important; }
	.MinWidth-md-58vw { min-width: 58vw !important; }
	.MinWidth-md-59vw { min-width: 59vw !important; }
	.MinWidth-md-60vw { min-width: 60vw !important; }
	.MinWidth-md-61vw { min-width: 61vw !important; }
	.MinWidth-md-62vw { min-width: 62vw !important; }
	.MinWidth-md-63vw { min-width: 63vw !important; }
	.MinWidth-md-64vw { min-width: 64vw !important; }
	.MinWidth-md-65vw { min-width: 65vw !important; }
	.MinWidth-md-66vw { min-width: 66vw !important; }
	.MinWidth-md-67vw { min-width: 67vw !important; }
	.MinWidth-md-68vw { min-width: 68vw !important; }
	.MinWidth-md-69vw { min-width: 69vw !important; }
	.MinWidth-md-70vw { min-width: 70vw !important; }
	.MinWidth-md-71vw { min-width: 71vw !important; }
	.MinWidth-md-72vw { min-width: 72vw !important; }
	.MinWidth-md-73vw { min-width: 73vw !important; }
	.MinWidth-md-74vw { min-width: 74vw !important; }
	.MinWidth-md-75vw { min-width: 75vw !important; }
	.MinWidth-md-76vw { min-width: 76vw !important; }
	.MinWidth-md-77vw { min-width: 77vw !important; }
	.MinWidth-md-78vw { min-width: 78vw !important; }
	.MinWidth-md-79vw { min-width: 79vw !important; }
	.MinWidth-md-80vw { min-width: 80vw !important; }
	.MinWidth-md-81vw { min-width: 81vw !important; }
	.MinWidth-md-82vw { min-width: 82vw !important; }
	.MinWidth-md-83vw { min-width: 83vw !important; }
	.MinWidth-md-84vw { min-width: 84vw !important; }
	.MinWidth-md-85vw { min-width: 85vw !important; }
	.MinWidth-md-86vw { min-width: 86vw !important; }
	.MinWidth-md-87vw { min-width: 87vw !important; }
	.MinWidth-md-88vw { min-width: 88vw !important; }
	.MinWidth-md-89vw { min-width: 89vw !important; }
	.MinWidth-md-90vw { min-width: 90vw !important; }
	.MinWidth-md-91vw { min-width: 91vw !important; }
	.MinWidth-md-92vw { min-width: 92vw !important; }
	.MinWidth-md-93vw { min-width: 93vw !important; }
	.MinWidth-md-94vw { min-width: 94vw !important; }
	.MinWidth-md-95vw { min-width: 95vw !important; }
	.MinWidth-md-96vw { min-width: 96vw !important; }
	.MinWidth-md-97vw { min-width: 97vw !important; }
	.MinWidth-md-98vw { min-width: 98vw !important; }
	.MinWidth-md-99vw { min-width: 99vw !important; }
	.MinWidth-md-100vw { min-width: 100vw !important; }
	.MinWidth-md-0vh { min-width: 0vh !important; }
	.MinWidth-md-1vh { min-width: 1vh !important; }
	.MinWidth-md-2vh { min-width: 2vh !important; }
	.MinWidth-md-3vh { min-width: 3vh !important; }
	.MinWidth-md-4vh { min-width: 4vh !important; }
	.MinWidth-md-5vh { min-width: 5vh !important; }
	.MinWidth-md-6vh { min-width: 6vh !important; }
	.MinWidth-md-7vh { min-width: 7vh !important; }
	.MinWidth-md-8vh { min-width: 8vh !important; }
	.MinWidth-md-9vh { min-width: 9vh !important; }
	.MinWidth-md-10vh { min-width: 10vh !important; }
	.MinWidth-md-11vh { min-width: 11vh !important; }
	.MinWidth-md-12vh { min-width: 12vh !important; }
	.MinWidth-md-13vh { min-width: 13vh !important; }
	.MinWidth-md-14vh { min-width: 14vh !important; }
	.MinWidth-md-15vh { min-width: 15vh !important; }
	.MinWidth-md-16vh { min-width: 16vh !important; }
	.MinWidth-md-17vh { min-width: 17vh !important; }
	.MinWidth-md-18vh { min-width: 18vh !important; }
	.MinWidth-md-19vh { min-width: 19vh !important; }
	.MinWidth-md-20vh { min-width: 20vh !important; }
	.MinWidth-md-21vh { min-width: 21vh !important; }
	.MinWidth-md-22vh { min-width: 22vh !important; }
	.MinWidth-md-23vh { min-width: 23vh !important; }
	.MinWidth-md-24vh { min-width: 24vh !important; }
	.MinWidth-md-25vh { min-width: 25vh !important; }
	.MinWidth-md-26vh { min-width: 26vh !important; }
	.MinWidth-md-27vh { min-width: 27vh !important; }
	.MinWidth-md-28vh { min-width: 28vh !important; }
	.MinWidth-md-29vh { min-width: 29vh !important; }
	.MinWidth-md-30vh { min-width: 30vh !important; }
	.MinWidth-md-31vh { min-width: 31vh !important; }
	.MinWidth-md-32vh { min-width: 32vh !important; }
	.MinWidth-md-33vh { min-width: 33vh !important; }
	.MinWidth-md-34vh { min-width: 34vh !important; }
	.MinWidth-md-35vh { min-width: 35vh !important; }
	.MinWidth-md-36vh { min-width: 36vh !important; }
	.MinWidth-md-37vh { min-width: 37vh !important; }
	.MinWidth-md-38vh { min-width: 38vh !important; }
	.MinWidth-md-39vh { min-width: 39vh !important; }
	.MinWidth-md-40vh { min-width: 40vh !important; }
	.MinWidth-md-41vh { min-width: 41vh !important; }
	.MinWidth-md-42vh { min-width: 42vh !important; }
	.MinWidth-md-43vh { min-width: 43vh !important; }
	.MinWidth-md-44vh { min-width: 44vh !important; }
	.MinWidth-md-45vh { min-width: 45vh !important; }
	.MinWidth-md-46vh { min-width: 46vh !important; }
	.MinWidth-md-47vh { min-width: 47vh !important; }
	.MinWidth-md-48vh { min-width: 48vh !important; }
	.MinWidth-md-49vh { min-width: 49vh !important; }
	.MinWidth-md-50vh { min-width: 50vh !important; }
	.MinWidth-md-51vh { min-width: 51vh !important; }
	.MinWidth-md-52vh { min-width: 52vh !important; }
	.MinWidth-md-53vh { min-width: 53vh !important; }
	.MinWidth-md-54vh { min-width: 54vh !important; }
	.MinWidth-md-55vh { min-width: 55vh !important; }
	.MinWidth-md-56vh { min-width: 56vh !important; }
	.MinWidth-md-57vh { min-width: 57vh !important; }
	.MinWidth-md-58vh { min-width: 58vh !important; }
	.MinWidth-md-59vh { min-width: 59vh !important; }
	.MinWidth-md-60vh { min-width: 60vh !important; }
	.MinWidth-md-61vh { min-width: 61vh !important; }
	.MinWidth-md-62vh { min-width: 62vh !important; }
	.MinWidth-md-63vh { min-width: 63vh !important; }
	.MinWidth-md-64vh { min-width: 64vh !important; }
	.MinWidth-md-65vh { min-width: 65vh !important; }
	.MinWidth-md-66vh { min-width: 66vh !important; }
	.MinWidth-md-67vh { min-width: 67vh !important; }
	.MinWidth-md-68vh { min-width: 68vh !important; }
	.MinWidth-md-69vh { min-width: 69vh !important; }
	.MinWidth-md-70vh { min-width: 70vh !important; }
	.MinWidth-md-71vh { min-width: 71vh !important; }
	.MinWidth-md-72vh { min-width: 72vh !important; }
	.MinWidth-md-73vh { min-width: 73vh !important; }
	.MinWidth-md-74vh { min-width: 74vh !important; }
	.MinWidth-md-75vh { min-width: 75vh !important; }
	.MinWidth-md-76vh { min-width: 76vh !important; }
	.MinWidth-md-77vh { min-width: 77vh !important; }
	.MinWidth-md-78vh { min-width: 78vh !important; }
	.MinWidth-md-79vh { min-width: 79vh !important; }
	.MinWidth-md-80vh { min-width: 80vh !important; }
	.MinWidth-md-81vh { min-width: 81vh !important; }
	.MinWidth-md-82vh { min-width: 82vh !important; }
	.MinWidth-md-83vh { min-width: 83vh !important; }
	.MinWidth-md-84vh { min-width: 84vh !important; }
	.MinWidth-md-85vh { min-width: 85vh !important; }
	.MinWidth-md-86vh { min-width: 86vh !important; }
	.MinWidth-md-87vh { min-width: 87vh !important; }
	.MinWidth-md-88vh { min-width: 88vh !important; }
	.MinWidth-md-89vh { min-width: 89vh !important; }
	.MinWidth-md-90vh { min-width: 90vh !important; }
	.MinWidth-md-91vh { min-width: 91vh !important; }
	.MinWidth-md-92vh { min-width: 92vh !important; }
	.MinWidth-md-93vh { min-width: 93vh !important; }
	.MinWidth-md-94vh { min-width: 94vh !important; }
	.MinWidth-md-95vh { min-width: 95vh !important; }
	.MinWidth-md-96vh { min-width: 96vh !important; }
	.MinWidth-md-97vh { min-width: 97vh !important; }
	.MinWidth-md-98vh { min-width: 98vh !important; }
	.MinWidth-md-99vh { min-width: 99vh !important; }
	.MinWidth-md-100vh { min-width: 100vh !important; }
	.MinWidth-md-0vmin { min-width: 0vmin !important; }
	.MinWidth-md-1vmin { min-width: 1vmin !important; }
	.MinWidth-md-2vmin { min-width: 2vmin !important; }
	.MinWidth-md-3vmin { min-width: 3vmin !important; }
	.MinWidth-md-4vmin { min-width: 4vmin !important; }
	.MinWidth-md-5vmin { min-width: 5vmin !important; }
	.MinWidth-md-6vmin { min-width: 6vmin !important; }
	.MinWidth-md-7vmin { min-width: 7vmin !important; }
	.MinWidth-md-8vmin { min-width: 8vmin !important; }
	.MinWidth-md-9vmin { min-width: 9vmin !important; }
	.MinWidth-md-10vmin { min-width: 10vmin !important; }
	.MinWidth-md-11vmin { min-width: 11vmin !important; }
	.MinWidth-md-12vmin { min-width: 12vmin !important; }
	.MinWidth-md-13vmin { min-width: 13vmin !important; }
	.MinWidth-md-14vmin { min-width: 14vmin !important; }
	.MinWidth-md-15vmin { min-width: 15vmin !important; }
	.MinWidth-md-16vmin { min-width: 16vmin !important; }
	.MinWidth-md-17vmin { min-width: 17vmin !important; }
	.MinWidth-md-18vmin { min-width: 18vmin !important; }
	.MinWidth-md-19vmin { min-width: 19vmin !important; }
	.MinWidth-md-20vmin { min-width: 20vmin !important; }
	.MinWidth-md-21vmin { min-width: 21vmin !important; }
	.MinWidth-md-22vmin { min-width: 22vmin !important; }
	.MinWidth-md-23vmin { min-width: 23vmin !important; }
	.MinWidth-md-24vmin { min-width: 24vmin !important; }
	.MinWidth-md-25vmin { min-width: 25vmin !important; }
	.MinWidth-md-26vmin { min-width: 26vmin !important; }
	.MinWidth-md-27vmin { min-width: 27vmin !important; }
	.MinWidth-md-28vmin { min-width: 28vmin !important; }
	.MinWidth-md-29vmin { min-width: 29vmin !important; }
	.MinWidth-md-30vmin { min-width: 30vmin !important; }
	.MinWidth-md-31vmin { min-width: 31vmin !important; }
	.MinWidth-md-32vmin { min-width: 32vmin !important; }
	.MinWidth-md-33vmin { min-width: 33vmin !important; }
	.MinWidth-md-34vmin { min-width: 34vmin !important; }
	.MinWidth-md-35vmin { min-width: 35vmin !important; }
	.MinWidth-md-36vmin { min-width: 36vmin !important; }
	.MinWidth-md-37vmin { min-width: 37vmin !important; }
	.MinWidth-md-38vmin { min-width: 38vmin !important; }
	.MinWidth-md-39vmin { min-width: 39vmin !important; }
	.MinWidth-md-40vmin { min-width: 40vmin !important; }
	.MinWidth-md-41vmin { min-width: 41vmin !important; }
	.MinWidth-md-42vmin { min-width: 42vmin !important; }
	.MinWidth-md-43vmin { min-width: 43vmin !important; }
	.MinWidth-md-44vmin { min-width: 44vmin !important; }
	.MinWidth-md-45vmin { min-width: 45vmin !important; }
	.MinWidth-md-46vmin { min-width: 46vmin !important; }
	.MinWidth-md-47vmin { min-width: 47vmin !important; }
	.MinWidth-md-48vmin { min-width: 48vmin !important; }
	.MinWidth-md-49vmin { min-width: 49vmin !important; }
	.MinWidth-md-50vmin { min-width: 50vmin !important; }
	.MinWidth-md-51vmin { min-width: 51vmin !important; }
	.MinWidth-md-52vmin { min-width: 52vmin !important; }
	.MinWidth-md-53vmin { min-width: 53vmin !important; }
	.MinWidth-md-54vmin { min-width: 54vmin !important; }
	.MinWidth-md-55vmin { min-width: 55vmin !important; }
	.MinWidth-md-56vmin { min-width: 56vmin !important; }
	.MinWidth-md-57vmin { min-width: 57vmin !important; }
	.MinWidth-md-58vmin { min-width: 58vmin !important; }
	.MinWidth-md-59vmin { min-width: 59vmin !important; }
	.MinWidth-md-60vmin { min-width: 60vmin !important; }
	.MinWidth-md-61vmin { min-width: 61vmin !important; }
	.MinWidth-md-62vmin { min-width: 62vmin !important; }
	.MinWidth-md-63vmin { min-width: 63vmin !important; }
	.MinWidth-md-64vmin { min-width: 64vmin !important; }
	.MinWidth-md-65vmin { min-width: 65vmin !important; }
	.MinWidth-md-66vmin { min-width: 66vmin !important; }
	.MinWidth-md-67vmin { min-width: 67vmin !important; }
	.MinWidth-md-68vmin { min-width: 68vmin !important; }
	.MinWidth-md-69vmin { min-width: 69vmin !important; }
	.MinWidth-md-70vmin { min-width: 70vmin !important; }
	.MinWidth-md-71vmin { min-width: 71vmin !important; }
	.MinWidth-md-72vmin { min-width: 72vmin !important; }
	.MinWidth-md-73vmin { min-width: 73vmin !important; }
	.MinWidth-md-74vmin { min-width: 74vmin !important; }
	.MinWidth-md-75vmin { min-width: 75vmin !important; }
	.MinWidth-md-76vmin { min-width: 76vmin !important; }
	.MinWidth-md-77vmin { min-width: 77vmin !important; }
	.MinWidth-md-78vmin { min-width: 78vmin !important; }
	.MinWidth-md-79vmin { min-width: 79vmin !important; }
	.MinWidth-md-80vmin { min-width: 80vmin !important; }
	.MinWidth-md-81vmin { min-width: 81vmin !important; }
	.MinWidth-md-82vmin { min-width: 82vmin !important; }
	.MinWidth-md-83vmin { min-width: 83vmin !important; }
	.MinWidth-md-84vmin { min-width: 84vmin !important; }
	.MinWidth-md-85vmin { min-width: 85vmin !important; }
	.MinWidth-md-86vmin { min-width: 86vmin !important; }
	.MinWidth-md-87vmin { min-width: 87vmin !important; }
	.MinWidth-md-88vmin { min-width: 88vmin !important; }
	.MinWidth-md-89vmin { min-width: 89vmin !important; }
	.MinWidth-md-90vmin { min-width: 90vmin !important; }
	.MinWidth-md-91vmin { min-width: 91vmin !important; }
	.MinWidth-md-92vmin { min-width: 92vmin !important; }
	.MinWidth-md-93vmin { min-width: 93vmin !important; }
	.MinWidth-md-94vmin { min-width: 94vmin !important; }
	.MinWidth-md-95vmin { min-width: 95vmin !important; }
	.MinWidth-md-96vmin { min-width: 96vmin !important; }
	.MinWidth-md-97vmin { min-width: 97vmin !important; }
	.MinWidth-md-98vmin { min-width: 98vmin !important; }
	.MinWidth-md-99vmin { min-width: 99vmin !important; }
	.MinWidth-md-100vmin { min-width: 100vmin !important; }
	.MinWidth-md-0vmax { min-width: 0vmax !important; }
	.MinWidth-md-1vmax { min-width: 1vmax !important; }
	.MinWidth-md-2vmax { min-width: 2vmax !important; }
	.MinWidth-md-3vmax { min-width: 3vmax !important; }
	.MinWidth-md-4vmax { min-width: 4vmax !important; }
	.MinWidth-md-5vmax { min-width: 5vmax !important; }
	.MinWidth-md-6vmax { min-width: 6vmax !important; }
	.MinWidth-md-7vmax { min-width: 7vmax !important; }
	.MinWidth-md-8vmax { min-width: 8vmax !important; }
	.MinWidth-md-9vmax { min-width: 9vmax !important; }
	.MinWidth-md-10vmax { min-width: 10vmax !important; }
	.MinWidth-md-11vmax { min-width: 11vmax !important; }
	.MinWidth-md-12vmax { min-width: 12vmax !important; }
	.MinWidth-md-13vmax { min-width: 13vmax !important; }
	.MinWidth-md-14vmax { min-width: 14vmax !important; }
	.MinWidth-md-15vmax { min-width: 15vmax !important; }
	.MinWidth-md-16vmax { min-width: 16vmax !important; }
	.MinWidth-md-17vmax { min-width: 17vmax !important; }
	.MinWidth-md-18vmax { min-width: 18vmax !important; }
	.MinWidth-md-19vmax { min-width: 19vmax !important; }
	.MinWidth-md-20vmax { min-width: 20vmax !important; }
	.MinWidth-md-21vmax { min-width: 21vmax !important; }
	.MinWidth-md-22vmax { min-width: 22vmax !important; }
	.MinWidth-md-23vmax { min-width: 23vmax !important; }
	.MinWidth-md-24vmax { min-width: 24vmax !important; }
	.MinWidth-md-25vmax { min-width: 25vmax !important; }
	.MinWidth-md-26vmax { min-width: 26vmax !important; }
	.MinWidth-md-27vmax { min-width: 27vmax !important; }
	.MinWidth-md-28vmax { min-width: 28vmax !important; }
	.MinWidth-md-29vmax { min-width: 29vmax !important; }
	.MinWidth-md-30vmax { min-width: 30vmax !important; }
	.MinWidth-md-31vmax { min-width: 31vmax !important; }
	.MinWidth-md-32vmax { min-width: 32vmax !important; }
	.MinWidth-md-33vmax { min-width: 33vmax !important; }
	.MinWidth-md-34vmax { min-width: 34vmax !important; }
	.MinWidth-md-35vmax { min-width: 35vmax !important; }
	.MinWidth-md-36vmax { min-width: 36vmax !important; }
	.MinWidth-md-37vmax { min-width: 37vmax !important; }
	.MinWidth-md-38vmax { min-width: 38vmax !important; }
	.MinWidth-md-39vmax { min-width: 39vmax !important; }
	.MinWidth-md-40vmax { min-width: 40vmax !important; }
	.MinWidth-md-41vmax { min-width: 41vmax !important; }
	.MinWidth-md-42vmax { min-width: 42vmax !important; }
	.MinWidth-md-43vmax { min-width: 43vmax !important; }
	.MinWidth-md-44vmax { min-width: 44vmax !important; }
	.MinWidth-md-45vmax { min-width: 45vmax !important; }
	.MinWidth-md-46vmax { min-width: 46vmax !important; }
	.MinWidth-md-47vmax { min-width: 47vmax !important; }
	.MinWidth-md-48vmax { min-width: 48vmax !important; }
	.MinWidth-md-49vmax { min-width: 49vmax !important; }
	.MinWidth-md-50vmax { min-width: 50vmax !important; }
	.MinWidth-md-51vmax { min-width: 51vmax !important; }
	.MinWidth-md-52vmax { min-width: 52vmax !important; }
	.MinWidth-md-53vmax { min-width: 53vmax !important; }
	.MinWidth-md-54vmax { min-width: 54vmax !important; }
	.MinWidth-md-55vmax { min-width: 55vmax !important; }
	.MinWidth-md-56vmax { min-width: 56vmax !important; }
	.MinWidth-md-57vmax { min-width: 57vmax !important; }
	.MinWidth-md-58vmax { min-width: 58vmax !important; }
	.MinWidth-md-59vmax { min-width: 59vmax !important; }
	.MinWidth-md-60vmax { min-width: 60vmax !important; }
	.MinWidth-md-61vmax { min-width: 61vmax !important; }
	.MinWidth-md-62vmax { min-width: 62vmax !important; }
	.MinWidth-md-63vmax { min-width: 63vmax !important; }
	.MinWidth-md-64vmax { min-width: 64vmax !important; }
	.MinWidth-md-65vmax { min-width: 65vmax !important; }
	.MinWidth-md-66vmax { min-width: 66vmax !important; }
	.MinWidth-md-67vmax { min-width: 67vmax !important; }
	.MinWidth-md-68vmax { min-width: 68vmax !important; }
	.MinWidth-md-69vmax { min-width: 69vmax !important; }
	.MinWidth-md-70vmax { min-width: 70vmax !important; }
	.MinWidth-md-71vmax { min-width: 71vmax !important; }
	.MinWidth-md-72vmax { min-width: 72vmax !important; }
	.MinWidth-md-73vmax { min-width: 73vmax !important; }
	.MinWidth-md-74vmax { min-width: 74vmax !important; }
	.MinWidth-md-75vmax { min-width: 75vmax !important; }
	.MinWidth-md-76vmax { min-width: 76vmax !important; }
	.MinWidth-md-77vmax { min-width: 77vmax !important; }
	.MinWidth-md-78vmax { min-width: 78vmax !important; }
	.MinWidth-md-79vmax { min-width: 79vmax !important; }
	.MinWidth-md-80vmax { min-width: 80vmax !important; }
	.MinWidth-md-81vmax { min-width: 81vmax !important; }
	.MinWidth-md-82vmax { min-width: 82vmax !important; }
	.MinWidth-md-83vmax { min-width: 83vmax !important; }
	.MinWidth-md-84vmax { min-width: 84vmax !important; }
	.MinWidth-md-85vmax { min-width: 85vmax !important; }
	.MinWidth-md-86vmax { min-width: 86vmax !important; }
	.MinWidth-md-87vmax { min-width: 87vmax !important; }
	.MinWidth-md-88vmax { min-width: 88vmax !important; }
	.MinWidth-md-89vmax { min-width: 89vmax !important; }
	.MinWidth-md-90vmax { min-width: 90vmax !important; }
	.MinWidth-md-91vmax { min-width: 91vmax !important; }
	.MinWidth-md-92vmax { min-width: 92vmax !important; }
	.MinWidth-md-93vmax { min-width: 93vmax !important; }
	.MinWidth-md-94vmax { min-width: 94vmax !important; }
	.MinWidth-md-95vmax { min-width: 95vmax !important; }
	.MinWidth-md-96vmax { min-width: 96vmax !important; }
	.MinWidth-md-97vmax { min-width: 97vmax !important; }
	.MinWidth-md-98vmax { min-width: 98vmax !important; }
	.MinWidth-md-99vmax { min-width: 99vmax !important; }
	.MinWidth-md-100vmax { min-width: 100vmax !important; }
	.MaxWidth-md-0x10 { max-width: 0% !important; }
	.MaxWidth-md-1x10 { max-width: 10% !important; }
	.MaxWidth-md-2x10 { max-width: 20% !important; }
	.MaxWidth-md-3x10 { max-width: 30% !important; }
	.MaxWidth-md-4x10 { max-width: 40% !important; }
	.MaxWidth-md-5x10 { max-width: 50% !important; }
	.MaxWidth-md-6x10 { max-width: 60% !important; }
	.MaxWidth-md-7x10 { max-width: 70% !important; }
	.MaxWidth-md-8x10 { max-width: 80% !important; }
	.MaxWidth-md-9x10 { max-width: 90% !important; }
	.MaxWidth-md-10x10 { max-width: 100% !important; }
	.MaxWidth-md-0x12 { max-width: 0% !important; }
	.MaxWidth-md-1x12 { max-width: 8.3333333333333% !important; }
	.MaxWidth-md-2x12 { max-width: 16.666666666667% !important; }
	.MaxWidth-md-3x12 { max-width: 25% !important; }
	.MaxWidth-md-4x12 { max-width: 33.333333333333% !important; }
	.MaxWidth-md-5x12 { max-width: 41.666666666667% !important; }
	.MaxWidth-md-6x12 { max-width: 50% !important; }
	.MaxWidth-md-7x12 { max-width: 58.333333333333% !important; }
	.MaxWidth-md-8x12 { max-width: 66.666666666667% !important; }
	.MaxWidth-md-9x12 { max-width: 75% !important; }
	.MaxWidth-md-10x12 { max-width: 83.333333333333% !important; }
	.MaxWidth-md-11x12 { max-width: 91.666666666667% !important; }
	.MaxWidth-md-12x12 { max-width: 100% !important; }
	.MaxWidth-md-0x16 { max-width: 0% !important; }
	.MaxWidth-md-1x16 { max-width: 6.25% !important; }
	.MaxWidth-md-2x16 { max-width: 12.5% !important; }
	.MaxWidth-md-3x16 { max-width: 18.75% !important; }
	.MaxWidth-md-4x16 { max-width: 25% !important; }
	.MaxWidth-md-5x16 { max-width: 31.25% !important; }
	.MaxWidth-md-6x16 { max-width: 37.5% !important; }
	.MaxWidth-md-7x16 { max-width: 43.75% !important; }
	.MaxWidth-md-8x16 { max-width: 50% !important; }
	.MaxWidth-md-9x16 { max-width: 56.25% !important; }
	.MaxWidth-md-10x16 { max-width: 62.5% !important; }
	.MaxWidth-md-11x16 { max-width: 68.75% !important; }
	.MaxWidth-md-12x16 { max-width: 75% !important; }
	.MaxWidth-md-13x16 { max-width: 81.25% !important; }
	.MaxWidth-md-14x16 { max-width: 87.5% !important; }
	.MaxWidth-md-15x16 { max-width: 93.75% !important; }
	.MaxWidth-md-16x16 { max-width: 100% !important; }
	.MaxWidth-md-0em { max-width: 0em !important; }
	.MaxWidth-md-1em { max-width: 1em !important; }
	.MaxWidth-md-2em { max-width: 2em !important; }
	.MaxWidth-md-3em { max-width: 3em !important; }
	.MaxWidth-md-4em { max-width: 4em !important; }
	.MaxWidth-md-5em { max-width: 5em !important; }
	.MaxWidth-md-6em { max-width: 6em !important; }
	.MaxWidth-md-7em { max-width: 7em !important; }
	.MaxWidth-md-8em { max-width: 8em !important; }
	.MaxWidth-md-9em { max-width: 9em !important; }
	.MaxWidth-md-10em { max-width: 10em !important; }
	.MaxWidth-md-11em { max-width: 11em !important; }
	.MaxWidth-md-12em { max-width: 12em !important; }
	.MaxWidth-md-13em { max-width: 13em !important; }
	.MaxWidth-md-14em { max-width: 14em !important; }
	.MaxWidth-md-15em { max-width: 15em !important; }
	.MaxWidth-md-16em { max-width: 16em !important; }
	.MaxWidth-md-17em { max-width: 17em !important; }
	.MaxWidth-md-18em { max-width: 18em !important; }
	.MaxWidth-md-19em { max-width: 19em !important; }
	.MaxWidth-md-20em { max-width: 20em !important; }
	.MaxWidth-md-21em { max-width: 21em !important; }
	.MaxWidth-md-22em { max-width: 22em !important; }
	.MaxWidth-md-23em { max-width: 23em !important; }
	.MaxWidth-md-24em { max-width: 24em !important; }
	.MaxWidth-md-0x16em { max-width: 0em !important; }
	.MaxWidth-md-1x16em { max-width: 0.0625em !important; }
	.MaxWidth-md-2x16em { max-width: 0.125em !important; }
	.MaxWidth-md-3x16em { max-width: 0.1875em !important; }
	.MaxWidth-md-4x16em { max-width: 0.25em !important; }
	.MaxWidth-md-5x16em { max-width: 0.3125em !important; }
	.MaxWidth-md-6x16em { max-width: 0.375em !important; }
	.MaxWidth-md-7x16em { max-width: 0.4375em !important; }
	.MaxWidth-md-8x16em { max-width: 0.5em !important; }
	.MaxWidth-md-9x16em { max-width: 0.5625em !important; }
	.MaxWidth-md-10x16em { max-width: 0.625em !important; }
	.MaxWidth-md-11x16em { max-width: 0.6875em !important; }
	.MaxWidth-md-12x16em { max-width: 0.75em !important; }
	.MaxWidth-md-13x16em { max-width: 0.8125em !important; }
	.MaxWidth-md-14x16em { max-width: 0.875em !important; }
	.MaxWidth-md-15x16em { max-width: 0.9375em !important; }
	.MaxWidth-md-16x16em { max-width: 1em !important; }
	.MaxWidth-md-0vw { max-width: 0vw !important; }
	.MaxWidth-md-1vw { max-width: 1vw !important; }
	.MaxWidth-md-2vw { max-width: 2vw !important; }
	.MaxWidth-md-3vw { max-width: 3vw !important; }
	.MaxWidth-md-4vw { max-width: 4vw !important; }
	.MaxWidth-md-5vw { max-width: 5vw !important; }
	.MaxWidth-md-6vw { max-width: 6vw !important; }
	.MaxWidth-md-7vw { max-width: 7vw !important; }
	.MaxWidth-md-8vw { max-width: 8vw !important; }
	.MaxWidth-md-9vw { max-width: 9vw !important; }
	.MaxWidth-md-10vw { max-width: 10vw !important; }
	.MaxWidth-md-11vw { max-width: 11vw !important; }
	.MaxWidth-md-12vw { max-width: 12vw !important; }
	.MaxWidth-md-13vw { max-width: 13vw !important; }
	.MaxWidth-md-14vw { max-width: 14vw !important; }
	.MaxWidth-md-15vw { max-width: 15vw !important; }
	.MaxWidth-md-16vw { max-width: 16vw !important; }
	.MaxWidth-md-17vw { max-width: 17vw !important; }
	.MaxWidth-md-18vw { max-width: 18vw !important; }
	.MaxWidth-md-19vw { max-width: 19vw !important; }
	.MaxWidth-md-20vw { max-width: 20vw !important; }
	.MaxWidth-md-21vw { max-width: 21vw !important; }
	.MaxWidth-md-22vw { max-width: 22vw !important; }
	.MaxWidth-md-23vw { max-width: 23vw !important; }
	.MaxWidth-md-24vw { max-width: 24vw !important; }
	.MaxWidth-md-25vw { max-width: 25vw !important; }
	.MaxWidth-md-26vw { max-width: 26vw !important; }
	.MaxWidth-md-27vw { max-width: 27vw !important; }
	.MaxWidth-md-28vw { max-width: 28vw !important; }
	.MaxWidth-md-29vw { max-width: 29vw !important; }
	.MaxWidth-md-30vw { max-width: 30vw !important; }
	.MaxWidth-md-31vw { max-width: 31vw !important; }
	.MaxWidth-md-32vw { max-width: 32vw !important; }
	.MaxWidth-md-33vw { max-width: 33vw !important; }
	.MaxWidth-md-34vw { max-width: 34vw !important; }
	.MaxWidth-md-35vw { max-width: 35vw !important; }
	.MaxWidth-md-36vw { max-width: 36vw !important; }
	.MaxWidth-md-37vw { max-width: 37vw !important; }
	.MaxWidth-md-38vw { max-width: 38vw !important; }
	.MaxWidth-md-39vw { max-width: 39vw !important; }
	.MaxWidth-md-40vw { max-width: 40vw !important; }
	.MaxWidth-md-41vw { max-width: 41vw !important; }
	.MaxWidth-md-42vw { max-width: 42vw !important; }
	.MaxWidth-md-43vw { max-width: 43vw !important; }
	.MaxWidth-md-44vw { max-width: 44vw !important; }
	.MaxWidth-md-45vw { max-width: 45vw !important; }
	.MaxWidth-md-46vw { max-width: 46vw !important; }
	.MaxWidth-md-47vw { max-width: 47vw !important; }
	.MaxWidth-md-48vw { max-width: 48vw !important; }
	.MaxWidth-md-49vw { max-width: 49vw !important; }
	.MaxWidth-md-50vw { max-width: 50vw !important; }
	.MaxWidth-md-51vw { max-width: 51vw !important; }
	.MaxWidth-md-52vw { max-width: 52vw !important; }
	.MaxWidth-md-53vw { max-width: 53vw !important; }
	.MaxWidth-md-54vw { max-width: 54vw !important; }
	.MaxWidth-md-55vw { max-width: 55vw !important; }
	.MaxWidth-md-56vw { max-width: 56vw !important; }
	.MaxWidth-md-57vw { max-width: 57vw !important; }
	.MaxWidth-md-58vw { max-width: 58vw !important; }
	.MaxWidth-md-59vw { max-width: 59vw !important; }
	.MaxWidth-md-60vw { max-width: 60vw !important; }
	.MaxWidth-md-61vw { max-width: 61vw !important; }
	.MaxWidth-md-62vw { max-width: 62vw !important; }
	.MaxWidth-md-63vw { max-width: 63vw !important; }
	.MaxWidth-md-64vw { max-width: 64vw !important; }
	.MaxWidth-md-65vw { max-width: 65vw !important; }
	.MaxWidth-md-66vw { max-width: 66vw !important; }
	.MaxWidth-md-67vw { max-width: 67vw !important; }
	.MaxWidth-md-68vw { max-width: 68vw !important; }
	.MaxWidth-md-69vw { max-width: 69vw !important; }
	.MaxWidth-md-70vw { max-width: 70vw !important; }
	.MaxWidth-md-71vw { max-width: 71vw !important; }
	.MaxWidth-md-72vw { max-width: 72vw !important; }
	.MaxWidth-md-73vw { max-width: 73vw !important; }
	.MaxWidth-md-74vw { max-width: 74vw !important; }
	.MaxWidth-md-75vw { max-width: 75vw !important; }
	.MaxWidth-md-76vw { max-width: 76vw !important; }
	.MaxWidth-md-77vw { max-width: 77vw !important; }
	.MaxWidth-md-78vw { max-width: 78vw !important; }
	.MaxWidth-md-79vw { max-width: 79vw !important; }
	.MaxWidth-md-80vw { max-width: 80vw !important; }
	.MaxWidth-md-81vw { max-width: 81vw !important; }
	.MaxWidth-md-82vw { max-width: 82vw !important; }
	.MaxWidth-md-83vw { max-width: 83vw !important; }
	.MaxWidth-md-84vw { max-width: 84vw !important; }
	.MaxWidth-md-85vw { max-width: 85vw !important; }
	.MaxWidth-md-86vw { max-width: 86vw !important; }
	.MaxWidth-md-87vw { max-width: 87vw !important; }
	.MaxWidth-md-88vw { max-width: 88vw !important; }
	.MaxWidth-md-89vw { max-width: 89vw !important; }
	.MaxWidth-md-90vw { max-width: 90vw !important; }
	.MaxWidth-md-91vw { max-width: 91vw !important; }
	.MaxWidth-md-92vw { max-width: 92vw !important; }
	.MaxWidth-md-93vw { max-width: 93vw !important; }
	.MaxWidth-md-94vw { max-width: 94vw !important; }
	.MaxWidth-md-95vw { max-width: 95vw !important; }
	.MaxWidth-md-96vw { max-width: 96vw !important; }
	.MaxWidth-md-97vw { max-width: 97vw !important; }
	.MaxWidth-md-98vw { max-width: 98vw !important; }
	.MaxWidth-md-99vw { max-width: 99vw !important; }
	.MaxWidth-md-100vw { max-width: 100vw !important; }
	.MaxWidth-md-0vh { max-width: 0vh !important; }
	.MaxWidth-md-1vh { max-width: 1vh !important; }
	.MaxWidth-md-2vh { max-width: 2vh !important; }
	.MaxWidth-md-3vh { max-width: 3vh !important; }
	.MaxWidth-md-4vh { max-width: 4vh !important; }
	.MaxWidth-md-5vh { max-width: 5vh !important; }
	.MaxWidth-md-6vh { max-width: 6vh !important; }
	.MaxWidth-md-7vh { max-width: 7vh !important; }
	.MaxWidth-md-8vh { max-width: 8vh !important; }
	.MaxWidth-md-9vh { max-width: 9vh !important; }
	.MaxWidth-md-10vh { max-width: 10vh !important; }
	.MaxWidth-md-11vh { max-width: 11vh !important; }
	.MaxWidth-md-12vh { max-width: 12vh !important; }
	.MaxWidth-md-13vh { max-width: 13vh !important; }
	.MaxWidth-md-14vh { max-width: 14vh !important; }
	.MaxWidth-md-15vh { max-width: 15vh !important; }
	.MaxWidth-md-16vh { max-width: 16vh !important; }
	.MaxWidth-md-17vh { max-width: 17vh !important; }
	.MaxWidth-md-18vh { max-width: 18vh !important; }
	.MaxWidth-md-19vh { max-width: 19vh !important; }
	.MaxWidth-md-20vh { max-width: 20vh !important; }
	.MaxWidth-md-21vh { max-width: 21vh !important; }
	.MaxWidth-md-22vh { max-width: 22vh !important; }
	.MaxWidth-md-23vh { max-width: 23vh !important; }
	.MaxWidth-md-24vh { max-width: 24vh !important; }
	.MaxWidth-md-25vh { max-width: 25vh !important; }
	.MaxWidth-md-26vh { max-width: 26vh !important; }
	.MaxWidth-md-27vh { max-width: 27vh !important; }
	.MaxWidth-md-28vh { max-width: 28vh !important; }
	.MaxWidth-md-29vh { max-width: 29vh !important; }
	.MaxWidth-md-30vh { max-width: 30vh !important; }
	.MaxWidth-md-31vh { max-width: 31vh !important; }
	.MaxWidth-md-32vh { max-width: 32vh !important; }
	.MaxWidth-md-33vh { max-width: 33vh !important; }
	.MaxWidth-md-34vh { max-width: 34vh !important; }
	.MaxWidth-md-35vh { max-width: 35vh !important; }
	.MaxWidth-md-36vh { max-width: 36vh !important; }
	.MaxWidth-md-37vh { max-width: 37vh !important; }
	.MaxWidth-md-38vh { max-width: 38vh !important; }
	.MaxWidth-md-39vh { max-width: 39vh !important; }
	.MaxWidth-md-40vh { max-width: 40vh !important; }
	.MaxWidth-md-41vh { max-width: 41vh !important; }
	.MaxWidth-md-42vh { max-width: 42vh !important; }
	.MaxWidth-md-43vh { max-width: 43vh !important; }
	.MaxWidth-md-44vh { max-width: 44vh !important; }
	.MaxWidth-md-45vh { max-width: 45vh !important; }
	.MaxWidth-md-46vh { max-width: 46vh !important; }
	.MaxWidth-md-47vh { max-width: 47vh !important; }
	.MaxWidth-md-48vh { max-width: 48vh !important; }
	.MaxWidth-md-49vh { max-width: 49vh !important; }
	.MaxWidth-md-50vh { max-width: 50vh !important; }
	.MaxWidth-md-51vh { max-width: 51vh !important; }
	.MaxWidth-md-52vh { max-width: 52vh !important; }
	.MaxWidth-md-53vh { max-width: 53vh !important; }
	.MaxWidth-md-54vh { max-width: 54vh !important; }
	.MaxWidth-md-55vh { max-width: 55vh !important; }
	.MaxWidth-md-56vh { max-width: 56vh !important; }
	.MaxWidth-md-57vh { max-width: 57vh !important; }
	.MaxWidth-md-58vh { max-width: 58vh !important; }
	.MaxWidth-md-59vh { max-width: 59vh !important; }
	.MaxWidth-md-60vh { max-width: 60vh !important; }
	.MaxWidth-md-61vh { max-width: 61vh !important; }
	.MaxWidth-md-62vh { max-width: 62vh !important; }
	.MaxWidth-md-63vh { max-width: 63vh !important; }
	.MaxWidth-md-64vh { max-width: 64vh !important; }
	.MaxWidth-md-65vh { max-width: 65vh !important; }
	.MaxWidth-md-66vh { max-width: 66vh !important; }
	.MaxWidth-md-67vh { max-width: 67vh !important; }
	.MaxWidth-md-68vh { max-width: 68vh !important; }
	.MaxWidth-md-69vh { max-width: 69vh !important; }
	.MaxWidth-md-70vh { max-width: 70vh !important; }
	.MaxWidth-md-71vh { max-width: 71vh !important; }
	.MaxWidth-md-72vh { max-width: 72vh !important; }
	.MaxWidth-md-73vh { max-width: 73vh !important; }
	.MaxWidth-md-74vh { max-width: 74vh !important; }
	.MaxWidth-md-75vh { max-width: 75vh !important; }
	.MaxWidth-md-76vh { max-width: 76vh !important; }
	.MaxWidth-md-77vh { max-width: 77vh !important; }
	.MaxWidth-md-78vh { max-width: 78vh !important; }
	.MaxWidth-md-79vh { max-width: 79vh !important; }
	.MaxWidth-md-80vh { max-width: 80vh !important; }
	.MaxWidth-md-81vh { max-width: 81vh !important; }
	.MaxWidth-md-82vh { max-width: 82vh !important; }
	.MaxWidth-md-83vh { max-width: 83vh !important; }
	.MaxWidth-md-84vh { max-width: 84vh !important; }
	.MaxWidth-md-85vh { max-width: 85vh !important; }
	.MaxWidth-md-86vh { max-width: 86vh !important; }
	.MaxWidth-md-87vh { max-width: 87vh !important; }
	.MaxWidth-md-88vh { max-width: 88vh !important; }
	.MaxWidth-md-89vh { max-width: 89vh !important; }
	.MaxWidth-md-90vh { max-width: 90vh !important; }
	.MaxWidth-md-91vh { max-width: 91vh !important; }
	.MaxWidth-md-92vh { max-width: 92vh !important; }
	.MaxWidth-md-93vh { max-width: 93vh !important; }
	.MaxWidth-md-94vh { max-width: 94vh !important; }
	.MaxWidth-md-95vh { max-width: 95vh !important; }
	.MaxWidth-md-96vh { max-width: 96vh !important; }
	.MaxWidth-md-97vh { max-width: 97vh !important; }
	.MaxWidth-md-98vh { max-width: 98vh !important; }
	.MaxWidth-md-99vh { max-width: 99vh !important; }
	.MaxWidth-md-100vh { max-width: 100vh !important; }
	.MaxWidth-md-0vmin { max-width: 0vmin !important; }
	.MaxWidth-md-1vmin { max-width: 1vmin !important; }
	.MaxWidth-md-2vmin { max-width: 2vmin !important; }
	.MaxWidth-md-3vmin { max-width: 3vmin !important; }
	.MaxWidth-md-4vmin { max-width: 4vmin !important; }
	.MaxWidth-md-5vmin { max-width: 5vmin !important; }
	.MaxWidth-md-6vmin { max-width: 6vmin !important; }
	.MaxWidth-md-7vmin { max-width: 7vmin !important; }
	.MaxWidth-md-8vmin { max-width: 8vmin !important; }
	.MaxWidth-md-9vmin { max-width: 9vmin !important; }
	.MaxWidth-md-10vmin { max-width: 10vmin !important; }
	.MaxWidth-md-11vmin { max-width: 11vmin !important; }
	.MaxWidth-md-12vmin { max-width: 12vmin !important; }
	.MaxWidth-md-13vmin { max-width: 13vmin !important; }
	.MaxWidth-md-14vmin { max-width: 14vmin !important; }
	.MaxWidth-md-15vmin { max-width: 15vmin !important; }
	.MaxWidth-md-16vmin { max-width: 16vmin !important; }
	.MaxWidth-md-17vmin { max-width: 17vmin !important; }
	.MaxWidth-md-18vmin { max-width: 18vmin !important; }
	.MaxWidth-md-19vmin { max-width: 19vmin !important; }
	.MaxWidth-md-20vmin { max-width: 20vmin !important; }
	.MaxWidth-md-21vmin { max-width: 21vmin !important; }
	.MaxWidth-md-22vmin { max-width: 22vmin !important; }
	.MaxWidth-md-23vmin { max-width: 23vmin !important; }
	.MaxWidth-md-24vmin { max-width: 24vmin !important; }
	.MaxWidth-md-25vmin { max-width: 25vmin !important; }
	.MaxWidth-md-26vmin { max-width: 26vmin !important; }
	.MaxWidth-md-27vmin { max-width: 27vmin !important; }
	.MaxWidth-md-28vmin { max-width: 28vmin !important; }
	.MaxWidth-md-29vmin { max-width: 29vmin !important; }
	.MaxWidth-md-30vmin { max-width: 30vmin !important; }
	.MaxWidth-md-31vmin { max-width: 31vmin !important; }
	.MaxWidth-md-32vmin { max-width: 32vmin !important; }
	.MaxWidth-md-33vmin { max-width: 33vmin !important; }
	.MaxWidth-md-34vmin { max-width: 34vmin !important; }
	.MaxWidth-md-35vmin { max-width: 35vmin !important; }
	.MaxWidth-md-36vmin { max-width: 36vmin !important; }
	.MaxWidth-md-37vmin { max-width: 37vmin !important; }
	.MaxWidth-md-38vmin { max-width: 38vmin !important; }
	.MaxWidth-md-39vmin { max-width: 39vmin !important; }
	.MaxWidth-md-40vmin { max-width: 40vmin !important; }
	.MaxWidth-md-41vmin { max-width: 41vmin !important; }
	.MaxWidth-md-42vmin { max-width: 42vmin !important; }
	.MaxWidth-md-43vmin { max-width: 43vmin !important; }
	.MaxWidth-md-44vmin { max-width: 44vmin !important; }
	.MaxWidth-md-45vmin { max-width: 45vmin !important; }
	.MaxWidth-md-46vmin { max-width: 46vmin !important; }
	.MaxWidth-md-47vmin { max-width: 47vmin !important; }
	.MaxWidth-md-48vmin { max-width: 48vmin !important; }
	.MaxWidth-md-49vmin { max-width: 49vmin !important; }
	.MaxWidth-md-50vmin { max-width: 50vmin !important; }
	.MaxWidth-md-51vmin { max-width: 51vmin !important; }
	.MaxWidth-md-52vmin { max-width: 52vmin !important; }
	.MaxWidth-md-53vmin { max-width: 53vmin !important; }
	.MaxWidth-md-54vmin { max-width: 54vmin !important; }
	.MaxWidth-md-55vmin { max-width: 55vmin !important; }
	.MaxWidth-md-56vmin { max-width: 56vmin !important; }
	.MaxWidth-md-57vmin { max-width: 57vmin !important; }
	.MaxWidth-md-58vmin { max-width: 58vmin !important; }
	.MaxWidth-md-59vmin { max-width: 59vmin !important; }
	.MaxWidth-md-60vmin { max-width: 60vmin !important; }
	.MaxWidth-md-61vmin { max-width: 61vmin !important; }
	.MaxWidth-md-62vmin { max-width: 62vmin !important; }
	.MaxWidth-md-63vmin { max-width: 63vmin !important; }
	.MaxWidth-md-64vmin { max-width: 64vmin !important; }
	.MaxWidth-md-65vmin { max-width: 65vmin !important; }
	.MaxWidth-md-66vmin { max-width: 66vmin !important; }
	.MaxWidth-md-67vmin { max-width: 67vmin !important; }
	.MaxWidth-md-68vmin { max-width: 68vmin !important; }
	.MaxWidth-md-69vmin { max-width: 69vmin !important; }
	.MaxWidth-md-70vmin { max-width: 70vmin !important; }
	.MaxWidth-md-71vmin { max-width: 71vmin !important; }
	.MaxWidth-md-72vmin { max-width: 72vmin !important; }
	.MaxWidth-md-73vmin { max-width: 73vmin !important; }
	.MaxWidth-md-74vmin { max-width: 74vmin !important; }
	.MaxWidth-md-75vmin { max-width: 75vmin !important; }
	.MaxWidth-md-76vmin { max-width: 76vmin !important; }
	.MaxWidth-md-77vmin { max-width: 77vmin !important; }
	.MaxWidth-md-78vmin { max-width: 78vmin !important; }
	.MaxWidth-md-79vmin { max-width: 79vmin !important; }
	.MaxWidth-md-80vmin { max-width: 80vmin !important; }
	.MaxWidth-md-81vmin { max-width: 81vmin !important; }
	.MaxWidth-md-82vmin { max-width: 82vmin !important; }
	.MaxWidth-md-83vmin { max-width: 83vmin !important; }
	.MaxWidth-md-84vmin { max-width: 84vmin !important; }
	.MaxWidth-md-85vmin { max-width: 85vmin !important; }
	.MaxWidth-md-86vmin { max-width: 86vmin !important; }
	.MaxWidth-md-87vmin { max-width: 87vmin !important; }
	.MaxWidth-md-88vmin { max-width: 88vmin !important; }
	.MaxWidth-md-89vmin { max-width: 89vmin !important; }
	.MaxWidth-md-90vmin { max-width: 90vmin !important; }
	.MaxWidth-md-91vmin { max-width: 91vmin !important; }
	.MaxWidth-md-92vmin { max-width: 92vmin !important; }
	.MaxWidth-md-93vmin { max-width: 93vmin !important; }
	.MaxWidth-md-94vmin { max-width: 94vmin !important; }
	.MaxWidth-md-95vmin { max-width: 95vmin !important; }
	.MaxWidth-md-96vmin { max-width: 96vmin !important; }
	.MaxWidth-md-97vmin { max-width: 97vmin !important; }
	.MaxWidth-md-98vmin { max-width: 98vmin !important; }
	.MaxWidth-md-99vmin { max-width: 99vmin !important; }
	.MaxWidth-md-100vmin { max-width: 100vmin !important; }
	.MaxWidth-md-0vmax { max-width: 0vmax !important; }
	.MaxWidth-md-1vmax { max-width: 1vmax !important; }
	.MaxWidth-md-2vmax { max-width: 2vmax !important; }
	.MaxWidth-md-3vmax { max-width: 3vmax !important; }
	.MaxWidth-md-4vmax { max-width: 4vmax !important; }
	.MaxWidth-md-5vmax { max-width: 5vmax !important; }
	.MaxWidth-md-6vmax { max-width: 6vmax !important; }
	.MaxWidth-md-7vmax { max-width: 7vmax !important; }
	.MaxWidth-md-8vmax { max-width: 8vmax !important; }
	.MaxWidth-md-9vmax { max-width: 9vmax !important; }
	.MaxWidth-md-10vmax { max-width: 10vmax !important; }
	.MaxWidth-md-11vmax { max-width: 11vmax !important; }
	.MaxWidth-md-12vmax { max-width: 12vmax !important; }
	.MaxWidth-md-13vmax { max-width: 13vmax !important; }
	.MaxWidth-md-14vmax { max-width: 14vmax !important; }
	.MaxWidth-md-15vmax { max-width: 15vmax !important; }
	.MaxWidth-md-16vmax { max-width: 16vmax !important; }
	.MaxWidth-md-17vmax { max-width: 17vmax !important; }
	.MaxWidth-md-18vmax { max-width: 18vmax !important; }
	.MaxWidth-md-19vmax { max-width: 19vmax !important; }
	.MaxWidth-md-20vmax { max-width: 20vmax !important; }
	.MaxWidth-md-21vmax { max-width: 21vmax !important; }
	.MaxWidth-md-22vmax { max-width: 22vmax !important; }
	.MaxWidth-md-23vmax { max-width: 23vmax !important; }
	.MaxWidth-md-24vmax { max-width: 24vmax !important; }
	.MaxWidth-md-25vmax { max-width: 25vmax !important; }
	.MaxWidth-md-26vmax { max-width: 26vmax !important; }
	.MaxWidth-md-27vmax { max-width: 27vmax !important; }
	.MaxWidth-md-28vmax { max-width: 28vmax !important; }
	.MaxWidth-md-29vmax { max-width: 29vmax !important; }
	.MaxWidth-md-30vmax { max-width: 30vmax !important; }
	.MaxWidth-md-31vmax { max-width: 31vmax !important; }
	.MaxWidth-md-32vmax { max-width: 32vmax !important; }
	.MaxWidth-md-33vmax { max-width: 33vmax !important; }
	.MaxWidth-md-34vmax { max-width: 34vmax !important; }
	.MaxWidth-md-35vmax { max-width: 35vmax !important; }
	.MaxWidth-md-36vmax { max-width: 36vmax !important; }
	.MaxWidth-md-37vmax { max-width: 37vmax !important; }
	.MaxWidth-md-38vmax { max-width: 38vmax !important; }
	.MaxWidth-md-39vmax { max-width: 39vmax !important; }
	.MaxWidth-md-40vmax { max-width: 40vmax !important; }
	.MaxWidth-md-41vmax { max-width: 41vmax !important; }
	.MaxWidth-md-42vmax { max-width: 42vmax !important; }
	.MaxWidth-md-43vmax { max-width: 43vmax !important; }
	.MaxWidth-md-44vmax { max-width: 44vmax !important; }
	.MaxWidth-md-45vmax { max-width: 45vmax !important; }
	.MaxWidth-md-46vmax { max-width: 46vmax !important; }
	.MaxWidth-md-47vmax { max-width: 47vmax !important; }
	.MaxWidth-md-48vmax { max-width: 48vmax !important; }
	.MaxWidth-md-49vmax { max-width: 49vmax !important; }
	.MaxWidth-md-50vmax { max-width: 50vmax !important; }
	.MaxWidth-md-51vmax { max-width: 51vmax !important; }
	.MaxWidth-md-52vmax { max-width: 52vmax !important; }
	.MaxWidth-md-53vmax { max-width: 53vmax !important; }
	.MaxWidth-md-54vmax { max-width: 54vmax !important; }
	.MaxWidth-md-55vmax { max-width: 55vmax !important; }
	.MaxWidth-md-56vmax { max-width: 56vmax !important; }
	.MaxWidth-md-57vmax { max-width: 57vmax !important; }
	.MaxWidth-md-58vmax { max-width: 58vmax !important; }
	.MaxWidth-md-59vmax { max-width: 59vmax !important; }
	.MaxWidth-md-60vmax { max-width: 60vmax !important; }
	.MaxWidth-md-61vmax { max-width: 61vmax !important; }
	.MaxWidth-md-62vmax { max-width: 62vmax !important; }
	.MaxWidth-md-63vmax { max-width: 63vmax !important; }
	.MaxWidth-md-64vmax { max-width: 64vmax !important; }
	.MaxWidth-md-65vmax { max-width: 65vmax !important; }
	.MaxWidth-md-66vmax { max-width: 66vmax !important; }
	.MaxWidth-md-67vmax { max-width: 67vmax !important; }
	.MaxWidth-md-68vmax { max-width: 68vmax !important; }
	.MaxWidth-md-69vmax { max-width: 69vmax !important; }
	.MaxWidth-md-70vmax { max-width: 70vmax !important; }
	.MaxWidth-md-71vmax { max-width: 71vmax !important; }
	.MaxWidth-md-72vmax { max-width: 72vmax !important; }
	.MaxWidth-md-73vmax { max-width: 73vmax !important; }
	.MaxWidth-md-74vmax { max-width: 74vmax !important; }
	.MaxWidth-md-75vmax { max-width: 75vmax !important; }
	.MaxWidth-md-76vmax { max-width: 76vmax !important; }
	.MaxWidth-md-77vmax { max-width: 77vmax !important; }
	.MaxWidth-md-78vmax { max-width: 78vmax !important; }
	.MaxWidth-md-79vmax { max-width: 79vmax !important; }
	.MaxWidth-md-80vmax { max-width: 80vmax !important; }
	.MaxWidth-md-81vmax { max-width: 81vmax !important; }
	.MaxWidth-md-82vmax { max-width: 82vmax !important; }
	.MaxWidth-md-83vmax { max-width: 83vmax !important; }
	.MaxWidth-md-84vmax { max-width: 84vmax !important; }
	.MaxWidth-md-85vmax { max-width: 85vmax !important; }
	.MaxWidth-md-86vmax { max-width: 86vmax !important; }
	.MaxWidth-md-87vmax { max-width: 87vmax !important; }
	.MaxWidth-md-88vmax { max-width: 88vmax !important; }
	.MaxWidth-md-89vmax { max-width: 89vmax !important; }
	.MaxWidth-md-90vmax { max-width: 90vmax !important; }
	.MaxWidth-md-91vmax { max-width: 91vmax !important; }
	.MaxWidth-md-92vmax { max-width: 92vmax !important; }
	.MaxWidth-md-93vmax { max-width: 93vmax !important; }
	.MaxWidth-md-94vmax { max-width: 94vmax !important; }
	.MaxWidth-md-95vmax { max-width: 95vmax !important; }
	.MaxWidth-md-96vmax { max-width: 96vmax !important; }
	.MaxWidth-md-97vmax { max-width: 97vmax !important; }
	.MaxWidth-md-98vmax { max-width: 98vmax !important; }
	.MaxWidth-md-99vmax { max-width: 99vmax !important; }
	.MaxWidth-md-100vmax { max-width: 100vmax !important; }
	.MinHeight-md-0x10 { min-height: 0% !important; }
	.MinHeight-md-1x10 { min-height: 10% !important; }
	.MinHeight-md-2x10 { min-height: 20% !important; }
	.MinHeight-md-3x10 { min-height: 30% !important; }
	.MinHeight-md-4x10 { min-height: 40% !important; }
	.MinHeight-md-5x10 { min-height: 50% !important; }
	.MinHeight-md-6x10 { min-height: 60% !important; }
	.MinHeight-md-7x10 { min-height: 70% !important; }
	.MinHeight-md-8x10 { min-height: 80% !important; }
	.MinHeight-md-9x10 { min-height: 90% !important; }
	.MinHeight-md-10x10 { min-height: 100% !important; }
	.MinHeight-md-0x12 { min-height: 0% !important; }
	.MinHeight-md-1x12 { min-height: 8.3333333333333% !important; }
	.MinHeight-md-2x12 { min-height: 16.666666666667% !important; }
	.MinHeight-md-3x12 { min-height: 25% !important; }
	.MinHeight-md-4x12 { min-height: 33.333333333333% !important; }
	.MinHeight-md-5x12 { min-height: 41.666666666667% !important; }
	.MinHeight-md-6x12 { min-height: 50% !important; }
	.MinHeight-md-7x12 { min-height: 58.333333333333% !important; }
	.MinHeight-md-8x12 { min-height: 66.666666666667% !important; }
	.MinHeight-md-9x12 { min-height: 75% !important; }
	.MinHeight-md-10x12 { min-height: 83.333333333333% !important; }
	.MinHeight-md-11x12 { min-height: 91.666666666667% !important; }
	.MinHeight-md-12x12 { min-height: 100% !important; }
	.MinHeight-md-0x16 { min-height: 0% !important; }
	.MinHeight-md-1x16 { min-height: 6.25% !important; }
	.MinHeight-md-2x16 { min-height: 12.5% !important; }
	.MinHeight-md-3x16 { min-height: 18.75% !important; }
	.MinHeight-md-4x16 { min-height: 25% !important; }
	.MinHeight-md-5x16 { min-height: 31.25% !important; }
	.MinHeight-md-6x16 { min-height: 37.5% !important; }
	.MinHeight-md-7x16 { min-height: 43.75% !important; }
	.MinHeight-md-8x16 { min-height: 50% !important; }
	.MinHeight-md-9x16 { min-height: 56.25% !important; }
	.MinHeight-md-10x16 { min-height: 62.5% !important; }
	.MinHeight-md-11x16 { min-height: 68.75% !important; }
	.MinHeight-md-12x16 { min-height: 75% !important; }
	.MinHeight-md-13x16 { min-height: 81.25% !important; }
	.MinHeight-md-14x16 { min-height: 87.5% !important; }
	.MinHeight-md-15x16 { min-height: 93.75% !important; }
	.MinHeight-md-16x16 { min-height: 100% !important; }
	.MinHeight-md-0em { min-height: 0em !important; }
	.MinHeight-md-1em { min-height: 1em !important; }
	.MinHeight-md-2em { min-height: 2em !important; }
	.MinHeight-md-3em { min-height: 3em !important; }
	.MinHeight-md-4em { min-height: 4em !important; }
	.MinHeight-md-5em { min-height: 5em !important; }
	.MinHeight-md-6em { min-height: 6em !important; }
	.MinHeight-md-7em { min-height: 7em !important; }
	.MinHeight-md-8em { min-height: 8em !important; }
	.MinHeight-md-9em { min-height: 9em !important; }
	.MinHeight-md-10em { min-height: 10em !important; }
	.MinHeight-md-11em { min-height: 11em !important; }
	.MinHeight-md-12em { min-height: 12em !important; }
	.MinHeight-md-13em { min-height: 13em !important; }
	.MinHeight-md-14em { min-height: 14em !important; }
	.MinHeight-md-15em { min-height: 15em !important; }
	.MinHeight-md-16em { min-height: 16em !important; }
	.MinHeight-md-17em { min-height: 17em !important; }
	.MinHeight-md-18em { min-height: 18em !important; }
	.MinHeight-md-19em { min-height: 19em !important; }
	.MinHeight-md-20em { min-height: 20em !important; }
	.MinHeight-md-21em { min-height: 21em !important; }
	.MinHeight-md-22em { min-height: 22em !important; }
	.MinHeight-md-23em { min-height: 23em !important; }
	.MinHeight-md-24em { min-height: 24em !important; }
	.MinHeight-md-0x16em { min-height: 0em !important; }
	.MinHeight-md-1x16em { min-height: 0.0625em !important; }
	.MinHeight-md-2x16em { min-height: 0.125em !important; }
	.MinHeight-md-3x16em { min-height: 0.1875em !important; }
	.MinHeight-md-4x16em { min-height: 0.25em !important; }
	.MinHeight-md-5x16em { min-height: 0.3125em !important; }
	.MinHeight-md-6x16em { min-height: 0.375em !important; }
	.MinHeight-md-7x16em { min-height: 0.4375em !important; }
	.MinHeight-md-8x16em { min-height: 0.5em !important; }
	.MinHeight-md-9x16em { min-height: 0.5625em !important; }
	.MinHeight-md-10x16em { min-height: 0.625em !important; }
	.MinHeight-md-11x16em { min-height: 0.6875em !important; }
	.MinHeight-md-12x16em { min-height: 0.75em !important; }
	.MinHeight-md-13x16em { min-height: 0.8125em !important; }
	.MinHeight-md-14x16em { min-height: 0.875em !important; }
	.MinHeight-md-15x16em { min-height: 0.9375em !important; }
	.MinHeight-md-16x16em { min-height: 1em !important; }
	.MinHeight-md-0vw { min-height: 0vw !important; }
	.MinHeight-md-1vw { min-height: 1vw !important; }
	.MinHeight-md-2vw { min-height: 2vw !important; }
	.MinHeight-md-3vw { min-height: 3vw !important; }
	.MinHeight-md-4vw { min-height: 4vw !important; }
	.MinHeight-md-5vw { min-height: 5vw !important; }
	.MinHeight-md-6vw { min-height: 6vw !important; }
	.MinHeight-md-7vw { min-height: 7vw !important; }
	.MinHeight-md-8vw { min-height: 8vw !important; }
	.MinHeight-md-9vw { min-height: 9vw !important; }
	.MinHeight-md-10vw { min-height: 10vw !important; }
	.MinHeight-md-11vw { min-height: 11vw !important; }
	.MinHeight-md-12vw { min-height: 12vw !important; }
	.MinHeight-md-13vw { min-height: 13vw !important; }
	.MinHeight-md-14vw { min-height: 14vw !important; }
	.MinHeight-md-15vw { min-height: 15vw !important; }
	.MinHeight-md-16vw { min-height: 16vw !important; }
	.MinHeight-md-17vw { min-height: 17vw !important; }
	.MinHeight-md-18vw { min-height: 18vw !important; }
	.MinHeight-md-19vw { min-height: 19vw !important; }
	.MinHeight-md-20vw { min-height: 20vw !important; }
	.MinHeight-md-21vw { min-height: 21vw !important; }
	.MinHeight-md-22vw { min-height: 22vw !important; }
	.MinHeight-md-23vw { min-height: 23vw !important; }
	.MinHeight-md-24vw { min-height: 24vw !important; }
	.MinHeight-md-25vw { min-height: 25vw !important; }
	.MinHeight-md-26vw { min-height: 26vw !important; }
	.MinHeight-md-27vw { min-height: 27vw !important; }
	.MinHeight-md-28vw { min-height: 28vw !important; }
	.MinHeight-md-29vw { min-height: 29vw !important; }
	.MinHeight-md-30vw { min-height: 30vw !important; }
	.MinHeight-md-31vw { min-height: 31vw !important; }
	.MinHeight-md-32vw { min-height: 32vw !important; }
	.MinHeight-md-33vw { min-height: 33vw !important; }
	.MinHeight-md-34vw { min-height: 34vw !important; }
	.MinHeight-md-35vw { min-height: 35vw !important; }
	.MinHeight-md-36vw { min-height: 36vw !important; }
	.MinHeight-md-37vw { min-height: 37vw !important; }
	.MinHeight-md-38vw { min-height: 38vw !important; }
	.MinHeight-md-39vw { min-height: 39vw !important; }
	.MinHeight-md-40vw { min-height: 40vw !important; }
	.MinHeight-md-41vw { min-height: 41vw !important; }
	.MinHeight-md-42vw { min-height: 42vw !important; }
	.MinHeight-md-43vw { min-height: 43vw !important; }
	.MinHeight-md-44vw { min-height: 44vw !important; }
	.MinHeight-md-45vw { min-height: 45vw !important; }
	.MinHeight-md-46vw { min-height: 46vw !important; }
	.MinHeight-md-47vw { min-height: 47vw !important; }
	.MinHeight-md-48vw { min-height: 48vw !important; }
	.MinHeight-md-49vw { min-height: 49vw !important; }
	.MinHeight-md-50vw { min-height: 50vw !important; }
	.MinHeight-md-51vw { min-height: 51vw !important; }
	.MinHeight-md-52vw { min-height: 52vw !important; }
	.MinHeight-md-53vw { min-height: 53vw !important; }
	.MinHeight-md-54vw { min-height: 54vw !important; }
	.MinHeight-md-55vw { min-height: 55vw !important; }
	.MinHeight-md-56vw { min-height: 56vw !important; }
	.MinHeight-md-57vw { min-height: 57vw !important; }
	.MinHeight-md-58vw { min-height: 58vw !important; }
	.MinHeight-md-59vw { min-height: 59vw !important; }
	.MinHeight-md-60vw { min-height: 60vw !important; }
	.MinHeight-md-61vw { min-height: 61vw !important; }
	.MinHeight-md-62vw { min-height: 62vw !important; }
	.MinHeight-md-63vw { min-height: 63vw !important; }
	.MinHeight-md-64vw { min-height: 64vw !important; }
	.MinHeight-md-65vw { min-height: 65vw !important; }
	.MinHeight-md-66vw { min-height: 66vw !important; }
	.MinHeight-md-67vw { min-height: 67vw !important; }
	.MinHeight-md-68vw { min-height: 68vw !important; }
	.MinHeight-md-69vw { min-height: 69vw !important; }
	.MinHeight-md-70vw { min-height: 70vw !important; }
	.MinHeight-md-71vw { min-height: 71vw !important; }
	.MinHeight-md-72vw { min-height: 72vw !important; }
	.MinHeight-md-73vw { min-height: 73vw !important; }
	.MinHeight-md-74vw { min-height: 74vw !important; }
	.MinHeight-md-75vw { min-height: 75vw !important; }
	.MinHeight-md-76vw { min-height: 76vw !important; }
	.MinHeight-md-77vw { min-height: 77vw !important; }
	.MinHeight-md-78vw { min-height: 78vw !important; }
	.MinHeight-md-79vw { min-height: 79vw !important; }
	.MinHeight-md-80vw { min-height: 80vw !important; }
	.MinHeight-md-81vw { min-height: 81vw !important; }
	.MinHeight-md-82vw { min-height: 82vw !important; }
	.MinHeight-md-83vw { min-height: 83vw !important; }
	.MinHeight-md-84vw { min-height: 84vw !important; }
	.MinHeight-md-85vw { min-height: 85vw !important; }
	.MinHeight-md-86vw { min-height: 86vw !important; }
	.MinHeight-md-87vw { min-height: 87vw !important; }
	.MinHeight-md-88vw { min-height: 88vw !important; }
	.MinHeight-md-89vw { min-height: 89vw !important; }
	.MinHeight-md-90vw { min-height: 90vw !important; }
	.MinHeight-md-91vw { min-height: 91vw !important; }
	.MinHeight-md-92vw { min-height: 92vw !important; }
	.MinHeight-md-93vw { min-height: 93vw !important; }
	.MinHeight-md-94vw { min-height: 94vw !important; }
	.MinHeight-md-95vw { min-height: 95vw !important; }
	.MinHeight-md-96vw { min-height: 96vw !important; }
	.MinHeight-md-97vw { min-height: 97vw !important; }
	.MinHeight-md-98vw { min-height: 98vw !important; }
	.MinHeight-md-99vw { min-height: 99vw !important; }
	.MinHeight-md-100vw { min-height: 100vw !important; }
	.MinHeight-md-0vh { min-height: 0vh !important; }
	.MinHeight-md-1vh { min-height: 1vh !important; }
	.MinHeight-md-2vh { min-height: 2vh !important; }
	.MinHeight-md-3vh { min-height: 3vh !important; }
	.MinHeight-md-4vh { min-height: 4vh !important; }
	.MinHeight-md-5vh { min-height: 5vh !important; }
	.MinHeight-md-6vh { min-height: 6vh !important; }
	.MinHeight-md-7vh { min-height: 7vh !important; }
	.MinHeight-md-8vh { min-height: 8vh !important; }
	.MinHeight-md-9vh { min-height: 9vh !important; }
	.MinHeight-md-10vh { min-height: 10vh !important; }
	.MinHeight-md-11vh { min-height: 11vh !important; }
	.MinHeight-md-12vh { min-height: 12vh !important; }
	.MinHeight-md-13vh { min-height: 13vh !important; }
	.MinHeight-md-14vh { min-height: 14vh !important; }
	.MinHeight-md-15vh { min-height: 15vh !important; }
	.MinHeight-md-16vh { min-height: 16vh !important; }
	.MinHeight-md-17vh { min-height: 17vh !important; }
	.MinHeight-md-18vh { min-height: 18vh !important; }
	.MinHeight-md-19vh { min-height: 19vh !important; }
	.MinHeight-md-20vh { min-height: 20vh !important; }
	.MinHeight-md-21vh { min-height: 21vh !important; }
	.MinHeight-md-22vh { min-height: 22vh !important; }
	.MinHeight-md-23vh { min-height: 23vh !important; }
	.MinHeight-md-24vh { min-height: 24vh !important; }
	.MinHeight-md-25vh { min-height: 25vh !important; }
	.MinHeight-md-26vh { min-height: 26vh !important; }
	.MinHeight-md-27vh { min-height: 27vh !important; }
	.MinHeight-md-28vh { min-height: 28vh !important; }
	.MinHeight-md-29vh { min-height: 29vh !important; }
	.MinHeight-md-30vh { min-height: 30vh !important; }
	.MinHeight-md-31vh { min-height: 31vh !important; }
	.MinHeight-md-32vh { min-height: 32vh !important; }
	.MinHeight-md-33vh { min-height: 33vh !important; }
	.MinHeight-md-34vh { min-height: 34vh !important; }
	.MinHeight-md-35vh { min-height: 35vh !important; }
	.MinHeight-md-36vh { min-height: 36vh !important; }
	.MinHeight-md-37vh { min-height: 37vh !important; }
	.MinHeight-md-38vh { min-height: 38vh !important; }
	.MinHeight-md-39vh { min-height: 39vh !important; }
	.MinHeight-md-40vh { min-height: 40vh !important; }
	.MinHeight-md-41vh { min-height: 41vh !important; }
	.MinHeight-md-42vh { min-height: 42vh !important; }
	.MinHeight-md-43vh { min-height: 43vh !important; }
	.MinHeight-md-44vh { min-height: 44vh !important; }
	.MinHeight-md-45vh { min-height: 45vh !important; }
	.MinHeight-md-46vh { min-height: 46vh !important; }
	.MinHeight-md-47vh { min-height: 47vh !important; }
	.MinHeight-md-48vh { min-height: 48vh !important; }
	.MinHeight-md-49vh { min-height: 49vh !important; }
	.MinHeight-md-50vh { min-height: 50vh !important; }
	.MinHeight-md-51vh { min-height: 51vh !important; }
	.MinHeight-md-52vh { min-height: 52vh !important; }
	.MinHeight-md-53vh { min-height: 53vh !important; }
	.MinHeight-md-54vh { min-height: 54vh !important; }
	.MinHeight-md-55vh { min-height: 55vh !important; }
	.MinHeight-md-56vh { min-height: 56vh !important; }
	.MinHeight-md-57vh { min-height: 57vh !important; }
	.MinHeight-md-58vh { min-height: 58vh !important; }
	.MinHeight-md-59vh { min-height: 59vh !important; }
	.MinHeight-md-60vh { min-height: 60vh !important; }
	.MinHeight-md-61vh { min-height: 61vh !important; }
	.MinHeight-md-62vh { min-height: 62vh !important; }
	.MinHeight-md-63vh { min-height: 63vh !important; }
	.MinHeight-md-64vh { min-height: 64vh !important; }
	.MinHeight-md-65vh { min-height: 65vh !important; }
	.MinHeight-md-66vh { min-height: 66vh !important; }
	.MinHeight-md-67vh { min-height: 67vh !important; }
	.MinHeight-md-68vh { min-height: 68vh !important; }
	.MinHeight-md-69vh { min-height: 69vh !important; }
	.MinHeight-md-70vh { min-height: 70vh !important; }
	.MinHeight-md-71vh { min-height: 71vh !important; }
	.MinHeight-md-72vh { min-height: 72vh !important; }
	.MinHeight-md-73vh { min-height: 73vh !important; }
	.MinHeight-md-74vh { min-height: 74vh !important; }
	.MinHeight-md-75vh { min-height: 75vh !important; }
	.MinHeight-md-76vh { min-height: 76vh !important; }
	.MinHeight-md-77vh { min-height: 77vh !important; }
	.MinHeight-md-78vh { min-height: 78vh !important; }
	.MinHeight-md-79vh { min-height: 79vh !important; }
	.MinHeight-md-80vh { min-height: 80vh !important; }
	.MinHeight-md-81vh { min-height: 81vh !important; }
	.MinHeight-md-82vh { min-height: 82vh !important; }
	.MinHeight-md-83vh { min-height: 83vh !important; }
	.MinHeight-md-84vh { min-height: 84vh !important; }
	.MinHeight-md-85vh { min-height: 85vh !important; }
	.MinHeight-md-86vh { min-height: 86vh !important; }
	.MinHeight-md-87vh { min-height: 87vh !important; }
	.MinHeight-md-88vh { min-height: 88vh !important; }
	.MinHeight-md-89vh { min-height: 89vh !important; }
	.MinHeight-md-90vh { min-height: 90vh !important; }
	.MinHeight-md-91vh { min-height: 91vh !important; }
	.MinHeight-md-92vh { min-height: 92vh !important; }
	.MinHeight-md-93vh { min-height: 93vh !important; }
	.MinHeight-md-94vh { min-height: 94vh !important; }
	.MinHeight-md-95vh { min-height: 95vh !important; }
	.MinHeight-md-96vh { min-height: 96vh !important; }
	.MinHeight-md-97vh { min-height: 97vh !important; }
	.MinHeight-md-98vh { min-height: 98vh !important; }
	.MinHeight-md-99vh { min-height: 99vh !important; }
	.MinHeight-md-100vh { min-height: 100vh !important; }
	.MinHeight-md-0vmin { min-height: 0vmin !important; }
	.MinHeight-md-1vmin { min-height: 1vmin !important; }
	.MinHeight-md-2vmin { min-height: 2vmin !important; }
	.MinHeight-md-3vmin { min-height: 3vmin !important; }
	.MinHeight-md-4vmin { min-height: 4vmin !important; }
	.MinHeight-md-5vmin { min-height: 5vmin !important; }
	.MinHeight-md-6vmin { min-height: 6vmin !important; }
	.MinHeight-md-7vmin { min-height: 7vmin !important; }
	.MinHeight-md-8vmin { min-height: 8vmin !important; }
	.MinHeight-md-9vmin { min-height: 9vmin !important; }
	.MinHeight-md-10vmin { min-height: 10vmin !important; }
	.MinHeight-md-11vmin { min-height: 11vmin !important; }
	.MinHeight-md-12vmin { min-height: 12vmin !important; }
	.MinHeight-md-13vmin { min-height: 13vmin !important; }
	.MinHeight-md-14vmin { min-height: 14vmin !important; }
	.MinHeight-md-15vmin { min-height: 15vmin !important; }
	.MinHeight-md-16vmin { min-height: 16vmin !important; }
	.MinHeight-md-17vmin { min-height: 17vmin !important; }
	.MinHeight-md-18vmin { min-height: 18vmin !important; }
	.MinHeight-md-19vmin { min-height: 19vmin !important; }
	.MinHeight-md-20vmin { min-height: 20vmin !important; }
	.MinHeight-md-21vmin { min-height: 21vmin !important; }
	.MinHeight-md-22vmin { min-height: 22vmin !important; }
	.MinHeight-md-23vmin { min-height: 23vmin !important; }
	.MinHeight-md-24vmin { min-height: 24vmin !important; }
	.MinHeight-md-25vmin { min-height: 25vmin !important; }
	.MinHeight-md-26vmin { min-height: 26vmin !important; }
	.MinHeight-md-27vmin { min-height: 27vmin !important; }
	.MinHeight-md-28vmin { min-height: 28vmin !important; }
	.MinHeight-md-29vmin { min-height: 29vmin !important; }
	.MinHeight-md-30vmin { min-height: 30vmin !important; }
	.MinHeight-md-31vmin { min-height: 31vmin !important; }
	.MinHeight-md-32vmin { min-height: 32vmin !important; }
	.MinHeight-md-33vmin { min-height: 33vmin !important; }
	.MinHeight-md-34vmin { min-height: 34vmin !important; }
	.MinHeight-md-35vmin { min-height: 35vmin !important; }
	.MinHeight-md-36vmin { min-height: 36vmin !important; }
	.MinHeight-md-37vmin { min-height: 37vmin !important; }
	.MinHeight-md-38vmin { min-height: 38vmin !important; }
	.MinHeight-md-39vmin { min-height: 39vmin !important; }
	.MinHeight-md-40vmin { min-height: 40vmin !important; }
	.MinHeight-md-41vmin { min-height: 41vmin !important; }
	.MinHeight-md-42vmin { min-height: 42vmin !important; }
	.MinHeight-md-43vmin { min-height: 43vmin !important; }
	.MinHeight-md-44vmin { min-height: 44vmin !important; }
	.MinHeight-md-45vmin { min-height: 45vmin !important; }
	.MinHeight-md-46vmin { min-height: 46vmin !important; }
	.MinHeight-md-47vmin { min-height: 47vmin !important; }
	.MinHeight-md-48vmin { min-height: 48vmin !important; }
	.MinHeight-md-49vmin { min-height: 49vmin !important; }
	.MinHeight-md-50vmin { min-height: 50vmin !important; }
	.MinHeight-md-51vmin { min-height: 51vmin !important; }
	.MinHeight-md-52vmin { min-height: 52vmin !important; }
	.MinHeight-md-53vmin { min-height: 53vmin !important; }
	.MinHeight-md-54vmin { min-height: 54vmin !important; }
	.MinHeight-md-55vmin { min-height: 55vmin !important; }
	.MinHeight-md-56vmin { min-height: 56vmin !important; }
	.MinHeight-md-57vmin { min-height: 57vmin !important; }
	.MinHeight-md-58vmin { min-height: 58vmin !important; }
	.MinHeight-md-59vmin { min-height: 59vmin !important; }
	.MinHeight-md-60vmin { min-height: 60vmin !important; }
	.MinHeight-md-61vmin { min-height: 61vmin !important; }
	.MinHeight-md-62vmin { min-height: 62vmin !important; }
	.MinHeight-md-63vmin { min-height: 63vmin !important; }
	.MinHeight-md-64vmin { min-height: 64vmin !important; }
	.MinHeight-md-65vmin { min-height: 65vmin !important; }
	.MinHeight-md-66vmin { min-height: 66vmin !important; }
	.MinHeight-md-67vmin { min-height: 67vmin !important; }
	.MinHeight-md-68vmin { min-height: 68vmin !important; }
	.MinHeight-md-69vmin { min-height: 69vmin !important; }
	.MinHeight-md-70vmin { min-height: 70vmin !important; }
	.MinHeight-md-71vmin { min-height: 71vmin !important; }
	.MinHeight-md-72vmin { min-height: 72vmin !important; }
	.MinHeight-md-73vmin { min-height: 73vmin !important; }
	.MinHeight-md-74vmin { min-height: 74vmin !important; }
	.MinHeight-md-75vmin { min-height: 75vmin !important; }
	.MinHeight-md-76vmin { min-height: 76vmin !important; }
	.MinHeight-md-77vmin { min-height: 77vmin !important; }
	.MinHeight-md-78vmin { min-height: 78vmin !important; }
	.MinHeight-md-79vmin { min-height: 79vmin !important; }
	.MinHeight-md-80vmin { min-height: 80vmin !important; }
	.MinHeight-md-81vmin { min-height: 81vmin !important; }
	.MinHeight-md-82vmin { min-height: 82vmin !important; }
	.MinHeight-md-83vmin { min-height: 83vmin !important; }
	.MinHeight-md-84vmin { min-height: 84vmin !important; }
	.MinHeight-md-85vmin { min-height: 85vmin !important; }
	.MinHeight-md-86vmin { min-height: 86vmin !important; }
	.MinHeight-md-87vmin { min-height: 87vmin !important; }
	.MinHeight-md-88vmin { min-height: 88vmin !important; }
	.MinHeight-md-89vmin { min-height: 89vmin !important; }
	.MinHeight-md-90vmin { min-height: 90vmin !important; }
	.MinHeight-md-91vmin { min-height: 91vmin !important; }
	.MinHeight-md-92vmin { min-height: 92vmin !important; }
	.MinHeight-md-93vmin { min-height: 93vmin !important; }
	.MinHeight-md-94vmin { min-height: 94vmin !important; }
	.MinHeight-md-95vmin { min-height: 95vmin !important; }
	.MinHeight-md-96vmin { min-height: 96vmin !important; }
	.MinHeight-md-97vmin { min-height: 97vmin !important; }
	.MinHeight-md-98vmin { min-height: 98vmin !important; }
	.MinHeight-md-99vmin { min-height: 99vmin !important; }
	.MinHeight-md-100vmin { min-height: 100vmin !important; }
	.MinHeight-md-0vmax { min-height: 0vmax !important; }
	.MinHeight-md-1vmax { min-height: 1vmax !important; }
	.MinHeight-md-2vmax { min-height: 2vmax !important; }
	.MinHeight-md-3vmax { min-height: 3vmax !important; }
	.MinHeight-md-4vmax { min-height: 4vmax !important; }
	.MinHeight-md-5vmax { min-height: 5vmax !important; }
	.MinHeight-md-6vmax { min-height: 6vmax !important; }
	.MinHeight-md-7vmax { min-height: 7vmax !important; }
	.MinHeight-md-8vmax { min-height: 8vmax !important; }
	.MinHeight-md-9vmax { min-height: 9vmax !important; }
	.MinHeight-md-10vmax { min-height: 10vmax !important; }
	.MinHeight-md-11vmax { min-height: 11vmax !important; }
	.MinHeight-md-12vmax { min-height: 12vmax !important; }
	.MinHeight-md-13vmax { min-height: 13vmax !important; }
	.MinHeight-md-14vmax { min-height: 14vmax !important; }
	.MinHeight-md-15vmax { min-height: 15vmax !important; }
	.MinHeight-md-16vmax { min-height: 16vmax !important; }
	.MinHeight-md-17vmax { min-height: 17vmax !important; }
	.MinHeight-md-18vmax { min-height: 18vmax !important; }
	.MinHeight-md-19vmax { min-height: 19vmax !important; }
	.MinHeight-md-20vmax { min-height: 20vmax !important; }
	.MinHeight-md-21vmax { min-height: 21vmax !important; }
	.MinHeight-md-22vmax { min-height: 22vmax !important; }
	.MinHeight-md-23vmax { min-height: 23vmax !important; }
	.MinHeight-md-24vmax { min-height: 24vmax !important; }
	.MinHeight-md-25vmax { min-height: 25vmax !important; }
	.MinHeight-md-26vmax { min-height: 26vmax !important; }
	.MinHeight-md-27vmax { min-height: 27vmax !important; }
	.MinHeight-md-28vmax { min-height: 28vmax !important; }
	.MinHeight-md-29vmax { min-height: 29vmax !important; }
	.MinHeight-md-30vmax { min-height: 30vmax !important; }
	.MinHeight-md-31vmax { min-height: 31vmax !important; }
	.MinHeight-md-32vmax { min-height: 32vmax !important; }
	.MinHeight-md-33vmax { min-height: 33vmax !important; }
	.MinHeight-md-34vmax { min-height: 34vmax !important; }
	.MinHeight-md-35vmax { min-height: 35vmax !important; }
	.MinHeight-md-36vmax { min-height: 36vmax !important; }
	.MinHeight-md-37vmax { min-height: 37vmax !important; }
	.MinHeight-md-38vmax { min-height: 38vmax !important; }
	.MinHeight-md-39vmax { min-height: 39vmax !important; }
	.MinHeight-md-40vmax { min-height: 40vmax !important; }
	.MinHeight-md-41vmax { min-height: 41vmax !important; }
	.MinHeight-md-42vmax { min-height: 42vmax !important; }
	.MinHeight-md-43vmax { min-height: 43vmax !important; }
	.MinHeight-md-44vmax { min-height: 44vmax !important; }
	.MinHeight-md-45vmax { min-height: 45vmax !important; }
	.MinHeight-md-46vmax { min-height: 46vmax !important; }
	.MinHeight-md-47vmax { min-height: 47vmax !important; }
	.MinHeight-md-48vmax { min-height: 48vmax !important; }
	.MinHeight-md-49vmax { min-height: 49vmax !important; }
	.MinHeight-md-50vmax { min-height: 50vmax !important; }
	.MinHeight-md-51vmax { min-height: 51vmax !important; }
	.MinHeight-md-52vmax { min-height: 52vmax !important; }
	.MinHeight-md-53vmax { min-height: 53vmax !important; }
	.MinHeight-md-54vmax { min-height: 54vmax !important; }
	.MinHeight-md-55vmax { min-height: 55vmax !important; }
	.MinHeight-md-56vmax { min-height: 56vmax !important; }
	.MinHeight-md-57vmax { min-height: 57vmax !important; }
	.MinHeight-md-58vmax { min-height: 58vmax !important; }
	.MinHeight-md-59vmax { min-height: 59vmax !important; }
	.MinHeight-md-60vmax { min-height: 60vmax !important; }
	.MinHeight-md-61vmax { min-height: 61vmax !important; }
	.MinHeight-md-62vmax { min-height: 62vmax !important; }
	.MinHeight-md-63vmax { min-height: 63vmax !important; }
	.MinHeight-md-64vmax { min-height: 64vmax !important; }
	.MinHeight-md-65vmax { min-height: 65vmax !important; }
	.MinHeight-md-66vmax { min-height: 66vmax !important; }
	.MinHeight-md-67vmax { min-height: 67vmax !important; }
	.MinHeight-md-68vmax { min-height: 68vmax !important; }
	.MinHeight-md-69vmax { min-height: 69vmax !important; }
	.MinHeight-md-70vmax { min-height: 70vmax !important; }
	.MinHeight-md-71vmax { min-height: 71vmax !important; }
	.MinHeight-md-72vmax { min-height: 72vmax !important; }
	.MinHeight-md-73vmax { min-height: 73vmax !important; }
	.MinHeight-md-74vmax { min-height: 74vmax !important; }
	.MinHeight-md-75vmax { min-height: 75vmax !important; }
	.MinHeight-md-76vmax { min-height: 76vmax !important; }
	.MinHeight-md-77vmax { min-height: 77vmax !important; }
	.MinHeight-md-78vmax { min-height: 78vmax !important; }
	.MinHeight-md-79vmax { min-height: 79vmax !important; }
	.MinHeight-md-80vmax { min-height: 80vmax !important; }
	.MinHeight-md-81vmax { min-height: 81vmax !important; }
	.MinHeight-md-82vmax { min-height: 82vmax !important; }
	.MinHeight-md-83vmax { min-height: 83vmax !important; }
	.MinHeight-md-84vmax { min-height: 84vmax !important; }
	.MinHeight-md-85vmax { min-height: 85vmax !important; }
	.MinHeight-md-86vmax { min-height: 86vmax !important; }
	.MinHeight-md-87vmax { min-height: 87vmax !important; }
	.MinHeight-md-88vmax { min-height: 88vmax !important; }
	.MinHeight-md-89vmax { min-height: 89vmax !important; }
	.MinHeight-md-90vmax { min-height: 90vmax !important; }
	.MinHeight-md-91vmax { min-height: 91vmax !important; }
	.MinHeight-md-92vmax { min-height: 92vmax !important; }
	.MinHeight-md-93vmax { min-height: 93vmax !important; }
	.MinHeight-md-94vmax { min-height: 94vmax !important; }
	.MinHeight-md-95vmax { min-height: 95vmax !important; }
	.MinHeight-md-96vmax { min-height: 96vmax !important; }
	.MinHeight-md-97vmax { min-height: 97vmax !important; }
	.MinHeight-md-98vmax { min-height: 98vmax !important; }
	.MinHeight-md-99vmax { min-height: 99vmax !important; }
	.MinHeight-md-100vmax { min-height: 100vmax !important; }
	.MaxHeight-md-0x10 { max-height: 0% !important; }
	.MaxHeight-md-1x10 { max-height: 10% !important; }
	.MaxHeight-md-2x10 { max-height: 20% !important; }
	.MaxHeight-md-3x10 { max-height: 30% !important; }
	.MaxHeight-md-4x10 { max-height: 40% !important; }
	.MaxHeight-md-5x10 { max-height: 50% !important; }
	.MaxHeight-md-6x10 { max-height: 60% !important; }
	.MaxHeight-md-7x10 { max-height: 70% !important; }
	.MaxHeight-md-8x10 { max-height: 80% !important; }
	.MaxHeight-md-9x10 { max-height: 90% !important; }
	.MaxHeight-md-10x10 { max-height: 100% !important; }
	.MaxHeight-md-0x12 { max-height: 0% !important; }
	.MaxHeight-md-1x12 { max-height: 8.3333333333333% !important; }
	.MaxHeight-md-2x12 { max-height: 16.666666666667% !important; }
	.MaxHeight-md-3x12 { max-height: 25% !important; }
	.MaxHeight-md-4x12 { max-height: 33.333333333333% !important; }
	.MaxHeight-md-5x12 { max-height: 41.666666666667% !important; }
	.MaxHeight-md-6x12 { max-height: 50% !important; }
	.MaxHeight-md-7x12 { max-height: 58.333333333333% !important; }
	.MaxHeight-md-8x12 { max-height: 66.666666666667% !important; }
	.MaxHeight-md-9x12 { max-height: 75% !important; }
	.MaxHeight-md-10x12 { max-height: 83.333333333333% !important; }
	.MaxHeight-md-11x12 { max-height: 91.666666666667% !important; }
	.MaxHeight-md-12x12 { max-height: 100% !important; }
	.MaxHeight-md-0x16 { max-height: 0% !important; }
	.MaxHeight-md-1x16 { max-height: 6.25% !important; }
	.MaxHeight-md-2x16 { max-height: 12.5% !important; }
	.MaxHeight-md-3x16 { max-height: 18.75% !important; }
	.MaxHeight-md-4x16 { max-height: 25% !important; }
	.MaxHeight-md-5x16 { max-height: 31.25% !important; }
	.MaxHeight-md-6x16 { max-height: 37.5% !important; }
	.MaxHeight-md-7x16 { max-height: 43.75% !important; }
	.MaxHeight-md-8x16 { max-height: 50% !important; }
	.MaxHeight-md-9x16 { max-height: 56.25% !important; }
	.MaxHeight-md-10x16 { max-height: 62.5% !important; }
	.MaxHeight-md-11x16 { max-height: 68.75% !important; }
	.MaxHeight-md-12x16 { max-height: 75% !important; }
	.MaxHeight-md-13x16 { max-height: 81.25% !important; }
	.MaxHeight-md-14x16 { max-height: 87.5% !important; }
	.MaxHeight-md-15x16 { max-height: 93.75% !important; }
	.MaxHeight-md-16x16 { max-height: 100% !important; }
	.MaxHeight-md-0em { max-height: 0em !important; }
	.MaxHeight-md-1em { max-height: 1em !important; }
	.MaxHeight-md-2em { max-height: 2em !important; }
	.MaxHeight-md-3em { max-height: 3em !important; }
	.MaxHeight-md-4em { max-height: 4em !important; }
	.MaxHeight-md-5em { max-height: 5em !important; }
	.MaxHeight-md-6em { max-height: 6em !important; }
	.MaxHeight-md-7em { max-height: 7em !important; }
	.MaxHeight-md-8em { max-height: 8em !important; }
	.MaxHeight-md-9em { max-height: 9em !important; }
	.MaxHeight-md-10em { max-height: 10em !important; }
	.MaxHeight-md-11em { max-height: 11em !important; }
	.MaxHeight-md-12em { max-height: 12em !important; }
	.MaxHeight-md-13em { max-height: 13em !important; }
	.MaxHeight-md-14em { max-height: 14em !important; }
	.MaxHeight-md-15em { max-height: 15em !important; }
	.MaxHeight-md-16em { max-height: 16em !important; }
	.MaxHeight-md-17em { max-height: 17em !important; }
	.MaxHeight-md-18em { max-height: 18em !important; }
	.MaxHeight-md-19em { max-height: 19em !important; }
	.MaxHeight-md-20em { max-height: 20em !important; }
	.MaxHeight-md-21em { max-height: 21em !important; }
	.MaxHeight-md-22em { max-height: 22em !important; }
	.MaxHeight-md-23em { max-height: 23em !important; }
	.MaxHeight-md-24em { max-height: 24em !important; }
	.MaxHeight-md-0x16em { max-height: 0em !important; }
	.MaxHeight-md-1x16em { max-height: 0.0625em !important; }
	.MaxHeight-md-2x16em { max-height: 0.125em !important; }
	.MaxHeight-md-3x16em { max-height: 0.1875em !important; }
	.MaxHeight-md-4x16em { max-height: 0.25em !important; }
	.MaxHeight-md-5x16em { max-height: 0.3125em !important; }
	.MaxHeight-md-6x16em { max-height: 0.375em !important; }
	.MaxHeight-md-7x16em { max-height: 0.4375em !important; }
	.MaxHeight-md-8x16em { max-height: 0.5em !important; }
	.MaxHeight-md-9x16em { max-height: 0.5625em !important; }
	.MaxHeight-md-10x16em { max-height: 0.625em !important; }
	.MaxHeight-md-11x16em { max-height: 0.6875em !important; }
	.MaxHeight-md-12x16em { max-height: 0.75em !important; }
	.MaxHeight-md-13x16em { max-height: 0.8125em !important; }
	.MaxHeight-md-14x16em { max-height: 0.875em !important; }
	.MaxHeight-md-15x16em { max-height: 0.9375em !important; }
	.MaxHeight-md-16x16em { max-height: 1em !important; }
	.MaxHeight-md-0vw { max-height: 0vw !important; }
	.MaxHeight-md-1vw { max-height: 1vw !important; }
	.MaxHeight-md-2vw { max-height: 2vw !important; }
	.MaxHeight-md-3vw { max-height: 3vw !important; }
	.MaxHeight-md-4vw { max-height: 4vw !important; }
	.MaxHeight-md-5vw { max-height: 5vw !important; }
	.MaxHeight-md-6vw { max-height: 6vw !important; }
	.MaxHeight-md-7vw { max-height: 7vw !important; }
	.MaxHeight-md-8vw { max-height: 8vw !important; }
	.MaxHeight-md-9vw { max-height: 9vw !important; }
	.MaxHeight-md-10vw { max-height: 10vw !important; }
	.MaxHeight-md-11vw { max-height: 11vw !important; }
	.MaxHeight-md-12vw { max-height: 12vw !important; }
	.MaxHeight-md-13vw { max-height: 13vw !important; }
	.MaxHeight-md-14vw { max-height: 14vw !important; }
	.MaxHeight-md-15vw { max-height: 15vw !important; }
	.MaxHeight-md-16vw { max-height: 16vw !important; }
	.MaxHeight-md-17vw { max-height: 17vw !important; }
	.MaxHeight-md-18vw { max-height: 18vw !important; }
	.MaxHeight-md-19vw { max-height: 19vw !important; }
	.MaxHeight-md-20vw { max-height: 20vw !important; }
	.MaxHeight-md-21vw { max-height: 21vw !important; }
	.MaxHeight-md-22vw { max-height: 22vw !important; }
	.MaxHeight-md-23vw { max-height: 23vw !important; }
	.MaxHeight-md-24vw { max-height: 24vw !important; }
	.MaxHeight-md-25vw { max-height: 25vw !important; }
	.MaxHeight-md-26vw { max-height: 26vw !important; }
	.MaxHeight-md-27vw { max-height: 27vw !important; }
	.MaxHeight-md-28vw { max-height: 28vw !important; }
	.MaxHeight-md-29vw { max-height: 29vw !important; }
	.MaxHeight-md-30vw { max-height: 30vw !important; }
	.MaxHeight-md-31vw { max-height: 31vw !important; }
	.MaxHeight-md-32vw { max-height: 32vw !important; }
	.MaxHeight-md-33vw { max-height: 33vw !important; }
	.MaxHeight-md-34vw { max-height: 34vw !important; }
	.MaxHeight-md-35vw { max-height: 35vw !important; }
	.MaxHeight-md-36vw { max-height: 36vw !important; }
	.MaxHeight-md-37vw { max-height: 37vw !important; }
	.MaxHeight-md-38vw { max-height: 38vw !important; }
	.MaxHeight-md-39vw { max-height: 39vw !important; }
	.MaxHeight-md-40vw { max-height: 40vw !important; }
	.MaxHeight-md-41vw { max-height: 41vw !important; }
	.MaxHeight-md-42vw { max-height: 42vw !important; }
	.MaxHeight-md-43vw { max-height: 43vw !important; }
	.MaxHeight-md-44vw { max-height: 44vw !important; }
	.MaxHeight-md-45vw { max-height: 45vw !important; }
	.MaxHeight-md-46vw { max-height: 46vw !important; }
	.MaxHeight-md-47vw { max-height: 47vw !important; }
	.MaxHeight-md-48vw { max-height: 48vw !important; }
	.MaxHeight-md-49vw { max-height: 49vw !important; }
	.MaxHeight-md-50vw { max-height: 50vw !important; }
	.MaxHeight-md-51vw { max-height: 51vw !important; }
	.MaxHeight-md-52vw { max-height: 52vw !important; }
	.MaxHeight-md-53vw { max-height: 53vw !important; }
	.MaxHeight-md-54vw { max-height: 54vw !important; }
	.MaxHeight-md-55vw { max-height: 55vw !important; }
	.MaxHeight-md-56vw { max-height: 56vw !important; }
	.MaxHeight-md-57vw { max-height: 57vw !important; }
	.MaxHeight-md-58vw { max-height: 58vw !important; }
	.MaxHeight-md-59vw { max-height: 59vw !important; }
	.MaxHeight-md-60vw { max-height: 60vw !important; }
	.MaxHeight-md-61vw { max-height: 61vw !important; }
	.MaxHeight-md-62vw { max-height: 62vw !important; }
	.MaxHeight-md-63vw { max-height: 63vw !important; }
	.MaxHeight-md-64vw { max-height: 64vw !important; }
	.MaxHeight-md-65vw { max-height: 65vw !important; }
	.MaxHeight-md-66vw { max-height: 66vw !important; }
	.MaxHeight-md-67vw { max-height: 67vw !important; }
	.MaxHeight-md-68vw { max-height: 68vw !important; }
	.MaxHeight-md-69vw { max-height: 69vw !important; }
	.MaxHeight-md-70vw { max-height: 70vw !important; }
	.MaxHeight-md-71vw { max-height: 71vw !important; }
	.MaxHeight-md-72vw { max-height: 72vw !important; }
	.MaxHeight-md-73vw { max-height: 73vw !important; }
	.MaxHeight-md-74vw { max-height: 74vw !important; }
	.MaxHeight-md-75vw { max-height: 75vw !important; }
	.MaxHeight-md-76vw { max-height: 76vw !important; }
	.MaxHeight-md-77vw { max-height: 77vw !important; }
	.MaxHeight-md-78vw { max-height: 78vw !important; }
	.MaxHeight-md-79vw { max-height: 79vw !important; }
	.MaxHeight-md-80vw { max-height: 80vw !important; }
	.MaxHeight-md-81vw { max-height: 81vw !important; }
	.MaxHeight-md-82vw { max-height: 82vw !important; }
	.MaxHeight-md-83vw { max-height: 83vw !important; }
	.MaxHeight-md-84vw { max-height: 84vw !important; }
	.MaxHeight-md-85vw { max-height: 85vw !important; }
	.MaxHeight-md-86vw { max-height: 86vw !important; }
	.MaxHeight-md-87vw { max-height: 87vw !important; }
	.MaxHeight-md-88vw { max-height: 88vw !important; }
	.MaxHeight-md-89vw { max-height: 89vw !important; }
	.MaxHeight-md-90vw { max-height: 90vw !important; }
	.MaxHeight-md-91vw { max-height: 91vw !important; }
	.MaxHeight-md-92vw { max-height: 92vw !important; }
	.MaxHeight-md-93vw { max-height: 93vw !important; }
	.MaxHeight-md-94vw { max-height: 94vw !important; }
	.MaxHeight-md-95vw { max-height: 95vw !important; }
	.MaxHeight-md-96vw { max-height: 96vw !important; }
	.MaxHeight-md-97vw { max-height: 97vw !important; }
	.MaxHeight-md-98vw { max-height: 98vw !important; }
	.MaxHeight-md-99vw { max-height: 99vw !important; }
	.MaxHeight-md-100vw { max-height: 100vw !important; }
	.MaxHeight-md-0vh { max-height: 0vh !important; }
	.MaxHeight-md-1vh { max-height: 1vh !important; }
	.MaxHeight-md-2vh { max-height: 2vh !important; }
	.MaxHeight-md-3vh { max-height: 3vh !important; }
	.MaxHeight-md-4vh { max-height: 4vh !important; }
	.MaxHeight-md-5vh { max-height: 5vh !important; }
	.MaxHeight-md-6vh { max-height: 6vh !important; }
	.MaxHeight-md-7vh { max-height: 7vh !important; }
	.MaxHeight-md-8vh { max-height: 8vh !important; }
	.MaxHeight-md-9vh { max-height: 9vh !important; }
	.MaxHeight-md-10vh { max-height: 10vh !important; }
	.MaxHeight-md-11vh { max-height: 11vh !important; }
	.MaxHeight-md-12vh { max-height: 12vh !important; }
	.MaxHeight-md-13vh { max-height: 13vh !important; }
	.MaxHeight-md-14vh { max-height: 14vh !important; }
	.MaxHeight-md-15vh { max-height: 15vh !important; }
	.MaxHeight-md-16vh { max-height: 16vh !important; }
	.MaxHeight-md-17vh { max-height: 17vh !important; }
	.MaxHeight-md-18vh { max-height: 18vh !important; }
	.MaxHeight-md-19vh { max-height: 19vh !important; }
	.MaxHeight-md-20vh { max-height: 20vh !important; }
	.MaxHeight-md-21vh { max-height: 21vh !important; }
	.MaxHeight-md-22vh { max-height: 22vh !important; }
	.MaxHeight-md-23vh { max-height: 23vh !important; }
	.MaxHeight-md-24vh { max-height: 24vh !important; }
	.MaxHeight-md-25vh { max-height: 25vh !important; }
	.MaxHeight-md-26vh { max-height: 26vh !important; }
	.MaxHeight-md-27vh { max-height: 27vh !important; }
	.MaxHeight-md-28vh { max-height: 28vh !important; }
	.MaxHeight-md-29vh { max-height: 29vh !important; }
	.MaxHeight-md-30vh { max-height: 30vh !important; }
	.MaxHeight-md-31vh { max-height: 31vh !important; }
	.MaxHeight-md-32vh { max-height: 32vh !important; }
	.MaxHeight-md-33vh { max-height: 33vh !important; }
	.MaxHeight-md-34vh { max-height: 34vh !important; }
	.MaxHeight-md-35vh { max-height: 35vh !important; }
	.MaxHeight-md-36vh { max-height: 36vh !important; }
	.MaxHeight-md-37vh { max-height: 37vh !important; }
	.MaxHeight-md-38vh { max-height: 38vh !important; }
	.MaxHeight-md-39vh { max-height: 39vh !important; }
	.MaxHeight-md-40vh { max-height: 40vh !important; }
	.MaxHeight-md-41vh { max-height: 41vh !important; }
	.MaxHeight-md-42vh { max-height: 42vh !important; }
	.MaxHeight-md-43vh { max-height: 43vh !important; }
	.MaxHeight-md-44vh { max-height: 44vh !important; }
	.MaxHeight-md-45vh { max-height: 45vh !important; }
	.MaxHeight-md-46vh { max-height: 46vh !important; }
	.MaxHeight-md-47vh { max-height: 47vh !important; }
	.MaxHeight-md-48vh { max-height: 48vh !important; }
	.MaxHeight-md-49vh { max-height: 49vh !important; }
	.MaxHeight-md-50vh { max-height: 50vh !important; }
	.MaxHeight-md-51vh { max-height: 51vh !important; }
	.MaxHeight-md-52vh { max-height: 52vh !important; }
	.MaxHeight-md-53vh { max-height: 53vh !important; }
	.MaxHeight-md-54vh { max-height: 54vh !important; }
	.MaxHeight-md-55vh { max-height: 55vh !important; }
	.MaxHeight-md-56vh { max-height: 56vh !important; }
	.MaxHeight-md-57vh { max-height: 57vh !important; }
	.MaxHeight-md-58vh { max-height: 58vh !important; }
	.MaxHeight-md-59vh { max-height: 59vh !important; }
	.MaxHeight-md-60vh { max-height: 60vh !important; }
	.MaxHeight-md-61vh { max-height: 61vh !important; }
	.MaxHeight-md-62vh { max-height: 62vh !important; }
	.MaxHeight-md-63vh { max-height: 63vh !important; }
	.MaxHeight-md-64vh { max-height: 64vh !important; }
	.MaxHeight-md-65vh { max-height: 65vh !important; }
	.MaxHeight-md-66vh { max-height: 66vh !important; }
	.MaxHeight-md-67vh { max-height: 67vh !important; }
	.MaxHeight-md-68vh { max-height: 68vh !important; }
	.MaxHeight-md-69vh { max-height: 69vh !important; }
	.MaxHeight-md-70vh { max-height: 70vh !important; }
	.MaxHeight-md-71vh { max-height: 71vh !important; }
	.MaxHeight-md-72vh { max-height: 72vh !important; }
	.MaxHeight-md-73vh { max-height: 73vh !important; }
	.MaxHeight-md-74vh { max-height: 74vh !important; }
	.MaxHeight-md-75vh { max-height: 75vh !important; }
	.MaxHeight-md-76vh { max-height: 76vh !important; }
	.MaxHeight-md-77vh { max-height: 77vh !important; }
	.MaxHeight-md-78vh { max-height: 78vh !important; }
	.MaxHeight-md-79vh { max-height: 79vh !important; }
	.MaxHeight-md-80vh { max-height: 80vh !important; }
	.MaxHeight-md-81vh { max-height: 81vh !important; }
	.MaxHeight-md-82vh { max-height: 82vh !important; }
	.MaxHeight-md-83vh { max-height: 83vh !important; }
	.MaxHeight-md-84vh { max-height: 84vh !important; }
	.MaxHeight-md-85vh { max-height: 85vh !important; }
	.MaxHeight-md-86vh { max-height: 86vh !important; }
	.MaxHeight-md-87vh { max-height: 87vh !important; }
	.MaxHeight-md-88vh { max-height: 88vh !important; }
	.MaxHeight-md-89vh { max-height: 89vh !important; }
	.MaxHeight-md-90vh { max-height: 90vh !important; }
	.MaxHeight-md-91vh { max-height: 91vh !important; }
	.MaxHeight-md-92vh { max-height: 92vh !important; }
	.MaxHeight-md-93vh { max-height: 93vh !important; }
	.MaxHeight-md-94vh { max-height: 94vh !important; }
	.MaxHeight-md-95vh { max-height: 95vh !important; }
	.MaxHeight-md-96vh { max-height: 96vh !important; }
	.MaxHeight-md-97vh { max-height: 97vh !important; }
	.MaxHeight-md-98vh { max-height: 98vh !important; }
	.MaxHeight-md-99vh { max-height: 99vh !important; }
	.MaxHeight-md-100vh { max-height: 100vh !important; }
	.MaxHeight-md-0vmin { max-height: 0vmin !important; }
	.MaxHeight-md-1vmin { max-height: 1vmin !important; }
	.MaxHeight-md-2vmin { max-height: 2vmin !important; }
	.MaxHeight-md-3vmin { max-height: 3vmin !important; }
	.MaxHeight-md-4vmin { max-height: 4vmin !important; }
	.MaxHeight-md-5vmin { max-height: 5vmin !important; }
	.MaxHeight-md-6vmin { max-height: 6vmin !important; }
	.MaxHeight-md-7vmin { max-height: 7vmin !important; }
	.MaxHeight-md-8vmin { max-height: 8vmin !important; }
	.MaxHeight-md-9vmin { max-height: 9vmin !important; }
	.MaxHeight-md-10vmin { max-height: 10vmin !important; }
	.MaxHeight-md-11vmin { max-height: 11vmin !important; }
	.MaxHeight-md-12vmin { max-height: 12vmin !important; }
	.MaxHeight-md-13vmin { max-height: 13vmin !important; }
	.MaxHeight-md-14vmin { max-height: 14vmin !important; }
	.MaxHeight-md-15vmin { max-height: 15vmin !important; }
	.MaxHeight-md-16vmin { max-height: 16vmin !important; }
	.MaxHeight-md-17vmin { max-height: 17vmin !important; }
	.MaxHeight-md-18vmin { max-height: 18vmin !important; }
	.MaxHeight-md-19vmin { max-height: 19vmin !important; }
	.MaxHeight-md-20vmin { max-height: 20vmin !important; }
	.MaxHeight-md-21vmin { max-height: 21vmin !important; }
	.MaxHeight-md-22vmin { max-height: 22vmin !important; }
	.MaxHeight-md-23vmin { max-height: 23vmin !important; }
	.MaxHeight-md-24vmin { max-height: 24vmin !important; }
	.MaxHeight-md-25vmin { max-height: 25vmin !important; }
	.MaxHeight-md-26vmin { max-height: 26vmin !important; }
	.MaxHeight-md-27vmin { max-height: 27vmin !important; }
	.MaxHeight-md-28vmin { max-height: 28vmin !important; }
	.MaxHeight-md-29vmin { max-height: 29vmin !important; }
	.MaxHeight-md-30vmin { max-height: 30vmin !important; }
	.MaxHeight-md-31vmin { max-height: 31vmin !important; }
	.MaxHeight-md-32vmin { max-height: 32vmin !important; }
	.MaxHeight-md-33vmin { max-height: 33vmin !important; }
	.MaxHeight-md-34vmin { max-height: 34vmin !important; }
	.MaxHeight-md-35vmin { max-height: 35vmin !important; }
	.MaxHeight-md-36vmin { max-height: 36vmin !important; }
	.MaxHeight-md-37vmin { max-height: 37vmin !important; }
	.MaxHeight-md-38vmin { max-height: 38vmin !important; }
	.MaxHeight-md-39vmin { max-height: 39vmin !important; }
	.MaxHeight-md-40vmin { max-height: 40vmin !important; }
	.MaxHeight-md-41vmin { max-height: 41vmin !important; }
	.MaxHeight-md-42vmin { max-height: 42vmin !important; }
	.MaxHeight-md-43vmin { max-height: 43vmin !important; }
	.MaxHeight-md-44vmin { max-height: 44vmin !important; }
	.MaxHeight-md-45vmin { max-height: 45vmin !important; }
	.MaxHeight-md-46vmin { max-height: 46vmin !important; }
	.MaxHeight-md-47vmin { max-height: 47vmin !important; }
	.MaxHeight-md-48vmin { max-height: 48vmin !important; }
	.MaxHeight-md-49vmin { max-height: 49vmin !important; }
	.MaxHeight-md-50vmin { max-height: 50vmin !important; }
	.MaxHeight-md-51vmin { max-height: 51vmin !important; }
	.MaxHeight-md-52vmin { max-height: 52vmin !important; }
	.MaxHeight-md-53vmin { max-height: 53vmin !important; }
	.MaxHeight-md-54vmin { max-height: 54vmin !important; }
	.MaxHeight-md-55vmin { max-height: 55vmin !important; }
	.MaxHeight-md-56vmin { max-height: 56vmin !important; }
	.MaxHeight-md-57vmin { max-height: 57vmin !important; }
	.MaxHeight-md-58vmin { max-height: 58vmin !important; }
	.MaxHeight-md-59vmin { max-height: 59vmin !important; }
	.MaxHeight-md-60vmin { max-height: 60vmin !important; }
	.MaxHeight-md-61vmin { max-height: 61vmin !important; }
	.MaxHeight-md-62vmin { max-height: 62vmin !important; }
	.MaxHeight-md-63vmin { max-height: 63vmin !important; }
	.MaxHeight-md-64vmin { max-height: 64vmin !important; }
	.MaxHeight-md-65vmin { max-height: 65vmin !important; }
	.MaxHeight-md-66vmin { max-height: 66vmin !important; }
	.MaxHeight-md-67vmin { max-height: 67vmin !important; }
	.MaxHeight-md-68vmin { max-height: 68vmin !important; }
	.MaxHeight-md-69vmin { max-height: 69vmin !important; }
	.MaxHeight-md-70vmin { max-height: 70vmin !important; }
	.MaxHeight-md-71vmin { max-height: 71vmin !important; }
	.MaxHeight-md-72vmin { max-height: 72vmin !important; }
	.MaxHeight-md-73vmin { max-height: 73vmin !important; }
	.MaxHeight-md-74vmin { max-height: 74vmin !important; }
	.MaxHeight-md-75vmin { max-height: 75vmin !important; }
	.MaxHeight-md-76vmin { max-height: 76vmin !important; }
	.MaxHeight-md-77vmin { max-height: 77vmin !important; }
	.MaxHeight-md-78vmin { max-height: 78vmin !important; }
	.MaxHeight-md-79vmin { max-height: 79vmin !important; }
	.MaxHeight-md-80vmin { max-height: 80vmin !important; }
	.MaxHeight-md-81vmin { max-height: 81vmin !important; }
	.MaxHeight-md-82vmin { max-height: 82vmin !important; }
	.MaxHeight-md-83vmin { max-height: 83vmin !important; }
	.MaxHeight-md-84vmin { max-height: 84vmin !important; }
	.MaxHeight-md-85vmin { max-height: 85vmin !important; }
	.MaxHeight-md-86vmin { max-height: 86vmin !important; }
	.MaxHeight-md-87vmin { max-height: 87vmin !important; }
	.MaxHeight-md-88vmin { max-height: 88vmin !important; }
	.MaxHeight-md-89vmin { max-height: 89vmin !important; }
	.MaxHeight-md-90vmin { max-height: 90vmin !important; }
	.MaxHeight-md-91vmin { max-height: 91vmin !important; }
	.MaxHeight-md-92vmin { max-height: 92vmin !important; }
	.MaxHeight-md-93vmin { max-height: 93vmin !important; }
	.MaxHeight-md-94vmin { max-height: 94vmin !important; }
	.MaxHeight-md-95vmin { max-height: 95vmin !important; }
	.MaxHeight-md-96vmin { max-height: 96vmin !important; }
	.MaxHeight-md-97vmin { max-height: 97vmin !important; }
	.MaxHeight-md-98vmin { max-height: 98vmin !important; }
	.MaxHeight-md-99vmin { max-height: 99vmin !important; }
	.MaxHeight-md-100vmin { max-height: 100vmin !important; }
	.MaxHeight-md-0vmax { max-height: 0vmax !important; }
	.MaxHeight-md-1vmax { max-height: 1vmax !important; }
	.MaxHeight-md-2vmax { max-height: 2vmax !important; }
	.MaxHeight-md-3vmax { max-height: 3vmax !important; }
	.MaxHeight-md-4vmax { max-height: 4vmax !important; }
	.MaxHeight-md-5vmax { max-height: 5vmax !important; }
	.MaxHeight-md-6vmax { max-height: 6vmax !important; }
	.MaxHeight-md-7vmax { max-height: 7vmax !important; }
	.MaxHeight-md-8vmax { max-height: 8vmax !important; }
	.MaxHeight-md-9vmax { max-height: 9vmax !important; }
	.MaxHeight-md-10vmax { max-height: 10vmax !important; }
	.MaxHeight-md-11vmax { max-height: 11vmax !important; }
	.MaxHeight-md-12vmax { max-height: 12vmax !important; }
	.MaxHeight-md-13vmax { max-height: 13vmax !important; }
	.MaxHeight-md-14vmax { max-height: 14vmax !important; }
	.MaxHeight-md-15vmax { max-height: 15vmax !important; }
	.MaxHeight-md-16vmax { max-height: 16vmax !important; }
	.MaxHeight-md-17vmax { max-height: 17vmax !important; }
	.MaxHeight-md-18vmax { max-height: 18vmax !important; }
	.MaxHeight-md-19vmax { max-height: 19vmax !important; }
	.MaxHeight-md-20vmax { max-height: 20vmax !important; }
	.MaxHeight-md-21vmax { max-height: 21vmax !important; }
	.MaxHeight-md-22vmax { max-height: 22vmax !important; }
	.MaxHeight-md-23vmax { max-height: 23vmax !important; }
	.MaxHeight-md-24vmax { max-height: 24vmax !important; }
	.MaxHeight-md-25vmax { max-height: 25vmax !important; }
	.MaxHeight-md-26vmax { max-height: 26vmax !important; }
	.MaxHeight-md-27vmax { max-height: 27vmax !important; }
	.MaxHeight-md-28vmax { max-height: 28vmax !important; }
	.MaxHeight-md-29vmax { max-height: 29vmax !important; }
	.MaxHeight-md-30vmax { max-height: 30vmax !important; }
	.MaxHeight-md-31vmax { max-height: 31vmax !important; }
	.MaxHeight-md-32vmax { max-height: 32vmax !important; }
	.MaxHeight-md-33vmax { max-height: 33vmax !important; }
	.MaxHeight-md-34vmax { max-height: 34vmax !important; }
	.MaxHeight-md-35vmax { max-height: 35vmax !important; }
	.MaxHeight-md-36vmax { max-height: 36vmax !important; }
	.MaxHeight-md-37vmax { max-height: 37vmax !important; }
	.MaxHeight-md-38vmax { max-height: 38vmax !important; }
	.MaxHeight-md-39vmax { max-height: 39vmax !important; }
	.MaxHeight-md-40vmax { max-height: 40vmax !important; }
	.MaxHeight-md-41vmax { max-height: 41vmax !important; }
	.MaxHeight-md-42vmax { max-height: 42vmax !important; }
	.MaxHeight-md-43vmax { max-height: 43vmax !important; }
	.MaxHeight-md-44vmax { max-height: 44vmax !important; }
	.MaxHeight-md-45vmax { max-height: 45vmax !important; }
	.MaxHeight-md-46vmax { max-height: 46vmax !important; }
	.MaxHeight-md-47vmax { max-height: 47vmax !important; }
	.MaxHeight-md-48vmax { max-height: 48vmax !important; }
	.MaxHeight-md-49vmax { max-height: 49vmax !important; }
	.MaxHeight-md-50vmax { max-height: 50vmax !important; }
	.MaxHeight-md-51vmax { max-height: 51vmax !important; }
	.MaxHeight-md-52vmax { max-height: 52vmax !important; }
	.MaxHeight-md-53vmax { max-height: 53vmax !important; }
	.MaxHeight-md-54vmax { max-height: 54vmax !important; }
	.MaxHeight-md-55vmax { max-height: 55vmax !important; }
	.MaxHeight-md-56vmax { max-height: 56vmax !important; }
	.MaxHeight-md-57vmax { max-height: 57vmax !important; }
	.MaxHeight-md-58vmax { max-height: 58vmax !important; }
	.MaxHeight-md-59vmax { max-height: 59vmax !important; }
	.MaxHeight-md-60vmax { max-height: 60vmax !important; }
	.MaxHeight-md-61vmax { max-height: 61vmax !important; }
	.MaxHeight-md-62vmax { max-height: 62vmax !important; }
	.MaxHeight-md-63vmax { max-height: 63vmax !important; }
	.MaxHeight-md-64vmax { max-height: 64vmax !important; }
	.MaxHeight-md-65vmax { max-height: 65vmax !important; }
	.MaxHeight-md-66vmax { max-height: 66vmax !important; }
	.MaxHeight-md-67vmax { max-height: 67vmax !important; }
	.MaxHeight-md-68vmax { max-height: 68vmax !important; }
	.MaxHeight-md-69vmax { max-height: 69vmax !important; }
	.MaxHeight-md-70vmax { max-height: 70vmax !important; }
	.MaxHeight-md-71vmax { max-height: 71vmax !important; }
	.MaxHeight-md-72vmax { max-height: 72vmax !important; }
	.MaxHeight-md-73vmax { max-height: 73vmax !important; }
	.MaxHeight-md-74vmax { max-height: 74vmax !important; }
	.MaxHeight-md-75vmax { max-height: 75vmax !important; }
	.MaxHeight-md-76vmax { max-height: 76vmax !important; }
	.MaxHeight-md-77vmax { max-height: 77vmax !important; }
	.MaxHeight-md-78vmax { max-height: 78vmax !important; }
	.MaxHeight-md-79vmax { max-height: 79vmax !important; }
	.MaxHeight-md-80vmax { max-height: 80vmax !important; }
	.MaxHeight-md-81vmax { max-height: 81vmax !important; }
	.MaxHeight-md-82vmax { max-height: 82vmax !important; }
	.MaxHeight-md-83vmax { max-height: 83vmax !important; }
	.MaxHeight-md-84vmax { max-height: 84vmax !important; }
	.MaxHeight-md-85vmax { max-height: 85vmax !important; }
	.MaxHeight-md-86vmax { max-height: 86vmax !important; }
	.MaxHeight-md-87vmax { max-height: 87vmax !important; }
	.MaxHeight-md-88vmax { max-height: 88vmax !important; }
	.MaxHeight-md-89vmax { max-height: 89vmax !important; }
	.MaxHeight-md-90vmax { max-height: 90vmax !important; }
	.MaxHeight-md-91vmax { max-height: 91vmax !important; }
	.MaxHeight-md-92vmax { max-height: 92vmax !important; }
	.MaxHeight-md-93vmax { max-height: 93vmax !important; }
	.MaxHeight-md-94vmax { max-height: 94vmax !important; }
	.MaxHeight-md-95vmax { max-height: 95vmax !important; }
	.MaxHeight-md-96vmax { max-height: 96vmax !important; }
	.MaxHeight-md-97vmax { max-height: 97vmax !important; }
	.MaxHeight-md-98vmax { max-height: 98vmax !important; }
	.MaxHeight-md-99vmax { max-height: 99vmax !important; }
	.MaxHeight-md-100vmax { max-height: 100vmax !important; }
}


@media( min-width: 1024px ) {
	.Width-lg-auto { width: auto !important; }
	.Width-lg-0	{ width: 0 !important; }
	.Width-lg-1px  { width: 1px !important; }
	.Height-lg-auto { height: auto !important; }
	.Height-lg-0	{ height: 0 !important; }
	.Height-lg-1px  { height: 1px !important; }
	.MinWidth-lg-0	{ min-width: 0 !important; }
	.MinWidth-lg-1px  { min-width: 1px !important; }
	.MinHeight-lg-0	{ min-height: 0 !important; }
	.MinHeight-lg-1px  { min-height: 1px !important; }
	.MaxWidth-lg-none { max-width: none !important; }
	.MaxWidth-lg-0	{ max-width: 0 !important; }
	.MaxWidth-lg-1px  { max-width: 1px !important; }
	.MaxHeight-lg-none { max-height: none !important; }
	.MaxHeight-lg-0	{ max-height: 0 !important; }
	.MaxHeight-lg-1px  { max-height: 1px !important; }
	.Width-lg-0x10 { width: 0% !important; }
	.Width-lg-1x10 { width: 10% !important; }
	.Width-lg-2x10 { width: 20% !important; }
	.Width-lg-3x10 { width: 30% !important; }
	.Width-lg-4x10 { width: 40% !important; }
	.Width-lg-5x10 { width: 50% !important; }
	.Width-lg-6x10 { width: 60% !important; }
	.Width-lg-7x10 { width: 70% !important; }
	.Width-lg-8x10 { width: 80% !important; }
	.Width-lg-9x10 { width: 90% !important; }
	.Width-lg-10x10 { width: 100% !important; }
	.Width-lg-0x12 { width: 0% !important; }
	.Width-lg-1x12 { width: 8.3333333333333% !important; }
	.Width-lg-2x12 { width: 16.666666666667% !important; }
	.Width-lg-3x12 { width: 25% !important; }
	.Width-lg-4x12 { width: 33.333333333333% !important; }
	.Width-lg-5x12 { width: 41.666666666667% !important; }
	.Width-lg-6x12 { width: 50% !important; }
	.Width-lg-7x12 { width: 58.333333333333% !important; }
	.Width-lg-8x12 { width: 66.666666666667% !important; }
	.Width-lg-9x12 { width: 75% !important; }
	.Width-lg-10x12 { width: 83.333333333333% !important; }
	.Width-lg-11x12 { width: 91.666666666667% !important; }
	.Width-lg-12x12 { width: 100% !important; }
	.Width-lg-0x16 { width: 0% !important; }
	.Width-lg-1x16 { width: 6.25% !important; }
	.Width-lg-2x16 { width: 12.5% !important; }
	.Width-lg-3x16 { width: 18.75% !important; }
	.Width-lg-4x16 { width: 25% !important; }
	.Width-lg-5x16 { width: 31.25% !important; }
	.Width-lg-6x16 { width: 37.5% !important; }
	.Width-lg-7x16 { width: 43.75% !important; }
	.Width-lg-8x16 { width: 50% !important; }
	.Width-lg-9x16 { width: 56.25% !important; }
	.Width-lg-10x16 { width: 62.5% !important; }
	.Width-lg-11x16 { width: 68.75% !important; }
	.Width-lg-12x16 { width: 75% !important; }
	.Width-lg-13x16 { width: 81.25% !important; }
	.Width-lg-14x16 { width: 87.5% !important; }
	.Width-lg-15x16 { width: 93.75% !important; }
	.Width-lg-16x16 { width: 100% !important; }
	.Width-lg-0em { width: 0em !important; }
	.Width-lg-1em { width: 1em !important; }
	.Width-lg-2em { width: 2em !important; }
	.Width-lg-3em { width: 3em !important; }
	.Width-lg-4em { width: 4em !important; }
	.Width-lg-5em { width: 5em !important; }
	.Width-lg-6em { width: 6em !important; }
	.Width-lg-7em { width: 7em !important; }
	.Width-lg-8em { width: 8em !important; }
	.Width-lg-9em { width: 9em !important; }
	.Width-lg-10em { width: 10em !important; }
	.Width-lg-11em { width: 11em !important; }
	.Width-lg-12em { width: 12em !important; }
	.Width-lg-13em { width: 13em !important; }
	.Width-lg-14em { width: 14em !important; }
	.Width-lg-15em { width: 15em !important; }
	.Width-lg-16em { width: 16em !important; }
	.Width-lg-17em { width: 17em !important; }
	.Width-lg-18em { width: 18em !important; }
	.Width-lg-19em { width: 19em !important; }
	.Width-lg-20em { width: 20em !important; }
	.Width-lg-21em { width: 21em !important; }
	.Width-lg-22em { width: 22em !important; }
	.Width-lg-23em { width: 23em !important; }
	.Width-lg-24em { width: 24em !important; }
	.Width-lg-0x16em { width: 0em !important; }
	.Width-lg-1x16em { width: 0.0625em !important; }
	.Width-lg-2x16em { width: 0.125em !important; }
	.Width-lg-3x16em { width: 0.1875em !important; }
	.Width-lg-4x16em { width: 0.25em !important; }
	.Width-lg-5x16em { width: 0.3125em !important; }
	.Width-lg-6x16em { width: 0.375em !important; }
	.Width-lg-7x16em { width: 0.4375em !important; }
	.Width-lg-8x16em { width: 0.5em !important; }
	.Width-lg-9x16em { width: 0.5625em !important; }
	.Width-lg-10x16em { width: 0.625em !important; }
	.Width-lg-11x16em { width: 0.6875em !important; }
	.Width-lg-12x16em { width: 0.75em !important; }
	.Width-lg-13x16em { width: 0.8125em !important; }
	.Width-lg-14x16em { width: 0.875em !important; }
	.Width-lg-15x16em { width: 0.9375em !important; }
	.Width-lg-16x16em { width: 1em !important; }
	.Width-lg-0vw { width: 0vw !important; }
	.Width-lg-1vw { width: 1vw !important; }
	.Width-lg-2vw { width: 2vw !important; }
	.Width-lg-3vw { width: 3vw !important; }
	.Width-lg-4vw { width: 4vw !important; }
	.Width-lg-5vw { width: 5vw !important; }
	.Width-lg-6vw { width: 6vw !important; }
	.Width-lg-7vw { width: 7vw !important; }
	.Width-lg-8vw { width: 8vw !important; }
	.Width-lg-9vw { width: 9vw !important; }
	.Width-lg-10vw { width: 10vw !important; }
	.Width-lg-11vw { width: 11vw !important; }
	.Width-lg-12vw { width: 12vw !important; }
	.Width-lg-13vw { width: 13vw !important; }
	.Width-lg-14vw { width: 14vw !important; }
	.Width-lg-15vw { width: 15vw !important; }
	.Width-lg-16vw { width: 16vw !important; }
	.Width-lg-17vw { width: 17vw !important; }
	.Width-lg-18vw { width: 18vw !important; }
	.Width-lg-19vw { width: 19vw !important; }
	.Width-lg-20vw { width: 20vw !important; }
	.Width-lg-21vw { width: 21vw !important; }
	.Width-lg-22vw { width: 22vw !important; }
	.Width-lg-23vw { width: 23vw !important; }
	.Width-lg-24vw { width: 24vw !important; }
	.Width-lg-25vw { width: 25vw !important; }
	.Width-lg-26vw { width: 26vw !important; }
	.Width-lg-27vw { width: 27vw !important; }
	.Width-lg-28vw { width: 28vw !important; }
	.Width-lg-29vw { width: 29vw !important; }
	.Width-lg-30vw { width: 30vw !important; }
	.Width-lg-31vw { width: 31vw !important; }
	.Width-lg-32vw { width: 32vw !important; }
	.Width-lg-33vw { width: 33vw !important; }
	.Width-lg-34vw { width: 34vw !important; }
	.Width-lg-35vw { width: 35vw !important; }
	.Width-lg-36vw { width: 36vw !important; }
	.Width-lg-37vw { width: 37vw !important; }
	.Width-lg-38vw { width: 38vw !important; }
	.Width-lg-39vw { width: 39vw !important; }
	.Width-lg-40vw { width: 40vw !important; }
	.Width-lg-41vw { width: 41vw !important; }
	.Width-lg-42vw { width: 42vw !important; }
	.Width-lg-43vw { width: 43vw !important; }
	.Width-lg-44vw { width: 44vw !important; }
	.Width-lg-45vw { width: 45vw !important; }
	.Width-lg-46vw { width: 46vw !important; }
	.Width-lg-47vw { width: 47vw !important; }
	.Width-lg-48vw { width: 48vw !important; }
	.Width-lg-49vw { width: 49vw !important; }
	.Width-lg-50vw { width: 50vw !important; }
	.Width-lg-51vw { width: 51vw !important; }
	.Width-lg-52vw { width: 52vw !important; }
	.Width-lg-53vw { width: 53vw !important; }
	.Width-lg-54vw { width: 54vw !important; }
	.Width-lg-55vw { width: 55vw !important; }
	.Width-lg-56vw { width: 56vw !important; }
	.Width-lg-57vw { width: 57vw !important; }
	.Width-lg-58vw { width: 58vw !important; }
	.Width-lg-59vw { width: 59vw !important; }
	.Width-lg-60vw { width: 60vw !important; }
	.Width-lg-61vw { width: 61vw !important; }
	.Width-lg-62vw { width: 62vw !important; }
	.Width-lg-63vw { width: 63vw !important; }
	.Width-lg-64vw { width: 64vw !important; }
	.Width-lg-65vw { width: 65vw !important; }
	.Width-lg-66vw { width: 66vw !important; }
	.Width-lg-67vw { width: 67vw !important; }
	.Width-lg-68vw { width: 68vw !important; }
	.Width-lg-69vw { width: 69vw !important; }
	.Width-lg-70vw { width: 70vw !important; }
	.Width-lg-71vw { width: 71vw !important; }
	.Width-lg-72vw { width: 72vw !important; }
	.Width-lg-73vw { width: 73vw !important; }
	.Width-lg-74vw { width: 74vw !important; }
	.Width-lg-75vw { width: 75vw !important; }
	.Width-lg-76vw { width: 76vw !important; }
	.Width-lg-77vw { width: 77vw !important; }
	.Width-lg-78vw { width: 78vw !important; }
	.Width-lg-79vw { width: 79vw !important; }
	.Width-lg-80vw { width: 80vw !important; }
	.Width-lg-81vw { width: 81vw !important; }
	.Width-lg-82vw { width: 82vw !important; }
	.Width-lg-83vw { width: 83vw !important; }
	.Width-lg-84vw { width: 84vw !important; }
	.Width-lg-85vw { width: 85vw !important; }
	.Width-lg-86vw { width: 86vw !important; }
	.Width-lg-87vw { width: 87vw !important; }
	.Width-lg-88vw { width: 88vw !important; }
	.Width-lg-89vw { width: 89vw !important; }
	.Width-lg-90vw { width: 90vw !important; }
	.Width-lg-91vw { width: 91vw !important; }
	.Width-lg-92vw { width: 92vw !important; }
	.Width-lg-93vw { width: 93vw !important; }
	.Width-lg-94vw { width: 94vw !important; }
	.Width-lg-95vw { width: 95vw !important; }
	.Width-lg-96vw { width: 96vw !important; }
	.Width-lg-97vw { width: 97vw !important; }
	.Width-lg-98vw { width: 98vw !important; }
	.Width-lg-99vw { width: 99vw !important; }
	.Width-lg-100vw { width: 100vw !important; }
	.Width-lg-0vh { width: 0vh !important; }
	.Width-lg-1vh { width: 1vh !important; }
	.Width-lg-2vh { width: 2vh !important; }
	.Width-lg-3vh { width: 3vh !important; }
	.Width-lg-4vh { width: 4vh !important; }
	.Width-lg-5vh { width: 5vh !important; }
	.Width-lg-6vh { width: 6vh !important; }
	.Width-lg-7vh { width: 7vh !important; }
	.Width-lg-8vh { width: 8vh !important; }
	.Width-lg-9vh { width: 9vh !important; }
	.Width-lg-10vh { width: 10vh !important; }
	.Width-lg-11vh { width: 11vh !important; }
	.Width-lg-12vh { width: 12vh !important; }
	.Width-lg-13vh { width: 13vh !important; }
	.Width-lg-14vh { width: 14vh !important; }
	.Width-lg-15vh { width: 15vh !important; }
	.Width-lg-16vh { width: 16vh !important; }
	.Width-lg-17vh { width: 17vh !important; }
	.Width-lg-18vh { width: 18vh !important; }
	.Width-lg-19vh { width: 19vh !important; }
	.Width-lg-20vh { width: 20vh !important; }
	.Width-lg-21vh { width: 21vh !important; }
	.Width-lg-22vh { width: 22vh !important; }
	.Width-lg-23vh { width: 23vh !important; }
	.Width-lg-24vh { width: 24vh !important; }
	.Width-lg-25vh { width: 25vh !important; }
	.Width-lg-26vh { width: 26vh !important; }
	.Width-lg-27vh { width: 27vh !important; }
	.Width-lg-28vh { width: 28vh !important; }
	.Width-lg-29vh { width: 29vh !important; }
	.Width-lg-30vh { width: 30vh !important; }
	.Width-lg-31vh { width: 31vh !important; }
	.Width-lg-32vh { width: 32vh !important; }
	.Width-lg-33vh { width: 33vh !important; }
	.Width-lg-34vh { width: 34vh !important; }
	.Width-lg-35vh { width: 35vh !important; }
	.Width-lg-36vh { width: 36vh !important; }
	.Width-lg-37vh { width: 37vh !important; }
	.Width-lg-38vh { width: 38vh !important; }
	.Width-lg-39vh { width: 39vh !important; }
	.Width-lg-40vh { width: 40vh !important; }
	.Width-lg-41vh { width: 41vh !important; }
	.Width-lg-42vh { width: 42vh !important; }
	.Width-lg-43vh { width: 43vh !important; }
	.Width-lg-44vh { width: 44vh !important; }
	.Width-lg-45vh { width: 45vh !important; }
	.Width-lg-46vh { width: 46vh !important; }
	.Width-lg-47vh { width: 47vh !important; }
	.Width-lg-48vh { width: 48vh !important; }
	.Width-lg-49vh { width: 49vh !important; }
	.Width-lg-50vh { width: 50vh !important; }
	.Width-lg-51vh { width: 51vh !important; }
	.Width-lg-52vh { width: 52vh !important; }
	.Width-lg-53vh { width: 53vh !important; }
	.Width-lg-54vh { width: 54vh !important; }
	.Width-lg-55vh { width: 55vh !important; }
	.Width-lg-56vh { width: 56vh !important; }
	.Width-lg-57vh { width: 57vh !important; }
	.Width-lg-58vh { width: 58vh !important; }
	.Width-lg-59vh { width: 59vh !important; }
	.Width-lg-60vh { width: 60vh !important; }
	.Width-lg-61vh { width: 61vh !important; }
	.Width-lg-62vh { width: 62vh !important; }
	.Width-lg-63vh { width: 63vh !important; }
	.Width-lg-64vh { width: 64vh !important; }
	.Width-lg-65vh { width: 65vh !important; }
	.Width-lg-66vh { width: 66vh !important; }
	.Width-lg-67vh { width: 67vh !important; }
	.Width-lg-68vh { width: 68vh !important; }
	.Width-lg-69vh { width: 69vh !important; }
	.Width-lg-70vh { width: 70vh !important; }
	.Width-lg-71vh { width: 71vh !important; }
	.Width-lg-72vh { width: 72vh !important; }
	.Width-lg-73vh { width: 73vh !important; }
	.Width-lg-74vh { width: 74vh !important; }
	.Width-lg-75vh { width: 75vh !important; }
	.Width-lg-76vh { width: 76vh !important; }
	.Width-lg-77vh { width: 77vh !important; }
	.Width-lg-78vh { width: 78vh !important; }
	.Width-lg-79vh { width: 79vh !important; }
	.Width-lg-80vh { width: 80vh !important; }
	.Width-lg-81vh { width: 81vh !important; }
	.Width-lg-82vh { width: 82vh !important; }
	.Width-lg-83vh { width: 83vh !important; }
	.Width-lg-84vh { width: 84vh !important; }
	.Width-lg-85vh { width: 85vh !important; }
	.Width-lg-86vh { width: 86vh !important; }
	.Width-lg-87vh { width: 87vh !important; }
	.Width-lg-88vh { width: 88vh !important; }
	.Width-lg-89vh { width: 89vh !important; }
	.Width-lg-90vh { width: 90vh !important; }
	.Width-lg-91vh { width: 91vh !important; }
	.Width-lg-92vh { width: 92vh !important; }
	.Width-lg-93vh { width: 93vh !important; }
	.Width-lg-94vh { width: 94vh !important; }
	.Width-lg-95vh { width: 95vh !important; }
	.Width-lg-96vh { width: 96vh !important; }
	.Width-lg-97vh { width: 97vh !important; }
	.Width-lg-98vh { width: 98vh !important; }
	.Width-lg-99vh { width: 99vh !important; }
	.Width-lg-100vh { width: 100vh !important; }
	.Width-lg-0vmin { width: 0vmin !important; }
	.Width-lg-1vmin { width: 1vmin !important; }
	.Width-lg-2vmin { width: 2vmin !important; }
	.Width-lg-3vmin { width: 3vmin !important; }
	.Width-lg-4vmin { width: 4vmin !important; }
	.Width-lg-5vmin { width: 5vmin !important; }
	.Width-lg-6vmin { width: 6vmin !important; }
	.Width-lg-7vmin { width: 7vmin !important; }
	.Width-lg-8vmin { width: 8vmin !important; }
	.Width-lg-9vmin { width: 9vmin !important; }
	.Width-lg-10vmin { width: 10vmin !important; }
	.Width-lg-11vmin { width: 11vmin !important; }
	.Width-lg-12vmin { width: 12vmin !important; }
	.Width-lg-13vmin { width: 13vmin !important; }
	.Width-lg-14vmin { width: 14vmin !important; }
	.Width-lg-15vmin { width: 15vmin !important; }
	.Width-lg-16vmin { width: 16vmin !important; }
	.Width-lg-17vmin { width: 17vmin !important; }
	.Width-lg-18vmin { width: 18vmin !important; }
	.Width-lg-19vmin { width: 19vmin !important; }
	.Width-lg-20vmin { width: 20vmin !important; }
	.Width-lg-21vmin { width: 21vmin !important; }
	.Width-lg-22vmin { width: 22vmin !important; }
	.Width-lg-23vmin { width: 23vmin !important; }
	.Width-lg-24vmin { width: 24vmin !important; }
	.Width-lg-25vmin { width: 25vmin !important; }
	.Width-lg-26vmin { width: 26vmin !important; }
	.Width-lg-27vmin { width: 27vmin !important; }
	.Width-lg-28vmin { width: 28vmin !important; }
	.Width-lg-29vmin { width: 29vmin !important; }
	.Width-lg-30vmin { width: 30vmin !important; }
	.Width-lg-31vmin { width: 31vmin !important; }
	.Width-lg-32vmin { width: 32vmin !important; }
	.Width-lg-33vmin { width: 33vmin !important; }
	.Width-lg-34vmin { width: 34vmin !important; }
	.Width-lg-35vmin { width: 35vmin !important; }
	.Width-lg-36vmin { width: 36vmin !important; }
	.Width-lg-37vmin { width: 37vmin !important; }
	.Width-lg-38vmin { width: 38vmin !important; }
	.Width-lg-39vmin { width: 39vmin !important; }
	.Width-lg-40vmin { width: 40vmin !important; }
	.Width-lg-41vmin { width: 41vmin !important; }
	.Width-lg-42vmin { width: 42vmin !important; }
	.Width-lg-43vmin { width: 43vmin !important; }
	.Width-lg-44vmin { width: 44vmin !important; }
	.Width-lg-45vmin { width: 45vmin !important; }
	.Width-lg-46vmin { width: 46vmin !important; }
	.Width-lg-47vmin { width: 47vmin !important; }
	.Width-lg-48vmin { width: 48vmin !important; }
	.Width-lg-49vmin { width: 49vmin !important; }
	.Width-lg-50vmin { width: 50vmin !important; }
	.Width-lg-51vmin { width: 51vmin !important; }
	.Width-lg-52vmin { width: 52vmin !important; }
	.Width-lg-53vmin { width: 53vmin !important; }
	.Width-lg-54vmin { width: 54vmin !important; }
	.Width-lg-55vmin { width: 55vmin !important; }
	.Width-lg-56vmin { width: 56vmin !important; }
	.Width-lg-57vmin { width: 57vmin !important; }
	.Width-lg-58vmin { width: 58vmin !important; }
	.Width-lg-59vmin { width: 59vmin !important; }
	.Width-lg-60vmin { width: 60vmin !important; }
	.Width-lg-61vmin { width: 61vmin !important; }
	.Width-lg-62vmin { width: 62vmin !important; }
	.Width-lg-63vmin { width: 63vmin !important; }
	.Width-lg-64vmin { width: 64vmin !important; }
	.Width-lg-65vmin { width: 65vmin !important; }
	.Width-lg-66vmin { width: 66vmin !important; }
	.Width-lg-67vmin { width: 67vmin !important; }
	.Width-lg-68vmin { width: 68vmin !important; }
	.Width-lg-69vmin { width: 69vmin !important; }
	.Width-lg-70vmin { width: 70vmin !important; }
	.Width-lg-71vmin { width: 71vmin !important; }
	.Width-lg-72vmin { width: 72vmin !important; }
	.Width-lg-73vmin { width: 73vmin !important; }
	.Width-lg-74vmin { width: 74vmin !important; }
	.Width-lg-75vmin { width: 75vmin !important; }
	.Width-lg-76vmin { width: 76vmin !important; }
	.Width-lg-77vmin { width: 77vmin !important; }
	.Width-lg-78vmin { width: 78vmin !important; }
	.Width-lg-79vmin { width: 79vmin !important; }
	.Width-lg-80vmin { width: 80vmin !important; }
	.Width-lg-81vmin { width: 81vmin !important; }
	.Width-lg-82vmin { width: 82vmin !important; }
	.Width-lg-83vmin { width: 83vmin !important; }
	.Width-lg-84vmin { width: 84vmin !important; }
	.Width-lg-85vmin { width: 85vmin !important; }
	.Width-lg-86vmin { width: 86vmin !important; }
	.Width-lg-87vmin { width: 87vmin !important; }
	.Width-lg-88vmin { width: 88vmin !important; }
	.Width-lg-89vmin { width: 89vmin !important; }
	.Width-lg-90vmin { width: 90vmin !important; }
	.Width-lg-91vmin { width: 91vmin !important; }
	.Width-lg-92vmin { width: 92vmin !important; }
	.Width-lg-93vmin { width: 93vmin !important; }
	.Width-lg-94vmin { width: 94vmin !important; }
	.Width-lg-95vmin { width: 95vmin !important; }
	.Width-lg-96vmin { width: 96vmin !important; }
	.Width-lg-97vmin { width: 97vmin !important; }
	.Width-lg-98vmin { width: 98vmin !important; }
	.Width-lg-99vmin { width: 99vmin !important; }
	.Width-lg-100vmin { width: 100vmin !important; }
	.Width-lg-0vmax { width: 0vmax !important; }
	.Width-lg-1vmax { width: 1vmax !important; }
	.Width-lg-2vmax { width: 2vmax !important; }
	.Width-lg-3vmax { width: 3vmax !important; }
	.Width-lg-4vmax { width: 4vmax !important; }
	.Width-lg-5vmax { width: 5vmax !important; }
	.Width-lg-6vmax { width: 6vmax !important; }
	.Width-lg-7vmax { width: 7vmax !important; }
	.Width-lg-8vmax { width: 8vmax !important; }
	.Width-lg-9vmax { width: 9vmax !important; }
	.Width-lg-10vmax { width: 10vmax !important; }
	.Width-lg-11vmax { width: 11vmax !important; }
	.Width-lg-12vmax { width: 12vmax !important; }
	.Width-lg-13vmax { width: 13vmax !important; }
	.Width-lg-14vmax { width: 14vmax !important; }
	.Width-lg-15vmax { width: 15vmax !important; }
	.Width-lg-16vmax { width: 16vmax !important; }
	.Width-lg-17vmax { width: 17vmax !important; }
	.Width-lg-18vmax { width: 18vmax !important; }
	.Width-lg-19vmax { width: 19vmax !important; }
	.Width-lg-20vmax { width: 20vmax !important; }
	.Width-lg-21vmax { width: 21vmax !important; }
	.Width-lg-22vmax { width: 22vmax !important; }
	.Width-lg-23vmax { width: 23vmax !important; }
	.Width-lg-24vmax { width: 24vmax !important; }
	.Width-lg-25vmax { width: 25vmax !important; }
	.Width-lg-26vmax { width: 26vmax !important; }
	.Width-lg-27vmax { width: 27vmax !important; }
	.Width-lg-28vmax { width: 28vmax !important; }
	.Width-lg-29vmax { width: 29vmax !important; }
	.Width-lg-30vmax { width: 30vmax !important; }
	.Width-lg-31vmax { width: 31vmax !important; }
	.Width-lg-32vmax { width: 32vmax !important; }
	.Width-lg-33vmax { width: 33vmax !important; }
	.Width-lg-34vmax { width: 34vmax !important; }
	.Width-lg-35vmax { width: 35vmax !important; }
	.Width-lg-36vmax { width: 36vmax !important; }
	.Width-lg-37vmax { width: 37vmax !important; }
	.Width-lg-38vmax { width: 38vmax !important; }
	.Width-lg-39vmax { width: 39vmax !important; }
	.Width-lg-40vmax { width: 40vmax !important; }
	.Width-lg-41vmax { width: 41vmax !important; }
	.Width-lg-42vmax { width: 42vmax !important; }
	.Width-lg-43vmax { width: 43vmax !important; }
	.Width-lg-44vmax { width: 44vmax !important; }
	.Width-lg-45vmax { width: 45vmax !important; }
	.Width-lg-46vmax { width: 46vmax !important; }
	.Width-lg-47vmax { width: 47vmax !important; }
	.Width-lg-48vmax { width: 48vmax !important; }
	.Width-lg-49vmax { width: 49vmax !important; }
	.Width-lg-50vmax { width: 50vmax !important; }
	.Width-lg-51vmax { width: 51vmax !important; }
	.Width-lg-52vmax { width: 52vmax !important; }
	.Width-lg-53vmax { width: 53vmax !important; }
	.Width-lg-54vmax { width: 54vmax !important; }
	.Width-lg-55vmax { width: 55vmax !important; }
	.Width-lg-56vmax { width: 56vmax !important; }
	.Width-lg-57vmax { width: 57vmax !important; }
	.Width-lg-58vmax { width: 58vmax !important; }
	.Width-lg-59vmax { width: 59vmax !important; }
	.Width-lg-60vmax { width: 60vmax !important; }
	.Width-lg-61vmax { width: 61vmax !important; }
	.Width-lg-62vmax { width: 62vmax !important; }
	.Width-lg-63vmax { width: 63vmax !important; }
	.Width-lg-64vmax { width: 64vmax !important; }
	.Width-lg-65vmax { width: 65vmax !important; }
	.Width-lg-66vmax { width: 66vmax !important; }
	.Width-lg-67vmax { width: 67vmax !important; }
	.Width-lg-68vmax { width: 68vmax !important; }
	.Width-lg-69vmax { width: 69vmax !important; }
	.Width-lg-70vmax { width: 70vmax !important; }
	.Width-lg-71vmax { width: 71vmax !important; }
	.Width-lg-72vmax { width: 72vmax !important; }
	.Width-lg-73vmax { width: 73vmax !important; }
	.Width-lg-74vmax { width: 74vmax !important; }
	.Width-lg-75vmax { width: 75vmax !important; }
	.Width-lg-76vmax { width: 76vmax !important; }
	.Width-lg-77vmax { width: 77vmax !important; }
	.Width-lg-78vmax { width: 78vmax !important; }
	.Width-lg-79vmax { width: 79vmax !important; }
	.Width-lg-80vmax { width: 80vmax !important; }
	.Width-lg-81vmax { width: 81vmax !important; }
	.Width-lg-82vmax { width: 82vmax !important; }
	.Width-lg-83vmax { width: 83vmax !important; }
	.Width-lg-84vmax { width: 84vmax !important; }
	.Width-lg-85vmax { width: 85vmax !important; }
	.Width-lg-86vmax { width: 86vmax !important; }
	.Width-lg-87vmax { width: 87vmax !important; }
	.Width-lg-88vmax { width: 88vmax !important; }
	.Width-lg-89vmax { width: 89vmax !important; }
	.Width-lg-90vmax { width: 90vmax !important; }
	.Width-lg-91vmax { width: 91vmax !important; }
	.Width-lg-92vmax { width: 92vmax !important; }
	.Width-lg-93vmax { width: 93vmax !important; }
	.Width-lg-94vmax { width: 94vmax !important; }
	.Width-lg-95vmax { width: 95vmax !important; }
	.Width-lg-96vmax { width: 96vmax !important; }
	.Width-lg-97vmax { width: 97vmax !important; }
	.Width-lg-98vmax { width: 98vmax !important; }
	.Width-lg-99vmax { width: 99vmax !important; }
	.Width-lg-100vmax { width: 100vmax !important; }
	.Height-lg-0x10 { height: 0% !important; }
	.Height-lg-1x10 { height: 10% !important; }
	.Height-lg-2x10 { height: 20% !important; }
	.Height-lg-3x10 { height: 30% !important; }
	.Height-lg-4x10 { height: 40% !important; }
	.Height-lg-5x10 { height: 50% !important; }
	.Height-lg-6x10 { height: 60% !important; }
	.Height-lg-7x10 { height: 70% !important; }
	.Height-lg-8x10 { height: 80% !important; }
	.Height-lg-9x10 { height: 90% !important; }
	.Height-lg-10x10 { height: 100% !important; }
	.Height-lg-0x12 { height: 0% !important; }
	.Height-lg-1x12 { height: 8.3333333333333% !important; }
	.Height-lg-2x12 { height: 16.666666666667% !important; }
	.Height-lg-3x12 { height: 25% !important; }
	.Height-lg-4x12 { height: 33.333333333333% !important; }
	.Height-lg-5x12 { height: 41.666666666667% !important; }
	.Height-lg-6x12 { height: 50% !important; }
	.Height-lg-7x12 { height: 58.333333333333% !important; }
	.Height-lg-8x12 { height: 66.666666666667% !important; }
	.Height-lg-9x12 { height: 75% !important; }
	.Height-lg-10x12 { height: 83.333333333333% !important; }
	.Height-lg-11x12 { height: 91.666666666667% !important; }
	.Height-lg-12x12 { height: 100% !important; }
	.Height-lg-0x16 { height: 0% !important; }
	.Height-lg-1x16 { height: 6.25% !important; }
	.Height-lg-2x16 { height: 12.5% !important; }
	.Height-lg-3x16 { height: 18.75% !important; }
	.Height-lg-4x16 { height: 25% !important; }
	.Height-lg-5x16 { height: 31.25% !important; }
	.Height-lg-6x16 { height: 37.5% !important; }
	.Height-lg-7x16 { height: 43.75% !important; }
	.Height-lg-8x16 { height: 50% !important; }
	.Height-lg-9x16 { height: 56.25% !important; }
	.Height-lg-10x16 { height: 62.5% !important; }
	.Height-lg-11x16 { height: 68.75% !important; }
	.Height-lg-12x16 { height: 75% !important; }
	.Height-lg-13x16 { height: 81.25% !important; }
	.Height-lg-14x16 { height: 87.5% !important; }
	.Height-lg-15x16 { height: 93.75% !important; }
	.Height-lg-16x16 { height: 100% !important; }
	.Height-lg-0em { height: 0em !important; }
	.Height-lg-1em { height: 1em !important; }
	.Height-lg-2em { height: 2em !important; }
	.Height-lg-3em { height: 3em !important; }
	.Height-lg-4em { height: 4em !important; }
	.Height-lg-5em { height: 5em !important; }
	.Height-lg-6em { height: 6em !important; }
	.Height-lg-7em { height: 7em !important; }
	.Height-lg-8em { height: 8em !important; }
	.Height-lg-9em { height: 9em !important; }
	.Height-lg-10em { height: 10em !important; }
	.Height-lg-11em { height: 11em !important; }
	.Height-lg-12em { height: 12em !important; }
	.Height-lg-13em { height: 13em !important; }
	.Height-lg-14em { height: 14em !important; }
	.Height-lg-15em { height: 15em !important; }
	.Height-lg-16em { height: 16em !important; }
	.Height-lg-17em { height: 17em !important; }
	.Height-lg-18em { height: 18em !important; }
	.Height-lg-19em { height: 19em !important; }
	.Height-lg-20em { height: 20em !important; }
	.Height-lg-21em { height: 21em !important; }
	.Height-lg-22em { height: 22em !important; }
	.Height-lg-23em { height: 23em !important; }
	.Height-lg-24em { height: 24em !important; }
	.Height-lg-0x16em { height: 0em !important; }
	.Height-lg-1x16em { height: 0.0625em !important; }
	.Height-lg-2x16em { height: 0.125em !important; }
	.Height-lg-3x16em { height: 0.1875em !important; }
	.Height-lg-4x16em { height: 0.25em !important; }
	.Height-lg-5x16em { height: 0.3125em !important; }
	.Height-lg-6x16em { height: 0.375em !important; }
	.Height-lg-7x16em { height: 0.4375em !important; }
	.Height-lg-8x16em { height: 0.5em !important; }
	.Height-lg-9x16em { height: 0.5625em !important; }
	.Height-lg-10x16em { height: 0.625em !important; }
	.Height-lg-11x16em { height: 0.6875em !important; }
	.Height-lg-12x16em { height: 0.75em !important; }
	.Height-lg-13x16em { height: 0.8125em !important; }
	.Height-lg-14x16em { height: 0.875em !important; }
	.Height-lg-15x16em { height: 0.9375em !important; }
	.Height-lg-16x16em { height: 1em !important; }
	.Height-lg-0vw { height: 0vw !important; }
	.Height-lg-1vw { height: 1vw !important; }
	.Height-lg-2vw { height: 2vw !important; }
	.Height-lg-3vw { height: 3vw !important; }
	.Height-lg-4vw { height: 4vw !important; }
	.Height-lg-5vw { height: 5vw !important; }
	.Height-lg-6vw { height: 6vw !important; }
	.Height-lg-7vw { height: 7vw !important; }
	.Height-lg-8vw { height: 8vw !important; }
	.Height-lg-9vw { height: 9vw !important; }
	.Height-lg-10vw { height: 10vw !important; }
	.Height-lg-11vw { height: 11vw !important; }
	.Height-lg-12vw { height: 12vw !important; }
	.Height-lg-13vw { height: 13vw !important; }
	.Height-lg-14vw { height: 14vw !important; }
	.Height-lg-15vw { height: 15vw !important; }
	.Height-lg-16vw { height: 16vw !important; }
	.Height-lg-17vw { height: 17vw !important; }
	.Height-lg-18vw { height: 18vw !important; }
	.Height-lg-19vw { height: 19vw !important; }
	.Height-lg-20vw { height: 20vw !important; }
	.Height-lg-21vw { height: 21vw !important; }
	.Height-lg-22vw { height: 22vw !important; }
	.Height-lg-23vw { height: 23vw !important; }
	.Height-lg-24vw { height: 24vw !important; }
	.Height-lg-25vw { height: 25vw !important; }
	.Height-lg-26vw { height: 26vw !important; }
	.Height-lg-27vw { height: 27vw !important; }
	.Height-lg-28vw { height: 28vw !important; }
	.Height-lg-29vw { height: 29vw !important; }
	.Height-lg-30vw { height: 30vw !important; }
	.Height-lg-31vw { height: 31vw !important; }
	.Height-lg-32vw { height: 32vw !important; }
	.Height-lg-33vw { height: 33vw !important; }
	.Height-lg-34vw { height: 34vw !important; }
	.Height-lg-35vw { height: 35vw !important; }
	.Height-lg-36vw { height: 36vw !important; }
	.Height-lg-37vw { height: 37vw !important; }
	.Height-lg-38vw { height: 38vw !important; }
	.Height-lg-39vw { height: 39vw !important; }
	.Height-lg-40vw { height: 40vw !important; }
	.Height-lg-41vw { height: 41vw !important; }
	.Height-lg-42vw { height: 42vw !important; }
	.Height-lg-43vw { height: 43vw !important; }
	.Height-lg-44vw { height: 44vw !important; }
	.Height-lg-45vw { height: 45vw !important; }
	.Height-lg-46vw { height: 46vw !important; }
	.Height-lg-47vw { height: 47vw !important; }
	.Height-lg-48vw { height: 48vw !important; }
	.Height-lg-49vw { height: 49vw !important; }
	.Height-lg-50vw { height: 50vw !important; }
	.Height-lg-51vw { height: 51vw !important; }
	.Height-lg-52vw { height: 52vw !important; }
	.Height-lg-53vw { height: 53vw !important; }
	.Height-lg-54vw { height: 54vw !important; }
	.Height-lg-55vw { height: 55vw !important; }
	.Height-lg-56vw { height: 56vw !important; }
	.Height-lg-57vw { height: 57vw !important; }
	.Height-lg-58vw { height: 58vw !important; }
	.Height-lg-59vw { height: 59vw !important; }
	.Height-lg-60vw { height: 60vw !important; }
	.Height-lg-61vw { height: 61vw !important; }
	.Height-lg-62vw { height: 62vw !important; }
	.Height-lg-63vw { height: 63vw !important; }
	.Height-lg-64vw { height: 64vw !important; }
	.Height-lg-65vw { height: 65vw !important; }
	.Height-lg-66vw { height: 66vw !important; }
	.Height-lg-67vw { height: 67vw !important; }
	.Height-lg-68vw { height: 68vw !important; }
	.Height-lg-69vw { height: 69vw !important; }
	.Height-lg-70vw { height: 70vw !important; }
	.Height-lg-71vw { height: 71vw !important; }
	.Height-lg-72vw { height: 72vw !important; }
	.Height-lg-73vw { height: 73vw !important; }
	.Height-lg-74vw { height: 74vw !important; }
	.Height-lg-75vw { height: 75vw !important; }
	.Height-lg-76vw { height: 76vw !important; }
	.Height-lg-77vw { height: 77vw !important; }
	.Height-lg-78vw { height: 78vw !important; }
	.Height-lg-79vw { height: 79vw !important; }
	.Height-lg-80vw { height: 80vw !important; }
	.Height-lg-81vw { height: 81vw !important; }
	.Height-lg-82vw { height: 82vw !important; }
	.Height-lg-83vw { height: 83vw !important; }
	.Height-lg-84vw { height: 84vw !important; }
	.Height-lg-85vw { height: 85vw !important; }
	.Height-lg-86vw { height: 86vw !important; }
	.Height-lg-87vw { height: 87vw !important; }
	.Height-lg-88vw { height: 88vw !important; }
	.Height-lg-89vw { height: 89vw !important; }
	.Height-lg-90vw { height: 90vw !important; }
	.Height-lg-91vw { height: 91vw !important; }
	.Height-lg-92vw { height: 92vw !important; }
	.Height-lg-93vw { height: 93vw !important; }
	.Height-lg-94vw { height: 94vw !important; }
	.Height-lg-95vw { height: 95vw !important; }
	.Height-lg-96vw { height: 96vw !important; }
	.Height-lg-97vw { height: 97vw !important; }
	.Height-lg-98vw { height: 98vw !important; }
	.Height-lg-99vw { height: 99vw !important; }
	.Height-lg-100vw { height: 100vw !important; }
	.Height-lg-0vh { height: 0vh !important; }
	.Height-lg-1vh { height: 1vh !important; }
	.Height-lg-2vh { height: 2vh !important; }
	.Height-lg-3vh { height: 3vh !important; }
	.Height-lg-4vh { height: 4vh !important; }
	.Height-lg-5vh { height: 5vh !important; }
	.Height-lg-6vh { height: 6vh !important; }
	.Height-lg-7vh { height: 7vh !important; }
	.Height-lg-8vh { height: 8vh !important; }
	.Height-lg-9vh { height: 9vh !important; }
	.Height-lg-10vh { height: 10vh !important; }
	.Height-lg-11vh { height: 11vh !important; }
	.Height-lg-12vh { height: 12vh !important; }
	.Height-lg-13vh { height: 13vh !important; }
	.Height-lg-14vh { height: 14vh !important; }
	.Height-lg-15vh { height: 15vh !important; }
	.Height-lg-16vh { height: 16vh !important; }
	.Height-lg-17vh { height: 17vh !important; }
	.Height-lg-18vh { height: 18vh !important; }
	.Height-lg-19vh { height: 19vh !important; }
	.Height-lg-20vh { height: 20vh !important; }
	.Height-lg-21vh { height: 21vh !important; }
	.Height-lg-22vh { height: 22vh !important; }
	.Height-lg-23vh { height: 23vh !important; }
	.Height-lg-24vh { height: 24vh !important; }
	.Height-lg-25vh { height: 25vh !important; }
	.Height-lg-26vh { height: 26vh !important; }
	.Height-lg-27vh { height: 27vh !important; }
	.Height-lg-28vh { height: 28vh !important; }
	.Height-lg-29vh { height: 29vh !important; }
	.Height-lg-30vh { height: 30vh !important; }
	.Height-lg-31vh { height: 31vh !important; }
	.Height-lg-32vh { height: 32vh !important; }
	.Height-lg-33vh { height: 33vh !important; }
	.Height-lg-34vh { height: 34vh !important; }
	.Height-lg-35vh { height: 35vh !important; }
	.Height-lg-36vh { height: 36vh !important; }
	.Height-lg-37vh { height: 37vh !important; }
	.Height-lg-38vh { height: 38vh !important; }
	.Height-lg-39vh { height: 39vh !important; }
	.Height-lg-40vh { height: 40vh !important; }
	.Height-lg-41vh { height: 41vh !important; }
	.Height-lg-42vh { height: 42vh !important; }
	.Height-lg-43vh { height: 43vh !important; }
	.Height-lg-44vh { height: 44vh !important; }
	.Height-lg-45vh { height: 45vh !important; }
	.Height-lg-46vh { height: 46vh !important; }
	.Height-lg-47vh { height: 47vh !important; }
	.Height-lg-48vh { height: 48vh !important; }
	.Height-lg-49vh { height: 49vh !important; }
	.Height-lg-50vh { height: 50vh !important; }
	.Height-lg-51vh { height: 51vh !important; }
	.Height-lg-52vh { height: 52vh !important; }
	.Height-lg-53vh { height: 53vh !important; }
	.Height-lg-54vh { height: 54vh !important; }
	.Height-lg-55vh { height: 55vh !important; }
	.Height-lg-56vh { height: 56vh !important; }
	.Height-lg-57vh { height: 57vh !important; }
	.Height-lg-58vh { height: 58vh !important; }
	.Height-lg-59vh { height: 59vh !important; }
	.Height-lg-60vh { height: 60vh !important; }
	.Height-lg-61vh { height: 61vh !important; }
	.Height-lg-62vh { height: 62vh !important; }
	.Height-lg-63vh { height: 63vh !important; }
	.Height-lg-64vh { height: 64vh !important; }
	.Height-lg-65vh { height: 65vh !important; }
	.Height-lg-66vh { height: 66vh !important; }
	.Height-lg-67vh { height: 67vh !important; }
	.Height-lg-68vh { height: 68vh !important; }
	.Height-lg-69vh { height: 69vh !important; }
	.Height-lg-70vh { height: 70vh !important; }
	.Height-lg-71vh { height: 71vh !important; }
	.Height-lg-72vh { height: 72vh !important; }
	.Height-lg-73vh { height: 73vh !important; }
	.Height-lg-74vh { height: 74vh !important; }
	.Height-lg-75vh { height: 75vh !important; }
	.Height-lg-76vh { height: 76vh !important; }
	.Height-lg-77vh { height: 77vh !important; }
	.Height-lg-78vh { height: 78vh !important; }
	.Height-lg-79vh { height: 79vh !important; }
	.Height-lg-80vh { height: 80vh !important; }
	.Height-lg-81vh { height: 81vh !important; }
	.Height-lg-82vh { height: 82vh !important; }
	.Height-lg-83vh { height: 83vh !important; }
	.Height-lg-84vh { height: 84vh !important; }
	.Height-lg-85vh { height: 85vh !important; }
	.Height-lg-86vh { height: 86vh !important; }
	.Height-lg-87vh { height: 87vh !important; }
	.Height-lg-88vh { height: 88vh !important; }
	.Height-lg-89vh { height: 89vh !important; }
	.Height-lg-90vh { height: 90vh !important; }
	.Height-lg-91vh { height: 91vh !important; }
	.Height-lg-92vh { height: 92vh !important; }
	.Height-lg-93vh { height: 93vh !important; }
	.Height-lg-94vh { height: 94vh !important; }
	.Height-lg-95vh { height: 95vh !important; }
	.Height-lg-96vh { height: 96vh !important; }
	.Height-lg-97vh { height: 97vh !important; }
	.Height-lg-98vh { height: 98vh !important; }
	.Height-lg-99vh { height: 99vh !important; }
	.Height-lg-100vh { height: 100vh !important; }
	.Height-lg-0vmin { height: 0vmin !important; }
	.Height-lg-1vmin { height: 1vmin !important; }
	.Height-lg-2vmin { height: 2vmin !important; }
	.Height-lg-3vmin { height: 3vmin !important; }
	.Height-lg-4vmin { height: 4vmin !important; }
	.Height-lg-5vmin { height: 5vmin !important; }
	.Height-lg-6vmin { height: 6vmin !important; }
	.Height-lg-7vmin { height: 7vmin !important; }
	.Height-lg-8vmin { height: 8vmin !important; }
	.Height-lg-9vmin { height: 9vmin !important; }
	.Height-lg-10vmin { height: 10vmin !important; }
	.Height-lg-11vmin { height: 11vmin !important; }
	.Height-lg-12vmin { height: 12vmin !important; }
	.Height-lg-13vmin { height: 13vmin !important; }
	.Height-lg-14vmin { height: 14vmin !important; }
	.Height-lg-15vmin { height: 15vmin !important; }
	.Height-lg-16vmin { height: 16vmin !important; }
	.Height-lg-17vmin { height: 17vmin !important; }
	.Height-lg-18vmin { height: 18vmin !important; }
	.Height-lg-19vmin { height: 19vmin !important; }
	.Height-lg-20vmin { height: 20vmin !important; }
	.Height-lg-21vmin { height: 21vmin !important; }
	.Height-lg-22vmin { height: 22vmin !important; }
	.Height-lg-23vmin { height: 23vmin !important; }
	.Height-lg-24vmin { height: 24vmin !important; }
	.Height-lg-25vmin { height: 25vmin !important; }
	.Height-lg-26vmin { height: 26vmin !important; }
	.Height-lg-27vmin { height: 27vmin !important; }
	.Height-lg-28vmin { height: 28vmin !important; }
	.Height-lg-29vmin { height: 29vmin !important; }
	.Height-lg-30vmin { height: 30vmin !important; }
	.Height-lg-31vmin { height: 31vmin !important; }
	.Height-lg-32vmin { height: 32vmin !important; }
	.Height-lg-33vmin { height: 33vmin !important; }
	.Height-lg-34vmin { height: 34vmin !important; }
	.Height-lg-35vmin { height: 35vmin !important; }
	.Height-lg-36vmin { height: 36vmin !important; }
	.Height-lg-37vmin { height: 37vmin !important; }
	.Height-lg-38vmin { height: 38vmin !important; }
	.Height-lg-39vmin { height: 39vmin !important; }
	.Height-lg-40vmin { height: 40vmin !important; }
	.Height-lg-41vmin { height: 41vmin !important; }
	.Height-lg-42vmin { height: 42vmin !important; }
	.Height-lg-43vmin { height: 43vmin !important; }
	.Height-lg-44vmin { height: 44vmin !important; }
	.Height-lg-45vmin { height: 45vmin !important; }
	.Height-lg-46vmin { height: 46vmin !important; }
	.Height-lg-47vmin { height: 47vmin !important; }
	.Height-lg-48vmin { height: 48vmin !important; }
	.Height-lg-49vmin { height: 49vmin !important; }
	.Height-lg-50vmin { height: 50vmin !important; }
	.Height-lg-51vmin { height: 51vmin !important; }
	.Height-lg-52vmin { height: 52vmin !important; }
	.Height-lg-53vmin { height: 53vmin !important; }
	.Height-lg-54vmin { height: 54vmin !important; }
	.Height-lg-55vmin { height: 55vmin !important; }
	.Height-lg-56vmin { height: 56vmin !important; }
	.Height-lg-57vmin { height: 57vmin !important; }
	.Height-lg-58vmin { height: 58vmin !important; }
	.Height-lg-59vmin { height: 59vmin !important; }
	.Height-lg-60vmin { height: 60vmin !important; }
	.Height-lg-61vmin { height: 61vmin !important; }
	.Height-lg-62vmin { height: 62vmin !important; }
	.Height-lg-63vmin { height: 63vmin !important; }
	.Height-lg-64vmin { height: 64vmin !important; }
	.Height-lg-65vmin { height: 65vmin !important; }
	.Height-lg-66vmin { height: 66vmin !important; }
	.Height-lg-67vmin { height: 67vmin !important; }
	.Height-lg-68vmin { height: 68vmin !important; }
	.Height-lg-69vmin { height: 69vmin !important; }
	.Height-lg-70vmin { height: 70vmin !important; }
	.Height-lg-71vmin { height: 71vmin !important; }
	.Height-lg-72vmin { height: 72vmin !important; }
	.Height-lg-73vmin { height: 73vmin !important; }
	.Height-lg-74vmin { height: 74vmin !important; }
	.Height-lg-75vmin { height: 75vmin !important; }
	.Height-lg-76vmin { height: 76vmin !important; }
	.Height-lg-77vmin { height: 77vmin !important; }
	.Height-lg-78vmin { height: 78vmin !important; }
	.Height-lg-79vmin { height: 79vmin !important; }
	.Height-lg-80vmin { height: 80vmin !important; }
	.Height-lg-81vmin { height: 81vmin !important; }
	.Height-lg-82vmin { height: 82vmin !important; }
	.Height-lg-83vmin { height: 83vmin !important; }
	.Height-lg-84vmin { height: 84vmin !important; }
	.Height-lg-85vmin { height: 85vmin !important; }
	.Height-lg-86vmin { height: 86vmin !important; }
	.Height-lg-87vmin { height: 87vmin !important; }
	.Height-lg-88vmin { height: 88vmin !important; }
	.Height-lg-89vmin { height: 89vmin !important; }
	.Height-lg-90vmin { height: 90vmin !important; }
	.Height-lg-91vmin { height: 91vmin !important; }
	.Height-lg-92vmin { height: 92vmin !important; }
	.Height-lg-93vmin { height: 93vmin !important; }
	.Height-lg-94vmin { height: 94vmin !important; }
	.Height-lg-95vmin { height: 95vmin !important; }
	.Height-lg-96vmin { height: 96vmin !important; }
	.Height-lg-97vmin { height: 97vmin !important; }
	.Height-lg-98vmin { height: 98vmin !important; }
	.Height-lg-99vmin { height: 99vmin !important; }
	.Height-lg-100vmin { height: 100vmin !important; }
	.Height-lg-0vmax { height: 0vmax !important; }
	.Height-lg-1vmax { height: 1vmax !important; }
	.Height-lg-2vmax { height: 2vmax !important; }
	.Height-lg-3vmax { height: 3vmax !important; }
	.Height-lg-4vmax { height: 4vmax !important; }
	.Height-lg-5vmax { height: 5vmax !important; }
	.Height-lg-6vmax { height: 6vmax !important; }
	.Height-lg-7vmax { height: 7vmax !important; }
	.Height-lg-8vmax { height: 8vmax !important; }
	.Height-lg-9vmax { height: 9vmax !important; }
	.Height-lg-10vmax { height: 10vmax !important; }
	.Height-lg-11vmax { height: 11vmax !important; }
	.Height-lg-12vmax { height: 12vmax !important; }
	.Height-lg-13vmax { height: 13vmax !important; }
	.Height-lg-14vmax { height: 14vmax !important; }
	.Height-lg-15vmax { height: 15vmax !important; }
	.Height-lg-16vmax { height: 16vmax !important; }
	.Height-lg-17vmax { height: 17vmax !important; }
	.Height-lg-18vmax { height: 18vmax !important; }
	.Height-lg-19vmax { height: 19vmax !important; }
	.Height-lg-20vmax { height: 20vmax !important; }
	.Height-lg-21vmax { height: 21vmax !important; }
	.Height-lg-22vmax { height: 22vmax !important; }
	.Height-lg-23vmax { height: 23vmax !important; }
	.Height-lg-24vmax { height: 24vmax !important; }
	.Height-lg-25vmax { height: 25vmax !important; }
	.Height-lg-26vmax { height: 26vmax !important; }
	.Height-lg-27vmax { height: 27vmax !important; }
	.Height-lg-28vmax { height: 28vmax !important; }
	.Height-lg-29vmax { height: 29vmax !important; }
	.Height-lg-30vmax { height: 30vmax !important; }
	.Height-lg-31vmax { height: 31vmax !important; }
	.Height-lg-32vmax { height: 32vmax !important; }
	.Height-lg-33vmax { height: 33vmax !important; }
	.Height-lg-34vmax { height: 34vmax !important; }
	.Height-lg-35vmax { height: 35vmax !important; }
	.Height-lg-36vmax { height: 36vmax !important; }
	.Height-lg-37vmax { height: 37vmax !important; }
	.Height-lg-38vmax { height: 38vmax !important; }
	.Height-lg-39vmax { height: 39vmax !important; }
	.Height-lg-40vmax { height: 40vmax !important; }
	.Height-lg-41vmax { height: 41vmax !important; }
	.Height-lg-42vmax { height: 42vmax !important; }
	.Height-lg-43vmax { height: 43vmax !important; }
	.Height-lg-44vmax { height: 44vmax !important; }
	.Height-lg-45vmax { height: 45vmax !important; }
	.Height-lg-46vmax { height: 46vmax !important; }
	.Height-lg-47vmax { height: 47vmax !important; }
	.Height-lg-48vmax { height: 48vmax !important; }
	.Height-lg-49vmax { height: 49vmax !important; }
	.Height-lg-50vmax { height: 50vmax !important; }
	.Height-lg-51vmax { height: 51vmax !important; }
	.Height-lg-52vmax { height: 52vmax !important; }
	.Height-lg-53vmax { height: 53vmax !important; }
	.Height-lg-54vmax { height: 54vmax !important; }
	.Height-lg-55vmax { height: 55vmax !important; }
	.Height-lg-56vmax { height: 56vmax !important; }
	.Height-lg-57vmax { height: 57vmax !important; }
	.Height-lg-58vmax { height: 58vmax !important; }
	.Height-lg-59vmax { height: 59vmax !important; }
	.Height-lg-60vmax { height: 60vmax !important; }
	.Height-lg-61vmax { height: 61vmax !important; }
	.Height-lg-62vmax { height: 62vmax !important; }
	.Height-lg-63vmax { height: 63vmax !important; }
	.Height-lg-64vmax { height: 64vmax !important; }
	.Height-lg-65vmax { height: 65vmax !important; }
	.Height-lg-66vmax { height: 66vmax !important; }
	.Height-lg-67vmax { height: 67vmax !important; }
	.Height-lg-68vmax { height: 68vmax !important; }
	.Height-lg-69vmax { height: 69vmax !important; }
	.Height-lg-70vmax { height: 70vmax !important; }
	.Height-lg-71vmax { height: 71vmax !important; }
	.Height-lg-72vmax { height: 72vmax !important; }
	.Height-lg-73vmax { height: 73vmax !important; }
	.Height-lg-74vmax { height: 74vmax !important; }
	.Height-lg-75vmax { height: 75vmax !important; }
	.Height-lg-76vmax { height: 76vmax !important; }
	.Height-lg-77vmax { height: 77vmax !important; }
	.Height-lg-78vmax { height: 78vmax !important; }
	.Height-lg-79vmax { height: 79vmax !important; }
	.Height-lg-80vmax { height: 80vmax !important; }
	.Height-lg-81vmax { height: 81vmax !important; }
	.Height-lg-82vmax { height: 82vmax !important; }
	.Height-lg-83vmax { height: 83vmax !important; }
	.Height-lg-84vmax { height: 84vmax !important; }
	.Height-lg-85vmax { height: 85vmax !important; }
	.Height-lg-86vmax { height: 86vmax !important; }
	.Height-lg-87vmax { height: 87vmax !important; }
	.Height-lg-88vmax { height: 88vmax !important; }
	.Height-lg-89vmax { height: 89vmax !important; }
	.Height-lg-90vmax { height: 90vmax !important; }
	.Height-lg-91vmax { height: 91vmax !important; }
	.Height-lg-92vmax { height: 92vmax !important; }
	.Height-lg-93vmax { height: 93vmax !important; }
	.Height-lg-94vmax { height: 94vmax !important; }
	.Height-lg-95vmax { height: 95vmax !important; }
	.Height-lg-96vmax { height: 96vmax !important; }
	.Height-lg-97vmax { height: 97vmax !important; }
	.Height-lg-98vmax { height: 98vmax !important; }
	.Height-lg-99vmax { height: 99vmax !important; }
	.Height-lg-100vmax { height: 100vmax !important; }
	.MinWidth-lg-0x10 { min-width: 0% !important; }
	.MinWidth-lg-1x10 { min-width: 10% !important; }
	.MinWidth-lg-2x10 { min-width: 20% !important; }
	.MinWidth-lg-3x10 { min-width: 30% !important; }
	.MinWidth-lg-4x10 { min-width: 40% !important; }
	.MinWidth-lg-5x10 { min-width: 50% !important; }
	.MinWidth-lg-6x10 { min-width: 60% !important; }
	.MinWidth-lg-7x10 { min-width: 70% !important; }
	.MinWidth-lg-8x10 { min-width: 80% !important; }
	.MinWidth-lg-9x10 { min-width: 90% !important; }
	.MinWidth-lg-10x10 { min-width: 100% !important; }
	.MinWidth-lg-0x12 { min-width: 0% !important; }
	.MinWidth-lg-1x12 { min-width: 8.3333333333333% !important; }
	.MinWidth-lg-2x12 { min-width: 16.666666666667% !important; }
	.MinWidth-lg-3x12 { min-width: 25% !important; }
	.MinWidth-lg-4x12 { min-width: 33.333333333333% !important; }
	.MinWidth-lg-5x12 { min-width: 41.666666666667% !important; }
	.MinWidth-lg-6x12 { min-width: 50% !important; }
	.MinWidth-lg-7x12 { min-width: 58.333333333333% !important; }
	.MinWidth-lg-8x12 { min-width: 66.666666666667% !important; }
	.MinWidth-lg-9x12 { min-width: 75% !important; }
	.MinWidth-lg-10x12 { min-width: 83.333333333333% !important; }
	.MinWidth-lg-11x12 { min-width: 91.666666666667% !important; }
	.MinWidth-lg-12x12 { min-width: 100% !important; }
	.MinWidth-lg-0x16 { min-width: 0% !important; }
	.MinWidth-lg-1x16 { min-width: 6.25% !important; }
	.MinWidth-lg-2x16 { min-width: 12.5% !important; }
	.MinWidth-lg-3x16 { min-width: 18.75% !important; }
	.MinWidth-lg-4x16 { min-width: 25% !important; }
	.MinWidth-lg-5x16 { min-width: 31.25% !important; }
	.MinWidth-lg-6x16 { min-width: 37.5% !important; }
	.MinWidth-lg-7x16 { min-width: 43.75% !important; }
	.MinWidth-lg-8x16 { min-width: 50% !important; }
	.MinWidth-lg-9x16 { min-width: 56.25% !important; }
	.MinWidth-lg-10x16 { min-width: 62.5% !important; }
	.MinWidth-lg-11x16 { min-width: 68.75% !important; }
	.MinWidth-lg-12x16 { min-width: 75% !important; }
	.MinWidth-lg-13x16 { min-width: 81.25% !important; }
	.MinWidth-lg-14x16 { min-width: 87.5% !important; }
	.MinWidth-lg-15x16 { min-width: 93.75% !important; }
	.MinWidth-lg-16x16 { min-width: 100% !important; }
	.MinWidth-lg-0em { min-width: 0em !important; }
	.MinWidth-lg-1em { min-width: 1em !important; }
	.MinWidth-lg-2em { min-width: 2em !important; }
	.MinWidth-lg-3em { min-width: 3em !important; }
	.MinWidth-lg-4em { min-width: 4em !important; }
	.MinWidth-lg-5em { min-width: 5em !important; }
	.MinWidth-lg-6em { min-width: 6em !important; }
	.MinWidth-lg-7em { min-width: 7em !important; }
	.MinWidth-lg-8em { min-width: 8em !important; }
	.MinWidth-lg-9em { min-width: 9em !important; }
	.MinWidth-lg-10em { min-width: 10em !important; }
	.MinWidth-lg-11em { min-width: 11em !important; }
	.MinWidth-lg-12em { min-width: 12em !important; }
	.MinWidth-lg-13em { min-width: 13em !important; }
	.MinWidth-lg-14em { min-width: 14em !important; }
	.MinWidth-lg-15em { min-width: 15em !important; }
	.MinWidth-lg-16em { min-width: 16em !important; }
	.MinWidth-lg-17em { min-width: 17em !important; }
	.MinWidth-lg-18em { min-width: 18em !important; }
	.MinWidth-lg-19em { min-width: 19em !important; }
	.MinWidth-lg-20em { min-width: 20em !important; }
	.MinWidth-lg-21em { min-width: 21em !important; }
	.MinWidth-lg-22em { min-width: 22em !important; }
	.MinWidth-lg-23em { min-width: 23em !important; }
	.MinWidth-lg-24em { min-width: 24em !important; }
	.MinWidth-lg-0x16em { min-width: 0em !important; }
	.MinWidth-lg-1x16em { min-width: 0.0625em !important; }
	.MinWidth-lg-2x16em { min-width: 0.125em !important; }
	.MinWidth-lg-3x16em { min-width: 0.1875em !important; }
	.MinWidth-lg-4x16em { min-width: 0.25em !important; }
	.MinWidth-lg-5x16em { min-width: 0.3125em !important; }
	.MinWidth-lg-6x16em { min-width: 0.375em !important; }
	.MinWidth-lg-7x16em { min-width: 0.4375em !important; }
	.MinWidth-lg-8x16em { min-width: 0.5em !important; }
	.MinWidth-lg-9x16em { min-width: 0.5625em !important; }
	.MinWidth-lg-10x16em { min-width: 0.625em !important; }
	.MinWidth-lg-11x16em { min-width: 0.6875em !important; }
	.MinWidth-lg-12x16em { min-width: 0.75em !important; }
	.MinWidth-lg-13x16em { min-width: 0.8125em !important; }
	.MinWidth-lg-14x16em { min-width: 0.875em !important; }
	.MinWidth-lg-15x16em { min-width: 0.9375em !important; }
	.MinWidth-lg-16x16em { min-width: 1em !important; }
	.MinWidth-lg-0vw { min-width: 0vw !important; }
	.MinWidth-lg-1vw { min-width: 1vw !important; }
	.MinWidth-lg-2vw { min-width: 2vw !important; }
	.MinWidth-lg-3vw { min-width: 3vw !important; }
	.MinWidth-lg-4vw { min-width: 4vw !important; }
	.MinWidth-lg-5vw { min-width: 5vw !important; }
	.MinWidth-lg-6vw { min-width: 6vw !important; }
	.MinWidth-lg-7vw { min-width: 7vw !important; }
	.MinWidth-lg-8vw { min-width: 8vw !important; }
	.MinWidth-lg-9vw { min-width: 9vw !important; }
	.MinWidth-lg-10vw { min-width: 10vw !important; }
	.MinWidth-lg-11vw { min-width: 11vw !important; }
	.MinWidth-lg-12vw { min-width: 12vw !important; }
	.MinWidth-lg-13vw { min-width: 13vw !important; }
	.MinWidth-lg-14vw { min-width: 14vw !important; }
	.MinWidth-lg-15vw { min-width: 15vw !important; }
	.MinWidth-lg-16vw { min-width: 16vw !important; }
	.MinWidth-lg-17vw { min-width: 17vw !important; }
	.MinWidth-lg-18vw { min-width: 18vw !important; }
	.MinWidth-lg-19vw { min-width: 19vw !important; }
	.MinWidth-lg-20vw { min-width: 20vw !important; }
	.MinWidth-lg-21vw { min-width: 21vw !important; }
	.MinWidth-lg-22vw { min-width: 22vw !important; }
	.MinWidth-lg-23vw { min-width: 23vw !important; }
	.MinWidth-lg-24vw { min-width: 24vw !important; }
	.MinWidth-lg-25vw { min-width: 25vw !important; }
	.MinWidth-lg-26vw { min-width: 26vw !important; }
	.MinWidth-lg-27vw { min-width: 27vw !important; }
	.MinWidth-lg-28vw { min-width: 28vw !important; }
	.MinWidth-lg-29vw { min-width: 29vw !important; }
	.MinWidth-lg-30vw { min-width: 30vw !important; }
	.MinWidth-lg-31vw { min-width: 31vw !important; }
	.MinWidth-lg-32vw { min-width: 32vw !important; }
	.MinWidth-lg-33vw { min-width: 33vw !important; }
	.MinWidth-lg-34vw { min-width: 34vw !important; }
	.MinWidth-lg-35vw { min-width: 35vw !important; }
	.MinWidth-lg-36vw { min-width: 36vw !important; }
	.MinWidth-lg-37vw { min-width: 37vw !important; }
	.MinWidth-lg-38vw { min-width: 38vw !important; }
	.MinWidth-lg-39vw { min-width: 39vw !important; }
	.MinWidth-lg-40vw { min-width: 40vw !important; }
	.MinWidth-lg-41vw { min-width: 41vw !important; }
	.MinWidth-lg-42vw { min-width: 42vw !important; }
	.MinWidth-lg-43vw { min-width: 43vw !important; }
	.MinWidth-lg-44vw { min-width: 44vw !important; }
	.MinWidth-lg-45vw { min-width: 45vw !important; }
	.MinWidth-lg-46vw { min-width: 46vw !important; }
	.MinWidth-lg-47vw { min-width: 47vw !important; }
	.MinWidth-lg-48vw { min-width: 48vw !important; }
	.MinWidth-lg-49vw { min-width: 49vw !important; }
	.MinWidth-lg-50vw { min-width: 50vw !important; }
	.MinWidth-lg-51vw { min-width: 51vw !important; }
	.MinWidth-lg-52vw { min-width: 52vw !important; }
	.MinWidth-lg-53vw { min-width: 53vw !important; }
	.MinWidth-lg-54vw { min-width: 54vw !important; }
	.MinWidth-lg-55vw { min-width: 55vw !important; }
	.MinWidth-lg-56vw { min-width: 56vw !important; }
	.MinWidth-lg-57vw { min-width: 57vw !important; }
	.MinWidth-lg-58vw { min-width: 58vw !important; }
	.MinWidth-lg-59vw { min-width: 59vw !important; }
	.MinWidth-lg-60vw { min-width: 60vw !important; }
	.MinWidth-lg-61vw { min-width: 61vw !important; }
	.MinWidth-lg-62vw { min-width: 62vw !important; }
	.MinWidth-lg-63vw { min-width: 63vw !important; }
	.MinWidth-lg-64vw { min-width: 64vw !important; }
	.MinWidth-lg-65vw { min-width: 65vw !important; }
	.MinWidth-lg-66vw { min-width: 66vw !important; }
	.MinWidth-lg-67vw { min-width: 67vw !important; }
	.MinWidth-lg-68vw { min-width: 68vw !important; }
	.MinWidth-lg-69vw { min-width: 69vw !important; }
	.MinWidth-lg-70vw { min-width: 70vw !important; }
	.MinWidth-lg-71vw { min-width: 71vw !important; }
	.MinWidth-lg-72vw { min-width: 72vw !important; }
	.MinWidth-lg-73vw { min-width: 73vw !important; }
	.MinWidth-lg-74vw { min-width: 74vw !important; }
	.MinWidth-lg-75vw { min-width: 75vw !important; }
	.MinWidth-lg-76vw { min-width: 76vw !important; }
	.MinWidth-lg-77vw { min-width: 77vw !important; }
	.MinWidth-lg-78vw { min-width: 78vw !important; }
	.MinWidth-lg-79vw { min-width: 79vw !important; }
	.MinWidth-lg-80vw { min-width: 80vw !important; }
	.MinWidth-lg-81vw { min-width: 81vw !important; }
	.MinWidth-lg-82vw { min-width: 82vw !important; }
	.MinWidth-lg-83vw { min-width: 83vw !important; }
	.MinWidth-lg-84vw { min-width: 84vw !important; }
	.MinWidth-lg-85vw { min-width: 85vw !important; }
	.MinWidth-lg-86vw { min-width: 86vw !important; }
	.MinWidth-lg-87vw { min-width: 87vw !important; }
	.MinWidth-lg-88vw { min-width: 88vw !important; }
	.MinWidth-lg-89vw { min-width: 89vw !important; }
	.MinWidth-lg-90vw { min-width: 90vw !important; }
	.MinWidth-lg-91vw { min-width: 91vw !important; }
	.MinWidth-lg-92vw { min-width: 92vw !important; }
	.MinWidth-lg-93vw { min-width: 93vw !important; }
	.MinWidth-lg-94vw { min-width: 94vw !important; }
	.MinWidth-lg-95vw { min-width: 95vw !important; }
	.MinWidth-lg-96vw { min-width: 96vw !important; }
	.MinWidth-lg-97vw { min-width: 97vw !important; }
	.MinWidth-lg-98vw { min-width: 98vw !important; }
	.MinWidth-lg-99vw { min-width: 99vw !important; }
	.MinWidth-lg-100vw { min-width: 100vw !important; }
	.MinWidth-lg-0vh { min-width: 0vh !important; }
	.MinWidth-lg-1vh { min-width: 1vh !important; }
	.MinWidth-lg-2vh { min-width: 2vh !important; }
	.MinWidth-lg-3vh { min-width: 3vh !important; }
	.MinWidth-lg-4vh { min-width: 4vh !important; }
	.MinWidth-lg-5vh { min-width: 5vh !important; }
	.MinWidth-lg-6vh { min-width: 6vh !important; }
	.MinWidth-lg-7vh { min-width: 7vh !important; }
	.MinWidth-lg-8vh { min-width: 8vh !important; }
	.MinWidth-lg-9vh { min-width: 9vh !important; }
	.MinWidth-lg-10vh { min-width: 10vh !important; }
	.MinWidth-lg-11vh { min-width: 11vh !important; }
	.MinWidth-lg-12vh { min-width: 12vh !important; }
	.MinWidth-lg-13vh { min-width: 13vh !important; }
	.MinWidth-lg-14vh { min-width: 14vh !important; }
	.MinWidth-lg-15vh { min-width: 15vh !important; }
	.MinWidth-lg-16vh { min-width: 16vh !important; }
	.MinWidth-lg-17vh { min-width: 17vh !important; }
	.MinWidth-lg-18vh { min-width: 18vh !important; }
	.MinWidth-lg-19vh { min-width: 19vh !important; }
	.MinWidth-lg-20vh { min-width: 20vh !important; }
	.MinWidth-lg-21vh { min-width: 21vh !important; }
	.MinWidth-lg-22vh { min-width: 22vh !important; }
	.MinWidth-lg-23vh { min-width: 23vh !important; }
	.MinWidth-lg-24vh { min-width: 24vh !important; }
	.MinWidth-lg-25vh { min-width: 25vh !important; }
	.MinWidth-lg-26vh { min-width: 26vh !important; }
	.MinWidth-lg-27vh { min-width: 27vh !important; }
	.MinWidth-lg-28vh { min-width: 28vh !important; }
	.MinWidth-lg-29vh { min-width: 29vh !important; }
	.MinWidth-lg-30vh { min-width: 30vh !important; }
	.MinWidth-lg-31vh { min-width: 31vh !important; }
	.MinWidth-lg-32vh { min-width: 32vh !important; }
	.MinWidth-lg-33vh { min-width: 33vh !important; }
	.MinWidth-lg-34vh { min-width: 34vh !important; }
	.MinWidth-lg-35vh { min-width: 35vh !important; }
	.MinWidth-lg-36vh { min-width: 36vh !important; }
	.MinWidth-lg-37vh { min-width: 37vh !important; }
	.MinWidth-lg-38vh { min-width: 38vh !important; }
	.MinWidth-lg-39vh { min-width: 39vh !important; }
	.MinWidth-lg-40vh { min-width: 40vh !important; }
	.MinWidth-lg-41vh { min-width: 41vh !important; }
	.MinWidth-lg-42vh { min-width: 42vh !important; }
	.MinWidth-lg-43vh { min-width: 43vh !important; }
	.MinWidth-lg-44vh { min-width: 44vh !important; }
	.MinWidth-lg-45vh { min-width: 45vh !important; }
	.MinWidth-lg-46vh { min-width: 46vh !important; }
	.MinWidth-lg-47vh { min-width: 47vh !important; }
	.MinWidth-lg-48vh { min-width: 48vh !important; }
	.MinWidth-lg-49vh { min-width: 49vh !important; }
	.MinWidth-lg-50vh { min-width: 50vh !important; }
	.MinWidth-lg-51vh { min-width: 51vh !important; }
	.MinWidth-lg-52vh { min-width: 52vh !important; }
	.MinWidth-lg-53vh { min-width: 53vh !important; }
	.MinWidth-lg-54vh { min-width: 54vh !important; }
	.MinWidth-lg-55vh { min-width: 55vh !important; }
	.MinWidth-lg-56vh { min-width: 56vh !important; }
	.MinWidth-lg-57vh { min-width: 57vh !important; }
	.MinWidth-lg-58vh { min-width: 58vh !important; }
	.MinWidth-lg-59vh { min-width: 59vh !important; }
	.MinWidth-lg-60vh { min-width: 60vh !important; }
	.MinWidth-lg-61vh { min-width: 61vh !important; }
	.MinWidth-lg-62vh { min-width: 62vh !important; }
	.MinWidth-lg-63vh { min-width: 63vh !important; }
	.MinWidth-lg-64vh { min-width: 64vh !important; }
	.MinWidth-lg-65vh { min-width: 65vh !important; }
	.MinWidth-lg-66vh { min-width: 66vh !important; }
	.MinWidth-lg-67vh { min-width: 67vh !important; }
	.MinWidth-lg-68vh { min-width: 68vh !important; }
	.MinWidth-lg-69vh { min-width: 69vh !important; }
	.MinWidth-lg-70vh { min-width: 70vh !important; }
	.MinWidth-lg-71vh { min-width: 71vh !important; }
	.MinWidth-lg-72vh { min-width: 72vh !important; }
	.MinWidth-lg-73vh { min-width: 73vh !important; }
	.MinWidth-lg-74vh { min-width: 74vh !important; }
	.MinWidth-lg-75vh { min-width: 75vh !important; }
	.MinWidth-lg-76vh { min-width: 76vh !important; }
	.MinWidth-lg-77vh { min-width: 77vh !important; }
	.MinWidth-lg-78vh { min-width: 78vh !important; }
	.MinWidth-lg-79vh { min-width: 79vh !important; }
	.MinWidth-lg-80vh { min-width: 80vh !important; }
	.MinWidth-lg-81vh { min-width: 81vh !important; }
	.MinWidth-lg-82vh { min-width: 82vh !important; }
	.MinWidth-lg-83vh { min-width: 83vh !important; }
	.MinWidth-lg-84vh { min-width: 84vh !important; }
	.MinWidth-lg-85vh { min-width: 85vh !important; }
	.MinWidth-lg-86vh { min-width: 86vh !important; }
	.MinWidth-lg-87vh { min-width: 87vh !important; }
	.MinWidth-lg-88vh { min-width: 88vh !important; }
	.MinWidth-lg-89vh { min-width: 89vh !important; }
	.MinWidth-lg-90vh { min-width: 90vh !important; }
	.MinWidth-lg-91vh { min-width: 91vh !important; }
	.MinWidth-lg-92vh { min-width: 92vh !important; }
	.MinWidth-lg-93vh { min-width: 93vh !important; }
	.MinWidth-lg-94vh { min-width: 94vh !important; }
	.MinWidth-lg-95vh { min-width: 95vh !important; }
	.MinWidth-lg-96vh { min-width: 96vh !important; }
	.MinWidth-lg-97vh { min-width: 97vh !important; }
	.MinWidth-lg-98vh { min-width: 98vh !important; }
	.MinWidth-lg-99vh { min-width: 99vh !important; }
	.MinWidth-lg-100vh { min-width: 100vh !important; }
	.MinWidth-lg-0vmin { min-width: 0vmin !important; }
	.MinWidth-lg-1vmin { min-width: 1vmin !important; }
	.MinWidth-lg-2vmin { min-width: 2vmin !important; }
	.MinWidth-lg-3vmin { min-width: 3vmin !important; }
	.MinWidth-lg-4vmin { min-width: 4vmin !important; }
	.MinWidth-lg-5vmin { min-width: 5vmin !important; }
	.MinWidth-lg-6vmin { min-width: 6vmin !important; }
	.MinWidth-lg-7vmin { min-width: 7vmin !important; }
	.MinWidth-lg-8vmin { min-width: 8vmin !important; }
	.MinWidth-lg-9vmin { min-width: 9vmin !important; }
	.MinWidth-lg-10vmin { min-width: 10vmin !important; }
	.MinWidth-lg-11vmin { min-width: 11vmin !important; }
	.MinWidth-lg-12vmin { min-width: 12vmin !important; }
	.MinWidth-lg-13vmin { min-width: 13vmin !important; }
	.MinWidth-lg-14vmin { min-width: 14vmin !important; }
	.MinWidth-lg-15vmin { min-width: 15vmin !important; }
	.MinWidth-lg-16vmin { min-width: 16vmin !important; }
	.MinWidth-lg-17vmin { min-width: 17vmin !important; }
	.MinWidth-lg-18vmin { min-width: 18vmin !important; }
	.MinWidth-lg-19vmin { min-width: 19vmin !important; }
	.MinWidth-lg-20vmin { min-width: 20vmin !important; }
	.MinWidth-lg-21vmin { min-width: 21vmin !important; }
	.MinWidth-lg-22vmin { min-width: 22vmin !important; }
	.MinWidth-lg-23vmin { min-width: 23vmin !important; }
	.MinWidth-lg-24vmin { min-width: 24vmin !important; }
	.MinWidth-lg-25vmin { min-width: 25vmin !important; }
	.MinWidth-lg-26vmin { min-width: 26vmin !important; }
	.MinWidth-lg-27vmin { min-width: 27vmin !important; }
	.MinWidth-lg-28vmin { min-width: 28vmin !important; }
	.MinWidth-lg-29vmin { min-width: 29vmin !important; }
	.MinWidth-lg-30vmin { min-width: 30vmin !important; }
	.MinWidth-lg-31vmin { min-width: 31vmin !important; }
	.MinWidth-lg-32vmin { min-width: 32vmin !important; }
	.MinWidth-lg-33vmin { min-width: 33vmin !important; }
	.MinWidth-lg-34vmin { min-width: 34vmin !important; }
	.MinWidth-lg-35vmin { min-width: 35vmin !important; }
	.MinWidth-lg-36vmin { min-width: 36vmin !important; }
	.MinWidth-lg-37vmin { min-width: 37vmin !important; }
	.MinWidth-lg-38vmin { min-width: 38vmin !important; }
	.MinWidth-lg-39vmin { min-width: 39vmin !important; }
	.MinWidth-lg-40vmin { min-width: 40vmin !important; }
	.MinWidth-lg-41vmin { min-width: 41vmin !important; }
	.MinWidth-lg-42vmin { min-width: 42vmin !important; }
	.MinWidth-lg-43vmin { min-width: 43vmin !important; }
	.MinWidth-lg-44vmin { min-width: 44vmin !important; }
	.MinWidth-lg-45vmin { min-width: 45vmin !important; }
	.MinWidth-lg-46vmin { min-width: 46vmin !important; }
	.MinWidth-lg-47vmin { min-width: 47vmin !important; }
	.MinWidth-lg-48vmin { min-width: 48vmin !important; }
	.MinWidth-lg-49vmin { min-width: 49vmin !important; }
	.MinWidth-lg-50vmin { min-width: 50vmin !important; }
	.MinWidth-lg-51vmin { min-width: 51vmin !important; }
	.MinWidth-lg-52vmin { min-width: 52vmin !important; }
	.MinWidth-lg-53vmin { min-width: 53vmin !important; }
	.MinWidth-lg-54vmin { min-width: 54vmin !important; }
	.MinWidth-lg-55vmin { min-width: 55vmin !important; }
	.MinWidth-lg-56vmin { min-width: 56vmin !important; }
	.MinWidth-lg-57vmin { min-width: 57vmin !important; }
	.MinWidth-lg-58vmin { min-width: 58vmin !important; }
	.MinWidth-lg-59vmin { min-width: 59vmin !important; }
	.MinWidth-lg-60vmin { min-width: 60vmin !important; }
	.MinWidth-lg-61vmin { min-width: 61vmin !important; }
	.MinWidth-lg-62vmin { min-width: 62vmin !important; }
	.MinWidth-lg-63vmin { min-width: 63vmin !important; }
	.MinWidth-lg-64vmin { min-width: 64vmin !important; }
	.MinWidth-lg-65vmin { min-width: 65vmin !important; }
	.MinWidth-lg-66vmin { min-width: 66vmin !important; }
	.MinWidth-lg-67vmin { min-width: 67vmin !important; }
	.MinWidth-lg-68vmin { min-width: 68vmin !important; }
	.MinWidth-lg-69vmin { min-width: 69vmin !important; }
	.MinWidth-lg-70vmin { min-width: 70vmin !important; }
	.MinWidth-lg-71vmin { min-width: 71vmin !important; }
	.MinWidth-lg-72vmin { min-width: 72vmin !important; }
	.MinWidth-lg-73vmin { min-width: 73vmin !important; }
	.MinWidth-lg-74vmin { min-width: 74vmin !important; }
	.MinWidth-lg-75vmin { min-width: 75vmin !important; }
	.MinWidth-lg-76vmin { min-width: 76vmin !important; }
	.MinWidth-lg-77vmin { min-width: 77vmin !important; }
	.MinWidth-lg-78vmin { min-width: 78vmin !important; }
	.MinWidth-lg-79vmin { min-width: 79vmin !important; }
	.MinWidth-lg-80vmin { min-width: 80vmin !important; }
	.MinWidth-lg-81vmin { min-width: 81vmin !important; }
	.MinWidth-lg-82vmin { min-width: 82vmin !important; }
	.MinWidth-lg-83vmin { min-width: 83vmin !important; }
	.MinWidth-lg-84vmin { min-width: 84vmin !important; }
	.MinWidth-lg-85vmin { min-width: 85vmin !important; }
	.MinWidth-lg-86vmin { min-width: 86vmin !important; }
	.MinWidth-lg-87vmin { min-width: 87vmin !important; }
	.MinWidth-lg-88vmin { min-width: 88vmin !important; }
	.MinWidth-lg-89vmin { min-width: 89vmin !important; }
	.MinWidth-lg-90vmin { min-width: 90vmin !important; }
	.MinWidth-lg-91vmin { min-width: 91vmin !important; }
	.MinWidth-lg-92vmin { min-width: 92vmin !important; }
	.MinWidth-lg-93vmin { min-width: 93vmin !important; }
	.MinWidth-lg-94vmin { min-width: 94vmin !important; }
	.MinWidth-lg-95vmin { min-width: 95vmin !important; }
	.MinWidth-lg-96vmin { min-width: 96vmin !important; }
	.MinWidth-lg-97vmin { min-width: 97vmin !important; }
	.MinWidth-lg-98vmin { min-width: 98vmin !important; }
	.MinWidth-lg-99vmin { min-width: 99vmin !important; }
	.MinWidth-lg-100vmin { min-width: 100vmin !important; }
	.MinWidth-lg-0vmax { min-width: 0vmax !important; }
	.MinWidth-lg-1vmax { min-width: 1vmax !important; }
	.MinWidth-lg-2vmax { min-width: 2vmax !important; }
	.MinWidth-lg-3vmax { min-width: 3vmax !important; }
	.MinWidth-lg-4vmax { min-width: 4vmax !important; }
	.MinWidth-lg-5vmax { min-width: 5vmax !important; }
	.MinWidth-lg-6vmax { min-width: 6vmax !important; }
	.MinWidth-lg-7vmax { min-width: 7vmax !important; }
	.MinWidth-lg-8vmax { min-width: 8vmax !important; }
	.MinWidth-lg-9vmax { min-width: 9vmax !important; }
	.MinWidth-lg-10vmax { min-width: 10vmax !important; }
	.MinWidth-lg-11vmax { min-width: 11vmax !important; }
	.MinWidth-lg-12vmax { min-width: 12vmax !important; }
	.MinWidth-lg-13vmax { min-width: 13vmax !important; }
	.MinWidth-lg-14vmax { min-width: 14vmax !important; }
	.MinWidth-lg-15vmax { min-width: 15vmax !important; }
	.MinWidth-lg-16vmax { min-width: 16vmax !important; }
	.MinWidth-lg-17vmax { min-width: 17vmax !important; }
	.MinWidth-lg-18vmax { min-width: 18vmax !important; }
	.MinWidth-lg-19vmax { min-width: 19vmax !important; }
	.MinWidth-lg-20vmax { min-width: 20vmax !important; }
	.MinWidth-lg-21vmax { min-width: 21vmax !important; }
	.MinWidth-lg-22vmax { min-width: 22vmax !important; }
	.MinWidth-lg-23vmax { min-width: 23vmax !important; }
	.MinWidth-lg-24vmax { min-width: 24vmax !important; }
	.MinWidth-lg-25vmax { min-width: 25vmax !important; }
	.MinWidth-lg-26vmax { min-width: 26vmax !important; }
	.MinWidth-lg-27vmax { min-width: 27vmax !important; }
	.MinWidth-lg-28vmax { min-width: 28vmax !important; }
	.MinWidth-lg-29vmax { min-width: 29vmax !important; }
	.MinWidth-lg-30vmax { min-width: 30vmax !important; }
	.MinWidth-lg-31vmax { min-width: 31vmax !important; }
	.MinWidth-lg-32vmax { min-width: 32vmax !important; }
	.MinWidth-lg-33vmax { min-width: 33vmax !important; }
	.MinWidth-lg-34vmax { min-width: 34vmax !important; }
	.MinWidth-lg-35vmax { min-width: 35vmax !important; }
	.MinWidth-lg-36vmax { min-width: 36vmax !important; }
	.MinWidth-lg-37vmax { min-width: 37vmax !important; }
	.MinWidth-lg-38vmax { min-width: 38vmax !important; }
	.MinWidth-lg-39vmax { min-width: 39vmax !important; }
	.MinWidth-lg-40vmax { min-width: 40vmax !important; }
	.MinWidth-lg-41vmax { min-width: 41vmax !important; }
	.MinWidth-lg-42vmax { min-width: 42vmax !important; }
	.MinWidth-lg-43vmax { min-width: 43vmax !important; }
	.MinWidth-lg-44vmax { min-width: 44vmax !important; }
	.MinWidth-lg-45vmax { min-width: 45vmax !important; }
	.MinWidth-lg-46vmax { min-width: 46vmax !important; }
	.MinWidth-lg-47vmax { min-width: 47vmax !important; }
	.MinWidth-lg-48vmax { min-width: 48vmax !important; }
	.MinWidth-lg-49vmax { min-width: 49vmax !important; }
	.MinWidth-lg-50vmax { min-width: 50vmax !important; }
	.MinWidth-lg-51vmax { min-width: 51vmax !important; }
	.MinWidth-lg-52vmax { min-width: 52vmax !important; }
	.MinWidth-lg-53vmax { min-width: 53vmax !important; }
	.MinWidth-lg-54vmax { min-width: 54vmax !important; }
	.MinWidth-lg-55vmax { min-width: 55vmax !important; }
	.MinWidth-lg-56vmax { min-width: 56vmax !important; }
	.MinWidth-lg-57vmax { min-width: 57vmax !important; }
	.MinWidth-lg-58vmax { min-width: 58vmax !important; }
	.MinWidth-lg-59vmax { min-width: 59vmax !important; }
	.MinWidth-lg-60vmax { min-width: 60vmax !important; }
	.MinWidth-lg-61vmax { min-width: 61vmax !important; }
	.MinWidth-lg-62vmax { min-width: 62vmax !important; }
	.MinWidth-lg-63vmax { min-width: 63vmax !important; }
	.MinWidth-lg-64vmax { min-width: 64vmax !important; }
	.MinWidth-lg-65vmax { min-width: 65vmax !important; }
	.MinWidth-lg-66vmax { min-width: 66vmax !important; }
	.MinWidth-lg-67vmax { min-width: 67vmax !important; }
	.MinWidth-lg-68vmax { min-width: 68vmax !important; }
	.MinWidth-lg-69vmax { min-width: 69vmax !important; }
	.MinWidth-lg-70vmax { min-width: 70vmax !important; }
	.MinWidth-lg-71vmax { min-width: 71vmax !important; }
	.MinWidth-lg-72vmax { min-width: 72vmax !important; }
	.MinWidth-lg-73vmax { min-width: 73vmax !important; }
	.MinWidth-lg-74vmax { min-width: 74vmax !important; }
	.MinWidth-lg-75vmax { min-width: 75vmax !important; }
	.MinWidth-lg-76vmax { min-width: 76vmax !important; }
	.MinWidth-lg-77vmax { min-width: 77vmax !important; }
	.MinWidth-lg-78vmax { min-width: 78vmax !important; }
	.MinWidth-lg-79vmax { min-width: 79vmax !important; }
	.MinWidth-lg-80vmax { min-width: 80vmax !important; }
	.MinWidth-lg-81vmax { min-width: 81vmax !important; }
	.MinWidth-lg-82vmax { min-width: 82vmax !important; }
	.MinWidth-lg-83vmax { min-width: 83vmax !important; }
	.MinWidth-lg-84vmax { min-width: 84vmax !important; }
	.MinWidth-lg-85vmax { min-width: 85vmax !important; }
	.MinWidth-lg-86vmax { min-width: 86vmax !important; }
	.MinWidth-lg-87vmax { min-width: 87vmax !important; }
	.MinWidth-lg-88vmax { min-width: 88vmax !important; }
	.MinWidth-lg-89vmax { min-width: 89vmax !important; }
	.MinWidth-lg-90vmax { min-width: 90vmax !important; }
	.MinWidth-lg-91vmax { min-width: 91vmax !important; }
	.MinWidth-lg-92vmax { min-width: 92vmax !important; }
	.MinWidth-lg-93vmax { min-width: 93vmax !important; }
	.MinWidth-lg-94vmax { min-width: 94vmax !important; }
	.MinWidth-lg-95vmax { min-width: 95vmax !important; }
	.MinWidth-lg-96vmax { min-width: 96vmax !important; }
	.MinWidth-lg-97vmax { min-width: 97vmax !important; }
	.MinWidth-lg-98vmax { min-width: 98vmax !important; }
	.MinWidth-lg-99vmax { min-width: 99vmax !important; }
	.MinWidth-lg-100vmax { min-width: 100vmax !important; }
	.MaxWidth-lg-0x10 { max-width: 0% !important; }
	.MaxWidth-lg-1x10 { max-width: 10% !important; }
	.MaxWidth-lg-2x10 { max-width: 20% !important; }
	.MaxWidth-lg-3x10 { max-width: 30% !important; }
	.MaxWidth-lg-4x10 { max-width: 40% !important; }
	.MaxWidth-lg-5x10 { max-width: 50% !important; }
	.MaxWidth-lg-6x10 { max-width: 60% !important; }
	.MaxWidth-lg-7x10 { max-width: 70% !important; }
	.MaxWidth-lg-8x10 { max-width: 80% !important; }
	.MaxWidth-lg-9x10 { max-width: 90% !important; }
	.MaxWidth-lg-10x10 { max-width: 100% !important; }
	.MaxWidth-lg-0x12 { max-width: 0% !important; }
	.MaxWidth-lg-1x12 { max-width: 8.3333333333333% !important; }
	.MaxWidth-lg-2x12 { max-width: 16.666666666667% !important; }
	.MaxWidth-lg-3x12 { max-width: 25% !important; }
	.MaxWidth-lg-4x12 { max-width: 33.333333333333% !important; }
	.MaxWidth-lg-5x12 { max-width: 41.666666666667% !important; }
	.MaxWidth-lg-6x12 { max-width: 50% !important; }
	.MaxWidth-lg-7x12 { max-width: 58.333333333333% !important; }
	.MaxWidth-lg-8x12 { max-width: 66.666666666667% !important; }
	.MaxWidth-lg-9x12 { max-width: 75% !important; }
	.MaxWidth-lg-10x12 { max-width: 83.333333333333% !important; }
	.MaxWidth-lg-11x12 { max-width: 91.666666666667% !important; }
	.MaxWidth-lg-12x12 { max-width: 100% !important; }
	.MaxWidth-lg-0x16 { max-width: 0% !important; }
	.MaxWidth-lg-1x16 { max-width: 6.25% !important; }
	.MaxWidth-lg-2x16 { max-width: 12.5% !important; }
	.MaxWidth-lg-3x16 { max-width: 18.75% !important; }
	.MaxWidth-lg-4x16 { max-width: 25% !important; }
	.MaxWidth-lg-5x16 { max-width: 31.25% !important; }
	.MaxWidth-lg-6x16 { max-width: 37.5% !important; }
	.MaxWidth-lg-7x16 { max-width: 43.75% !important; }
	.MaxWidth-lg-8x16 { max-width: 50% !important; }
	.MaxWidth-lg-9x16 { max-width: 56.25% !important; }
	.MaxWidth-lg-10x16 { max-width: 62.5% !important; }
	.MaxWidth-lg-11x16 { max-width: 68.75% !important; }
	.MaxWidth-lg-12x16 { max-width: 75% !important; }
	.MaxWidth-lg-13x16 { max-width: 81.25% !important; }
	.MaxWidth-lg-14x16 { max-width: 87.5% !important; }
	.MaxWidth-lg-15x16 { max-width: 93.75% !important; }
	.MaxWidth-lg-16x16 { max-width: 100% !important; }
	.MaxWidth-lg-0em { max-width: 0em !important; }
	.MaxWidth-lg-1em { max-width: 1em !important; }
	.MaxWidth-lg-2em { max-width: 2em !important; }
	.MaxWidth-lg-3em { max-width: 3em !important; }
	.MaxWidth-lg-4em { max-width: 4em !important; }
	.MaxWidth-lg-5em { max-width: 5em !important; }
	.MaxWidth-lg-6em { max-width: 6em !important; }
	.MaxWidth-lg-7em { max-width: 7em !important; }
	.MaxWidth-lg-8em { max-width: 8em !important; }
	.MaxWidth-lg-9em { max-width: 9em !important; }
	.MaxWidth-lg-10em { max-width: 10em !important; }
	.MaxWidth-lg-11em { max-width: 11em !important; }
	.MaxWidth-lg-12em { max-width: 12em !important; }
	.MaxWidth-lg-13em { max-width: 13em !important; }
	.MaxWidth-lg-14em { max-width: 14em !important; }
	.MaxWidth-lg-15em { max-width: 15em !important; }
	.MaxWidth-lg-16em { max-width: 16em !important; }
	.MaxWidth-lg-17em { max-width: 17em !important; }
	.MaxWidth-lg-18em { max-width: 18em !important; }
	.MaxWidth-lg-19em { max-width: 19em !important; }
	.MaxWidth-lg-20em { max-width: 20em !important; }
	.MaxWidth-lg-21em { max-width: 21em !important; }
	.MaxWidth-lg-22em { max-width: 22em !important; }
	.MaxWidth-lg-23em { max-width: 23em !important; }
	.MaxWidth-lg-24em { max-width: 24em !important; }
	.MaxWidth-lg-0x16em { max-width: 0em !important; }
	.MaxWidth-lg-1x16em { max-width: 0.0625em !important; }
	.MaxWidth-lg-2x16em { max-width: 0.125em !important; }
	.MaxWidth-lg-3x16em { max-width: 0.1875em !important; }
	.MaxWidth-lg-4x16em { max-width: 0.25em !important; }
	.MaxWidth-lg-5x16em { max-width: 0.3125em !important; }
	.MaxWidth-lg-6x16em { max-width: 0.375em !important; }
	.MaxWidth-lg-7x16em { max-width: 0.4375em !important; }
	.MaxWidth-lg-8x16em { max-width: 0.5em !important; }
	.MaxWidth-lg-9x16em { max-width: 0.5625em !important; }
	.MaxWidth-lg-10x16em { max-width: 0.625em !important; }
	.MaxWidth-lg-11x16em { max-width: 0.6875em !important; }
	.MaxWidth-lg-12x16em { max-width: 0.75em !important; }
	.MaxWidth-lg-13x16em { max-width: 0.8125em !important; }
	.MaxWidth-lg-14x16em { max-width: 0.875em !important; }
	.MaxWidth-lg-15x16em { max-width: 0.9375em !important; }
	.MaxWidth-lg-16x16em { max-width: 1em !important; }
	.MaxWidth-lg-0vw { max-width: 0vw !important; }
	.MaxWidth-lg-1vw { max-width: 1vw !important; }
	.MaxWidth-lg-2vw { max-width: 2vw !important; }
	.MaxWidth-lg-3vw { max-width: 3vw !important; }
	.MaxWidth-lg-4vw { max-width: 4vw !important; }
	.MaxWidth-lg-5vw { max-width: 5vw !important; }
	.MaxWidth-lg-6vw { max-width: 6vw !important; }
	.MaxWidth-lg-7vw { max-width: 7vw !important; }
	.MaxWidth-lg-8vw { max-width: 8vw !important; }
	.MaxWidth-lg-9vw { max-width: 9vw !important; }
	.MaxWidth-lg-10vw { max-width: 10vw !important; }
	.MaxWidth-lg-11vw { max-width: 11vw !important; }
	.MaxWidth-lg-12vw { max-width: 12vw !important; }
	.MaxWidth-lg-13vw { max-width: 13vw !important; }
	.MaxWidth-lg-14vw { max-width: 14vw !important; }
	.MaxWidth-lg-15vw { max-width: 15vw !important; }
	.MaxWidth-lg-16vw { max-width: 16vw !important; }
	.MaxWidth-lg-17vw { max-width: 17vw !important; }
	.MaxWidth-lg-18vw { max-width: 18vw !important; }
	.MaxWidth-lg-19vw { max-width: 19vw !important; }
	.MaxWidth-lg-20vw { max-width: 20vw !important; }
	.MaxWidth-lg-21vw { max-width: 21vw !important; }
	.MaxWidth-lg-22vw { max-width: 22vw !important; }
	.MaxWidth-lg-23vw { max-width: 23vw !important; }
	.MaxWidth-lg-24vw { max-width: 24vw !important; }
	.MaxWidth-lg-25vw { max-width: 25vw !important; }
	.MaxWidth-lg-26vw { max-width: 26vw !important; }
	.MaxWidth-lg-27vw { max-width: 27vw !important; }
	.MaxWidth-lg-28vw { max-width: 28vw !important; }
	.MaxWidth-lg-29vw { max-width: 29vw !important; }
	.MaxWidth-lg-30vw { max-width: 30vw !important; }
	.MaxWidth-lg-31vw { max-width: 31vw !important; }
	.MaxWidth-lg-32vw { max-width: 32vw !important; }
	.MaxWidth-lg-33vw { max-width: 33vw !important; }
	.MaxWidth-lg-34vw { max-width: 34vw !important; }
	.MaxWidth-lg-35vw { max-width: 35vw !important; }
	.MaxWidth-lg-36vw { max-width: 36vw !important; }
	.MaxWidth-lg-37vw { max-width: 37vw !important; }
	.MaxWidth-lg-38vw { max-width: 38vw !important; }
	.MaxWidth-lg-39vw { max-width: 39vw !important; }
	.MaxWidth-lg-40vw { max-width: 40vw !important; }
	.MaxWidth-lg-41vw { max-width: 41vw !important; }
	.MaxWidth-lg-42vw { max-width: 42vw !important; }
	.MaxWidth-lg-43vw { max-width: 43vw !important; }
	.MaxWidth-lg-44vw { max-width: 44vw !important; }
	.MaxWidth-lg-45vw { max-width: 45vw !important; }
	.MaxWidth-lg-46vw { max-width: 46vw !important; }
	.MaxWidth-lg-47vw { max-width: 47vw !important; }
	.MaxWidth-lg-48vw { max-width: 48vw !important; }
	.MaxWidth-lg-49vw { max-width: 49vw !important; }
	.MaxWidth-lg-50vw { max-width: 50vw !important; }
	.MaxWidth-lg-51vw { max-width: 51vw !important; }
	.MaxWidth-lg-52vw { max-width: 52vw !important; }
	.MaxWidth-lg-53vw { max-width: 53vw !important; }
	.MaxWidth-lg-54vw { max-width: 54vw !important; }
	.MaxWidth-lg-55vw { max-width: 55vw !important; }
	.MaxWidth-lg-56vw { max-width: 56vw !important; }
	.MaxWidth-lg-57vw { max-width: 57vw !important; }
	.MaxWidth-lg-58vw { max-width: 58vw !important; }
	.MaxWidth-lg-59vw { max-width: 59vw !important; }
	.MaxWidth-lg-60vw { max-width: 60vw !important; }
	.MaxWidth-lg-61vw { max-width: 61vw !important; }
	.MaxWidth-lg-62vw { max-width: 62vw !important; }
	.MaxWidth-lg-63vw { max-width: 63vw !important; }
	.MaxWidth-lg-64vw { max-width: 64vw !important; }
	.MaxWidth-lg-65vw { max-width: 65vw !important; }
	.MaxWidth-lg-66vw { max-width: 66vw !important; }
	.MaxWidth-lg-67vw { max-width: 67vw !important; }
	.MaxWidth-lg-68vw { max-width: 68vw !important; }
	.MaxWidth-lg-69vw { max-width: 69vw !important; }
	.MaxWidth-lg-70vw { max-width: 70vw !important; }
	.MaxWidth-lg-71vw { max-width: 71vw !important; }
	.MaxWidth-lg-72vw { max-width: 72vw !important; }
	.MaxWidth-lg-73vw { max-width: 73vw !important; }
	.MaxWidth-lg-74vw { max-width: 74vw !important; }
	.MaxWidth-lg-75vw { max-width: 75vw !important; }
	.MaxWidth-lg-76vw { max-width: 76vw !important; }
	.MaxWidth-lg-77vw { max-width: 77vw !important; }
	.MaxWidth-lg-78vw { max-width: 78vw !important; }
	.MaxWidth-lg-79vw { max-width: 79vw !important; }
	.MaxWidth-lg-80vw { max-width: 80vw !important; }
	.MaxWidth-lg-81vw { max-width: 81vw !important; }
	.MaxWidth-lg-82vw { max-width: 82vw !important; }
	.MaxWidth-lg-83vw { max-width: 83vw !important; }
	.MaxWidth-lg-84vw { max-width: 84vw !important; }
	.MaxWidth-lg-85vw { max-width: 85vw !important; }
	.MaxWidth-lg-86vw { max-width: 86vw !important; }
	.MaxWidth-lg-87vw { max-width: 87vw !important; }
	.MaxWidth-lg-88vw { max-width: 88vw !important; }
	.MaxWidth-lg-89vw { max-width: 89vw !important; }
	.MaxWidth-lg-90vw { max-width: 90vw !important; }
	.MaxWidth-lg-91vw { max-width: 91vw !important; }
	.MaxWidth-lg-92vw { max-width: 92vw !important; }
	.MaxWidth-lg-93vw { max-width: 93vw !important; }
	.MaxWidth-lg-94vw { max-width: 94vw !important; }
	.MaxWidth-lg-95vw { max-width: 95vw !important; }
	.MaxWidth-lg-96vw { max-width: 96vw !important; }
	.MaxWidth-lg-97vw { max-width: 97vw !important; }
	.MaxWidth-lg-98vw { max-width: 98vw !important; }
	.MaxWidth-lg-99vw { max-width: 99vw !important; }
	.MaxWidth-lg-100vw { max-width: 100vw !important; }
	.MaxWidth-lg-0vh { max-width: 0vh !important; }
	.MaxWidth-lg-1vh { max-width: 1vh !important; }
	.MaxWidth-lg-2vh { max-width: 2vh !important; }
	.MaxWidth-lg-3vh { max-width: 3vh !important; }
	.MaxWidth-lg-4vh { max-width: 4vh !important; }
	.MaxWidth-lg-5vh { max-width: 5vh !important; }
	.MaxWidth-lg-6vh { max-width: 6vh !important; }
	.MaxWidth-lg-7vh { max-width: 7vh !important; }
	.MaxWidth-lg-8vh { max-width: 8vh !important; }
	.MaxWidth-lg-9vh { max-width: 9vh !important; }
	.MaxWidth-lg-10vh { max-width: 10vh !important; }
	.MaxWidth-lg-11vh { max-width: 11vh !important; }
	.MaxWidth-lg-12vh { max-width: 12vh !important; }
	.MaxWidth-lg-13vh { max-width: 13vh !important; }
	.MaxWidth-lg-14vh { max-width: 14vh !important; }
	.MaxWidth-lg-15vh { max-width: 15vh !important; }
	.MaxWidth-lg-16vh { max-width: 16vh !important; }
	.MaxWidth-lg-17vh { max-width: 17vh !important; }
	.MaxWidth-lg-18vh { max-width: 18vh !important; }
	.MaxWidth-lg-19vh { max-width: 19vh !important; }
	.MaxWidth-lg-20vh { max-width: 20vh !important; }
	.MaxWidth-lg-21vh { max-width: 21vh !important; }
	.MaxWidth-lg-22vh { max-width: 22vh !important; }
	.MaxWidth-lg-23vh { max-width: 23vh !important; }
	.MaxWidth-lg-24vh { max-width: 24vh !important; }
	.MaxWidth-lg-25vh { max-width: 25vh !important; }
	.MaxWidth-lg-26vh { max-width: 26vh !important; }
	.MaxWidth-lg-27vh { max-width: 27vh !important; }
	.MaxWidth-lg-28vh { max-width: 28vh !important; }
	.MaxWidth-lg-29vh { max-width: 29vh !important; }
	.MaxWidth-lg-30vh { max-width: 30vh !important; }
	.MaxWidth-lg-31vh { max-width: 31vh !important; }
	.MaxWidth-lg-32vh { max-width: 32vh !important; }
	.MaxWidth-lg-33vh { max-width: 33vh !important; }
	.MaxWidth-lg-34vh { max-width: 34vh !important; }
	.MaxWidth-lg-35vh { max-width: 35vh !important; }
	.MaxWidth-lg-36vh { max-width: 36vh !important; }
	.MaxWidth-lg-37vh { max-width: 37vh !important; }
	.MaxWidth-lg-38vh { max-width: 38vh !important; }
	.MaxWidth-lg-39vh { max-width: 39vh !important; }
	.MaxWidth-lg-40vh { max-width: 40vh !important; }
	.MaxWidth-lg-41vh { max-width: 41vh !important; }
	.MaxWidth-lg-42vh { max-width: 42vh !important; }
	.MaxWidth-lg-43vh { max-width: 43vh !important; }
	.MaxWidth-lg-44vh { max-width: 44vh !important; }
	.MaxWidth-lg-45vh { max-width: 45vh !important; }
	.MaxWidth-lg-46vh { max-width: 46vh !important; }
	.MaxWidth-lg-47vh { max-width: 47vh !important; }
	.MaxWidth-lg-48vh { max-width: 48vh !important; }
	.MaxWidth-lg-49vh { max-width: 49vh !important; }
	.MaxWidth-lg-50vh { max-width: 50vh !important; }
	.MaxWidth-lg-51vh { max-width: 51vh !important; }
	.MaxWidth-lg-52vh { max-width: 52vh !important; }
	.MaxWidth-lg-53vh { max-width: 53vh !important; }
	.MaxWidth-lg-54vh { max-width: 54vh !important; }
	.MaxWidth-lg-55vh { max-width: 55vh !important; }
	.MaxWidth-lg-56vh { max-width: 56vh !important; }
	.MaxWidth-lg-57vh { max-width: 57vh !important; }
	.MaxWidth-lg-58vh { max-width: 58vh !important; }
	.MaxWidth-lg-59vh { max-width: 59vh !important; }
	.MaxWidth-lg-60vh { max-width: 60vh !important; }
	.MaxWidth-lg-61vh { max-width: 61vh !important; }
	.MaxWidth-lg-62vh { max-width: 62vh !important; }
	.MaxWidth-lg-63vh { max-width: 63vh !important; }
	.MaxWidth-lg-64vh { max-width: 64vh !important; }
	.MaxWidth-lg-65vh { max-width: 65vh !important; }
	.MaxWidth-lg-66vh { max-width: 66vh !important; }
	.MaxWidth-lg-67vh { max-width: 67vh !important; }
	.MaxWidth-lg-68vh { max-width: 68vh !important; }
	.MaxWidth-lg-69vh { max-width: 69vh !important; }
	.MaxWidth-lg-70vh { max-width: 70vh !important; }
	.MaxWidth-lg-71vh { max-width: 71vh !important; }
	.MaxWidth-lg-72vh { max-width: 72vh !important; }
	.MaxWidth-lg-73vh { max-width: 73vh !important; }
	.MaxWidth-lg-74vh { max-width: 74vh !important; }
	.MaxWidth-lg-75vh { max-width: 75vh !important; }
	.MaxWidth-lg-76vh { max-width: 76vh !important; }
	.MaxWidth-lg-77vh { max-width: 77vh !important; }
	.MaxWidth-lg-78vh { max-width: 78vh !important; }
	.MaxWidth-lg-79vh { max-width: 79vh !important; }
	.MaxWidth-lg-80vh { max-width: 80vh !important; }
	.MaxWidth-lg-81vh { max-width: 81vh !important; }
	.MaxWidth-lg-82vh { max-width: 82vh !important; }
	.MaxWidth-lg-83vh { max-width: 83vh !important; }
	.MaxWidth-lg-84vh { max-width: 84vh !important; }
	.MaxWidth-lg-85vh { max-width: 85vh !important; }
	.MaxWidth-lg-86vh { max-width: 86vh !important; }
	.MaxWidth-lg-87vh { max-width: 87vh !important; }
	.MaxWidth-lg-88vh { max-width: 88vh !important; }
	.MaxWidth-lg-89vh { max-width: 89vh !important; }
	.MaxWidth-lg-90vh { max-width: 90vh !important; }
	.MaxWidth-lg-91vh { max-width: 91vh !important; }
	.MaxWidth-lg-92vh { max-width: 92vh !important; }
	.MaxWidth-lg-93vh { max-width: 93vh !important; }
	.MaxWidth-lg-94vh { max-width: 94vh !important; }
	.MaxWidth-lg-95vh { max-width: 95vh !important; }
	.MaxWidth-lg-96vh { max-width: 96vh !important; }
	.MaxWidth-lg-97vh { max-width: 97vh !important; }
	.MaxWidth-lg-98vh { max-width: 98vh !important; }
	.MaxWidth-lg-99vh { max-width: 99vh !important; }
	.MaxWidth-lg-100vh { max-width: 100vh !important; }
	.MaxWidth-lg-0vmin { max-width: 0vmin !important; }
	.MaxWidth-lg-1vmin { max-width: 1vmin !important; }
	.MaxWidth-lg-2vmin { max-width: 2vmin !important; }
	.MaxWidth-lg-3vmin { max-width: 3vmin !important; }
	.MaxWidth-lg-4vmin { max-width: 4vmin !important; }
	.MaxWidth-lg-5vmin { max-width: 5vmin !important; }
	.MaxWidth-lg-6vmin { max-width: 6vmin !important; }
	.MaxWidth-lg-7vmin { max-width: 7vmin !important; }
	.MaxWidth-lg-8vmin { max-width: 8vmin !important; }
	.MaxWidth-lg-9vmin { max-width: 9vmin !important; }
	.MaxWidth-lg-10vmin { max-width: 10vmin !important; }
	.MaxWidth-lg-11vmin { max-width: 11vmin !important; }
	.MaxWidth-lg-12vmin { max-width: 12vmin !important; }
	.MaxWidth-lg-13vmin { max-width: 13vmin !important; }
	.MaxWidth-lg-14vmin { max-width: 14vmin !important; }
	.MaxWidth-lg-15vmin { max-width: 15vmin !important; }
	.MaxWidth-lg-16vmin { max-width: 16vmin !important; }
	.MaxWidth-lg-17vmin { max-width: 17vmin !important; }
	.MaxWidth-lg-18vmin { max-width: 18vmin !important; }
	.MaxWidth-lg-19vmin { max-width: 19vmin !important; }
	.MaxWidth-lg-20vmin { max-width: 20vmin !important; }
	.MaxWidth-lg-21vmin { max-width: 21vmin !important; }
	.MaxWidth-lg-22vmin { max-width: 22vmin !important; }
	.MaxWidth-lg-23vmin { max-width: 23vmin !important; }
	.MaxWidth-lg-24vmin { max-width: 24vmin !important; }
	.MaxWidth-lg-25vmin { max-width: 25vmin !important; }
	.MaxWidth-lg-26vmin { max-width: 26vmin !important; }
	.MaxWidth-lg-27vmin { max-width: 27vmin !important; }
	.MaxWidth-lg-28vmin { max-width: 28vmin !important; }
	.MaxWidth-lg-29vmin { max-width: 29vmin !important; }
	.MaxWidth-lg-30vmin { max-width: 30vmin !important; }
	.MaxWidth-lg-31vmin { max-width: 31vmin !important; }
	.MaxWidth-lg-32vmin { max-width: 32vmin !important; }
	.MaxWidth-lg-33vmin { max-width: 33vmin !important; }
	.MaxWidth-lg-34vmin { max-width: 34vmin !important; }
	.MaxWidth-lg-35vmin { max-width: 35vmin !important; }
	.MaxWidth-lg-36vmin { max-width: 36vmin !important; }
	.MaxWidth-lg-37vmin { max-width: 37vmin !important; }
	.MaxWidth-lg-38vmin { max-width: 38vmin !important; }
	.MaxWidth-lg-39vmin { max-width: 39vmin !important; }
	.MaxWidth-lg-40vmin { max-width: 40vmin !important; }
	.MaxWidth-lg-41vmin { max-width: 41vmin !important; }
	.MaxWidth-lg-42vmin { max-width: 42vmin !important; }
	.MaxWidth-lg-43vmin { max-width: 43vmin !important; }
	.MaxWidth-lg-44vmin { max-width: 44vmin !important; }
	.MaxWidth-lg-45vmin { max-width: 45vmin !important; }
	.MaxWidth-lg-46vmin { max-width: 46vmin !important; }
	.MaxWidth-lg-47vmin { max-width: 47vmin !important; }
	.MaxWidth-lg-48vmin { max-width: 48vmin !important; }
	.MaxWidth-lg-49vmin { max-width: 49vmin !important; }
	.MaxWidth-lg-50vmin { max-width: 50vmin !important; }
	.MaxWidth-lg-51vmin { max-width: 51vmin !important; }
	.MaxWidth-lg-52vmin { max-width: 52vmin !important; }
	.MaxWidth-lg-53vmin { max-width: 53vmin !important; }
	.MaxWidth-lg-54vmin { max-width: 54vmin !important; }
	.MaxWidth-lg-55vmin { max-width: 55vmin !important; }
	.MaxWidth-lg-56vmin { max-width: 56vmin !important; }
	.MaxWidth-lg-57vmin { max-width: 57vmin !important; }
	.MaxWidth-lg-58vmin { max-width: 58vmin !important; }
	.MaxWidth-lg-59vmin { max-width: 59vmin !important; }
	.MaxWidth-lg-60vmin { max-width: 60vmin !important; }
	.MaxWidth-lg-61vmin { max-width: 61vmin !important; }
	.MaxWidth-lg-62vmin { max-width: 62vmin !important; }
	.MaxWidth-lg-63vmin { max-width: 63vmin !important; }
	.MaxWidth-lg-64vmin { max-width: 64vmin !important; }
	.MaxWidth-lg-65vmin { max-width: 65vmin !important; }
	.MaxWidth-lg-66vmin { max-width: 66vmin !important; }
	.MaxWidth-lg-67vmin { max-width: 67vmin !important; }
	.MaxWidth-lg-68vmin { max-width: 68vmin !important; }
	.MaxWidth-lg-69vmin { max-width: 69vmin !important; }
	.MaxWidth-lg-70vmin { max-width: 70vmin !important; }
	.MaxWidth-lg-71vmin { max-width: 71vmin !important; }
	.MaxWidth-lg-72vmin { max-width: 72vmin !important; }
	.MaxWidth-lg-73vmin { max-width: 73vmin !important; }
	.MaxWidth-lg-74vmin { max-width: 74vmin !important; }
	.MaxWidth-lg-75vmin { max-width: 75vmin !important; }
	.MaxWidth-lg-76vmin { max-width: 76vmin !important; }
	.MaxWidth-lg-77vmin { max-width: 77vmin !important; }
	.MaxWidth-lg-78vmin { max-width: 78vmin !important; }
	.MaxWidth-lg-79vmin { max-width: 79vmin !important; }
	.MaxWidth-lg-80vmin { max-width: 80vmin !important; }
	.MaxWidth-lg-81vmin { max-width: 81vmin !important; }
	.MaxWidth-lg-82vmin { max-width: 82vmin !important; }
	.MaxWidth-lg-83vmin { max-width: 83vmin !important; }
	.MaxWidth-lg-84vmin { max-width: 84vmin !important; }
	.MaxWidth-lg-85vmin { max-width: 85vmin !important; }
	.MaxWidth-lg-86vmin { max-width: 86vmin !important; }
	.MaxWidth-lg-87vmin { max-width: 87vmin !important; }
	.MaxWidth-lg-88vmin { max-width: 88vmin !important; }
	.MaxWidth-lg-89vmin { max-width: 89vmin !important; }
	.MaxWidth-lg-90vmin { max-width: 90vmin !important; }
	.MaxWidth-lg-91vmin { max-width: 91vmin !important; }
	.MaxWidth-lg-92vmin { max-width: 92vmin !important; }
	.MaxWidth-lg-93vmin { max-width: 93vmin !important; }
	.MaxWidth-lg-94vmin { max-width: 94vmin !important; }
	.MaxWidth-lg-95vmin { max-width: 95vmin !important; }
	.MaxWidth-lg-96vmin { max-width: 96vmin !important; }
	.MaxWidth-lg-97vmin { max-width: 97vmin !important; }
	.MaxWidth-lg-98vmin { max-width: 98vmin !important; }
	.MaxWidth-lg-99vmin { max-width: 99vmin !important; }
	.MaxWidth-lg-100vmin { max-width: 100vmin !important; }
	.MaxWidth-lg-0vmax { max-width: 0vmax !important; }
	.MaxWidth-lg-1vmax { max-width: 1vmax !important; }
	.MaxWidth-lg-2vmax { max-width: 2vmax !important; }
	.MaxWidth-lg-3vmax { max-width: 3vmax !important; }
	.MaxWidth-lg-4vmax { max-width: 4vmax !important; }
	.MaxWidth-lg-5vmax { max-width: 5vmax !important; }
	.MaxWidth-lg-6vmax { max-width: 6vmax !important; }
	.MaxWidth-lg-7vmax { max-width: 7vmax !important; }
	.MaxWidth-lg-8vmax { max-width: 8vmax !important; }
	.MaxWidth-lg-9vmax { max-width: 9vmax !important; }
	.MaxWidth-lg-10vmax { max-width: 10vmax !important; }
	.MaxWidth-lg-11vmax { max-width: 11vmax !important; }
	.MaxWidth-lg-12vmax { max-width: 12vmax !important; }
	.MaxWidth-lg-13vmax { max-width: 13vmax !important; }
	.MaxWidth-lg-14vmax { max-width: 14vmax !important; }
	.MaxWidth-lg-15vmax { max-width: 15vmax !important; }
	.MaxWidth-lg-16vmax { max-width: 16vmax !important; }
	.MaxWidth-lg-17vmax { max-width: 17vmax !important; }
	.MaxWidth-lg-18vmax { max-width: 18vmax !important; }
	.MaxWidth-lg-19vmax { max-width: 19vmax !important; }
	.MaxWidth-lg-20vmax { max-width: 20vmax !important; }
	.MaxWidth-lg-21vmax { max-width: 21vmax !important; }
	.MaxWidth-lg-22vmax { max-width: 22vmax !important; }
	.MaxWidth-lg-23vmax { max-width: 23vmax !important; }
	.MaxWidth-lg-24vmax { max-width: 24vmax !important; }
	.MaxWidth-lg-25vmax { max-width: 25vmax !important; }
	.MaxWidth-lg-26vmax { max-width: 26vmax !important; }
	.MaxWidth-lg-27vmax { max-width: 27vmax !important; }
	.MaxWidth-lg-28vmax { max-width: 28vmax !important; }
	.MaxWidth-lg-29vmax { max-width: 29vmax !important; }
	.MaxWidth-lg-30vmax { max-width: 30vmax !important; }
	.MaxWidth-lg-31vmax { max-width: 31vmax !important; }
	.MaxWidth-lg-32vmax { max-width: 32vmax !important; }
	.MaxWidth-lg-33vmax { max-width: 33vmax !important; }
	.MaxWidth-lg-34vmax { max-width: 34vmax !important; }
	.MaxWidth-lg-35vmax { max-width: 35vmax !important; }
	.MaxWidth-lg-36vmax { max-width: 36vmax !important; }
	.MaxWidth-lg-37vmax { max-width: 37vmax !important; }
	.MaxWidth-lg-38vmax { max-width: 38vmax !important; }
	.MaxWidth-lg-39vmax { max-width: 39vmax !important; }
	.MaxWidth-lg-40vmax { max-width: 40vmax !important; }
	.MaxWidth-lg-41vmax { max-width: 41vmax !important; }
	.MaxWidth-lg-42vmax { max-width: 42vmax !important; }
	.MaxWidth-lg-43vmax { max-width: 43vmax !important; }
	.MaxWidth-lg-44vmax { max-width: 44vmax !important; }
	.MaxWidth-lg-45vmax { max-width: 45vmax !important; }
	.MaxWidth-lg-46vmax { max-width: 46vmax !important; }
	.MaxWidth-lg-47vmax { max-width: 47vmax !important; }
	.MaxWidth-lg-48vmax { max-width: 48vmax !important; }
	.MaxWidth-lg-49vmax { max-width: 49vmax !important; }
	.MaxWidth-lg-50vmax { max-width: 50vmax !important; }
	.MaxWidth-lg-51vmax { max-width: 51vmax !important; }
	.MaxWidth-lg-52vmax { max-width: 52vmax !important; }
	.MaxWidth-lg-53vmax { max-width: 53vmax !important; }
	.MaxWidth-lg-54vmax { max-width: 54vmax !important; }
	.MaxWidth-lg-55vmax { max-width: 55vmax !important; }
	.MaxWidth-lg-56vmax { max-width: 56vmax !important; }
	.MaxWidth-lg-57vmax { max-width: 57vmax !important; }
	.MaxWidth-lg-58vmax { max-width: 58vmax !important; }
	.MaxWidth-lg-59vmax { max-width: 59vmax !important; }
	.MaxWidth-lg-60vmax { max-width: 60vmax !important; }
	.MaxWidth-lg-61vmax { max-width: 61vmax !important; }
	.MaxWidth-lg-62vmax { max-width: 62vmax !important; }
	.MaxWidth-lg-63vmax { max-width: 63vmax !important; }
	.MaxWidth-lg-64vmax { max-width: 64vmax !important; }
	.MaxWidth-lg-65vmax { max-width: 65vmax !important; }
	.MaxWidth-lg-66vmax { max-width: 66vmax !important; }
	.MaxWidth-lg-67vmax { max-width: 67vmax !important; }
	.MaxWidth-lg-68vmax { max-width: 68vmax !important; }
	.MaxWidth-lg-69vmax { max-width: 69vmax !important; }
	.MaxWidth-lg-70vmax { max-width: 70vmax !important; }
	.MaxWidth-lg-71vmax { max-width: 71vmax !important; }
	.MaxWidth-lg-72vmax { max-width: 72vmax !important; }
	.MaxWidth-lg-73vmax { max-width: 73vmax !important; }
	.MaxWidth-lg-74vmax { max-width: 74vmax !important; }
	.MaxWidth-lg-75vmax { max-width: 75vmax !important; }
	.MaxWidth-lg-76vmax { max-width: 76vmax !important; }
	.MaxWidth-lg-77vmax { max-width: 77vmax !important; }
	.MaxWidth-lg-78vmax { max-width: 78vmax !important; }
	.MaxWidth-lg-79vmax { max-width: 79vmax !important; }
	.MaxWidth-lg-80vmax { max-width: 80vmax !important; }
	.MaxWidth-lg-81vmax { max-width: 81vmax !important; }
	.MaxWidth-lg-82vmax { max-width: 82vmax !important; }
	.MaxWidth-lg-83vmax { max-width: 83vmax !important; }
	.MaxWidth-lg-84vmax { max-width: 84vmax !important; }
	.MaxWidth-lg-85vmax { max-width: 85vmax !important; }
	.MaxWidth-lg-86vmax { max-width: 86vmax !important; }
	.MaxWidth-lg-87vmax { max-width: 87vmax !important; }
	.MaxWidth-lg-88vmax { max-width: 88vmax !important; }
	.MaxWidth-lg-89vmax { max-width: 89vmax !important; }
	.MaxWidth-lg-90vmax { max-width: 90vmax !important; }
	.MaxWidth-lg-91vmax { max-width: 91vmax !important; }
	.MaxWidth-lg-92vmax { max-width: 92vmax !important; }
	.MaxWidth-lg-93vmax { max-width: 93vmax !important; }
	.MaxWidth-lg-94vmax { max-width: 94vmax !important; }
	.MaxWidth-lg-95vmax { max-width: 95vmax !important; }
	.MaxWidth-lg-96vmax { max-width: 96vmax !important; }
	.MaxWidth-lg-97vmax { max-width: 97vmax !important; }
	.MaxWidth-lg-98vmax { max-width: 98vmax !important; }
	.MaxWidth-lg-99vmax { max-width: 99vmax !important; }
	.MaxWidth-lg-100vmax { max-width: 100vmax !important; }
	.MinHeight-lg-0x10 { min-height: 0% !important; }
	.MinHeight-lg-1x10 { min-height: 10% !important; }
	.MinHeight-lg-2x10 { min-height: 20% !important; }
	.MinHeight-lg-3x10 { min-height: 30% !important; }
	.MinHeight-lg-4x10 { min-height: 40% !important; }
	.MinHeight-lg-5x10 { min-height: 50% !important; }
	.MinHeight-lg-6x10 { min-height: 60% !important; }
	.MinHeight-lg-7x10 { min-height: 70% !important; }
	.MinHeight-lg-8x10 { min-height: 80% !important; }
	.MinHeight-lg-9x10 { min-height: 90% !important; }
	.MinHeight-lg-10x10 { min-height: 100% !important; }
	.MinHeight-lg-0x12 { min-height: 0% !important; }
	.MinHeight-lg-1x12 { min-height: 8.3333333333333% !important; }
	.MinHeight-lg-2x12 { min-height: 16.666666666667% !important; }
	.MinHeight-lg-3x12 { min-height: 25% !important; }
	.MinHeight-lg-4x12 { min-height: 33.333333333333% !important; }
	.MinHeight-lg-5x12 { min-height: 41.666666666667% !important; }
	.MinHeight-lg-6x12 { min-height: 50% !important; }
	.MinHeight-lg-7x12 { min-height: 58.333333333333% !important; }
	.MinHeight-lg-8x12 { min-height: 66.666666666667% !important; }
	.MinHeight-lg-9x12 { min-height: 75% !important; }
	.MinHeight-lg-10x12 { min-height: 83.333333333333% !important; }
	.MinHeight-lg-11x12 { min-height: 91.666666666667% !important; }
	.MinHeight-lg-12x12 { min-height: 100% !important; }
	.MinHeight-lg-0x16 { min-height: 0% !important; }
	.MinHeight-lg-1x16 { min-height: 6.25% !important; }
	.MinHeight-lg-2x16 { min-height: 12.5% !important; }
	.MinHeight-lg-3x16 { min-height: 18.75% !important; }
	.MinHeight-lg-4x16 { min-height: 25% !important; }
	.MinHeight-lg-5x16 { min-height: 31.25% !important; }
	.MinHeight-lg-6x16 { min-height: 37.5% !important; }
	.MinHeight-lg-7x16 { min-height: 43.75% !important; }
	.MinHeight-lg-8x16 { min-height: 50% !important; }
	.MinHeight-lg-9x16 { min-height: 56.25% !important; }
	.MinHeight-lg-10x16 { min-height: 62.5% !important; }
	.MinHeight-lg-11x16 { min-height: 68.75% !important; }
	.MinHeight-lg-12x16 { min-height: 75% !important; }
	.MinHeight-lg-13x16 { min-height: 81.25% !important; }
	.MinHeight-lg-14x16 { min-height: 87.5% !important; }
	.MinHeight-lg-15x16 { min-height: 93.75% !important; }
	.MinHeight-lg-16x16 { min-height: 100% !important; }
	.MinHeight-lg-0em { min-height: 0em !important; }
	.MinHeight-lg-1em { min-height: 1em !important; }
	.MinHeight-lg-2em { min-height: 2em !important; }
	.MinHeight-lg-3em { min-height: 3em !important; }
	.MinHeight-lg-4em { min-height: 4em !important; }
	.MinHeight-lg-5em { min-height: 5em !important; }
	.MinHeight-lg-6em { min-height: 6em !important; }
	.MinHeight-lg-7em { min-height: 7em !important; }
	.MinHeight-lg-8em { min-height: 8em !important; }
	.MinHeight-lg-9em { min-height: 9em !important; }
	.MinHeight-lg-10em { min-height: 10em !important; }
	.MinHeight-lg-11em { min-height: 11em !important; }
	.MinHeight-lg-12em { min-height: 12em !important; }
	.MinHeight-lg-13em { min-height: 13em !important; }
	.MinHeight-lg-14em { min-height: 14em !important; }
	.MinHeight-lg-15em { min-height: 15em !important; }
	.MinHeight-lg-16em { min-height: 16em !important; }
	.MinHeight-lg-17em { min-height: 17em !important; }
	.MinHeight-lg-18em { min-height: 18em !important; }
	.MinHeight-lg-19em { min-height: 19em !important; }
	.MinHeight-lg-20em { min-height: 20em !important; }
	.MinHeight-lg-21em { min-height: 21em !important; }
	.MinHeight-lg-22em { min-height: 22em !important; }
	.MinHeight-lg-23em { min-height: 23em !important; }
	.MinHeight-lg-24em { min-height: 24em !important; }
	.MinHeight-lg-0x16em { min-height: 0em !important; }
	.MinHeight-lg-1x16em { min-height: 0.0625em !important; }
	.MinHeight-lg-2x16em { min-height: 0.125em !important; }
	.MinHeight-lg-3x16em { min-height: 0.1875em !important; }
	.MinHeight-lg-4x16em { min-height: 0.25em !important; }
	.MinHeight-lg-5x16em { min-height: 0.3125em !important; }
	.MinHeight-lg-6x16em { min-height: 0.375em !important; }
	.MinHeight-lg-7x16em { min-height: 0.4375em !important; }
	.MinHeight-lg-8x16em { min-height: 0.5em !important; }
	.MinHeight-lg-9x16em { min-height: 0.5625em !important; }
	.MinHeight-lg-10x16em { min-height: 0.625em !important; }
	.MinHeight-lg-11x16em { min-height: 0.6875em !important; }
	.MinHeight-lg-12x16em { min-height: 0.75em !important; }
	.MinHeight-lg-13x16em { min-height: 0.8125em !important; }
	.MinHeight-lg-14x16em { min-height: 0.875em !important; }
	.MinHeight-lg-15x16em { min-height: 0.9375em !important; }
	.MinHeight-lg-16x16em { min-height: 1em !important; }
	.MinHeight-lg-0vw { min-height: 0vw !important; }
	.MinHeight-lg-1vw { min-height: 1vw !important; }
	.MinHeight-lg-2vw { min-height: 2vw !important; }
	.MinHeight-lg-3vw { min-height: 3vw !important; }
	.MinHeight-lg-4vw { min-height: 4vw !important; }
	.MinHeight-lg-5vw { min-height: 5vw !important; }
	.MinHeight-lg-6vw { min-height: 6vw !important; }
	.MinHeight-lg-7vw { min-height: 7vw !important; }
	.MinHeight-lg-8vw { min-height: 8vw !important; }
	.MinHeight-lg-9vw { min-height: 9vw !important; }
	.MinHeight-lg-10vw { min-height: 10vw !important; }
	.MinHeight-lg-11vw { min-height: 11vw !important; }
	.MinHeight-lg-12vw { min-height: 12vw !important; }
	.MinHeight-lg-13vw { min-height: 13vw !important; }
	.MinHeight-lg-14vw { min-height: 14vw !important; }
	.MinHeight-lg-15vw { min-height: 15vw !important; }
	.MinHeight-lg-16vw { min-height: 16vw !important; }
	.MinHeight-lg-17vw { min-height: 17vw !important; }
	.MinHeight-lg-18vw { min-height: 18vw !important; }
	.MinHeight-lg-19vw { min-height: 19vw !important; }
	.MinHeight-lg-20vw { min-height: 20vw !important; }
	.MinHeight-lg-21vw { min-height: 21vw !important; }
	.MinHeight-lg-22vw { min-height: 22vw !important; }
	.MinHeight-lg-23vw { min-height: 23vw !important; }
	.MinHeight-lg-24vw { min-height: 24vw !important; }
	.MinHeight-lg-25vw { min-height: 25vw !important; }
	.MinHeight-lg-26vw { min-height: 26vw !important; }
	.MinHeight-lg-27vw { min-height: 27vw !important; }
	.MinHeight-lg-28vw { min-height: 28vw !important; }
	.MinHeight-lg-29vw { min-height: 29vw !important; }
	.MinHeight-lg-30vw { min-height: 30vw !important; }
	.MinHeight-lg-31vw { min-height: 31vw !important; }
	.MinHeight-lg-32vw { min-height: 32vw !important; }
	.MinHeight-lg-33vw { min-height: 33vw !important; }
	.MinHeight-lg-34vw { min-height: 34vw !important; }
	.MinHeight-lg-35vw { min-height: 35vw !important; }
	.MinHeight-lg-36vw { min-height: 36vw !important; }
	.MinHeight-lg-37vw { min-height: 37vw !important; }
	.MinHeight-lg-38vw { min-height: 38vw !important; }
	.MinHeight-lg-39vw { min-height: 39vw !important; }
	.MinHeight-lg-40vw { min-height: 40vw !important; }
	.MinHeight-lg-41vw { min-height: 41vw !important; }
	.MinHeight-lg-42vw { min-height: 42vw !important; }
	.MinHeight-lg-43vw { min-height: 43vw !important; }
	.MinHeight-lg-44vw { min-height: 44vw !important; }
	.MinHeight-lg-45vw { min-height: 45vw !important; }
	.MinHeight-lg-46vw { min-height: 46vw !important; }
	.MinHeight-lg-47vw { min-height: 47vw !important; }
	.MinHeight-lg-48vw { min-height: 48vw !important; }
	.MinHeight-lg-49vw { min-height: 49vw !important; }
	.MinHeight-lg-50vw { min-height: 50vw !important; }
	.MinHeight-lg-51vw { min-height: 51vw !important; }
	.MinHeight-lg-52vw { min-height: 52vw !important; }
	.MinHeight-lg-53vw { min-height: 53vw !important; }
	.MinHeight-lg-54vw { min-height: 54vw !important; }
	.MinHeight-lg-55vw { min-height: 55vw !important; }
	.MinHeight-lg-56vw { min-height: 56vw !important; }
	.MinHeight-lg-57vw { min-height: 57vw !important; }
	.MinHeight-lg-58vw { min-height: 58vw !important; }
	.MinHeight-lg-59vw { min-height: 59vw !important; }
	.MinHeight-lg-60vw { min-height: 60vw !important; }
	.MinHeight-lg-61vw { min-height: 61vw !important; }
	.MinHeight-lg-62vw { min-height: 62vw !important; }
	.MinHeight-lg-63vw { min-height: 63vw !important; }
	.MinHeight-lg-64vw { min-height: 64vw !important; }
	.MinHeight-lg-65vw { min-height: 65vw !important; }
	.MinHeight-lg-66vw { min-height: 66vw !important; }
	.MinHeight-lg-67vw { min-height: 67vw !important; }
	.MinHeight-lg-68vw { min-height: 68vw !important; }
	.MinHeight-lg-69vw { min-height: 69vw !important; }
	.MinHeight-lg-70vw { min-height: 70vw !important; }
	.MinHeight-lg-71vw { min-height: 71vw !important; }
	.MinHeight-lg-72vw { min-height: 72vw !important; }
	.MinHeight-lg-73vw { min-height: 73vw !important; }
	.MinHeight-lg-74vw { min-height: 74vw !important; }
	.MinHeight-lg-75vw { min-height: 75vw !important; }
	.MinHeight-lg-76vw { min-height: 76vw !important; }
	.MinHeight-lg-77vw { min-height: 77vw !important; }
	.MinHeight-lg-78vw { min-height: 78vw !important; }
	.MinHeight-lg-79vw { min-height: 79vw !important; }
	.MinHeight-lg-80vw { min-height: 80vw !important; }
	.MinHeight-lg-81vw { min-height: 81vw !important; }
	.MinHeight-lg-82vw { min-height: 82vw !important; }
	.MinHeight-lg-83vw { min-height: 83vw !important; }
	.MinHeight-lg-84vw { min-height: 84vw !important; }
	.MinHeight-lg-85vw { min-height: 85vw !important; }
	.MinHeight-lg-86vw { min-height: 86vw !important; }
	.MinHeight-lg-87vw { min-height: 87vw !important; }
	.MinHeight-lg-88vw { min-height: 88vw !important; }
	.MinHeight-lg-89vw { min-height: 89vw !important; }
	.MinHeight-lg-90vw { min-height: 90vw !important; }
	.MinHeight-lg-91vw { min-height: 91vw !important; }
	.MinHeight-lg-92vw { min-height: 92vw !important; }
	.MinHeight-lg-93vw { min-height: 93vw !important; }
	.MinHeight-lg-94vw { min-height: 94vw !important; }
	.MinHeight-lg-95vw { min-height: 95vw !important; }
	.MinHeight-lg-96vw { min-height: 96vw !important; }
	.MinHeight-lg-97vw { min-height: 97vw !important; }
	.MinHeight-lg-98vw { min-height: 98vw !important; }
	.MinHeight-lg-99vw { min-height: 99vw !important; }
	.MinHeight-lg-100vw { min-height: 100vw !important; }
	.MinHeight-lg-0vh { min-height: 0vh !important; }
	.MinHeight-lg-1vh { min-height: 1vh !important; }
	.MinHeight-lg-2vh { min-height: 2vh !important; }
	.MinHeight-lg-3vh { min-height: 3vh !important; }
	.MinHeight-lg-4vh { min-height: 4vh !important; }
	.MinHeight-lg-5vh { min-height: 5vh !important; }
	.MinHeight-lg-6vh { min-height: 6vh !important; }
	.MinHeight-lg-7vh { min-height: 7vh !important; }
	.MinHeight-lg-8vh { min-height: 8vh !important; }
	.MinHeight-lg-9vh { min-height: 9vh !important; }
	.MinHeight-lg-10vh { min-height: 10vh !important; }
	.MinHeight-lg-11vh { min-height: 11vh !important; }
	.MinHeight-lg-12vh { min-height: 12vh !important; }
	.MinHeight-lg-13vh { min-height: 13vh !important; }
	.MinHeight-lg-14vh { min-height: 14vh !important; }
	.MinHeight-lg-15vh { min-height: 15vh !important; }
	.MinHeight-lg-16vh { min-height: 16vh !important; }
	.MinHeight-lg-17vh { min-height: 17vh !important; }
	.MinHeight-lg-18vh { min-height: 18vh !important; }
	.MinHeight-lg-19vh { min-height: 19vh !important; }
	.MinHeight-lg-20vh { min-height: 20vh !important; }
	.MinHeight-lg-21vh { min-height: 21vh !important; }
	.MinHeight-lg-22vh { min-height: 22vh !important; }
	.MinHeight-lg-23vh { min-height: 23vh !important; }
	.MinHeight-lg-24vh { min-height: 24vh !important; }
	.MinHeight-lg-25vh { min-height: 25vh !important; }
	.MinHeight-lg-26vh { min-height: 26vh !important; }
	.MinHeight-lg-27vh { min-height: 27vh !important; }
	.MinHeight-lg-28vh { min-height: 28vh !important; }
	.MinHeight-lg-29vh { min-height: 29vh !important; }
	.MinHeight-lg-30vh { min-height: 30vh !important; }
	.MinHeight-lg-31vh { min-height: 31vh !important; }
	.MinHeight-lg-32vh { min-height: 32vh !important; }
	.MinHeight-lg-33vh { min-height: 33vh !important; }
	.MinHeight-lg-34vh { min-height: 34vh !important; }
	.MinHeight-lg-35vh { min-height: 35vh !important; }
	.MinHeight-lg-36vh { min-height: 36vh !important; }
	.MinHeight-lg-37vh { min-height: 37vh !important; }
	.MinHeight-lg-38vh { min-height: 38vh !important; }
	.MinHeight-lg-39vh { min-height: 39vh !important; }
	.MinHeight-lg-40vh { min-height: 40vh !important; }
	.MinHeight-lg-41vh { min-height: 41vh !important; }
	.MinHeight-lg-42vh { min-height: 42vh !important; }
	.MinHeight-lg-43vh { min-height: 43vh !important; }
	.MinHeight-lg-44vh { min-height: 44vh !important; }
	.MinHeight-lg-45vh { min-height: 45vh !important; }
	.MinHeight-lg-46vh { min-height: 46vh !important; }
	.MinHeight-lg-47vh { min-height: 47vh !important; }
	.MinHeight-lg-48vh { min-height: 48vh !important; }
	.MinHeight-lg-49vh { min-height: 49vh !important; }
	.MinHeight-lg-50vh { min-height: 50vh !important; }
	.MinHeight-lg-51vh { min-height: 51vh !important; }
	.MinHeight-lg-52vh { min-height: 52vh !important; }
	.MinHeight-lg-53vh { min-height: 53vh !important; }
	.MinHeight-lg-54vh { min-height: 54vh !important; }
	.MinHeight-lg-55vh { min-height: 55vh !important; }
	.MinHeight-lg-56vh { min-height: 56vh !important; }
	.MinHeight-lg-57vh { min-height: 57vh !important; }
	.MinHeight-lg-58vh { min-height: 58vh !important; }
	.MinHeight-lg-59vh { min-height: 59vh !important; }
	.MinHeight-lg-60vh { min-height: 60vh !important; }
	.MinHeight-lg-61vh { min-height: 61vh !important; }
	.MinHeight-lg-62vh { min-height: 62vh !important; }
	.MinHeight-lg-63vh { min-height: 63vh !important; }
	.MinHeight-lg-64vh { min-height: 64vh !important; }
	.MinHeight-lg-65vh { min-height: 65vh !important; }
	.MinHeight-lg-66vh { min-height: 66vh !important; }
	.MinHeight-lg-67vh { min-height: 67vh !important; }
	.MinHeight-lg-68vh { min-height: 68vh !important; }
	.MinHeight-lg-69vh { min-height: 69vh !important; }
	.MinHeight-lg-70vh { min-height: 70vh !important; }
	.MinHeight-lg-71vh { min-height: 71vh !important; }
	.MinHeight-lg-72vh { min-height: 72vh !important; }
	.MinHeight-lg-73vh { min-height: 73vh !important; }
	.MinHeight-lg-74vh { min-height: 74vh !important; }
	.MinHeight-lg-75vh { min-height: 75vh !important; }
	.MinHeight-lg-76vh { min-height: 76vh !important; }
	.MinHeight-lg-77vh { min-height: 77vh !important; }
	.MinHeight-lg-78vh { min-height: 78vh !important; }
	.MinHeight-lg-79vh { min-height: 79vh !important; }
	.MinHeight-lg-80vh { min-height: 80vh !important; }
	.MinHeight-lg-81vh { min-height: 81vh !important; }
	.MinHeight-lg-82vh { min-height: 82vh !important; }
	.MinHeight-lg-83vh { min-height: 83vh !important; }
	.MinHeight-lg-84vh { min-height: 84vh !important; }
	.MinHeight-lg-85vh { min-height: 85vh !important; }
	.MinHeight-lg-86vh { min-height: 86vh !important; }
	.MinHeight-lg-87vh { min-height: 87vh !important; }
	.MinHeight-lg-88vh { min-height: 88vh !important; }
	.MinHeight-lg-89vh { min-height: 89vh !important; }
	.MinHeight-lg-90vh { min-height: 90vh !important; }
	.MinHeight-lg-91vh { min-height: 91vh !important; }
	.MinHeight-lg-92vh { min-height: 92vh !important; }
	.MinHeight-lg-93vh { min-height: 93vh !important; }
	.MinHeight-lg-94vh { min-height: 94vh !important; }
	.MinHeight-lg-95vh { min-height: 95vh !important; }
	.MinHeight-lg-96vh { min-height: 96vh !important; }
	.MinHeight-lg-97vh { min-height: 97vh !important; }
	.MinHeight-lg-98vh { min-height: 98vh !important; }
	.MinHeight-lg-99vh { min-height: 99vh !important; }
	.MinHeight-lg-100vh { min-height: 100vh !important; }
	.MinHeight-lg-0vmin { min-height: 0vmin !important; }
	.MinHeight-lg-1vmin { min-height: 1vmin !important; }
	.MinHeight-lg-2vmin { min-height: 2vmin !important; }
	.MinHeight-lg-3vmin { min-height: 3vmin !important; }
	.MinHeight-lg-4vmin { min-height: 4vmin !important; }
	.MinHeight-lg-5vmin { min-height: 5vmin !important; }
	.MinHeight-lg-6vmin { min-height: 6vmin !important; }
	.MinHeight-lg-7vmin { min-height: 7vmin !important; }
	.MinHeight-lg-8vmin { min-height: 8vmin !important; }
	.MinHeight-lg-9vmin { min-height: 9vmin !important; }
	.MinHeight-lg-10vmin { min-height: 10vmin !important; }
	.MinHeight-lg-11vmin { min-height: 11vmin !important; }
	.MinHeight-lg-12vmin { min-height: 12vmin !important; }
	.MinHeight-lg-13vmin { min-height: 13vmin !important; }
	.MinHeight-lg-14vmin { min-height: 14vmin !important; }
	.MinHeight-lg-15vmin { min-height: 15vmin !important; }
	.MinHeight-lg-16vmin { min-height: 16vmin !important; }
	.MinHeight-lg-17vmin { min-height: 17vmin !important; }
	.MinHeight-lg-18vmin { min-height: 18vmin !important; }
	.MinHeight-lg-19vmin { min-height: 19vmin !important; }
	.MinHeight-lg-20vmin { min-height: 20vmin !important; }
	.MinHeight-lg-21vmin { min-height: 21vmin !important; }
	.MinHeight-lg-22vmin { min-height: 22vmin !important; }
	.MinHeight-lg-23vmin { min-height: 23vmin !important; }
	.MinHeight-lg-24vmin { min-height: 24vmin !important; }
	.MinHeight-lg-25vmin { min-height: 25vmin !important; }
	.MinHeight-lg-26vmin { min-height: 26vmin !important; }
	.MinHeight-lg-27vmin { min-height: 27vmin !important; }
	.MinHeight-lg-28vmin { min-height: 28vmin !important; }
	.MinHeight-lg-29vmin { min-height: 29vmin !important; }
	.MinHeight-lg-30vmin { min-height: 30vmin !important; }
	.MinHeight-lg-31vmin { min-height: 31vmin !important; }
	.MinHeight-lg-32vmin { min-height: 32vmin !important; }
	.MinHeight-lg-33vmin { min-height: 33vmin !important; }
	.MinHeight-lg-34vmin { min-height: 34vmin !important; }
	.MinHeight-lg-35vmin { min-height: 35vmin !important; }
	.MinHeight-lg-36vmin { min-height: 36vmin !important; }
	.MinHeight-lg-37vmin { min-height: 37vmin !important; }
	.MinHeight-lg-38vmin { min-height: 38vmin !important; }
	.MinHeight-lg-39vmin { min-height: 39vmin !important; }
	.MinHeight-lg-40vmin { min-height: 40vmin !important; }
	.MinHeight-lg-41vmin { min-height: 41vmin !important; }
	.MinHeight-lg-42vmin { min-height: 42vmin !important; }
	.MinHeight-lg-43vmin { min-height: 43vmin !important; }
	.MinHeight-lg-44vmin { min-height: 44vmin !important; }
	.MinHeight-lg-45vmin { min-height: 45vmin !important; }
	.MinHeight-lg-46vmin { min-height: 46vmin !important; }
	.MinHeight-lg-47vmin { min-height: 47vmin !important; }
	.MinHeight-lg-48vmin { min-height: 48vmin !important; }
	.MinHeight-lg-49vmin { min-height: 49vmin !important; }
	.MinHeight-lg-50vmin { min-height: 50vmin !important; }
	.MinHeight-lg-51vmin { min-height: 51vmin !important; }
	.MinHeight-lg-52vmin { min-height: 52vmin !important; }
	.MinHeight-lg-53vmin { min-height: 53vmin !important; }
	.MinHeight-lg-54vmin { min-height: 54vmin !important; }
	.MinHeight-lg-55vmin { min-height: 55vmin !important; }
	.MinHeight-lg-56vmin { min-height: 56vmin !important; }
	.MinHeight-lg-57vmin { min-height: 57vmin !important; }
	.MinHeight-lg-58vmin { min-height: 58vmin !important; }
	.MinHeight-lg-59vmin { min-height: 59vmin !important; }
	.MinHeight-lg-60vmin { min-height: 60vmin !important; }
	.MinHeight-lg-61vmin { min-height: 61vmin !important; }
	.MinHeight-lg-62vmin { min-height: 62vmin !important; }
	.MinHeight-lg-63vmin { min-height: 63vmin !important; }
	.MinHeight-lg-64vmin { min-height: 64vmin !important; }
	.MinHeight-lg-65vmin { min-height: 65vmin !important; }
	.MinHeight-lg-66vmin { min-height: 66vmin !important; }
	.MinHeight-lg-67vmin { min-height: 67vmin !important; }
	.MinHeight-lg-68vmin { min-height: 68vmin !important; }
	.MinHeight-lg-69vmin { min-height: 69vmin !important; }
	.MinHeight-lg-70vmin { min-height: 70vmin !important; }
	.MinHeight-lg-71vmin { min-height: 71vmin !important; }
	.MinHeight-lg-72vmin { min-height: 72vmin !important; }
	.MinHeight-lg-73vmin { min-height: 73vmin !important; }
	.MinHeight-lg-74vmin { min-height: 74vmin !important; }
	.MinHeight-lg-75vmin { min-height: 75vmin !important; }
	.MinHeight-lg-76vmin { min-height: 76vmin !important; }
	.MinHeight-lg-77vmin { min-height: 77vmin !important; }
	.MinHeight-lg-78vmin { min-height: 78vmin !important; }
	.MinHeight-lg-79vmin { min-height: 79vmin !important; }
	.MinHeight-lg-80vmin { min-height: 80vmin !important; }
	.MinHeight-lg-81vmin { min-height: 81vmin !important; }
	.MinHeight-lg-82vmin { min-height: 82vmin !important; }
	.MinHeight-lg-83vmin { min-height: 83vmin !important; }
	.MinHeight-lg-84vmin { min-height: 84vmin !important; }
	.MinHeight-lg-85vmin { min-height: 85vmin !important; }
	.MinHeight-lg-86vmin { min-height: 86vmin !important; }
	.MinHeight-lg-87vmin { min-height: 87vmin !important; }
	.MinHeight-lg-88vmin { min-height: 88vmin !important; }
	.MinHeight-lg-89vmin { min-height: 89vmin !important; }
	.MinHeight-lg-90vmin { min-height: 90vmin !important; }
	.MinHeight-lg-91vmin { min-height: 91vmin !important; }
	.MinHeight-lg-92vmin { min-height: 92vmin !important; }
	.MinHeight-lg-93vmin { min-height: 93vmin !important; }
	.MinHeight-lg-94vmin { min-height: 94vmin !important; }
	.MinHeight-lg-95vmin { min-height: 95vmin !important; }
	.MinHeight-lg-96vmin { min-height: 96vmin !important; }
	.MinHeight-lg-97vmin { min-height: 97vmin !important; }
	.MinHeight-lg-98vmin { min-height: 98vmin !important; }
	.MinHeight-lg-99vmin { min-height: 99vmin !important; }
	.MinHeight-lg-100vmin { min-height: 100vmin !important; }
	.MinHeight-lg-0vmax { min-height: 0vmax !important; }
	.MinHeight-lg-1vmax { min-height: 1vmax !important; }
	.MinHeight-lg-2vmax { min-height: 2vmax !important; }
	.MinHeight-lg-3vmax { min-height: 3vmax !important; }
	.MinHeight-lg-4vmax { min-height: 4vmax !important; }
	.MinHeight-lg-5vmax { min-height: 5vmax !important; }
	.MinHeight-lg-6vmax { min-height: 6vmax !important; }
	.MinHeight-lg-7vmax { min-height: 7vmax !important; }
	.MinHeight-lg-8vmax { min-height: 8vmax !important; }
	.MinHeight-lg-9vmax { min-height: 9vmax !important; }
	.MinHeight-lg-10vmax { min-height: 10vmax !important; }
	.MinHeight-lg-11vmax { min-height: 11vmax !important; }
	.MinHeight-lg-12vmax { min-height: 12vmax !important; }
	.MinHeight-lg-13vmax { min-height: 13vmax !important; }
	.MinHeight-lg-14vmax { min-height: 14vmax !important; }
	.MinHeight-lg-15vmax { min-height: 15vmax !important; }
	.MinHeight-lg-16vmax { min-height: 16vmax !important; }
	.MinHeight-lg-17vmax { min-height: 17vmax !important; }
	.MinHeight-lg-18vmax { min-height: 18vmax !important; }
	.MinHeight-lg-19vmax { min-height: 19vmax !important; }
	.MinHeight-lg-20vmax { min-height: 20vmax !important; }
	.MinHeight-lg-21vmax { min-height: 21vmax !important; }
	.MinHeight-lg-22vmax { min-height: 22vmax !important; }
	.MinHeight-lg-23vmax { min-height: 23vmax !important; }
	.MinHeight-lg-24vmax { min-height: 24vmax !important; }
	.MinHeight-lg-25vmax { min-height: 25vmax !important; }
	.MinHeight-lg-26vmax { min-height: 26vmax !important; }
	.MinHeight-lg-27vmax { min-height: 27vmax !important; }
	.MinHeight-lg-28vmax { min-height: 28vmax !important; }
	.MinHeight-lg-29vmax { min-height: 29vmax !important; }
	.MinHeight-lg-30vmax { min-height: 30vmax !important; }
	.MinHeight-lg-31vmax { min-height: 31vmax !important; }
	.MinHeight-lg-32vmax { min-height: 32vmax !important; }
	.MinHeight-lg-33vmax { min-height: 33vmax !important; }
	.MinHeight-lg-34vmax { min-height: 34vmax !important; }
	.MinHeight-lg-35vmax { min-height: 35vmax !important; }
	.MinHeight-lg-36vmax { min-height: 36vmax !important; }
	.MinHeight-lg-37vmax { min-height: 37vmax !important; }
	.MinHeight-lg-38vmax { min-height: 38vmax !important; }
	.MinHeight-lg-39vmax { min-height: 39vmax !important; }
	.MinHeight-lg-40vmax { min-height: 40vmax !important; }
	.MinHeight-lg-41vmax { min-height: 41vmax !important; }
	.MinHeight-lg-42vmax { min-height: 42vmax !important; }
	.MinHeight-lg-43vmax { min-height: 43vmax !important; }
	.MinHeight-lg-44vmax { min-height: 44vmax !important; }
	.MinHeight-lg-45vmax { min-height: 45vmax !important; }
	.MinHeight-lg-46vmax { min-height: 46vmax !important; }
	.MinHeight-lg-47vmax { min-height: 47vmax !important; }
	.MinHeight-lg-48vmax { min-height: 48vmax !important; }
	.MinHeight-lg-49vmax { min-height: 49vmax !important; }
	.MinHeight-lg-50vmax { min-height: 50vmax !important; }
	.MinHeight-lg-51vmax { min-height: 51vmax !important; }
	.MinHeight-lg-52vmax { min-height: 52vmax !important; }
	.MinHeight-lg-53vmax { min-height: 53vmax !important; }
	.MinHeight-lg-54vmax { min-height: 54vmax !important; }
	.MinHeight-lg-55vmax { min-height: 55vmax !important; }
	.MinHeight-lg-56vmax { min-height: 56vmax !important; }
	.MinHeight-lg-57vmax { min-height: 57vmax !important; }
	.MinHeight-lg-58vmax { min-height: 58vmax !important; }
	.MinHeight-lg-59vmax { min-height: 59vmax !important; }
	.MinHeight-lg-60vmax { min-height: 60vmax !important; }
	.MinHeight-lg-61vmax { min-height: 61vmax !important; }
	.MinHeight-lg-62vmax { min-height: 62vmax !important; }
	.MinHeight-lg-63vmax { min-height: 63vmax !important; }
	.MinHeight-lg-64vmax { min-height: 64vmax !important; }
	.MinHeight-lg-65vmax { min-height: 65vmax !important; }
	.MinHeight-lg-66vmax { min-height: 66vmax !important; }
	.MinHeight-lg-67vmax { min-height: 67vmax !important; }
	.MinHeight-lg-68vmax { min-height: 68vmax !important; }
	.MinHeight-lg-69vmax { min-height: 69vmax !important; }
	.MinHeight-lg-70vmax { min-height: 70vmax !important; }
	.MinHeight-lg-71vmax { min-height: 71vmax !important; }
	.MinHeight-lg-72vmax { min-height: 72vmax !important; }
	.MinHeight-lg-73vmax { min-height: 73vmax !important; }
	.MinHeight-lg-74vmax { min-height: 74vmax !important; }
	.MinHeight-lg-75vmax { min-height: 75vmax !important; }
	.MinHeight-lg-76vmax { min-height: 76vmax !important; }
	.MinHeight-lg-77vmax { min-height: 77vmax !important; }
	.MinHeight-lg-78vmax { min-height: 78vmax !important; }
	.MinHeight-lg-79vmax { min-height: 79vmax !important; }
	.MinHeight-lg-80vmax { min-height: 80vmax !important; }
	.MinHeight-lg-81vmax { min-height: 81vmax !important; }
	.MinHeight-lg-82vmax { min-height: 82vmax !important; }
	.MinHeight-lg-83vmax { min-height: 83vmax !important; }
	.MinHeight-lg-84vmax { min-height: 84vmax !important; }
	.MinHeight-lg-85vmax { min-height: 85vmax !important; }
	.MinHeight-lg-86vmax { min-height: 86vmax !important; }
	.MinHeight-lg-87vmax { min-height: 87vmax !important; }
	.MinHeight-lg-88vmax { min-height: 88vmax !important; }
	.MinHeight-lg-89vmax { min-height: 89vmax !important; }
	.MinHeight-lg-90vmax { min-height: 90vmax !important; }
	.MinHeight-lg-91vmax { min-height: 91vmax !important; }
	.MinHeight-lg-92vmax { min-height: 92vmax !important; }
	.MinHeight-lg-93vmax { min-height: 93vmax !important; }
	.MinHeight-lg-94vmax { min-height: 94vmax !important; }
	.MinHeight-lg-95vmax { min-height: 95vmax !important; }
	.MinHeight-lg-96vmax { min-height: 96vmax !important; }
	.MinHeight-lg-97vmax { min-height: 97vmax !important; }
	.MinHeight-lg-98vmax { min-height: 98vmax !important; }
	.MinHeight-lg-99vmax { min-height: 99vmax !important; }
	.MinHeight-lg-100vmax { min-height: 100vmax !important; }
	.MaxHeight-lg-0x10 { max-height: 0% !important; }
	.MaxHeight-lg-1x10 { max-height: 10% !important; }
	.MaxHeight-lg-2x10 { max-height: 20% !important; }
	.MaxHeight-lg-3x10 { max-height: 30% !important; }
	.MaxHeight-lg-4x10 { max-height: 40% !important; }
	.MaxHeight-lg-5x10 { max-height: 50% !important; }
	.MaxHeight-lg-6x10 { max-height: 60% !important; }
	.MaxHeight-lg-7x10 { max-height: 70% !important; }
	.MaxHeight-lg-8x10 { max-height: 80% !important; }
	.MaxHeight-lg-9x10 { max-height: 90% !important; }
	.MaxHeight-lg-10x10 { max-height: 100% !important; }
	.MaxHeight-lg-0x12 { max-height: 0% !important; }
	.MaxHeight-lg-1x12 { max-height: 8.3333333333333% !important; }
	.MaxHeight-lg-2x12 { max-height: 16.666666666667% !important; }
	.MaxHeight-lg-3x12 { max-height: 25% !important; }
	.MaxHeight-lg-4x12 { max-height: 33.333333333333% !important; }
	.MaxHeight-lg-5x12 { max-height: 41.666666666667% !important; }
	.MaxHeight-lg-6x12 { max-height: 50% !important; }
	.MaxHeight-lg-7x12 { max-height: 58.333333333333% !important; }
	.MaxHeight-lg-8x12 { max-height: 66.666666666667% !important; }
	.MaxHeight-lg-9x12 { max-height: 75% !important; }
	.MaxHeight-lg-10x12 { max-height: 83.333333333333% !important; }
	.MaxHeight-lg-11x12 { max-height: 91.666666666667% !important; }
	.MaxHeight-lg-12x12 { max-height: 100% !important; }
	.MaxHeight-lg-0x16 { max-height: 0% !important; }
	.MaxHeight-lg-1x16 { max-height: 6.25% !important; }
	.MaxHeight-lg-2x16 { max-height: 12.5% !important; }
	.MaxHeight-lg-3x16 { max-height: 18.75% !important; }
	.MaxHeight-lg-4x16 { max-height: 25% !important; }
	.MaxHeight-lg-5x16 { max-height: 31.25% !important; }
	.MaxHeight-lg-6x16 { max-height: 37.5% !important; }
	.MaxHeight-lg-7x16 { max-height: 43.75% !important; }
	.MaxHeight-lg-8x16 { max-height: 50% !important; }
	.MaxHeight-lg-9x16 { max-height: 56.25% !important; }
	.MaxHeight-lg-10x16 { max-height: 62.5% !important; }
	.MaxHeight-lg-11x16 { max-height: 68.75% !important; }
	.MaxHeight-lg-12x16 { max-height: 75% !important; }
	.MaxHeight-lg-13x16 { max-height: 81.25% !important; }
	.MaxHeight-lg-14x16 { max-height: 87.5% !important; }
	.MaxHeight-lg-15x16 { max-height: 93.75% !important; }
	.MaxHeight-lg-16x16 { max-height: 100% !important; }
	.MaxHeight-lg-0em { max-height: 0em !important; }
	.MaxHeight-lg-1em { max-height: 1em !important; }
	.MaxHeight-lg-2em { max-height: 2em !important; }
	.MaxHeight-lg-3em { max-height: 3em !important; }
	.MaxHeight-lg-4em { max-height: 4em !important; }
	.MaxHeight-lg-5em { max-height: 5em !important; }
	.MaxHeight-lg-6em { max-height: 6em !important; }
	.MaxHeight-lg-7em { max-height: 7em !important; }
	.MaxHeight-lg-8em { max-height: 8em !important; }
	.MaxHeight-lg-9em { max-height: 9em !important; }
	.MaxHeight-lg-10em { max-height: 10em !important; }
	.MaxHeight-lg-11em { max-height: 11em !important; }
	.MaxHeight-lg-12em { max-height: 12em !important; }
	.MaxHeight-lg-13em { max-height: 13em !important; }
	.MaxHeight-lg-14em { max-height: 14em !important; }
	.MaxHeight-lg-15em { max-height: 15em !important; }
	.MaxHeight-lg-16em { max-height: 16em !important; }
	.MaxHeight-lg-17em { max-height: 17em !important; }
	.MaxHeight-lg-18em { max-height: 18em !important; }
	.MaxHeight-lg-19em { max-height: 19em !important; }
	.MaxHeight-lg-20em { max-height: 20em !important; }
	.MaxHeight-lg-21em { max-height: 21em !important; }
	.MaxHeight-lg-22em { max-height: 22em !important; }
	.MaxHeight-lg-23em { max-height: 23em !important; }
	.MaxHeight-lg-24em { max-height: 24em !important; }
	.MaxHeight-lg-0x16em { max-height: 0em !important; }
	.MaxHeight-lg-1x16em { max-height: 0.0625em !important; }
	.MaxHeight-lg-2x16em { max-height: 0.125em !important; }
	.MaxHeight-lg-3x16em { max-height: 0.1875em !important; }
	.MaxHeight-lg-4x16em { max-height: 0.25em !important; }
	.MaxHeight-lg-5x16em { max-height: 0.3125em !important; }
	.MaxHeight-lg-6x16em { max-height: 0.375em !important; }
	.MaxHeight-lg-7x16em { max-height: 0.4375em !important; }
	.MaxHeight-lg-8x16em { max-height: 0.5em !important; }
	.MaxHeight-lg-9x16em { max-height: 0.5625em !important; }
	.MaxHeight-lg-10x16em { max-height: 0.625em !important; }
	.MaxHeight-lg-11x16em { max-height: 0.6875em !important; }
	.MaxHeight-lg-12x16em { max-height: 0.75em !important; }
	.MaxHeight-lg-13x16em { max-height: 0.8125em !important; }
	.MaxHeight-lg-14x16em { max-height: 0.875em !important; }
	.MaxHeight-lg-15x16em { max-height: 0.9375em !important; }
	.MaxHeight-lg-16x16em { max-height: 1em !important; }
	.MaxHeight-lg-0vw { max-height: 0vw !important; }
	.MaxHeight-lg-1vw { max-height: 1vw !important; }
	.MaxHeight-lg-2vw { max-height: 2vw !important; }
	.MaxHeight-lg-3vw { max-height: 3vw !important; }
	.MaxHeight-lg-4vw { max-height: 4vw !important; }
	.MaxHeight-lg-5vw { max-height: 5vw !important; }
	.MaxHeight-lg-6vw { max-height: 6vw !important; }
	.MaxHeight-lg-7vw { max-height: 7vw !important; }
	.MaxHeight-lg-8vw { max-height: 8vw !important; }
	.MaxHeight-lg-9vw { max-height: 9vw !important; }
	.MaxHeight-lg-10vw { max-height: 10vw !important; }
	.MaxHeight-lg-11vw { max-height: 11vw !important; }
	.MaxHeight-lg-12vw { max-height: 12vw !important; }
	.MaxHeight-lg-13vw { max-height: 13vw !important; }
	.MaxHeight-lg-14vw { max-height: 14vw !important; }
	.MaxHeight-lg-15vw { max-height: 15vw !important; }
	.MaxHeight-lg-16vw { max-height: 16vw !important; }
	.MaxHeight-lg-17vw { max-height: 17vw !important; }
	.MaxHeight-lg-18vw { max-height: 18vw !important; }
	.MaxHeight-lg-19vw { max-height: 19vw !important; }
	.MaxHeight-lg-20vw { max-height: 20vw !important; }
	.MaxHeight-lg-21vw { max-height: 21vw !important; }
	.MaxHeight-lg-22vw { max-height: 22vw !important; }
	.MaxHeight-lg-23vw { max-height: 23vw !important; }
	.MaxHeight-lg-24vw { max-height: 24vw !important; }
	.MaxHeight-lg-25vw { max-height: 25vw !important; }
	.MaxHeight-lg-26vw { max-height: 26vw !important; }
	.MaxHeight-lg-27vw { max-height: 27vw !important; }
	.MaxHeight-lg-28vw { max-height: 28vw !important; }
	.MaxHeight-lg-29vw { max-height: 29vw !important; }
	.MaxHeight-lg-30vw { max-height: 30vw !important; }
	.MaxHeight-lg-31vw { max-height: 31vw !important; }
	.MaxHeight-lg-32vw { max-height: 32vw !important; }
	.MaxHeight-lg-33vw { max-height: 33vw !important; }
	.MaxHeight-lg-34vw { max-height: 34vw !important; }
	.MaxHeight-lg-35vw { max-height: 35vw !important; }
	.MaxHeight-lg-36vw { max-height: 36vw !important; }
	.MaxHeight-lg-37vw { max-height: 37vw !important; }
	.MaxHeight-lg-38vw { max-height: 38vw !important; }
	.MaxHeight-lg-39vw { max-height: 39vw !important; }
	.MaxHeight-lg-40vw { max-height: 40vw !important; }
	.MaxHeight-lg-41vw { max-height: 41vw !important; }
	.MaxHeight-lg-42vw { max-height: 42vw !important; }
	.MaxHeight-lg-43vw { max-height: 43vw !important; }
	.MaxHeight-lg-44vw { max-height: 44vw !important; }
	.MaxHeight-lg-45vw { max-height: 45vw !important; }
	.MaxHeight-lg-46vw { max-height: 46vw !important; }
	.MaxHeight-lg-47vw { max-height: 47vw !important; }
	.MaxHeight-lg-48vw { max-height: 48vw !important; }
	.MaxHeight-lg-49vw { max-height: 49vw !important; }
	.MaxHeight-lg-50vw { max-height: 50vw !important; }
	.MaxHeight-lg-51vw { max-height: 51vw !important; }
	.MaxHeight-lg-52vw { max-height: 52vw !important; }
	.MaxHeight-lg-53vw { max-height: 53vw !important; }
	.MaxHeight-lg-54vw { max-height: 54vw !important; }
	.MaxHeight-lg-55vw { max-height: 55vw !important; }
	.MaxHeight-lg-56vw { max-height: 56vw !important; }
	.MaxHeight-lg-57vw { max-height: 57vw !important; }
	.MaxHeight-lg-58vw { max-height: 58vw !important; }
	.MaxHeight-lg-59vw { max-height: 59vw !important; }
	.MaxHeight-lg-60vw { max-height: 60vw !important; }
	.MaxHeight-lg-61vw { max-height: 61vw !important; }
	.MaxHeight-lg-62vw { max-height: 62vw !important; }
	.MaxHeight-lg-63vw { max-height: 63vw !important; }
	.MaxHeight-lg-64vw { max-height: 64vw !important; }
	.MaxHeight-lg-65vw { max-height: 65vw !important; }
	.MaxHeight-lg-66vw { max-height: 66vw !important; }
	.MaxHeight-lg-67vw { max-height: 67vw !important; }
	.MaxHeight-lg-68vw { max-height: 68vw !important; }
	.MaxHeight-lg-69vw { max-height: 69vw !important; }
	.MaxHeight-lg-70vw { max-height: 70vw !important; }
	.MaxHeight-lg-71vw { max-height: 71vw !important; }
	.MaxHeight-lg-72vw { max-height: 72vw !important; }
	.MaxHeight-lg-73vw { max-height: 73vw !important; }
	.MaxHeight-lg-74vw { max-height: 74vw !important; }
	.MaxHeight-lg-75vw { max-height: 75vw !important; }
	.MaxHeight-lg-76vw { max-height: 76vw !important; }
	.MaxHeight-lg-77vw { max-height: 77vw !important; }
	.MaxHeight-lg-78vw { max-height: 78vw !important; }
	.MaxHeight-lg-79vw { max-height: 79vw !important; }
	.MaxHeight-lg-80vw { max-height: 80vw !important; }
	.MaxHeight-lg-81vw { max-height: 81vw !important; }
	.MaxHeight-lg-82vw { max-height: 82vw !important; }
	.MaxHeight-lg-83vw { max-height: 83vw !important; }
	.MaxHeight-lg-84vw { max-height: 84vw !important; }
	.MaxHeight-lg-85vw { max-height: 85vw !important; }
	.MaxHeight-lg-86vw { max-height: 86vw !important; }
	.MaxHeight-lg-87vw { max-height: 87vw !important; }
	.MaxHeight-lg-88vw { max-height: 88vw !important; }
	.MaxHeight-lg-89vw { max-height: 89vw !important; }
	.MaxHeight-lg-90vw { max-height: 90vw !important; }
	.MaxHeight-lg-91vw { max-height: 91vw !important; }
	.MaxHeight-lg-92vw { max-height: 92vw !important; }
	.MaxHeight-lg-93vw { max-height: 93vw !important; }
	.MaxHeight-lg-94vw { max-height: 94vw !important; }
	.MaxHeight-lg-95vw { max-height: 95vw !important; }
	.MaxHeight-lg-96vw { max-height: 96vw !important; }
	.MaxHeight-lg-97vw { max-height: 97vw !important; }
	.MaxHeight-lg-98vw { max-height: 98vw !important; }
	.MaxHeight-lg-99vw { max-height: 99vw !important; }
	.MaxHeight-lg-100vw { max-height: 100vw !important; }
	.MaxHeight-lg-0vh { max-height: 0vh !important; }
	.MaxHeight-lg-1vh { max-height: 1vh !important; }
	.MaxHeight-lg-2vh { max-height: 2vh !important; }
	.MaxHeight-lg-3vh { max-height: 3vh !important; }
	.MaxHeight-lg-4vh { max-height: 4vh !important; }
	.MaxHeight-lg-5vh { max-height: 5vh !important; }
	.MaxHeight-lg-6vh { max-height: 6vh !important; }
	.MaxHeight-lg-7vh { max-height: 7vh !important; }
	.MaxHeight-lg-8vh { max-height: 8vh !important; }
	.MaxHeight-lg-9vh { max-height: 9vh !important; }
	.MaxHeight-lg-10vh { max-height: 10vh !important; }
	.MaxHeight-lg-11vh { max-height: 11vh !important; }
	.MaxHeight-lg-12vh { max-height: 12vh !important; }
	.MaxHeight-lg-13vh { max-height: 13vh !important; }
	.MaxHeight-lg-14vh { max-height: 14vh !important; }
	.MaxHeight-lg-15vh { max-height: 15vh !important; }
	.MaxHeight-lg-16vh { max-height: 16vh !important; }
	.MaxHeight-lg-17vh { max-height: 17vh !important; }
	.MaxHeight-lg-18vh { max-height: 18vh !important; }
	.MaxHeight-lg-19vh { max-height: 19vh !important; }
	.MaxHeight-lg-20vh { max-height: 20vh !important; }
	.MaxHeight-lg-21vh { max-height: 21vh !important; }
	.MaxHeight-lg-22vh { max-height: 22vh !important; }
	.MaxHeight-lg-23vh { max-height: 23vh !important; }
	.MaxHeight-lg-24vh { max-height: 24vh !important; }
	.MaxHeight-lg-25vh { max-height: 25vh !important; }
	.MaxHeight-lg-26vh { max-height: 26vh !important; }
	.MaxHeight-lg-27vh { max-height: 27vh !important; }
	.MaxHeight-lg-28vh { max-height: 28vh !important; }
	.MaxHeight-lg-29vh { max-height: 29vh !important; }
	.MaxHeight-lg-30vh { max-height: 30vh !important; }
	.MaxHeight-lg-31vh { max-height: 31vh !important; }
	.MaxHeight-lg-32vh { max-height: 32vh !important; }
	.MaxHeight-lg-33vh { max-height: 33vh !important; }
	.MaxHeight-lg-34vh { max-height: 34vh !important; }
	.MaxHeight-lg-35vh { max-height: 35vh !important; }
	.MaxHeight-lg-36vh { max-height: 36vh !important; }
	.MaxHeight-lg-37vh { max-height: 37vh !important; }
	.MaxHeight-lg-38vh { max-height: 38vh !important; }
	.MaxHeight-lg-39vh { max-height: 39vh !important; }
	.MaxHeight-lg-40vh { max-height: 40vh !important; }
	.MaxHeight-lg-41vh { max-height: 41vh !important; }
	.MaxHeight-lg-42vh { max-height: 42vh !important; }
	.MaxHeight-lg-43vh { max-height: 43vh !important; }
	.MaxHeight-lg-44vh { max-height: 44vh !important; }
	.MaxHeight-lg-45vh { max-height: 45vh !important; }
	.MaxHeight-lg-46vh { max-height: 46vh !important; }
	.MaxHeight-lg-47vh { max-height: 47vh !important; }
	.MaxHeight-lg-48vh { max-height: 48vh !important; }
	.MaxHeight-lg-49vh { max-height: 49vh !important; }
	.MaxHeight-lg-50vh { max-height: 50vh !important; }
	.MaxHeight-lg-51vh { max-height: 51vh !important; }
	.MaxHeight-lg-52vh { max-height: 52vh !important; }
	.MaxHeight-lg-53vh { max-height: 53vh !important; }
	.MaxHeight-lg-54vh { max-height: 54vh !important; }
	.MaxHeight-lg-55vh { max-height: 55vh !important; }
	.MaxHeight-lg-56vh { max-height: 56vh !important; }
	.MaxHeight-lg-57vh { max-height: 57vh !important; }
	.MaxHeight-lg-58vh { max-height: 58vh !important; }
	.MaxHeight-lg-59vh { max-height: 59vh !important; }
	.MaxHeight-lg-60vh { max-height: 60vh !important; }
	.MaxHeight-lg-61vh { max-height: 61vh !important; }
	.MaxHeight-lg-62vh { max-height: 62vh !important; }
	.MaxHeight-lg-63vh { max-height: 63vh !important; }
	.MaxHeight-lg-64vh { max-height: 64vh !important; }
	.MaxHeight-lg-65vh { max-height: 65vh !important; }
	.MaxHeight-lg-66vh { max-height: 66vh !important; }
	.MaxHeight-lg-67vh { max-height: 67vh !important; }
	.MaxHeight-lg-68vh { max-height: 68vh !important; }
	.MaxHeight-lg-69vh { max-height: 69vh !important; }
	.MaxHeight-lg-70vh { max-height: 70vh !important; }
	.MaxHeight-lg-71vh { max-height: 71vh !important; }
	.MaxHeight-lg-72vh { max-height: 72vh !important; }
	.MaxHeight-lg-73vh { max-height: 73vh !important; }
	.MaxHeight-lg-74vh { max-height: 74vh !important; }
	.MaxHeight-lg-75vh { max-height: 75vh !important; }
	.MaxHeight-lg-76vh { max-height: 76vh !important; }
	.MaxHeight-lg-77vh { max-height: 77vh !important; }
	.MaxHeight-lg-78vh { max-height: 78vh !important; }
	.MaxHeight-lg-79vh { max-height: 79vh !important; }
	.MaxHeight-lg-80vh { max-height: 80vh !important; }
	.MaxHeight-lg-81vh { max-height: 81vh !important; }
	.MaxHeight-lg-82vh { max-height: 82vh !important; }
	.MaxHeight-lg-83vh { max-height: 83vh !important; }
	.MaxHeight-lg-84vh { max-height: 84vh !important; }
	.MaxHeight-lg-85vh { max-height: 85vh !important; }
	.MaxHeight-lg-86vh { max-height: 86vh !important; }
	.MaxHeight-lg-87vh { max-height: 87vh !important; }
	.MaxHeight-lg-88vh { max-height: 88vh !important; }
	.MaxHeight-lg-89vh { max-height: 89vh !important; }
	.MaxHeight-lg-90vh { max-height: 90vh !important; }
	.MaxHeight-lg-91vh { max-height: 91vh !important; }
	.MaxHeight-lg-92vh { max-height: 92vh !important; }
	.MaxHeight-lg-93vh { max-height: 93vh !important; }
	.MaxHeight-lg-94vh { max-height: 94vh !important; }
	.MaxHeight-lg-95vh { max-height: 95vh !important; }
	.MaxHeight-lg-96vh { max-height: 96vh !important; }
	.MaxHeight-lg-97vh { max-height: 97vh !important; }
	.MaxHeight-lg-98vh { max-height: 98vh !important; }
	.MaxHeight-lg-99vh { max-height: 99vh !important; }
	.MaxHeight-lg-100vh { max-height: 100vh !important; }
	.MaxHeight-lg-0vmin { max-height: 0vmin !important; }
	.MaxHeight-lg-1vmin { max-height: 1vmin !important; }
	.MaxHeight-lg-2vmin { max-height: 2vmin !important; }
	.MaxHeight-lg-3vmin { max-height: 3vmin !important; }
	.MaxHeight-lg-4vmin { max-height: 4vmin !important; }
	.MaxHeight-lg-5vmin { max-height: 5vmin !important; }
	.MaxHeight-lg-6vmin { max-height: 6vmin !important; }
	.MaxHeight-lg-7vmin { max-height: 7vmin !important; }
	.MaxHeight-lg-8vmin { max-height: 8vmin !important; }
	.MaxHeight-lg-9vmin { max-height: 9vmin !important; }
	.MaxHeight-lg-10vmin { max-height: 10vmin !important; }
	.MaxHeight-lg-11vmin { max-height: 11vmin !important; }
	.MaxHeight-lg-12vmin { max-height: 12vmin !important; }
	.MaxHeight-lg-13vmin { max-height: 13vmin !important; }
	.MaxHeight-lg-14vmin { max-height: 14vmin !important; }
	.MaxHeight-lg-15vmin { max-height: 15vmin !important; }
	.MaxHeight-lg-16vmin { max-height: 16vmin !important; }
	.MaxHeight-lg-17vmin { max-height: 17vmin !important; }
	.MaxHeight-lg-18vmin { max-height: 18vmin !important; }
	.MaxHeight-lg-19vmin { max-height: 19vmin !important; }
	.MaxHeight-lg-20vmin { max-height: 20vmin !important; }
	.MaxHeight-lg-21vmin { max-height: 21vmin !important; }
	.MaxHeight-lg-22vmin { max-height: 22vmin !important; }
	.MaxHeight-lg-23vmin { max-height: 23vmin !important; }
	.MaxHeight-lg-24vmin { max-height: 24vmin !important; }
	.MaxHeight-lg-25vmin { max-height: 25vmin !important; }
	.MaxHeight-lg-26vmin { max-height: 26vmin !important; }
	.MaxHeight-lg-27vmin { max-height: 27vmin !important; }
	.MaxHeight-lg-28vmin { max-height: 28vmin !important; }
	.MaxHeight-lg-29vmin { max-height: 29vmin !important; }
	.MaxHeight-lg-30vmin { max-height: 30vmin !important; }
	.MaxHeight-lg-31vmin { max-height: 31vmin !important; }
	.MaxHeight-lg-32vmin { max-height: 32vmin !important; }
	.MaxHeight-lg-33vmin { max-height: 33vmin !important; }
	.MaxHeight-lg-34vmin { max-height: 34vmin !important; }
	.MaxHeight-lg-35vmin { max-height: 35vmin !important; }
	.MaxHeight-lg-36vmin { max-height: 36vmin !important; }
	.MaxHeight-lg-37vmin { max-height: 37vmin !important; }
	.MaxHeight-lg-38vmin { max-height: 38vmin !important; }
	.MaxHeight-lg-39vmin { max-height: 39vmin !important; }
	.MaxHeight-lg-40vmin { max-height: 40vmin !important; }
	.MaxHeight-lg-41vmin { max-height: 41vmin !important; }
	.MaxHeight-lg-42vmin { max-height: 42vmin !important; }
	.MaxHeight-lg-43vmin { max-height: 43vmin !important; }
	.MaxHeight-lg-44vmin { max-height: 44vmin !important; }
	.MaxHeight-lg-45vmin { max-height: 45vmin !important; }
	.MaxHeight-lg-46vmin { max-height: 46vmin !important; }
	.MaxHeight-lg-47vmin { max-height: 47vmin !important; }
	.MaxHeight-lg-48vmin { max-height: 48vmin !important; }
	.MaxHeight-lg-49vmin { max-height: 49vmin !important; }
	.MaxHeight-lg-50vmin { max-height: 50vmin !important; }
	.MaxHeight-lg-51vmin { max-height: 51vmin !important; }
	.MaxHeight-lg-52vmin { max-height: 52vmin !important; }
	.MaxHeight-lg-53vmin { max-height: 53vmin !important; }
	.MaxHeight-lg-54vmin { max-height: 54vmin !important; }
	.MaxHeight-lg-55vmin { max-height: 55vmin !important; }
	.MaxHeight-lg-56vmin { max-height: 56vmin !important; }
	.MaxHeight-lg-57vmin { max-height: 57vmin !important; }
	.MaxHeight-lg-58vmin { max-height: 58vmin !important; }
	.MaxHeight-lg-59vmin { max-height: 59vmin !important; }
	.MaxHeight-lg-60vmin { max-height: 60vmin !important; }
	.MaxHeight-lg-61vmin { max-height: 61vmin !important; }
	.MaxHeight-lg-62vmin { max-height: 62vmin !important; }
	.MaxHeight-lg-63vmin { max-height: 63vmin !important; }
	.MaxHeight-lg-64vmin { max-height: 64vmin !important; }
	.MaxHeight-lg-65vmin { max-height: 65vmin !important; }
	.MaxHeight-lg-66vmin { max-height: 66vmin !important; }
	.MaxHeight-lg-67vmin { max-height: 67vmin !important; }
	.MaxHeight-lg-68vmin { max-height: 68vmin !important; }
	.MaxHeight-lg-69vmin { max-height: 69vmin !important; }
	.MaxHeight-lg-70vmin { max-height: 70vmin !important; }
	.MaxHeight-lg-71vmin { max-height: 71vmin !important; }
	.MaxHeight-lg-72vmin { max-height: 72vmin !important; }
	.MaxHeight-lg-73vmin { max-height: 73vmin !important; }
	.MaxHeight-lg-74vmin { max-height: 74vmin !important; }
	.MaxHeight-lg-75vmin { max-height: 75vmin !important; }
	.MaxHeight-lg-76vmin { max-height: 76vmin !important; }
	.MaxHeight-lg-77vmin { max-height: 77vmin !important; }
	.MaxHeight-lg-78vmin { max-height: 78vmin !important; }
	.MaxHeight-lg-79vmin { max-height: 79vmin !important; }
	.MaxHeight-lg-80vmin { max-height: 80vmin !important; }
	.MaxHeight-lg-81vmin { max-height: 81vmin !important; }
	.MaxHeight-lg-82vmin { max-height: 82vmin !important; }
	.MaxHeight-lg-83vmin { max-height: 83vmin !important; }
	.MaxHeight-lg-84vmin { max-height: 84vmin !important; }
	.MaxHeight-lg-85vmin { max-height: 85vmin !important; }
	.MaxHeight-lg-86vmin { max-height: 86vmin !important; }
	.MaxHeight-lg-87vmin { max-height: 87vmin !important; }
	.MaxHeight-lg-88vmin { max-height: 88vmin !important; }
	.MaxHeight-lg-89vmin { max-height: 89vmin !important; }
	.MaxHeight-lg-90vmin { max-height: 90vmin !important; }
	.MaxHeight-lg-91vmin { max-height: 91vmin !important; }
	.MaxHeight-lg-92vmin { max-height: 92vmin !important; }
	.MaxHeight-lg-93vmin { max-height: 93vmin !important; }
	.MaxHeight-lg-94vmin { max-height: 94vmin !important; }
	.MaxHeight-lg-95vmin { max-height: 95vmin !important; }
	.MaxHeight-lg-96vmin { max-height: 96vmin !important; }
	.MaxHeight-lg-97vmin { max-height: 97vmin !important; }
	.MaxHeight-lg-98vmin { max-height: 98vmin !important; }
	.MaxHeight-lg-99vmin { max-height: 99vmin !important; }
	.MaxHeight-lg-100vmin { max-height: 100vmin !important; }
	.MaxHeight-lg-0vmax { max-height: 0vmax !important; }
	.MaxHeight-lg-1vmax { max-height: 1vmax !important; }
	.MaxHeight-lg-2vmax { max-height: 2vmax !important; }
	.MaxHeight-lg-3vmax { max-height: 3vmax !important; }
	.MaxHeight-lg-4vmax { max-height: 4vmax !important; }
	.MaxHeight-lg-5vmax { max-height: 5vmax !important; }
	.MaxHeight-lg-6vmax { max-height: 6vmax !important; }
	.MaxHeight-lg-7vmax { max-height: 7vmax !important; }
	.MaxHeight-lg-8vmax { max-height: 8vmax !important; }
	.MaxHeight-lg-9vmax { max-height: 9vmax !important; }
	.MaxHeight-lg-10vmax { max-height: 10vmax !important; }
	.MaxHeight-lg-11vmax { max-height: 11vmax !important; }
	.MaxHeight-lg-12vmax { max-height: 12vmax !important; }
	.MaxHeight-lg-13vmax { max-height: 13vmax !important; }
	.MaxHeight-lg-14vmax { max-height: 14vmax !important; }
	.MaxHeight-lg-15vmax { max-height: 15vmax !important; }
	.MaxHeight-lg-16vmax { max-height: 16vmax !important; }
	.MaxHeight-lg-17vmax { max-height: 17vmax !important; }
	.MaxHeight-lg-18vmax { max-height: 18vmax !important; }
	.MaxHeight-lg-19vmax { max-height: 19vmax !important; }
	.MaxHeight-lg-20vmax { max-height: 20vmax !important; }
	.MaxHeight-lg-21vmax { max-height: 21vmax !important; }
	.MaxHeight-lg-22vmax { max-height: 22vmax !important; }
	.MaxHeight-lg-23vmax { max-height: 23vmax !important; }
	.MaxHeight-lg-24vmax { max-height: 24vmax !important; }
	.MaxHeight-lg-25vmax { max-height: 25vmax !important; }
	.MaxHeight-lg-26vmax { max-height: 26vmax !important; }
	.MaxHeight-lg-27vmax { max-height: 27vmax !important; }
	.MaxHeight-lg-28vmax { max-height: 28vmax !important; }
	.MaxHeight-lg-29vmax { max-height: 29vmax !important; }
	.MaxHeight-lg-30vmax { max-height: 30vmax !important; }
	.MaxHeight-lg-31vmax { max-height: 31vmax !important; }
	.MaxHeight-lg-32vmax { max-height: 32vmax !important; }
	.MaxHeight-lg-33vmax { max-height: 33vmax !important; }
	.MaxHeight-lg-34vmax { max-height: 34vmax !important; }
	.MaxHeight-lg-35vmax { max-height: 35vmax !important; }
	.MaxHeight-lg-36vmax { max-height: 36vmax !important; }
	.MaxHeight-lg-37vmax { max-height: 37vmax !important; }
	.MaxHeight-lg-38vmax { max-height: 38vmax !important; }
	.MaxHeight-lg-39vmax { max-height: 39vmax !important; }
	.MaxHeight-lg-40vmax { max-height: 40vmax !important; }
	.MaxHeight-lg-41vmax { max-height: 41vmax !important; }
	.MaxHeight-lg-42vmax { max-height: 42vmax !important; }
	.MaxHeight-lg-43vmax { max-height: 43vmax !important; }
	.MaxHeight-lg-44vmax { max-height: 44vmax !important; }
	.MaxHeight-lg-45vmax { max-height: 45vmax !important; }
	.MaxHeight-lg-46vmax { max-height: 46vmax !important; }
	.MaxHeight-lg-47vmax { max-height: 47vmax !important; }
	.MaxHeight-lg-48vmax { max-height: 48vmax !important; }
	.MaxHeight-lg-49vmax { max-height: 49vmax !important; }
	.MaxHeight-lg-50vmax { max-height: 50vmax !important; }
	.MaxHeight-lg-51vmax { max-height: 51vmax !important; }
	.MaxHeight-lg-52vmax { max-height: 52vmax !important; }
	.MaxHeight-lg-53vmax { max-height: 53vmax !important; }
	.MaxHeight-lg-54vmax { max-height: 54vmax !important; }
	.MaxHeight-lg-55vmax { max-height: 55vmax !important; }
	.MaxHeight-lg-56vmax { max-height: 56vmax !important; }
	.MaxHeight-lg-57vmax { max-height: 57vmax !important; }
	.MaxHeight-lg-58vmax { max-height: 58vmax !important; }
	.MaxHeight-lg-59vmax { max-height: 59vmax !important; }
	.MaxHeight-lg-60vmax { max-height: 60vmax !important; }
	.MaxHeight-lg-61vmax { max-height: 61vmax !important; }
	.MaxHeight-lg-62vmax { max-height: 62vmax !important; }
	.MaxHeight-lg-63vmax { max-height: 63vmax !important; }
	.MaxHeight-lg-64vmax { max-height: 64vmax !important; }
	.MaxHeight-lg-65vmax { max-height: 65vmax !important; }
	.MaxHeight-lg-66vmax { max-height: 66vmax !important; }
	.MaxHeight-lg-67vmax { max-height: 67vmax !important; }
	.MaxHeight-lg-68vmax { max-height: 68vmax !important; }
	.MaxHeight-lg-69vmax { max-height: 69vmax !important; }
	.MaxHeight-lg-70vmax { max-height: 70vmax !important; }
	.MaxHeight-lg-71vmax { max-height: 71vmax !important; }
	.MaxHeight-lg-72vmax { max-height: 72vmax !important; }
	.MaxHeight-lg-73vmax { max-height: 73vmax !important; }
	.MaxHeight-lg-74vmax { max-height: 74vmax !important; }
	.MaxHeight-lg-75vmax { max-height: 75vmax !important; }
	.MaxHeight-lg-76vmax { max-height: 76vmax !important; }
	.MaxHeight-lg-77vmax { max-height: 77vmax !important; }
	.MaxHeight-lg-78vmax { max-height: 78vmax !important; }
	.MaxHeight-lg-79vmax { max-height: 79vmax !important; }
	.MaxHeight-lg-80vmax { max-height: 80vmax !important; }
	.MaxHeight-lg-81vmax { max-height: 81vmax !important; }
	.MaxHeight-lg-82vmax { max-height: 82vmax !important; }
	.MaxHeight-lg-83vmax { max-height: 83vmax !important; }
	.MaxHeight-lg-84vmax { max-height: 84vmax !important; }
	.MaxHeight-lg-85vmax { max-height: 85vmax !important; }
	.MaxHeight-lg-86vmax { max-height: 86vmax !important; }
	.MaxHeight-lg-87vmax { max-height: 87vmax !important; }
	.MaxHeight-lg-88vmax { max-height: 88vmax !important; }
	.MaxHeight-lg-89vmax { max-height: 89vmax !important; }
	.MaxHeight-lg-90vmax { max-height: 90vmax !important; }
	.MaxHeight-lg-91vmax { max-height: 91vmax !important; }
	.MaxHeight-lg-92vmax { max-height: 92vmax !important; }
	.MaxHeight-lg-93vmax { max-height: 93vmax !important; }
	.MaxHeight-lg-94vmax { max-height: 94vmax !important; }
	.MaxHeight-lg-95vmax { max-height: 95vmax !important; }
	.MaxHeight-lg-96vmax { max-height: 96vmax !important; }
	.MaxHeight-lg-97vmax { max-height: 97vmax !important; }
	.MaxHeight-lg-98vmax { max-height: 98vmax !important; }
	.MaxHeight-lg-99vmax { max-height: 99vmax !important; }
	.MaxHeight-lg-100vmax { max-height: 100vmax !important; }
}


@media( min-width: 1280px ) {
	.Width-xl-auto { width: auto !important; }
	.Width-xl-0	{ width: 0 !important; }
	.Width-xl-1px  { width: 1px !important; }
	.Height-xl-auto { height: auto !important; }
	.Height-xl-0	{ height: 0 !important; }
	.Height-xl-1px  { height: 1px !important; }
	.MinWidth-xl-0	{ min-width: 0 !important; }
	.MinWidth-xl-1px  { min-width: 1px !important; }
	.MinHeight-xl-0	{ min-height: 0 !important; }
	.MinHeight-xl-1px  { min-height: 1px !important; }
	.MaxWidth-xl-none { max-width: none !important; }
	.MaxWidth-xl-0	{ max-width: 0 !important; }
	.MaxWidth-xl-1px  { max-width: 1px !important; }
	.MaxHeight-xl-none { max-height: none !important; }
	.MaxHeight-xl-0	{ max-height: 0 !important; }
	.MaxHeight-xl-1px  { max-height: 1px !important; }
	.Width-xl-0x10 { width: 0% !important; }
	.Width-xl-1x10 { width: 10% !important; }
	.Width-xl-2x10 { width: 20% !important; }
	.Width-xl-3x10 { width: 30% !important; }
	.Width-xl-4x10 { width: 40% !important; }
	.Width-xl-5x10 { width: 50% !important; }
	.Width-xl-6x10 { width: 60% !important; }
	.Width-xl-7x10 { width: 70% !important; }
	.Width-xl-8x10 { width: 80% !important; }
	.Width-xl-9x10 { width: 90% !important; }
	.Width-xl-10x10 { width: 100% !important; }
	.Width-xl-0x12 { width: 0% !important; }
	.Width-xl-1x12 { width: 8.3333333333333% !important; }
	.Width-xl-2x12 { width: 16.666666666667% !important; }
	.Width-xl-3x12 { width: 25% !important; }
	.Width-xl-4x12 { width: 33.333333333333% !important; }
	.Width-xl-5x12 { width: 41.666666666667% !important; }
	.Width-xl-6x12 { width: 50% !important; }
	.Width-xl-7x12 { width: 58.333333333333% !important; }
	.Width-xl-8x12 { width: 66.666666666667% !important; }
	.Width-xl-9x12 { width: 75% !important; }
	.Width-xl-10x12 { width: 83.333333333333% !important; }
	.Width-xl-11x12 { width: 91.666666666667% !important; }
	.Width-xl-12x12 { width: 100% !important; }
	.Width-xl-0x16 { width: 0% !important; }
	.Width-xl-1x16 { width: 6.25% !important; }
	.Width-xl-2x16 { width: 12.5% !important; }
	.Width-xl-3x16 { width: 18.75% !important; }
	.Width-xl-4x16 { width: 25% !important; }
	.Width-xl-5x16 { width: 31.25% !important; }
	.Width-xl-6x16 { width: 37.5% !important; }
	.Width-xl-7x16 { width: 43.75% !important; }
	.Width-xl-8x16 { width: 50% !important; }
	.Width-xl-9x16 { width: 56.25% !important; }
	.Width-xl-10x16 { width: 62.5% !important; }
	.Width-xl-11x16 { width: 68.75% !important; }
	.Width-xl-12x16 { width: 75% !important; }
	.Width-xl-13x16 { width: 81.25% !important; }
	.Width-xl-14x16 { width: 87.5% !important; }
	.Width-xl-15x16 { width: 93.75% !important; }
	.Width-xl-16x16 { width: 100% !important; }
	.Width-xl-0em { width: 0em !important; }
	.Width-xl-1em { width: 1em !important; }
	.Width-xl-2em { width: 2em !important; }
	.Width-xl-3em { width: 3em !important; }
	.Width-xl-4em { width: 4em !important; }
	.Width-xl-5em { width: 5em !important; }
	.Width-xl-6em { width: 6em !important; }
	.Width-xl-7em { width: 7em !important; }
	.Width-xl-8em { width: 8em !important; }
	.Width-xl-9em { width: 9em !important; }
	.Width-xl-10em { width: 10em !important; }
	.Width-xl-11em { width: 11em !important; }
	.Width-xl-12em { width: 12em !important; }
	.Width-xl-13em { width: 13em !important; }
	.Width-xl-14em { width: 14em !important; }
	.Width-xl-15em { width: 15em !important; }
	.Width-xl-16em { width: 16em !important; }
	.Width-xl-17em { width: 17em !important; }
	.Width-xl-18em { width: 18em !important; }
	.Width-xl-19em { width: 19em !important; }
	.Width-xl-20em { width: 20em !important; }
	.Width-xl-21em { width: 21em !important; }
	.Width-xl-22em { width: 22em !important; }
	.Width-xl-23em { width: 23em !important; }
	.Width-xl-24em { width: 24em !important; }
	.Width-xl-0x16em { width: 0em !important; }
	.Width-xl-1x16em { width: 0.0625em !important; }
	.Width-xl-2x16em { width: 0.125em !important; }
	.Width-xl-3x16em { width: 0.1875em !important; }
	.Width-xl-4x16em { width: 0.25em !important; }
	.Width-xl-5x16em { width: 0.3125em !important; }
	.Width-xl-6x16em { width: 0.375em !important; }
	.Width-xl-7x16em { width: 0.4375em !important; }
	.Width-xl-8x16em { width: 0.5em !important; }
	.Width-xl-9x16em { width: 0.5625em !important; }
	.Width-xl-10x16em { width: 0.625em !important; }
	.Width-xl-11x16em { width: 0.6875em !important; }
	.Width-xl-12x16em { width: 0.75em !important; }
	.Width-xl-13x16em { width: 0.8125em !important; }
	.Width-xl-14x16em { width: 0.875em !important; }
	.Width-xl-15x16em { width: 0.9375em !important; }
	.Width-xl-16x16em { width: 1em !important; }
	.Width-xl-0vw { width: 0vw !important; }
	.Width-xl-1vw { width: 1vw !important; }
	.Width-xl-2vw { width: 2vw !important; }
	.Width-xl-3vw { width: 3vw !important; }
	.Width-xl-4vw { width: 4vw !important; }
	.Width-xl-5vw { width: 5vw !important; }
	.Width-xl-6vw { width: 6vw !important; }
	.Width-xl-7vw { width: 7vw !important; }
	.Width-xl-8vw { width: 8vw !important; }
	.Width-xl-9vw { width: 9vw !important; }
	.Width-xl-10vw { width: 10vw !important; }
	.Width-xl-11vw { width: 11vw !important; }
	.Width-xl-12vw { width: 12vw !important; }
	.Width-xl-13vw { width: 13vw !important; }
	.Width-xl-14vw { width: 14vw !important; }
	.Width-xl-15vw { width: 15vw !important; }
	.Width-xl-16vw { width: 16vw !important; }
	.Width-xl-17vw { width: 17vw !important; }
	.Width-xl-18vw { width: 18vw !important; }
	.Width-xl-19vw { width: 19vw !important; }
	.Width-xl-20vw { width: 20vw !important; }
	.Width-xl-21vw { width: 21vw !important; }
	.Width-xl-22vw { width: 22vw !important; }
	.Width-xl-23vw { width: 23vw !important; }
	.Width-xl-24vw { width: 24vw !important; }
	.Width-xl-25vw { width: 25vw !important; }
	.Width-xl-26vw { width: 26vw !important; }
	.Width-xl-27vw { width: 27vw !important; }
	.Width-xl-28vw { width: 28vw !important; }
	.Width-xl-29vw { width: 29vw !important; }
	.Width-xl-30vw { width: 30vw !important; }
	.Width-xl-31vw { width: 31vw !important; }
	.Width-xl-32vw { width: 32vw !important; }
	.Width-xl-33vw { width: 33vw !important; }
	.Width-xl-34vw { width: 34vw !important; }
	.Width-xl-35vw { width: 35vw !important; }
	.Width-xl-36vw { width: 36vw !important; }
	.Width-xl-37vw { width: 37vw !important; }
	.Width-xl-38vw { width: 38vw !important; }
	.Width-xl-39vw { width: 39vw !important; }
	.Width-xl-40vw { width: 40vw !important; }
	.Width-xl-41vw { width: 41vw !important; }
	.Width-xl-42vw { width: 42vw !important; }
	.Width-xl-43vw { width: 43vw !important; }
	.Width-xl-44vw { width: 44vw !important; }
	.Width-xl-45vw { width: 45vw !important; }
	.Width-xl-46vw { width: 46vw !important; }
	.Width-xl-47vw { width: 47vw !important; }
	.Width-xl-48vw { width: 48vw !important; }
	.Width-xl-49vw { width: 49vw !important; }
	.Width-xl-50vw { width: 50vw !important; }
	.Width-xl-51vw { width: 51vw !important; }
	.Width-xl-52vw { width: 52vw !important; }
	.Width-xl-53vw { width: 53vw !important; }
	.Width-xl-54vw { width: 54vw !important; }
	.Width-xl-55vw { width: 55vw !important; }
	.Width-xl-56vw { width: 56vw !important; }
	.Width-xl-57vw { width: 57vw !important; }
	.Width-xl-58vw { width: 58vw !important; }
	.Width-xl-59vw { width: 59vw !important; }
	.Width-xl-60vw { width: 60vw !important; }
	.Width-xl-61vw { width: 61vw !important; }
	.Width-xl-62vw { width: 62vw !important; }
	.Width-xl-63vw { width: 63vw !important; }
	.Width-xl-64vw { width: 64vw !important; }
	.Width-xl-65vw { width: 65vw !important; }
	.Width-xl-66vw { width: 66vw !important; }
	.Width-xl-67vw { width: 67vw !important; }
	.Width-xl-68vw { width: 68vw !important; }
	.Width-xl-69vw { width: 69vw !important; }
	.Width-xl-70vw { width: 70vw !important; }
	.Width-xl-71vw { width: 71vw !important; }
	.Width-xl-72vw { width: 72vw !important; }
	.Width-xl-73vw { width: 73vw !important; }
	.Width-xl-74vw { width: 74vw !important; }
	.Width-xl-75vw { width: 75vw !important; }
	.Width-xl-76vw { width: 76vw !important; }
	.Width-xl-77vw { width: 77vw !important; }
	.Width-xl-78vw { width: 78vw !important; }
	.Width-xl-79vw { width: 79vw !important; }
	.Width-xl-80vw { width: 80vw !important; }
	.Width-xl-81vw { width: 81vw !important; }
	.Width-xl-82vw { width: 82vw !important; }
	.Width-xl-83vw { width: 83vw !important; }
	.Width-xl-84vw { width: 84vw !important; }
	.Width-xl-85vw { width: 85vw !important; }
	.Width-xl-86vw { width: 86vw !important; }
	.Width-xl-87vw { width: 87vw !important; }
	.Width-xl-88vw { width: 88vw !important; }
	.Width-xl-89vw { width: 89vw !important; }
	.Width-xl-90vw { width: 90vw !important; }
	.Width-xl-91vw { width: 91vw !important; }
	.Width-xl-92vw { width: 92vw !important; }
	.Width-xl-93vw { width: 93vw !important; }
	.Width-xl-94vw { width: 94vw !important; }
	.Width-xl-95vw { width: 95vw !important; }
	.Width-xl-96vw { width: 96vw !important; }
	.Width-xl-97vw { width: 97vw !important; }
	.Width-xl-98vw { width: 98vw !important; }
	.Width-xl-99vw { width: 99vw !important; }
	.Width-xl-100vw { width: 100vw !important; }
	.Width-xl-0vh { width: 0vh !important; }
	.Width-xl-1vh { width: 1vh !important; }
	.Width-xl-2vh { width: 2vh !important; }
	.Width-xl-3vh { width: 3vh !important; }
	.Width-xl-4vh { width: 4vh !important; }
	.Width-xl-5vh { width: 5vh !important; }
	.Width-xl-6vh { width: 6vh !important; }
	.Width-xl-7vh { width: 7vh !important; }
	.Width-xl-8vh { width: 8vh !important; }
	.Width-xl-9vh { width: 9vh !important; }
	.Width-xl-10vh { width: 10vh !important; }
	.Width-xl-11vh { width: 11vh !important; }
	.Width-xl-12vh { width: 12vh !important; }
	.Width-xl-13vh { width: 13vh !important; }
	.Width-xl-14vh { width: 14vh !important; }
	.Width-xl-15vh { width: 15vh !important; }
	.Width-xl-16vh { width: 16vh !important; }
	.Width-xl-17vh { width: 17vh !important; }
	.Width-xl-18vh { width: 18vh !important; }
	.Width-xl-19vh { width: 19vh !important; }
	.Width-xl-20vh { width: 20vh !important; }
	.Width-xl-21vh { width: 21vh !important; }
	.Width-xl-22vh { width: 22vh !important; }
	.Width-xl-23vh { width: 23vh !important; }
	.Width-xl-24vh { width: 24vh !important; }
	.Width-xl-25vh { width: 25vh !important; }
	.Width-xl-26vh { width: 26vh !important; }
	.Width-xl-27vh { width: 27vh !important; }
	.Width-xl-28vh { width: 28vh !important; }
	.Width-xl-29vh { width: 29vh !important; }
	.Width-xl-30vh { width: 30vh !important; }
	.Width-xl-31vh { width: 31vh !important; }
	.Width-xl-32vh { width: 32vh !important; }
	.Width-xl-33vh { width: 33vh !important; }
	.Width-xl-34vh { width: 34vh !important; }
	.Width-xl-35vh { width: 35vh !important; }
	.Width-xl-36vh { width: 36vh !important; }
	.Width-xl-37vh { width: 37vh !important; }
	.Width-xl-38vh { width: 38vh !important; }
	.Width-xl-39vh { width: 39vh !important; }
	.Width-xl-40vh { width: 40vh !important; }
	.Width-xl-41vh { width: 41vh !important; }
	.Width-xl-42vh { width: 42vh !important; }
	.Width-xl-43vh { width: 43vh !important; }
	.Width-xl-44vh { width: 44vh !important; }
	.Width-xl-45vh { width: 45vh !important; }
	.Width-xl-46vh { width: 46vh !important; }
	.Width-xl-47vh { width: 47vh !important; }
	.Width-xl-48vh { width: 48vh !important; }
	.Width-xl-49vh { width: 49vh !important; }
	.Width-xl-50vh { width: 50vh !important; }
	.Width-xl-51vh { width: 51vh !important; }
	.Width-xl-52vh { width: 52vh !important; }
	.Width-xl-53vh { width: 53vh !important; }
	.Width-xl-54vh { width: 54vh !important; }
	.Width-xl-55vh { width: 55vh !important; }
	.Width-xl-56vh { width: 56vh !important; }
	.Width-xl-57vh { width: 57vh !important; }
	.Width-xl-58vh { width: 58vh !important; }
	.Width-xl-59vh { width: 59vh !important; }
	.Width-xl-60vh { width: 60vh !important; }
	.Width-xl-61vh { width: 61vh !important; }
	.Width-xl-62vh { width: 62vh !important; }
	.Width-xl-63vh { width: 63vh !important; }
	.Width-xl-64vh { width: 64vh !important; }
	.Width-xl-65vh { width: 65vh !important; }
	.Width-xl-66vh { width: 66vh !important; }
	.Width-xl-67vh { width: 67vh !important; }
	.Width-xl-68vh { width: 68vh !important; }
	.Width-xl-69vh { width: 69vh !important; }
	.Width-xl-70vh { width: 70vh !important; }
	.Width-xl-71vh { width: 71vh !important; }
	.Width-xl-72vh { width: 72vh !important; }
	.Width-xl-73vh { width: 73vh !important; }
	.Width-xl-74vh { width: 74vh !important; }
	.Width-xl-75vh { width: 75vh !important; }
	.Width-xl-76vh { width: 76vh !important; }
	.Width-xl-77vh { width: 77vh !important; }
	.Width-xl-78vh { width: 78vh !important; }
	.Width-xl-79vh { width: 79vh !important; }
	.Width-xl-80vh { width: 80vh !important; }
	.Width-xl-81vh { width: 81vh !important; }
	.Width-xl-82vh { width: 82vh !important; }
	.Width-xl-83vh { width: 83vh !important; }
	.Width-xl-84vh { width: 84vh !important; }
	.Width-xl-85vh { width: 85vh !important; }
	.Width-xl-86vh { width: 86vh !important; }
	.Width-xl-87vh { width: 87vh !important; }
	.Width-xl-88vh { width: 88vh !important; }
	.Width-xl-89vh { width: 89vh !important; }
	.Width-xl-90vh { width: 90vh !important; }
	.Width-xl-91vh { width: 91vh !important; }
	.Width-xl-92vh { width: 92vh !important; }
	.Width-xl-93vh { width: 93vh !important; }
	.Width-xl-94vh { width: 94vh !important; }
	.Width-xl-95vh { width: 95vh !important; }
	.Width-xl-96vh { width: 96vh !important; }
	.Width-xl-97vh { width: 97vh !important; }
	.Width-xl-98vh { width: 98vh !important; }
	.Width-xl-99vh { width: 99vh !important; }
	.Width-xl-100vh { width: 100vh !important; }
	.Width-xl-0vmin { width: 0vmin !important; }
	.Width-xl-1vmin { width: 1vmin !important; }
	.Width-xl-2vmin { width: 2vmin !important; }
	.Width-xl-3vmin { width: 3vmin !important; }
	.Width-xl-4vmin { width: 4vmin !important; }
	.Width-xl-5vmin { width: 5vmin !important; }
	.Width-xl-6vmin { width: 6vmin !important; }
	.Width-xl-7vmin { width: 7vmin !important; }
	.Width-xl-8vmin { width: 8vmin !important; }
	.Width-xl-9vmin { width: 9vmin !important; }
	.Width-xl-10vmin { width: 10vmin !important; }
	.Width-xl-11vmin { width: 11vmin !important; }
	.Width-xl-12vmin { width: 12vmin !important; }
	.Width-xl-13vmin { width: 13vmin !important; }
	.Width-xl-14vmin { width: 14vmin !important; }
	.Width-xl-15vmin { width: 15vmin !important; }
	.Width-xl-16vmin { width: 16vmin !important; }
	.Width-xl-17vmin { width: 17vmin !important; }
	.Width-xl-18vmin { width: 18vmin !important; }
	.Width-xl-19vmin { width: 19vmin !important; }
	.Width-xl-20vmin { width: 20vmin !important; }
	.Width-xl-21vmin { width: 21vmin !important; }
	.Width-xl-22vmin { width: 22vmin !important; }
	.Width-xl-23vmin { width: 23vmin !important; }
	.Width-xl-24vmin { width: 24vmin !important; }
	.Width-xl-25vmin { width: 25vmin !important; }
	.Width-xl-26vmin { width: 26vmin !important; }
	.Width-xl-27vmin { width: 27vmin !important; }
	.Width-xl-28vmin { width: 28vmin !important; }
	.Width-xl-29vmin { width: 29vmin !important; }
	.Width-xl-30vmin { width: 30vmin !important; }
	.Width-xl-31vmin { width: 31vmin !important; }
	.Width-xl-32vmin { width: 32vmin !important; }
	.Width-xl-33vmin { width: 33vmin !important; }
	.Width-xl-34vmin { width: 34vmin !important; }
	.Width-xl-35vmin { width: 35vmin !important; }
	.Width-xl-36vmin { width: 36vmin !important; }
	.Width-xl-37vmin { width: 37vmin !important; }
	.Width-xl-38vmin { width: 38vmin !important; }
	.Width-xl-39vmin { width: 39vmin !important; }
	.Width-xl-40vmin { width: 40vmin !important; }
	.Width-xl-41vmin { width: 41vmin !important; }
	.Width-xl-42vmin { width: 42vmin !important; }
	.Width-xl-43vmin { width: 43vmin !important; }
	.Width-xl-44vmin { width: 44vmin !important; }
	.Width-xl-45vmin { width: 45vmin !important; }
	.Width-xl-46vmin { width: 46vmin !important; }
	.Width-xl-47vmin { width: 47vmin !important; }
	.Width-xl-48vmin { width: 48vmin !important; }
	.Width-xl-49vmin { width: 49vmin !important; }
	.Width-xl-50vmin { width: 50vmin !important; }
	.Width-xl-51vmin { width: 51vmin !important; }
	.Width-xl-52vmin { width: 52vmin !important; }
	.Width-xl-53vmin { width: 53vmin !important; }
	.Width-xl-54vmin { width: 54vmin !important; }
	.Width-xl-55vmin { width: 55vmin !important; }
	.Width-xl-56vmin { width: 56vmin !important; }
	.Width-xl-57vmin { width: 57vmin !important; }
	.Width-xl-58vmin { width: 58vmin !important; }
	.Width-xl-59vmin { width: 59vmin !important; }
	.Width-xl-60vmin { width: 60vmin !important; }
	.Width-xl-61vmin { width: 61vmin !important; }
	.Width-xl-62vmin { width: 62vmin !important; }
	.Width-xl-63vmin { width: 63vmin !important; }
	.Width-xl-64vmin { width: 64vmin !important; }
	.Width-xl-65vmin { width: 65vmin !important; }
	.Width-xl-66vmin { width: 66vmin !important; }
	.Width-xl-67vmin { width: 67vmin !important; }
	.Width-xl-68vmin { width: 68vmin !important; }
	.Width-xl-69vmin { width: 69vmin !important; }
	.Width-xl-70vmin { width: 70vmin !important; }
	.Width-xl-71vmin { width: 71vmin !important; }
	.Width-xl-72vmin { width: 72vmin !important; }
	.Width-xl-73vmin { width: 73vmin !important; }
	.Width-xl-74vmin { width: 74vmin !important; }
	.Width-xl-75vmin { width: 75vmin !important; }
	.Width-xl-76vmin { width: 76vmin !important; }
	.Width-xl-77vmin { width: 77vmin !important; }
	.Width-xl-78vmin { width: 78vmin !important; }
	.Width-xl-79vmin { width: 79vmin !important; }
	.Width-xl-80vmin { width: 80vmin !important; }
	.Width-xl-81vmin { width: 81vmin !important; }
	.Width-xl-82vmin { width: 82vmin !important; }
	.Width-xl-83vmin { width: 83vmin !important; }
	.Width-xl-84vmin { width: 84vmin !important; }
	.Width-xl-85vmin { width: 85vmin !important; }
	.Width-xl-86vmin { width: 86vmin !important; }
	.Width-xl-87vmin { width: 87vmin !important; }
	.Width-xl-88vmin { width: 88vmin !important; }
	.Width-xl-89vmin { width: 89vmin !important; }
	.Width-xl-90vmin { width: 90vmin !important; }
	.Width-xl-91vmin { width: 91vmin !important; }
	.Width-xl-92vmin { width: 92vmin !important; }
	.Width-xl-93vmin { width: 93vmin !important; }
	.Width-xl-94vmin { width: 94vmin !important; }
	.Width-xl-95vmin { width: 95vmin !important; }
	.Width-xl-96vmin { width: 96vmin !important; }
	.Width-xl-97vmin { width: 97vmin !important; }
	.Width-xl-98vmin { width: 98vmin !important; }
	.Width-xl-99vmin { width: 99vmin !important; }
	.Width-xl-100vmin { width: 100vmin !important; }
	.Width-xl-0vmax { width: 0vmax !important; }
	.Width-xl-1vmax { width: 1vmax !important; }
	.Width-xl-2vmax { width: 2vmax !important; }
	.Width-xl-3vmax { width: 3vmax !important; }
	.Width-xl-4vmax { width: 4vmax !important; }
	.Width-xl-5vmax { width: 5vmax !important; }
	.Width-xl-6vmax { width: 6vmax !important; }
	.Width-xl-7vmax { width: 7vmax !important; }
	.Width-xl-8vmax { width: 8vmax !important; }
	.Width-xl-9vmax { width: 9vmax !important; }
	.Width-xl-10vmax { width: 10vmax !important; }
	.Width-xl-11vmax { width: 11vmax !important; }
	.Width-xl-12vmax { width: 12vmax !important; }
	.Width-xl-13vmax { width: 13vmax !important; }
	.Width-xl-14vmax { width: 14vmax !important; }
	.Width-xl-15vmax { width: 15vmax !important; }
	.Width-xl-16vmax { width: 16vmax !important; }
	.Width-xl-17vmax { width: 17vmax !important; }
	.Width-xl-18vmax { width: 18vmax !important; }
	.Width-xl-19vmax { width: 19vmax !important; }
	.Width-xl-20vmax { width: 20vmax !important; }
	.Width-xl-21vmax { width: 21vmax !important; }
	.Width-xl-22vmax { width: 22vmax !important; }
	.Width-xl-23vmax { width: 23vmax !important; }
	.Width-xl-24vmax { width: 24vmax !important; }
	.Width-xl-25vmax { width: 25vmax !important; }
	.Width-xl-26vmax { width: 26vmax !important; }
	.Width-xl-27vmax { width: 27vmax !important; }
	.Width-xl-28vmax { width: 28vmax !important; }
	.Width-xl-29vmax { width: 29vmax !important; }
	.Width-xl-30vmax { width: 30vmax !important; }
	.Width-xl-31vmax { width: 31vmax !important; }
	.Width-xl-32vmax { width: 32vmax !important; }
	.Width-xl-33vmax { width: 33vmax !important; }
	.Width-xl-34vmax { width: 34vmax !important; }
	.Width-xl-35vmax { width: 35vmax !important; }
	.Width-xl-36vmax { width: 36vmax !important; }
	.Width-xl-37vmax { width: 37vmax !important; }
	.Width-xl-38vmax { width: 38vmax !important; }
	.Width-xl-39vmax { width: 39vmax !important; }
	.Width-xl-40vmax { width: 40vmax !important; }
	.Width-xl-41vmax { width: 41vmax !important; }
	.Width-xl-42vmax { width: 42vmax !important; }
	.Width-xl-43vmax { width: 43vmax !important; }
	.Width-xl-44vmax { width: 44vmax !important; }
	.Width-xl-45vmax { width: 45vmax !important; }
	.Width-xl-46vmax { width: 46vmax !important; }
	.Width-xl-47vmax { width: 47vmax !important; }
	.Width-xl-48vmax { width: 48vmax !important; }
	.Width-xl-49vmax { width: 49vmax !important; }
	.Width-xl-50vmax { width: 50vmax !important; }
	.Width-xl-51vmax { width: 51vmax !important; }
	.Width-xl-52vmax { width: 52vmax !important; }
	.Width-xl-53vmax { width: 53vmax !important; }
	.Width-xl-54vmax { width: 54vmax !important; }
	.Width-xl-55vmax { width: 55vmax !important; }
	.Width-xl-56vmax { width: 56vmax !important; }
	.Width-xl-57vmax { width: 57vmax !important; }
	.Width-xl-58vmax { width: 58vmax !important; }
	.Width-xl-59vmax { width: 59vmax !important; }
	.Width-xl-60vmax { width: 60vmax !important; }
	.Width-xl-61vmax { width: 61vmax !important; }
	.Width-xl-62vmax { width: 62vmax !important; }
	.Width-xl-63vmax { width: 63vmax !important; }
	.Width-xl-64vmax { width: 64vmax !important; }
	.Width-xl-65vmax { width: 65vmax !important; }
	.Width-xl-66vmax { width: 66vmax !important; }
	.Width-xl-67vmax { width: 67vmax !important; }
	.Width-xl-68vmax { width: 68vmax !important; }
	.Width-xl-69vmax { width: 69vmax !important; }
	.Width-xl-70vmax { width: 70vmax !important; }
	.Width-xl-71vmax { width: 71vmax !important; }
	.Width-xl-72vmax { width: 72vmax !important; }
	.Width-xl-73vmax { width: 73vmax !important; }
	.Width-xl-74vmax { width: 74vmax !important; }
	.Width-xl-75vmax { width: 75vmax !important; }
	.Width-xl-76vmax { width: 76vmax !important; }
	.Width-xl-77vmax { width: 77vmax !important; }
	.Width-xl-78vmax { width: 78vmax !important; }
	.Width-xl-79vmax { width: 79vmax !important; }
	.Width-xl-80vmax { width: 80vmax !important; }
	.Width-xl-81vmax { width: 81vmax !important; }
	.Width-xl-82vmax { width: 82vmax !important; }
	.Width-xl-83vmax { width: 83vmax !important; }
	.Width-xl-84vmax { width: 84vmax !important; }
	.Width-xl-85vmax { width: 85vmax !important; }
	.Width-xl-86vmax { width: 86vmax !important; }
	.Width-xl-87vmax { width: 87vmax !important; }
	.Width-xl-88vmax { width: 88vmax !important; }
	.Width-xl-89vmax { width: 89vmax !important; }
	.Width-xl-90vmax { width: 90vmax !important; }
	.Width-xl-91vmax { width: 91vmax !important; }
	.Width-xl-92vmax { width: 92vmax !important; }
	.Width-xl-93vmax { width: 93vmax !important; }
	.Width-xl-94vmax { width: 94vmax !important; }
	.Width-xl-95vmax { width: 95vmax !important; }
	.Width-xl-96vmax { width: 96vmax !important; }
	.Width-xl-97vmax { width: 97vmax !important; }
	.Width-xl-98vmax { width: 98vmax !important; }
	.Width-xl-99vmax { width: 99vmax !important; }
	.Width-xl-100vmax { width: 100vmax !important; }
	.Height-xl-0x10 { height: 0% !important; }
	.Height-xl-1x10 { height: 10% !important; }
	.Height-xl-2x10 { height: 20% !important; }
	.Height-xl-3x10 { height: 30% !important; }
	.Height-xl-4x10 { height: 40% !important; }
	.Height-xl-5x10 { height: 50% !important; }
	.Height-xl-6x10 { height: 60% !important; }
	.Height-xl-7x10 { height: 70% !important; }
	.Height-xl-8x10 { height: 80% !important; }
	.Height-xl-9x10 { height: 90% !important; }
	.Height-xl-10x10 { height: 100% !important; }
	.Height-xl-0x12 { height: 0% !important; }
	.Height-xl-1x12 { height: 8.3333333333333% !important; }
	.Height-xl-2x12 { height: 16.666666666667% !important; }
	.Height-xl-3x12 { height: 25% !important; }
	.Height-xl-4x12 { height: 33.333333333333% !important; }
	.Height-xl-5x12 { height: 41.666666666667% !important; }
	.Height-xl-6x12 { height: 50% !important; }
	.Height-xl-7x12 { height: 58.333333333333% !important; }
	.Height-xl-8x12 { height: 66.666666666667% !important; }
	.Height-xl-9x12 { height: 75% !important; }
	.Height-xl-10x12 { height: 83.333333333333% !important; }
	.Height-xl-11x12 { height: 91.666666666667% !important; }
	.Height-xl-12x12 { height: 100% !important; }
	.Height-xl-0x16 { height: 0% !important; }
	.Height-xl-1x16 { height: 6.25% !important; }
	.Height-xl-2x16 { height: 12.5% !important; }
	.Height-xl-3x16 { height: 18.75% !important; }
	.Height-xl-4x16 { height: 25% !important; }
	.Height-xl-5x16 { height: 31.25% !important; }
	.Height-xl-6x16 { height: 37.5% !important; }
	.Height-xl-7x16 { height: 43.75% !important; }
	.Height-xl-8x16 { height: 50% !important; }
	.Height-xl-9x16 { height: 56.25% !important; }
	.Height-xl-10x16 { height: 62.5% !important; }
	.Height-xl-11x16 { height: 68.75% !important; }
	.Height-xl-12x16 { height: 75% !important; }
	.Height-xl-13x16 { height: 81.25% !important; }
	.Height-xl-14x16 { height: 87.5% !important; }
	.Height-xl-15x16 { height: 93.75% !important; }
	.Height-xl-16x16 { height: 100% !important; }
	.Height-xl-0em { height: 0em !important; }
	.Height-xl-1em { height: 1em !important; }
	.Height-xl-2em { height: 2em !important; }
	.Height-xl-3em { height: 3em !important; }
	.Height-xl-4em { height: 4em !important; }
	.Height-xl-5em { height: 5em !important; }
	.Height-xl-6em { height: 6em !important; }
	.Height-xl-7em { height: 7em !important; }
	.Height-xl-8em { height: 8em !important; }
	.Height-xl-9em { height: 9em !important; }
	.Height-xl-10em { height: 10em !important; }
	.Height-xl-11em { height: 11em !important; }
	.Height-xl-12em { height: 12em !important; }
	.Height-xl-13em { height: 13em !important; }
	.Height-xl-14em { height: 14em !important; }
	.Height-xl-15em { height: 15em !important; }
	.Height-xl-16em { height: 16em !important; }
	.Height-xl-17em { height: 17em !important; }
	.Height-xl-18em { height: 18em !important; }
	.Height-xl-19em { height: 19em !important; }
	.Height-xl-20em { height: 20em !important; }
	.Height-xl-21em { height: 21em !important; }
	.Height-xl-22em { height: 22em !important; }
	.Height-xl-23em { height: 23em !important; }
	.Height-xl-24em { height: 24em !important; }
	.Height-xl-0x16em { height: 0em !important; }
	.Height-xl-1x16em { height: 0.0625em !important; }
	.Height-xl-2x16em { height: 0.125em !important; }
	.Height-xl-3x16em { height: 0.1875em !important; }
	.Height-xl-4x16em { height: 0.25em !important; }
	.Height-xl-5x16em { height: 0.3125em !important; }
	.Height-xl-6x16em { height: 0.375em !important; }
	.Height-xl-7x16em { height: 0.4375em !important; }
	.Height-xl-8x16em { height: 0.5em !important; }
	.Height-xl-9x16em { height: 0.5625em !important; }
	.Height-xl-10x16em { height: 0.625em !important; }
	.Height-xl-11x16em { height: 0.6875em !important; }
	.Height-xl-12x16em { height: 0.75em !important; }
	.Height-xl-13x16em { height: 0.8125em !important; }
	.Height-xl-14x16em { height: 0.875em !important; }
	.Height-xl-15x16em { height: 0.9375em !important; }
	.Height-xl-16x16em { height: 1em !important; }
	.Height-xl-0vw { height: 0vw !important; }
	.Height-xl-1vw { height: 1vw !important; }
	.Height-xl-2vw { height: 2vw !important; }
	.Height-xl-3vw { height: 3vw !important; }
	.Height-xl-4vw { height: 4vw !important; }
	.Height-xl-5vw { height: 5vw !important; }
	.Height-xl-6vw { height: 6vw !important; }
	.Height-xl-7vw { height: 7vw !important; }
	.Height-xl-8vw { height: 8vw !important; }
	.Height-xl-9vw { height: 9vw !important; }
	.Height-xl-10vw { height: 10vw !important; }
	.Height-xl-11vw { height: 11vw !important; }
	.Height-xl-12vw { height: 12vw !important; }
	.Height-xl-13vw { height: 13vw !important; }
	.Height-xl-14vw { height: 14vw !important; }
	.Height-xl-15vw { height: 15vw !important; }
	.Height-xl-16vw { height: 16vw !important; }
	.Height-xl-17vw { height: 17vw !important; }
	.Height-xl-18vw { height: 18vw !important; }
	.Height-xl-19vw { height: 19vw !important; }
	.Height-xl-20vw { height: 20vw !important; }
	.Height-xl-21vw { height: 21vw !important; }
	.Height-xl-22vw { height: 22vw !important; }
	.Height-xl-23vw { height: 23vw !important; }
	.Height-xl-24vw { height: 24vw !important; }
	.Height-xl-25vw { height: 25vw !important; }
	.Height-xl-26vw { height: 26vw !important; }
	.Height-xl-27vw { height: 27vw !important; }
	.Height-xl-28vw { height: 28vw !important; }
	.Height-xl-29vw { height: 29vw !important; }
	.Height-xl-30vw { height: 30vw !important; }
	.Height-xl-31vw { height: 31vw !important; }
	.Height-xl-32vw { height: 32vw !important; }
	.Height-xl-33vw { height: 33vw !important; }
	.Height-xl-34vw { height: 34vw !important; }
	.Height-xl-35vw { height: 35vw !important; }
	.Height-xl-36vw { height: 36vw !important; }
	.Height-xl-37vw { height: 37vw !important; }
	.Height-xl-38vw { height: 38vw !important; }
	.Height-xl-39vw { height: 39vw !important; }
	.Height-xl-40vw { height: 40vw !important; }
	.Height-xl-41vw { height: 41vw !important; }
	.Height-xl-42vw { height: 42vw !important; }
	.Height-xl-43vw { height: 43vw !important; }
	.Height-xl-44vw { height: 44vw !important; }
	.Height-xl-45vw { height: 45vw !important; }
	.Height-xl-46vw { height: 46vw !important; }
	.Height-xl-47vw { height: 47vw !important; }
	.Height-xl-48vw { height: 48vw !important; }
	.Height-xl-49vw { height: 49vw !important; }
	.Height-xl-50vw { height: 50vw !important; }
	.Height-xl-51vw { height: 51vw !important; }
	.Height-xl-52vw { height: 52vw !important; }
	.Height-xl-53vw { height: 53vw !important; }
	.Height-xl-54vw { height: 54vw !important; }
	.Height-xl-55vw { height: 55vw !important; }
	.Height-xl-56vw { height: 56vw !important; }
	.Height-xl-57vw { height: 57vw !important; }
	.Height-xl-58vw { height: 58vw !important; }
	.Height-xl-59vw { height: 59vw !important; }
	.Height-xl-60vw { height: 60vw !important; }
	.Height-xl-61vw { height: 61vw !important; }
	.Height-xl-62vw { height: 62vw !important; }
	.Height-xl-63vw { height: 63vw !important; }
	.Height-xl-64vw { height: 64vw !important; }
	.Height-xl-65vw { height: 65vw !important; }
	.Height-xl-66vw { height: 66vw !important; }
	.Height-xl-67vw { height: 67vw !important; }
	.Height-xl-68vw { height: 68vw !important; }
	.Height-xl-69vw { height: 69vw !important; }
	.Height-xl-70vw { height: 70vw !important; }
	.Height-xl-71vw { height: 71vw !important; }
	.Height-xl-72vw { height: 72vw !important; }
	.Height-xl-73vw { height: 73vw !important; }
	.Height-xl-74vw { height: 74vw !important; }
	.Height-xl-75vw { height: 75vw !important; }
	.Height-xl-76vw { height: 76vw !important; }
	.Height-xl-77vw { height: 77vw !important; }
	.Height-xl-78vw { height: 78vw !important; }
	.Height-xl-79vw { height: 79vw !important; }
	.Height-xl-80vw { height: 80vw !important; }
	.Height-xl-81vw { height: 81vw !important; }
	.Height-xl-82vw { height: 82vw !important; }
	.Height-xl-83vw { height: 83vw !important; }
	.Height-xl-84vw { height: 84vw !important; }
	.Height-xl-85vw { height: 85vw !important; }
	.Height-xl-86vw { height: 86vw !important; }
	.Height-xl-87vw { height: 87vw !important; }
	.Height-xl-88vw { height: 88vw !important; }
	.Height-xl-89vw { height: 89vw !important; }
	.Height-xl-90vw { height: 90vw !important; }
	.Height-xl-91vw { height: 91vw !important; }
	.Height-xl-92vw { height: 92vw !important; }
	.Height-xl-93vw { height: 93vw !important; }
	.Height-xl-94vw { height: 94vw !important; }
	.Height-xl-95vw { height: 95vw !important; }
	.Height-xl-96vw { height: 96vw !important; }
	.Height-xl-97vw { height: 97vw !important; }
	.Height-xl-98vw { height: 98vw !important; }
	.Height-xl-99vw { height: 99vw !important; }
	.Height-xl-100vw { height: 100vw !important; }
	.Height-xl-0vh { height: 0vh !important; }
	.Height-xl-1vh { height: 1vh !important; }
	.Height-xl-2vh { height: 2vh !important; }
	.Height-xl-3vh { height: 3vh !important; }
	.Height-xl-4vh { height: 4vh !important; }
	.Height-xl-5vh { height: 5vh !important; }
	.Height-xl-6vh { height: 6vh !important; }
	.Height-xl-7vh { height: 7vh !important; }
	.Height-xl-8vh { height: 8vh !important; }
	.Height-xl-9vh { height: 9vh !important; }
	.Height-xl-10vh { height: 10vh !important; }
	.Height-xl-11vh { height: 11vh !important; }
	.Height-xl-12vh { height: 12vh !important; }
	.Height-xl-13vh { height: 13vh !important; }
	.Height-xl-14vh { height: 14vh !important; }
	.Height-xl-15vh { height: 15vh !important; }
	.Height-xl-16vh { height: 16vh !important; }
	.Height-xl-17vh { height: 17vh !important; }
	.Height-xl-18vh { height: 18vh !important; }
	.Height-xl-19vh { height: 19vh !important; }
	.Height-xl-20vh { height: 20vh !important; }
	.Height-xl-21vh { height: 21vh !important; }
	.Height-xl-22vh { height: 22vh !important; }
	.Height-xl-23vh { height: 23vh !important; }
	.Height-xl-24vh { height: 24vh !important; }
	.Height-xl-25vh { height: 25vh !important; }
	.Height-xl-26vh { height: 26vh !important; }
	.Height-xl-27vh { height: 27vh !important; }
	.Height-xl-28vh { height: 28vh !important; }
	.Height-xl-29vh { height: 29vh !important; }
	.Height-xl-30vh { height: 30vh !important; }
	.Height-xl-31vh { height: 31vh !important; }
	.Height-xl-32vh { height: 32vh !important; }
	.Height-xl-33vh { height: 33vh !important; }
	.Height-xl-34vh { height: 34vh !important; }
	.Height-xl-35vh { height: 35vh !important; }
	.Height-xl-36vh { height: 36vh !important; }
	.Height-xl-37vh { height: 37vh !important; }
	.Height-xl-38vh { height: 38vh !important; }
	.Height-xl-39vh { height: 39vh !important; }
	.Height-xl-40vh { height: 40vh !important; }
	.Height-xl-41vh { height: 41vh !important; }
	.Height-xl-42vh { height: 42vh !important; }
	.Height-xl-43vh { height: 43vh !important; }
	.Height-xl-44vh { height: 44vh !important; }
	.Height-xl-45vh { height: 45vh !important; }
	.Height-xl-46vh { height: 46vh !important; }
	.Height-xl-47vh { height: 47vh !important; }
	.Height-xl-48vh { height: 48vh !important; }
	.Height-xl-49vh { height: 49vh !important; }
	.Height-xl-50vh { height: 50vh !important; }
	.Height-xl-51vh { height: 51vh !important; }
	.Height-xl-52vh { height: 52vh !important; }
	.Height-xl-53vh { height: 53vh !important; }
	.Height-xl-54vh { height: 54vh !important; }
	.Height-xl-55vh { height: 55vh !important; }
	.Height-xl-56vh { height: 56vh !important; }
	.Height-xl-57vh { height: 57vh !important; }
	.Height-xl-58vh { height: 58vh !important; }
	.Height-xl-59vh { height: 59vh !important; }
	.Height-xl-60vh { height: 60vh !important; }
	.Height-xl-61vh { height: 61vh !important; }
	.Height-xl-62vh { height: 62vh !important; }
	.Height-xl-63vh { height: 63vh !important; }
	.Height-xl-64vh { height: 64vh !important; }
	.Height-xl-65vh { height: 65vh !important; }
	.Height-xl-66vh { height: 66vh !important; }
	.Height-xl-67vh { height: 67vh !important; }
	.Height-xl-68vh { height: 68vh !important; }
	.Height-xl-69vh { height: 69vh !important; }
	.Height-xl-70vh { height: 70vh !important; }
	.Height-xl-71vh { height: 71vh !important; }
	.Height-xl-72vh { height: 72vh !important; }
	.Height-xl-73vh { height: 73vh !important; }
	.Height-xl-74vh { height: 74vh !important; }
	.Height-xl-75vh { height: 75vh !important; }
	.Height-xl-76vh { height: 76vh !important; }
	.Height-xl-77vh { height: 77vh !important; }
	.Height-xl-78vh { height: 78vh !important; }
	.Height-xl-79vh { height: 79vh !important; }
	.Height-xl-80vh { height: 80vh !important; }
	.Height-xl-81vh { height: 81vh !important; }
	.Height-xl-82vh { height: 82vh !important; }
	.Height-xl-83vh { height: 83vh !important; }
	.Height-xl-84vh { height: 84vh !important; }
	.Height-xl-85vh { height: 85vh !important; }
	.Height-xl-86vh { height: 86vh !important; }
	.Height-xl-87vh { height: 87vh !important; }
	.Height-xl-88vh { height: 88vh !important; }
	.Height-xl-89vh { height: 89vh !important; }
	.Height-xl-90vh { height: 90vh !important; }
	.Height-xl-91vh { height: 91vh !important; }
	.Height-xl-92vh { height: 92vh !important; }
	.Height-xl-93vh { height: 93vh !important; }
	.Height-xl-94vh { height: 94vh !important; }
	.Height-xl-95vh { height: 95vh !important; }
	.Height-xl-96vh { height: 96vh !important; }
	.Height-xl-97vh { height: 97vh !important; }
	.Height-xl-98vh { height: 98vh !important; }
	.Height-xl-99vh { height: 99vh !important; }
	.Height-xl-100vh { height: 100vh !important; }
	.Height-xl-0vmin { height: 0vmin !important; }
	.Height-xl-1vmin { height: 1vmin !important; }
	.Height-xl-2vmin { height: 2vmin !important; }
	.Height-xl-3vmin { height: 3vmin !important; }
	.Height-xl-4vmin { height: 4vmin !important; }
	.Height-xl-5vmin { height: 5vmin !important; }
	.Height-xl-6vmin { height: 6vmin !important; }
	.Height-xl-7vmin { height: 7vmin !important; }
	.Height-xl-8vmin { height: 8vmin !important; }
	.Height-xl-9vmin { height: 9vmin !important; }
	.Height-xl-10vmin { height: 10vmin !important; }
	.Height-xl-11vmin { height: 11vmin !important; }
	.Height-xl-12vmin { height: 12vmin !important; }
	.Height-xl-13vmin { height: 13vmin !important; }
	.Height-xl-14vmin { height: 14vmin !important; }
	.Height-xl-15vmin { height: 15vmin !important; }
	.Height-xl-16vmin { height: 16vmin !important; }
	.Height-xl-17vmin { height: 17vmin !important; }
	.Height-xl-18vmin { height: 18vmin !important; }
	.Height-xl-19vmin { height: 19vmin !important; }
	.Height-xl-20vmin { height: 20vmin !important; }
	.Height-xl-21vmin { height: 21vmin !important; }
	.Height-xl-22vmin { height: 22vmin !important; }
	.Height-xl-23vmin { height: 23vmin !important; }
	.Height-xl-24vmin { height: 24vmin !important; }
	.Height-xl-25vmin { height: 25vmin !important; }
	.Height-xl-26vmin { height: 26vmin !important; }
	.Height-xl-27vmin { height: 27vmin !important; }
	.Height-xl-28vmin { height: 28vmin !important; }
	.Height-xl-29vmin { height: 29vmin !important; }
	.Height-xl-30vmin { height: 30vmin !important; }
	.Height-xl-31vmin { height: 31vmin !important; }
	.Height-xl-32vmin { height: 32vmin !important; }
	.Height-xl-33vmin { height: 33vmin !important; }
	.Height-xl-34vmin { height: 34vmin !important; }
	.Height-xl-35vmin { height: 35vmin !important; }
	.Height-xl-36vmin { height: 36vmin !important; }
	.Height-xl-37vmin { height: 37vmin !important; }
	.Height-xl-38vmin { height: 38vmin !important; }
	.Height-xl-39vmin { height: 39vmin !important; }
	.Height-xl-40vmin { height: 40vmin !important; }
	.Height-xl-41vmin { height: 41vmin !important; }
	.Height-xl-42vmin { height: 42vmin !important; }
	.Height-xl-43vmin { height: 43vmin !important; }
	.Height-xl-44vmin { height: 44vmin !important; }
	.Height-xl-45vmin { height: 45vmin !important; }
	.Height-xl-46vmin { height: 46vmin !important; }
	.Height-xl-47vmin { height: 47vmin !important; }
	.Height-xl-48vmin { height: 48vmin !important; }
	.Height-xl-49vmin { height: 49vmin !important; }
	.Height-xl-50vmin { height: 50vmin !important; }
	.Height-xl-51vmin { height: 51vmin !important; }
	.Height-xl-52vmin { height: 52vmin !important; }
	.Height-xl-53vmin { height: 53vmin !important; }
	.Height-xl-54vmin { height: 54vmin !important; }
	.Height-xl-55vmin { height: 55vmin !important; }
	.Height-xl-56vmin { height: 56vmin !important; }
	.Height-xl-57vmin { height: 57vmin !important; }
	.Height-xl-58vmin { height: 58vmin !important; }
	.Height-xl-59vmin { height: 59vmin !important; }
	.Height-xl-60vmin { height: 60vmin !important; }
	.Height-xl-61vmin { height: 61vmin !important; }
	.Height-xl-62vmin { height: 62vmin !important; }
	.Height-xl-63vmin { height: 63vmin !important; }
	.Height-xl-64vmin { height: 64vmin !important; }
	.Height-xl-65vmin { height: 65vmin !important; }
	.Height-xl-66vmin { height: 66vmin !important; }
	.Height-xl-67vmin { height: 67vmin !important; }
	.Height-xl-68vmin { height: 68vmin !important; }
	.Height-xl-69vmin { height: 69vmin !important; }
	.Height-xl-70vmin { height: 70vmin !important; }
	.Height-xl-71vmin { height: 71vmin !important; }
	.Height-xl-72vmin { height: 72vmin !important; }
	.Height-xl-73vmin { height: 73vmin !important; }
	.Height-xl-74vmin { height: 74vmin !important; }
	.Height-xl-75vmin { height: 75vmin !important; }
	.Height-xl-76vmin { height: 76vmin !important; }
	.Height-xl-77vmin { height: 77vmin !important; }
	.Height-xl-78vmin { height: 78vmin !important; }
	.Height-xl-79vmin { height: 79vmin !important; }
	.Height-xl-80vmin { height: 80vmin !important; }
	.Height-xl-81vmin { height: 81vmin !important; }
	.Height-xl-82vmin { height: 82vmin !important; }
	.Height-xl-83vmin { height: 83vmin !important; }
	.Height-xl-84vmin { height: 84vmin !important; }
	.Height-xl-85vmin { height: 85vmin !important; }
	.Height-xl-86vmin { height: 86vmin !important; }
	.Height-xl-87vmin { height: 87vmin !important; }
	.Height-xl-88vmin { height: 88vmin !important; }
	.Height-xl-89vmin { height: 89vmin !important; }
	.Height-xl-90vmin { height: 90vmin !important; }
	.Height-xl-91vmin { height: 91vmin !important; }
	.Height-xl-92vmin { height: 92vmin !important; }
	.Height-xl-93vmin { height: 93vmin !important; }
	.Height-xl-94vmin { height: 94vmin !important; }
	.Height-xl-95vmin { height: 95vmin !important; }
	.Height-xl-96vmin { height: 96vmin !important; }
	.Height-xl-97vmin { height: 97vmin !important; }
	.Height-xl-98vmin { height: 98vmin !important; }
	.Height-xl-99vmin { height: 99vmin !important; }
	.Height-xl-100vmin { height: 100vmin !important; }
	.Height-xl-0vmax { height: 0vmax !important; }
	.Height-xl-1vmax { height: 1vmax !important; }
	.Height-xl-2vmax { height: 2vmax !important; }
	.Height-xl-3vmax { height: 3vmax !important; }
	.Height-xl-4vmax { height: 4vmax !important; }
	.Height-xl-5vmax { height: 5vmax !important; }
	.Height-xl-6vmax { height: 6vmax !important; }
	.Height-xl-7vmax { height: 7vmax !important; }
	.Height-xl-8vmax { height: 8vmax !important; }
	.Height-xl-9vmax { height: 9vmax !important; }
	.Height-xl-10vmax { height: 10vmax !important; }
	.Height-xl-11vmax { height: 11vmax !important; }
	.Height-xl-12vmax { height: 12vmax !important; }
	.Height-xl-13vmax { height: 13vmax !important; }
	.Height-xl-14vmax { height: 14vmax !important; }
	.Height-xl-15vmax { height: 15vmax !important; }
	.Height-xl-16vmax { height: 16vmax !important; }
	.Height-xl-17vmax { height: 17vmax !important; }
	.Height-xl-18vmax { height: 18vmax !important; }
	.Height-xl-19vmax { height: 19vmax !important; }
	.Height-xl-20vmax { height: 20vmax !important; }
	.Height-xl-21vmax { height: 21vmax !important; }
	.Height-xl-22vmax { height: 22vmax !important; }
	.Height-xl-23vmax { height: 23vmax !important; }
	.Height-xl-24vmax { height: 24vmax !important; }
	.Height-xl-25vmax { height: 25vmax !important; }
	.Height-xl-26vmax { height: 26vmax !important; }
	.Height-xl-27vmax { height: 27vmax !important; }
	.Height-xl-28vmax { height: 28vmax !important; }
	.Height-xl-29vmax { height: 29vmax !important; }
	.Height-xl-30vmax { height: 30vmax !important; }
	.Height-xl-31vmax { height: 31vmax !important; }
	.Height-xl-32vmax { height: 32vmax !important; }
	.Height-xl-33vmax { height: 33vmax !important; }
	.Height-xl-34vmax { height: 34vmax !important; }
	.Height-xl-35vmax { height: 35vmax !important; }
	.Height-xl-36vmax { height: 36vmax !important; }
	.Height-xl-37vmax { height: 37vmax !important; }
	.Height-xl-38vmax { height: 38vmax !important; }
	.Height-xl-39vmax { height: 39vmax !important; }
	.Height-xl-40vmax { height: 40vmax !important; }
	.Height-xl-41vmax { height: 41vmax !important; }
	.Height-xl-42vmax { height: 42vmax !important; }
	.Height-xl-43vmax { height: 43vmax !important; }
	.Height-xl-44vmax { height: 44vmax !important; }
	.Height-xl-45vmax { height: 45vmax !important; }
	.Height-xl-46vmax { height: 46vmax !important; }
	.Height-xl-47vmax { height: 47vmax !important; }
	.Height-xl-48vmax { height: 48vmax !important; }
	.Height-xl-49vmax { height: 49vmax !important; }
	.Height-xl-50vmax { height: 50vmax !important; }
	.Height-xl-51vmax { height: 51vmax !important; }
	.Height-xl-52vmax { height: 52vmax !important; }
	.Height-xl-53vmax { height: 53vmax !important; }
	.Height-xl-54vmax { height: 54vmax !important; }
	.Height-xl-55vmax { height: 55vmax !important; }
	.Height-xl-56vmax { height: 56vmax !important; }
	.Height-xl-57vmax { height: 57vmax !important; }
	.Height-xl-58vmax { height: 58vmax !important; }
	.Height-xl-59vmax { height: 59vmax !important; }
	.Height-xl-60vmax { height: 60vmax !important; }
	.Height-xl-61vmax { height: 61vmax !important; }
	.Height-xl-62vmax { height: 62vmax !important; }
	.Height-xl-63vmax { height: 63vmax !important; }
	.Height-xl-64vmax { height: 64vmax !important; }
	.Height-xl-65vmax { height: 65vmax !important; }
	.Height-xl-66vmax { height: 66vmax !important; }
	.Height-xl-67vmax { height: 67vmax !important; }
	.Height-xl-68vmax { height: 68vmax !important; }
	.Height-xl-69vmax { height: 69vmax !important; }
	.Height-xl-70vmax { height: 70vmax !important; }
	.Height-xl-71vmax { height: 71vmax !important; }
	.Height-xl-72vmax { height: 72vmax !important; }
	.Height-xl-73vmax { height: 73vmax !important; }
	.Height-xl-74vmax { height: 74vmax !important; }
	.Height-xl-75vmax { height: 75vmax !important; }
	.Height-xl-76vmax { height: 76vmax !important; }
	.Height-xl-77vmax { height: 77vmax !important; }
	.Height-xl-78vmax { height: 78vmax !important; }
	.Height-xl-79vmax { height: 79vmax !important; }
	.Height-xl-80vmax { height: 80vmax !important; }
	.Height-xl-81vmax { height: 81vmax !important; }
	.Height-xl-82vmax { height: 82vmax !important; }
	.Height-xl-83vmax { height: 83vmax !important; }
	.Height-xl-84vmax { height: 84vmax !important; }
	.Height-xl-85vmax { height: 85vmax !important; }
	.Height-xl-86vmax { height: 86vmax !important; }
	.Height-xl-87vmax { height: 87vmax !important; }
	.Height-xl-88vmax { height: 88vmax !important; }
	.Height-xl-89vmax { height: 89vmax !important; }
	.Height-xl-90vmax { height: 90vmax !important; }
	.Height-xl-91vmax { height: 91vmax !important; }
	.Height-xl-92vmax { height: 92vmax !important; }
	.Height-xl-93vmax { height: 93vmax !important; }
	.Height-xl-94vmax { height: 94vmax !important; }
	.Height-xl-95vmax { height: 95vmax !important; }
	.Height-xl-96vmax { height: 96vmax !important; }
	.Height-xl-97vmax { height: 97vmax !important; }
	.Height-xl-98vmax { height: 98vmax !important; }
	.Height-xl-99vmax { height: 99vmax !important; }
	.Height-xl-100vmax { height: 100vmax !important; }
	.MinWidth-xl-0x10 { min-width: 0% !important; }
	.MinWidth-xl-1x10 { min-width: 10% !important; }
	.MinWidth-xl-2x10 { min-width: 20% !important; }
	.MinWidth-xl-3x10 { min-width: 30% !important; }
	.MinWidth-xl-4x10 { min-width: 40% !important; }
	.MinWidth-xl-5x10 { min-width: 50% !important; }
	.MinWidth-xl-6x10 { min-width: 60% !important; }
	.MinWidth-xl-7x10 { min-width: 70% !important; }
	.MinWidth-xl-8x10 { min-width: 80% !important; }
	.MinWidth-xl-9x10 { min-width: 90% !important; }
	.MinWidth-xl-10x10 { min-width: 100% !important; }
	.MinWidth-xl-0x12 { min-width: 0% !important; }
	.MinWidth-xl-1x12 { min-width: 8.3333333333333% !important; }
	.MinWidth-xl-2x12 { min-width: 16.666666666667% !important; }
	.MinWidth-xl-3x12 { min-width: 25% !important; }
	.MinWidth-xl-4x12 { min-width: 33.333333333333% !important; }
	.MinWidth-xl-5x12 { min-width: 41.666666666667% !important; }
	.MinWidth-xl-6x12 { min-width: 50% !important; }
	.MinWidth-xl-7x12 { min-width: 58.333333333333% !important; }
	.MinWidth-xl-8x12 { min-width: 66.666666666667% !important; }
	.MinWidth-xl-9x12 { min-width: 75% !important; }
	.MinWidth-xl-10x12 { min-width: 83.333333333333% !important; }
	.MinWidth-xl-11x12 { min-width: 91.666666666667% !important; }
	.MinWidth-xl-12x12 { min-width: 100% !important; }
	.MinWidth-xl-0x16 { min-width: 0% !important; }
	.MinWidth-xl-1x16 { min-width: 6.25% !important; }
	.MinWidth-xl-2x16 { min-width: 12.5% !important; }
	.MinWidth-xl-3x16 { min-width: 18.75% !important; }
	.MinWidth-xl-4x16 { min-width: 25% !important; }
	.MinWidth-xl-5x16 { min-width: 31.25% !important; }
	.MinWidth-xl-6x16 { min-width: 37.5% !important; }
	.MinWidth-xl-7x16 { min-width: 43.75% !important; }
	.MinWidth-xl-8x16 { min-width: 50% !important; }
	.MinWidth-xl-9x16 { min-width: 56.25% !important; }
	.MinWidth-xl-10x16 { min-width: 62.5% !important; }
	.MinWidth-xl-11x16 { min-width: 68.75% !important; }
	.MinWidth-xl-12x16 { min-width: 75% !important; }
	.MinWidth-xl-13x16 { min-width: 81.25% !important; }
	.MinWidth-xl-14x16 { min-width: 87.5% !important; }
	.MinWidth-xl-15x16 { min-width: 93.75% !important; }
	.MinWidth-xl-16x16 { min-width: 100% !important; }
	.MinWidth-xl-0em { min-width: 0em !important; }
	.MinWidth-xl-1em { min-width: 1em !important; }
	.MinWidth-xl-2em { min-width: 2em !important; }
	.MinWidth-xl-3em { min-width: 3em !important; }
	.MinWidth-xl-4em { min-width: 4em !important; }
	.MinWidth-xl-5em { min-width: 5em !important; }
	.MinWidth-xl-6em { min-width: 6em !important; }
	.MinWidth-xl-7em { min-width: 7em !important; }
	.MinWidth-xl-8em { min-width: 8em !important; }
	.MinWidth-xl-9em { min-width: 9em !important; }
	.MinWidth-xl-10em { min-width: 10em !important; }
	.MinWidth-xl-11em { min-width: 11em !important; }
	.MinWidth-xl-12em { min-width: 12em !important; }
	.MinWidth-xl-13em { min-width: 13em !important; }
	.MinWidth-xl-14em { min-width: 14em !important; }
	.MinWidth-xl-15em { min-width: 15em !important; }
	.MinWidth-xl-16em { min-width: 16em !important; }
	.MinWidth-xl-17em { min-width: 17em !important; }
	.MinWidth-xl-18em { min-width: 18em !important; }
	.MinWidth-xl-19em { min-width: 19em !important; }
	.MinWidth-xl-20em { min-width: 20em !important; }
	.MinWidth-xl-21em { min-width: 21em !important; }
	.MinWidth-xl-22em { min-width: 22em !important; }
	.MinWidth-xl-23em { min-width: 23em !important; }
	.MinWidth-xl-24em { min-width: 24em !important; }
	.MinWidth-xl-0x16em { min-width: 0em !important; }
	.MinWidth-xl-1x16em { min-width: 0.0625em !important; }
	.MinWidth-xl-2x16em { min-width: 0.125em !important; }
	.MinWidth-xl-3x16em { min-width: 0.1875em !important; }
	.MinWidth-xl-4x16em { min-width: 0.25em !important; }
	.MinWidth-xl-5x16em { min-width: 0.3125em !important; }
	.MinWidth-xl-6x16em { min-width: 0.375em !important; }
	.MinWidth-xl-7x16em { min-width: 0.4375em !important; }
	.MinWidth-xl-8x16em { min-width: 0.5em !important; }
	.MinWidth-xl-9x16em { min-width: 0.5625em !important; }
	.MinWidth-xl-10x16em { min-width: 0.625em !important; }
	.MinWidth-xl-11x16em { min-width: 0.6875em !important; }
	.MinWidth-xl-12x16em { min-width: 0.75em !important; }
	.MinWidth-xl-13x16em { min-width: 0.8125em !important; }
	.MinWidth-xl-14x16em { min-width: 0.875em !important; }
	.MinWidth-xl-15x16em { min-width: 0.9375em !important; }
	.MinWidth-xl-16x16em { min-width: 1em !important; }
	.MinWidth-xl-0vw { min-width: 0vw !important; }
	.MinWidth-xl-1vw { min-width: 1vw !important; }
	.MinWidth-xl-2vw { min-width: 2vw !important; }
	.MinWidth-xl-3vw { min-width: 3vw !important; }
	.MinWidth-xl-4vw { min-width: 4vw !important; }
	.MinWidth-xl-5vw { min-width: 5vw !important; }
	.MinWidth-xl-6vw { min-width: 6vw !important; }
	.MinWidth-xl-7vw { min-width: 7vw !important; }
	.MinWidth-xl-8vw { min-width: 8vw !important; }
	.MinWidth-xl-9vw { min-width: 9vw !important; }
	.MinWidth-xl-10vw { min-width: 10vw !important; }
	.MinWidth-xl-11vw { min-width: 11vw !important; }
	.MinWidth-xl-12vw { min-width: 12vw !important; }
	.MinWidth-xl-13vw { min-width: 13vw !important; }
	.MinWidth-xl-14vw { min-width: 14vw !important; }
	.MinWidth-xl-15vw { min-width: 15vw !important; }
	.MinWidth-xl-16vw { min-width: 16vw !important; }
	.MinWidth-xl-17vw { min-width: 17vw !important; }
	.MinWidth-xl-18vw { min-width: 18vw !important; }
	.MinWidth-xl-19vw { min-width: 19vw !important; }
	.MinWidth-xl-20vw { min-width: 20vw !important; }
	.MinWidth-xl-21vw { min-width: 21vw !important; }
	.MinWidth-xl-22vw { min-width: 22vw !important; }
	.MinWidth-xl-23vw { min-width: 23vw !important; }
	.MinWidth-xl-24vw { min-width: 24vw !important; }
	.MinWidth-xl-25vw { min-width: 25vw !important; }
	.MinWidth-xl-26vw { min-width: 26vw !important; }
	.MinWidth-xl-27vw { min-width: 27vw !important; }
	.MinWidth-xl-28vw { min-width: 28vw !important; }
	.MinWidth-xl-29vw { min-width: 29vw !important; }
	.MinWidth-xl-30vw { min-width: 30vw !important; }
	.MinWidth-xl-31vw { min-width: 31vw !important; }
	.MinWidth-xl-32vw { min-width: 32vw !important; }
	.MinWidth-xl-33vw { min-width: 33vw !important; }
	.MinWidth-xl-34vw { min-width: 34vw !important; }
	.MinWidth-xl-35vw { min-width: 35vw !important; }
	.MinWidth-xl-36vw { min-width: 36vw !important; }
	.MinWidth-xl-37vw { min-width: 37vw !important; }
	.MinWidth-xl-38vw { min-width: 38vw !important; }
	.MinWidth-xl-39vw { min-width: 39vw !important; }
	.MinWidth-xl-40vw { min-width: 40vw !important; }
	.MinWidth-xl-41vw { min-width: 41vw !important; }
	.MinWidth-xl-42vw { min-width: 42vw !important; }
	.MinWidth-xl-43vw { min-width: 43vw !important; }
	.MinWidth-xl-44vw { min-width: 44vw !important; }
	.MinWidth-xl-45vw { min-width: 45vw !important; }
	.MinWidth-xl-46vw { min-width: 46vw !important; }
	.MinWidth-xl-47vw { min-width: 47vw !important; }
	.MinWidth-xl-48vw { min-width: 48vw !important; }
	.MinWidth-xl-49vw { min-width: 49vw !important; }
	.MinWidth-xl-50vw { min-width: 50vw !important; }
	.MinWidth-xl-51vw { min-width: 51vw !important; }
	.MinWidth-xl-52vw { min-width: 52vw !important; }
	.MinWidth-xl-53vw { min-width: 53vw !important; }
	.MinWidth-xl-54vw { min-width: 54vw !important; }
	.MinWidth-xl-55vw { min-width: 55vw !important; }
	.MinWidth-xl-56vw { min-width: 56vw !important; }
	.MinWidth-xl-57vw { min-width: 57vw !important; }
	.MinWidth-xl-58vw { min-width: 58vw !important; }
	.MinWidth-xl-59vw { min-width: 59vw !important; }
	.MinWidth-xl-60vw { min-width: 60vw !important; }
	.MinWidth-xl-61vw { min-width: 61vw !important; }
	.MinWidth-xl-62vw { min-width: 62vw !important; }
	.MinWidth-xl-63vw { min-width: 63vw !important; }
	.MinWidth-xl-64vw { min-width: 64vw !important; }
	.MinWidth-xl-65vw { min-width: 65vw !important; }
	.MinWidth-xl-66vw { min-width: 66vw !important; }
	.MinWidth-xl-67vw { min-width: 67vw !important; }
	.MinWidth-xl-68vw { min-width: 68vw !important; }
	.MinWidth-xl-69vw { min-width: 69vw !important; }
	.MinWidth-xl-70vw { min-width: 70vw !important; }
	.MinWidth-xl-71vw { min-width: 71vw !important; }
	.MinWidth-xl-72vw { min-width: 72vw !important; }
	.MinWidth-xl-73vw { min-width: 73vw !important; }
	.MinWidth-xl-74vw { min-width: 74vw !important; }
	.MinWidth-xl-75vw { min-width: 75vw !important; }
	.MinWidth-xl-76vw { min-width: 76vw !important; }
	.MinWidth-xl-77vw { min-width: 77vw !important; }
	.MinWidth-xl-78vw { min-width: 78vw !important; }
	.MinWidth-xl-79vw { min-width: 79vw !important; }
	.MinWidth-xl-80vw { min-width: 80vw !important; }
	.MinWidth-xl-81vw { min-width: 81vw !important; }
	.MinWidth-xl-82vw { min-width: 82vw !important; }
	.MinWidth-xl-83vw { min-width: 83vw !important; }
	.MinWidth-xl-84vw { min-width: 84vw !important; }
	.MinWidth-xl-85vw { min-width: 85vw !important; }
	.MinWidth-xl-86vw { min-width: 86vw !important; }
	.MinWidth-xl-87vw { min-width: 87vw !important; }
	.MinWidth-xl-88vw { min-width: 88vw !important; }
	.MinWidth-xl-89vw { min-width: 89vw !important; }
	.MinWidth-xl-90vw { min-width: 90vw !important; }
	.MinWidth-xl-91vw { min-width: 91vw !important; }
	.MinWidth-xl-92vw { min-width: 92vw !important; }
	.MinWidth-xl-93vw { min-width: 93vw !important; }
	.MinWidth-xl-94vw { min-width: 94vw !important; }
	.MinWidth-xl-95vw { min-width: 95vw !important; }
	.MinWidth-xl-96vw { min-width: 96vw !important; }
	.MinWidth-xl-97vw { min-width: 97vw !important; }
	.MinWidth-xl-98vw { min-width: 98vw !important; }
	.MinWidth-xl-99vw { min-width: 99vw !important; }
	.MinWidth-xl-100vw { min-width: 100vw !important; }
	.MinWidth-xl-0vh { min-width: 0vh !important; }
	.MinWidth-xl-1vh { min-width: 1vh !important; }
	.MinWidth-xl-2vh { min-width: 2vh !important; }
	.MinWidth-xl-3vh { min-width: 3vh !important; }
	.MinWidth-xl-4vh { min-width: 4vh !important; }
	.MinWidth-xl-5vh { min-width: 5vh !important; }
	.MinWidth-xl-6vh { min-width: 6vh !important; }
	.MinWidth-xl-7vh { min-width: 7vh !important; }
	.MinWidth-xl-8vh { min-width: 8vh !important; }
	.MinWidth-xl-9vh { min-width: 9vh !important; }
	.MinWidth-xl-10vh { min-width: 10vh !important; }
	.MinWidth-xl-11vh { min-width: 11vh !important; }
	.MinWidth-xl-12vh { min-width: 12vh !important; }
	.MinWidth-xl-13vh { min-width: 13vh !important; }
	.MinWidth-xl-14vh { min-width: 14vh !important; }
	.MinWidth-xl-15vh { min-width: 15vh !important; }
	.MinWidth-xl-16vh { min-width: 16vh !important; }
	.MinWidth-xl-17vh { min-width: 17vh !important; }
	.MinWidth-xl-18vh { min-width: 18vh !important; }
	.MinWidth-xl-19vh { min-width: 19vh !important; }
	.MinWidth-xl-20vh { min-width: 20vh !important; }
	.MinWidth-xl-21vh { min-width: 21vh !important; }
	.MinWidth-xl-22vh { min-width: 22vh !important; }
	.MinWidth-xl-23vh { min-width: 23vh !important; }
	.MinWidth-xl-24vh { min-width: 24vh !important; }
	.MinWidth-xl-25vh { min-width: 25vh !important; }
	.MinWidth-xl-26vh { min-width: 26vh !important; }
	.MinWidth-xl-27vh { min-width: 27vh !important; }
	.MinWidth-xl-28vh { min-width: 28vh !important; }
	.MinWidth-xl-29vh { min-width: 29vh !important; }
	.MinWidth-xl-30vh { min-width: 30vh !important; }
	.MinWidth-xl-31vh { min-width: 31vh !important; }
	.MinWidth-xl-32vh { min-width: 32vh !important; }
	.MinWidth-xl-33vh { min-width: 33vh !important; }
	.MinWidth-xl-34vh { min-width: 34vh !important; }
	.MinWidth-xl-35vh { min-width: 35vh !important; }
	.MinWidth-xl-36vh { min-width: 36vh !important; }
	.MinWidth-xl-37vh { min-width: 37vh !important; }
	.MinWidth-xl-38vh { min-width: 38vh !important; }
	.MinWidth-xl-39vh { min-width: 39vh !important; }
	.MinWidth-xl-40vh { min-width: 40vh !important; }
	.MinWidth-xl-41vh { min-width: 41vh !important; }
	.MinWidth-xl-42vh { min-width: 42vh !important; }
	.MinWidth-xl-43vh { min-width: 43vh !important; }
	.MinWidth-xl-44vh { min-width: 44vh !important; }
	.MinWidth-xl-45vh { min-width: 45vh !important; }
	.MinWidth-xl-46vh { min-width: 46vh !important; }
	.MinWidth-xl-47vh { min-width: 47vh !important; }
	.MinWidth-xl-48vh { min-width: 48vh !important; }
	.MinWidth-xl-49vh { min-width: 49vh !important; }
	.MinWidth-xl-50vh { min-width: 50vh !important; }
	.MinWidth-xl-51vh { min-width: 51vh !important; }
	.MinWidth-xl-52vh { min-width: 52vh !important; }
	.MinWidth-xl-53vh { min-width: 53vh !important; }
	.MinWidth-xl-54vh { min-width: 54vh !important; }
	.MinWidth-xl-55vh { min-width: 55vh !important; }
	.MinWidth-xl-56vh { min-width: 56vh !important; }
	.MinWidth-xl-57vh { min-width: 57vh !important; }
	.MinWidth-xl-58vh { min-width: 58vh !important; }
	.MinWidth-xl-59vh { min-width: 59vh !important; }
	.MinWidth-xl-60vh { min-width: 60vh !important; }
	.MinWidth-xl-61vh { min-width: 61vh !important; }
	.MinWidth-xl-62vh { min-width: 62vh !important; }
	.MinWidth-xl-63vh { min-width: 63vh !important; }
	.MinWidth-xl-64vh { min-width: 64vh !important; }
	.MinWidth-xl-65vh { min-width: 65vh !important; }
	.MinWidth-xl-66vh { min-width: 66vh !important; }
	.MinWidth-xl-67vh { min-width: 67vh !important; }
	.MinWidth-xl-68vh { min-width: 68vh !important; }
	.MinWidth-xl-69vh { min-width: 69vh !important; }
	.MinWidth-xl-70vh { min-width: 70vh !important; }
	.MinWidth-xl-71vh { min-width: 71vh !important; }
	.MinWidth-xl-72vh { min-width: 72vh !important; }
	.MinWidth-xl-73vh { min-width: 73vh !important; }
	.MinWidth-xl-74vh { min-width: 74vh !important; }
	.MinWidth-xl-75vh { min-width: 75vh !important; }
	.MinWidth-xl-76vh { min-width: 76vh !important; }
	.MinWidth-xl-77vh { min-width: 77vh !important; }
	.MinWidth-xl-78vh { min-width: 78vh !important; }
	.MinWidth-xl-79vh { min-width: 79vh !important; }
	.MinWidth-xl-80vh { min-width: 80vh !important; }
	.MinWidth-xl-81vh { min-width: 81vh !important; }
	.MinWidth-xl-82vh { min-width: 82vh !important; }
	.MinWidth-xl-83vh { min-width: 83vh !important; }
	.MinWidth-xl-84vh { min-width: 84vh !important; }
	.MinWidth-xl-85vh { min-width: 85vh !important; }
	.MinWidth-xl-86vh { min-width: 86vh !important; }
	.MinWidth-xl-87vh { min-width: 87vh !important; }
	.MinWidth-xl-88vh { min-width: 88vh !important; }
	.MinWidth-xl-89vh { min-width: 89vh !important; }
	.MinWidth-xl-90vh { min-width: 90vh !important; }
	.MinWidth-xl-91vh { min-width: 91vh !important; }
	.MinWidth-xl-92vh { min-width: 92vh !important; }
	.MinWidth-xl-93vh { min-width: 93vh !important; }
	.MinWidth-xl-94vh { min-width: 94vh !important; }
	.MinWidth-xl-95vh { min-width: 95vh !important; }
	.MinWidth-xl-96vh { min-width: 96vh !important; }
	.MinWidth-xl-97vh { min-width: 97vh !important; }
	.MinWidth-xl-98vh { min-width: 98vh !important; }
	.MinWidth-xl-99vh { min-width: 99vh !important; }
	.MinWidth-xl-100vh { min-width: 100vh !important; }
	.MinWidth-xl-0vmin { min-width: 0vmin !important; }
	.MinWidth-xl-1vmin { min-width: 1vmin !important; }
	.MinWidth-xl-2vmin { min-width: 2vmin !important; }
	.MinWidth-xl-3vmin { min-width: 3vmin !important; }
	.MinWidth-xl-4vmin { min-width: 4vmin !important; }
	.MinWidth-xl-5vmin { min-width: 5vmin !important; }
	.MinWidth-xl-6vmin { min-width: 6vmin !important; }
	.MinWidth-xl-7vmin { min-width: 7vmin !important; }
	.MinWidth-xl-8vmin { min-width: 8vmin !important; }
	.MinWidth-xl-9vmin { min-width: 9vmin !important; }
	.MinWidth-xl-10vmin { min-width: 10vmin !important; }
	.MinWidth-xl-11vmin { min-width: 11vmin !important; }
	.MinWidth-xl-12vmin { min-width: 12vmin !important; }
	.MinWidth-xl-13vmin { min-width: 13vmin !important; }
	.MinWidth-xl-14vmin { min-width: 14vmin !important; }
	.MinWidth-xl-15vmin { min-width: 15vmin !important; }
	.MinWidth-xl-16vmin { min-width: 16vmin !important; }
	.MinWidth-xl-17vmin { min-width: 17vmin !important; }
	.MinWidth-xl-18vmin { min-width: 18vmin !important; }
	.MinWidth-xl-19vmin { min-width: 19vmin !important; }
	.MinWidth-xl-20vmin { min-width: 20vmin !important; }
	.MinWidth-xl-21vmin { min-width: 21vmin !important; }
	.MinWidth-xl-22vmin { min-width: 22vmin !important; }
	.MinWidth-xl-23vmin { min-width: 23vmin !important; }
	.MinWidth-xl-24vmin { min-width: 24vmin !important; }
	.MinWidth-xl-25vmin { min-width: 25vmin !important; }
	.MinWidth-xl-26vmin { min-width: 26vmin !important; }
	.MinWidth-xl-27vmin { min-width: 27vmin !important; }
	.MinWidth-xl-28vmin { min-width: 28vmin !important; }
	.MinWidth-xl-29vmin { min-width: 29vmin !important; }
	.MinWidth-xl-30vmin { min-width: 30vmin !important; }
	.MinWidth-xl-31vmin { min-width: 31vmin !important; }
	.MinWidth-xl-32vmin { min-width: 32vmin !important; }
	.MinWidth-xl-33vmin { min-width: 33vmin !important; }
	.MinWidth-xl-34vmin { min-width: 34vmin !important; }
	.MinWidth-xl-35vmin { min-width: 35vmin !important; }
	.MinWidth-xl-36vmin { min-width: 36vmin !important; }
	.MinWidth-xl-37vmin { min-width: 37vmin !important; }
	.MinWidth-xl-38vmin { min-width: 38vmin !important; }
	.MinWidth-xl-39vmin { min-width: 39vmin !important; }
	.MinWidth-xl-40vmin { min-width: 40vmin !important; }
	.MinWidth-xl-41vmin { min-width: 41vmin !important; }
	.MinWidth-xl-42vmin { min-width: 42vmin !important; }
	.MinWidth-xl-43vmin { min-width: 43vmin !important; }
	.MinWidth-xl-44vmin { min-width: 44vmin !important; }
	.MinWidth-xl-45vmin { min-width: 45vmin !important; }
	.MinWidth-xl-46vmin { min-width: 46vmin !important; }
	.MinWidth-xl-47vmin { min-width: 47vmin !important; }
	.MinWidth-xl-48vmin { min-width: 48vmin !important; }
	.MinWidth-xl-49vmin { min-width: 49vmin !important; }
	.MinWidth-xl-50vmin { min-width: 50vmin !important; }
	.MinWidth-xl-51vmin { min-width: 51vmin !important; }
	.MinWidth-xl-52vmin { min-width: 52vmin !important; }
	.MinWidth-xl-53vmin { min-width: 53vmin !important; }
	.MinWidth-xl-54vmin { min-width: 54vmin !important; }
	.MinWidth-xl-55vmin { min-width: 55vmin !important; }
	.MinWidth-xl-56vmin { min-width: 56vmin !important; }
	.MinWidth-xl-57vmin { min-width: 57vmin !important; }
	.MinWidth-xl-58vmin { min-width: 58vmin !important; }
	.MinWidth-xl-59vmin { min-width: 59vmin !important; }
	.MinWidth-xl-60vmin { min-width: 60vmin !important; }
	.MinWidth-xl-61vmin { min-width: 61vmin !important; }
	.MinWidth-xl-62vmin { min-width: 62vmin !important; }
	.MinWidth-xl-63vmin { min-width: 63vmin !important; }
	.MinWidth-xl-64vmin { min-width: 64vmin !important; }
	.MinWidth-xl-65vmin { min-width: 65vmin !important; }
	.MinWidth-xl-66vmin { min-width: 66vmin !important; }
	.MinWidth-xl-67vmin { min-width: 67vmin !important; }
	.MinWidth-xl-68vmin { min-width: 68vmin !important; }
	.MinWidth-xl-69vmin { min-width: 69vmin !important; }
	.MinWidth-xl-70vmin { min-width: 70vmin !important; }
	.MinWidth-xl-71vmin { min-width: 71vmin !important; }
	.MinWidth-xl-72vmin { min-width: 72vmin !important; }
	.MinWidth-xl-73vmin { min-width: 73vmin !important; }
	.MinWidth-xl-74vmin { min-width: 74vmin !important; }
	.MinWidth-xl-75vmin { min-width: 75vmin !important; }
	.MinWidth-xl-76vmin { min-width: 76vmin !important; }
	.MinWidth-xl-77vmin { min-width: 77vmin !important; }
	.MinWidth-xl-78vmin { min-width: 78vmin !important; }
	.MinWidth-xl-79vmin { min-width: 79vmin !important; }
	.MinWidth-xl-80vmin { min-width: 80vmin !important; }
	.MinWidth-xl-81vmin { min-width: 81vmin !important; }
	.MinWidth-xl-82vmin { min-width: 82vmin !important; }
	.MinWidth-xl-83vmin { min-width: 83vmin !important; }
	.MinWidth-xl-84vmin { min-width: 84vmin !important; }
	.MinWidth-xl-85vmin { min-width: 85vmin !important; }
	.MinWidth-xl-86vmin { min-width: 86vmin !important; }
	.MinWidth-xl-87vmin { min-width: 87vmin !important; }
	.MinWidth-xl-88vmin { min-width: 88vmin !important; }
	.MinWidth-xl-89vmin { min-width: 89vmin !important; }
	.MinWidth-xl-90vmin { min-width: 90vmin !important; }
	.MinWidth-xl-91vmin { min-width: 91vmin !important; }
	.MinWidth-xl-92vmin { min-width: 92vmin !important; }
	.MinWidth-xl-93vmin { min-width: 93vmin !important; }
	.MinWidth-xl-94vmin { min-width: 94vmin !important; }
	.MinWidth-xl-95vmin { min-width: 95vmin !important; }
	.MinWidth-xl-96vmin { min-width: 96vmin !important; }
	.MinWidth-xl-97vmin { min-width: 97vmin !important; }
	.MinWidth-xl-98vmin { min-width: 98vmin !important; }
	.MinWidth-xl-99vmin { min-width: 99vmin !important; }
	.MinWidth-xl-100vmin { min-width: 100vmin !important; }
	.MinWidth-xl-0vmax { min-width: 0vmax !important; }
	.MinWidth-xl-1vmax { min-width: 1vmax !important; }
	.MinWidth-xl-2vmax { min-width: 2vmax !important; }
	.MinWidth-xl-3vmax { min-width: 3vmax !important; }
	.MinWidth-xl-4vmax { min-width: 4vmax !important; }
	.MinWidth-xl-5vmax { min-width: 5vmax !important; }
	.MinWidth-xl-6vmax { min-width: 6vmax !important; }
	.MinWidth-xl-7vmax { min-width: 7vmax !important; }
	.MinWidth-xl-8vmax { min-width: 8vmax !important; }
	.MinWidth-xl-9vmax { min-width: 9vmax !important; }
	.MinWidth-xl-10vmax { min-width: 10vmax !important; }
	.MinWidth-xl-11vmax { min-width: 11vmax !important; }
	.MinWidth-xl-12vmax { min-width: 12vmax !important; }
	.MinWidth-xl-13vmax { min-width: 13vmax !important; }
	.MinWidth-xl-14vmax { min-width: 14vmax !important; }
	.MinWidth-xl-15vmax { min-width: 15vmax !important; }
	.MinWidth-xl-16vmax { min-width: 16vmax !important; }
	.MinWidth-xl-17vmax { min-width: 17vmax !important; }
	.MinWidth-xl-18vmax { min-width: 18vmax !important; }
	.MinWidth-xl-19vmax { min-width: 19vmax !important; }
	.MinWidth-xl-20vmax { min-width: 20vmax !important; }
	.MinWidth-xl-21vmax { min-width: 21vmax !important; }
	.MinWidth-xl-22vmax { min-width: 22vmax !important; }
	.MinWidth-xl-23vmax { min-width: 23vmax !important; }
	.MinWidth-xl-24vmax { min-width: 24vmax !important; }
	.MinWidth-xl-25vmax { min-width: 25vmax !important; }
	.MinWidth-xl-26vmax { min-width: 26vmax !important; }
	.MinWidth-xl-27vmax { min-width: 27vmax !important; }
	.MinWidth-xl-28vmax { min-width: 28vmax !important; }
	.MinWidth-xl-29vmax { min-width: 29vmax !important; }
	.MinWidth-xl-30vmax { min-width: 30vmax !important; }
	.MinWidth-xl-31vmax { min-width: 31vmax !important; }
	.MinWidth-xl-32vmax { min-width: 32vmax !important; }
	.MinWidth-xl-33vmax { min-width: 33vmax !important; }
	.MinWidth-xl-34vmax { min-width: 34vmax !important; }
	.MinWidth-xl-35vmax { min-width: 35vmax !important; }
	.MinWidth-xl-36vmax { min-width: 36vmax !important; }
	.MinWidth-xl-37vmax { min-width: 37vmax !important; }
	.MinWidth-xl-38vmax { min-width: 38vmax !important; }
	.MinWidth-xl-39vmax { min-width: 39vmax !important; }
	.MinWidth-xl-40vmax { min-width: 40vmax !important; }
	.MinWidth-xl-41vmax { min-width: 41vmax !important; }
	.MinWidth-xl-42vmax { min-width: 42vmax !important; }
	.MinWidth-xl-43vmax { min-width: 43vmax !important; }
	.MinWidth-xl-44vmax { min-width: 44vmax !important; }
	.MinWidth-xl-45vmax { min-width: 45vmax !important; }
	.MinWidth-xl-46vmax { min-width: 46vmax !important; }
	.MinWidth-xl-47vmax { min-width: 47vmax !important; }
	.MinWidth-xl-48vmax { min-width: 48vmax !important; }
	.MinWidth-xl-49vmax { min-width: 49vmax !important; }
	.MinWidth-xl-50vmax { min-width: 50vmax !important; }
	.MinWidth-xl-51vmax { min-width: 51vmax !important; }
	.MinWidth-xl-52vmax { min-width: 52vmax !important; }
	.MinWidth-xl-53vmax { min-width: 53vmax !important; }
	.MinWidth-xl-54vmax { min-width: 54vmax !important; }
	.MinWidth-xl-55vmax { min-width: 55vmax !important; }
	.MinWidth-xl-56vmax { min-width: 56vmax !important; }
	.MinWidth-xl-57vmax { min-width: 57vmax !important; }
	.MinWidth-xl-58vmax { min-width: 58vmax !important; }
	.MinWidth-xl-59vmax { min-width: 59vmax !important; }
	.MinWidth-xl-60vmax { min-width: 60vmax !important; }
	.MinWidth-xl-61vmax { min-width: 61vmax !important; }
	.MinWidth-xl-62vmax { min-width: 62vmax !important; }
	.MinWidth-xl-63vmax { min-width: 63vmax !important; }
	.MinWidth-xl-64vmax { min-width: 64vmax !important; }
	.MinWidth-xl-65vmax { min-width: 65vmax !important; }
	.MinWidth-xl-66vmax { min-width: 66vmax !important; }
	.MinWidth-xl-67vmax { min-width: 67vmax !important; }
	.MinWidth-xl-68vmax { min-width: 68vmax !important; }
	.MinWidth-xl-69vmax { min-width: 69vmax !important; }
	.MinWidth-xl-70vmax { min-width: 70vmax !important; }
	.MinWidth-xl-71vmax { min-width: 71vmax !important; }
	.MinWidth-xl-72vmax { min-width: 72vmax !important; }
	.MinWidth-xl-73vmax { min-width: 73vmax !important; }
	.MinWidth-xl-74vmax { min-width: 74vmax !important; }
	.MinWidth-xl-75vmax { min-width: 75vmax !important; }
	.MinWidth-xl-76vmax { min-width: 76vmax !important; }
	.MinWidth-xl-77vmax { min-width: 77vmax !important; }
	.MinWidth-xl-78vmax { min-width: 78vmax !important; }
	.MinWidth-xl-79vmax { min-width: 79vmax !important; }
	.MinWidth-xl-80vmax { min-width: 80vmax !important; }
	.MinWidth-xl-81vmax { min-width: 81vmax !important; }
	.MinWidth-xl-82vmax { min-width: 82vmax !important; }
	.MinWidth-xl-83vmax { min-width: 83vmax !important; }
	.MinWidth-xl-84vmax { min-width: 84vmax !important; }
	.MinWidth-xl-85vmax { min-width: 85vmax !important; }
	.MinWidth-xl-86vmax { min-width: 86vmax !important; }
	.MinWidth-xl-87vmax { min-width: 87vmax !important; }
	.MinWidth-xl-88vmax { min-width: 88vmax !important; }
	.MinWidth-xl-89vmax { min-width: 89vmax !important; }
	.MinWidth-xl-90vmax { min-width: 90vmax !important; }
	.MinWidth-xl-91vmax { min-width: 91vmax !important; }
	.MinWidth-xl-92vmax { min-width: 92vmax !important; }
	.MinWidth-xl-93vmax { min-width: 93vmax !important; }
	.MinWidth-xl-94vmax { min-width: 94vmax !important; }
	.MinWidth-xl-95vmax { min-width: 95vmax !important; }
	.MinWidth-xl-96vmax { min-width: 96vmax !important; }
	.MinWidth-xl-97vmax { min-width: 97vmax !important; }
	.MinWidth-xl-98vmax { min-width: 98vmax !important; }
	.MinWidth-xl-99vmax { min-width: 99vmax !important; }
	.MinWidth-xl-100vmax { min-width: 100vmax !important; }
	.MaxWidth-xl-0x10 { max-width: 0% !important; }
	.MaxWidth-xl-1x10 { max-width: 10% !important; }
	.MaxWidth-xl-2x10 { max-width: 20% !important; }
	.MaxWidth-xl-3x10 { max-width: 30% !important; }
	.MaxWidth-xl-4x10 { max-width: 40% !important; }
	.MaxWidth-xl-5x10 { max-width: 50% !important; }
	.MaxWidth-xl-6x10 { max-width: 60% !important; }
	.MaxWidth-xl-7x10 { max-width: 70% !important; }
	.MaxWidth-xl-8x10 { max-width: 80% !important; }
	.MaxWidth-xl-9x10 { max-width: 90% !important; }
	.MaxWidth-xl-10x10 { max-width: 100% !important; }
	.MaxWidth-xl-0x12 { max-width: 0% !important; }
	.MaxWidth-xl-1x12 { max-width: 8.3333333333333% !important; }
	.MaxWidth-xl-2x12 { max-width: 16.666666666667% !important; }
	.MaxWidth-xl-3x12 { max-width: 25% !important; }
	.MaxWidth-xl-4x12 { max-width: 33.333333333333% !important; }
	.MaxWidth-xl-5x12 { max-width: 41.666666666667% !important; }
	.MaxWidth-xl-6x12 { max-width: 50% !important; }
	.MaxWidth-xl-7x12 { max-width: 58.333333333333% !important; }
	.MaxWidth-xl-8x12 { max-width: 66.666666666667% !important; }
	.MaxWidth-xl-9x12 { max-width: 75% !important; }
	.MaxWidth-xl-10x12 { max-width: 83.333333333333% !important; }
	.MaxWidth-xl-11x12 { max-width: 91.666666666667% !important; }
	.MaxWidth-xl-12x12 { max-width: 100% !important; }
	.MaxWidth-xl-0x16 { max-width: 0% !important; }
	.MaxWidth-xl-1x16 { max-width: 6.25% !important; }
	.MaxWidth-xl-2x16 { max-width: 12.5% !important; }
	.MaxWidth-xl-3x16 { max-width: 18.75% !important; }
	.MaxWidth-xl-4x16 { max-width: 25% !important; }
	.MaxWidth-xl-5x16 { max-width: 31.25% !important; }
	.MaxWidth-xl-6x16 { max-width: 37.5% !important; }
	.MaxWidth-xl-7x16 { max-width: 43.75% !important; }
	.MaxWidth-xl-8x16 { max-width: 50% !important; }
	.MaxWidth-xl-9x16 { max-width: 56.25% !important; }
	.MaxWidth-xl-10x16 { max-width: 62.5% !important; }
	.MaxWidth-xl-11x16 { max-width: 68.75% !important; }
	.MaxWidth-xl-12x16 { max-width: 75% !important; }
	.MaxWidth-xl-13x16 { max-width: 81.25% !important; }
	.MaxWidth-xl-14x16 { max-width: 87.5% !important; }
	.MaxWidth-xl-15x16 { max-width: 93.75% !important; }
	.MaxWidth-xl-16x16 { max-width: 100% !important; }
	.MaxWidth-xl-0em { max-width: 0em !important; }
	.MaxWidth-xl-1em { max-width: 1em !important; }
	.MaxWidth-xl-2em { max-width: 2em !important; }
	.MaxWidth-xl-3em { max-width: 3em !important; }
	.MaxWidth-xl-4em { max-width: 4em !important; }
	.MaxWidth-xl-5em { max-width: 5em !important; }
	.MaxWidth-xl-6em { max-width: 6em !important; }
	.MaxWidth-xl-7em { max-width: 7em !important; }
	.MaxWidth-xl-8em { max-width: 8em !important; }
	.MaxWidth-xl-9em { max-width: 9em !important; }
	.MaxWidth-xl-10em { max-width: 10em !important; }
	.MaxWidth-xl-11em { max-width: 11em !important; }
	.MaxWidth-xl-12em { max-width: 12em !important; }
	.MaxWidth-xl-13em { max-width: 13em !important; }
	.MaxWidth-xl-14em { max-width: 14em !important; }
	.MaxWidth-xl-15em { max-width: 15em !important; }
	.MaxWidth-xl-16em { max-width: 16em !important; }
	.MaxWidth-xl-17em { max-width: 17em !important; }
	.MaxWidth-xl-18em { max-width: 18em !important; }
	.MaxWidth-xl-19em { max-width: 19em !important; }
	.MaxWidth-xl-20em { max-width: 20em !important; }
	.MaxWidth-xl-21em { max-width: 21em !important; }
	.MaxWidth-xl-22em { max-width: 22em !important; }
	.MaxWidth-xl-23em { max-width: 23em !important; }
	.MaxWidth-xl-24em { max-width: 24em !important; }
	.MaxWidth-xl-0x16em { max-width: 0em !important; }
	.MaxWidth-xl-1x16em { max-width: 0.0625em !important; }
	.MaxWidth-xl-2x16em { max-width: 0.125em !important; }
	.MaxWidth-xl-3x16em { max-width: 0.1875em !important; }
	.MaxWidth-xl-4x16em { max-width: 0.25em !important; }
	.MaxWidth-xl-5x16em { max-width: 0.3125em !important; }
	.MaxWidth-xl-6x16em { max-width: 0.375em !important; }
	.MaxWidth-xl-7x16em { max-width: 0.4375em !important; }
	.MaxWidth-xl-8x16em { max-width: 0.5em !important; }
	.MaxWidth-xl-9x16em { max-width: 0.5625em !important; }
	.MaxWidth-xl-10x16em { max-width: 0.625em !important; }
	.MaxWidth-xl-11x16em { max-width: 0.6875em !important; }
	.MaxWidth-xl-12x16em { max-width: 0.75em !important; }
	.MaxWidth-xl-13x16em { max-width: 0.8125em !important; }
	.MaxWidth-xl-14x16em { max-width: 0.875em !important; }
	.MaxWidth-xl-15x16em { max-width: 0.9375em !important; }
	.MaxWidth-xl-16x16em { max-width: 1em !important; }
	.MaxWidth-xl-0vw { max-width: 0vw !important; }
	.MaxWidth-xl-1vw { max-width: 1vw !important; }
	.MaxWidth-xl-2vw { max-width: 2vw !important; }
	.MaxWidth-xl-3vw { max-width: 3vw !important; }
	.MaxWidth-xl-4vw { max-width: 4vw !important; }
	.MaxWidth-xl-5vw { max-width: 5vw !important; }
	.MaxWidth-xl-6vw { max-width: 6vw !important; }
	.MaxWidth-xl-7vw { max-width: 7vw !important; }
	.MaxWidth-xl-8vw { max-width: 8vw !important; }
	.MaxWidth-xl-9vw { max-width: 9vw !important; }
	.MaxWidth-xl-10vw { max-width: 10vw !important; }
	.MaxWidth-xl-11vw { max-width: 11vw !important; }
	.MaxWidth-xl-12vw { max-width: 12vw !important; }
	.MaxWidth-xl-13vw { max-width: 13vw !important; }
	.MaxWidth-xl-14vw { max-width: 14vw !important; }
	.MaxWidth-xl-15vw { max-width: 15vw !important; }
	.MaxWidth-xl-16vw { max-width: 16vw !important; }
	.MaxWidth-xl-17vw { max-width: 17vw !important; }
	.MaxWidth-xl-18vw { max-width: 18vw !important; }
	.MaxWidth-xl-19vw { max-width: 19vw !important; }
	.MaxWidth-xl-20vw { max-width: 20vw !important; }
	.MaxWidth-xl-21vw { max-width: 21vw !important; }
	.MaxWidth-xl-22vw { max-width: 22vw !important; }
	.MaxWidth-xl-23vw { max-width: 23vw !important; }
	.MaxWidth-xl-24vw { max-width: 24vw !important; }
	.MaxWidth-xl-25vw { max-width: 25vw !important; }
	.MaxWidth-xl-26vw { max-width: 26vw !important; }
	.MaxWidth-xl-27vw { max-width: 27vw !important; }
	.MaxWidth-xl-28vw { max-width: 28vw !important; }
	.MaxWidth-xl-29vw { max-width: 29vw !important; }
	.MaxWidth-xl-30vw { max-width: 30vw !important; }
	.MaxWidth-xl-31vw { max-width: 31vw !important; }
	.MaxWidth-xl-32vw { max-width: 32vw !important; }
	.MaxWidth-xl-33vw { max-width: 33vw !important; }
	.MaxWidth-xl-34vw { max-width: 34vw !important; }
	.MaxWidth-xl-35vw { max-width: 35vw !important; }
	.MaxWidth-xl-36vw { max-width: 36vw !important; }
	.MaxWidth-xl-37vw { max-width: 37vw !important; }
	.MaxWidth-xl-38vw { max-width: 38vw !important; }
	.MaxWidth-xl-39vw { max-width: 39vw !important; }
	.MaxWidth-xl-40vw { max-width: 40vw !important; }
	.MaxWidth-xl-41vw { max-width: 41vw !important; }
	.MaxWidth-xl-42vw { max-width: 42vw !important; }
	.MaxWidth-xl-43vw { max-width: 43vw !important; }
	.MaxWidth-xl-44vw { max-width: 44vw !important; }
	.MaxWidth-xl-45vw { max-width: 45vw !important; }
	.MaxWidth-xl-46vw { max-width: 46vw !important; }
	.MaxWidth-xl-47vw { max-width: 47vw !important; }
	.MaxWidth-xl-48vw { max-width: 48vw !important; }
	.MaxWidth-xl-49vw { max-width: 49vw !important; }
	.MaxWidth-xl-50vw { max-width: 50vw !important; }
	.MaxWidth-xl-51vw { max-width: 51vw !important; }
	.MaxWidth-xl-52vw { max-width: 52vw !important; }
	.MaxWidth-xl-53vw { max-width: 53vw !important; }
	.MaxWidth-xl-54vw { max-width: 54vw !important; }
	.MaxWidth-xl-55vw { max-width: 55vw !important; }
	.MaxWidth-xl-56vw { max-width: 56vw !important; }
	.MaxWidth-xl-57vw { max-width: 57vw !important; }
	.MaxWidth-xl-58vw { max-width: 58vw !important; }
	.MaxWidth-xl-59vw { max-width: 59vw !important; }
	.MaxWidth-xl-60vw { max-width: 60vw !important; }
	.MaxWidth-xl-61vw { max-width: 61vw !important; }
	.MaxWidth-xl-62vw { max-width: 62vw !important; }
	.MaxWidth-xl-63vw { max-width: 63vw !important; }
	.MaxWidth-xl-64vw { max-width: 64vw !important; }
	.MaxWidth-xl-65vw { max-width: 65vw !important; }
	.MaxWidth-xl-66vw { max-width: 66vw !important; }
	.MaxWidth-xl-67vw { max-width: 67vw !important; }
	.MaxWidth-xl-68vw { max-width: 68vw !important; }
	.MaxWidth-xl-69vw { max-width: 69vw !important; }
	.MaxWidth-xl-70vw { max-width: 70vw !important; }
	.MaxWidth-xl-71vw { max-width: 71vw !important; }
	.MaxWidth-xl-72vw { max-width: 72vw !important; }
	.MaxWidth-xl-73vw { max-width: 73vw !important; }
	.MaxWidth-xl-74vw { max-width: 74vw !important; }
	.MaxWidth-xl-75vw { max-width: 75vw !important; }
	.MaxWidth-xl-76vw { max-width: 76vw !important; }
	.MaxWidth-xl-77vw { max-width: 77vw !important; }
	.MaxWidth-xl-78vw { max-width: 78vw !important; }
	.MaxWidth-xl-79vw { max-width: 79vw !important; }
	.MaxWidth-xl-80vw { max-width: 80vw !important; }
	.MaxWidth-xl-81vw { max-width: 81vw !important; }
	.MaxWidth-xl-82vw { max-width: 82vw !important; }
	.MaxWidth-xl-83vw { max-width: 83vw !important; }
	.MaxWidth-xl-84vw { max-width: 84vw !important; }
	.MaxWidth-xl-85vw { max-width: 85vw !important; }
	.MaxWidth-xl-86vw { max-width: 86vw !important; }
	.MaxWidth-xl-87vw { max-width: 87vw !important; }
	.MaxWidth-xl-88vw { max-width: 88vw !important; }
	.MaxWidth-xl-89vw { max-width: 89vw !important; }
	.MaxWidth-xl-90vw { max-width: 90vw !important; }
	.MaxWidth-xl-91vw { max-width: 91vw !important; }
	.MaxWidth-xl-92vw { max-width: 92vw !important; }
	.MaxWidth-xl-93vw { max-width: 93vw !important; }
	.MaxWidth-xl-94vw { max-width: 94vw !important; }
	.MaxWidth-xl-95vw { max-width: 95vw !important; }
	.MaxWidth-xl-96vw { max-width: 96vw !important; }
	.MaxWidth-xl-97vw { max-width: 97vw !important; }
	.MaxWidth-xl-98vw { max-width: 98vw !important; }
	.MaxWidth-xl-99vw { max-width: 99vw !important; }
	.MaxWidth-xl-100vw { max-width: 100vw !important; }
	.MaxWidth-xl-0vh { max-width: 0vh !important; }
	.MaxWidth-xl-1vh { max-width: 1vh !important; }
	.MaxWidth-xl-2vh { max-width: 2vh !important; }
	.MaxWidth-xl-3vh { max-width: 3vh !important; }
	.MaxWidth-xl-4vh { max-width: 4vh !important; }
	.MaxWidth-xl-5vh { max-width: 5vh !important; }
	.MaxWidth-xl-6vh { max-width: 6vh !important; }
	.MaxWidth-xl-7vh { max-width: 7vh !important; }
	.MaxWidth-xl-8vh { max-width: 8vh !important; }
	.MaxWidth-xl-9vh { max-width: 9vh !important; }
	.MaxWidth-xl-10vh { max-width: 10vh !important; }
	.MaxWidth-xl-11vh { max-width: 11vh !important; }
	.MaxWidth-xl-12vh { max-width: 12vh !important; }
	.MaxWidth-xl-13vh { max-width: 13vh !important; }
	.MaxWidth-xl-14vh { max-width: 14vh !important; }
	.MaxWidth-xl-15vh { max-width: 15vh !important; }
	.MaxWidth-xl-16vh { max-width: 16vh !important; }
	.MaxWidth-xl-17vh { max-width: 17vh !important; }
	.MaxWidth-xl-18vh { max-width: 18vh !important; }
	.MaxWidth-xl-19vh { max-width: 19vh !important; }
	.MaxWidth-xl-20vh { max-width: 20vh !important; }
	.MaxWidth-xl-21vh { max-width: 21vh !important; }
	.MaxWidth-xl-22vh { max-width: 22vh !important; }
	.MaxWidth-xl-23vh { max-width: 23vh !important; }
	.MaxWidth-xl-24vh { max-width: 24vh !important; }
	.MaxWidth-xl-25vh { max-width: 25vh !important; }
	.MaxWidth-xl-26vh { max-width: 26vh !important; }
	.MaxWidth-xl-27vh { max-width: 27vh !important; }
	.MaxWidth-xl-28vh { max-width: 28vh !important; }
	.MaxWidth-xl-29vh { max-width: 29vh !important; }
	.MaxWidth-xl-30vh { max-width: 30vh !important; }
	.MaxWidth-xl-31vh { max-width: 31vh !important; }
	.MaxWidth-xl-32vh { max-width: 32vh !important; }
	.MaxWidth-xl-33vh { max-width: 33vh !important; }
	.MaxWidth-xl-34vh { max-width: 34vh !important; }
	.MaxWidth-xl-35vh { max-width: 35vh !important; }
	.MaxWidth-xl-36vh { max-width: 36vh !important; }
	.MaxWidth-xl-37vh { max-width: 37vh !important; }
	.MaxWidth-xl-38vh { max-width: 38vh !important; }
	.MaxWidth-xl-39vh { max-width: 39vh !important; }
	.MaxWidth-xl-40vh { max-width: 40vh !important; }
	.MaxWidth-xl-41vh { max-width: 41vh !important; }
	.MaxWidth-xl-42vh { max-width: 42vh !important; }
	.MaxWidth-xl-43vh { max-width: 43vh !important; }
	.MaxWidth-xl-44vh { max-width: 44vh !important; }
	.MaxWidth-xl-45vh { max-width: 45vh !important; }
	.MaxWidth-xl-46vh { max-width: 46vh !important; }
	.MaxWidth-xl-47vh { max-width: 47vh !important; }
	.MaxWidth-xl-48vh { max-width: 48vh !important; }
	.MaxWidth-xl-49vh { max-width: 49vh !important; }
	.MaxWidth-xl-50vh { max-width: 50vh !important; }
	.MaxWidth-xl-51vh { max-width: 51vh !important; }
	.MaxWidth-xl-52vh { max-width: 52vh !important; }
	.MaxWidth-xl-53vh { max-width: 53vh !important; }
	.MaxWidth-xl-54vh { max-width: 54vh !important; }
	.MaxWidth-xl-55vh { max-width: 55vh !important; }
	.MaxWidth-xl-56vh { max-width: 56vh !important; }
	.MaxWidth-xl-57vh { max-width: 57vh !important; }
	.MaxWidth-xl-58vh { max-width: 58vh !important; }
	.MaxWidth-xl-59vh { max-width: 59vh !important; }
	.MaxWidth-xl-60vh { max-width: 60vh !important; }
	.MaxWidth-xl-61vh { max-width: 61vh !important; }
	.MaxWidth-xl-62vh { max-width: 62vh !important; }
	.MaxWidth-xl-63vh { max-width: 63vh !important; }
	.MaxWidth-xl-64vh { max-width: 64vh !important; }
	.MaxWidth-xl-65vh { max-width: 65vh !important; }
	.MaxWidth-xl-66vh { max-width: 66vh !important; }
	.MaxWidth-xl-67vh { max-width: 67vh !important; }
	.MaxWidth-xl-68vh { max-width: 68vh !important; }
	.MaxWidth-xl-69vh { max-width: 69vh !important; }
	.MaxWidth-xl-70vh { max-width: 70vh !important; }
	.MaxWidth-xl-71vh { max-width: 71vh !important; }
	.MaxWidth-xl-72vh { max-width: 72vh !important; }
	.MaxWidth-xl-73vh { max-width: 73vh !important; }
	.MaxWidth-xl-74vh { max-width: 74vh !important; }
	.MaxWidth-xl-75vh { max-width: 75vh !important; }
	.MaxWidth-xl-76vh { max-width: 76vh !important; }
	.MaxWidth-xl-77vh { max-width: 77vh !important; }
	.MaxWidth-xl-78vh { max-width: 78vh !important; }
	.MaxWidth-xl-79vh { max-width: 79vh !important; }
	.MaxWidth-xl-80vh { max-width: 80vh !important; }
	.MaxWidth-xl-81vh { max-width: 81vh !important; }
	.MaxWidth-xl-82vh { max-width: 82vh !important; }
	.MaxWidth-xl-83vh { max-width: 83vh !important; }
	.MaxWidth-xl-84vh { max-width: 84vh !important; }
	.MaxWidth-xl-85vh { max-width: 85vh !important; }
	.MaxWidth-xl-86vh { max-width: 86vh !important; }
	.MaxWidth-xl-87vh { max-width: 87vh !important; }
	.MaxWidth-xl-88vh { max-width: 88vh !important; }
	.MaxWidth-xl-89vh { max-width: 89vh !important; }
	.MaxWidth-xl-90vh { max-width: 90vh !important; }
	.MaxWidth-xl-91vh { max-width: 91vh !important; }
	.MaxWidth-xl-92vh { max-width: 92vh !important; }
	.MaxWidth-xl-93vh { max-width: 93vh !important; }
	.MaxWidth-xl-94vh { max-width: 94vh !important; }
	.MaxWidth-xl-95vh { max-width: 95vh !important; }
	.MaxWidth-xl-96vh { max-width: 96vh !important; }
	.MaxWidth-xl-97vh { max-width: 97vh !important; }
	.MaxWidth-xl-98vh { max-width: 98vh !important; }
	.MaxWidth-xl-99vh { max-width: 99vh !important; }
	.MaxWidth-xl-100vh { max-width: 100vh !important; }
	.MaxWidth-xl-0vmin { max-width: 0vmin !important; }
	.MaxWidth-xl-1vmin { max-width: 1vmin !important; }
	.MaxWidth-xl-2vmin { max-width: 2vmin !important; }
	.MaxWidth-xl-3vmin { max-width: 3vmin !important; }
	.MaxWidth-xl-4vmin { max-width: 4vmin !important; }
	.MaxWidth-xl-5vmin { max-width: 5vmin !important; }
	.MaxWidth-xl-6vmin { max-width: 6vmin !important; }
	.MaxWidth-xl-7vmin { max-width: 7vmin !important; }
	.MaxWidth-xl-8vmin { max-width: 8vmin !important; }
	.MaxWidth-xl-9vmin { max-width: 9vmin !important; }
	.MaxWidth-xl-10vmin { max-width: 10vmin !important; }
	.MaxWidth-xl-11vmin { max-width: 11vmin !important; }
	.MaxWidth-xl-12vmin { max-width: 12vmin !important; }
	.MaxWidth-xl-13vmin { max-width: 13vmin !important; }
	.MaxWidth-xl-14vmin { max-width: 14vmin !important; }
	.MaxWidth-xl-15vmin { max-width: 15vmin !important; }
	.MaxWidth-xl-16vmin { max-width: 16vmin !important; }
	.MaxWidth-xl-17vmin { max-width: 17vmin !important; }
	.MaxWidth-xl-18vmin { max-width: 18vmin !important; }
	.MaxWidth-xl-19vmin { max-width: 19vmin !important; }
	.MaxWidth-xl-20vmin { max-width: 20vmin !important; }
	.MaxWidth-xl-21vmin { max-width: 21vmin !important; }
	.MaxWidth-xl-22vmin { max-width: 22vmin !important; }
	.MaxWidth-xl-23vmin { max-width: 23vmin !important; }
	.MaxWidth-xl-24vmin { max-width: 24vmin !important; }
	.MaxWidth-xl-25vmin { max-width: 25vmin !important; }
	.MaxWidth-xl-26vmin { max-width: 26vmin !important; }
	.MaxWidth-xl-27vmin { max-width: 27vmin !important; }
	.MaxWidth-xl-28vmin { max-width: 28vmin !important; }
	.MaxWidth-xl-29vmin { max-width: 29vmin !important; }
	.MaxWidth-xl-30vmin { max-width: 30vmin !important; }
	.MaxWidth-xl-31vmin { max-width: 31vmin !important; }
	.MaxWidth-xl-32vmin { max-width: 32vmin !important; }
	.MaxWidth-xl-33vmin { max-width: 33vmin !important; }
	.MaxWidth-xl-34vmin { max-width: 34vmin !important; }
	.MaxWidth-xl-35vmin { max-width: 35vmin !important; }
	.MaxWidth-xl-36vmin { max-width: 36vmin !important; }
	.MaxWidth-xl-37vmin { max-width: 37vmin !important; }
	.MaxWidth-xl-38vmin { max-width: 38vmin !important; }
	.MaxWidth-xl-39vmin { max-width: 39vmin !important; }
	.MaxWidth-xl-40vmin { max-width: 40vmin !important; }
	.MaxWidth-xl-41vmin { max-width: 41vmin !important; }
	.MaxWidth-xl-42vmin { max-width: 42vmin !important; }
	.MaxWidth-xl-43vmin { max-width: 43vmin !important; }
	.MaxWidth-xl-44vmin { max-width: 44vmin !important; }
	.MaxWidth-xl-45vmin { max-width: 45vmin !important; }
	.MaxWidth-xl-46vmin { max-width: 46vmin !important; }
	.MaxWidth-xl-47vmin { max-width: 47vmin !important; }
	.MaxWidth-xl-48vmin { max-width: 48vmin !important; }
	.MaxWidth-xl-49vmin { max-width: 49vmin !important; }
	.MaxWidth-xl-50vmin { max-width: 50vmin !important; }
	.MaxWidth-xl-51vmin { max-width: 51vmin !important; }
	.MaxWidth-xl-52vmin { max-width: 52vmin !important; }
	.MaxWidth-xl-53vmin { max-width: 53vmin !important; }
	.MaxWidth-xl-54vmin { max-width: 54vmin !important; }
	.MaxWidth-xl-55vmin { max-width: 55vmin !important; }
	.MaxWidth-xl-56vmin { max-width: 56vmin !important; }
	.MaxWidth-xl-57vmin { max-width: 57vmin !important; }
	.MaxWidth-xl-58vmin { max-width: 58vmin !important; }
	.MaxWidth-xl-59vmin { max-width: 59vmin !important; }
	.MaxWidth-xl-60vmin { max-width: 60vmin !important; }
	.MaxWidth-xl-61vmin { max-width: 61vmin !important; }
	.MaxWidth-xl-62vmin { max-width: 62vmin !important; }
	.MaxWidth-xl-63vmin { max-width: 63vmin !important; }
	.MaxWidth-xl-64vmin { max-width: 64vmin !important; }
	.MaxWidth-xl-65vmin { max-width: 65vmin !important; }
	.MaxWidth-xl-66vmin { max-width: 66vmin !important; }
	.MaxWidth-xl-67vmin { max-width: 67vmin !important; }
	.MaxWidth-xl-68vmin { max-width: 68vmin !important; }
	.MaxWidth-xl-69vmin { max-width: 69vmin !important; }
	.MaxWidth-xl-70vmin { max-width: 70vmin !important; }
	.MaxWidth-xl-71vmin { max-width: 71vmin !important; }
	.MaxWidth-xl-72vmin { max-width: 72vmin !important; }
	.MaxWidth-xl-73vmin { max-width: 73vmin !important; }
	.MaxWidth-xl-74vmin { max-width: 74vmin !important; }
	.MaxWidth-xl-75vmin { max-width: 75vmin !important; }
	.MaxWidth-xl-76vmin { max-width: 76vmin !important; }
	.MaxWidth-xl-77vmin { max-width: 77vmin !important; }
	.MaxWidth-xl-78vmin { max-width: 78vmin !important; }
	.MaxWidth-xl-79vmin { max-width: 79vmin !important; }
	.MaxWidth-xl-80vmin { max-width: 80vmin !important; }
	.MaxWidth-xl-81vmin { max-width: 81vmin !important; }
	.MaxWidth-xl-82vmin { max-width: 82vmin !important; }
	.MaxWidth-xl-83vmin { max-width: 83vmin !important; }
	.MaxWidth-xl-84vmin { max-width: 84vmin !important; }
	.MaxWidth-xl-85vmin { max-width: 85vmin !important; }
	.MaxWidth-xl-86vmin { max-width: 86vmin !important; }
	.MaxWidth-xl-87vmin { max-width: 87vmin !important; }
	.MaxWidth-xl-88vmin { max-width: 88vmin !important; }
	.MaxWidth-xl-89vmin { max-width: 89vmin !important; }
	.MaxWidth-xl-90vmin { max-width: 90vmin !important; }
	.MaxWidth-xl-91vmin { max-width: 91vmin !important; }
	.MaxWidth-xl-92vmin { max-width: 92vmin !important; }
	.MaxWidth-xl-93vmin { max-width: 93vmin !important; }
	.MaxWidth-xl-94vmin { max-width: 94vmin !important; }
	.MaxWidth-xl-95vmin { max-width: 95vmin !important; }
	.MaxWidth-xl-96vmin { max-width: 96vmin !important; }
	.MaxWidth-xl-97vmin { max-width: 97vmin !important; }
	.MaxWidth-xl-98vmin { max-width: 98vmin !important; }
	.MaxWidth-xl-99vmin { max-width: 99vmin !important; }
	.MaxWidth-xl-100vmin { max-width: 100vmin !important; }
	.MaxWidth-xl-0vmax { max-width: 0vmax !important; }
	.MaxWidth-xl-1vmax { max-width: 1vmax !important; }
	.MaxWidth-xl-2vmax { max-width: 2vmax !important; }
	.MaxWidth-xl-3vmax { max-width: 3vmax !important; }
	.MaxWidth-xl-4vmax { max-width: 4vmax !important; }
	.MaxWidth-xl-5vmax { max-width: 5vmax !important; }
	.MaxWidth-xl-6vmax { max-width: 6vmax !important; }
	.MaxWidth-xl-7vmax { max-width: 7vmax !important; }
	.MaxWidth-xl-8vmax { max-width: 8vmax !important; }
	.MaxWidth-xl-9vmax { max-width: 9vmax !important; }
	.MaxWidth-xl-10vmax { max-width: 10vmax !important; }
	.MaxWidth-xl-11vmax { max-width: 11vmax !important; }
	.MaxWidth-xl-12vmax { max-width: 12vmax !important; }
	.MaxWidth-xl-13vmax { max-width: 13vmax !important; }
	.MaxWidth-xl-14vmax { max-width: 14vmax !important; }
	.MaxWidth-xl-15vmax { max-width: 15vmax !important; }
	.MaxWidth-xl-16vmax { max-width: 16vmax !important; }
	.MaxWidth-xl-17vmax { max-width: 17vmax !important; }
	.MaxWidth-xl-18vmax { max-width: 18vmax !important; }
	.MaxWidth-xl-19vmax { max-width: 19vmax !important; }
	.MaxWidth-xl-20vmax { max-width: 20vmax !important; }
	.MaxWidth-xl-21vmax { max-width: 21vmax !important; }
	.MaxWidth-xl-22vmax { max-width: 22vmax !important; }
	.MaxWidth-xl-23vmax { max-width: 23vmax !important; }
	.MaxWidth-xl-24vmax { max-width: 24vmax !important; }
	.MaxWidth-xl-25vmax { max-width: 25vmax !important; }
	.MaxWidth-xl-26vmax { max-width: 26vmax !important; }
	.MaxWidth-xl-27vmax { max-width: 27vmax !important; }
	.MaxWidth-xl-28vmax { max-width: 28vmax !important; }
	.MaxWidth-xl-29vmax { max-width: 29vmax !important; }
	.MaxWidth-xl-30vmax { max-width: 30vmax !important; }
	.MaxWidth-xl-31vmax { max-width: 31vmax !important; }
	.MaxWidth-xl-32vmax { max-width: 32vmax !important; }
	.MaxWidth-xl-33vmax { max-width: 33vmax !important; }
	.MaxWidth-xl-34vmax { max-width: 34vmax !important; }
	.MaxWidth-xl-35vmax { max-width: 35vmax !important; }
	.MaxWidth-xl-36vmax { max-width: 36vmax !important; }
	.MaxWidth-xl-37vmax { max-width: 37vmax !important; }
	.MaxWidth-xl-38vmax { max-width: 38vmax !important; }
	.MaxWidth-xl-39vmax { max-width: 39vmax !important; }
	.MaxWidth-xl-40vmax { max-width: 40vmax !important; }
	.MaxWidth-xl-41vmax { max-width: 41vmax !important; }
	.MaxWidth-xl-42vmax { max-width: 42vmax !important; }
	.MaxWidth-xl-43vmax { max-width: 43vmax !important; }
	.MaxWidth-xl-44vmax { max-width: 44vmax !important; }
	.MaxWidth-xl-45vmax { max-width: 45vmax !important; }
	.MaxWidth-xl-46vmax { max-width: 46vmax !important; }
	.MaxWidth-xl-47vmax { max-width: 47vmax !important; }
	.MaxWidth-xl-48vmax { max-width: 48vmax !important; }
	.MaxWidth-xl-49vmax { max-width: 49vmax !important; }
	.MaxWidth-xl-50vmax { max-width: 50vmax !important; }
	.MaxWidth-xl-51vmax { max-width: 51vmax !important; }
	.MaxWidth-xl-52vmax { max-width: 52vmax !important; }
	.MaxWidth-xl-53vmax { max-width: 53vmax !important; }
	.MaxWidth-xl-54vmax { max-width: 54vmax !important; }
	.MaxWidth-xl-55vmax { max-width: 55vmax !important; }
	.MaxWidth-xl-56vmax { max-width: 56vmax !important; }
	.MaxWidth-xl-57vmax { max-width: 57vmax !important; }
	.MaxWidth-xl-58vmax { max-width: 58vmax !important; }
	.MaxWidth-xl-59vmax { max-width: 59vmax !important; }
	.MaxWidth-xl-60vmax { max-width: 60vmax !important; }
	.MaxWidth-xl-61vmax { max-width: 61vmax !important; }
	.MaxWidth-xl-62vmax { max-width: 62vmax !important; }
	.MaxWidth-xl-63vmax { max-width: 63vmax !important; }
	.MaxWidth-xl-64vmax { max-width: 64vmax !important; }
	.MaxWidth-xl-65vmax { max-width: 65vmax !important; }
	.MaxWidth-xl-66vmax { max-width: 66vmax !important; }
	.MaxWidth-xl-67vmax { max-width: 67vmax !important; }
	.MaxWidth-xl-68vmax { max-width: 68vmax !important; }
	.MaxWidth-xl-69vmax { max-width: 69vmax !important; }
	.MaxWidth-xl-70vmax { max-width: 70vmax !important; }
	.MaxWidth-xl-71vmax { max-width: 71vmax !important; }
	.MaxWidth-xl-72vmax { max-width: 72vmax !important; }
	.MaxWidth-xl-73vmax { max-width: 73vmax !important; }
	.MaxWidth-xl-74vmax { max-width: 74vmax !important; }
	.MaxWidth-xl-75vmax { max-width: 75vmax !important; }
	.MaxWidth-xl-76vmax { max-width: 76vmax !important; }
	.MaxWidth-xl-77vmax { max-width: 77vmax !important; }
	.MaxWidth-xl-78vmax { max-width: 78vmax !important; }
	.MaxWidth-xl-79vmax { max-width: 79vmax !important; }
	.MaxWidth-xl-80vmax { max-width: 80vmax !important; }
	.MaxWidth-xl-81vmax { max-width: 81vmax !important; }
	.MaxWidth-xl-82vmax { max-width: 82vmax !important; }
	.MaxWidth-xl-83vmax { max-width: 83vmax !important; }
	.MaxWidth-xl-84vmax { max-width: 84vmax !important; }
	.MaxWidth-xl-85vmax { max-width: 85vmax !important; }
	.MaxWidth-xl-86vmax { max-width: 86vmax !important; }
	.MaxWidth-xl-87vmax { max-width: 87vmax !important; }
	.MaxWidth-xl-88vmax { max-width: 88vmax !important; }
	.MaxWidth-xl-89vmax { max-width: 89vmax !important; }
	.MaxWidth-xl-90vmax { max-width: 90vmax !important; }
	.MaxWidth-xl-91vmax { max-width: 91vmax !important; }
	.MaxWidth-xl-92vmax { max-width: 92vmax !important; }
	.MaxWidth-xl-93vmax { max-width: 93vmax !important; }
	.MaxWidth-xl-94vmax { max-width: 94vmax !important; }
	.MaxWidth-xl-95vmax { max-width: 95vmax !important; }
	.MaxWidth-xl-96vmax { max-width: 96vmax !important; }
	.MaxWidth-xl-97vmax { max-width: 97vmax !important; }
	.MaxWidth-xl-98vmax { max-width: 98vmax !important; }
	.MaxWidth-xl-99vmax { max-width: 99vmax !important; }
	.MaxWidth-xl-100vmax { max-width: 100vmax !important; }
	.MinHeight-xl-0x10 { min-height: 0% !important; }
	.MinHeight-xl-1x10 { min-height: 10% !important; }
	.MinHeight-xl-2x10 { min-height: 20% !important; }
	.MinHeight-xl-3x10 { min-height: 30% !important; }
	.MinHeight-xl-4x10 { min-height: 40% !important; }
	.MinHeight-xl-5x10 { min-height: 50% !important; }
	.MinHeight-xl-6x10 { min-height: 60% !important; }
	.MinHeight-xl-7x10 { min-height: 70% !important; }
	.MinHeight-xl-8x10 { min-height: 80% !important; }
	.MinHeight-xl-9x10 { min-height: 90% !important; }
	.MinHeight-xl-10x10 { min-height: 100% !important; }
	.MinHeight-xl-0x12 { min-height: 0% !important; }
	.MinHeight-xl-1x12 { min-height: 8.3333333333333% !important; }
	.MinHeight-xl-2x12 { min-height: 16.666666666667% !important; }
	.MinHeight-xl-3x12 { min-height: 25% !important; }
	.MinHeight-xl-4x12 { min-height: 33.333333333333% !important; }
	.MinHeight-xl-5x12 { min-height: 41.666666666667% !important; }
	.MinHeight-xl-6x12 { min-height: 50% !important; }
	.MinHeight-xl-7x12 { min-height: 58.333333333333% !important; }
	.MinHeight-xl-8x12 { min-height: 66.666666666667% !important; }
	.MinHeight-xl-9x12 { min-height: 75% !important; }
	.MinHeight-xl-10x12 { min-height: 83.333333333333% !important; }
	.MinHeight-xl-11x12 { min-height: 91.666666666667% !important; }
	.MinHeight-xl-12x12 { min-height: 100% !important; }
	.MinHeight-xl-0x16 { min-height: 0% !important; }
	.MinHeight-xl-1x16 { min-height: 6.25% !important; }
	.MinHeight-xl-2x16 { min-height: 12.5% !important; }
	.MinHeight-xl-3x16 { min-height: 18.75% !important; }
	.MinHeight-xl-4x16 { min-height: 25% !important; }
	.MinHeight-xl-5x16 { min-height: 31.25% !important; }
	.MinHeight-xl-6x16 { min-height: 37.5% !important; }
	.MinHeight-xl-7x16 { min-height: 43.75% !important; }
	.MinHeight-xl-8x16 { min-height: 50% !important; }
	.MinHeight-xl-9x16 { min-height: 56.25% !important; }
	.MinHeight-xl-10x16 { min-height: 62.5% !important; }
	.MinHeight-xl-11x16 { min-height: 68.75% !important; }
	.MinHeight-xl-12x16 { min-height: 75% !important; }
	.MinHeight-xl-13x16 { min-height: 81.25% !important; }
	.MinHeight-xl-14x16 { min-height: 87.5% !important; }
	.MinHeight-xl-15x16 { min-height: 93.75% !important; }
	.MinHeight-xl-16x16 { min-height: 100% !important; }
	.MinHeight-xl-0em { min-height: 0em !important; }
	.MinHeight-xl-1em { min-height: 1em !important; }
	.MinHeight-xl-2em { min-height: 2em !important; }
	.MinHeight-xl-3em { min-height: 3em !important; }
	.MinHeight-xl-4em { min-height: 4em !important; }
	.MinHeight-xl-5em { min-height: 5em !important; }
	.MinHeight-xl-6em { min-height: 6em !important; }
	.MinHeight-xl-7em { min-height: 7em !important; }
	.MinHeight-xl-8em { min-height: 8em !important; }
	.MinHeight-xl-9em { min-height: 9em !important; }
	.MinHeight-xl-10em { min-height: 10em !important; }
	.MinHeight-xl-11em { min-height: 11em !important; }
	.MinHeight-xl-12em { min-height: 12em !important; }
	.MinHeight-xl-13em { min-height: 13em !important; }
	.MinHeight-xl-14em { min-height: 14em !important; }
	.MinHeight-xl-15em { min-height: 15em !important; }
	.MinHeight-xl-16em { min-height: 16em !important; }
	.MinHeight-xl-17em { min-height: 17em !important; }
	.MinHeight-xl-18em { min-height: 18em !important; }
	.MinHeight-xl-19em { min-height: 19em !important; }
	.MinHeight-xl-20em { min-height: 20em !important; }
	.MinHeight-xl-21em { min-height: 21em !important; }
	.MinHeight-xl-22em { min-height: 22em !important; }
	.MinHeight-xl-23em { min-height: 23em !important; }
	.MinHeight-xl-24em { min-height: 24em !important; }
	.MinHeight-xl-0x16em { min-height: 0em !important; }
	.MinHeight-xl-1x16em { min-height: 0.0625em !important; }
	.MinHeight-xl-2x16em { min-height: 0.125em !important; }
	.MinHeight-xl-3x16em { min-height: 0.1875em !important; }
	.MinHeight-xl-4x16em { min-height: 0.25em !important; }
	.MinHeight-xl-5x16em { min-height: 0.3125em !important; }
	.MinHeight-xl-6x16em { min-height: 0.375em !important; }
	.MinHeight-xl-7x16em { min-height: 0.4375em !important; }
	.MinHeight-xl-8x16em { min-height: 0.5em !important; }
	.MinHeight-xl-9x16em { min-height: 0.5625em !important; }
	.MinHeight-xl-10x16em { min-height: 0.625em !important; }
	.MinHeight-xl-11x16em { min-height: 0.6875em !important; }
	.MinHeight-xl-12x16em { min-height: 0.75em !important; }
	.MinHeight-xl-13x16em { min-height: 0.8125em !important; }
	.MinHeight-xl-14x16em { min-height: 0.875em !important; }
	.MinHeight-xl-15x16em { min-height: 0.9375em !important; }
	.MinHeight-xl-16x16em { min-height: 1em !important; }
	.MinHeight-xl-0vw { min-height: 0vw !important; }
	.MinHeight-xl-1vw { min-height: 1vw !important; }
	.MinHeight-xl-2vw { min-height: 2vw !important; }
	.MinHeight-xl-3vw { min-height: 3vw !important; }
	.MinHeight-xl-4vw { min-height: 4vw !important; }
	.MinHeight-xl-5vw { min-height: 5vw !important; }
	.MinHeight-xl-6vw { min-height: 6vw !important; }
	.MinHeight-xl-7vw { min-height: 7vw !important; }
	.MinHeight-xl-8vw { min-height: 8vw !important; }
	.MinHeight-xl-9vw { min-height: 9vw !important; }
	.MinHeight-xl-10vw { min-height: 10vw !important; }
	.MinHeight-xl-11vw { min-height: 11vw !important; }
	.MinHeight-xl-12vw { min-height: 12vw !important; }
	.MinHeight-xl-13vw { min-height: 13vw !important; }
	.MinHeight-xl-14vw { min-height: 14vw !important; }
	.MinHeight-xl-15vw { min-height: 15vw !important; }
	.MinHeight-xl-16vw { min-height: 16vw !important; }
	.MinHeight-xl-17vw { min-height: 17vw !important; }
	.MinHeight-xl-18vw { min-height: 18vw !important; }
	.MinHeight-xl-19vw { min-height: 19vw !important; }
	.MinHeight-xl-20vw { min-height: 20vw !important; }
	.MinHeight-xl-21vw { min-height: 21vw !important; }
	.MinHeight-xl-22vw { min-height: 22vw !important; }
	.MinHeight-xl-23vw { min-height: 23vw !important; }
	.MinHeight-xl-24vw { min-height: 24vw !important; }
	.MinHeight-xl-25vw { min-height: 25vw !important; }
	.MinHeight-xl-26vw { min-height: 26vw !important; }
	.MinHeight-xl-27vw { min-height: 27vw !important; }
	.MinHeight-xl-28vw { min-height: 28vw !important; }
	.MinHeight-xl-29vw { min-height: 29vw !important; }
	.MinHeight-xl-30vw { min-height: 30vw !important; }
	.MinHeight-xl-31vw { min-height: 31vw !important; }
	.MinHeight-xl-32vw { min-height: 32vw !important; }
	.MinHeight-xl-33vw { min-height: 33vw !important; }
	.MinHeight-xl-34vw { min-height: 34vw !important; }
	.MinHeight-xl-35vw { min-height: 35vw !important; }
	.MinHeight-xl-36vw { min-height: 36vw !important; }
	.MinHeight-xl-37vw { min-height: 37vw !important; }
	.MinHeight-xl-38vw { min-height: 38vw !important; }
	.MinHeight-xl-39vw { min-height: 39vw !important; }
	.MinHeight-xl-40vw { min-height: 40vw !important; }
	.MinHeight-xl-41vw { min-height: 41vw !important; }
	.MinHeight-xl-42vw { min-height: 42vw !important; }
	.MinHeight-xl-43vw { min-height: 43vw !important; }
	.MinHeight-xl-44vw { min-height: 44vw !important; }
	.MinHeight-xl-45vw { min-height: 45vw !important; }
	.MinHeight-xl-46vw { min-height: 46vw !important; }
	.MinHeight-xl-47vw { min-height: 47vw !important; }
	.MinHeight-xl-48vw { min-height: 48vw !important; }
	.MinHeight-xl-49vw { min-height: 49vw !important; }
	.MinHeight-xl-50vw { min-height: 50vw !important; }
	.MinHeight-xl-51vw { min-height: 51vw !important; }
	.MinHeight-xl-52vw { min-height: 52vw !important; }
	.MinHeight-xl-53vw { min-height: 53vw !important; }
	.MinHeight-xl-54vw { min-height: 54vw !important; }
	.MinHeight-xl-55vw { min-height: 55vw !important; }
	.MinHeight-xl-56vw { min-height: 56vw !important; }
	.MinHeight-xl-57vw { min-height: 57vw !important; }
	.MinHeight-xl-58vw { min-height: 58vw !important; }
	.MinHeight-xl-59vw { min-height: 59vw !important; }
	.MinHeight-xl-60vw { min-height: 60vw !important; }
	.MinHeight-xl-61vw { min-height: 61vw !important; }
	.MinHeight-xl-62vw { min-height: 62vw !important; }
	.MinHeight-xl-63vw { min-height: 63vw !important; }
	.MinHeight-xl-64vw { min-height: 64vw !important; }
	.MinHeight-xl-65vw { min-height: 65vw !important; }
	.MinHeight-xl-66vw { min-height: 66vw !important; }
	.MinHeight-xl-67vw { min-height: 67vw !important; }
	.MinHeight-xl-68vw { min-height: 68vw !important; }
	.MinHeight-xl-69vw { min-height: 69vw !important; }
	.MinHeight-xl-70vw { min-height: 70vw !important; }
	.MinHeight-xl-71vw { min-height: 71vw !important; }
	.MinHeight-xl-72vw { min-height: 72vw !important; }
	.MinHeight-xl-73vw { min-height: 73vw !important; }
	.MinHeight-xl-74vw { min-height: 74vw !important; }
	.MinHeight-xl-75vw { min-height: 75vw !important; }
	.MinHeight-xl-76vw { min-height: 76vw !important; }
	.MinHeight-xl-77vw { min-height: 77vw !important; }
	.MinHeight-xl-78vw { min-height: 78vw !important; }
	.MinHeight-xl-79vw { min-height: 79vw !important; }
	.MinHeight-xl-80vw { min-height: 80vw !important; }
	.MinHeight-xl-81vw { min-height: 81vw !important; }
	.MinHeight-xl-82vw { min-height: 82vw !important; }
	.MinHeight-xl-83vw { min-height: 83vw !important; }
	.MinHeight-xl-84vw { min-height: 84vw !important; }
	.MinHeight-xl-85vw { min-height: 85vw !important; }
	.MinHeight-xl-86vw { min-height: 86vw !important; }
	.MinHeight-xl-87vw { min-height: 87vw !important; }
	.MinHeight-xl-88vw { min-height: 88vw !important; }
	.MinHeight-xl-89vw { min-height: 89vw !important; }
	.MinHeight-xl-90vw { min-height: 90vw !important; }
	.MinHeight-xl-91vw { min-height: 91vw !important; }
	.MinHeight-xl-92vw { min-height: 92vw !important; }
	.MinHeight-xl-93vw { min-height: 93vw !important; }
	.MinHeight-xl-94vw { min-height: 94vw !important; }
	.MinHeight-xl-95vw { min-height: 95vw !important; }
	.MinHeight-xl-96vw { min-height: 96vw !important; }
	.MinHeight-xl-97vw { min-height: 97vw !important; }
	.MinHeight-xl-98vw { min-height: 98vw !important; }
	.MinHeight-xl-99vw { min-height: 99vw !important; }
	.MinHeight-xl-100vw { min-height: 100vw !important; }
	.MinHeight-xl-0vh { min-height: 0vh !important; }
	.MinHeight-xl-1vh { min-height: 1vh !important; }
	.MinHeight-xl-2vh { min-height: 2vh !important; }
	.MinHeight-xl-3vh { min-height: 3vh !important; }
	.MinHeight-xl-4vh { min-height: 4vh !important; }
	.MinHeight-xl-5vh { min-height: 5vh !important; }
	.MinHeight-xl-6vh { min-height: 6vh !important; }
	.MinHeight-xl-7vh { min-height: 7vh !important; }
	.MinHeight-xl-8vh { min-height: 8vh !important; }
	.MinHeight-xl-9vh { min-height: 9vh !important; }
	.MinHeight-xl-10vh { min-height: 10vh !important; }
	.MinHeight-xl-11vh { min-height: 11vh !important; }
	.MinHeight-xl-12vh { min-height: 12vh !important; }
	.MinHeight-xl-13vh { min-height: 13vh !important; }
	.MinHeight-xl-14vh { min-height: 14vh !important; }
	.MinHeight-xl-15vh { min-height: 15vh !important; }
	.MinHeight-xl-16vh { min-height: 16vh !important; }
	.MinHeight-xl-17vh { min-height: 17vh !important; }
	.MinHeight-xl-18vh { min-height: 18vh !important; }
	.MinHeight-xl-19vh { min-height: 19vh !important; }
	.MinHeight-xl-20vh { min-height: 20vh !important; }
	.MinHeight-xl-21vh { min-height: 21vh !important; }
	.MinHeight-xl-22vh { min-height: 22vh !important; }
	.MinHeight-xl-23vh { min-height: 23vh !important; }
	.MinHeight-xl-24vh { min-height: 24vh !important; }
	.MinHeight-xl-25vh { min-height: 25vh !important; }
	.MinHeight-xl-26vh { min-height: 26vh !important; }
	.MinHeight-xl-27vh { min-height: 27vh !important; }
	.MinHeight-xl-28vh { min-height: 28vh !important; }
	.MinHeight-xl-29vh { min-height: 29vh !important; }
	.MinHeight-xl-30vh { min-height: 30vh !important; }
	.MinHeight-xl-31vh { min-height: 31vh !important; }
	.MinHeight-xl-32vh { min-height: 32vh !important; }
	.MinHeight-xl-33vh { min-height: 33vh !important; }
	.MinHeight-xl-34vh { min-height: 34vh !important; }
	.MinHeight-xl-35vh { min-height: 35vh !important; }
	.MinHeight-xl-36vh { min-height: 36vh !important; }
	.MinHeight-xl-37vh { min-height: 37vh !important; }
	.MinHeight-xl-38vh { min-height: 38vh !important; }
	.MinHeight-xl-39vh { min-height: 39vh !important; }
	.MinHeight-xl-40vh { min-height: 40vh !important; }
	.MinHeight-xl-41vh { min-height: 41vh !important; }
	.MinHeight-xl-42vh { min-height: 42vh !important; }
	.MinHeight-xl-43vh { min-height: 43vh !important; }
	.MinHeight-xl-44vh { min-height: 44vh !important; }
	.MinHeight-xl-45vh { min-height: 45vh !important; }
	.MinHeight-xl-46vh { min-height: 46vh !important; }
	.MinHeight-xl-47vh { min-height: 47vh !important; }
	.MinHeight-xl-48vh { min-height: 48vh !important; }
	.MinHeight-xl-49vh { min-height: 49vh !important; }
	.MinHeight-xl-50vh { min-height: 50vh !important; }
	.MinHeight-xl-51vh { min-height: 51vh !important; }
	.MinHeight-xl-52vh { min-height: 52vh !important; }
	.MinHeight-xl-53vh { min-height: 53vh !important; }
	.MinHeight-xl-54vh { min-height: 54vh !important; }
	.MinHeight-xl-55vh { min-height: 55vh !important; }
	.MinHeight-xl-56vh { min-height: 56vh !important; }
	.MinHeight-xl-57vh { min-height: 57vh !important; }
	.MinHeight-xl-58vh { min-height: 58vh !important; }
	.MinHeight-xl-59vh { min-height: 59vh !important; }
	.MinHeight-xl-60vh { min-height: 60vh !important; }
	.MinHeight-xl-61vh { min-height: 61vh !important; }
	.MinHeight-xl-62vh { min-height: 62vh !important; }
	.MinHeight-xl-63vh { min-height: 63vh !important; }
	.MinHeight-xl-64vh { min-height: 64vh !important; }
	.MinHeight-xl-65vh { min-height: 65vh !important; }
	.MinHeight-xl-66vh { min-height: 66vh !important; }
	.MinHeight-xl-67vh { min-height: 67vh !important; }
	.MinHeight-xl-68vh { min-height: 68vh !important; }
	.MinHeight-xl-69vh { min-height: 69vh !important; }
	.MinHeight-xl-70vh { min-height: 70vh !important; }
	.MinHeight-xl-71vh { min-height: 71vh !important; }
	.MinHeight-xl-72vh { min-height: 72vh !important; }
	.MinHeight-xl-73vh { min-height: 73vh !important; }
	.MinHeight-xl-74vh { min-height: 74vh !important; }
	.MinHeight-xl-75vh { min-height: 75vh !important; }
	.MinHeight-xl-76vh { min-height: 76vh !important; }
	.MinHeight-xl-77vh { min-height: 77vh !important; }
	.MinHeight-xl-78vh { min-height: 78vh !important; }
	.MinHeight-xl-79vh { min-height: 79vh !important; }
	.MinHeight-xl-80vh { min-height: 80vh !important; }
	.MinHeight-xl-81vh { min-height: 81vh !important; }
	.MinHeight-xl-82vh { min-height: 82vh !important; }
	.MinHeight-xl-83vh { min-height: 83vh !important; }
	.MinHeight-xl-84vh { min-height: 84vh !important; }
	.MinHeight-xl-85vh { min-height: 85vh !important; }
	.MinHeight-xl-86vh { min-height: 86vh !important; }
	.MinHeight-xl-87vh { min-height: 87vh !important; }
	.MinHeight-xl-88vh { min-height: 88vh !important; }
	.MinHeight-xl-89vh { min-height: 89vh !important; }
	.MinHeight-xl-90vh { min-height: 90vh !important; }
	.MinHeight-xl-91vh { min-height: 91vh !important; }
	.MinHeight-xl-92vh { min-height: 92vh !important; }
	.MinHeight-xl-93vh { min-height: 93vh !important; }
	.MinHeight-xl-94vh { min-height: 94vh !important; }
	.MinHeight-xl-95vh { min-height: 95vh !important; }
	.MinHeight-xl-96vh { min-height: 96vh !important; }
	.MinHeight-xl-97vh { min-height: 97vh !important; }
	.MinHeight-xl-98vh { min-height: 98vh !important; }
	.MinHeight-xl-99vh { min-height: 99vh !important; }
	.MinHeight-xl-100vh { min-height: 100vh !important; }
	.MinHeight-xl-0vmin { min-height: 0vmin !important; }
	.MinHeight-xl-1vmin { min-height: 1vmin !important; }
	.MinHeight-xl-2vmin { min-height: 2vmin !important; }
	.MinHeight-xl-3vmin { min-height: 3vmin !important; }
	.MinHeight-xl-4vmin { min-height: 4vmin !important; }
	.MinHeight-xl-5vmin { min-height: 5vmin !important; }
	.MinHeight-xl-6vmin { min-height: 6vmin !important; }
	.MinHeight-xl-7vmin { min-height: 7vmin !important; }
	.MinHeight-xl-8vmin { min-height: 8vmin !important; }
	.MinHeight-xl-9vmin { min-height: 9vmin !important; }
	.MinHeight-xl-10vmin { min-height: 10vmin !important; }
	.MinHeight-xl-11vmin { min-height: 11vmin !important; }
	.MinHeight-xl-12vmin { min-height: 12vmin !important; }
	.MinHeight-xl-13vmin { min-height: 13vmin !important; }
	.MinHeight-xl-14vmin { min-height: 14vmin !important; }
	.MinHeight-xl-15vmin { min-height: 15vmin !important; }
	.MinHeight-xl-16vmin { min-height: 16vmin !important; }
	.MinHeight-xl-17vmin { min-height: 17vmin !important; }
	.MinHeight-xl-18vmin { min-height: 18vmin !important; }
	.MinHeight-xl-19vmin { min-height: 19vmin !important; }
	.MinHeight-xl-20vmin { min-height: 20vmin !important; }
	.MinHeight-xl-21vmin { min-height: 21vmin !important; }
	.MinHeight-xl-22vmin { min-height: 22vmin !important; }
	.MinHeight-xl-23vmin { min-height: 23vmin !important; }
	.MinHeight-xl-24vmin { min-height: 24vmin !important; }
	.MinHeight-xl-25vmin { min-height: 25vmin !important; }
	.MinHeight-xl-26vmin { min-height: 26vmin !important; }
	.MinHeight-xl-27vmin { min-height: 27vmin !important; }
	.MinHeight-xl-28vmin { min-height: 28vmin !important; }
	.MinHeight-xl-29vmin { min-height: 29vmin !important; }
	.MinHeight-xl-30vmin { min-height: 30vmin !important; }
	.MinHeight-xl-31vmin { min-height: 31vmin !important; }
	.MinHeight-xl-32vmin { min-height: 32vmin !important; }
	.MinHeight-xl-33vmin { min-height: 33vmin !important; }
	.MinHeight-xl-34vmin { min-height: 34vmin !important; }
	.MinHeight-xl-35vmin { min-height: 35vmin !important; }
	.MinHeight-xl-36vmin { min-height: 36vmin !important; }
	.MinHeight-xl-37vmin { min-height: 37vmin !important; }
	.MinHeight-xl-38vmin { min-height: 38vmin !important; }
	.MinHeight-xl-39vmin { min-height: 39vmin !important; }
	.MinHeight-xl-40vmin { min-height: 40vmin !important; }
	.MinHeight-xl-41vmin { min-height: 41vmin !important; }
	.MinHeight-xl-42vmin { min-height: 42vmin !important; }
	.MinHeight-xl-43vmin { min-height: 43vmin !important; }
	.MinHeight-xl-44vmin { min-height: 44vmin !important; }
	.MinHeight-xl-45vmin { min-height: 45vmin !important; }
	.MinHeight-xl-46vmin { min-height: 46vmin !important; }
	.MinHeight-xl-47vmin { min-height: 47vmin !important; }
	.MinHeight-xl-48vmin { min-height: 48vmin !important; }
	.MinHeight-xl-49vmin { min-height: 49vmin !important; }
	.MinHeight-xl-50vmin { min-height: 50vmin !important; }
	.MinHeight-xl-51vmin { min-height: 51vmin !important; }
	.MinHeight-xl-52vmin { min-height: 52vmin !important; }
	.MinHeight-xl-53vmin { min-height: 53vmin !important; }
	.MinHeight-xl-54vmin { min-height: 54vmin !important; }
	.MinHeight-xl-55vmin { min-height: 55vmin !important; }
	.MinHeight-xl-56vmin { min-height: 56vmin !important; }
	.MinHeight-xl-57vmin { min-height: 57vmin !important; }
	.MinHeight-xl-58vmin { min-height: 58vmin !important; }
	.MinHeight-xl-59vmin { min-height: 59vmin !important; }
	.MinHeight-xl-60vmin { min-height: 60vmin !important; }
	.MinHeight-xl-61vmin { min-height: 61vmin !important; }
	.MinHeight-xl-62vmin { min-height: 62vmin !important; }
	.MinHeight-xl-63vmin { min-height: 63vmin !important; }
	.MinHeight-xl-64vmin { min-height: 64vmin !important; }
	.MinHeight-xl-65vmin { min-height: 65vmin !important; }
	.MinHeight-xl-66vmin { min-height: 66vmin !important; }
	.MinHeight-xl-67vmin { min-height: 67vmin !important; }
	.MinHeight-xl-68vmin { min-height: 68vmin !important; }
	.MinHeight-xl-69vmin { min-height: 69vmin !important; }
	.MinHeight-xl-70vmin { min-height: 70vmin !important; }
	.MinHeight-xl-71vmin { min-height: 71vmin !important; }
	.MinHeight-xl-72vmin { min-height: 72vmin !important; }
	.MinHeight-xl-73vmin { min-height: 73vmin !important; }
	.MinHeight-xl-74vmin { min-height: 74vmin !important; }
	.MinHeight-xl-75vmin { min-height: 75vmin !important; }
	.MinHeight-xl-76vmin { min-height: 76vmin !important; }
	.MinHeight-xl-77vmin { min-height: 77vmin !important; }
	.MinHeight-xl-78vmin { min-height: 78vmin !important; }
	.MinHeight-xl-79vmin { min-height: 79vmin !important; }
	.MinHeight-xl-80vmin { min-height: 80vmin !important; }
	.MinHeight-xl-81vmin { min-height: 81vmin !important; }
	.MinHeight-xl-82vmin { min-height: 82vmin !important; }
	.MinHeight-xl-83vmin { min-height: 83vmin !important; }
	.MinHeight-xl-84vmin { min-height: 84vmin !important; }
	.MinHeight-xl-85vmin { min-height: 85vmin !important; }
	.MinHeight-xl-86vmin { min-height: 86vmin !important; }
	.MinHeight-xl-87vmin { min-height: 87vmin !important; }
	.MinHeight-xl-88vmin { min-height: 88vmin !important; }
	.MinHeight-xl-89vmin { min-height: 89vmin !important; }
	.MinHeight-xl-90vmin { min-height: 90vmin !important; }
	.MinHeight-xl-91vmin { min-height: 91vmin !important; }
	.MinHeight-xl-92vmin { min-height: 92vmin !important; }
	.MinHeight-xl-93vmin { min-height: 93vmin !important; }
	.MinHeight-xl-94vmin { min-height: 94vmin !important; }
	.MinHeight-xl-95vmin { min-height: 95vmin !important; }
	.MinHeight-xl-96vmin { min-height: 96vmin !important; }
	.MinHeight-xl-97vmin { min-height: 97vmin !important; }
	.MinHeight-xl-98vmin { min-height: 98vmin !important; }
	.MinHeight-xl-99vmin { min-height: 99vmin !important; }
	.MinHeight-xl-100vmin { min-height: 100vmin !important; }
	.MinHeight-xl-0vmax { min-height: 0vmax !important; }
	.MinHeight-xl-1vmax { min-height: 1vmax !important; }
	.MinHeight-xl-2vmax { min-height: 2vmax !important; }
	.MinHeight-xl-3vmax { min-height: 3vmax !important; }
	.MinHeight-xl-4vmax { min-height: 4vmax !important; }
	.MinHeight-xl-5vmax { min-height: 5vmax !important; }
	.MinHeight-xl-6vmax { min-height: 6vmax !important; }
	.MinHeight-xl-7vmax { min-height: 7vmax !important; }
	.MinHeight-xl-8vmax { min-height: 8vmax !important; }
	.MinHeight-xl-9vmax { min-height: 9vmax !important; }
	.MinHeight-xl-10vmax { min-height: 10vmax !important; }
	.MinHeight-xl-11vmax { min-height: 11vmax !important; }
	.MinHeight-xl-12vmax { min-height: 12vmax !important; }
	.MinHeight-xl-13vmax { min-height: 13vmax !important; }
	.MinHeight-xl-14vmax { min-height: 14vmax !important; }
	.MinHeight-xl-15vmax { min-height: 15vmax !important; }
	.MinHeight-xl-16vmax { min-height: 16vmax !important; }
	.MinHeight-xl-17vmax { min-height: 17vmax !important; }
	.MinHeight-xl-18vmax { min-height: 18vmax !important; }
	.MinHeight-xl-19vmax { min-height: 19vmax !important; }
	.MinHeight-xl-20vmax { min-height: 20vmax !important; }
	.MinHeight-xl-21vmax { min-height: 21vmax !important; }
	.MinHeight-xl-22vmax { min-height: 22vmax !important; }
	.MinHeight-xl-23vmax { min-height: 23vmax !important; }
	.MinHeight-xl-24vmax { min-height: 24vmax !important; }
	.MinHeight-xl-25vmax { min-height: 25vmax !important; }
	.MinHeight-xl-26vmax { min-height: 26vmax !important; }
	.MinHeight-xl-27vmax { min-height: 27vmax !important; }
	.MinHeight-xl-28vmax { min-height: 28vmax !important; }
	.MinHeight-xl-29vmax { min-height: 29vmax !important; }
	.MinHeight-xl-30vmax { min-height: 30vmax !important; }
	.MinHeight-xl-31vmax { min-height: 31vmax !important; }
	.MinHeight-xl-32vmax { min-height: 32vmax !important; }
	.MinHeight-xl-33vmax { min-height: 33vmax !important; }
	.MinHeight-xl-34vmax { min-height: 34vmax !important; }
	.MinHeight-xl-35vmax { min-height: 35vmax !important; }
	.MinHeight-xl-36vmax { min-height: 36vmax !important; }
	.MinHeight-xl-37vmax { min-height: 37vmax !important; }
	.MinHeight-xl-38vmax { min-height: 38vmax !important; }
	.MinHeight-xl-39vmax { min-height: 39vmax !important; }
	.MinHeight-xl-40vmax { min-height: 40vmax !important; }
	.MinHeight-xl-41vmax { min-height: 41vmax !important; }
	.MinHeight-xl-42vmax { min-height: 42vmax !important; }
	.MinHeight-xl-43vmax { min-height: 43vmax !important; }
	.MinHeight-xl-44vmax { min-height: 44vmax !important; }
	.MinHeight-xl-45vmax { min-height: 45vmax !important; }
	.MinHeight-xl-46vmax { min-height: 46vmax !important; }
	.MinHeight-xl-47vmax { min-height: 47vmax !important; }
	.MinHeight-xl-48vmax { min-height: 48vmax !important; }
	.MinHeight-xl-49vmax { min-height: 49vmax !important; }
	.MinHeight-xl-50vmax { min-height: 50vmax !important; }
	.MinHeight-xl-51vmax { min-height: 51vmax !important; }
	.MinHeight-xl-52vmax { min-height: 52vmax !important; }
	.MinHeight-xl-53vmax { min-height: 53vmax !important; }
	.MinHeight-xl-54vmax { min-height: 54vmax !important; }
	.MinHeight-xl-55vmax { min-height: 55vmax !important; }
	.MinHeight-xl-56vmax { min-height: 56vmax !important; }
	.MinHeight-xl-57vmax { min-height: 57vmax !important; }
	.MinHeight-xl-58vmax { min-height: 58vmax !important; }
	.MinHeight-xl-59vmax { min-height: 59vmax !important; }
	.MinHeight-xl-60vmax { min-height: 60vmax !important; }
	.MinHeight-xl-61vmax { min-height: 61vmax !important; }
	.MinHeight-xl-62vmax { min-height: 62vmax !important; }
	.MinHeight-xl-63vmax { min-height: 63vmax !important; }
	.MinHeight-xl-64vmax { min-height: 64vmax !important; }
	.MinHeight-xl-65vmax { min-height: 65vmax !important; }
	.MinHeight-xl-66vmax { min-height: 66vmax !important; }
	.MinHeight-xl-67vmax { min-height: 67vmax !important; }
	.MinHeight-xl-68vmax { min-height: 68vmax !important; }
	.MinHeight-xl-69vmax { min-height: 69vmax !important; }
	.MinHeight-xl-70vmax { min-height: 70vmax !important; }
	.MinHeight-xl-71vmax { min-height: 71vmax !important; }
	.MinHeight-xl-72vmax { min-height: 72vmax !important; }
	.MinHeight-xl-73vmax { min-height: 73vmax !important; }
	.MinHeight-xl-74vmax { min-height: 74vmax !important; }
	.MinHeight-xl-75vmax { min-height: 75vmax !important; }
	.MinHeight-xl-76vmax { min-height: 76vmax !important; }
	.MinHeight-xl-77vmax { min-height: 77vmax !important; }
	.MinHeight-xl-78vmax { min-height: 78vmax !important; }
	.MinHeight-xl-79vmax { min-height: 79vmax !important; }
	.MinHeight-xl-80vmax { min-height: 80vmax !important; }
	.MinHeight-xl-81vmax { min-height: 81vmax !important; }
	.MinHeight-xl-82vmax { min-height: 82vmax !important; }
	.MinHeight-xl-83vmax { min-height: 83vmax !important; }
	.MinHeight-xl-84vmax { min-height: 84vmax !important; }
	.MinHeight-xl-85vmax { min-height: 85vmax !important; }
	.MinHeight-xl-86vmax { min-height: 86vmax !important; }
	.MinHeight-xl-87vmax { min-height: 87vmax !important; }
	.MinHeight-xl-88vmax { min-height: 88vmax !important; }
	.MinHeight-xl-89vmax { min-height: 89vmax !important; }
	.MinHeight-xl-90vmax { min-height: 90vmax !important; }
	.MinHeight-xl-91vmax { min-height: 91vmax !important; }
	.MinHeight-xl-92vmax { min-height: 92vmax !important; }
	.MinHeight-xl-93vmax { min-height: 93vmax !important; }
	.MinHeight-xl-94vmax { min-height: 94vmax !important; }
	.MinHeight-xl-95vmax { min-height: 95vmax !important; }
	.MinHeight-xl-96vmax { min-height: 96vmax !important; }
	.MinHeight-xl-97vmax { min-height: 97vmax !important; }
	.MinHeight-xl-98vmax { min-height: 98vmax !important; }
	.MinHeight-xl-99vmax { min-height: 99vmax !important; }
	.MinHeight-xl-100vmax { min-height: 100vmax !important; }
	.MaxHeight-xl-0x10 { max-height: 0% !important; }
	.MaxHeight-xl-1x10 { max-height: 10% !important; }
	.MaxHeight-xl-2x10 { max-height: 20% !important; }
	.MaxHeight-xl-3x10 { max-height: 30% !important; }
	.MaxHeight-xl-4x10 { max-height: 40% !important; }
	.MaxHeight-xl-5x10 { max-height: 50% !important; }
	.MaxHeight-xl-6x10 { max-height: 60% !important; }
	.MaxHeight-xl-7x10 { max-height: 70% !important; }
	.MaxHeight-xl-8x10 { max-height: 80% !important; }
	.MaxHeight-xl-9x10 { max-height: 90% !important; }
	.MaxHeight-xl-10x10 { max-height: 100% !important; }
	.MaxHeight-xl-0x12 { max-height: 0% !important; }
	.MaxHeight-xl-1x12 { max-height: 8.3333333333333% !important; }
	.MaxHeight-xl-2x12 { max-height: 16.666666666667% !important; }
	.MaxHeight-xl-3x12 { max-height: 25% !important; }
	.MaxHeight-xl-4x12 { max-height: 33.333333333333% !important; }
	.MaxHeight-xl-5x12 { max-height: 41.666666666667% !important; }
	.MaxHeight-xl-6x12 { max-height: 50% !important; }
	.MaxHeight-xl-7x12 { max-height: 58.333333333333% !important; }
	.MaxHeight-xl-8x12 { max-height: 66.666666666667% !important; }
	.MaxHeight-xl-9x12 { max-height: 75% !important; }
	.MaxHeight-xl-10x12 { max-height: 83.333333333333% !important; }
	.MaxHeight-xl-11x12 { max-height: 91.666666666667% !important; }
	.MaxHeight-xl-12x12 { max-height: 100% !important; }
	.MaxHeight-xl-0x16 { max-height: 0% !important; }
	.MaxHeight-xl-1x16 { max-height: 6.25% !important; }
	.MaxHeight-xl-2x16 { max-height: 12.5% !important; }
	.MaxHeight-xl-3x16 { max-height: 18.75% !important; }
	.MaxHeight-xl-4x16 { max-height: 25% !important; }
	.MaxHeight-xl-5x16 { max-height: 31.25% !important; }
	.MaxHeight-xl-6x16 { max-height: 37.5% !important; }
	.MaxHeight-xl-7x16 { max-height: 43.75% !important; }
	.MaxHeight-xl-8x16 { max-height: 50% !important; }
	.MaxHeight-xl-9x16 { max-height: 56.25% !important; }
	.MaxHeight-xl-10x16 { max-height: 62.5% !important; }
	.MaxHeight-xl-11x16 { max-height: 68.75% !important; }
	.MaxHeight-xl-12x16 { max-height: 75% !important; }
	.MaxHeight-xl-13x16 { max-height: 81.25% !important; }
	.MaxHeight-xl-14x16 { max-height: 87.5% !important; }
	.MaxHeight-xl-15x16 { max-height: 93.75% !important; }
	.MaxHeight-xl-16x16 { max-height: 100% !important; }
	.MaxHeight-xl-0em { max-height: 0em !important; }
	.MaxHeight-xl-1em { max-height: 1em !important; }
	.MaxHeight-xl-2em { max-height: 2em !important; }
	.MaxHeight-xl-3em { max-height: 3em !important; }
	.MaxHeight-xl-4em { max-height: 4em !important; }
	.MaxHeight-xl-5em { max-height: 5em !important; }
	.MaxHeight-xl-6em { max-height: 6em !important; }
	.MaxHeight-xl-7em { max-height: 7em !important; }
	.MaxHeight-xl-8em { max-height: 8em !important; }
	.MaxHeight-xl-9em { max-height: 9em !important; }
	.MaxHeight-xl-10em { max-height: 10em !important; }
	.MaxHeight-xl-11em { max-height: 11em !important; }
	.MaxHeight-xl-12em { max-height: 12em !important; }
	.MaxHeight-xl-13em { max-height: 13em !important; }
	.MaxHeight-xl-14em { max-height: 14em !important; }
	.MaxHeight-xl-15em { max-height: 15em !important; }
	.MaxHeight-xl-16em { max-height: 16em !important; }
	.MaxHeight-xl-17em { max-height: 17em !important; }
	.MaxHeight-xl-18em { max-height: 18em !important; }
	.MaxHeight-xl-19em { max-height: 19em !important; }
	.MaxHeight-xl-20em { max-height: 20em !important; }
	.MaxHeight-xl-21em { max-height: 21em !important; }
	.MaxHeight-xl-22em { max-height: 22em !important; }
	.MaxHeight-xl-23em { max-height: 23em !important; }
	.MaxHeight-xl-24em { max-height: 24em !important; }
	.MaxHeight-xl-0x16em { max-height: 0em !important; }
	.MaxHeight-xl-1x16em { max-height: 0.0625em !important; }
	.MaxHeight-xl-2x16em { max-height: 0.125em !important; }
	.MaxHeight-xl-3x16em { max-height: 0.1875em !important; }
	.MaxHeight-xl-4x16em { max-height: 0.25em !important; }
	.MaxHeight-xl-5x16em { max-height: 0.3125em !important; }
	.MaxHeight-xl-6x16em { max-height: 0.375em !important; }
	.MaxHeight-xl-7x16em { max-height: 0.4375em !important; }
	.MaxHeight-xl-8x16em { max-height: 0.5em !important; }
	.MaxHeight-xl-9x16em { max-height: 0.5625em !important; }
	.MaxHeight-xl-10x16em { max-height: 0.625em !important; }
	.MaxHeight-xl-11x16em { max-height: 0.6875em !important; }
	.MaxHeight-xl-12x16em { max-height: 0.75em !important; }
	.MaxHeight-xl-13x16em { max-height: 0.8125em !important; }
	.MaxHeight-xl-14x16em { max-height: 0.875em !important; }
	.MaxHeight-xl-15x16em { max-height: 0.9375em !important; }
	.MaxHeight-xl-16x16em { max-height: 1em !important; }
	.MaxHeight-xl-0vw { max-height: 0vw !important; }
	.MaxHeight-xl-1vw { max-height: 1vw !important; }
	.MaxHeight-xl-2vw { max-height: 2vw !important; }
	.MaxHeight-xl-3vw { max-height: 3vw !important; }
	.MaxHeight-xl-4vw { max-height: 4vw !important; }
	.MaxHeight-xl-5vw { max-height: 5vw !important; }
	.MaxHeight-xl-6vw { max-height: 6vw !important; }
	.MaxHeight-xl-7vw { max-height: 7vw !important; }
	.MaxHeight-xl-8vw { max-height: 8vw !important; }
	.MaxHeight-xl-9vw { max-height: 9vw !important; }
	.MaxHeight-xl-10vw { max-height: 10vw !important; }
	.MaxHeight-xl-11vw { max-height: 11vw !important; }
	.MaxHeight-xl-12vw { max-height: 12vw !important; }
	.MaxHeight-xl-13vw { max-height: 13vw !important; }
	.MaxHeight-xl-14vw { max-height: 14vw !important; }
	.MaxHeight-xl-15vw { max-height: 15vw !important; }
	.MaxHeight-xl-16vw { max-height: 16vw !important; }
	.MaxHeight-xl-17vw { max-height: 17vw !important; }
	.MaxHeight-xl-18vw { max-height: 18vw !important; }
	.MaxHeight-xl-19vw { max-height: 19vw !important; }
	.MaxHeight-xl-20vw { max-height: 20vw !important; }
	.MaxHeight-xl-21vw { max-height: 21vw !important; }
	.MaxHeight-xl-22vw { max-height: 22vw !important; }
	.MaxHeight-xl-23vw { max-height: 23vw !important; }
	.MaxHeight-xl-24vw { max-height: 24vw !important; }
	.MaxHeight-xl-25vw { max-height: 25vw !important; }
	.MaxHeight-xl-26vw { max-height: 26vw !important; }
	.MaxHeight-xl-27vw { max-height: 27vw !important; }
	.MaxHeight-xl-28vw { max-height: 28vw !important; }
	.MaxHeight-xl-29vw { max-height: 29vw !important; }
	.MaxHeight-xl-30vw { max-height: 30vw !important; }
	.MaxHeight-xl-31vw { max-height: 31vw !important; }
	.MaxHeight-xl-32vw { max-height: 32vw !important; }
	.MaxHeight-xl-33vw { max-height: 33vw !important; }
	.MaxHeight-xl-34vw { max-height: 34vw !important; }
	.MaxHeight-xl-35vw { max-height: 35vw !important; }
	.MaxHeight-xl-36vw { max-height: 36vw !important; }
	.MaxHeight-xl-37vw { max-height: 37vw !important; }
	.MaxHeight-xl-38vw { max-height: 38vw !important; }
	.MaxHeight-xl-39vw { max-height: 39vw !important; }
	.MaxHeight-xl-40vw { max-height: 40vw !important; }
	.MaxHeight-xl-41vw { max-height: 41vw !important; }
	.MaxHeight-xl-42vw { max-height: 42vw !important; }
	.MaxHeight-xl-43vw { max-height: 43vw !important; }
	.MaxHeight-xl-44vw { max-height: 44vw !important; }
	.MaxHeight-xl-45vw { max-height: 45vw !important; }
	.MaxHeight-xl-46vw { max-height: 46vw !important; }
	.MaxHeight-xl-47vw { max-height: 47vw !important; }
	.MaxHeight-xl-48vw { max-height: 48vw !important; }
	.MaxHeight-xl-49vw { max-height: 49vw !important; }
	.MaxHeight-xl-50vw { max-height: 50vw !important; }
	.MaxHeight-xl-51vw { max-height: 51vw !important; }
	.MaxHeight-xl-52vw { max-height: 52vw !important; }
	.MaxHeight-xl-53vw { max-height: 53vw !important; }
	.MaxHeight-xl-54vw { max-height: 54vw !important; }
	.MaxHeight-xl-55vw { max-height: 55vw !important; }
	.MaxHeight-xl-56vw { max-height: 56vw !important; }
	.MaxHeight-xl-57vw { max-height: 57vw !important; }
	.MaxHeight-xl-58vw { max-height: 58vw !important; }
	.MaxHeight-xl-59vw { max-height: 59vw !important; }
	.MaxHeight-xl-60vw { max-height: 60vw !important; }
	.MaxHeight-xl-61vw { max-height: 61vw !important; }
	.MaxHeight-xl-62vw { max-height: 62vw !important; }
	.MaxHeight-xl-63vw { max-height: 63vw !important; }
	.MaxHeight-xl-64vw { max-height: 64vw !important; }
	.MaxHeight-xl-65vw { max-height: 65vw !important; }
	.MaxHeight-xl-66vw { max-height: 66vw !important; }
	.MaxHeight-xl-67vw { max-height: 67vw !important; }
	.MaxHeight-xl-68vw { max-height: 68vw !important; }
	.MaxHeight-xl-69vw { max-height: 69vw !important; }
	.MaxHeight-xl-70vw { max-height: 70vw !important; }
	.MaxHeight-xl-71vw { max-height: 71vw !important; }
	.MaxHeight-xl-72vw { max-height: 72vw !important; }
	.MaxHeight-xl-73vw { max-height: 73vw !important; }
	.MaxHeight-xl-74vw { max-height: 74vw !important; }
	.MaxHeight-xl-75vw { max-height: 75vw !important; }
	.MaxHeight-xl-76vw { max-height: 76vw !important; }
	.MaxHeight-xl-77vw { max-height: 77vw !important; }
	.MaxHeight-xl-78vw { max-height: 78vw !important; }
	.MaxHeight-xl-79vw { max-height: 79vw !important; }
	.MaxHeight-xl-80vw { max-height: 80vw !important; }
	.MaxHeight-xl-81vw { max-height: 81vw !important; }
	.MaxHeight-xl-82vw { max-height: 82vw !important; }
	.MaxHeight-xl-83vw { max-height: 83vw !important; }
	.MaxHeight-xl-84vw { max-height: 84vw !important; }
	.MaxHeight-xl-85vw { max-height: 85vw !important; }
	.MaxHeight-xl-86vw { max-height: 86vw !important; }
	.MaxHeight-xl-87vw { max-height: 87vw !important; }
	.MaxHeight-xl-88vw { max-height: 88vw !important; }
	.MaxHeight-xl-89vw { max-height: 89vw !important; }
	.MaxHeight-xl-90vw { max-height: 90vw !important; }
	.MaxHeight-xl-91vw { max-height: 91vw !important; }
	.MaxHeight-xl-92vw { max-height: 92vw !important; }
	.MaxHeight-xl-93vw { max-height: 93vw !important; }
	.MaxHeight-xl-94vw { max-height: 94vw !important; }
	.MaxHeight-xl-95vw { max-height: 95vw !important; }
	.MaxHeight-xl-96vw { max-height: 96vw !important; }
	.MaxHeight-xl-97vw { max-height: 97vw !important; }
	.MaxHeight-xl-98vw { max-height: 98vw !important; }
	.MaxHeight-xl-99vw { max-height: 99vw !important; }
	.MaxHeight-xl-100vw { max-height: 100vw !important; }
	.MaxHeight-xl-0vh { max-height: 0vh !important; }
	.MaxHeight-xl-1vh { max-height: 1vh !important; }
	.MaxHeight-xl-2vh { max-height: 2vh !important; }
	.MaxHeight-xl-3vh { max-height: 3vh !important; }
	.MaxHeight-xl-4vh { max-height: 4vh !important; }
	.MaxHeight-xl-5vh { max-height: 5vh !important; }
	.MaxHeight-xl-6vh { max-height: 6vh !important; }
	.MaxHeight-xl-7vh { max-height: 7vh !important; }
	.MaxHeight-xl-8vh { max-height: 8vh !important; }
	.MaxHeight-xl-9vh { max-height: 9vh !important; }
	.MaxHeight-xl-10vh { max-height: 10vh !important; }
	.MaxHeight-xl-11vh { max-height: 11vh !important; }
	.MaxHeight-xl-12vh { max-height: 12vh !important; }
	.MaxHeight-xl-13vh { max-height: 13vh !important; }
	.MaxHeight-xl-14vh { max-height: 14vh !important; }
	.MaxHeight-xl-15vh { max-height: 15vh !important; }
	.MaxHeight-xl-16vh { max-height: 16vh !important; }
	.MaxHeight-xl-17vh { max-height: 17vh !important; }
	.MaxHeight-xl-18vh { max-height: 18vh !important; }
	.MaxHeight-xl-19vh { max-height: 19vh !important; }
	.MaxHeight-xl-20vh { max-height: 20vh !important; }
	.MaxHeight-xl-21vh { max-height: 21vh !important; }
	.MaxHeight-xl-22vh { max-height: 22vh !important; }
	.MaxHeight-xl-23vh { max-height: 23vh !important; }
	.MaxHeight-xl-24vh { max-height: 24vh !important; }
	.MaxHeight-xl-25vh { max-height: 25vh !important; }
	.MaxHeight-xl-26vh { max-height: 26vh !important; }
	.MaxHeight-xl-27vh { max-height: 27vh !important; }
	.MaxHeight-xl-28vh { max-height: 28vh !important; }
	.MaxHeight-xl-29vh { max-height: 29vh !important; }
	.MaxHeight-xl-30vh { max-height: 30vh !important; }
	.MaxHeight-xl-31vh { max-height: 31vh !important; }
	.MaxHeight-xl-32vh { max-height: 32vh !important; }
	.MaxHeight-xl-33vh { max-height: 33vh !important; }
	.MaxHeight-xl-34vh { max-height: 34vh !important; }
	.MaxHeight-xl-35vh { max-height: 35vh !important; }
	.MaxHeight-xl-36vh { max-height: 36vh !important; }
	.MaxHeight-xl-37vh { max-height: 37vh !important; }
	.MaxHeight-xl-38vh { max-height: 38vh !important; }
	.MaxHeight-xl-39vh { max-height: 39vh !important; }
	.MaxHeight-xl-40vh { max-height: 40vh !important; }
	.MaxHeight-xl-41vh { max-height: 41vh !important; }
	.MaxHeight-xl-42vh { max-height: 42vh !important; }
	.MaxHeight-xl-43vh { max-height: 43vh !important; }
	.MaxHeight-xl-44vh { max-height: 44vh !important; }
	.MaxHeight-xl-45vh { max-height: 45vh !important; }
	.MaxHeight-xl-46vh { max-height: 46vh !important; }
	.MaxHeight-xl-47vh { max-height: 47vh !important; }
	.MaxHeight-xl-48vh { max-height: 48vh !important; }
	.MaxHeight-xl-49vh { max-height: 49vh !important; }
	.MaxHeight-xl-50vh { max-height: 50vh !important; }
	.MaxHeight-xl-51vh { max-height: 51vh !important; }
	.MaxHeight-xl-52vh { max-height: 52vh !important; }
	.MaxHeight-xl-53vh { max-height: 53vh !important; }
	.MaxHeight-xl-54vh { max-height: 54vh !important; }
	.MaxHeight-xl-55vh { max-height: 55vh !important; }
	.MaxHeight-xl-56vh { max-height: 56vh !important; }
	.MaxHeight-xl-57vh { max-height: 57vh !important; }
	.MaxHeight-xl-58vh { max-height: 58vh !important; }
	.MaxHeight-xl-59vh { max-height: 59vh !important; }
	.MaxHeight-xl-60vh { max-height: 60vh !important; }
	.MaxHeight-xl-61vh { max-height: 61vh !important; }
	.MaxHeight-xl-62vh { max-height: 62vh !important; }
	.MaxHeight-xl-63vh { max-height: 63vh !important; }
	.MaxHeight-xl-64vh { max-height: 64vh !important; }
	.MaxHeight-xl-65vh { max-height: 65vh !important; }
	.MaxHeight-xl-66vh { max-height: 66vh !important; }
	.MaxHeight-xl-67vh { max-height: 67vh !important; }
	.MaxHeight-xl-68vh { max-height: 68vh !important; }
	.MaxHeight-xl-69vh { max-height: 69vh !important; }
	.MaxHeight-xl-70vh { max-height: 70vh !important; }
	.MaxHeight-xl-71vh { max-height: 71vh !important; }
	.MaxHeight-xl-72vh { max-height: 72vh !important; }
	.MaxHeight-xl-73vh { max-height: 73vh !important; }
	.MaxHeight-xl-74vh { max-height: 74vh !important; }
	.MaxHeight-xl-75vh { max-height: 75vh !important; }
	.MaxHeight-xl-76vh { max-height: 76vh !important; }
	.MaxHeight-xl-77vh { max-height: 77vh !important; }
	.MaxHeight-xl-78vh { max-height: 78vh !important; }
	.MaxHeight-xl-79vh { max-height: 79vh !important; }
	.MaxHeight-xl-80vh { max-height: 80vh !important; }
	.MaxHeight-xl-81vh { max-height: 81vh !important; }
	.MaxHeight-xl-82vh { max-height: 82vh !important; }
	.MaxHeight-xl-83vh { max-height: 83vh !important; }
	.MaxHeight-xl-84vh { max-height: 84vh !important; }
	.MaxHeight-xl-85vh { max-height: 85vh !important; }
	.MaxHeight-xl-86vh { max-height: 86vh !important; }
	.MaxHeight-xl-87vh { max-height: 87vh !important; }
	.MaxHeight-xl-88vh { max-height: 88vh !important; }
	.MaxHeight-xl-89vh { max-height: 89vh !important; }
	.MaxHeight-xl-90vh { max-height: 90vh !important; }
	.MaxHeight-xl-91vh { max-height: 91vh !important; }
	.MaxHeight-xl-92vh { max-height: 92vh !important; }
	.MaxHeight-xl-93vh { max-height: 93vh !important; }
	.MaxHeight-xl-94vh { max-height: 94vh !important; }
	.MaxHeight-xl-95vh { max-height: 95vh !important; }
	.MaxHeight-xl-96vh { max-height: 96vh !important; }
	.MaxHeight-xl-97vh { max-height: 97vh !important; }
	.MaxHeight-xl-98vh { max-height: 98vh !important; }
	.MaxHeight-xl-99vh { max-height: 99vh !important; }
	.MaxHeight-xl-100vh { max-height: 100vh !important; }
	.MaxHeight-xl-0vmin { max-height: 0vmin !important; }
	.MaxHeight-xl-1vmin { max-height: 1vmin !important; }
	.MaxHeight-xl-2vmin { max-height: 2vmin !important; }
	.MaxHeight-xl-3vmin { max-height: 3vmin !important; }
	.MaxHeight-xl-4vmin { max-height: 4vmin !important; }
	.MaxHeight-xl-5vmin { max-height: 5vmin !important; }
	.MaxHeight-xl-6vmin { max-height: 6vmin !important; }
	.MaxHeight-xl-7vmin { max-height: 7vmin !important; }
	.MaxHeight-xl-8vmin { max-height: 8vmin !important; }
	.MaxHeight-xl-9vmin { max-height: 9vmin !important; }
	.MaxHeight-xl-10vmin { max-height: 10vmin !important; }
	.MaxHeight-xl-11vmin { max-height: 11vmin !important; }
	.MaxHeight-xl-12vmin { max-height: 12vmin !important; }
	.MaxHeight-xl-13vmin { max-height: 13vmin !important; }
	.MaxHeight-xl-14vmin { max-height: 14vmin !important; }
	.MaxHeight-xl-15vmin { max-height: 15vmin !important; }
	.MaxHeight-xl-16vmin { max-height: 16vmin !important; }
	.MaxHeight-xl-17vmin { max-height: 17vmin !important; }
	.MaxHeight-xl-18vmin { max-height: 18vmin !important; }
	.MaxHeight-xl-19vmin { max-height: 19vmin !important; }
	.MaxHeight-xl-20vmin { max-height: 20vmin !important; }
	.MaxHeight-xl-21vmin { max-height: 21vmin !important; }
	.MaxHeight-xl-22vmin { max-height: 22vmin !important; }
	.MaxHeight-xl-23vmin { max-height: 23vmin !important; }
	.MaxHeight-xl-24vmin { max-height: 24vmin !important; }
	.MaxHeight-xl-25vmin { max-height: 25vmin !important; }
	.MaxHeight-xl-26vmin { max-height: 26vmin !important; }
	.MaxHeight-xl-27vmin { max-height: 27vmin !important; }
	.MaxHeight-xl-28vmin { max-height: 28vmin !important; }
	.MaxHeight-xl-29vmin { max-height: 29vmin !important; }
	.MaxHeight-xl-30vmin { max-height: 30vmin !important; }
	.MaxHeight-xl-31vmin { max-height: 31vmin !important; }
	.MaxHeight-xl-32vmin { max-height: 32vmin !important; }
	.MaxHeight-xl-33vmin { max-height: 33vmin !important; }
	.MaxHeight-xl-34vmin { max-height: 34vmin !important; }
	.MaxHeight-xl-35vmin { max-height: 35vmin !important; }
	.MaxHeight-xl-36vmin { max-height: 36vmin !important; }
	.MaxHeight-xl-37vmin { max-height: 37vmin !important; }
	.MaxHeight-xl-38vmin { max-height: 38vmin !important; }
	.MaxHeight-xl-39vmin { max-height: 39vmin !important; }
	.MaxHeight-xl-40vmin { max-height: 40vmin !important; }
	.MaxHeight-xl-41vmin { max-height: 41vmin !important; }
	.MaxHeight-xl-42vmin { max-height: 42vmin !important; }
	.MaxHeight-xl-43vmin { max-height: 43vmin !important; }
	.MaxHeight-xl-44vmin { max-height: 44vmin !important; }
	.MaxHeight-xl-45vmin { max-height: 45vmin !important; }
	.MaxHeight-xl-46vmin { max-height: 46vmin !important; }
	.MaxHeight-xl-47vmin { max-height: 47vmin !important; }
	.MaxHeight-xl-48vmin { max-height: 48vmin !important; }
	.MaxHeight-xl-49vmin { max-height: 49vmin !important; }
	.MaxHeight-xl-50vmin { max-height: 50vmin !important; }
	.MaxHeight-xl-51vmin { max-height: 51vmin !important; }
	.MaxHeight-xl-52vmin { max-height: 52vmin !important; }
	.MaxHeight-xl-53vmin { max-height: 53vmin !important; }
	.MaxHeight-xl-54vmin { max-height: 54vmin !important; }
	.MaxHeight-xl-55vmin { max-height: 55vmin !important; }
	.MaxHeight-xl-56vmin { max-height: 56vmin !important; }
	.MaxHeight-xl-57vmin { max-height: 57vmin !important; }
	.MaxHeight-xl-58vmin { max-height: 58vmin !important; }
	.MaxHeight-xl-59vmin { max-height: 59vmin !important; }
	.MaxHeight-xl-60vmin { max-height: 60vmin !important; }
	.MaxHeight-xl-61vmin { max-height: 61vmin !important; }
	.MaxHeight-xl-62vmin { max-height: 62vmin !important; }
	.MaxHeight-xl-63vmin { max-height: 63vmin !important; }
	.MaxHeight-xl-64vmin { max-height: 64vmin !important; }
	.MaxHeight-xl-65vmin { max-height: 65vmin !important; }
	.MaxHeight-xl-66vmin { max-height: 66vmin !important; }
	.MaxHeight-xl-67vmin { max-height: 67vmin !important; }
	.MaxHeight-xl-68vmin { max-height: 68vmin !important; }
	.MaxHeight-xl-69vmin { max-height: 69vmin !important; }
	.MaxHeight-xl-70vmin { max-height: 70vmin !important; }
	.MaxHeight-xl-71vmin { max-height: 71vmin !important; }
	.MaxHeight-xl-72vmin { max-height: 72vmin !important; }
	.MaxHeight-xl-73vmin { max-height: 73vmin !important; }
	.MaxHeight-xl-74vmin { max-height: 74vmin !important; }
	.MaxHeight-xl-75vmin { max-height: 75vmin !important; }
	.MaxHeight-xl-76vmin { max-height: 76vmin !important; }
	.MaxHeight-xl-77vmin { max-height: 77vmin !important; }
	.MaxHeight-xl-78vmin { max-height: 78vmin !important; }
	.MaxHeight-xl-79vmin { max-height: 79vmin !important; }
	.MaxHeight-xl-80vmin { max-height: 80vmin !important; }
	.MaxHeight-xl-81vmin { max-height: 81vmin !important; }
	.MaxHeight-xl-82vmin { max-height: 82vmin !important; }
	.MaxHeight-xl-83vmin { max-height: 83vmin !important; }
	.MaxHeight-xl-84vmin { max-height: 84vmin !important; }
	.MaxHeight-xl-85vmin { max-height: 85vmin !important; }
	.MaxHeight-xl-86vmin { max-height: 86vmin !important; }
	.MaxHeight-xl-87vmin { max-height: 87vmin !important; }
	.MaxHeight-xl-88vmin { max-height: 88vmin !important; }
	.MaxHeight-xl-89vmin { max-height: 89vmin !important; }
	.MaxHeight-xl-90vmin { max-height: 90vmin !important; }
	.MaxHeight-xl-91vmin { max-height: 91vmin !important; }
	.MaxHeight-xl-92vmin { max-height: 92vmin !important; }
	.MaxHeight-xl-93vmin { max-height: 93vmin !important; }
	.MaxHeight-xl-94vmin { max-height: 94vmin !important; }
	.MaxHeight-xl-95vmin { max-height: 95vmin !important; }
	.MaxHeight-xl-96vmin { max-height: 96vmin !important; }
	.MaxHeight-xl-97vmin { max-height: 97vmin !important; }
	.MaxHeight-xl-98vmin { max-height: 98vmin !important; }
	.MaxHeight-xl-99vmin { max-height: 99vmin !important; }
	.MaxHeight-xl-100vmin { max-height: 100vmin !important; }
	.MaxHeight-xl-0vmax { max-height: 0vmax !important; }
	.MaxHeight-xl-1vmax { max-height: 1vmax !important; }
	.MaxHeight-xl-2vmax { max-height: 2vmax !important; }
	.MaxHeight-xl-3vmax { max-height: 3vmax !important; }
	.MaxHeight-xl-4vmax { max-height: 4vmax !important; }
	.MaxHeight-xl-5vmax { max-height: 5vmax !important; }
	.MaxHeight-xl-6vmax { max-height: 6vmax !important; }
	.MaxHeight-xl-7vmax { max-height: 7vmax !important; }
	.MaxHeight-xl-8vmax { max-height: 8vmax !important; }
	.MaxHeight-xl-9vmax { max-height: 9vmax !important; }
	.MaxHeight-xl-10vmax { max-height: 10vmax !important; }
	.MaxHeight-xl-11vmax { max-height: 11vmax !important; }
	.MaxHeight-xl-12vmax { max-height: 12vmax !important; }
	.MaxHeight-xl-13vmax { max-height: 13vmax !important; }
	.MaxHeight-xl-14vmax { max-height: 14vmax !important; }
	.MaxHeight-xl-15vmax { max-height: 15vmax !important; }
	.MaxHeight-xl-16vmax { max-height: 16vmax !important; }
	.MaxHeight-xl-17vmax { max-height: 17vmax !important; }
	.MaxHeight-xl-18vmax { max-height: 18vmax !important; }
	.MaxHeight-xl-19vmax { max-height: 19vmax !important; }
	.MaxHeight-xl-20vmax { max-height: 20vmax !important; }
	.MaxHeight-xl-21vmax { max-height: 21vmax !important; }
	.MaxHeight-xl-22vmax { max-height: 22vmax !important; }
	.MaxHeight-xl-23vmax { max-height: 23vmax !important; }
	.MaxHeight-xl-24vmax { max-height: 24vmax !important; }
	.MaxHeight-xl-25vmax { max-height: 25vmax !important; }
	.MaxHeight-xl-26vmax { max-height: 26vmax !important; }
	.MaxHeight-xl-27vmax { max-height: 27vmax !important; }
	.MaxHeight-xl-28vmax { max-height: 28vmax !important; }
	.MaxHeight-xl-29vmax { max-height: 29vmax !important; }
	.MaxHeight-xl-30vmax { max-height: 30vmax !important; }
	.MaxHeight-xl-31vmax { max-height: 31vmax !important; }
	.MaxHeight-xl-32vmax { max-height: 32vmax !important; }
	.MaxHeight-xl-33vmax { max-height: 33vmax !important; }
	.MaxHeight-xl-34vmax { max-height: 34vmax !important; }
	.MaxHeight-xl-35vmax { max-height: 35vmax !important; }
	.MaxHeight-xl-36vmax { max-height: 36vmax !important; }
	.MaxHeight-xl-37vmax { max-height: 37vmax !important; }
	.MaxHeight-xl-38vmax { max-height: 38vmax !important; }
	.MaxHeight-xl-39vmax { max-height: 39vmax !important; }
	.MaxHeight-xl-40vmax { max-height: 40vmax !important; }
	.MaxHeight-xl-41vmax { max-height: 41vmax !important; }
	.MaxHeight-xl-42vmax { max-height: 42vmax !important; }
	.MaxHeight-xl-43vmax { max-height: 43vmax !important; }
	.MaxHeight-xl-44vmax { max-height: 44vmax !important; }
	.MaxHeight-xl-45vmax { max-height: 45vmax !important; }
	.MaxHeight-xl-46vmax { max-height: 46vmax !important; }
	.MaxHeight-xl-47vmax { max-height: 47vmax !important; }
	.MaxHeight-xl-48vmax { max-height: 48vmax !important; }
	.MaxHeight-xl-49vmax { max-height: 49vmax !important; }
	.MaxHeight-xl-50vmax { max-height: 50vmax !important; }
	.MaxHeight-xl-51vmax { max-height: 51vmax !important; }
	.MaxHeight-xl-52vmax { max-height: 52vmax !important; }
	.MaxHeight-xl-53vmax { max-height: 53vmax !important; }
	.MaxHeight-xl-54vmax { max-height: 54vmax !important; }
	.MaxHeight-xl-55vmax { max-height: 55vmax !important; }
	.MaxHeight-xl-56vmax { max-height: 56vmax !important; }
	.MaxHeight-xl-57vmax { max-height: 57vmax !important; }
	.MaxHeight-xl-58vmax { max-height: 58vmax !important; }
	.MaxHeight-xl-59vmax { max-height: 59vmax !important; }
	.MaxHeight-xl-60vmax { max-height: 60vmax !important; }
	.MaxHeight-xl-61vmax { max-height: 61vmax !important; }
	.MaxHeight-xl-62vmax { max-height: 62vmax !important; }
	.MaxHeight-xl-63vmax { max-height: 63vmax !important; }
	.MaxHeight-xl-64vmax { max-height: 64vmax !important; }
	.MaxHeight-xl-65vmax { max-height: 65vmax !important; }
	.MaxHeight-xl-66vmax { max-height: 66vmax !important; }
	.MaxHeight-xl-67vmax { max-height: 67vmax !important; }
	.MaxHeight-xl-68vmax { max-height: 68vmax !important; }
	.MaxHeight-xl-69vmax { max-height: 69vmax !important; }
	.MaxHeight-xl-70vmax { max-height: 70vmax !important; }
	.MaxHeight-xl-71vmax { max-height: 71vmax !important; }
	.MaxHeight-xl-72vmax { max-height: 72vmax !important; }
	.MaxHeight-xl-73vmax { max-height: 73vmax !important; }
	.MaxHeight-xl-74vmax { max-height: 74vmax !important; }
	.MaxHeight-xl-75vmax { max-height: 75vmax !important; }
	.MaxHeight-xl-76vmax { max-height: 76vmax !important; }
	.MaxHeight-xl-77vmax { max-height: 77vmax !important; }
	.MaxHeight-xl-78vmax { max-height: 78vmax !important; }
	.MaxHeight-xl-79vmax { max-height: 79vmax !important; }
	.MaxHeight-xl-80vmax { max-height: 80vmax !important; }
	.MaxHeight-xl-81vmax { max-height: 81vmax !important; }
	.MaxHeight-xl-82vmax { max-height: 82vmax !important; }
	.MaxHeight-xl-83vmax { max-height: 83vmax !important; }
	.MaxHeight-xl-84vmax { max-height: 84vmax !important; }
	.MaxHeight-xl-85vmax { max-height: 85vmax !important; }
	.MaxHeight-xl-86vmax { max-height: 86vmax !important; }
	.MaxHeight-xl-87vmax { max-height: 87vmax !important; }
	.MaxHeight-xl-88vmax { max-height: 88vmax !important; }
	.MaxHeight-xl-89vmax { max-height: 89vmax !important; }
	.MaxHeight-xl-90vmax { max-height: 90vmax !important; }
	.MaxHeight-xl-91vmax { max-height: 91vmax !important; }
	.MaxHeight-xl-92vmax { max-height: 92vmax !important; }
	.MaxHeight-xl-93vmax { max-height: 93vmax !important; }
	.MaxHeight-xl-94vmax { max-height: 94vmax !important; }
	.MaxHeight-xl-95vmax { max-height: 95vmax !important; }
	.MaxHeight-xl-96vmax { max-height: 96vmax !important; }
	.MaxHeight-xl-97vmax { max-height: 97vmax !important; }
	.MaxHeight-xl-98vmax { max-height: 98vmax !important; }
	.MaxHeight-xl-99vmax { max-height: 99vmax !important; }
	.MaxHeight-xl-100vmax { max-height: 100vmax !important; }
}


/* ------------------------------------------------------------------------------------ */

.Display-xs-none		 { display: none		 !important; }
.Display-xs-block		{ display: block		!important; }
.Display-xs-flex		 { display: flex		 !important; }
.Display-xs-inline	   { display: inline	   !important; }
.Display-xs-inline-block { display: inline-block !important; }

@media( min-width: 544px ) {
	.Display-sm-none		 { display: none		 !important; }
	.Display-sm-block		{ display: block		!important; }
	.Display-sm-flex		 { display: flex		 !important; }
	.Display-sm-inline	   { display: inline	   !important; }
	.Display-sm-inline-block { display: inline-block !important; }
}


@media( min-width: 768px ) {
	.Display-md-none		 { display: none		 !important; }
	.Display-md-block		{ display: block		!important; }
	.Display-md-flex		 { display: flex		 !important; }
	.Display-md-inline	   { display: inline	   !important; }
	.Display-md-inline-block { display: inline-block !important; }
}


@media( min-width: 1024px ) {
	.Display-lg-none		 { display: none		 !important; }
	.Display-lg-block		{ display: block		!important; }
	.Display-lg-flex		 { display: flex		 !important; }
	.Display-lg-inline	   { display: inline	   !important; }
	.Display-lg-inline-block { display: inline-block !important; }
}


@media( min-width: 1280px ) {
	.Display-xl-none		 { display: none		 !important; }
	.Display-xl-block		{ display: block		!important; }
	.Display-xl-flex		 { display: flex		 !important; }
	.Display-xl-inline	   { display: inline	   !important; }
	.Display-xl-inline-block { display: inline-block !important; }
}


/* ------------------------------------------------------------------------------------ */

.Text-xs-left	{ text-align: left	!important; }
.Text-xs-right   { text-align: right   !important; }
.Text-xs-center  { text-align: center  !important; }
.Text-xs-justify { text-align: justify !important; }
.Text-xs-inherit { text-align: inherit !important; }

@media( min-width: 544px ) {
	.Text-sm-left	{ text-align: left	!important; }
	.Text-sm-right   { text-align: right   !important; }
	.Text-sm-center  { text-align: center  !important; }
	.Text-sm-justify { text-align: justify !important; }
	.Text-sm-inherit { text-align: inherit !important; }
}


@media( min-width: 768px ) {
	.Text-md-left	{ text-align: left	!important; }
	.Text-md-right   { text-align: right   !important; }
	.Text-md-center  { text-align: center  !important; }
	.Text-md-justify { text-align: justify !important; }
	.Text-md-inherit { text-align: inherit !important; }
}


@media( min-width: 1024px ) {
	.Text-lg-left	{ text-align: left	!important; }
	.Text-lg-right   { text-align: right   !important; }
	.Text-lg-center  { text-align: center  !important; }
	.Text-lg-justify { text-align: justify !important; }
	.Text-lg-inherit { text-align: inherit !important; }
}


@media( min-width: 1280px ) {
	.Text-xl-left	{ text-align: left	!important; }
	.Text-xl-right   { text-align: right   !important; }
	.Text-xl-center  { text-align: center  !important; }
	.Text-xl-justify { text-align: justify !important; }
	.Text-xl-inherit { text-align: inherit !important; }
}


/* ------------------------------------------------------------------------------------ */

.Padding-xs-0 { padding: 0   !important; }
.Padding-xs-0em { padding: 0em !important; }
.Padding-xs-1em { padding: 1em !important; }
.Padding-xs-2em { padding: 2em !important; }
.Padding-xs-3em { padding: 3em !important; }
.Padding-xs-4em { padding: 4em !important; }
.Padding-xs-5em { padding: 5em !important; }
.Padding-xs-6em { padding: 6em !important; }
.Padding-xs-7em { padding: 7em !important; }
.Padding-xs-8em { padding: 8em !important; }
.Padding-xs-9em { padding: 9em !important; }
.Padding-xs-10em { padding: 10em !important; }
.Padding-xs-11em { padding: 11em !important; }
.Padding-xs-12em { padding: 12em !important; }
.Padding-xs-13em { padding: 13em !important; }
.Padding-xs-14em { padding: 14em !important; }
.Padding-xs-15em { padding: 15em !important; }
.Padding-xs-16em { padding: 16em !important; }
.Padding-xs-vertical-0   { padding-top: 0   !important; padding-bottom: 0   !important; }
.Padding-xs-vertical-0em { padding-top: 0em !important; padding-bottom: 0em !important; }
.Padding-xs-vertical-1em { padding-top: 1em !important; padding-bottom: 1em !important; }
.Padding-xs-vertical-2em { padding-top: 2em !important; padding-bottom: 2em !important; }
.Padding-xs-vertical-3em { padding-top: 3em !important; padding-bottom: 3em !important; }
.Padding-xs-vertical-4em { padding-top: 4em !important; padding-bottom: 4em !important; }
.Padding-xs-vertical-5em { padding-top: 5em !important; padding-bottom: 5em !important; }
.Padding-xs-vertical-6em { padding-top: 6em !important; padding-bottom: 6em !important; }
.Padding-xs-vertical-7em { padding-top: 7em !important; padding-bottom: 7em !important; }
.Padding-xs-vertical-8em { padding-top: 8em !important; padding-bottom: 8em !important; }
.Padding-xs-vertical-9em { padding-top: 9em !important; padding-bottom: 9em !important; }
.Padding-xs-vertical-10em { padding-top: 10em !important; padding-bottom: 10em !important; }
.Padding-xs-vertical-11em { padding-top: 11em !important; padding-bottom: 11em !important; }
.Padding-xs-vertical-12em { padding-top: 12em !important; padding-bottom: 12em !important; }
.Padding-xs-vertical-13em { padding-top: 13em !important; padding-bottom: 13em !important; }
.Padding-xs-vertical-14em { padding-top: 14em !important; padding-bottom: 14em !important; }
.Padding-xs-vertical-15em { padding-top: 15em !important; padding-bottom: 15em !important; }
.Padding-xs-vertical-16em { padding-top: 16em !important; padding-bottom: 16em !important; }
.Padding-xs-horizontal-0   { padding-right:  0   !important; padding-left:   0   !important; }
.Padding-xs-horizontal-0em { padding-right:  0em !important; padding-left:   0em !important; }
.Padding-xs-horizontal-1em { padding-right:  1em !important; padding-left:   1em !important; }
.Padding-xs-horizontal-2em { padding-right:  2em !important; padding-left:   2em !important; }
.Padding-xs-horizontal-3em { padding-right:  3em !important; padding-left:   3em !important; }
.Padding-xs-horizontal-4em { padding-right:  4em !important; padding-left:   4em !important; }
.Padding-xs-horizontal-5em { padding-right:  5em !important; padding-left:   5em !important; }
.Padding-xs-horizontal-6em { padding-right:  6em !important; padding-left:   6em !important; }
.Padding-xs-horizontal-7em { padding-right:  7em !important; padding-left:   7em !important; }
.Padding-xs-horizontal-8em { padding-right:  8em !important; padding-left:   8em !important; }
.Padding-xs-horizontal-9em { padding-right:  9em !important; padding-left:   9em !important; }
.Padding-xs-horizontal-10em { padding-right:  10em !important; padding-left:   10em !important; }
.Padding-xs-horizontal-11em { padding-right:  11em !important; padding-left:   11em !important; }
.Padding-xs-horizontal-12em { padding-right:  12em !important; padding-left:   12em !important; }
.Padding-xs-horizontal-13em { padding-right:  13em !important; padding-left:   13em !important; }
.Padding-xs-horizontal-14em { padding-right:  14em !important; padding-left:   14em !important; }
.Padding-xs-horizontal-15em { padding-right:  15em !important; padding-left:   15em !important; }
.Padding-xs-horizontal-16em { padding-right:  16em !important; padding-left:   16em !important; }
.Padding-xs-top-0   { padding-top: 0   !important; }
.Padding-xs-top-0em { padding-top: 0em !important; }
.Padding-xs-top-1em { padding-top: 1em !important; }
.Padding-xs-top-2em { padding-top: 2em !important; }
.Padding-xs-top-3em { padding-top: 3em !important; }
.Padding-xs-top-4em { padding-top: 4em !important; }
.Padding-xs-top-5em { padding-top: 5em !important; }
.Padding-xs-top-6em { padding-top: 6em !important; }
.Padding-xs-top-7em { padding-top: 7em !important; }
.Padding-xs-top-8em { padding-top: 8em !important; }
.Padding-xs-top-9em { padding-top: 9em !important; }
.Padding-xs-top-10em { padding-top: 10em !important; }
.Padding-xs-top-11em { padding-top: 11em !important; }
.Padding-xs-top-12em { padding-top: 12em !important; }
.Padding-xs-top-13em { padding-top: 13em !important; }
.Padding-xs-top-14em { padding-top: 14em !important; }
.Padding-xs-top-15em { padding-top: 15em !important; }
.Padding-xs-top-16em { padding-top: 16em !important; }
.Padding-xs-right-0   { padding-right: 0   !important; }
.Padding-xs-right-0em { padding-right: 0em !important; }
.Padding-xs-right-1em { padding-right: 1em !important; }
.Padding-xs-right-2em { padding-right: 2em !important; }
.Padding-xs-right-3em { padding-right: 3em !important; }
.Padding-xs-right-4em { padding-right: 4em !important; }
.Padding-xs-right-5em { padding-right: 5em !important; }
.Padding-xs-right-6em { padding-right: 6em !important; }
.Padding-xs-right-7em { padding-right: 7em !important; }
.Padding-xs-right-8em { padding-right: 8em !important; }
.Padding-xs-right-9em { padding-right: 9em !important; }
.Padding-xs-right-10em { padding-right: 10em !important; }
.Padding-xs-right-11em { padding-right: 11em !important; }
.Padding-xs-right-12em { padding-right: 12em !important; }
.Padding-xs-right-13em { padding-right: 13em !important; }
.Padding-xs-right-14em { padding-right: 14em !important; }
.Padding-xs-right-15em { padding-right: 15em !important; }
.Padding-xs-right-16em { padding-right: 16em !important; }
.Padding-xs-bottom-0   { padding-bottom: 0   !important; }
.Padding-xs-bottom-0em { padding-bottom: 0em !important; }
.Padding-xs-bottom-1em { padding-bottom: 1em !important; }
.Padding-xs-bottom-2em { padding-bottom: 2em !important; }
.Padding-xs-bottom-3em { padding-bottom: 3em !important; }
.Padding-xs-bottom-4em { padding-bottom: 4em !important; }
.Padding-xs-bottom-5em { padding-bottom: 5em !important; }
.Padding-xs-bottom-6em { padding-bottom: 6em !important; }
.Padding-xs-bottom-7em { padding-bottom: 7em !important; }
.Padding-xs-bottom-8em { padding-bottom: 8em !important; }
.Padding-xs-bottom-9em { padding-bottom: 9em !important; }
.Padding-xs-bottom-10em { padding-bottom: 10em !important; }
.Padding-xs-bottom-11em { padding-bottom: 11em !important; }
.Padding-xs-bottom-12em { padding-bottom: 12em !important; }
.Padding-xs-bottom-13em { padding-bottom: 13em !important; }
.Padding-xs-bottom-14em { padding-bottom: 14em !important; }
.Padding-xs-bottom-15em { padding-bottom: 15em !important; }
.Padding-xs-bottom-16em { padding-bottom: 16em !important; }
.Padding-xs-left-0   { padding-left: 0   !important; }
.Padding-xs-left-0em { padding-left: 0em !important; }
.Padding-xs-left-1em { padding-left: 1em !important; }
.Padding-xs-left-2em { padding-left: 2em !important; }
.Padding-xs-left-3em { padding-left: 3em !important; }
.Padding-xs-left-4em { padding-left: 4em !important; }
.Padding-xs-left-5em { padding-left: 5em !important; }
.Padding-xs-left-6em { padding-left: 6em !important; }
.Padding-xs-left-7em { padding-left: 7em !important; }
.Padding-xs-left-8em { padding-left: 8em !important; }
.Padding-xs-left-9em { padding-left: 9em !important; }
.Padding-xs-left-10em { padding-left: 10em !important; }
.Padding-xs-left-11em { padding-left: 11em !important; }
.Padding-xs-left-12em { padding-left: 12em !important; }
.Padding-xs-left-13em { padding-left: 13em !important; }
.Padding-xs-left-14em { padding-left: 14em !important; }
.Padding-xs-left-15em { padding-left: 15em !important; }
.Padding-xs-left-16em { padding-left: 16em !important; }
.Padding-xs-0x12em { padding: 0em !important; }
.Padding-xs-1x12em { padding: 0.083333333333333em !important; }
.Padding-xs-2x12em { padding: 0.16666666666667em !important; }
.Padding-xs-3x12em { padding: 0.25em !important; }
.Padding-xs-4x12em { padding: 0.33333333333333em !important; }
.Padding-xs-5x12em { padding: 0.41666666666667em !important; }
.Padding-xs-6x12em { padding: 0.5em !important; }
.Padding-xs-7x12em { padding: 0.58333333333333em !important; }
.Padding-xs-8x12em { padding: 0.66666666666667em !important; }
.Padding-xs-9x12em { padding: 0.75em !important; }
.Padding-xs-10x12em { padding: 0.83333333333333em !important; }
.Padding-xs-11x12em { padding: 0.91666666666667em !important; }
.Padding-xs-12x12em { padding: 1em !important; }
.Padding-xs-13x12em { padding: 1.0833333333333em !important; }
.Padding-xs-14x12em { padding: 1.1666666666667em !important; }
.Padding-xs-15x12em { padding: 1.25em !important; }
.Padding-xs-16x12em { padding: 1.3333333333333em !important; }
.Padding-xs-17x12em { padding: 1.4166666666667em !important; }
.Padding-xs-18x12em { padding: 1.5em !important; }
.Padding-xs-horizontal-0x12em { padding-left: 0em !important; padding-right: 0em !important; }
.Padding-xs-horizontal-1x12em { padding-left: 0.083333333333333em !important; padding-right: 0.083333333333333em !important; }
.Padding-xs-horizontal-2x12em { padding-left: 0.16666666666667em !important; padding-right: 0.16666666666667em !important; }
.Padding-xs-horizontal-3x12em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
.Padding-xs-horizontal-4x12em { padding-left: 0.33333333333333em !important; padding-right: 0.33333333333333em !important; }
.Padding-xs-horizontal-5x12em { padding-left: 0.41666666666667em !important; padding-right: 0.41666666666667em !important; }
.Padding-xs-horizontal-6x12em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
.Padding-xs-horizontal-7x12em { padding-left: 0.58333333333333em !important; padding-right: 0.58333333333333em !important; }
.Padding-xs-horizontal-8x12em { padding-left: 0.66666666666667em !important; padding-right: 0.66666666666667em !important; }
.Padding-xs-horizontal-9x12em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
.Padding-xs-horizontal-10x12em { padding-left: 0.83333333333333em !important; padding-right: 0.83333333333333em !important; }
.Padding-xs-horizontal-11x12em { padding-left: 0.91666666666667em !important; padding-right: 0.91666666666667em !important; }
.Padding-xs-horizontal-12x12em { padding-left: 1em !important; padding-right: 1em !important; }
.Padding-xs-horizontal-13x12em { padding-left: 1.0833333333333em !important; padding-right: 1.0833333333333em !important; }
.Padding-xs-horizontal-14x12em { padding-left: 1.1666666666667em !important; padding-right: 1.1666666666667em !important; }
.Padding-xs-horizontal-15x12em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
.Padding-xs-horizontal-16x12em { padding-left: 1.3333333333333em !important; padding-right: 1.3333333333333em !important; }
.Padding-xs-horizontal-17x12em { padding-left: 1.4166666666667em !important; padding-right: 1.4166666666667em !important; }
.Padding-xs-horizontal-18x12em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
.Padding-xs-vertical-0x12em { padding-top: 0em !important; padding-bottom: 0em !important; }
.Padding-xs-vertical-1x12em { padding-top: 0.083333333333333em !important; padding-bottom: 0.083333333333333em !important; }
.Padding-xs-vertical-2x12em { padding-top: 0.16666666666667em !important; padding-bottom: 0.16666666666667em !important; }
.Padding-xs-vertical-3x12em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
.Padding-xs-vertical-4x12em { padding-top: 0.33333333333333em !important; padding-bottom: 0.33333333333333em !important; }
.Padding-xs-vertical-5x12em { padding-top: 0.41666666666667em !important; padding-bottom: 0.41666666666667em !important; }
.Padding-xs-vertical-6x12em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
.Padding-xs-vertical-7x12em { padding-top: 0.58333333333333em !important; padding-bottom: 0.58333333333333em !important; }
.Padding-xs-vertical-8x12em { padding-top: 0.66666666666667em !important; padding-bottom: 0.66666666666667em !important; }
.Padding-xs-vertical-9x12em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
.Padding-xs-vertical-10x12em { padding-top: 0.83333333333333em !important; padding-bottom: 0.83333333333333em !important; }
.Padding-xs-vertical-11x12em { padding-top: 0.91666666666667em !important; padding-bottom: 0.91666666666667em !important; }
.Padding-xs-vertical-12x12em { padding-top: 1em !important; padding-bottom: 1em !important; }
.Padding-xs-vertical-13x12em { padding-top: 1.0833333333333em !important; padding-bottom: 1.0833333333333em !important; }
.Padding-xs-vertical-14x12em { padding-top: 1.1666666666667em !important; padding-bottom: 1.1666666666667em !important; }
.Padding-xs-vertical-15x12em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
.Padding-xs-vertical-16x12em { padding-top: 1.3333333333333em !important; padding-bottom: 1.3333333333333em !important; }
.Padding-xs-vertical-17x12em { padding-top: 1.4166666666667em !important; padding-bottom: 1.4166666666667em !important; }
.Padding-xs-vertical-18x12em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
.Padding-xs-top-0x12em { padding-top: 0em !important; }
.Padding-xs-top-1x12em { padding-top: 0.083333333333333em !important; }
.Padding-xs-top-2x12em { padding-top: 0.16666666666667em !important; }
.Padding-xs-top-3x12em { padding-top: 0.25em !important; }
.Padding-xs-top-4x12em { padding-top: 0.33333333333333em !important; }
.Padding-xs-top-5x12em { padding-top: 0.41666666666667em !important; }
.Padding-xs-top-6x12em { padding-top: 0.5em !important; }
.Padding-xs-top-7x12em { padding-top: 0.58333333333333em !important; }
.Padding-xs-top-8x12em { padding-top: 0.66666666666667em !important; }
.Padding-xs-top-9x12em { padding-top: 0.75em !important; }
.Padding-xs-top-10x12em { padding-top: 0.83333333333333em !important; }
.Padding-xs-top-11x12em { padding-top: 0.91666666666667em !important; }
.Padding-xs-top-12x12em { padding-top: 1em !important; }
.Padding-xs-top-13x12em { padding-top: 1.0833333333333em !important; }
.Padding-xs-top-14x12em { padding-top: 1.1666666666667em !important; }
.Padding-xs-top-15x12em { padding-top: 1.25em !important; }
.Padding-xs-top-16x12em { padding-top: 1.3333333333333em !important; }
.Padding-xs-top-17x12em { padding-top: 1.4166666666667em !important; }
.Padding-xs-top-18x12em { padding-top: 1.5em !important; }
.Padding-xs-right-0x12em { padding-right: 0em !important; }
.Padding-xs-right-1x12em { padding-right: 0.083333333333333em !important; }
.Padding-xs-right-2x12em { padding-right: 0.16666666666667em !important; }
.Padding-xs-right-3x12em { padding-right: 0.25em !important; }
.Padding-xs-right-4x12em { padding-right: 0.33333333333333em !important; }
.Padding-xs-right-5x12em { padding-right: 0.41666666666667em !important; }
.Padding-xs-right-6x12em { padding-right: 0.5em !important; }
.Padding-xs-right-7x12em { padding-right: 0.58333333333333em !important; }
.Padding-xs-right-8x12em { padding-right: 0.66666666666667em !important; }
.Padding-xs-right-9x12em { padding-right: 0.75em !important; }
.Padding-xs-right-10x12em { padding-right: 0.83333333333333em !important; }
.Padding-xs-right-11x12em { padding-right: 0.91666666666667em !important; }
.Padding-xs-right-12x12em { padding-right: 1em !important; }
.Padding-xs-right-13x12em { padding-right: 1.0833333333333em !important; }
.Padding-xs-right-14x12em { padding-right: 1.1666666666667em !important; }
.Padding-xs-right-15x12em { padding-right: 1.25em !important; }
.Padding-xs-right-16x12em { padding-right: 1.3333333333333em !important; }
.Padding-xs-right-17x12em { padding-right: 1.4166666666667em !important; }
.Padding-xs-right-18x12em { padding-right: 1.5em !important; }
.Padding-xs-bottom-0x12em { padding-bottom: 0em !important; }
.Padding-xs-bottom-1x12em { padding-bottom: 0.083333333333333em !important; }
.Padding-xs-bottom-2x12em { padding-bottom: 0.16666666666667em !important; }
.Padding-xs-bottom-3x12em { padding-bottom: 0.25em !important; }
.Padding-xs-bottom-4x12em { padding-bottom: 0.33333333333333em !important; }
.Padding-xs-bottom-5x12em { padding-bottom: 0.41666666666667em !important; }
.Padding-xs-bottom-6x12em { padding-bottom: 0.5em !important; }
.Padding-xs-bottom-7x12em { padding-bottom: 0.58333333333333em !important; }
.Padding-xs-bottom-8x12em { padding-bottom: 0.66666666666667em !important; }
.Padding-xs-bottom-9x12em { padding-bottom: 0.75em !important; }
.Padding-xs-bottom-10x12em { padding-bottom: 0.83333333333333em !important; }
.Padding-xs-bottom-11x12em { padding-bottom: 0.91666666666667em !important; }
.Padding-xs-bottom-12x12em { padding-bottom: 1em !important; }
.Padding-xs-bottom-13x12em { padding-bottom: 1.0833333333333em !important; }
.Padding-xs-bottom-14x12em { padding-bottom: 1.1666666666667em !important; }
.Padding-xs-bottom-15x12em { padding-bottom: 1.25em !important; }
.Padding-xs-bottom-16x12em { padding-bottom: 1.3333333333333em !important; }
.Padding-xs-bottom-17x12em { padding-bottom: 1.4166666666667em !important; }
.Padding-xs-bottom-18x12em { padding-bottom: 1.5em !important; }
.Padding-xs-left-0x12em { padding-left: 0em !important; }
.Padding-xs-left-1x12em { padding-left: 0.083333333333333em !important; }
.Padding-xs-left-2x12em { padding-left: 0.16666666666667em !important; }
.Padding-xs-left-3x12em { padding-left: 0.25em !important; }
.Padding-xs-left-4x12em { padding-left: 0.33333333333333em !important; }
.Padding-xs-left-5x12em { padding-left: 0.41666666666667em !important; }
.Padding-xs-left-6x12em { padding-left: 0.5em !important; }
.Padding-xs-left-7x12em { padding-left: 0.58333333333333em !important; }
.Padding-xs-left-8x12em { padding-left: 0.66666666666667em !important; }
.Padding-xs-left-9x12em { padding-left: 0.75em !important; }
.Padding-xs-left-10x12em { padding-left: 0.83333333333333em !important; }
.Padding-xs-left-11x12em { padding-left: 0.91666666666667em !important; }
.Padding-xs-left-12x12em { padding-left: 1em !important; }
.Padding-xs-left-13x12em { padding-left: 1.0833333333333em !important; }
.Padding-xs-left-14x12em { padding-left: 1.1666666666667em !important; }
.Padding-xs-left-15x12em { padding-left: 1.25em !important; }
.Padding-xs-left-16x12em { padding-left: 1.3333333333333em !important; }
.Padding-xs-left-17x12em { padding-left: 1.4166666666667em !important; }
.Padding-xs-left-18x12em { padding-left: 1.5em !important; }
.Padding-xs-0x16em { padding: 0em !important; }
.Padding-xs-1x16em { padding: 0.0625em !important; }
.Padding-xs-2x16em { padding: 0.125em !important; }
.Padding-xs-3x16em { padding: 0.1875em !important; }
.Padding-xs-4x16em { padding: 0.25em !important; }
.Padding-xs-5x16em { padding: 0.3125em !important; }
.Padding-xs-6x16em { padding: 0.375em !important; }
.Padding-xs-7x16em { padding: 0.4375em !important; }
.Padding-xs-8x16em { padding: 0.5em !important; }
.Padding-xs-9x16em { padding: 0.5625em !important; }
.Padding-xs-10x16em { padding: 0.625em !important; }
.Padding-xs-11x16em { padding: 0.6875em !important; }
.Padding-xs-12x16em { padding: 0.75em !important; }
.Padding-xs-13x16em { padding: 0.8125em !important; }
.Padding-xs-14x16em { padding: 0.875em !important; }
.Padding-xs-15x16em { padding: 0.9375em !important; }
.Padding-xs-16x16em { padding: 1em !important; }
.Padding-xs-17x16em { padding: 1.0625em !important; }
.Padding-xs-18x16em { padding: 1.125em !important; }
.Padding-xs-19x16em { padding: 1.1875em !important; }
.Padding-xs-20x16em { padding: 1.25em !important; }
.Padding-xs-21x16em { padding: 1.3125em !important; }
.Padding-xs-22x16em { padding: 1.375em !important; }
.Padding-xs-23x16em { padding: 1.4375em !important; }
.Padding-xs-24x16em { padding: 1.5em !important; }
.Padding-xs-horizontal-0x16em { padding-left: 0em !important; padding-right: 0em !important; }
.Padding-xs-horizontal-1x16em { padding-left: 0.0625em !important; padding-right: 0.0625em !important; }
.Padding-xs-horizontal-2x16em { padding-left: 0.125em !important; padding-right: 0.125em !important; }
.Padding-xs-horizontal-3x16em { padding-left: 0.1875em !important; padding-right: 0.1875em !important; }
.Padding-xs-horizontal-4x16em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
.Padding-xs-horizontal-5x16em { padding-left: 0.3125em !important; padding-right: 0.3125em !important; }
.Padding-xs-horizontal-6x16em { padding-left: 0.375em !important; padding-right: 0.375em !important; }
.Padding-xs-horizontal-7x16em { padding-left: 0.4375em !important; padding-right: 0.4375em !important; }
.Padding-xs-horizontal-8x16em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
.Padding-xs-horizontal-9x16em { padding-left: 0.5625em !important; padding-right: 0.5625em !important; }
.Padding-xs-horizontal-10x16em { padding-left: 0.625em !important; padding-right: 0.625em !important; }
.Padding-xs-horizontal-11x16em { padding-left: 0.6875em !important; padding-right: 0.6875em !important; }
.Padding-xs-horizontal-12x16em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
.Padding-xs-horizontal-13x16em { padding-left: 0.8125em !important; padding-right: 0.8125em !important; }
.Padding-xs-horizontal-14x16em { padding-left: 0.875em !important; padding-right: 0.875em !important; }
.Padding-xs-horizontal-15x16em { padding-left: 0.9375em !important; padding-right: 0.9375em !important; }
.Padding-xs-horizontal-16x16em { padding-left: 1em !important; padding-right: 1em !important; }
.Padding-xs-horizontal-17x16em { padding-left: 1.0625em !important; padding-right: 1.0625em !important; }
.Padding-xs-horizontal-18x16em { padding-left: 1.125em !important; padding-right: 1.125em !important; }
.Padding-xs-horizontal-19x16em { padding-left: 1.1875em !important; padding-right: 1.1875em !important; }
.Padding-xs-horizontal-20x16em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
.Padding-xs-horizontal-21x16em { padding-left: 1.3125em !important; padding-right: 1.3125em !important; }
.Padding-xs-horizontal-22x16em { padding-left: 1.375em !important; padding-right: 1.375em !important; }
.Padding-xs-horizontal-23x16em { padding-left: 1.4375em !important; padding-right: 1.4375em !important; }
.Padding-xs-horizontal-24x16em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
.Padding-xs-vertical-0x16em { padding-top: 0em !important; padding-bottom: 0em !important; }
.Padding-xs-vertical-1x16em { padding-top: 0.0625em !important; padding-bottom: 0.0625em !important; }
.Padding-xs-vertical-2x16em { padding-top: 0.125em !important; padding-bottom: 0.125em !important; }
.Padding-xs-vertical-3x16em { padding-top: 0.1875em !important; padding-bottom: 0.1875em !important; }
.Padding-xs-vertical-4x16em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
.Padding-xs-vertical-5x16em { padding-top: 0.3125em !important; padding-bottom: 0.3125em !important; }
.Padding-xs-vertical-6x16em { padding-top: 0.375em !important; padding-bottom: 0.375em !important; }
.Padding-xs-vertical-7x16em { padding-top: 0.4375em !important; padding-bottom: 0.4375em !important; }
.Padding-xs-vertical-8x16em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
.Padding-xs-vertical-9x16em { padding-top: 0.5625em !important; padding-bottom: 0.5625em !important; }
.Padding-xs-vertical-10x16em { padding-top: 0.625em !important; padding-bottom: 0.625em !important; }
.Padding-xs-vertical-11x16em { padding-top: 0.6875em !important; padding-bottom: 0.6875em !important; }
.Padding-xs-vertical-12x16em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
.Padding-xs-vertical-13x16em { padding-top: 0.8125em !important; padding-bottom: 0.8125em !important; }
.Padding-xs-vertical-14x16em { padding-top: 0.875em !important; padding-bottom: 0.875em !important; }
.Padding-xs-vertical-15x16em { padding-top: 0.9375em !important; padding-bottom: 0.9375em !important; }
.Padding-xs-vertical-16x16em { padding-top: 1em !important; padding-bottom: 1em !important; }
.Padding-xs-vertical-17x16em { padding-top: 1.0625em !important; padding-bottom: 1.0625em !important; }
.Padding-xs-vertical-18x16em { padding-top: 1.125em !important; padding-bottom: 1.125em !important; }
.Padding-xs-vertical-19x16em { padding-top: 1.1875em !important; padding-bottom: 1.1875em !important; }
.Padding-xs-vertical-20x16em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
.Padding-xs-vertical-21x16em { padding-top: 1.3125em !important; padding-bottom: 1.3125em !important; }
.Padding-xs-vertical-22x16em { padding-top: 1.375em !important; padding-bottom: 1.375em !important; }
.Padding-xs-vertical-23x16em { padding-top: 1.4375em !important; padding-bottom: 1.4375em !important; }
.Padding-xs-vertical-24x16em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
.Padding-xs-top-0x16em { padding-top: 0em !important; }
.Padding-xs-top-1x16em { padding-top: 0.0625em !important; }
.Padding-xs-top-2x16em { padding-top: 0.125em !important; }
.Padding-xs-top-3x16em { padding-top: 0.1875em !important; }
.Padding-xs-top-4x16em { padding-top: 0.25em !important; }
.Padding-xs-top-5x16em { padding-top: 0.3125em !important; }
.Padding-xs-top-6x16em { padding-top: 0.375em !important; }
.Padding-xs-top-7x16em { padding-top: 0.4375em !important; }
.Padding-xs-top-8x16em { padding-top: 0.5em !important; }
.Padding-xs-top-9x16em { padding-top: 0.5625em !important; }
.Padding-xs-top-10x16em { padding-top: 0.625em !important; }
.Padding-xs-top-11x16em { padding-top: 0.6875em !important; }
.Padding-xs-top-12x16em { padding-top: 0.75em !important; }
.Padding-xs-top-13x16em { padding-top: 0.8125em !important; }
.Padding-xs-top-14x16em { padding-top: 0.875em !important; }
.Padding-xs-top-15x16em { padding-top: 0.9375em !important; }
.Padding-xs-top-16x16em { padding-top: 1em !important; }
.Padding-xs-top-17x16em { padding-top: 1.0625em !important; }
.Padding-xs-top-18x16em { padding-top: 1.125em !important; }
.Padding-xs-top-19x16em { padding-top: 1.1875em !important; }
.Padding-xs-top-20x16em { padding-top: 1.25em !important; }
.Padding-xs-top-21x16em { padding-top: 1.3125em !important; }
.Padding-xs-top-22x16em { padding-top: 1.375em !important; }
.Padding-xs-top-23x16em { padding-top: 1.4375em !important; }
.Padding-xs-top-24x16em { padding-top: 1.5em !important; }
.Padding-xs-right-0x16em { padding-right: 0em !important; }
.Padding-xs-right-1x16em { padding-right: 0.0625em !important; }
.Padding-xs-right-2x16em { padding-right: 0.125em !important; }
.Padding-xs-right-3x16em { padding-right: 0.1875em !important; }
.Padding-xs-right-4x16em { padding-right: 0.25em !important; }
.Padding-xs-right-5x16em { padding-right: 0.3125em !important; }
.Padding-xs-right-6x16em { padding-right: 0.375em !important; }
.Padding-xs-right-7x16em { padding-right: 0.4375em !important; }
.Padding-xs-right-8x16em { padding-right: 0.5em !important; }
.Padding-xs-right-9x16em { padding-right: 0.5625em !important; }
.Padding-xs-right-10x16em { padding-right: 0.625em !important; }
.Padding-xs-right-11x16em { padding-right: 0.6875em !important; }
.Padding-xs-right-12x16em { padding-right: 0.75em !important; }
.Padding-xs-right-13x16em { padding-right: 0.8125em !important; }
.Padding-xs-right-14x16em { padding-right: 0.875em !important; }
.Padding-xs-right-15x16em { padding-right: 0.9375em !important; }
.Padding-xs-right-16x16em { padding-right: 1em !important; }
.Padding-xs-right-17x16em { padding-right: 1.0625em !important; }
.Padding-xs-right-18x16em { padding-right: 1.125em !important; }
.Padding-xs-right-19x16em { padding-right: 1.1875em !important; }
.Padding-xs-right-20x16em { padding-right: 1.25em !important; }
.Padding-xs-right-21x16em { padding-right: 1.3125em !important; }
.Padding-xs-right-22x16em { padding-right: 1.375em !important; }
.Padding-xs-right-23x16em { padding-right: 1.4375em !important; }
.Padding-xs-right-24x16em { padding-right: 1.5em !important; }
.Padding-xs-bottom-0x16em { padding-bottom: 0em !important; }
.Padding-xs-bottom-1x16em { padding-bottom: 0.0625em !important; }
.Padding-xs-bottom-2x16em { padding-bottom: 0.125em !important; }
.Padding-xs-bottom-3x16em { padding-bottom: 0.1875em !important; }
.Padding-xs-bottom-4x16em { padding-bottom: 0.25em !important; }
.Padding-xs-bottom-5x16em { padding-bottom: 0.3125em !important; }
.Padding-xs-bottom-6x16em { padding-bottom: 0.375em !important; }
.Padding-xs-bottom-7x16em { padding-bottom: 0.4375em !important; }
.Padding-xs-bottom-8x16em { padding-bottom: 0.5em !important; }
.Padding-xs-bottom-9x16em { padding-bottom: 0.5625em !important; }
.Padding-xs-bottom-10x16em { padding-bottom: 0.625em !important; }
.Padding-xs-bottom-11x16em { padding-bottom: 0.6875em !important; }
.Padding-xs-bottom-12x16em { padding-bottom: 0.75em !important; }
.Padding-xs-bottom-13x16em { padding-bottom: 0.8125em !important; }
.Padding-xs-bottom-14x16em { padding-bottom: 0.875em !important; }
.Padding-xs-bottom-15x16em { padding-bottom: 0.9375em !important; }
.Padding-xs-bottom-16x16em { padding-bottom: 1em !important; }
.Padding-xs-bottom-17x16em { padding-bottom: 1.0625em !important; }
.Padding-xs-bottom-18x16em { padding-bottom: 1.125em !important; }
.Padding-xs-bottom-19x16em { padding-bottom: 1.1875em !important; }
.Padding-xs-bottom-20x16em { padding-bottom: 1.25em !important; }
.Padding-xs-bottom-21x16em { padding-bottom: 1.3125em !important; }
.Padding-xs-bottom-22x16em { padding-bottom: 1.375em !important; }
.Padding-xs-bottom-23x16em { padding-bottom: 1.4375em !important; }
.Padding-xs-bottom-24x16em { padding-bottom: 1.5em !important; }
.Padding-xs-left-0x16em { padding-left: 0em !important; }
.Padding-xs-left-1x16em { padding-left: 0.0625em !important; }
.Padding-xs-left-2x16em { padding-left: 0.125em !important; }
.Padding-xs-left-3x16em { padding-left: 0.1875em !important; }
.Padding-xs-left-4x16em { padding-left: 0.25em !important; }
.Padding-xs-left-5x16em { padding-left: 0.3125em !important; }
.Padding-xs-left-6x16em { padding-left: 0.375em !important; }
.Padding-xs-left-7x16em { padding-left: 0.4375em !important; }
.Padding-xs-left-8x16em { padding-left: 0.5em !important; }
.Padding-xs-left-9x16em { padding-left: 0.5625em !important; }
.Padding-xs-left-10x16em { padding-left: 0.625em !important; }
.Padding-xs-left-11x16em { padding-left: 0.6875em !important; }
.Padding-xs-left-12x16em { padding-left: 0.75em !important; }
.Padding-xs-left-13x16em { padding-left: 0.8125em !important; }
.Padding-xs-left-14x16em { padding-left: 0.875em !important; }
.Padding-xs-left-15x16em { padding-left: 0.9375em !important; }
.Padding-xs-left-16x16em { padding-left: 1em !important; }
.Padding-xs-left-17x16em { padding-left: 1.0625em !important; }
.Padding-xs-left-18x16em { padding-left: 1.125em !important; }
.Padding-xs-left-19x16em { padding-left: 1.1875em !important; }
.Padding-xs-left-20x16em { padding-left: 1.25em !important; }
.Padding-xs-left-21x16em { padding-left: 1.3125em !important; }
.Padding-xs-left-22x16em { padding-left: 1.375em !important; }
.Padding-xs-left-23x16em { padding-left: 1.4375em !important; }
.Padding-xs-left-24x16em { padding-left: 1.5em !important; }
.Padding-xs-top-0x100 { padding-top: 0% !important; }
.Padding-xs-top-5x100 { padding-top: 5% !important; }
.Padding-xs-top-10x100 { padding-top: 10% !important; }
.Padding-xs-top-15x100 { padding-top: 15% !important; }
.Padding-xs-top-20x100 { padding-top: 20% !important; }
.Padding-xs-top-25x100 { padding-top: 25% !important; }
.Padding-xs-top-30x100 { padding-top: 30% !important; }
.Padding-xs-top-35x100 { padding-top: 35% !important; }
.Padding-xs-top-40x100 { padding-top: 40% !important; }
.Padding-xs-top-45x100 { padding-top: 45% !important; }
.Padding-xs-top-50x100 { padding-top: 50% !important; }
.Padding-xs-top-55x100 { padding-top: 55% !important; }
.Padding-xs-top-60x100 { padding-top: 60% !important; }
.Padding-xs-top-65x100 { padding-top: 65% !important; }
.Padding-xs-top-70x100 { padding-top: 70% !important; }
.Padding-xs-top-75x100 { padding-top: 75% !important; }
.Padding-xs-top-80x100 { padding-top: 80% !important; }
.Padding-xs-top-85x100 { padding-top: 85% !important; }
.Padding-xs-top-90x100 { padding-top: 90% !important; }
.Padding-xs-top-95x100 { padding-top: 95% !important; }
.Padding-xs-top-100x100 { padding-top: 100% !important; }
.Padding-xs-right-0x100 { padding-right: 0% !important; }
.Padding-xs-right-5x100 { padding-right: 5% !important; }
.Padding-xs-right-10x100 { padding-right: 10% !important; }
.Padding-xs-right-15x100 { padding-right: 15% !important; }
.Padding-xs-right-20x100 { padding-right: 20% !important; }
.Padding-xs-right-25x100 { padding-right: 25% !important; }
.Padding-xs-right-30x100 { padding-right: 30% !important; }
.Padding-xs-right-35x100 { padding-right: 35% !important; }
.Padding-xs-right-40x100 { padding-right: 40% !important; }
.Padding-xs-right-45x100 { padding-right: 45% !important; }
.Padding-xs-right-50x100 { padding-right: 50% !important; }
.Padding-xs-right-55x100 { padding-right: 55% !important; }
.Padding-xs-right-60x100 { padding-right: 60% !important; }
.Padding-xs-right-65x100 { padding-right: 65% !important; }
.Padding-xs-right-70x100 { padding-right: 70% !important; }
.Padding-xs-right-75x100 { padding-right: 75% !important; }
.Padding-xs-right-80x100 { padding-right: 80% !important; }
.Padding-xs-right-85x100 { padding-right: 85% !important; }
.Padding-xs-right-90x100 { padding-right: 90% !important; }
.Padding-xs-right-95x100 { padding-right: 95% !important; }
.Padding-xs-right-100x100 { padding-right: 100% !important; }
.Padding-xs-bottom-0x100 { padding-bottom: 0% !important; }
.Padding-xs-bottom-5x100 { padding-bottom: 5% !important; }
.Padding-xs-bottom-10x100 { padding-bottom: 10% !important; }
.Padding-xs-bottom-15x100 { padding-bottom: 15% !important; }
.Padding-xs-bottom-20x100 { padding-bottom: 20% !important; }
.Padding-xs-bottom-25x100 { padding-bottom: 25% !important; }
.Padding-xs-bottom-30x100 { padding-bottom: 30% !important; }
.Padding-xs-bottom-35x100 { padding-bottom: 35% !important; }
.Padding-xs-bottom-40x100 { padding-bottom: 40% !important; }
.Padding-xs-bottom-45x100 { padding-bottom: 45% !important; }
.Padding-xs-bottom-50x100 { padding-bottom: 50% !important; }
.Padding-xs-bottom-55x100 { padding-bottom: 55% !important; }
.Padding-xs-bottom-60x100 { padding-bottom: 60% !important; }
.Padding-xs-bottom-65x100 { padding-bottom: 65% !important; }
.Padding-xs-bottom-70x100 { padding-bottom: 70% !important; }
.Padding-xs-bottom-75x100 { padding-bottom: 75% !important; }
.Padding-xs-bottom-80x100 { padding-bottom: 80% !important; }
.Padding-xs-bottom-85x100 { padding-bottom: 85% !important; }
.Padding-xs-bottom-90x100 { padding-bottom: 90% !important; }
.Padding-xs-bottom-95x100 { padding-bottom: 95% !important; }
.Padding-xs-bottom-100x100 { padding-bottom: 100% !important; }
.Padding-xs-left-0x100 { padding-left: 0% !important; }
.Padding-xs-left-5x100 { padding-left: 5% !important; }
.Padding-xs-left-10x100 { padding-left: 10% !important; }
.Padding-xs-left-15x100 { padding-left: 15% !important; }
.Padding-xs-left-20x100 { padding-left: 20% !important; }
.Padding-xs-left-25x100 { padding-left: 25% !important; }
.Padding-xs-left-30x100 { padding-left: 30% !important; }
.Padding-xs-left-35x100 { padding-left: 35% !important; }
.Padding-xs-left-40x100 { padding-left: 40% !important; }
.Padding-xs-left-45x100 { padding-left: 45% !important; }
.Padding-xs-left-50x100 { padding-left: 50% !important; }
.Padding-xs-left-55x100 { padding-left: 55% !important; }
.Padding-xs-left-60x100 { padding-left: 60% !important; }
.Padding-xs-left-65x100 { padding-left: 65% !important; }
.Padding-xs-left-70x100 { padding-left: 70% !important; }
.Padding-xs-left-75x100 { padding-left: 75% !important; }
.Padding-xs-left-80x100 { padding-left: 80% !important; }
.Padding-xs-left-85x100 { padding-left: 85% !important; }
.Padding-xs-left-90x100 { padding-left: 90% !important; }
.Padding-xs-left-95x100 { padding-left: 95% !important; }
.Padding-xs-left-100x100 { padding-left: 100% !important; }

.Padding-xs-top-0vw { padding-top: 0vw !important; }
.Padding-xs-top-1vw { padding-top: 1vw !important; }
.Padding-xs-top-2vw { padding-top: 2vw !important; }
.Padding-xs-top-3vw { padding-top: 3vw !important; }
.Padding-xs-top-4vw { padding-top: 4vw !important; }
.Padding-xs-top-5vw { padding-top: 5vw !important; }
.Padding-xs-top-6vw { padding-top: 6vw !important; }
.Padding-xs-top-7vw { padding-top: 7vw !important; }
.Padding-xs-top-8vw { padding-top: 8vw !important; }
.Padding-xs-top-9vw { padding-top: 9vw !important; }
.Padding-xs-top-10vw { padding-top: 10vw !important; }
.Padding-xs-right-0vw { padding-right: 0vw !important; }
.Padding-xs-right-1vw { padding-right: 1vw !important; }
.Padding-xs-right-2vw { padding-right: 2vw !important; }
.Padding-xs-right-3vw { padding-right: 3vw !important; }
.Padding-xs-right-4vw { padding-right: 4vw !important; }
.Padding-xs-right-5vw { padding-right: 5vw !important; }
.Padding-xs-right-6vw { padding-right: 6vw !important; }
.Padding-xs-right-7vw { padding-right: 7vw !important; }
.Padding-xs-right-8vw { padding-right: 8vw !important; }
.Padding-xs-right-9vw { padding-right: 9vw !important; }
.Padding-xs-right-10vw { padding-right: 10vw !important; }
.Padding-xs-bottom-0vw { padding-bottom: 0vw !important; }
.Padding-xs-bottom-1vw { padding-bottom: 1vw !important; }
.Padding-xs-bottom-2vw { padding-bottom: 2vw !important; }
.Padding-xs-bottom-3vw { padding-bottom: 3vw !important; }
.Padding-xs-bottom-4vw { padding-bottom: 4vw !important; }
.Padding-xs-bottom-5vw { padding-bottom: 5vw !important; }
.Padding-xs-bottom-6vw { padding-bottom: 6vw !important; }
.Padding-xs-bottom-7vw { padding-bottom: 7vw !important; }
.Padding-xs-bottom-8vw { padding-bottom: 8vw !important; }
.Padding-xs-bottom-9vw { padding-bottom: 9vw !important; }
.Padding-xs-bottom-10vw { padding-bottom: 10vw !important; }
.Padding-xs-left-0vw { padding-left: 0vw !important; }
.Padding-xs-left-1vw { padding-left: 1vw !important; }
.Padding-xs-left-2vw { padding-left: 2vw !important; }
.Padding-xs-left-3vw { padding-left: 3vw !important; }
.Padding-xs-left-4vw { padding-left: 4vw !important; }
.Padding-xs-left-5vw { padding-left: 5vw !important; }
.Padding-xs-left-6vw { padding-left: 6vw !important; }
.Padding-xs-left-7vw { padding-left: 7vw !important; }
.Padding-xs-left-8vw { padding-left: 8vw !important; }
.Padding-xs-left-9vw { padding-left: 9vw !important; }
.Padding-xs-left-10vw { padding-left: 10vw !important; }


@media( min-width: 544px ) {
	.Padding-sm-0 { padding: 0   !important; }
	.Padding-sm-0em { padding: 0em !important; }
	.Padding-sm-1em { padding: 1em !important; }
	.Padding-sm-2em { padding: 2em !important; }
	.Padding-sm-3em { padding: 3em !important; }
	.Padding-sm-4em { padding: 4em !important; }
	.Padding-sm-5em { padding: 5em !important; }
	.Padding-sm-6em { padding: 6em !important; }
	.Padding-sm-7em { padding: 7em !important; }
	.Padding-sm-8em { padding: 8em !important; }
	.Padding-sm-9em { padding: 9em !important; }
	.Padding-sm-10em { padding: 10em !important; }
	.Padding-sm-11em { padding: 11em !important; }
	.Padding-sm-12em { padding: 12em !important; }
	.Padding-sm-13em { padding: 13em !important; }
	.Padding-sm-14em { padding: 14em !important; }
	.Padding-sm-15em { padding: 15em !important; }
	.Padding-sm-16em { padding: 16em !important; }
	.Padding-sm-vertical-0   { padding-top: 0   !important; padding-bottom: 0   !important; }
	.Padding-sm-vertical-0em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-sm-vertical-1em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-sm-vertical-2em { padding-top: 2em !important; padding-bottom: 2em !important; }
	.Padding-sm-vertical-3em { padding-top: 3em !important; padding-bottom: 3em !important; }
	.Padding-sm-vertical-4em { padding-top: 4em !important; padding-bottom: 4em !important; }
	.Padding-sm-vertical-5em { padding-top: 5em !important; padding-bottom: 5em !important; }
	.Padding-sm-vertical-6em { padding-top: 6em !important; padding-bottom: 6em !important; }
	.Padding-sm-vertical-7em { padding-top: 7em !important; padding-bottom: 7em !important; }
	.Padding-sm-vertical-8em { padding-top: 8em !important; padding-bottom: 8em !important; }
	.Padding-sm-vertical-9em { padding-top: 9em !important; padding-bottom: 9em !important; }
	.Padding-sm-vertical-10em { padding-top: 10em !important; padding-bottom: 10em !important; }
	.Padding-sm-vertical-11em { padding-top: 11em !important; padding-bottom: 11em !important; }
	.Padding-sm-vertical-12em { padding-top: 12em !important; padding-bottom: 12em !important; }
	.Padding-sm-vertical-13em { padding-top: 13em !important; padding-bottom: 13em !important; }
	.Padding-sm-vertical-14em { padding-top: 14em !important; padding-bottom: 14em !important; }
	.Padding-sm-vertical-15em { padding-top: 15em !important; padding-bottom: 15em !important; }
	.Padding-sm-vertical-16em { padding-top: 16em !important; padding-bottom: 16em !important; }
	.Padding-sm-horizontal-0   { padding-right:  0   !important; padding-left:   0   !important; }
	.Padding-sm-horizontal-0em { padding-right:  0em !important; padding-left:   0em !important; }
	.Padding-sm-horizontal-1em { padding-right:  1em !important; padding-left:   1em !important; }
	.Padding-sm-horizontal-2em { padding-right:  2em !important; padding-left:   2em !important; }
	.Padding-sm-horizontal-3em { padding-right:  3em !important; padding-left:   3em !important; }
	.Padding-sm-horizontal-4em { padding-right:  4em !important; padding-left:   4em !important; }
	.Padding-sm-horizontal-5em { padding-right:  5em !important; padding-left:   5em !important; }
	.Padding-sm-horizontal-6em { padding-right:  6em !important; padding-left:   6em !important; }
	.Padding-sm-horizontal-7em { padding-right:  7em !important; padding-left:   7em !important; }
	.Padding-sm-horizontal-8em { padding-right:  8em !important; padding-left:   8em !important; }
	.Padding-sm-horizontal-9em { padding-right:  9em !important; padding-left:   9em !important; }
	.Padding-sm-horizontal-10em { padding-right:  10em !important; padding-left:   10em !important; }
	.Padding-sm-horizontal-11em { padding-right:  11em !important; padding-left:   11em !important; }
	.Padding-sm-horizontal-12em { padding-right:  12em !important; padding-left:   12em !important; }
	.Padding-sm-horizontal-13em { padding-right:  13em !important; padding-left:   13em !important; }
	.Padding-sm-horizontal-14em { padding-right:  14em !important; padding-left:   14em !important; }
	.Padding-sm-horizontal-15em { padding-right:  15em !important; padding-left:   15em !important; }
	.Padding-sm-horizontal-16em { padding-right:  16em !important; padding-left:   16em !important; }
	.Padding-sm-top-0   { padding-top: 0   !important; }
	.Padding-sm-top-0em { padding-top: 0em !important; }
	.Padding-sm-top-1em { padding-top: 1em !important; }
	.Padding-sm-top-2em { padding-top: 2em !important; }
	.Padding-sm-top-3em { padding-top: 3em !important; }
	.Padding-sm-top-4em { padding-top: 4em !important; }
	.Padding-sm-top-5em { padding-top: 5em !important; }
	.Padding-sm-top-6em { padding-top: 6em !important; }
	.Padding-sm-top-7em { padding-top: 7em !important; }
	.Padding-sm-top-8em { padding-top: 8em !important; }
	.Padding-sm-top-9em { padding-top: 9em !important; }
	.Padding-sm-top-10em { padding-top: 10em !important; }
	.Padding-sm-top-11em { padding-top: 11em !important; }
	.Padding-sm-top-12em { padding-top: 12em !important; }
	.Padding-sm-top-13em { padding-top: 13em !important; }
	.Padding-sm-top-14em { padding-top: 14em !important; }
	.Padding-sm-top-15em { padding-top: 15em !important; }
	.Padding-sm-top-16em { padding-top: 16em !important; }
	.Padding-sm-right-0   { padding-right: 0   !important; }
	.Padding-sm-right-0em { padding-right: 0em !important; }
	.Padding-sm-right-1em { padding-right: 1em !important; }
	.Padding-sm-right-2em { padding-right: 2em !important; }
	.Padding-sm-right-3em { padding-right: 3em !important; }
	.Padding-sm-right-4em { padding-right: 4em !important; }
	.Padding-sm-right-5em { padding-right: 5em !important; }
	.Padding-sm-right-6em { padding-right: 6em !important; }
	.Padding-sm-right-7em { padding-right: 7em !important; }
	.Padding-sm-right-8em { padding-right: 8em !important; }
	.Padding-sm-right-9em { padding-right: 9em !important; }
	.Padding-sm-right-10em { padding-right: 10em !important; }
	.Padding-sm-right-11em { padding-right: 11em !important; }
	.Padding-sm-right-12em { padding-right: 12em !important; }
	.Padding-sm-right-13em { padding-right: 13em !important; }
	.Padding-sm-right-14em { padding-right: 14em !important; }
	.Padding-sm-right-15em { padding-right: 15em !important; }
	.Padding-sm-right-16em { padding-right: 16em !important; }
	.Padding-sm-bottom-0   { padding-bottom: 0   !important; }
	.Padding-sm-bottom-0em { padding-bottom: 0em !important; }
	.Padding-sm-bottom-1em { padding-bottom: 1em !important; }
	.Padding-sm-bottom-2em { padding-bottom: 2em !important; }
	.Padding-sm-bottom-3em { padding-bottom: 3em !important; }
	.Padding-sm-bottom-4em { padding-bottom: 4em !important; }
	.Padding-sm-bottom-5em { padding-bottom: 5em !important; }
	.Padding-sm-bottom-6em { padding-bottom: 6em !important; }
	.Padding-sm-bottom-7em { padding-bottom: 7em !important; }
	.Padding-sm-bottom-8em { padding-bottom: 8em !important; }
	.Padding-sm-bottom-9em { padding-bottom: 9em !important; }
	.Padding-sm-bottom-10em { padding-bottom: 10em !important; }
	.Padding-sm-bottom-11em { padding-bottom: 11em !important; }
	.Padding-sm-bottom-12em { padding-bottom: 12em !important; }
	.Padding-sm-bottom-13em { padding-bottom: 13em !important; }
	.Padding-sm-bottom-14em { padding-bottom: 14em !important; }
	.Padding-sm-bottom-15em { padding-bottom: 15em !important; }
	.Padding-sm-bottom-16em { padding-bottom: 16em !important; }
	.Padding-sm-left-0   { padding-left: 0   !important; }
	.Padding-sm-left-0em { padding-left: 0em !important; }
	.Padding-sm-left-1em { padding-left: 1em !important; }
	.Padding-sm-left-2em { padding-left: 2em !important; }
	.Padding-sm-left-3em { padding-left: 3em !important; }
	.Padding-sm-left-4em { padding-left: 4em !important; }
	.Padding-sm-left-5em { padding-left: 5em !important; }
	.Padding-sm-left-6em { padding-left: 6em !important; }
	.Padding-sm-left-7em { padding-left: 7em !important; }
	.Padding-sm-left-8em { padding-left: 8em !important; }
	.Padding-sm-left-9em { padding-left: 9em !important; }
	.Padding-sm-left-10em { padding-left: 10em !important; }
	.Padding-sm-left-11em { padding-left: 11em !important; }
	.Padding-sm-left-12em { padding-left: 12em !important; }
	.Padding-sm-left-13em { padding-left: 13em !important; }
	.Padding-sm-left-14em { padding-left: 14em !important; }
	.Padding-sm-left-15em { padding-left: 15em !important; }
	.Padding-sm-left-16em { padding-left: 16em !important; }
	.Padding-sm-0x12em { padding: 0em !important; }
	.Padding-sm-1x12em { padding: 0.083333333333333em !important; }
	.Padding-sm-2x12em { padding: 0.16666666666667em !important; }
	.Padding-sm-3x12em { padding: 0.25em !important; }
	.Padding-sm-4x12em { padding: 0.33333333333333em !important; }
	.Padding-sm-5x12em { padding: 0.41666666666667em !important; }
	.Padding-sm-6x12em { padding: 0.5em !important; }
	.Padding-sm-7x12em { padding: 0.58333333333333em !important; }
	.Padding-sm-8x12em { padding: 0.66666666666667em !important; }
	.Padding-sm-9x12em { padding: 0.75em !important; }
	.Padding-sm-10x12em { padding: 0.83333333333333em !important; }
	.Padding-sm-11x12em { padding: 0.91666666666667em !important; }
	.Padding-sm-12x12em { padding: 1em !important; }
	.Padding-sm-13x12em { padding: 1.0833333333333em !important; }
	.Padding-sm-14x12em { padding: 1.1666666666667em !important; }
	.Padding-sm-15x12em { padding: 1.25em !important; }
	.Padding-sm-16x12em { padding: 1.3333333333333em !important; }
	.Padding-sm-17x12em { padding: 1.4166666666667em !important; }
	.Padding-sm-18x12em { padding: 1.5em !important; }
	.Padding-sm-horizontal-0x12em { padding-left: 0em !important; padding-right: 0em !important; }
	.Padding-sm-horizontal-1x12em { padding-left: 0.083333333333333em !important; padding-right: 0.083333333333333em !important; }
	.Padding-sm-horizontal-2x12em { padding-left: 0.16666666666667em !important; padding-right: 0.16666666666667em !important; }
	.Padding-sm-horizontal-3x12em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
	.Padding-sm-horizontal-4x12em { padding-left: 0.33333333333333em !important; padding-right: 0.33333333333333em !important; }
	.Padding-sm-horizontal-5x12em { padding-left: 0.41666666666667em !important; padding-right: 0.41666666666667em !important; }
	.Padding-sm-horizontal-6x12em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
	.Padding-sm-horizontal-7x12em { padding-left: 0.58333333333333em !important; padding-right: 0.58333333333333em !important; }
	.Padding-sm-horizontal-8x12em { padding-left: 0.66666666666667em !important; padding-right: 0.66666666666667em !important; }
	.Padding-sm-horizontal-9x12em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
	.Padding-sm-horizontal-10x12em { padding-left: 0.83333333333333em !important; padding-right: 0.83333333333333em !important; }
	.Padding-sm-horizontal-11x12em { padding-left: 0.91666666666667em !important; padding-right: 0.91666666666667em !important; }
	.Padding-sm-horizontal-12x12em { padding-left: 1em !important; padding-right: 1em !important; }
	.Padding-sm-horizontal-13x12em { padding-left: 1.0833333333333em !important; padding-right: 1.0833333333333em !important; }
	.Padding-sm-horizontal-14x12em { padding-left: 1.1666666666667em !important; padding-right: 1.1666666666667em !important; }
	.Padding-sm-horizontal-15x12em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
	.Padding-sm-horizontal-16x12em { padding-left: 1.3333333333333em !important; padding-right: 1.3333333333333em !important; }
	.Padding-sm-horizontal-17x12em { padding-left: 1.4166666666667em !important; padding-right: 1.4166666666667em !important; }
	.Padding-sm-horizontal-18x12em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
	.Padding-sm-vertical-0x12em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-sm-vertical-1x12em { padding-top: 0.083333333333333em !important; padding-bottom: 0.083333333333333em !important; }
	.Padding-sm-vertical-2x12em { padding-top: 0.16666666666667em !important; padding-bottom: 0.16666666666667em !important; }
	.Padding-sm-vertical-3x12em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
	.Padding-sm-vertical-4x12em { padding-top: 0.33333333333333em !important; padding-bottom: 0.33333333333333em !important; }
	.Padding-sm-vertical-5x12em { padding-top: 0.41666666666667em !important; padding-bottom: 0.41666666666667em !important; }
	.Padding-sm-vertical-6x12em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
	.Padding-sm-vertical-7x12em { padding-top: 0.58333333333333em !important; padding-bottom: 0.58333333333333em !important; }
	.Padding-sm-vertical-8x12em { padding-top: 0.66666666666667em !important; padding-bottom: 0.66666666666667em !important; }
	.Padding-sm-vertical-9x12em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
	.Padding-sm-vertical-10x12em { padding-top: 0.83333333333333em !important; padding-bottom: 0.83333333333333em !important; }
	.Padding-sm-vertical-11x12em { padding-top: 0.91666666666667em !important; padding-bottom: 0.91666666666667em !important; }
	.Padding-sm-vertical-12x12em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-sm-vertical-13x12em { padding-top: 1.0833333333333em !important; padding-bottom: 1.0833333333333em !important; }
	.Padding-sm-vertical-14x12em { padding-top: 1.1666666666667em !important; padding-bottom: 1.1666666666667em !important; }
	.Padding-sm-vertical-15x12em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
	.Padding-sm-vertical-16x12em { padding-top: 1.3333333333333em !important; padding-bottom: 1.3333333333333em !important; }
	.Padding-sm-vertical-17x12em { padding-top: 1.4166666666667em !important; padding-bottom: 1.4166666666667em !important; }
	.Padding-sm-vertical-18x12em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
	.Padding-sm-top-0x12em { padding-top: 0em !important; }
	.Padding-sm-top-1x12em { padding-top: 0.083333333333333em !important; }
	.Padding-sm-top-2x12em { padding-top: 0.16666666666667em !important; }
	.Padding-sm-top-3x12em { padding-top: 0.25em !important; }
	.Padding-sm-top-4x12em { padding-top: 0.33333333333333em !important; }
	.Padding-sm-top-5x12em { padding-top: 0.41666666666667em !important; }
	.Padding-sm-top-6x12em { padding-top: 0.5em !important; }
	.Padding-sm-top-7x12em { padding-top: 0.58333333333333em !important; }
	.Padding-sm-top-8x12em { padding-top: 0.66666666666667em !important; }
	.Padding-sm-top-9x12em { padding-top: 0.75em !important; }
	.Padding-sm-top-10x12em { padding-top: 0.83333333333333em !important; }
	.Padding-sm-top-11x12em { padding-top: 0.91666666666667em !important; }
	.Padding-sm-top-12x12em { padding-top: 1em !important; }
	.Padding-sm-top-13x12em { padding-top: 1.0833333333333em !important; }
	.Padding-sm-top-14x12em { padding-top: 1.1666666666667em !important; }
	.Padding-sm-top-15x12em { padding-top: 1.25em !important; }
	.Padding-sm-top-16x12em { padding-top: 1.3333333333333em !important; }
	.Padding-sm-top-17x12em { padding-top: 1.4166666666667em !important; }
	.Padding-sm-top-18x12em { padding-top: 1.5em !important; }
	.Padding-sm-right-0x12em { padding-right: 0em !important; }
	.Padding-sm-right-1x12em { padding-right: 0.083333333333333em !important; }
	.Padding-sm-right-2x12em { padding-right: 0.16666666666667em !important; }
	.Padding-sm-right-3x12em { padding-right: 0.25em !important; }
	.Padding-sm-right-4x12em { padding-right: 0.33333333333333em !important; }
	.Padding-sm-right-5x12em { padding-right: 0.41666666666667em !important; }
	.Padding-sm-right-6x12em { padding-right: 0.5em !important; }
	.Padding-sm-right-7x12em { padding-right: 0.58333333333333em !important; }
	.Padding-sm-right-8x12em { padding-right: 0.66666666666667em !important; }
	.Padding-sm-right-9x12em { padding-right: 0.75em !important; }
	.Padding-sm-right-10x12em { padding-right: 0.83333333333333em !important; }
	.Padding-sm-right-11x12em { padding-right: 0.91666666666667em !important; }
	.Padding-sm-right-12x12em { padding-right: 1em !important; }
	.Padding-sm-right-13x12em { padding-right: 1.0833333333333em !important; }
	.Padding-sm-right-14x12em { padding-right: 1.1666666666667em !important; }
	.Padding-sm-right-15x12em { padding-right: 1.25em !important; }
	.Padding-sm-right-16x12em { padding-right: 1.3333333333333em !important; }
	.Padding-sm-right-17x12em { padding-right: 1.4166666666667em !important; }
	.Padding-sm-right-18x12em { padding-right: 1.5em !important; }
	.Padding-sm-bottom-0x12em { padding-bottom: 0em !important; }
	.Padding-sm-bottom-1x12em { padding-bottom: 0.083333333333333em !important; }
	.Padding-sm-bottom-2x12em { padding-bottom: 0.16666666666667em !important; }
	.Padding-sm-bottom-3x12em { padding-bottom: 0.25em !important; }
	.Padding-sm-bottom-4x12em { padding-bottom: 0.33333333333333em !important; }
	.Padding-sm-bottom-5x12em { padding-bottom: 0.41666666666667em !important; }
	.Padding-sm-bottom-6x12em { padding-bottom: 0.5em !important; }
	.Padding-sm-bottom-7x12em { padding-bottom: 0.58333333333333em !important; }
	.Padding-sm-bottom-8x12em { padding-bottom: 0.66666666666667em !important; }
	.Padding-sm-bottom-9x12em { padding-bottom: 0.75em !important; }
	.Padding-sm-bottom-10x12em { padding-bottom: 0.83333333333333em !important; }
	.Padding-sm-bottom-11x12em { padding-bottom: 0.91666666666667em !important; }
	.Padding-sm-bottom-12x12em { padding-bottom: 1em !important; }
	.Padding-sm-bottom-13x12em { padding-bottom: 1.0833333333333em !important; }
	.Padding-sm-bottom-14x12em { padding-bottom: 1.1666666666667em !important; }
	.Padding-sm-bottom-15x12em { padding-bottom: 1.25em !important; }
	.Padding-sm-bottom-16x12em { padding-bottom: 1.3333333333333em !important; }
	.Padding-sm-bottom-17x12em { padding-bottom: 1.4166666666667em !important; }
	.Padding-sm-bottom-18x12em { padding-bottom: 1.5em !important; }
	.Padding-sm-left-0x12em { padding-left: 0em !important; }
	.Padding-sm-left-1x12em { padding-left: 0.083333333333333em !important; }
	.Padding-sm-left-2x12em { padding-left: 0.16666666666667em !important; }
	.Padding-sm-left-3x12em { padding-left: 0.25em !important; }
	.Padding-sm-left-4x12em { padding-left: 0.33333333333333em !important; }
	.Padding-sm-left-5x12em { padding-left: 0.41666666666667em !important; }
	.Padding-sm-left-6x12em { padding-left: 0.5em !important; }
	.Padding-sm-left-7x12em { padding-left: 0.58333333333333em !important; }
	.Padding-sm-left-8x12em { padding-left: 0.66666666666667em !important; }
	.Padding-sm-left-9x12em { padding-left: 0.75em !important; }
	.Padding-sm-left-10x12em { padding-left: 0.83333333333333em !important; }
	.Padding-sm-left-11x12em { padding-left: 0.91666666666667em !important; }
	.Padding-sm-left-12x12em { padding-left: 1em !important; }
	.Padding-sm-left-13x12em { padding-left: 1.0833333333333em !important; }
	.Padding-sm-left-14x12em { padding-left: 1.1666666666667em !important; }
	.Padding-sm-left-15x12em { padding-left: 1.25em !important; }
	.Padding-sm-left-16x12em { padding-left: 1.3333333333333em !important; }
	.Padding-sm-left-17x12em { padding-left: 1.4166666666667em !important; }
	.Padding-sm-left-18x12em { padding-left: 1.5em !important; }
	.Padding-sm-0x16em { padding: 0em !important; }
	.Padding-sm-1x16em { padding: 0.0625em !important; }
	.Padding-sm-2x16em { padding: 0.125em !important; }
	.Padding-sm-3x16em { padding: 0.1875em !important; }
	.Padding-sm-4x16em { padding: 0.25em !important; }
	.Padding-sm-5x16em { padding: 0.3125em !important; }
	.Padding-sm-6x16em { padding: 0.375em !important; }
	.Padding-sm-7x16em { padding: 0.4375em !important; }
	.Padding-sm-8x16em { padding: 0.5em !important; }
	.Padding-sm-9x16em { padding: 0.5625em !important; }
	.Padding-sm-10x16em { padding: 0.625em !important; }
	.Padding-sm-11x16em { padding: 0.6875em !important; }
	.Padding-sm-12x16em { padding: 0.75em !important; }
	.Padding-sm-13x16em { padding: 0.8125em !important; }
	.Padding-sm-14x16em { padding: 0.875em !important; }
	.Padding-sm-15x16em { padding: 0.9375em !important; }
	.Padding-sm-16x16em { padding: 1em !important; }
	.Padding-sm-17x16em { padding: 1.0625em !important; }
	.Padding-sm-18x16em { padding: 1.125em !important; }
	.Padding-sm-19x16em { padding: 1.1875em !important; }
	.Padding-sm-20x16em { padding: 1.25em !important; }
	.Padding-sm-21x16em { padding: 1.3125em !important; }
	.Padding-sm-22x16em { padding: 1.375em !important; }
	.Padding-sm-23x16em { padding: 1.4375em !important; }
	.Padding-sm-24x16em { padding: 1.5em !important; }
	.Padding-sm-horizontal-0x16em { padding-left: 0em !important; padding-right: 0em !important; }
	.Padding-sm-horizontal-1x16em { padding-left: 0.0625em !important; padding-right: 0.0625em !important; }
	.Padding-sm-horizontal-2x16em { padding-left: 0.125em !important; padding-right: 0.125em !important; }
	.Padding-sm-horizontal-3x16em { padding-left: 0.1875em !important; padding-right: 0.1875em !important; }
	.Padding-sm-horizontal-4x16em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
	.Padding-sm-horizontal-5x16em { padding-left: 0.3125em !important; padding-right: 0.3125em !important; }
	.Padding-sm-horizontal-6x16em { padding-left: 0.375em !important; padding-right: 0.375em !important; }
	.Padding-sm-horizontal-7x16em { padding-left: 0.4375em !important; padding-right: 0.4375em !important; }
	.Padding-sm-horizontal-8x16em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
	.Padding-sm-horizontal-9x16em { padding-left: 0.5625em !important; padding-right: 0.5625em !important; }
	.Padding-sm-horizontal-10x16em { padding-left: 0.625em !important; padding-right: 0.625em !important; }
	.Padding-sm-horizontal-11x16em { padding-left: 0.6875em !important; padding-right: 0.6875em !important; }
	.Padding-sm-horizontal-12x16em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
	.Padding-sm-horizontal-13x16em { padding-left: 0.8125em !important; padding-right: 0.8125em !important; }
	.Padding-sm-horizontal-14x16em { padding-left: 0.875em !important; padding-right: 0.875em !important; }
	.Padding-sm-horizontal-15x16em { padding-left: 0.9375em !important; padding-right: 0.9375em !important; }
	.Padding-sm-horizontal-16x16em { padding-left: 1em !important; padding-right: 1em !important; }
	.Padding-sm-horizontal-17x16em { padding-left: 1.0625em !important; padding-right: 1.0625em !important; }
	.Padding-sm-horizontal-18x16em { padding-left: 1.125em !important; padding-right: 1.125em !important; }
	.Padding-sm-horizontal-19x16em { padding-left: 1.1875em !important; padding-right: 1.1875em !important; }
	.Padding-sm-horizontal-20x16em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
	.Padding-sm-horizontal-21x16em { padding-left: 1.3125em !important; padding-right: 1.3125em !important; }
	.Padding-sm-horizontal-22x16em { padding-left: 1.375em !important; padding-right: 1.375em !important; }
	.Padding-sm-horizontal-23x16em { padding-left: 1.4375em !important; padding-right: 1.4375em !important; }
	.Padding-sm-horizontal-24x16em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
	.Padding-sm-vertical-0x16em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-sm-vertical-1x16em { padding-top: 0.0625em !important; padding-bottom: 0.0625em !important; }
	.Padding-sm-vertical-2x16em { padding-top: 0.125em !important; padding-bottom: 0.125em !important; }
	.Padding-sm-vertical-3x16em { padding-top: 0.1875em !important; padding-bottom: 0.1875em !important; }
	.Padding-sm-vertical-4x16em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
	.Padding-sm-vertical-5x16em { padding-top: 0.3125em !important; padding-bottom: 0.3125em !important; }
	.Padding-sm-vertical-6x16em { padding-top: 0.375em !important; padding-bottom: 0.375em !important; }
	.Padding-sm-vertical-7x16em { padding-top: 0.4375em !important; padding-bottom: 0.4375em !important; }
	.Padding-sm-vertical-8x16em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
	.Padding-sm-vertical-9x16em { padding-top: 0.5625em !important; padding-bottom: 0.5625em !important; }
	.Padding-sm-vertical-10x16em { padding-top: 0.625em !important; padding-bottom: 0.625em !important; }
	.Padding-sm-vertical-11x16em { padding-top: 0.6875em !important; padding-bottom: 0.6875em !important; }
	.Padding-sm-vertical-12x16em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
	.Padding-sm-vertical-13x16em { padding-top: 0.8125em !important; padding-bottom: 0.8125em !important; }
	.Padding-sm-vertical-14x16em { padding-top: 0.875em !important; padding-bottom: 0.875em !important; }
	.Padding-sm-vertical-15x16em { padding-top: 0.9375em !important; padding-bottom: 0.9375em !important; }
	.Padding-sm-vertical-16x16em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-sm-vertical-17x16em { padding-top: 1.0625em !important; padding-bottom: 1.0625em !important; }
	.Padding-sm-vertical-18x16em { padding-top: 1.125em !important; padding-bottom: 1.125em !important; }
	.Padding-sm-vertical-19x16em { padding-top: 1.1875em !important; padding-bottom: 1.1875em !important; }
	.Padding-sm-vertical-20x16em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
	.Padding-sm-vertical-21x16em { padding-top: 1.3125em !important; padding-bottom: 1.3125em !important; }
	.Padding-sm-vertical-22x16em { padding-top: 1.375em !important; padding-bottom: 1.375em !important; }
	.Padding-sm-vertical-23x16em { padding-top: 1.4375em !important; padding-bottom: 1.4375em !important; }
	.Padding-sm-vertical-24x16em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
	.Padding-sm-top-0x16em { padding-top: 0em !important; }
	.Padding-sm-top-1x16em { padding-top: 0.0625em !important; }
	.Padding-sm-top-2x16em { padding-top: 0.125em !important; }
	.Padding-sm-top-3x16em { padding-top: 0.1875em !important; }
	.Padding-sm-top-4x16em { padding-top: 0.25em !important; }
	.Padding-sm-top-5x16em { padding-top: 0.3125em !important; }
	.Padding-sm-top-6x16em { padding-top: 0.375em !important; }
	.Padding-sm-top-7x16em { padding-top: 0.4375em !important; }
	.Padding-sm-top-8x16em { padding-top: 0.5em !important; }
	.Padding-sm-top-9x16em { padding-top: 0.5625em !important; }
	.Padding-sm-top-10x16em { padding-top: 0.625em !important; }
	.Padding-sm-top-11x16em { padding-top: 0.6875em !important; }
	.Padding-sm-top-12x16em { padding-top: 0.75em !important; }
	.Padding-sm-top-13x16em { padding-top: 0.8125em !important; }
	.Padding-sm-top-14x16em { padding-top: 0.875em !important; }
	.Padding-sm-top-15x16em { padding-top: 0.9375em !important; }
	.Padding-sm-top-16x16em { padding-top: 1em !important; }
	.Padding-sm-top-17x16em { padding-top: 1.0625em !important; }
	.Padding-sm-top-18x16em { padding-top: 1.125em !important; }
	.Padding-sm-top-19x16em { padding-top: 1.1875em !important; }
	.Padding-sm-top-20x16em { padding-top: 1.25em !important; }
	.Padding-sm-top-21x16em { padding-top: 1.3125em !important; }
	.Padding-sm-top-22x16em { padding-top: 1.375em !important; }
	.Padding-sm-top-23x16em { padding-top: 1.4375em !important; }
	.Padding-sm-top-24x16em { padding-top: 1.5em !important; }
	.Padding-sm-right-0x16em { padding-right: 0em !important; }
	.Padding-sm-right-1x16em { padding-right: 0.0625em !important; }
	.Padding-sm-right-2x16em { padding-right: 0.125em !important; }
	.Padding-sm-right-3x16em { padding-right: 0.1875em !important; }
	.Padding-sm-right-4x16em { padding-right: 0.25em !important; }
	.Padding-sm-right-5x16em { padding-right: 0.3125em !important; }
	.Padding-sm-right-6x16em { padding-right: 0.375em !important; }
	.Padding-sm-right-7x16em { padding-right: 0.4375em !important; }
	.Padding-sm-right-8x16em { padding-right: 0.5em !important; }
	.Padding-sm-right-9x16em { padding-right: 0.5625em !important; }
	.Padding-sm-right-10x16em { padding-right: 0.625em !important; }
	.Padding-sm-right-11x16em { padding-right: 0.6875em !important; }
	.Padding-sm-right-12x16em { padding-right: 0.75em !important; }
	.Padding-sm-right-13x16em { padding-right: 0.8125em !important; }
	.Padding-sm-right-14x16em { padding-right: 0.875em !important; }
	.Padding-sm-right-15x16em { padding-right: 0.9375em !important; }
	.Padding-sm-right-16x16em { padding-right: 1em !important; }
	.Padding-sm-right-17x16em { padding-right: 1.0625em !important; }
	.Padding-sm-right-18x16em { padding-right: 1.125em !important; }
	.Padding-sm-right-19x16em { padding-right: 1.1875em !important; }
	.Padding-sm-right-20x16em { padding-right: 1.25em !important; }
	.Padding-sm-right-21x16em { padding-right: 1.3125em !important; }
	.Padding-sm-right-22x16em { padding-right: 1.375em !important; }
	.Padding-sm-right-23x16em { padding-right: 1.4375em !important; }
	.Padding-sm-right-24x16em { padding-right: 1.5em !important; }
	.Padding-sm-bottom-0x16em { padding-bottom: 0em !important; }
	.Padding-sm-bottom-1x16em { padding-bottom: 0.0625em !important; }
	.Padding-sm-bottom-2x16em { padding-bottom: 0.125em !important; }
	.Padding-sm-bottom-3x16em { padding-bottom: 0.1875em !important; }
	.Padding-sm-bottom-4x16em { padding-bottom: 0.25em !important; }
	.Padding-sm-bottom-5x16em { padding-bottom: 0.3125em !important; }
	.Padding-sm-bottom-6x16em { padding-bottom: 0.375em !important; }
	.Padding-sm-bottom-7x16em { padding-bottom: 0.4375em !important; }
	.Padding-sm-bottom-8x16em { padding-bottom: 0.5em !important; }
	.Padding-sm-bottom-9x16em { padding-bottom: 0.5625em !important; }
	.Padding-sm-bottom-10x16em { padding-bottom: 0.625em !important; }
	.Padding-sm-bottom-11x16em { padding-bottom: 0.6875em !important; }
	.Padding-sm-bottom-12x16em { padding-bottom: 0.75em !important; }
	.Padding-sm-bottom-13x16em { padding-bottom: 0.8125em !important; }
	.Padding-sm-bottom-14x16em { padding-bottom: 0.875em !important; }
	.Padding-sm-bottom-15x16em { padding-bottom: 0.9375em !important; }
	.Padding-sm-bottom-16x16em { padding-bottom: 1em !important; }
	.Padding-sm-bottom-17x16em { padding-bottom: 1.0625em !important; }
	.Padding-sm-bottom-18x16em { padding-bottom: 1.125em !important; }
	.Padding-sm-bottom-19x16em { padding-bottom: 1.1875em !important; }
	.Padding-sm-bottom-20x16em { padding-bottom: 1.25em !important; }
	.Padding-sm-bottom-21x16em { padding-bottom: 1.3125em !important; }
	.Padding-sm-bottom-22x16em { padding-bottom: 1.375em !important; }
	.Padding-sm-bottom-23x16em { padding-bottom: 1.4375em !important; }
	.Padding-sm-bottom-24x16em { padding-bottom: 1.5em !important; }
	.Padding-sm-left-0x16em { padding-left: 0em !important; }
	.Padding-sm-left-1x16em { padding-left: 0.0625em !important; }
	.Padding-sm-left-2x16em { padding-left: 0.125em !important; }
	.Padding-sm-left-3x16em { padding-left: 0.1875em !important; }
	.Padding-sm-left-4x16em { padding-left: 0.25em !important; }
	.Padding-sm-left-5x16em { padding-left: 0.3125em !important; }
	.Padding-sm-left-6x16em { padding-left: 0.375em !important; }
	.Padding-sm-left-7x16em { padding-left: 0.4375em !important; }
	.Padding-sm-left-8x16em { padding-left: 0.5em !important; }
	.Padding-sm-left-9x16em { padding-left: 0.5625em !important; }
	.Padding-sm-left-10x16em { padding-left: 0.625em !important; }
	.Padding-sm-left-11x16em { padding-left: 0.6875em !important; }
	.Padding-sm-left-12x16em { padding-left: 0.75em !important; }
	.Padding-sm-left-13x16em { padding-left: 0.8125em !important; }
	.Padding-sm-left-14x16em { padding-left: 0.875em !important; }
	.Padding-sm-left-15x16em { padding-left: 0.9375em !important; }
	.Padding-sm-left-16x16em { padding-left: 1em !important; }
	.Padding-sm-left-17x16em { padding-left: 1.0625em !important; }
	.Padding-sm-left-18x16em { padding-left: 1.125em !important; }
	.Padding-sm-left-19x16em { padding-left: 1.1875em !important; }
	.Padding-sm-left-20x16em { padding-left: 1.25em !important; }
	.Padding-sm-left-21x16em { padding-left: 1.3125em !important; }
	.Padding-sm-left-22x16em { padding-left: 1.375em !important; }
	.Padding-sm-left-23x16em { padding-left: 1.4375em !important; }
	.Padding-sm-left-24x16em { padding-left: 1.5em !important; }
	.Padding-sm-top-0x100 { padding-top: 0% !important; }
	.Padding-sm-top-5x100 { padding-top: 5% !important; }
	.Padding-sm-top-10x100 { padding-top: 10% !important; }
	.Padding-sm-top-15x100 { padding-top: 15% !important; }
	.Padding-sm-top-20x100 { padding-top: 20% !important; }
	.Padding-sm-top-25x100 { padding-top: 25% !important; }
	.Padding-sm-top-30x100 { padding-top: 30% !important; }
	.Padding-sm-top-35x100 { padding-top: 35% !important; }
	.Padding-sm-top-40x100 { padding-top: 40% !important; }
	.Padding-sm-top-45x100 { padding-top: 45% !important; }
	.Padding-sm-top-50x100 { padding-top: 50% !important; }
	.Padding-sm-top-55x100 { padding-top: 55% !important; }
	.Padding-sm-top-60x100 { padding-top: 60% !important; }
	.Padding-sm-top-65x100 { padding-top: 65% !important; }
	.Padding-sm-top-70x100 { padding-top: 70% !important; }
	.Padding-sm-top-75x100 { padding-top: 75% !important; }
	.Padding-sm-top-80x100 { padding-top: 80% !important; }
	.Padding-sm-top-85x100 { padding-top: 85% !important; }
	.Padding-sm-top-90x100 { padding-top: 90% !important; }
	.Padding-sm-top-95x100 { padding-top: 95% !important; }
	.Padding-sm-top-100x100 { padding-top: 100% !important; }
	.Padding-sm-right-0x100 { padding-right: 0% !important; }
	.Padding-sm-right-5x100 { padding-right: 5% !important; }
	.Padding-sm-right-10x100 { padding-right: 10% !important; }
	.Padding-sm-right-15x100 { padding-right: 15% !important; }
	.Padding-sm-right-20x100 { padding-right: 20% !important; }
	.Padding-sm-right-25x100 { padding-right: 25% !important; }
	.Padding-sm-right-30x100 { padding-right: 30% !important; }
	.Padding-sm-right-35x100 { padding-right: 35% !important; }
	.Padding-sm-right-40x100 { padding-right: 40% !important; }
	.Padding-sm-right-45x100 { padding-right: 45% !important; }
	.Padding-sm-right-50x100 { padding-right: 50% !important; }
	.Padding-sm-right-55x100 { padding-right: 55% !important; }
	.Padding-sm-right-60x100 { padding-right: 60% !important; }
	.Padding-sm-right-65x100 { padding-right: 65% !important; }
	.Padding-sm-right-70x100 { padding-right: 70% !important; }
	.Padding-sm-right-75x100 { padding-right: 75% !important; }
	.Padding-sm-right-80x100 { padding-right: 80% !important; }
	.Padding-sm-right-85x100 { padding-right: 85% !important; }
	.Padding-sm-right-90x100 { padding-right: 90% !important; }
	.Padding-sm-right-95x100 { padding-right: 95% !important; }
	.Padding-sm-right-100x100 { padding-right: 100% !important; }
	.Padding-sm-bottom-0x100 { padding-bottom: 0% !important; }
	.Padding-sm-bottom-5x100 { padding-bottom: 5% !important; }
	.Padding-sm-bottom-10x100 { padding-bottom: 10% !important; }
	.Padding-sm-bottom-15x100 { padding-bottom: 15% !important; }
	.Padding-sm-bottom-20x100 { padding-bottom: 20% !important; }
	.Padding-sm-bottom-25x100 { padding-bottom: 25% !important; }
	.Padding-sm-bottom-30x100 { padding-bottom: 30% !important; }
	.Padding-sm-bottom-35x100 { padding-bottom: 35% !important; }
	.Padding-sm-bottom-40x100 { padding-bottom: 40% !important; }
	.Padding-sm-bottom-45x100 { padding-bottom: 45% !important; }
	.Padding-sm-bottom-50x100 { padding-bottom: 50% !important; }
	.Padding-sm-bottom-55x100 { padding-bottom: 55% !important; }
	.Padding-sm-bottom-60x100 { padding-bottom: 60% !important; }
	.Padding-sm-bottom-65x100 { padding-bottom: 65% !important; }
	.Padding-sm-bottom-70x100 { padding-bottom: 70% !important; }
	.Padding-sm-bottom-75x100 { padding-bottom: 75% !important; }
	.Padding-sm-bottom-80x100 { padding-bottom: 80% !important; }
	.Padding-sm-bottom-85x100 { padding-bottom: 85% !important; }
	.Padding-sm-bottom-90x100 { padding-bottom: 90% !important; }
	.Padding-sm-bottom-95x100 { padding-bottom: 95% !important; }
	.Padding-sm-bottom-100x100 { padding-bottom: 100% !important; }
	.Padding-sm-left-0x100 { padding-left: 0% !important; }
	.Padding-sm-left-5x100 { padding-left: 5% !important; }
	.Padding-sm-left-10x100 { padding-left: 10% !important; }
	.Padding-sm-left-15x100 { padding-left: 15% !important; }
	.Padding-sm-left-20x100 { padding-left: 20% !important; }
	.Padding-sm-left-25x100 { padding-left: 25% !important; }
	.Padding-sm-left-30x100 { padding-left: 30% !important; }
	.Padding-sm-left-35x100 { padding-left: 35% !important; }
	.Padding-sm-left-40x100 { padding-left: 40% !important; }
	.Padding-sm-left-45x100 { padding-left: 45% !important; }
	.Padding-sm-left-50x100 { padding-left: 50% !important; }
	.Padding-sm-left-55x100 { padding-left: 55% !important; }
	.Padding-sm-left-60x100 { padding-left: 60% !important; }
	.Padding-sm-left-65x100 { padding-left: 65% !important; }
	.Padding-sm-left-70x100 { padding-left: 70% !important; }
	.Padding-sm-left-75x100 { padding-left: 75% !important; }
	.Padding-sm-left-80x100 { padding-left: 80% !important; }
	.Padding-sm-left-85x100 { padding-left: 85% !important; }
	.Padding-sm-left-90x100 { padding-left: 90% !important; }
	.Padding-sm-left-95x100 { padding-left: 95% !important; }
	.Padding-sm-left-100x100 { padding-left: 100% !important; }
	
	.Padding-sm-top-0vw { padding-top: 0vw !important; }
	.Padding-sm-top-1vw { padding-top: 1vw !important; }
	.Padding-sm-top-2vw { padding-top: 2vw !important; }
	.Padding-sm-top-3vw { padding-top: 3vw !important; }
	.Padding-sm-top-4vw { padding-top: 4vw !important; }
	.Padding-sm-top-5vw { padding-top: 5vw !important; }
	.Padding-sm-top-6vw { padding-top: 6vw !important; }
	.Padding-sm-top-7vw { padding-top: 7vw !important; }
	.Padding-sm-top-8vw { padding-top: 8vw !important; }
	.Padding-sm-top-9vw { padding-top: 9vw !important; }
	.Padding-sm-top-10vw { padding-top: 10vw !important; }
	.Padding-sm-right-0vw { padding-right: 0vw !important; }
	.Padding-sm-right-1vw { padding-right: 1vw !important; }
	.Padding-sm-right-2vw { padding-right: 2vw !important; }
	.Padding-sm-right-3vw { padding-right: 3vw !important; }
	.Padding-sm-right-4vw { padding-right: 4vw !important; }
	.Padding-sm-right-5vw { padding-right: 5vw !important; }
	.Padding-sm-right-6vw { padding-right: 6vw !important; }
	.Padding-sm-right-7vw { padding-right: 7vw !important; }
	.Padding-sm-right-8vw { padding-right: 8vw !important; }
	.Padding-sm-right-9vw { padding-right: 9vw !important; }
	.Padding-sm-right-10vw { padding-right: 10vw !important; }
	.Padding-sm-bottom-0vw { padding-bottom: 0vw !important; }
	.Padding-sm-bottom-1vw { padding-bottom: 1vw !important; }
	.Padding-sm-bottom-2vw { padding-bottom: 2vw !important; }
	.Padding-sm-bottom-3vw { padding-bottom: 3vw !important; }
	.Padding-sm-bottom-4vw { padding-bottom: 4vw !important; }
	.Padding-sm-bottom-5vw { padding-bottom: 5vw !important; }
	.Padding-sm-bottom-6vw { padding-bottom: 6vw !important; }
	.Padding-sm-bottom-7vw { padding-bottom: 7vw !important; }
	.Padding-sm-bottom-8vw { padding-bottom: 8vw !important; }
	.Padding-sm-bottom-9vw { padding-bottom: 9vw !important; }
	.Padding-sm-bottom-10vw { padding-bottom: 10vw !important; }
	.Padding-sm-left-0vw { padding-left: 0vw !important; }
	.Padding-sm-left-1vw { padding-left: 1vw !important; }
	.Padding-sm-left-2vw { padding-left: 2vw !important; }
	.Padding-sm-left-3vw { padding-left: 3vw !important; }
	.Padding-sm-left-4vw { padding-left: 4vw !important; }
	.Padding-sm-left-5vw { padding-left: 5vw !important; }
	.Padding-sm-left-6vw { padding-left: 6vw !important; }
	.Padding-sm-left-7vw { padding-left: 7vw !important; }
	.Padding-sm-left-8vw { padding-left: 8vw !important; }
	.Padding-sm-left-9vw { padding-left: 9vw !important; }
	.Padding-sm-left-10vw { padding-left: 10vw !important; }
	
}


@media( min-width: 768px ) {
	.Padding-md-0 { padding: 0   !important; }
	.Padding-md-0em { padding: 0em !important; }
	.Padding-md-1em { padding: 1em !important; }
	.Padding-md-2em { padding: 2em !important; }
	.Padding-md-3em { padding: 3em !important; }
	.Padding-md-4em { padding: 4em !important; }
	.Padding-md-5em { padding: 5em !important; }
	.Padding-md-6em { padding: 6em !important; }
	.Padding-md-7em { padding: 7em !important; }
	.Padding-md-8em { padding: 8em !important; }
	.Padding-md-9em { padding: 9em !important; }
	.Padding-md-10em { padding: 10em !important; }
	.Padding-md-11em { padding: 11em !important; }
	.Padding-md-12em { padding: 12em !important; }
	.Padding-md-13em { padding: 13em !important; }
	.Padding-md-14em { padding: 14em !important; }
	.Padding-md-15em { padding: 15em !important; }
	.Padding-md-16em { padding: 16em !important; }
	.Padding-md-vertical-0   { padding-top: 0   !important; padding-bottom: 0   !important; }
	.Padding-md-vertical-0em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-md-vertical-1em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-md-vertical-2em { padding-top: 2em !important; padding-bottom: 2em !important; }
	.Padding-md-vertical-3em { padding-top: 3em !important; padding-bottom: 3em !important; }
	.Padding-md-vertical-4em { padding-top: 4em !important; padding-bottom: 4em !important; }
	.Padding-md-vertical-5em { padding-top: 5em !important; padding-bottom: 5em !important; }
	.Padding-md-vertical-6em { padding-top: 6em !important; padding-bottom: 6em !important; }
	.Padding-md-vertical-7em { padding-top: 7em !important; padding-bottom: 7em !important; }
	.Padding-md-vertical-8em { padding-top: 8em !important; padding-bottom: 8em !important; }
	.Padding-md-vertical-9em { padding-top: 9em !important; padding-bottom: 9em !important; }
	.Padding-md-vertical-10em { padding-top: 10em !important; padding-bottom: 10em !important; }
	.Padding-md-vertical-11em { padding-top: 11em !important; padding-bottom: 11em !important; }
	.Padding-md-vertical-12em { padding-top: 12em !important; padding-bottom: 12em !important; }
	.Padding-md-vertical-13em { padding-top: 13em !important; padding-bottom: 13em !important; }
	.Padding-md-vertical-14em { padding-top: 14em !important; padding-bottom: 14em !important; }
	.Padding-md-vertical-15em { padding-top: 15em !important; padding-bottom: 15em !important; }
	.Padding-md-vertical-16em { padding-top: 16em !important; padding-bottom: 16em !important; }
	.Padding-md-horizontal-0   { padding-right:  0   !important; padding-left:   0   !important; }
	.Padding-md-horizontal-0em { padding-right:  0em !important; padding-left:   0em !important; }
	.Padding-md-horizontal-1em { padding-right:  1em !important; padding-left:   1em !important; }
	.Padding-md-horizontal-2em { padding-right:  2em !important; padding-left:   2em !important; }
	.Padding-md-horizontal-3em { padding-right:  3em !important; padding-left:   3em !important; }
	.Padding-md-horizontal-4em { padding-right:  4em !important; padding-left:   4em !important; }
	.Padding-md-horizontal-5em { padding-right:  5em !important; padding-left:   5em !important; }
	.Padding-md-horizontal-6em { padding-right:  6em !important; padding-left:   6em !important; }
	.Padding-md-horizontal-7em { padding-right:  7em !important; padding-left:   7em !important; }
	.Padding-md-horizontal-8em { padding-right:  8em !important; padding-left:   8em !important; }
	.Padding-md-horizontal-9em { padding-right:  9em !important; padding-left:   9em !important; }
	.Padding-md-horizontal-10em { padding-right:  10em !important; padding-left:   10em !important; }
	.Padding-md-horizontal-11em { padding-right:  11em !important; padding-left:   11em !important; }
	.Padding-md-horizontal-12em { padding-right:  12em !important; padding-left:   12em !important; }
	.Padding-md-horizontal-13em { padding-right:  13em !important; padding-left:   13em !important; }
	.Padding-md-horizontal-14em { padding-right:  14em !important; padding-left:   14em !important; }
	.Padding-md-horizontal-15em { padding-right:  15em !important; padding-left:   15em !important; }
	.Padding-md-horizontal-16em { padding-right:  16em !important; padding-left:   16em !important; }
	.Padding-md-top-0   { padding-top: 0   !important; }
	.Padding-md-top-0em { padding-top: 0em !important; }
	.Padding-md-top-1em { padding-top: 1em !important; }
	.Padding-md-top-2em { padding-top: 2em !important; }
	.Padding-md-top-3em { padding-top: 3em !important; }
	.Padding-md-top-4em { padding-top: 4em !important; }
	.Padding-md-top-5em { padding-top: 5em !important; }
	.Padding-md-top-6em { padding-top: 6em !important; }
	.Padding-md-top-7em { padding-top: 7em !important; }
	.Padding-md-top-8em { padding-top: 8em !important; }
	.Padding-md-top-9em { padding-top: 9em !important; }
	.Padding-md-top-10em { padding-top: 10em !important; }
	.Padding-md-top-11em { padding-top: 11em !important; }
	.Padding-md-top-12em { padding-top: 12em !important; }
	.Padding-md-top-13em { padding-top: 13em !important; }
	.Padding-md-top-14em { padding-top: 14em !important; }
	.Padding-md-top-15em { padding-top: 15em !important; }
	.Padding-md-top-16em { padding-top: 16em !important; }
	.Padding-md-right-0   { padding-right: 0   !important; }
	.Padding-md-right-0em { padding-right: 0em !important; }
	.Padding-md-right-1em { padding-right: 1em !important; }
	.Padding-md-right-2em { padding-right: 2em !important; }
	.Padding-md-right-3em { padding-right: 3em !important; }
	.Padding-md-right-4em { padding-right: 4em !important; }
	.Padding-md-right-5em { padding-right: 5em !important; }
	.Padding-md-right-6em { padding-right: 6em !important; }
	.Padding-md-right-7em { padding-right: 7em !important; }
	.Padding-md-right-8em { padding-right: 8em !important; }
	.Padding-md-right-9em { padding-right: 9em !important; }
	.Padding-md-right-10em { padding-right: 10em !important; }
	.Padding-md-right-11em { padding-right: 11em !important; }
	.Padding-md-right-12em { padding-right: 12em !important; }
	.Padding-md-right-13em { padding-right: 13em !important; }
	.Padding-md-right-14em { padding-right: 14em !important; }
	.Padding-md-right-15em { padding-right: 15em !important; }
	.Padding-md-right-16em { padding-right: 16em !important; }
	.Padding-md-bottom-0   { padding-bottom: 0   !important; }
	.Padding-md-bottom-0em { padding-bottom: 0em !important; }
	.Padding-md-bottom-1em { padding-bottom: 1em !important; }
	.Padding-md-bottom-2em { padding-bottom: 2em !important; }
	.Padding-md-bottom-3em { padding-bottom: 3em !important; }
	.Padding-md-bottom-4em { padding-bottom: 4em !important; }
	.Padding-md-bottom-5em { padding-bottom: 5em !important; }
	.Padding-md-bottom-6em { padding-bottom: 6em !important; }
	.Padding-md-bottom-7em { padding-bottom: 7em !important; }
	.Padding-md-bottom-8em { padding-bottom: 8em !important; }
	.Padding-md-bottom-9em { padding-bottom: 9em !important; }
	.Padding-md-bottom-10em { padding-bottom: 10em !important; }
	.Padding-md-bottom-11em { padding-bottom: 11em !important; }
	.Padding-md-bottom-12em { padding-bottom: 12em !important; }
	.Padding-md-bottom-13em { padding-bottom: 13em !important; }
	.Padding-md-bottom-14em { padding-bottom: 14em !important; }
	.Padding-md-bottom-15em { padding-bottom: 15em !important; }
	.Padding-md-bottom-16em { padding-bottom: 16em !important; }
	.Padding-md-left-0   { padding-left: 0   !important; }
	.Padding-md-left-0em { padding-left: 0em !important; }
	.Padding-md-left-1em { padding-left: 1em !important; }
	.Padding-md-left-2em { padding-left: 2em !important; }
	.Padding-md-left-3em { padding-left: 3em !important; }
	.Padding-md-left-4em { padding-left: 4em !important; }
	.Padding-md-left-5em { padding-left: 5em !important; }
	.Padding-md-left-6em { padding-left: 6em !important; }
	.Padding-md-left-7em { padding-left: 7em !important; }
	.Padding-md-left-8em { padding-left: 8em !important; }
	.Padding-md-left-9em { padding-left: 9em !important; }
	.Padding-md-left-10em { padding-left: 10em !important; }
	.Padding-md-left-11em { padding-left: 11em !important; }
	.Padding-md-left-12em { padding-left: 12em !important; }
	.Padding-md-left-13em { padding-left: 13em !important; }
	.Padding-md-left-14em { padding-left: 14em !important; }
	.Padding-md-left-15em { padding-left: 15em !important; }
	.Padding-md-left-16em { padding-left: 16em !important; }
	.Padding-md-0x12em { padding: 0em !important; }
	.Padding-md-1x12em { padding: 0.083333333333333em !important; }
	.Padding-md-2x12em { padding: 0.16666666666667em !important; }
	.Padding-md-3x12em { padding: 0.25em !important; }
	.Padding-md-4x12em { padding: 0.33333333333333em !important; }
	.Padding-md-5x12em { padding: 0.41666666666667em !important; }
	.Padding-md-6x12em { padding: 0.5em !important; }
	.Padding-md-7x12em { padding: 0.58333333333333em !important; }
	.Padding-md-8x12em { padding: 0.66666666666667em !important; }
	.Padding-md-9x12em { padding: 0.75em !important; }
	.Padding-md-10x12em { padding: 0.83333333333333em !important; }
	.Padding-md-11x12em { padding: 0.91666666666667em !important; }
	.Padding-md-12x12em { padding: 1em !important; }
	.Padding-md-13x12em { padding: 1.0833333333333em !important; }
	.Padding-md-14x12em { padding: 1.1666666666667em !important; }
	.Padding-md-15x12em { padding: 1.25em !important; }
	.Padding-md-16x12em { padding: 1.3333333333333em !important; }
	.Padding-md-17x12em { padding: 1.4166666666667em !important; }
	.Padding-md-18x12em { padding: 1.5em !important; }
	.Padding-md-horizontal-0x12em { padding-left: 0em !important; padding-right: 0em !important; }
	.Padding-md-horizontal-1x12em { padding-left: 0.083333333333333em !important; padding-right: 0.083333333333333em !important; }
	.Padding-md-horizontal-2x12em { padding-left: 0.16666666666667em !important; padding-right: 0.16666666666667em !important; }
	.Padding-md-horizontal-3x12em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
	.Padding-md-horizontal-4x12em { padding-left: 0.33333333333333em !important; padding-right: 0.33333333333333em !important; }
	.Padding-md-horizontal-5x12em { padding-left: 0.41666666666667em !important; padding-right: 0.41666666666667em !important; }
	.Padding-md-horizontal-6x12em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
	.Padding-md-horizontal-7x12em { padding-left: 0.58333333333333em !important; padding-right: 0.58333333333333em !important; }
	.Padding-md-horizontal-8x12em { padding-left: 0.66666666666667em !important; padding-right: 0.66666666666667em !important; }
	.Padding-md-horizontal-9x12em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
	.Padding-md-horizontal-10x12em { padding-left: 0.83333333333333em !important; padding-right: 0.83333333333333em !important; }
	.Padding-md-horizontal-11x12em { padding-left: 0.91666666666667em !important; padding-right: 0.91666666666667em !important; }
	.Padding-md-horizontal-12x12em { padding-left: 1em !important; padding-right: 1em !important; }
	.Padding-md-horizontal-13x12em { padding-left: 1.0833333333333em !important; padding-right: 1.0833333333333em !important; }
	.Padding-md-horizontal-14x12em { padding-left: 1.1666666666667em !important; padding-right: 1.1666666666667em !important; }
	.Padding-md-horizontal-15x12em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
	.Padding-md-horizontal-16x12em { padding-left: 1.3333333333333em !important; padding-right: 1.3333333333333em !important; }
	.Padding-md-horizontal-17x12em { padding-left: 1.4166666666667em !important; padding-right: 1.4166666666667em !important; }
	.Padding-md-horizontal-18x12em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
	.Padding-md-vertical-0x12em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-md-vertical-1x12em { padding-top: 0.083333333333333em !important; padding-bottom: 0.083333333333333em !important; }
	.Padding-md-vertical-2x12em { padding-top: 0.16666666666667em !important; padding-bottom: 0.16666666666667em !important; }
	.Padding-md-vertical-3x12em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
	.Padding-md-vertical-4x12em { padding-top: 0.33333333333333em !important; padding-bottom: 0.33333333333333em !important; }
	.Padding-md-vertical-5x12em { padding-top: 0.41666666666667em !important; padding-bottom: 0.41666666666667em !important; }
	.Padding-md-vertical-6x12em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
	.Padding-md-vertical-7x12em { padding-top: 0.58333333333333em !important; padding-bottom: 0.58333333333333em !important; }
	.Padding-md-vertical-8x12em { padding-top: 0.66666666666667em !important; padding-bottom: 0.66666666666667em !important; }
	.Padding-md-vertical-9x12em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
	.Padding-md-vertical-10x12em { padding-top: 0.83333333333333em !important; padding-bottom: 0.83333333333333em !important; }
	.Padding-md-vertical-11x12em { padding-top: 0.91666666666667em !important; padding-bottom: 0.91666666666667em !important; }
	.Padding-md-vertical-12x12em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-md-vertical-13x12em { padding-top: 1.0833333333333em !important; padding-bottom: 1.0833333333333em !important; }
	.Padding-md-vertical-14x12em { padding-top: 1.1666666666667em !important; padding-bottom: 1.1666666666667em !important; }
	.Padding-md-vertical-15x12em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
	.Padding-md-vertical-16x12em { padding-top: 1.3333333333333em !important; padding-bottom: 1.3333333333333em !important; }
	.Padding-md-vertical-17x12em { padding-top: 1.4166666666667em !important; padding-bottom: 1.4166666666667em !important; }
	.Padding-md-vertical-18x12em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
	.Padding-md-top-0x12em { padding-top: 0em !important; }
	.Padding-md-top-1x12em { padding-top: 0.083333333333333em !important; }
	.Padding-md-top-2x12em { padding-top: 0.16666666666667em !important; }
	.Padding-md-top-3x12em { padding-top: 0.25em !important; }
	.Padding-md-top-4x12em { padding-top: 0.33333333333333em !important; }
	.Padding-md-top-5x12em { padding-top: 0.41666666666667em !important; }
	.Padding-md-top-6x12em { padding-top: 0.5em !important; }
	.Padding-md-top-7x12em { padding-top: 0.58333333333333em !important; }
	.Padding-md-top-8x12em { padding-top: 0.66666666666667em !important; }
	.Padding-md-top-9x12em { padding-top: 0.75em !important; }
	.Padding-md-top-10x12em { padding-top: 0.83333333333333em !important; }
	.Padding-md-top-11x12em { padding-top: 0.91666666666667em !important; }
	.Padding-md-top-12x12em { padding-top: 1em !important; }
	.Padding-md-top-13x12em { padding-top: 1.0833333333333em !important; }
	.Padding-md-top-14x12em { padding-top: 1.1666666666667em !important; }
	.Padding-md-top-15x12em { padding-top: 1.25em !important; }
	.Padding-md-top-16x12em { padding-top: 1.3333333333333em !important; }
	.Padding-md-top-17x12em { padding-top: 1.4166666666667em !important; }
	.Padding-md-top-18x12em { padding-top: 1.5em !important; }
	.Padding-md-right-0x12em { padding-right: 0em !important; }
	.Padding-md-right-1x12em { padding-right: 0.083333333333333em !important; }
	.Padding-md-right-2x12em { padding-right: 0.16666666666667em !important; }
	.Padding-md-right-3x12em { padding-right: 0.25em !important; }
	.Padding-md-right-4x12em { padding-right: 0.33333333333333em !important; }
	.Padding-md-right-5x12em { padding-right: 0.41666666666667em !important; }
	.Padding-md-right-6x12em { padding-right: 0.5em !important; }
	.Padding-md-right-7x12em { padding-right: 0.58333333333333em !important; }
	.Padding-md-right-8x12em { padding-right: 0.66666666666667em !important; }
	.Padding-md-right-9x12em { padding-right: 0.75em !important; }
	.Padding-md-right-10x12em { padding-right: 0.83333333333333em !important; }
	.Padding-md-right-11x12em { padding-right: 0.91666666666667em !important; }
	.Padding-md-right-12x12em { padding-right: 1em !important; }
	.Padding-md-right-13x12em { padding-right: 1.0833333333333em !important; }
	.Padding-md-right-14x12em { padding-right: 1.1666666666667em !important; }
	.Padding-md-right-15x12em { padding-right: 1.25em !important; }
	.Padding-md-right-16x12em { padding-right: 1.3333333333333em !important; }
	.Padding-md-right-17x12em { padding-right: 1.4166666666667em !important; }
	.Padding-md-right-18x12em { padding-right: 1.5em !important; }
	.Padding-md-bottom-0x12em { padding-bottom: 0em !important; }
	.Padding-md-bottom-1x12em { padding-bottom: 0.083333333333333em !important; }
	.Padding-md-bottom-2x12em { padding-bottom: 0.16666666666667em !important; }
	.Padding-md-bottom-3x12em { padding-bottom: 0.25em !important; }
	.Padding-md-bottom-4x12em { padding-bottom: 0.33333333333333em !important; }
	.Padding-md-bottom-5x12em { padding-bottom: 0.41666666666667em !important; }
	.Padding-md-bottom-6x12em { padding-bottom: 0.5em !important; }
	.Padding-md-bottom-7x12em { padding-bottom: 0.58333333333333em !important; }
	.Padding-md-bottom-8x12em { padding-bottom: 0.66666666666667em !important; }
	.Padding-md-bottom-9x12em { padding-bottom: 0.75em !important; }
	.Padding-md-bottom-10x12em { padding-bottom: 0.83333333333333em !important; }
	.Padding-md-bottom-11x12em { padding-bottom: 0.91666666666667em !important; }
	.Padding-md-bottom-12x12em { padding-bottom: 1em !important; }
	.Padding-md-bottom-13x12em { padding-bottom: 1.0833333333333em !important; }
	.Padding-md-bottom-14x12em { padding-bottom: 1.1666666666667em !important; }
	.Padding-md-bottom-15x12em { padding-bottom: 1.25em !important; }
	.Padding-md-bottom-16x12em { padding-bottom: 1.3333333333333em !important; }
	.Padding-md-bottom-17x12em { padding-bottom: 1.4166666666667em !important; }
	.Padding-md-bottom-18x12em { padding-bottom: 1.5em !important; }
	.Padding-md-left-0x12em { padding-left: 0em !important; }
	.Padding-md-left-1x12em { padding-left: 0.083333333333333em !important; }
	.Padding-md-left-2x12em { padding-left: 0.16666666666667em !important; }
	.Padding-md-left-3x12em { padding-left: 0.25em !important; }
	.Padding-md-left-4x12em { padding-left: 0.33333333333333em !important; }
	.Padding-md-left-5x12em { padding-left: 0.41666666666667em !important; }
	.Padding-md-left-6x12em { padding-left: 0.5em !important; }
	.Padding-md-left-7x12em { padding-left: 0.58333333333333em !important; }
	.Padding-md-left-8x12em { padding-left: 0.66666666666667em !important; }
	.Padding-md-left-9x12em { padding-left: 0.75em !important; }
	.Padding-md-left-10x12em { padding-left: 0.83333333333333em !important; }
	.Padding-md-left-11x12em { padding-left: 0.91666666666667em !important; }
	.Padding-md-left-12x12em { padding-left: 1em !important; }
	.Padding-md-left-13x12em { padding-left: 1.0833333333333em !important; }
	.Padding-md-left-14x12em { padding-left: 1.1666666666667em !important; }
	.Padding-md-left-15x12em { padding-left: 1.25em !important; }
	.Padding-md-left-16x12em { padding-left: 1.3333333333333em !important; }
	.Padding-md-left-17x12em { padding-left: 1.4166666666667em !important; }
	.Padding-md-left-18x12em { padding-left: 1.5em !important; }
	.Padding-md-0x16em { padding: 0em !important; }
	.Padding-md-1x16em { padding: 0.0625em !important; }
	.Padding-md-2x16em { padding: 0.125em !important; }
	.Padding-md-3x16em { padding: 0.1875em !important; }
	.Padding-md-4x16em { padding: 0.25em !important; }
	.Padding-md-5x16em { padding: 0.3125em !important; }
	.Padding-md-6x16em { padding: 0.375em !important; }
	.Padding-md-7x16em { padding: 0.4375em !important; }
	.Padding-md-8x16em { padding: 0.5em !important; }
	.Padding-md-9x16em { padding: 0.5625em !important; }
	.Padding-md-10x16em { padding: 0.625em !important; }
	.Padding-md-11x16em { padding: 0.6875em !important; }
	.Padding-md-12x16em { padding: 0.75em !important; }
	.Padding-md-13x16em { padding: 0.8125em !important; }
	.Padding-md-14x16em { padding: 0.875em !important; }
	.Padding-md-15x16em { padding: 0.9375em !important; }
	.Padding-md-16x16em { padding: 1em !important; }
	.Padding-md-17x16em { padding: 1.0625em !important; }
	.Padding-md-18x16em { padding: 1.125em !important; }
	.Padding-md-19x16em { padding: 1.1875em !important; }
	.Padding-md-20x16em { padding: 1.25em !important; }
	.Padding-md-21x16em { padding: 1.3125em !important; }
	.Padding-md-22x16em { padding: 1.375em !important; }
	.Padding-md-23x16em { padding: 1.4375em !important; }
	.Padding-md-24x16em { padding: 1.5em !important; }
	.Padding-md-horizontal-0x16em { padding-left: 0em !important; padding-right: 0em !important; }
	.Padding-md-horizontal-1x16em { padding-left: 0.0625em !important; padding-right: 0.0625em !important; }
	.Padding-md-horizontal-2x16em { padding-left: 0.125em !important; padding-right: 0.125em !important; }
	.Padding-md-horizontal-3x16em { padding-left: 0.1875em !important; padding-right: 0.1875em !important; }
	.Padding-md-horizontal-4x16em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
	.Padding-md-horizontal-5x16em { padding-left: 0.3125em !important; padding-right: 0.3125em !important; }
	.Padding-md-horizontal-6x16em { padding-left: 0.375em !important; padding-right: 0.375em !important; }
	.Padding-md-horizontal-7x16em { padding-left: 0.4375em !important; padding-right: 0.4375em !important; }
	.Padding-md-horizontal-8x16em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
	.Padding-md-horizontal-9x16em { padding-left: 0.5625em !important; padding-right: 0.5625em !important; }
	.Padding-md-horizontal-10x16em { padding-left: 0.625em !important; padding-right: 0.625em !important; }
	.Padding-md-horizontal-11x16em { padding-left: 0.6875em !important; padding-right: 0.6875em !important; }
	.Padding-md-horizontal-12x16em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
	.Padding-md-horizontal-13x16em { padding-left: 0.8125em !important; padding-right: 0.8125em !important; }
	.Padding-md-horizontal-14x16em { padding-left: 0.875em !important; padding-right: 0.875em !important; }
	.Padding-md-horizontal-15x16em { padding-left: 0.9375em !important; padding-right: 0.9375em !important; }
	.Padding-md-horizontal-16x16em { padding-left: 1em !important; padding-right: 1em !important; }
	.Padding-md-horizontal-17x16em { padding-left: 1.0625em !important; padding-right: 1.0625em !important; }
	.Padding-md-horizontal-18x16em { padding-left: 1.125em !important; padding-right: 1.125em !important; }
	.Padding-md-horizontal-19x16em { padding-left: 1.1875em !important; padding-right: 1.1875em !important; }
	.Padding-md-horizontal-20x16em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
	.Padding-md-horizontal-21x16em { padding-left: 1.3125em !important; padding-right: 1.3125em !important; }
	.Padding-md-horizontal-22x16em { padding-left: 1.375em !important; padding-right: 1.375em !important; }
	.Padding-md-horizontal-23x16em { padding-left: 1.4375em !important; padding-right: 1.4375em !important; }
	.Padding-md-horizontal-24x16em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
	.Padding-md-vertical-0x16em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-md-vertical-1x16em { padding-top: 0.0625em !important; padding-bottom: 0.0625em !important; }
	.Padding-md-vertical-2x16em { padding-top: 0.125em !important; padding-bottom: 0.125em !important; }
	.Padding-md-vertical-3x16em { padding-top: 0.1875em !important; padding-bottom: 0.1875em !important; }
	.Padding-md-vertical-4x16em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
	.Padding-md-vertical-5x16em { padding-top: 0.3125em !important; padding-bottom: 0.3125em !important; }
	.Padding-md-vertical-6x16em { padding-top: 0.375em !important; padding-bottom: 0.375em !important; }
	.Padding-md-vertical-7x16em { padding-top: 0.4375em !important; padding-bottom: 0.4375em !important; }
	.Padding-md-vertical-8x16em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
	.Padding-md-vertical-9x16em { padding-top: 0.5625em !important; padding-bottom: 0.5625em !important; }
	.Padding-md-vertical-10x16em { padding-top: 0.625em !important; padding-bottom: 0.625em !important; }
	.Padding-md-vertical-11x16em { padding-top: 0.6875em !important; padding-bottom: 0.6875em !important; }
	.Padding-md-vertical-12x16em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
	.Padding-md-vertical-13x16em { padding-top: 0.8125em !important; padding-bottom: 0.8125em !important; }
	.Padding-md-vertical-14x16em { padding-top: 0.875em !important; padding-bottom: 0.875em !important; }
	.Padding-md-vertical-15x16em { padding-top: 0.9375em !important; padding-bottom: 0.9375em !important; }
	.Padding-md-vertical-16x16em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-md-vertical-17x16em { padding-top: 1.0625em !important; padding-bottom: 1.0625em !important; }
	.Padding-md-vertical-18x16em { padding-top: 1.125em !important; padding-bottom: 1.125em !important; }
	.Padding-md-vertical-19x16em { padding-top: 1.1875em !important; padding-bottom: 1.1875em !important; }
	.Padding-md-vertical-20x16em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
	.Padding-md-vertical-21x16em { padding-top: 1.3125em !important; padding-bottom: 1.3125em !important; }
	.Padding-md-vertical-22x16em { padding-top: 1.375em !important; padding-bottom: 1.375em !important; }
	.Padding-md-vertical-23x16em { padding-top: 1.4375em !important; padding-bottom: 1.4375em !important; }
	.Padding-md-vertical-24x16em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
	.Padding-md-top-0x16em { padding-top: 0em !important; }
	.Padding-md-top-1x16em { padding-top: 0.0625em !important; }
	.Padding-md-top-2x16em { padding-top: 0.125em !important; }
	.Padding-md-top-3x16em { padding-top: 0.1875em !important; }
	.Padding-md-top-4x16em { padding-top: 0.25em !important; }
	.Padding-md-top-5x16em { padding-top: 0.3125em !important; }
	.Padding-md-top-6x16em { padding-top: 0.375em !important; }
	.Padding-md-top-7x16em { padding-top: 0.4375em !important; }
	.Padding-md-top-8x16em { padding-top: 0.5em !important; }
	.Padding-md-top-9x16em { padding-top: 0.5625em !important; }
	.Padding-md-top-10x16em { padding-top: 0.625em !important; }
	.Padding-md-top-11x16em { padding-top: 0.6875em !important; }
	.Padding-md-top-12x16em { padding-top: 0.75em !important; }
	.Padding-md-top-13x16em { padding-top: 0.8125em !important; }
	.Padding-md-top-14x16em { padding-top: 0.875em !important; }
	.Padding-md-top-15x16em { padding-top: 0.9375em !important; }
	.Padding-md-top-16x16em { padding-top: 1em !important; }
	.Padding-md-top-17x16em { padding-top: 1.0625em !important; }
	.Padding-md-top-18x16em { padding-top: 1.125em !important; }
	.Padding-md-top-19x16em { padding-top: 1.1875em !important; }
	.Padding-md-top-20x16em { padding-top: 1.25em !important; }
	.Padding-md-top-21x16em { padding-top: 1.3125em !important; }
	.Padding-md-top-22x16em { padding-top: 1.375em !important; }
	.Padding-md-top-23x16em { padding-top: 1.4375em !important; }
	.Padding-md-top-24x16em { padding-top: 1.5em !important; }
	.Padding-md-right-0x16em { padding-right: 0em !important; }
	.Padding-md-right-1x16em { padding-right: 0.0625em !important; }
	.Padding-md-right-2x16em { padding-right: 0.125em !important; }
	.Padding-md-right-3x16em { padding-right: 0.1875em !important; }
	.Padding-md-right-4x16em { padding-right: 0.25em !important; }
	.Padding-md-right-5x16em { padding-right: 0.3125em !important; }
	.Padding-md-right-6x16em { padding-right: 0.375em !important; }
	.Padding-md-right-7x16em { padding-right: 0.4375em !important; }
	.Padding-md-right-8x16em { padding-right: 0.5em !important; }
	.Padding-md-right-9x16em { padding-right: 0.5625em !important; }
	.Padding-md-right-10x16em { padding-right: 0.625em !important; }
	.Padding-md-right-11x16em { padding-right: 0.6875em !important; }
	.Padding-md-right-12x16em { padding-right: 0.75em !important; }
	.Padding-md-right-13x16em { padding-right: 0.8125em !important; }
	.Padding-md-right-14x16em { padding-right: 0.875em !important; }
	.Padding-md-right-15x16em { padding-right: 0.9375em !important; }
	.Padding-md-right-16x16em { padding-right: 1em !important; }
	.Padding-md-right-17x16em { padding-right: 1.0625em !important; }
	.Padding-md-right-18x16em { padding-right: 1.125em !important; }
	.Padding-md-right-19x16em { padding-right: 1.1875em !important; }
	.Padding-md-right-20x16em { padding-right: 1.25em !important; }
	.Padding-md-right-21x16em { padding-right: 1.3125em !important; }
	.Padding-md-right-22x16em { padding-right: 1.375em !important; }
	.Padding-md-right-23x16em { padding-right: 1.4375em !important; }
	.Padding-md-right-24x16em { padding-right: 1.5em !important; }
	.Padding-md-bottom-0x16em { padding-bottom: 0em !important; }
	.Padding-md-bottom-1x16em { padding-bottom: 0.0625em !important; }
	.Padding-md-bottom-2x16em { padding-bottom: 0.125em !important; }
	.Padding-md-bottom-3x16em { padding-bottom: 0.1875em !important; }
	.Padding-md-bottom-4x16em { padding-bottom: 0.25em !important; }
	.Padding-md-bottom-5x16em { padding-bottom: 0.3125em !important; }
	.Padding-md-bottom-6x16em { padding-bottom: 0.375em !important; }
	.Padding-md-bottom-7x16em { padding-bottom: 0.4375em !important; }
	.Padding-md-bottom-8x16em { padding-bottom: 0.5em !important; }
	.Padding-md-bottom-9x16em { padding-bottom: 0.5625em !important; }
	.Padding-md-bottom-10x16em { padding-bottom: 0.625em !important; }
	.Padding-md-bottom-11x16em { padding-bottom: 0.6875em !important; }
	.Padding-md-bottom-12x16em { padding-bottom: 0.75em !important; }
	.Padding-md-bottom-13x16em { padding-bottom: 0.8125em !important; }
	.Padding-md-bottom-14x16em { padding-bottom: 0.875em !important; }
	.Padding-md-bottom-15x16em { padding-bottom: 0.9375em !important; }
	.Padding-md-bottom-16x16em { padding-bottom: 1em !important; }
	.Padding-md-bottom-17x16em { padding-bottom: 1.0625em !important; }
	.Padding-md-bottom-18x16em { padding-bottom: 1.125em !important; }
	.Padding-md-bottom-19x16em { padding-bottom: 1.1875em !important; }
	.Padding-md-bottom-20x16em { padding-bottom: 1.25em !important; }
	.Padding-md-bottom-21x16em { padding-bottom: 1.3125em !important; }
	.Padding-md-bottom-22x16em { padding-bottom: 1.375em !important; }
	.Padding-md-bottom-23x16em { padding-bottom: 1.4375em !important; }
	.Padding-md-bottom-24x16em { padding-bottom: 1.5em !important; }
	.Padding-md-left-0x16em { padding-left: 0em !important; }
	.Padding-md-left-1x16em { padding-left: 0.0625em !important; }
	.Padding-md-left-2x16em { padding-left: 0.125em !important; }
	.Padding-md-left-3x16em { padding-left: 0.1875em !important; }
	.Padding-md-left-4x16em { padding-left: 0.25em !important; }
	.Padding-md-left-5x16em { padding-left: 0.3125em !important; }
	.Padding-md-left-6x16em { padding-left: 0.375em !important; }
	.Padding-md-left-7x16em { padding-left: 0.4375em !important; }
	.Padding-md-left-8x16em { padding-left: 0.5em !important; }
	.Padding-md-left-9x16em { padding-left: 0.5625em !important; }
	.Padding-md-left-10x16em { padding-left: 0.625em !important; }
	.Padding-md-left-11x16em { padding-left: 0.6875em !important; }
	.Padding-md-left-12x16em { padding-left: 0.75em !important; }
	.Padding-md-left-13x16em { padding-left: 0.8125em !important; }
	.Padding-md-left-14x16em { padding-left: 0.875em !important; }
	.Padding-md-left-15x16em { padding-left: 0.9375em !important; }
	.Padding-md-left-16x16em { padding-left: 1em !important; }
	.Padding-md-left-17x16em { padding-left: 1.0625em !important; }
	.Padding-md-left-18x16em { padding-left: 1.125em !important; }
	.Padding-md-left-19x16em { padding-left: 1.1875em !important; }
	.Padding-md-left-20x16em { padding-left: 1.25em !important; }
	.Padding-md-left-21x16em { padding-left: 1.3125em !important; }
	.Padding-md-left-22x16em { padding-left: 1.375em !important; }
	.Padding-md-left-23x16em { padding-left: 1.4375em !important; }
	.Padding-md-left-24x16em { padding-left: 1.5em !important; }
	.Padding-md-top-0x100 { padding-top: 0% !important; }
	.Padding-md-top-5x100 { padding-top: 5% !important; }
	.Padding-md-top-10x100 { padding-top: 10% !important; }
	.Padding-md-top-15x100 { padding-top: 15% !important; }
	.Padding-md-top-20x100 { padding-top: 20% !important; }
	.Padding-md-top-25x100 { padding-top: 25% !important; }
	.Padding-md-top-30x100 { padding-top: 30% !important; }
	.Padding-md-top-35x100 { padding-top: 35% !important; }
	.Padding-md-top-40x100 { padding-top: 40% !important; }
	.Padding-md-top-45x100 { padding-top: 45% !important; }
	.Padding-md-top-50x100 { padding-top: 50% !important; }
	.Padding-md-top-55x100 { padding-top: 55% !important; }
	.Padding-md-top-60x100 { padding-top: 60% !important; }
	.Padding-md-top-65x100 { padding-top: 65% !important; }
	.Padding-md-top-70x100 { padding-top: 70% !important; }
	.Padding-md-top-75x100 { padding-top: 75% !important; }
	.Padding-md-top-80x100 { padding-top: 80% !important; }
	.Padding-md-top-85x100 { padding-top: 85% !important; }
	.Padding-md-top-90x100 { padding-top: 90% !important; }
	.Padding-md-top-95x100 { padding-top: 95% !important; }
	.Padding-md-top-100x100 { padding-top: 100% !important; }
	.Padding-md-right-0x100 { padding-right: 0% !important; }
	.Padding-md-right-5x100 { padding-right: 5% !important; }
	.Padding-md-right-10x100 { padding-right: 10% !important; }
	.Padding-md-right-15x100 { padding-right: 15% !important; }
	.Padding-md-right-20x100 { padding-right: 20% !important; }
	.Padding-md-right-25x100 { padding-right: 25% !important; }
	.Padding-md-right-30x100 { padding-right: 30% !important; }
	.Padding-md-right-35x100 { padding-right: 35% !important; }
	.Padding-md-right-40x100 { padding-right: 40% !important; }
	.Padding-md-right-45x100 { padding-right: 45% !important; }
	.Padding-md-right-50x100 { padding-right: 50% !important; }
	.Padding-md-right-55x100 { padding-right: 55% !important; }
	.Padding-md-right-60x100 { padding-right: 60% !important; }
	.Padding-md-right-65x100 { padding-right: 65% !important; }
	.Padding-md-right-70x100 { padding-right: 70% !important; }
	.Padding-md-right-75x100 { padding-right: 75% !important; }
	.Padding-md-right-80x100 { padding-right: 80% !important; }
	.Padding-md-right-85x100 { padding-right: 85% !important; }
	.Padding-md-right-90x100 { padding-right: 90% !important; }
	.Padding-md-right-95x100 { padding-right: 95% !important; }
	.Padding-md-right-100x100 { padding-right: 100% !important; }
	.Padding-md-bottom-0x100 { padding-bottom: 0% !important; }
	.Padding-md-bottom-5x100 { padding-bottom: 5% !important; }
	.Padding-md-bottom-10x100 { padding-bottom: 10% !important; }
	.Padding-md-bottom-15x100 { padding-bottom: 15% !important; }
	.Padding-md-bottom-20x100 { padding-bottom: 20% !important; }
	.Padding-md-bottom-25x100 { padding-bottom: 25% !important; }
	.Padding-md-bottom-30x100 { padding-bottom: 30% !important; }
	.Padding-md-bottom-35x100 { padding-bottom: 35% !important; }
	.Padding-md-bottom-40x100 { padding-bottom: 40% !important; }
	.Padding-md-bottom-45x100 { padding-bottom: 45% !important; }
	.Padding-md-bottom-50x100 { padding-bottom: 50% !important; }
	.Padding-md-bottom-55x100 { padding-bottom: 55% !important; }
	.Padding-md-bottom-60x100 { padding-bottom: 60% !important; }
	.Padding-md-bottom-65x100 { padding-bottom: 65% !important; }
	.Padding-md-bottom-70x100 { padding-bottom: 70% !important; }
	.Padding-md-bottom-75x100 { padding-bottom: 75% !important; }
	.Padding-md-bottom-80x100 { padding-bottom: 80% !important; }
	.Padding-md-bottom-85x100 { padding-bottom: 85% !important; }
	.Padding-md-bottom-90x100 { padding-bottom: 90% !important; }
	.Padding-md-bottom-95x100 { padding-bottom: 95% !important; }
	.Padding-md-bottom-100x100 { padding-bottom: 100% !important; }
	.Padding-md-left-0x100 { padding-left: 0% !important; }
	.Padding-md-left-5x100 { padding-left: 5% !important; }
	.Padding-md-left-10x100 { padding-left: 10% !important; }
	.Padding-md-left-15x100 { padding-left: 15% !important; }
	.Padding-md-left-20x100 { padding-left: 20% !important; }
	.Padding-md-left-25x100 { padding-left: 25% !important; }
	.Padding-md-left-30x100 { padding-left: 30% !important; }
	.Padding-md-left-35x100 { padding-left: 35% !important; }
	.Padding-md-left-40x100 { padding-left: 40% !important; }
	.Padding-md-left-45x100 { padding-left: 45% !important; }
	.Padding-md-left-50x100 { padding-left: 50% !important; }
	.Padding-md-left-55x100 { padding-left: 55% !important; }
	.Padding-md-left-60x100 { padding-left: 60% !important; }
	.Padding-md-left-65x100 { padding-left: 65% !important; }
	.Padding-md-left-70x100 { padding-left: 70% !important; }
	.Padding-md-left-75x100 { padding-left: 75% !important; }
	.Padding-md-left-80x100 { padding-left: 80% !important; }
	.Padding-md-left-85x100 { padding-left: 85% !important; }
	.Padding-md-left-90x100 { padding-left: 90% !important; }
	.Padding-md-left-95x100 { padding-left: 95% !important; }
	.Padding-md-left-100x100 { padding-left: 100% !important; }
	
	.Padding-md-top-0vw { padding-top: 0vw !important; }
	.Padding-md-top-1vw { padding-top: 1vw !important; }
	.Padding-md-top-2vw { padding-top: 2vw !important; }
	.Padding-md-top-3vw { padding-top: 3vw !important; }
	.Padding-md-top-4vw { padding-top: 4vw !important; }
	.Padding-md-top-5vw { padding-top: 5vw !important; }
	.Padding-md-top-6vw { padding-top: 6vw !important; }
	.Padding-md-top-7vw { padding-top: 7vw !important; }
	.Padding-md-top-8vw { padding-top: 8vw !important; }
	.Padding-md-top-9vw { padding-top: 9vw !important; }
	.Padding-md-top-10vw { padding-top: 10vw !important; }
	.Padding-md-right-0vw { padding-right: 0vw !important; }
	.Padding-md-right-1vw { padding-right: 1vw !important; }
	.Padding-md-right-2vw { padding-right: 2vw !important; }
	.Padding-md-right-3vw { padding-right: 3vw !important; }
	.Padding-md-right-4vw { padding-right: 4vw !important; }
	.Padding-md-right-5vw { padding-right: 5vw !important; }
	.Padding-md-right-6vw { padding-right: 6vw !important; }
	.Padding-md-right-7vw { padding-right: 7vw !important; }
	.Padding-md-right-8vw { padding-right: 8vw !important; }
	.Padding-md-right-9vw { padding-right: 9vw !important; }
	.Padding-md-right-10vw { padding-right: 10vw !important; }
	.Padding-md-bottom-0vw { padding-bottom: 0vw !important; }
	.Padding-md-bottom-1vw { padding-bottom: 1vw !important; }
	.Padding-md-bottom-2vw { padding-bottom: 2vw !important; }
	.Padding-md-bottom-3vw { padding-bottom: 3vw !important; }
	.Padding-md-bottom-4vw { padding-bottom: 4vw !important; }
	.Padding-md-bottom-5vw { padding-bottom: 5vw !important; }
	.Padding-md-bottom-6vw { padding-bottom: 6vw !important; }
	.Padding-md-bottom-7vw { padding-bottom: 7vw !important; }
	.Padding-md-bottom-8vw { padding-bottom: 8vw !important; }
	.Padding-md-bottom-9vw { padding-bottom: 9vw !important; }
	.Padding-md-bottom-10vw { padding-bottom: 10vw !important; }
	.Padding-md-left-0vw { padding-left: 0vw !important; }
	.Padding-md-left-1vw { padding-left: 1vw !important; }
	.Padding-md-left-2vw { padding-left: 2vw !important; }
	.Padding-md-left-3vw { padding-left: 3vw !important; }
	.Padding-md-left-4vw { padding-left: 4vw !important; }
	.Padding-md-left-5vw { padding-left: 5vw !important; }
	.Padding-md-left-6vw { padding-left: 6vw !important; }
	.Padding-md-left-7vw { padding-left: 7vw !important; }
	.Padding-md-left-8vw { padding-left: 8vw !important; }
	.Padding-md-left-9vw { padding-left: 9vw !important; }
	.Padding-md-left-10vw { padding-left: 10vw !important; }
	
}


@media( min-width: 1024px ) {
	.Padding-lg-0 { padding: 0   !important; }
	.Padding-lg-0em { padding: 0em !important; }
	.Padding-lg-1em { padding: 1em !important; }
	.Padding-lg-2em { padding: 2em !important; }
	.Padding-lg-3em { padding: 3em !important; }
	.Padding-lg-4em { padding: 4em !important; }
	.Padding-lg-5em { padding: 5em !important; }
	.Padding-lg-6em { padding: 6em !important; }
	.Padding-lg-7em { padding: 7em !important; }
	.Padding-lg-8em { padding: 8em !important; }
	.Padding-lg-9em { padding: 9em !important; }
	.Padding-lg-10em { padding: 10em !important; }
	.Padding-lg-11em { padding: 11em !important; }
	.Padding-lg-12em { padding: 12em !important; }
	.Padding-lg-13em { padding: 13em !important; }
	.Padding-lg-14em { padding: 14em !important; }
	.Padding-lg-15em { padding: 15em !important; }
	.Padding-lg-16em { padding: 16em !important; }
	.Padding-lg-vertical-0   { padding-top: 0   !important; padding-bottom: 0   !important; }
	.Padding-lg-vertical-0em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-lg-vertical-1em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-lg-vertical-2em { padding-top: 2em !important; padding-bottom: 2em !important; }
	.Padding-lg-vertical-3em { padding-top: 3em !important; padding-bottom: 3em !important; }
	.Padding-lg-vertical-4em { padding-top: 4em !important; padding-bottom: 4em !important; }
	.Padding-lg-vertical-5em { padding-top: 5em !important; padding-bottom: 5em !important; }
	.Padding-lg-vertical-6em { padding-top: 6em !important; padding-bottom: 6em !important; }
	.Padding-lg-vertical-7em { padding-top: 7em !important; padding-bottom: 7em !important; }
	.Padding-lg-vertical-8em { padding-top: 8em !important; padding-bottom: 8em !important; }
	.Padding-lg-vertical-9em { padding-top: 9em !important; padding-bottom: 9em !important; }
	.Padding-lg-vertical-10em { padding-top: 10em !important; padding-bottom: 10em !important; }
	.Padding-lg-vertical-11em { padding-top: 11em !important; padding-bottom: 11em !important; }
	.Padding-lg-vertical-12em { padding-top: 12em !important; padding-bottom: 12em !important; }
	.Padding-lg-vertical-13em { padding-top: 13em !important; padding-bottom: 13em !important; }
	.Padding-lg-vertical-14em { padding-top: 14em !important; padding-bottom: 14em !important; }
	.Padding-lg-vertical-15em { padding-top: 15em !important; padding-bottom: 15em !important; }
	.Padding-lg-vertical-16em { padding-top: 16em !important; padding-bottom: 16em !important; }
	.Padding-lg-horizontal-0   { padding-right:  0   !important; padding-left:   0   !important; }
	.Padding-lg-horizontal-0em { padding-right:  0em !important; padding-left:   0em !important; }
	.Padding-lg-horizontal-1em { padding-right:  1em !important; padding-left:   1em !important; }
	.Padding-lg-horizontal-2em { padding-right:  2em !important; padding-left:   2em !important; }
	.Padding-lg-horizontal-3em { padding-right:  3em !important; padding-left:   3em !important; }
	.Padding-lg-horizontal-4em { padding-right:  4em !important; padding-left:   4em !important; }
	.Padding-lg-horizontal-5em { padding-right:  5em !important; padding-left:   5em !important; }
	.Padding-lg-horizontal-6em { padding-right:  6em !important; padding-left:   6em !important; }
	.Padding-lg-horizontal-7em { padding-right:  7em !important; padding-left:   7em !important; }
	.Padding-lg-horizontal-8em { padding-right:  8em !important; padding-left:   8em !important; }
	.Padding-lg-horizontal-9em { padding-right:  9em !important; padding-left:   9em !important; }
	.Padding-lg-horizontal-10em { padding-right:  10em !important; padding-left:   10em !important; }
	.Padding-lg-horizontal-11em { padding-right:  11em !important; padding-left:   11em !important; }
	.Padding-lg-horizontal-12em { padding-right:  12em !important; padding-left:   12em !important; }
	.Padding-lg-horizontal-13em { padding-right:  13em !important; padding-left:   13em !important; }
	.Padding-lg-horizontal-14em { padding-right:  14em !important; padding-left:   14em !important; }
	.Padding-lg-horizontal-15em { padding-right:  15em !important; padding-left:   15em !important; }
	.Padding-lg-horizontal-16em { padding-right:  16em !important; padding-left:   16em !important; }
	.Padding-lg-top-0   { padding-top: 0   !important; }
	.Padding-lg-top-0em { padding-top: 0em !important; }
	.Padding-lg-top-1em { padding-top: 1em !important; }
	.Padding-lg-top-2em { padding-top: 2em !important; }
	.Padding-lg-top-3em { padding-top: 3em !important; }
	.Padding-lg-top-4em { padding-top: 4em !important; }
	.Padding-lg-top-5em { padding-top: 5em !important; }
	.Padding-lg-top-6em { padding-top: 6em !important; }
	.Padding-lg-top-7em { padding-top: 7em !important; }
	.Padding-lg-top-8em { padding-top: 8em !important; }
	.Padding-lg-top-9em { padding-top: 9em !important; }
	.Padding-lg-top-10em { padding-top: 10em !important; }
	.Padding-lg-top-11em { padding-top: 11em !important; }
	.Padding-lg-top-12em { padding-top: 12em !important; }
	.Padding-lg-top-13em { padding-top: 13em !important; }
	.Padding-lg-top-14em { padding-top: 14em !important; }
	.Padding-lg-top-15em { padding-top: 15em !important; }
	.Padding-lg-top-16em { padding-top: 16em !important; }
	.Padding-lg-right-0   { padding-right: 0   !important; }
	.Padding-lg-right-0em { padding-right: 0em !important; }
	.Padding-lg-right-1em { padding-right: 1em !important; }
	.Padding-lg-right-2em { padding-right: 2em !important; }
	.Padding-lg-right-3em { padding-right: 3em !important; }
	.Padding-lg-right-4em { padding-right: 4em !important; }
	.Padding-lg-right-5em { padding-right: 5em !important; }
	.Padding-lg-right-6em { padding-right: 6em !important; }
	.Padding-lg-right-7em { padding-right: 7em !important; }
	.Padding-lg-right-8em { padding-right: 8em !important; }
	.Padding-lg-right-9em { padding-right: 9em !important; }
	.Padding-lg-right-10em { padding-right: 10em !important; }
	.Padding-lg-right-11em { padding-right: 11em !important; }
	.Padding-lg-right-12em { padding-right: 12em !important; }
	.Padding-lg-right-13em { padding-right: 13em !important; }
	.Padding-lg-right-14em { padding-right: 14em !important; }
	.Padding-lg-right-15em { padding-right: 15em !important; }
	.Padding-lg-right-16em { padding-right: 16em !important; }
	.Padding-lg-bottom-0   { padding-bottom: 0   !important; }
	.Padding-lg-bottom-0em { padding-bottom: 0em !important; }
	.Padding-lg-bottom-1em { padding-bottom: 1em !important; }
	.Padding-lg-bottom-2em { padding-bottom: 2em !important; }
	.Padding-lg-bottom-3em { padding-bottom: 3em !important; }
	.Padding-lg-bottom-4em { padding-bottom: 4em !important; }
	.Padding-lg-bottom-5em { padding-bottom: 5em !important; }
	.Padding-lg-bottom-6em { padding-bottom: 6em !important; }
	.Padding-lg-bottom-7em { padding-bottom: 7em !important; }
	.Padding-lg-bottom-8em { padding-bottom: 8em !important; }
	.Padding-lg-bottom-9em { padding-bottom: 9em !important; }
	.Padding-lg-bottom-10em { padding-bottom: 10em !important; }
	.Padding-lg-bottom-11em { padding-bottom: 11em !important; }
	.Padding-lg-bottom-12em { padding-bottom: 12em !important; }
	.Padding-lg-bottom-13em { padding-bottom: 13em !important; }
	.Padding-lg-bottom-14em { padding-bottom: 14em !important; }
	.Padding-lg-bottom-15em { padding-bottom: 15em !important; }
	.Padding-lg-bottom-16em { padding-bottom: 16em !important; }
	.Padding-lg-left-0   { padding-left: 0   !important; }
	.Padding-lg-left-0em { padding-left: 0em !important; }
	.Padding-lg-left-1em { padding-left: 1em !important; }
	.Padding-lg-left-2em { padding-left: 2em !important; }
	.Padding-lg-left-3em { padding-left: 3em !important; }
	.Padding-lg-left-4em { padding-left: 4em !important; }
	.Padding-lg-left-5em { padding-left: 5em !important; }
	.Padding-lg-left-6em { padding-left: 6em !important; }
	.Padding-lg-left-7em { padding-left: 7em !important; }
	.Padding-lg-left-8em { padding-left: 8em !important; }
	.Padding-lg-left-9em { padding-left: 9em !important; }
	.Padding-lg-left-10em { padding-left: 10em !important; }
	.Padding-lg-left-11em { padding-left: 11em !important; }
	.Padding-lg-left-12em { padding-left: 12em !important; }
	.Padding-lg-left-13em { padding-left: 13em !important; }
	.Padding-lg-left-14em { padding-left: 14em !important; }
	.Padding-lg-left-15em { padding-left: 15em !important; }
	.Padding-lg-left-16em { padding-left: 16em !important; }
	.Padding-lg-0x12em { padding: 0em !important; }
	.Padding-lg-1x12em { padding: 0.083333333333333em !important; }
	.Padding-lg-2x12em { padding: 0.16666666666667em !important; }
	.Padding-lg-3x12em { padding: 0.25em !important; }
	.Padding-lg-4x12em { padding: 0.33333333333333em !important; }
	.Padding-lg-5x12em { padding: 0.41666666666667em !important; }
	.Padding-lg-6x12em { padding: 0.5em !important; }
	.Padding-lg-7x12em { padding: 0.58333333333333em !important; }
	.Padding-lg-8x12em { padding: 0.66666666666667em !important; }
	.Padding-lg-9x12em { padding: 0.75em !important; }
	.Padding-lg-10x12em { padding: 0.83333333333333em !important; }
	.Padding-lg-11x12em { padding: 0.91666666666667em !important; }
	.Padding-lg-12x12em { padding: 1em !important; }
	.Padding-lg-13x12em { padding: 1.0833333333333em !important; }
	.Padding-lg-14x12em { padding: 1.1666666666667em !important; }
	.Padding-lg-15x12em { padding: 1.25em !important; }
	.Padding-lg-16x12em { padding: 1.3333333333333em !important; }
	.Padding-lg-17x12em { padding: 1.4166666666667em !important; }
	.Padding-lg-18x12em { padding: 1.5em !important; }
	.Padding-lg-horizontal-0x12em { padding-left: 0em !important; padding-right: 0em !important; }
	.Padding-lg-horizontal-1x12em { padding-left: 0.083333333333333em !important; padding-right: 0.083333333333333em !important; }
	.Padding-lg-horizontal-2x12em { padding-left: 0.16666666666667em !important; padding-right: 0.16666666666667em !important; }
	.Padding-lg-horizontal-3x12em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
	.Padding-lg-horizontal-4x12em { padding-left: 0.33333333333333em !important; padding-right: 0.33333333333333em !important; }
	.Padding-lg-horizontal-5x12em { padding-left: 0.41666666666667em !important; padding-right: 0.41666666666667em !important; }
	.Padding-lg-horizontal-6x12em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
	.Padding-lg-horizontal-7x12em { padding-left: 0.58333333333333em !important; padding-right: 0.58333333333333em !important; }
	.Padding-lg-horizontal-8x12em { padding-left: 0.66666666666667em !important; padding-right: 0.66666666666667em !important; }
	.Padding-lg-horizontal-9x12em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
	.Padding-lg-horizontal-10x12em { padding-left: 0.83333333333333em !important; padding-right: 0.83333333333333em !important; }
	.Padding-lg-horizontal-11x12em { padding-left: 0.91666666666667em !important; padding-right: 0.91666666666667em !important; }
	.Padding-lg-horizontal-12x12em { padding-left: 1em !important; padding-right: 1em !important; }
	.Padding-lg-horizontal-13x12em { padding-left: 1.0833333333333em !important; padding-right: 1.0833333333333em !important; }
	.Padding-lg-horizontal-14x12em { padding-left: 1.1666666666667em !important; padding-right: 1.1666666666667em !important; }
	.Padding-lg-horizontal-15x12em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
	.Padding-lg-horizontal-16x12em { padding-left: 1.3333333333333em !important; padding-right: 1.3333333333333em !important; }
	.Padding-lg-horizontal-17x12em { padding-left: 1.4166666666667em !important; padding-right: 1.4166666666667em !important; }
	.Padding-lg-horizontal-18x12em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
	.Padding-lg-vertical-0x12em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-lg-vertical-1x12em { padding-top: 0.083333333333333em !important; padding-bottom: 0.083333333333333em !important; }
	.Padding-lg-vertical-2x12em { padding-top: 0.16666666666667em !important; padding-bottom: 0.16666666666667em !important; }
	.Padding-lg-vertical-3x12em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
	.Padding-lg-vertical-4x12em { padding-top: 0.33333333333333em !important; padding-bottom: 0.33333333333333em !important; }
	.Padding-lg-vertical-5x12em { padding-top: 0.41666666666667em !important; padding-bottom: 0.41666666666667em !important; }
	.Padding-lg-vertical-6x12em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
	.Padding-lg-vertical-7x12em { padding-top: 0.58333333333333em !important; padding-bottom: 0.58333333333333em !important; }
	.Padding-lg-vertical-8x12em { padding-top: 0.66666666666667em !important; padding-bottom: 0.66666666666667em !important; }
	.Padding-lg-vertical-9x12em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
	.Padding-lg-vertical-10x12em { padding-top: 0.83333333333333em !important; padding-bottom: 0.83333333333333em !important; }
	.Padding-lg-vertical-11x12em { padding-top: 0.91666666666667em !important; padding-bottom: 0.91666666666667em !important; }
	.Padding-lg-vertical-12x12em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-lg-vertical-13x12em { padding-top: 1.0833333333333em !important; padding-bottom: 1.0833333333333em !important; }
	.Padding-lg-vertical-14x12em { padding-top: 1.1666666666667em !important; padding-bottom: 1.1666666666667em !important; }
	.Padding-lg-vertical-15x12em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
	.Padding-lg-vertical-16x12em { padding-top: 1.3333333333333em !important; padding-bottom: 1.3333333333333em !important; }
	.Padding-lg-vertical-17x12em { padding-top: 1.4166666666667em !important; padding-bottom: 1.4166666666667em !important; }
	.Padding-lg-vertical-18x12em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
	.Padding-lg-top-0x12em { padding-top: 0em !important; }
	.Padding-lg-top-1x12em { padding-top: 0.083333333333333em !important; }
	.Padding-lg-top-2x12em { padding-top: 0.16666666666667em !important; }
	.Padding-lg-top-3x12em { padding-top: 0.25em !important; }
	.Padding-lg-top-4x12em { padding-top: 0.33333333333333em !important; }
	.Padding-lg-top-5x12em { padding-top: 0.41666666666667em !important; }
	.Padding-lg-top-6x12em { padding-top: 0.5em !important; }
	.Padding-lg-top-7x12em { padding-top: 0.58333333333333em !important; }
	.Padding-lg-top-8x12em { padding-top: 0.66666666666667em !important; }
	.Padding-lg-top-9x12em { padding-top: 0.75em !important; }
	.Padding-lg-top-10x12em { padding-top: 0.83333333333333em !important; }
	.Padding-lg-top-11x12em { padding-top: 0.91666666666667em !important; }
	.Padding-lg-top-12x12em { padding-top: 1em !important; }
	.Padding-lg-top-13x12em { padding-top: 1.0833333333333em !important; }
	.Padding-lg-top-14x12em { padding-top: 1.1666666666667em !important; }
	.Padding-lg-top-15x12em { padding-top: 1.25em !important; }
	.Padding-lg-top-16x12em { padding-top: 1.3333333333333em !important; }
	.Padding-lg-top-17x12em { padding-top: 1.4166666666667em !important; }
	.Padding-lg-top-18x12em { padding-top: 1.5em !important; }
	.Padding-lg-right-0x12em { padding-right: 0em !important; }
	.Padding-lg-right-1x12em { padding-right: 0.083333333333333em !important; }
	.Padding-lg-right-2x12em { padding-right: 0.16666666666667em !important; }
	.Padding-lg-right-3x12em { padding-right: 0.25em !important; }
	.Padding-lg-right-4x12em { padding-right: 0.33333333333333em !important; }
	.Padding-lg-right-5x12em { padding-right: 0.41666666666667em !important; }
	.Padding-lg-right-6x12em { padding-right: 0.5em !important; }
	.Padding-lg-right-7x12em { padding-right: 0.58333333333333em !important; }
	.Padding-lg-right-8x12em { padding-right: 0.66666666666667em !important; }
	.Padding-lg-right-9x12em { padding-right: 0.75em !important; }
	.Padding-lg-right-10x12em { padding-right: 0.83333333333333em !important; }
	.Padding-lg-right-11x12em { padding-right: 0.91666666666667em !important; }
	.Padding-lg-right-12x12em { padding-right: 1em !important; }
	.Padding-lg-right-13x12em { padding-right: 1.0833333333333em !important; }
	.Padding-lg-right-14x12em { padding-right: 1.1666666666667em !important; }
	.Padding-lg-right-15x12em { padding-right: 1.25em !important; }
	.Padding-lg-right-16x12em { padding-right: 1.3333333333333em !important; }
	.Padding-lg-right-17x12em { padding-right: 1.4166666666667em !important; }
	.Padding-lg-right-18x12em { padding-right: 1.5em !important; }
	.Padding-lg-bottom-0x12em { padding-bottom: 0em !important; }
	.Padding-lg-bottom-1x12em { padding-bottom: 0.083333333333333em !important; }
	.Padding-lg-bottom-2x12em { padding-bottom: 0.16666666666667em !important; }
	.Padding-lg-bottom-3x12em { padding-bottom: 0.25em !important; }
	.Padding-lg-bottom-4x12em { padding-bottom: 0.33333333333333em !important; }
	.Padding-lg-bottom-5x12em { padding-bottom: 0.41666666666667em !important; }
	.Padding-lg-bottom-6x12em { padding-bottom: 0.5em !important; }
	.Padding-lg-bottom-7x12em { padding-bottom: 0.58333333333333em !important; }
	.Padding-lg-bottom-8x12em { padding-bottom: 0.66666666666667em !important; }
	.Padding-lg-bottom-9x12em { padding-bottom: 0.75em !important; }
	.Padding-lg-bottom-10x12em { padding-bottom: 0.83333333333333em !important; }
	.Padding-lg-bottom-11x12em { padding-bottom: 0.91666666666667em !important; }
	.Padding-lg-bottom-12x12em { padding-bottom: 1em !important; }
	.Padding-lg-bottom-13x12em { padding-bottom: 1.0833333333333em !important; }
	.Padding-lg-bottom-14x12em { padding-bottom: 1.1666666666667em !important; }
	.Padding-lg-bottom-15x12em { padding-bottom: 1.25em !important; }
	.Padding-lg-bottom-16x12em { padding-bottom: 1.3333333333333em !important; }
	.Padding-lg-bottom-17x12em { padding-bottom: 1.4166666666667em !important; }
	.Padding-lg-bottom-18x12em { padding-bottom: 1.5em !important; }
	.Padding-lg-left-0x12em { padding-left: 0em !important; }
	.Padding-lg-left-1x12em { padding-left: 0.083333333333333em !important; }
	.Padding-lg-left-2x12em { padding-left: 0.16666666666667em !important; }
	.Padding-lg-left-3x12em { padding-left: 0.25em !important; }
	.Padding-lg-left-4x12em { padding-left: 0.33333333333333em !important; }
	.Padding-lg-left-5x12em { padding-left: 0.41666666666667em !important; }
	.Padding-lg-left-6x12em { padding-left: 0.5em !important; }
	.Padding-lg-left-7x12em { padding-left: 0.58333333333333em !important; }
	.Padding-lg-left-8x12em { padding-left: 0.66666666666667em !important; }
	.Padding-lg-left-9x12em { padding-left: 0.75em !important; }
	.Padding-lg-left-10x12em { padding-left: 0.83333333333333em !important; }
	.Padding-lg-left-11x12em { padding-left: 0.91666666666667em !important; }
	.Padding-lg-left-12x12em { padding-left: 1em !important; }
	.Padding-lg-left-13x12em { padding-left: 1.0833333333333em !important; }
	.Padding-lg-left-14x12em { padding-left: 1.1666666666667em !important; }
	.Padding-lg-left-15x12em { padding-left: 1.25em !important; }
	.Padding-lg-left-16x12em { padding-left: 1.3333333333333em !important; }
	.Padding-lg-left-17x12em { padding-left: 1.4166666666667em !important; }
	.Padding-lg-left-18x12em { padding-left: 1.5em !important; }
	.Padding-lg-0x16em { padding: 0em !important; }
	.Padding-lg-1x16em { padding: 0.0625em !important; }
	.Padding-lg-2x16em { padding: 0.125em !important; }
	.Padding-lg-3x16em { padding: 0.1875em !important; }
	.Padding-lg-4x16em { padding: 0.25em !important; }
	.Padding-lg-5x16em { padding: 0.3125em !important; }
	.Padding-lg-6x16em { padding: 0.375em !important; }
	.Padding-lg-7x16em { padding: 0.4375em !important; }
	.Padding-lg-8x16em { padding: 0.5em !important; }
	.Padding-lg-9x16em { padding: 0.5625em !important; }
	.Padding-lg-10x16em { padding: 0.625em !important; }
	.Padding-lg-11x16em { padding: 0.6875em !important; }
	.Padding-lg-12x16em { padding: 0.75em !important; }
	.Padding-lg-13x16em { padding: 0.8125em !important; }
	.Padding-lg-14x16em { padding: 0.875em !important; }
	.Padding-lg-15x16em { padding: 0.9375em !important; }
	.Padding-lg-16x16em { padding: 1em !important; }
	.Padding-lg-17x16em { padding: 1.0625em !important; }
	.Padding-lg-18x16em { padding: 1.125em !important; }
	.Padding-lg-19x16em { padding: 1.1875em !important; }
	.Padding-lg-20x16em { padding: 1.25em !important; }
	.Padding-lg-21x16em { padding: 1.3125em !important; }
	.Padding-lg-22x16em { padding: 1.375em !important; }
	.Padding-lg-23x16em { padding: 1.4375em !important; }
	.Padding-lg-24x16em { padding: 1.5em !important; }
	.Padding-lg-horizontal-0x16em { padding-left: 0em !important; padding-right: 0em !important; }
	.Padding-lg-horizontal-1x16em { padding-left: 0.0625em !important; padding-right: 0.0625em !important; }
	.Padding-lg-horizontal-2x16em { padding-left: 0.125em !important; padding-right: 0.125em !important; }
	.Padding-lg-horizontal-3x16em { padding-left: 0.1875em !important; padding-right: 0.1875em !important; }
	.Padding-lg-horizontal-4x16em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
	.Padding-lg-horizontal-5x16em { padding-left: 0.3125em !important; padding-right: 0.3125em !important; }
	.Padding-lg-horizontal-6x16em { padding-left: 0.375em !important; padding-right: 0.375em !important; }
	.Padding-lg-horizontal-7x16em { padding-left: 0.4375em !important; padding-right: 0.4375em !important; }
	.Padding-lg-horizontal-8x16em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
	.Padding-lg-horizontal-9x16em { padding-left: 0.5625em !important; padding-right: 0.5625em !important; }
	.Padding-lg-horizontal-10x16em { padding-left: 0.625em !important; padding-right: 0.625em !important; }
	.Padding-lg-horizontal-11x16em { padding-left: 0.6875em !important; padding-right: 0.6875em !important; }
	.Padding-lg-horizontal-12x16em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
	.Padding-lg-horizontal-13x16em { padding-left: 0.8125em !important; padding-right: 0.8125em !important; }
	.Padding-lg-horizontal-14x16em { padding-left: 0.875em !important; padding-right: 0.875em !important; }
	.Padding-lg-horizontal-15x16em { padding-left: 0.9375em !important; padding-right: 0.9375em !important; }
	.Padding-lg-horizontal-16x16em { padding-left: 1em !important; padding-right: 1em !important; }
	.Padding-lg-horizontal-17x16em { padding-left: 1.0625em !important; padding-right: 1.0625em !important; }
	.Padding-lg-horizontal-18x16em { padding-left: 1.125em !important; padding-right: 1.125em !important; }
	.Padding-lg-horizontal-19x16em { padding-left: 1.1875em !important; padding-right: 1.1875em !important; }
	.Padding-lg-horizontal-20x16em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
	.Padding-lg-horizontal-21x16em { padding-left: 1.3125em !important; padding-right: 1.3125em !important; }
	.Padding-lg-horizontal-22x16em { padding-left: 1.375em !important; padding-right: 1.375em !important; }
	.Padding-lg-horizontal-23x16em { padding-left: 1.4375em !important; padding-right: 1.4375em !important; }
	.Padding-lg-horizontal-24x16em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
	.Padding-lg-vertical-0x16em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-lg-vertical-1x16em { padding-top: 0.0625em !important; padding-bottom: 0.0625em !important; }
	.Padding-lg-vertical-2x16em { padding-top: 0.125em !important; padding-bottom: 0.125em !important; }
	.Padding-lg-vertical-3x16em { padding-top: 0.1875em !important; padding-bottom: 0.1875em !important; }
	.Padding-lg-vertical-4x16em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
	.Padding-lg-vertical-5x16em { padding-top: 0.3125em !important; padding-bottom: 0.3125em !important; }
	.Padding-lg-vertical-6x16em { padding-top: 0.375em !important; padding-bottom: 0.375em !important; }
	.Padding-lg-vertical-7x16em { padding-top: 0.4375em !important; padding-bottom: 0.4375em !important; }
	.Padding-lg-vertical-8x16em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
	.Padding-lg-vertical-9x16em { padding-top: 0.5625em !important; padding-bottom: 0.5625em !important; }
	.Padding-lg-vertical-10x16em { padding-top: 0.625em !important; padding-bottom: 0.625em !important; }
	.Padding-lg-vertical-11x16em { padding-top: 0.6875em !important; padding-bottom: 0.6875em !important; }
	.Padding-lg-vertical-12x16em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
	.Padding-lg-vertical-13x16em { padding-top: 0.8125em !important; padding-bottom: 0.8125em !important; }
	.Padding-lg-vertical-14x16em { padding-top: 0.875em !important; padding-bottom: 0.875em !important; }
	.Padding-lg-vertical-15x16em { padding-top: 0.9375em !important; padding-bottom: 0.9375em !important; }
	.Padding-lg-vertical-16x16em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-lg-vertical-17x16em { padding-top: 1.0625em !important; padding-bottom: 1.0625em !important; }
	.Padding-lg-vertical-18x16em { padding-top: 1.125em !important; padding-bottom: 1.125em !important; }
	.Padding-lg-vertical-19x16em { padding-top: 1.1875em !important; padding-bottom: 1.1875em !important; }
	.Padding-lg-vertical-20x16em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
	.Padding-lg-vertical-21x16em { padding-top: 1.3125em !important; padding-bottom: 1.3125em !important; }
	.Padding-lg-vertical-22x16em { padding-top: 1.375em !important; padding-bottom: 1.375em !important; }
	.Padding-lg-vertical-23x16em { padding-top: 1.4375em !important; padding-bottom: 1.4375em !important; }
	.Padding-lg-vertical-24x16em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
	.Padding-lg-top-0x16em { padding-top: 0em !important; }
	.Padding-lg-top-1x16em { padding-top: 0.0625em !important; }
	.Padding-lg-top-2x16em { padding-top: 0.125em !important; }
	.Padding-lg-top-3x16em { padding-top: 0.1875em !important; }
	.Padding-lg-top-4x16em { padding-top: 0.25em !important; }
	.Padding-lg-top-5x16em { padding-top: 0.3125em !important; }
	.Padding-lg-top-6x16em { padding-top: 0.375em !important; }
	.Padding-lg-top-7x16em { padding-top: 0.4375em !important; }
	.Padding-lg-top-8x16em { padding-top: 0.5em !important; }
	.Padding-lg-top-9x16em { padding-top: 0.5625em !important; }
	.Padding-lg-top-10x16em { padding-top: 0.625em !important; }
	.Padding-lg-top-11x16em { padding-top: 0.6875em !important; }
	.Padding-lg-top-12x16em { padding-top: 0.75em !important; }
	.Padding-lg-top-13x16em { padding-top: 0.8125em !important; }
	.Padding-lg-top-14x16em { padding-top: 0.875em !important; }
	.Padding-lg-top-15x16em { padding-top: 0.9375em !important; }
	.Padding-lg-top-16x16em { padding-top: 1em !important; }
	.Padding-lg-top-17x16em { padding-top: 1.0625em !important; }
	.Padding-lg-top-18x16em { padding-top: 1.125em !important; }
	.Padding-lg-top-19x16em { padding-top: 1.1875em !important; }
	.Padding-lg-top-20x16em { padding-top: 1.25em !important; }
	.Padding-lg-top-21x16em { padding-top: 1.3125em !important; }
	.Padding-lg-top-22x16em { padding-top: 1.375em !important; }
	.Padding-lg-top-23x16em { padding-top: 1.4375em !important; }
	.Padding-lg-top-24x16em { padding-top: 1.5em !important; }
	.Padding-lg-right-0x16em { padding-right: 0em !important; }
	.Padding-lg-right-1x16em { padding-right: 0.0625em !important; }
	.Padding-lg-right-2x16em { padding-right: 0.125em !important; }
	.Padding-lg-right-3x16em { padding-right: 0.1875em !important; }
	.Padding-lg-right-4x16em { padding-right: 0.25em !important; }
	.Padding-lg-right-5x16em { padding-right: 0.3125em !important; }
	.Padding-lg-right-6x16em { padding-right: 0.375em !important; }
	.Padding-lg-right-7x16em { padding-right: 0.4375em !important; }
	.Padding-lg-right-8x16em { padding-right: 0.5em !important; }
	.Padding-lg-right-9x16em { padding-right: 0.5625em !important; }
	.Padding-lg-right-10x16em { padding-right: 0.625em !important; }
	.Padding-lg-right-11x16em { padding-right: 0.6875em !important; }
	.Padding-lg-right-12x16em { padding-right: 0.75em !important; }
	.Padding-lg-right-13x16em { padding-right: 0.8125em !important; }
	.Padding-lg-right-14x16em { padding-right: 0.875em !important; }
	.Padding-lg-right-15x16em { padding-right: 0.9375em !important; }
	.Padding-lg-right-16x16em { padding-right: 1em !important; }
	.Padding-lg-right-17x16em { padding-right: 1.0625em !important; }
	.Padding-lg-right-18x16em { padding-right: 1.125em !important; }
	.Padding-lg-right-19x16em { padding-right: 1.1875em !important; }
	.Padding-lg-right-20x16em { padding-right: 1.25em !important; }
	.Padding-lg-right-21x16em { padding-right: 1.3125em !important; }
	.Padding-lg-right-22x16em { padding-right: 1.375em !important; }
	.Padding-lg-right-23x16em { padding-right: 1.4375em !important; }
	.Padding-lg-right-24x16em { padding-right: 1.5em !important; }
	.Padding-lg-bottom-0x16em { padding-bottom: 0em !important; }
	.Padding-lg-bottom-1x16em { padding-bottom: 0.0625em !important; }
	.Padding-lg-bottom-2x16em { padding-bottom: 0.125em !important; }
	.Padding-lg-bottom-3x16em { padding-bottom: 0.1875em !important; }
	.Padding-lg-bottom-4x16em { padding-bottom: 0.25em !important; }
	.Padding-lg-bottom-5x16em { padding-bottom: 0.3125em !important; }
	.Padding-lg-bottom-6x16em { padding-bottom: 0.375em !important; }
	.Padding-lg-bottom-7x16em { padding-bottom: 0.4375em !important; }
	.Padding-lg-bottom-8x16em { padding-bottom: 0.5em !important; }
	.Padding-lg-bottom-9x16em { padding-bottom: 0.5625em !important; }
	.Padding-lg-bottom-10x16em { padding-bottom: 0.625em !important; }
	.Padding-lg-bottom-11x16em { padding-bottom: 0.6875em !important; }
	.Padding-lg-bottom-12x16em { padding-bottom: 0.75em !important; }
	.Padding-lg-bottom-13x16em { padding-bottom: 0.8125em !important; }
	.Padding-lg-bottom-14x16em { padding-bottom: 0.875em !important; }
	.Padding-lg-bottom-15x16em { padding-bottom: 0.9375em !important; }
	.Padding-lg-bottom-16x16em { padding-bottom: 1em !important; }
	.Padding-lg-bottom-17x16em { padding-bottom: 1.0625em !important; }
	.Padding-lg-bottom-18x16em { padding-bottom: 1.125em !important; }
	.Padding-lg-bottom-19x16em { padding-bottom: 1.1875em !important; }
	.Padding-lg-bottom-20x16em { padding-bottom: 1.25em !important; }
	.Padding-lg-bottom-21x16em { padding-bottom: 1.3125em !important; }
	.Padding-lg-bottom-22x16em { padding-bottom: 1.375em !important; }
	.Padding-lg-bottom-23x16em { padding-bottom: 1.4375em !important; }
	.Padding-lg-bottom-24x16em { padding-bottom: 1.5em !important; }
	.Padding-lg-left-0x16em { padding-left: 0em !important; }
	.Padding-lg-left-1x16em { padding-left: 0.0625em !important; }
	.Padding-lg-left-2x16em { padding-left: 0.125em !important; }
	.Padding-lg-left-3x16em { padding-left: 0.1875em !important; }
	.Padding-lg-left-4x16em { padding-left: 0.25em !important; }
	.Padding-lg-left-5x16em { padding-left: 0.3125em !important; }
	.Padding-lg-left-6x16em { padding-left: 0.375em !important; }
	.Padding-lg-left-7x16em { padding-left: 0.4375em !important; }
	.Padding-lg-left-8x16em { padding-left: 0.5em !important; }
	.Padding-lg-left-9x16em { padding-left: 0.5625em !important; }
	.Padding-lg-left-10x16em { padding-left: 0.625em !important; }
	.Padding-lg-left-11x16em { padding-left: 0.6875em !important; }
	.Padding-lg-left-12x16em { padding-left: 0.75em !important; }
	.Padding-lg-left-13x16em { padding-left: 0.8125em !important; }
	.Padding-lg-left-14x16em { padding-left: 0.875em !important; }
	.Padding-lg-left-15x16em { padding-left: 0.9375em !important; }
	.Padding-lg-left-16x16em { padding-left: 1em !important; }
	.Padding-lg-left-17x16em { padding-left: 1.0625em !important; }
	.Padding-lg-left-18x16em { padding-left: 1.125em !important; }
	.Padding-lg-left-19x16em { padding-left: 1.1875em !important; }
	.Padding-lg-left-20x16em { padding-left: 1.25em !important; }
	.Padding-lg-left-21x16em { padding-left: 1.3125em !important; }
	.Padding-lg-left-22x16em { padding-left: 1.375em !important; }
	.Padding-lg-left-23x16em { padding-left: 1.4375em !important; }
	.Padding-lg-left-24x16em { padding-left: 1.5em !important; }
	.Padding-lg-top-0x100 { padding-top: 0% !important; }
	.Padding-lg-top-5x100 { padding-top: 5% !important; }
	.Padding-lg-top-10x100 { padding-top: 10% !important; }
	.Padding-lg-top-15x100 { padding-top: 15% !important; }
	.Padding-lg-top-20x100 { padding-top: 20% !important; }
	.Padding-lg-top-25x100 { padding-top: 25% !important; }
	.Padding-lg-top-30x100 { padding-top: 30% !important; }
	.Padding-lg-top-35x100 { padding-top: 35% !important; }
	.Padding-lg-top-40x100 { padding-top: 40% !important; }
	.Padding-lg-top-45x100 { padding-top: 45% !important; }
	.Padding-lg-top-50x100 { padding-top: 50% !important; }
	.Padding-lg-top-55x100 { padding-top: 55% !important; }
	.Padding-lg-top-60x100 { padding-top: 60% !important; }
	.Padding-lg-top-65x100 { padding-top: 65% !important; }
	.Padding-lg-top-70x100 { padding-top: 70% !important; }
	.Padding-lg-top-75x100 { padding-top: 75% !important; }
	.Padding-lg-top-80x100 { padding-top: 80% !important; }
	.Padding-lg-top-85x100 { padding-top: 85% !important; }
	.Padding-lg-top-90x100 { padding-top: 90% !important; }
	.Padding-lg-top-95x100 { padding-top: 95% !important; }
	.Padding-lg-top-100x100 { padding-top: 100% !important; }
	.Padding-lg-right-0x100 { padding-right: 0% !important; }
	.Padding-lg-right-5x100 { padding-right: 5% !important; }
	.Padding-lg-right-10x100 { padding-right: 10% !important; }
	.Padding-lg-right-15x100 { padding-right: 15% !important; }
	.Padding-lg-right-20x100 { padding-right: 20% !important; }
	.Padding-lg-right-25x100 { padding-right: 25% !important; }
	.Padding-lg-right-30x100 { padding-right: 30% !important; }
	.Padding-lg-right-35x100 { padding-right: 35% !important; }
	.Padding-lg-right-40x100 { padding-right: 40% !important; }
	.Padding-lg-right-45x100 { padding-right: 45% !important; }
	.Padding-lg-right-50x100 { padding-right: 50% !important; }
	.Padding-lg-right-55x100 { padding-right: 55% !important; }
	.Padding-lg-right-60x100 { padding-right: 60% !important; }
	.Padding-lg-right-65x100 { padding-right: 65% !important; }
	.Padding-lg-right-70x100 { padding-right: 70% !important; }
	.Padding-lg-right-75x100 { padding-right: 75% !important; }
	.Padding-lg-right-80x100 { padding-right: 80% !important; }
	.Padding-lg-right-85x100 { padding-right: 85% !important; }
	.Padding-lg-right-90x100 { padding-right: 90% !important; }
	.Padding-lg-right-95x100 { padding-right: 95% !important; }
	.Padding-lg-right-100x100 { padding-right: 100% !important; }
	.Padding-lg-bottom-0x100 { padding-bottom: 0% !important; }
	.Padding-lg-bottom-5x100 { padding-bottom: 5% !important; }
	.Padding-lg-bottom-10x100 { padding-bottom: 10% !important; }
	.Padding-lg-bottom-15x100 { padding-bottom: 15% !important; }
	.Padding-lg-bottom-20x100 { padding-bottom: 20% !important; }
	.Padding-lg-bottom-25x100 { padding-bottom: 25% !important; }
	.Padding-lg-bottom-30x100 { padding-bottom: 30% !important; }
	.Padding-lg-bottom-35x100 { padding-bottom: 35% !important; }
	.Padding-lg-bottom-40x100 { padding-bottom: 40% !important; }
	.Padding-lg-bottom-45x100 { padding-bottom: 45% !important; }
	.Padding-lg-bottom-50x100 { padding-bottom: 50% !important; }
	.Padding-lg-bottom-55x100 { padding-bottom: 55% !important; }
	.Padding-lg-bottom-60x100 { padding-bottom: 60% !important; }
	.Padding-lg-bottom-65x100 { padding-bottom: 65% !important; }
	.Padding-lg-bottom-70x100 { padding-bottom: 70% !important; }
	.Padding-lg-bottom-75x100 { padding-bottom: 75% !important; }
	.Padding-lg-bottom-80x100 { padding-bottom: 80% !important; }
	.Padding-lg-bottom-85x100 { padding-bottom: 85% !important; }
	.Padding-lg-bottom-90x100 { padding-bottom: 90% !important; }
	.Padding-lg-bottom-95x100 { padding-bottom: 95% !important; }
	.Padding-lg-bottom-100x100 { padding-bottom: 100% !important; }
	.Padding-lg-left-0x100 { padding-left: 0% !important; }
	.Padding-lg-left-5x100 { padding-left: 5% !important; }
	.Padding-lg-left-10x100 { padding-left: 10% !important; }
	.Padding-lg-left-15x100 { padding-left: 15% !important; }
	.Padding-lg-left-20x100 { padding-left: 20% !important; }
	.Padding-lg-left-25x100 { padding-left: 25% !important; }
	.Padding-lg-left-30x100 { padding-left: 30% !important; }
	.Padding-lg-left-35x100 { padding-left: 35% !important; }
	.Padding-lg-left-40x100 { padding-left: 40% !important; }
	.Padding-lg-left-45x100 { padding-left: 45% !important; }
	.Padding-lg-left-50x100 { padding-left: 50% !important; }
	.Padding-lg-left-55x100 { padding-left: 55% !important; }
	.Padding-lg-left-60x100 { padding-left: 60% !important; }
	.Padding-lg-left-65x100 { padding-left: 65% !important; }
	.Padding-lg-left-70x100 { padding-left: 70% !important; }
	.Padding-lg-left-75x100 { padding-left: 75% !important; }
	.Padding-lg-left-80x100 { padding-left: 80% !important; }
	.Padding-lg-left-85x100 { padding-left: 85% !important; }
	.Padding-lg-left-90x100 { padding-left: 90% !important; }
	.Padding-lg-left-95x100 { padding-left: 95% !important; }
	.Padding-lg-left-100x100 { padding-left: 100% !important; }
	
	.Padding-lg-top-0vw { padding-top: 0vw !important; }
	.Padding-lg-top-1vw { padding-top: 1vw !important; }
	.Padding-lg-top-2vw { padding-top: 2vw !important; }
	.Padding-lg-top-3vw { padding-top: 3vw !important; }
	.Padding-lg-top-4vw { padding-top: 4vw !important; }
	.Padding-lg-top-5vw { padding-top: 5vw !important; }
	.Padding-lg-top-6vw { padding-top: 6vw !important; }
	.Padding-lg-top-7vw { padding-top: 7vw !important; }
	.Padding-lg-top-8vw { padding-top: 8vw !important; }
	.Padding-lg-top-9vw { padding-top: 9vw !important; }
	.Padding-lg-top-10vw { padding-top: 10vw !important; }
	.Padding-lg-right-0vw { padding-right: 0vw !important; }
	.Padding-lg-right-1vw { padding-right: 1vw !important; }
	.Padding-lg-right-2vw { padding-right: 2vw !important; }
	.Padding-lg-right-3vw { padding-right: 3vw !important; }
	.Padding-lg-right-4vw { padding-right: 4vw !important; }
	.Padding-lg-right-5vw { padding-right: 5vw !important; }
	.Padding-lg-right-6vw { padding-right: 6vw !important; }
	.Padding-lg-right-7vw { padding-right: 7vw !important; }
	.Padding-lg-right-8vw { padding-right: 8vw !important; }
	.Padding-lg-right-9vw { padding-right: 9vw !important; }
	.Padding-lg-right-10vw { padding-right: 10vw !important; }
	.Padding-lg-bottom-0vw { padding-bottom: 0vw !important; }
	.Padding-lg-bottom-1vw { padding-bottom: 1vw !important; }
	.Padding-lg-bottom-2vw { padding-bottom: 2vw !important; }
	.Padding-lg-bottom-3vw { padding-bottom: 3vw !important; }
	.Padding-lg-bottom-4vw { padding-bottom: 4vw !important; }
	.Padding-lg-bottom-5vw { padding-bottom: 5vw !important; }
	.Padding-lg-bottom-6vw { padding-bottom: 6vw !important; }
	.Padding-lg-bottom-7vw { padding-bottom: 7vw !important; }
	.Padding-lg-bottom-8vw { padding-bottom: 8vw !important; }
	.Padding-lg-bottom-9vw { padding-bottom: 9vw !important; }
	.Padding-lg-bottom-10vw { padding-bottom: 10vw !important; }
	.Padding-lg-left-0vw { padding-left: 0vw !important; }
	.Padding-lg-left-1vw { padding-left: 1vw !important; }
	.Padding-lg-left-2vw { padding-left: 2vw !important; }
	.Padding-lg-left-3vw { padding-left: 3vw !important; }
	.Padding-lg-left-4vw { padding-left: 4vw !important; }
	.Padding-lg-left-5vw { padding-left: 5vw !important; }
	.Padding-lg-left-6vw { padding-left: 6vw !important; }
	.Padding-lg-left-7vw { padding-left: 7vw !important; }
	.Padding-lg-left-8vw { padding-left: 8vw !important; }
	.Padding-lg-left-9vw { padding-left: 9vw !important; }
	.Padding-lg-left-10vw { padding-left: 10vw !important; }
	
}


@media( min-width: 1280px ) {
	.Padding-xl-0 { padding: 0   !important; }
	.Padding-xl-0em { padding: 0em !important; }
	.Padding-xl-1em { padding: 1em !important; }
	.Padding-xl-2em { padding: 2em !important; }
	.Padding-xl-3em { padding: 3em !important; }
	.Padding-xl-4em { padding: 4em !important; }
	.Padding-xl-5em { padding: 5em !important; }
	.Padding-xl-6em { padding: 6em !important; }
	.Padding-xl-7em { padding: 7em !important; }
	.Padding-xl-8em { padding: 8em !important; }
	.Padding-xl-9em { padding: 9em !important; }
	.Padding-xl-10em { padding: 10em !important; }
	.Padding-xl-11em { padding: 11em !important; }
	.Padding-xl-12em { padding: 12em !important; }
	.Padding-xl-13em { padding: 13em !important; }
	.Padding-xl-14em { padding: 14em !important; }
	.Padding-xl-15em { padding: 15em !important; }
	.Padding-xl-16em { padding: 16em !important; }
	.Padding-xl-vertical-0   { padding-top: 0   !important; padding-bottom: 0   !important; }
	.Padding-xl-vertical-0em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-xl-vertical-1em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-xl-vertical-2em { padding-top: 2em !important; padding-bottom: 2em !important; }
	.Padding-xl-vertical-3em { padding-top: 3em !important; padding-bottom: 3em !important; }
	.Padding-xl-vertical-4em { padding-top: 4em !important; padding-bottom: 4em !important; }
	.Padding-xl-vertical-5em { padding-top: 5em !important; padding-bottom: 5em !important; }
	.Padding-xl-vertical-6em { padding-top: 6em !important; padding-bottom: 6em !important; }
	.Padding-xl-vertical-7em { padding-top: 7em !important; padding-bottom: 7em !important; }
	.Padding-xl-vertical-8em { padding-top: 8em !important; padding-bottom: 8em !important; }
	.Padding-xl-vertical-9em { padding-top: 9em !important; padding-bottom: 9em !important; }
	.Padding-xl-vertical-10em { padding-top: 10em !important; padding-bottom: 10em !important; }
	.Padding-xl-vertical-11em { padding-top: 11em !important; padding-bottom: 11em !important; }
	.Padding-xl-vertical-12em { padding-top: 12em !important; padding-bottom: 12em !important; }
	.Padding-xl-vertical-13em { padding-top: 13em !important; padding-bottom: 13em !important; }
	.Padding-xl-vertical-14em { padding-top: 14em !important; padding-bottom: 14em !important; }
	.Padding-xl-vertical-15em { padding-top: 15em !important; padding-bottom: 15em !important; }
	.Padding-xl-vertical-16em { padding-top: 16em !important; padding-bottom: 16em !important; }
	.Padding-xl-horizontal-0   { padding-right:  0   !important; padding-left:   0   !important; }
	.Padding-xl-horizontal-0em { padding-right:  0em !important; padding-left:   0em !important; }
	.Padding-xl-horizontal-1em { padding-right:  1em !important; padding-left:   1em !important; }
	.Padding-xl-horizontal-2em { padding-right:  2em !important; padding-left:   2em !important; }
	.Padding-xl-horizontal-3em { padding-right:  3em !important; padding-left:   3em !important; }
	.Padding-xl-horizontal-4em { padding-right:  4em !important; padding-left:   4em !important; }
	.Padding-xl-horizontal-5em { padding-right:  5em !important; padding-left:   5em !important; }
	.Padding-xl-horizontal-6em { padding-right:  6em !important; padding-left:   6em !important; }
	.Padding-xl-horizontal-7em { padding-right:  7em !important; padding-left:   7em !important; }
	.Padding-xl-horizontal-8em { padding-right:  8em !important; padding-left:   8em !important; }
	.Padding-xl-horizontal-9em { padding-right:  9em !important; padding-left:   9em !important; }
	.Padding-xl-horizontal-10em { padding-right:  10em !important; padding-left:   10em !important; }
	.Padding-xl-horizontal-11em { padding-right:  11em !important; padding-left:   11em !important; }
	.Padding-xl-horizontal-12em { padding-right:  12em !important; padding-left:   12em !important; }
	.Padding-xl-horizontal-13em { padding-right:  13em !important; padding-left:   13em !important; }
	.Padding-xl-horizontal-14em { padding-right:  14em !important; padding-left:   14em !important; }
	.Padding-xl-horizontal-15em { padding-right:  15em !important; padding-left:   15em !important; }
	.Padding-xl-horizontal-16em { padding-right:  16em !important; padding-left:   16em !important; }
	.Padding-xl-top-0   { padding-top: 0   !important; }
	.Padding-xl-top-0em { padding-top: 0em !important; }
	.Padding-xl-top-1em { padding-top: 1em !important; }
	.Padding-xl-top-2em { padding-top: 2em !important; }
	.Padding-xl-top-3em { padding-top: 3em !important; }
	.Padding-xl-top-4em { padding-top: 4em !important; }
	.Padding-xl-top-5em { padding-top: 5em !important; }
	.Padding-xl-top-6em { padding-top: 6em !important; }
	.Padding-xl-top-7em { padding-top: 7em !important; }
	.Padding-xl-top-8em { padding-top: 8em !important; }
	.Padding-xl-top-9em { padding-top: 9em !important; }
	.Padding-xl-top-10em { padding-top: 10em !important; }
	.Padding-xl-top-11em { padding-top: 11em !important; }
	.Padding-xl-top-12em { padding-top: 12em !important; }
	.Padding-xl-top-13em { padding-top: 13em !important; }
	.Padding-xl-top-14em { padding-top: 14em !important; }
	.Padding-xl-top-15em { padding-top: 15em !important; }
	.Padding-xl-top-16em { padding-top: 16em !important; }
	.Padding-xl-right-0   { padding-right: 0   !important; }
	.Padding-xl-right-0em { padding-right: 0em !important; }
	.Padding-xl-right-1em { padding-right: 1em !important; }
	.Padding-xl-right-2em { padding-right: 2em !important; }
	.Padding-xl-right-3em { padding-right: 3em !important; }
	.Padding-xl-right-4em { padding-right: 4em !important; }
	.Padding-xl-right-5em { padding-right: 5em !important; }
	.Padding-xl-right-6em { padding-right: 6em !important; }
	.Padding-xl-right-7em { padding-right: 7em !important; }
	.Padding-xl-right-8em { padding-right: 8em !important; }
	.Padding-xl-right-9em { padding-right: 9em !important; }
	.Padding-xl-right-10em { padding-right: 10em !important; }
	.Padding-xl-right-11em { padding-right: 11em !important; }
	.Padding-xl-right-12em { padding-right: 12em !important; }
	.Padding-xl-right-13em { padding-right: 13em !important; }
	.Padding-xl-right-14em { padding-right: 14em !important; }
	.Padding-xl-right-15em { padding-right: 15em !important; }
	.Padding-xl-right-16em { padding-right: 16em !important; }
	.Padding-xl-bottom-0   { padding-bottom: 0   !important; }
	.Padding-xl-bottom-0em { padding-bottom: 0em !important; }
	.Padding-xl-bottom-1em { padding-bottom: 1em !important; }
	.Padding-xl-bottom-2em { padding-bottom: 2em !important; }
	.Padding-xl-bottom-3em { padding-bottom: 3em !important; }
	.Padding-xl-bottom-4em { padding-bottom: 4em !important; }
	.Padding-xl-bottom-5em { padding-bottom: 5em !important; }
	.Padding-xl-bottom-6em { padding-bottom: 6em !important; }
	.Padding-xl-bottom-7em { padding-bottom: 7em !important; }
	.Padding-xl-bottom-8em { padding-bottom: 8em !important; }
	.Padding-xl-bottom-9em { padding-bottom: 9em !important; }
	.Padding-xl-bottom-10em { padding-bottom: 10em !important; }
	.Padding-xl-bottom-11em { padding-bottom: 11em !important; }
	.Padding-xl-bottom-12em { padding-bottom: 12em !important; }
	.Padding-xl-bottom-13em { padding-bottom: 13em !important; }
	.Padding-xl-bottom-14em { padding-bottom: 14em !important; }
	.Padding-xl-bottom-15em { padding-bottom: 15em !important; }
	.Padding-xl-bottom-16em { padding-bottom: 16em !important; }
	.Padding-xl-left-0   { padding-left: 0   !important; }
	.Padding-xl-left-0em { padding-left: 0em !important; }
	.Padding-xl-left-1em { padding-left: 1em !important; }
	.Padding-xl-left-2em { padding-left: 2em !important; }
	.Padding-xl-left-3em { padding-left: 3em !important; }
	.Padding-xl-left-4em { padding-left: 4em !important; }
	.Padding-xl-left-5em { padding-left: 5em !important; }
	.Padding-xl-left-6em { padding-left: 6em !important; }
	.Padding-xl-left-7em { padding-left: 7em !important; }
	.Padding-xl-left-8em { padding-left: 8em !important; }
	.Padding-xl-left-9em { padding-left: 9em !important; }
	.Padding-xl-left-10em { padding-left: 10em !important; }
	.Padding-xl-left-11em { padding-left: 11em !important; }
	.Padding-xl-left-12em { padding-left: 12em !important; }
	.Padding-xl-left-13em { padding-left: 13em !important; }
	.Padding-xl-left-14em { padding-left: 14em !important; }
	.Padding-xl-left-15em { padding-left: 15em !important; }
	.Padding-xl-left-16em { padding-left: 16em !important; }
	.Padding-xl-0x12em { padding: 0em !important; }
	.Padding-xl-1x12em { padding: 0.083333333333333em !important; }
	.Padding-xl-2x12em { padding: 0.16666666666667em !important; }
	.Padding-xl-3x12em { padding: 0.25em !important; }
	.Padding-xl-4x12em { padding: 0.33333333333333em !important; }
	.Padding-xl-5x12em { padding: 0.41666666666667em !important; }
	.Padding-xl-6x12em { padding: 0.5em !important; }
	.Padding-xl-7x12em { padding: 0.58333333333333em !important; }
	.Padding-xl-8x12em { padding: 0.66666666666667em !important; }
	.Padding-xl-9x12em { padding: 0.75em !important; }
	.Padding-xl-10x12em { padding: 0.83333333333333em !important; }
	.Padding-xl-11x12em { padding: 0.91666666666667em !important; }
	.Padding-xl-12x12em { padding: 1em !important; }
	.Padding-xl-13x12em { padding: 1.0833333333333em !important; }
	.Padding-xl-14x12em { padding: 1.1666666666667em !important; }
	.Padding-xl-15x12em { padding: 1.25em !important; }
	.Padding-xl-16x12em { padding: 1.3333333333333em !important; }
	.Padding-xl-17x12em { padding: 1.4166666666667em !important; }
	.Padding-xl-18x12em { padding: 1.5em !important; }
	.Padding-xl-horizontal-0x12em { padding-left: 0em !important; padding-right: 0em !important; }
	.Padding-xl-horizontal-1x12em { padding-left: 0.083333333333333em !important; padding-right: 0.083333333333333em !important; }
	.Padding-xl-horizontal-2x12em { padding-left: 0.16666666666667em !important; padding-right: 0.16666666666667em !important; }
	.Padding-xl-horizontal-3x12em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
	.Padding-xl-horizontal-4x12em { padding-left: 0.33333333333333em !important; padding-right: 0.33333333333333em !important; }
	.Padding-xl-horizontal-5x12em { padding-left: 0.41666666666667em !important; padding-right: 0.41666666666667em !important; }
	.Padding-xl-horizontal-6x12em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
	.Padding-xl-horizontal-7x12em { padding-left: 0.58333333333333em !important; padding-right: 0.58333333333333em !important; }
	.Padding-xl-horizontal-8x12em { padding-left: 0.66666666666667em !important; padding-right: 0.66666666666667em !important; }
	.Padding-xl-horizontal-9x12em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
	.Padding-xl-horizontal-10x12em { padding-left: 0.83333333333333em !important; padding-right: 0.83333333333333em !important; }
	.Padding-xl-horizontal-11x12em { padding-left: 0.91666666666667em !important; padding-right: 0.91666666666667em !important; }
	.Padding-xl-horizontal-12x12em { padding-left: 1em !important; padding-right: 1em !important; }
	.Padding-xl-horizontal-13x12em { padding-left: 1.0833333333333em !important; padding-right: 1.0833333333333em !important; }
	.Padding-xl-horizontal-14x12em { padding-left: 1.1666666666667em !important; padding-right: 1.1666666666667em !important; }
	.Padding-xl-horizontal-15x12em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
	.Padding-xl-horizontal-16x12em { padding-left: 1.3333333333333em !important; padding-right: 1.3333333333333em !important; }
	.Padding-xl-horizontal-17x12em { padding-left: 1.4166666666667em !important; padding-right: 1.4166666666667em !important; }
	.Padding-xl-horizontal-18x12em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
	.Padding-xl-vertical-0x12em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-xl-vertical-1x12em { padding-top: 0.083333333333333em !important; padding-bottom: 0.083333333333333em !important; }
	.Padding-xl-vertical-2x12em { padding-top: 0.16666666666667em !important; padding-bottom: 0.16666666666667em !important; }
	.Padding-xl-vertical-3x12em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
	.Padding-xl-vertical-4x12em { padding-top: 0.33333333333333em !important; padding-bottom: 0.33333333333333em !important; }
	.Padding-xl-vertical-5x12em { padding-top: 0.41666666666667em !important; padding-bottom: 0.41666666666667em !important; }
	.Padding-xl-vertical-6x12em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
	.Padding-xl-vertical-7x12em { padding-top: 0.58333333333333em !important; padding-bottom: 0.58333333333333em !important; }
	.Padding-xl-vertical-8x12em { padding-top: 0.66666666666667em !important; padding-bottom: 0.66666666666667em !important; }
	.Padding-xl-vertical-9x12em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
	.Padding-xl-vertical-10x12em { padding-top: 0.83333333333333em !important; padding-bottom: 0.83333333333333em !important; }
	.Padding-xl-vertical-11x12em { padding-top: 0.91666666666667em !important; padding-bottom: 0.91666666666667em !important; }
	.Padding-xl-vertical-12x12em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-xl-vertical-13x12em { padding-top: 1.0833333333333em !important; padding-bottom: 1.0833333333333em !important; }
	.Padding-xl-vertical-14x12em { padding-top: 1.1666666666667em !important; padding-bottom: 1.1666666666667em !important; }
	.Padding-xl-vertical-15x12em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
	.Padding-xl-vertical-16x12em { padding-top: 1.3333333333333em !important; padding-bottom: 1.3333333333333em !important; }
	.Padding-xl-vertical-17x12em { padding-top: 1.4166666666667em !important; padding-bottom: 1.4166666666667em !important; }
	.Padding-xl-vertical-18x12em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
	.Padding-xl-top-0x12em { padding-top: 0em !important; }
	.Padding-xl-top-1x12em { padding-top: 0.083333333333333em !important; }
	.Padding-xl-top-2x12em { padding-top: 0.16666666666667em !important; }
	.Padding-xl-top-3x12em { padding-top: 0.25em !important; }
	.Padding-xl-top-4x12em { padding-top: 0.33333333333333em !important; }
	.Padding-xl-top-5x12em { padding-top: 0.41666666666667em !important; }
	.Padding-xl-top-6x12em { padding-top: 0.5em !important; }
	.Padding-xl-top-7x12em { padding-top: 0.58333333333333em !important; }
	.Padding-xl-top-8x12em { padding-top: 0.66666666666667em !important; }
	.Padding-xl-top-9x12em { padding-top: 0.75em !important; }
	.Padding-xl-top-10x12em { padding-top: 0.83333333333333em !important; }
	.Padding-xl-top-11x12em { padding-top: 0.91666666666667em !important; }
	.Padding-xl-top-12x12em { padding-top: 1em !important; }
	.Padding-xl-top-13x12em { padding-top: 1.0833333333333em !important; }
	.Padding-xl-top-14x12em { padding-top: 1.1666666666667em !important; }
	.Padding-xl-top-15x12em { padding-top: 1.25em !important; }
	.Padding-xl-top-16x12em { padding-top: 1.3333333333333em !important; }
	.Padding-xl-top-17x12em { padding-top: 1.4166666666667em !important; }
	.Padding-xl-top-18x12em { padding-top: 1.5em !important; }
	.Padding-xl-right-0x12em { padding-right: 0em !important; }
	.Padding-xl-right-1x12em { padding-right: 0.083333333333333em !important; }
	.Padding-xl-right-2x12em { padding-right: 0.16666666666667em !important; }
	.Padding-xl-right-3x12em { padding-right: 0.25em !important; }
	.Padding-xl-right-4x12em { padding-right: 0.33333333333333em !important; }
	.Padding-xl-right-5x12em { padding-right: 0.41666666666667em !important; }
	.Padding-xl-right-6x12em { padding-right: 0.5em !important; }
	.Padding-xl-right-7x12em { padding-right: 0.58333333333333em !important; }
	.Padding-xl-right-8x12em { padding-right: 0.66666666666667em !important; }
	.Padding-xl-right-9x12em { padding-right: 0.75em !important; }
	.Padding-xl-right-10x12em { padding-right: 0.83333333333333em !important; }
	.Padding-xl-right-11x12em { padding-right: 0.91666666666667em !important; }
	.Padding-xl-right-12x12em { padding-right: 1em !important; }
	.Padding-xl-right-13x12em { padding-right: 1.0833333333333em !important; }
	.Padding-xl-right-14x12em { padding-right: 1.1666666666667em !important; }
	.Padding-xl-right-15x12em { padding-right: 1.25em !important; }
	.Padding-xl-right-16x12em { padding-right: 1.3333333333333em !important; }
	.Padding-xl-right-17x12em { padding-right: 1.4166666666667em !important; }
	.Padding-xl-right-18x12em { padding-right: 1.5em !important; }
	.Padding-xl-bottom-0x12em { padding-bottom: 0em !important; }
	.Padding-xl-bottom-1x12em { padding-bottom: 0.083333333333333em !important; }
	.Padding-xl-bottom-2x12em { padding-bottom: 0.16666666666667em !important; }
	.Padding-xl-bottom-3x12em { padding-bottom: 0.25em !important; }
	.Padding-xl-bottom-4x12em { padding-bottom: 0.33333333333333em !important; }
	.Padding-xl-bottom-5x12em { padding-bottom: 0.41666666666667em !important; }
	.Padding-xl-bottom-6x12em { padding-bottom: 0.5em !important; }
	.Padding-xl-bottom-7x12em { padding-bottom: 0.58333333333333em !important; }
	.Padding-xl-bottom-8x12em { padding-bottom: 0.66666666666667em !important; }
	.Padding-xl-bottom-9x12em { padding-bottom: 0.75em !important; }
	.Padding-xl-bottom-10x12em { padding-bottom: 0.83333333333333em !important; }
	.Padding-xl-bottom-11x12em { padding-bottom: 0.91666666666667em !important; }
	.Padding-xl-bottom-12x12em { padding-bottom: 1em !important; }
	.Padding-xl-bottom-13x12em { padding-bottom: 1.0833333333333em !important; }
	.Padding-xl-bottom-14x12em { padding-bottom: 1.1666666666667em !important; }
	.Padding-xl-bottom-15x12em { padding-bottom: 1.25em !important; }
	.Padding-xl-bottom-16x12em { padding-bottom: 1.3333333333333em !important; }
	.Padding-xl-bottom-17x12em { padding-bottom: 1.4166666666667em !important; }
	.Padding-xl-bottom-18x12em { padding-bottom: 1.5em !important; }
	.Padding-xl-left-0x12em { padding-left: 0em !important; }
	.Padding-xl-left-1x12em { padding-left: 0.083333333333333em !important; }
	.Padding-xl-left-2x12em { padding-left: 0.16666666666667em !important; }
	.Padding-xl-left-3x12em { padding-left: 0.25em !important; }
	.Padding-xl-left-4x12em { padding-left: 0.33333333333333em !important; }
	.Padding-xl-left-5x12em { padding-left: 0.41666666666667em !important; }
	.Padding-xl-left-6x12em { padding-left: 0.5em !important; }
	.Padding-xl-left-7x12em { padding-left: 0.58333333333333em !important; }
	.Padding-xl-left-8x12em { padding-left: 0.66666666666667em !important; }
	.Padding-xl-left-9x12em { padding-left: 0.75em !important; }
	.Padding-xl-left-10x12em { padding-left: 0.83333333333333em !important; }
	.Padding-xl-left-11x12em { padding-left: 0.91666666666667em !important; }
	.Padding-xl-left-12x12em { padding-left: 1em !important; }
	.Padding-xl-left-13x12em { padding-left: 1.0833333333333em !important; }
	.Padding-xl-left-14x12em { padding-left: 1.1666666666667em !important; }
	.Padding-xl-left-15x12em { padding-left: 1.25em !important; }
	.Padding-xl-left-16x12em { padding-left: 1.3333333333333em !important; }
	.Padding-xl-left-17x12em { padding-left: 1.4166666666667em !important; }
	.Padding-xl-left-18x12em { padding-left: 1.5em !important; }
	.Padding-xl-0x16em { padding: 0em !important; }
	.Padding-xl-1x16em { padding: 0.0625em !important; }
	.Padding-xl-2x16em { padding: 0.125em !important; }
	.Padding-xl-3x16em { padding: 0.1875em !important; }
	.Padding-xl-4x16em { padding: 0.25em !important; }
	.Padding-xl-5x16em { padding: 0.3125em !important; }
	.Padding-xl-6x16em { padding: 0.375em !important; }
	.Padding-xl-7x16em { padding: 0.4375em !important; }
	.Padding-xl-8x16em { padding: 0.5em !important; }
	.Padding-xl-9x16em { padding: 0.5625em !important; }
	.Padding-xl-10x16em { padding: 0.625em !important; }
	.Padding-xl-11x16em { padding: 0.6875em !important; }
	.Padding-xl-12x16em { padding: 0.75em !important; }
	.Padding-xl-13x16em { padding: 0.8125em !important; }
	.Padding-xl-14x16em { padding: 0.875em !important; }
	.Padding-xl-15x16em { padding: 0.9375em !important; }
	.Padding-xl-16x16em { padding: 1em !important; }
	.Padding-xl-17x16em { padding: 1.0625em !important; }
	.Padding-xl-18x16em { padding: 1.125em !important; }
	.Padding-xl-19x16em { padding: 1.1875em !important; }
	.Padding-xl-20x16em { padding: 1.25em !important; }
	.Padding-xl-21x16em { padding: 1.3125em !important; }
	.Padding-xl-22x16em { padding: 1.375em !important; }
	.Padding-xl-23x16em { padding: 1.4375em !important; }
	.Padding-xl-24x16em { padding: 1.5em !important; }
	.Padding-xl-horizontal-0x16em { padding-left: 0em !important; padding-right: 0em !important; }
	.Padding-xl-horizontal-1x16em { padding-left: 0.0625em !important; padding-right: 0.0625em !important; }
	.Padding-xl-horizontal-2x16em { padding-left: 0.125em !important; padding-right: 0.125em !important; }
	.Padding-xl-horizontal-3x16em { padding-left: 0.1875em !important; padding-right: 0.1875em !important; }
	.Padding-xl-horizontal-4x16em { padding-left: 0.25em !important; padding-right: 0.25em !important; }
	.Padding-xl-horizontal-5x16em { padding-left: 0.3125em !important; padding-right: 0.3125em !important; }
	.Padding-xl-horizontal-6x16em { padding-left: 0.375em !important; padding-right: 0.375em !important; }
	.Padding-xl-horizontal-7x16em { padding-left: 0.4375em !important; padding-right: 0.4375em !important; }
	.Padding-xl-horizontal-8x16em { padding-left: 0.5em !important; padding-right: 0.5em !important; }
	.Padding-xl-horizontal-9x16em { padding-left: 0.5625em !important; padding-right: 0.5625em !important; }
	.Padding-xl-horizontal-10x16em { padding-left: 0.625em !important; padding-right: 0.625em !important; }
	.Padding-xl-horizontal-11x16em { padding-left: 0.6875em !important; padding-right: 0.6875em !important; }
	.Padding-xl-horizontal-12x16em { padding-left: 0.75em !important; padding-right: 0.75em !important; }
	.Padding-xl-horizontal-13x16em { padding-left: 0.8125em !important; padding-right: 0.8125em !important; }
	.Padding-xl-horizontal-14x16em { padding-left: 0.875em !important; padding-right: 0.875em !important; }
	.Padding-xl-horizontal-15x16em { padding-left: 0.9375em !important; padding-right: 0.9375em !important; }
	.Padding-xl-horizontal-16x16em { padding-left: 1em !important; padding-right: 1em !important; }
	.Padding-xl-horizontal-17x16em { padding-left: 1.0625em !important; padding-right: 1.0625em !important; }
	.Padding-xl-horizontal-18x16em { padding-left: 1.125em !important; padding-right: 1.125em !important; }
	.Padding-xl-horizontal-19x16em { padding-left: 1.1875em !important; padding-right: 1.1875em !important; }
	.Padding-xl-horizontal-20x16em { padding-left: 1.25em !important; padding-right: 1.25em !important; }
	.Padding-xl-horizontal-21x16em { padding-left: 1.3125em !important; padding-right: 1.3125em !important; }
	.Padding-xl-horizontal-22x16em { padding-left: 1.375em !important; padding-right: 1.375em !important; }
	.Padding-xl-horizontal-23x16em { padding-left: 1.4375em !important; padding-right: 1.4375em !important; }
	.Padding-xl-horizontal-24x16em { padding-left: 1.5em !important; padding-right: 1.5em !important; }
	.Padding-xl-vertical-0x16em { padding-top: 0em !important; padding-bottom: 0em !important; }
	.Padding-xl-vertical-1x16em { padding-top: 0.0625em !important; padding-bottom: 0.0625em !important; }
	.Padding-xl-vertical-2x16em { padding-top: 0.125em !important; padding-bottom: 0.125em !important; }
	.Padding-xl-vertical-3x16em { padding-top: 0.1875em !important; padding-bottom: 0.1875em !important; }
	.Padding-xl-vertical-4x16em { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }
	.Padding-xl-vertical-5x16em { padding-top: 0.3125em !important; padding-bottom: 0.3125em !important; }
	.Padding-xl-vertical-6x16em { padding-top: 0.375em !important; padding-bottom: 0.375em !important; }
	.Padding-xl-vertical-7x16em { padding-top: 0.4375em !important; padding-bottom: 0.4375em !important; }
	.Padding-xl-vertical-8x16em { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
	.Padding-xl-vertical-9x16em { padding-top: 0.5625em !important; padding-bottom: 0.5625em !important; }
	.Padding-xl-vertical-10x16em { padding-top: 0.625em !important; padding-bottom: 0.625em !important; }
	.Padding-xl-vertical-11x16em { padding-top: 0.6875em !important; padding-bottom: 0.6875em !important; }
	.Padding-xl-vertical-12x16em { padding-top: 0.75em !important; padding-bottom: 0.75em !important; }
	.Padding-xl-vertical-13x16em { padding-top: 0.8125em !important; padding-bottom: 0.8125em !important; }
	.Padding-xl-vertical-14x16em { padding-top: 0.875em !important; padding-bottom: 0.875em !important; }
	.Padding-xl-vertical-15x16em { padding-top: 0.9375em !important; padding-bottom: 0.9375em !important; }
	.Padding-xl-vertical-16x16em { padding-top: 1em !important; padding-bottom: 1em !important; }
	.Padding-xl-vertical-17x16em { padding-top: 1.0625em !important; padding-bottom: 1.0625em !important; }
	.Padding-xl-vertical-18x16em { padding-top: 1.125em !important; padding-bottom: 1.125em !important; }
	.Padding-xl-vertical-19x16em { padding-top: 1.1875em !important; padding-bottom: 1.1875em !important; }
	.Padding-xl-vertical-20x16em { padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
	.Padding-xl-vertical-21x16em { padding-top: 1.3125em !important; padding-bottom: 1.3125em !important; }
	.Padding-xl-vertical-22x16em { padding-top: 1.375em !important; padding-bottom: 1.375em !important; }
	.Padding-xl-vertical-23x16em { padding-top: 1.4375em !important; padding-bottom: 1.4375em !important; }
	.Padding-xl-vertical-24x16em { padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
	.Padding-xl-top-0x16em { padding-top: 0em !important; }
	.Padding-xl-top-1x16em { padding-top: 0.0625em !important; }
	.Padding-xl-top-2x16em { padding-top: 0.125em !important; }
	.Padding-xl-top-3x16em { padding-top: 0.1875em !important; }
	.Padding-xl-top-4x16em { padding-top: 0.25em !important; }
	.Padding-xl-top-5x16em { padding-top: 0.3125em !important; }
	.Padding-xl-top-6x16em { padding-top: 0.375em !important; }
	.Padding-xl-top-7x16em { padding-top: 0.4375em !important; }
	.Padding-xl-top-8x16em { padding-top: 0.5em !important; }
	.Padding-xl-top-9x16em { padding-top: 0.5625em !important; }
	.Padding-xl-top-10x16em { padding-top: 0.625em !important; }
	.Padding-xl-top-11x16em { padding-top: 0.6875em !important; }
	.Padding-xl-top-12x16em { padding-top: 0.75em !important; }
	.Padding-xl-top-13x16em { padding-top: 0.8125em !important; }
	.Padding-xl-top-14x16em { padding-top: 0.875em !important; }
	.Padding-xl-top-15x16em { padding-top: 0.9375em !important; }
	.Padding-xl-top-16x16em { padding-top: 1em !important; }
	.Padding-xl-top-17x16em { padding-top: 1.0625em !important; }
	.Padding-xl-top-18x16em { padding-top: 1.125em !important; }
	.Padding-xl-top-19x16em { padding-top: 1.1875em !important; }
	.Padding-xl-top-20x16em { padding-top: 1.25em !important; }
	.Padding-xl-top-21x16em { padding-top: 1.3125em !important; }
	.Padding-xl-top-22x16em { padding-top: 1.375em !important; }
	.Padding-xl-top-23x16em { padding-top: 1.4375em !important; }
	.Padding-xl-top-24x16em { padding-top: 1.5em !important; }
	.Padding-xl-right-0x16em { padding-right: 0em !important; }
	.Padding-xl-right-1x16em { padding-right: 0.0625em !important; }
	.Padding-xl-right-2x16em { padding-right: 0.125em !important; }
	.Padding-xl-right-3x16em { padding-right: 0.1875em !important; }
	.Padding-xl-right-4x16em { padding-right: 0.25em !important; }
	.Padding-xl-right-5x16em { padding-right: 0.3125em !important; }
	.Padding-xl-right-6x16em { padding-right: 0.375em !important; }
	.Padding-xl-right-7x16em { padding-right: 0.4375em !important; }
	.Padding-xl-right-8x16em { padding-right: 0.5em !important; }
	.Padding-xl-right-9x16em { padding-right: 0.5625em !important; }
	.Padding-xl-right-10x16em { padding-right: 0.625em !important; }
	.Padding-xl-right-11x16em { padding-right: 0.6875em !important; }
	.Padding-xl-right-12x16em { padding-right: 0.75em !important; }
	.Padding-xl-right-13x16em { padding-right: 0.8125em !important; }
	.Padding-xl-right-14x16em { padding-right: 0.875em !important; }
	.Padding-xl-right-15x16em { padding-right: 0.9375em !important; }
	.Padding-xl-right-16x16em { padding-right: 1em !important; }
	.Padding-xl-right-17x16em { padding-right: 1.0625em !important; }
	.Padding-xl-right-18x16em { padding-right: 1.125em !important; }
	.Padding-xl-right-19x16em { padding-right: 1.1875em !important; }
	.Padding-xl-right-20x16em { padding-right: 1.25em !important; }
	.Padding-xl-right-21x16em { padding-right: 1.3125em !important; }
	.Padding-xl-right-22x16em { padding-right: 1.375em !important; }
	.Padding-xl-right-23x16em { padding-right: 1.4375em !important; }
	.Padding-xl-right-24x16em { padding-right: 1.5em !important; }
	.Padding-xl-bottom-0x16em { padding-bottom: 0em !important; }
	.Padding-xl-bottom-1x16em { padding-bottom: 0.0625em !important; }
	.Padding-xl-bottom-2x16em { padding-bottom: 0.125em !important; }
	.Padding-xl-bottom-3x16em { padding-bottom: 0.1875em !important; }
	.Padding-xl-bottom-4x16em { padding-bottom: 0.25em !important; }
	.Padding-xl-bottom-5x16em { padding-bottom: 0.3125em !important; }
	.Padding-xl-bottom-6x16em { padding-bottom: 0.375em !important; }
	.Padding-xl-bottom-7x16em { padding-bottom: 0.4375em !important; }
	.Padding-xl-bottom-8x16em { padding-bottom: 0.5em !important; }
	.Padding-xl-bottom-9x16em { padding-bottom: 0.5625em !important; }
	.Padding-xl-bottom-10x16em { padding-bottom: 0.625em !important; }
	.Padding-xl-bottom-11x16em { padding-bottom: 0.6875em !important; }
	.Padding-xl-bottom-12x16em { padding-bottom: 0.75em !important; }
	.Padding-xl-bottom-13x16em { padding-bottom: 0.8125em !important; }
	.Padding-xl-bottom-14x16em { padding-bottom: 0.875em !important; }
	.Padding-xl-bottom-15x16em { padding-bottom: 0.9375em !important; }
	.Padding-xl-bottom-16x16em { padding-bottom: 1em !important; }
	.Padding-xl-bottom-17x16em { padding-bottom: 1.0625em !important; }
	.Padding-xl-bottom-18x16em { padding-bottom: 1.125em !important; }
	.Padding-xl-bottom-19x16em { padding-bottom: 1.1875em !important; }
	.Padding-xl-bottom-20x16em { padding-bottom: 1.25em !important; }
	.Padding-xl-bottom-21x16em { padding-bottom: 1.3125em !important; }
	.Padding-xl-bottom-22x16em { padding-bottom: 1.375em !important; }
	.Padding-xl-bottom-23x16em { padding-bottom: 1.4375em !important; }
	.Padding-xl-bottom-24x16em { padding-bottom: 1.5em !important; }
	.Padding-xl-left-0x16em { padding-left: 0em !important; }
	.Padding-xl-left-1x16em { padding-left: 0.0625em !important; }
	.Padding-xl-left-2x16em { padding-left: 0.125em !important; }
	.Padding-xl-left-3x16em { padding-left: 0.1875em !important; }
	.Padding-xl-left-4x16em { padding-left: 0.25em !important; }
	.Padding-xl-left-5x16em { padding-left: 0.3125em !important; }
	.Padding-xl-left-6x16em { padding-left: 0.375em !important; }
	.Padding-xl-left-7x16em { padding-left: 0.4375em !important; }
	.Padding-xl-left-8x16em { padding-left: 0.5em !important; }
	.Padding-xl-left-9x16em { padding-left: 0.5625em !important; }
	.Padding-xl-left-10x16em { padding-left: 0.625em !important; }
	.Padding-xl-left-11x16em { padding-left: 0.6875em !important; }
	.Padding-xl-left-12x16em { padding-left: 0.75em !important; }
	.Padding-xl-left-13x16em { padding-left: 0.8125em !important; }
	.Padding-xl-left-14x16em { padding-left: 0.875em !important; }
	.Padding-xl-left-15x16em { padding-left: 0.9375em !important; }
	.Padding-xl-left-16x16em { padding-left: 1em !important; }
	.Padding-xl-left-17x16em { padding-left: 1.0625em !important; }
	.Padding-xl-left-18x16em { padding-left: 1.125em !important; }
	.Padding-xl-left-19x16em { padding-left: 1.1875em !important; }
	.Padding-xl-left-20x16em { padding-left: 1.25em !important; }
	.Padding-xl-left-21x16em { padding-left: 1.3125em !important; }
	.Padding-xl-left-22x16em { padding-left: 1.375em !important; }
	.Padding-xl-left-23x16em { padding-left: 1.4375em !important; }
	.Padding-xl-left-24x16em { padding-left: 1.5em !important; }
	.Padding-xl-top-0x100 { padding-top: 0% !important; }
	.Padding-xl-top-5x100 { padding-top: 5% !important; }
	.Padding-xl-top-10x100 { padding-top: 10% !important; }
	.Padding-xl-top-15x100 { padding-top: 15% !important; }
	.Padding-xl-top-20x100 { padding-top: 20% !important; }
	.Padding-xl-top-25x100 { padding-top: 25% !important; }
	.Padding-xl-top-30x100 { padding-top: 30% !important; }
	.Padding-xl-top-35x100 { padding-top: 35% !important; }
	.Padding-xl-top-40x100 { padding-top: 40% !important; }
	.Padding-xl-top-45x100 { padding-top: 45% !important; }
	.Padding-xl-top-50x100 { padding-top: 50% !important; }
	.Padding-xl-top-55x100 { padding-top: 55% !important; }
	.Padding-xl-top-60x100 { padding-top: 60% !important; }
	.Padding-xl-top-65x100 { padding-top: 65% !important; }
	.Padding-xl-top-70x100 { padding-top: 70% !important; }
	.Padding-xl-top-75x100 { padding-top: 75% !important; }
	.Padding-xl-top-80x100 { padding-top: 80% !important; }
	.Padding-xl-top-85x100 { padding-top: 85% !important; }
	.Padding-xl-top-90x100 { padding-top: 90% !important; }
	.Padding-xl-top-95x100 { padding-top: 95% !important; }
	.Padding-xl-top-100x100 { padding-top: 100% !important; }
	.Padding-xl-right-0x100 { padding-right: 0% !important; }
	.Padding-xl-right-5x100 { padding-right: 5% !important; }
	.Padding-xl-right-10x100 { padding-right: 10% !important; }
	.Padding-xl-right-15x100 { padding-right: 15% !important; }
	.Padding-xl-right-20x100 { padding-right: 20% !important; }
	.Padding-xl-right-25x100 { padding-right: 25% !important; }
	.Padding-xl-right-30x100 { padding-right: 30% !important; }
	.Padding-xl-right-35x100 { padding-right: 35% !important; }
	.Padding-xl-right-40x100 { padding-right: 40% !important; }
	.Padding-xl-right-45x100 { padding-right: 45% !important; }
	.Padding-xl-right-50x100 { padding-right: 50% !important; }
	.Padding-xl-right-55x100 { padding-right: 55% !important; }
	.Padding-xl-right-60x100 { padding-right: 60% !important; }
	.Padding-xl-right-65x100 { padding-right: 65% !important; }
	.Padding-xl-right-70x100 { padding-right: 70% !important; }
	.Padding-xl-right-75x100 { padding-right: 75% !important; }
	.Padding-xl-right-80x100 { padding-right: 80% !important; }
	.Padding-xl-right-85x100 { padding-right: 85% !important; }
	.Padding-xl-right-90x100 { padding-right: 90% !important; }
	.Padding-xl-right-95x100 { padding-right: 95% !important; }
	.Padding-xl-right-100x100 { padding-right: 100% !important; }
	.Padding-xl-bottom-0x100 { padding-bottom: 0% !important; }
	.Padding-xl-bottom-5x100 { padding-bottom: 5% !important; }
	.Padding-xl-bottom-10x100 { padding-bottom: 10% !important; }
	.Padding-xl-bottom-15x100 { padding-bottom: 15% !important; }
	.Padding-xl-bottom-20x100 { padding-bottom: 20% !important; }
	.Padding-xl-bottom-25x100 { padding-bottom: 25% !important; }
	.Padding-xl-bottom-30x100 { padding-bottom: 30% !important; }
	.Padding-xl-bottom-35x100 { padding-bottom: 35% !important; }
	.Padding-xl-bottom-40x100 { padding-bottom: 40% !important; }
	.Padding-xl-bottom-45x100 { padding-bottom: 45% !important; }
	.Padding-xl-bottom-50x100 { padding-bottom: 50% !important; }
	.Padding-xl-bottom-55x100 { padding-bottom: 55% !important; }
	.Padding-xl-bottom-60x100 { padding-bottom: 60% !important; }
	.Padding-xl-bottom-65x100 { padding-bottom: 65% !important; }
	.Padding-xl-bottom-70x100 { padding-bottom: 70% !important; }
	.Padding-xl-bottom-75x100 { padding-bottom: 75% !important; }
	.Padding-xl-bottom-80x100 { padding-bottom: 80% !important; }
	.Padding-xl-bottom-85x100 { padding-bottom: 85% !important; }
	.Padding-xl-bottom-90x100 { padding-bottom: 90% !important; }
	.Padding-xl-bottom-95x100 { padding-bottom: 95% !important; }
	.Padding-xl-bottom-100x100 { padding-bottom: 100% !important; }
	.Padding-xl-left-0x100 { padding-left: 0% !important; }
	.Padding-xl-left-5x100 { padding-left: 5% !important; }
	.Padding-xl-left-10x100 { padding-left: 10% !important; }
	.Padding-xl-left-15x100 { padding-left: 15% !important; }
	.Padding-xl-left-20x100 { padding-left: 20% !important; }
	.Padding-xl-left-25x100 { padding-left: 25% !important; }
	.Padding-xl-left-30x100 { padding-left: 30% !important; }
	.Padding-xl-left-35x100 { padding-left: 35% !important; }
	.Padding-xl-left-40x100 { padding-left: 40% !important; }
	.Padding-xl-left-45x100 { padding-left: 45% !important; }
	.Padding-xl-left-50x100 { padding-left: 50% !important; }
	.Padding-xl-left-55x100 { padding-left: 55% !important; }
	.Padding-xl-left-60x100 { padding-left: 60% !important; }
	.Padding-xl-left-65x100 { padding-left: 65% !important; }
	.Padding-xl-left-70x100 { padding-left: 70% !important; }
	.Padding-xl-left-75x100 { padding-left: 75% !important; }
	.Padding-xl-left-80x100 { padding-left: 80% !important; }
	.Padding-xl-left-85x100 { padding-left: 85% !important; }
	.Padding-xl-left-90x100 { padding-left: 90% !important; }
	.Padding-xl-left-95x100 { padding-left: 95% !important; }
	.Padding-xl-left-100x100 { padding-left: 100% !important; }
	
	.Padding-xl-top-0vw { padding-top: 0vw !important; }
	.Padding-xl-top-1vw { padding-top: 1vw !important; }
	.Padding-xl-top-2vw { padding-top: 2vw !important; }
	.Padding-xl-top-3vw { padding-top: 3vw !important; }
	.Padding-xl-top-4vw { padding-top: 4vw !important; }
	.Padding-xl-top-5vw { padding-top: 5vw !important; }
	.Padding-xl-top-6vw { padding-top: 6vw !important; }
	.Padding-xl-top-7vw { padding-top: 7vw !important; }
	.Padding-xl-top-8vw { padding-top: 8vw !important; }
	.Padding-xl-top-9vw { padding-top: 9vw !important; }
	.Padding-xl-top-10vw { padding-top: 10vw !important; }
	.Padding-xl-right-0vw { padding-right: 0vw !important; }
	.Padding-xl-right-1vw { padding-right: 1vw !important; }
	.Padding-xl-right-2vw { padding-right: 2vw !important; }
	.Padding-xl-right-3vw { padding-right: 3vw !important; }
	.Padding-xl-right-4vw { padding-right: 4vw !important; }
	.Padding-xl-right-5vw { padding-right: 5vw !important; }
	.Padding-xl-right-6vw { padding-right: 6vw !important; }
	.Padding-xl-right-7vw { padding-right: 7vw !important; }
	.Padding-xl-right-8vw { padding-right: 8vw !important; }
	.Padding-xl-right-9vw { padding-right: 9vw !important; }
	.Padding-xl-right-10vw { padding-right: 10vw !important; }
	.Padding-xl-bottom-0vw { padding-bottom: 0vw !important; }
	.Padding-xl-bottom-1vw { padding-bottom: 1vw !important; }
	.Padding-xl-bottom-2vw { padding-bottom: 2vw !important; }
	.Padding-xl-bottom-3vw { padding-bottom: 3vw !important; }
	.Padding-xl-bottom-4vw { padding-bottom: 4vw !important; }
	.Padding-xl-bottom-5vw { padding-bottom: 5vw !important; }
	.Padding-xl-bottom-6vw { padding-bottom: 6vw !important; }
	.Padding-xl-bottom-7vw { padding-bottom: 7vw !important; }
	.Padding-xl-bottom-8vw { padding-bottom: 8vw !important; }
	.Padding-xl-bottom-9vw { padding-bottom: 9vw !important; }
	.Padding-xl-bottom-10vw { padding-bottom: 10vw !important; }
	.Padding-xl-left-0vw { padding-left: 0vw !important; }
	.Padding-xl-left-1vw { padding-left: 1vw !important; }
	.Padding-xl-left-2vw { padding-left: 2vw !important; }
	.Padding-xl-left-3vw { padding-left: 3vw !important; }
	.Padding-xl-left-4vw { padding-left: 4vw !important; }
	.Padding-xl-left-5vw { padding-left: 5vw !important; }
	.Padding-xl-left-6vw { padding-left: 6vw !important; }
	.Padding-xl-left-7vw { padding-left: 7vw !important; }
	.Padding-xl-left-8vw { padding-left: 8vw !important; }
	.Padding-xl-left-9vw { padding-left: 9vw !important; }
	.Padding-xl-left-10vw { padding-left: 10vw !important; }
	
}


/* ------------------------------------------------------------------------------------ */

.Margin-xs-auto { margin: auto !important; }
.Margin-xs-0 { margin: 0 !important; }
.Margin-xs-0em { margin: 0em !important; }
.Margin-xs-1em { margin: 1em !important; }
.Margin-xs-2em { margin: 2em !important; }
.Margin-xs-3em { margin: 3em !important; }
.Margin-xs-4em { margin: 4em !important; }
.Margin-xs-5em { margin: 5em !important; }
.Margin-xs-6em { margin: 6em !important; }
.Margin-xs-7em { margin: 7em !important; }
.Margin-xs-8em { margin: 8em !important; }
.Margin-xs-9em { margin: 9em !important; }
.Margin-xs-10em { margin: 10em !important; }
.Margin-xs-11em { margin: 11em !important; }
.Margin-xs-12em { margin: 12em !important; }
.Margin-xs-13em { margin: 13em !important; }
.Margin-xs-14em { margin: 14em !important; }
.Margin-xs-15em { margin: 15em !important; }
.Margin-xs-16em { margin: 16em !important; }
.Margin-xs-vertical-auto { margin-top: auto   !important; margin-bottom: auto   !important; }
.Margin-xs-vertical-0 { margin-top: 0   !important; margin-bottom: 0   !important; }
.Margin-xs-vertical-0em { margin-top: 0em !important; margin-bottom: 0em !important; }
.Margin-xs-vertical-1em { margin-top: 1em !important; margin-bottom: 1em !important; }
.Margin-xs-vertical-2em { margin-top: 2em !important; margin-bottom: 2em !important; }
.Margin-xs-vertical-3em { margin-top: 3em !important; margin-bottom: 3em !important; }
.Margin-xs-vertical-4em { margin-top: 4em !important; margin-bottom: 4em !important; }
.Margin-xs-vertical-5em { margin-top: 5em !important; margin-bottom: 5em !important; }
.Margin-xs-vertical-6em { margin-top: 6em !important; margin-bottom: 6em !important; }
.Margin-xs-vertical-7em { margin-top: 7em !important; margin-bottom: 7em !important; }
.Margin-xs-vertical-8em { margin-top: 8em !important; margin-bottom: 8em !important; }
.Margin-xs-vertical-9em { margin-top: 9em !important; margin-bottom: 9em !important; }
.Margin-xs-vertical-10em { margin-top: 10em !important; margin-bottom: 10em !important; }
.Margin-xs-vertical-11em { margin-top: 11em !important; margin-bottom: 11em !important; }
.Margin-xs-vertical-12em { margin-top: 12em !important; margin-bottom: 12em !important; }
.Margin-xs-vertical-13em { margin-top: 13em !important; margin-bottom: 13em !important; }
.Margin-xs-vertical-14em { margin-top: 14em !important; margin-bottom: 14em !important; }
.Margin-xs-vertical-15em { margin-top: 15em !important; margin-bottom: 15em !important; }
.Margin-xs-vertical-16em { margin-top: 16em !important; margin-bottom: 16em !important; }
.Margin-xs-horizontal-auto   { margin-right:  auto   !important; margin-left:   auto   !important; }
.Margin-xs-horizontal-0   { margin-right:  0   !important; margin-left:   0   !important; }
.Margin-xs-horizontal-0em { margin-right:  0em !important; margin-left:   0em !important; }
.Margin-xs-horizontal-1em { margin-right:  1em !important; margin-left:   1em !important; }
.Margin-xs-horizontal-2em { margin-right:  2em !important; margin-left:   2em !important; }
.Margin-xs-horizontal-3em { margin-right:  3em !important; margin-left:   3em !important; }
.Margin-xs-horizontal-4em { margin-right:  4em !important; margin-left:   4em !important; }
.Margin-xs-horizontal-5em { margin-right:  5em !important; margin-left:   5em !important; }
.Margin-xs-horizontal-6em { margin-right:  6em !important; margin-left:   6em !important; }
.Margin-xs-horizontal-7em { margin-right:  7em !important; margin-left:   7em !important; }
.Margin-xs-horizontal-8em { margin-right:  8em !important; margin-left:   8em !important; }
.Margin-xs-horizontal-9em { margin-right:  9em !important; margin-left:   9em !important; }
.Margin-xs-horizontal-10em { margin-right:  10em !important; margin-left:   10em !important; }
.Margin-xs-horizontal-11em { margin-right:  11em !important; margin-left:   11em !important; }
.Margin-xs-horizontal-12em { margin-right:  12em !important; margin-left:   12em !important; }
.Margin-xs-horizontal-13em { margin-right:  13em !important; margin-left:   13em !important; }
.Margin-xs-horizontal-14em { margin-right:  14em !important; margin-left:   14em !important; }
.Margin-xs-horizontal-15em { margin-right:  15em !important; margin-left:   15em !important; }
.Margin-xs-horizontal-16em { margin-right:  16em !important; margin-left:   16em !important; }
.Margin-xs-top-auto   { margin-top: auto   !important; }
.Margin-xs-top-0   { margin-top: 0   !important; }
.Margin-xs-top-0em { margin-top: 0em !important; }
.Margin-xs-top-1em { margin-top: 1em !important; }
.Margin-xs-top-2em { margin-top: 2em !important; }
.Margin-xs-top-3em { margin-top: 3em !important; }
.Margin-xs-top-4em { margin-top: 4em !important; }
.Margin-xs-top-5em { margin-top: 5em !important; }
.Margin-xs-top-6em { margin-top: 6em !important; }
.Margin-xs-top-7em { margin-top: 7em !important; }
.Margin-xs-top-8em { margin-top: 8em !important; }
.Margin-xs-top-9em { margin-top: 9em !important; }
.Margin-xs-top-10em { margin-top: 10em !important; }
.Margin-xs-top-11em { margin-top: 11em !important; }
.Margin-xs-top-12em { margin-top: 12em !important; }
.Margin-xs-top-13em { margin-top: 13em !important; }
.Margin-xs-top-14em { margin-top: 14em !important; }
.Margin-xs-top-15em { margin-top: 15em !important; }
.Margin-xs-top-16em { margin-top: 16em !important; }
.Margin-xs-right-auto   { margin-right: auto   !important; }
.Margin-xs-right-0   { margin-right: 0   !important; }
.Margin-xs-right-0em { margin-right: 0em !important; }
.Margin-xs-right-1em { margin-right: 1em !important; }
.Margin-xs-right-2em { margin-right: 2em !important; }
.Margin-xs-right-3em { margin-right: 3em !important; }
.Margin-xs-right-4em { margin-right: 4em !important; }
.Margin-xs-right-5em { margin-right: 5em !important; }
.Margin-xs-right-6em { margin-right: 6em !important; }
.Margin-xs-right-7em { margin-right: 7em !important; }
.Margin-xs-right-8em { margin-right: 8em !important; }
.Margin-xs-right-9em { margin-right: 9em !important; }
.Margin-xs-right-10em { margin-right: 10em !important; }
.Margin-xs-right-11em { margin-right: 11em !important; }
.Margin-xs-right-12em { margin-right: 12em !important; }
.Margin-xs-right-13em { margin-right: 13em !important; }
.Margin-xs-right-14em { margin-right: 14em !important; }
.Margin-xs-right-15em { margin-right: 15em !important; }
.Margin-xs-right-16em { margin-right: 16em !important; }
.Margin-xs-bottom-auto   { margin-bottom: auto   !important; }
.Margin-xs-bottom-0   { margin-bottom: 0   !important; }
.Margin-xs-bottom-0em { margin-bottom: 0em !important; }
.Margin-xs-bottom-1em { margin-bottom: 1em !important; }
.Margin-xs-bottom-2em { margin-bottom: 2em !important; }
.Margin-xs-bottom-3em { margin-bottom: 3em !important; }
.Margin-xs-bottom-4em { margin-bottom: 4em !important; }
.Margin-xs-bottom-5em { margin-bottom: 5em !important; }
.Margin-xs-bottom-6em { margin-bottom: 6em !important; }
.Margin-xs-bottom-7em { margin-bottom: 7em !important; }
.Margin-xs-bottom-8em { margin-bottom: 8em !important; }
.Margin-xs-bottom-9em { margin-bottom: 9em !important; }
.Margin-xs-bottom-10em { margin-bottom: 10em !important; }
.Margin-xs-bottom-11em { margin-bottom: 11em !important; }
.Margin-xs-bottom-12em { margin-bottom: 12em !important; }
.Margin-xs-bottom-13em { margin-bottom: 13em !important; }
.Margin-xs-bottom-14em { margin-bottom: 14em !important; }
.Margin-xs-bottom-15em { margin-bottom: 15em !important; }
.Margin-xs-bottom-16em { margin-bottom: 16em !important; }
.Margin-xs-left-auto   { margin-left: auto   !important; }
.Margin-xs-left-0   { margin-left: 0   !important; }
.Margin-xs-left-0em { margin-left: 0em !important; }
.Margin-xs-left-1em { margin-left: 1em !important; }
.Margin-xs-left-2em { margin-left: 2em !important; }
.Margin-xs-left-3em { margin-left: 3em !important; }
.Margin-xs-left-4em { margin-left: 4em !important; }
.Margin-xs-left-5em { margin-left: 5em !important; }
.Margin-xs-left-6em { margin-left: 6em !important; }
.Margin-xs-left-7em { margin-left: 7em !important; }
.Margin-xs-left-8em { margin-left: 8em !important; }
.Margin-xs-left-9em { margin-left: 9em !important; }
.Margin-xs-left-10em { margin-left: 10em !important; }
.Margin-xs-left-11em { margin-left: 11em !important; }
.Margin-xs-left-12em { margin-left: 12em !important; }
.Margin-xs-left-13em { margin-left: 13em !important; }
.Margin-xs-left-14em { margin-left: 14em !important; }
.Margin-xs-left-15em { margin-left: 15em !important; }
.Margin-xs-left-16em { margin-left: 16em !important; }
.Margin-xs-0x12em { margin: 0em !important; }
.Margin-xs-1x12em { margin: 0.083333333333333em !important; }
.Margin-xs-2x12em { margin: 0.16666666666667em !important; }
.Margin-xs-3x12em { margin: 0.25em !important; }
.Margin-xs-4x12em { margin: 0.33333333333333em !important; }
.Margin-xs-5x12em { margin: 0.41666666666667em !important; }
.Margin-xs-6x12em { margin: 0.5em !important; }
.Margin-xs-7x12em { margin: 0.58333333333333em !important; }
.Margin-xs-8x12em { margin: 0.66666666666667em !important; }
.Margin-xs-9x12em { margin: 0.75em !important; }
.Margin-xs-10x12em { margin: 0.83333333333333em !important; }
.Margin-xs-11x12em { margin: 0.91666666666667em !important; }
.Margin-xs-12x12em { margin: 1em !important; }
.Margin-xs-13x12em { margin: 1.0833333333333em !important; }
.Margin-xs-14x12em { margin: 1.1666666666667em !important; }
.Margin-xs-15x12em { margin: 1.25em !important; }
.Margin-xs-16x12em { margin: 1.3333333333333em !important; }
.Margin-xs-17x12em { margin: 1.4166666666667em !important; }
.Margin-xs-18x12em { margin: 1.5em !important; }
.Margin-xs-horizontal-0x12em { margin-left: 0em !important; margin-right: 0em !important; }
.Margin-xs-horizontal-1x12em { margin-left: 0.083333333333333em !important; margin-right: 0.083333333333333em !important; }
.Margin-xs-horizontal-2x12em { margin-left: 0.16666666666667em !important; margin-right: 0.16666666666667em !important; }
.Margin-xs-horizontal-3x12em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
.Margin-xs-horizontal-4x12em { margin-left: 0.33333333333333em !important; margin-right: 0.33333333333333em !important; }
.Margin-xs-horizontal-5x12em { margin-left: 0.41666666666667em !important; margin-right: 0.41666666666667em !important; }
.Margin-xs-horizontal-6x12em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
.Margin-xs-horizontal-7x12em { margin-left: 0.58333333333333em !important; margin-right: 0.58333333333333em !important; }
.Margin-xs-horizontal-8x12em { margin-left: 0.66666666666667em !important; margin-right: 0.66666666666667em !important; }
.Margin-xs-horizontal-9x12em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
.Margin-xs-horizontal-10x12em { margin-left: 0.83333333333333em !important; margin-right: 0.83333333333333em !important; }
.Margin-xs-horizontal-11x12em { margin-left: 0.91666666666667em !important; margin-right: 0.91666666666667em !important; }
.Margin-xs-horizontal-12x12em { margin-left: 1em !important; margin-right: 1em !important; }
.Margin-xs-horizontal-13x12em { margin-left: 1.0833333333333em !important; margin-right: 1.0833333333333em !important; }
.Margin-xs-horizontal-14x12em { margin-left: 1.1666666666667em !important; margin-right: 1.1666666666667em !important; }
.Margin-xs-horizontal-15x12em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
.Margin-xs-horizontal-16x12em { margin-left: 1.3333333333333em !important; margin-right: 1.3333333333333em !important; }
.Margin-xs-horizontal-17x12em { margin-left: 1.4166666666667em !important; margin-right: 1.4166666666667em !important; }
.Margin-xs-horizontal-18x12em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
.Margin-xs-vertical-0x12em { margin-top: 0em !important; margin-bottom: 0em !important; }
.Margin-xs-vertical-1x12em { margin-top: 0.083333333333333em !important; margin-bottom: 0.083333333333333em !important; }
.Margin-xs-vertical-2x12em { margin-top: 0.16666666666667em !important; margin-bottom: 0.16666666666667em !important; }
.Margin-xs-vertical-3x12em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
.Margin-xs-vertical-4x12em { margin-top: 0.33333333333333em !important; margin-bottom: 0.33333333333333em !important; }
.Margin-xs-vertical-5x12em { margin-top: 0.41666666666667em !important; margin-bottom: 0.41666666666667em !important; }
.Margin-xs-vertical-6x12em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
.Margin-xs-vertical-7x12em { margin-top: 0.58333333333333em !important; margin-bottom: 0.58333333333333em !important; }
.Margin-xs-vertical-8x12em { margin-top: 0.66666666666667em !important; margin-bottom: 0.66666666666667em !important; }
.Margin-xs-vertical-9x12em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
.Margin-xs-vertical-10x12em { margin-top: 0.83333333333333em !important; margin-bottom: 0.83333333333333em !important; }
.Margin-xs-vertical-11x12em { margin-top: 0.91666666666667em !important; margin-bottom: 0.91666666666667em !important; }
.Margin-xs-vertical-12x12em { margin-top: 1em !important; margin-bottom: 1em !important; }
.Margin-xs-vertical-13x12em { margin-top: 1.0833333333333em !important; margin-bottom: 1.0833333333333em !important; }
.Margin-xs-vertical-14x12em { margin-top: 1.1666666666667em !important; margin-bottom: 1.1666666666667em !important; }
.Margin-xs-vertical-15x12em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
.Margin-xs-vertical-16x12em { margin-top: 1.3333333333333em !important; margin-bottom: 1.3333333333333em !important; }
.Margin-xs-vertical-17x12em { margin-top: 1.4166666666667em !important; margin-bottom: 1.4166666666667em !important; }
.Margin-xs-vertical-18x12em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
.Margin-xs-top-0x12em { margin-top: 0em !important; }
.Margin-xs-top-1x12em { margin-top: 0.083333333333333em !important; }
.Margin-xs-top-2x12em { margin-top: 0.16666666666667em !important; }
.Margin-xs-top-3x12em { margin-top: 0.25em !important; }
.Margin-xs-top-4x12em { margin-top: 0.33333333333333em !important; }
.Margin-xs-top-5x12em { margin-top: 0.41666666666667em !important; }
.Margin-xs-top-6x12em { margin-top: 0.5em !important; }
.Margin-xs-top-7x12em { margin-top: 0.58333333333333em !important; }
.Margin-xs-top-8x12em { margin-top: 0.66666666666667em !important; }
.Margin-xs-top-9x12em { margin-top: 0.75em !important; }
.Margin-xs-top-10x12em { margin-top: 0.83333333333333em !important; }
.Margin-xs-top-11x12em { margin-top: 0.91666666666667em !important; }
.Margin-xs-top-12x12em { margin-top: 1em !important; }
.Margin-xs-top-13x12em { margin-top: 1.0833333333333em !important; }
.Margin-xs-top-14x12em { margin-top: 1.1666666666667em !important; }
.Margin-xs-top-15x12em { margin-top: 1.25em !important; }
.Margin-xs-top-16x12em { margin-top: 1.3333333333333em !important; }
.Margin-xs-top-17x12em { margin-top: 1.4166666666667em !important; }
.Margin-xs-top-18x12em { margin-top: 1.5em !important; }
.Margin-xs-right-0x12em { margin-right: 0em !important; }
.Margin-xs-right-1x12em { margin-right: 0.083333333333333em !important; }
.Margin-xs-right-2x12em { margin-right: 0.16666666666667em !important; }
.Margin-xs-right-3x12em { margin-right: 0.25em !important; }
.Margin-xs-right-4x12em { margin-right: 0.33333333333333em !important; }
.Margin-xs-right-5x12em { margin-right: 0.41666666666667em !important; }
.Margin-xs-right-6x12em { margin-right: 0.5em !important; }
.Margin-xs-right-7x12em { margin-right: 0.58333333333333em !important; }
.Margin-xs-right-8x12em { margin-right: 0.66666666666667em !important; }
.Margin-xs-right-9x12em { margin-right: 0.75em !important; }
.Margin-xs-right-10x12em { margin-right: 0.83333333333333em !important; }
.Margin-xs-right-11x12em { margin-right: 0.91666666666667em !important; }
.Margin-xs-right-12x12em { margin-right: 1em !important; }
.Margin-xs-right-13x12em { margin-right: 1.0833333333333em !important; }
.Margin-xs-right-14x12em { margin-right: 1.1666666666667em !important; }
.Margin-xs-right-15x12em { margin-right: 1.25em !important; }
.Margin-xs-right-16x12em { margin-right: 1.3333333333333em !important; }
.Margin-xs-right-17x12em { margin-right: 1.4166666666667em !important; }
.Margin-xs-right-18x12em { margin-right: 1.5em !important; }
.Margin-xs-bottom-0x12em { margin-bottom: 0em !important; }
.Margin-xs-bottom-1x12em { margin-bottom: 0.083333333333333em !important; }
.Margin-xs-bottom-2x12em { margin-bottom: 0.16666666666667em !important; }
.Margin-xs-bottom-3x12em { margin-bottom: 0.25em !important; }
.Margin-xs-bottom-4x12em { margin-bottom: 0.33333333333333em !important; }
.Margin-xs-bottom-5x12em { margin-bottom: 0.41666666666667em !important; }
.Margin-xs-bottom-6x12em { margin-bottom: 0.5em !important; }
.Margin-xs-bottom-7x12em { margin-bottom: 0.58333333333333em !important; }
.Margin-xs-bottom-8x12em { margin-bottom: 0.66666666666667em !important; }
.Margin-xs-bottom-9x12em { margin-bottom: 0.75em !important; }
.Margin-xs-bottom-10x12em { margin-bottom: 0.83333333333333em !important; }
.Margin-xs-bottom-11x12em { margin-bottom: 0.91666666666667em !important; }
.Margin-xs-bottom-12x12em { margin-bottom: 1em !important; }
.Margin-xs-bottom-13x12em { margin-bottom: 1.0833333333333em !important; }
.Margin-xs-bottom-14x12em { margin-bottom: 1.1666666666667em !important; }
.Margin-xs-bottom-15x12em { margin-bottom: 1.25em !important; }
.Margin-xs-bottom-16x12em { margin-bottom: 1.3333333333333em !important; }
.Margin-xs-bottom-17x12em { margin-bottom: 1.4166666666667em !important; }
.Margin-xs-bottom-18x12em { margin-bottom: 1.5em !important; }
.Margin-xs-left-0x12em { margin-left: 0em !important; }
.Margin-xs-left-1x12em { margin-left: 0.083333333333333em !important; }
.Margin-xs-left-2x12em { margin-left: 0.16666666666667em !important; }
.Margin-xs-left-3x12em { margin-left: 0.25em !important; }
.Margin-xs-left-4x12em { margin-left: 0.33333333333333em !important; }
.Margin-xs-left-5x12em { margin-left: 0.41666666666667em !important; }
.Margin-xs-left-6x12em { margin-left: 0.5em !important; }
.Margin-xs-left-7x12em { margin-left: 0.58333333333333em !important; }
.Margin-xs-left-8x12em { margin-left: 0.66666666666667em !important; }
.Margin-xs-left-9x12em { margin-left: 0.75em !important; }
.Margin-xs-left-10x12em { margin-left: 0.83333333333333em !important; }
.Margin-xs-left-11x12em { margin-left: 0.91666666666667em !important; }
.Margin-xs-left-12x12em { margin-left: 1em !important; }
.Margin-xs-left-13x12em { margin-left: 1.0833333333333em !important; }
.Margin-xs-left-14x12em { margin-left: 1.1666666666667em !important; }
.Margin-xs-left-15x12em { margin-left: 1.25em !important; }
.Margin-xs-left-16x12em { margin-left: 1.3333333333333em !important; }
.Margin-xs-left-17x12em { margin-left: 1.4166666666667em !important; }
.Margin-xs-left-18x12em { margin-left: 1.5em !important; }
.Margin-xs-0x16em { margin: 0em !important; }
.Margin-xs-1x16em { margin: 0.0625em !important; }
.Margin-xs-2x16em { margin: 0.125em !important; }
.Margin-xs-3x16em { margin: 0.1875em !important; }
.Margin-xs-4x16em { margin: 0.25em !important; }
.Margin-xs-5x16em { margin: 0.3125em !important; }
.Margin-xs-6x16em { margin: 0.375em !important; }
.Margin-xs-7x16em { margin: 0.4375em !important; }
.Margin-xs-8x16em { margin: 0.5em !important; }
.Margin-xs-9x16em { margin: 0.5625em !important; }
.Margin-xs-10x16em { margin: 0.625em !important; }
.Margin-xs-11x16em { margin: 0.6875em !important; }
.Margin-xs-12x16em { margin: 0.75em !important; }
.Margin-xs-13x16em { margin: 0.8125em !important; }
.Margin-xs-14x16em { margin: 0.875em !important; }
.Margin-xs-15x16em { margin: 0.9375em !important; }
.Margin-xs-16x16em { margin: 1em !important; }
.Margin-xs-17x16em { margin: 1.0625em !important; }
.Margin-xs-18x16em { margin: 1.125em !important; }
.Margin-xs-19x16em { margin: 1.1875em !important; }
.Margin-xs-20x16em { margin: 1.25em !important; }
.Margin-xs-21x16em { margin: 1.3125em !important; }
.Margin-xs-22x16em { margin: 1.375em !important; }
.Margin-xs-23x16em { margin: 1.4375em !important; }
.Margin-xs-24x16em { margin: 1.5em !important; }
.Margin-xs-horizontal-0x16em { margin-left: 0em !important; margin-right: 0em !important; }
.Margin-xs-horizontal-1x16em { margin-left: 0.0625em !important; margin-right: 0.0625em !important; }
.Margin-xs-horizontal-2x16em { margin-left: 0.125em !important; margin-right: 0.125em !important; }
.Margin-xs-horizontal-3x16em { margin-left: 0.1875em !important; margin-right: 0.1875em !important; }
.Margin-xs-horizontal-4x16em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
.Margin-xs-horizontal-5x16em { margin-left: 0.3125em !important; margin-right: 0.3125em !important; }
.Margin-xs-horizontal-6x16em { margin-left: 0.375em !important; margin-right: 0.375em !important; }
.Margin-xs-horizontal-7x16em { margin-left: 0.4375em !important; margin-right: 0.4375em !important; }
.Margin-xs-horizontal-8x16em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
.Margin-xs-horizontal-9x16em { margin-left: 0.5625em !important; margin-right: 0.5625em !important; }
.Margin-xs-horizontal-10x16em { margin-left: 0.625em !important; margin-right: 0.625em !important; }
.Margin-xs-horizontal-11x16em { margin-left: 0.6875em !important; margin-right: 0.6875em !important; }
.Margin-xs-horizontal-12x16em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
.Margin-xs-horizontal-13x16em { margin-left: 0.8125em !important; margin-right: 0.8125em !important; }
.Margin-xs-horizontal-14x16em { margin-left: 0.875em !important; margin-right: 0.875em !important; }
.Margin-xs-horizontal-15x16em { margin-left: 0.9375em !important; margin-right: 0.9375em !important; }
.Margin-xs-horizontal-16x16em { margin-left: 1em !important; margin-right: 1em !important; }
.Margin-xs-horizontal-17x16em { margin-left: 1.0625em !important; margin-right: 1.0625em !important; }
.Margin-xs-horizontal-18x16em { margin-left: 1.125em !important; margin-right: 1.125em !important; }
.Margin-xs-horizontal-19x16em { margin-left: 1.1875em !important; margin-right: 1.1875em !important; }
.Margin-xs-horizontal-20x16em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
.Margin-xs-horizontal-21x16em { margin-left: 1.3125em !important; margin-right: 1.3125em !important; }
.Margin-xs-horizontal-22x16em { margin-left: 1.375em !important; margin-right: 1.375em !important; }
.Margin-xs-horizontal-23x16em { margin-left: 1.4375em !important; margin-right: 1.4375em !important; }
.Margin-xs-horizontal-24x16em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
.Margin-xs-vertical-0x16em { margin-top: 0em !important; margin-bottom: 0em !important; }
.Margin-xs-vertical-1x16em { margin-top: 0.0625em !important; margin-bottom: 0.0625em !important; }
.Margin-xs-vertical-2x16em { margin-top: 0.125em !important; margin-bottom: 0.125em !important; }
.Margin-xs-vertical-3x16em { margin-top: 0.1875em !important; margin-bottom: 0.1875em !important; }
.Margin-xs-vertical-4x16em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
.Margin-xs-vertical-5x16em { margin-top: 0.3125em !important; margin-bottom: 0.3125em !important; }
.Margin-xs-vertical-6x16em { margin-top: 0.375em !important; margin-bottom: 0.375em !important; }
.Margin-xs-vertical-7x16em { margin-top: 0.4375em !important; margin-bottom: 0.4375em !important; }
.Margin-xs-vertical-8x16em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
.Margin-xs-vertical-9x16em { margin-top: 0.5625em !important; margin-bottom: 0.5625em !important; }
.Margin-xs-vertical-10x16em { margin-top: 0.625em !important; margin-bottom: 0.625em !important; }
.Margin-xs-vertical-11x16em { margin-top: 0.6875em !important; margin-bottom: 0.6875em !important; }
.Margin-xs-vertical-12x16em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
.Margin-xs-vertical-13x16em { margin-top: 0.8125em !important; margin-bottom: 0.8125em !important; }
.Margin-xs-vertical-14x16em { margin-top: 0.875em !important; margin-bottom: 0.875em !important; }
.Margin-xs-vertical-15x16em { margin-top: 0.9375em !important; margin-bottom: 0.9375em !important; }
.Margin-xs-vertical-16x16em { margin-top: 1em !important; margin-bottom: 1em !important; }
.Margin-xs-vertical-17x16em { margin-top: 1.0625em !important; margin-bottom: 1.0625em !important; }
.Margin-xs-vertical-18x16em { margin-top: 1.125em !important; margin-bottom: 1.125em !important; }
.Margin-xs-vertical-19x16em { margin-top: 1.1875em !important; margin-bottom: 1.1875em !important; }
.Margin-xs-vertical-20x16em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
.Margin-xs-vertical-21x16em { margin-top: 1.3125em !important; margin-bottom: 1.3125em !important; }
.Margin-xs-vertical-22x16em { margin-top: 1.375em !important; margin-bottom: 1.375em !important; }
.Margin-xs-vertical-23x16em { margin-top: 1.4375em !important; margin-bottom: 1.4375em !important; }
.Margin-xs-vertical-24x16em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
.Margin-xs-top-0x16em { margin-top: 0em !important; }
.Margin-xs-top-1x16em { margin-top: 0.0625em !important; }
.Margin-xs-top-2x16em { margin-top: 0.125em !important; }
.Margin-xs-top-3x16em { margin-top: 0.1875em !important; }
.Margin-xs-top-4x16em { margin-top: 0.25em !important; }
.Margin-xs-top-5x16em { margin-top: 0.3125em !important; }
.Margin-xs-top-6x16em { margin-top: 0.375em !important; }
.Margin-xs-top-7x16em { margin-top: 0.4375em !important; }
.Margin-xs-top-8x16em { margin-top: 0.5em !important; }
.Margin-xs-top-9x16em { margin-top: 0.5625em !important; }
.Margin-xs-top-10x16em { margin-top: 0.625em !important; }
.Margin-xs-top-11x16em { margin-top: 0.6875em !important; }
.Margin-xs-top-12x16em { margin-top: 0.75em !important; }
.Margin-xs-top-13x16em { margin-top: 0.8125em !important; }
.Margin-xs-top-14x16em { margin-top: 0.875em !important; }
.Margin-xs-top-15x16em { margin-top: 0.9375em !important; }
.Margin-xs-top-16x16em { margin-top: 1em !important; }
.Margin-xs-top-17x16em { margin-top: 1.0625em !important; }
.Margin-xs-top-18x16em { margin-top: 1.125em !important; }
.Margin-xs-top-19x16em { margin-top: 1.1875em !important; }
.Margin-xs-top-20x16em { margin-top: 1.25em !important; }
.Margin-xs-top-21x16em { margin-top: 1.3125em !important; }
.Margin-xs-top-22x16em { margin-top: 1.375em !important; }
.Margin-xs-top-23x16em { margin-top: 1.4375em !important; }
.Margin-xs-top-24x16em { margin-top: 1.5em !important; }
.Margin-xs-right-0x16em { margin-right: 0em !important; }
.Margin-xs-right-1x16em { margin-right: 0.0625em !important; }
.Margin-xs-right-2x16em { margin-right: 0.125em !important; }
.Margin-xs-right-3x16em { margin-right: 0.1875em !important; }
.Margin-xs-right-4x16em { margin-right: 0.25em !important; }
.Margin-xs-right-5x16em { margin-right: 0.3125em !important; }
.Margin-xs-right-6x16em { margin-right: 0.375em !important; }
.Margin-xs-right-7x16em { margin-right: 0.4375em !important; }
.Margin-xs-right-8x16em { margin-right: 0.5em !important; }
.Margin-xs-right-9x16em { margin-right: 0.5625em !important; }
.Margin-xs-right-10x16em { margin-right: 0.625em !important; }
.Margin-xs-right-11x16em { margin-right: 0.6875em !important; }
.Margin-xs-right-12x16em { margin-right: 0.75em !important; }
.Margin-xs-right-13x16em { margin-right: 0.8125em !important; }
.Margin-xs-right-14x16em { margin-right: 0.875em !important; }
.Margin-xs-right-15x16em { margin-right: 0.9375em !important; }
.Margin-xs-right-16x16em { margin-right: 1em !important; }
.Margin-xs-right-17x16em { margin-right: 1.0625em !important; }
.Margin-xs-right-18x16em { margin-right: 1.125em !important; }
.Margin-xs-right-19x16em { margin-right: 1.1875em !important; }
.Margin-xs-right-20x16em { margin-right: 1.25em !important; }
.Margin-xs-right-21x16em { margin-right: 1.3125em !important; }
.Margin-xs-right-22x16em { margin-right: 1.375em !important; }
.Margin-xs-right-23x16em { margin-right: 1.4375em !important; }
.Margin-xs-right-24x16em { margin-right: 1.5em !important; }
.Margin-xs-bottom-0x16em { margin-bottom: 0em !important; }
.Margin-xs-bottom-1x16em { margin-bottom: 0.0625em !important; }
.Margin-xs-bottom-2x16em { margin-bottom: 0.125em !important; }
.Margin-xs-bottom-3x16em { margin-bottom: 0.1875em !important; }
.Margin-xs-bottom-4x16em { margin-bottom: 0.25em !important; }
.Margin-xs-bottom-5x16em { margin-bottom: 0.3125em !important; }
.Margin-xs-bottom-6x16em { margin-bottom: 0.375em !important; }
.Margin-xs-bottom-7x16em { margin-bottom: 0.4375em !important; }
.Margin-xs-bottom-8x16em { margin-bottom: 0.5em !important; }
.Margin-xs-bottom-9x16em { margin-bottom: 0.5625em !important; }
.Margin-xs-bottom-10x16em { margin-bottom: 0.625em !important; }
.Margin-xs-bottom-11x16em { margin-bottom: 0.6875em !important; }
.Margin-xs-bottom-12x16em { margin-bottom: 0.75em !important; }
.Margin-xs-bottom-13x16em { margin-bottom: 0.8125em !important; }
.Margin-xs-bottom-14x16em { margin-bottom: 0.875em !important; }
.Margin-xs-bottom-15x16em { margin-bottom: 0.9375em !important; }
.Margin-xs-bottom-16x16em { margin-bottom: 1em !important; }
.Margin-xs-bottom-17x16em { margin-bottom: 1.0625em !important; }
.Margin-xs-bottom-18x16em { margin-bottom: 1.125em !important; }
.Margin-xs-bottom-19x16em { margin-bottom: 1.1875em !important; }
.Margin-xs-bottom-20x16em { margin-bottom: 1.25em !important; }
.Margin-xs-bottom-21x16em { margin-bottom: 1.3125em !important; }
.Margin-xs-bottom-22x16em { margin-bottom: 1.375em !important; }
.Margin-xs-bottom-23x16em { margin-bottom: 1.4375em !important; }
.Margin-xs-bottom-24x16em { margin-bottom: 1.5em !important; }
.Margin-xs-left-0x16em { margin-left: 0em !important; }
.Margin-xs-left-1x16em { margin-left: 0.0625em !important; }
.Margin-xs-left-2x16em { margin-left: 0.125em !important; }
.Margin-xs-left-3x16em { margin-left: 0.1875em !important; }
.Margin-xs-left-4x16em { margin-left: 0.25em !important; }
.Margin-xs-left-5x16em { margin-left: 0.3125em !important; }
.Margin-xs-left-6x16em { margin-left: 0.375em !important; }
.Margin-xs-left-7x16em { margin-left: 0.4375em !important; }
.Margin-xs-left-8x16em { margin-left: 0.5em !important; }
.Margin-xs-left-9x16em { margin-left: 0.5625em !important; }
.Margin-xs-left-10x16em { margin-left: 0.625em !important; }
.Margin-xs-left-11x16em { margin-left: 0.6875em !important; }
.Margin-xs-left-12x16em { margin-left: 0.75em !important; }
.Margin-xs-left-13x16em { margin-left: 0.8125em !important; }
.Margin-xs-left-14x16em { margin-left: 0.875em !important; }
.Margin-xs-left-15x16em { margin-left: 0.9375em !important; }
.Margin-xs-left-16x16em { margin-left: 1em !important; }
.Margin-xs-left-17x16em { margin-left: 1.0625em !important; }
.Margin-xs-left-18x16em { margin-left: 1.125em !important; }
.Margin-xs-left-19x16em { margin-left: 1.1875em !important; }
.Margin-xs-left-20x16em { margin-left: 1.25em !important; }
.Margin-xs-left-21x16em { margin-left: 1.3125em !important; }
.Margin-xs-left-22x16em { margin-left: 1.375em !important; }
.Margin-xs-left-23x16em { margin-left: 1.4375em !important; }
.Margin-xs-left-24x16em { margin-left: 1.5em !important; }

@media( min-width: 544px ) {
	.Margin-sm-auto { margin: auto !important; }
	.Margin-sm-0 { margin: 0 !important; }
	.Margin-sm-0em { margin: 0em !important; }
	.Margin-sm-1em { margin: 1em !important; }
	.Margin-sm-2em { margin: 2em !important; }
	.Margin-sm-3em { margin: 3em !important; }
	.Margin-sm-4em { margin: 4em !important; }
	.Margin-sm-5em { margin: 5em !important; }
	.Margin-sm-6em { margin: 6em !important; }
	.Margin-sm-7em { margin: 7em !important; }
	.Margin-sm-8em { margin: 8em !important; }
	.Margin-sm-9em { margin: 9em !important; }
	.Margin-sm-10em { margin: 10em !important; }
	.Margin-sm-11em { margin: 11em !important; }
	.Margin-sm-12em { margin: 12em !important; }
	.Margin-sm-13em { margin: 13em !important; }
	.Margin-sm-14em { margin: 14em !important; }
	.Margin-sm-15em { margin: 15em !important; }
	.Margin-sm-16em { margin: 16em !important; }
	.Margin-sm-vertical-auto { margin-top: auto   !important; margin-bottom: auto   !important; }
	.Margin-sm-vertical-0 { margin-top: 0   !important; margin-bottom: 0   !important; }
	.Margin-sm-vertical-0em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-sm-vertical-1em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-sm-vertical-2em { margin-top: 2em !important; margin-bottom: 2em !important; }
	.Margin-sm-vertical-3em { margin-top: 3em !important; margin-bottom: 3em !important; }
	.Margin-sm-vertical-4em { margin-top: 4em !important; margin-bottom: 4em !important; }
	.Margin-sm-vertical-5em { margin-top: 5em !important; margin-bottom: 5em !important; }
	.Margin-sm-vertical-6em { margin-top: 6em !important; margin-bottom: 6em !important; }
	.Margin-sm-vertical-7em { margin-top: 7em !important; margin-bottom: 7em !important; }
	.Margin-sm-vertical-8em { margin-top: 8em !important; margin-bottom: 8em !important; }
	.Margin-sm-vertical-9em { margin-top: 9em !important; margin-bottom: 9em !important; }
	.Margin-sm-vertical-10em { margin-top: 10em !important; margin-bottom: 10em !important; }
	.Margin-sm-vertical-11em { margin-top: 11em !important; margin-bottom: 11em !important; }
	.Margin-sm-vertical-12em { margin-top: 12em !important; margin-bottom: 12em !important; }
	.Margin-sm-vertical-13em { margin-top: 13em !important; margin-bottom: 13em !important; }
	.Margin-sm-vertical-14em { margin-top: 14em !important; margin-bottom: 14em !important; }
	.Margin-sm-vertical-15em { margin-top: 15em !important; margin-bottom: 15em !important; }
	.Margin-sm-vertical-16em { margin-top: 16em !important; margin-bottom: 16em !important; }
	.Margin-sm-horizontal-auto   { margin-right:  auto   !important; margin-left:   auto   !important; }
	.Margin-sm-horizontal-0   { margin-right:  0   !important; margin-left:   0   !important; }
	.Margin-sm-horizontal-0em { margin-right:  0em !important; margin-left:   0em !important; }
	.Margin-sm-horizontal-1em { margin-right:  1em !important; margin-left:   1em !important; }
	.Margin-sm-horizontal-2em { margin-right:  2em !important; margin-left:   2em !important; }
	.Margin-sm-horizontal-3em { margin-right:  3em !important; margin-left:   3em !important; }
	.Margin-sm-horizontal-4em { margin-right:  4em !important; margin-left:   4em !important; }
	.Margin-sm-horizontal-5em { margin-right:  5em !important; margin-left:   5em !important; }
	.Margin-sm-horizontal-6em { margin-right:  6em !important; margin-left:   6em !important; }
	.Margin-sm-horizontal-7em { margin-right:  7em !important; margin-left:   7em !important; }
	.Margin-sm-horizontal-8em { margin-right:  8em !important; margin-left:   8em !important; }
	.Margin-sm-horizontal-9em { margin-right:  9em !important; margin-left:   9em !important; }
	.Margin-sm-horizontal-10em { margin-right:  10em !important; margin-left:   10em !important; }
	.Margin-sm-horizontal-11em { margin-right:  11em !important; margin-left:   11em !important; }
	.Margin-sm-horizontal-12em { margin-right:  12em !important; margin-left:   12em !important; }
	.Margin-sm-horizontal-13em { margin-right:  13em !important; margin-left:   13em !important; }
	.Margin-sm-horizontal-14em { margin-right:  14em !important; margin-left:   14em !important; }
	.Margin-sm-horizontal-15em { margin-right:  15em !important; margin-left:   15em !important; }
	.Margin-sm-horizontal-16em { margin-right:  16em !important; margin-left:   16em !important; }
	.Margin-sm-top-auto   { margin-top: auto   !important; }
	.Margin-sm-top-0   { margin-top: 0   !important; }
	.Margin-sm-top-0em { margin-top: 0em !important; }
	.Margin-sm-top-1em { margin-top: 1em !important; }
	.Margin-sm-top-2em { margin-top: 2em !important; }
	.Margin-sm-top-3em { margin-top: 3em !important; }
	.Margin-sm-top-4em { margin-top: 4em !important; }
	.Margin-sm-top-5em { margin-top: 5em !important; }
	.Margin-sm-top-6em { margin-top: 6em !important; }
	.Margin-sm-top-7em { margin-top: 7em !important; }
	.Margin-sm-top-8em { margin-top: 8em !important; }
	.Margin-sm-top-9em { margin-top: 9em !important; }
	.Margin-sm-top-10em { margin-top: 10em !important; }
	.Margin-sm-top-11em { margin-top: 11em !important; }
	.Margin-sm-top-12em { margin-top: 12em !important; }
	.Margin-sm-top-13em { margin-top: 13em !important; }
	.Margin-sm-top-14em { margin-top: 14em !important; }
	.Margin-sm-top-15em { margin-top: 15em !important; }
	.Margin-sm-top-16em { margin-top: 16em !important; }
	.Margin-sm-right-auto   { margin-right: auto   !important; }
	.Margin-sm-right-0   { margin-right: 0   !important; }
	.Margin-sm-right-0em { margin-right: 0em !important; }
	.Margin-sm-right-1em { margin-right: 1em !important; }
	.Margin-sm-right-2em { margin-right: 2em !important; }
	.Margin-sm-right-3em { margin-right: 3em !important; }
	.Margin-sm-right-4em { margin-right: 4em !important; }
	.Margin-sm-right-5em { margin-right: 5em !important; }
	.Margin-sm-right-6em { margin-right: 6em !important; }
	.Margin-sm-right-7em { margin-right: 7em !important; }
	.Margin-sm-right-8em { margin-right: 8em !important; }
	.Margin-sm-right-9em { margin-right: 9em !important; }
	.Margin-sm-right-10em { margin-right: 10em !important; }
	.Margin-sm-right-11em { margin-right: 11em !important; }
	.Margin-sm-right-12em { margin-right: 12em !important; }
	.Margin-sm-right-13em { margin-right: 13em !important; }
	.Margin-sm-right-14em { margin-right: 14em !important; }
	.Margin-sm-right-15em { margin-right: 15em !important; }
	.Margin-sm-right-16em { margin-right: 16em !important; }
	.Margin-sm-bottom-auto   { margin-bottom: auto   !important; }
	.Margin-sm-bottom-0   { margin-bottom: 0   !important; }
	.Margin-sm-bottom-0em { margin-bottom: 0em !important; }
	.Margin-sm-bottom-1em { margin-bottom: 1em !important; }
	.Margin-sm-bottom-2em { margin-bottom: 2em !important; }
	.Margin-sm-bottom-3em { margin-bottom: 3em !important; }
	.Margin-sm-bottom-4em { margin-bottom: 4em !important; }
	.Margin-sm-bottom-5em { margin-bottom: 5em !important; }
	.Margin-sm-bottom-6em { margin-bottom: 6em !important; }
	.Margin-sm-bottom-7em { margin-bottom: 7em !important; }
	.Margin-sm-bottom-8em { margin-bottom: 8em !important; }
	.Margin-sm-bottom-9em { margin-bottom: 9em !important; }
	.Margin-sm-bottom-10em { margin-bottom: 10em !important; }
	.Margin-sm-bottom-11em { margin-bottom: 11em !important; }
	.Margin-sm-bottom-12em { margin-bottom: 12em !important; }
	.Margin-sm-bottom-13em { margin-bottom: 13em !important; }
	.Margin-sm-bottom-14em { margin-bottom: 14em !important; }
	.Margin-sm-bottom-15em { margin-bottom: 15em !important; }
	.Margin-sm-bottom-16em { margin-bottom: 16em !important; }
	.Margin-sm-left-auto   { margin-left: auto   !important; }
	.Margin-sm-left-0   { margin-left: 0   !important; }
	.Margin-sm-left-0em { margin-left: 0em !important; }
	.Margin-sm-left-1em { margin-left: 1em !important; }
	.Margin-sm-left-2em { margin-left: 2em !important; }
	.Margin-sm-left-3em { margin-left: 3em !important; }
	.Margin-sm-left-4em { margin-left: 4em !important; }
	.Margin-sm-left-5em { margin-left: 5em !important; }
	.Margin-sm-left-6em { margin-left: 6em !important; }
	.Margin-sm-left-7em { margin-left: 7em !important; }
	.Margin-sm-left-8em { margin-left: 8em !important; }
	.Margin-sm-left-9em { margin-left: 9em !important; }
	.Margin-sm-left-10em { margin-left: 10em !important; }
	.Margin-sm-left-11em { margin-left: 11em !important; }
	.Margin-sm-left-12em { margin-left: 12em !important; }
	.Margin-sm-left-13em { margin-left: 13em !important; }
	.Margin-sm-left-14em { margin-left: 14em !important; }
	.Margin-sm-left-15em { margin-left: 15em !important; }
	.Margin-sm-left-16em { margin-left: 16em !important; }
	.Margin-sm-0x12em { margin: 0em !important; }
	.Margin-sm-1x12em { margin: 0.083333333333333em !important; }
	.Margin-sm-2x12em { margin: 0.16666666666667em !important; }
	.Margin-sm-3x12em { margin: 0.25em !important; }
	.Margin-sm-4x12em { margin: 0.33333333333333em !important; }
	.Margin-sm-5x12em { margin: 0.41666666666667em !important; }
	.Margin-sm-6x12em { margin: 0.5em !important; }
	.Margin-sm-7x12em { margin: 0.58333333333333em !important; }
	.Margin-sm-8x12em { margin: 0.66666666666667em !important; }
	.Margin-sm-9x12em { margin: 0.75em !important; }
	.Margin-sm-10x12em { margin: 0.83333333333333em !important; }
	.Margin-sm-11x12em { margin: 0.91666666666667em !important; }
	.Margin-sm-12x12em { margin: 1em !important; }
	.Margin-sm-13x12em { margin: 1.0833333333333em !important; }
	.Margin-sm-14x12em { margin: 1.1666666666667em !important; }
	.Margin-sm-15x12em { margin: 1.25em !important; }
	.Margin-sm-16x12em { margin: 1.3333333333333em !important; }
	.Margin-sm-17x12em { margin: 1.4166666666667em !important; }
	.Margin-sm-18x12em { margin: 1.5em !important; }
	.Margin-sm-horizontal-0x12em { margin-left: 0em !important; margin-right: 0em !important; }
	.Margin-sm-horizontal-1x12em { margin-left: 0.083333333333333em !important; margin-right: 0.083333333333333em !important; }
	.Margin-sm-horizontal-2x12em { margin-left: 0.16666666666667em !important; margin-right: 0.16666666666667em !important; }
	.Margin-sm-horizontal-3x12em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
	.Margin-sm-horizontal-4x12em { margin-left: 0.33333333333333em !important; margin-right: 0.33333333333333em !important; }
	.Margin-sm-horizontal-5x12em { margin-left: 0.41666666666667em !important; margin-right: 0.41666666666667em !important; }
	.Margin-sm-horizontal-6x12em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
	.Margin-sm-horizontal-7x12em { margin-left: 0.58333333333333em !important; margin-right: 0.58333333333333em !important; }
	.Margin-sm-horizontal-8x12em { margin-left: 0.66666666666667em !important; margin-right: 0.66666666666667em !important; }
	.Margin-sm-horizontal-9x12em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
	.Margin-sm-horizontal-10x12em { margin-left: 0.83333333333333em !important; margin-right: 0.83333333333333em !important; }
	.Margin-sm-horizontal-11x12em { margin-left: 0.91666666666667em !important; margin-right: 0.91666666666667em !important; }
	.Margin-sm-horizontal-12x12em { margin-left: 1em !important; margin-right: 1em !important; }
	.Margin-sm-horizontal-13x12em { margin-left: 1.0833333333333em !important; margin-right: 1.0833333333333em !important; }
	.Margin-sm-horizontal-14x12em { margin-left: 1.1666666666667em !important; margin-right: 1.1666666666667em !important; }
	.Margin-sm-horizontal-15x12em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
	.Margin-sm-horizontal-16x12em { margin-left: 1.3333333333333em !important; margin-right: 1.3333333333333em !important; }
	.Margin-sm-horizontal-17x12em { margin-left: 1.4166666666667em !important; margin-right: 1.4166666666667em !important; }
	.Margin-sm-horizontal-18x12em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
	.Margin-sm-vertical-0x12em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-sm-vertical-1x12em { margin-top: 0.083333333333333em !important; margin-bottom: 0.083333333333333em !important; }
	.Margin-sm-vertical-2x12em { margin-top: 0.16666666666667em !important; margin-bottom: 0.16666666666667em !important; }
	.Margin-sm-vertical-3x12em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
	.Margin-sm-vertical-4x12em { margin-top: 0.33333333333333em !important; margin-bottom: 0.33333333333333em !important; }
	.Margin-sm-vertical-5x12em { margin-top: 0.41666666666667em !important; margin-bottom: 0.41666666666667em !important; }
	.Margin-sm-vertical-6x12em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
	.Margin-sm-vertical-7x12em { margin-top: 0.58333333333333em !important; margin-bottom: 0.58333333333333em !important; }
	.Margin-sm-vertical-8x12em { margin-top: 0.66666666666667em !important; margin-bottom: 0.66666666666667em !important; }
	.Margin-sm-vertical-9x12em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
	.Margin-sm-vertical-10x12em { margin-top: 0.83333333333333em !important; margin-bottom: 0.83333333333333em !important; }
	.Margin-sm-vertical-11x12em { margin-top: 0.91666666666667em !important; margin-bottom: 0.91666666666667em !important; }
	.Margin-sm-vertical-12x12em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-sm-vertical-13x12em { margin-top: 1.0833333333333em !important; margin-bottom: 1.0833333333333em !important; }
	.Margin-sm-vertical-14x12em { margin-top: 1.1666666666667em !important; margin-bottom: 1.1666666666667em !important; }
	.Margin-sm-vertical-15x12em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
	.Margin-sm-vertical-16x12em { margin-top: 1.3333333333333em !important; margin-bottom: 1.3333333333333em !important; }
	.Margin-sm-vertical-17x12em { margin-top: 1.4166666666667em !important; margin-bottom: 1.4166666666667em !important; }
	.Margin-sm-vertical-18x12em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
	.Margin-sm-top-0x12em { margin-top: 0em !important; }
	.Margin-sm-top-1x12em { margin-top: 0.083333333333333em !important; }
	.Margin-sm-top-2x12em { margin-top: 0.16666666666667em !important; }
	.Margin-sm-top-3x12em { margin-top: 0.25em !important; }
	.Margin-sm-top-4x12em { margin-top: 0.33333333333333em !important; }
	.Margin-sm-top-5x12em { margin-top: 0.41666666666667em !important; }
	.Margin-sm-top-6x12em { margin-top: 0.5em !important; }
	.Margin-sm-top-7x12em { margin-top: 0.58333333333333em !important; }
	.Margin-sm-top-8x12em { margin-top: 0.66666666666667em !important; }
	.Margin-sm-top-9x12em { margin-top: 0.75em !important; }
	.Margin-sm-top-10x12em { margin-top: 0.83333333333333em !important; }
	.Margin-sm-top-11x12em { margin-top: 0.91666666666667em !important; }
	.Margin-sm-top-12x12em { margin-top: 1em !important; }
	.Margin-sm-top-13x12em { margin-top: 1.0833333333333em !important; }
	.Margin-sm-top-14x12em { margin-top: 1.1666666666667em !important; }
	.Margin-sm-top-15x12em { margin-top: 1.25em !important; }
	.Margin-sm-top-16x12em { margin-top: 1.3333333333333em !important; }
	.Margin-sm-top-17x12em { margin-top: 1.4166666666667em !important; }
	.Margin-sm-top-18x12em { margin-top: 1.5em !important; }
	.Margin-sm-right-0x12em { margin-right: 0em !important; }
	.Margin-sm-right-1x12em { margin-right: 0.083333333333333em !important; }
	.Margin-sm-right-2x12em { margin-right: 0.16666666666667em !important; }
	.Margin-sm-right-3x12em { margin-right: 0.25em !important; }
	.Margin-sm-right-4x12em { margin-right: 0.33333333333333em !important; }
	.Margin-sm-right-5x12em { margin-right: 0.41666666666667em !important; }
	.Margin-sm-right-6x12em { margin-right: 0.5em !important; }
	.Margin-sm-right-7x12em { margin-right: 0.58333333333333em !important; }
	.Margin-sm-right-8x12em { margin-right: 0.66666666666667em !important; }
	.Margin-sm-right-9x12em { margin-right: 0.75em !important; }
	.Margin-sm-right-10x12em { margin-right: 0.83333333333333em !important; }
	.Margin-sm-right-11x12em { margin-right: 0.91666666666667em !important; }
	.Margin-sm-right-12x12em { margin-right: 1em !important; }
	.Margin-sm-right-13x12em { margin-right: 1.0833333333333em !important; }
	.Margin-sm-right-14x12em { margin-right: 1.1666666666667em !important; }
	.Margin-sm-right-15x12em { margin-right: 1.25em !important; }
	.Margin-sm-right-16x12em { margin-right: 1.3333333333333em !important; }
	.Margin-sm-right-17x12em { margin-right: 1.4166666666667em !important; }
	.Margin-sm-right-18x12em { margin-right: 1.5em !important; }
	.Margin-sm-bottom-0x12em { margin-bottom: 0em !important; }
	.Margin-sm-bottom-1x12em { margin-bottom: 0.083333333333333em !important; }
	.Margin-sm-bottom-2x12em { margin-bottom: 0.16666666666667em !important; }
	.Margin-sm-bottom-3x12em { margin-bottom: 0.25em !important; }
	.Margin-sm-bottom-4x12em { margin-bottom: 0.33333333333333em !important; }
	.Margin-sm-bottom-5x12em { margin-bottom: 0.41666666666667em !important; }
	.Margin-sm-bottom-6x12em { margin-bottom: 0.5em !important; }
	.Margin-sm-bottom-7x12em { margin-bottom: 0.58333333333333em !important; }
	.Margin-sm-bottom-8x12em { margin-bottom: 0.66666666666667em !important; }
	.Margin-sm-bottom-9x12em { margin-bottom: 0.75em !important; }
	.Margin-sm-bottom-10x12em { margin-bottom: 0.83333333333333em !important; }
	.Margin-sm-bottom-11x12em { margin-bottom: 0.91666666666667em !important; }
	.Margin-sm-bottom-12x12em { margin-bottom: 1em !important; }
	.Margin-sm-bottom-13x12em { margin-bottom: 1.0833333333333em !important; }
	.Margin-sm-bottom-14x12em { margin-bottom: 1.1666666666667em !important; }
	.Margin-sm-bottom-15x12em { margin-bottom: 1.25em !important; }
	.Margin-sm-bottom-16x12em { margin-bottom: 1.3333333333333em !important; }
	.Margin-sm-bottom-17x12em { margin-bottom: 1.4166666666667em !important; }
	.Margin-sm-bottom-18x12em { margin-bottom: 1.5em !important; }
	.Margin-sm-left-0x12em { margin-left: 0em !important; }
	.Margin-sm-left-1x12em { margin-left: 0.083333333333333em !important; }
	.Margin-sm-left-2x12em { margin-left: 0.16666666666667em !important; }
	.Margin-sm-left-3x12em { margin-left: 0.25em !important; }
	.Margin-sm-left-4x12em { margin-left: 0.33333333333333em !important; }
	.Margin-sm-left-5x12em { margin-left: 0.41666666666667em !important; }
	.Margin-sm-left-6x12em { margin-left: 0.5em !important; }
	.Margin-sm-left-7x12em { margin-left: 0.58333333333333em !important; }
	.Margin-sm-left-8x12em { margin-left: 0.66666666666667em !important; }
	.Margin-sm-left-9x12em { margin-left: 0.75em !important; }
	.Margin-sm-left-10x12em { margin-left: 0.83333333333333em !important; }
	.Margin-sm-left-11x12em { margin-left: 0.91666666666667em !important; }
	.Margin-sm-left-12x12em { margin-left: 1em !important; }
	.Margin-sm-left-13x12em { margin-left: 1.0833333333333em !important; }
	.Margin-sm-left-14x12em { margin-left: 1.1666666666667em !important; }
	.Margin-sm-left-15x12em { margin-left: 1.25em !important; }
	.Margin-sm-left-16x12em { margin-left: 1.3333333333333em !important; }
	.Margin-sm-left-17x12em { margin-left: 1.4166666666667em !important; }
	.Margin-sm-left-18x12em { margin-left: 1.5em !important; }
	.Margin-sm-0x16em { margin: 0em !important; }
	.Margin-sm-1x16em { margin: 0.0625em !important; }
	.Margin-sm-2x16em { margin: 0.125em !important; }
	.Margin-sm-3x16em { margin: 0.1875em !important; }
	.Margin-sm-4x16em { margin: 0.25em !important; }
	.Margin-sm-5x16em { margin: 0.3125em !important; }
	.Margin-sm-6x16em { margin: 0.375em !important; }
	.Margin-sm-7x16em { margin: 0.4375em !important; }
	.Margin-sm-8x16em { margin: 0.5em !important; }
	.Margin-sm-9x16em { margin: 0.5625em !important; }
	.Margin-sm-10x16em { margin: 0.625em !important; }
	.Margin-sm-11x16em { margin: 0.6875em !important; }
	.Margin-sm-12x16em { margin: 0.75em !important; }
	.Margin-sm-13x16em { margin: 0.8125em !important; }
	.Margin-sm-14x16em { margin: 0.875em !important; }
	.Margin-sm-15x16em { margin: 0.9375em !important; }
	.Margin-sm-16x16em { margin: 1em !important; }
	.Margin-sm-17x16em { margin: 1.0625em !important; }
	.Margin-sm-18x16em { margin: 1.125em !important; }
	.Margin-sm-19x16em { margin: 1.1875em !important; }
	.Margin-sm-20x16em { margin: 1.25em !important; }
	.Margin-sm-21x16em { margin: 1.3125em !important; }
	.Margin-sm-22x16em { margin: 1.375em !important; }
	.Margin-sm-23x16em { margin: 1.4375em !important; }
	.Margin-sm-24x16em { margin: 1.5em !important; }
	.Margin-sm-horizontal-0x16em { margin-left: 0em !important; margin-right: 0em !important; }
	.Margin-sm-horizontal-1x16em { margin-left: 0.0625em !important; margin-right: 0.0625em !important; }
	.Margin-sm-horizontal-2x16em { margin-left: 0.125em !important; margin-right: 0.125em !important; }
	.Margin-sm-horizontal-3x16em { margin-left: 0.1875em !important; margin-right: 0.1875em !important; }
	.Margin-sm-horizontal-4x16em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
	.Margin-sm-horizontal-5x16em { margin-left: 0.3125em !important; margin-right: 0.3125em !important; }
	.Margin-sm-horizontal-6x16em { margin-left: 0.375em !important; margin-right: 0.375em !important; }
	.Margin-sm-horizontal-7x16em { margin-left: 0.4375em !important; margin-right: 0.4375em !important; }
	.Margin-sm-horizontal-8x16em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
	.Margin-sm-horizontal-9x16em { margin-left: 0.5625em !important; margin-right: 0.5625em !important; }
	.Margin-sm-horizontal-10x16em { margin-left: 0.625em !important; margin-right: 0.625em !important; }
	.Margin-sm-horizontal-11x16em { margin-left: 0.6875em !important; margin-right: 0.6875em !important; }
	.Margin-sm-horizontal-12x16em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
	.Margin-sm-horizontal-13x16em { margin-left: 0.8125em !important; margin-right: 0.8125em !important; }
	.Margin-sm-horizontal-14x16em { margin-left: 0.875em !important; margin-right: 0.875em !important; }
	.Margin-sm-horizontal-15x16em { margin-left: 0.9375em !important; margin-right: 0.9375em !important; }
	.Margin-sm-horizontal-16x16em { margin-left: 1em !important; margin-right: 1em !important; }
	.Margin-sm-horizontal-17x16em { margin-left: 1.0625em !important; margin-right: 1.0625em !important; }
	.Margin-sm-horizontal-18x16em { margin-left: 1.125em !important; margin-right: 1.125em !important; }
	.Margin-sm-horizontal-19x16em { margin-left: 1.1875em !important; margin-right: 1.1875em !important; }
	.Margin-sm-horizontal-20x16em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
	.Margin-sm-horizontal-21x16em { margin-left: 1.3125em !important; margin-right: 1.3125em !important; }
	.Margin-sm-horizontal-22x16em { margin-left: 1.375em !important; margin-right: 1.375em !important; }
	.Margin-sm-horizontal-23x16em { margin-left: 1.4375em !important; margin-right: 1.4375em !important; }
	.Margin-sm-horizontal-24x16em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
	.Margin-sm-vertical-0x16em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-sm-vertical-1x16em { margin-top: 0.0625em !important; margin-bottom: 0.0625em !important; }
	.Margin-sm-vertical-2x16em { margin-top: 0.125em !important; margin-bottom: 0.125em !important; }
	.Margin-sm-vertical-3x16em { margin-top: 0.1875em !important; margin-bottom: 0.1875em !important; }
	.Margin-sm-vertical-4x16em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
	.Margin-sm-vertical-5x16em { margin-top: 0.3125em !important; margin-bottom: 0.3125em !important; }
	.Margin-sm-vertical-6x16em { margin-top: 0.375em !important; margin-bottom: 0.375em !important; }
	.Margin-sm-vertical-7x16em { margin-top: 0.4375em !important; margin-bottom: 0.4375em !important; }
	.Margin-sm-vertical-8x16em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
	.Margin-sm-vertical-9x16em { margin-top: 0.5625em !important; margin-bottom: 0.5625em !important; }
	.Margin-sm-vertical-10x16em { margin-top: 0.625em !important; margin-bottom: 0.625em !important; }
	.Margin-sm-vertical-11x16em { margin-top: 0.6875em !important; margin-bottom: 0.6875em !important; }
	.Margin-sm-vertical-12x16em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
	.Margin-sm-vertical-13x16em { margin-top: 0.8125em !important; margin-bottom: 0.8125em !important; }
	.Margin-sm-vertical-14x16em { margin-top: 0.875em !important; margin-bottom: 0.875em !important; }
	.Margin-sm-vertical-15x16em { margin-top: 0.9375em !important; margin-bottom: 0.9375em !important; }
	.Margin-sm-vertical-16x16em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-sm-vertical-17x16em { margin-top: 1.0625em !important; margin-bottom: 1.0625em !important; }
	.Margin-sm-vertical-18x16em { margin-top: 1.125em !important; margin-bottom: 1.125em !important; }
	.Margin-sm-vertical-19x16em { margin-top: 1.1875em !important; margin-bottom: 1.1875em !important; }
	.Margin-sm-vertical-20x16em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
	.Margin-sm-vertical-21x16em { margin-top: 1.3125em !important; margin-bottom: 1.3125em !important; }
	.Margin-sm-vertical-22x16em { margin-top: 1.375em !important; margin-bottom: 1.375em !important; }
	.Margin-sm-vertical-23x16em { margin-top: 1.4375em !important; margin-bottom: 1.4375em !important; }
	.Margin-sm-vertical-24x16em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
	.Margin-sm-top-0x16em { margin-top: 0em !important; }
	.Margin-sm-top-1x16em { margin-top: 0.0625em !important; }
	.Margin-sm-top-2x16em { margin-top: 0.125em !important; }
	.Margin-sm-top-3x16em { margin-top: 0.1875em !important; }
	.Margin-sm-top-4x16em { margin-top: 0.25em !important; }
	.Margin-sm-top-5x16em { margin-top: 0.3125em !important; }
	.Margin-sm-top-6x16em { margin-top: 0.375em !important; }
	.Margin-sm-top-7x16em { margin-top: 0.4375em !important; }
	.Margin-sm-top-8x16em { margin-top: 0.5em !important; }
	.Margin-sm-top-9x16em { margin-top: 0.5625em !important; }
	.Margin-sm-top-10x16em { margin-top: 0.625em !important; }
	.Margin-sm-top-11x16em { margin-top: 0.6875em !important; }
	.Margin-sm-top-12x16em { margin-top: 0.75em !important; }
	.Margin-sm-top-13x16em { margin-top: 0.8125em !important; }
	.Margin-sm-top-14x16em { margin-top: 0.875em !important; }
	.Margin-sm-top-15x16em { margin-top: 0.9375em !important; }
	.Margin-sm-top-16x16em { margin-top: 1em !important; }
	.Margin-sm-top-17x16em { margin-top: 1.0625em !important; }
	.Margin-sm-top-18x16em { margin-top: 1.125em !important; }
	.Margin-sm-top-19x16em { margin-top: 1.1875em !important; }
	.Margin-sm-top-20x16em { margin-top: 1.25em !important; }
	.Margin-sm-top-21x16em { margin-top: 1.3125em !important; }
	.Margin-sm-top-22x16em { margin-top: 1.375em !important; }
	.Margin-sm-top-23x16em { margin-top: 1.4375em !important; }
	.Margin-sm-top-24x16em { margin-top: 1.5em !important; }
	.Margin-sm-right-0x16em { margin-right: 0em !important; }
	.Margin-sm-right-1x16em { margin-right: 0.0625em !important; }
	.Margin-sm-right-2x16em { margin-right: 0.125em !important; }
	.Margin-sm-right-3x16em { margin-right: 0.1875em !important; }
	.Margin-sm-right-4x16em { margin-right: 0.25em !important; }
	.Margin-sm-right-5x16em { margin-right: 0.3125em !important; }
	.Margin-sm-right-6x16em { margin-right: 0.375em !important; }
	.Margin-sm-right-7x16em { margin-right: 0.4375em !important; }
	.Margin-sm-right-8x16em { margin-right: 0.5em !important; }
	.Margin-sm-right-9x16em { margin-right: 0.5625em !important; }
	.Margin-sm-right-10x16em { margin-right: 0.625em !important; }
	.Margin-sm-right-11x16em { margin-right: 0.6875em !important; }
	.Margin-sm-right-12x16em { margin-right: 0.75em !important; }
	.Margin-sm-right-13x16em { margin-right: 0.8125em !important; }
	.Margin-sm-right-14x16em { margin-right: 0.875em !important; }
	.Margin-sm-right-15x16em { margin-right: 0.9375em !important; }
	.Margin-sm-right-16x16em { margin-right: 1em !important; }
	.Margin-sm-right-17x16em { margin-right: 1.0625em !important; }
	.Margin-sm-right-18x16em { margin-right: 1.125em !important; }
	.Margin-sm-right-19x16em { margin-right: 1.1875em !important; }
	.Margin-sm-right-20x16em { margin-right: 1.25em !important; }
	.Margin-sm-right-21x16em { margin-right: 1.3125em !important; }
	.Margin-sm-right-22x16em { margin-right: 1.375em !important; }
	.Margin-sm-right-23x16em { margin-right: 1.4375em !important; }
	.Margin-sm-right-24x16em { margin-right: 1.5em !important; }
	.Margin-sm-bottom-0x16em { margin-bottom: 0em !important; }
	.Margin-sm-bottom-1x16em { margin-bottom: 0.0625em !important; }
	.Margin-sm-bottom-2x16em { margin-bottom: 0.125em !important; }
	.Margin-sm-bottom-3x16em { margin-bottom: 0.1875em !important; }
	.Margin-sm-bottom-4x16em { margin-bottom: 0.25em !important; }
	.Margin-sm-bottom-5x16em { margin-bottom: 0.3125em !important; }
	.Margin-sm-bottom-6x16em { margin-bottom: 0.375em !important; }
	.Margin-sm-bottom-7x16em { margin-bottom: 0.4375em !important; }
	.Margin-sm-bottom-8x16em { margin-bottom: 0.5em !important; }
	.Margin-sm-bottom-9x16em { margin-bottom: 0.5625em !important; }
	.Margin-sm-bottom-10x16em { margin-bottom: 0.625em !important; }
	.Margin-sm-bottom-11x16em { margin-bottom: 0.6875em !important; }
	.Margin-sm-bottom-12x16em { margin-bottom: 0.75em !important; }
	.Margin-sm-bottom-13x16em { margin-bottom: 0.8125em !important; }
	.Margin-sm-bottom-14x16em { margin-bottom: 0.875em !important; }
	.Margin-sm-bottom-15x16em { margin-bottom: 0.9375em !important; }
	.Margin-sm-bottom-16x16em { margin-bottom: 1em !important; }
	.Margin-sm-bottom-17x16em { margin-bottom: 1.0625em !important; }
	.Margin-sm-bottom-18x16em { margin-bottom: 1.125em !important; }
	.Margin-sm-bottom-19x16em { margin-bottom: 1.1875em !important; }
	.Margin-sm-bottom-20x16em { margin-bottom: 1.25em !important; }
	.Margin-sm-bottom-21x16em { margin-bottom: 1.3125em !important; }
	.Margin-sm-bottom-22x16em { margin-bottom: 1.375em !important; }
	.Margin-sm-bottom-23x16em { margin-bottom: 1.4375em !important; }
	.Margin-sm-bottom-24x16em { margin-bottom: 1.5em !important; }
	.Margin-sm-left-0x16em { margin-left: 0em !important; }
	.Margin-sm-left-1x16em { margin-left: 0.0625em !important; }
	.Margin-sm-left-2x16em { margin-left: 0.125em !important; }
	.Margin-sm-left-3x16em { margin-left: 0.1875em !important; }
	.Margin-sm-left-4x16em { margin-left: 0.25em !important; }
	.Margin-sm-left-5x16em { margin-left: 0.3125em !important; }
	.Margin-sm-left-6x16em { margin-left: 0.375em !important; }
	.Margin-sm-left-7x16em { margin-left: 0.4375em !important; }
	.Margin-sm-left-8x16em { margin-left: 0.5em !important; }
	.Margin-sm-left-9x16em { margin-left: 0.5625em !important; }
	.Margin-sm-left-10x16em { margin-left: 0.625em !important; }
	.Margin-sm-left-11x16em { margin-left: 0.6875em !important; }
	.Margin-sm-left-12x16em { margin-left: 0.75em !important; }
	.Margin-sm-left-13x16em { margin-left: 0.8125em !important; }
	.Margin-sm-left-14x16em { margin-left: 0.875em !important; }
	.Margin-sm-left-15x16em { margin-left: 0.9375em !important; }
	.Margin-sm-left-16x16em { margin-left: 1em !important; }
	.Margin-sm-left-17x16em { margin-left: 1.0625em !important; }
	.Margin-sm-left-18x16em { margin-left: 1.125em !important; }
	.Margin-sm-left-19x16em { margin-left: 1.1875em !important; }
	.Margin-sm-left-20x16em { margin-left: 1.25em !important; }
	.Margin-sm-left-21x16em { margin-left: 1.3125em !important; }
	.Margin-sm-left-22x16em { margin-left: 1.375em !important; }
	.Margin-sm-left-23x16em { margin-left: 1.4375em !important; }
	.Margin-sm-left-24x16em { margin-left: 1.5em !important; }
}


@media( min-width: 768px ) {
	.Margin-md-auto { margin: auto !important; }
	.Margin-md-0 { margin: 0 !important; }
	.Margin-md-0em { margin: 0em !important; }
	.Margin-md-1em { margin: 1em !important; }
	.Margin-md-2em { margin: 2em !important; }
	.Margin-md-3em { margin: 3em !important; }
	.Margin-md-4em { margin: 4em !important; }
	.Margin-md-5em { margin: 5em !important; }
	.Margin-md-6em { margin: 6em !important; }
	.Margin-md-7em { margin: 7em !important; }
	.Margin-md-8em { margin: 8em !important; }
	.Margin-md-9em { margin: 9em !important; }
	.Margin-md-10em { margin: 10em !important; }
	.Margin-md-11em { margin: 11em !important; }
	.Margin-md-12em { margin: 12em !important; }
	.Margin-md-13em { margin: 13em !important; }
	.Margin-md-14em { margin: 14em !important; }
	.Margin-md-15em { margin: 15em !important; }
	.Margin-md-16em { margin: 16em !important; }
	.Margin-md-vertical-auto { margin-top: auto   !important; margin-bottom: auto   !important; }
	.Margin-md-vertical-0 { margin-top: 0   !important; margin-bottom: 0   !important; }
	.Margin-md-vertical-0em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-md-vertical-1em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-md-vertical-2em { margin-top: 2em !important; margin-bottom: 2em !important; }
	.Margin-md-vertical-3em { margin-top: 3em !important; margin-bottom: 3em !important; }
	.Margin-md-vertical-4em { margin-top: 4em !important; margin-bottom: 4em !important; }
	.Margin-md-vertical-5em { margin-top: 5em !important; margin-bottom: 5em !important; }
	.Margin-md-vertical-6em { margin-top: 6em !important; margin-bottom: 6em !important; }
	.Margin-md-vertical-7em { margin-top: 7em !important; margin-bottom: 7em !important; }
	.Margin-md-vertical-8em { margin-top: 8em !important; margin-bottom: 8em !important; }
	.Margin-md-vertical-9em { margin-top: 9em !important; margin-bottom: 9em !important; }
	.Margin-md-vertical-10em { margin-top: 10em !important; margin-bottom: 10em !important; }
	.Margin-md-vertical-11em { margin-top: 11em !important; margin-bottom: 11em !important; }
	.Margin-md-vertical-12em { margin-top: 12em !important; margin-bottom: 12em !important; }
	.Margin-md-vertical-13em { margin-top: 13em !important; margin-bottom: 13em !important; }
	.Margin-md-vertical-14em { margin-top: 14em !important; margin-bottom: 14em !important; }
	.Margin-md-vertical-15em { margin-top: 15em !important; margin-bottom: 15em !important; }
	.Margin-md-vertical-16em { margin-top: 16em !important; margin-bottom: 16em !important; }
	.Margin-md-horizontal-auto   { margin-right:  auto   !important; margin-left:   auto   !important; }
	.Margin-md-horizontal-0   { margin-right:  0   !important; margin-left:   0   !important; }
	.Margin-md-horizontal-0em { margin-right:  0em !important; margin-left:   0em !important; }
	.Margin-md-horizontal-1em { margin-right:  1em !important; margin-left:   1em !important; }
	.Margin-md-horizontal-2em { margin-right:  2em !important; margin-left:   2em !important; }
	.Margin-md-horizontal-3em { margin-right:  3em !important; margin-left:   3em !important; }
	.Margin-md-horizontal-4em { margin-right:  4em !important; margin-left:   4em !important; }
	.Margin-md-horizontal-5em { margin-right:  5em !important; margin-left:   5em !important; }
	.Margin-md-horizontal-6em { margin-right:  6em !important; margin-left:   6em !important; }
	.Margin-md-horizontal-7em { margin-right:  7em !important; margin-left:   7em !important; }
	.Margin-md-horizontal-8em { margin-right:  8em !important; margin-left:   8em !important; }
	.Margin-md-horizontal-9em { margin-right:  9em !important; margin-left:   9em !important; }
	.Margin-md-horizontal-10em { margin-right:  10em !important; margin-left:   10em !important; }
	.Margin-md-horizontal-11em { margin-right:  11em !important; margin-left:   11em !important; }
	.Margin-md-horizontal-12em { margin-right:  12em !important; margin-left:   12em !important; }
	.Margin-md-horizontal-13em { margin-right:  13em !important; margin-left:   13em !important; }
	.Margin-md-horizontal-14em { margin-right:  14em !important; margin-left:   14em !important; }
	.Margin-md-horizontal-15em { margin-right:  15em !important; margin-left:   15em !important; }
	.Margin-md-horizontal-16em { margin-right:  16em !important; margin-left:   16em !important; }
	.Margin-md-top-auto   { margin-top: auto   !important; }
	.Margin-md-top-0   { margin-top: 0   !important; }
	.Margin-md-top-0em { margin-top: 0em !important; }
	.Margin-md-top-1em { margin-top: 1em !important; }
	.Margin-md-top-2em { margin-top: 2em !important; }
	.Margin-md-top-3em { margin-top: 3em !important; }
	.Margin-md-top-4em { margin-top: 4em !important; }
	.Margin-md-top-5em { margin-top: 5em !important; }
	.Margin-md-top-6em { margin-top: 6em !important; }
	.Margin-md-top-7em { margin-top: 7em !important; }
	.Margin-md-top-8em { margin-top: 8em !important; }
	.Margin-md-top-9em { margin-top: 9em !important; }
	.Margin-md-top-10em { margin-top: 10em !important; }
	.Margin-md-top-11em { margin-top: 11em !important; }
	.Margin-md-top-12em { margin-top: 12em !important; }
	.Margin-md-top-13em { margin-top: 13em !important; }
	.Margin-md-top-14em { margin-top: 14em !important; }
	.Margin-md-top-15em { margin-top: 15em !important; }
	.Margin-md-top-16em { margin-top: 16em !important; }
	.Margin-md-right-auto   { margin-right: auto   !important; }
	.Margin-md-right-0   { margin-right: 0   !important; }
	.Margin-md-right-0em { margin-right: 0em !important; }
	.Margin-md-right-1em { margin-right: 1em !important; }
	.Margin-md-right-2em { margin-right: 2em !important; }
	.Margin-md-right-3em { margin-right: 3em !important; }
	.Margin-md-right-4em { margin-right: 4em !important; }
	.Margin-md-right-5em { margin-right: 5em !important; }
	.Margin-md-right-6em { margin-right: 6em !important; }
	.Margin-md-right-7em { margin-right: 7em !important; }
	.Margin-md-right-8em { margin-right: 8em !important; }
	.Margin-md-right-9em { margin-right: 9em !important; }
	.Margin-md-right-10em { margin-right: 10em !important; }
	.Margin-md-right-11em { margin-right: 11em !important; }
	.Margin-md-right-12em { margin-right: 12em !important; }
	.Margin-md-right-13em { margin-right: 13em !important; }
	.Margin-md-right-14em { margin-right: 14em !important; }
	.Margin-md-right-15em { margin-right: 15em !important; }
	.Margin-md-right-16em { margin-right: 16em !important; }
	.Margin-md-bottom-auto   { margin-bottom: auto   !important; }
	.Margin-md-bottom-0   { margin-bottom: 0   !important; }
	.Margin-md-bottom-0em { margin-bottom: 0em !important; }
	.Margin-md-bottom-1em { margin-bottom: 1em !important; }
	.Margin-md-bottom-2em { margin-bottom: 2em !important; }
	.Margin-md-bottom-3em { margin-bottom: 3em !important; }
	.Margin-md-bottom-4em { margin-bottom: 4em !important; }
	.Margin-md-bottom-5em { margin-bottom: 5em !important; }
	.Margin-md-bottom-6em { margin-bottom: 6em !important; }
	.Margin-md-bottom-7em { margin-bottom: 7em !important; }
	.Margin-md-bottom-8em { margin-bottom: 8em !important; }
	.Margin-md-bottom-9em { margin-bottom: 9em !important; }
	.Margin-md-bottom-10em { margin-bottom: 10em !important; }
	.Margin-md-bottom-11em { margin-bottom: 11em !important; }
	.Margin-md-bottom-12em { margin-bottom: 12em !important; }
	.Margin-md-bottom-13em { margin-bottom: 13em !important; }
	.Margin-md-bottom-14em { margin-bottom: 14em !important; }
	.Margin-md-bottom-15em { margin-bottom: 15em !important; }
	.Margin-md-bottom-16em { margin-bottom: 16em !important; }
	.Margin-md-left-auto   { margin-left: auto   !important; }
	.Margin-md-left-0   { margin-left: 0   !important; }
	.Margin-md-left-0em { margin-left: 0em !important; }
	.Margin-md-left-1em { margin-left: 1em !important; }
	.Margin-md-left-2em { margin-left: 2em !important; }
	.Margin-md-left-3em { margin-left: 3em !important; }
	.Margin-md-left-4em { margin-left: 4em !important; }
	.Margin-md-left-5em { margin-left: 5em !important; }
	.Margin-md-left-6em { margin-left: 6em !important; }
	.Margin-md-left-7em { margin-left: 7em !important; }
	.Margin-md-left-8em { margin-left: 8em !important; }
	.Margin-md-left-9em { margin-left: 9em !important; }
	.Margin-md-left-10em { margin-left: 10em !important; }
	.Margin-md-left-11em { margin-left: 11em !important; }
	.Margin-md-left-12em { margin-left: 12em !important; }
	.Margin-md-left-13em { margin-left: 13em !important; }
	.Margin-md-left-14em { margin-left: 14em !important; }
	.Margin-md-left-15em { margin-left: 15em !important; }
	.Margin-md-left-16em { margin-left: 16em !important; }
	.Margin-md-0x12em { margin: 0em !important; }
	.Margin-md-1x12em { margin: 0.083333333333333em !important; }
	.Margin-md-2x12em { margin: 0.16666666666667em !important; }
	.Margin-md-3x12em { margin: 0.25em !important; }
	.Margin-md-4x12em { margin: 0.33333333333333em !important; }
	.Margin-md-5x12em { margin: 0.41666666666667em !important; }
	.Margin-md-6x12em { margin: 0.5em !important; }
	.Margin-md-7x12em { margin: 0.58333333333333em !important; }
	.Margin-md-8x12em { margin: 0.66666666666667em !important; }
	.Margin-md-9x12em { margin: 0.75em !important; }
	.Margin-md-10x12em { margin: 0.83333333333333em !important; }
	.Margin-md-11x12em { margin: 0.91666666666667em !important; }
	.Margin-md-12x12em { margin: 1em !important; }
	.Margin-md-13x12em { margin: 1.0833333333333em !important; }
	.Margin-md-14x12em { margin: 1.1666666666667em !important; }
	.Margin-md-15x12em { margin: 1.25em !important; }
	.Margin-md-16x12em { margin: 1.3333333333333em !important; }
	.Margin-md-17x12em { margin: 1.4166666666667em !important; }
	.Margin-md-18x12em { margin: 1.5em !important; }
	.Margin-md-horizontal-0x12em { margin-left: 0em !important; margin-right: 0em !important; }
	.Margin-md-horizontal-1x12em { margin-left: 0.083333333333333em !important; margin-right: 0.083333333333333em !important; }
	.Margin-md-horizontal-2x12em { margin-left: 0.16666666666667em !important; margin-right: 0.16666666666667em !important; }
	.Margin-md-horizontal-3x12em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
	.Margin-md-horizontal-4x12em { margin-left: 0.33333333333333em !important; margin-right: 0.33333333333333em !important; }
	.Margin-md-horizontal-5x12em { margin-left: 0.41666666666667em !important; margin-right: 0.41666666666667em !important; }
	.Margin-md-horizontal-6x12em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
	.Margin-md-horizontal-7x12em { margin-left: 0.58333333333333em !important; margin-right: 0.58333333333333em !important; }
	.Margin-md-horizontal-8x12em { margin-left: 0.66666666666667em !important; margin-right: 0.66666666666667em !important; }
	.Margin-md-horizontal-9x12em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
	.Margin-md-horizontal-10x12em { margin-left: 0.83333333333333em !important; margin-right: 0.83333333333333em !important; }
	.Margin-md-horizontal-11x12em { margin-left: 0.91666666666667em !important; margin-right: 0.91666666666667em !important; }
	.Margin-md-horizontal-12x12em { margin-left: 1em !important; margin-right: 1em !important; }
	.Margin-md-horizontal-13x12em { margin-left: 1.0833333333333em !important; margin-right: 1.0833333333333em !important; }
	.Margin-md-horizontal-14x12em { margin-left: 1.1666666666667em !important; margin-right: 1.1666666666667em !important; }
	.Margin-md-horizontal-15x12em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
	.Margin-md-horizontal-16x12em { margin-left: 1.3333333333333em !important; margin-right: 1.3333333333333em !important; }
	.Margin-md-horizontal-17x12em { margin-left: 1.4166666666667em !important; margin-right: 1.4166666666667em !important; }
	.Margin-md-horizontal-18x12em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
	.Margin-md-vertical-0x12em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-md-vertical-1x12em { margin-top: 0.083333333333333em !important; margin-bottom: 0.083333333333333em !important; }
	.Margin-md-vertical-2x12em { margin-top: 0.16666666666667em !important; margin-bottom: 0.16666666666667em !important; }
	.Margin-md-vertical-3x12em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
	.Margin-md-vertical-4x12em { margin-top: 0.33333333333333em !important; margin-bottom: 0.33333333333333em !important; }
	.Margin-md-vertical-5x12em { margin-top: 0.41666666666667em !important; margin-bottom: 0.41666666666667em !important; }
	.Margin-md-vertical-6x12em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
	.Margin-md-vertical-7x12em { margin-top: 0.58333333333333em !important; margin-bottom: 0.58333333333333em !important; }
	.Margin-md-vertical-8x12em { margin-top: 0.66666666666667em !important; margin-bottom: 0.66666666666667em !important; }
	.Margin-md-vertical-9x12em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
	.Margin-md-vertical-10x12em { margin-top: 0.83333333333333em !important; margin-bottom: 0.83333333333333em !important; }
	.Margin-md-vertical-11x12em { margin-top: 0.91666666666667em !important; margin-bottom: 0.91666666666667em !important; }
	.Margin-md-vertical-12x12em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-md-vertical-13x12em { margin-top: 1.0833333333333em !important; margin-bottom: 1.0833333333333em !important; }
	.Margin-md-vertical-14x12em { margin-top: 1.1666666666667em !important; margin-bottom: 1.1666666666667em !important; }
	.Margin-md-vertical-15x12em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
	.Margin-md-vertical-16x12em { margin-top: 1.3333333333333em !important; margin-bottom: 1.3333333333333em !important; }
	.Margin-md-vertical-17x12em { margin-top: 1.4166666666667em !important; margin-bottom: 1.4166666666667em !important; }
	.Margin-md-vertical-18x12em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
	.Margin-md-top-0x12em { margin-top: 0em !important; }
	.Margin-md-top-1x12em { margin-top: 0.083333333333333em !important; }
	.Margin-md-top-2x12em { margin-top: 0.16666666666667em !important; }
	.Margin-md-top-3x12em { margin-top: 0.25em !important; }
	.Margin-md-top-4x12em { margin-top: 0.33333333333333em !important; }
	.Margin-md-top-5x12em { margin-top: 0.41666666666667em !important; }
	.Margin-md-top-6x12em { margin-top: 0.5em !important; }
	.Margin-md-top-7x12em { margin-top: 0.58333333333333em !important; }
	.Margin-md-top-8x12em { margin-top: 0.66666666666667em !important; }
	.Margin-md-top-9x12em { margin-top: 0.75em !important; }
	.Margin-md-top-10x12em { margin-top: 0.83333333333333em !important; }
	.Margin-md-top-11x12em { margin-top: 0.91666666666667em !important; }
	.Margin-md-top-12x12em { margin-top: 1em !important; }
	.Margin-md-top-13x12em { margin-top: 1.0833333333333em !important; }
	.Margin-md-top-14x12em { margin-top: 1.1666666666667em !important; }
	.Margin-md-top-15x12em { margin-top: 1.25em !important; }
	.Margin-md-top-16x12em { margin-top: 1.3333333333333em !important; }
	.Margin-md-top-17x12em { margin-top: 1.4166666666667em !important; }
	.Margin-md-top-18x12em { margin-top: 1.5em !important; }
	.Margin-md-right-0x12em { margin-right: 0em !important; }
	.Margin-md-right-1x12em { margin-right: 0.083333333333333em !important; }
	.Margin-md-right-2x12em { margin-right: 0.16666666666667em !important; }
	.Margin-md-right-3x12em { margin-right: 0.25em !important; }
	.Margin-md-right-4x12em { margin-right: 0.33333333333333em !important; }
	.Margin-md-right-5x12em { margin-right: 0.41666666666667em !important; }
	.Margin-md-right-6x12em { margin-right: 0.5em !important; }
	.Margin-md-right-7x12em { margin-right: 0.58333333333333em !important; }
	.Margin-md-right-8x12em { margin-right: 0.66666666666667em !important; }
	.Margin-md-right-9x12em { margin-right: 0.75em !important; }
	.Margin-md-right-10x12em { margin-right: 0.83333333333333em !important; }
	.Margin-md-right-11x12em { margin-right: 0.91666666666667em !important; }
	.Margin-md-right-12x12em { margin-right: 1em !important; }
	.Margin-md-right-13x12em { margin-right: 1.0833333333333em !important; }
	.Margin-md-right-14x12em { margin-right: 1.1666666666667em !important; }
	.Margin-md-right-15x12em { margin-right: 1.25em !important; }
	.Margin-md-right-16x12em { margin-right: 1.3333333333333em !important; }
	.Margin-md-right-17x12em { margin-right: 1.4166666666667em !important; }
	.Margin-md-right-18x12em { margin-right: 1.5em !important; }
	.Margin-md-bottom-0x12em { margin-bottom: 0em !important; }
	.Margin-md-bottom-1x12em { margin-bottom: 0.083333333333333em !important; }
	.Margin-md-bottom-2x12em { margin-bottom: 0.16666666666667em !important; }
	.Margin-md-bottom-3x12em { margin-bottom: 0.25em !important; }
	.Margin-md-bottom-4x12em { margin-bottom: 0.33333333333333em !important; }
	.Margin-md-bottom-5x12em { margin-bottom: 0.41666666666667em !important; }
	.Margin-md-bottom-6x12em { margin-bottom: 0.5em !important; }
	.Margin-md-bottom-7x12em { margin-bottom: 0.58333333333333em !important; }
	.Margin-md-bottom-8x12em { margin-bottom: 0.66666666666667em !important; }
	.Margin-md-bottom-9x12em { margin-bottom: 0.75em !important; }
	.Margin-md-bottom-10x12em { margin-bottom: 0.83333333333333em !important; }
	.Margin-md-bottom-11x12em { margin-bottom: 0.91666666666667em !important; }
	.Margin-md-bottom-12x12em { margin-bottom: 1em !important; }
	.Margin-md-bottom-13x12em { margin-bottom: 1.0833333333333em !important; }
	.Margin-md-bottom-14x12em { margin-bottom: 1.1666666666667em !important; }
	.Margin-md-bottom-15x12em { margin-bottom: 1.25em !important; }
	.Margin-md-bottom-16x12em { margin-bottom: 1.3333333333333em !important; }
	.Margin-md-bottom-17x12em { margin-bottom: 1.4166666666667em !important; }
	.Margin-md-bottom-18x12em { margin-bottom: 1.5em !important; }
	.Margin-md-left-0x12em { margin-left: 0em !important; }
	.Margin-md-left-1x12em { margin-left: 0.083333333333333em !important; }
	.Margin-md-left-2x12em { margin-left: 0.16666666666667em !important; }
	.Margin-md-left-3x12em { margin-left: 0.25em !important; }
	.Margin-md-left-4x12em { margin-left: 0.33333333333333em !important; }
	.Margin-md-left-5x12em { margin-left: 0.41666666666667em !important; }
	.Margin-md-left-6x12em { margin-left: 0.5em !important; }
	.Margin-md-left-7x12em { margin-left: 0.58333333333333em !important; }
	.Margin-md-left-8x12em { margin-left: 0.66666666666667em !important; }
	.Margin-md-left-9x12em { margin-left: 0.75em !important; }
	.Margin-md-left-10x12em { margin-left: 0.83333333333333em !important; }
	.Margin-md-left-11x12em { margin-left: 0.91666666666667em !important; }
	.Margin-md-left-12x12em { margin-left: 1em !important; }
	.Margin-md-left-13x12em { margin-left: 1.0833333333333em !important; }
	.Margin-md-left-14x12em { margin-left: 1.1666666666667em !important; }
	.Margin-md-left-15x12em { margin-left: 1.25em !important; }
	.Margin-md-left-16x12em { margin-left: 1.3333333333333em !important; }
	.Margin-md-left-17x12em { margin-left: 1.4166666666667em !important; }
	.Margin-md-left-18x12em { margin-left: 1.5em !important; }
	.Margin-md-0x16em { margin: 0em !important; }
	.Margin-md-1x16em { margin: 0.0625em !important; }
	.Margin-md-2x16em { margin: 0.125em !important; }
	.Margin-md-3x16em { margin: 0.1875em !important; }
	.Margin-md-4x16em { margin: 0.25em !important; }
	.Margin-md-5x16em { margin: 0.3125em !important; }
	.Margin-md-6x16em { margin: 0.375em !important; }
	.Margin-md-7x16em { margin: 0.4375em !important; }
	.Margin-md-8x16em { margin: 0.5em !important; }
	.Margin-md-9x16em { margin: 0.5625em !important; }
	.Margin-md-10x16em { margin: 0.625em !important; }
	.Margin-md-11x16em { margin: 0.6875em !important; }
	.Margin-md-12x16em { margin: 0.75em !important; }
	.Margin-md-13x16em { margin: 0.8125em !important; }
	.Margin-md-14x16em { margin: 0.875em !important; }
	.Margin-md-15x16em { margin: 0.9375em !important; }
	.Margin-md-16x16em { margin: 1em !important; }
	.Margin-md-17x16em { margin: 1.0625em !important; }
	.Margin-md-18x16em { margin: 1.125em !important; }
	.Margin-md-19x16em { margin: 1.1875em !important; }
	.Margin-md-20x16em { margin: 1.25em !important; }
	.Margin-md-21x16em { margin: 1.3125em !important; }
	.Margin-md-22x16em { margin: 1.375em !important; }
	.Margin-md-23x16em { margin: 1.4375em !important; }
	.Margin-md-24x16em { margin: 1.5em !important; }
	.Margin-md-horizontal-0x16em { margin-left: 0em !important; margin-right: 0em !important; }
	.Margin-md-horizontal-1x16em { margin-left: 0.0625em !important; margin-right: 0.0625em !important; }
	.Margin-md-horizontal-2x16em { margin-left: 0.125em !important; margin-right: 0.125em !important; }
	.Margin-md-horizontal-3x16em { margin-left: 0.1875em !important; margin-right: 0.1875em !important; }
	.Margin-md-horizontal-4x16em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
	.Margin-md-horizontal-5x16em { margin-left: 0.3125em !important; margin-right: 0.3125em !important; }
	.Margin-md-horizontal-6x16em { margin-left: 0.375em !important; margin-right: 0.375em !important; }
	.Margin-md-horizontal-7x16em { margin-left: 0.4375em !important; margin-right: 0.4375em !important; }
	.Margin-md-horizontal-8x16em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
	.Margin-md-horizontal-9x16em { margin-left: 0.5625em !important; margin-right: 0.5625em !important; }
	.Margin-md-horizontal-10x16em { margin-left: 0.625em !important; margin-right: 0.625em !important; }
	.Margin-md-horizontal-11x16em { margin-left: 0.6875em !important; margin-right: 0.6875em !important; }
	.Margin-md-horizontal-12x16em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
	.Margin-md-horizontal-13x16em { margin-left: 0.8125em !important; margin-right: 0.8125em !important; }
	.Margin-md-horizontal-14x16em { margin-left: 0.875em !important; margin-right: 0.875em !important; }
	.Margin-md-horizontal-15x16em { margin-left: 0.9375em !important; margin-right: 0.9375em !important; }
	.Margin-md-horizontal-16x16em { margin-left: 1em !important; margin-right: 1em !important; }
	.Margin-md-horizontal-17x16em { margin-left: 1.0625em !important; margin-right: 1.0625em !important; }
	.Margin-md-horizontal-18x16em { margin-left: 1.125em !important; margin-right: 1.125em !important; }
	.Margin-md-horizontal-19x16em { margin-left: 1.1875em !important; margin-right: 1.1875em !important; }
	.Margin-md-horizontal-20x16em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
	.Margin-md-horizontal-21x16em { margin-left: 1.3125em !important; margin-right: 1.3125em !important; }
	.Margin-md-horizontal-22x16em { margin-left: 1.375em !important; margin-right: 1.375em !important; }
	.Margin-md-horizontal-23x16em { margin-left: 1.4375em !important; margin-right: 1.4375em !important; }
	.Margin-md-horizontal-24x16em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
	.Margin-md-vertical-0x16em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-md-vertical-1x16em { margin-top: 0.0625em !important; margin-bottom: 0.0625em !important; }
	.Margin-md-vertical-2x16em { margin-top: 0.125em !important; margin-bottom: 0.125em !important; }
	.Margin-md-vertical-3x16em { margin-top: 0.1875em !important; margin-bottom: 0.1875em !important; }
	.Margin-md-vertical-4x16em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
	.Margin-md-vertical-5x16em { margin-top: 0.3125em !important; margin-bottom: 0.3125em !important; }
	.Margin-md-vertical-6x16em { margin-top: 0.375em !important; margin-bottom: 0.375em !important; }
	.Margin-md-vertical-7x16em { margin-top: 0.4375em !important; margin-bottom: 0.4375em !important; }
	.Margin-md-vertical-8x16em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
	.Margin-md-vertical-9x16em { margin-top: 0.5625em !important; margin-bottom: 0.5625em !important; }
	.Margin-md-vertical-10x16em { margin-top: 0.625em !important; margin-bottom: 0.625em !important; }
	.Margin-md-vertical-11x16em { margin-top: 0.6875em !important; margin-bottom: 0.6875em !important; }
	.Margin-md-vertical-12x16em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
	.Margin-md-vertical-13x16em { margin-top: 0.8125em !important; margin-bottom: 0.8125em !important; }
	.Margin-md-vertical-14x16em { margin-top: 0.875em !important; margin-bottom: 0.875em !important; }
	.Margin-md-vertical-15x16em { margin-top: 0.9375em !important; margin-bottom: 0.9375em !important; }
	.Margin-md-vertical-16x16em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-md-vertical-17x16em { margin-top: 1.0625em !important; margin-bottom: 1.0625em !important; }
	.Margin-md-vertical-18x16em { margin-top: 1.125em !important; margin-bottom: 1.125em !important; }
	.Margin-md-vertical-19x16em { margin-top: 1.1875em !important; margin-bottom: 1.1875em !important; }
	.Margin-md-vertical-20x16em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
	.Margin-md-vertical-21x16em { margin-top: 1.3125em !important; margin-bottom: 1.3125em !important; }
	.Margin-md-vertical-22x16em { margin-top: 1.375em !important; margin-bottom: 1.375em !important; }
	.Margin-md-vertical-23x16em { margin-top: 1.4375em !important; margin-bottom: 1.4375em !important; }
	.Margin-md-vertical-24x16em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
	.Margin-md-top-0x16em { margin-top: 0em !important; }
	.Margin-md-top-1x16em { margin-top: 0.0625em !important; }
	.Margin-md-top-2x16em { margin-top: 0.125em !important; }
	.Margin-md-top-3x16em { margin-top: 0.1875em !important; }
	.Margin-md-top-4x16em { margin-top: 0.25em !important; }
	.Margin-md-top-5x16em { margin-top: 0.3125em !important; }
	.Margin-md-top-6x16em { margin-top: 0.375em !important; }
	.Margin-md-top-7x16em { margin-top: 0.4375em !important; }
	.Margin-md-top-8x16em { margin-top: 0.5em !important; }
	.Margin-md-top-9x16em { margin-top: 0.5625em !important; }
	.Margin-md-top-10x16em { margin-top: 0.625em !important; }
	.Margin-md-top-11x16em { margin-top: 0.6875em !important; }
	.Margin-md-top-12x16em { margin-top: 0.75em !important; }
	.Margin-md-top-13x16em { margin-top: 0.8125em !important; }
	.Margin-md-top-14x16em { margin-top: 0.875em !important; }
	.Margin-md-top-15x16em { margin-top: 0.9375em !important; }
	.Margin-md-top-16x16em { margin-top: 1em !important; }
	.Margin-md-top-17x16em { margin-top: 1.0625em !important; }
	.Margin-md-top-18x16em { margin-top: 1.125em !important; }
	.Margin-md-top-19x16em { margin-top: 1.1875em !important; }
	.Margin-md-top-20x16em { margin-top: 1.25em !important; }
	.Margin-md-top-21x16em { margin-top: 1.3125em !important; }
	.Margin-md-top-22x16em { margin-top: 1.375em !important; }
	.Margin-md-top-23x16em { margin-top: 1.4375em !important; }
	.Margin-md-top-24x16em { margin-top: 1.5em !important; }
	.Margin-md-right-0x16em { margin-right: 0em !important; }
	.Margin-md-right-1x16em { margin-right: 0.0625em !important; }
	.Margin-md-right-2x16em { margin-right: 0.125em !important; }
	.Margin-md-right-3x16em { margin-right: 0.1875em !important; }
	.Margin-md-right-4x16em { margin-right: 0.25em !important; }
	.Margin-md-right-5x16em { margin-right: 0.3125em !important; }
	.Margin-md-right-6x16em { margin-right: 0.375em !important; }
	.Margin-md-right-7x16em { margin-right: 0.4375em !important; }
	.Margin-md-right-8x16em { margin-right: 0.5em !important; }
	.Margin-md-right-9x16em { margin-right: 0.5625em !important; }
	.Margin-md-right-10x16em { margin-right: 0.625em !important; }
	.Margin-md-right-11x16em { margin-right: 0.6875em !important; }
	.Margin-md-right-12x16em { margin-right: 0.75em !important; }
	.Margin-md-right-13x16em { margin-right: 0.8125em !important; }
	.Margin-md-right-14x16em { margin-right: 0.875em !important; }
	.Margin-md-right-15x16em { margin-right: 0.9375em !important; }
	.Margin-md-right-16x16em { margin-right: 1em !important; }
	.Margin-md-right-17x16em { margin-right: 1.0625em !important; }
	.Margin-md-right-18x16em { margin-right: 1.125em !important; }
	.Margin-md-right-19x16em { margin-right: 1.1875em !important; }
	.Margin-md-right-20x16em { margin-right: 1.25em !important; }
	.Margin-md-right-21x16em { margin-right: 1.3125em !important; }
	.Margin-md-right-22x16em { margin-right: 1.375em !important; }
	.Margin-md-right-23x16em { margin-right: 1.4375em !important; }
	.Margin-md-right-24x16em { margin-right: 1.5em !important; }
	.Margin-md-bottom-0x16em { margin-bottom: 0em !important; }
	.Margin-md-bottom-1x16em { margin-bottom: 0.0625em !important; }
	.Margin-md-bottom-2x16em { margin-bottom: 0.125em !important; }
	.Margin-md-bottom-3x16em { margin-bottom: 0.1875em !important; }
	.Margin-md-bottom-4x16em { margin-bottom: 0.25em !important; }
	.Margin-md-bottom-5x16em { margin-bottom: 0.3125em !important; }
	.Margin-md-bottom-6x16em { margin-bottom: 0.375em !important; }
	.Margin-md-bottom-7x16em { margin-bottom: 0.4375em !important; }
	.Margin-md-bottom-8x16em { margin-bottom: 0.5em !important; }
	.Margin-md-bottom-9x16em { margin-bottom: 0.5625em !important; }
	.Margin-md-bottom-10x16em { margin-bottom: 0.625em !important; }
	.Margin-md-bottom-11x16em { margin-bottom: 0.6875em !important; }
	.Margin-md-bottom-12x16em { margin-bottom: 0.75em !important; }
	.Margin-md-bottom-13x16em { margin-bottom: 0.8125em !important; }
	.Margin-md-bottom-14x16em { margin-bottom: 0.875em !important; }
	.Margin-md-bottom-15x16em { margin-bottom: 0.9375em !important; }
	.Margin-md-bottom-16x16em { margin-bottom: 1em !important; }
	.Margin-md-bottom-17x16em { margin-bottom: 1.0625em !important; }
	.Margin-md-bottom-18x16em { margin-bottom: 1.125em !important; }
	.Margin-md-bottom-19x16em { margin-bottom: 1.1875em !important; }
	.Margin-md-bottom-20x16em { margin-bottom: 1.25em !important; }
	.Margin-md-bottom-21x16em { margin-bottom: 1.3125em !important; }
	.Margin-md-bottom-22x16em { margin-bottom: 1.375em !important; }
	.Margin-md-bottom-23x16em { margin-bottom: 1.4375em !important; }
	.Margin-md-bottom-24x16em { margin-bottom: 1.5em !important; }
	.Margin-md-left-0x16em { margin-left: 0em !important; }
	.Margin-md-left-1x16em { margin-left: 0.0625em !important; }
	.Margin-md-left-2x16em { margin-left: 0.125em !important; }
	.Margin-md-left-3x16em { margin-left: 0.1875em !important; }
	.Margin-md-left-4x16em { margin-left: 0.25em !important; }
	.Margin-md-left-5x16em { margin-left: 0.3125em !important; }
	.Margin-md-left-6x16em { margin-left: 0.375em !important; }
	.Margin-md-left-7x16em { margin-left: 0.4375em !important; }
	.Margin-md-left-8x16em { margin-left: 0.5em !important; }
	.Margin-md-left-9x16em { margin-left: 0.5625em !important; }
	.Margin-md-left-10x16em { margin-left: 0.625em !important; }
	.Margin-md-left-11x16em { margin-left: 0.6875em !important; }
	.Margin-md-left-12x16em { margin-left: 0.75em !important; }
	.Margin-md-left-13x16em { margin-left: 0.8125em !important; }
	.Margin-md-left-14x16em { margin-left: 0.875em !important; }
	.Margin-md-left-15x16em { margin-left: 0.9375em !important; }
	.Margin-md-left-16x16em { margin-left: 1em !important; }
	.Margin-md-left-17x16em { margin-left: 1.0625em !important; }
	.Margin-md-left-18x16em { margin-left: 1.125em !important; }
	.Margin-md-left-19x16em { margin-left: 1.1875em !important; }
	.Margin-md-left-20x16em { margin-left: 1.25em !important; }
	.Margin-md-left-21x16em { margin-left: 1.3125em !important; }
	.Margin-md-left-22x16em { margin-left: 1.375em !important; }
	.Margin-md-left-23x16em { margin-left: 1.4375em !important; }
	.Margin-md-left-24x16em { margin-left: 1.5em !important; }
}


@media( min-width: 1024px ) {
	.Margin-lg-auto { margin: auto !important; }
	.Margin-lg-0 { margin: 0 !important; }
	.Margin-lg-0em { margin: 0em !important; }
	.Margin-lg-1em { margin: 1em !important; }
	.Margin-lg-2em { margin: 2em !important; }
	.Margin-lg-3em { margin: 3em !important; }
	.Margin-lg-4em { margin: 4em !important; }
	.Margin-lg-5em { margin: 5em !important; }
	.Margin-lg-6em { margin: 6em !important; }
	.Margin-lg-7em { margin: 7em !important; }
	.Margin-lg-8em { margin: 8em !important; }
	.Margin-lg-9em { margin: 9em !important; }
	.Margin-lg-10em { margin: 10em !important; }
	.Margin-lg-11em { margin: 11em !important; }
	.Margin-lg-12em { margin: 12em !important; }
	.Margin-lg-13em { margin: 13em !important; }
	.Margin-lg-14em { margin: 14em !important; }
	.Margin-lg-15em { margin: 15em !important; }
	.Margin-lg-16em { margin: 16em !important; }
	.Margin-lg-vertical-auto { margin-top: auto   !important; margin-bottom: auto   !important; }
	.Margin-lg-vertical-0 { margin-top: 0   !important; margin-bottom: 0   !important; }
	.Margin-lg-vertical-0em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-lg-vertical-1em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-lg-vertical-2em { margin-top: 2em !important; margin-bottom: 2em !important; }
	.Margin-lg-vertical-3em { margin-top: 3em !important; margin-bottom: 3em !important; }
	.Margin-lg-vertical-4em { margin-top: 4em !important; margin-bottom: 4em !important; }
	.Margin-lg-vertical-5em { margin-top: 5em !important; margin-bottom: 5em !important; }
	.Margin-lg-vertical-6em { margin-top: 6em !important; margin-bottom: 6em !important; }
	.Margin-lg-vertical-7em { margin-top: 7em !important; margin-bottom: 7em !important; }
	.Margin-lg-vertical-8em { margin-top: 8em !important; margin-bottom: 8em !important; }
	.Margin-lg-vertical-9em { margin-top: 9em !important; margin-bottom: 9em !important; }
	.Margin-lg-vertical-10em { margin-top: 10em !important; margin-bottom: 10em !important; }
	.Margin-lg-vertical-11em { margin-top: 11em !important; margin-bottom: 11em !important; }
	.Margin-lg-vertical-12em { margin-top: 12em !important; margin-bottom: 12em !important; }
	.Margin-lg-vertical-13em { margin-top: 13em !important; margin-bottom: 13em !important; }
	.Margin-lg-vertical-14em { margin-top: 14em !important; margin-bottom: 14em !important; }
	.Margin-lg-vertical-15em { margin-top: 15em !important; margin-bottom: 15em !important; }
	.Margin-lg-vertical-16em { margin-top: 16em !important; margin-bottom: 16em !important; }
	.Margin-lg-horizontal-auto   { margin-right:  auto   !important; margin-left:   auto   !important; }
	.Margin-lg-horizontal-0   { margin-right:  0   !important; margin-left:   0   !important; }
	.Margin-lg-horizontal-0em { margin-right:  0em !important; margin-left:   0em !important; }
	.Margin-lg-horizontal-1em { margin-right:  1em !important; margin-left:   1em !important; }
	.Margin-lg-horizontal-2em { margin-right:  2em !important; margin-left:   2em !important; }
	.Margin-lg-horizontal-3em { margin-right:  3em !important; margin-left:   3em !important; }
	.Margin-lg-horizontal-4em { margin-right:  4em !important; margin-left:   4em !important; }
	.Margin-lg-horizontal-5em { margin-right:  5em !important; margin-left:   5em !important; }
	.Margin-lg-horizontal-6em { margin-right:  6em !important; margin-left:   6em !important; }
	.Margin-lg-horizontal-7em { margin-right:  7em !important; margin-left:   7em !important; }
	.Margin-lg-horizontal-8em { margin-right:  8em !important; margin-left:   8em !important; }
	.Margin-lg-horizontal-9em { margin-right:  9em !important; margin-left:   9em !important; }
	.Margin-lg-horizontal-10em { margin-right:  10em !important; margin-left:   10em !important; }
	.Margin-lg-horizontal-11em { margin-right:  11em !important; margin-left:   11em !important; }
	.Margin-lg-horizontal-12em { margin-right:  12em !important; margin-left:   12em !important; }
	.Margin-lg-horizontal-13em { margin-right:  13em !important; margin-left:   13em !important; }
	.Margin-lg-horizontal-14em { margin-right:  14em !important; margin-left:   14em !important; }
	.Margin-lg-horizontal-15em { margin-right:  15em !important; margin-left:   15em !important; }
	.Margin-lg-horizontal-16em { margin-right:  16em !important; margin-left:   16em !important; }
	.Margin-lg-top-auto   { margin-top: auto   !important; }
	.Margin-lg-top-0   { margin-top: 0   !important; }
	.Margin-lg-top-0em { margin-top: 0em !important; }
	.Margin-lg-top-1em { margin-top: 1em !important; }
	.Margin-lg-top-2em { margin-top: 2em !important; }
	.Margin-lg-top-3em { margin-top: 3em !important; }
	.Margin-lg-top-4em { margin-top: 4em !important; }
	.Margin-lg-top-5em { margin-top: 5em !important; }
	.Margin-lg-top-6em { margin-top: 6em !important; }
	.Margin-lg-top-7em { margin-top: 7em !important; }
	.Margin-lg-top-8em { margin-top: 8em !important; }
	.Margin-lg-top-9em { margin-top: 9em !important; }
	.Margin-lg-top-10em { margin-top: 10em !important; }
	.Margin-lg-top-11em { margin-top: 11em !important; }
	.Margin-lg-top-12em { margin-top: 12em !important; }
	.Margin-lg-top-13em { margin-top: 13em !important; }
	.Margin-lg-top-14em { margin-top: 14em !important; }
	.Margin-lg-top-15em { margin-top: 15em !important; }
	.Margin-lg-top-16em { margin-top: 16em !important; }
	.Margin-lg-right-auto   { margin-right: auto   !important; }
	.Margin-lg-right-0   { margin-right: 0   !important; }
	.Margin-lg-right-0em { margin-right: 0em !important; }
	.Margin-lg-right-1em { margin-right: 1em !important; }
	.Margin-lg-right-2em { margin-right: 2em !important; }
	.Margin-lg-right-3em { margin-right: 3em !important; }
	.Margin-lg-right-4em { margin-right: 4em !important; }
	.Margin-lg-right-5em { margin-right: 5em !important; }
	.Margin-lg-right-6em { margin-right: 6em !important; }
	.Margin-lg-right-7em { margin-right: 7em !important; }
	.Margin-lg-right-8em { margin-right: 8em !important; }
	.Margin-lg-right-9em { margin-right: 9em !important; }
	.Margin-lg-right-10em { margin-right: 10em !important; }
	.Margin-lg-right-11em { margin-right: 11em !important; }
	.Margin-lg-right-12em { margin-right: 12em !important; }
	.Margin-lg-right-13em { margin-right: 13em !important; }
	.Margin-lg-right-14em { margin-right: 14em !important; }
	.Margin-lg-right-15em { margin-right: 15em !important; }
	.Margin-lg-right-16em { margin-right: 16em !important; }
	.Margin-lg-bottom-auto   { margin-bottom: auto   !important; }
	.Margin-lg-bottom-0   { margin-bottom: 0   !important; }
	.Margin-lg-bottom-0em { margin-bottom: 0em !important; }
	.Margin-lg-bottom-1em { margin-bottom: 1em !important; }
	.Margin-lg-bottom-2em { margin-bottom: 2em !important; }
	.Margin-lg-bottom-3em { margin-bottom: 3em !important; }
	.Margin-lg-bottom-4em { margin-bottom: 4em !important; }
	.Margin-lg-bottom-5em { margin-bottom: 5em !important; }
	.Margin-lg-bottom-6em { margin-bottom: 6em !important; }
	.Margin-lg-bottom-7em { margin-bottom: 7em !important; }
	.Margin-lg-bottom-8em { margin-bottom: 8em !important; }
	.Margin-lg-bottom-9em { margin-bottom: 9em !important; }
	.Margin-lg-bottom-10em { margin-bottom: 10em !important; }
	.Margin-lg-bottom-11em { margin-bottom: 11em !important; }
	.Margin-lg-bottom-12em { margin-bottom: 12em !important; }
	.Margin-lg-bottom-13em { margin-bottom: 13em !important; }
	.Margin-lg-bottom-14em { margin-bottom: 14em !important; }
	.Margin-lg-bottom-15em { margin-bottom: 15em !important; }
	.Margin-lg-bottom-16em { margin-bottom: 16em !important; }
	.Margin-lg-left-auto   { margin-left: auto   !important; }
	.Margin-lg-left-0   { margin-left: 0   !important; }
	.Margin-lg-left-0em { margin-left: 0em !important; }
	.Margin-lg-left-1em { margin-left: 1em !important; }
	.Margin-lg-left-2em { margin-left: 2em !important; }
	.Margin-lg-left-3em { margin-left: 3em !important; }
	.Margin-lg-left-4em { margin-left: 4em !important; }
	.Margin-lg-left-5em { margin-left: 5em !important; }
	.Margin-lg-left-6em { margin-left: 6em !important; }
	.Margin-lg-left-7em { margin-left: 7em !important; }
	.Margin-lg-left-8em { margin-left: 8em !important; }
	.Margin-lg-left-9em { margin-left: 9em !important; }
	.Margin-lg-left-10em { margin-left: 10em !important; }
	.Margin-lg-left-11em { margin-left: 11em !important; }
	.Margin-lg-left-12em { margin-left: 12em !important; }
	.Margin-lg-left-13em { margin-left: 13em !important; }
	.Margin-lg-left-14em { margin-left: 14em !important; }
	.Margin-lg-left-15em { margin-left: 15em !important; }
	.Margin-lg-left-16em { margin-left: 16em !important; }
	.Margin-lg-0x12em { margin: 0em !important; }
	.Margin-lg-1x12em { margin: 0.083333333333333em !important; }
	.Margin-lg-2x12em { margin: 0.16666666666667em !important; }
	.Margin-lg-3x12em { margin: 0.25em !important; }
	.Margin-lg-4x12em { margin: 0.33333333333333em !important; }
	.Margin-lg-5x12em { margin: 0.41666666666667em !important; }
	.Margin-lg-6x12em { margin: 0.5em !important; }
	.Margin-lg-7x12em { margin: 0.58333333333333em !important; }
	.Margin-lg-8x12em { margin: 0.66666666666667em !important; }
	.Margin-lg-9x12em { margin: 0.75em !important; }
	.Margin-lg-10x12em { margin: 0.83333333333333em !important; }
	.Margin-lg-11x12em { margin: 0.91666666666667em !important; }
	.Margin-lg-12x12em { margin: 1em !important; }
	.Margin-lg-13x12em { margin: 1.0833333333333em !important; }
	.Margin-lg-14x12em { margin: 1.1666666666667em !important; }
	.Margin-lg-15x12em { margin: 1.25em !important; }
	.Margin-lg-16x12em { margin: 1.3333333333333em !important; }
	.Margin-lg-17x12em { margin: 1.4166666666667em !important; }
	.Margin-lg-18x12em { margin: 1.5em !important; }
	.Margin-lg-horizontal-0x12em { margin-left: 0em !important; margin-right: 0em !important; }
	.Margin-lg-horizontal-1x12em { margin-left: 0.083333333333333em !important; margin-right: 0.083333333333333em !important; }
	.Margin-lg-horizontal-2x12em { margin-left: 0.16666666666667em !important; margin-right: 0.16666666666667em !important; }
	.Margin-lg-horizontal-3x12em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
	.Margin-lg-horizontal-4x12em { margin-left: 0.33333333333333em !important; margin-right: 0.33333333333333em !important; }
	.Margin-lg-horizontal-5x12em { margin-left: 0.41666666666667em !important; margin-right: 0.41666666666667em !important; }
	.Margin-lg-horizontal-6x12em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
	.Margin-lg-horizontal-7x12em { margin-left: 0.58333333333333em !important; margin-right: 0.58333333333333em !important; }
	.Margin-lg-horizontal-8x12em { margin-left: 0.66666666666667em !important; margin-right: 0.66666666666667em !important; }
	.Margin-lg-horizontal-9x12em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
	.Margin-lg-horizontal-10x12em { margin-left: 0.83333333333333em !important; margin-right: 0.83333333333333em !important; }
	.Margin-lg-horizontal-11x12em { margin-left: 0.91666666666667em !important; margin-right: 0.91666666666667em !important; }
	.Margin-lg-horizontal-12x12em { margin-left: 1em !important; margin-right: 1em !important; }
	.Margin-lg-horizontal-13x12em { margin-left: 1.0833333333333em !important; margin-right: 1.0833333333333em !important; }
	.Margin-lg-horizontal-14x12em { margin-left: 1.1666666666667em !important; margin-right: 1.1666666666667em !important; }
	.Margin-lg-horizontal-15x12em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
	.Margin-lg-horizontal-16x12em { margin-left: 1.3333333333333em !important; margin-right: 1.3333333333333em !important; }
	.Margin-lg-horizontal-17x12em { margin-left: 1.4166666666667em !important; margin-right: 1.4166666666667em !important; }
	.Margin-lg-horizontal-18x12em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
	.Margin-lg-vertical-0x12em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-lg-vertical-1x12em { margin-top: 0.083333333333333em !important; margin-bottom: 0.083333333333333em !important; }
	.Margin-lg-vertical-2x12em { margin-top: 0.16666666666667em !important; margin-bottom: 0.16666666666667em !important; }
	.Margin-lg-vertical-3x12em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
	.Margin-lg-vertical-4x12em { margin-top: 0.33333333333333em !important; margin-bottom: 0.33333333333333em !important; }
	.Margin-lg-vertical-5x12em { margin-top: 0.41666666666667em !important; margin-bottom: 0.41666666666667em !important; }
	.Margin-lg-vertical-6x12em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
	.Margin-lg-vertical-7x12em { margin-top: 0.58333333333333em !important; margin-bottom: 0.58333333333333em !important; }
	.Margin-lg-vertical-8x12em { margin-top: 0.66666666666667em !important; margin-bottom: 0.66666666666667em !important; }
	.Margin-lg-vertical-9x12em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
	.Margin-lg-vertical-10x12em { margin-top: 0.83333333333333em !important; margin-bottom: 0.83333333333333em !important; }
	.Margin-lg-vertical-11x12em { margin-top: 0.91666666666667em !important; margin-bottom: 0.91666666666667em !important; }
	.Margin-lg-vertical-12x12em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-lg-vertical-13x12em { margin-top: 1.0833333333333em !important; margin-bottom: 1.0833333333333em !important; }
	.Margin-lg-vertical-14x12em { margin-top: 1.1666666666667em !important; margin-bottom: 1.1666666666667em !important; }
	.Margin-lg-vertical-15x12em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
	.Margin-lg-vertical-16x12em { margin-top: 1.3333333333333em !important; margin-bottom: 1.3333333333333em !important; }
	.Margin-lg-vertical-17x12em { margin-top: 1.4166666666667em !important; margin-bottom: 1.4166666666667em !important; }
	.Margin-lg-vertical-18x12em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
	.Margin-lg-top-0x12em { margin-top: 0em !important; }
	.Margin-lg-top-1x12em { margin-top: 0.083333333333333em !important; }
	.Margin-lg-top-2x12em { margin-top: 0.16666666666667em !important; }
	.Margin-lg-top-3x12em { margin-top: 0.25em !important; }
	.Margin-lg-top-4x12em { margin-top: 0.33333333333333em !important; }
	.Margin-lg-top-5x12em { margin-top: 0.41666666666667em !important; }
	.Margin-lg-top-6x12em { margin-top: 0.5em !important; }
	.Margin-lg-top-7x12em { margin-top: 0.58333333333333em !important; }
	.Margin-lg-top-8x12em { margin-top: 0.66666666666667em !important; }
	.Margin-lg-top-9x12em { margin-top: 0.75em !important; }
	.Margin-lg-top-10x12em { margin-top: 0.83333333333333em !important; }
	.Margin-lg-top-11x12em { margin-top: 0.91666666666667em !important; }
	.Margin-lg-top-12x12em { margin-top: 1em !important; }
	.Margin-lg-top-13x12em { margin-top: 1.0833333333333em !important; }
	.Margin-lg-top-14x12em { margin-top: 1.1666666666667em !important; }
	.Margin-lg-top-15x12em { margin-top: 1.25em !important; }
	.Margin-lg-top-16x12em { margin-top: 1.3333333333333em !important; }
	.Margin-lg-top-17x12em { margin-top: 1.4166666666667em !important; }
	.Margin-lg-top-18x12em { margin-top: 1.5em !important; }
	.Margin-lg-right-0x12em { margin-right: 0em !important; }
	.Margin-lg-right-1x12em { margin-right: 0.083333333333333em !important; }
	.Margin-lg-right-2x12em { margin-right: 0.16666666666667em !important; }
	.Margin-lg-right-3x12em { margin-right: 0.25em !important; }
	.Margin-lg-right-4x12em { margin-right: 0.33333333333333em !important; }
	.Margin-lg-right-5x12em { margin-right: 0.41666666666667em !important; }
	.Margin-lg-right-6x12em { margin-right: 0.5em !important; }
	.Margin-lg-right-7x12em { margin-right: 0.58333333333333em !important; }
	.Margin-lg-right-8x12em { margin-right: 0.66666666666667em !important; }
	.Margin-lg-right-9x12em { margin-right: 0.75em !important; }
	.Margin-lg-right-10x12em { margin-right: 0.83333333333333em !important; }
	.Margin-lg-right-11x12em { margin-right: 0.91666666666667em !important; }
	.Margin-lg-right-12x12em { margin-right: 1em !important; }
	.Margin-lg-right-13x12em { margin-right: 1.0833333333333em !important; }
	.Margin-lg-right-14x12em { margin-right: 1.1666666666667em !important; }
	.Margin-lg-right-15x12em { margin-right: 1.25em !important; }
	.Margin-lg-right-16x12em { margin-right: 1.3333333333333em !important; }
	.Margin-lg-right-17x12em { margin-right: 1.4166666666667em !important; }
	.Margin-lg-right-18x12em { margin-right: 1.5em !important; }
	.Margin-lg-bottom-0x12em { margin-bottom: 0em !important; }
	.Margin-lg-bottom-1x12em { margin-bottom: 0.083333333333333em !important; }
	.Margin-lg-bottom-2x12em { margin-bottom: 0.16666666666667em !important; }
	.Margin-lg-bottom-3x12em { margin-bottom: 0.25em !important; }
	.Margin-lg-bottom-4x12em { margin-bottom: 0.33333333333333em !important; }
	.Margin-lg-bottom-5x12em { margin-bottom: 0.41666666666667em !important; }
	.Margin-lg-bottom-6x12em { margin-bottom: 0.5em !important; }
	.Margin-lg-bottom-7x12em { margin-bottom: 0.58333333333333em !important; }
	.Margin-lg-bottom-8x12em { margin-bottom: 0.66666666666667em !important; }
	.Margin-lg-bottom-9x12em { margin-bottom: 0.75em !important; }
	.Margin-lg-bottom-10x12em { margin-bottom: 0.83333333333333em !important; }
	.Margin-lg-bottom-11x12em { margin-bottom: 0.91666666666667em !important; }
	.Margin-lg-bottom-12x12em { margin-bottom: 1em !important; }
	.Margin-lg-bottom-13x12em { margin-bottom: 1.0833333333333em !important; }
	.Margin-lg-bottom-14x12em { margin-bottom: 1.1666666666667em !important; }
	.Margin-lg-bottom-15x12em { margin-bottom: 1.25em !important; }
	.Margin-lg-bottom-16x12em { margin-bottom: 1.3333333333333em !important; }
	.Margin-lg-bottom-17x12em { margin-bottom: 1.4166666666667em !important; }
	.Margin-lg-bottom-18x12em { margin-bottom: 1.5em !important; }
	.Margin-lg-left-0x12em { margin-left: 0em !important; }
	.Margin-lg-left-1x12em { margin-left: 0.083333333333333em !important; }
	.Margin-lg-left-2x12em { margin-left: 0.16666666666667em !important; }
	.Margin-lg-left-3x12em { margin-left: 0.25em !important; }
	.Margin-lg-left-4x12em { margin-left: 0.33333333333333em !important; }
	.Margin-lg-left-5x12em { margin-left: 0.41666666666667em !important; }
	.Margin-lg-left-6x12em { margin-left: 0.5em !important; }
	.Margin-lg-left-7x12em { margin-left: 0.58333333333333em !important; }
	.Margin-lg-left-8x12em { margin-left: 0.66666666666667em !important; }
	.Margin-lg-left-9x12em { margin-left: 0.75em !important; }
	.Margin-lg-left-10x12em { margin-left: 0.83333333333333em !important; }
	.Margin-lg-left-11x12em { margin-left: 0.91666666666667em !important; }
	.Margin-lg-left-12x12em { margin-left: 1em !important; }
	.Margin-lg-left-13x12em { margin-left: 1.0833333333333em !important; }
	.Margin-lg-left-14x12em { margin-left: 1.1666666666667em !important; }
	.Margin-lg-left-15x12em { margin-left: 1.25em !important; }
	.Margin-lg-left-16x12em { margin-left: 1.3333333333333em !important; }
	.Margin-lg-left-17x12em { margin-left: 1.4166666666667em !important; }
	.Margin-lg-left-18x12em { margin-left: 1.5em !important; }
	.Margin-lg-0x16em { margin: 0em !important; }
	.Margin-lg-1x16em { margin: 0.0625em !important; }
	.Margin-lg-2x16em { margin: 0.125em !important; }
	.Margin-lg-3x16em { margin: 0.1875em !important; }
	.Margin-lg-4x16em { margin: 0.25em !important; }
	.Margin-lg-5x16em { margin: 0.3125em !important; }
	.Margin-lg-6x16em { margin: 0.375em !important; }
	.Margin-lg-7x16em { margin: 0.4375em !important; }
	.Margin-lg-8x16em { margin: 0.5em !important; }
	.Margin-lg-9x16em { margin: 0.5625em !important; }
	.Margin-lg-10x16em { margin: 0.625em !important; }
	.Margin-lg-11x16em { margin: 0.6875em !important; }
	.Margin-lg-12x16em { margin: 0.75em !important; }
	.Margin-lg-13x16em { margin: 0.8125em !important; }
	.Margin-lg-14x16em { margin: 0.875em !important; }
	.Margin-lg-15x16em { margin: 0.9375em !important; }
	.Margin-lg-16x16em { margin: 1em !important; }
	.Margin-lg-17x16em { margin: 1.0625em !important; }
	.Margin-lg-18x16em { margin: 1.125em !important; }
	.Margin-lg-19x16em { margin: 1.1875em !important; }
	.Margin-lg-20x16em { margin: 1.25em !important; }
	.Margin-lg-21x16em { margin: 1.3125em !important; }
	.Margin-lg-22x16em { margin: 1.375em !important; }
	.Margin-lg-23x16em { margin: 1.4375em !important; }
	.Margin-lg-24x16em { margin: 1.5em !important; }
	.Margin-lg-horizontal-0x16em { margin-left: 0em !important; margin-right: 0em !important; }
	.Margin-lg-horizontal-1x16em { margin-left: 0.0625em !important; margin-right: 0.0625em !important; }
	.Margin-lg-horizontal-2x16em { margin-left: 0.125em !important; margin-right: 0.125em !important; }
	.Margin-lg-horizontal-3x16em { margin-left: 0.1875em !important; margin-right: 0.1875em !important; }
	.Margin-lg-horizontal-4x16em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
	.Margin-lg-horizontal-5x16em { margin-left: 0.3125em !important; margin-right: 0.3125em !important; }
	.Margin-lg-horizontal-6x16em { margin-left: 0.375em !important; margin-right: 0.375em !important; }
	.Margin-lg-horizontal-7x16em { margin-left: 0.4375em !important; margin-right: 0.4375em !important; }
	.Margin-lg-horizontal-8x16em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
	.Margin-lg-horizontal-9x16em { margin-left: 0.5625em !important; margin-right: 0.5625em !important; }
	.Margin-lg-horizontal-10x16em { margin-left: 0.625em !important; margin-right: 0.625em !important; }
	.Margin-lg-horizontal-11x16em { margin-left: 0.6875em !important; margin-right: 0.6875em !important; }
	.Margin-lg-horizontal-12x16em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
	.Margin-lg-horizontal-13x16em { margin-left: 0.8125em !important; margin-right: 0.8125em !important; }
	.Margin-lg-horizontal-14x16em { margin-left: 0.875em !important; margin-right: 0.875em !important; }
	.Margin-lg-horizontal-15x16em { margin-left: 0.9375em !important; margin-right: 0.9375em !important; }
	.Margin-lg-horizontal-16x16em { margin-left: 1em !important; margin-right: 1em !important; }
	.Margin-lg-horizontal-17x16em { margin-left: 1.0625em !important; margin-right: 1.0625em !important; }
	.Margin-lg-horizontal-18x16em { margin-left: 1.125em !important; margin-right: 1.125em !important; }
	.Margin-lg-horizontal-19x16em { margin-left: 1.1875em !important; margin-right: 1.1875em !important; }
	.Margin-lg-horizontal-20x16em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
	.Margin-lg-horizontal-21x16em { margin-left: 1.3125em !important; margin-right: 1.3125em !important; }
	.Margin-lg-horizontal-22x16em { margin-left: 1.375em !important; margin-right: 1.375em !important; }
	.Margin-lg-horizontal-23x16em { margin-left: 1.4375em !important; margin-right: 1.4375em !important; }
	.Margin-lg-horizontal-24x16em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
	.Margin-lg-vertical-0x16em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-lg-vertical-1x16em { margin-top: 0.0625em !important; margin-bottom: 0.0625em !important; }
	.Margin-lg-vertical-2x16em { margin-top: 0.125em !important; margin-bottom: 0.125em !important; }
	.Margin-lg-vertical-3x16em { margin-top: 0.1875em !important; margin-bottom: 0.1875em !important; }
	.Margin-lg-vertical-4x16em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
	.Margin-lg-vertical-5x16em { margin-top: 0.3125em !important; margin-bottom: 0.3125em !important; }
	.Margin-lg-vertical-6x16em { margin-top: 0.375em !important; margin-bottom: 0.375em !important; }
	.Margin-lg-vertical-7x16em { margin-top: 0.4375em !important; margin-bottom: 0.4375em !important; }
	.Margin-lg-vertical-8x16em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
	.Margin-lg-vertical-9x16em { margin-top: 0.5625em !important; margin-bottom: 0.5625em !important; }
	.Margin-lg-vertical-10x16em { margin-top: 0.625em !important; margin-bottom: 0.625em !important; }
	.Margin-lg-vertical-11x16em { margin-top: 0.6875em !important; margin-bottom: 0.6875em !important; }
	.Margin-lg-vertical-12x16em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
	.Margin-lg-vertical-13x16em { margin-top: 0.8125em !important; margin-bottom: 0.8125em !important; }
	.Margin-lg-vertical-14x16em { margin-top: 0.875em !important; margin-bottom: 0.875em !important; }
	.Margin-lg-vertical-15x16em { margin-top: 0.9375em !important; margin-bottom: 0.9375em !important; }
	.Margin-lg-vertical-16x16em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-lg-vertical-17x16em { margin-top: 1.0625em !important; margin-bottom: 1.0625em !important; }
	.Margin-lg-vertical-18x16em { margin-top: 1.125em !important; margin-bottom: 1.125em !important; }
	.Margin-lg-vertical-19x16em { margin-top: 1.1875em !important; margin-bottom: 1.1875em !important; }
	.Margin-lg-vertical-20x16em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
	.Margin-lg-vertical-21x16em { margin-top: 1.3125em !important; margin-bottom: 1.3125em !important; }
	.Margin-lg-vertical-22x16em { margin-top: 1.375em !important; margin-bottom: 1.375em !important; }
	.Margin-lg-vertical-23x16em { margin-top: 1.4375em !important; margin-bottom: 1.4375em !important; }
	.Margin-lg-vertical-24x16em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
	.Margin-lg-top-0x16em { margin-top: 0em !important; }
	.Margin-lg-top-1x16em { margin-top: 0.0625em !important; }
	.Margin-lg-top-2x16em { margin-top: 0.125em !important; }
	.Margin-lg-top-3x16em { margin-top: 0.1875em !important; }
	.Margin-lg-top-4x16em { margin-top: 0.25em !important; }
	.Margin-lg-top-5x16em { margin-top: 0.3125em !important; }
	.Margin-lg-top-6x16em { margin-top: 0.375em !important; }
	.Margin-lg-top-7x16em { margin-top: 0.4375em !important; }
	.Margin-lg-top-8x16em { margin-top: 0.5em !important; }
	.Margin-lg-top-9x16em { margin-top: 0.5625em !important; }
	.Margin-lg-top-10x16em { margin-top: 0.625em !important; }
	.Margin-lg-top-11x16em { margin-top: 0.6875em !important; }
	.Margin-lg-top-12x16em { margin-top: 0.75em !important; }
	.Margin-lg-top-13x16em { margin-top: 0.8125em !important; }
	.Margin-lg-top-14x16em { margin-top: 0.875em !important; }
	.Margin-lg-top-15x16em { margin-top: 0.9375em !important; }
	.Margin-lg-top-16x16em { margin-top: 1em !important; }
	.Margin-lg-top-17x16em { margin-top: 1.0625em !important; }
	.Margin-lg-top-18x16em { margin-top: 1.125em !important; }
	.Margin-lg-top-19x16em { margin-top: 1.1875em !important; }
	.Margin-lg-top-20x16em { margin-top: 1.25em !important; }
	.Margin-lg-top-21x16em { margin-top: 1.3125em !important; }
	.Margin-lg-top-22x16em { margin-top: 1.375em !important; }
	.Margin-lg-top-23x16em { margin-top: 1.4375em !important; }
	.Margin-lg-top-24x16em { margin-top: 1.5em !important; }
	.Margin-lg-right-0x16em { margin-right: 0em !important; }
	.Margin-lg-right-1x16em { margin-right: 0.0625em !important; }
	.Margin-lg-right-2x16em { margin-right: 0.125em !important; }
	.Margin-lg-right-3x16em { margin-right: 0.1875em !important; }
	.Margin-lg-right-4x16em { margin-right: 0.25em !important; }
	.Margin-lg-right-5x16em { margin-right: 0.3125em !important; }
	.Margin-lg-right-6x16em { margin-right: 0.375em !important; }
	.Margin-lg-right-7x16em { margin-right: 0.4375em !important; }
	.Margin-lg-right-8x16em { margin-right: 0.5em !important; }
	.Margin-lg-right-9x16em { margin-right: 0.5625em !important; }
	.Margin-lg-right-10x16em { margin-right: 0.625em !important; }
	.Margin-lg-right-11x16em { margin-right: 0.6875em !important; }
	.Margin-lg-right-12x16em { margin-right: 0.75em !important; }
	.Margin-lg-right-13x16em { margin-right: 0.8125em !important; }
	.Margin-lg-right-14x16em { margin-right: 0.875em !important; }
	.Margin-lg-right-15x16em { margin-right: 0.9375em !important; }
	.Margin-lg-right-16x16em { margin-right: 1em !important; }
	.Margin-lg-right-17x16em { margin-right: 1.0625em !important; }
	.Margin-lg-right-18x16em { margin-right: 1.125em !important; }
	.Margin-lg-right-19x16em { margin-right: 1.1875em !important; }
	.Margin-lg-right-20x16em { margin-right: 1.25em !important; }
	.Margin-lg-right-21x16em { margin-right: 1.3125em !important; }
	.Margin-lg-right-22x16em { margin-right: 1.375em !important; }
	.Margin-lg-right-23x16em { margin-right: 1.4375em !important; }
	.Margin-lg-right-24x16em { margin-right: 1.5em !important; }
	.Margin-lg-bottom-0x16em { margin-bottom: 0em !important; }
	.Margin-lg-bottom-1x16em { margin-bottom: 0.0625em !important; }
	.Margin-lg-bottom-2x16em { margin-bottom: 0.125em !important; }
	.Margin-lg-bottom-3x16em { margin-bottom: 0.1875em !important; }
	.Margin-lg-bottom-4x16em { margin-bottom: 0.25em !important; }
	.Margin-lg-bottom-5x16em { margin-bottom: 0.3125em !important; }
	.Margin-lg-bottom-6x16em { margin-bottom: 0.375em !important; }
	.Margin-lg-bottom-7x16em { margin-bottom: 0.4375em !important; }
	.Margin-lg-bottom-8x16em { margin-bottom: 0.5em !important; }
	.Margin-lg-bottom-9x16em { margin-bottom: 0.5625em !important; }
	.Margin-lg-bottom-10x16em { margin-bottom: 0.625em !important; }
	.Margin-lg-bottom-11x16em { margin-bottom: 0.6875em !important; }
	.Margin-lg-bottom-12x16em { margin-bottom: 0.75em !important; }
	.Margin-lg-bottom-13x16em { margin-bottom: 0.8125em !important; }
	.Margin-lg-bottom-14x16em { margin-bottom: 0.875em !important; }
	.Margin-lg-bottom-15x16em { margin-bottom: 0.9375em !important; }
	.Margin-lg-bottom-16x16em { margin-bottom: 1em !important; }
	.Margin-lg-bottom-17x16em { margin-bottom: 1.0625em !important; }
	.Margin-lg-bottom-18x16em { margin-bottom: 1.125em !important; }
	.Margin-lg-bottom-19x16em { margin-bottom: 1.1875em !important; }
	.Margin-lg-bottom-20x16em { margin-bottom: 1.25em !important; }
	.Margin-lg-bottom-21x16em { margin-bottom: 1.3125em !important; }
	.Margin-lg-bottom-22x16em { margin-bottom: 1.375em !important; }
	.Margin-lg-bottom-23x16em { margin-bottom: 1.4375em !important; }
	.Margin-lg-bottom-24x16em { margin-bottom: 1.5em !important; }
	.Margin-lg-left-0x16em { margin-left: 0em !important; }
	.Margin-lg-left-1x16em { margin-left: 0.0625em !important; }
	.Margin-lg-left-2x16em { margin-left: 0.125em !important; }
	.Margin-lg-left-3x16em { margin-left: 0.1875em !important; }
	.Margin-lg-left-4x16em { margin-left: 0.25em !important; }
	.Margin-lg-left-5x16em { margin-left: 0.3125em !important; }
	.Margin-lg-left-6x16em { margin-left: 0.375em !important; }
	.Margin-lg-left-7x16em { margin-left: 0.4375em !important; }
	.Margin-lg-left-8x16em { margin-left: 0.5em !important; }
	.Margin-lg-left-9x16em { margin-left: 0.5625em !important; }
	.Margin-lg-left-10x16em { margin-left: 0.625em !important; }
	.Margin-lg-left-11x16em { margin-left: 0.6875em !important; }
	.Margin-lg-left-12x16em { margin-left: 0.75em !important; }
	.Margin-lg-left-13x16em { margin-left: 0.8125em !important; }
	.Margin-lg-left-14x16em { margin-left: 0.875em !important; }
	.Margin-lg-left-15x16em { margin-left: 0.9375em !important; }
	.Margin-lg-left-16x16em { margin-left: 1em !important; }
	.Margin-lg-left-17x16em { margin-left: 1.0625em !important; }
	.Margin-lg-left-18x16em { margin-left: 1.125em !important; }
	.Margin-lg-left-19x16em { margin-left: 1.1875em !important; }
	.Margin-lg-left-20x16em { margin-left: 1.25em !important; }
	.Margin-lg-left-21x16em { margin-left: 1.3125em !important; }
	.Margin-lg-left-22x16em { margin-left: 1.375em !important; }
	.Margin-lg-left-23x16em { margin-left: 1.4375em !important; }
	.Margin-lg-left-24x16em { margin-left: 1.5em !important; }
}


@media( min-width: 1280px ) {
	.Margin-xl-auto { margin: auto !important; }
	.Margin-xl-0 { margin: 0 !important; }
	.Margin-xl-0em { margin: 0em !important; }
	.Margin-xl-1em { margin: 1em !important; }
	.Margin-xl-2em { margin: 2em !important; }
	.Margin-xl-3em { margin: 3em !important; }
	.Margin-xl-4em { margin: 4em !important; }
	.Margin-xl-5em { margin: 5em !important; }
	.Margin-xl-6em { margin: 6em !important; }
	.Margin-xl-7em { margin: 7em !important; }
	.Margin-xl-8em { margin: 8em !important; }
	.Margin-xl-9em { margin: 9em !important; }
	.Margin-xl-10em { margin: 10em !important; }
	.Margin-xl-11em { margin: 11em !important; }
	.Margin-xl-12em { margin: 12em !important; }
	.Margin-xl-13em { margin: 13em !important; }
	.Margin-xl-14em { margin: 14em !important; }
	.Margin-xl-15em { margin: 15em !important; }
	.Margin-xl-16em { margin: 16em !important; }
	.Margin-xl-vertical-auto { margin-top: auto   !important; margin-bottom: auto   !important; }
	.Margin-xl-vertical-0 { margin-top: 0   !important; margin-bottom: 0   !important; }
	.Margin-xl-vertical-0em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-xl-vertical-1em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-xl-vertical-2em { margin-top: 2em !important; margin-bottom: 2em !important; }
	.Margin-xl-vertical-3em { margin-top: 3em !important; margin-bottom: 3em !important; }
	.Margin-xl-vertical-4em { margin-top: 4em !important; margin-bottom: 4em !important; }
	.Margin-xl-vertical-5em { margin-top: 5em !important; margin-bottom: 5em !important; }
	.Margin-xl-vertical-6em { margin-top: 6em !important; margin-bottom: 6em !important; }
	.Margin-xl-vertical-7em { margin-top: 7em !important; margin-bottom: 7em !important; }
	.Margin-xl-vertical-8em { margin-top: 8em !important; margin-bottom: 8em !important; }
	.Margin-xl-vertical-9em { margin-top: 9em !important; margin-bottom: 9em !important; }
	.Margin-xl-vertical-10em { margin-top: 10em !important; margin-bottom: 10em !important; }
	.Margin-xl-vertical-11em { margin-top: 11em !important; margin-bottom: 11em !important; }
	.Margin-xl-vertical-12em { margin-top: 12em !important; margin-bottom: 12em !important; }
	.Margin-xl-vertical-13em { margin-top: 13em !important; margin-bottom: 13em !important; }
	.Margin-xl-vertical-14em { margin-top: 14em !important; margin-bottom: 14em !important; }
	.Margin-xl-vertical-15em { margin-top: 15em !important; margin-bottom: 15em !important; }
	.Margin-xl-vertical-16em { margin-top: 16em !important; margin-bottom: 16em !important; }
	.Margin-xl-horizontal-auto   { margin-right:  auto   !important; margin-left:   auto   !important; }
	.Margin-xl-horizontal-0   { margin-right:  0   !important; margin-left:   0   !important; }
	.Margin-xl-horizontal-0em { margin-right:  0em !important; margin-left:   0em !important; }
	.Margin-xl-horizontal-1em { margin-right:  1em !important; margin-left:   1em !important; }
	.Margin-xl-horizontal-2em { margin-right:  2em !important; margin-left:   2em !important; }
	.Margin-xl-horizontal-3em { margin-right:  3em !important; margin-left:   3em !important; }
	.Margin-xl-horizontal-4em { margin-right:  4em !important; margin-left:   4em !important; }
	.Margin-xl-horizontal-5em { margin-right:  5em !important; margin-left:   5em !important; }
	.Margin-xl-horizontal-6em { margin-right:  6em !important; margin-left:   6em !important; }
	.Margin-xl-horizontal-7em { margin-right:  7em !important; margin-left:   7em !important; }
	.Margin-xl-horizontal-8em { margin-right:  8em !important; margin-left:   8em !important; }
	.Margin-xl-horizontal-9em { margin-right:  9em !important; margin-left:   9em !important; }
	.Margin-xl-horizontal-10em { margin-right:  10em !important; margin-left:   10em !important; }
	.Margin-xl-horizontal-11em { margin-right:  11em !important; margin-left:   11em !important; }
	.Margin-xl-horizontal-12em { margin-right:  12em !important; margin-left:   12em !important; }
	.Margin-xl-horizontal-13em { margin-right:  13em !important; margin-left:   13em !important; }
	.Margin-xl-horizontal-14em { margin-right:  14em !important; margin-left:   14em !important; }
	.Margin-xl-horizontal-15em { margin-right:  15em !important; margin-left:   15em !important; }
	.Margin-xl-horizontal-16em { margin-right:  16em !important; margin-left:   16em !important; }
	.Margin-xl-top-auto   { margin-top: auto   !important; }
	.Margin-xl-top-0   { margin-top: 0   !important; }
	.Margin-xl-top-0em { margin-top: 0em !important; }
	.Margin-xl-top-1em { margin-top: 1em !important; }
	.Margin-xl-top-2em { margin-top: 2em !important; }
	.Margin-xl-top-3em { margin-top: 3em !important; }
	.Margin-xl-top-4em { margin-top: 4em !important; }
	.Margin-xl-top-5em { margin-top: 5em !important; }
	.Margin-xl-top-6em { margin-top: 6em !important; }
	.Margin-xl-top-7em { margin-top: 7em !important; }
	.Margin-xl-top-8em { margin-top: 8em !important; }
	.Margin-xl-top-9em { margin-top: 9em !important; }
	.Margin-xl-top-10em { margin-top: 10em !important; }
	.Margin-xl-top-11em { margin-top: 11em !important; }
	.Margin-xl-top-12em { margin-top: 12em !important; }
	.Margin-xl-top-13em { margin-top: 13em !important; }
	.Margin-xl-top-14em { margin-top: 14em !important; }
	.Margin-xl-top-15em { margin-top: 15em !important; }
	.Margin-xl-top-16em { margin-top: 16em !important; }
	.Margin-xl-right-auto   { margin-right: auto   !important; }
	.Margin-xl-right-0   { margin-right: 0   !important; }
	.Margin-xl-right-0em { margin-right: 0em !important; }
	.Margin-xl-right-1em { margin-right: 1em !important; }
	.Margin-xl-right-2em { margin-right: 2em !important; }
	.Margin-xl-right-3em { margin-right: 3em !important; }
	.Margin-xl-right-4em { margin-right: 4em !important; }
	.Margin-xl-right-5em { margin-right: 5em !important; }
	.Margin-xl-right-6em { margin-right: 6em !important; }
	.Margin-xl-right-7em { margin-right: 7em !important; }
	.Margin-xl-right-8em { margin-right: 8em !important; }
	.Margin-xl-right-9em { margin-right: 9em !important; }
	.Margin-xl-right-10em { margin-right: 10em !important; }
	.Margin-xl-right-11em { margin-right: 11em !important; }
	.Margin-xl-right-12em { margin-right: 12em !important; }
	.Margin-xl-right-13em { margin-right: 13em !important; }
	.Margin-xl-right-14em { margin-right: 14em !important; }
	.Margin-xl-right-15em { margin-right: 15em !important; }
	.Margin-xl-right-16em { margin-right: 16em !important; }
	.Margin-xl-bottom-auto   { margin-bottom: auto   !important; }
	.Margin-xl-bottom-0   { margin-bottom: 0   !important; }
	.Margin-xl-bottom-0em { margin-bottom: 0em !important; }
	.Margin-xl-bottom-1em { margin-bottom: 1em !important; }
	.Margin-xl-bottom-2em { margin-bottom: 2em !important; }
	.Margin-xl-bottom-3em { margin-bottom: 3em !important; }
	.Margin-xl-bottom-4em { margin-bottom: 4em !important; }
	.Margin-xl-bottom-5em { margin-bottom: 5em !important; }
	.Margin-xl-bottom-6em { margin-bottom: 6em !important; }
	.Margin-xl-bottom-7em { margin-bottom: 7em !important; }
	.Margin-xl-bottom-8em { margin-bottom: 8em !important; }
	.Margin-xl-bottom-9em { margin-bottom: 9em !important; }
	.Margin-xl-bottom-10em { margin-bottom: 10em !important; }
	.Margin-xl-bottom-11em { margin-bottom: 11em !important; }
	.Margin-xl-bottom-12em { margin-bottom: 12em !important; }
	.Margin-xl-bottom-13em { margin-bottom: 13em !important; }
	.Margin-xl-bottom-14em { margin-bottom: 14em !important; }
	.Margin-xl-bottom-15em { margin-bottom: 15em !important; }
	.Margin-xl-bottom-16em { margin-bottom: 16em !important; }
	.Margin-xl-left-auto   { margin-left: auto   !important; }
	.Margin-xl-left-0   { margin-left: 0   !important; }
	.Margin-xl-left-0em { margin-left: 0em !important; }
	.Margin-xl-left-1em { margin-left: 1em !important; }
	.Margin-xl-left-2em { margin-left: 2em !important; }
	.Margin-xl-left-3em { margin-left: 3em !important; }
	.Margin-xl-left-4em { margin-left: 4em !important; }
	.Margin-xl-left-5em { margin-left: 5em !important; }
	.Margin-xl-left-6em { margin-left: 6em !important; }
	.Margin-xl-left-7em { margin-left: 7em !important; }
	.Margin-xl-left-8em { margin-left: 8em !important; }
	.Margin-xl-left-9em { margin-left: 9em !important; }
	.Margin-xl-left-10em { margin-left: 10em !important; }
	.Margin-xl-left-11em { margin-left: 11em !important; }
	.Margin-xl-left-12em { margin-left: 12em !important; }
	.Margin-xl-left-13em { margin-left: 13em !important; }
	.Margin-xl-left-14em { margin-left: 14em !important; }
	.Margin-xl-left-15em { margin-left: 15em !important; }
	.Margin-xl-left-16em { margin-left: 16em !important; }
	.Margin-xl-0x12em { margin: 0em !important; }
	.Margin-xl-1x12em { margin: 0.083333333333333em !important; }
	.Margin-xl-2x12em { margin: 0.16666666666667em !important; }
	.Margin-xl-3x12em { margin: 0.25em !important; }
	.Margin-xl-4x12em { margin: 0.33333333333333em !important; }
	.Margin-xl-5x12em { margin: 0.41666666666667em !important; }
	.Margin-xl-6x12em { margin: 0.5em !important; }
	.Margin-xl-7x12em { margin: 0.58333333333333em !important; }
	.Margin-xl-8x12em { margin: 0.66666666666667em !important; }
	.Margin-xl-9x12em { margin: 0.75em !important; }
	.Margin-xl-10x12em { margin: 0.83333333333333em !important; }
	.Margin-xl-11x12em { margin: 0.91666666666667em !important; }
	.Margin-xl-12x12em { margin: 1em !important; }
	.Margin-xl-13x12em { margin: 1.0833333333333em !important; }
	.Margin-xl-14x12em { margin: 1.1666666666667em !important; }
	.Margin-xl-15x12em { margin: 1.25em !important; }
	.Margin-xl-16x12em { margin: 1.3333333333333em !important; }
	.Margin-xl-17x12em { margin: 1.4166666666667em !important; }
	.Margin-xl-18x12em { margin: 1.5em !important; }
	.Margin-xl-horizontal-0x12em { margin-left: 0em !important; margin-right: 0em !important; }
	.Margin-xl-horizontal-1x12em { margin-left: 0.083333333333333em !important; margin-right: 0.083333333333333em !important; }
	.Margin-xl-horizontal-2x12em { margin-left: 0.16666666666667em !important; margin-right: 0.16666666666667em !important; }
	.Margin-xl-horizontal-3x12em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
	.Margin-xl-horizontal-4x12em { margin-left: 0.33333333333333em !important; margin-right: 0.33333333333333em !important; }
	.Margin-xl-horizontal-5x12em { margin-left: 0.41666666666667em !important; margin-right: 0.41666666666667em !important; }
	.Margin-xl-horizontal-6x12em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
	.Margin-xl-horizontal-7x12em { margin-left: 0.58333333333333em !important; margin-right: 0.58333333333333em !important; }
	.Margin-xl-horizontal-8x12em { margin-left: 0.66666666666667em !important; margin-right: 0.66666666666667em !important; }
	.Margin-xl-horizontal-9x12em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
	.Margin-xl-horizontal-10x12em { margin-left: 0.83333333333333em !important; margin-right: 0.83333333333333em !important; }
	.Margin-xl-horizontal-11x12em { margin-left: 0.91666666666667em !important; margin-right: 0.91666666666667em !important; }
	.Margin-xl-horizontal-12x12em { margin-left: 1em !important; margin-right: 1em !important; }
	.Margin-xl-horizontal-13x12em { margin-left: 1.0833333333333em !important; margin-right: 1.0833333333333em !important; }
	.Margin-xl-horizontal-14x12em { margin-left: 1.1666666666667em !important; margin-right: 1.1666666666667em !important; }
	.Margin-xl-horizontal-15x12em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
	.Margin-xl-horizontal-16x12em { margin-left: 1.3333333333333em !important; margin-right: 1.3333333333333em !important; }
	.Margin-xl-horizontal-17x12em { margin-left: 1.4166666666667em !important; margin-right: 1.4166666666667em !important; }
	.Margin-xl-horizontal-18x12em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
	.Margin-xl-vertical-0x12em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-xl-vertical-1x12em { margin-top: 0.083333333333333em !important; margin-bottom: 0.083333333333333em !important; }
	.Margin-xl-vertical-2x12em { margin-top: 0.16666666666667em !important; margin-bottom: 0.16666666666667em !important; }
	.Margin-xl-vertical-3x12em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
	.Margin-xl-vertical-4x12em { margin-top: 0.33333333333333em !important; margin-bottom: 0.33333333333333em !important; }
	.Margin-xl-vertical-5x12em { margin-top: 0.41666666666667em !important; margin-bottom: 0.41666666666667em !important; }
	.Margin-xl-vertical-6x12em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
	.Margin-xl-vertical-7x12em { margin-top: 0.58333333333333em !important; margin-bottom: 0.58333333333333em !important; }
	.Margin-xl-vertical-8x12em { margin-top: 0.66666666666667em !important; margin-bottom: 0.66666666666667em !important; }
	.Margin-xl-vertical-9x12em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
	.Margin-xl-vertical-10x12em { margin-top: 0.83333333333333em !important; margin-bottom: 0.83333333333333em !important; }
	.Margin-xl-vertical-11x12em { margin-top: 0.91666666666667em !important; margin-bottom: 0.91666666666667em !important; }
	.Margin-xl-vertical-12x12em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-xl-vertical-13x12em { margin-top: 1.0833333333333em !important; margin-bottom: 1.0833333333333em !important; }
	.Margin-xl-vertical-14x12em { margin-top: 1.1666666666667em !important; margin-bottom: 1.1666666666667em !important; }
	.Margin-xl-vertical-15x12em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
	.Margin-xl-vertical-16x12em { margin-top: 1.3333333333333em !important; margin-bottom: 1.3333333333333em !important; }
	.Margin-xl-vertical-17x12em { margin-top: 1.4166666666667em !important; margin-bottom: 1.4166666666667em !important; }
	.Margin-xl-vertical-18x12em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
	.Margin-xl-top-0x12em { margin-top: 0em !important; }
	.Margin-xl-top-1x12em { margin-top: 0.083333333333333em !important; }
	.Margin-xl-top-2x12em { margin-top: 0.16666666666667em !important; }
	.Margin-xl-top-3x12em { margin-top: 0.25em !important; }
	.Margin-xl-top-4x12em { margin-top: 0.33333333333333em !important; }
	.Margin-xl-top-5x12em { margin-top: 0.41666666666667em !important; }
	.Margin-xl-top-6x12em { margin-top: 0.5em !important; }
	.Margin-xl-top-7x12em { margin-top: 0.58333333333333em !important; }
	.Margin-xl-top-8x12em { margin-top: 0.66666666666667em !important; }
	.Margin-xl-top-9x12em { margin-top: 0.75em !important; }
	.Margin-xl-top-10x12em { margin-top: 0.83333333333333em !important; }
	.Margin-xl-top-11x12em { margin-top: 0.91666666666667em !important; }
	.Margin-xl-top-12x12em { margin-top: 1em !important; }
	.Margin-xl-top-13x12em { margin-top: 1.0833333333333em !important; }
	.Margin-xl-top-14x12em { margin-top: 1.1666666666667em !important; }
	.Margin-xl-top-15x12em { margin-top: 1.25em !important; }
	.Margin-xl-top-16x12em { margin-top: 1.3333333333333em !important; }
	.Margin-xl-top-17x12em { margin-top: 1.4166666666667em !important; }
	.Margin-xl-top-18x12em { margin-top: 1.5em !important; }
	.Margin-xl-right-0x12em { margin-right: 0em !important; }
	.Margin-xl-right-1x12em { margin-right: 0.083333333333333em !important; }
	.Margin-xl-right-2x12em { margin-right: 0.16666666666667em !important; }
	.Margin-xl-right-3x12em { margin-right: 0.25em !important; }
	.Margin-xl-right-4x12em { margin-right: 0.33333333333333em !important; }
	.Margin-xl-right-5x12em { margin-right: 0.41666666666667em !important; }
	.Margin-xl-right-6x12em { margin-right: 0.5em !important; }
	.Margin-xl-right-7x12em { margin-right: 0.58333333333333em !important; }
	.Margin-xl-right-8x12em { margin-right: 0.66666666666667em !important; }
	.Margin-xl-right-9x12em { margin-right: 0.75em !important; }
	.Margin-xl-right-10x12em { margin-right: 0.83333333333333em !important; }
	.Margin-xl-right-11x12em { margin-right: 0.91666666666667em !important; }
	.Margin-xl-right-12x12em { margin-right: 1em !important; }
	.Margin-xl-right-13x12em { margin-right: 1.0833333333333em !important; }
	.Margin-xl-right-14x12em { margin-right: 1.1666666666667em !important; }
	.Margin-xl-right-15x12em { margin-right: 1.25em !important; }
	.Margin-xl-right-16x12em { margin-right: 1.3333333333333em !important; }
	.Margin-xl-right-17x12em { margin-right: 1.4166666666667em !important; }
	.Margin-xl-right-18x12em { margin-right: 1.5em !important; }
	.Margin-xl-bottom-0x12em { margin-bottom: 0em !important; }
	.Margin-xl-bottom-1x12em { margin-bottom: 0.083333333333333em !important; }
	.Margin-xl-bottom-2x12em { margin-bottom: 0.16666666666667em !important; }
	.Margin-xl-bottom-3x12em { margin-bottom: 0.25em !important; }
	.Margin-xl-bottom-4x12em { margin-bottom: 0.33333333333333em !important; }
	.Margin-xl-bottom-5x12em { margin-bottom: 0.41666666666667em !important; }
	.Margin-xl-bottom-6x12em { margin-bottom: 0.5em !important; }
	.Margin-xl-bottom-7x12em { margin-bottom: 0.58333333333333em !important; }
	.Margin-xl-bottom-8x12em { margin-bottom: 0.66666666666667em !important; }
	.Margin-xl-bottom-9x12em { margin-bottom: 0.75em !important; }
	.Margin-xl-bottom-10x12em { margin-bottom: 0.83333333333333em !important; }
	.Margin-xl-bottom-11x12em { margin-bottom: 0.91666666666667em !important; }
	.Margin-xl-bottom-12x12em { margin-bottom: 1em !important; }
	.Margin-xl-bottom-13x12em { margin-bottom: 1.0833333333333em !important; }
	.Margin-xl-bottom-14x12em { margin-bottom: 1.1666666666667em !important; }
	.Margin-xl-bottom-15x12em { margin-bottom: 1.25em !important; }
	.Margin-xl-bottom-16x12em { margin-bottom: 1.3333333333333em !important; }
	.Margin-xl-bottom-17x12em { margin-bottom: 1.4166666666667em !important; }
	.Margin-xl-bottom-18x12em { margin-bottom: 1.5em !important; }
	.Margin-xl-left-0x12em { margin-left: 0em !important; }
	.Margin-xl-left-1x12em { margin-left: 0.083333333333333em !important; }
	.Margin-xl-left-2x12em { margin-left: 0.16666666666667em !important; }
	.Margin-xl-left-3x12em { margin-left: 0.25em !important; }
	.Margin-xl-left-4x12em { margin-left: 0.33333333333333em !important; }
	.Margin-xl-left-5x12em { margin-left: 0.41666666666667em !important; }
	.Margin-xl-left-6x12em { margin-left: 0.5em !important; }
	.Margin-xl-left-7x12em { margin-left: 0.58333333333333em !important; }
	.Margin-xl-left-8x12em { margin-left: 0.66666666666667em !important; }
	.Margin-xl-left-9x12em { margin-left: 0.75em !important; }
	.Margin-xl-left-10x12em { margin-left: 0.83333333333333em !important; }
	.Margin-xl-left-11x12em { margin-left: 0.91666666666667em !important; }
	.Margin-xl-left-12x12em { margin-left: 1em !important; }
	.Margin-xl-left-13x12em { margin-left: 1.0833333333333em !important; }
	.Margin-xl-left-14x12em { margin-left: 1.1666666666667em !important; }
	.Margin-xl-left-15x12em { margin-left: 1.25em !important; }
	.Margin-xl-left-16x12em { margin-left: 1.3333333333333em !important; }
	.Margin-xl-left-17x12em { margin-left: 1.4166666666667em !important; }
	.Margin-xl-left-18x12em { margin-left: 1.5em !important; }
	.Margin-xl-0x16em { margin: 0em !important; }
	.Margin-xl-1x16em { margin: 0.0625em !important; }
	.Margin-xl-2x16em { margin: 0.125em !important; }
	.Margin-xl-3x16em { margin: 0.1875em !important; }
	.Margin-xl-4x16em { margin: 0.25em !important; }
	.Margin-xl-5x16em { margin: 0.3125em !important; }
	.Margin-xl-6x16em { margin: 0.375em !important; }
	.Margin-xl-7x16em { margin: 0.4375em !important; }
	.Margin-xl-8x16em { margin: 0.5em !important; }
	.Margin-xl-9x16em { margin: 0.5625em !important; }
	.Margin-xl-10x16em { margin: 0.625em !important; }
	.Margin-xl-11x16em { margin: 0.6875em !important; }
	.Margin-xl-12x16em { margin: 0.75em !important; }
	.Margin-xl-13x16em { margin: 0.8125em !important; }
	.Margin-xl-14x16em { margin: 0.875em !important; }
	.Margin-xl-15x16em { margin: 0.9375em !important; }
	.Margin-xl-16x16em { margin: 1em !important; }
	.Margin-xl-17x16em { margin: 1.0625em !important; }
	.Margin-xl-18x16em { margin: 1.125em !important; }
	.Margin-xl-19x16em { margin: 1.1875em !important; }
	.Margin-xl-20x16em { margin: 1.25em !important; }
	.Margin-xl-21x16em { margin: 1.3125em !important; }
	.Margin-xl-22x16em { margin: 1.375em !important; }
	.Margin-xl-23x16em { margin: 1.4375em !important; }
	.Margin-xl-24x16em { margin: 1.5em !important; }
	.Margin-xl-horizontal-0x16em { margin-left: 0em !important; margin-right: 0em !important; }
	.Margin-xl-horizontal-1x16em { margin-left: 0.0625em !important; margin-right: 0.0625em !important; }
	.Margin-xl-horizontal-2x16em { margin-left: 0.125em !important; margin-right: 0.125em !important; }
	.Margin-xl-horizontal-3x16em { margin-left: 0.1875em !important; margin-right: 0.1875em !important; }
	.Margin-xl-horizontal-4x16em { margin-left: 0.25em !important; margin-right: 0.25em !important; }
	.Margin-xl-horizontal-5x16em { margin-left: 0.3125em !important; margin-right: 0.3125em !important; }
	.Margin-xl-horizontal-6x16em { margin-left: 0.375em !important; margin-right: 0.375em !important; }
	.Margin-xl-horizontal-7x16em { margin-left: 0.4375em !important; margin-right: 0.4375em !important; }
	.Margin-xl-horizontal-8x16em { margin-left: 0.5em !important; margin-right: 0.5em !important; }
	.Margin-xl-horizontal-9x16em { margin-left: 0.5625em !important; margin-right: 0.5625em !important; }
	.Margin-xl-horizontal-10x16em { margin-left: 0.625em !important; margin-right: 0.625em !important; }
	.Margin-xl-horizontal-11x16em { margin-left: 0.6875em !important; margin-right: 0.6875em !important; }
	.Margin-xl-horizontal-12x16em { margin-left: 0.75em !important; margin-right: 0.75em !important; }
	.Margin-xl-horizontal-13x16em { margin-left: 0.8125em !important; margin-right: 0.8125em !important; }
	.Margin-xl-horizontal-14x16em { margin-left: 0.875em !important; margin-right: 0.875em !important; }
	.Margin-xl-horizontal-15x16em { margin-left: 0.9375em !important; margin-right: 0.9375em !important; }
	.Margin-xl-horizontal-16x16em { margin-left: 1em !important; margin-right: 1em !important; }
	.Margin-xl-horizontal-17x16em { margin-left: 1.0625em !important; margin-right: 1.0625em !important; }
	.Margin-xl-horizontal-18x16em { margin-left: 1.125em !important; margin-right: 1.125em !important; }
	.Margin-xl-horizontal-19x16em { margin-left: 1.1875em !important; margin-right: 1.1875em !important; }
	.Margin-xl-horizontal-20x16em { margin-left: 1.25em !important; margin-right: 1.25em !important; }
	.Margin-xl-horizontal-21x16em { margin-left: 1.3125em !important; margin-right: 1.3125em !important; }
	.Margin-xl-horizontal-22x16em { margin-left: 1.375em !important; margin-right: 1.375em !important; }
	.Margin-xl-horizontal-23x16em { margin-left: 1.4375em !important; margin-right: 1.4375em !important; }
	.Margin-xl-horizontal-24x16em { margin-left: 1.5em !important; margin-right: 1.5em !important; }
	.Margin-xl-vertical-0x16em { margin-top: 0em !important; margin-bottom: 0em !important; }
	.Margin-xl-vertical-1x16em { margin-top: 0.0625em !important; margin-bottom: 0.0625em !important; }
	.Margin-xl-vertical-2x16em { margin-top: 0.125em !important; margin-bottom: 0.125em !important; }
	.Margin-xl-vertical-3x16em { margin-top: 0.1875em !important; margin-bottom: 0.1875em !important; }
	.Margin-xl-vertical-4x16em { margin-top: 0.25em !important; margin-bottom: 0.25em !important; }
	.Margin-xl-vertical-5x16em { margin-top: 0.3125em !important; margin-bottom: 0.3125em !important; }
	.Margin-xl-vertical-6x16em { margin-top: 0.375em !important; margin-bottom: 0.375em !important; }
	.Margin-xl-vertical-7x16em { margin-top: 0.4375em !important; margin-bottom: 0.4375em !important; }
	.Margin-xl-vertical-8x16em { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
	.Margin-xl-vertical-9x16em { margin-top: 0.5625em !important; margin-bottom: 0.5625em !important; }
	.Margin-xl-vertical-10x16em { margin-top: 0.625em !important; margin-bottom: 0.625em !important; }
	.Margin-xl-vertical-11x16em { margin-top: 0.6875em !important; margin-bottom: 0.6875em !important; }
	.Margin-xl-vertical-12x16em { margin-top: 0.75em !important; margin-bottom: 0.75em !important; }
	.Margin-xl-vertical-13x16em { margin-top: 0.8125em !important; margin-bottom: 0.8125em !important; }
	.Margin-xl-vertical-14x16em { margin-top: 0.875em !important; margin-bottom: 0.875em !important; }
	.Margin-xl-vertical-15x16em { margin-top: 0.9375em !important; margin-bottom: 0.9375em !important; }
	.Margin-xl-vertical-16x16em { margin-top: 1em !important; margin-bottom: 1em !important; }
	.Margin-xl-vertical-17x16em { margin-top: 1.0625em !important; margin-bottom: 1.0625em !important; }
	.Margin-xl-vertical-18x16em { margin-top: 1.125em !important; margin-bottom: 1.125em !important; }
	.Margin-xl-vertical-19x16em { margin-top: 1.1875em !important; margin-bottom: 1.1875em !important; }
	.Margin-xl-vertical-20x16em { margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
	.Margin-xl-vertical-21x16em { margin-top: 1.3125em !important; margin-bottom: 1.3125em !important; }
	.Margin-xl-vertical-22x16em { margin-top: 1.375em !important; margin-bottom: 1.375em !important; }
	.Margin-xl-vertical-23x16em { margin-top: 1.4375em !important; margin-bottom: 1.4375em !important; }
	.Margin-xl-vertical-24x16em { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
	.Margin-xl-top-0x16em { margin-top: 0em !important; }
	.Margin-xl-top-1x16em { margin-top: 0.0625em !important; }
	.Margin-xl-top-2x16em { margin-top: 0.125em !important; }
	.Margin-xl-top-3x16em { margin-top: 0.1875em !important; }
	.Margin-xl-top-4x16em { margin-top: 0.25em !important; }
	.Margin-xl-top-5x16em { margin-top: 0.3125em !important; }
	.Margin-xl-top-6x16em { margin-top: 0.375em !important; }
	.Margin-xl-top-7x16em { margin-top: 0.4375em !important; }
	.Margin-xl-top-8x16em { margin-top: 0.5em !important; }
	.Margin-xl-top-9x16em { margin-top: 0.5625em !important; }
	.Margin-xl-top-10x16em { margin-top: 0.625em !important; }
	.Margin-xl-top-11x16em { margin-top: 0.6875em !important; }
	.Margin-xl-top-12x16em { margin-top: 0.75em !important; }
	.Margin-xl-top-13x16em { margin-top: 0.8125em !important; }
	.Margin-xl-top-14x16em { margin-top: 0.875em !important; }
	.Margin-xl-top-15x16em { margin-top: 0.9375em !important; }
	.Margin-xl-top-16x16em { margin-top: 1em !important; }
	.Margin-xl-top-17x16em { margin-top: 1.0625em !important; }
	.Margin-xl-top-18x16em { margin-top: 1.125em !important; }
	.Margin-xl-top-19x16em { margin-top: 1.1875em !important; }
	.Margin-xl-top-20x16em { margin-top: 1.25em !important; }
	.Margin-xl-top-21x16em { margin-top: 1.3125em !important; }
	.Margin-xl-top-22x16em { margin-top: 1.375em !important; }
	.Margin-xl-top-23x16em { margin-top: 1.4375em !important; }
	.Margin-xl-top-24x16em { margin-top: 1.5em !important; }
	.Margin-xl-right-0x16em { margin-right: 0em !important; }
	.Margin-xl-right-1x16em { margin-right: 0.0625em !important; }
	.Margin-xl-right-2x16em { margin-right: 0.125em !important; }
	.Margin-xl-right-3x16em { margin-right: 0.1875em !important; }
	.Margin-xl-right-4x16em { margin-right: 0.25em !important; }
	.Margin-xl-right-5x16em { margin-right: 0.3125em !important; }
	.Margin-xl-right-6x16em { margin-right: 0.375em !important; }
	.Margin-xl-right-7x16em { margin-right: 0.4375em !important; }
	.Margin-xl-right-8x16em { margin-right: 0.5em !important; }
	.Margin-xl-right-9x16em { margin-right: 0.5625em !important; }
	.Margin-xl-right-10x16em { margin-right: 0.625em !important; }
	.Margin-xl-right-11x16em { margin-right: 0.6875em !important; }
	.Margin-xl-right-12x16em { margin-right: 0.75em !important; }
	.Margin-xl-right-13x16em { margin-right: 0.8125em !important; }
	.Margin-xl-right-14x16em { margin-right: 0.875em !important; }
	.Margin-xl-right-15x16em { margin-right: 0.9375em !important; }
	.Margin-xl-right-16x16em { margin-right: 1em !important; }
	.Margin-xl-right-17x16em { margin-right: 1.0625em !important; }
	.Margin-xl-right-18x16em { margin-right: 1.125em !important; }
	.Margin-xl-right-19x16em { margin-right: 1.1875em !important; }
	.Margin-xl-right-20x16em { margin-right: 1.25em !important; }
	.Margin-xl-right-21x16em { margin-right: 1.3125em !important; }
	.Margin-xl-right-22x16em { margin-right: 1.375em !important; }
	.Margin-xl-right-23x16em { margin-right: 1.4375em !important; }
	.Margin-xl-right-24x16em { margin-right: 1.5em !important; }
	.Margin-xl-bottom-0x16em { margin-bottom: 0em !important; }
	.Margin-xl-bottom-1x16em { margin-bottom: 0.0625em !important; }
	.Margin-xl-bottom-2x16em { margin-bottom: 0.125em !important; }
	.Margin-xl-bottom-3x16em { margin-bottom: 0.1875em !important; }
	.Margin-xl-bottom-4x16em { margin-bottom: 0.25em !important; }
	.Margin-xl-bottom-5x16em { margin-bottom: 0.3125em !important; }
	.Margin-xl-bottom-6x16em { margin-bottom: 0.375em !important; }
	.Margin-xl-bottom-7x16em { margin-bottom: 0.4375em !important; }
	.Margin-xl-bottom-8x16em { margin-bottom: 0.5em !important; }
	.Margin-xl-bottom-9x16em { margin-bottom: 0.5625em !important; }
	.Margin-xl-bottom-10x16em { margin-bottom: 0.625em !important; }
	.Margin-xl-bottom-11x16em { margin-bottom: 0.6875em !important; }
	.Margin-xl-bottom-12x16em { margin-bottom: 0.75em !important; }
	.Margin-xl-bottom-13x16em { margin-bottom: 0.8125em !important; }
	.Margin-xl-bottom-14x16em { margin-bottom: 0.875em !important; }
	.Margin-xl-bottom-15x16em { margin-bottom: 0.9375em !important; }
	.Margin-xl-bottom-16x16em { margin-bottom: 1em !important; }
	.Margin-xl-bottom-17x16em { margin-bottom: 1.0625em !important; }
	.Margin-xl-bottom-18x16em { margin-bottom: 1.125em !important; }
	.Margin-xl-bottom-19x16em { margin-bottom: 1.1875em !important; }
	.Margin-xl-bottom-20x16em { margin-bottom: 1.25em !important; }
	.Margin-xl-bottom-21x16em { margin-bottom: 1.3125em !important; }
	.Margin-xl-bottom-22x16em { margin-bottom: 1.375em !important; }
	.Margin-xl-bottom-23x16em { margin-bottom: 1.4375em !important; }
	.Margin-xl-bottom-24x16em { margin-bottom: 1.5em !important; }
	.Margin-xl-left-0x16em { margin-left: 0em !important; }
	.Margin-xl-left-1x16em { margin-left: 0.0625em !important; }
	.Margin-xl-left-2x16em { margin-left: 0.125em !important; }
	.Margin-xl-left-3x16em { margin-left: 0.1875em !important; }
	.Margin-xl-left-4x16em { margin-left: 0.25em !important; }
	.Margin-xl-left-5x16em { margin-left: 0.3125em !important; }
	.Margin-xl-left-6x16em { margin-left: 0.375em !important; }
	.Margin-xl-left-7x16em { margin-left: 0.4375em !important; }
	.Margin-xl-left-8x16em { margin-left: 0.5em !important; }
	.Margin-xl-left-9x16em { margin-left: 0.5625em !important; }
	.Margin-xl-left-10x16em { margin-left: 0.625em !important; }
	.Margin-xl-left-11x16em { margin-left: 0.6875em !important; }
	.Margin-xl-left-12x16em { margin-left: 0.75em !important; }
	.Margin-xl-left-13x16em { margin-left: 0.8125em !important; }
	.Margin-xl-left-14x16em { margin-left: 0.875em !important; }
	.Margin-xl-left-15x16em { margin-left: 0.9375em !important; }
	.Margin-xl-left-16x16em { margin-left: 1em !important; }
	.Margin-xl-left-17x16em { margin-left: 1.0625em !important; }
	.Margin-xl-left-18x16em { margin-left: 1.125em !important; }
	.Margin-xl-left-19x16em { margin-left: 1.1875em !important; }
	.Margin-xl-left-20x16em { margin-left: 1.25em !important; }
	.Margin-xl-left-21x16em { margin-left: 1.3125em !important; }
	.Margin-xl-left-22x16em { margin-left: 1.375em !important; }
	.Margin-xl-left-23x16em { margin-left: 1.4375em !important; }
	.Margin-xl-left-24x16em { margin-left: 1.5em !important; }
}


/* ------------------------------------------------------------------------------------ */

.Font-xs { font-size: 5vw; }

@media( min-width: 544px ) {
	.Font-xs-stop { font-size: 1.7em; }
	.Font-sm { font-size: 2.9411764706vw; }
}

@media( min-width: 768px ) {
	.Font-sm-stop { font-size: 1.4117647059em; }
	.Font-sm-xs-stop { font-size: 2.4em; }
	.Font-md { font-size: 2.0833333333vw; }
}

@media( min-width: 1024px ) {
	.Font-md-stop { font-size: 1.3333333333em; }
	.Font-xs-md-stop { font-size: 3.2em; }
	.Font-lg { font-size: 1.5625vw; }
}

@media( min-width: 1280px ) {
	.Font-lg-stop { font-size: 1.25em; }
	.Font-xl { font-size: 1.25vw; }
}

@media( min-width: 1920px ) {
	.Font-xl-stop { font-size: 1.5em; }
	.Font-hd { font-size: 0.8333333333vw; }
}
@media( min-width: 2048px ) {
	.Font-2k { font-size: 0.8333333333vw; }
}

@media( min-width: 4096px ) {
	.Font-4k { font-size: 0.390625vw; }
}

@media( min-width: 5120px ) {
	.Font-5k { font-size: 0.3125vw; }
}

/* ------------------------------------------------------------------------------------ */

.Font-xs-0  { font-size: 0 !important; }
.Font-xs-0em  { font-size: 0em !important; }
.Font-xs-1em  { font-size: 1em !important; }
.Font-xs-2em  { font-size: 2em !important; }
.Font-xs-3em  { font-size: 3em !important; }
.Font-xs-4em  { font-size: 4em !important; }
.Font-xs-5em  { font-size: 5em !important; }
.Font-xs-6em  { font-size: 6em !important; }
.Font-xs-7em  { font-size: 7em !important; }
.Font-xs-8em  { font-size: 8em !important; }
.Font-xs-9em  { font-size: 9em !important; }
.Font-xs-10em  { font-size: 10em !important; }
.Font-xs-11em  { font-size: 11em !important; }
.Font-xs-12em  { font-size: 12em !important; }
.Font-xs-13em  { font-size: 13em !important; }
.Font-xs-14em  { font-size: 14em !important; }
.Font-xs-15em  { font-size: 15em !important; }
.Font-xs-16em  { font-size: 16em !important; }

.Font-xs-0x12em  { font-size: 0em !important; }
.Font-xs-1x12em  { font-size: 0.083333333333333em !important; }
.Font-xs-2x12em  { font-size: 0.16666666666667em !important; }
.Font-xs-3x12em  { font-size: 0.25em !important; }
.Font-xs-4x12em  { font-size: 0.33333333333333em !important; }
.Font-xs-5x12em  { font-size: 0.41666666666667em !important; }
.Font-xs-6x12em  { font-size: 0.5em !important; }
.Font-xs-7x12em  { font-size: 0.58333333333333em !important; }
.Font-xs-8x12em  { font-size: 0.66666666666667em !important; }
.Font-xs-9x12em  { font-size: 0.75em !important; }
.Font-xs-10x12em  { font-size: 0.83333333333333em !important; }
.Font-xs-11x12em  { font-size: 0.91666666666667em !important; }
.Font-xs-12x12em  { font-size: 1em !important; }
.Font-xs-13x12em  { font-size: 1.0833333333333em !important; }
.Font-xs-14x12em  { font-size: 1.1666666666667em !important; }
.Font-xs-15x12em  { font-size: 1.25em !important; }
.Font-xs-16x12em  { font-size: 1.3333333333333em !important; }
.Font-xs-17x12em  { font-size: 1.4166666666667em !important; }
.Font-xs-18x12em  { font-size: 1.5em !important; }

.Font-xs-0x16em  { font-size: 0em !important; }
.Font-xs-1x16em  { font-size: 0.0625em !important; }
.Font-xs-2x16em  { font-size: 0.125em !important; }
.Font-xs-3x16em  { font-size: 0.1875em !important; }
.Font-xs-4x16em  { font-size: 0.25em !important; }
.Font-xs-5x16em  { font-size: 0.3125em !important; }
.Font-xs-6x16em  { font-size: 0.375em !important; }
.Font-xs-7x16em  { font-size: 0.4375em !important; }
.Font-xs-8x16em  { font-size: 0.5em !important; }
.Font-xs-9x16em  { font-size: 0.5625em !important; }
.Font-xs-10x16em  { font-size: 0.625em !important; }
.Font-xs-11x16em  { font-size: 0.6875em !important; }
.Font-xs-12x16em  { font-size: 0.75em !important; }
.Font-xs-13x16em  { font-size: 0.8125em !important; }
.Font-xs-14x16em  { font-size: 0.875em !important; }
.Font-xs-15x16em  { font-size: 0.9375em !important; }
.Font-xs-16x16em  { font-size: 1em !important; }
.Font-xs-17x16em  { font-size: 1.0625em !important; }
.Font-xs-18x16em  { font-size: 1.125em !important; }
.Font-xs-19x16em  { font-size: 1.1875em !important; }
.Font-xs-20x16em  { font-size: 1.25em !important; }
.Font-xs-21x16em  { font-size: 1.3125em !important; }
.Font-xs-22x16em  { font-size: 1.375em !important; }
.Font-xs-23x16em  { font-size: 1.4375em !important; }
.Font-xs-24x16em  { font-size: 1.5em !important; }

@media( min-width: 544px ) {
	.Font-sm-0  { font-size: 0 !important; }
	.Font-sm-0em  { font-size: 0em !important; }
	.Font-sm-1em  { font-size: 1em !important; }
	.Font-sm-2em  { font-size: 2em !important; }
	.Font-sm-3em  { font-size: 3em !important; }
	.Font-sm-4em  { font-size: 4em !important; }
	.Font-sm-5em  { font-size: 5em !important; }
	.Font-sm-6em  { font-size: 6em !important; }
	.Font-sm-7em  { font-size: 7em !important; }
	.Font-sm-8em  { font-size: 8em !important; }
	.Font-sm-9em  { font-size: 9em !important; }
	.Font-sm-10em  { font-size: 10em !important; }
	.Font-sm-11em  { font-size: 11em !important; }
	.Font-sm-12em  { font-size: 12em !important; }
	.Font-sm-13em  { font-size: 13em !important; }
	.Font-sm-14em  { font-size: 14em !important; }
	.Font-sm-15em  { font-size: 15em !important; }
	.Font-sm-16em  { font-size: 16em !important; }
	
	.Font-sm-0x12em  { font-size: 0em !important; }
	.Font-sm-1x12em  { font-size: 0.083333333333333em !important; }
	.Font-sm-2x12em  { font-size: 0.16666666666667em !important; }
	.Font-sm-3x12em  { font-size: 0.25em !important; }
	.Font-sm-4x12em  { font-size: 0.33333333333333em !important; }
	.Font-sm-5x12em  { font-size: 0.41666666666667em !important; }
	.Font-sm-6x12em  { font-size: 0.5em !important; }
	.Font-sm-7x12em  { font-size: 0.58333333333333em !important; }
	.Font-sm-8x12em  { font-size: 0.66666666666667em !important; }
	.Font-sm-9x12em  { font-size: 0.75em !important; }
	.Font-sm-10x12em  { font-size: 0.83333333333333em !important; }
	.Font-sm-11x12em  { font-size: 0.91666666666667em !important; }
	.Font-sm-12x12em  { font-size: 1em !important; }
	.Font-sm-13x12em  { font-size: 1.0833333333333em !important; }
	.Font-sm-14x12em  { font-size: 1.1666666666667em !important; }
	.Font-sm-15x12em  { font-size: 1.25em !important; }
	.Font-sm-16x12em  { font-size: 1.3333333333333em !important; }
	.Font-sm-17x12em  { font-size: 1.4166666666667em !important; }
	.Font-sm-18x12em  { font-size: 1.5em !important; }
	
	.Font-sm-0x16em  { font-size: 0em !important; }
	.Font-sm-1x16em  { font-size: 0.0625em !important; }
	.Font-sm-2x16em  { font-size: 0.125em !important; }
	.Font-sm-3x16em  { font-size: 0.1875em !important; }
	.Font-sm-4x16em  { font-size: 0.25em !important; }
	.Font-sm-5x16em  { font-size: 0.3125em !important; }
	.Font-sm-6x16em  { font-size: 0.375em !important; }
	.Font-sm-7x16em  { font-size: 0.4375em !important; }
	.Font-sm-8x16em  { font-size: 0.5em !important; }
	.Font-sm-9x16em  { font-size: 0.5625em !important; }
	.Font-sm-10x16em  { font-size: 0.625em !important; }
	.Font-sm-11x16em  { font-size: 0.6875em !important; }
	.Font-sm-12x16em  { font-size: 0.75em !important; }
	.Font-sm-13x16em  { font-size: 0.8125em !important; }
	.Font-sm-14x16em  { font-size: 0.875em !important; }
	.Font-sm-15x16em  { font-size: 0.9375em !important; }
	.Font-sm-16x16em  { font-size: 1em !important; }
	.Font-sm-17x16em  { font-size: 1.0625em !important; }
	.Font-sm-18x16em  { font-size: 1.125em !important; }
	.Font-sm-19x16em  { font-size: 1.1875em !important; }
	.Font-sm-20x16em  { font-size: 1.25em !important; }
	.Font-sm-21x16em  { font-size: 1.3125em !important; }
	.Font-sm-22x16em  { font-size: 1.375em !important; }
	.Font-sm-23x16em  { font-size: 1.4375em !important; }
	.Font-sm-24x16em  { font-size: 1.5em !important; }
}


@media( min-width: 768px ) {
	.Font-md-0  { font-size: 0 !important; }
	.Font-md-0em  { font-size: 0em !important; }
	.Font-md-1em  { font-size: 1em !important; }
	.Font-md-2em  { font-size: 2em !important; }
	.Font-md-3em  { font-size: 3em !important; }
	.Font-md-4em  { font-size: 4em !important; }
	.Font-md-5em  { font-size: 5em !important; }
	.Font-md-6em  { font-size: 6em !important; }
	.Font-md-7em  { font-size: 7em !important; }
	.Font-md-8em  { font-size: 8em !important; }
	.Font-md-9em  { font-size: 9em !important; }
	.Font-md-10em  { font-size: 10em !important; }
	.Font-md-11em  { font-size: 11em !important; }
	.Font-md-12em  { font-size: 12em !important; }
	.Font-md-13em  { font-size: 13em !important; }
	.Font-md-14em  { font-size: 14em !important; }
	.Font-md-15em  { font-size: 15em !important; }
	.Font-md-16em  { font-size: 16em !important; }
	
	.Font-md-0x12em  { font-size: 0em !important; }
	.Font-md-1x12em  { font-size: 0.083333333333333em !important; }
	.Font-md-2x12em  { font-size: 0.16666666666667em !important; }
	.Font-md-3x12em  { font-size: 0.25em !important; }
	.Font-md-4x12em  { font-size: 0.33333333333333em !important; }
	.Font-md-5x12em  { font-size: 0.41666666666667em !important; }
	.Font-md-6x12em  { font-size: 0.5em !important; }
	.Font-md-7x12em  { font-size: 0.58333333333333em !important; }
	.Font-md-8x12em  { font-size: 0.66666666666667em !important; }
	.Font-md-9x12em  { font-size: 0.75em !important; }
	.Font-md-10x12em  { font-size: 0.83333333333333em !important; }
	.Font-md-11x12em  { font-size: 0.91666666666667em !important; }
	.Font-md-12x12em  { font-size: 1em !important; }
	.Font-md-13x12em  { font-size: 1.0833333333333em !important; }
	.Font-md-14x12em  { font-size: 1.1666666666667em !important; }
	.Font-md-15x12em  { font-size: 1.25em !important; }
	.Font-md-16x12em  { font-size: 1.3333333333333em !important; }
	.Font-md-17x12em  { font-size: 1.4166666666667em !important; }
	.Font-md-18x12em  { font-size: 1.5em !important; }
	
	.Font-md-0x16em  { font-size: 0em !important; }
	.Font-md-1x16em  { font-size: 0.0625em !important; }
	.Font-md-2x16em  { font-size: 0.125em !important; }
	.Font-md-3x16em  { font-size: 0.1875em !important; }
	.Font-md-4x16em  { font-size: 0.25em !important; }
	.Font-md-5x16em  { font-size: 0.3125em !important; }
	.Font-md-6x16em  { font-size: 0.375em !important; }
	.Font-md-7x16em  { font-size: 0.4375em !important; }
	.Font-md-8x16em  { font-size: 0.5em !important; }
	.Font-md-9x16em  { font-size: 0.5625em !important; }
	.Font-md-10x16em  { font-size: 0.625em !important; }
	.Font-md-11x16em  { font-size: 0.6875em !important; }
	.Font-md-12x16em  { font-size: 0.75em !important; }
	.Font-md-13x16em  { font-size: 0.8125em !important; }
	.Font-md-14x16em  { font-size: 0.875em !important; }
	.Font-md-15x16em  { font-size: 0.9375em !important; }
	.Font-md-16x16em  { font-size: 1em !important; }
	.Font-md-17x16em  { font-size: 1.0625em !important; }
	.Font-md-18x16em  { font-size: 1.125em !important; }
	.Font-md-19x16em  { font-size: 1.1875em !important; }
	.Font-md-20x16em  { font-size: 1.25em !important; }
	.Font-md-21x16em  { font-size: 1.3125em !important; }
	.Font-md-22x16em  { font-size: 1.375em !important; }
	.Font-md-23x16em  { font-size: 1.4375em !important; }
	.Font-md-24x16em  { font-size: 1.5em !important; }
}


@media( min-width: 1024px ) {
	.Font-lg-0  { font-size: 0 !important; }
	.Font-lg-0em  { font-size: 0em !important; }
	.Font-lg-1em  { font-size: 1em !important; }
	.Font-lg-2em  { font-size: 2em !important; }
	.Font-lg-3em  { font-size: 3em !important; }
	.Font-lg-4em  { font-size: 4em !important; }
	.Font-lg-5em  { font-size: 5em !important; }
	.Font-lg-6em  { font-size: 6em !important; }
	.Font-lg-7em  { font-size: 7em !important; }
	.Font-lg-8em  { font-size: 8em !important; }
	.Font-lg-9em  { font-size: 9em !important; }
	.Font-lg-10em  { font-size: 10em !important; }
	.Font-lg-11em  { font-size: 11em !important; }
	.Font-lg-12em  { font-size: 12em !important; }
	.Font-lg-13em  { font-size: 13em !important; }
	.Font-lg-14em  { font-size: 14em !important; }
	.Font-lg-15em  { font-size: 15em !important; }
	.Font-lg-16em  { font-size: 16em !important; }
	
	.Font-lg-0x12em  { font-size: 0em !important; }
	.Font-lg-1x12em  { font-size: 0.083333333333333em !important; }
	.Font-lg-2x12em  { font-size: 0.16666666666667em !important; }
	.Font-lg-3x12em  { font-size: 0.25em !important; }
	.Font-lg-4x12em  { font-size: 0.33333333333333em !important; }
	.Font-lg-5x12em  { font-size: 0.41666666666667em !important; }
	.Font-lg-6x12em  { font-size: 0.5em !important; }
	.Font-lg-7x12em  { font-size: 0.58333333333333em !important; }
	.Font-lg-8x12em  { font-size: 0.66666666666667em !important; }
	.Font-lg-9x12em  { font-size: 0.75em !important; }
	.Font-lg-10x12em  { font-size: 0.83333333333333em !important; }
	.Font-lg-11x12em  { font-size: 0.91666666666667em !important; }
	.Font-lg-12x12em  { font-size: 1em !important; }
	.Font-lg-13x12em  { font-size: 1.0833333333333em !important; }
	.Font-lg-14x12em  { font-size: 1.1666666666667em !important; }
	.Font-lg-15x12em  { font-size: 1.25em !important; }
	.Font-lg-16x12em  { font-size: 1.3333333333333em !important; }
	.Font-lg-17x12em  { font-size: 1.4166666666667em !important; }
	.Font-lg-18x12em  { font-size: 1.5em !important; }
	
	.Font-lg-0x16em  { font-size: 0em !important; }
	.Font-lg-1x16em  { font-size: 0.0625em !important; }
	.Font-lg-2x16em  { font-size: 0.125em !important; }
	.Font-lg-3x16em  { font-size: 0.1875em !important; }
	.Font-lg-4x16em  { font-size: 0.25em !important; }
	.Font-lg-5x16em  { font-size: 0.3125em !important; }
	.Font-lg-6x16em  { font-size: 0.375em !important; }
	.Font-lg-7x16em  { font-size: 0.4375em !important; }
	.Font-lg-8x16em  { font-size: 0.5em !important; }
	.Font-lg-9x16em  { font-size: 0.5625em !important; }
	.Font-lg-10x16em  { font-size: 0.625em !important; }
	.Font-lg-11x16em  { font-size: 0.6875em !important; }
	.Font-lg-12x16em  { font-size: 0.75em !important; }
	.Font-lg-13x16em  { font-size: 0.8125em !important; }
	.Font-lg-14x16em  { font-size: 0.875em !important; }
	.Font-lg-15x16em  { font-size: 0.9375em !important; }
	.Font-lg-16x16em  { font-size: 1em !important; }
	.Font-lg-17x16em  { font-size: 1.0625em !important; }
	.Font-lg-18x16em  { font-size: 1.125em !important; }
	.Font-lg-19x16em  { font-size: 1.1875em !important; }
	.Font-lg-20x16em  { font-size: 1.25em !important; }
	.Font-lg-21x16em  { font-size: 1.3125em !important; }
	.Font-lg-22x16em  { font-size: 1.375em !important; }
	.Font-lg-23x16em  { font-size: 1.4375em !important; }
	.Font-lg-24x16em  { font-size: 1.5em !important; }
}


@media( min-width: 1280px ) {
	.Font-xl-0  { font-size: 0 !important; }
	.Font-xl-0em  { font-size: 0em !important; }
	.Font-xl-1em  { font-size: 1em !important; }
	.Font-xl-2em  { font-size: 2em !important; }
	.Font-xl-3em  { font-size: 3em !important; }
	.Font-xl-4em  { font-size: 4em !important; }
	.Font-xl-5em  { font-size: 5em !important; }
	.Font-xl-6em  { font-size: 6em !important; }
	.Font-xl-7em  { font-size: 7em !important; }
	.Font-xl-8em  { font-size: 8em !important; }
	.Font-xl-9em  { font-size: 9em !important; }
	.Font-xl-10em  { font-size: 10em !important; }
	.Font-xl-11em  { font-size: 11em !important; }
	.Font-xl-12em  { font-size: 12em !important; }
	.Font-xl-13em  { font-size: 13em !important; }
	.Font-xl-14em  { font-size: 14em !important; }
	.Font-xl-15em  { font-size: 15em !important; }
	.Font-xl-16em  { font-size: 16em !important; }
	
	.Font-xl-0x12em  { font-size: 0em !important; }
	.Font-xl-1x12em  { font-size: 0.083333333333333em !important; }
	.Font-xl-2x12em  { font-size: 0.16666666666667em !important; }
	.Font-xl-3x12em  { font-size: 0.25em !important; }
	.Font-xl-4x12em  { font-size: 0.33333333333333em !important; }
	.Font-xl-5x12em  { font-size: 0.41666666666667em !important; }
	.Font-xl-6x12em  { font-size: 0.5em !important; }
	.Font-xl-7x12em  { font-size: 0.58333333333333em !important; }
	.Font-xl-8x12em  { font-size: 0.66666666666667em !important; }
	.Font-xl-9x12em  { font-size: 0.75em !important; }
	.Font-xl-10x12em  { font-size: 0.83333333333333em !important; }
	.Font-xl-11x12em  { font-size: 0.91666666666667em !important; }
	.Font-xl-12x12em  { font-size: 1em !important; }
	.Font-xl-13x12em  { font-size: 1.0833333333333em !important; }
	.Font-xl-14x12em  { font-size: 1.1666666666667em !important; }
	.Font-xl-15x12em  { font-size: 1.25em !important; }
	.Font-xl-16x12em  { font-size: 1.3333333333333em !important; }
	.Font-xl-17x12em  { font-size: 1.4166666666667em !important; }
	.Font-xl-18x12em  { font-size: 1.5em !important; }
	
	.Font-xl-0x16em  { font-size: 0em !important; }
	.Font-xl-1x16em  { font-size: 0.0625em !important; }
	.Font-xl-2x16em  { font-size: 0.125em !important; }
	.Font-xl-3x16em  { font-size: 0.1875em !important; }
	.Font-xl-4x16em  { font-size: 0.25em !important; }
	.Font-xl-5x16em  { font-size: 0.3125em !important; }
	.Font-xl-6x16em  { font-size: 0.375em !important; }
	.Font-xl-7x16em  { font-size: 0.4375em !important; }
	.Font-xl-8x16em  { font-size: 0.5em !important; }
	.Font-xl-9x16em  { font-size: 0.5625em !important; }
	.Font-xl-10x16em  { font-size: 0.625em !important; }
	.Font-xl-11x16em  { font-size: 0.6875em !important; }
	.Font-xl-12x16em  { font-size: 0.75em !important; }
	.Font-xl-13x16em  { font-size: 0.8125em !important; }
	.Font-xl-14x16em  { font-size: 0.875em !important; }
	.Font-xl-15x16em  { font-size: 0.9375em !important; }
	.Font-xl-16x16em  { font-size: 1em !important; }
	.Font-xl-17x16em  { font-size: 1.0625em !important; }
	.Font-xl-18x16em  { font-size: 1.125em !important; }
	.Font-xl-19x16em  { font-size: 1.1875em !important; }
	.Font-xl-20x16em  { font-size: 1.25em !important; }
	.Font-xl-21x16em  { font-size: 1.3125em !important; }
	.Font-xl-22x16em  { font-size: 1.375em !important; }
	.Font-xl-23x16em  { font-size: 1.4375em !important; }
	.Font-xl-24x16em  { font-size: 1.5em !important; }
}


/* ------------------------------------------------------------------------------------ */

.Font-xs-100  { font-weight: 100 !important; }
.Font-xs-200  { font-weight: 200 !important; }
.Font-xs-300  { font-weight: 300 !important; }
.Font-xs-400  { font-weight: 400 !important; }
.Font-xs-500  { font-weight: 500 !important; }
.Font-xs-600  { font-weight: 600 !important; }
.Font-xs-700  { font-weight: 700 !important; }
.Font-xs-800  { font-weight: 800 !important; }
.Font-xs-900  { font-weight: 900 !important; }

@media( min-width: 544px ) {
	.Font-sm-100  { font-weight: 100 !important; }
	.Font-sm-200  { font-weight: 200 !important; }
	.Font-sm-300  { font-weight: 300 !important; }
	.Font-sm-400  { font-weight: 400 !important; }
	.Font-sm-500  { font-weight: 500 !important; }
	.Font-sm-600  { font-weight: 600 !important; }
	.Font-sm-700  { font-weight: 700 !important; }
	.Font-sm-800  { font-weight: 800 !important; }
	.Font-sm-900  { font-weight: 900 !important; }
}


@media( min-width: 768px ) {
	.Font-md-100  { font-weight: 100 !important; }
	.Font-md-200  { font-weight: 200 !important; }
	.Font-md-300  { font-weight: 300 !important; }
	.Font-md-400  { font-weight: 400 !important; }
	.Font-md-500  { font-weight: 500 !important; }
	.Font-md-600  { font-weight: 600 !important; }
	.Font-md-700  { font-weight: 700 !important; }
	.Font-md-800  { font-weight: 800 !important; }
	.Font-md-900  { font-weight: 900 !important; }
}


@media( min-width: 1024px ) {
	.Font-lg-100  { font-weight: 100 !important; }
	.Font-lg-200  { font-weight: 200 !important; }
	.Font-lg-300  { font-weight: 300 !important; }
	.Font-lg-400  { font-weight: 400 !important; }
	.Font-lg-500  { font-weight: 500 !important; }
	.Font-lg-600  { font-weight: 600 !important; }
	.Font-lg-700  { font-weight: 700 !important; }
	.Font-lg-800  { font-weight: 800 !important; }
	.Font-lg-900  { font-weight: 900 !important; }
}


@media( min-width: 1280px ) {
	.Font-xl-100  { font-weight: 100 !important; }
	.Font-xl-200  { font-weight: 200 !important; }
	.Font-xl-300  { font-weight: 300 !important; }
	.Font-xl-400  { font-weight: 400 !important; }
	.Font-xl-500  { font-weight: 500 !important; }
	.Font-xl-600  { font-weight: 600 !important; }
	.Font-xl-700  { font-weight: 700 !important; }
	.Font-xl-800  { font-weight: 800 !important; }
	.Font-xl-900  { font-weight: 900 !important; }
}


/* ------------------------------------------------------------------------------------ */

.Vertical-xs-baseline { vertical-align: baseline !important; }
.Vertical-xs-bottom { vertical-align: bottom !important; }
.Vertical-xs-inherit { vertical-align: inherit !important; }
.Vertical-xs-middle { vertical-align: middle !important; }
.Vertical-xs-sub { vertical-align: sub !important; }
.Vertical-xs-super { vertical-align: super !important; }
.Vertical-xs-text-bottom { vertical-align: text-bottom !important; }
.Vertical-xs-text-top { vertical-align: text-top !important; }
.Vertical-xs-top { vertical-align: top !important; }

@media( min-width: 544px ) {
	.Vertical-sm-baseline { vertical-align: baseline !important; }
	.Vertical-sm-bottom { vertical-align: bottom !important; }
	.Vertical-sm-inherit { vertical-align: inherit !important; }
	.Vertical-sm-middle { vertical-align: middle !important; }
	.Vertical-sm-sub { vertical-align: sub !important; }
	.Vertical-sm-super { vertical-align: super !important; }
	.Vertical-sm-text-bottom { vertical-align: text-bottom !important; }
	.Vertical-sm-text-top { vertical-align: text-top !important; }
	.Vertical-sm-top { vertical-align: top !important; }
}


@media( min-width: 768px ) {
	.Vertical-md-baseline { vertical-align: baseline !important; }
	.Vertical-md-bottom { vertical-align: bottom !important; }
	.Vertical-md-inherit { vertical-align: inherit !important; }
	.Vertical-md-middle { vertical-align: middle !important; }
	.Vertical-md-sub { vertical-align: sub !important; }
	.Vertical-md-super { vertical-align: super !important; }
	.Vertical-md-text-bottom { vertical-align: text-bottom !important; }
	.Vertical-md-text-top { vertical-align: text-top !important; }
	.Vertical-md-top { vertical-align: top !important; }
}


@media( min-width: 1024px ) {
	.Vertical-lg-baseline { vertical-align: baseline !important; }
	.Vertical-lg-bottom { vertical-align: bottom !important; }
	.Vertical-lg-inherit { vertical-align: inherit !important; }
	.Vertical-lg-middle { vertical-align: middle !important; }
	.Vertical-lg-sub { vertical-align: sub !important; }
	.Vertical-lg-super { vertical-align: super !important; }
	.Vertical-lg-text-bottom { vertical-align: text-bottom !important; }
	.Vertical-lg-text-top { vertical-align: text-top !important; }
	.Vertical-lg-top { vertical-align: top !important; }
}


@media( min-width: 1280px ) {
	.Vertical-xl-baseline { vertical-align: baseline !important; }
	.Vertical-xl-bottom { vertical-align: bottom !important; }
	.Vertical-xl-inherit { vertical-align: inherit !important; }
	.Vertical-xl-middle { vertical-align: middle !important; }
	.Vertical-xl-sub { vertical-align: sub !important; }
	.Vertical-xl-super { vertical-align: super !important; }
	.Vertical-xl-text-bottom { vertical-align: text-bottom !important; }
	.Vertical-xl-text-top { vertical-align: text-top !important; }
	.Vertical-xl-top { vertical-align: top !important; }
}


/* ------------------------------------------------------------------------------------ */

[class^= "Ratio-xs-"]:not( .Ratio-xs-auto ) ,
[class*=" Ratio-xs-"]:not( .Ratio-xs-auto ) {
	width: 100%; 
	height: 0;
	position: relative;
	display: block;
}

[class^= "Ratio-xs-"]:not( .Ratio-xs-auto ) > * ,
[class*=" Ratio-xs-"]:not( .Ratio-xs-auto ) > * {
	position: absolute !important;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
}

.Ratio-xs-auto {
	width: auto;
	height: auto;
	padding-bottom: 0;
}

.Ratio-xs-auto > * {
	position: relative !important;
	width: auto;
	height: auto;
}

.Ratio-xs-1x1  { padding-bottom: 100.00000%;  }

.Ratio-xs-2x1	{ padding-bottom:  50.00000%; }
.Ratio-xs-3x1	{ padding-bottom:  33.33333%; }
.Ratio-xs-3x2	{ padding-bottom:  66.66667%; }
.Ratio-xs-4x1	{ padding-bottom:  25.00000%; }
.Ratio-xs-4x3	{ padding-bottom:  75.00000%; }
.Ratio-xs-5x1	{ padding-bottom:  20.00000%; }
.Ratio-xs-5x2	{ padding-bottom:  40.00000%; }
.Ratio-xs-5x3	{ padding-bottom:  60.00000%; }
.Ratio-xs-5x4	{ padding-bottom:  80.00000%; }
.Ratio-xs-6x5	{ padding-bottom:  83.33333%; }
.Ratio-xs-7x2	{ padding-bottom:  28.57143%; }
.Ratio-xs-7x5	{ padding-bottom:  71.42857%; }
.Ratio-xs-8x1	{ padding-bottom:  12.50000%; }
.Ratio-xs-8x7	{ padding-bottom:  87.50000%; }
.Ratio-xs-9x8	{ padding-bottom:  88.88889%; }
.Ratio-xs-10x4   { padding-bottom:  40.00000%; }
.Ratio-xs-16x7   { padding-bottom:  43.75000%; }
.Ratio-xs-16x9   { padding-bottom:  56.25000%; }
.Ratio-xs-16x10  { padding-bottom:  62.50000%; }
.Ratio-xs-16x14  { padding-bottom:  87.50000%; }
.Ratio-xs-16x15  { padding-bottom:  93.75000%; }
.Ratio-xs-32x9   { padding-bottom:  28.12500%; }
.Ratio-xs-32x17  { padding-bottom:  53.12500%; }
.Ratio-xs-32x27  { padding-bottom:  84.37500%; }

.Ratio-xs-1x2	{ padding-bottom: 200.00000%; }
.Ratio-xs-1x3	{ padding-bottom: 300.00000%; }
.Ratio-xs-2x3	{ padding-bottom: 150.00000%; }
.Ratio-xs-1x4	{ padding-bottom: 400.00000%; }
.Ratio-xs-3x4	{ padding-bottom: 133.33333%; }
.Ratio-xs-1x5	{ padding-bottom: 500.00000%; }
.Ratio-xs-3x5	{ padding-bottom: 166.66667%; }
.Ratio-xs-4x5	{ padding-bottom: 125.00000%; }
.Ratio-xs-2x7	{ padding-bottom: 350.00000%; }
.Ratio-xs-5x7	{ padding-bottom: 140.00000%; }
.Ratio-xs-1x8	{ padding-bottom: 800.00000%; }
.Ratio-xs-7x8	{ padding-bottom: 114.28571%; }
.Ratio-xs-8x9	{ padding-bottom: 112.50000%; }
.Ratio-xs-7x16   { padding-bottom: 228.57143%; }
.Ratio-xs-9x16   { padding-bottom: 177.77778%; }
.Ratio-xs-10x16  { padding-bottom: 160.00000%; }
.Ratio-xs-14x16  { padding-bottom: 114.28571%; }
.Ratio-xs-15x16  { padding-bottom: 106.66666%; }
.Ratio-xs-9x32   { padding-bottom: 355.55556%; }
.Ratio-xs-17x32  { padding-bottom: 188.23529%; }
.Ratio-xs-27x32  { padding-bottom: 118.51852%; }

.Ratio-xs-0x5vh { padding-bottom: 5vh; }
.Ratio-xs-0x10vh { padding-bottom: 10vh; }
.Ratio-xs-0x15vh { padding-bottom: 15vh; }
.Ratio-xs-0x20vh { padding-bottom: 20vh; }
.Ratio-xs-0x25vh { padding-bottom: 25vh; }
.Ratio-xs-0x30vh { padding-bottom: 30vh; }
.Ratio-xs-0x35vh { padding-bottom: 35vh; }
.Ratio-xs-0x40vh { padding-bottom: 40vh; }
.Ratio-xs-0x45vh { padding-bottom: 45vh; }
.Ratio-xs-0x50vh { padding-bottom: 50vh; }
.Ratio-xs-0x55vh { padding-bottom: 55vh; }
.Ratio-xs-0x60vh { padding-bottom: 60vh; }
.Ratio-xs-0x65vh { padding-bottom: 65vh; }
.Ratio-xs-0x70vh { padding-bottom: 70vh; }
.Ratio-xs-0x75vh { padding-bottom: 75vh; }
.Ratio-xs-0x80vh { padding-bottom: 80vh; }
.Ratio-xs-0x85vh { padding-bottom: 85vh; }
.Ratio-xs-0x90vh { padding-bottom: 90vh; }
.Ratio-xs-0x95vh { padding-bottom: 95vh; }
.Ratio-xs-0x100vh { padding-bottom: 100vh; }

@media( min-width: 544px ) {
	[class^= "Ratio-sm-"]:not( .Ratio-sm-auto ) ,
	[class*=" Ratio-sm-"]:not( .Ratio-sm-auto ) {
		width: 100%; 
		height: 0;
		position: relative;
		display: block;
	}
	
	[class^= "Ratio-sm-"]:not( .Ratio-sm-auto ) > * ,
	[class*=" Ratio-sm-"]:not( .Ratio-sm-auto ) > * {
		position: absolute !important;
		top: 0; right: 0; bottom: 0; left: 0;
		width: 100%;
		height: 100%;
	}
	
	.Ratio-sm-auto {
		width: auto;
		height: auto;
		padding-bottom: 0;
	}
	
	.Ratio-sm-auto > * {
		position: relative !important;
		width: auto;
		height: auto;
	}
	
	.Ratio-sm-1x1  { padding-bottom: 100.00000%;  }
	
	.Ratio-sm-2x1	{ padding-bottom:  50.00000%; }
	.Ratio-sm-3x1	{ padding-bottom:  33.33333%; }
	.Ratio-sm-3x2	{ padding-bottom:  66.66667%; }
	.Ratio-sm-4x1	{ padding-bottom:  25.00000%; }
	.Ratio-sm-4x3	{ padding-bottom:  75.00000%; }
	.Ratio-sm-5x1	{ padding-bottom:  20.00000%; }
	.Ratio-sm-5x2	{ padding-bottom:  40.00000%; }
	.Ratio-sm-5x3	{ padding-bottom:  60.00000%; }
	.Ratio-sm-5x4	{ padding-bottom:  80.00000%; }
	.Ratio-sm-6x5	{ padding-bottom:  83.33333%; }
	.Ratio-sm-7x2	{ padding-bottom:  28.57143%; }
	.Ratio-sm-7x5	{ padding-bottom:  71.42857%; }
	.Ratio-sm-8x1	{ padding-bottom:  12.50000%; }
	.Ratio-sm-8x7	{ padding-bottom:  87.50000%; }
	.Ratio-sm-9x8	{ padding-bottom:  88.88889%; }
	.Ratio-sm-10x4   { padding-bottom:  40.00000%; }
	.Ratio-sm-16x7   { padding-bottom:  43.75000%; }
	.Ratio-sm-16x9   { padding-bottom:  56.25000%; }
	.Ratio-sm-16x10  { padding-bottom:  62.50000%; }
	.Ratio-sm-16x14  { padding-bottom:  87.50000%; }
	.Ratio-sm-16x15  { padding-bottom:  93.75000%; }
	.Ratio-sm-32x9   { padding-bottom:  28.12500%; }
	.Ratio-sm-32x17  { padding-bottom:  53.12500%; }
	.Ratio-sm-32x27  { padding-bottom:  84.37500%; }
	
	.Ratio-sm-1x2	{ padding-bottom: 200.00000%; }
	.Ratio-sm-1x3	{ padding-bottom: 300.00000%; }
	.Ratio-sm-2x3	{ padding-bottom: 150.00000%; }
	.Ratio-sm-1x4	{ padding-bottom: 400.00000%; }
	.Ratio-sm-3x4	{ padding-bottom: 133.33333%; }
	.Ratio-sm-1x5	{ padding-bottom: 500.00000%; }
	.Ratio-sm-3x5	{ padding-bottom: 166.66667%; }
	.Ratio-sm-4x5	{ padding-bottom: 125.00000%; }
	.Ratio-sm-2x7	{ padding-bottom: 350.00000%; }
	.Ratio-sm-5x7	{ padding-bottom: 140.00000%; }
	.Ratio-sm-1x8	{ padding-bottom: 800.00000%; }
	.Ratio-sm-7x8	{ padding-bottom: 114.28571%; }
	.Ratio-sm-8x9	{ padding-bottom: 112.50000%; }
	.Ratio-sm-7x16   { padding-bottom: 228.57143%; }
	.Ratio-sm-9x16   { padding-bottom: 177.77778%; }
	.Ratio-sm-10x16  { padding-bottom: 160.00000%; }
	.Ratio-sm-14x16  { padding-bottom: 114.28571%; }
	.Ratio-sm-15x16  { padding-bottom: 106.66666%; }
	.Ratio-sm-9x32   { padding-bottom: 355.55556%; }
	.Ratio-sm-17x32  { padding-bottom: 188.23529%; }
	.Ratio-sm-27x32  { padding-bottom: 118.51852%; }
	
	.Ratio-sm-0x5vh { padding-bottom: 5vh; }
	.Ratio-sm-0x10vh { padding-bottom: 10vh; }
	.Ratio-sm-0x15vh { padding-bottom: 15vh; }
	.Ratio-sm-0x20vh { padding-bottom: 20vh; }
	.Ratio-sm-0x25vh { padding-bottom: 25vh; }
	.Ratio-sm-0x30vh { padding-bottom: 30vh; }
	.Ratio-sm-0x35vh { padding-bottom: 35vh; }
	.Ratio-sm-0x40vh { padding-bottom: 40vh; }
	.Ratio-sm-0x45vh { padding-bottom: 45vh; }
	.Ratio-sm-0x50vh { padding-bottom: 50vh; }
	.Ratio-sm-0x55vh { padding-bottom: 55vh; }
	.Ratio-sm-0x60vh { padding-bottom: 60vh; }
	.Ratio-sm-0x65vh { padding-bottom: 65vh; }
	.Ratio-sm-0x70vh { padding-bottom: 70vh; }
	.Ratio-sm-0x75vh { padding-bottom: 75vh; }
	.Ratio-sm-0x80vh { padding-bottom: 80vh; }
	.Ratio-sm-0x85vh { padding-bottom: 85vh; }
	.Ratio-sm-0x90vh { padding-bottom: 90vh; }
	.Ratio-sm-0x95vh { padding-bottom: 95vh; }
	.Ratio-sm-0x100vh { padding-bottom: 100vh; }
}


@media( min-width: 768px ) {
	[class^= "Ratio-md-"]:not( .Ratio-md-auto ) ,
	[class*=" Ratio-md-"]:not( .Ratio-md-auto ) {
		width: 100%; 
		height: 0;
		position: relative;
		display: block;
	}
	
	[class^= "Ratio-md-"]:not( .Ratio-md-auto ) > * ,
	[class*=" Ratio-md-"]:not( .Ratio-md-auto ) > * {
		position: absolute !important;
		top: 0; right: 0; bottom: 0; left: 0;
		width: 100%;
		height: 100%;
	}
	
	.Ratio-md-auto {
		width: auto;
		height: auto;
		padding-bottom: 0;
	}
	
	.Ratio-md-auto > * {
		position: relative !important;
		width: auto;
		height: auto;
	}
	
	.Ratio-md-1x1  { padding-bottom: 100.00000%;  }
	
	.Ratio-md-2x1	{ padding-bottom:  50.00000%; }
	.Ratio-md-3x1	{ padding-bottom:  33.33333%; }
	.Ratio-md-3x2	{ padding-bottom:  66.66667%; }
	.Ratio-md-4x1	{ padding-bottom:  25.00000%; }
	.Ratio-md-4x3	{ padding-bottom:  75.00000%; }
	.Ratio-md-5x1	{ padding-bottom:  20.00000%; }
	.Ratio-md-5x2	{ padding-bottom:  40.00000%; }
	.Ratio-md-5x3	{ padding-bottom:  60.00000%; }
	.Ratio-md-5x4	{ padding-bottom:  80.00000%; }
	.Ratio-md-6x5	{ padding-bottom:  83.33333%; }
	.Ratio-md-7x2	{ padding-bottom:  28.57143%; }
	.Ratio-md-7x5	{ padding-bottom:  71.42857%; }
	.Ratio-md-8x1	{ padding-bottom:  12.50000%; }
	.Ratio-md-8x7	{ padding-bottom:  87.50000%; }
	.Ratio-md-9x8	{ padding-bottom:  88.88889%; }
	.Ratio-md-10x4   { padding-bottom:  40.00000%; }
	.Ratio-md-16x7   { padding-bottom:  43.75000%; }
	.Ratio-md-16x9   { padding-bottom:  56.25000%; }
	.Ratio-md-16x10  { padding-bottom:  62.50000%; }
	.Ratio-md-16x14  { padding-bottom:  87.50000%; }
	.Ratio-md-16x15  { padding-bottom:  93.75000%; }
	.Ratio-md-32x9   { padding-bottom:  28.12500%; }
	.Ratio-md-32x17  { padding-bottom:  53.12500%; }
	.Ratio-md-32x27  { padding-bottom:  84.37500%; }
	
	.Ratio-md-1x2	{ padding-bottom: 200.00000%; }
	.Ratio-md-1x3	{ padding-bottom: 300.00000%; }
	.Ratio-md-2x3	{ padding-bottom: 150.00000%; }
	.Ratio-md-1x4	{ padding-bottom: 400.00000%; }
	.Ratio-md-3x4	{ padding-bottom: 133.33333%; }
	.Ratio-md-1x5	{ padding-bottom: 500.00000%; }
	.Ratio-md-3x5	{ padding-bottom: 166.66667%; }
	.Ratio-md-4x5	{ padding-bottom: 125.00000%; }
	.Ratio-md-2x7	{ padding-bottom: 350.00000%; }
	.Ratio-md-5x7	{ padding-bottom: 140.00000%; }
	.Ratio-md-1x8	{ padding-bottom: 800.00000%; }
	.Ratio-md-7x8	{ padding-bottom: 114.28571%; }
	.Ratio-md-8x9	{ padding-bottom: 112.50000%; }
	.Ratio-md-7x16   { padding-bottom: 228.57143%; }
	.Ratio-md-9x16   { padding-bottom: 177.77778%; }
	.Ratio-md-10x16  { padding-bottom: 160.00000%; }
	.Ratio-md-14x16  { padding-bottom: 114.28571%; }
	.Ratio-md-15x16  { padding-bottom: 106.66666%; }
	.Ratio-md-9x32   { padding-bottom: 355.55556%; }
	.Ratio-md-17x32  { padding-bottom: 188.23529%; }
	.Ratio-md-27x32  { padding-bottom: 118.51852%; }
	
	.Ratio-md-0x5vh { padding-bottom: 5vh; }
	.Ratio-md-0x10vh { padding-bottom: 10vh; }
	.Ratio-md-0x15vh { padding-bottom: 15vh; }
	.Ratio-md-0x20vh { padding-bottom: 20vh; }
	.Ratio-md-0x25vh { padding-bottom: 25vh; }
	.Ratio-md-0x30vh { padding-bottom: 30vh; }
	.Ratio-md-0x35vh { padding-bottom: 35vh; }
	.Ratio-md-0x40vh { padding-bottom: 40vh; }
	.Ratio-md-0x45vh { padding-bottom: 45vh; }
	.Ratio-md-0x50vh { padding-bottom: 50vh; }
	.Ratio-md-0x55vh { padding-bottom: 55vh; }
	.Ratio-md-0x60vh { padding-bottom: 60vh; }
	.Ratio-md-0x65vh { padding-bottom: 65vh; }
	.Ratio-md-0x70vh { padding-bottom: 70vh; }
	.Ratio-md-0x75vh { padding-bottom: 75vh; }
	.Ratio-md-0x80vh { padding-bottom: 80vh; }
	.Ratio-md-0x85vh { padding-bottom: 85vh; }
	.Ratio-md-0x90vh { padding-bottom: 90vh; }
	.Ratio-md-0x95vh { padding-bottom: 95vh; }
	.Ratio-md-0x100vh { padding-bottom: 100vh; }
}


@media( min-width: 1024px ) {
	[class^= "Ratio-lg-"]:not( .Ratio-lg-auto ) ,
	[class*=" Ratio-lg-"]:not( .Ratio-lg-auto ) {
		width: 100%; 
		height: 0;
		position: relative;
		display: block;
	}
	
	[class^= "Ratio-lg-"]:not( .Ratio-lg-auto ) > * ,
	[class*=" Ratio-lg-"]:not( .Ratio-lg-auto ) > * {
		position: absolute !important;
		top: 0; right: 0; bottom: 0; left: 0;
		width: 100%;
		height: 100%;
	}
	
	.Ratio-lg-auto {
		width: auto;
		height: auto;
		padding-bottom: 0;
	}
	
	.Ratio-lg-auto > * {
		position: relative !important;
		width: auto;
		height: auto;
	}
	
	.Ratio-lg-1x1  { padding-bottom: 100.00000%;  }
	
	.Ratio-lg-2x1	{ padding-bottom:  50.00000%; }
	.Ratio-lg-3x1	{ padding-bottom:  33.33333%; }
	.Ratio-lg-3x2	{ padding-bottom:  66.66667%; }
	.Ratio-lg-4x1	{ padding-bottom:  25.00000%; }
	.Ratio-lg-4x3	{ padding-bottom:  75.00000%; }
	.Ratio-lg-5x1	{ padding-bottom:  20.00000%; }
	.Ratio-lg-5x2	{ padding-bottom:  40.00000%; }
	.Ratio-lg-5x3	{ padding-bottom:  60.00000%; }
	.Ratio-lg-5x4	{ padding-bottom:  80.00000%; }
	.Ratio-lg-6x5	{ padding-bottom:  83.33333%; }
	.Ratio-lg-7x2	{ padding-bottom:  28.57143%; }
	.Ratio-lg-7x5	{ padding-bottom:  71.42857%; }
	.Ratio-lg-8x1	{ padding-bottom:  12.50000%; }
	.Ratio-lg-8x7	{ padding-bottom:  87.50000%; }
	.Ratio-lg-9x8	{ padding-bottom:  88.88889%; }
	.Ratio-lg-10x4   { padding-bottom:  40.00000%; }
	.Ratio-lg-16x7   { padding-bottom:  43.75000%; }
	.Ratio-lg-16x9   { padding-bottom:  56.25000%; }
	.Ratio-lg-16x10  { padding-bottom:  62.50000%; }
	.Ratio-lg-16x14  { padding-bottom:  87.50000%; }
	.Ratio-lg-16x15  { padding-bottom:  93.75000%; }
	.Ratio-lg-32x9   { padding-bottom:  28.12500%; }
	.Ratio-lg-32x17  { padding-bottom:  53.12500%; }
	.Ratio-lg-32x27  { padding-bottom:  84.37500%; }
	
	.Ratio-lg-1x2	{ padding-bottom: 200.00000%; }
	.Ratio-lg-1x3	{ padding-bottom: 300.00000%; }
	.Ratio-lg-2x3	{ padding-bottom: 150.00000%; }
	.Ratio-lg-1x4	{ padding-bottom: 400.00000%; }
	.Ratio-lg-3x4	{ padding-bottom: 133.33333%; }
	.Ratio-lg-1x5	{ padding-bottom: 500.00000%; }
	.Ratio-lg-3x5	{ padding-bottom: 166.66667%; }
	.Ratio-lg-4x5	{ padding-bottom: 125.00000%; }
	.Ratio-lg-2x7	{ padding-bottom: 350.00000%; }
	.Ratio-lg-5x7	{ padding-bottom: 140.00000%; }
	.Ratio-lg-1x8	{ padding-bottom: 800.00000%; }
	.Ratio-lg-7x8	{ padding-bottom: 114.28571%; }
	.Ratio-lg-8x9	{ padding-bottom: 112.50000%; }
	.Ratio-lg-7x16   { padding-bottom: 228.57143%; }
	.Ratio-lg-9x16   { padding-bottom: 177.77778%; }
	.Ratio-lg-10x16  { padding-bottom: 160.00000%; }
	.Ratio-lg-14x16  { padding-bottom: 114.28571%; }
	.Ratio-lg-15x16  { padding-bottom: 106.66666%; }
	.Ratio-lg-9x32   { padding-bottom: 355.55556%; }
	.Ratio-lg-17x32  { padding-bottom: 188.23529%; }
	.Ratio-lg-27x32  { padding-bottom: 118.51852%; }
	
	.Ratio-lg-0x5vh { padding-bottom: 5vh; }
	.Ratio-lg-0x10vh { padding-bottom: 10vh; }
	.Ratio-lg-0x15vh { padding-bottom: 15vh; }
	.Ratio-lg-0x20vh { padding-bottom: 20vh; }
	.Ratio-lg-0x25vh { padding-bottom: 25vh; }
	.Ratio-lg-0x30vh { padding-bottom: 30vh; }
	.Ratio-lg-0x35vh { padding-bottom: 35vh; }
	.Ratio-lg-0x40vh { padding-bottom: 40vh; }
	.Ratio-lg-0x45vh { padding-bottom: 45vh; }
	.Ratio-lg-0x50vh { padding-bottom: 50vh; }
	.Ratio-lg-0x55vh { padding-bottom: 55vh; }
	.Ratio-lg-0x60vh { padding-bottom: 60vh; }
	.Ratio-lg-0x65vh { padding-bottom: 65vh; }
	.Ratio-lg-0x70vh { padding-bottom: 70vh; }
	.Ratio-lg-0x75vh { padding-bottom: 75vh; }
	.Ratio-lg-0x80vh { padding-bottom: 80vh; }
	.Ratio-lg-0x85vh { padding-bottom: 85vh; }
	.Ratio-lg-0x90vh { padding-bottom: 90vh; }
	.Ratio-lg-0x95vh { padding-bottom: 95vh; }
	.Ratio-lg-0x100vh { padding-bottom: 100vh; }
}


@media( min-width: 1280px ) {
	[class^= "Ratio-xl-"]:not( .Ratio-xl-auto ) ,
	[class*=" Ratio-xl-"]:not( .Ratio-xl-auto ) {
		width: 100%; 
		height: 0;
		position: relative;
		display: block;
	}
	
	[class^= "Ratio-xl-"]:not( .Ratio-xl-auto ) > * ,
	[class*=" Ratio-xl-"]:not( .Ratio-xl-auto ) > * {
		position: absolute !important;
		top: 0; right: 0; bottom: 0; left: 0;
		width: 100%;
		height: 100%;
	}
	
	.Ratio-xl-auto {
		width: auto;
		height: auto;
		padding-bottom: 0;
	}
	
	.Ratio-xl-auto > * {
		position: relative !important;
		width: auto;
		height: auto;
	}
	
	.Ratio-xl-1x1  { padding-bottom: 100.00000%;  }
	
	.Ratio-xl-2x1	{ padding-bottom:  50.00000%; }
	.Ratio-xl-3x1	{ padding-bottom:  33.33333%; }
	.Ratio-xl-3x2	{ padding-bottom:  66.66667%; }
	.Ratio-xl-4x1	{ padding-bottom:  25.00000%; }
	.Ratio-xl-4x3	{ padding-bottom:  75.00000%; }
	.Ratio-xl-5x1	{ padding-bottom:  20.00000%; }
	.Ratio-xl-5x2	{ padding-bottom:  40.00000%; }
	.Ratio-xl-5x3	{ padding-bottom:  60.00000%; }
	.Ratio-xl-5x4	{ padding-bottom:  80.00000%; }
	.Ratio-xl-6x5	{ padding-bottom:  83.33333%; }
	.Ratio-xl-7x2	{ padding-bottom:  28.57143%; }
	.Ratio-xl-7x5	{ padding-bottom:  71.42857%; }
	.Ratio-xl-8x1	{ padding-bottom:  12.50000%; }
	.Ratio-xl-8x7	{ padding-bottom:  87.50000%; }
	.Ratio-xl-9x8	{ padding-bottom:  88.88889%; }
	.Ratio-xl-10x4   { padding-bottom:  40.00000%; }
	.Ratio-xl-16x7   { padding-bottom:  43.75000%; }
	.Ratio-xl-16x9   { padding-bottom:  56.25000%; }
	.Ratio-xl-16x10  { padding-bottom:  62.50000%; }
	.Ratio-xl-16x14  { padding-bottom:  87.50000%; }
	.Ratio-xl-16x15  { padding-bottom:  93.75000%; }
	.Ratio-xl-32x9   { padding-bottom:  28.12500%; }
	.Ratio-xl-32x17  { padding-bottom:  53.12500%; }
	.Ratio-xl-32x27  { padding-bottom:  84.37500%; }
	
	.Ratio-xl-1x2	{ padding-bottom: 200.00000%; }
	.Ratio-xl-1x3	{ padding-bottom: 300.00000%; }
	.Ratio-xl-2x3	{ padding-bottom: 150.00000%; }
	.Ratio-xl-1x4	{ padding-bottom: 400.00000%; }
	.Ratio-xl-3x4	{ padding-bottom: 133.33333%; }
	.Ratio-xl-1x5	{ padding-bottom: 500.00000%; }
	.Ratio-xl-3x5	{ padding-bottom: 166.66667%; }
	.Ratio-xl-4x5	{ padding-bottom: 125.00000%; }
	.Ratio-xl-2x7	{ padding-bottom: 350.00000%; }
	.Ratio-xl-5x7	{ padding-bottom: 140.00000%; }
	.Ratio-xl-1x8	{ padding-bottom: 800.00000%; }
	.Ratio-xl-7x8	{ padding-bottom: 114.28571%; }
	.Ratio-xl-8x9	{ padding-bottom: 112.50000%; }
	.Ratio-xl-7x16   { padding-bottom: 228.57143%; }
	.Ratio-xl-9x16   { padding-bottom: 177.77778%; }
	.Ratio-xl-10x16  { padding-bottom: 160.00000%; }
	.Ratio-xl-14x16  { padding-bottom: 114.28571%; }
	.Ratio-xl-15x16  { padding-bottom: 106.66666%; }
	.Ratio-xl-9x32   { padding-bottom: 355.55556%; }
	.Ratio-xl-17x32  { padding-bottom: 188.23529%; }
	.Ratio-xl-27x32  { padding-bottom: 118.51852%; }
	
	.Ratio-xl-0x5vh { padding-bottom: 5vh; }
	.Ratio-xl-0x10vh { padding-bottom: 10vh; }
	.Ratio-xl-0x15vh { padding-bottom: 15vh; }
	.Ratio-xl-0x20vh { padding-bottom: 20vh; }
	.Ratio-xl-0x25vh { padding-bottom: 25vh; }
	.Ratio-xl-0x30vh { padding-bottom: 30vh; }
	.Ratio-xl-0x35vh { padding-bottom: 35vh; }
	.Ratio-xl-0x40vh { padding-bottom: 40vh; }
	.Ratio-xl-0x45vh { padding-bottom: 45vh; }
	.Ratio-xl-0x50vh { padding-bottom: 50vh; }
	.Ratio-xl-0x55vh { padding-bottom: 55vh; }
	.Ratio-xl-0x60vh { padding-bottom: 60vh; }
	.Ratio-xl-0x65vh { padding-bottom: 65vh; }
	.Ratio-xl-0x70vh { padding-bottom: 70vh; }
	.Ratio-xl-0x75vh { padding-bottom: 75vh; }
	.Ratio-xl-0x80vh { padding-bottom: 80vh; }
	.Ratio-xl-0x85vh { padding-bottom: 85vh; }
	.Ratio-xl-0x90vh { padding-bottom: 90vh; }
	.Ratio-xl-0x95vh { padding-bottom: 95vh; }
	.Ratio-xl-0x100vh { padding-bottom: 100vh; }
}


/* ------------------------------------------------------------------------------------ */

.Position-xs-relative { position: relative !important; }
.Position-xs-absolute { position: absolute !important; }
.Position-xs-fixed	{ position: fixed !important; }

.Position-xs-top-0 { top: 0; }
.Position-xs-left-0 { left: 0; }
.Position-xs-bottom-0 { bottom: 0; }
.Position-xs-right-0 { right: 0; }

.Position-xs-top-auto { top: auto; }
.Position-xs-left-auto { left: auto; }
.Position-xs-bottom-auto { bottom: auto; }
.Position-xs-right-auto { right: auto; }

.Position-xs-top-0em { top: 0em; }
.Position-xs-left-0em { left: 0em; }
.Position-xs-bottom-0em { bottom: 0em; }
.Position-xs-right-0em { right: 0em; }
.Position-xs-top-1em { top: 1em; }
.Position-xs-left-1em { left: 1em; }
.Position-xs-bottom-1em { bottom: 1em; }
.Position-xs-right-1em { right: 1em; }
.Position-xs-top-2em { top: 2em; }
.Position-xs-left-2em { left: 2em; }
.Position-xs-bottom-2em { bottom: 2em; }
.Position-xs-right-2em { right: 2em; }
.Position-xs-top-3em { top: 3em; }
.Position-xs-left-3em { left: 3em; }
.Position-xs-bottom-3em { bottom: 3em; }
.Position-xs-right-3em { right: 3em; }
.Position-xs-top-4em { top: 4em; }
.Position-xs-left-4em { left: 4em; }
.Position-xs-bottom-4em { bottom: 4em; }
.Position-xs-right-4em { right: 4em; }
.Position-xs-top-5em { top: 5em; }
.Position-xs-left-5em { left: 5em; }
.Position-xs-bottom-5em { bottom: 5em; }
.Position-xs-right-5em { right: 5em; }
.Position-xs-top-6em { top: 6em; }
.Position-xs-left-6em { left: 6em; }
.Position-xs-bottom-6em { bottom: 6em; }
.Position-xs-right-6em { right: 6em; }
.Position-xs-top-7em { top: 7em; }
.Position-xs-left-7em { left: 7em; }
.Position-xs-bottom-7em { bottom: 7em; }
.Position-xs-right-7em { right: 7em; }
.Position-xs-top-8em { top: 8em; }
.Position-xs-left-8em { left: 8em; }
.Position-xs-bottom-8em { bottom: 8em; }
.Position-xs-right-8em { right: 8em; }
.Position-xs-top-9em { top: 9em; }
.Position-xs-left-9em { left: 9em; }
.Position-xs-bottom-9em { bottom: 9em; }
.Position-xs-right-9em { right: 9em; }
.Position-xs-top-10em { top: 10em; }
.Position-xs-left-10em { left: 10em; }
.Position-xs-bottom-10em { bottom: 10em; }
.Position-xs-right-10em { right: 10em; }
.Position-xs-top-11em { top: 11em; }
.Position-xs-left-11em { left: 11em; }
.Position-xs-bottom-11em { bottom: 11em; }
.Position-xs-right-11em { right: 11em; }
.Position-xs-top-12em { top: 12em; }
.Position-xs-left-12em { left: 12em; }
.Position-xs-bottom-12em { bottom: 12em; }
.Position-xs-right-12em { right: 12em; }
.Position-xs-top-13em { top: 13em; }
.Position-xs-left-13em { left: 13em; }
.Position-xs-bottom-13em { bottom: 13em; }
.Position-xs-right-13em { right: 13em; }
.Position-xs-top-14em { top: 14em; }
.Position-xs-left-14em { left: 14em; }
.Position-xs-bottom-14em { bottom: 14em; }
.Position-xs-right-14em { right: 14em; }
.Position-xs-top-15em { top: 15em; }
.Position-xs-left-15em { left: 15em; }
.Position-xs-bottom-15em { bottom: 15em; }
.Position-xs-right-15em { right: 15em; }
.Position-xs-top-16em { top: 16em; }
.Position-xs-left-16em { left: 16em; }
.Position-xs-bottom-16em { bottom: 16em; }
.Position-xs-right-16em { right: 16em; }
.Position-xs-top-17em { top: 17em; }
.Position-xs-left-17em { left: 17em; }
.Position-xs-bottom-17em { bottom: 17em; }
.Position-xs-right-17em { right: 17em; }
.Position-xs-top-18em { top: 18em; }
.Position-xs-left-18em { left: 18em; }
.Position-xs-bottom-18em { bottom: 18em; }
.Position-xs-right-18em { right: 18em; }
.Position-xs-top-19em { top: 19em; }
.Position-xs-left-19em { left: 19em; }
.Position-xs-bottom-19em { bottom: 19em; }
.Position-xs-right-19em { right: 19em; }
.Position-xs-top-20em { top: 20em; }
.Position-xs-left-20em { left: 20em; }
.Position-xs-bottom-20em { bottom: 20em; }
.Position-xs-right-20em { right: 20em; }
.Position-xs-top-21em { top: 21em; }
.Position-xs-left-21em { left: 21em; }
.Position-xs-bottom-21em { bottom: 21em; }
.Position-xs-right-21em { right: 21em; }
.Position-xs-top-22em { top: 22em; }
.Position-xs-left-22em { left: 22em; }
.Position-xs-bottom-22em { bottom: 22em; }
.Position-xs-right-22em { right: 22em; }
.Position-xs-top-23em { top: 23em; }
.Position-xs-left-23em { left: 23em; }
.Position-xs-bottom-23em { bottom: 23em; }
.Position-xs-right-23em { right: 23em; }
.Position-xs-top-24em { top: 24em; }
.Position-xs-left-24em { left: 24em; }
.Position-xs-bottom-24em { bottom: 24em; }
.Position-xs-right-24em { right: 24em; }

.Position-xs-top-0x16em { top: 0em; }
.Position-xs-left-0x16em { left: 0em; }
.Position-xs-bottom-0x16em { bottom: 0em; }
.Position-xs-right-0x16em { right: 0em; }
.Position-xs-top-1x16em { top: 0.0625em; }
.Position-xs-left-1x16em { left: 0.0625em; }
.Position-xs-bottom-1x16em { bottom: 0.0625em; }
.Position-xs-right-1x16em { right: 0.0625em; }
.Position-xs-top-2x16em { top: 0.125em; }
.Position-xs-left-2x16em { left: 0.125em; }
.Position-xs-bottom-2x16em { bottom: 0.125em; }
.Position-xs-right-2x16em { right: 0.125em; }
.Position-xs-top-3x16em { top: 0.1875em; }
.Position-xs-left-3x16em { left: 0.1875em; }
.Position-xs-bottom-3x16em { bottom: 0.1875em; }
.Position-xs-right-3x16em { right: 0.1875em; }
.Position-xs-top-4x16em { top: 0.25em; }
.Position-xs-left-4x16em { left: 0.25em; }
.Position-xs-bottom-4x16em { bottom: 0.25em; }
.Position-xs-right-4x16em { right: 0.25em; }
.Position-xs-top-5x16em { top: 0.3125em; }
.Position-xs-left-5x16em { left: 0.3125em; }
.Position-xs-bottom-5x16em { bottom: 0.3125em; }
.Position-xs-right-5x16em { right: 0.3125em; }
.Position-xs-top-6x16em { top: 0.375em; }
.Position-xs-left-6x16em { left: 0.375em; }
.Position-xs-bottom-6x16em { bottom: 0.375em; }
.Position-xs-right-6x16em { right: 0.375em; }
.Position-xs-top-7x16em { top: 0.4375em; }
.Position-xs-left-7x16em { left: 0.4375em; }
.Position-xs-bottom-7x16em { bottom: 0.4375em; }
.Position-xs-right-7x16em { right: 0.4375em; }
.Position-xs-top-8x16em { top: 0.5em; }
.Position-xs-left-8x16em { left: 0.5em; }
.Position-xs-bottom-8x16em { bottom: 0.5em; }
.Position-xs-right-8x16em { right: 0.5em; }
.Position-xs-top-9x16em { top: 0.5625em; }
.Position-xs-left-9x16em { left: 0.5625em; }
.Position-xs-bottom-9x16em { bottom: 0.5625em; }
.Position-xs-right-9x16em { right: 0.5625em; }
.Position-xs-top-10x16em { top: 0.625em; }
.Position-xs-left-10x16em { left: 0.625em; }
.Position-xs-bottom-10x16em { bottom: 0.625em; }
.Position-xs-right-10x16em { right: 0.625em; }
.Position-xs-top-11x16em { top: 0.6875em; }
.Position-xs-left-11x16em { left: 0.6875em; }
.Position-xs-bottom-11x16em { bottom: 0.6875em; }
.Position-xs-right-11x16em { right: 0.6875em; }
.Position-xs-top-12x16em { top: 0.75em; }
.Position-xs-left-12x16em { left: 0.75em; }
.Position-xs-bottom-12x16em { bottom: 0.75em; }
.Position-xs-right-12x16em { right: 0.75em; }
.Position-xs-top-13x16em { top: 0.8125em; }
.Position-xs-left-13x16em { left: 0.8125em; }
.Position-xs-bottom-13x16em { bottom: 0.8125em; }
.Position-xs-right-13x16em { right: 0.8125em; }
.Position-xs-top-14x16em { top: 0.875em; }
.Position-xs-left-14x16em { left: 0.875em; }
.Position-xs-bottom-14x16em { bottom: 0.875em; }
.Position-xs-right-14x16em { right: 0.875em; }
.Position-xs-top-15x16em { top: 0.9375em; }
.Position-xs-left-15x16em { left: 0.9375em; }
.Position-xs-bottom-15x16em { bottom: 0.9375em; }
.Position-xs-right-15x16em { right: 0.9375em; }
.Position-xs-top-16x16em { top: 1em; }
.Position-xs-left-16x16em { left: 1em; }
.Position-xs-bottom-16x16em { bottom: 1em; }
.Position-xs-right-16x16em { right: 1em; }
.Position-xs-top-17x16em { top: 1.0625em; }
.Position-xs-left-17x16em { left: 1.0625em; }
.Position-xs-bottom-17x16em { bottom: 1.0625em; }
.Position-xs-right-17x16em { right: 1.0625em; }
.Position-xs-top-18x16em { top: 1.125em; }
.Position-xs-left-18x16em { left: 1.125em; }
.Position-xs-bottom-18x16em { bottom: 1.125em; }
.Position-xs-right-18x16em { right: 1.125em; }
.Position-xs-top-19x16em { top: 1.1875em; }
.Position-xs-left-19x16em { left: 1.1875em; }
.Position-xs-bottom-19x16em { bottom: 1.1875em; }
.Position-xs-right-19x16em { right: 1.1875em; }
.Position-xs-top-20x16em { top: 1.25em; }
.Position-xs-left-20x16em { left: 1.25em; }
.Position-xs-bottom-20x16em { bottom: 1.25em; }
.Position-xs-right-20x16em { right: 1.25em; }
.Position-xs-top-21x16em { top: 1.3125em; }
.Position-xs-left-21x16em { left: 1.3125em; }
.Position-xs-bottom-21x16em { bottom: 1.3125em; }
.Position-xs-right-21x16em { right: 1.3125em; }
.Position-xs-top-22x16em { top: 1.375em; }
.Position-xs-left-22x16em { left: 1.375em; }
.Position-xs-bottom-22x16em { bottom: 1.375em; }
.Position-xs-right-22x16em { right: 1.375em; }
.Position-xs-top-23x16em { top: 1.4375em; }
.Position-xs-left-23x16em { left: 1.4375em; }
.Position-xs-bottom-23x16em { bottom: 1.4375em; }
.Position-xs-right-23x16em { right: 1.4375em; }
.Position-xs-top-24x16em { top: 1.5em; }
.Position-xs-left-24x16em { left: 1.5em; }
.Position-xs-bottom-24x16em { bottom: 1.5em; }
.Position-xs-right-24x16em { right: 1.5em; }

.Position-xs-horizontal {
	left: 0;
	right: 0;
	width: 100%;
}

.Position-xs-vertical {
	top: 0;
	bottom: 0;
	height: 100%;
}

.Position-xs-full {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.Position-xs--16 { z-index: -16; }
.Position-xs--15 { z-index: -15; }
.Position-xs--14 { z-index: -14; }
.Position-xs--13 { z-index: -13; }
.Position-xs--12 { z-index: -12; }
.Position-xs--11 { z-index: -11; }
.Position-xs--10 { z-index: -10; }
.Position-xs--9 { z-index: -9; }
.Position-xs--8 { z-index: -8; }
.Position-xs--7 { z-index: -7; }
.Position-xs--6 { z-index: -6; }
.Position-xs--5 { z-index: -5; }
.Position-xs--4 { z-index: -4; }
.Position-xs--3 { z-index: -3; }
.Position-xs--2 { z-index: -2; }
.Position-xs--1 { z-index: -1; }
.Position-xs-0 { z-index: 0; }
.Position-xs-1 { z-index: 1; }
.Position-xs-2 { z-index: 2; }
.Position-xs-3 { z-index: 3; }
.Position-xs-4 { z-index: 4; }
.Position-xs-5 { z-index: 5; }
.Position-xs-6 { z-index: 6; }
.Position-xs-7 { z-index: 7; }
.Position-xs-8 { z-index: 8; }
.Position-xs-9 { z-index: 9; }
.Position-xs-10 { z-index: 10; }
.Position-xs-11 { z-index: 11; }
.Position-xs-12 { z-index: 12; }
.Position-xs-13 { z-index: 13; }
.Position-xs-14 { z-index: 14; }
.Position-xs-15 { z-index: 15; }
.Position-xs-16 { z-index: 16; }

@media( min-width: 544px ) {
	.Position-sm-relative { position: relative !important; }
	.Position-sm-absolute { position: absolute !important; }
	.Position-sm-fixed	{ position: fixed !important; }
	
	.Position-sm-top-0 { top: 0; }
	.Position-sm-left-0 { left: 0; }
	.Position-sm-bottom-0 { bottom: 0; }
	.Position-sm-right-0 { right: 0; }
	
	.Position-sm-top-auto { top: auto; }
	.Position-sm-left-auto { left: auto; }
	.Position-sm-bottom-auto { bottom: auto; }
	.Position-sm-right-auto { right: auto; }
	
	.Position-sm-top-0em { top: 0em; }
	.Position-sm-left-0em { left: 0em; }
	.Position-sm-bottom-0em { bottom: 0em; }
	.Position-sm-right-0em { right: 0em; }
	.Position-sm-top-1em { top: 1em; }
	.Position-sm-left-1em { left: 1em; }
	.Position-sm-bottom-1em { bottom: 1em; }
	.Position-sm-right-1em { right: 1em; }
	.Position-sm-top-2em { top: 2em; }
	.Position-sm-left-2em { left: 2em; }
	.Position-sm-bottom-2em { bottom: 2em; }
	.Position-sm-right-2em { right: 2em; }
	.Position-sm-top-3em { top: 3em; }
	.Position-sm-left-3em { left: 3em; }
	.Position-sm-bottom-3em { bottom: 3em; }
	.Position-sm-right-3em { right: 3em; }
	.Position-sm-top-4em { top: 4em; }
	.Position-sm-left-4em { left: 4em; }
	.Position-sm-bottom-4em { bottom: 4em; }
	.Position-sm-right-4em { right: 4em; }
	.Position-sm-top-5em { top: 5em; }
	.Position-sm-left-5em { left: 5em; }
	.Position-sm-bottom-5em { bottom: 5em; }
	.Position-sm-right-5em { right: 5em; }
	.Position-sm-top-6em { top: 6em; }
	.Position-sm-left-6em { left: 6em; }
	.Position-sm-bottom-6em { bottom: 6em; }
	.Position-sm-right-6em { right: 6em; }
	.Position-sm-top-7em { top: 7em; }
	.Position-sm-left-7em { left: 7em; }
	.Position-sm-bottom-7em { bottom: 7em; }
	.Position-sm-right-7em { right: 7em; }
	.Position-sm-top-8em { top: 8em; }
	.Position-sm-left-8em { left: 8em; }
	.Position-sm-bottom-8em { bottom: 8em; }
	.Position-sm-right-8em { right: 8em; }
	.Position-sm-top-9em { top: 9em; }
	.Position-sm-left-9em { left: 9em; }
	.Position-sm-bottom-9em { bottom: 9em; }
	.Position-sm-right-9em { right: 9em; }
	.Position-sm-top-10em { top: 10em; }
	.Position-sm-left-10em { left: 10em; }
	.Position-sm-bottom-10em { bottom: 10em; }
	.Position-sm-right-10em { right: 10em; }
	.Position-sm-top-11em { top: 11em; }
	.Position-sm-left-11em { left: 11em; }
	.Position-sm-bottom-11em { bottom: 11em; }
	.Position-sm-right-11em { right: 11em; }
	.Position-sm-top-12em { top: 12em; }
	.Position-sm-left-12em { left: 12em; }
	.Position-sm-bottom-12em { bottom: 12em; }
	.Position-sm-right-12em { right: 12em; }
	.Position-sm-top-13em { top: 13em; }
	.Position-sm-left-13em { left: 13em; }
	.Position-sm-bottom-13em { bottom: 13em; }
	.Position-sm-right-13em { right: 13em; }
	.Position-sm-top-14em { top: 14em; }
	.Position-sm-left-14em { left: 14em; }
	.Position-sm-bottom-14em { bottom: 14em; }
	.Position-sm-right-14em { right: 14em; }
	.Position-sm-top-15em { top: 15em; }
	.Position-sm-left-15em { left: 15em; }
	.Position-sm-bottom-15em { bottom: 15em; }
	.Position-sm-right-15em { right: 15em; }
	.Position-sm-top-16em { top: 16em; }
	.Position-sm-left-16em { left: 16em; }
	.Position-sm-bottom-16em { bottom: 16em; }
	.Position-sm-right-16em { right: 16em; }
	.Position-sm-top-17em { top: 17em; }
	.Position-sm-left-17em { left: 17em; }
	.Position-sm-bottom-17em { bottom: 17em; }
	.Position-sm-right-17em { right: 17em; }
	.Position-sm-top-18em { top: 18em; }
	.Position-sm-left-18em { left: 18em; }
	.Position-sm-bottom-18em { bottom: 18em; }
	.Position-sm-right-18em { right: 18em; }
	.Position-sm-top-19em { top: 19em; }
	.Position-sm-left-19em { left: 19em; }
	.Position-sm-bottom-19em { bottom: 19em; }
	.Position-sm-right-19em { right: 19em; }
	.Position-sm-top-20em { top: 20em; }
	.Position-sm-left-20em { left: 20em; }
	.Position-sm-bottom-20em { bottom: 20em; }
	.Position-sm-right-20em { right: 20em; }
	.Position-sm-top-21em { top: 21em; }
	.Position-sm-left-21em { left: 21em; }
	.Position-sm-bottom-21em { bottom: 21em; }
	.Position-sm-right-21em { right: 21em; }
	.Position-sm-top-22em { top: 22em; }
	.Position-sm-left-22em { left: 22em; }
	.Position-sm-bottom-22em { bottom: 22em; }
	.Position-sm-right-22em { right: 22em; }
	.Position-sm-top-23em { top: 23em; }
	.Position-sm-left-23em { left: 23em; }
	.Position-sm-bottom-23em { bottom: 23em; }
	.Position-sm-right-23em { right: 23em; }
	.Position-sm-top-24em { top: 24em; }
	.Position-sm-left-24em { left: 24em; }
	.Position-sm-bottom-24em { bottom: 24em; }
	.Position-sm-right-24em { right: 24em; }
	
	.Position-sm-top-0x16em { top: 0em; }
	.Position-sm-left-0x16em { left: 0em; }
	.Position-sm-bottom-0x16em { bottom: 0em; }
	.Position-sm-right-0x16em { right: 0em; }
	.Position-sm-top-1x16em { top: 0.0625em; }
	.Position-sm-left-1x16em { left: 0.0625em; }
	.Position-sm-bottom-1x16em { bottom: 0.0625em; }
	.Position-sm-right-1x16em { right: 0.0625em; }
	.Position-sm-top-2x16em { top: 0.125em; }
	.Position-sm-left-2x16em { left: 0.125em; }
	.Position-sm-bottom-2x16em { bottom: 0.125em; }
	.Position-sm-right-2x16em { right: 0.125em; }
	.Position-sm-top-3x16em { top: 0.1875em; }
	.Position-sm-left-3x16em { left: 0.1875em; }
	.Position-sm-bottom-3x16em { bottom: 0.1875em; }
	.Position-sm-right-3x16em { right: 0.1875em; }
	.Position-sm-top-4x16em { top: 0.25em; }
	.Position-sm-left-4x16em { left: 0.25em; }
	.Position-sm-bottom-4x16em { bottom: 0.25em; }
	.Position-sm-right-4x16em { right: 0.25em; }
	.Position-sm-top-5x16em { top: 0.3125em; }
	.Position-sm-left-5x16em { left: 0.3125em; }
	.Position-sm-bottom-5x16em { bottom: 0.3125em; }
	.Position-sm-right-5x16em { right: 0.3125em; }
	.Position-sm-top-6x16em { top: 0.375em; }
	.Position-sm-left-6x16em { left: 0.375em; }
	.Position-sm-bottom-6x16em { bottom: 0.375em; }
	.Position-sm-right-6x16em { right: 0.375em; }
	.Position-sm-top-7x16em { top: 0.4375em; }
	.Position-sm-left-7x16em { left: 0.4375em; }
	.Position-sm-bottom-7x16em { bottom: 0.4375em; }
	.Position-sm-right-7x16em { right: 0.4375em; }
	.Position-sm-top-8x16em { top: 0.5em; }
	.Position-sm-left-8x16em { left: 0.5em; }
	.Position-sm-bottom-8x16em { bottom: 0.5em; }
	.Position-sm-right-8x16em { right: 0.5em; }
	.Position-sm-top-9x16em { top: 0.5625em; }
	.Position-sm-left-9x16em { left: 0.5625em; }
	.Position-sm-bottom-9x16em { bottom: 0.5625em; }
	.Position-sm-right-9x16em { right: 0.5625em; }
	.Position-sm-top-10x16em { top: 0.625em; }
	.Position-sm-left-10x16em { left: 0.625em; }
	.Position-sm-bottom-10x16em { bottom: 0.625em; }
	.Position-sm-right-10x16em { right: 0.625em; }
	.Position-sm-top-11x16em { top: 0.6875em; }
	.Position-sm-left-11x16em { left: 0.6875em; }
	.Position-sm-bottom-11x16em { bottom: 0.6875em; }
	.Position-sm-right-11x16em { right: 0.6875em; }
	.Position-sm-top-12x16em { top: 0.75em; }
	.Position-sm-left-12x16em { left: 0.75em; }
	.Position-sm-bottom-12x16em { bottom: 0.75em; }
	.Position-sm-right-12x16em { right: 0.75em; }
	.Position-sm-top-13x16em { top: 0.8125em; }
	.Position-sm-left-13x16em { left: 0.8125em; }
	.Position-sm-bottom-13x16em { bottom: 0.8125em; }
	.Position-sm-right-13x16em { right: 0.8125em; }
	.Position-sm-top-14x16em { top: 0.875em; }
	.Position-sm-left-14x16em { left: 0.875em; }
	.Position-sm-bottom-14x16em { bottom: 0.875em; }
	.Position-sm-right-14x16em { right: 0.875em; }
	.Position-sm-top-15x16em { top: 0.9375em; }
	.Position-sm-left-15x16em { left: 0.9375em; }
	.Position-sm-bottom-15x16em { bottom: 0.9375em; }
	.Position-sm-right-15x16em { right: 0.9375em; }
	.Position-sm-top-16x16em { top: 1em; }
	.Position-sm-left-16x16em { left: 1em; }
	.Position-sm-bottom-16x16em { bottom: 1em; }
	.Position-sm-right-16x16em { right: 1em; }
	.Position-sm-top-17x16em { top: 1.0625em; }
	.Position-sm-left-17x16em { left: 1.0625em; }
	.Position-sm-bottom-17x16em { bottom: 1.0625em; }
	.Position-sm-right-17x16em { right: 1.0625em; }
	.Position-sm-top-18x16em { top: 1.125em; }
	.Position-sm-left-18x16em { left: 1.125em; }
	.Position-sm-bottom-18x16em { bottom: 1.125em; }
	.Position-sm-right-18x16em { right: 1.125em; }
	.Position-sm-top-19x16em { top: 1.1875em; }
	.Position-sm-left-19x16em { left: 1.1875em; }
	.Position-sm-bottom-19x16em { bottom: 1.1875em; }
	.Position-sm-right-19x16em { right: 1.1875em; }
	.Position-sm-top-20x16em { top: 1.25em; }
	.Position-sm-left-20x16em { left: 1.25em; }
	.Position-sm-bottom-20x16em { bottom: 1.25em; }
	.Position-sm-right-20x16em { right: 1.25em; }
	.Position-sm-top-21x16em { top: 1.3125em; }
	.Position-sm-left-21x16em { left: 1.3125em; }
	.Position-sm-bottom-21x16em { bottom: 1.3125em; }
	.Position-sm-right-21x16em { right: 1.3125em; }
	.Position-sm-top-22x16em { top: 1.375em; }
	.Position-sm-left-22x16em { left: 1.375em; }
	.Position-sm-bottom-22x16em { bottom: 1.375em; }
	.Position-sm-right-22x16em { right: 1.375em; }
	.Position-sm-top-23x16em { top: 1.4375em; }
	.Position-sm-left-23x16em { left: 1.4375em; }
	.Position-sm-bottom-23x16em { bottom: 1.4375em; }
	.Position-sm-right-23x16em { right: 1.4375em; }
	.Position-sm-top-24x16em { top: 1.5em; }
	.Position-sm-left-24x16em { left: 1.5em; }
	.Position-sm-bottom-24x16em { bottom: 1.5em; }
	.Position-sm-right-24x16em { right: 1.5em; }
	
	.Position-sm-horizontal {
		left: 0;
		right: 0;
		width: 100%;
	}
	
	.Position-sm-vertical {
		top: 0;
		bottom: 0;
		height: 100%;
	}
	
	.Position-sm-full {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	
	.Position-sm--16 { z-index: -16; }
	.Position-sm--15 { z-index: -15; }
	.Position-sm--14 { z-index: -14; }
	.Position-sm--13 { z-index: -13; }
	.Position-sm--12 { z-index: -12; }
	.Position-sm--11 { z-index: -11; }
	.Position-sm--10 { z-index: -10; }
	.Position-sm--9 { z-index: -9; }
	.Position-sm--8 { z-index: -8; }
	.Position-sm--7 { z-index: -7; }
	.Position-sm--6 { z-index: -6; }
	.Position-sm--5 { z-index: -5; }
	.Position-sm--4 { z-index: -4; }
	.Position-sm--3 { z-index: -3; }
	.Position-sm--2 { z-index: -2; }
	.Position-sm--1 { z-index: -1; }
	.Position-sm-0 { z-index: 0; }
	.Position-sm-1 { z-index: 1; }
	.Position-sm-2 { z-index: 2; }
	.Position-sm-3 { z-index: 3; }
	.Position-sm-4 { z-index: 4; }
	.Position-sm-5 { z-index: 5; }
	.Position-sm-6 { z-index: 6; }
	.Position-sm-7 { z-index: 7; }
	.Position-sm-8 { z-index: 8; }
	.Position-sm-9 { z-index: 9; }
	.Position-sm-10 { z-index: 10; }
	.Position-sm-11 { z-index: 11; }
	.Position-sm-12 { z-index: 12; }
	.Position-sm-13 { z-index: 13; }
	.Position-sm-14 { z-index: 14; }
	.Position-sm-15 { z-index: 15; }
	.Position-sm-16 { z-index: 16; }
}


@media( min-width: 768px ) {
	.Position-md-relative { position: relative !important; }
	.Position-md-absolute { position: absolute !important; }
	.Position-md-fixed	{ position: fixed !important; }
	
	.Position-md-top-0 { top: 0; }
	.Position-md-left-0 { left: 0; }
	.Position-md-bottom-0 { bottom: 0; }
	.Position-md-right-0 { right: 0; }
	
	.Position-md-top-auto { top: auto; }
	.Position-md-left-auto { left: auto; }
	.Position-md-bottom-auto { bottom: auto; }
	.Position-md-right-auto { right: auto; }
	
	.Position-md-top-0em { top: 0em; }
	.Position-md-left-0em { left: 0em; }
	.Position-md-bottom-0em { bottom: 0em; }
	.Position-md-right-0em { right: 0em; }
	.Position-md-top-1em { top: 1em; }
	.Position-md-left-1em { left: 1em; }
	.Position-md-bottom-1em { bottom: 1em; }
	.Position-md-right-1em { right: 1em; }
	.Position-md-top-2em { top: 2em; }
	.Position-md-left-2em { left: 2em; }
	.Position-md-bottom-2em { bottom: 2em; }
	.Position-md-right-2em { right: 2em; }
	.Position-md-top-3em { top: 3em; }
	.Position-md-left-3em { left: 3em; }
	.Position-md-bottom-3em { bottom: 3em; }
	.Position-md-right-3em { right: 3em; }
	.Position-md-top-4em { top: 4em; }
	.Position-md-left-4em { left: 4em; }
	.Position-md-bottom-4em { bottom: 4em; }
	.Position-md-right-4em { right: 4em; }
	.Position-md-top-5em { top: 5em; }
	.Position-md-left-5em { left: 5em; }
	.Position-md-bottom-5em { bottom: 5em; }
	.Position-md-right-5em { right: 5em; }
	.Position-md-top-6em { top: 6em; }
	.Position-md-left-6em { left: 6em; }
	.Position-md-bottom-6em { bottom: 6em; }
	.Position-md-right-6em { right: 6em; }
	.Position-md-top-7em { top: 7em; }
	.Position-md-left-7em { left: 7em; }
	.Position-md-bottom-7em { bottom: 7em; }
	.Position-md-right-7em { right: 7em; }
	.Position-md-top-8em { top: 8em; }
	.Position-md-left-8em { left: 8em; }
	.Position-md-bottom-8em { bottom: 8em; }
	.Position-md-right-8em { right: 8em; }
	.Position-md-top-9em { top: 9em; }
	.Position-md-left-9em { left: 9em; }
	.Position-md-bottom-9em { bottom: 9em; }
	.Position-md-right-9em { right: 9em; }
	.Position-md-top-10em { top: 10em; }
	.Position-md-left-10em { left: 10em; }
	.Position-md-bottom-10em { bottom: 10em; }
	.Position-md-right-10em { right: 10em; }
	.Position-md-top-11em { top: 11em; }
	.Position-md-left-11em { left: 11em; }
	.Position-md-bottom-11em { bottom: 11em; }
	.Position-md-right-11em { right: 11em; }
	.Position-md-top-12em { top: 12em; }
	.Position-md-left-12em { left: 12em; }
	.Position-md-bottom-12em { bottom: 12em; }
	.Position-md-right-12em { right: 12em; }
	.Position-md-top-13em { top: 13em; }
	.Position-md-left-13em { left: 13em; }
	.Position-md-bottom-13em { bottom: 13em; }
	.Position-md-right-13em { right: 13em; }
	.Position-md-top-14em { top: 14em; }
	.Position-md-left-14em { left: 14em; }
	.Position-md-bottom-14em { bottom: 14em; }
	.Position-md-right-14em { right: 14em; }
	.Position-md-top-15em { top: 15em; }
	.Position-md-left-15em { left: 15em; }
	.Position-md-bottom-15em { bottom: 15em; }
	.Position-md-right-15em { right: 15em; }
	.Position-md-top-16em { top: 16em; }
	.Position-md-left-16em { left: 16em; }
	.Position-md-bottom-16em { bottom: 16em; }
	.Position-md-right-16em { right: 16em; }
	.Position-md-top-17em { top: 17em; }
	.Position-md-left-17em { left: 17em; }
	.Position-md-bottom-17em { bottom: 17em; }
	.Position-md-right-17em { right: 17em; }
	.Position-md-top-18em { top: 18em; }
	.Position-md-left-18em { left: 18em; }
	.Position-md-bottom-18em { bottom: 18em; }
	.Position-md-right-18em { right: 18em; }
	.Position-md-top-19em { top: 19em; }
	.Position-md-left-19em { left: 19em; }
	.Position-md-bottom-19em { bottom: 19em; }
	.Position-md-right-19em { right: 19em; }
	.Position-md-top-20em { top: 20em; }
	.Position-md-left-20em { left: 20em; }
	.Position-md-bottom-20em { bottom: 20em; }
	.Position-md-right-20em { right: 20em; }
	.Position-md-top-21em { top: 21em; }
	.Position-md-left-21em { left: 21em; }
	.Position-md-bottom-21em { bottom: 21em; }
	.Position-md-right-21em { right: 21em; }
	.Position-md-top-22em { top: 22em; }
	.Position-md-left-22em { left: 22em; }
	.Position-md-bottom-22em { bottom: 22em; }
	.Position-md-right-22em { right: 22em; }
	.Position-md-top-23em { top: 23em; }
	.Position-md-left-23em { left: 23em; }
	.Position-md-bottom-23em { bottom: 23em; }
	.Position-md-right-23em { right: 23em; }
	.Position-md-top-24em { top: 24em; }
	.Position-md-left-24em { left: 24em; }
	.Position-md-bottom-24em { bottom: 24em; }
	.Position-md-right-24em { right: 24em; }
	
	.Position-md-top-0x16em { top: 0em; }
	.Position-md-left-0x16em { left: 0em; }
	.Position-md-bottom-0x16em { bottom: 0em; }
	.Position-md-right-0x16em { right: 0em; }
	.Position-md-top-1x16em { top: 0.0625em; }
	.Position-md-left-1x16em { left: 0.0625em; }
	.Position-md-bottom-1x16em { bottom: 0.0625em; }
	.Position-md-right-1x16em { right: 0.0625em; }
	.Position-md-top-2x16em { top: 0.125em; }
	.Position-md-left-2x16em { left: 0.125em; }
	.Position-md-bottom-2x16em { bottom: 0.125em; }
	.Position-md-right-2x16em { right: 0.125em; }
	.Position-md-top-3x16em { top: 0.1875em; }
	.Position-md-left-3x16em { left: 0.1875em; }
	.Position-md-bottom-3x16em { bottom: 0.1875em; }
	.Position-md-right-3x16em { right: 0.1875em; }
	.Position-md-top-4x16em { top: 0.25em; }
	.Position-md-left-4x16em { left: 0.25em; }
	.Position-md-bottom-4x16em { bottom: 0.25em; }
	.Position-md-right-4x16em { right: 0.25em; }
	.Position-md-top-5x16em { top: 0.3125em; }
	.Position-md-left-5x16em { left: 0.3125em; }
	.Position-md-bottom-5x16em { bottom: 0.3125em; }
	.Position-md-right-5x16em { right: 0.3125em; }
	.Position-md-top-6x16em { top: 0.375em; }
	.Position-md-left-6x16em { left: 0.375em; }
	.Position-md-bottom-6x16em { bottom: 0.375em; }
	.Position-md-right-6x16em { right: 0.375em; }
	.Position-md-top-7x16em { top: 0.4375em; }
	.Position-md-left-7x16em { left: 0.4375em; }
	.Position-md-bottom-7x16em { bottom: 0.4375em; }
	.Position-md-right-7x16em { right: 0.4375em; }
	.Position-md-top-8x16em { top: 0.5em; }
	.Position-md-left-8x16em { left: 0.5em; }
	.Position-md-bottom-8x16em { bottom: 0.5em; }
	.Position-md-right-8x16em { right: 0.5em; }
	.Position-md-top-9x16em { top: 0.5625em; }
	.Position-md-left-9x16em { left: 0.5625em; }
	.Position-md-bottom-9x16em { bottom: 0.5625em; }
	.Position-md-right-9x16em { right: 0.5625em; }
	.Position-md-top-10x16em { top: 0.625em; }
	.Position-md-left-10x16em { left: 0.625em; }
	.Position-md-bottom-10x16em { bottom: 0.625em; }
	.Position-md-right-10x16em { right: 0.625em; }
	.Position-md-top-11x16em { top: 0.6875em; }
	.Position-md-left-11x16em { left: 0.6875em; }
	.Position-md-bottom-11x16em { bottom: 0.6875em; }
	.Position-md-right-11x16em { right: 0.6875em; }
	.Position-md-top-12x16em { top: 0.75em; }
	.Position-md-left-12x16em { left: 0.75em; }
	.Position-md-bottom-12x16em { bottom: 0.75em; }
	.Position-md-right-12x16em { right: 0.75em; }
	.Position-md-top-13x16em { top: 0.8125em; }
	.Position-md-left-13x16em { left: 0.8125em; }
	.Position-md-bottom-13x16em { bottom: 0.8125em; }
	.Position-md-right-13x16em { right: 0.8125em; }
	.Position-md-top-14x16em { top: 0.875em; }
	.Position-md-left-14x16em { left: 0.875em; }
	.Position-md-bottom-14x16em { bottom: 0.875em; }
	.Position-md-right-14x16em { right: 0.875em; }
	.Position-md-top-15x16em { top: 0.9375em; }
	.Position-md-left-15x16em { left: 0.9375em; }
	.Position-md-bottom-15x16em { bottom: 0.9375em; }
	.Position-md-right-15x16em { right: 0.9375em; }
	.Position-md-top-16x16em { top: 1em; }
	.Position-md-left-16x16em { left: 1em; }
	.Position-md-bottom-16x16em { bottom: 1em; }
	.Position-md-right-16x16em { right: 1em; }
	.Position-md-top-17x16em { top: 1.0625em; }
	.Position-md-left-17x16em { left: 1.0625em; }
	.Position-md-bottom-17x16em { bottom: 1.0625em; }
	.Position-md-right-17x16em { right: 1.0625em; }
	.Position-md-top-18x16em { top: 1.125em; }
	.Position-md-left-18x16em { left: 1.125em; }
	.Position-md-bottom-18x16em { bottom: 1.125em; }
	.Position-md-right-18x16em { right: 1.125em; }
	.Position-md-top-19x16em { top: 1.1875em; }
	.Position-md-left-19x16em { left: 1.1875em; }
	.Position-md-bottom-19x16em { bottom: 1.1875em; }
	.Position-md-right-19x16em { right: 1.1875em; }
	.Position-md-top-20x16em { top: 1.25em; }
	.Position-md-left-20x16em { left: 1.25em; }
	.Position-md-bottom-20x16em { bottom: 1.25em; }
	.Position-md-right-20x16em { right: 1.25em; }
	.Position-md-top-21x16em { top: 1.3125em; }
	.Position-md-left-21x16em { left: 1.3125em; }
	.Position-md-bottom-21x16em { bottom: 1.3125em; }
	.Position-md-right-21x16em { right: 1.3125em; }
	.Position-md-top-22x16em { top: 1.375em; }
	.Position-md-left-22x16em { left: 1.375em; }
	.Position-md-bottom-22x16em { bottom: 1.375em; }
	.Position-md-right-22x16em { right: 1.375em; }
	.Position-md-top-23x16em { top: 1.4375em; }
	.Position-md-left-23x16em { left: 1.4375em; }
	.Position-md-bottom-23x16em { bottom: 1.4375em; }
	.Position-md-right-23x16em { right: 1.4375em; }
	.Position-md-top-24x16em { top: 1.5em; }
	.Position-md-left-24x16em { left: 1.5em; }
	.Position-md-bottom-24x16em { bottom: 1.5em; }
	.Position-md-right-24x16em { right: 1.5em; }
	
	.Position-md-horizontal {
		left: 0;
		right: 0;
		width: 100%;
	}
	
	.Position-md-vertical {
		top: 0;
		bottom: 0;
		height: 100%;
	}
	
	.Position-md-full {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	
	.Position-md--16 { z-index: -16; }
	.Position-md--15 { z-index: -15; }
	.Position-md--14 { z-index: -14; }
	.Position-md--13 { z-index: -13; }
	.Position-md--12 { z-index: -12; }
	.Position-md--11 { z-index: -11; }
	.Position-md--10 { z-index: -10; }
	.Position-md--9 { z-index: -9; }
	.Position-md--8 { z-index: -8; }
	.Position-md--7 { z-index: -7; }
	.Position-md--6 { z-index: -6; }
	.Position-md--5 { z-index: -5; }
	.Position-md--4 { z-index: -4; }
	.Position-md--3 { z-index: -3; }
	.Position-md--2 { z-index: -2; }
	.Position-md--1 { z-index: -1; }
	.Position-md-0 { z-index: 0; }
	.Position-md-1 { z-index: 1; }
	.Position-md-2 { z-index: 2; }
	.Position-md-3 { z-index: 3; }
	.Position-md-4 { z-index: 4; }
	.Position-md-5 { z-index: 5; }
	.Position-md-6 { z-index: 6; }
	.Position-md-7 { z-index: 7; }
	.Position-md-8 { z-index: 8; }
	.Position-md-9 { z-index: 9; }
	.Position-md-10 { z-index: 10; }
	.Position-md-11 { z-index: 11; }
	.Position-md-12 { z-index: 12; }
	.Position-md-13 { z-index: 13; }
	.Position-md-14 { z-index: 14; }
	.Position-md-15 { z-index: 15; }
	.Position-md-16 { z-index: 16; }
}


@media( min-width: 1024px ) {
	.Position-lg-relative { position: relative !important; }
	.Position-lg-absolute { position: absolute !important; }
	.Position-lg-fixed	{ position: fixed !important; }
	
	.Position-lg-top-0 { top: 0; }
	.Position-lg-left-0 { left: 0; }
	.Position-lg-bottom-0 { bottom: 0; }
	.Position-lg-right-0 { right: 0; }
	
	.Position-lg-top-auto { top: auto; }
	.Position-lg-left-auto { left: auto; }
	.Position-lg-bottom-auto { bottom: auto; }
	.Position-lg-right-auto { right: auto; }
	
	.Position-lg-top-0em { top: 0em; }
	.Position-lg-left-0em { left: 0em; }
	.Position-lg-bottom-0em { bottom: 0em; }
	.Position-lg-right-0em { right: 0em; }
	.Position-lg-top-1em { top: 1em; }
	.Position-lg-left-1em { left: 1em; }
	.Position-lg-bottom-1em { bottom: 1em; }
	.Position-lg-right-1em { right: 1em; }
	.Position-lg-top-2em { top: 2em; }
	.Position-lg-left-2em { left: 2em; }
	.Position-lg-bottom-2em { bottom: 2em; }
	.Position-lg-right-2em { right: 2em; }
	.Position-lg-top-3em { top: 3em; }
	.Position-lg-left-3em { left: 3em; }
	.Position-lg-bottom-3em { bottom: 3em; }
	.Position-lg-right-3em { right: 3em; }
	.Position-lg-top-4em { top: 4em; }
	.Position-lg-left-4em { left: 4em; }
	.Position-lg-bottom-4em { bottom: 4em; }
	.Position-lg-right-4em { right: 4em; }
	.Position-lg-top-5em { top: 5em; }
	.Position-lg-left-5em { left: 5em; }
	.Position-lg-bottom-5em { bottom: 5em; }
	.Position-lg-right-5em { right: 5em; }
	.Position-lg-top-6em { top: 6em; }
	.Position-lg-left-6em { left: 6em; }
	.Position-lg-bottom-6em { bottom: 6em; }
	.Position-lg-right-6em { right: 6em; }
	.Position-lg-top-7em { top: 7em; }
	.Position-lg-left-7em { left: 7em; }
	.Position-lg-bottom-7em { bottom: 7em; }
	.Position-lg-right-7em { right: 7em; }
	.Position-lg-top-8em { top: 8em; }
	.Position-lg-left-8em { left: 8em; }
	.Position-lg-bottom-8em { bottom: 8em; }
	.Position-lg-right-8em { right: 8em; }
	.Position-lg-top-9em { top: 9em; }
	.Position-lg-left-9em { left: 9em; }
	.Position-lg-bottom-9em { bottom: 9em; }
	.Position-lg-right-9em { right: 9em; }
	.Position-lg-top-10em { top: 10em; }
	.Position-lg-left-10em { left: 10em; }
	.Position-lg-bottom-10em { bottom: 10em; }
	.Position-lg-right-10em { right: 10em; }
	.Position-lg-top-11em { top: 11em; }
	.Position-lg-left-11em { left: 11em; }
	.Position-lg-bottom-11em { bottom: 11em; }
	.Position-lg-right-11em { right: 11em; }
	.Position-lg-top-12em { top: 12em; }
	.Position-lg-left-12em { left: 12em; }
	.Position-lg-bottom-12em { bottom: 12em; }
	.Position-lg-right-12em { right: 12em; }
	.Position-lg-top-13em { top: 13em; }
	.Position-lg-left-13em { left: 13em; }
	.Position-lg-bottom-13em { bottom: 13em; }
	.Position-lg-right-13em { right: 13em; }
	.Position-lg-top-14em { top: 14em; }
	.Position-lg-left-14em { left: 14em; }
	.Position-lg-bottom-14em { bottom: 14em; }
	.Position-lg-right-14em { right: 14em; }
	.Position-lg-top-15em { top: 15em; }
	.Position-lg-left-15em { left: 15em; }
	.Position-lg-bottom-15em { bottom: 15em; }
	.Position-lg-right-15em { right: 15em; }
	.Position-lg-top-16em { top: 16em; }
	.Position-lg-left-16em { left: 16em; }
	.Position-lg-bottom-16em { bottom: 16em; }
	.Position-lg-right-16em { right: 16em; }
	.Position-lg-top-17em { top: 17em; }
	.Position-lg-left-17em { left: 17em; }
	.Position-lg-bottom-17em { bottom: 17em; }
	.Position-lg-right-17em { right: 17em; }
	.Position-lg-top-18em { top: 18em; }
	.Position-lg-left-18em { left: 18em; }
	.Position-lg-bottom-18em { bottom: 18em; }
	.Position-lg-right-18em { right: 18em; }
	.Position-lg-top-19em { top: 19em; }
	.Position-lg-left-19em { left: 19em; }
	.Position-lg-bottom-19em { bottom: 19em; }
	.Position-lg-right-19em { right: 19em; }
	.Position-lg-top-20em { top: 20em; }
	.Position-lg-left-20em { left: 20em; }
	.Position-lg-bottom-20em { bottom: 20em; }
	.Position-lg-right-20em { right: 20em; }
	.Position-lg-top-21em { top: 21em; }
	.Position-lg-left-21em { left: 21em; }
	.Position-lg-bottom-21em { bottom: 21em; }
	.Position-lg-right-21em { right: 21em; }
	.Position-lg-top-22em { top: 22em; }
	.Position-lg-left-22em { left: 22em; }
	.Position-lg-bottom-22em { bottom: 22em; }
	.Position-lg-right-22em { right: 22em; }
	.Position-lg-top-23em { top: 23em; }
	.Position-lg-left-23em { left: 23em; }
	.Position-lg-bottom-23em { bottom: 23em; }
	.Position-lg-right-23em { right: 23em; }
	.Position-lg-top-24em { top: 24em; }
	.Position-lg-left-24em { left: 24em; }
	.Position-lg-bottom-24em { bottom: 24em; }
	.Position-lg-right-24em { right: 24em; }
	
	.Position-lg-top-0x16em { top: 0em; }
	.Position-lg-left-0x16em { left: 0em; }
	.Position-lg-bottom-0x16em { bottom: 0em; }
	.Position-lg-right-0x16em { right: 0em; }
	.Position-lg-top-1x16em { top: 0.0625em; }
	.Position-lg-left-1x16em { left: 0.0625em; }
	.Position-lg-bottom-1x16em { bottom: 0.0625em; }
	.Position-lg-right-1x16em { right: 0.0625em; }
	.Position-lg-top-2x16em { top: 0.125em; }
	.Position-lg-left-2x16em { left: 0.125em; }
	.Position-lg-bottom-2x16em { bottom: 0.125em; }
	.Position-lg-right-2x16em { right: 0.125em; }
	.Position-lg-top-3x16em { top: 0.1875em; }
	.Position-lg-left-3x16em { left: 0.1875em; }
	.Position-lg-bottom-3x16em { bottom: 0.1875em; }
	.Position-lg-right-3x16em { right: 0.1875em; }
	.Position-lg-top-4x16em { top: 0.25em; }
	.Position-lg-left-4x16em { left: 0.25em; }
	.Position-lg-bottom-4x16em { bottom: 0.25em; }
	.Position-lg-right-4x16em { right: 0.25em; }
	.Position-lg-top-5x16em { top: 0.3125em; }
	.Position-lg-left-5x16em { left: 0.3125em; }
	.Position-lg-bottom-5x16em { bottom: 0.3125em; }
	.Position-lg-right-5x16em { right: 0.3125em; }
	.Position-lg-top-6x16em { top: 0.375em; }
	.Position-lg-left-6x16em { left: 0.375em; }
	.Position-lg-bottom-6x16em { bottom: 0.375em; }
	.Position-lg-right-6x16em { right: 0.375em; }
	.Position-lg-top-7x16em { top: 0.4375em; }
	.Position-lg-left-7x16em { left: 0.4375em; }
	.Position-lg-bottom-7x16em { bottom: 0.4375em; }
	.Position-lg-right-7x16em { right: 0.4375em; }
	.Position-lg-top-8x16em { top: 0.5em; }
	.Position-lg-left-8x16em { left: 0.5em; }
	.Position-lg-bottom-8x16em { bottom: 0.5em; }
	.Position-lg-right-8x16em { right: 0.5em; }
	.Position-lg-top-9x16em { top: 0.5625em; }
	.Position-lg-left-9x16em { left: 0.5625em; }
	.Position-lg-bottom-9x16em { bottom: 0.5625em; }
	.Position-lg-right-9x16em { right: 0.5625em; }
	.Position-lg-top-10x16em { top: 0.625em; }
	.Position-lg-left-10x16em { left: 0.625em; }
	.Position-lg-bottom-10x16em { bottom: 0.625em; }
	.Position-lg-right-10x16em { right: 0.625em; }
	.Position-lg-top-11x16em { top: 0.6875em; }
	.Position-lg-left-11x16em { left: 0.6875em; }
	.Position-lg-bottom-11x16em { bottom: 0.6875em; }
	.Position-lg-right-11x16em { right: 0.6875em; }
	.Position-lg-top-12x16em { top: 0.75em; }
	.Position-lg-left-12x16em { left: 0.75em; }
	.Position-lg-bottom-12x16em { bottom: 0.75em; }
	.Position-lg-right-12x16em { right: 0.75em; }
	.Position-lg-top-13x16em { top: 0.8125em; }
	.Position-lg-left-13x16em { left: 0.8125em; }
	.Position-lg-bottom-13x16em { bottom: 0.8125em; }
	.Position-lg-right-13x16em { right: 0.8125em; }
	.Position-lg-top-14x16em { top: 0.875em; }
	.Position-lg-left-14x16em { left: 0.875em; }
	.Position-lg-bottom-14x16em { bottom: 0.875em; }
	.Position-lg-right-14x16em { right: 0.875em; }
	.Position-lg-top-15x16em { top: 0.9375em; }
	.Position-lg-left-15x16em { left: 0.9375em; }
	.Position-lg-bottom-15x16em { bottom: 0.9375em; }
	.Position-lg-right-15x16em { right: 0.9375em; }
	.Position-lg-top-16x16em { top: 1em; }
	.Position-lg-left-16x16em { left: 1em; }
	.Position-lg-bottom-16x16em { bottom: 1em; }
	.Position-lg-right-16x16em { right: 1em; }
	.Position-lg-top-17x16em { top: 1.0625em; }
	.Position-lg-left-17x16em { left: 1.0625em; }
	.Position-lg-bottom-17x16em { bottom: 1.0625em; }
	.Position-lg-right-17x16em { right: 1.0625em; }
	.Position-lg-top-18x16em { top: 1.125em; }
	.Position-lg-left-18x16em { left: 1.125em; }
	.Position-lg-bottom-18x16em { bottom: 1.125em; }
	.Position-lg-right-18x16em { right: 1.125em; }
	.Position-lg-top-19x16em { top: 1.1875em; }
	.Position-lg-left-19x16em { left: 1.1875em; }
	.Position-lg-bottom-19x16em { bottom: 1.1875em; }
	.Position-lg-right-19x16em { right: 1.1875em; }
	.Position-lg-top-20x16em { top: 1.25em; }
	.Position-lg-left-20x16em { left: 1.25em; }
	.Position-lg-bottom-20x16em { bottom: 1.25em; }
	.Position-lg-right-20x16em { right: 1.25em; }
	.Position-lg-top-21x16em { top: 1.3125em; }
	.Position-lg-left-21x16em { left: 1.3125em; }
	.Position-lg-bottom-21x16em { bottom: 1.3125em; }
	.Position-lg-right-21x16em { right: 1.3125em; }
	.Position-lg-top-22x16em { top: 1.375em; }
	.Position-lg-left-22x16em { left: 1.375em; }
	.Position-lg-bottom-22x16em { bottom: 1.375em; }
	.Position-lg-right-22x16em { right: 1.375em; }
	.Position-lg-top-23x16em { top: 1.4375em; }
	.Position-lg-left-23x16em { left: 1.4375em; }
	.Position-lg-bottom-23x16em { bottom: 1.4375em; }
	.Position-lg-right-23x16em { right: 1.4375em; }
	.Position-lg-top-24x16em { top: 1.5em; }
	.Position-lg-left-24x16em { left: 1.5em; }
	.Position-lg-bottom-24x16em { bottom: 1.5em; }
	.Position-lg-right-24x16em { right: 1.5em; }
	
	.Position-lg-horizontal {
		left: 0;
		right: 0;
		width: 100%;
	}
	
	.Position-lg-vertical {
		top: 0;
		bottom: 0;
		height: 100%;
	}
	
	.Position-lg-full {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	
	.Position-lg--16 { z-index: -16; }
	.Position-lg--15 { z-index: -15; }
	.Position-lg--14 { z-index: -14; }
	.Position-lg--13 { z-index: -13; }
	.Position-lg--12 { z-index: -12; }
	.Position-lg--11 { z-index: -11; }
	.Position-lg--10 { z-index: -10; }
	.Position-lg--9 { z-index: -9; }
	.Position-lg--8 { z-index: -8; }
	.Position-lg--7 { z-index: -7; }
	.Position-lg--6 { z-index: -6; }
	.Position-lg--5 { z-index: -5; }
	.Position-lg--4 { z-index: -4; }
	.Position-lg--3 { z-index: -3; }
	.Position-lg--2 { z-index: -2; }
	.Position-lg--1 { z-index: -1; }
	.Position-lg-0 { z-index: 0; }
	.Position-lg-1 { z-index: 1; }
	.Position-lg-2 { z-index: 2; }
	.Position-lg-3 { z-index: 3; }
	.Position-lg-4 { z-index: 4; }
	.Position-lg-5 { z-index: 5; }
	.Position-lg-6 { z-index: 6; }
	.Position-lg-7 { z-index: 7; }
	.Position-lg-8 { z-index: 8; }
	.Position-lg-9 { z-index: 9; }
	.Position-lg-10 { z-index: 10; }
	.Position-lg-11 { z-index: 11; }
	.Position-lg-12 { z-index: 12; }
	.Position-lg-13 { z-index: 13; }
	.Position-lg-14 { z-index: 14; }
	.Position-lg-15 { z-index: 15; }
	.Position-lg-16 { z-index: 16; }
}


@media( min-width: 1280px ) {
	.Position-xl-relative { position: relative !important; }
	.Position-xl-absolute { position: absolute !important; }
	.Position-xl-fixed	{ position: fixed !important; }
	
	.Position-xl-top-0 { top: 0; }
	.Position-xl-left-0 { left: 0; }
	.Position-xl-bottom-0 { bottom: 0; }
	.Position-xl-right-0 { right: 0; }
	
	.Position-xl-top-auto { top: auto; }
	.Position-xl-left-auto { left: auto; }
	.Position-xl-bottom-auto { bottom: auto; }
	.Position-xl-right-auto { right: auto; }
	
	.Position-xl-top-0em { top: 0em; }
	.Position-xl-left-0em { left: 0em; }
	.Position-xl-bottom-0em { bottom: 0em; }
	.Position-xl-right-0em { right: 0em; }
	.Position-xl-top-1em { top: 1em; }
	.Position-xl-left-1em { left: 1em; }
	.Position-xl-bottom-1em { bottom: 1em; }
	.Position-xl-right-1em { right: 1em; }
	.Position-xl-top-2em { top: 2em; }
	.Position-xl-left-2em { left: 2em; }
	.Position-xl-bottom-2em { bottom: 2em; }
	.Position-xl-right-2em { right: 2em; }
	.Position-xl-top-3em { top: 3em; }
	.Position-xl-left-3em { left: 3em; }
	.Position-xl-bottom-3em { bottom: 3em; }
	.Position-xl-right-3em { right: 3em; }
	.Position-xl-top-4em { top: 4em; }
	.Position-xl-left-4em { left: 4em; }
	.Position-xl-bottom-4em { bottom: 4em; }
	.Position-xl-right-4em { right: 4em; }
	.Position-xl-top-5em { top: 5em; }
	.Position-xl-left-5em { left: 5em; }
	.Position-xl-bottom-5em { bottom: 5em; }
	.Position-xl-right-5em { right: 5em; }
	.Position-xl-top-6em { top: 6em; }
	.Position-xl-left-6em { left: 6em; }
	.Position-xl-bottom-6em { bottom: 6em; }
	.Position-xl-right-6em { right: 6em; }
	.Position-xl-top-7em { top: 7em; }
	.Position-xl-left-7em { left: 7em; }
	.Position-xl-bottom-7em { bottom: 7em; }
	.Position-xl-right-7em { right: 7em; }
	.Position-xl-top-8em { top: 8em; }
	.Position-xl-left-8em { left: 8em; }
	.Position-xl-bottom-8em { bottom: 8em; }
	.Position-xl-right-8em { right: 8em; }
	.Position-xl-top-9em { top: 9em; }
	.Position-xl-left-9em { left: 9em; }
	.Position-xl-bottom-9em { bottom: 9em; }
	.Position-xl-right-9em { right: 9em; }
	.Position-xl-top-10em { top: 10em; }
	.Position-xl-left-10em { left: 10em; }
	.Position-xl-bottom-10em { bottom: 10em; }
	.Position-xl-right-10em { right: 10em; }
	.Position-xl-top-11em { top: 11em; }
	.Position-xl-left-11em { left: 11em; }
	.Position-xl-bottom-11em { bottom: 11em; }
	.Position-xl-right-11em { right: 11em; }
	.Position-xl-top-12em { top: 12em; }
	.Position-xl-left-12em { left: 12em; }
	.Position-xl-bottom-12em { bottom: 12em; }
	.Position-xl-right-12em { right: 12em; }
	.Position-xl-top-13em { top: 13em; }
	.Position-xl-left-13em { left: 13em; }
	.Position-xl-bottom-13em { bottom: 13em; }
	.Position-xl-right-13em { right: 13em; }
	.Position-xl-top-14em { top: 14em; }
	.Position-xl-left-14em { left: 14em; }
	.Position-xl-bottom-14em { bottom: 14em; }
	.Position-xl-right-14em { right: 14em; }
	.Position-xl-top-15em { top: 15em; }
	.Position-xl-left-15em { left: 15em; }
	.Position-xl-bottom-15em { bottom: 15em; }
	.Position-xl-right-15em { right: 15em; }
	.Position-xl-top-16em { top: 16em; }
	.Position-xl-left-16em { left: 16em; }
	.Position-xl-bottom-16em { bottom: 16em; }
	.Position-xl-right-16em { right: 16em; }
	.Position-xl-top-17em { top: 17em; }
	.Position-xl-left-17em { left: 17em; }
	.Position-xl-bottom-17em { bottom: 17em; }
	.Position-xl-right-17em { right: 17em; }
	.Position-xl-top-18em { top: 18em; }
	.Position-xl-left-18em { left: 18em; }
	.Position-xl-bottom-18em { bottom: 18em; }
	.Position-xl-right-18em { right: 18em; }
	.Position-xl-top-19em { top: 19em; }
	.Position-xl-left-19em { left: 19em; }
	.Position-xl-bottom-19em { bottom: 19em; }
	.Position-xl-right-19em { right: 19em; }
	.Position-xl-top-20em { top: 20em; }
	.Position-xl-left-20em { left: 20em; }
	.Position-xl-bottom-20em { bottom: 20em; }
	.Position-xl-right-20em { right: 20em; }
	.Position-xl-top-21em { top: 21em; }
	.Position-xl-left-21em { left: 21em; }
	.Position-xl-bottom-21em { bottom: 21em; }
	.Position-xl-right-21em { right: 21em; }
	.Position-xl-top-22em { top: 22em; }
	.Position-xl-left-22em { left: 22em; }
	.Position-xl-bottom-22em { bottom: 22em; }
	.Position-xl-right-22em { right: 22em; }
	.Position-xl-top-23em { top: 23em; }
	.Position-xl-left-23em { left: 23em; }
	.Position-xl-bottom-23em { bottom: 23em; }
	.Position-xl-right-23em { right: 23em; }
	.Position-xl-top-24em { top: 24em; }
	.Position-xl-left-24em { left: 24em; }
	.Position-xl-bottom-24em { bottom: 24em; }
	.Position-xl-right-24em { right: 24em; }
	
	.Position-xl-top-0x16em { top: 0em; }
	.Position-xl-left-0x16em { left: 0em; }
	.Position-xl-bottom-0x16em { bottom: 0em; }
	.Position-xl-right-0x16em { right: 0em; }
	.Position-xl-top-1x16em { top: 0.0625em; }
	.Position-xl-left-1x16em { left: 0.0625em; }
	.Position-xl-bottom-1x16em { bottom: 0.0625em; }
	.Position-xl-right-1x16em { right: 0.0625em; }
	.Position-xl-top-2x16em { top: 0.125em; }
	.Position-xl-left-2x16em { left: 0.125em; }
	.Position-xl-bottom-2x16em { bottom: 0.125em; }
	.Position-xl-right-2x16em { right: 0.125em; }
	.Position-xl-top-3x16em { top: 0.1875em; }
	.Position-xl-left-3x16em { left: 0.1875em; }
	.Position-xl-bottom-3x16em { bottom: 0.1875em; }
	.Position-xl-right-3x16em { right: 0.1875em; }
	.Position-xl-top-4x16em { top: 0.25em; }
	.Position-xl-left-4x16em { left: 0.25em; }
	.Position-xl-bottom-4x16em { bottom: 0.25em; }
	.Position-xl-right-4x16em { right: 0.25em; }
	.Position-xl-top-5x16em { top: 0.3125em; }
	.Position-xl-left-5x16em { left: 0.3125em; }
	.Position-xl-bottom-5x16em { bottom: 0.3125em; }
	.Position-xl-right-5x16em { right: 0.3125em; }
	.Position-xl-top-6x16em { top: 0.375em; }
	.Position-xl-left-6x16em { left: 0.375em; }
	.Position-xl-bottom-6x16em { bottom: 0.375em; }
	.Position-xl-right-6x16em { right: 0.375em; }
	.Position-xl-top-7x16em { top: 0.4375em; }
	.Position-xl-left-7x16em { left: 0.4375em; }
	.Position-xl-bottom-7x16em { bottom: 0.4375em; }
	.Position-xl-right-7x16em { right: 0.4375em; }
	.Position-xl-top-8x16em { top: 0.5em; }
	.Position-xl-left-8x16em { left: 0.5em; }
	.Position-xl-bottom-8x16em { bottom: 0.5em; }
	.Position-xl-right-8x16em { right: 0.5em; }
	.Position-xl-top-9x16em { top: 0.5625em; }
	.Position-xl-left-9x16em { left: 0.5625em; }
	.Position-xl-bottom-9x16em { bottom: 0.5625em; }
	.Position-xl-right-9x16em { right: 0.5625em; }
	.Position-xl-top-10x16em { top: 0.625em; }
	.Position-xl-left-10x16em { left: 0.625em; }
	.Position-xl-bottom-10x16em { bottom: 0.625em; }
	.Position-xl-right-10x16em { right: 0.625em; }
	.Position-xl-top-11x16em { top: 0.6875em; }
	.Position-xl-left-11x16em { left: 0.6875em; }
	.Position-xl-bottom-11x16em { bottom: 0.6875em; }
	.Position-xl-right-11x16em { right: 0.6875em; }
	.Position-xl-top-12x16em { top: 0.75em; }
	.Position-xl-left-12x16em { left: 0.75em; }
	.Position-xl-bottom-12x16em { bottom: 0.75em; }
	.Position-xl-right-12x16em { right: 0.75em; }
	.Position-xl-top-13x16em { top: 0.8125em; }
	.Position-xl-left-13x16em { left: 0.8125em; }
	.Position-xl-bottom-13x16em { bottom: 0.8125em; }
	.Position-xl-right-13x16em { right: 0.8125em; }
	.Position-xl-top-14x16em { top: 0.875em; }
	.Position-xl-left-14x16em { left: 0.875em; }
	.Position-xl-bottom-14x16em { bottom: 0.875em; }
	.Position-xl-right-14x16em { right: 0.875em; }
	.Position-xl-top-15x16em { top: 0.9375em; }
	.Position-xl-left-15x16em { left: 0.9375em; }
	.Position-xl-bottom-15x16em { bottom: 0.9375em; }
	.Position-xl-right-15x16em { right: 0.9375em; }
	.Position-xl-top-16x16em { top: 1em; }
	.Position-xl-left-16x16em { left: 1em; }
	.Position-xl-bottom-16x16em { bottom: 1em; }
	.Position-xl-right-16x16em { right: 1em; }
	.Position-xl-top-17x16em { top: 1.0625em; }
	.Position-xl-left-17x16em { left: 1.0625em; }
	.Position-xl-bottom-17x16em { bottom: 1.0625em; }
	.Position-xl-right-17x16em { right: 1.0625em; }
	.Position-xl-top-18x16em { top: 1.125em; }
	.Position-xl-left-18x16em { left: 1.125em; }
	.Position-xl-bottom-18x16em { bottom: 1.125em; }
	.Position-xl-right-18x16em { right: 1.125em; }
	.Position-xl-top-19x16em { top: 1.1875em; }
	.Position-xl-left-19x16em { left: 1.1875em; }
	.Position-xl-bottom-19x16em { bottom: 1.1875em; }
	.Position-xl-right-19x16em { right: 1.1875em; }
	.Position-xl-top-20x16em { top: 1.25em; }
	.Position-xl-left-20x16em { left: 1.25em; }
	.Position-xl-bottom-20x16em { bottom: 1.25em; }
	.Position-xl-right-20x16em { right: 1.25em; }
	.Position-xl-top-21x16em { top: 1.3125em; }
	.Position-xl-left-21x16em { left: 1.3125em; }
	.Position-xl-bottom-21x16em { bottom: 1.3125em; }
	.Position-xl-right-21x16em { right: 1.3125em; }
	.Position-xl-top-22x16em { top: 1.375em; }
	.Position-xl-left-22x16em { left: 1.375em; }
	.Position-xl-bottom-22x16em { bottom: 1.375em; }
	.Position-xl-right-22x16em { right: 1.375em; }
	.Position-xl-top-23x16em { top: 1.4375em; }
	.Position-xl-left-23x16em { left: 1.4375em; }
	.Position-xl-bottom-23x16em { bottom: 1.4375em; }
	.Position-xl-right-23x16em { right: 1.4375em; }
	.Position-xl-top-24x16em { top: 1.5em; }
	.Position-xl-left-24x16em { left: 1.5em; }
	.Position-xl-bottom-24x16em { bottom: 1.5em; }
	.Position-xl-right-24x16em { right: 1.5em; }
	
	.Position-xl-horizontal {
		left: 0;
		right: 0;
		width: 100%;
	}
	
	.Position-xl-vertical {
		top: 0;
		bottom: 0;
		height: 100%;
	}
	
	.Position-xl-full {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
	}
	
	.Position-xl--16 { z-index: -16; }
	.Position-xl--15 { z-index: -15; }
	.Position-xl--14 { z-index: -14; }
	.Position-xl--13 { z-index: -13; }
	.Position-xl--12 { z-index: -12; }
	.Position-xl--11 { z-index: -11; }
	.Position-xl--10 { z-index: -10; }
	.Position-xl--9 { z-index: -9; }
	.Position-xl--8 { z-index: -8; }
	.Position-xl--7 { z-index: -7; }
	.Position-xl--6 { z-index: -6; }
	.Position-xl--5 { z-index: -5; }
	.Position-xl--4 { z-index: -4; }
	.Position-xl--3 { z-index: -3; }
	.Position-xl--2 { z-index: -2; }
	.Position-xl--1 { z-index: -1; }
	.Position-xl-0 { z-index: 0; }
	.Position-xl-1 { z-index: 1; }
	.Position-xl-2 { z-index: 2; }
	.Position-xl-3 { z-index: 3; }
	.Position-xl-4 { z-index: 4; }
	.Position-xl-5 { z-index: 5; }
	.Position-xl-6 { z-index: 6; }
	.Position-xl-7 { z-index: 7; }
	.Position-xl-8 { z-index: 8; }
	.Position-xl-9 { z-index: 9; }
	.Position-xl-10 { z-index: 10; }
	.Position-xl-11 { z-index: 11; }
	.Position-xl-12 { z-index: 12; }
	.Position-xl-13 { z-index: 13; }
	.Position-xl-14 { z-index: 14; }
	.Position-xl-15 { z-index: 15; }
	.Position-xl-16 { z-index: 16; }
}


/* ------------------------------------------------------------------------------------ */

.Transition-xs-250ms   { transition-duration: 0.25s !important; }
.Transition-xs-500ms   { transition-duration: 0.5s !important; }
.Transition-xs-750ms   { transition-duration: 0.75s !important; }
.Transition-xs-1000ms   { transition-duration: 1s !important; }
.Transition-xs-1250ms   { transition-duration: 1.25s !important; }
.Transition-xs-1500ms   { transition-duration: 1.5s !important; }
.Transition-xs-1750ms   { transition-duration: 1.75s !important; }
.Transition-xs-2000ms   { transition-duration: 2s !important; }
.Transition-xs-2250ms   { transition-duration: 2.25s !important; }
.Transition-xs-2500ms   { transition-duration: 2.5s !important; }
.Transition-xs-2750ms   { transition-duration: 2.75s !important; }
.Transition-xs-3000ms   { transition-duration: 3s !important; }
.Transition-xs-3250ms   { transition-duration: 3.25s !important; }
.Transition-xs-3500ms   { transition-duration: 3.5s !important; }
.Transition-xs-3750ms   { transition-duration: 3.75s !important; }
.Transition-xs-4000ms   { transition-duration: 4s !important; }
.Transition-xs-4250ms   { transition-duration: 4.25s !important; }
.Transition-xs-4500ms   { transition-duration: 4.5s !important; }
.Transition-xs-4750ms   { transition-duration: 4.75s !important; }
.Transition-xs-5000ms   { transition-duration: 5s !important; }
.Transition-xs-5250ms   { transition-duration: 5.25s !important; }
.Transition-xs-5500ms   { transition-duration: 5.5s !important; }
.Transition-xs-5750ms   { transition-duration: 5.75s !important; }
.Transition-xs-6000ms   { transition-duration: 6s !important; }
.Transition-xs-6250ms   { transition-duration: 6.25s !important; }
.Transition-xs-6500ms   { transition-duration: 6.5s !important; }
.Transition-xs-6750ms   { transition-duration: 6.75s !important; }
.Transition-xs-7000ms   { transition-duration: 7s !important; }
.Transition-xs-7250ms   { transition-duration: 7.25s !important; }
.Transition-xs-7500ms   { transition-duration: 7.5s !important; }
.Transition-xs-7750ms   { transition-duration: 7.75s !important; }
.Transition-xs-8000ms   { transition-duration: 8s !important; }
.Transition-xs-8250ms   { transition-duration: 8.25s !important; }
.Transition-xs-8500ms   { transition-duration: 8.5s !important; }
.Transition-xs-8750ms   { transition-duration: 8.75s !important; }
.Transition-xs-9000ms   { transition-duration: 9s !important; }
.Transition-xs-9250ms   { transition-duration: 9.25s !important; }
.Transition-xs-9500ms   { transition-duration: 9.5s !important; }
.Transition-xs-9750ms   { transition-duration: 9.75s !important; }
.Transition-xs-10000ms   { transition-duration: 10s !important; }

@media( min-width: 544px ) {
	.Transition-sm-250ms   { transition-duration: 0.25s !important; }
	.Transition-sm-500ms   { transition-duration: 0.5s !important; }
	.Transition-sm-750ms   { transition-duration: 0.75s !important; }
	.Transition-sm-1000ms   { transition-duration: 1s !important; }
	.Transition-sm-1250ms   { transition-duration: 1.25s !important; }
	.Transition-sm-1500ms   { transition-duration: 1.5s !important; }
	.Transition-sm-1750ms   { transition-duration: 1.75s !important; }
	.Transition-sm-2000ms   { transition-duration: 2s !important; }
	.Transition-sm-2250ms   { transition-duration: 2.25s !important; }
	.Transition-sm-2500ms   { transition-duration: 2.5s !important; }
	.Transition-sm-2750ms   { transition-duration: 2.75s !important; }
	.Transition-sm-3000ms   { transition-duration: 3s !important; }
	.Transition-sm-3250ms   { transition-duration: 3.25s !important; }
	.Transition-sm-3500ms   { transition-duration: 3.5s !important; }
	.Transition-sm-3750ms   { transition-duration: 3.75s !important; }
	.Transition-sm-4000ms   { transition-duration: 4s !important; }
	.Transition-sm-4250ms   { transition-duration: 4.25s !important; }
	.Transition-sm-4500ms   { transition-duration: 4.5s !important; }
	.Transition-sm-4750ms   { transition-duration: 4.75s !important; }
	.Transition-sm-5000ms   { transition-duration: 5s !important; }
	.Transition-sm-5250ms   { transition-duration: 5.25s !important; }
	.Transition-sm-5500ms   { transition-duration: 5.5s !important; }
	.Transition-sm-5750ms   { transition-duration: 5.75s !important; }
	.Transition-sm-6000ms   { transition-duration: 6s !important; }
	.Transition-sm-6250ms   { transition-duration: 6.25s !important; }
	.Transition-sm-6500ms   { transition-duration: 6.5s !important; }
	.Transition-sm-6750ms   { transition-duration: 6.75s !important; }
	.Transition-sm-7000ms   { transition-duration: 7s !important; }
	.Transition-sm-7250ms   { transition-duration: 7.25s !important; }
	.Transition-sm-7500ms   { transition-duration: 7.5s !important; }
	.Transition-sm-7750ms   { transition-duration: 7.75s !important; }
	.Transition-sm-8000ms   { transition-duration: 8s !important; }
	.Transition-sm-8250ms   { transition-duration: 8.25s !important; }
	.Transition-sm-8500ms   { transition-duration: 8.5s !important; }
	.Transition-sm-8750ms   { transition-duration: 8.75s !important; }
	.Transition-sm-9000ms   { transition-duration: 9s !important; }
	.Transition-sm-9250ms   { transition-duration: 9.25s !important; }
	.Transition-sm-9500ms   { transition-duration: 9.5s !important; }
	.Transition-sm-9750ms   { transition-duration: 9.75s !important; }
	.Transition-sm-10000ms   { transition-duration: 10s !important; }
}


@media( min-width: 768px ) {
	.Transition-md-250ms   { transition-duration: 0.25s !important; }
	.Transition-md-500ms   { transition-duration: 0.5s !important; }
	.Transition-md-750ms   { transition-duration: 0.75s !important; }
	.Transition-md-1000ms   { transition-duration: 1s !important; }
	.Transition-md-1250ms   { transition-duration: 1.25s !important; }
	.Transition-md-1500ms   { transition-duration: 1.5s !important; }
	.Transition-md-1750ms   { transition-duration: 1.75s !important; }
	.Transition-md-2000ms   { transition-duration: 2s !important; }
	.Transition-md-2250ms   { transition-duration: 2.25s !important; }
	.Transition-md-2500ms   { transition-duration: 2.5s !important; }
	.Transition-md-2750ms   { transition-duration: 2.75s !important; }
	.Transition-md-3000ms   { transition-duration: 3s !important; }
	.Transition-md-3250ms   { transition-duration: 3.25s !important; }
	.Transition-md-3500ms   { transition-duration: 3.5s !important; }
	.Transition-md-3750ms   { transition-duration: 3.75s !important; }
	.Transition-md-4000ms   { transition-duration: 4s !important; }
	.Transition-md-4250ms   { transition-duration: 4.25s !important; }
	.Transition-md-4500ms   { transition-duration: 4.5s !important; }
	.Transition-md-4750ms   { transition-duration: 4.75s !important; }
	.Transition-md-5000ms   { transition-duration: 5s !important; }
	.Transition-md-5250ms   { transition-duration: 5.25s !important; }
	.Transition-md-5500ms   { transition-duration: 5.5s !important; }
	.Transition-md-5750ms   { transition-duration: 5.75s !important; }
	.Transition-md-6000ms   { transition-duration: 6s !important; }
	.Transition-md-6250ms   { transition-duration: 6.25s !important; }
	.Transition-md-6500ms   { transition-duration: 6.5s !important; }
	.Transition-md-6750ms   { transition-duration: 6.75s !important; }
	.Transition-md-7000ms   { transition-duration: 7s !important; }
	.Transition-md-7250ms   { transition-duration: 7.25s !important; }
	.Transition-md-7500ms   { transition-duration: 7.5s !important; }
	.Transition-md-7750ms   { transition-duration: 7.75s !important; }
	.Transition-md-8000ms   { transition-duration: 8s !important; }
	.Transition-md-8250ms   { transition-duration: 8.25s !important; }
	.Transition-md-8500ms   { transition-duration: 8.5s !important; }
	.Transition-md-8750ms   { transition-duration: 8.75s !important; }
	.Transition-md-9000ms   { transition-duration: 9s !important; }
	.Transition-md-9250ms   { transition-duration: 9.25s !important; }
	.Transition-md-9500ms   { transition-duration: 9.5s !important; }
	.Transition-md-9750ms   { transition-duration: 9.75s !important; }
	.Transition-md-10000ms   { transition-duration: 10s !important; }
}


@media( min-width: 1024px ) {
	.Transition-lg-250ms   { transition-duration: 0.25s !important; }
	.Transition-lg-500ms   { transition-duration: 0.5s !important; }
	.Transition-lg-750ms   { transition-duration: 0.75s !important; }
	.Transition-lg-1000ms   { transition-duration: 1s !important; }
	.Transition-lg-1250ms   { transition-duration: 1.25s !important; }
	.Transition-lg-1500ms   { transition-duration: 1.5s !important; }
	.Transition-lg-1750ms   { transition-duration: 1.75s !important; }
	.Transition-lg-2000ms   { transition-duration: 2s !important; }
	.Transition-lg-2250ms   { transition-duration: 2.25s !important; }
	.Transition-lg-2500ms   { transition-duration: 2.5s !important; }
	.Transition-lg-2750ms   { transition-duration: 2.75s !important; }
	.Transition-lg-3000ms   { transition-duration: 3s !important; }
	.Transition-lg-3250ms   { transition-duration: 3.25s !important; }
	.Transition-lg-3500ms   { transition-duration: 3.5s !important; }
	.Transition-lg-3750ms   { transition-duration: 3.75s !important; }
	.Transition-lg-4000ms   { transition-duration: 4s !important; }
	.Transition-lg-4250ms   { transition-duration: 4.25s !important; }
	.Transition-lg-4500ms   { transition-duration: 4.5s !important; }
	.Transition-lg-4750ms   { transition-duration: 4.75s !important; }
	.Transition-lg-5000ms   { transition-duration: 5s !important; }
	.Transition-lg-5250ms   { transition-duration: 5.25s !important; }
	.Transition-lg-5500ms   { transition-duration: 5.5s !important; }
	.Transition-lg-5750ms   { transition-duration: 5.75s !important; }
	.Transition-lg-6000ms   { transition-duration: 6s !important; }
	.Transition-lg-6250ms   { transition-duration: 6.25s !important; }
	.Transition-lg-6500ms   { transition-duration: 6.5s !important; }
	.Transition-lg-6750ms   { transition-duration: 6.75s !important; }
	.Transition-lg-7000ms   { transition-duration: 7s !important; }
	.Transition-lg-7250ms   { transition-duration: 7.25s !important; }
	.Transition-lg-7500ms   { transition-duration: 7.5s !important; }
	.Transition-lg-7750ms   { transition-duration: 7.75s !important; }
	.Transition-lg-8000ms   { transition-duration: 8s !important; }
	.Transition-lg-8250ms   { transition-duration: 8.25s !important; }
	.Transition-lg-8500ms   { transition-duration: 8.5s !important; }
	.Transition-lg-8750ms   { transition-duration: 8.75s !important; }
	.Transition-lg-9000ms   { transition-duration: 9s !important; }
	.Transition-lg-9250ms   { transition-duration: 9.25s !important; }
	.Transition-lg-9500ms   { transition-duration: 9.5s !important; }
	.Transition-lg-9750ms   { transition-duration: 9.75s !important; }
	.Transition-lg-10000ms   { transition-duration: 10s !important; }
}


@media( min-width: 1280px ) {
	.Transition-xl-250ms   { transition-duration: 0.25s !important; }
	.Transition-xl-500ms   { transition-duration: 0.5s !important; }
	.Transition-xl-750ms   { transition-duration: 0.75s !important; }
	.Transition-xl-1000ms   { transition-duration: 1s !important; }
	.Transition-xl-1250ms   { transition-duration: 1.25s !important; }
	.Transition-xl-1500ms   { transition-duration: 1.5s !important; }
	.Transition-xl-1750ms   { transition-duration: 1.75s !important; }
	.Transition-xl-2000ms   { transition-duration: 2s !important; }
	.Transition-xl-2250ms   { transition-duration: 2.25s !important; }
	.Transition-xl-2500ms   { transition-duration: 2.5s !important; }
	.Transition-xl-2750ms   { transition-duration: 2.75s !important; }
	.Transition-xl-3000ms   { transition-duration: 3s !important; }
	.Transition-xl-3250ms   { transition-duration: 3.25s !important; }
	.Transition-xl-3500ms   { transition-duration: 3.5s !important; }
	.Transition-xl-3750ms   { transition-duration: 3.75s !important; }
	.Transition-xl-4000ms   { transition-duration: 4s !important; }
	.Transition-xl-4250ms   { transition-duration: 4.25s !important; }
	.Transition-xl-4500ms   { transition-duration: 4.5s !important; }
	.Transition-xl-4750ms   { transition-duration: 4.75s !important; }
	.Transition-xl-5000ms   { transition-duration: 5s !important; }
	.Transition-xl-5250ms   { transition-duration: 5.25s !important; }
	.Transition-xl-5500ms   { transition-duration: 5.5s !important; }
	.Transition-xl-5750ms   { transition-duration: 5.75s !important; }
	.Transition-xl-6000ms   { transition-duration: 6s !important; }
	.Transition-xl-6250ms   { transition-duration: 6.25s !important; }
	.Transition-xl-6500ms   { transition-duration: 6.5s !important; }
	.Transition-xl-6750ms   { transition-duration: 6.75s !important; }
	.Transition-xl-7000ms   { transition-duration: 7s !important; }
	.Transition-xl-7250ms   { transition-duration: 7.25s !important; }
	.Transition-xl-7500ms   { transition-duration: 7.5s !important; }
	.Transition-xl-7750ms   { transition-duration: 7.75s !important; }
	.Transition-xl-8000ms   { transition-duration: 8s !important; }
	.Transition-xl-8250ms   { transition-duration: 8.25s !important; }
	.Transition-xl-8500ms   { transition-duration: 8.5s !important; }
	.Transition-xl-8750ms   { transition-duration: 8.75s !important; }
	.Transition-xl-9000ms   { transition-duration: 9s !important; }
	.Transition-xl-9250ms   { transition-duration: 9.25s !important; }
	.Transition-xl-9500ms   { transition-duration: 9.5s !important; }
	.Transition-xl-9750ms   { transition-duration: 9.75s !important; }
	.Transition-xl-10000ms   { transition-duration: 10s !important; }
}


.Transition-xs-delay-250ms   { transition-delay: 0.25s !important; }
.Transition-xs-delay-500ms   { transition-delay: 0.5s !important; }
.Transition-xs-delay-750ms   { transition-delay: 0.75s !important; }
.Transition-xs-delay-1000ms   { transition-delay: 1s !important; }
.Transition-xs-delay-1250ms   { transition-delay: 1.25s !important; }
.Transition-xs-delay-1500ms   { transition-delay: 1.5s !important; }
.Transition-xs-delay-1750ms   { transition-delay: 1.75s !important; }
.Transition-xs-delay-2000ms   { transition-delay: 2s !important; }
.Transition-xs-delay-2250ms   { transition-delay: 2.25s !important; }
.Transition-xs-delay-2500ms   { transition-delay: 2.5s !important; }
.Transition-xs-delay-2750ms   { transition-delay: 2.75s !important; }
.Transition-xs-delay-3000ms   { transition-delay: 3s !important; }
.Transition-xs-delay-3250ms   { transition-delay: 3.25s !important; }
.Transition-xs-delay-3500ms   { transition-delay: 3.5s !important; }
.Transition-xs-delay-3750ms   { transition-delay: 3.75s !important; }
.Transition-xs-delay-4000ms   { transition-delay: 4s !important; }
.Transition-xs-delay-4250ms   { transition-delay: 4.25s !important; }
.Transition-xs-delay-4500ms   { transition-delay: 4.5s !important; }
.Transition-xs-delay-4750ms   { transition-delay: 4.75s !important; }
.Transition-xs-delay-5000ms   { transition-delay: 5s !important; }
.Transition-xs-delay-5250ms   { transition-delay: 5.25s !important; }
.Transition-xs-delay-5500ms   { transition-delay: 5.5s !important; }
.Transition-xs-delay-5750ms   { transition-delay: 5.75s !important; }
.Transition-xs-delay-6000ms   { transition-delay: 6s !important; }
.Transition-xs-delay-6250ms   { transition-delay: 6.25s !important; }
.Transition-xs-delay-6500ms   { transition-delay: 6.5s !important; }
.Transition-xs-delay-6750ms   { transition-delay: 6.75s !important; }
.Transition-xs-delay-7000ms   { transition-delay: 7s !important; }
.Transition-xs-delay-7250ms   { transition-delay: 7.25s !important; }
.Transition-xs-delay-7500ms   { transition-delay: 7.5s !important; }
.Transition-xs-delay-7750ms   { transition-delay: 7.75s !important; }
.Transition-xs-delay-8000ms   { transition-delay: 8s !important; }
.Transition-xs-delay-8250ms   { transition-delay: 8.25s !important; }
.Transition-xs-delay-8500ms   { transition-delay: 8.5s !important; }
.Transition-xs-delay-8750ms   { transition-delay: 8.75s !important; }
.Transition-xs-delay-9000ms   { transition-delay: 9s !important; }
.Transition-xs-delay-9250ms   { transition-delay: 9.25s !important; }
.Transition-xs-delay-9500ms   { transition-delay: 9.5s !important; }
.Transition-xs-delay-9750ms   { transition-delay: 9.75s !important; }
.Transition-xs-delay-10000ms   { transition-delay: 10s !important; }

@media( min-width: 544px ) {
	.Transition-sm-delay-250ms   { transition-delay: 0.25s !important; }
	.Transition-sm-delay-500ms   { transition-delay: 0.5s !important; }
	.Transition-sm-delay-750ms   { transition-delay: 0.75s !important; }
	.Transition-sm-delay-1000ms   { transition-delay: 1s !important; }
	.Transition-sm-delay-1250ms   { transition-delay: 1.25s !important; }
	.Transition-sm-delay-1500ms   { transition-delay: 1.5s !important; }
	.Transition-sm-delay-1750ms   { transition-delay: 1.75s !important; }
	.Transition-sm-delay-2000ms   { transition-delay: 2s !important; }
	.Transition-sm-delay-2250ms   { transition-delay: 2.25s !important; }
	.Transition-sm-delay-2500ms   { transition-delay: 2.5s !important; }
	.Transition-sm-delay-2750ms   { transition-delay: 2.75s !important; }
	.Transition-sm-delay-3000ms   { transition-delay: 3s !important; }
	.Transition-sm-delay-3250ms   { transition-delay: 3.25s !important; }
	.Transition-sm-delay-3500ms   { transition-delay: 3.5s !important; }
	.Transition-sm-delay-3750ms   { transition-delay: 3.75s !important; }
	.Transition-sm-delay-4000ms   { transition-delay: 4s !important; }
	.Transition-sm-delay-4250ms   { transition-delay: 4.25s !important; }
	.Transition-sm-delay-4500ms   { transition-delay: 4.5s !important; }
	.Transition-sm-delay-4750ms   { transition-delay: 4.75s !important; }
	.Transition-sm-delay-5000ms   { transition-delay: 5s !important; }
	.Transition-sm-delay-5250ms   { transition-delay: 5.25s !important; }
	.Transition-sm-delay-5500ms   { transition-delay: 5.5s !important; }
	.Transition-sm-delay-5750ms   { transition-delay: 5.75s !important; }
	.Transition-sm-delay-6000ms   { transition-delay: 6s !important; }
	.Transition-sm-delay-6250ms   { transition-delay: 6.25s !important; }
	.Transition-sm-delay-6500ms   { transition-delay: 6.5s !important; }
	.Transition-sm-delay-6750ms   { transition-delay: 6.75s !important; }
	.Transition-sm-delay-7000ms   { transition-delay: 7s !important; }
	.Transition-sm-delay-7250ms   { transition-delay: 7.25s !important; }
	.Transition-sm-delay-7500ms   { transition-delay: 7.5s !important; }
	.Transition-sm-delay-7750ms   { transition-delay: 7.75s !important; }
	.Transition-sm-delay-8000ms   { transition-delay: 8s !important; }
	.Transition-sm-delay-8250ms   { transition-delay: 8.25s !important; }
	.Transition-sm-delay-8500ms   { transition-delay: 8.5s !important; }
	.Transition-sm-delay-8750ms   { transition-delay: 8.75s !important; }
	.Transition-sm-delay-9000ms   { transition-delay: 9s !important; }
	.Transition-sm-delay-9250ms   { transition-delay: 9.25s !important; }
	.Transition-sm-delay-9500ms   { transition-delay: 9.5s !important; }
	.Transition-sm-delay-9750ms   { transition-delay: 9.75s !important; }
	.Transition-sm-delay-10000ms   { transition-delay: 10s !important; }
}


@media( min-width: 768px ) {
	.Transition-md-delay-250ms   { transition-delay: 0.25s !important; }
	.Transition-md-delay-500ms   { transition-delay: 0.5s !important; }
	.Transition-md-delay-750ms   { transition-delay: 0.75s !important; }
	.Transition-md-delay-1000ms   { transition-delay: 1s !important; }
	.Transition-md-delay-1250ms   { transition-delay: 1.25s !important; }
	.Transition-md-delay-1500ms   { transition-delay: 1.5s !important; }
	.Transition-md-delay-1750ms   { transition-delay: 1.75s !important; }
	.Transition-md-delay-2000ms   { transition-delay: 2s !important; }
	.Transition-md-delay-2250ms   { transition-delay: 2.25s !important; }
	.Transition-md-delay-2500ms   { transition-delay: 2.5s !important; }
	.Transition-md-delay-2750ms   { transition-delay: 2.75s !important; }
	.Transition-md-delay-3000ms   { transition-delay: 3s !important; }
	.Transition-md-delay-3250ms   { transition-delay: 3.25s !important; }
	.Transition-md-delay-3500ms   { transition-delay: 3.5s !important; }
	.Transition-md-delay-3750ms   { transition-delay: 3.75s !important; }
	.Transition-md-delay-4000ms   { transition-delay: 4s !important; }
	.Transition-md-delay-4250ms   { transition-delay: 4.25s !important; }
	.Transition-md-delay-4500ms   { transition-delay: 4.5s !important; }
	.Transition-md-delay-4750ms   { transition-delay: 4.75s !important; }
	.Transition-md-delay-5000ms   { transition-delay: 5s !important; }
	.Transition-md-delay-5250ms   { transition-delay: 5.25s !important; }
	.Transition-md-delay-5500ms   { transition-delay: 5.5s !important; }
	.Transition-md-delay-5750ms   { transition-delay: 5.75s !important; }
	.Transition-md-delay-6000ms   { transition-delay: 6s !important; }
	.Transition-md-delay-6250ms   { transition-delay: 6.25s !important; }
	.Transition-md-delay-6500ms   { transition-delay: 6.5s !important; }
	.Transition-md-delay-6750ms   { transition-delay: 6.75s !important; }
	.Transition-md-delay-7000ms   { transition-delay: 7s !important; }
	.Transition-md-delay-7250ms   { transition-delay: 7.25s !important; }
	.Transition-md-delay-7500ms   { transition-delay: 7.5s !important; }
	.Transition-md-delay-7750ms   { transition-delay: 7.75s !important; }
	.Transition-md-delay-8000ms   { transition-delay: 8s !important; }
	.Transition-md-delay-8250ms   { transition-delay: 8.25s !important; }
	.Transition-md-delay-8500ms   { transition-delay: 8.5s !important; }
	.Transition-md-delay-8750ms   { transition-delay: 8.75s !important; }
	.Transition-md-delay-9000ms   { transition-delay: 9s !important; }
	.Transition-md-delay-9250ms   { transition-delay: 9.25s !important; }
	.Transition-md-delay-9500ms   { transition-delay: 9.5s !important; }
	.Transition-md-delay-9750ms   { transition-delay: 9.75s !important; }
	.Transition-md-delay-10000ms   { transition-delay: 10s !important; }
}


@media( min-width: 1024px ) {
	.Transition-lg-delay-250ms   { transition-delay: 0.25s !important; }
	.Transition-lg-delay-500ms   { transition-delay: 0.5s !important; }
	.Transition-lg-delay-750ms   { transition-delay: 0.75s !important; }
	.Transition-lg-delay-1000ms   { transition-delay: 1s !important; }
	.Transition-lg-delay-1250ms   { transition-delay: 1.25s !important; }
	.Transition-lg-delay-1500ms   { transition-delay: 1.5s !important; }
	.Transition-lg-delay-1750ms   { transition-delay: 1.75s !important; }
	.Transition-lg-delay-2000ms   { transition-delay: 2s !important; }
	.Transition-lg-delay-2250ms   { transition-delay: 2.25s !important; }
	.Transition-lg-delay-2500ms   { transition-delay: 2.5s !important; }
	.Transition-lg-delay-2750ms   { transition-delay: 2.75s !important; }
	.Transition-lg-delay-3000ms   { transition-delay: 3s !important; }
	.Transition-lg-delay-3250ms   { transition-delay: 3.25s !important; }
	.Transition-lg-delay-3500ms   { transition-delay: 3.5s !important; }
	.Transition-lg-delay-3750ms   { transition-delay: 3.75s !important; }
	.Transition-lg-delay-4000ms   { transition-delay: 4s !important; }
	.Transition-lg-delay-4250ms   { transition-delay: 4.25s !important; }
	.Transition-lg-delay-4500ms   { transition-delay: 4.5s !important; }
	.Transition-lg-delay-4750ms   { transition-delay: 4.75s !important; }
	.Transition-lg-delay-5000ms   { transition-delay: 5s !important; }
	.Transition-lg-delay-5250ms   { transition-delay: 5.25s !important; }
	.Transition-lg-delay-5500ms   { transition-delay: 5.5s !important; }
	.Transition-lg-delay-5750ms   { transition-delay: 5.75s !important; }
	.Transition-lg-delay-6000ms   { transition-delay: 6s !important; }
	.Transition-lg-delay-6250ms   { transition-delay: 6.25s !important; }
	.Transition-lg-delay-6500ms   { transition-delay: 6.5s !important; }
	.Transition-lg-delay-6750ms   { transition-delay: 6.75s !important; }
	.Transition-lg-delay-7000ms   { transition-delay: 7s !important; }
	.Transition-lg-delay-7250ms   { transition-delay: 7.25s !important; }
	.Transition-lg-delay-7500ms   { transition-delay: 7.5s !important; }
	.Transition-lg-delay-7750ms   { transition-delay: 7.75s !important; }
	.Transition-lg-delay-8000ms   { transition-delay: 8s !important; }
	.Transition-lg-delay-8250ms   { transition-delay: 8.25s !important; }
	.Transition-lg-delay-8500ms   { transition-delay: 8.5s !important; }
	.Transition-lg-delay-8750ms   { transition-delay: 8.75s !important; }
	.Transition-lg-delay-9000ms   { transition-delay: 9s !important; }
	.Transition-lg-delay-9250ms   { transition-delay: 9.25s !important; }
	.Transition-lg-delay-9500ms   { transition-delay: 9.5s !important; }
	.Transition-lg-delay-9750ms   { transition-delay: 9.75s !important; }
	.Transition-lg-delay-10000ms   { transition-delay: 10s !important; }
}


@media( min-width: 1280px ) {
	.Transition-xl-delay-250ms   { transition-delay: 0.25s !important; }
	.Transition-xl-delay-500ms   { transition-delay: 0.5s !important; }
	.Transition-xl-delay-750ms   { transition-delay: 0.75s !important; }
	.Transition-xl-delay-1000ms   { transition-delay: 1s !important; }
	.Transition-xl-delay-1250ms   { transition-delay: 1.25s !important; }
	.Transition-xl-delay-1500ms   { transition-delay: 1.5s !important; }
	.Transition-xl-delay-1750ms   { transition-delay: 1.75s !important; }
	.Transition-xl-delay-2000ms   { transition-delay: 2s !important; }
	.Transition-xl-delay-2250ms   { transition-delay: 2.25s !important; }
	.Transition-xl-delay-2500ms   { transition-delay: 2.5s !important; }
	.Transition-xl-delay-2750ms   { transition-delay: 2.75s !important; }
	.Transition-xl-delay-3000ms   { transition-delay: 3s !important; }
	.Transition-xl-delay-3250ms   { transition-delay: 3.25s !important; }
	.Transition-xl-delay-3500ms   { transition-delay: 3.5s !important; }
	.Transition-xl-delay-3750ms   { transition-delay: 3.75s !important; }
	.Transition-xl-delay-4000ms   { transition-delay: 4s !important; }
	.Transition-xl-delay-4250ms   { transition-delay: 4.25s !important; }
	.Transition-xl-delay-4500ms   { transition-delay: 4.5s !important; }
	.Transition-xl-delay-4750ms   { transition-delay: 4.75s !important; }
	.Transition-xl-delay-5000ms   { transition-delay: 5s !important; }
	.Transition-xl-delay-5250ms   { transition-delay: 5.25s !important; }
	.Transition-xl-delay-5500ms   { transition-delay: 5.5s !important; }
	.Transition-xl-delay-5750ms   { transition-delay: 5.75s !important; }
	.Transition-xl-delay-6000ms   { transition-delay: 6s !important; }
	.Transition-xl-delay-6250ms   { transition-delay: 6.25s !important; }
	.Transition-xl-delay-6500ms   { transition-delay: 6.5s !important; }
	.Transition-xl-delay-6750ms   { transition-delay: 6.75s !important; }
	.Transition-xl-delay-7000ms   { transition-delay: 7s !important; }
	.Transition-xl-delay-7250ms   { transition-delay: 7.25s !important; }
	.Transition-xl-delay-7500ms   { transition-delay: 7.5s !important; }
	.Transition-xl-delay-7750ms   { transition-delay: 7.75s !important; }
	.Transition-xl-delay-8000ms   { transition-delay: 8s !important; }
	.Transition-xl-delay-8250ms   { transition-delay: 8.25s !important; }
	.Transition-xl-delay-8500ms   { transition-delay: 8.5s !important; }
	.Transition-xl-delay-8750ms   { transition-delay: 8.75s !important; }
	.Transition-xl-delay-9000ms   { transition-delay: 9s !important; }
	.Transition-xl-delay-9250ms   { transition-delay: 9.25s !important; }
	.Transition-xl-delay-9500ms   { transition-delay: 9.5s !important; }
	.Transition-xl-delay-9750ms   { transition-delay: 9.75s !important; }
	.Transition-xl-delay-10000ms   { transition-delay: 10s !important; }
}


/* ------------------------------------------------------------------------------------ */

.Animation-xs-250ms   { animation-duration: 0.25s !important; }
.Animation-xs-500ms   { animation-duration: 0.5s !important; }
.Animation-xs-750ms   { animation-duration: 0.75s !important; }
.Animation-xs-1000ms   { animation-duration: 1s !important; }
.Animation-xs-1250ms   { animation-duration: 1.25s !important; }
.Animation-xs-1500ms   { animation-duration: 1.5s !important; }
.Animation-xs-1750ms   { animation-duration: 1.75s !important; }
.Animation-xs-2000ms   { animation-duration: 2s !important; }
.Animation-xs-2250ms   { animation-duration: 2.25s !important; }
.Animation-xs-2500ms   { animation-duration: 2.5s !important; }
.Animation-xs-2750ms   { animation-duration: 2.75s !important; }
.Animation-xs-3000ms   { animation-duration: 3s !important; }
.Animation-xs-3250ms   { animation-duration: 3.25s !important; }
.Animation-xs-3500ms   { animation-duration: 3.5s !important; }
.Animation-xs-3750ms   { animation-duration: 3.75s !important; }
.Animation-xs-4000ms   { animation-duration: 4s !important; }
.Animation-xs-4250ms   { animation-duration: 4.25s !important; }
.Animation-xs-4500ms   { animation-duration: 4.5s !important; }
.Animation-xs-4750ms   { animation-duration: 4.75s !important; }
.Animation-xs-5000ms   { animation-duration: 5s !important; }
.Animation-xs-5250ms   { animation-duration: 5.25s !important; }
.Animation-xs-5500ms   { animation-duration: 5.5s !important; }
.Animation-xs-5750ms   { animation-duration: 5.75s !important; }
.Animation-xs-6000ms   { animation-duration: 6s !important; }
.Animation-xs-6250ms   { animation-duration: 6.25s !important; }
.Animation-xs-6500ms   { animation-duration: 6.5s !important; }
.Animation-xs-6750ms   { animation-duration: 6.75s !important; }
.Animation-xs-7000ms   { animation-duration: 7s !important; }
.Animation-xs-7250ms   { animation-duration: 7.25s !important; }
.Animation-xs-7500ms   { animation-duration: 7.5s !important; }
.Animation-xs-7750ms   { animation-duration: 7.75s !important; }
.Animation-xs-8000ms   { animation-duration: 8s !important; }
.Animation-xs-8250ms   { animation-duration: 8.25s !important; }
.Animation-xs-8500ms   { animation-duration: 8.5s !important; }
.Animation-xs-8750ms   { animation-duration: 8.75s !important; }
.Animation-xs-9000ms   { animation-duration: 9s !important; }
.Animation-xs-9250ms   { animation-duration: 9.25s !important; }
.Animation-xs-9500ms   { animation-duration: 9.5s !important; }
.Animation-xs-9750ms   { animation-duration: 9.75s !important; }
.Animation-xs-10000ms   { animation-duration: 10s !important; }

@media( min-width: 544px ) {
	.Animation-sm-250ms   { animation-duration: 0.25s !important; }
	.Animation-sm-500ms   { animation-duration: 0.5s !important; }
	.Animation-sm-750ms   { animation-duration: 0.75s !important; }
	.Animation-sm-1000ms   { animation-duration: 1s !important; }
	.Animation-sm-1250ms   { animation-duration: 1.25s !important; }
	.Animation-sm-1500ms   { animation-duration: 1.5s !important; }
	.Animation-sm-1750ms   { animation-duration: 1.75s !important; }
	.Animation-sm-2000ms   { animation-duration: 2s !important; }
	.Animation-sm-2250ms   { animation-duration: 2.25s !important; }
	.Animation-sm-2500ms   { animation-duration: 2.5s !important; }
	.Animation-sm-2750ms   { animation-duration: 2.75s !important; }
	.Animation-sm-3000ms   { animation-duration: 3s !important; }
	.Animation-sm-3250ms   { animation-duration: 3.25s !important; }
	.Animation-sm-3500ms   { animation-duration: 3.5s !important; }
	.Animation-sm-3750ms   { animation-duration: 3.75s !important; }
	.Animation-sm-4000ms   { animation-duration: 4s !important; }
	.Animation-sm-4250ms   { animation-duration: 4.25s !important; }
	.Animation-sm-4500ms   { animation-duration: 4.5s !important; }
	.Animation-sm-4750ms   { animation-duration: 4.75s !important; }
	.Animation-sm-5000ms   { animation-duration: 5s !important; }
	.Animation-sm-5250ms   { animation-duration: 5.25s !important; }
	.Animation-sm-5500ms   { animation-duration: 5.5s !important; }
	.Animation-sm-5750ms   { animation-duration: 5.75s !important; }
	.Animation-sm-6000ms   { animation-duration: 6s !important; }
	.Animation-sm-6250ms   { animation-duration: 6.25s !important; }
	.Animation-sm-6500ms   { animation-duration: 6.5s !important; }
	.Animation-sm-6750ms   { animation-duration: 6.75s !important; }
	.Animation-sm-7000ms   { animation-duration: 7s !important; }
	.Animation-sm-7250ms   { animation-duration: 7.25s !important; }
	.Animation-sm-7500ms   { animation-duration: 7.5s !important; }
	.Animation-sm-7750ms   { animation-duration: 7.75s !important; }
	.Animation-sm-8000ms   { animation-duration: 8s !important; }
	.Animation-sm-8250ms   { animation-duration: 8.25s !important; }
	.Animation-sm-8500ms   { animation-duration: 8.5s !important; }
	.Animation-sm-8750ms   { animation-duration: 8.75s !important; }
	.Animation-sm-9000ms   { animation-duration: 9s !important; }
	.Animation-sm-9250ms   { animation-duration: 9.25s !important; }
	.Animation-sm-9500ms   { animation-duration: 9.5s !important; }
	.Animation-sm-9750ms   { animation-duration: 9.75s !important; }
	.Animation-sm-10000ms   { animation-duration: 10s !important; }
}


@media( min-width: 768px ) {
	.Animation-md-250ms   { animation-duration: 0.25s !important; }
	.Animation-md-500ms   { animation-duration: 0.5s !important; }
	.Animation-md-750ms   { animation-duration: 0.75s !important; }
	.Animation-md-1000ms   { animation-duration: 1s !important; }
	.Animation-md-1250ms   { animation-duration: 1.25s !important; }
	.Animation-md-1500ms   { animation-duration: 1.5s !important; }
	.Animation-md-1750ms   { animation-duration: 1.75s !important; }
	.Animation-md-2000ms   { animation-duration: 2s !important; }
	.Animation-md-2250ms   { animation-duration: 2.25s !important; }
	.Animation-md-2500ms   { animation-duration: 2.5s !important; }
	.Animation-md-2750ms   { animation-duration: 2.75s !important; }
	.Animation-md-3000ms   { animation-duration: 3s !important; }
	.Animation-md-3250ms   { animation-duration: 3.25s !important; }
	.Animation-md-3500ms   { animation-duration: 3.5s !important; }
	.Animation-md-3750ms   { animation-duration: 3.75s !important; }
	.Animation-md-4000ms   { animation-duration: 4s !important; }
	.Animation-md-4250ms   { animation-duration: 4.25s !important; }
	.Animation-md-4500ms   { animation-duration: 4.5s !important; }
	.Animation-md-4750ms   { animation-duration: 4.75s !important; }
	.Animation-md-5000ms   { animation-duration: 5s !important; }
	.Animation-md-5250ms   { animation-duration: 5.25s !important; }
	.Animation-md-5500ms   { animation-duration: 5.5s !important; }
	.Animation-md-5750ms   { animation-duration: 5.75s !important; }
	.Animation-md-6000ms   { animation-duration: 6s !important; }
	.Animation-md-6250ms   { animation-duration: 6.25s !important; }
	.Animation-md-6500ms   { animation-duration: 6.5s !important; }
	.Animation-md-6750ms   { animation-duration: 6.75s !important; }
	.Animation-md-7000ms   { animation-duration: 7s !important; }
	.Animation-md-7250ms   { animation-duration: 7.25s !important; }
	.Animation-md-7500ms   { animation-duration: 7.5s !important; }
	.Animation-md-7750ms   { animation-duration: 7.75s !important; }
	.Animation-md-8000ms   { animation-duration: 8s !important; }
	.Animation-md-8250ms   { animation-duration: 8.25s !important; }
	.Animation-md-8500ms   { animation-duration: 8.5s !important; }
	.Animation-md-8750ms   { animation-duration: 8.75s !important; }
	.Animation-md-9000ms   { animation-duration: 9s !important; }
	.Animation-md-9250ms   { animation-duration: 9.25s !important; }
	.Animation-md-9500ms   { animation-duration: 9.5s !important; }
	.Animation-md-9750ms   { animation-duration: 9.75s !important; }
	.Animation-md-10000ms   { animation-duration: 10s !important; }
}


@media( min-width: 1024px ) {
	.Animation-lg-250ms   { animation-duration: 0.25s !important; }
	.Animation-lg-500ms   { animation-duration: 0.5s !important; }
	.Animation-lg-750ms   { animation-duration: 0.75s !important; }
	.Animation-lg-1000ms   { animation-duration: 1s !important; }
	.Animation-lg-1250ms   { animation-duration: 1.25s !important; }
	.Animation-lg-1500ms   { animation-duration: 1.5s !important; }
	.Animation-lg-1750ms   { animation-duration: 1.75s !important; }
	.Animation-lg-2000ms   { animation-duration: 2s !important; }
	.Animation-lg-2250ms   { animation-duration: 2.25s !important; }
	.Animation-lg-2500ms   { animation-duration: 2.5s !important; }
	.Animation-lg-2750ms   { animation-duration: 2.75s !important; }
	.Animation-lg-3000ms   { animation-duration: 3s !important; }
	.Animation-lg-3250ms   { animation-duration: 3.25s !important; }
	.Animation-lg-3500ms   { animation-duration: 3.5s !important; }
	.Animation-lg-3750ms   { animation-duration: 3.75s !important; }
	.Animation-lg-4000ms   { animation-duration: 4s !important; }
	.Animation-lg-4250ms   { animation-duration: 4.25s !important; }
	.Animation-lg-4500ms   { animation-duration: 4.5s !important; }
	.Animation-lg-4750ms   { animation-duration: 4.75s !important; }
	.Animation-lg-5000ms   { animation-duration: 5s !important; }
	.Animation-lg-5250ms   { animation-duration: 5.25s !important; }
	.Animation-lg-5500ms   { animation-duration: 5.5s !important; }
	.Animation-lg-5750ms   { animation-duration: 5.75s !important; }
	.Animation-lg-6000ms   { animation-duration: 6s !important; }
	.Animation-lg-6250ms   { animation-duration: 6.25s !important; }
	.Animation-lg-6500ms   { animation-duration: 6.5s !important; }
	.Animation-lg-6750ms   { animation-duration: 6.75s !important; }
	.Animation-lg-7000ms   { animation-duration: 7s !important; }
	.Animation-lg-7250ms   { animation-duration: 7.25s !important; }
	.Animation-lg-7500ms   { animation-duration: 7.5s !important; }
	.Animation-lg-7750ms   { animation-duration: 7.75s !important; }
	.Animation-lg-8000ms   { animation-duration: 8s !important; }
	.Animation-lg-8250ms   { animation-duration: 8.25s !important; }
	.Animation-lg-8500ms   { animation-duration: 8.5s !important; }
	.Animation-lg-8750ms   { animation-duration: 8.75s !important; }
	.Animation-lg-9000ms   { animation-duration: 9s !important; }
	.Animation-lg-9250ms   { animation-duration: 9.25s !important; }
	.Animation-lg-9500ms   { animation-duration: 9.5s !important; }
	.Animation-lg-9750ms   { animation-duration: 9.75s !important; }
	.Animation-lg-10000ms   { animation-duration: 10s !important; }
}


@media( min-width: 1280px ) {
	.Animation-xl-250ms   { animation-duration: 0.25s !important; }
	.Animation-xl-500ms   { animation-duration: 0.5s !important; }
	.Animation-xl-750ms   { animation-duration: 0.75s !important; }
	.Animation-xl-1000ms   { animation-duration: 1s !important; }
	.Animation-xl-1250ms   { animation-duration: 1.25s !important; }
	.Animation-xl-1500ms   { animation-duration: 1.5s !important; }
	.Animation-xl-1750ms   { animation-duration: 1.75s !important; }
	.Animation-xl-2000ms   { animation-duration: 2s !important; }
	.Animation-xl-2250ms   { animation-duration: 2.25s !important; }
	.Animation-xl-2500ms   { animation-duration: 2.5s !important; }
	.Animation-xl-2750ms   { animation-duration: 2.75s !important; }
	.Animation-xl-3000ms   { animation-duration: 3s !important; }
	.Animation-xl-3250ms   { animation-duration: 3.25s !important; }
	.Animation-xl-3500ms   { animation-duration: 3.5s !important; }
	.Animation-xl-3750ms   { animation-duration: 3.75s !important; }
	.Animation-xl-4000ms   { animation-duration: 4s !important; }
	.Animation-xl-4250ms   { animation-duration: 4.25s !important; }
	.Animation-xl-4500ms   { animation-duration: 4.5s !important; }
	.Animation-xl-4750ms   { animation-duration: 4.75s !important; }
	.Animation-xl-5000ms   { animation-duration: 5s !important; }
	.Animation-xl-5250ms   { animation-duration: 5.25s !important; }
	.Animation-xl-5500ms   { animation-duration: 5.5s !important; }
	.Animation-xl-5750ms   { animation-duration: 5.75s !important; }
	.Animation-xl-6000ms   { animation-duration: 6s !important; }
	.Animation-xl-6250ms   { animation-duration: 6.25s !important; }
	.Animation-xl-6500ms   { animation-duration: 6.5s !important; }
	.Animation-xl-6750ms   { animation-duration: 6.75s !important; }
	.Animation-xl-7000ms   { animation-duration: 7s !important; }
	.Animation-xl-7250ms   { animation-duration: 7.25s !important; }
	.Animation-xl-7500ms   { animation-duration: 7.5s !important; }
	.Animation-xl-7750ms   { animation-duration: 7.75s !important; }
	.Animation-xl-8000ms   { animation-duration: 8s !important; }
	.Animation-xl-8250ms   { animation-duration: 8.25s !important; }
	.Animation-xl-8500ms   { animation-duration: 8.5s !important; }
	.Animation-xl-8750ms   { animation-duration: 8.75s !important; }
	.Animation-xl-9000ms   { animation-duration: 9s !important; }
	.Animation-xl-9250ms   { animation-duration: 9.25s !important; }
	.Animation-xl-9500ms   { animation-duration: 9.5s !important; }
	.Animation-xl-9750ms   { animation-duration: 9.75s !important; }
	.Animation-xl-10000ms   { animation-duration: 10s !important; }
}


/* ------------------------------------------------------------------------------------ */

.Animation-xs-delay-250ms   { animation-delay: 0.25s !important; }
.Animation-xs-delay-500ms   { animation-delay: 0.5s !important; }
.Animation-xs-delay-750ms   { animation-delay: 0.75s !important; }
.Animation-xs-delay-1000ms   { animation-delay: 1s !important; }
.Animation-xs-delay-1250ms   { animation-delay: 1.25s !important; }
.Animation-xs-delay-1500ms   { animation-delay: 1.5s !important; }
.Animation-xs-delay-1750ms   { animation-delay: 1.75s !important; }
.Animation-xs-delay-2000ms   { animation-delay: 2s !important; }
.Animation-xs-delay-2250ms   { animation-delay: 2.25s !important; }
.Animation-xs-delay-2500ms   { animation-delay: 2.5s !important; }
.Animation-xs-delay-2750ms   { animation-delay: 2.75s !important; }
.Animation-xs-delay-3000ms   { animation-delay: 3s !important; }
.Animation-xs-delay-3250ms   { animation-delay: 3.25s !important; }
.Animation-xs-delay-3500ms   { animation-delay: 3.5s !important; }
.Animation-xs-delay-3750ms   { animation-delay: 3.75s !important; }
.Animation-xs-delay-4000ms   { animation-delay: 4s !important; }
.Animation-xs-delay-4250ms   { animation-delay: 4.25s !important; }
.Animation-xs-delay-4500ms   { animation-delay: 4.5s !important; }
.Animation-xs-delay-4750ms   { animation-delay: 4.75s !important; }
.Animation-xs-delay-5000ms   { animation-delay: 5s !important; }
.Animation-xs-delay-5250ms   { animation-delay: 5.25s !important; }
.Animation-xs-delay-5500ms   { animation-delay: 5.5s !important; }
.Animation-xs-delay-5750ms   { animation-delay: 5.75s !important; }
.Animation-xs-delay-6000ms   { animation-delay: 6s !important; }
.Animation-xs-delay-6250ms   { animation-delay: 6.25s !important; }
.Animation-xs-delay-6500ms   { animation-delay: 6.5s !important; }
.Animation-xs-delay-6750ms   { animation-delay: 6.75s !important; }
.Animation-xs-delay-7000ms   { animation-delay: 7s !important; }
.Animation-xs-delay-7250ms   { animation-delay: 7.25s !important; }
.Animation-xs-delay-7500ms   { animation-delay: 7.5s !important; }
.Animation-xs-delay-7750ms   { animation-delay: 7.75s !important; }
.Animation-xs-delay-8000ms   { animation-delay: 8s !important; }
.Animation-xs-delay-8250ms   { animation-delay: 8.25s !important; }
.Animation-xs-delay-8500ms   { animation-delay: 8.5s !important; }
.Animation-xs-delay-8750ms   { animation-delay: 8.75s !important; }
.Animation-xs-delay-9000ms   { animation-delay: 9s !important; }
.Animation-xs-delay-9250ms   { animation-delay: 9.25s !important; }
.Animation-xs-delay-9500ms   { animation-delay: 9.5s !important; }
.Animation-xs-delay-9750ms   { animation-delay: 9.75s !important; }
.Animation-xs-delay-10000ms   { animation-delay: 10s !important; }

@media( min-width: 544px ) {
	.Animation-sm-delay-250ms   { animation-delay: 0.25s !important; }
	.Animation-sm-delay-500ms   { animation-delay: 0.5s !important; }
	.Animation-sm-delay-750ms   { animation-delay: 0.75s !important; }
	.Animation-sm-delay-1000ms   { animation-delay: 1s !important; }
	.Animation-sm-delay-1250ms   { animation-delay: 1.25s !important; }
	.Animation-sm-delay-1500ms   { animation-delay: 1.5s !important; }
	.Animation-sm-delay-1750ms   { animation-delay: 1.75s !important; }
	.Animation-sm-delay-2000ms   { animation-delay: 2s !important; }
	.Animation-sm-delay-2250ms   { animation-delay: 2.25s !important; }
	.Animation-sm-delay-2500ms   { animation-delay: 2.5s !important; }
	.Animation-sm-delay-2750ms   { animation-delay: 2.75s !important; }
	.Animation-sm-delay-3000ms   { animation-delay: 3s !important; }
	.Animation-sm-delay-3250ms   { animation-delay: 3.25s !important; }
	.Animation-sm-delay-3500ms   { animation-delay: 3.5s !important; }
	.Animation-sm-delay-3750ms   { animation-delay: 3.75s !important; }
	.Animation-sm-delay-4000ms   { animation-delay: 4s !important; }
	.Animation-sm-delay-4250ms   { animation-delay: 4.25s !important; }
	.Animation-sm-delay-4500ms   { animation-delay: 4.5s !important; }
	.Animation-sm-delay-4750ms   { animation-delay: 4.75s !important; }
	.Animation-sm-delay-5000ms   { animation-delay: 5s !important; }
	.Animation-sm-delay-5250ms   { animation-delay: 5.25s !important; }
	.Animation-sm-delay-5500ms   { animation-delay: 5.5s !important; }
	.Animation-sm-delay-5750ms   { animation-delay: 5.75s !important; }
	.Animation-sm-delay-6000ms   { animation-delay: 6s !important; }
	.Animation-sm-delay-6250ms   { animation-delay: 6.25s !important; }
	.Animation-sm-delay-6500ms   { animation-delay: 6.5s !important; }
	.Animation-sm-delay-6750ms   { animation-delay: 6.75s !important; }
	.Animation-sm-delay-7000ms   { animation-delay: 7s !important; }
	.Animation-sm-delay-7250ms   { animation-delay: 7.25s !important; }
	.Animation-sm-delay-7500ms   { animation-delay: 7.5s !important; }
	.Animation-sm-delay-7750ms   { animation-delay: 7.75s !important; }
	.Animation-sm-delay-8000ms   { animation-delay: 8s !important; }
	.Animation-sm-delay-8250ms   { animation-delay: 8.25s !important; }
	.Animation-sm-delay-8500ms   { animation-delay: 8.5s !important; }
	.Animation-sm-delay-8750ms   { animation-delay: 8.75s !important; }
	.Animation-sm-delay-9000ms   { animation-delay: 9s !important; }
	.Animation-sm-delay-9250ms   { animation-delay: 9.25s !important; }
	.Animation-sm-delay-9500ms   { animation-delay: 9.5s !important; }
	.Animation-sm-delay-9750ms   { animation-delay: 9.75s !important; }
	.Animation-sm-delay-10000ms   { animation-delay: 10s !important; }
}


@media( min-width: 768px ) {
	.Animation-md-delay-250ms   { animation-delay: 0.25s !important; }
	.Animation-md-delay-500ms   { animation-delay: 0.5s !important; }
	.Animation-md-delay-750ms   { animation-delay: 0.75s !important; }
	.Animation-md-delay-1000ms   { animation-delay: 1s !important; }
	.Animation-md-delay-1250ms   { animation-delay: 1.25s !important; }
	.Animation-md-delay-1500ms   { animation-delay: 1.5s !important; }
	.Animation-md-delay-1750ms   { animation-delay: 1.75s !important; }
	.Animation-md-delay-2000ms   { animation-delay: 2s !important; }
	.Animation-md-delay-2250ms   { animation-delay: 2.25s !important; }
	.Animation-md-delay-2500ms   { animation-delay: 2.5s !important; }
	.Animation-md-delay-2750ms   { animation-delay: 2.75s !important; }
	.Animation-md-delay-3000ms   { animation-delay: 3s !important; }
	.Animation-md-delay-3250ms   { animation-delay: 3.25s !important; }
	.Animation-md-delay-3500ms   { animation-delay: 3.5s !important; }
	.Animation-md-delay-3750ms   { animation-delay: 3.75s !important; }
	.Animation-md-delay-4000ms   { animation-delay: 4s !important; }
	.Animation-md-delay-4250ms   { animation-delay: 4.25s !important; }
	.Animation-md-delay-4500ms   { animation-delay: 4.5s !important; }
	.Animation-md-delay-4750ms   { animation-delay: 4.75s !important; }
	.Animation-md-delay-5000ms   { animation-delay: 5s !important; }
	.Animation-md-delay-5250ms   { animation-delay: 5.25s !important; }
	.Animation-md-delay-5500ms   { animation-delay: 5.5s !important; }
	.Animation-md-delay-5750ms   { animation-delay: 5.75s !important; }
	.Animation-md-delay-6000ms   { animation-delay: 6s !important; }
	.Animation-md-delay-6250ms   { animation-delay: 6.25s !important; }
	.Animation-md-delay-6500ms   { animation-delay: 6.5s !important; }
	.Animation-md-delay-6750ms   { animation-delay: 6.75s !important; }
	.Animation-md-delay-7000ms   { animation-delay: 7s !important; }
	.Animation-md-delay-7250ms   { animation-delay: 7.25s !important; }
	.Animation-md-delay-7500ms   { animation-delay: 7.5s !important; }
	.Animation-md-delay-7750ms   { animation-delay: 7.75s !important; }
	.Animation-md-delay-8000ms   { animation-delay: 8s !important; }
	.Animation-md-delay-8250ms   { animation-delay: 8.25s !important; }
	.Animation-md-delay-8500ms   { animation-delay: 8.5s !important; }
	.Animation-md-delay-8750ms   { animation-delay: 8.75s !important; }
	.Animation-md-delay-9000ms   { animation-delay: 9s !important; }
	.Animation-md-delay-9250ms   { animation-delay: 9.25s !important; }
	.Animation-md-delay-9500ms   { animation-delay: 9.5s !important; }
	.Animation-md-delay-9750ms   { animation-delay: 9.75s !important; }
	.Animation-md-delay-10000ms   { animation-delay: 10s !important; }
}


@media( min-width: 1024px ) {
	.Animation-lg-delay-250ms   { animation-delay: 0.25s !important; }
	.Animation-lg-delay-500ms   { animation-delay: 0.5s !important; }
	.Animation-lg-delay-750ms   { animation-delay: 0.75s !important; }
	.Animation-lg-delay-1000ms   { animation-delay: 1s !important; }
	.Animation-lg-delay-1250ms   { animation-delay: 1.25s !important; }
	.Animation-lg-delay-1500ms   { animation-delay: 1.5s !important; }
	.Animation-lg-delay-1750ms   { animation-delay: 1.75s !important; }
	.Animation-lg-delay-2000ms   { animation-delay: 2s !important; }
	.Animation-lg-delay-2250ms   { animation-delay: 2.25s !important; }
	.Animation-lg-delay-2500ms   { animation-delay: 2.5s !important; }
	.Animation-lg-delay-2750ms   { animation-delay: 2.75s !important; }
	.Animation-lg-delay-3000ms   { animation-delay: 3s !important; }
	.Animation-lg-delay-3250ms   { animation-delay: 3.25s !important; }
	.Animation-lg-delay-3500ms   { animation-delay: 3.5s !important; }
	.Animation-lg-delay-3750ms   { animation-delay: 3.75s !important; }
	.Animation-lg-delay-4000ms   { animation-delay: 4s !important; }
	.Animation-lg-delay-4250ms   { animation-delay: 4.25s !important; }
	.Animation-lg-delay-4500ms   { animation-delay: 4.5s !important; }
	.Animation-lg-delay-4750ms   { animation-delay: 4.75s !important; }
	.Animation-lg-delay-5000ms   { animation-delay: 5s !important; }
	.Animation-lg-delay-5250ms   { animation-delay: 5.25s !important; }
	.Animation-lg-delay-5500ms   { animation-delay: 5.5s !important; }
	.Animation-lg-delay-5750ms   { animation-delay: 5.75s !important; }
	.Animation-lg-delay-6000ms   { animation-delay: 6s !important; }
	.Animation-lg-delay-6250ms   { animation-delay: 6.25s !important; }
	.Animation-lg-delay-6500ms   { animation-delay: 6.5s !important; }
	.Animation-lg-delay-6750ms   { animation-delay: 6.75s !important; }
	.Animation-lg-delay-7000ms   { animation-delay: 7s !important; }
	.Animation-lg-delay-7250ms   { animation-delay: 7.25s !important; }
	.Animation-lg-delay-7500ms   { animation-delay: 7.5s !important; }
	.Animation-lg-delay-7750ms   { animation-delay: 7.75s !important; }
	.Animation-lg-delay-8000ms   { animation-delay: 8s !important; }
	.Animation-lg-delay-8250ms   { animation-delay: 8.25s !important; }
	.Animation-lg-delay-8500ms   { animation-delay: 8.5s !important; }
	.Animation-lg-delay-8750ms   { animation-delay: 8.75s !important; }
	.Animation-lg-delay-9000ms   { animation-delay: 9s !important; }
	.Animation-lg-delay-9250ms   { animation-delay: 9.25s !important; }
	.Animation-lg-delay-9500ms   { animation-delay: 9.5s !important; }
	.Animation-lg-delay-9750ms   { animation-delay: 9.75s !important; }
	.Animation-lg-delay-10000ms   { animation-delay: 10s !important; }
}


@media( min-width: 1280px ) {
	.Animation-xl-delay-250ms   { animation-delay: 0.25s !important; }
	.Animation-xl-delay-500ms   { animation-delay: 0.5s !important; }
	.Animation-xl-delay-750ms   { animation-delay: 0.75s !important; }
	.Animation-xl-delay-1000ms   { animation-delay: 1s !important; }
	.Animation-xl-delay-1250ms   { animation-delay: 1.25s !important; }
	.Animation-xl-delay-1500ms   { animation-delay: 1.5s !important; }
	.Animation-xl-delay-1750ms   { animation-delay: 1.75s !important; }
	.Animation-xl-delay-2000ms   { animation-delay: 2s !important; }
	.Animation-xl-delay-2250ms   { animation-delay: 2.25s !important; }
	.Animation-xl-delay-2500ms   { animation-delay: 2.5s !important; }
	.Animation-xl-delay-2750ms   { animation-delay: 2.75s !important; }
	.Animation-xl-delay-3000ms   { animation-delay: 3s !important; }
	.Animation-xl-delay-3250ms   { animation-delay: 3.25s !important; }
	.Animation-xl-delay-3500ms   { animation-delay: 3.5s !important; }
	.Animation-xl-delay-3750ms   { animation-delay: 3.75s !important; }
	.Animation-xl-delay-4000ms   { animation-delay: 4s !important; }
	.Animation-xl-delay-4250ms   { animation-delay: 4.25s !important; }
	.Animation-xl-delay-4500ms   { animation-delay: 4.5s !important; }
	.Animation-xl-delay-4750ms   { animation-delay: 4.75s !important; }
	.Animation-xl-delay-5000ms   { animation-delay: 5s !important; }
	.Animation-xl-delay-5250ms   { animation-delay: 5.25s !important; }
	.Animation-xl-delay-5500ms   { animation-delay: 5.5s !important; }
	.Animation-xl-delay-5750ms   { animation-delay: 5.75s !important; }
	.Animation-xl-delay-6000ms   { animation-delay: 6s !important; }
	.Animation-xl-delay-6250ms   { animation-delay: 6.25s !important; }
	.Animation-xl-delay-6500ms   { animation-delay: 6.5s !important; }
	.Animation-xl-delay-6750ms   { animation-delay: 6.75s !important; }
	.Animation-xl-delay-7000ms   { animation-delay: 7s !important; }
	.Animation-xl-delay-7250ms   { animation-delay: 7.25s !important; }
	.Animation-xl-delay-7500ms   { animation-delay: 7.5s !important; }
	.Animation-xl-delay-7750ms   { animation-delay: 7.75s !important; }
	.Animation-xl-delay-8000ms   { animation-delay: 8s !important; }
	.Animation-xl-delay-8250ms   { animation-delay: 8.25s !important; }
	.Animation-xl-delay-8500ms   { animation-delay: 8.5s !important; }
	.Animation-xl-delay-8750ms   { animation-delay: 8.75s !important; }
	.Animation-xl-delay-9000ms   { animation-delay: 9s !important; }
	.Animation-xl-delay-9250ms   { animation-delay: 9.25s !important; }
	.Animation-xl-delay-9500ms   { animation-delay: 9.5s !important; }
	.Animation-xl-delay-9750ms   { animation-delay: 9.75s !important; }
	.Animation-xl-delay-10000ms   { animation-delay: 10s !important; }
}


/* ------------------------------------------------------------------------------------ */

.Overflow-xs-auto { overflow: auto !important; }
.Overflow-xs-x-auto { overflow-x: auto !important; }
.Overflow-xs-y-auto { overflow-y: auto !important; }
.Overflow-xs-visible { overflow: visible !important; }
.Overflow-xs-x-visible { overflow-x: visible !important; }
.Overflow-xs-y-visible { overflow-y: visible !important; }
.Overflow-xs-hidden { overflow: hidden !important; }
.Overflow-xs-x-hidden { overflow-x: hidden !important; }
.Overflow-xs-y-hidden { overflow-y: hidden !important; }
.Overflow-xs-scroll { overflow: scroll !important; }
.Overflow-xs-x-scroll { overflow-x: scroll !important; }
.Overflow-xs-y-scroll { overflow-y: scroll !important; }

@media( min-width: 544px ) {
	.Overflow-sm-auto { overflow: auto !important; }
	.Overflow-sm-x-auto { overflow-x: auto !important; }
	.Overflow-sm-y-auto { overflow-y: auto !important; }
	.Overflow-sm-visible { overflow: visible !important; }
	.Overflow-sm-x-visible { overflow-x: visible !important; }
	.Overflow-sm-y-visible { overflow-y: visible !important; }
	.Overflow-sm-hidden { overflow: hidden !important; }
	.Overflow-sm-x-hidden { overflow-x: hidden !important; }
	.Overflow-sm-y-hidden { overflow-y: hidden !important; }
	.Overflow-sm-scroll { overflow: scroll !important; }
	.Overflow-sm-x-scroll { overflow-x: scroll !important; }
	.Overflow-sm-y-scroll { overflow-y: scroll !important; }
}


@media( min-width: 768px ) {
	.Overflow-md-auto { overflow: auto !important; }
	.Overflow-md-x-auto { overflow-x: auto !important; }
	.Overflow-md-y-auto { overflow-y: auto !important; }
	.Overflow-md-visible { overflow: visible !important; }
	.Overflow-md-x-visible { overflow-x: visible !important; }
	.Overflow-md-y-visible { overflow-y: visible !important; }
	.Overflow-md-hidden { overflow: hidden !important; }
	.Overflow-md-x-hidden { overflow-x: hidden !important; }
	.Overflow-md-y-hidden { overflow-y: hidden !important; }
	.Overflow-md-scroll { overflow: scroll !important; }
	.Overflow-md-x-scroll { overflow-x: scroll !important; }
	.Overflow-md-y-scroll { overflow-y: scroll !important; }
}


@media( min-width: 1024px ) {
	.Overflow-lg-auto { overflow: auto !important; }
	.Overflow-lg-x-auto { overflow-x: auto !important; }
	.Overflow-lg-y-auto { overflow-y: auto !important; }
	.Overflow-lg-visible { overflow: visible !important; }
	.Overflow-lg-x-visible { overflow-x: visible !important; }
	.Overflow-lg-y-visible { overflow-y: visible !important; }
	.Overflow-lg-hidden { overflow: hidden !important; }
	.Overflow-lg-x-hidden { overflow-x: hidden !important; }
	.Overflow-lg-y-hidden { overflow-y: hidden !important; }
	.Overflow-lg-scroll { overflow: scroll !important; }
	.Overflow-lg-x-scroll { overflow-x: scroll !important; }
	.Overflow-lg-y-scroll { overflow-y: scroll !important; }
}


@media( min-width: 1280px ) {
	.Overflow-xl-auto { overflow: auto !important; }
	.Overflow-xl-x-auto { overflow-x: auto !important; }
	.Overflow-xl-y-auto { overflow-y: auto !important; }
	.Overflow-xl-visible { overflow: visible !important; }
	.Overflow-xl-x-visible { overflow-x: visible !important; }
	.Overflow-xl-y-visible { overflow-y: visible !important; }
	.Overflow-xl-hidden { overflow: hidden !important; }
	.Overflow-xl-x-hidden { overflow-x: hidden !important; }
	.Overflow-xl-y-hidden { overflow-y: hidden !important; }
	.Overflow-xl-scroll { overflow: scroll !important; }
	.Overflow-xl-x-scroll { overflow-x: scroll !important; }
	.Overflow-xl-y-scroll { overflow-y: scroll !important; }
}


/* ------------------------------------------------------------------------------------ */

.Border-xs-0x16em { border-width: 0em; }
.Border-xs-top-0x16em { border-top-width: 0em; }
.Border-xs-bottom-0x16em { border-bottom-width: 0em; }
.Border-xs-left-0x16em { border-left-width: 0em; }
.Border-xs-right-0x16em { border-right-width: 0em; }
.Border-xs-1x16em { border-width: 0.0625em; }
.Border-xs-top-1x16em { border-top-width: 0.0625em; }
.Border-xs-bottom-1x16em { border-bottom-width: 0.0625em; }
.Border-xs-left-1x16em { border-left-width: 0.0625em; }
.Border-xs-right-1x16em { border-right-width: 0.0625em; }
.Border-xs-2x16em { border-width: 0.125em; }
.Border-xs-top-2x16em { border-top-width: 0.125em; }
.Border-xs-bottom-2x16em { border-bottom-width: 0.125em; }
.Border-xs-left-2x16em { border-left-width: 0.125em; }
.Border-xs-right-2x16em { border-right-width: 0.125em; }
.Border-xs-3x16em { border-width: 0.1875em; }
.Border-xs-top-3x16em { border-top-width: 0.1875em; }
.Border-xs-bottom-3x16em { border-bottom-width: 0.1875em; }
.Border-xs-left-3x16em { border-left-width: 0.1875em; }
.Border-xs-right-3x16em { border-right-width: 0.1875em; }
.Border-xs-4x16em { border-width: 0.25em; }
.Border-xs-top-4x16em { border-top-width: 0.25em; }
.Border-xs-bottom-4x16em { border-bottom-width: 0.25em; }
.Border-xs-left-4x16em { border-left-width: 0.25em; }
.Border-xs-right-4x16em { border-right-width: 0.25em; }
.Border-xs-5x16em { border-width: 0.3125em; }
.Border-xs-top-5x16em { border-top-width: 0.3125em; }
.Border-xs-bottom-5x16em { border-bottom-width: 0.3125em; }
.Border-xs-left-5x16em { border-left-width: 0.3125em; }
.Border-xs-right-5x16em { border-right-width: 0.3125em; }
.Border-xs-6x16em { border-width: 0.375em; }
.Border-xs-top-6x16em { border-top-width: 0.375em; }
.Border-xs-bottom-6x16em { border-bottom-width: 0.375em; }
.Border-xs-left-6x16em { border-left-width: 0.375em; }
.Border-xs-right-6x16em { border-right-width: 0.375em; }
.Border-xs-7x16em { border-width: 0.4375em; }
.Border-xs-top-7x16em { border-top-width: 0.4375em; }
.Border-xs-bottom-7x16em { border-bottom-width: 0.4375em; }
.Border-xs-left-7x16em { border-left-width: 0.4375em; }
.Border-xs-right-7x16em { border-right-width: 0.4375em; }
.Border-xs-8x16em { border-width: 0.5em; }
.Border-xs-top-8x16em { border-top-width: 0.5em; }
.Border-xs-bottom-8x16em { border-bottom-width: 0.5em; }
.Border-xs-left-8x16em { border-left-width: 0.5em; }
.Border-xs-right-8x16em { border-right-width: 0.5em; }
.Border-xs-9x16em { border-width: 0.5625em; }
.Border-xs-top-9x16em { border-top-width: 0.5625em; }
.Border-xs-bottom-9x16em { border-bottom-width: 0.5625em; }
.Border-xs-left-9x16em { border-left-width: 0.5625em; }
.Border-xs-right-9x16em { border-right-width: 0.5625em; }
.Border-xs-10x16em { border-width: 0.625em; }
.Border-xs-top-10x16em { border-top-width: 0.625em; }
.Border-xs-bottom-10x16em { border-bottom-width: 0.625em; }
.Border-xs-left-10x16em { border-left-width: 0.625em; }
.Border-xs-right-10x16em { border-right-width: 0.625em; }
.Border-xs-11x16em { border-width: 0.6875em; }
.Border-xs-top-11x16em { border-top-width: 0.6875em; }
.Border-xs-bottom-11x16em { border-bottom-width: 0.6875em; }
.Border-xs-left-11x16em { border-left-width: 0.6875em; }
.Border-xs-right-11x16em { border-right-width: 0.6875em; }
.Border-xs-12x16em { border-width: 0.75em; }
.Border-xs-top-12x16em { border-top-width: 0.75em; }
.Border-xs-bottom-12x16em { border-bottom-width: 0.75em; }
.Border-xs-left-12x16em { border-left-width: 0.75em; }
.Border-xs-right-12x16em { border-right-width: 0.75em; }
.Border-xs-13x16em { border-width: 0.8125em; }
.Border-xs-top-13x16em { border-top-width: 0.8125em; }
.Border-xs-bottom-13x16em { border-bottom-width: 0.8125em; }
.Border-xs-left-13x16em { border-left-width: 0.8125em; }
.Border-xs-right-13x16em { border-right-width: 0.8125em; }
.Border-xs-14x16em { border-width: 0.875em; }
.Border-xs-top-14x16em { border-top-width: 0.875em; }
.Border-xs-bottom-14x16em { border-bottom-width: 0.875em; }
.Border-xs-left-14x16em { border-left-width: 0.875em; }
.Border-xs-right-14x16em { border-right-width: 0.875em; }
.Border-xs-15x16em { border-width: 0.9375em; }
.Border-xs-top-15x16em { border-top-width: 0.9375em; }
.Border-xs-bottom-15x16em { border-bottom-width: 0.9375em; }
.Border-xs-left-15x16em { border-left-width: 0.9375em; }
.Border-xs-right-15x16em { border-right-width: 0.9375em; }
.Border-xs-16x16em { border-width: 1em; }
.Border-xs-top-16x16em { border-top-width: 1em; }
.Border-xs-bottom-16x16em { border-bottom-width: 1em; }
.Border-xs-left-16x16em { border-left-width: 1em; }
.Border-xs-right-16x16em { border-right-width: 1em; }

@media( min-width: 544px ) {
	.Border-sm-0x16em { border-width: 0em; }
	.Border-sm-top-0x16em { border-top-width: 0em; }
	.Border-sm-bottom-0x16em { border-bottom-width: 0em; }
	.Border-sm-left-0x16em { border-left-width: 0em; }
	.Border-sm-right-0x16em { border-right-width: 0em; }
	.Border-sm-1x16em { border-width: 0.0625em; }
	.Border-sm-top-1x16em { border-top-width: 0.0625em; }
	.Border-sm-bottom-1x16em { border-bottom-width: 0.0625em; }
	.Border-sm-left-1x16em { border-left-width: 0.0625em; }
	.Border-sm-right-1x16em { border-right-width: 0.0625em; }
	.Border-sm-2x16em { border-width: 0.125em; }
	.Border-sm-top-2x16em { border-top-width: 0.125em; }
	.Border-sm-bottom-2x16em { border-bottom-width: 0.125em; }
	.Border-sm-left-2x16em { border-left-width: 0.125em; }
	.Border-sm-right-2x16em { border-right-width: 0.125em; }
	.Border-sm-3x16em { border-width: 0.1875em; }
	.Border-sm-top-3x16em { border-top-width: 0.1875em; }
	.Border-sm-bottom-3x16em { border-bottom-width: 0.1875em; }
	.Border-sm-left-3x16em { border-left-width: 0.1875em; }
	.Border-sm-right-3x16em { border-right-width: 0.1875em; }
	.Border-sm-4x16em { border-width: 0.25em; }
	.Border-sm-top-4x16em { border-top-width: 0.25em; }
	.Border-sm-bottom-4x16em { border-bottom-width: 0.25em; }
	.Border-sm-left-4x16em { border-left-width: 0.25em; }
	.Border-sm-right-4x16em { border-right-width: 0.25em; }
	.Border-sm-5x16em { border-width: 0.3125em; }
	.Border-sm-top-5x16em { border-top-width: 0.3125em; }
	.Border-sm-bottom-5x16em { border-bottom-width: 0.3125em; }
	.Border-sm-left-5x16em { border-left-width: 0.3125em; }
	.Border-sm-right-5x16em { border-right-width: 0.3125em; }
	.Border-sm-6x16em { border-width: 0.375em; }
	.Border-sm-top-6x16em { border-top-width: 0.375em; }
	.Border-sm-bottom-6x16em { border-bottom-width: 0.375em; }
	.Border-sm-left-6x16em { border-left-width: 0.375em; }
	.Border-sm-right-6x16em { border-right-width: 0.375em; }
	.Border-sm-7x16em { border-width: 0.4375em; }
	.Border-sm-top-7x16em { border-top-width: 0.4375em; }
	.Border-sm-bottom-7x16em { border-bottom-width: 0.4375em; }
	.Border-sm-left-7x16em { border-left-width: 0.4375em; }
	.Border-sm-right-7x16em { border-right-width: 0.4375em; }
	.Border-sm-8x16em { border-width: 0.5em; }
	.Border-sm-top-8x16em { border-top-width: 0.5em; }
	.Border-sm-bottom-8x16em { border-bottom-width: 0.5em; }
	.Border-sm-left-8x16em { border-left-width: 0.5em; }
	.Border-sm-right-8x16em { border-right-width: 0.5em; }
	.Border-sm-9x16em { border-width: 0.5625em; }
	.Border-sm-top-9x16em { border-top-width: 0.5625em; }
	.Border-sm-bottom-9x16em { border-bottom-width: 0.5625em; }
	.Border-sm-left-9x16em { border-left-width: 0.5625em; }
	.Border-sm-right-9x16em { border-right-width: 0.5625em; }
	.Border-sm-10x16em { border-width: 0.625em; }
	.Border-sm-top-10x16em { border-top-width: 0.625em; }
	.Border-sm-bottom-10x16em { border-bottom-width: 0.625em; }
	.Border-sm-left-10x16em { border-left-width: 0.625em; }
	.Border-sm-right-10x16em { border-right-width: 0.625em; }
	.Border-sm-11x16em { border-width: 0.6875em; }
	.Border-sm-top-11x16em { border-top-width: 0.6875em; }
	.Border-sm-bottom-11x16em { border-bottom-width: 0.6875em; }
	.Border-sm-left-11x16em { border-left-width: 0.6875em; }
	.Border-sm-right-11x16em { border-right-width: 0.6875em; }
	.Border-sm-12x16em { border-width: 0.75em; }
	.Border-sm-top-12x16em { border-top-width: 0.75em; }
	.Border-sm-bottom-12x16em { border-bottom-width: 0.75em; }
	.Border-sm-left-12x16em { border-left-width: 0.75em; }
	.Border-sm-right-12x16em { border-right-width: 0.75em; }
	.Border-sm-13x16em { border-width: 0.8125em; }
	.Border-sm-top-13x16em { border-top-width: 0.8125em; }
	.Border-sm-bottom-13x16em { border-bottom-width: 0.8125em; }
	.Border-sm-left-13x16em { border-left-width: 0.8125em; }
	.Border-sm-right-13x16em { border-right-width: 0.8125em; }
	.Border-sm-14x16em { border-width: 0.875em; }
	.Border-sm-top-14x16em { border-top-width: 0.875em; }
	.Border-sm-bottom-14x16em { border-bottom-width: 0.875em; }
	.Border-sm-left-14x16em { border-left-width: 0.875em; }
	.Border-sm-right-14x16em { border-right-width: 0.875em; }
	.Border-sm-15x16em { border-width: 0.9375em; }
	.Border-sm-top-15x16em { border-top-width: 0.9375em; }
	.Border-sm-bottom-15x16em { border-bottom-width: 0.9375em; }
	.Border-sm-left-15x16em { border-left-width: 0.9375em; }
	.Border-sm-right-15x16em { border-right-width: 0.9375em; }
	.Border-sm-16x16em { border-width: 1em; }
	.Border-sm-top-16x16em { border-top-width: 1em; }
	.Border-sm-bottom-16x16em { border-bottom-width: 1em; }
	.Border-sm-left-16x16em { border-left-width: 1em; }
	.Border-sm-right-16x16em { border-right-width: 1em; }
}


@media( min-width: 768px ) {
	.Border-md-0x16em { border-width: 0em; }
	.Border-md-top-0x16em { border-top-width: 0em; }
	.Border-md-bottom-0x16em { border-bottom-width: 0em; }
	.Border-md-left-0x16em { border-left-width: 0em; }
	.Border-md-right-0x16em { border-right-width: 0em; }
	.Border-md-1x16em { border-width: 0.0625em; }
	.Border-md-top-1x16em { border-top-width: 0.0625em; }
	.Border-md-bottom-1x16em { border-bottom-width: 0.0625em; }
	.Border-md-left-1x16em { border-left-width: 0.0625em; }
	.Border-md-right-1x16em { border-right-width: 0.0625em; }
	.Border-md-2x16em { border-width: 0.125em; }
	.Border-md-top-2x16em { border-top-width: 0.125em; }
	.Border-md-bottom-2x16em { border-bottom-width: 0.125em; }
	.Border-md-left-2x16em { border-left-width: 0.125em; }
	.Border-md-right-2x16em { border-right-width: 0.125em; }
	.Border-md-3x16em { border-width: 0.1875em; }
	.Border-md-top-3x16em { border-top-width: 0.1875em; }
	.Border-md-bottom-3x16em { border-bottom-width: 0.1875em; }
	.Border-md-left-3x16em { border-left-width: 0.1875em; }
	.Border-md-right-3x16em { border-right-width: 0.1875em; }
	.Border-md-4x16em { border-width: 0.25em; }
	.Border-md-top-4x16em { border-top-width: 0.25em; }
	.Border-md-bottom-4x16em { border-bottom-width: 0.25em; }
	.Border-md-left-4x16em { border-left-width: 0.25em; }
	.Border-md-right-4x16em { border-right-width: 0.25em; }
	.Border-md-5x16em { border-width: 0.3125em; }
	.Border-md-top-5x16em { border-top-width: 0.3125em; }
	.Border-md-bottom-5x16em { border-bottom-width: 0.3125em; }
	.Border-md-left-5x16em { border-left-width: 0.3125em; }
	.Border-md-right-5x16em { border-right-width: 0.3125em; }
	.Border-md-6x16em { border-width: 0.375em; }
	.Border-md-top-6x16em { border-top-width: 0.375em; }
	.Border-md-bottom-6x16em { border-bottom-width: 0.375em; }
	.Border-md-left-6x16em { border-left-width: 0.375em; }
	.Border-md-right-6x16em { border-right-width: 0.375em; }
	.Border-md-7x16em { border-width: 0.4375em; }
	.Border-md-top-7x16em { border-top-width: 0.4375em; }
	.Border-md-bottom-7x16em { border-bottom-width: 0.4375em; }
	.Border-md-left-7x16em { border-left-width: 0.4375em; }
	.Border-md-right-7x16em { border-right-width: 0.4375em; }
	.Border-md-8x16em { border-width: 0.5em; }
	.Border-md-top-8x16em { border-top-width: 0.5em; }
	.Border-md-bottom-8x16em { border-bottom-width: 0.5em; }
	.Border-md-left-8x16em { border-left-width: 0.5em; }
	.Border-md-right-8x16em { border-right-width: 0.5em; }
	.Border-md-9x16em { border-width: 0.5625em; }
	.Border-md-top-9x16em { border-top-width: 0.5625em; }
	.Border-md-bottom-9x16em { border-bottom-width: 0.5625em; }
	.Border-md-left-9x16em { border-left-width: 0.5625em; }
	.Border-md-right-9x16em { border-right-width: 0.5625em; }
	.Border-md-10x16em { border-width: 0.625em; }
	.Border-md-top-10x16em { border-top-width: 0.625em; }
	.Border-md-bottom-10x16em { border-bottom-width: 0.625em; }
	.Border-md-left-10x16em { border-left-width: 0.625em; }
	.Border-md-right-10x16em { border-right-width: 0.625em; }
	.Border-md-11x16em { border-width: 0.6875em; }
	.Border-md-top-11x16em { border-top-width: 0.6875em; }
	.Border-md-bottom-11x16em { border-bottom-width: 0.6875em; }
	.Border-md-left-11x16em { border-left-width: 0.6875em; }
	.Border-md-right-11x16em { border-right-width: 0.6875em; }
	.Border-md-12x16em { border-width: 0.75em; }
	.Border-md-top-12x16em { border-top-width: 0.75em; }
	.Border-md-bottom-12x16em { border-bottom-width: 0.75em; }
	.Border-md-left-12x16em { border-left-width: 0.75em; }
	.Border-md-right-12x16em { border-right-width: 0.75em; }
	.Border-md-13x16em { border-width: 0.8125em; }
	.Border-md-top-13x16em { border-top-width: 0.8125em; }
	.Border-md-bottom-13x16em { border-bottom-width: 0.8125em; }
	.Border-md-left-13x16em { border-left-width: 0.8125em; }
	.Border-md-right-13x16em { border-right-width: 0.8125em; }
	.Border-md-14x16em { border-width: 0.875em; }
	.Border-md-top-14x16em { border-top-width: 0.875em; }
	.Border-md-bottom-14x16em { border-bottom-width: 0.875em; }
	.Border-md-left-14x16em { border-left-width: 0.875em; }
	.Border-md-right-14x16em { border-right-width: 0.875em; }
	.Border-md-15x16em { border-width: 0.9375em; }
	.Border-md-top-15x16em { border-top-width: 0.9375em; }
	.Border-md-bottom-15x16em { border-bottom-width: 0.9375em; }
	.Border-md-left-15x16em { border-left-width: 0.9375em; }
	.Border-md-right-15x16em { border-right-width: 0.9375em; }
	.Border-md-16x16em { border-width: 1em; }
	.Border-md-top-16x16em { border-top-width: 1em; }
	.Border-md-bottom-16x16em { border-bottom-width: 1em; }
	.Border-md-left-16x16em { border-left-width: 1em; }
	.Border-md-right-16x16em { border-right-width: 1em; }
}


@media( min-width: 1024px ) {
	.Border-lg-0x16em { border-width: 0em; }
	.Border-lg-top-0x16em { border-top-width: 0em; }
	.Border-lg-bottom-0x16em { border-bottom-width: 0em; }
	.Border-lg-left-0x16em { border-left-width: 0em; }
	.Border-lg-right-0x16em { border-right-width: 0em; }
	.Border-lg-1x16em { border-width: 0.0625em; }
	.Border-lg-top-1x16em { border-top-width: 0.0625em; }
	.Border-lg-bottom-1x16em { border-bottom-width: 0.0625em; }
	.Border-lg-left-1x16em { border-left-width: 0.0625em; }
	.Border-lg-right-1x16em { border-right-width: 0.0625em; }
	.Border-lg-2x16em { border-width: 0.125em; }
	.Border-lg-top-2x16em { border-top-width: 0.125em; }
	.Border-lg-bottom-2x16em { border-bottom-width: 0.125em; }
	.Border-lg-left-2x16em { border-left-width: 0.125em; }
	.Border-lg-right-2x16em { border-right-width: 0.125em; }
	.Border-lg-3x16em { border-width: 0.1875em; }
	.Border-lg-top-3x16em { border-top-width: 0.1875em; }
	.Border-lg-bottom-3x16em { border-bottom-width: 0.1875em; }
	.Border-lg-left-3x16em { border-left-width: 0.1875em; }
	.Border-lg-right-3x16em { border-right-width: 0.1875em; }
	.Border-lg-4x16em { border-width: 0.25em; }
	.Border-lg-top-4x16em { border-top-width: 0.25em; }
	.Border-lg-bottom-4x16em { border-bottom-width: 0.25em; }
	.Border-lg-left-4x16em { border-left-width: 0.25em; }
	.Border-lg-right-4x16em { border-right-width: 0.25em; }
	.Border-lg-5x16em { border-width: 0.3125em; }
	.Border-lg-top-5x16em { border-top-width: 0.3125em; }
	.Border-lg-bottom-5x16em { border-bottom-width: 0.3125em; }
	.Border-lg-left-5x16em { border-left-width: 0.3125em; }
	.Border-lg-right-5x16em { border-right-width: 0.3125em; }
	.Border-lg-6x16em { border-width: 0.375em; }
	.Border-lg-top-6x16em { border-top-width: 0.375em; }
	.Border-lg-bottom-6x16em { border-bottom-width: 0.375em; }
	.Border-lg-left-6x16em { border-left-width: 0.375em; }
	.Border-lg-right-6x16em { border-right-width: 0.375em; }
	.Border-lg-7x16em { border-width: 0.4375em; }
	.Border-lg-top-7x16em { border-top-width: 0.4375em; }
	.Border-lg-bottom-7x16em { border-bottom-width: 0.4375em; }
	.Border-lg-left-7x16em { border-left-width: 0.4375em; }
	.Border-lg-right-7x16em { border-right-width: 0.4375em; }
	.Border-lg-8x16em { border-width: 0.5em; }
	.Border-lg-top-8x16em { border-top-width: 0.5em; }
	.Border-lg-bottom-8x16em { border-bottom-width: 0.5em; }
	.Border-lg-left-8x16em { border-left-width: 0.5em; }
	.Border-lg-right-8x16em { border-right-width: 0.5em; }
	.Border-lg-9x16em { border-width: 0.5625em; }
	.Border-lg-top-9x16em { border-top-width: 0.5625em; }
	.Border-lg-bottom-9x16em { border-bottom-width: 0.5625em; }
	.Border-lg-left-9x16em { border-left-width: 0.5625em; }
	.Border-lg-right-9x16em { border-right-width: 0.5625em; }
	.Border-lg-10x16em { border-width: 0.625em; }
	.Border-lg-top-10x16em { border-top-width: 0.625em; }
	.Border-lg-bottom-10x16em { border-bottom-width: 0.625em; }
	.Border-lg-left-10x16em { border-left-width: 0.625em; }
	.Border-lg-right-10x16em { border-right-width: 0.625em; }
	.Border-lg-11x16em { border-width: 0.6875em; }
	.Border-lg-top-11x16em { border-top-width: 0.6875em; }
	.Border-lg-bottom-11x16em { border-bottom-width: 0.6875em; }
	.Border-lg-left-11x16em { border-left-width: 0.6875em; }
	.Border-lg-right-11x16em { border-right-width: 0.6875em; }
	.Border-lg-12x16em { border-width: 0.75em; }
	.Border-lg-top-12x16em { border-top-width: 0.75em; }
	.Border-lg-bottom-12x16em { border-bottom-width: 0.75em; }
	.Border-lg-left-12x16em { border-left-width: 0.75em; }
	.Border-lg-right-12x16em { border-right-width: 0.75em; }
	.Border-lg-13x16em { border-width: 0.8125em; }
	.Border-lg-top-13x16em { border-top-width: 0.8125em; }
	.Border-lg-bottom-13x16em { border-bottom-width: 0.8125em; }
	.Border-lg-left-13x16em { border-left-width: 0.8125em; }
	.Border-lg-right-13x16em { border-right-width: 0.8125em; }
	.Border-lg-14x16em { border-width: 0.875em; }
	.Border-lg-top-14x16em { border-top-width: 0.875em; }
	.Border-lg-bottom-14x16em { border-bottom-width: 0.875em; }
	.Border-lg-left-14x16em { border-left-width: 0.875em; }
	.Border-lg-right-14x16em { border-right-width: 0.875em; }
	.Border-lg-15x16em { border-width: 0.9375em; }
	.Border-lg-top-15x16em { border-top-width: 0.9375em; }
	.Border-lg-bottom-15x16em { border-bottom-width: 0.9375em; }
	.Border-lg-left-15x16em { border-left-width: 0.9375em; }
	.Border-lg-right-15x16em { border-right-width: 0.9375em; }
	.Border-lg-16x16em { border-width: 1em; }
	.Border-lg-top-16x16em { border-top-width: 1em; }
	.Border-lg-bottom-16x16em { border-bottom-width: 1em; }
	.Border-lg-left-16x16em { border-left-width: 1em; }
	.Border-lg-right-16x16em { border-right-width: 1em; }
}


@media( min-width: 1280px ) {
	.Border-xl-0x16em { border-width: 0em; }
	.Border-xl-top-0x16em { border-top-width: 0em; }
	.Border-xl-bottom-0x16em { border-bottom-width: 0em; }
	.Border-xl-left-0x16em { border-left-width: 0em; }
	.Border-xl-right-0x16em { border-right-width: 0em; }
	.Border-xl-1x16em { border-width: 0.0625em; }
	.Border-xl-top-1x16em { border-top-width: 0.0625em; }
	.Border-xl-bottom-1x16em { border-bottom-width: 0.0625em; }
	.Border-xl-left-1x16em { border-left-width: 0.0625em; }
	.Border-xl-right-1x16em { border-right-width: 0.0625em; }
	.Border-xl-2x16em { border-width: 0.125em; }
	.Border-xl-top-2x16em { border-top-width: 0.125em; }
	.Border-xl-bottom-2x16em { border-bottom-width: 0.125em; }
	.Border-xl-left-2x16em { border-left-width: 0.125em; }
	.Border-xl-right-2x16em { border-right-width: 0.125em; }
	.Border-xl-3x16em { border-width: 0.1875em; }
	.Border-xl-top-3x16em { border-top-width: 0.1875em; }
	.Border-xl-bottom-3x16em { border-bottom-width: 0.1875em; }
	.Border-xl-left-3x16em { border-left-width: 0.1875em; }
	.Border-xl-right-3x16em { border-right-width: 0.1875em; }
	.Border-xl-4x16em { border-width: 0.25em; }
	.Border-xl-top-4x16em { border-top-width: 0.25em; }
	.Border-xl-bottom-4x16em { border-bottom-width: 0.25em; }
	.Border-xl-left-4x16em { border-left-width: 0.25em; }
	.Border-xl-right-4x16em { border-right-width: 0.25em; }
	.Border-xl-5x16em { border-width: 0.3125em; }
	.Border-xl-top-5x16em { border-top-width: 0.3125em; }
	.Border-xl-bottom-5x16em { border-bottom-width: 0.3125em; }
	.Border-xl-left-5x16em { border-left-width: 0.3125em; }
	.Border-xl-right-5x16em { border-right-width: 0.3125em; }
	.Border-xl-6x16em { border-width: 0.375em; }
	.Border-xl-top-6x16em { border-top-width: 0.375em; }
	.Border-xl-bottom-6x16em { border-bottom-width: 0.375em; }
	.Border-xl-left-6x16em { border-left-width: 0.375em; }
	.Border-xl-right-6x16em { border-right-width: 0.375em; }
	.Border-xl-7x16em { border-width: 0.4375em; }
	.Border-xl-top-7x16em { border-top-width: 0.4375em; }
	.Border-xl-bottom-7x16em { border-bottom-width: 0.4375em; }
	.Border-xl-left-7x16em { border-left-width: 0.4375em; }
	.Border-xl-right-7x16em { border-right-width: 0.4375em; }
	.Border-xl-8x16em { border-width: 0.5em; }
	.Border-xl-top-8x16em { border-top-width: 0.5em; }
	.Border-xl-bottom-8x16em { border-bottom-width: 0.5em; }
	.Border-xl-left-8x16em { border-left-width: 0.5em; }
	.Border-xl-right-8x16em { border-right-width: 0.5em; }
	.Border-xl-9x16em { border-width: 0.5625em; }
	.Border-xl-top-9x16em { border-top-width: 0.5625em; }
	.Border-xl-bottom-9x16em { border-bottom-width: 0.5625em; }
	.Border-xl-left-9x16em { border-left-width: 0.5625em; }
	.Border-xl-right-9x16em { border-right-width: 0.5625em; }
	.Border-xl-10x16em { border-width: 0.625em; }
	.Border-xl-top-10x16em { border-top-width: 0.625em; }
	.Border-xl-bottom-10x16em { border-bottom-width: 0.625em; }
	.Border-xl-left-10x16em { border-left-width: 0.625em; }
	.Border-xl-right-10x16em { border-right-width: 0.625em; }
	.Border-xl-11x16em { border-width: 0.6875em; }
	.Border-xl-top-11x16em { border-top-width: 0.6875em; }
	.Border-xl-bottom-11x16em { border-bottom-width: 0.6875em; }
	.Border-xl-left-11x16em { border-left-width: 0.6875em; }
	.Border-xl-right-11x16em { border-right-width: 0.6875em; }
	.Border-xl-12x16em { border-width: 0.75em; }
	.Border-xl-top-12x16em { border-top-width: 0.75em; }
	.Border-xl-bottom-12x16em { border-bottom-width: 0.75em; }
	.Border-xl-left-12x16em { border-left-width: 0.75em; }
	.Border-xl-right-12x16em { border-right-width: 0.75em; }
	.Border-xl-13x16em { border-width: 0.8125em; }
	.Border-xl-top-13x16em { border-top-width: 0.8125em; }
	.Border-xl-bottom-13x16em { border-bottom-width: 0.8125em; }
	.Border-xl-left-13x16em { border-left-width: 0.8125em; }
	.Border-xl-right-13x16em { border-right-width: 0.8125em; }
	.Border-xl-14x16em { border-width: 0.875em; }
	.Border-xl-top-14x16em { border-top-width: 0.875em; }
	.Border-xl-bottom-14x16em { border-bottom-width: 0.875em; }
	.Border-xl-left-14x16em { border-left-width: 0.875em; }
	.Border-xl-right-14x16em { border-right-width: 0.875em; }
	.Border-xl-15x16em { border-width: 0.9375em; }
	.Border-xl-top-15x16em { border-top-width: 0.9375em; }
	.Border-xl-bottom-15x16em { border-bottom-width: 0.9375em; }
	.Border-xl-left-15x16em { border-left-width: 0.9375em; }
	.Border-xl-right-15x16em { border-right-width: 0.9375em; }
	.Border-xl-16x16em { border-width: 1em; }
	.Border-xl-top-16x16em { border-top-width: 1em; }
	.Border-xl-bottom-16x16em { border-bottom-width: 1em; }
	.Border-xl-left-16x16em { border-left-width: 1em; }
	.Border-xl-right-16x16em { border-right-width: 1em; }
}


.BorderRadius-xs-0x16em { border-radius: 0em; }
.BorderRadius-xs-1x16em { border-radius: 0.0625em; }
.BorderRadius-xs-2x16em { border-radius: 0.125em; }
.BorderRadius-xs-3x16em { border-radius: 0.1875em; }
.BorderRadius-xs-4x16em { border-radius: 0.25em; }
.BorderRadius-xs-5x16em { border-radius: 0.3125em; }
.BorderRadius-xs-6x16em { border-radius: 0.375em; }
.BorderRadius-xs-7x16em { border-radius: 0.4375em; }
.BorderRadius-xs-8x16em { border-radius: 0.5em; }
.BorderRadius-xs-9x16em { border-radius: 0.5625em; }
.BorderRadius-xs-10x16em { border-radius: 0.625em; }
.BorderRadius-xs-11x16em { border-radius: 0.6875em; }
.BorderRadius-xs-12x16em { border-radius: 0.75em; }
.BorderRadius-xs-13x16em { border-radius: 0.8125em; }
.BorderRadius-xs-14x16em { border-radius: 0.875em; }
.BorderRadius-xs-15x16em { border-radius: 0.9375em; }
.BorderRadius-xs-16x16em { border-radius: 1em; }
.BorderRadius-xs-0em { border-radius: 0em; }
.BorderRadius-xs-1em { border-radius: 1em; }
.BorderRadius-xs-2em { border-radius: 2em; }
.BorderRadius-xs-3em { border-radius: 3em; }
.BorderRadius-xs-4em { border-radius: 4em; }
.BorderRadius-xs-5em { border-radius: 5em; }
.BorderRadius-xs-6em { border-radius: 6em; }
.BorderRadius-xs-7em { border-radius: 7em; }
.BorderRadius-xs-8em { border-radius: 8em; }
.BorderRadius-xs-9em { border-radius: 9em; }
.BorderRadius-xs-10em { border-radius: 10em; }
.BorderRadius-xs-11em { border-radius: 11em; }
.BorderRadius-xs-12em { border-radius: 12em; }
.BorderRadius-xs-13em { border-radius: 13em; }
.BorderRadius-xs-14em { border-radius: 14em; }
.BorderRadius-xs-15em { border-radius: 15em; }
.BorderRadius-xs-16em { border-radius: 16em; }

@media( min-width: 544px ) {
	.BorderRadius-sm-0x16em { border-radius: 0em; }
	.BorderRadius-sm-1x16em { border-radius: 0.0625em; }
	.BorderRadius-sm-2x16em { border-radius: 0.125em; }
	.BorderRadius-sm-3x16em { border-radius: 0.1875em; }
	.BorderRadius-sm-4x16em { border-radius: 0.25em; }
	.BorderRadius-sm-5x16em { border-radius: 0.3125em; }
	.BorderRadius-sm-6x16em { border-radius: 0.375em; }
	.BorderRadius-sm-7x16em { border-radius: 0.4375em; }
	.BorderRadius-sm-8x16em { border-radius: 0.5em; }
	.BorderRadius-sm-9x16em { border-radius: 0.5625em; }
	.BorderRadius-sm-10x16em { border-radius: 0.625em; }
	.BorderRadius-sm-11x16em { border-radius: 0.6875em; }
	.BorderRadius-sm-12x16em { border-radius: 0.75em; }
	.BorderRadius-sm-13x16em { border-radius: 0.8125em; }
	.BorderRadius-sm-14x16em { border-radius: 0.875em; }
	.BorderRadius-sm-15x16em { border-radius: 0.9375em; }
	.BorderRadius-sm-16x16em { border-radius: 1em; }
	.BorderRadius-sm-0em { border-radius: 0em; }
	.BorderRadius-sm-1em { border-radius: 1em; }
	.BorderRadius-sm-2em { border-radius: 2em; }
	.BorderRadius-sm-3em { border-radius: 3em; }
	.BorderRadius-sm-4em { border-radius: 4em; }
	.BorderRadius-sm-5em { border-radius: 5em; }
	.BorderRadius-sm-6em { border-radius: 6em; }
	.BorderRadius-sm-7em { border-radius: 7em; }
	.BorderRadius-sm-8em { border-radius: 8em; }
	.BorderRadius-sm-9em { border-radius: 9em; }
	.BorderRadius-sm-10em { border-radius: 10em; }
	.BorderRadius-sm-11em { border-radius: 11em; }
	.BorderRadius-sm-12em { border-radius: 12em; }
	.BorderRadius-sm-13em { border-radius: 13em; }
	.BorderRadius-sm-14em { border-radius: 14em; }
	.BorderRadius-sm-15em { border-radius: 15em; }
	.BorderRadius-sm-16em { border-radius: 16em; }
}


@media( min-width: 768px ) {
	.BorderRadius-md-0x16em { border-radius: 0em; }
	.BorderRadius-md-1x16em { border-radius: 0.0625em; }
	.BorderRadius-md-2x16em { border-radius: 0.125em; }
	.BorderRadius-md-3x16em { border-radius: 0.1875em; }
	.BorderRadius-md-4x16em { border-radius: 0.25em; }
	.BorderRadius-md-5x16em { border-radius: 0.3125em; }
	.BorderRadius-md-6x16em { border-radius: 0.375em; }
	.BorderRadius-md-7x16em { border-radius: 0.4375em; }
	.BorderRadius-md-8x16em { border-radius: 0.5em; }
	.BorderRadius-md-9x16em { border-radius: 0.5625em; }
	.BorderRadius-md-10x16em { border-radius: 0.625em; }
	.BorderRadius-md-11x16em { border-radius: 0.6875em; }
	.BorderRadius-md-12x16em { border-radius: 0.75em; }
	.BorderRadius-md-13x16em { border-radius: 0.8125em; }
	.BorderRadius-md-14x16em { border-radius: 0.875em; }
	.BorderRadius-md-15x16em { border-radius: 0.9375em; }
	.BorderRadius-md-16x16em { border-radius: 1em; }
	.BorderRadius-md-0em { border-radius: 0em; }
	.BorderRadius-md-1em { border-radius: 1em; }
	.BorderRadius-md-2em { border-radius: 2em; }
	.BorderRadius-md-3em { border-radius: 3em; }
	.BorderRadius-md-4em { border-radius: 4em; }
	.BorderRadius-md-5em { border-radius: 5em; }
	.BorderRadius-md-6em { border-radius: 6em; }
	.BorderRadius-md-7em { border-radius: 7em; }
	.BorderRadius-md-8em { border-radius: 8em; }
	.BorderRadius-md-9em { border-radius: 9em; }
	.BorderRadius-md-10em { border-radius: 10em; }
	.BorderRadius-md-11em { border-radius: 11em; }
	.BorderRadius-md-12em { border-radius: 12em; }
	.BorderRadius-md-13em { border-radius: 13em; }
	.BorderRadius-md-14em { border-radius: 14em; }
	.BorderRadius-md-15em { border-radius: 15em; }
	.BorderRadius-md-16em { border-radius: 16em; }
}


@media( min-width: 1024px ) {
	.BorderRadius-lg-0x16em { border-radius: 0em; }
	.BorderRadius-lg-1x16em { border-radius: 0.0625em; }
	.BorderRadius-lg-2x16em { border-radius: 0.125em; }
	.BorderRadius-lg-3x16em { border-radius: 0.1875em; }
	.BorderRadius-lg-4x16em { border-radius: 0.25em; }
	.BorderRadius-lg-5x16em { border-radius: 0.3125em; }
	.BorderRadius-lg-6x16em { border-radius: 0.375em; }
	.BorderRadius-lg-7x16em { border-radius: 0.4375em; }
	.BorderRadius-lg-8x16em { border-radius: 0.5em; }
	.BorderRadius-lg-9x16em { border-radius: 0.5625em; }
	.BorderRadius-lg-10x16em { border-radius: 0.625em; }
	.BorderRadius-lg-11x16em { border-radius: 0.6875em; }
	.BorderRadius-lg-12x16em { border-radius: 0.75em; }
	.BorderRadius-lg-13x16em { border-radius: 0.8125em; }
	.BorderRadius-lg-14x16em { border-radius: 0.875em; }
	.BorderRadius-lg-15x16em { border-radius: 0.9375em; }
	.BorderRadius-lg-16x16em { border-radius: 1em; }
	.BorderRadius-lg-0em { border-radius: 0em; }
	.BorderRadius-lg-1em { border-radius: 1em; }
	.BorderRadius-lg-2em { border-radius: 2em; }
	.BorderRadius-lg-3em { border-radius: 3em; }
	.BorderRadius-lg-4em { border-radius: 4em; }
	.BorderRadius-lg-5em { border-radius: 5em; }
	.BorderRadius-lg-6em { border-radius: 6em; }
	.BorderRadius-lg-7em { border-radius: 7em; }
	.BorderRadius-lg-8em { border-radius: 8em; }
	.BorderRadius-lg-9em { border-radius: 9em; }
	.BorderRadius-lg-10em { border-radius: 10em; }
	.BorderRadius-lg-11em { border-radius: 11em; }
	.BorderRadius-lg-12em { border-radius: 12em; }
	.BorderRadius-lg-13em { border-radius: 13em; }
	.BorderRadius-lg-14em { border-radius: 14em; }
	.BorderRadius-lg-15em { border-radius: 15em; }
	.BorderRadius-lg-16em { border-radius: 16em; }
}


@media( min-width: 1280px ) {
	.BorderRadius-xl-0x16em { border-radius: 0em; }
	.BorderRadius-xl-1x16em { border-radius: 0.0625em; }
	.BorderRadius-xl-2x16em { border-radius: 0.125em; }
	.BorderRadius-xl-3x16em { border-radius: 0.1875em; }
	.BorderRadius-xl-4x16em { border-radius: 0.25em; }
	.BorderRadius-xl-5x16em { border-radius: 0.3125em; }
	.BorderRadius-xl-6x16em { border-radius: 0.375em; }
	.BorderRadius-xl-7x16em { border-radius: 0.4375em; }
	.BorderRadius-xl-8x16em { border-radius: 0.5em; }
	.BorderRadius-xl-9x16em { border-radius: 0.5625em; }
	.BorderRadius-xl-10x16em { border-radius: 0.625em; }
	.BorderRadius-xl-11x16em { border-radius: 0.6875em; }
	.BorderRadius-xl-12x16em { border-radius: 0.75em; }
	.BorderRadius-xl-13x16em { border-radius: 0.8125em; }
	.BorderRadius-xl-14x16em { border-radius: 0.875em; }
	.BorderRadius-xl-15x16em { border-radius: 0.9375em; }
	.BorderRadius-xl-16x16em { border-radius: 1em; }
	.BorderRadius-xl-0em { border-radius: 0em; }
	.BorderRadius-xl-1em { border-radius: 1em; }
	.BorderRadius-xl-2em { border-radius: 2em; }
	.BorderRadius-xl-3em { border-radius: 3em; }
	.BorderRadius-xl-4em { border-radius: 4em; }
	.BorderRadius-xl-5em { border-radius: 5em; }
	.BorderRadius-xl-6em { border-radius: 6em; }
	.BorderRadius-xl-7em { border-radius: 7em; }
	.BorderRadius-xl-8em { border-radius: 8em; }
	.BorderRadius-xl-9em { border-radius: 9em; }
	.BorderRadius-xl-10em { border-radius: 10em; }
	.BorderRadius-xl-11em { border-radius: 11em; }
	.BorderRadius-xl-12em { border-radius: 12em; }
	.BorderRadius-xl-13em { border-radius: 13em; }
	.BorderRadius-xl-14em { border-radius: 14em; }
	.BorderRadius-xl-15em { border-radius: 15em; }
	.BorderRadius-xl-16em { border-radius: 16em; }
}


/* ------------------------------------------------------------------------------------ */

.Float-xs-none { float: none; }
.Float-xs-left { float: left; }
.Float-xs-right { float: right; }

@media( min-width: 544px ) {
	.Float-sm-none { float: none; }
	.Float-sm-left { float: left; }
	.Float-sm-right { float: right; }
}


@media( min-width: 768px ) {
	.Float-md-none { float: none; }
	.Float-md-left { float: left; }
	.Float-md-right { float: right; }
}


@media( min-width: 1024px ) {
	.Float-lg-none { float: none; }
	.Float-lg-left { float: left; }
	.Float-lg-right { float: right; }
}


@media( min-width: 1280px ) {
	.Float-xl-none { float: none; }
	.Float-xl-left { float: left; }
	.Float-xl-right { float: right; }
}


/* ------------------------------------------------------------------------------------ */

.Opacity-xs-0 { opacity: 0; }
.Opacity-xs-5 { opacity: 0.05; }
.Opacity-xs-10 { opacity: 0.1; }
.Opacity-xs-15 { opacity: 0.15; }
.Opacity-xs-20 { opacity: 0.2; }
.Opacity-xs-25 { opacity: 0.25; }
.Opacity-xs-30 { opacity: 0.3; }
.Opacity-xs-35 { opacity: 0.35; }
.Opacity-xs-40 { opacity: 0.4; }
.Opacity-xs-45 { opacity: 0.45; }
.Opacity-xs-50 { opacity: 0.5; }
.Opacity-xs-55 { opacity: 0.55; }
.Opacity-xs-60 { opacity: 0.6; }
.Opacity-xs-65 { opacity: 0.65; }
.Opacity-xs-70 { opacity: 0.7; }
.Opacity-xs-75 { opacity: 0.75; }
.Opacity-xs-80 { opacity: 0.8; }
.Opacity-xs-85 { opacity: 0.85; }
.Opacity-xs-90 { opacity: 0.9; }
.Opacity-xs-95 { opacity: 0.95; }
.Opacity-xs-100 { opacity: 1; }

@media( min-width: 544px ) {
	.Opacity-sm-0 { opacity: 0; }
	.Opacity-sm-5 { opacity: 0.05; }
	.Opacity-sm-10 { opacity: 0.1; }
	.Opacity-sm-15 { opacity: 0.15; }
	.Opacity-sm-20 { opacity: 0.2; }
	.Opacity-sm-25 { opacity: 0.25; }
	.Opacity-sm-30 { opacity: 0.3; }
	.Opacity-sm-35 { opacity: 0.35; }
	.Opacity-sm-40 { opacity: 0.4; }
	.Opacity-sm-45 { opacity: 0.45; }
	.Opacity-sm-50 { opacity: 0.5; }
	.Opacity-sm-55 { opacity: 0.55; }
	.Opacity-sm-60 { opacity: 0.6; }
	.Opacity-sm-65 { opacity: 0.65; }
	.Opacity-sm-70 { opacity: 0.7; }
	.Opacity-sm-75 { opacity: 0.75; }
	.Opacity-sm-80 { opacity: 0.8; }
	.Opacity-sm-85 { opacity: 0.85; }
	.Opacity-sm-90 { opacity: 0.9; }
	.Opacity-sm-95 { opacity: 0.95; }
	.Opacity-sm-100 { opacity: 1; }
}


@media( min-width: 768px ) {
	.Opacity-md-0 { opacity: 0; }
	.Opacity-md-5 { opacity: 0.05; }
	.Opacity-md-10 { opacity: 0.1; }
	.Opacity-md-15 { opacity: 0.15; }
	.Opacity-md-20 { opacity: 0.2; }
	.Opacity-md-25 { opacity: 0.25; }
	.Opacity-md-30 { opacity: 0.3; }
	.Opacity-md-35 { opacity: 0.35; }
	.Opacity-md-40 { opacity: 0.4; }
	.Opacity-md-45 { opacity: 0.45; }
	.Opacity-md-50 { opacity: 0.5; }
	.Opacity-md-55 { opacity: 0.55; }
	.Opacity-md-60 { opacity: 0.6; }
	.Opacity-md-65 { opacity: 0.65; }
	.Opacity-md-70 { opacity: 0.7; }
	.Opacity-md-75 { opacity: 0.75; }
	.Opacity-md-80 { opacity: 0.8; }
	.Opacity-md-85 { opacity: 0.85; }
	.Opacity-md-90 { opacity: 0.9; }
	.Opacity-md-95 { opacity: 0.95; }
	.Opacity-md-100 { opacity: 1; }
}


@media( min-width: 1024px ) {
	.Opacity-lg-0 { opacity: 0; }
	.Opacity-lg-5 { opacity: 0.05; }
	.Opacity-lg-10 { opacity: 0.1; }
	.Opacity-lg-15 { opacity: 0.15; }
	.Opacity-lg-20 { opacity: 0.2; }
	.Opacity-lg-25 { opacity: 0.25; }
	.Opacity-lg-30 { opacity: 0.3; }
	.Opacity-lg-35 { opacity: 0.35; }
	.Opacity-lg-40 { opacity: 0.4; }
	.Opacity-lg-45 { opacity: 0.45; }
	.Opacity-lg-50 { opacity: 0.5; }
	.Opacity-lg-55 { opacity: 0.55; }
	.Opacity-lg-60 { opacity: 0.6; }
	.Opacity-lg-65 { opacity: 0.65; }
	.Opacity-lg-70 { opacity: 0.7; }
	.Opacity-lg-75 { opacity: 0.75; }
	.Opacity-lg-80 { opacity: 0.8; }
	.Opacity-lg-85 { opacity: 0.85; }
	.Opacity-lg-90 { opacity: 0.9; }
	.Opacity-lg-95 { opacity: 0.95; }
	.Opacity-lg-100 { opacity: 1; }
}


@media( min-width: 1280px ) {
	.Opacity-xl-0 { opacity: 0; }
	.Opacity-xl-5 { opacity: 0.05; }
	.Opacity-xl-10 { opacity: 0.1; }
	.Opacity-xl-15 { opacity: 0.15; }
	.Opacity-xl-20 { opacity: 0.2; }
	.Opacity-xl-25 { opacity: 0.25; }
	.Opacity-xl-30 { opacity: 0.3; }
	.Opacity-xl-35 { opacity: 0.35; }
	.Opacity-xl-40 { opacity: 0.4; }
	.Opacity-xl-45 { opacity: 0.45; }
	.Opacity-xl-50 { opacity: 0.5; }
	.Opacity-xl-55 { opacity: 0.55; }
	.Opacity-xl-60 { opacity: 0.6; }
	.Opacity-xl-65 { opacity: 0.65; }
	.Opacity-xl-70 { opacity: 0.7; }
	.Opacity-xl-75 { opacity: 0.75; }
	.Opacity-xl-80 { opacity: 0.8; }
	.Opacity-xl-85 { opacity: 0.85; }
	.Opacity-xl-90 { opacity: 0.9; }
	.Opacity-xl-95 { opacity: 0.95; }
	.Opacity-xl-100 { opacity: 1; }
}


/* ------------------------------------------------------------------------------------ */


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


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


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


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


/* ------------------------------------------------------------------------------------ */

.Table {
	overflow: auto;
	max-width: 100%;
}

/* ------------------------------------------------------------------------------------ */

.Image {
	background: no-repeat center;
	background-size: contain;
}
.Image > img {
	visibility: hidden
}

/* ------------------------------------------------------------------------------------ */

.YouTube > a > img {
    width: 100%;
}

.YouTube .Image {
    background-size: cover;
}

.YouTube {
    position: relative;
}


.YouTube > a::before,
.YouTube > a::after {content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;display: block;z-index: 1
}

.YouTube > a::before {background: rgba(0,0,0,0.125);transition: opacity 0.25s;}

.YouTube > a:hover::before {
    opacity: 0;
}

.YouTube > a::after {
    display: block;
    position: absolute;
    content: "";
    background: center no-repeat url( '/YouTube/YouTube-play.png' );
    background-size: 20% auto;
    transform:scale(0.9);
    transition: transform 0.25s;
}
.YouTube > a:hover::after {
    transform:scale(1);
}

/* ------------------------------------------------------------------------------------ */

.Background-xs-center { background-position: center !important; }
.Background-xs-left-top { background-position: left top !important; }
.Background-xs-left-center { background-position: left center !important; }
.Background-xs-left-bottom { background-position: left bottom !important; }
.Background-xs-center-top { background-position: center top !important; }
.Background-xs-center-center { background-position: center center !important; }
.Background-xs-center-bottom { background-position: center bottom !important; }
.Background-xs-right-top { background-position: right top !important; }
.Background-xs-right-center { background-position: right center !important; }
.Background-xs-right-bottom { background-position: right bottom !important; }

@media( min-width: 544px ) {
	.Background-sm-center { background-position: center !important; }
	.Background-sm-left-top { background-position: left top !important; }
	.Background-sm-left-center { background-position: left center !important; }
	.Background-sm-left-bottom { background-position: left bottom !important; }
	.Background-sm-center-top { background-position: center top !important; }
	.Background-sm-center-center { background-position: center center !important; }
	.Background-sm-center-bottom { background-position: center bottom !important; }
	.Background-sm-right-top { background-position: right top !important; }
	.Background-sm-right-center { background-position: right center !important; }
	.Background-sm-right-bottom { background-position: right bottom !important; }
}


@media( min-width: 768px ) {
	.Background-md-center { background-position: center !important; }
	.Background-md-left-top { background-position: left top !important; }
	.Background-md-left-center { background-position: left center !important; }
	.Background-md-left-bottom { background-position: left bottom !important; }
	.Background-md-center-top { background-position: center top !important; }
	.Background-md-center-center { background-position: center center !important; }
	.Background-md-center-bottom { background-position: center bottom !important; }
	.Background-md-right-top { background-position: right top !important; }
	.Background-md-right-center { background-position: right center !important; }
	.Background-md-right-bottom { background-position: right bottom !important; }
}


@media( min-width: 1024px ) {
	.Background-lg-center { background-position: center !important; }
	.Background-lg-left-top { background-position: left top !important; }
	.Background-lg-left-center { background-position: left center !important; }
	.Background-lg-left-bottom { background-position: left bottom !important; }
	.Background-lg-center-top { background-position: center top !important; }
	.Background-lg-center-center { background-position: center center !important; }
	.Background-lg-center-bottom { background-position: center bottom !important; }
	.Background-lg-right-top { background-position: right top !important; }
	.Background-lg-right-center { background-position: right center !important; }
	.Background-lg-right-bottom { background-position: right bottom !important; }
}


@media( min-width: 1280px ) {
	.Background-xl-center { background-position: center !important; }
	.Background-xl-left-top { background-position: left top !important; }
	.Background-xl-left-center { background-position: left center !important; }
	.Background-xl-left-bottom { background-position: left bottom !important; }
	.Background-xl-center-top { background-position: center top !important; }
	.Background-xl-center-center { background-position: center center !important; }
	.Background-xl-center-bottom { background-position: center bottom !important; }
	.Background-xl-right-top { background-position: right top !important; }
	.Background-xl-right-center { background-position: right center !important; }
	.Background-xl-right-bottom { background-position: right bottom !important; }
}


/* ------------------------------------------------------------------------------------ */

.C {
    font: normal normal 400 11px/1 sans-serif;
    -webkit-font-smoothing: antialiased;
}
@media screen and ( max-width: 400px ) {
    .C { font-size: 2.75vw; }
}
@media screen and ( min-width: 1280px ) {
    .C {
        font-size: calc( 11px + 0.78125 * ( 1vw - 12.8px ));
    }
}



.C .fa { vertical-align: baseline; }

/* ------------------------------------------------------------------------------------ */

.C ::-webkit-scrollbar ,
.C ::-webkit-scrollbar-track ,
.C ::-webkit-scrollbar-thumb {
    font-size: 0.25em;
}
.C ::-webkit-scrollbar {
    width: 1em;
    height: 1em;
}

.C ::-webkit-scrollbar-track { background-color: #AAAAAA; }
.C ::-webkit-scrollbar-thumb { background-color: #e41d36; }

/* ------------------------------------------------------------------------------------ */

.C-font-1 { font-family: "RoobertPRO" , sans-serif; }

/* ------------------------------------------------------------------------------------ */

.C-width-1 { max-width: 100%; width: 100%; }
.C-width-2 { max-width: 108em; width: 100%; }
.C-width-3 { max-width: 78em; width: 100%; }
.C-width-4 { max-width: 35em; width: 100%; }
.C-width-5 { max-width: 45em; width: 100%; }
.C-width-6 { max-width: 60em; width: 100%; }

/* ------------------------------------------------------------------------------------ */

.C-background-1 { background-color: #ffffff !important; }
.C-background-2 { background-color: #f3efee; }
.C-background-3 { background-color: #eceae7; }
.C-background-4 { background-color: #7e7673; }
.C-background-5 { background-color: #4d4848; }
.C-background-6 { background-color: #363330; }
.C-background-7 { background-color: #1a1919; }
.C-background-8 { background-color: #e41d36; }
.C-background-9 { background-color: #bf151c; }
.C-background-10 {
    background: no-repeat center bottom url( "data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGNsYXNzPSJ2b3JtIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMzY2LjcgMTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzNjYuNyAxMTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiM0ZDQ4NDgiIGQ9Ik0zNjQuOCwxMTJDMjcyLjIsNDAuNSwxMzAuNCwyNS40LDAsMi4zdjEwOS4yTDM2NC44LDExMnoiPjwvcGF0aD48L2c+PC9zdmc+" );
    background-size: 101% auto;
}
.C-background-11 {
    background: #e41d36; /* Old browsers */
    background: -moz-linear-gradient(left, #e41d36 49%, #ffffff 51%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e41d36 49%,#ffffff 51%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e41d36 49%,#ffffff 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e41d36', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.C-Navigate ,
.C-background-12 {
   
}
.C-background-12 {
    background-size: auto 101%;
    transform: scaleX( -1 ) translateX( 1px );
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -1px;
}
.C-background-13 {
    background: white no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.C-background-14 { background-color: rgba(0,0,0,0.6); }

.C-background-15 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,0.66+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.66) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.66) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.66) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=0 ); /* IE6-9 */
}

.C-background-16 {
    background: #f3efee; /* Old browsers */
    background: -moz-linear-gradient(left, #f3efee 49%, #ffffff 51%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f3efee 49%,#ffffff 51%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f3efee 49%,#ffffff 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3efee', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.C-background-17 {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 49%, #f3efee 51%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 49%,#f3efee 51%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 49%,#f3efee 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3efee',GradientType=1 ); /* IE6-9 */
}


.C-background-cover {
    background: no-repeat center;
    background-size: cover;
}

/* ------------------------------------------------------------------------------------ */

.C-foreground-1 { color: #ffffff; border-color: #ffffff; }
.C-foreground-2 { color: #f3efee; border-color: #f3efee; }
.C-foreground-3 { color: #eceae7; border-color: #eceae7; }
.C-foreground-4 { color: #7e7673; border-color: #7e7673; }
.C-foreground-5 { color: #4d4848; border-color: #4d4848; }
.C-foreground-6 { color: #363330; border-color: #363330; }
.C-foreground-7 { color: #1a1919; border-color: #1a1919; }
.C-foreground-8 ,
.C-foreground-8-headings h1 ,
.C-foreground-8-headings h2 ,
.C-foreground-8-headings h3 ,
.C-foreground-8-headings h4 ,
.C-foreground-8-headings h5 ,
.C-foreground-8-headings h6 { color: #e41d36; border-color: #e41d36; }

.C-foreground-9 { color: #bf151c; border-color: #bf151c; }
.C-foreground-10 { color: #968783; border-color: #968783; }

/* ------------------------------------------------------------------------------------ */

.C-links-1 a { color: #e41d36; }
.C-links-1 a:hover {
    text-decoration: underline;
}

/* ------------------------------------------------------------------------------------ */

.C-format-1 ul {
    display: flex;
}
.C-format-1 li {
    padding-right: 0.25em;
}
.C-format-1 a {
    display: block;
    padding: 0.65em 1em 0.55em 1em;
    border-radius: 1em;
    transition: background-color 0.25s , color 0.25s;
}
.C-format-1 a:hover {
    text-decoration: underline;
}
.C-format-1 a.current ,
.C-format-1 a.current-ancestor {
    background: #e41d36;
    color: white;
    text-decoration: none;
}

/* ------------------------------------------------------------------------------------ */

.C-format-2 ul {
    display: flex;
}
.C-format-2 li {
    padding: 0 0.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.C-format-2 a {
    padding: 0.25em 0.5em;
    transition: 0.25s;
}
.C-format-2 > ul > li > a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.C-format-2 > ul > li > a:hover {
    color: #e41d36;
}
.C-format-2 > ul > li > a::after {
    content: "";
    display: block;
    background: #e41d36;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate( -50% , 0 );
    width: 3em;
    height: 3em;
    border-radius: 50%;
    transition: transform 0.25s;
}
.C-format-2 > ul:not( :hover ) > li > a.current::after ,
.C-format-2 > ul > li > a:hover::after {
    transform: translate( -50% , -0.25em );
}

.C-format-2 ul ul {
    background: white;
    position: absolute;
    flex-direction: column;
    left: 50%;
    top: 100%;
    padding: 1em;
    transform: translateX( -50% ) scaleY( 0 );
    transform-origin: center top;
    transition: transform 0.25s 0.25s;
}
.C-format-2 > ul li:hover > ul {
    transform: translateX( -50% ) scaleY( 0.999 );
    transition: transform 0.25s;
}
.C-format-2 ul ul li {
    padding-bottom: 0.75em;
}

/* ------------------------------------------------------------------------------------ */

.C-format-3 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3vh;
    text-align: center;
    line-height: 2;
    overflow: hidden;
    width: 0;
    opacity: 0;
    transition: opacity 0.25s , width 0s 0.25s;
    -webkit-transition: opacity 0.25s , width 0s 0.25s;
}

.Toggle-on .C-format-3 {
    opacity: 1;
    width: 100%;
    transition: opacity 0.25s , width 0s;
    -webkit-transition: opacity 0.25s , width 0s;
}
.C-format-3 ul:not( :hover ) a.current ,
.C-format-3 a:hover {
    text-decoration: underline;
}
.C-format-3 button {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.C-format-3 ul ul {
    font-size: 0.75em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
/* ------------------------------------------------------------------------------------ */

.C-format-4 ul {
    display: flex;
    flex-direction: row-reverse;
}
.C-format-4 li {
    padding-left: 1em;
    transition: color 0.25s;
}
.C-format-4 a:hover {
    color: #e41d36;
}

/* ------------------------------------------------------------------------------------ */

.C-format-5 a {
    display: inline;
}
.C-format-5 a:hover {
    text-decoration: underline;
}
.C-format-5 > div {
    padding-left: 1em;
    padding-right: 1em;
}
.C-format-5 > div:not( :last-child ) {
    border-right: 0.09em solid #363330;
}

/* ------------------------------------------------------------------------------------ */

.C-format-6 {
    line-height: 1.25;
    white-space: nowrap;
}
.C-format-6 header {
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 1em;
}
.C-format-6 a {
    display: inline;
}
.C-format-6 a:hover {
    text-decoration: underline;
}

/* ------------------------------------------------------------------------------------ */

.C-format-7 { line-height: 1.5; }

.C-format-7 h1 ,
.C-format-7 h2 ,
.C-format-7 h3 ,
.C-format-7 h4 ,
.C-format-7 h5 ,
.C-format-7 h6 {
    line-height: 1.125;
    margin: 1em 0;
    font-weight: 500;
    clear: both;
}

.C-format-7 h1 { font-size: 2.000em; }
.C-format-7 h2 { font-size: 1.750em; }
.C-format-7 h3 { font-size: 1.500em; }
.C-format-7 h4 { font-size: 1.250em; }
.C-format-7 h5 { font-size: 1.125em; }
.C-format-7 h6 { font-size: 1.125em; }

.C-format-7 p {
    font-size: 1.15em;
    margin: 1em 0;
}

.C-format-7 ol ,
.C-format-7 ul {
    font-size: 1.1313131313em;
    line-height: 1.75;
    margin: 1em 0;
    padding-left: 1em;
}
.C-format-7 ol {
    list-style: decimal;
}
.C-format-7 ul {
    list-style: square;
}

.C-format-7-small-margins h1 ,
.C-format-7-small-margins h2 ,
.C-format-7-small-margins h3 ,
.C-format-7-small-margins h4 ,
.C-format-7-small-margins h5 ,
.C-format-7-small-margins h6 ,
.C-format-7-small-margins p ,
.C-format-7-small-margins ol ,
.C-format-7-small-margins ul { 
    margin: 0.125em 0;
}

.C-format-7 :not( div ):last-child {
    margin-bottom: 0;
}
.C-format-7 :not( div ):first-child {
    margin-top: 0;
}

.C-format-7-big-p p ,
.C-format-7-big-p label {
    font-size: 1.2em;
    color: #7e7673;
    font-weight: 400;
}

/* ------------------------------------------------------------------------------------ */

.C-format-7 a {
    display: inline;
}
.C-format-7 strong {
    font-weight: 700;
}
.C-format-7 em {
    font-style: italic;
}

/* ------------------------------------------------------------------------------------ */

.C-format-7 img {
    display: inline-block;
    width: auto;
}

/* ------------------------------------------------------------------------------------ */

.C-format-7 button ,
.C-format-7 .button ,
.C-format-7 input[type="submit"] {
    display: inline-block;
    padding: 0.5em 1em;
    border-width: 0.09em;
    border-style: solid;
    text-align: center;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.25s;
    white-space: nowrap;
}
.C-format-7 button:hover ,
.C-format-7 input[type="submit"]:hover ,
.C-format-7 .button:hover {
    background-color: rgba(0,0,0,0.125);
}

.C-format-7 form button ,
.C-format-7 form input[type="submit"] ,
.C-format-7 form .button {
    background: #e41d36 no-repeat right center url( "data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHdpZHRoPSI4MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMTAgMCA4MCA2MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I2ZmZn0uc3Qxe2ZpbGw6I2Q0MDAyM308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MS44IDBjLTE4IDE3LjUtMzIgMzYuNS0zMS44IDYwaDgwVjBINDEuOHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNDguNCA0My4zYy0uOCAwLTEuNi0uMy0yLjItLjktMS4yLTEuMi0xLjItMy4yIDAtNC41bDguOS04LjktOC45LTguOWMtMS4yLTEuMi0xLjItMy4yIDAtNC41IDEuMi0xLjIgMy4yLTEuMiA0LjUgMGwxMS4yIDExLjJjMS4yIDEuMiAxLjIgMy4yIDAgNC41TDUwLjcgNDIuNGMtLjcuNi0xLjUuOS0yLjMuOXoiIGlkPSJYTUxJRF8yXyIvPjwvc3ZnPg==" );
    background-size: auto 100%;
    display: inline-block;
    color: white;
    padding: 0.8em 4.5em .8em 1.25em;
    font-size: 0.9em;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    border: 0.1875em solid #e41d36;
    position: relative;
    text-decoration: none;
    border-radius: 1.5625em;
    background-clip: padding-box;
    transition: background-color .25s ease-out , border-color .25s ease-out;
}
.C-format-7 form button:hover ,
.C-format-7 form input[type="submit"]:hover ,
.C-format-7 form .button:hover {
    background-color: #bf151c;
    border-color: #bf151c;
}

/* ------------------------------------------------------------------------------------ */

.C-format-7 form {
    text-align: left;
}
.C-format-7 form div {
    position: relative;
}
.C-format-7 label {
    display: block;
    padding: 0 0 0.5em 0.5em;
}


/* ------------------------------------------------------------------------------------ */

.C-format-7 input[type="checkbox"] + label ,
.C-format-7 input[type="radio"] + label {
    display: block;
    margin-left: 1em;
}
.C-format-7 input[type="checkbox"] ,
.C-format-7 input[type="radio"] ,
.C-format-7 input[type="text"] ,
.C-format-7 input[type="search"] ,
.C-format-7 input[type="email"] ,
.C-format-7 input[type="password"] ,
.C-format-7 select ,
.C-format-7 textarea {
    display: block;
    background: #f3efee;
    transition: background-color 0.25s;
}
.C-format-7 button ,
.C-format-7 input[type="submit"] ,
.C-format-7 .button ,
.C-format-7 select ,
.C-format-7 input[type="text"] ,
.C-format-7 input[type="search"] ,
.C-format-7 input[type="email"] ,
.C-format-7 input[type="password"] {
    min-height: 2em;
}

.C-format-7 input[type="checkbox"] ,
.C-format-7 input[type="radio"] {
    position: relative;
    min-height: 2.5em;
    min-width: 2.5em;
    padding: 0;
    overflow: hidden;
    border-radius: 0.75em;
}
.C-format-7 input[type="checkbox"]:checked ,
.C-format-7 input[type="radio"]:checked {

}
.C-format-7 input[type="radio"] {
    border-radius: 50%;
}
.C-format-7 input[type="checkbox"]::before ,
.C-format-7 input[type="radio"]::before {
    content: "";
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f3efee;
    color: transparent;
    transition: color 0.25s;
    border-radius: inherit;
}
.C-format-7 input[type="checkbox"]::before {
    content: "\2714";
    font-size: 1.5em;
}
.C-format-7 input[type="radio"]::before {
    content: "";
    border-radius: 50%;
}
.C-format-7 input[type="checkbox"]:checked::before ,
.C-format-7 input[type="radio"]:checked::before {
    color: #e41d36;
}
.C-format-7 input[type="checkbox"]:active::before ,
.C-format-7 input[type="radio"]:active::before {
    color: #bf151c;
}

.C-format-7 select ,
.C-format-7 input[type="text"] ,
.C-format-7 input[type="search"] ,
.C-format-7 input[type="email"] ,
.C-format-7 input[type="password"] ,
.C-format-7 textarea {
    width: 100%;
    border-radius: 0.9em;
    padding: 0.6em 1.5em 0.5em 1.5em; 
}

.C-format-7 textarea {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 4.9em;
    padding: 1.5em;
}

.C-format-7 select:hover ,
.C-format-7 select:focus ,
.C-format-7 input[type="text"]:hover ,
.C-format-7 input[type="text"]:focus ,
.C-format-7 input[type="search"]:hover ,
.C-format-7 input[type="search"]:focus ,
.C-format-7 textarea:hover ,
.C-format-7 textarea:focus {
    background: #eceae7;
}

/*
.C-format-7 input::-webkit-input-placeholder ,
.C-format-7 textarea::-webkit-input-placeholder { color: #999999; transition: opacity 0.25s; -webkit-transition: opacity 0.25s; }
.C-format-7 input::-ms-input-placeholder ,
.C-format-7 textarea::-ms-input-placeholder { color: #999999; transition: opacity 0.25s; -webkit-transition: opacity 0.25s; }
.C-format-7 input:-ms-input-placeholder ,
.C-format-7 textarea:-ms-input-placeholder { color: #999999; transition: opacity 0.25s; -webkit-transition: opacity 0.25s; }
.C-format-7 input::-moz-placeholder ,
.C-format-7 textarea::-moz-placeholder { color: #999999; transition: opacity 0.25s; -webkit-transition: opacity 0.25s; }
.C-format-7 input:-moz-placeholder ,
.C-format-7 textarea:-moz-placeholder { color: #999999; transition: opacity 0.25s; -webkit-transition: opacity 0.25s; }

.C-format-7 input:focus::-webkit-input-placeholder ,
.C-format-7 textarea:focus::-webkit-input-placeholder { opacity: 0; }
.C-format-7 input:focus::-ms-input-placeholder ,
.C-format-7 textarea:focus::-ms-input-placeholder { opacity: 0; }
.C-format-7 input:focus:-ms-input-placeholder ,
.C-format-7 textarea:focus:-ms-input-placeholder { opacity: 0; }
.C-format-7 input:focus::-moz-placeholder ,
.C-format-7 textarea:focus::-moz-placeholder { opacity: 0; }
.C-format-7 input:focus:-moz-placeholder ,
.C-format-7 textarea:focus:-moz-placeholder { opacity: 0; }
*/

.C-format-7 :disabled ,
.C-format-7 [ disabled ] {
    opacity: 0.75;
}

.C-format-7 form .Form-Error ,
.C-format-7 form .error {
    color: #bf151c;
    font-weight: 700;
    font-size: 0.75em;
    padding: 0.2em 1em 0.2em 1em;
    border-radius: 0.5em;
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 1em;
    right: 1em;
}

.C-format-7 form input[type="checkbox"] ~ .Form-Error ,
.C-format-7 form input[type="checkbox"] ~ .error {
    right: auto;
    left: 1em;
}

.C-format-7 form li {
    position: relative;
}

.C-format-7 form input[type="checkbox"] ~ .error {
    left: auto;
    right: 0;
    bottom: 0;
}

/* ------------------------------------------------------------------------------------ */

/*
.C-format-7 .Form-Checkbox ,
.C-format-7 .Form-Radio {
    display: flex;
    align-items: center;
    position: relative;
}

.C-format-7 .Form-Checkbox label ,
.C-format-7 .Form-Radio label {
    flex: 1;
    display: block;
    margin-left: 0.5em;
}

.C-format-7 .Form-Checkbox .Form-Error {
    left: 0.75em;
    bottom: 0.5em;
}

.C-format-7 form div {
    position: relative;
}
*/

/* ------------------------------------------------------------------------------------ */

.C-format-8 {
    line-height: 1.25;
}
.C-format-8 > ul { padding: 1em 0;}
.C-format-8 > ul > li > a {
    font-weight: bold;
}

.C-format-8 > ul > li > ul > li {
    position: relative;
    padding: 0 0 0.5em 1.5em;
}
.C-format-8 > ul > li > ul > li:before {
    content:  "—";
    display: block;
    position:absolute;
    left:0;
    top:0;
}
.C-format-8 > ul > li > ul { padding: 1em 0 2em 0; }

/* ------------------------------------------------------------------------------------ */

.C-format-9 ol {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.375em;
    padding: 1em 0;
}
.C-format-9 li {
    display: flex;
}
.C-format-9 li:not( :first-child )::before {
    content: "•";
    display: block;
    padding: 0 0.5em;
}
.C-format-9 a {
    padding: 0 0.5em;
}
.C-format-9 a:hover {
    text-decoration: underline;
}

/* ------------------------------------------------------------------------------------ */

.C-Loading {
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 10vmin;
}
.Asynchronous-Contents {
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}
.Asynchronous-pending .Asynchronous-Contents {
    opacity: 0;
}
.Asynchronous .C-Loading {
    width: 0;
    opacity: 0;
    transition: opacity 0.5s , width 0s 0.5s;
    -webkit-transition: opacity 0.5s , width 0s 0.5s;
}
.Asynchronous-pending .C-Loading {
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s , width 0s;            
    -webkit-transition: opacity 0.5s , width 0s;            
}

/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------ */

/*
.A-Album {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.A-Album > div {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.A-Album > div > ul {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
}
.A-Album > div > ul > li {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.A-Album > div > ul > li > a {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
}

.A-Album > div > ul > li > a::after {
    content: "";
    position:relative;
    z-index: 4;
    height: 0.75em;
    width: 100%;
    transition: transform 0.25s;
    transform-origin: center bottom;
    background: #<%hex-yellow%>;
    transform: scaleY( 0 );
}

.A-Album > div:not( .Slider-js ) > ul:not( :hover ) > li:first-child:not( :only-child ) > a::after ,
.A-Album > div > ul > li:not( :only-child ):hover > a::after ,
.A-Album > div.Slider-js > ul:not( :hover ) > li.Slider-Slide-current > a::after {
    transform: scaleY( 1 );
}

.A-Album > div > ul > li > a::before {
    content: "";
    display: block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    transform:translateY(0%);
    z-index: -1;
}
.A-Album > div > ul > li:hover > a::before {
    transform:translateY(100%);  
    z-index:5;
    transition: transform 0s 0.51s , z-index 0s;
}

.A-Album > div > ul > li > a > img {
    visibility: hidden;
}

.A-Album > div > ul > li > a > .img {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transition: none;
    opacity: 0;
    z-index: 1;
    transition: opacity 0s 0.5s;
}

.A-Album > div:not( .Slider-js ) > ul:not( :hover ) > li:first-child > a > .img ,
.A-Album > div > ul > li:hover > a > .img ,
.A-Album > div.Slider-js > ul:not( :hover ) > li.Slider-Slide-current > a > .img {
    opacity: 1;
    z-index: 3;
    transition: opacity 0.5s;
}
*/
/*
.A-Album h2 > a {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
    font-size: 1.25em;
    padding: 0.5em;
    min-height: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
*/

/* ------------------------------------------------------------------------------------ */

.C-HeaderSlider .Slider-Slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0s 0.8s;
    -webkit-transition: opacity 0s 0.8s;
}
.C-HeaderSlider .Slider-Slide-current {
    opacity: 1;
    z-index: 3;
    transition: opacity 0.75s;
    -webkit-transition: opacity 0.75s;
}

/* ------------------------------------------------------------------------------------ */

.C-ProductSlider {
    position: relative;
}
.C-ProductSlider .Slider-Slide {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: opacity 0s 0.8s;
    -webkit-transition: opacity 0s 0.8s;
}
.C-ProductSlider .Slider-Slide-current {
    opacity: 1;
    z-index: 3;
    transition: opacity 0.75s;
    -webkit-transition: opacity 0.75s;
}
.C-ProductSlider .Slider-Slide:first-child {
    position: relative;
}

/* ------------------------------------------------------------------------------------ */

.Overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    opacity: 0;
    z-index: 950;
    background: rgba( 0 , 0 , 0 , 0.875 );
    transition: width 0s 0.5s , opacity 0.5s;
}

.Overlay::after {
    content: "\00D7";
    display: block;
    position: absolute;
    top: 0.25em;
    right: 0.5em;
    color: rgba( 255, 255,255 , 0.5);
    font-size: 3em;
    cursor: pointer;
}

.Overlay-show {
    width: 100%;
    opacity: 1;
    transition: width 0s , opacity 0.5s;
}

.Overlay-Contents {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:    2.5vh;
    bottom: 2.5vh;
    left:   2.5vw;
    right:  2.5vw;
    opacity: 0;
    transform: scale( 0.5 );
    -webkit-transform: scale( 0.5 );
}

.Overlay-show .Overlay-Contents {
    opacity: 1;
    transform: scale( 1 );
    -webkit-transform: scale( 1 );
}

.Overlay-Contents > * {
    max-width: 100%;
    max-height: 100%;
}

.Overlay img {
    object-fit: contain;
}

/* ------------------------------------------------------------------------------------ */

.Expandable-Expanded {
    max-width: 80%;
    max-height: 80%;
    position: relative;
    top: -4vh;

    opacity: 1;
    transition: opacity 0.125s , width 0s;
}

.Expandable-Expanded-Image {
}

.Expandable-Expanded-Iframe {
    width: 80%;
    height: 80%;
    background: white;
}

.Expandable-ExpandedIframe {
    width: 100%;
    height: 100%;
    background: white;
}

.Expandable-Expanded-hide {
    width: 0;

    opacity: 0;
    transition: opacity 0.125s , width 0s 0.125s;
}

.Expandable-youtube ,
.Expandable-Navigation-Item-Youtube {
    position: relative;
}
.Expandable-youtube::after ,
.Expandable-Navigation-Item-Youtube::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url( "./../yt.png" ) no-repeat center;
    background-size: 5em;
}
.Expandable-Navigation-Item-Youtube::after {
    background-size: 50%;
}


.Expandable-Navigation-Previous ,
.Expandable-Navigation-Next {
    position: absolute;
    top: 8vh;
    bottom: 15vh;
    width: 20vw;
    outline: 0;
}
.Expandable-Navigation-Previous {
    text-align: left;
    left: 2.5vw;
}
.Expandable-Navigation-Next {
    text-align: right;
    right: 2.5vw;
}

.Expandable-Navigation-Previous::before ,
.Expandable-Navigation-Next::before {
    color: white;
    font-size: 4vw;
    display: inline-block;
    transform: scale( 1.75 , 1 )
    -webkit-transform: scale( 1.75 , 1 )
}
.Expandable-Navigation-Previous::before {
    content: "\27E8";
    transform-origin: left center;
    -webkit-transform-origin: left center;
}
.Expandable-Navigation-Next::before {
    content: "\27E9";
    transform-origin: right center;
    -webkit-transform-origin: right center;
}

.Expandable-Navigation {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 8vh;
    overflow: auto;
}

.Expandable-Navigation-Item {
    background: black;
    opacity: 0.5;
}
.Expandable-Navigation-Item:hover {
    opacity: 0.75;
}
.Expandable-Navigation-Item-current {
    opacity: 1;
}

.Expandable-Navigation-Item > img {
    height: 8vh;
    max-width: none;
    width: auto;
}

/* ------------------------------------------------------------------------------------ */

.C-Angle {
    border-style: solid;
    border-width: 0.04166666667em;
    width: 1em;
    height: 1em;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.C-Angle-left {
    transform: rotate(-45deg);
}

.C-Angle-right {
    transform: rotate(135deg);
}

/* ------------------------------------------------------------------------------------ */

.C-Navigate {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    background-size: auto 4.5em;
    background-position: right bottom;
    color: white;
    font-size: 1.125em;
    padding: 0 1em 0.8em 0;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.5s;
}
.C-Navigate-overlay:hover {
    background-color: rgba(0,0,0,0.25);
}
.C-Navigate > .fa {
    padding-left: 0.555em;
    transition: all ease-out 0.25s;
}
.C-Navigate > .fa:first-child {
    opacity: 0;
}
.C-Navigate > .fa:last-child {
    opacity: 1;
}
.C-Navigate:hover > .fa {
    transform: translateX(1.25em);
}
.C-Navigate:hover > .fa:first-child {
    opacity: 1;
}
.C-Navigate:hover > .fa:last-child {
    opacity: 0;
}

/* ------------------------------------------------------------------------------------ */

.C-BusinessCard {
    background: white;
    border-radius: 2em;
    position: relative;
    height: 0;
    padding-top: 50%;
    overflow: hidden;
}
.C-BusinessCard > * {
    position:absolute;
    top:0;
    bottom:0;
}
.C-BusinessCard-Figure {
    right:0;
    width: 67%;
    z-index: 1;
}

.C-BusinessCard-Figure img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.C-BusinessCard-Text {
    left: 0;
    width: 66%;
    z-index: 3;
}

.C-BusinessCard::after {
    content: "";
    position:absolute;
    top: -1px;
    bottom: -1px;
    background: no-repeat right center url( 'data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTM1cHgiIGhlaWdodD0iMTcxcHgiIHZpZXdCb3g9IjAgMCAxMzUgMTcxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMzUgMTcxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I2ZmZmZmZn08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMzUsMTcxSDBDLTAuOCw5OC4zLDk2LjgsNTUuOSwxMzUsMCI+PC9wYXRoPjwvc3ZnPg==' );
    background-size: auto 101%;
    right: 0;
    left: 33%;
    z-index: 2;
    transform: translateX(-100%) scale(-0.8,-1) translateX(2px);
    transform-origin: right center;
}

/* ------------------------------------------------------------------------------------ */

.C-Reference {
    min-width: 25em;
    background: #F3EFEE;
    border-radius: 1em;
    padding: 1em 1em 1em 5.5em;
    position: relative;
    overflow: hidden;
}

.C-Reference > a {position: absolute;top: 0;left: 0;bottom: 0;right: 0;}

.C-Reference > a > span {
    background: #E31D36;
    display: block;
    color: white;
    position: absolute;
    left: 0.65em;
    top: 0.65em;
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.75em;
    padding-left: 0.125em;
}

/* ------------------------------------------------------------------------------------ */

.C-Logo-white {
    
    background-size: contain;
}


/*update GP DS 26-07-2024*/

.C-background-8 {
    background-color: #F03746 !important;
}
.C-background-13 {
    background-color: #630852 !important;
}
.C-background-12 {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTAwcHgiIGhlaWdodD0iMTAwcHgiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBzdHlsZT0iIiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRjAzNzQ2fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMEwxMDAsMEwxMDAsMTAwTDAsMTAwQTUwLDUwLDAsMCwwLDAsMCIvPjwvc3ZnPg==') !important;
	    background-position: right center;
}
.C-format-1 a ,
.C-format-2 > ul > li > a {
    color: #630852;
}
.C-format-1 a:hover ,
.C-format-2 > ul > li > a:hover {
    color: #F03746;
}

.C-Logo ,
.C-Logo-white {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM2NSA2MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzY1IDYxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTUxNTAzNDc1MzcwOTgxNTI5NDgwMDAwMDAyODk5MDQxNzMxNTM4NTkzNDcxXyk7fQoJLnN0MXtmaWxsOiM2MzA4NTI7fQoJLnN0MntmaWxsOiNDM0MzRjQ7fQoJLnN0M3tmaWxsOiNGMDM3NDY7fQo8L3N0eWxlPgo8ZyBpZD0iQ2FydGFtdW5kaS1QcmltYXJ5X3g1Rl9Mb2dvX3g1Rl9MZWZ0X3g1Rl9SR0JfeDVGX0NfMDAwMDAxODAzMzUzMTIxODIyMDAyMTM4NDAwMDAwMDY3ODcwOTY1ODM4ODU5NzcwMTJfIj4KCTxnPgoJCTxkZWZzPgoJCQk8cmVjdCBpZD0iU1ZHSURfMV8iIHg9IjEuNiIgeT0iMS41IiB3aWR0aD0iMzYwLjYiIGhlaWdodD0iNTgiPjwvcmVjdD4KCQk8L2RlZnM+CgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8wMDAwMDE4MDMzNDc1MzI3MDkyNDQwNjY5MDAwMDAxNTI3MTMwMDIwMzgxMjg1MzE4M18iPgoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ij48L3VzZT4KCQk8L2NsaXBQYXRoPgoKCQkJPGcgaWQ9Ikdyb3VwXzIwXzAwMDAwMDMxMTY2NTc0ODEzNDU5Nzk5MjYwMDAwMDAxMDczMTg5ODE1MjIyNzYwMzYzXyIgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMTgwMzM0NzUzMjcwOTI0NDA2NjkwMDAwMDE1MjcxMzAwMjAzODEyODUzMTgzXyk7Ij4KCQkJPHBhdGggaWQ9IlBhdGhfMzE1XzAwMDAwMDc5NDcyOTY1NzU3NjI2OTc3MjAwMDAwMDAyMDEzNDg3MDc4NjQ4MTA3NjU0XyIgY2xhc3M9InN0MSIgZD0iTTc5LDMwLjdjMC0xMyw4LjktMTkuNSwxOC45LTE5LjUKCQkJCWM5LjIsMCwxNi4yLDUuNCwxNy4yLDEzLjNoLTcuNWMtMC41LTQuMi00LjYtNy4xLTkuNy03LjFjLTYuNywwLTExLjcsNC42LTExLjcsMTMuM1M5MS4yLDQ0LDk3LjksNDRjNS4yLDAsOS4zLTIuOSw5LjktN2g3LjIKCQkJCWMtMC44LDcuOS03LjgsMTMuMy0xNy4xLDEzLjNDODcuOCw1MC4zLDc5LDQzLjcsNzksMzAuNyI+PC9wYXRoPgoJCQk8cGF0aCBpZD0iUGF0aF8zMTZfMDAwMDAxMjYyODY5MDY5ODg5MDUyNjM5MjAwMDAwMDI1MjQ0NTM3MDE2MDI1NDAyMTVfIiBjbGFzcz0ic3QxIiBkPSJNMTQzLjYsMzIuMnYxNy43SDEzN3YtNC4xCgkJCQljLTEuMSwyLjctNC4zLDQuNS04LjIsNC41Yy01LjQsMC05LjItMy41LTkuMi04LjJjMC01LjMsNC4xLTguNywxMC4zLTguN2g1LjFjMS40LDAsMi0wLjgsMi0xLjljMC0yLjctMi4xLTQuNi01LjYtNC42CgkJCQljLTMuNSwwLTUuNywyLjItNS44LDQuN2gtNmMwLjMtNS40LDUtOS43LDEyLjEtOS43QzEzOC43LDIxLjksMTQzLjYsMjUuOSwxNDMuNiwzMi4yIE0xMzcsMzguMnYtMC40aC02LjJjLTIuOCwwLTQuNywxLjYtNC43LDQKCQkJCWMwLDIuMSwxLjcsMy42LDQuMywzLjZDMTM0LjUsNDUuMywxMzcsNDIuMywxMzcsMzguMiI+PC9wYXRoPgoJCQk8cGF0aCBpZD0iUGF0aF8zMTdfMDAwMDAwNDU1NzgzODAwMjk0NTc1Mjg0MzAwMDAwMTU1MDk1ODUwMjIyMzc0MTAyMzRfIiBjbGFzcz0ic3QxIiBkPSJNMTY0LjYsMjhoLTMuM2MtNC4zLDAtNS45LDMuNy01LjksOC45CgkJCQl2MTNoLTYuN1YyMi4zaDYuN3Y0LjljMS40LTMuNSwzLjUtNC45LDctNC45aDIuMkwxNjQuNiwyOEwxNjQuNiwyOHogTTE2OC40LDE0aDYuN3Y4LjNoNy42djUuNmgtNy42djExLjZjMCwyLjgsMS41LDQuMiw0LDQuMgoJCQkJaDMuN3Y2LjFoLTQuNGMtNiwwLTkuOS0zLjUtOS45LTkuNlYxNHoiPjwvcGF0aD4KCQkJPHBhdGggaWQ9IlBhdGhfMzE4XzAwMDAwMTYwMTUwMDc1NTU4OTg1MjIwMjEwMDAwMDA4MjgyMzQ5MjI0OTU2MTM4ODk5XyIgY2xhc3M9InN0MSIgZD0iTTIxMC45LDMyLjJ2MTcuN2gtNi42di00LjEKCQkJCWMtMS4xLDIuNy00LjMsNC41LTguMiw0LjVjLTUuNCwwLTkuMi0zLjUtOS4yLTguMmMwLTUuMyw0LjEtOC43LDEwLjMtOC43aDUuMWMxLjQsMCwyLTAuOCwyLTEuOWMwLTIuNy0yLjEtNC42LTUuNi00LjYKCQkJCWMtMy41LDAtNS43LDIuMi01LjgsNC43aC02YzAuMy01LjQsNS05LjcsMTIuMS05LjdDMjA2LDIxLjksMjEwLjksMjUuOSwyMTAuOSwzMi4yIE0yMDQuMywzOC4ydi0wLjRoLTYuMmMtMi44LDAtNC43LDEuNi00LjcsNAoJCQkJYzAsMi4xLDEuNywzLjYsNC4zLDMuNkMyMDEuOCw0NS4zLDIwNC4zLDQyLjMsMjA0LjMsMzguMiI+PC9wYXRoPgoJCQk8cGF0aCBpZD0iUGF0aF8zMTlfMDAwMDAwNDEyNzg3ODkwMzE3OTkwMjk0OTAwMDAwMDA2OTA0OTE5ODcyODM5NDIwNDVfIiBjbGFzcz0ic3QxIiBkPSJNMjE1LjksNDkuOFYyMi4zaDYuN3Y0LjMKCQkJCWMxLjQtMi44LDQuMS00LjcsOC00LjdjNC40LDAsNy40LDEuOSw4LjYsNS4yYzEuMi0yLjgsNC43LTUuMiw5LjEtNS4yYzUuOSwwLDkuOCw0LjMsOS44LDEwLjF2MTcuOGgtNi43VjM0YzAtMy45LTItNi40LTUuMi02LjQKCQkJCWMtMy42LDAtNS44LDIuNi01LjgsNi40djE1LjhoLTYuN1YzNGMwLTMuOS0yLTYuNC01LjItNi40Yy0zLjYsMC01LjgsMi42LTUuOCw2LjR2MTUuOEgyMTUuOXoiPjwvcGF0aD4KCQkJPHBhdGggaWQ9IlBhdGhfMzIwXzAwMDAwMTU0NDI0MjI4MTU1NjI2OTkyNTkwMDAwMDA3MzMwMzM4NDI0MDc5NjQ1NjIzXyIgY2xhc3M9InN0MSIgZD0iTTI4OC4yLDIyLjN2MjcuNWgtNi43di00LjMKCQkJCWMtMS41LDMtNC42LDQuNy04LjYsNC43Yy02LjIsMC0xMC4yLTQuNS0xMC4yLTEwLjl2LTE3aDYuN3YxNS42YzAsMy44LDIuMyw2LjQsNS43LDYuNGMzLjgsMCw2LjQtMyw2LjQtN3YtMTVIMjg4LjJ6Ij48L3BhdGg+CgkJCTxwYXRoIGlkPSJQYXRoXzMyMV8wMDAwMDEyOTg5NzIwNDAyNTI3NDE1Mjc1MDAwMDAxODEwNzU5MDgwNjE5NzA2ODQ2M18iIGNsYXNzPSJzdDEiIGQ9Ik0yOTMuMyw0OS44VjIyLjNoNi43djQuMwoJCQkJYzEuNS0zLDQuNi00LjcsOC42LTQuN2M2LjIsMCwxMC4zLDQuNSwxMC4zLDEwLjl2MTdoLTYuN1YzNC4yYzAtMy44LTIuMy02LjQtNS43LTYuNGMtMy44LDAtNi40LDMtNi40LDd2MTVMMjkzLjMsNDkuOHoiPjwvcGF0aD4KCQkJPHBhdGggaWQ9IlBhdGhfMzIyXzAwMDAwMTczODU4NDI4NTA1ODU4NTA1MzYwMDAwMDEyOTY3NTU0NTg0MjE2NDY0Nzk0XyIgY2xhc3M9InN0MSIgZD0iTTMyMi4xLDM2LjFjMC04LjQsNC45LTE0LjIsMTMtMTQuMgoJCQkJYzMuNiwwLDYuNSwxLjUsOC4xLDMuOFYxMC41aDYuN3YzOS4zaC02Ljd2LTMuNGMtMS42LDIuNC00LjYsMy45LTgsMy45QzMyNyw1MC4zLDMyMi4xLDQ0LjUsMzIyLjEsMzYuMSBNMzQzLjYsMzYuMQoJCQkJYzAtNS4xLTMtOC40LTcuNC04LjRjLTQuNSwwLTcuNCwzLjMtNy40LDguNGMwLDUuMSwzLDguNCw3LjQsOC40QzM0MC43LDQ0LjUsMzQzLjYsNDEuMiwzNDMuNiwzNi4xIj48L3BhdGg+CgkJCTxwYXRoIGlkPSJQYXRoXzMyM18wMDAwMDA5OTY1MDUwMDk0NjQwMTc4MjQ0MDAwMDAwMzkxNjcxODE0MDU4MzAyNDgxNV8iIGNsYXNzPSJzdDEiIGQ9Ik0zNTQuOCwxMC40aDcuNFYxOGgtNy40VjEwLjR6CgkJCQkgTTM1NS4xLDIyLjNoNi43djI3LjVoLTYuN1YyMi4zeiI+PC9wYXRoPgoJCQk8cGF0aCBpZD0iUGF0aF8zMjRfMDAwMDAwNzE1NTE5NjYwOTI5OTc2MzkzNzAwMDAwMDE5NDkwMDUzMjczMDc5OTM1MTlfIiBjbGFzcz0ic3QyIiBkPSJNMS42LDQwLjJ2MTkuMwoJCQkJYzEwLjcsMCwxOS4zLTguNywxOS4zLTE5LjNIMS42eiI+PC9wYXRoPgoJCQk8cGF0aCBpZD0iUGF0aF8zMjVfMDAwMDAwNzI5ODU1MjQ5MTE3NDk5MzgxOTAwMDAwMDUwNDM0ODQ5Mjg2NjAwNjM2MjNfIiBjbGFzcz0ic3QxIiBkPSJNNTkuNiw0MC4yVjEuNUgyMC45djE5LjYKCQkJCWMwLTUuNyw0LjctMTAuMywxMC4zLTkuOWM1LjEsMC4zLDksNC41LDksOS42YzAsMCwwLDAsMCwwbDAsMGM1LjEsMCw5LjMsNCw5LjYsOWMwLjQsNS43LTQuMiwxMC4zLTkuOSwxMC4zSDIxYzAsMCwwLDAsMCwwdjAKCQkJCWMwLDEwLjcsOC42LDE5LjMsMTkuMywxOS40UzU5LjYsNTAuOCw1OS42LDQwLjJMNTkuNiw0MC4yIj48L3BhdGg+CgkJCTxwYXRoIGlkPSJQYXRoXzMyNl8wMDAwMDE0NzkxNTEzMzk0NDg3NDc4NzI5MDAwMDAwMjcwMzA2NjM5MDM3MjMxMjUwNF8iIGNsYXNzPSJzdDMiIGQ9Ik0xLjYsMjAuOGMwLDEwLjcsOC43LDE5LjMsMTkuMywxOS4zCgkJCQlWMS41QzEwLjMsMS41LDEuNiwxMC4yLDEuNiwyMC44Ij48L3BhdGg+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=") !important;
}

.C-Logo-white {
    filter: brightness(100) !important; 
}


.C-background-99 {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjM2NCIgdmlld0JveD0iMCAwIDE5MjAgMzY0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiM2MzA4NTIiIGQ9Ik0wIDBoNzI4djM2NEgweiIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJiIj48cGF0aCBmaWxsPSIjYzNjM2Y0IiBkPSJNMCAwaDM2NHYxODJIMHoiLz48L2NsaXBQYXRoPjxjbGlwUGF0aCBpZD0iZCI+PHBhdGggZD0iTTAgMGgxOTIwdjM2NEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGlkPSJjIiBjbGlwLXBhdGg9InVybCgjZCkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTkyMHYzNjRIMHoiLz48cGF0aCBmaWxsPSIjNjMwODUyIiBkPSJNMCAwaDcyOHYzNjRIMHoiLz48cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MjgpIiBmaWxsPSIjYzNjM2Y0IiBkPSJNMCAwaDcyN3YzNjRIMHoiLz48cGF0aCB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDU1KSIgZmlsbD0iI2YwMzc0NiIgZD0iTTAgMGg0NjV2MzY0SDB6Ii8+PHBhdGggZD0iTTAgMGwzNjQgMzY0TDcyOCAweiIgZmlsbD0iI2YwMzc0NiIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcyOCkiIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0iTTAgMzY0aDcyOEM3MjggMTYyLjk3IDU2NS4wMyAwIDM2NCAwUzAgMTYyLjk3IDAgMzY0IiBmaWxsPSIjNjMwODUyIi8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKC05MCAxMDUxIC02ODcpIiBjbGlwLXBhdGg9InVybCgjYikiPjxwYXRoIGQ9Ik0wIDE4MmgzNjRhMTgyIDE4MiAwIDAgMC0zNjQgMCIgZmlsbD0iI2MzYzNmNCIvPjwvZz48L2c+PC9zdmc+") !important;
}

.Ratio-xs-480x91 {
	height: 0;
	display: block;
	padding-bottom: 18.958333333333%;
	position: relative;
	
}
.Ratio-xs-480x91 > * {
	position: absolute;
	inset: 0 0 0 0;
	height: 100%
	width: 100%;
}



.SpeakUp {position:relative;padding-top: 2em;}
.SpeakUp >a {
    /* position:absolute; */
    right:0;
    background: #630852;
    padding: 0.25em 0.75em 0.125em 0.75em;
    display: block;
    text-align: center;
}




/* ------------------------------------------------------------------------------------ */

.Dots {
    display: flex;
}
.Dots > * {
    width: 1em;
    height: 1em;
    margin: 0.5em;
    border-radius: 50%;
    animation: Dots 1.5s infinite ease-in-out both;
    -webkit-animation: Dots 1.5s infinite ease-in-out both;
    box-shadow: 0 0 0.5em rgba(255,255,255,0.5);
}
.Dots > *:nth-child( 1 ) { animation-delay: -0.50s; -webkit-animation-delay: -0.50s; }
.Dots > *:nth-child( 2 ) { animation-delay: -0.25s; -webkit-animation-delay: -0.25s; }
.Dots > *:nth-child( 3 ) { animation-delay:  0.00s; -webkit-animation-delay:  0.00s; }

@keyframes Dots {
  0%, 80%, 100% { transform: scale(0); } 
  40% { transform: scale(1.0); }
}
@-webkit-keyframes Dots {
  0%, 80%, 100% { -webkit-transform: scale(0); } 
  40% { -webkit-transform: scale(1.0); }
}
            
