
/* =============================================== */
/* Website Reset
================================================== */

	/* Main tags */
	html, body{font-weight:var(--body-font-weight);font-size:var(--body-font-size);font-family:var(--body-font-family);line-height:var(--body-line-height);font-style:normal;letter-spacing:var(--body-letter-spacing);color:var(--body-text-color);width:100%;max-width:none;height:auto;padding:0;margin:0;display:flex;flex-direction:column;flex-wrap:wrap;-webkit-font-smoothing:antialiased;scroll-behavior:unset}
	body{overflow-x:hidden;overflow-y:scroll;-webkit-tap-highlight-color:rgba(0,0,0,0);}
	section{background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;max-width:100%}
	body.unselectable *,.unselectable{-moz-user-select:none;-webkit-user-select:none;user-select:none;-ms-user-select:none}
	html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{-webkit-text-size-adjust:none}
	/* Undragable Images */
	img{-webkit-user-drag:none}
	/* Headings */
	.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,p,button{color:inherit;font-variant-ligatures:common-ligatures;padding:0;margin:0;font-weight:inherit}
	h1,.h1{font-size:var(--h1-font-size);line-height:var(--h1-line-height)}h2,.h2{font-size:var(--h2-font-size);line-height:var(--h2-line-height)}h3,.h3{font-size:var(--h3-font-size);line-height:var(--h3-line-height)}h4,.h4{font-size:var(--h4-font-size);line-height:var(--h4-line-height)}h5,.h5{font-size:var(--h5-font-size);line-height:var(--h5-line-height)}h6,.h6{font-size:var(--h6-font-size);line-height:var(--h6-line-height)}
	/* Lists */
	ol,ul{list-style:none;padding:0}
	/* Buttons */
	a,button{text-decoration:none;cursor:pointer;color:inherit;background:none}
	a:hover,button:hover{cursor:pointer;}
	/* General settings */
	*{border:0;vertical-align:baseline;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
	*,*:hover,*:focus{outline:none!important}
	hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:1}
	/* Selection */
	::selection{background-color:var(--body-selection-bg-color);color:var(--body-selection-text-color);}

/* ============================================================ */
/* Containers
/* ============================================================ */

	*[class^="container-"],.container,.container-full{height:auto;width:100%;padding-left:var(--column-padding);padding-right:var(--column-padding);margin:0 auto}
	.container-auto{max-width:100%;width:auto}
	.container-xxl{max-width:var(--container-xxl);}
	.container-xl{max-width:var(--container-xl);}
	.container-lg{max-width:var(--container-lg);}
	.container-md{max-width:var(--container-md);}
	.container-sm{max-width:var(--container-sm);}
	.container-xs{max-width:var(--container-xs);}

/* ============================================================ */
/* Font families
/* ============================================================ */

	.font-main{font-family:var(--font-main)}
	.font-secondary{font-family:var(--font-secondary)}
	.font-tertiary{font-family:var(--font-tertiary)}
	.font-monospace{font-family:var(--font-monospace)}
	.font-sans{font-family:var(--font-sans);}
	.font-serif{font-family:var(--font-serif);}

/* ============================================================ */
/* Theme COLORS
/* ============================================================ */
	
/**** Text colors ****/
	/* Colored variants */
	.text-colored,.hover-text-colored:hover,.active-text-colored.active,.group:hover .group-hover-text-colored{color: var(--colored)}
	/* colored-100 variants */
	.text-colored-100,.hover-text-colored-100:hover,.active-text-colored-100.active,.group:hover .group-hover-text-colored-100{color: var(--colored-100)}
	/* colored-200 variants */
	.text-colored-200,.hover-text-colored-200:hover,.active-text-colored-200.active,.group:hover .group-hover-text-colored-200{color: var(--colored-200)}
/**** Background colors ****/
	/* bg-colored variants */
	.bg-colored,.hover-bg-colored:hover,.active-bg-colored.active,.group:hover .group-hover-bg-colored{background-color: var(--colored)}
	/* bg-colored-100 variants */
	.bg-colored-100,.hover-bg-colored-100:hover,.active-bg-colored-100.active,.group:hover .group-hover-bg-colored-100{background-color: var(--colored-100)}
	/* bg-colored-200 variants */
	.bg-colored-200,.hover-bg-colored-200:hover,.active-bg-colored-200.active,.group:hover .group-hover-bg-colored-200{background-color: var(--colored-200)}
/**** Border colors ****/
	/* b-colored variants */
	.border-colored,.hover-border-colored:hover,.active-border-colored.active,.group:hover .group-hover-border-colored{border-color:var(--colored)}
	/* b-colored-100 variants */
	.border-colored-100,.hover-border-colored-100:hover,.active-border-colored-100.active,.group:hover .group-hover-border-colored-100{border-color:var(--colored-100)}
	/* b-colored-200 variants */
	.border-colored-200,.hover-border-colored-200:hover,.active-border-colored-200.active,.group:hover .group-hover-border-colored-200{border-color:var(--colored-200)}
/**** SVG Fill & Stroke colors ****/
	/* fill-colored variants */
	.fill-colored,.hover-fill-colored:hover,.active-fill-colored.active,.group:hover .group-hover-fill-colored{fill:var(--colored)}
	/* fill-colored-100 variants */
	.fill-colored-100,.hover-fill-colored-100:hover,.active-fill-colored-100.active,.group:hover .group-hover-fill-colored-100{fill:var(--colored-100)}
	/* fill-colored-200 variants */
	.fill-colored-200,.hover-fill-colored-200:hover,.active-fill-colored-200.active,.group:hover .group-hover-fill-colored-200{fill:var(--colored-200)}
	/* stroke-colored variants */
	.stroke-colored,.hover-stroke-colored:hover,.active-stroke-colored.active,.group:hover .group-hover-stroke-colored{stroke:var(--colored)}
	/* stroke-colored-100 variants */
	.stroke-colored-100,.hover-stroke-colored-100:hover,.active-stroke-colored-100.active,.group:hover .group-hover-stroke-colored-100{stroke:var(--colored-100)}
	/* stroke-colored-200 variants */
	.stroke-colored-200,.hover-stroke-colored-200:hover,.active-stroke-colored-200.active,.group:hover .group-hover-stroke-colored-200{stroke:var(--colored-200)}

/* ============================================================ */
/* Theme Shortcodes & Helper Classes
/* ============================================================ */


/* Pre, Code */
	pre{border:var(--pre-border);line-height:normal;padding:var(--pre-padding);border-radius:var(--pre-border-radius);background-color:var(--pre-bg-color);color:var(--pre-text-color);display:block;font-family:var(--font-monospace);}
	code{line-height:normal;font-family:var(--font-monospace);color: var(--code-text-color);font-size:inherit;word-wrap:break-word;}
/* Overlay */
	.overlay,.hover-overlay{position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;display:flex;justify-content:center;align-items:center}
	.has-overlay{overflow:hidden;position:relative}
	.has-overlay>*:not(.overlay):not(.hover-overlay){z-index:1;position:relative}
	.hover-overlay{visibility:hidden;opacity:0;z-index:2}
	.has-overlay:hover .hover-overlay{visibility:visible;opacity:1;pointer-events:all}
/* Inputs and Textareas */
	input,textarea,select,.input{font-weight:var(--input-font-weight);font-size:var(--input-font-size);color:var(--input-text-color);background:var(--input-background);border-width:var(--input-border-width);border-style:var(--input-border-style);border-color:var(--input-border-color);border-radius:var(--input-border-radius);display:block;width:100%;padding:var(--input-padding);resize:var(--textarea-resize);font-family:var(--input-font-family);}
	input::placeholder,textarea::placeholder{color:var(--input-placeholder-color)}
	/* Checkbox and radios */
	input.check + label span.checked{opacity:0; visibility: hidden}
	input.check:checked + label span.checked{opacity:1; visibility: visible}
/* Switcher options */
    input.switcher+ label span.uncheck{ position: relative; width: 70px; height: 30px; }
    input.switcher+ label span.checked{ position: absolute; width:100%; height: 100%; border-radius: inherit; }
    input.switcher+ label span.switcher{ position: absolute; width: 20px; height: 20px; z-index: 5; -webkit-transform:translateX(-100%);transform:translateX(-100%); }
    input.switcher:checked+ label span.switcher{ -webkit-transform:translateX(100%);transform:translateX(100%); }
/* PlaceHolder Colors */
	input::placeholder,textarea::placeholder{color:var(--input-placeholder-color)}
	.placeholder-white::placeholder{color:var(--white)}
	.placeholder-dark::placeholder{color:var(--dark)}
/* Appearance */
	select,.appearance-none,.appearance-none,.appearance-none::-webkit-outer-spin-button,.appearance-none::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none}
/* Select */
	select:not(.appearance-none){background-image: url("data:image/svg+xml,<svg width='10px' height='7px' viewBox='0 0 10 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M1.0022452,1.00423193 C3.60450146,3.67089859 4.93668979,5.00423193 4.99881019,5.00423193 C5.06093059,5.00423193 6.38350566,3.67089859 8.96653539,1.00423193' stroke='%23292929' stroke-width='2' fill='none' stroke-linecap='round'></path></svg>");background-repeat:no-repeat;background-position:calc(100% - 1rem) center }
	select.appearance-white:not(.appearance-none){background-image: url("data:image/svg+xml,<svg width='10px' height='7px' viewBox='0 0 10 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M1.0022452,1.00423193 C3.60450146,3.67089859 4.93668979,5.00423193 4.99881019,5.00423193 C5.06093059,5.00423193 6.38350566,3.67089859 8.96653539,1.00423193' stroke='%23FFFFFF' stroke-width='2' fill='none' stroke-linecap='round'></path></svg>")}
/* Close */
	.close{text-shadow:none;float:none;font-weight:normal;line-height:normal;opacity:1;padding:0;background-color:transparent;pointer-events:all}
/* Arrows */
	*[class^="arrow-"],*[class^="arrow-"][class*="border-"]:not(.font-icon){width:0;height:0;border-color:inherit;border-width:10px;border-style:solid}
	.arrow-xs{border-width:6px}.arrow-sm{border-width:8px}.arrow-md{border-width:12px}.arrow-lg{border-width:14px}.arrow-xl{border-width:16px}.arrow-2xl{border-width:20px}.arrow-3xl{border-width:24px}.arrow-4xl{border-width:28px}.arrow-5xl{border-width:32px}
	.arrow-up,.arrow-up[class*="border-"]{border-left-color: transparent;border-right-color: transparent;border-top-width:0px}
	.arrow-right,.arrow-right[class*="border-"]{border-top-color: transparent;border-bottom-color: transparent;border-right-width:0px}
	.arrow-down,.arrow-down[class*="border-"]{border-left-color: transparent;border-right-color: transparent;border-bottom-width:0px}
	.arrow-left,.arrow-left[class*="border-"]{border-top-color: transparent;border-bottom-color: transparent;border-left-width:0px}
/* Scrollbar Styled */
	.scrollbar::-webkit-scrollbar-track{-webkit-box-shadow:none;box-shadow:none;background-color:transparent}
	.scrollbar::-webkit-scrollbar{width:6px;height:6px;background-color:transparent}
	.scrollbar::-webkit-scrollbar-thumb{border-radius:15px;background-color:rgba(134,134,134,0.4)}
	.scrollbar::-webkit-scrollbar-thumb:hover{background-color:rgba(134,134,134,0.7)}
	.scrollbar::-webkit-scrollbar-corner{background-color:transparent}
	/* Badge */
	.badge{font-size:var(--badge-font-size);text-transform:var(--badge-text-transform);font-weight:var(--badge-font-weight);margin:var(--badge-margin);color:var(--badge-text-color);line-height:normal;background:var(--badge-background);padding:var(--badge-padding);display:inline-flex;width:auto}
	/* Typography */
	.italic{font-style:italic}
	.normal{font-style:normal}
	.uppercase{text-transform:uppercase}
	.capitalize{text-transform:capitalize}
	.lowercase{text-transform:lowercase}
	.transform-none{text-transform:none}
	.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
	.subpixel-antialiased{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}
	.text-left{text-align:left}
	.text-center{text-align:center}
	.text-right{text-align:right}
	.text-justify{text-align:justify}
	.text-vertical-tb{writing-mode:vertical-rl;transform:rotate(-180deg)}
	.text-vertical-bt{writing-mode:vertical-lr}
	.text-vertical{writing-mode:vertical-rl;text-orientation:upright}
	.text-shadow-none{text-shadow:none}
	.text-shadow{text-shadow:2px 2px 6px rgba(0,0,0,0.1)}
	.font-thin{font-weight:100}
	.font-extralight{font-weight:200}
	.font-light{font-weight:300}
	.font-normal{font-weight:400}
	.font-medium{font-weight:500}
	.font-semibold{font-weight:600}
	.font-bold{font-weight:700}
	.font-extrabold{font-weight:900}
	.text-border-white{-webkit-text-stroke: 1px var(--white)}
	.text-border-black{-webkit-text-stroke: 1px var(--black)}
	.text-border-colored{-webkit-text-stroke: 1px var(--colored)}
	.text-bg{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:cover;background-position:center}
	.rtl{direction:rtl}
	.ltr{direction:ltr}
	.underline,.hover-underline:hover,.group:hover .group-hover-underline,.active-underline.active{text-decoration:underline}
	.overline,.hover-overline:hover,.group:hover .group-hover-overline,.active-overline.active{text-decoration:overline}
	.line-through,.hover-line-through:hover,.group:hover .group-hover-line-through,.active-line-through.active{text-decoration:line-through}
	.decoration-solid{text-decoration-style:solid}
	.decoration-double{text-decoration-style:double}
	.decoration-dotted{text-decoration-style:dotted}
	.decoration-dashed{text-decoration-style:dashed}
	.decoration-wavy{text-decoration-style:wavy}
	.underline-offset-auto{text-underline-offset:auto}
	.underline-offset-0{text-underline-offset:0px}
	.underline-offset-1{text-underline-offset:1px}
	.underline-offset-2{text-underline-offset:2px}
	.underline-offset-3{text-underline-offset:3px}
	.underline-offset-4{text-underline-offset:4px}
	.underline-offset-5{text-underline-offset:5px}
	.underline-offset-10{text-underline-offset:10px}
	.decoration-auto{text-decoration-thickness:auto}
	.decoration-0{text-decoration-thickness:0px}
	.decoration-1{text-decoration-thickness:1px}
	.decoration-2{text-decoration-thickness:2px}
	.decoration-3{text-decoration-thickness:3px}
	.decoration-4{text-decoration-thickness:4px}
	.decoration-5{text-decoration-thickness:5px}
	.text-overflow-hidden{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
	.text-ellipsis{text-overflow:ellipsis}
	.text-clip{text-overflow:clip}
	/* Text Indent */
	.text-indent-0{text-indent:0px}
	.text-indent-1{text-indent:1rem}
	.text-indent-2{text-indent:2rem}
	.text-indent-3{text-indent:3rem}
	.text-indent-4{text-indent:4rem}
	.text-indent-5{text-indent:5rem}
	/* White Space */
	.ws-nowrap{white-space:nowrap}
	.ws-normal{white-space:normal}
	.ws-pre{white-space:pre}
	.ws-pre-line{white-space:pre-line}
	.ws-pre-wrap{white-space:pre-wrap;}
	.break-normal{overflow-wrap:normal;word-break:normal}
	.break-word{overflow-wrap:break-word}
	.break-all{word-break:break-all}
	.break-keep{word-break:keep-all}
	/* Classic List Types */
	[class^="list-"] li:last-child{margin-bottom:0}
	.list-circle{list-style-type:circle}
	.list-disc{list-style-type:disc}
	.list-decimal{list-style-type:decimal}
	.list-square{list-style-type:square}
	.list-roman{list-style-type:upper-roman}
	.list-alpha{list-style-type:lower-alpha}
	/* List Positioning */
	.list-inside{list-style-position:inside}
	.list-outside{list-style-position:outside}
	/* List sizes */
	.list-xxs li{margin-bottom:3px}
	.list-xs li{margin-bottom:5px}
	.list-sm li{margin-bottom:8px}
	.list-md li{margin-bottom:12px}
	.list-lg li{margin-bottom:15px}
	.list-xl li{margin-bottom:20px}
	.list-xxl li{margin-bottom:30px}
/* Gray Tones */
	.bg-gray,.hover-bg-gray:hover,.group:hover .group-hover-bg-gray,.active-bg-gray.active{background-color:var(--gray)}
	.bg-gray-50,.hover-bg-gray-50:hover,.group:hover .group-hover-bg-gray-50,.active-bg-gray-50.active{background-color:var(--gray-50)}
	.bg-gray-100,.hover-bg-gray-100:hover,.group:hover .group-hover-bg-gray-100,.active-bg-gray-100.active{background-color:var(--gray-100)}
	.bg-gray-200,.hover-bg-gray-200:hover,.group:hover .group-hover-bg-gray-200,.active-bg-gray-200.active{background-color:var(--gray-200)}
	.bg-gray-300,.hover-bg-gray-300:hover,.group:hover .group-hover-bg-gray-300,.active-bg-gray-300.active{background-color:var(--gray-300)}
	.bg-gray-400,.hover-bg-gray-400:hover,.group:hover .group-hover-bg-gray-400,.active-bg-gray-400.active{background-color:var(--gray-400)}
	.bg-gray-500,.hover-bg-gray-500:hover,.group:hover .group-hover-bg-gray-500,.active-bg-gray-500.active{background-color:var(--gray-500)}
	.bg-gray-600,.hover-bg-gray-600:hover,.group:hover .group-hover-bg-gray-600,.active-bg-gray-600.active{background-color:var(--gray-600)}
	.bg-gray-700,.hover-bg-gray-700:hover,.group:hover .group-hover-bg-gray-700,.active-bg-gray-700.active{background-color:var(--gray-700)}
	.bg-gray-800,.hover-bg-gray-800:hover,.group:hover .group-hover-bg-gray-800,.active-bg-gray-800.active{background-color:var(--gray-800)}
	.bg-gray-900,.hover-bg-gray-900:hover,.group:hover .group-hover-bg-gray-900,.active-bg-gray-900.active{background-color:var(--gray-900)}
	/* Dark background tones */
	.bg-dark,.hover-bg-dark:hover,.group:hover .group-hover-bg-dark,.active-bg-dark.active{background-color:var(--dark)}
	.bg-dark-50,.hover-bg-dark-50:hover,.group:hover .group-hover-bg-dark-50,.active-bg-dark-50.active{background-color:var(--dark-50)}
	.bg-dark-100,.hover-bg-dark-100:hover,.group:hover .group-hover-bg-dark-100,.active-bg-dark-100.active{background-color:var(--dark-100)}
	.bg-dark-200,.hover-bg-dark-200:hover,.group:hover .group-hover-bg-dark-200,.active-bg-dark-200.active{background-color:var(--dark-200)}
	.bg-dark-300,.hover-bg-dark-300:hover,.group:hover .group-hover-bg-dark-300,.active-bg-dark-300.active{background-color:var(--dark-300)}
	.bg-dark-400,.hover-bg-dark-400:hover,.group:hover .group-hover-bg-dark-400,.active-bg-dark-400.active{background-color:var(--dark-400)}
	.bg-dark-500,.hover-bg-dark-500:hover,.group:hover .group-hover-bg-dark-500,.active-bg-dark-500.active{background-color:var(--dark-500)}
	.bg-dark-600,.hover-bg-dark-600:hover,.group:hover .group-hover-bg-dark-600,.active-bg-dark-600.active{background-color:var(--dark-600)}
	.bg-dark-700,.hover-bg-dark-700:hover,.group:hover .group-hover-bg-dark-700,.active-bg-dark-700.active{background-color:var(--dark-700)}
	.bg-dark-800,.hover-bg-dark-800:hover,.group:hover .group-hover-bg-dark-800,.active-bg-dark-800.active{background-color:var(--dark-800)}
	.bg-dark-900,.hover-bg-dark-900:hover,.group:hover .group-hover-bg-dark-900,.active-bg-dark-900.active{background-color:var(--dark-900)}
	.bg-black,.hover-bg-black:hover,.group:hover .group-hover-bg-black,.active-bg-black.active{background-color:var(--black)}
	/* Fullscreen absolute item(s) */
	:is(div, section):has(>.fai){position:relative}
	.fai,[class*="bg-semi"]:before{z-index:0;display:flex;position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;content:'';pointer-events:none;will-change:opacity;align-items:center;justify-content:center;}
	[class*="bg-semi"],[class*="bg-semi"]>*{position:relative;z-index:2}
	.fai{transition:none}
	/* Background and textcolors */
	.bg-white,.bg-semi-white:before,.hover-bg-semi-white:hover:before,.group:hover .group-hover-bg-semi-white:before,.active.active-bg-semi-white:before,.hover-bg-white:hover,.group:hover .group-hover-bg-white,.active-bg-white.active{background-color:var(--white)}
	.text-white,.hover-text-white:hover,.group:hover .group-hover-text-white,.active-text-white.active{color:var(--white)}
	.border-white,.hover-border-white:hover,.group:hover .group-hover-border-white,.active-border-white.active{border-color:var(--white)}
	.text-black,.hover-text-black:hover,.group:hover .group-hover-text-black,.active-text-black.active{color:var(--black)}
	.bg-red,.bg-semi-red:before,.hover-bg-semi-red:hover:before,.group:hover .group-hover-bg-semi-red:before,.active.active-bg-semi-red:before,.hover-bg-red:hover,.group:hover .group-hover-bg-red,.active-bg-red.active{background-color:var(--red)}
	.text-red,.hover-text-red:hover,.group:hover .group-hover-text-red,.active-text-red.active{color:var(--red)}
	.border-red,.hover-border-red:hover,.group:hover .group-hover-border-red,.active-border-red.active{border-color:var(--red)}
	.bg-blue,.bg-semi-blue:before,.hover-bg-semi-blue:hover:before,.group:hover .group-hover-bg-semi-blue:before,.active.active-bg-semi-blue:before,.hover-bg-blue:hover,.group:hover .group-hover-bg-blue,.active-bg-blue.active{background-color:var(--blue)}
	.text-blue,.hover-text-blue:hover,.group:hover .group-hover-text-blue,.active-text-blue.active{color:var(--blue)}
	.border-blue,.hover-border-blue:hover,.group:hover .group-hover-border-blue,.active-border-blue.active{border-color:var(--blue)}
	.bg-secondary,.bg-semi-secondary:before,.hover-bg-semi-secondary:hover:before,.group:hover .group-hover-bg-semi-secondary:before,.active.active-bg-semi-secondary:before,.hover-bg-secondary:hover,.group:hover .group-hover-bg-secondary,.active-bg-secondary.active{background-color:var(--secondary)}
	.text-secondary,.hover-text-secondary:hover,.group:hover .group-hover-text-secondary,.active-text-secondary.active{color:var(--secondary)}
	.border-secondary,.hover-border-secondary:hover,.group:hover .group-hover-border-secondary,.active-border-secondary.active{border-color:var(--secondary)}
	.bg-pink,.bg-semi-pink:before,.hover-bg-semi-pink:hover:before,.group:hover .group-hover-bg-semi-pink:before,.active.active-bg-semi-pink:before,.hover-bg-pink:hover,.group:hover .group-hover-bg-pink,.active-bg-pink.active{background-color:var(--pink)}
	.text-pink,.hover-text-pink:hover,.group:hover .group-hover-text-pink,.active-text-pink.active{color:var(--pink)}
	.border-pink,.hover-border-pink:hover,.group:hover .group-hover-border-pink,.active-border-pink.active{border-color:var(--pink)}
	.bg-violet,.bg-semi-violet:before,.hover-bg-semi-violet:hover:before,.group:hover .group-hover-bg-semi-violet:before,.active.active-bg-semi-violet:before,.hover-bg-violet:hover,.group:hover .group-hover-bg-violet,.active-bg-violet.active{background-color:var(--violet)}
	.text-violet,.hover-text-violet:hover,.group:hover .group-hover-text-violet,.active-text-violet.active{color:var(--violet)}
	.border-violet,.hover-border-violet:hover,.group:hover .group-hover-border-violet,.active-border-violet.active{border-color:var(--violet)}
	.bg-purple,.bg-semi-purple:before,.hover-bg-semi-purple:hover:before,.group:hover .group-hover-bg-semi-purple:before,.active.active-bg-semi-purple:before,.hover-bg-purple:hover,.group:hover .group-hover-bg-purple,.active-bg-purple.active{background-color:var(--purple)}
	.text-purple,.hover-text-purple:hover,.group:hover .group-hover-text-purple,.active-text-purple.active{color:var(--purple)}
	.border-purple,.hover-border-purple:hover,.group:hover .group-hover-border-purple,.active-border-purple.active{border-color:var(--purple)}
	.bg-green,.bg-semi-green:before,.hover-bg-semi-green:hover:before,.group:hover .group-hover-bg-semi-green:before,.active.active-bg-semi-green:before,.hover-bg-green:hover,.group:hover .group-hover-bg-green,.active-bg-green.active{background-color:var(--green)}
	.text-green,.hover-text-green:hover,.group:hover .group-hover-text-green,.active-text-green.active{color:var(--green)}
	.border-green,.hover-border-green:hover,.group:hover .group-hover-border-green,.active-border-green.active{border-color:var(--green)}
	.bg-orange,.bg-semi-orange:before,.hover-bg-semi-orange:hover:before,.group:hover .group-hover-bg-semi-orange:before,.active.active-bg-semi-orange:before,.hover-bg-orange:hover,.group:hover .group-hover-bg-orange,.active-bg-orange.active{background-color:var(--orange)}
	.text-orange,.hover-text-orange:hover,.group:hover .group-hover-text-orange,.active-text-orange.active{color:var(--orange)}
	.border-orange,.hover-border-orange:hover,.group:hover .group-hover-border-orange,.active-border-orange.active{border-color:var(--orange)}
	.bg-gold,.bg-semi-gold:before,.hover-bg-semi-gold:hover:before,.group:hover .group-hover-bg-semi-gold:before,.active.active-bg-semi-gold:before,.hover-bg-gold:hover,.group:hover .group-hover-bg-gold,.active-bg-gold.active{background-color:var(--gold)}
	.text-gold,.hover-text-gold:hover,.group:hover .group-hover-text-gold,.active-text-gold.active{color:var(--gold)}
	.border-gold,.hover-border-gold:hover,.group:hover .group-hover-border-gold,.active-border-gold.active{border-color:var(--gold)}
	.bg-asphalt,.bg-semi-asphalt:before,.hover-bg-semi-asphalt:hover:before,.group:hover .group-hover-bg-semi-asphalt:before,.active.active-bg-semi-asphalt:before,.hover-bg-asphalt:hover,.group:hover .group-hover-bg-asphalt,.active-bg-asphalt.active{background-color:var(--asphalt)}
	.text-asphalt,.hover-text-asphalt:hover,.group:hover .group-hover-text-asphalt,.active-text-asphalt.active{color:var(--asphalt)}
	.border-asphalt,.hover-border-asphalt:hover,.group:hover .group-hover-border-asphalt,.active-border-asphalt.active{border-color:var(--asphalt)}
	.bg-transparent,.bg-semi-transparent:before,.hover-bg-semi-transparent:hover:before,.group:hover .group-hover-bg-semi-transparent:before,.active.active-bg-semi-transparent:before,.hover-bg-transparent:hover,.group:hover .group-hover-bg-transparent,.active-bg-transparent.active{background:var(--transparent)}
	/* Soft backgrounds */
	.bg-semi:before,.hover-bg-semi:hover:before,.active-bg-semi.active:before,.group:hover .group-hover-bg-semi:before,.bg-semi-90:before,.hover-bg-semi-90:hover:before,.active-bg-semi-90.active:before,.group:hover .group-hover-bg-semi-90:before{opacity:.9}
	.bg-semi-0:before,.hover-bg-semi-0:hover:before,.active-bg-semi-0.active:before,.group:hover .group-hover-bg-semi-0:before{opacity:.0}
	.bg-semi-5:before,.hover-bg-semi-5:hover:before,.active-bg-semi-5.active:before,.group:hover .group-hover-bg-semi-5:before{opacity:.05}
	.bg-semi-10:before,.hover-bg-semi-10:hover:before,.active-bg-semi-10.active:before,.group:hover .group-hover-bg-semi-10:before{opacity:.1}
	.bg-semi-15:before,.hover-bg-semi-15:hover:before,.active-bg-semi-15.active:before,.group:hover .group-hover-bg-semi-15:before{opacity:.15}
	.bg-semi-20:before,.hover-bg-semi-20:hover:before,.active-bg-semi-20.active:before,.group:hover .group-hover-bg-semi-20:before{opacity:.2}
	.bg-semi-25:before,.hover-bg-semi-25:hover:before,.active-bg-semi-25.active:before,.group:hover .group-hover-bg-semi-25:before{opacity:.25}
	.bg-semi-30:before,.hover-bg-semi-30:hover:before,.active-bg-semi-30.active:before,.group:hover .group-hover-bg-semi-30:before{opacity:.3}
	.bg-semi-35:before,.hover-bg-semi-35:hover:before,.active-bg-semi-35.active:before,.group:hover .group-hover-bg-semi-35:before{opacity:.35}
	.bg-semi-40:before,.hover-bg-semi-40:hover:before,.active-bg-semi-40.active:before,.group:hover .group-hover-bg-semi-40:before{opacity:.4}
	.bg-semi-45:before,.hover-bg-semi-45:hover:before,.active-bg-semi-45.active:before,.group:hover .group-hover-bg-semi-45:before{opacity:.45}
	.bg-semi-50:before,.hover-bg-semi-50:hover:before,.active-bg-semi-50.active:before,.group:hover .group-hover-bg-semi-50:before{opacity:.5}
	.bg-semi-55:before,.hover-bg-semi-55:hover:before,.active-bg-semi-55.active:before,.group:hover .group-hover-bg-semi-55:before{opacity:.55}
	.bg-semi-60:before,.hover-bg-semi-60:hover:before,.active-bg-semi-60.active:before,.group:hover .group-hover-bg-semi-60:before{opacity:.6}
	.bg-semi-65:before,.hover-bg-semi-65:hover:before,.active-bg-semi-65.active:before,.group:hover .group-hover-bg-semi-65:before{opacity:.65}
	.bg-semi-70:before,.hover-bg-semi-70:hover:before,.active-bg-semi-70.active:before,.group:hover .group-hover-bg-semi-70:before{opacity:.7}
	.bg-semi-75:before,.hover-bg-semi-75:hover:before,.active-bg-semi-75.active:before,.group:hover .group-hover-bg-semi-75:before{opacity:.75}
	.bg-semi-80:before,.hover-bg-semi-80:hover:before,.active-bg-semi-80.active:before,.group:hover .group-hover-bg-semi-80:before{opacity:.8}
	.bg-semi-85:before,.hover-bg-semi-85:hover:before,.active-bg-semi-85.active:before,.group:hover .group-hover-bg-semi-85:before{opacity:.85}
	.bg-semi-95:before,.hover-bg-semi-95:hover:before,.active-bg-semi-95.active:before,.group:hover .group-hover-bg-semi-95:before{opacity:.95}
	.bg-semi-100:before,.hover-bg-semi-100:hover:before,.active-bg-semi-100.active:before,.group:hover .group-hover-bg-semi-100:before{opacity:1}
	/* Soft backgrounds - Gray Tones */
	.bg-semi-gray:before,.hover-bg-semi-gray:hover:before,.group:hover .group-hover-bg-semi-gray:before,.active-bg-semi-gray.active:before{background-color:var(--gray)}
	.bg-semi-gray-50:before,.hover-bg-semi-gray-50:hover:before,.group:hover .group-hover-bg-semi-gray-50:before,.active-bg-semi-gray-50.active:before{background-color:var(--gray-100)}
	.bg-semi-gray-100:before,.hover-bg-semi-gray-100:hover:before,.group:hover .group-hover-bg-semi-gray-100:before,.active-bg-semi-gray-100.active:before{background-color:var(--gray-100)}
	.bg-semi-gray-200:before,.hover-bg-semi-gray-200:hover:before,.group:hover .group-hover-bg-semi-gray-200:before,.active-bg-semi-gray-200.active:before{background-color:var(--gray-200)}
	.bg-semi-gray-300:before,.hover-bg-semi-gray-300:hover:before,.group:hover .group-hover-bg-semi-gray-300:before,.active-bg-semi-gray-300.active:before{background-color:var(--gray-300)}
	.bg-semi-gray-400:before,.hover-bg-semi-gray-400:hover:before,.group:hover .group-hover-bg-semi-gray-400:before,.active-bg-semi-gray-400.active:before{background-color:var(--gray-400)}
	.bg-semi-gray-500:before,.hover-bg-semi-gray-500:hover:before,.group:hover .group-hover-bg-semi-gray-500:before,.active-bg-semi-gray-500.active:before{background-color:var(--gray-500)}
	.bg-semi-gray-600:before,.hover-bg-semi-gray-600:hover:before,.group:hover .group-hover-bg-semi-gray-600:before,.active-bg-semi-gray-600.active:before{background-color:var(--gray-600)}
	.bg-semi-gray-700:before,.hover-bg-semi-gray-700:hover:before,.group:hover .group-hover-bg-semi-gray-700:before,.active-bg-semi-gray-700.active:before{background-color:var(--gray-700)}
	.bg-semi-gray-800:before,.hover-bg-semi-gray-800:hover:before,.group:hover .group-hover-bg-semi-gray-800:before,.active-bg-semi-gray-800.active:before{background-color:var(--gray-800)}
	.bg-semi-gray-900:before,.hover-bg-semi-gray-900:hover:before,.group:hover .group-hover-bg-semi-gray-900:before,.active-bg-semi-gray-900.active:before{background-color:var(--gray-900)}
	/* Soft backgrounds - Dark Tones */
	.bg-semi-dark:before,.hover-bg-semi-dark:hover:before,.active-bg-semi-dark.active:before{background-color:var(--dark)}
	.bg-semi-dark-50:before,.hover-bg-semi-dark-50:hover:before,.active-bg-semi-dark-50.active:before{background-color:var(--dark-50)}
	.bg-semi-dark-100:before,.hover-bg-semi-dark-100:hover:before,.active-bg-semi-dark-100.active:before{background-color:var(--dark-100)}
	.bg-semi-dark-200:before,.hover-bg-semi-dark-200:hover:before,.active-bg-semi-dark-200.active:before{background-color:var(--dark-200)}
	.bg-semi-dark-300:before,.hover-bg-semi-dark-300:hover:before,.active-bg-semi-dark-300.active:before{background-color:var(--dark-300)}
	.bg-semi-dark-400:before,.hover-bg-semi-dark-400:hover:before,.active-bg-semi-dark-400.active:before{background-color:var(--dark-400)}
	.bg-semi-dark-500:before,.hover-bg-semi-dark-500:hover:before,.active-bg-semi-dark-500.active:before{background-color:var(--dark-500)}
	.bg-semi-dark-600:before,.hover-bg-semi-dark-600:hover:before,.active-bg-semi-dark-600.active:before{background-color:var(--dark-600)}
	.bg-semi-dark-700:before,.hover-bg-semi-dark-700:hover:before,.active-bg-semi-dark-700.active:before{background-color:var(--dark-700)}
	.bg-semi-dark-800:before,.hover-bg-semi-dark-800:hover:before,.active-bg-semi-dark-800.active:before{background-color:var(--dark-800)}
	.bg-semi-dark-900:before,.hover-bg-semi-dark-900:hover:before,.active-bg-semi-dark-900.active:before{background-color:var(--dark-900)}
	.bg-semi-black:before,.hover-bg-semi-black:hover:before,.active-bg-semi-black.active:before{background-color:var(--black)}
	/* Soft backgrounds - Colored Tones */
	.bg-semi-colored:before,.hover-bg-semi-colored:hover:before,.active-bg-semi-colored.active:before{background-color:var(--colored)}
	.bg-semi-colored-100:before,.hover-bg-semi-colored-100:hover:before,.active-bg-semi-colored-100.active:before{background-color:var(--colored-100)}
	.bg-semi-colored-200:before,.hover-bg-semi-colored-200:hover:before,.active-bg-semi-colored-200.active:before{background-color:var(--colored-200)}
	/* Soft backgrounds - White Tone */
	.bg-semi-white:before,.hover-bg-semi-white:hover:before,.group:hover .group-hover-bg-semi-white:before,.active-bg-semi-white.active:before{background-color:var(--white)}
/* Background positions, styles */
	.bg-none{background:none}
	.bg-inherit{background:inherit}
	.bg-left{background-position:left}
	.bg-left-top{background-position:left top}
	.bg-left-bottom{background-position:left bottom}
	.bg-right{background-position:right}
	.bg-right-top{background-position:right top}
	.bg-right-bottom{background-position:right bottom}
	.bg-top{background-position:top}
	.bg-bottom{background-position:bottom}
	.bg-center{background-position:center center}
	.bg-center-top{background-position:center top}
	.bg-center-bottom{background-position:center bottom}
	.bg-no-repeat{background-repeat:no-repeat}
	.bg-repeat{background-repeat:repeat}
	.bg-repeat-x{background-repeat:repeat-x}
	.bg-repeat-y{background-repeat:repeat-y}
	.bg-scroll{background-attachment:scroll}
	.bg-fixed{background-attachment:fixed}
	.bg-local{background-attachment:local}
	/* Background size */
	.bg-auto{background-size:auto}
	.bg-contain{background-size:contain}
	.bg-cover{background-size:cover}
	.bg-h-full{background-size:auto 100%}
	.bg-w-full{background-size:100% auto}
/* Background gradients */
	.bg-gradient{background-image: var(--gradient)}
	.bg-gradient-100{background-image: var(--gradient-100)}
	.bg-gradient-200{background-image: var(--gradient-200)}
/* Text Colors */
	/* Gray Colors */
	.text-gray,.hover-text-gray:hover,.group:hover .group-hover-text-gray,.active-text-gray.active{color:var(--gray-50)}
	.text-gray-50,.hover-text-gray-50:hover,.group:hover .group-hover-text-gray-50,.active-text-gray-50.active{color:var(--gray-50)}
	.text-gray-100,.hover-text-gray-100:hover,.group:hover .group-hover-text-gray-100,.active-text-gray-100.active{color:var(--gray-100)}
	.text-gray-200,.hover-text-gray-200:hover,.group:hover .group-hover-text-gray-200,.active-text-gray-200.active{color:var(--gray-200)}
	.text-gray-300,.hover-text-gray-300:hover,.group:hover .group-hover-text-gray-300,.active-text-gray-300.active{color:var(--gray-300)}
	.text-gray-400,.hover-text-gray-400:hover,.group:hover .group-hover-text-gray-400,.active-text-gray-400.active{color:var(--gray-400)}
	.text-gray-500,.hover-text-gray-500:hover,.group:hover .group-hover-text-gray-500,.active-text-gray-500.active{color:var(--gray-500)}
	.text-gray-600,.hover-text-gray-600:hover,.group:hover .group-hover-text-gray-600,.active-text-gray-600.active{color:var(--gray-600)}
	.text-gray-700,.hover-text-gray-700:hover,.group:hover .group-hover-text-gray-700,.active-text-gray-700.active{color:var(--gray-700)}
	.text-gray-800,.hover-text-gray-800:hover,.group:hover .group-hover-text-gray-800,.active-text-gray-800.active{color:var(--gray-800)}
	.text-gray-900,.hover-text-gray-900:hover,.group:hover .group-hover-text-gray-900,.active-text-gray-900.active{color:var(--gray-900)}
	/* White, dark, black secondary */
	.text-dark,.hover-text-dark:hover,.group:hover .group-hover-text-dark,.active-text-dark.active{color:var(--dark)}
	.text-dark-50,.hover-text-dark-50:hover,.group:hover .group-hover-text-dark-50,.active-text-dark-50.active{color:var(--dark-50)}
	.text-dark-100,.hover-text-dark-100:hover,.group:hover .group-hover-text-dark-100,.active-text-dark-100.active{color:var(--dark-100)}
	.text-dark-200,.hover-text-dark-200:hover,.group:hover .group-hover-text-dark-200,.active-text-dark-200.active{color:var(--dark-200)}
	.text-dark-300,.hover-text-dark-300:hover,.group:hover .group-hover-text-dark-300,.active-text-dark-300.active{color:var(--dark-300)}
	.text-dark-400,.hover-text-dark-400:hover,.group:hover .group-hover-text-dark-400,.active-text-dark-400.active{color:var(--dark-400)}
	.text-dark-500,.hover-text-dark-500:hover,.group:hover .group-hover-text-dark-500,.active-text-dark-500.active{color:var(--dark-500)}
	.text-dark-600,.hover-text-dark-600:hover,.group:hover .group-hover-text-dark-600,.active-text-dark-600.active{color:var(--dark-600)}
	.text-dark-700,.hover-text-dark-700:hover,.group:hover .group-hover-text-dark-700,.active-text-dark-700.active{color:var(--dark-700)}
	.text-dark-800,.hover-text-dark-800:hover,.group:hover .group-hover-text-dark-800,.active-text-dark-800.active{color:var(--dark-800)}
	.text-dark-900,.hover-text-dark-900:hover,.group:hover .group-hover-text-dark-900,.active-text-dark-900.active{color:var(--dark-900)}
	/* Object fit */
	.object-cover{object-fit:cover}
	.object-contain{object-fit:contain}
	.object-fill{object-fit:fill}
	.object-none{object-fit:none}
	.object-scale-down{object-fit:scale-down}
	/* Object position */
	.object-t{object-position:top}
	.object-l{object-position:left}
	.object-r{object-position:left}
	.object-b{object-position:bottom}
	.object-tl{object-position:top left}
	.object-tr{object-position:top right}
	.object-bl{object-position:bottom left}
	.object-br{object-position:bottom right}
	/* Masking */
	/* Mask type */
	.mask-alpha{mask-type:alpha;-webkit-mask-type:alpha}
	.mask-luminance{mask-type:luminance;-webkit-mask-type:luminance}
	/* Mask size */
	.mask-cover{mask-size:cover;-webkit-mask-size:cover}
	.mask-contain{mask-size:contain;-webkit-mask-size:contain}
	.mask-auto{mask-size:auto;-webkit-mask-size:auto}
	/* Mask position */
	.mask-left{mask-position:left;-webkit-mask-position:left}
	.mask-left-top{mask-position:left top;-webkit-mask-position:left top}
	.mask-left-bottom{mask-position:left bottom;-webkit-mask-position:left bottom}
	.mask-top{mask-position:top;-webkit-mask-position:top}
	.mask-right{mask-position:right;-webkit-mask-position:right}
	.mask-right-top{mask-position:right top;-webkit-mask-position:right top}
	.mask-right-bottom{mask-position:right bottom;-webkit-mask-position:right bottom}
	.mask-bottom{mask-position:bottom;-webkit-mask-position:bottom}
	.mask-center{mask-position:center;-webkit-mask-position:center}
	.mask-center-top{mask-position:center top;-webkit-mask-position:center top}
	.mask-center-bottom{mask-position:center bottom;-webkit-mask-position:center bottom}
	/* Mask position */
	.mask-repeat{mask-repeat:repeat;-webkit-mask-repeat:repeat}
	.mask-repeat-x{mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x}
	.mask-repeat-y{mask-repeat:repeat-y;-webkit-mask-repeat:repeat-y}
	.mask-no-repeat{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
	.mask-round{mask-repeat:round;-webkit-mask-repeat:round}
	.mask-space{mask-repeat:space;-webkit-mask-repeat:space}
	/* Pointer Events */
	.pointer-events-none,.active-pointer-events-none.active{pointer-events:none}
	.pointer-events-all,.active-pointer-events-all.active{pointer-events:all}
	.pointer-events-auto,.active-pointer-events-auto.active{pointer-events:auto}
/* Display */
	.flex{display:flex}
	.inline-flex{display:inline-flex}
	.block,.block-links a,.block-images img{display:block}
	.inline-block,.inline-block-links a{display:inline-block}
	.inline{display:inline}
	.visible{visibility:visible}
	.invisible{visibility:hidden}
	.collapse{visibility:collapse}
	.hidden,.active-visible:not(.active),.active.active-hidden,.active>.active-hidden{display:none}
	.table{display:table}
	.inline-table{display:inline-table}
	.table-caption{display:table-caption}
	.table-cell{display:table-cell}
	.table-column{display:table-column}
	.table-column-group{display:table-column-group}
	.table-footer-group{display:table-footer-group}
	.table-header-group{display:table-header-group}
	.table-row-group{display:table-row-group}
	.table-row{display:table-row}
	.flow-root{display:flow-root}
	.grid{display:grid}
	.inline-grid{display:inline-grid}
	.contents{display:contents}
	.list-item{display:list-item}
/* Table */
	.table-auto{table-layout:auto}
	.table-fixed{table-layout:fixed}
	.border-collapse{border-collapse:collapse}
	.border-separate{border-collapse:separate}
	.border-spacing-0{border-spacing:0px 0px}
	.border-spacing-1{border-spacing:1px 1px}
	.border-spacing-2{border-spacing:0.125rem 0.125rem}
	.border-spacing-3{border-spacing:0.25rem 0.25rem}
	.border-spacing-4{border-spacing:0.375rem 0.375rem}
	.border-spacing-5{border-spacing:0.5rem 0.5rem}
	.table-xs td, .table-xs th{padding: 0.5rem;}
	.table-sm td, .table-sm th{padding: 0.625rem;}
	.table-md td, .table-md th{padding: 0.75rem;}
	.table td, .table th{padding: 0.875rem;}
	.table-lg td, .table-lg th{padding: 1rem;}
	.table-xl td, .table-xl th{padding: 1.25rem;}
/* Grid */
	.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}
	.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}
	.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}
	.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}
	.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}
	.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}
	.grid-rows-none{grid-template-rows:none}
	.grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
	.grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
	.grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
	.grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
	.grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
	.grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
	.grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr))}
	.grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr))}
	.grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr))}
	.grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr))}
	.grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr))}
	.grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr))}
	[class*="grid-columns-"]>*{padding-left:var(--column-padding);padding-right:var(--column-padding);}
	.grid-flow-row{grid-auto-flow:row}
	.grid-flow-column{grid-auto-flow:column}
	.grid-flow-dense{grid-auto-flow:dense}
	.grid-flow-row-dense{grid-auto-flow:row dense}
	.grid-flow-column-dense{grid-auto-flow:column dense}
/* Flex */
	.flex-none{flex:none}
	.flex-auto{flex:1 1 auto}
	.flex-1{flex:1 1 0%}
	.flex-initial{flex:0 1 auto}
	.flex-wrap{flex-wrap:wrap}
	.flex-wrap-reverse{flex-wrap:wrap-reverse}
	.flex-nowrap{flex-wrap:nowrap}
/* Flexbox Settings */
	/* Row */
	.flex-row{flex-direction:row;display:flex;flex-wrap:wrap;margin-left:calc(-1*var(--column-padding));margin-right:calc(-1*var(--column-padding))}
	.column,[class*=" column"],[class*="column-"],[class*="xs-column"],[class*="sm-column"],[class*="md-column"],[class*="lg-column"],[class*="xl-column"]{padding-left:var(--column-padding);padding-right:var(--column-padding)}
	[class*="flex-columns"]>*{flex:0 0 auto;width:100%;padding-left:var(--column-padding);padding-right:var(--column-padding);}
	.flex-columns-auto>*{flex:0 0 auto;width:auto}
	.flex-columns-1>*{width:100%}
	.flex-columns-2>*{width:50%}
	.flex-columns-3>*{width:33.33333333%}
	.flex-columns-4>*{width:25%}
	.flex-columns-5>*{width:20%}
	.flex-columns-6>*{width:16.66666667%}
	.flex-columns-7>*{width:14.285%}
	.flex-columns-8>*{width:12.5%}
	.flex-columns-9>*{width:11.110%}
	.flex-columns-10>*{width:10%}
	.flex-columns-11>*{width:9.090%}
	.flex-columns-12>*{width:8.33333333%}
	.column{flex:1 0 0%}
	.column-auto{flex:0 0 auto}
	.column-1{width:8.33333333%}
	.column-2{width:16.66666667%}
	.column-3{width:25%}
	.column-4{width:33.33333333%}
	.column-5{width:41.66666667%}
	.column-6{width:50%}
	.column-7{width:58.33333333%}
	.column-8{width:66.66666667%}
	.column-9{width:75%}
	.column-10{width:83.33333333%}
	.column-11{width:91.66666667%}
	.column-12{width:100%}
	.order-1{order:1}
	.order-2{order:2}
	.order-3{order:3}
	.order-4{order:4}
	.order-5{order:5}
	.order-6{order:6}
	.order-7{order:7}
	.order-8{order:8}
	.order-9{order:9}
	.order-10{order:10}
	.order-11{order:11}
	.order-12{order:12}
	.order-first{order:-999}
	.order-last{order:999}
	.order-none{order:none}
	.offset-0{margin-left:0%}
	.offset-1{margin-left:8.33333333%}
	.offset-2{margin-left:16.66666667%}
	.offset-3{margin-left:25%}
	.offset-4{margin-left:33.33333333%}
	.offset-5{margin-left:41.66666667%}
	.offset-6{margin-left:50%}
	.offset-7{margin-left:58.33333333%}
	.offset-8{margin-left:66.66666667%}
	.offset-9{margin-left:75%}
	.offset-10{margin-left:83.33333333%}
	.offset-11{margin-left:91.66666667%}
	.offset-12{margin-left:100%}
	.flex-row{flex-direction:row}
	.flex-row-reverse{flex-direction:row-reverse}
	.flex-column{flex-direction:column}
	.flex-column-reverse{flex-direction:column-reverse;}
	.flex-grow{flex-grow:1}
	.flex-grow-0{flex-grow:0}
	/* Align items */
	.align-items-start{align-items:flex-start}
	.align-items-end{align-items:flex-end}
	.align-items-center{align-items:center}
	.align-items-baseline{align-items:baseline}
	.align-items-stretch{align-items:stretch}
	/* Align Content */
	.align-content-start{align-content:flex-start}
	.align-content-end{align-content:flex-end}
	.align-content-center{align-content:center}
	.align-content-between{align-content:space-between}
	.align-content-around{align-content:space-around}
	.align-content-evenly{align-content:space-evenly}
	.align-content-baseline{align-content:baseline}
	/* Align Self */
	.align-self-start{align-self:flex-start}
	.align-self-end{align-self:flex-end}
	.align-self-auto{align-self:auto}
	.align-self-center{align-self:center}
	.align-self-stretch{align-self:stretch}
	.align-self-baseline{align-self:baseline}
	/* Justify Self */
	.justify-self-auto{justify-self:auto}
	.justify-self-start{justify-self:start}
	.justify-self-end{justify-self:end}
	.justify-self-center{justify-self:center}
	.justify-self-stretch{justify-self:stretch}
	/* Justify Items */
	.justify-items-start{justify-items:start}
	.justify-items-end{justify-items:end}
	.justify-items-center{justify-items:center}
	.justify-items-stretch{justify-items:stretch}
	/* Justify Content */
	.justify-content-start{justify-content:flex-start}
	.justify-content-end{justify-content:flex-end}
	.justify-content-center{justify-content:center}
	.justify-content-between{justify-content:space-between}
	.justify-content-around{justify-content:space-around}
	.justify-content-evenly{justify-content:space-evenly}
/* Position */
	.relative{position:relative}
	.absolute{position:absolute}
	.fixed{position:fixed}
	.static{position:static}
	.sticky{position:sticky}
/* Float */
	.float-left{float:left}
	.float-right{float:right}
	.float-none{float:none}
/* Overflow */
	.overflow-auto{overflow:auto}
	.overflow-x-auto{overflow-x:auto}
	.overflow-y-auto{overflow-y:auto}
	.overflow-visible{overflow:visible}
	.overflow-x-visible{overflow-x:visible}
	.overflow-y-visible{overflow-y:visible}
	.overflow-hidden{overflow:hidden}
	.overflow-x-hidden{overflow-x:hidden}
	.overflow-y-hidden{overflow-y:hidden}
	.overflow-scroll{overflow:scroll}
	.overflow-x-scroll{overflow-x:scroll}
	.overflow-y-scroll{overflow-y:scroll}
	.overflow-clip{overflow:clip}
	.overflow-x-clip{overflow-x:clip}
	.overflow-y-clip{overflow-y:clip}
/* Box shadows */
	.shadow-none,.group:hover .group-hover-shadow-none,.active-shadow-none.active,.hover-shadow-none:hover{box-shadow:none}
	.shadow-xs,.group:hover .group-hover-shadow-xs,.active-shadow-xs.active,.hover-shadow-xs:hover{box-shadow:var(--shadow-xs)}
	.shadow-sm,.group:hover .group-hover-shadow-sm,.active-shadow-sm.active,.hover-shadow-sm:hover{box-shadow:var(--shadow-sm)}
	.shadow,.group:hover .group-hover-shadow,.active-shadow.active,.hover-shadow:hover{box-shadow:var(--shadow)}
	.shadow-md,.group:hover .group-hover-shadow-md,.active-shadow-md.active,.hover-shadow-md:hover{box-shadow:var(--shadow-md)}
	.shadow-lg,.group:hover .group-hover-shadow-lg,.active-shadow-lg.active,.hover-shadow-lg:hover{box-shadow:var(--shadow-lg)}
	.shadow-xl,.group:hover .group-hover-shadow-xl,.active-shadow-xl.active,.hover-shadow-xl:hover{box-shadow:var(--shadow-xl)}
	.shadow-inset,.group:hover .group-hover-shadow-inset,.active-shadow-inset.active,.hover-shadow-inset:hover{box-shadow:var(--shadow-inset)}
/* Colored shadow */
	[class*="shadow-colored"]:not([class*="absolute"]):not([class*="fixed"]):not([class*="static"]):not([class*="sticky"]){position:relative;z-index:0}
	[class*="shadow-colored"]:before{content:'';position:absolute;display:block;left:3%;right:3%;top:40%;bottom:-9px;background:inherit;filter:blur(30px);z-index:-1;opacity:.7}
	.shadow-colored-sm:before,.hover-shadow-colored-sm:before,.group:hover .group-hover-shadow-colored-sm:before,.active-shadow-colored-sm.active:before{filter:blur(17px)}
	[class*="hover-shadow-colored"]:not(.shadow-colored):not(.shadow-colored-sm):before{visibility:hidden;opacity:0}
	.shadow-colored:before,[class*="hover-shadow-colored"]:hover:before,.group:hover .group-hover-shadow-colored:before,.active-shadow-colored.active:before{visibility:visible;opacity:.7}
/* Cursor options */
	.cursor-inherit{cursor:inherit}
	.cursor-default{cursor:default}
	.cursor-pointer{cursor:pointer}
	.cursor-none{cursor:none}
	.cursor-progress{cursor:progress}
	.cursor-cell{cursor:cell}
	.cursor-crosshair{cursor:crosshair}
	.cursor-alias{cursor:alias}
	.cursor-copy{cursor:copy}
	.cursor-all-scroll{cursor:all-scroll}
	.cursor-zoom-in{cursor:zoom-in}
	.cursor-zoom-out{cursor:zoom-out}
	.cursor-not-allowed{cursor:not-allowed}
	.cursor-move{cursor:move}
	.cursor-context-menu{cursor:context-menu}
	.cursor-text{cursor:text}
	.cursor-wait{cursor:wait}
	.cursor-help{cursor:help}
	.cursor-resize{cursor:ew-resize}
	.cursor-vertical-resize{cursor:ns-resize}
	.cursor-grab{cursor:grab}
	.cursor-grab:active{cursor:grabbing}
/* Zoom-in animations */
	[class*="zoom-in"]{transform:scale(1) translateZ(0);backface-visibility:hidden;will-change:transform}
	[class*="zoom-in"] *{transform:translateZ(0);backface-visibility:hidden;will-change:transform}
	.zoom-none,.hover-zoom-none:hover,.group:hover .group-hover-zoom-none,.focus-zoom-none:active,.active-zoom-none.active{transform:scale(1.0) translateZ(0)}
	.zoom-in-xs,.hover-zoom-in-xs:hover,.group:hover .group-hover-zoom-in-xs,.focus-zoom-in-xs:active,.active-zoom-in-xs.active{transform:var(--zoom-in-xs) translateZ(0)}
	.zoom-in-sm,.hover-zoom-in-sm:hover,.group:hover .group-hover-zoom-in-sm,.focus-zoom-in-sm:active,.active-zoom-in-sm.active{transform:var(--zoom-in-sm) translateZ(0)}
	.zoom-in,.hover-zoom-in:hover,.group:hover .group-hover-zoom-in,.focus-zoom-in:active,.active-zoom-in.active{transform:var(--zoom-in) translateZ(0)}
	.zoom-in-md,.hover-zoom-in-md:hover,.group:hover .group-hover-zoom-in-md,.focus-zoom-in-md:active,.active-zoom-in-md.active{transform:var(--zoom-in-md) translateZ(0)}
	.zoom-in-lg,.hover-zoom-in-lg:hover,.group:hover .group-hover-zoom-in-lg,.focus-zoom-in-lg:active,.active-zoom-in-lg.active{transform:var(--zoom-in-lg) translateZ(0)}
	.zoom-in-xl,.hover-zoom-in-xl:hover,.group:hover .group-hover-zoom-in-xl,.focus-zoom-in-xl:active,.active-zoom-in-xl.active{transform:var(--zoom-in-xl) translateZ(0)}
/* Zoom-out animations */
	[class*="zoom-out"]{transform:scale(1) translateZ(0);backface-visibility:hidden;will-change:transform}
	[class*="zoom-out"] *{transform:translateZ(0);backface-visibility:hidden;will-change:transform}
	.zoom-out-xs,.hover-zoom-out-xs:hover,.group:hover .group-hover-zoom-out-xs,.focus-zoom-out-xs:active,.active-zoom-out-xs.active{transform:var(--zoom-out-xs) translateZ(0)}
	.zoom-out-sm,.hover-zoom-out-sm:hover,.group:hover .group-hover-zoom-out-sm,.focus-zoom-out-sm:active,.active-zoom-out-sm.active{transform:var(--zoom-out-sm) translateZ(0)}
	.zoom-out,.hover-zoom-out:hover,.group:hover .group-hover-zoom-out,.focus-zoom-out:active,.active-zoom-out.active{transform:var(--zoom-out) translateZ(0)}
	.zoom-out-md,.hover-zoom-out-md:hover,.group:hover .group-hover-zoom-out-md,.focus-zoom-out-md:active,.active-zoom-out-md.active{transform:var(--zoom-out-md) translateZ(0)}
	.zoom-out-lg,.hover-zoom-out-lg:hover,.group:hover .group-hover-zoom-out-lg,.focus-zoom-out-lg:active,.active-zoom-out-lg.active{transform:var(--zoom-out-lg) translateZ(0)}
	.zoom-out-xl,.hover-zoom-out-xl:hover,.group:hover .group-hover-zoom-out-xl,.focus-zoom-out-xl:active,.active-zoom-out-xl.active{transform:var(--zoom-out-xl) translateZ(0)}
/* Rotate shortcodes */
	.rotate-15{transform:rotate(15deg)}
	.rotate-30{transform:rotate(30deg)}
	.rotate-45{transform:rotate(45deg)}
	.rotate-60{transform:rotate(60deg)}
	.rotate-75{transform:rotate(75deg)}
	.rotate-90{transform:rotate(90deg)}
	.rotate-120{transform:rotate(120deg)}
	.rotate-150{transform:rotate(150deg)}
	.rotate-180{transform:rotate(180deg)}
	.-rotate-15{transform:rotate(-15deg)}
	.-rotate-30{transform:rotate(-30deg)}
	.-rotate-45{transform:rotate(-45deg)}
	.-rotate-60{transform:rotate(-60deg)}
	.-rotate-75{transform:rotate(-75deg)}
	.-rotate-90{transform:rotate(-90deg)}
	.-rotate-120{transform:rotate(-120deg)}
	.-rotate-150{transform:rotate(-150deg)}
	.-rotate-180{transform:rotate(-180deg)}
/* Buttons */
	.disabled,button:disabled{opacity:.5;pointer-events:none}
	[class*="btn-"]{cursor:pointer;line-height:normal;white-space:nowrap;letter-spacing:0;text-align:center;display:inline-flex;justify-content:center;align-items:center}
	.btn-xxs{padding:var(--btn-xxs) calc(var(--btn-xxs)*1.5);font-size:calc(var(--btn-xxs)*1.35)}
	.btn-xs{padding:var(--btn-xs) calc(var(--btn-xs)*1.8);font-size:calc(var(--btn-xs)*1.25)}
	.btn-sm{padding:var(--btn-sm) calc(var(--btn-sm)*2.1);font-size:calc(var(--btn-sm)*1.05)}
	.btn-md{padding:var(--btn-md) calc(var(--btn-md)*2.2);font-size:calc(var(--btn-md)*0.9)}
	.btn-lg{padding:var(--btn-lg) calc(var(--btn-lg)*2.35);font-size:calc(var(--btn-lg)*0.85)}
	.btn-xl{padding:var(--btn-xl) calc(var(--btn-xl)*2.55);font-size:calc(var(--btn-xl)*0.8)}
	.btn-2xl{padding:var(--btn-2xl) calc(var(--btn-2xl)*2.7);font-size:calc(var(--btn-2xl)*0.75)}
	.btn-3xl{padding:var(--btn-3xl) calc(var(--btn-3xl)*2.85);font-size:calc(var(--btn-3xl)*0.7)}
	.btn-4xl{padding:var(--btn-4xl) calc(var(--btn-4xl)*3);font-size:calc(var(--btn-4xl)*0.65)}
	.btn-5xl{padding:var(--btn-5xl) calc(var(--btn-5xl)*3.1);font-size:calc(var(--btn-5xl)*0.6)}
	.btn-full{width:100%;padding:var(--btn-xl) calc(var(--btn-xl)*2.55);font-size:calc(var(--btn-xl)*0.8)}
/* Icon Types */
	.icon-xxs{width:var(--icon-xxs);height:var(--icon-xxs);font-size:calc(var(--icon-xxs)/1.75)}
	.icon-xs{width:var(--icon-xs);height:var(--icon-xs);font-size:calc(var(--icon-xs)/1.9)}
	.icon-sm{width:var(--icon-sm);height:var(--icon-sm);font-size:calc(var(--icon-sm)/1.98)}
	.icon-md{width:var(--icon-md);height:var(--icon-md);font-size:calc(var(--icon-md)/2.05)}
	.icon-lg{width:var(--icon-lg);height:var(--icon-lg);font-size:calc(var(--icon-lg)/2.35)}
	.icon-xl{width:var(--icon-xl);height:var(--icon-xl);font-size:calc(var(--icon-xl)/2.65)}
	.icon-2xl{width:var(--icon-2xl);height:var(--icon-2xl);font-size:calc(var(--icon-2xl)/2.85)}
	.icon-3xl{width:var(--icon-3xl);height:var(--icon-3xl);font-size:calc(var(--icon-3xl)/3.1)}
	.icon-4xl{width:var(--icon-4xl);height:var(--icon-4xl);font-size:calc(var(--icon-4xl)/3.25)}
	.icon-5xl{width:var(--icon-5xl);height:var(--icon-5xl);font-size:calc(var(--icon-5xl)/3.4)}
	[class*="icon-"],.icon{display:inline-flex;text-align:center;align-items:center;justify-content:center;line-height:normal}
	[class*="icon-"]:not(.icon-xs):not(.icon-xxs)>i,.icon>i{margin-top:1px}
/* Divide */
	.divide-x>*{border-right-width:1px;border-right-style:solid;border-color:inherit}
	.divide-x>*:last-child{border-right-width:0px}
	.divide-y>*{border-bottom-width:1px;border-bottom-style:solid;border-color:inherit}
	.divide-y>*:last-child{border-bottom-width:0px}
	.divider-x{height:1px;width:100%;background:var(--divider-x-bg);border:0;opacity:1;align-self:stretch;}
	.divider-y{width:1px;background:var(--divider-y-bg);border:0;opacity:1;align-self:stretch;}
/* Perspective sizes for 3D animations */
	.perspective-xs{perspective:var(--perspective-xs)}
	.perspective-sm{perspective:var(--perspective-sm)}
	.perspective-md{perspective:var(--perspective-md)}
	.perspective{perspective:var(--perspective)}
	.perspective-lg{perspective:var(--perspective-lg)}
	.perspective-xl{perspective:var(--perspective-xl)}
/* Filters */
	/* Blur */
	.blur-none,.hover-blur-none:hover,.group:hover .group-hover-blur-none,.active-blur-none.active{filter:blur(0px)}
	.blur-sm,.hover-blur-sm:hover,.group:hover .group-hover-blur-sm,.active-blur-sm.active{filter:blur(3px)}
	.blur-md,.hover-blur-md:hover,.group:hover .group-hover-blur-md,.active-blur-md.active{filter:blur(5px)}
	.blur,.hover-blur:hover,.group:hover .group-hover-blur,.active-blur.active{filter:blur(9px)}
	.blur-lg,.hover-blur-lg:hover,.group:hover .group-hover-blur-lg,.active-blur-lg.active{filter:blur(9px)}
	.blur-xl,.hover-blur-xl:hover,.group:hover .group-hover-blur-xl,.active-blur-xl.active{filter:blur(12px)}
	.blur-2xl,.hover-blur-2xl:hover,.group:hover .group-hover-blur-2xl,.active-blur-2xl.active{filter:blur(15px)}
	.blur-3xl,.hover-blur-3xl:hover,.group:hover .group-hover-blur-3xl,.active-blur-3xl.active{filter:blur(20px)}
	.blur-4xl,.hover-blur-4xl:hover,.group:hover .group-hover-blur-4xl,.active-blur-4xl.active{filter:blur(30px)}
	.blur-5xl,.hover-blur-5xl:hover,.group:hover .group-hover-blur-5xl,.active-blur-5xl.active{filter:blur(50px)}
	/* Backdrop blur */
	.bg-blur-none,.hover-bg-blur-none:hover,.group:hover .group-hover-bg-blur-none,.active-bg-blur-none.active{backdrop-filter:blur(0px);-webkit-backdrop-filter: blur(0px)}
	.bg-blur-sm,.hover-bg-blur-sm:hover,.group:hover .group-hover-bg-blur-sm,.active-bg-blur-sm.active{backdrop-filter:blur(3px);-webkit-backdrop-filter: blur(3px)}
	.bg-blur-md,.hover-bg-blur-md:hover,.group:hover .group-hover-bg-blur-md,.active-bg-blur-md.active{backdrop-filter:blur(5px);-webkit-backdrop-filter: blur(5px)}
	.bg-blur,.hover-bg-blur:hover,.group:hover .group-hover-bg-blur,.active-bg-blur.active{backdrop-filter:blur(9px);-webkit-backdrop-filter: blur(9px)}
	.bg-blur-lg,.hover-bg-blur-lg:hover,.group:hover .group-hover-bg-blur-lg,.active-bg-blur-lg.active{backdrop-filter:blur(9px);-webkit-backdrop-filter: blur(9px)}
	.bg-blur-xl,.hover-bg-blur-xl:hover,.group:hover .group-hover-bg-blur-xl,.active-bg-blur-xl.active{backdrop-filter:blur(12px);-webkit-backdrop-filter: blur(12px)}
	.bg-blur-2xl,.hover-bg-blur-2xl:hover,.group:hover .group-hover-bg-blur-2xl,.active-bg-blur-2xl.active{backdrop-filter:blur(15px);-webkit-backdrop-filter: blur(15px)}
	.bg-blur-3xl,.hover-bg-blur-3xl:hover,.group:hover .group-hover-bg-blur-3xl,.active-bg-blur-3xl.active{backdrop-filter:blur(20px);-webkit-backdrop-filter: blur(20px)}
	.bg-blur-4xl,.hover-bg-blur-4xl:hover,.group:hover .group-hover-bg-blur-4xl,.active-bg-blur-4xl.active{backdrop-filter:blur(30px);-webkit-backdrop-filter: blur(30px)}
	.bg-blur-5xl,.hover-bg-blur-5xl:hover,.group:hover .group-hover-bg-blur-5xl,.active-bg-blur-5xl.active{backdrop-filter:blur(50px);-webkit-backdrop-filter: blur(50px)}
	/* Brightness */
	.brightness-0,.hover-brightness-0:hover,.group:hover .group-hover-brightness-0,.active-brightness-0.active{filter:brightness(0)}
	.brightness-25,.hover-brightness-25:hover,.group:hover .group-hover-brightness-25,.active-brightness-25.active{filter:brightness(.25)}
	.brightness-50,.hover-brightness-50:hover,.group:hover .group-hover-brightness-50,.active-brightness-50.active{filter:brightness(.5)}
	.brightness-75,.hover-brightness-75:hover,.group:hover .group-hover-brightness-75,.active-brightness-75.active{filter:brightness(.75)}
	.brightness-90,.hover-brightness-90:hover,.group:hover .group-hover-brightness-90,.active-brightness-90.active{filter:brightness(.90)}
	.brightness-100,.hover-brightness-100:hover,.group:hover .group-hover-brightness-100,.active-brightness-100.active{filter:brightness(1)}
	.brightness-110,.hover-brightness-110:hover,.group:hover .group-hover-brightness-110,.active-brightness-110.active{filter:brightness(1.1)}
	.brightness-125,.hover-brightness-125:hover,.group:hover .group-hover-brightness-125,.active-brightness-125.active{filter:brightness(1.25)}
	.brightness-150,.hover-brightness-150:hover,.group:hover .group-hover-brightness-150,.active-brightness-150.active{filter:brightness(1.5)}
	.brightness-175,.hover-brightness-175:hover,.group:hover .group-hover-brightness-175,.active-brightness-175.active{filter:brightness(1.75)}
	.brightness-200,.hover-brightness-200:hover,.group:hover .group-hover-brightness-200,.active-brightness-200.active{filter:brightness(2)}
	/* Backdrop Brightness */
	.bg-brightness-0,.hover-bg-brightness-0:hover,.group:hover .group-hover-bg-brightness-0,.active-bg-brightness-0.active{backdrop-filter:brightness(0);-webkit-backdrop-filter:brightness(0)}
	.bg-brightness-25,.hover-bg-brightness-25:hover,.group:hover .group-hover-bg-brightness-25,.active-bg-brightness-25.active{backdrop-filter:brightness(.25);-webkit-backdrop-filter:brightness(.25)}
	.bg-brightness-50,.hover-bg-brightness-50:hover,.group:hover .group-hover-bg-brightness-50,.active-bg-brightness-50.active{backdrop-filter:brightness(.5);-webkit-backdrop-filter:brightness(.5)}
	.bg-brightness-75,.hover-bg-brightness-75:hover,.group:hover .group-hover-bg-brightness-75,.active-bg-brightness-75.active{backdrop-filter:brightness(.75);-webkit-backdrop-filter:brightness(.75)}
	.bg-brightness-90,.hover-bg-brightness-90:hover,.group:hover .group-hover-bg-brightness-90,.active-bg-brightness-90.active{backdrop-filter:brightness(.90);-webkit-backdrop-filter:brightness(.90)}
	.bg-brightness-100,.hover-bg-brightness-100:hover,.group:hover .group-hover-bg-brightness-100,.active-bg-brightness-100.active{backdrop-filter:brightness(1);-webkit-backdrop-filter:brightness(1)}
	.bg-brightness-110,.hover-bg-brightness-110:hover,.group:hover .group-hover-bg-brightness-110,.active-bg-brightness-110.active{backdrop-filter:brightness(1.1);-webkit-backdrop-filter:brightness(1.1)}
	.bg-brightness-125,.hover-bg-brightness-125:hover,.group:hover .group-hover-bg-brightness-125,.active-bg-brightness-125.active{backdrop-filter:brightness(1.25);-webkit-backdrop-filter:brightness(1.25)}
	.bg-brightness-150,.hover-bg-brightness-150:hover,.group:hover .group-hover-bg-brightness-150,.active-bg-brightness-150.active{backdrop-filter:brightness(1.5);-webkit-backdrop-filter:brightness(1.5)}
	.bg-brightness-175,.hover-bg-brightness-175:hover,.group:hover .group-hover-bg-brightness-175,.active-bg-brightness-175.active{backdrop-filter:brightness(1.75);-webkit-backdrop-filter:brightness(1.75)}
	.bg-brightness-200,.hover-bg-brightness-200:hover,.group:hover .group-hover-bg-brightness-200,.active-bg-brightness-200.active{backdrop-filter:brightness(2);-webkit-backdrop-filter:brightness(2)}
	/* Contrast */
	.contrast-0,.hover-contrast-0:hover,.group:hover .group-hover-contrast-0,.active-contrast-0.active{filter:contrast(0)}
	.contrast-25,.hover-contrast-25:hover,.group:hover .group-hover-contrast-25,.active-contrast-25.active{filter:contrast(.25)}
	.contrast-50,.hover-contrast-50:hover,.group:hover .group-hover-contrast-50,.active-contrast-50.active{filter:contrast(.5)}
	.contrast-75,.hover-contrast-75:hover,.group:hover .group-hover-contrast-75,.active-contrast-75.active{filter:contrast(.75)}
	.contrast-90,.hover-contrast-90:hover,.group:hover .group-hover-contrast-90,.active-contrast-90.active{filter:contrast(.90)}
	.contrast-100,.hover-contrast-100:hover,.group:hover .group-hover-contrast-100,.active-contrast-100.active{filter:contrast(1)}
	.contrast-110,.hover-contrast-110:hover,.group:hover .group-hover-contrast-110,.active-contrast-110.active{filter:contrast(1.1)}
	.contrast-125,.hover-contrast-125:hover,.group:hover .group-hover-contrast-125,.active-contrast-125.active{filter:contrast(1.25)}
	.contrast-150,.hover-contrast-150:hover,.group:hover .group-hover-contrast-150,.active-contrast-150.active{filter:contrast(1.5)}
	.contrast-175,.hover-contrast-175:hover,.group:hover .group-hover-contrast-175,.active-contrast-175.active{filter:contrast(1.75)}
	.contrast-200,.hover-contrast-200:hover,.group:hover .group-hover-contrast-200,.active-contrast-200.active{filter:contrast(2)}
	/* Backdrop Contrast */
	.bg-contrast-0,.hover-bg-contrast-0:hover,.group:hover .group-hover-bg-contrast-0,.active-bg-contrast-0.active{backdrop-filter:contrast(0);-webkit-backdrop-filter:contrast(0)}
	.bg-contrast-25,.hover-bg-contrast-25:hover,.group:hover .group-hover-bg-contrast-25,.active-bg-contrast-25.active{backdrop-filter:contrast(.25);-webkit-backdrop-filter:contrast(.25)}
	.bg-contrast-50,.hover-bg-contrast-50:hover,.group:hover .group-hover-bg-contrast-50,.active-bg-contrast-50.active{backdrop-filter:contrast(.5);-webkit-backdrop-filter:contrast(.5)}
	.bg-contrast-75,.hover-bg-contrast-75:hover,.group:hover .group-hover-bg-contrast-75,.active-bg-contrast-75.active{backdrop-filter:contrast(.75);-webkit-backdrop-filter:contrast(.75)}
	.bg-contrast-90,.hover-bg-contrast-90:hover,.group:hover .group-hover-bg-contrast-90,.active-bg-contrast-90.active{backdrop-filter:contrast(.90);-webkit-backdrop-filter:contrast(.90)}
	.bg-contrast-100,.hover-bg-contrast-100:hover,.group:hover .group-hover-bg-contrast-100,.active-bg-contrast-100.active{backdrop-filter:contrast(1);-webkit-backdrop-filter:contrast(1)}
	.bg-contrast-110,.hover-bg-contrast-110:hover,.group:hover .group-hover-bg-contrast-110,.active-bg-contrast-110.active{backdrop-filter:contrast(1.1);-webkit-backdrop-filter:contrast(1.1)}
	.bg-contrast-125,.hover-bg-contrast-125:hover,.group:hover .group-hover-bg-contrast-125,.active-bg-contrast-125.active{backdrop-filter:contrast(1.25);-webkit-backdrop-filter:contrast(1.25)}
	.bg-contrast-150,.hover-bg-contrast-150:hover,.group:hover .group-hover-bg-contrast-150,.active-bg-contrast-150.active{backdrop-filter:contrast(1.5);-webkit-backdrop-filter:contrast(1.5)}
	.bg-contrast-175,.hover-bg-contrast-175:hover,.group:hover .group-hover-bg-contrast-175,.active-bg-contrast-175.active{backdrop-filter:contrast(1.75);-webkit-backdrop-filter:contrast(1.75)}
	.bg-contrast-200,.hover-bg-contrast-200:hover,.group:hover .group-hover-bg-contrast-200,.active-bg-contrast-200.active{backdrop-filter:contrast(2);-webkit-backdrop-filter:contrast(2)}
	/* Saturate */
	.saturate-0,.hover-saturate-0:hover,.group:hover .group-hover-saturate-0,.active-saturate-0.active{filter:saturate(0)}
	.saturate-50,.hover-saturate-50:hover,.group:hover .group-hover-saturate-50,.active-saturate-50.active{filter:saturate(.5)}
	.saturate-100,.hover-saturate-100:hover,.group:hover .group-hover-saturate-100,.active-saturate-100.active{filter:saturate(1)}
	.saturate-150,.hover-saturate-150:hover,.group:hover .group-hover-saturate-150,.active-saturate-150.active{filter:saturate(1.5)}
	.saturate-200,.hover-saturate-200:hover,.group:hover .group-hover-saturate-200,.active-saturate-200.active{filter:saturate(2)}
	/* Backdrop Saturate */
	.bg-saturate-0,.hover-bg-saturate-0:hover,.group:hover .group-hover-bg-saturate-0,.active-bg-saturate-0.active{backdrop-filter:saturate(0);-webkit-backdrop-filter:saturate(0)}
	.bg-saturate-50,.hover-bg-saturate-50:hover,.group:hover .group-hover-bg-saturate-50,.active-bg-saturate-50.active{backdrop-filter:saturate(.5);-webkit-backdrop-filter:saturate(.5)}
	.bg-saturate-100,.hover-bg-saturate-100:hover,.group:hover .group-hover-bg-saturate-100,.active-bg-saturate-100.active{backdrop-filter:saturate(1);-webkit-backdrop-filter:saturate(1)}
	.bg-saturate-150,.hover-bg-saturate-150:hover,.group:hover .group-hover-bg-saturate-150,.active-bg-saturate-150.active{backdrop-filter:saturate(1.5);-webkit-backdrop-filter:saturate(1.5)}
	.bg-saturate-200,.hover-bg-saturate-200:hover,.group:hover .group-hover-bg-saturate-200,.active-bg-saturate-200.active{backdrop-filter:saturate(2);-webkit-backdrop-filter:saturate(2)}
	/* Grayscale */
	.grayscale-0,.hover-grayscale-0:hover,.group:hover .group-hover-grayscale-0,.active-grayscale-0.active{filter:grayscale(0)}
	.grayscale,.hover-grayscale:hover,.group:hover .group-hover-grayscale,.active-grayscale.active{filter:grayscale(100%)}
	/* Backdrop Grayscale */
	.bg-grayscale-0,.hover-bg-grayscale-0:hover,.group:hover .group-hover-bg-grayscale-0,.active-bg-grayscale-0.active{backdrop-filter:grayscale(0);-webkit-backdrop-filter:grayscale(0)}
	.bg-grayscale,.hover-bg-grayscale:hover,.group:hover .group-hover-bg-grayscale,.active-bg-grayscale.active{backdrop-filter:grayscale(100%);-webkit-backdrop-filter:grayscale(100%)}
	/* Hue Rotate */
	.hue-rotate-0,.hover-hue-rotate-0:hover,.group:hover .group-hover-hue-rotate-0,.active-hue-rotate-0.active{filter:hue-rotate(0deg)}
	.hue-rotate-45,.hover-hue-rotate-45:hover,.group:hover .group-hover-hue-rotate-45,.active-hue-rotate-45.active{filter:hue-rotate(45deg)}
	.hue-rotate-90,.hover-hue-rotate-90:hover,.group:hover .group-hover-hue-rotate-90,.active-hue-rotate-90.active{filter:hue-rotate(90deg)}
	.hue-rotate-180,.hover-hue-rotate-180:hover,.group:hover .group-hover-hue-rotate-180,.active-hue-rotate-180.active{filter:hue-rotate(180deg)}
	.-hue-rotate-45,.-hover-hue-rotate-45:hover,.group:hover .-group-hover-hue-rotate-45,.-active-hue-rotate-45.active{filter:hue-rotate(-45deg)}
	.-hue-rotate-90,.-hover-hue-rotate-90:hover,.group:hover .-group-hover-hue-rotate-90,.-active-hue-rotate-90.active{filter:hue-rotate(-90deg)}
	/* Sepia */
	.sepia-0,.hover-sepia-0:hover,.group:hover .group-hover-sepia-0,.active-sepia-0.active{filter:sepia(0%)}
	.sepia,.hover-sepia:hover,.group:hover .group-hover-sepia,.active-sepia.active{filter:sepia(100%)}
	/* Backdrop Sepia */
	.bg-sepia-0,.hover-bg-sepia-0:hover,.group:hover .group-hover-bg-sepia-0,.active-bg-sepia-0.active{backdrop-filter:sepia(0%);-webkit-backdrop-filter:sepia(0%)}
	.bg-sepia,.hover-bg-sepia:hover,.group:hover .group-hover-bg-sepia,.active-bg-sepia.active{backdrop-filter:sepia(100%);-webkit-backdrop-filter:sepia(100%)}
	/* Invert */
	.invert-0,.hover-invert-0:hover,.group:hover .group-hover-invert-0,.active-invert-0.active{filter:invert(0%)}
	.invert,.hover-invert:hover,.group:hover .group-hover-invert,.active-invert.active{filter:invert(100%)}
	/* Backdrop Invert */
	.bg-invert-0,.hover-bg-invert-0:hover,.group:hover .group-hover-bg-invert-0,.active-bg-invert-0.active{backdrop-filter:invert(0%);-webkit-backdrop-filter:invert(0%)}
	.bg-invert,.hover-bg-invert:hover,.group:hover .group-hover-bg-invert,.active-bg-invert.active{backdrop-filter:invert(100%);-webkit-backdrop-filter:invert(100%)}
/* Social Colors */
	/* Backgrounds and hovers */
	.bg-facebook,.bg-semi-facebook:before,.hover-bg-semi-facebook:hover:before,.group:hover .group-hover-bg-semi-facebook:before, .active.active-bg-semi-facebook:before,.hover-bg-facebook:hover,.group:hover .group-hover-bg-facebook,.active-bg-facebook.active{background-color:var(--facebook)}
	.bg-twitter,.bg-semi-twitter:before,.hover-bg-semi-twitter:hover:before,.group:hover .group-hover-bg-semi-twitter:before, .active.active-bg-semi-twitter:before,.hover-bg-twitter:hover,.group:hover .group-hover-bg-twitter,.active-bg-twitter.active{background-color:var(--twitter)}
	.bg-youtube,.bg-semi-youtube:before,.hover-bg-semi-youtube:hover:before,.group:hover .group-hover-bg-semi-youtube:before, .active.active-bg-semi-youtube:before,.hover-bg-youtube:hover,.group:hover .group-hover-bg-youtube,.active-bg-youtube.active{background-color:var(--youtube)}
	.bg-vimeo,.bg-semi-vimeo:before,.hover-bg-semi-vimeo:hover:before,.group:hover .group-hover-bg-semi-vimeo:before, .active.active-bg-semi-vimeo:before,.hover-bg-vimeo:hover,.group:hover .group-hover-bg-vimeo,.active-bg-vimeo.active{background-color:var(--vimeo)}
	.bg-pinterest,.bg-semi-pinterest:before,.hover-bg-semi-pinterest:hover:before,.group:hover .group-hover-bg-semi-pinterest:before, .active.active-bg-semi-pinterest:before,.hover-bg-pinterest:hover,.group:hover .group-hover-bg-pinterest,.active-bg-pinterest.active{background-color:var(--pinterest)}
	.bg-linkedin,.bg-semi-linkedin:before,.hover-bg-semi-linkedin:hover:before,.group:hover .group-hover-bg-semi-linkedin:before, .active.active-bg-semi-linkedin:before,.hover-bg-linkedin:hover,.group:hover .group-hover-bg-linkedin,.active-bg-linkedin.active{background-color:var(--linkedin)}
	.bg-instagram,.bg-semi-instagram:before,.hover-bg-semi-instagram:hover:before,.group:hover .group-hover-bg-semi-instagram:before, .active.active-bg-semi-instagram:before,.hover-bg-instagram:hover,.group:hover .group-hover-bg-instagram,.active-bg-instagram.active{background-color:var(--instagram)}
	.bg-reddit,.bg-semi-reddit:before,.hover-bg-semi-reddit:hover:before,.group:hover .group-hover-bg-semi-reddit:before, .active.active-bg-semi-reddit:before,.hover-bg-reddit:hover,.group:hover .group-hover-bg-reddit,.active-bg-reddit.active{background-color:var(--reddit)}
	.bg-whatsapp,.bg-semi-whatsapp:before,.hover-bg-semi-whatsapp:hover:before,.group:hover .group-hover-bg-semi-whatsapp:before, .active.active-bg-semi-whatsapp:before,.hover-bg-whatsapp:hover,.group:hover .group-hover-bg-whatsapp,.active-bg-whatsapp.active{background-color:var(--whatsapp)}
	.bg-skype,.bg-semi-skype:before,.hover-bg-semi-skype:hover:before,.group:hover .group-hover-bg-semi-skype:before, .active.active-bg-semi-skype:before,.hover-bg-skype:hover,.group:hover .group-hover-bg-skype,.active-bg-skype.active{background-color:var(--skype)}
	.bg-dribbble,.bg-semi-dribbble:before,.hover-bg-semi-dribbble:hover:before,.group:hover .group-hover-bg-semi-dribbble:before, .active.active-bg-semi-dribbble:before,.hover-bg-dribbble:hover,.group:hover .group-hover-bg-dribbble,.active-bg-dribbble.active{background-color:var(--dribbble)}
	.bg-twitch,.bg-semi-twitch:before,.hover-bg-semi-twitch:hover:before,.group:hover .group-hover-bg-semi-twitch:before, .active.active-bg-semi-twitch:before,.hover-bg-twitch:hover,.group:hover .group-hover-bg-twitch,.active-bg-twitch.active{background-color:var(--twitch)}
	.bg-behance,.bg-semi-behance:before,.hover-bg-semi-behance:hover:before,.group:hover .group-hover-bg-semi-behance:before, .active.active-bg-semi-behance:before,.hover-bg-behance:hover,.group:hover .group-hover-bg-behance,.active-bg-behance.active{background-color:var(--behance)}
	/* Border colors and hovers */
	.border-facebook,.hover-border-facebook:hover,.group:hover .group-hover-border-facebook,.active-border-facebook.active{border-color:var(--facebook)}
	.border-twitter,.hover-border-twitter:hover,.group:hover .group-hover-border-twitter,.active-border-twitter.active{border-color:var(--twitter)}
	.border-youtube,.hover-border-youtube:hover,.group:hover .group-hover-border-youtube,.active-border-youtube.active{border-color:var(--youtube)}
	.border-vimeo,.hover-border-vimeo:hover,.group:hover .group-hover-border-vimeo,.active-border-vimeo.active{border-color:var(--vimeo)}
	.border-pinterest,.hover-border-pinterest:hover,.group:hover .group-hover-border-pinterest,.active-border-pinterest.active{border-color:var(--pinterest)}
	.border-linkedin,.hover-border-linkedin:hover,.group:hover .group-hover-border-linkedin,.active-border-linkedin.active{border-color:var(--linkedin)}
	.border-instagram,.hover-border-instagram:hover,.group:hover .group-hover-border-instagram,.active-border-instagram.active{border-color:var(--instagram)}
	.border-reddit,.hover-border-reddit:hover,.group:hover .group-hover-border-reddit,.active-border-reddit.active{border-color:var(--reddit)}
	.border-whatsapp,.hover-border-whatsapp:hover,.group:hover .group-hover-border-whatsapp,.active-border-whatsapp.active{border-color:var(--whatsapp)}
	.border-skype,.hover-border-skype:hover,.group:hover .group-hover-border-skype,.active-border-skype.active{border-color:var(--skype)}
	.border-dribbble,.hover-border-dribbble:hover,.group:hover .group-hover-border-dribbble,.active-border-dribbble.active{border-color:var(--dribbble)}
	.border-twitch,.hover-border-twitch:hover,.group:hover .group-hover-border-twitch,.active-border-twitch.active{border-color:var(--twitch)}
	.border-behance,.hover-border-behance:hover,.group:hover .group-hover-border-behance,.active-border-behance.active{border-color:var(--behance)}
	/* Text colors and hovers */
	.text-facebook,.hover-text-facebook:hover,.group:hover .group-hover-text-facebook,.active-text-facebook.active{color:var(--facebook)}
	.text-twitter,.hover-text-twitter:hover,.group:hover .group-hover-text-twitter,.active-text-twitter.active{color:var(--twitter)}
	.text-youtube,.hover-text-youtube:hover,.group:hover .group-hover-text-youtube,.active-text-youtube.active{color:var(--youtube)}
	.text-vimeo,.hover-text-vimeo:hover,.group:hover .group-hover-text-vimeo,.active-text-vimeo.active{color:var(--vimeo)}
	.text-pinterest,.hover-text-pinterest:hover,.group:hover .group-hover-text-pinterest,.active-text-pinterest.active{color:var(--pinterest)}
	.text-linkedin,.hover-text-linkedin:hover,.group:hover .group-hover-text-linkedin,.active-text-linkedin.active{color:var(--linkedin)}
	.text-instagram,.hover-text-instagram:hover,.group:hover .group-hover-text-instagram,.active-text-instagram.active{color:var(--instagram)}
	.text-reddit,.hover-text-reddit:hover,.group:hover .group-hover-text-reddit,.active-text-reddit.active{color:var(--reddit)}
	.text-whatsapp,.hover-text-whatsapp:hover,.group:hover .group-hover-text-whatsapp,.active-text-whatsapp.active{color:var(--whatsapp)}
	.text-skype,.hover-text-skype:hover,.group:hover .group-hover-text-skype,.active-text-skype.active{color:var(--skype)}
	.text-dribbble,.hover-text-dribbble:hover,.group:hover .group-hover-text-dribbble,.active-text-dribbble.active{color:var(--dribbble)}
	.text-twitch,.hover-text-twitch:hover,.group:hover .group-hover-text-twitch,.active-text-twitch.active{color:var(--twitch)}
	.text-behance,.hover-text-behance:hover,.group:hover .group-hover-text-behance,.active-text-behance.active{color:var(--behance)}
	/* Margin */
	.mt-auto,.my-auto,.m-auto{margin-top:auto}.mt-0,.my-0,.m-0{margin-top:0}.mt-px,.my-px,.m-px{margin-top:1px}.mt-1,.my-1,.m-1{margin-top:var(--spacing1)}.mt-2,.my-2,.m-2{margin-top:var(--spacing2)}.mt-3,.my-3,.m-3{margin-top:var(--spacing3)}.mt-4,.my-4,.m-4{margin-top:var(--spacing4)}.mt-5,.my-5,.m-5{margin-top:var(--spacing5)}.mt-6,.my-6,.m-6{margin-top:var(--spacing6)}.mt-7,.my-7,.m-7{margin-top:var(--spacing7)}.mt-8,.my-8,.m-8{margin-top:var(--spacing8)}.mt-9,.my-9,.m-9{margin-top:var(--spacing9)}.mt-10,.my-10,.m-10{margin-top:var(--spacing10)}.mt-11,.my-11,.m-11{margin-top:var(--spacing11)}.mt-12,.my-12,.m-12{margin-top:var(--spacing12)}.mt-13,.my-13,.m-13{margin-top:var(--spacing13)}.mt-14,.my-14,.m-14{margin-top:var(--spacing14)}.mt-15,.my-15,.m-15{margin-top:var(--spacing15)}.mt-16,.my-16,.m-16{margin-top:var(--spacing16)}.mt-17,.my-17,.m-17{margin-top:var(--spacing17)}.mt-18,.my-18,.m-18{margin-top:var(--spacing18)}.mt-19,.my-19,.m-19{margin-top:var(--spacing19)}.mt-20,.my-20,.m-20{margin-top:var(--spacing20)}.mt-21,.my-21,.m-21{margin-top:var(--spacing21)}.mt-22,.my-22,.m-22{margin-top:var(--spacing22)}.mt-23,.my-23,.m-23{margin-top:var(--spacing23)}.mt-24,.my-24,.m-24{margin-top:var(--spacing24)}.mt-25,.my-25,.m-25{margin-top:var(--spacing25)}
	.mr-auto,.mx-auto,.m-auto{margin-right:auto}.mr-0,.mx-0,.m-0{margin-right:0}.mr-px,.mx-px,.m-px{margin-right:1px}.mr-1,.mx-1,.m-1{margin-right:var(--spacing1)}.mr-2,.mx-2,.m-2{margin-right:var(--spacing2)}.mr-3,.mx-3,.m-3{margin-right:var(--spacing3)}.mr-4,.mx-4,.m-4{margin-right:var(--spacing4)}.mr-5,.mx-5,.m-5{margin-right:var(--spacing5)}.mr-6,.mx-6,.m-6{margin-right:var(--spacing6)}.mr-7,.mx-7,.m-7{margin-right:var(--spacing7)}.mr-8,.mx-8,.m-8{margin-right:var(--spacing8)}.mr-9,.mx-9,.m-9{margin-right:var(--spacing9)}.mr-10,.mx-10,.m-10{margin-right:var(--spacing10)}.mr-11,.mx-11,.m-11{margin-right:var(--spacing11)}.mr-12,.mx-12,.m-12{margin-right:var(--spacing12)}.mr-13,.mx-13,.m-13{margin-right:var(--spacing13)}.mr-14,.mx-14,.m-14{margin-right:var(--spacing14)}.mr-15,.mx-15,.m-15{margin-right:var(--spacing15)}.mr-16,.mx-16,.m-16{margin-right:var(--spacing16)}.mr-17,.mx-17,.m-17{margin-right:var(--spacing17)}.mr-18,.mx-18,.m-18{margin-right:var(--spacing18)}.mr-19,.mx-19,.m-19{margin-right:var(--spacing19)}.mr-20,.mx-20,.m-20{margin-right:var(--spacing20)}.mr-21,.mx-21,.m-21{margin-right:var(--spacing21)}.mr-22,.mx-22,.m-22{margin-right:var(--spacing22)}.mr-23,.mx-23,.m-23{margin-right:var(--spacing23)}.mr-24,.mx-24,.m-24{margin-right:var(--spacing24)}.mr-25,.mx-25,.m-25{margin-right:var(--spacing25)}
	.mb-auto,.my-auto,.m-auto{margin-bottom:auto}.mb-0,.my-0,.m-0{margin-bottom:0}.mb-px,.my-px,.m-px{margin-bottom:1px}.mb-1,.my-1,.m-1{margin-bottom:var(--spacing1)}.mb-2,.my-2,.m-2{margin-bottom:var(--spacing2)}.mb-3,.my-3,.m-3{margin-bottom:var(--spacing3)}.mb-4,.my-4,.m-4{margin-bottom:var(--spacing4)}.mb-5,.my-5,.m-5{margin-bottom:var(--spacing5)}.mb-6,.my-6,.m-6{margin-bottom:var(--spacing6)}.mb-7,.my-7,.m-7{margin-bottom:var(--spacing7)}.mb-8,.my-8,.m-8{margin-bottom:var(--spacing8)}.mb-9,.my-9,.m-9{margin-bottom:var(--spacing9)}.mb-10,.my-10,.m-10{margin-bottom:var(--spacing10)}.mb-11,.my-11,.m-11{margin-bottom:var(--spacing11)}.mb-12,.my-12,.m-12{margin-bottom:var(--spacing12)}.mb-13,.my-13,.m-13{margin-bottom:var(--spacing13)}.mb-14,.my-14,.m-14{margin-bottom:var(--spacing14)}.mb-15,.my-15,.m-15{margin-bottom:var(--spacing15)}.mb-16,.my-16,.m-16{margin-bottom:var(--spacing16)}.mb-17,.my-17,.m-17{margin-bottom:var(--spacing17)}.mb-18,.my-18,.m-18{margin-bottom:var(--spacing18)}.mb-19,.my-19,.m-19{margin-bottom:var(--spacing19)}.mb-20,.my-20,.m-20{margin-bottom:var(--spacing20)}.mb-21,.my-21,.m-21{margin-bottom:var(--spacing21)}.mb-22,.my-22,.m-22{margin-bottom:var(--spacing22)}.mb-23,.my-23,.m-23{margin-bottom:var(--spacing23)}.mb-24,.my-24,.m-24{margin-bottom:var(--spacing24)}.mb-25,.my-25,.m-25{margin-bottom:var(--spacing25)}
	.ml-auto,.mx-auto,.m-auto{margin-left:auto}.ml-0,.mx-0,.m-0{margin-left:0}.ml-px,.mx-px,.m-px{margin-left:1px}.ml-1,.mx-1,.m-1{margin-left:var(--spacing1)}.ml-2,.mx-2,.m-2{margin-left:var(--spacing2)}.ml-3,.mx-3,.m-3{margin-left:var(--spacing3)}.ml-4,.mx-4,.m-4{margin-left:var(--spacing4)}.ml-5,.mx-5,.m-5{margin-left:var(--spacing5)}.ml-6,.mx-6,.m-6{margin-left:var(--spacing6)}.ml-7,.mx-7,.m-7{margin-left:var(--spacing7)}.ml-8,.mx-8,.m-8{margin-left:var(--spacing8)}.ml-9,.mx-9,.m-9{margin-left:var(--spacing9)}.ml-10,.mx-10,.m-10{margin-left:var(--spacing10)}.ml-11,.mx-11,.m-11{margin-left:var(--spacing11)}.ml-12,.mx-12,.m-12{margin-left:var(--spacing12)}.ml-13,.mx-13,.m-13{margin-left:var(--spacing13)}.ml-14,.mx-14,.m-14{margin-left:var(--spacing14)}.ml-15,.mx-15,.m-15{margin-left:var(--spacing15)}.ml-16,.mx-16,.m-16{margin-left:var(--spacing16)}.ml-17,.mx-17,.m-17{margin-left:var(--spacing17)}.ml-18,.mx-18,.m-18{margin-left:var(--spacing18)}.ml-19,.mx-19,.m-19{margin-left:var(--spacing19)}.ml-20,.mx-20,.m-20{margin-left:var(--spacing20)}.ml-21,.mx-21,.m-21{margin-left:var(--spacing21)}.ml-22,.mx-22,.m-22{margin-left:var(--spacing22)}.ml-23,.mx-23,.m-23{margin-left:var(--spacing23)}.ml-24,.mx-24,.m-24{margin-left:var(--spacing24)}.ml-25,.mx-25,.m-25{margin-left:var(--spacing25)}
	/* Simple negatives */
	.-mt-px,.-my-px,.-m-px{margin-top:-1px}.-mt-1,.-my-1,.-m-1{margin-top:-0.25rem}.-mt-2,.-my-2,.-m-2{margin-top:-0.5rem}.-mt-3,.-my-3,.-m-3{margin-top:-1rem}.-mt-4,.-my-4,.-m-4{margin-top:-1.5rem}.-mt-5,.-my-5,.-m-5{margin-top:-3rem}
	.-mr-px,.-mx-px,.-m-px{margin-right:-1px}.-mr-1,.-mx-1,.-m-1{margin-right:-0.25rem}.-mr-2,.-mx-2,.-m-2{margin-right:-0.5rem}.-mr-3,.-mx-3,.-m-3{margin-right:-1rem}.-mr-4,.-mx-4,.-m-4{margin-right:-1.5rem}.-mr-5,.-mx-5,.-m-5{margin-right:-3rem}
	.-mb-px,.-my-px,.-m-px{margin-bottom:-1px}.-mb-1,.-my-1,.-m-1{margin-bottom:-0.25rem}.-mb-2,.-my-2,.-m-2{margin-bottom:-0.5rem}.-mb-3,.-my-3,.-m-3{margin-bottom:-1rem}.-mb-4,.-my-4,.-m-4{margin-bottom:-1.5rem}.-mb-5,.-my-5,.-m-5{margin-bottom:-3rem}
	.-ml-px,.-mx-px,.-m-px{margin-left:-1px}.-ml-1,.-mx-1,.-m-1{margin-left:-0.25rem}.-ml-2,.-mx-2,.-m-2{margin-left:-0.5rem}.-ml-3,.-mx-3,.-m-3{margin-left:-1rem}.-ml-4,.-mx-4,.-m-4{margin-left:-1.5rem}.-ml-5,.-mx-5,.-m-5{margin-left:-3rem}
	/* Padding */
	.pt-0,.py-0,.p-0{padding-top:0}.pt-px,.py-px,.p-px{padding-top:1px}.pt-1,.py-1,.p-1{padding-top:var(--spacing1)}.pt-2,.py-2,.p-2{padding-top:var(--spacing2)}.pt-3,.py-3,.p-3{padding-top:var(--spacing3)}.pt-4,.py-4,.p-4{padding-top:var(--spacing4)}.pt-5,.py-5,.p-5{padding-top:var(--spacing5)}.pt-6,.py-6,.p-6{padding-top:var(--spacing6)}.pt-7,.py-7,.p-7{padding-top:var(--spacing7)}.pt-8,.py-8,.p-8{padding-top:var(--spacing8)}.pt-9,.py-9,.p-9{padding-top:var(--spacing9)}.pt-10,.py-10,.p-10{padding-top:var(--spacing10)}.pt-11,.py-11,.p-11{padding-top:var(--spacing11)}.pt-12,.py-12,.p-12{padding-top:var(--spacing12)}.pt-13,.py-13,.p-13{padding-top:var(--spacing13)}.pt-14,.py-14,.p-14{padding-top:var(--spacing14)}.pt-15,.py-15,.p-15{padding-top:var(--spacing15)}.pt-16,.py-16,.p-16{padding-top:var(--spacing16)}.pt-17,.py-17,.p-17{padding-top:var(--spacing17)}.pt-18,.py-18,.p-18{padding-top:var(--spacing18)}.pt-19,.py-19,.p-19{padding-top:var(--spacing19)}.pt-20,.py-20,.p-20{padding-top:var(--spacing20)}.pt-21,.py-21,.p-21{padding-top:var(--spacing21)}.pt-22,.py-22,.p-22{padding-top:var(--spacing22)}.pt-23,.py-23,.p-23{padding-top:var(--spacing23)}.pt-24,.py-24,.p-24{padding-top:var(--spacing24)}.pt-25,.py-25,.p-25{padding-top:var(--spacing25)}
	.pr-0,.px-0,.p-0{padding-right:0}.pr-px,.px-px,.p-px{padding-right:1px}.pr-1,.px-1,.p-1{padding-right:var(--spacing1)}.pr-2,.px-2,.p-2{padding-right:var(--spacing2)}.pr-3,.px-3,.p-3{padding-right:var(--spacing3)}.pr-4,.px-4,.p-4{padding-right:var(--spacing4)}.pr-5,.px-5,.p-5{padding-right:var(--spacing5)}.pr-6,.px-6,.p-6{padding-right:var(--spacing6)}.pr-7,.px-7,.p-7{padding-right:var(--spacing7)}.pr-8,.px-8,.p-8{padding-right:var(--spacing8)}.pr-9,.px-9,.p-9{padding-right:var(--spacing9)}.pr-10,.px-10,.p-10{padding-right:var(--spacing10)}.pr-11,.px-11,.p-11{padding-right:var(--spacing11)}.pr-12,.px-12,.p-12{padding-right:var(--spacing12)}.pr-13,.px-13,.p-13{padding-right:var(--spacing13)}.pr-14,.px-14,.p-14{padding-right:var(--spacing14)}.pr-15,.px-15,.p-15{padding-right:var(--spacing15)}.pr-16,.px-16,.p-16{padding-right:var(--spacing16)}.pr-17,.px-17,.p-17{padding-right:var(--spacing17)}.pr-18,.px-18,.p-18{padding-right:var(--spacing18)}.pr-19,.px-19,.p-19{padding-right:var(--spacing19)}.pr-20,.px-20,.p-20{padding-right:var(--spacing20)}.pr-21,.px-21,.p-21{padding-right:var(--spacing21)}.pr-22,.px-22,.p-22{padding-right:var(--spacing22)}.pr-23,.px-23,.p-23{padding-right:var(--spacing23)}.pr-24,.px-24,.p-24{padding-right:var(--spacing24)}.pr-25,.px-25,.p-25{padding-right:var(--spacing25)}
	.pb-0,.py-0,.p-0{padding-bottom:0}.pb-px,.py-px,.p-px{padding-bottom:1px}.pb-1,.py-1,.p-1{padding-bottom:var(--spacing1)}.pb-2,.py-2,.p-2{padding-bottom:var(--spacing2)}.pb-3,.py-3,.p-3{padding-bottom:var(--spacing3)}.pb-4,.py-4,.p-4{padding-bottom:var(--spacing4)}.pb-5,.py-5,.p-5{padding-bottom:var(--spacing5)}.pb-6,.py-6,.p-6{padding-bottom:var(--spacing6)}.pb-7,.py-7,.p-7{padding-bottom:var(--spacing7)}.pb-8,.py-8,.p-8{padding-bottom:var(--spacing8)}.pb-9,.py-9,.p-9{padding-bottom:var(--spacing9)}.pb-10,.py-10,.p-10{padding-bottom:var(--spacing10)}.pb-11,.py-11,.p-11{padding-bottom:var(--spacing11)}.pb-12,.py-12,.p-12{padding-bottom:var(--spacing12)}.pb-13,.py-13,.p-13{padding-bottom:var(--spacing13)}.pb-14,.py-14,.p-14{padding-bottom:var(--spacing14)}.pb-15,.py-15,.p-15{padding-bottom:var(--spacing15)}.pb-16,.py-16,.p-16{padding-bottom:var(--spacing16)}.pb-17,.py-17,.p-17{padding-bottom:var(--spacing17)}.pb-18,.py-18,.p-18{padding-bottom:var(--spacing18)}.pb-19,.py-19,.p-19{padding-bottom:var(--spacing19)}.pb-20,.py-20,.p-20{padding-bottom:var(--spacing20)}.pb-21,.py-21,.p-21{padding-bottom:var(--spacing21)}.pb-22,.py-22,.p-22{padding-bottom:var(--spacing22)}.pb-23,.py-23,.p-23{padding-bottom:var(--spacing23)}.pb-24,.py-24,.p-24{padding-bottom:var(--spacing24)}.pb-25,.py-25,.p-25{padding-bottom:var(--spacing25)}
	.pl-0,.px-0,.p-0{padding-left:0}.pl-px,.px-px,.p-px{padding-left:1px}.pl-1,.px-1,.p-1{padding-left:var(--spacing1)}.pl-2,.px-2,.p-2{padding-left:var(--spacing2)}.pl-3,.px-3,.p-3{padding-left:var(--spacing3)}.pl-4,.px-4,.p-4{padding-left:var(--spacing4)}.pl-5,.px-5,.p-5{padding-left:var(--spacing5)}.pl-6,.px-6,.p-6{padding-left:var(--spacing6)}.pl-7,.px-7,.p-7{padding-left:var(--spacing7)}.pl-8,.px-8,.p-8{padding-left:var(--spacing8)}.pl-9,.px-9,.p-9{padding-left:var(--spacing9)}.pl-10,.px-10,.p-10{padding-left:var(--spacing10)}.pl-11,.px-11,.p-11{padding-left:var(--spacing11)}.pl-12,.px-12,.p-12{padding-left:var(--spacing12)}.pl-13,.px-13,.p-13{padding-left:var(--spacing13)}.pl-14,.px-14,.p-14{padding-left:var(--spacing14)}.pl-15,.px-15,.p-15{padding-left:var(--spacing15)}.pl-16,.px-16,.p-16{padding-left:var(--spacing16)}.pl-17,.px-17,.p-17{padding-left:var(--spacing17)}.pl-18,.px-18,.p-18{padding-left:var(--spacing18)}.pl-19,.px-19,.p-19{padding-left:var(--spacing19)}.pl-20,.px-20,.p-20{padding-left:var(--spacing20)}.pl-21,.px-21,.p-21{padding-left:var(--spacing21)}.pl-22,.px-22,.p-22{padding-left:var(--spacing22)}.pl-23,.px-23,.p-23{padding-left:var(--spacing23)}.pl-24,.px-24,.p-24{padding-left:var(--spacing24)}.pl-25,.px-25,.p-25{padding-left:var(--spacing25)}
	/* Left, Top, Right, Bottom */
	.top-auto{top:auto}.right-auto{right:auto}.bottom-auto{bottom:auto}.left-auto{left:auto}
	.top-0{top:0}.top-px{top:1px}.top-1{top:var(--spacing1)}.top-2{top:var(--spacing2)}.top-3{top:var(--spacing3)}.top-4{top:var(--spacing4)}.top-5{top:var(--spacing5)}.top-6{top:var(--spacing6)}.top-7{top:var(--spacing7)}.top-8{top:var(--spacing8)}.top-9{top:var(--spacing9)}.top-10{top:var(--spacing10)}.top-11{top:var(--spacing11)}.top-12{top:var(--spacing12)}.top-13{top:var(--spacing13)}.top-14{top:var(--spacing14)}.top-15{top:var(--spacing15)}.top-16{top:var(--spacing16)}.top-17{top:var(--spacing17)}.top-18{top:var(--spacing18)}.top-19{top:var(--spacing19)}.top-20{top:var(--spacing20)}.top-21{top:var(--spacing21)}.top-22{top:var(--spacing22)}.top-23{top:var(--spacing23)}.top-24{top:var(--spacing24)}.top-25{top:var(--spacing25)}
	.right-0{right:0}.right-px{right:1px}.right-1{right:var(--spacing1)}.right-2{right:var(--spacing2)}.right-3{right:var(--spacing3)}.right-4{right:var(--spacing4)}.right-5{right:var(--spacing5)}.right-6{right:var(--spacing6)}.right-7{right:var(--spacing7)}.right-8{right:var(--spacing8)}.right-9{right:var(--spacing9)}.right-10{right:var(--spacing10)}.right-11{right:var(--spacing11)}.right-12{right:var(--spacing12)}.right-13{right:var(--spacing13)}.right-14{right:var(--spacing14)}.right-15{right:var(--spacing15)}.right-16{right:var(--spacing16)}.right-17{right:var(--spacing17)}.right-18{right:var(--spacing18)}.right-19{right:var(--spacing19)}.right-20{right:var(--spacing20)}.right-21{right:var(--spacing21)}.right-22{right:var(--spacing22)}.right-23{right:var(--spacing23)}.right-24{right:var(--spacing24)}.right-25{right:var(--spacing25)}
	.bottom-0{bottom:0}.bottom-px{bottom:1px}.bottom-1{bottom:var(--spacing1)}.bottom-2{bottom:var(--spacing2)}.bottom-3{bottom:var(--spacing3)}.bottom-4{bottom:var(--spacing4)}.bottom-5{bottom:var(--spacing5)}.bottom-6{bottom:var(--spacing6)}.bottom-7{bottom:var(--spacing7)}.bottom-8{bottom:var(--spacing8)}.bottom-9{bottom:var(--spacing9)}.bottom-10{bottom:var(--spacing10)}.bottom-11{bottom:var(--spacing11)}.bottom-12{bottom:var(--spacing12)}.bottom-13{bottom:var(--spacing13)}.bottom-14{bottom:var(--spacing14)}.bottom-15{bottom:var(--spacing15)}.bottom-16{bottom:var(--spacing16)}.bottom-17{bottom:var(--spacing17)}.bottom-18{bottom:var(--spacing18)}.bottom-19{bottom:var(--spacing19)}.bottom-20{bottom:var(--spacing20)}.bottom-21{bottom:var(--spacing21)}.bottom-22{bottom:var(--spacing22)}.bottom-23{bottom:var(--spacing23)}.bottom-24{bottom:var(--spacing24)}.bottom-25{bottom:var(--spacing25)}
	.left-0{left:0}.left-px{left:1px}.left-1{left:var(--spacing1)}.left-2{left:var(--spacing2)}.left-3{left:var(--spacing3)}.left-4{left:var(--spacing4)}.left-5{left:var(--spacing5)}.left-6{left:var(--spacing6)}.left-7{left:var(--spacing7)}.left-8{left:var(--spacing8)}.left-9{left:var(--spacing9)}.left-10{left:var(--spacing10)}.left-11{left:var(--spacing11)}.left-12{left:var(--spacing12)}.left-13{left:var(--spacing13)}.left-14{left:var(--spacing14)}.left-15{left:var(--spacing15)}.left-16{left:var(--spacing16)}.left-17{left:var(--spacing17)}.left-18{left:var(--spacing18)}.left-19{left:var(--spacing19)}.left-20{left:var(--spacing20)}.left-21{left:var(--spacing21)}.left-22{left:var(--spacing22)}.left-23{left:var(--spacing23)}.left-24{left:var(--spacing24)}.left-25{left:var(--spacing25)}
	/* Gaps -- From .gap-0 (0px) to .gap-30 (25rem) */
	.gap-0,.gap-x-0{column-gap:0}.gap-0,.gap-y-0{row-gap:0}.gap-1,.gap-x-1{column-gap:1px}.gap-1,.gap-y-1{row-gap:1px}.gap-2,.gap-x-2{column-gap:0.25rem}.gap-2,.gap-y-2{row-gap:0.25rem}.gap-3,.gap-x-3{column-gap:0.375rem}.gap-3,.gap-y-3{row-gap:0.375rem}.gap-4,.gap-x-4{column-gap:0.5rem}.gap-4,.gap-y-4{row-gap:0.5rem}.gap-5,.gap-x-5{column-gap:0.625rem}.gap-5,.gap-y-5{row-gap:0.625rem}.gap-6,.gap-x-6{column-gap:0.75rem}.gap-6,.gap-y-6{row-gap:0.75rem}.gap-7,.gap-x-7{column-gap:0.875rem}.gap-7,.gap-y-7{row-gap:0.875rem}.gap-8,.gap-x-8{column-gap:1rem}.gap-8,.gap-y-8{row-gap:1rem}.gap-9,.gap-x-9{column-gap:1.25rem}.gap-9,.gap-y-9{row-gap:1.25rem}.gap-10,.gap-x-10{column-gap:1.5rem}.gap-10,.gap-y-10{row-gap:1.5rem}.gap-11,.gap-x-11{column-gap:1.75rem}.gap-11,.gap-y-11{row-gap:1.75rem}.gap-12,.gap-x-12{column-gap:2rem}.gap-12,.gap-y-12{row-gap:2rem}.gap-13,.gap-x-13{column-gap:2.5rem}.gap-13,.gap-y-13{row-gap:2.5rem}.gap-14,.gap-x-14{column-gap:3rem}.gap-14,.gap-y-14{row-gap:3rem}.gap-15,.gap-x-15{column-gap:3.5rem}.gap-15,.gap-y-15{row-gap:3.5rem}.gap-16,.gap-x-16{column-gap:4rem}.gap-16,.gap-y-16{row-gap:4rem}.gap-17,.gap-x-17{column-gap:4.5rem}.gap-17,.gap-y-17{row-gap:4.5rem}.gap-18,.gap-x-18{column-gap:5rem}.gap-18,.gap-y-18{row-gap:5rem}.gap-19,.gap-x-19{column-gap:6rem}.gap-19,.gap-y-19{row-gap:6rem}.gap-20,.gap-x-20{column-gap:7rem}.gap-20,.gap-y-20{row-gap:7rem}.gap-21,.gap-x-21{column-gap:8rem}.gap-21,.gap-y-21{row-gap:8rem}.gap-22,.gap-x-22{column-gap:9rem}.gap-22,.gap-y-22{row-gap:9rem}.gap-23,.gap-x-23{column-gap:10rem}.gap-23,.gap-y-23{row-gap:10rem}.gap-24,.gap-x-24{column-gap:12rem}.gap-24,.gap-y-24{row-gap:12rem}.gap-25,.gap-x-25{column-gap:14rem}.gap-25,.gap-y-25{row-gap:14rem}.gap-26,.gap-x-26{column-gap:16rem}.gap-26,.gap-y-26{row-gap:16rem}.gap-27,.gap-x-27{column-gap:18rem}.gap-27,.gap-y-27{row-gap:18rem}.gap-28,.gap-x-28{column-gap:20rem}.gap-28,.gap-y-28{row-gap:20rem}.gap-29,.gap-x-29{column-gap:25rem}.gap-29,.gap-y-29{row-gap:25rem}.gap-30,.gap-x-30{column-gap:30rem}.gap-30,.gap-y-30{row-gap:30rem}
	/* l,r,b,t; perc */
	.top-perc-5{top:5%}.top-perc-10{top:10%}.top-perc-15{top:15%}.top-perc-20{top:20%}.top-perc-25{top:25%}.top-perc-30{top:30%}.top-perc-35{top:35%}.top-perc-40{top:40%}.top-perc-45{top:45%}.top-perc-50{top:50%}.top-perc-55{top:55%}.top-perc-60{top:60%}.top-perc-65{top:65%}.top-perc-70{top:70%}.top-perc-75{top:75%}.top-perc-80{top:80%}.top-perc-80{top:80%}.top-perc-85{top:85%}.top-perc-90{top:90%}.top-perc-95{top:95%}.top-perc-100{top:100%}
	.right-perc-5{right:5%}.right-perc-10{right:10%}.right-perc-15{right:15%}.right-perc-20{right:20%}.right-perc-25{right:25%}.right-perc-30{right:30%}.right-perc-35{right:35%}.right-perc-40{right:40%}.right-perc-45{right:45%}.right-perc-50{right:50%}.right-perc-55{right:55%}.right-perc-60{right:60%}.right-perc-65{right:65%}.right-perc-70{right:70%}.right-perc-75{right:75%}.right-perc-80{right:80%}.right-perc-80{right:80%}.right-perc-85{right:85%}.right-perc-90{right:90%}.right-perc-95{right:95%}.right-perc-100{right:100%}
	.bottom-perc-5{bottom:5%}.bottom-perc-10{bottom:10%}.bottom-perc-15{bottom:15%}.bottom-perc-20{bottom:20%}.bottom-perc-25{bottom:25%}.bottom-perc-30{bottom:30%}.bottom-perc-35{bottom:35%}.bottom-perc-40{bottom:40%}.bottom-perc-45{bottom:45%}.bottom-perc-50{bottom:50%}.bottom-perc-55{bottom:55%}.bottom-perc-60{bottom:60%}.bottom-perc-65{bottom:65%}.bottom-perc-70{bottom:70%}.bottom-perc-75{bottom:75%}.bottom-perc-80{bottom:80%}.bottom-perc-80{bottom:80%}.bottom-perc-85{bottom:85%}.bottom-perc-90{bottom:90%}.bottom-perc-95{bottom:95%}.bottom-perc-100{bottom:100%}
	.left-perc-5{left:5%}.left-perc-10{left:10%}.left-perc-15{left:15%}.left-perc-20{left:20%}.left-perc-25{left:25%}.left-perc-30{left:30%}.left-perc-35{left:35%}.left-perc-40{left:40%}.left-perc-45{left:45%}.left-perc-50{left:50%}.left-perc-55{left:55%}.left-perc-60{left:60%}.left-perc-65{left:65%}.left-perc-70{left:70%}.left-perc-75{left:75%}.left-perc-80{left:80%}.left-perc-80{left:80%}.left-perc-85{left:85%}.left-perc-90{left:90%}.left-perc-95{left:95%}.left-perc-100{left:100%}
	/* Translate Y */
	.translate-y-0{transform:translateY(0)}.translate-y-1{transform:translateY(var(--spacing1))}.translate-y-2{transform:translateY(var(--spacing2))}.translate-y-3{transform:translateY(var(--spacing3))}.translate-y-4{transform:translateY(var(--spacing4))}.translate-y-5{transform:translateY(var(--spacing5))}.translate-y-6{transform:translateY(var(--spacing6))}.translate-y-7{transform:translateY(var(--spacing7))}.translate-y-8{transform:translateY(var(--spacing8))}.translate-y-9{transform:translateY(var(--spacing9))}.translate-y-10{transform:translateY(var(--spacing10))}.translate-y-11{transform:translateY(var(--spacing11))}.translate-y-12{transform:translateY(var(--spacing12))}.translate-y-13{transform:translateY(var(--spacing13))}.translate-y-14{transform:translateY(var(--spacing14))}.translate-y-15{transform:translateY(var(--spacing15))}.translate-y-16{transform:translateY(var(--spacing16))}.translate-y-17{transform:translateY(var(--spacing17))}.translate-y-18{transform:translateY(var(--spacing18))}.translate-y-19{transform:translateY(var(--spacing19))}.translate-y-20{transform:translateY(var(--spacing20))}.translate-y-21{transform:translateY(var(--spacing21))}.translate-y-22{transform:translateY(var(--spacing22))}.translate-y-23{transform:translateY(var(--spacing23))}.translate-y-24{transform:translateY(var(--spacing24))}.translate-y-25{transform:translateY(var(--spacing25))}
	/* Translate Y Percentages */
	.translate-y-perc-25{transform:translateY(25%)}.translate-y-perc-50{transform:translateY(50%)}.translate-y-perc-75{transform:translateY(75%)}.translate-y-perc-100,.translate-y-perc-full{transform:translateY(100%)}
	/* Translate Y Percentages Negatives */
	.-translate-y-perc-25{transform:translateY(-25%)}.-translate-y-perc-50{transform:translateY(-50%)}.-translate-y-perc-75{transform:translateY(-75%)}.-translate-y-perc-100,.-translate-y-perc-full{transform:translateY(-100%)}
	/* Translate X */
	.translate-x-0{transform:translateX(0)}.translate-x-1{transform:translateX(var(--spacing1))}.translate-x-2{transform:translateX(var(--spacing2))}.translate-x-3{transform:translateX(var(--spacing3))}.translate-x-4{transform:translateX(var(--spacing4))}.translate-x-5{transform:translateX(var(--spacing5))}.translate-x-6{transform:translateX(var(--spacing6))}.translate-x-7{transform:translateX(var(--spacing7))}.translate-x-8{transform:translateX(var(--spacing8))}.translate-x-9{transform:translateX(var(--spacing9))}.translate-x-10{transform:translateX(var(--spacing10))}.translate-x-11{transform:translateX(var(--spacing11))}.translate-x-12{transform:translateX(var(--spacing12))}.translate-x-13{transform:translateX(var(--spacing13))}.translate-x-14{transform:translateX(var(--spacing14))}.translate-x-15{transform:translateX(var(--spacing15))}.translate-x-16{transform:translateX(var(--spacing16))}.translate-x-17{transform:translateX(var(--spacing17))}.translate-x-18{transform:translateX(var(--spacing18))}.translate-x-19{transform:translateX(var(--spacing19))}.translate-x-20{transform:translateX(var(--spacing20))}.translate-x-21{transform:translateX(var(--spacing21))}.translate-x-22{transform:translateX(var(--spacing22))}.translate-x-23{transform:translateX(var(--spacing23))}.translate-x-24{transform:translateX(var(--spacing24))}.translate-x-25{transform:translateX(var(--spacing25))}
	/* Translate X Percentages */
	.translate-x-perc-25{transform:translateX(25%)}.translate-x-perc-50{transform:translateX(50%)}.translate-x-perc-75{transform:translateX(75%)}.translate-x-perc-100,.translate-x-perc-full{transform:translateX(100%)}
	/* Translate X Percentages - Negatives */
	.-translate-x-perc-25{transform:translateX(-25%)}.-translate-x-perc-50{transform:translateX(-50%)}.-translate-x-perc-75{transform:translateX(-75%)}.-translate-x-perc-100,.-translate-x-perc-full{transform:translateX(-100%)}
	/* Font sizes */
	.text-xxs{font-size:var(--text-xxs)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-md{font-size:var(--text-md)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.text-5xl{font-size:var(--text-5xl)}.text-6xl{font-size:var(--text-6xl)}.text-7xl{font-size:var(--text-7xl)}.text-8xl{font-size:var(--text-8xl)}.text-9xl{font-size:var(--text-9xl)}.text-10xl{font-size:var(--text-10xl)}.text-11xl{font-size:var(--text-11xl)}.text-12xl{font-size:var(--text-12xl)}.text-13xl{font-size:var(--text-13xl)}.text-14xl{font-size:var(--text-14xl)}.text-15xl{font-size:var(--text-15xl)}
	/* Letter Spacing */
	.ls-xxs,.hover-ls-xxs:hover,.group:hover .group-hover-ls-xxs,.active-ls-xxs.active{letter-spacing:-0.08rem}.ls-xs,.hover-ls-xs:hover,.group:hover .group-hover-ls-xs,.active-ls-xs.active{letter-spacing:-0.04rem}.ls-sm,.hover-ls-sm:hover,.group:hover .group-hover-ls-sm,.active-ls-sm.active{letter-spacing:-0.02rem}.ls-base,.hover-ls-base:hover,.group:hover .group-hover-ls-base,.active-ls-base.active{letter-spacing:0rem}.ls-md,.hover-ls-md:hover,.group:hover .group-hover-ls-md,.active-ls-md.active{letter-spacing:0.02rem}.ls-lg,.hover-ls-lg:hover,.group:hover .group-hover-ls-lg,.active-ls-lg.active{letter-spacing:0.04rem}.ls-xl,.hover-ls-xl:hover,.group:hover .group-hover-ls-xl,.active-ls-xl.active{letter-spacing:0.075rem}.ls-2xl,.hover-ls-2xl:hover,.group:hover .group-hover-ls-2xl,.active-ls-2xl.active{letter-spacing:0.1rem}.ls-3xl,.hover-ls-3xl:hover,.group:hover .group-hover-ls-3xl,.active-ls-3xl.active{letter-spacing:0.3rem}.ls-4xl,.hover-ls-4xl:hover,.group:hover .group-hover-ls-4xl,.active-ls-4xl.active{letter-spacing:0.6rem}.ls-5xl,.hover-ls-5xl:hover,.group:hover .group-hover-ls-5xl,.active-ls-5xl.active{letter-spacing:1rem}.ls-6xl,.hover-ls-6xl:hover,.group:hover .group-hover-ls-6xl,.active-ls-6xl.active{letter-spacing:1.3rem}.ls-7xl,.hover-ls-7xl:hover,.group:hover .group-hover-ls-7xl,.active-ls-7xl.active{letter-spacing:1.6rem}.ls-8xl,.hover-ls-8xl:hover,.group:hover .group-hover-ls-8xl,.active-ls-8xl.active{letter-spacing:2rem}.ls-9xl,.hover-ls-9xl:hover,.group:hover .group-hover-ls-9xl,.active-ls-9xl.active{letter-spacing:2.5rem}.ls-10xl,.hover-ls-10xl:hover,.group:hover .group-hover-ls-10xl,.active-ls-10xl.active{letter-spacing:3rem}
	/* Line Height */
	.lh-normal{line-height:normal}.lh-inherit{line-height:inherit}.lh-base{line-height:var(--body-line-height)}.lh-perc-80{line-height:80%}.lh-perc-90{line-height:90%}.lh-perc-100{line-height:100%}.lh-perc-110{line-height:110%}.lh-perc-120{line-height:120%}.lh-perc-130{line-height:130%}.lh-perc-140{line-height:140%}.lh-perc-150{line-height:150%}.lh-perc-160{line-height:160%}.lh-perc-170{line-height:170%}.lh-perc-180{line-height:180%}.lh-perc-190{line-height:190%}.lh-perc-200{line-height:200%}
	.lh-xxs{line-height:var(--lh-xxs);}.lh-xs{line-height:var(--lh-xs)}.lh-sm{line-height:var(--lh-sm)}.lh-md{line-height:var(--lh-md)}.lh-lg{line-height:var(--lh-lg)}.lh-xl{line-height:var(--lh-xl)}.lh-2xl{line-height:var(--lh-2xl)}.lh-3xl{line-height:var(--lh-3xl)}.lh-4xl{line-height:var(--lh-4xl)}.lh-5xl{line-height:var(--lh-5xl)}.lh-6xl{line-height:var(--lh-6xl)}.lh-7xl{line-height:var(--lh-7xl)}.lh-8xl{line-height:var(--lh-8xl)}.lh-9xl{line-height:var(--lh-9xl)}.lh-10xl{line-height:var(--lh-10xl)}.lh-11xl{line-height:var(--lh-11xl)}.lh-12xl{line-height:var(--lh-12xl)}.lh-13xl{line-height:var(--lh-13xl)}.lh-14xl{line-height:var(--lh-14xl)}.lh-15xl{line-height:var(--lh-15xl)}
	/* Width */
	.w-perc-0,.w-0{width:0}.w-perc-100,.w-full{width:100%}.w-screen,.w-screen-100.fullscreen{width:100vw}.w-auto{width:auto}.w-fit{width:fit-content}
	.w-1,.w-px{width:1px}.w-2{width:0.125rem}.w-3{width:0.25rem}.w-4{width:0.375rem}.w-5{width:0.5rem}.w-6{width:0.625rem}.w-7{width:0.75rem}.w-8{width:0.875rem}.w-9{width:1rem}.w-10{width:1.25rem}.w-11{width:1.5rem}.w-12{width:1.75rem}.w-13{width:2rem}.w-14{width:2.25rem}.w-15{width:2.5rem}.w-16{width:2.75rem}.w-17{width:3rem}.w-18{width:3.5rem}.w-19{width:4rem}.w-20{width:5rem}.w-21{width:6rem}.w-22{width:7rem}.w-23{width:8rem}.w-24{width:9rem}.w-25{width:10rem}.w-26{width:11rem}.w-27{width:12rem}.w-28{width:13rem}.w-29{width:14rem}.w-30{width:15rem}.w-31{width:16rem}.w-32{width:17rem}.w-33{width:18rem}.w-34{width:19rem}.w-35{width:20rem}.w-36{width:22rem}.w-37{width:24rem}.w-38{width:26rem}.w-39{width:28rem}.w-40{width:30rem}.w-41{width:32rem}.w-42{width:35rem}.w-43{width:40rem}.w-44{width:44rem}.w-45{width:48rem}.w-46{width:52rem}.w-47{width:55rem}.w-48{width:58rem}.w-49{width:60rem}.w-50{width:62rem}
	.w-perc-5{width:5%}.w-perc-10{width:10%}.w-perc-15{width:15%}.w-perc-20{width:20%}.w-perc-25{width:25%}.w-perc-30{width:30%}.w-perc-35{width:35%}.w-perc-40{width:40%}.w-perc-45{width:45%}.w-perc-50{width:50%}.w-perc-55{width:55%}.w-perc-60{width:60%}.w-perc-65{width:65%}.w-perc-70{width:70%}.w-perc-75{width:75%}.w-perc-80{width:80%}.w-perc-80{width:80%}.w-perc-85{width:85%}.w-perc-90{width:90%}.w-perc-95{width:95%}
	.w-screen-5{width:5vw}.w-screen-10{width:10vw}.w-screen-15{width:15vw}.w-screen-20{width:20vw}.w-screen-25{width:25vw}.w-screen-30{width:30vw}.w-screen-35{width:35vw}.w-screen-40{width:40vw}.w-screen-45{width:45vw}.w-screen-50{width:50vw}.w-screen-55{width:55vw}.w-screen-60{width:60vw}.w-screen-65{width:65vw}.w-screen-70{width:70vw}.w-screen-75{width:75vw}.w-screen-80{width:80vw}.w-screen-85{width:85vw}.w-screen-90{width:90vw}.w-screen-95{width:95vw}
	/* Height */
	.h-perc-0,.h-0{height:0}.h-perc-100,.h-full{height:100%}.h-screen,.fullscreen,.h-screen-100{height:100vh}.h-auto{height:auto}
	.h-1,.h-px{height:1px}.h-2{height:0.125rem}.h-3{height:0.25rem}.h-4{height:0.375rem}.h-5{height:0.5rem}.h-6{height:0.625rem}.h-7{height:0.75rem}.h-8{height:0.875rem}.h-9{height:1rem}.h-10{height:1.25rem}.h-11{height:1.5rem}.h-12{height:1.75rem}.h-13{height:2rem}.h-14{height:2.25rem}.h-15{height:2.5rem}.h-16{height:2.75rem}.h-17{height:3rem}.h-18{height:3.5rem}.h-19{height:4rem}.h-20{height:5rem}.h-21{height:6rem}.h-22{height:7rem}.h-23{height:8rem}.h-24{height:9rem}.h-25{height:10rem}.h-26{height:11rem}.h-27{height:12rem}.h-28{height:13rem}.h-29{height:14rem}.h-30{height:15rem}.h-31{height:16rem}.h-32{height:17rem}.h-33{height:18rem}.h-34{height:19rem}.h-35{height:20rem}.h-36{height:22rem}.h-37{height:24rem}.h-38{height:26rem}.h-39{height:28rem}.h-40{height:30rem}.h-41{height:32rem}.h-42{height:35rem}.h-43{height:40rem}.h-44{height:44rem}.h-45{height:48rem}.h-46{height:52rem}.h-47{height:55rem}.h-48{height:58rem}.h-49{height:60rem}.h-50{height:62rem}
	.h-perc-5{height:5%}.h-perc-10{height:10%}.h-perc-15{height:15%}.h-perc-20{height:20%}.h-perc-25{height:25%}.h-perc-30{height:30%}.h-perc-35{height:35%}.h-perc-40{height:40%}.h-perc-45{height:45%}.h-perc-50{height:50%}.h-perc-55{height:55%}.h-perc-60{height:60%}.h-perc-65{height:65%}.h-perc-70{height:70%}.h-perc-75{height:75%}.h-perc-80{height:80%}.h-perc-80{height:80%}.h-perc-85{height:85%}.h-perc-90{height:90%}.h-perc-95{height:95%}
	.h-screen-5{height:5vh}.h-screen-10{height:10vh}.h-screen-15{height:15vh}.h-screen-20{height:20vh}.h-screen-25{height:25vh}.h-screen-30{height:30vh}.h-screen-35{height:35vh}.h-screen-40{height:40vh}.h-screen-45{height:45vh}.h-screen-50{height:50vh}.h-screen-55{height:55vh}.h-screen-60{height:60vh}.h-screen-65{height:65vh}.h-screen-70{height:70vh}.h-screen-75{height:75vh}.h-screen-80{height:80vh}.h-screen-85{height:85vh}.h-screen-90{height:90vh}.h-screen-95{height:95vh}.h-screen-110{height:110vh}.h-screen-115{height:115vh}.h-screen-120{height:120vh}
	/* Max Width */
	.mxw-screen,.mxw-screen-100{max-width:100vw}.mxw-0,.mxw-perc-0{max-width:0}.mxw-full,.mxw-perc-100{max-width:100%}.mxw-none{max-width:none}
	.mxw-1,.mxw-px{max-width:1px}.mxw-2{max-width:0.125rem}.mxw-3{max-width:0.25rem}.mxw-4{max-width:0.375rem}.mxw-5{max-width:0.5rem}.mxw-6{max-width:0.625rem}.mxw-7{max-width:0.75rem}.mxw-8{max-width:0.875rem}.mxw-9{max-width:1rem}.mxw-10{max-width:1.25rem}.mxw-11{max-width:1.5rem}.mxw-12{max-width:1.75rem}.mxw-13{max-width:2rem}.mxw-14{max-width:2.25rem}.mxw-15{max-width:2.5rem}.mxw-16{max-width:2.75rem}.mxw-17{max-width:3rem}.mxw-18{max-width:3.5rem}.mxw-19{max-width:4rem}.mxw-20{max-width:5rem}.mxw-21{max-width:6rem}.mxw-22{max-width:7rem}.mxw-23{max-width:8rem}.mxw-24{max-width:9rem}.mxw-25{max-width:10rem}.mxw-26{max-width:11rem}.mxw-27{max-width:12rem}.mxw-28{max-width:13rem}.mxw-29{max-width:14rem}.mxw-30{max-width:15rem}.mxw-31{max-width:16rem}.mxw-32{max-width:17rem}.mxw-33{max-width:18rem}.mxw-34{max-width:19rem}.mxw-35{max-width:20rem}.mxw-36{max-width:22rem}.mxw-37{max-width:24rem}.mxw-38{max-width:26rem}.mxw-39{max-width:28rem}.mxw-40{max-width:30rem}.mxw-41{max-width:32rem}.mxw-42{max-width:35rem}.mxw-43{max-width:40rem}.mxw-44{max-width:44rem}.mxw-45{max-width:48rem}.mxw-46{max-width:52rem}.mxw-47{max-width:55rem}.mxw-48{max-width:58rem}.mxw-49{max-width:60rem}.mxw-50{max-width:62rem}
	.mxw-perc-5{max-width:5%}.mxw-perc-10{max-width:10%}.mxw-perc-15{max-width:15%}.mxw-perc-20{max-width:20%}.mxw-perc-25{max-width:25%}.mxw-perc-30{max-width:30%}.mxw-perc-35{max-width:35%}.mxw-perc-40{max-width:40%}.mxw-perc-45{max-width:45%}.mxw-perc-50{max-width:50%}.mxw-perc-55{max-width:55%}.mxw-perc-60{max-width:60%}.mxw-perc-65{max-width:65%}.mxw-perc-70{max-width:70%}.mxw-perc-75{max-width:75%}.mxw-perc-80{max-width:80%}.mxw-perc-85{max-width:85%}.mxw-perc-90{max-width:90%}.mxw-perc-95{max-width:95%}
	.mxw-screen-5{max-width:5vw}.mxw-screen-10{max-width:10vw}.mxw-screen-15{max-width:15vw}.mxw-screen-20{max-width:20vw}.mxw-screen-25{max-width:25vw}.mxw-screen-30{max-width:30vw}.mxw-screen-35{max-width:35vw}.mxw-screen-40{max-width:40vw}.mxw-screen-45{max-width:45vw}.mxw-screen-50{max-width:50vw}.mxw-screen-55{max-width:55vw}.mxw-screen-60{max-width:60vw}.mxw-screen-65{max-width:65vw}.mxw-screen-70{max-width:70vw}.mxw-screen-75{max-width:75vw}.mxw-screen-80{max-width:80vw}.mxw-screen-85{max-width:85vw}.mxw-screen-90{max-width:90vw}.mxw-screen-95{max-width:95vw}
	/* Min Width */
	.mnw-screen,.mnw-screen-100{max-height:100vw}.mnw-0,.mnw-perc-0{min-width:0}.mnw-full,.mnw-perc-100{min-width:100%}.mnw-none,.mnw-auto{min-width:auto}
	.mnw-1,.mnw-px{min-width:1px}.mnw-2{min-width:0.125rem}.mnw-3{min-width:0.25rem}.mnw-4{min-width:0.375rem}.mnw-5{min-width:0.5rem}.mnw-6{min-width:0.625rem}.mnw-7{min-width:0.75rem}.mnw-8{min-width:0.875rem}.mnw-9{min-width:1rem}.mnw-10{min-width:1.25rem}.mnw-11{min-width:1.5rem}.mnw-12{min-width:1.75rem}.mnw-13{min-width:2rem}.mnw-14{min-width:2.25rem}.mnw-15{min-width:2.5rem}.mnw-16{min-width:2.75rem}.mnw-17{min-width:3rem}.mnw-18{min-width:3.5rem}.mnw-19{min-width:4rem}.mnw-20{min-width:5rem}.mnw-21{min-width:6rem}.mnw-22{min-width:7rem}.mnw-23{min-width:8rem}.mnw-24{min-width:9rem}.mnw-25{min-width:10rem}.mnw-26{min-width:11rem}.mnw-27{min-width:12rem}.mnw-28{min-width:13rem}.mnw-29{min-width:14rem}.mnw-30{min-width:15rem}.mnw-31{min-width:16rem}.mnw-32{min-width:17rem}.mnw-33{min-width:18rem}.mnw-34{min-width:19rem}.mnw-35{min-width:20rem}.mnw-36{min-width:22rem}.mnw-37{min-width:24rem}.mnw-38{min-width:26rem}.mnw-39{min-width:28rem}.mnw-40{min-width:30rem}.mnw-41{min-width:32rem}.mnw-42{min-width:35rem}.mnw-43{min-width:40rem}.mnw-44{min-width:44rem}.mnw-45{min-width:48rem}.mnw-46{min-width:52rem}.mnw-47{min-width:55rem}.mnw-48{min-width:58rem}.mnw-49{min-width:60rem}.mnw-50{min-width:62rem}
	.mnw-perc-5{min-width:5%}.mnw-perc-10{min-width:10%}.mnw-perc-15{min-width:15%}.mnw-perc-20{min-width:20%}.mnw-perc-25{min-width:25%}.mnw-perc-30{min-width:30%}.mnw-perc-35{min-width:35%}.mnw-perc-40{min-width:40%}.mnw-perc-45{min-width:45%}.mnw-perc-50{min-width:50%}.mnw-perc-55{min-width:55%}.mnw-perc-60{min-width:60%}.mnw-perc-65{min-width:65%}.mnw-perc-70{min-width:70%}.mnw-perc-75{min-width:75%}.mnw-perc-80{min-width:80%}.mnw-perc-85{min-width:85%}.mnw-perc-90{min-width:90%}.mnw-perc-95{min-width:95%}
	.mnw-screen-5{min-width:5vw}.mnw-screen-10{min-width:10vw}.mnw-screen-15{min-width:15vw}.mnw-screen-20{min-width:20vw}.mnw-screen-25{min-width:25vw}.mnw-screen-30{min-width:30vw}.mnw-screen-35{min-width:35vw}.mnw-screen-40{min-width:40vw}.mnw-screen-45{min-width:45vw}.mnw-screen-50{min-width:50vw}.mnw-screen-55{min-width:55vw}.mnw-screen-60{min-width:60vw}.mnw-screen-65{min-width:65vw}.mnw-screen-70{min-width:70vw}.mnw-screen-75{min-width:75vw}.mnw-screen-80{min-width:80vw}.mnw-screen-85{min-width:85vw}.mnw-screen-90{min-width:90vw}.mnw-screen-95{min-width:95vw}
	/* Max Height */
	.mxh-screen,.mxh-screen-100{max-height:100vh}.mxh-0,.mxh-perc-0{max-height:0}.mxh-full,.mxh-perc-100{max-height:100%}.mxh-none{max-height:none}
	.mxh-1,.mxh-px{max-height:1px}.mxh-2{max-height:0.125rem}.mxh-3{max-height:0.25rem}.mxh-4{max-height:0.375rem}.mxh-5{max-height:0.5rem}.mxh-6{max-height:0.625rem}.mxh-7{max-height:0.75rem}.mxh-8{max-height:0.875rem}.mxh-9{max-height:1rem}.mxh-10{max-height:1.25rem}.mxh-11{max-height:1.5rem}.mxh-12{max-height:1.75rem}.mxh-13{max-height:2rem}.mxh-14{max-height:2.25rem}.mxh-15{max-height:2.5rem}.mxh-16{max-height:2.75rem}.mxh-17{max-height:3rem}.mxh-18{max-height:3.5rem}.mxh-19{max-height:4rem}.mxh-20{max-height:5rem}.mxh-21{max-height:6rem}.mxh-22{max-height:7rem}.mxh-23{max-height:8rem}.mxh-24{max-height:9rem}.mxh-25{max-height:10rem}.mxh-26{max-height:11rem}.mxh-27{max-height:12rem}.mxh-28{max-height:13rem}.mxh-29{max-height:14rem}.mxh-30{max-height:15rem}.mxh-31{max-height:16rem}.mxh-32{max-height:17rem}.mxh-33{max-height:18rem}.mxh-34{max-height:19rem}.mxh-35{max-height:20rem}.mxh-36{max-height:22rem}.mxh-37{max-height:24rem}.mxh-38{max-height:26rem}.mxh-39{max-height:28rem}.mxh-40{max-height:30rem}.mxh-41{max-height:32rem}.mxh-42{max-height:35rem}.mxh-43{max-height:40rem}.mxh-44{max-height:44rem}.mxh-45{max-height:48rem}.mxh-46{max-height:52rem}.mxh-47{max-height:55rem}.mxh-48{max-height:58rem}.mxh-49{max-height:60rem}.mxh-50{max-height:62rem}
	.mxh-perc-5{max-height:5%}.mxh-perc-10{max-height:10%}.mxh-perc-15{max-height:15%}.mxh-perc-20{max-height:20%}.mxh-perc-25{max-height:25%}.mxh-perc-30{max-height:30%}.mxh-perc-35{max-height:35%}.mxh-perc-40{max-height:40%}.mxh-perc-45{max-height:45%}.mxh-perc-50{max-height:50%}.mxh-perc-55{max-height:55%}.mxh-perc-60{max-height:60%}.mxh-perc-65{max-height:65%}.mxh-perc-70{max-height:70%}.mxh-perc-75{max-height:75%}.mxh-perc-80{max-height:80%}.mxh-perc-85{max-height:85%}.mxh-perc-90{max-height:90%}.mxh-perc-95{max-height:95%}
	.mxh-screen-5{max-height:5vh}.mxh-screen-10{max-height:10vh}.mxh-screen-15{max-height:15vh}.mxh-screen-20{max-height:20vh}.mxh-screen-25{max-height:25vh}.mxh-screen-30{max-height:30vh}.mxh-screen-35{max-height:35vh}.mxh-screen-40{max-height:40vh}.mxh-screen-45{max-height:45vh}.mxh-screen-50{max-height:50vh}.mxh-screen-55{max-height:55vh}.mxh-screen-60{max-height:60vh}.mxh-screen-65{max-height:65vh}.mxh-screen-70{max-height:70vh}.mxh-screen-75{max-height:75vh}.mxh-screen-80{max-height:80vh}.mxh-screen-85{max-height:85vh}.mxh-screen-90{max-height:90vh}.mxh-screen-95{max-height:95vh}
	/* Min Height */
	.mnh-screen,.mnh-screen-100{min-height:100vh}.mnh-0,.mnh-perc-0{min-height:0}.mnh-full,.mnh-perc-100{min-height:100%}.mnh-none{min-height:none}
	.mnh-1{min-height:1px}.mnh-2{min-height:0.125rem}.mnh-3{min-height:0.25rem}.mnh-4{min-height:0.375rem}.mnh-5{min-height:0.5rem}.mnh-6{min-height:0.625rem}.mnh-7{min-height:0.75rem}.mnh-8{min-height:0.875rem}.mnh-9{min-height:1rem}.mnh-10{min-height:1.25rem}.mnh-11{min-height:1.5rem}.mnh-12{min-height:1.75rem}.mnh-13{min-height:2rem}.mnh-14{min-height:2.25rem}.mnh-15{min-height:2.5rem}.mnh-16{min-height:2.75rem}.mnh-17{min-height:3rem}.mnh-18{min-height:3.5rem}.mnh-19{min-height:4rem}.mnh-20{min-height:5rem}.mnh-21{min-height:6rem}.mnh-22{min-height:7rem}.mnh-23{min-height:8rem}.mnh-24{min-height:9rem}.mnh-25{min-height:10rem}.mnh-26{min-height:11rem}.mnh-27{min-height:12rem}.mnh-28{min-height:13rem}.mnh-29{min-height:14rem}.mnh-30{min-height:15rem}.mnh-31{min-height:16rem}.mnh-32{min-height:17rem}.mnh-33{min-height:18rem}.mnh-34{min-height:19rem}.mnh-35{min-height:20rem}.mnh-36{min-height:22rem}.mnh-37{min-height:24rem}.mnh-38{min-height:26rem}.mnh-39{min-height:28rem}.mnh-40{min-height:30rem}.mnh-41{min-height:32rem}.mnh-42{min-height:35rem}.mnh-43{min-height:40rem}.mnh-44{min-height:44rem}.mnh-45{min-height:48rem}.mnh-46{min-height:52rem}.mnh-47{min-height:55rem}.mnh-48{min-height:58rem}.mnh-49{min-height:60rem}.mnh-50{min-height:62rem}
	.mnh-perc-5{min-height:5%}.mnh-perc-10{min-height:10%}.mnh-perc-15{min-height:15%}.mnh-perc-20{min-height:20%}.mnh-perc-25{min-height:25%}.mnh-perc-30{min-height:30%}.mnh-perc-35{min-height:35%}.mnh-perc-40{min-height:40%}.mnh-perc-45{min-height:45%}.mnh-perc-50{min-height:50%}.mnh-perc-55{min-height:55%}.mnh-perc-60{min-height:60%}.mnh-perc-65{min-height:65%}.mnh-perc-70{min-height:70%}.mnh-perc-75{min-height:75%}.mnh-perc-80{min-height:80%}.mnh-perc-85{min-height:85%}.mnh-perc-90{min-height:90%}.mnh-perc-95{min-height:95%}
	.mnh-screen-5{min-height:5vh}.mnh-screen-10{min-height:10vh}.mnh-screen-15{min-height:15vh}.mnh-screen-20{min-height:20vh}.mnh-screen-25{min-height:25vh}.mnh-screen-30{min-height:30vh}.mnh-screen-35{min-height:35vh}.mnh-screen-40{min-height:40vh}.mnh-screen-45{min-height:45vh}.mnh-screen-50{min-height:50vh}.mnh-screen-55{min-height:55vh}.mnh-screen-60{min-height:60vh}.mnh-screen-65{min-height:65vh}.mnh-screen-70{min-height:70vh}.mnh-screen-75{min-height:75vh}.mnh-screen-80{min-height:80vh}.mnh-screen-85{min-height:85vh}.mnh-screen-90{min-height:90vh}.mnh-screen-95{min-height:95vh}
	/* Border */
	[class*="border"]{border-style:solid}
	.border-t-0,.border-0,.border-y-0{border-top-width:0px}.border-t-1,.border,.border-1,.border-y-1{border-top-width:1px}.border-t-2,.border-2,.border-y-2{border-top-width:2px}.border-t-3,.border-3,.border-y-3{border-top-width:3px}.border-t-4,.border-4,.border-y-4{border-top-width:4px}.border-t-5,.border-5,.border-y-5{border-top-width:5px}.border-t-6,.border-6,.border-y-6{border-top-width:6px}.border-t-7,.border-7,.border-y-7{border-top-width:7px}.border-t-8,.border-8,.border-y-8{border-top-width:8px}.border-t-9,.border-9,.border-y-9{border-top-width:9px}.border-t-10,.border-10,.border-y-10{border-top-width:10px}
	.border-r-0,.border-0,.border-x-0{border-right-width:0px}.border-r-1,.border,.border-1,.border-x-1{border-right-width:1px}.border-r-2,.border-2,.border-x-2{border-right-width:2px}.border-r-3,.border-3,.border-x-3{border-right-width:3px}.border-r-4,.border-4,.border-x-4{border-right-width:4px}.border-r-5,.border-5,.border-x-5{border-right-width:5px}.border-r-6,.border-6,.border-x-6{border-right-width:6px}.border-r-7,.border-7,.border-x-7{border-right-width:7px}.border-r-8,.border-8,.border-x-8{border-right-width:8px}.border-r-9,.border-9,.border-x-9{border-right-width:9px}.border-r-10,.border-10,.border-x-10{border-right-width:10px}
	.border-b-0,.border-0,.border-y-0{border-bottom-width:0px}.border-b-1,.border,.border-1,.border-y{border-bottom-width:1px}.border-b-2,.border-2,.border-y-2{border-bottom-width:2px}.border-b-3,.border-3,.border-y-3{border-bottom-width:3px}.border-b-4,.border-4,.border-y-4{border-bottom-width:4px}.border-b-5,.border-5,.border-y-5{border-bottom-width:5px}.border-b-6,.border-6,.border-y-6{border-bottom-width:6px}.border-b-7,.border-7,.border-y-7{border-bottom-width:7px}.border-b-8,.border-8,.border-y-8{border-bottom-width:8px}.border-b-9,.border-9,.border-y-9{border-bottom-width:9px}.border-b-10,.border-10,.border-y-10{border-bottom-width:10px}
	.border-l-0,.border-0,.border-x-0{border-left-width:0px}.border-l-1,.border,.border-1,.border-x,.border-x-1{border-left-width:1px}.border-l-2,.border-2,.border-x-2{border-left-width:2px}.border-l-3,.border-3,.border-x-3{border-left-width:3px}.border-l-4,.border-4,.border-x-4{border-left-width:4px}.border-l-5,.border-5,.border-x-5{border-left-width:5px}.border-l-6,.border-6,.border-x-6{border-left-width:6px}.border-l-7,.border-7,.border-x-7{border-left-width:7px}.border-l-8,.border-8,.border-x-8{border-left-width:8px}.border-l-9,.border-9,.border-x-9{border-left-width:9px}.border-l-10,.border-10,.border-x-10{border-left-width:10px}
	/* Border Colors */
	.border-transparent,.hover-border-transparent:hover,.active-border-transparent.active,.border-transparent,.hover-border-transparent:hover{border-color:var(--transparent)}
	.border-gray,.hover-border-gray:hover,.group:hover .group-hover-border-gray,.active-border-gray.active{border-color:var(--gray)}.border-gray-50,.hover-border-gray-50:hover,.group:hover .group-hover-border-gray-50,.active-border-gray-50.active{border-color:var(--gray-50)}.border-gray-100,.hover-border-gray-100:hover,.group:hover .group-hover-border-gray-100,.active-border-gray-100.active{border-color:var(--gray-100)}.border-gray-200,.hover-border-gray-200:hover,.group:hover .group-hover-border-gray-200,.active-border-gray-200.active{border-color:var(--gray-200)}.border-gray-300,.hover-border-gray-300:hover,.group:hover .group-hover-border-gray-300,.active-border-gray-300.active{border-color:var(--gray-300)}.border-gray-400,.hover-border-gray-400:hover,.group:hover .group-hover-border-gray-400,.active-border-gray-400.active{border-color:var(--gray-400)}.border-gray-500,.hover-border-gray-500:hover,.group:hover .group-hover-border-gray-500,.active-border-gray-500.active{border-color:var(--gray-500)}.border-gray-600,.hover-border-gray-600:hover,.group:hover .group-hover-border-gray-600,.active-border-gray-600.active{border-color:var(--gray-600)}.border-gray-700,.hover-border-gray-700:hover,.group:hover .group-hover-border-gray-700,.active-border-gray-700.active{border-color:var(--gray-700)}.border-gray-800,.hover-border-gray-800:hover,.group:hover .group-hover-border-gray-800,.active-border-gray-800.active{border-color:var(--gray-800)}.border-gray-900,.hover-border-gray-900:hover,.group:hover .group-hover-border-gray-900,.active-border-gray-900.active{border-color:var(--gray-900)}
	.border-dark,.hover-border-dark:hover,.group:hover .group-hover-border-dark,.active-border-dark.active{border-color:var(--dark)}.border-dark-50,.hover-border-dark-50:hover,.group:hover .group-hover-border-dark-50,.active-border-dark-50.active{border-color:var(--dark-50)}.border-dark-100,.hover-border-dark-100:hover,.group:hover .group-hover-border-dark-100,.active-border-dark-100.active{border-color:var(--dark-100)}.border-dark-200,.hover-border-dark-200:hover,.group:hover .group-hover-border-dark-200,.active-border-dark-200.active{border-color:var(--dark-200)}.border-dark-300,.hover-border-dark-300:hover,.group:hover .group-hover-border-dark-300,.active-border-dark-300.active{border-color:var(--dark-300)}.border-dark-400,.hover-border-dark-400:hover,.group:hover .group-hover-border-dark-400,.active-border-dark-400.active{border-color:var(--dark-400)}.border-dark-500,.hover-border-dark-500:hover,.group:hover .group-hover-border-dark-500,.active-border-dark-500.active{border-color:var(--dark-500)}.border-dark-600,.hover-border-dark-600:hover,.group:hover .group-hover-border-dark-600,.active-border-dark-600.active{border-color:var(--dark-600)}.border-dark-700,.hover-border-dark-700:hover,.group:hover .group-hover-border-dark-700,.active-border-dark-700.active{border-color:var(--dark-700)}.border-dark-800,.hover-border-dark-800:hover,.group:hover .group-hover-border-dark-800,.active-border-dark-800.active{border-color:var(--dark-800)}.border-dark-900,.hover-border-dark-900:hover,.group:hover .group-hover-border-dark-900,.active-border-dark-900.active{border-color:var(--dark-900)}
	.border-black,.hover-border-black:hover,.group:hover .group-hover-border-black,.active-border-black.active{border-color:var(--black)}
	/* Dark border-semi tones */
	.border-semi-dark-10,.hover-border-semi-dark-10:hover,.group:hover .group-hover-border-semi-dark-10,.active-border-semi-dark-10.active{border-color:var(--border-semi-dark-10);}
	.border-semi-dark-20,.hover-border-semi-dark-20:hover,.group:hover .group-hover-border-semi-dark-20,.active-border-semi-dark-20.active{border-color:var(--border-semi-dark-20);}
	.border-semi-dark-30,.hover-border-semi-dark-30:hover,.group:hover .group-hover-border-semi-dark-30,.active-border-semi-dark-30.active{border-color:var(--border-semi-dark-30);}
	.border-semi-dark-40,.hover-border-semi-dark-40:hover,.group:hover .group-hover-border-semi-dark-40,.active-border-semi-dark-40.active{border-color:var(--border-semi-dark-40);}
	.border-semi-dark-50,.hover-border-semi-dark-50:hover,.group:hover .group-hover-border-semi-dark-50,.active-border-semi-dark-50.active{border-color:var(--border-semi-dark-50);}
	.border-semi-dark-60,.hover-border-semi-dark-60:hover,.group:hover .group-hover-border-semi-dark-60,.active-border-semi-dark-60.active{border-color:var(--border-semi-dark-60);}
	.border-semi-dark-70,.hover-border-semi-dark-70:hover,.group:hover .group-hover-border-semi-dark-70,.active-border-semi-dark-70.active{border-color:var(--border-semi-dark-70);}
	.border-semi-dark-80,.hover-border-semi-dark-80:hover,.group:hover .group-hover-border-semi-dark-80,.active-border-semi-dark-80.active{border-color:var(--border-semi-dark-80);}
	.border-semi-dark-90,.hover-border-semi-dark-90:hover,.group:hover .group-hover-border-semi-dark-90,.active-border-semi-dark-90.active{border-color:var(--border-semi-dark-90);}
	.border-semi-dark-100,.hover-border-semi-dark-100:hover,.group:hover .group-hover-border-semi-dark-100,.active-border-semi-dark-100.active{border-color:var(--border-semi-dark-100);}
	/* White border-semi tones */
	.border-semi-white-10,.hover-border-semi-white-10:hover,.group:hover .group-hover-border-semi-white-10,.active-border-semi-white-10.active{border-color:var(--border-semi-white-10);}
	.border-semi-white-20,.hover-border-semi-white-20:hover,.group:hover .group-hover-border-semi-white-20,.active-border-semi-white-20.active{border-color:var(--border-semi-white-20);}
	.border-semi-white-30,.hover-border-semi-white-30:hover,.group:hover .group-hover-border-semi-white-30,.active-border-semi-white-30.active{border-color:var(--border-semi-white-30);}
	.border-semi-white-40,.hover-border-semi-white-40:hover,.group:hover .group-hover-border-semi-white-40,.active-border-semi-white-40.active{border-color:var(--border-semi-white-40);}
	.border-semi-white-50,.hover-border-semi-white-50:hover,.group:hover .group-hover-border-semi-white-50,.active-border-semi-white-50.active{border-color:var(--border-semi-white-50);}
	.border-semi-white-60,.hover-border-semi-white-60:hover,.group:hover .group-hover-border-semi-white-60,.active-border-semi-white-60.active{border-color:var(--border-semi-white-60);}
	.border-semi-white-70,.hover-border-semi-white-70:hover,.group:hover .group-hover-border-semi-white-70,.active-border-semi-white-70.active{border-color:var(--border-semi-white-70);}
	.border-semi-white-80,.hover-border-semi-white-80:hover,.group:hover .group-hover-border-semi-white-80,.active-border-semi-white-80.active{border-color:var(--border-semi-white-80);}
	.border-semi-white-90,.hover-border-semi-white-90:hover,.group:hover .group-hover-border-semi-white-90,.active-border-semi-white-90.active{border-color:var(--border-semi-white-90);}
	.border-semi-white-100,.hover-border-semi-white-100:hover,.group:hover .group-hover-border-semi-white-100,.active-border-semi-white-100.active{border-color:var(--border-semi-white-100);}
	.border-none{border:none}
	.border-dotted{border-style:dotted}
	.border-dashed{border-style:dashed}
	.border-solid{border-style:solid}
	.border-hidden{border-style:hidden}
	.border-double{border-style:double}
	.border-groove{border-style:groove}
	.border-ridge{border-style:ridge}
	.border-inset{border-style:inset}
	.border-outset{border-style:outset}
	/* Border Radius */
	.rounded-inherit{border-radius:inherit}
	.rounded-none,.rounded-t-none,.rounded-l-none,.rounded-tl-none{border-top-left-radius:0}
	.rounded-none,.rounded-t-none,.rounded-r-none,.rounded-tr-none{border-top-right-radius:0}
	.rounded-none,.rounded-b-none,.rounded-l-none,.rounded-bl-none{border-bottom-left-radius:0}
	.rounded-none,.rounded-b-none,.rounded-r-none,.rounded-br-none{border-bottom-right-radius:0}
	.rounded-sm,.rounded-t-sm,.rounded-l-sm,.rounded-tl-sm{border-top-left-radius:var(--rounded-sm)}
	.rounded-sm,.rounded-t-sm,.rounded-r-sm,.rounded-tr-sm{border-top-right-radius:var(--rounded-sm)}
	.rounded-sm,.rounded-b-sm,.rounded-l-sm,.rounded-bl-sm{border-bottom-left-radius:var(--rounded-sm)}
	.rounded-sm,.rounded-b-sm,.rounded-r-sm,.rounded-br-sm{border-bottom-right-radius:var(--rounded-sm)}
	.rounded,.rounded-t,.rounded-l,.rounded-tl{border-top-left-radius:var(--rounded)}
	.rounded,.rounded-t,.rounded-r,.rounded-tr{border-top-right-radius:var(--rounded)}
	.rounded,.rounded-b,.rounded-l,.rounded-bl{border-bottom-left-radius:var(--rounded)}
	.rounded,.rounded-b,.rounded-r,.rounded-br{border-bottom-right-radius:var(--rounded)}
	.rounded-md,.rounded-t-md,.rounded-l-md,.rounded-tl-md{border-top-left-radius:var(--rounded-md)}
	.rounded-md,.rounded-t-md,.rounded-r-md,.rounded-tr-md{border-top-right-radius:var(--rounded-md)}
	.rounded-md,.rounded-b-md,.rounded-l-md,.rounded-bl-md{border-bottom-left-radius:var(--rounded-md)}
	.rounded-md,.rounded-b-md,.rounded-r-md,.rounded-br-md{border-bottom-right-radius:var(--rounded-md)}
	.rounded-lg,.rounded-t-lg,.rounded-l-lg,.rounded-tl-lg{border-top-left-radius:var(--rounded-lg)}
	.rounded-lg,.rounded-t-lg,.rounded-r-lg,.rounded-tr-lg{border-top-right-radius:var(--rounded-lg)}
	.rounded-lg,.rounded-b-lg,.rounded-l-lg,.rounded-bl-lg{border-bottom-left-radius:var(--rounded-lg)}
	.rounded-lg,.rounded-b-lg,.rounded-r-lg,.rounded-br-lg{border-bottom-right-radius:var(--rounded-lg)}
	.rounded-xl,.rounded-t-xl,.rounded-l-xl,.rounded-tl-xl{border-top-left-radius:var(--rounded-xl)}
	.rounded-xl,.rounded-t-xl,.rounded-r-xl,.rounded-tr-xl{border-top-right-radius:var(--rounded-xl)}
	.rounded-xl,.rounded-b-xl,.rounded-l-xl,.rounded-bl-xl{border-bottom-left-radius:var(--rounded-xl)}
	.rounded-xl,.rounded-b-xl,.rounded-r-xl,.rounded-br-xl{border-bottom-right-radius:var(--rounded-xl)}
	.rounded-2xl,.rounded-t-2xl,.rounded-l-2xl,.rounded-tl-2xl{border-top-left-radius:var(--rounded-2xl)}
	.rounded-2xl,.rounded-t-2xl,.rounded-r-2xl,.rounded-tr-2xl{border-top-right-radius:var(--rounded-2xl)}
	.rounded-2xl,.rounded-b-2xl,.rounded-l-2xl,.rounded-bl-2xl{border-bottom-left-radius:var(--rounded-2xl)}
	.rounded-2xl,.rounded-b-2xl,.rounded-r-2xl,.rounded-br-2xl{border-bottom-right-radius:var(--rounded-2xl)}
	.rounded-3xl,.rounded-t-3xl,.rounded-l-3xl,.rounded-tl-3xl{border-top-left-radius:var(--rounded-3xl)}
	.rounded-3xl,.rounded-t-3xl,.rounded-r-3xl,.rounded-tr-3xl{border-top-right-radius:var(--rounded-3xl)}
	.rounded-3xl,.rounded-b-3xl,.rounded-l-3xl,.rounded-bl-3xl{border-bottom-left-radius:var(--rounded-3xl)}
	.rounded-3xl,.rounded-b-3xl,.rounded-r-3xl,.rounded-br-3xl{border-bottom-right-radius:var(--rounded-3xl)}
	.rounded-4xl,.rounded-t-4xl,.rounded-l-4xl,.rounded-tl-4xl{border-top-left-radius:var(--rounded-4xl)}
	.rounded-4xl,.rounded-t-4xl,.rounded-r-4xl,.rounded-tr-4xl{border-top-right-radius:var(--rounded-4xl)}
	.rounded-4xl,.rounded-b-4xl,.rounded-l-4xl,.rounded-bl-4xl{border-bottom-left-radius:var(--rounded-4xl)}
	.rounded-4xl,.rounded-b-4xl,.rounded-r-4xl,.rounded-br-4xl{border-bottom-right-radius:var(--rounded-4xl)}
	.rounded-5xl,.rounded-t-5xl,.rounded-l-5xl,.rounded-tl-5xl{border-top-left-radius:var(--rounded-5xl)}
	.rounded-5xl,.rounded-t-5xl,.rounded-r-5xl,.rounded-tr-5xl{border-top-right-radius:var(--rounded-5xl)}
	.rounded-5xl,.rounded-b-5xl,.rounded-l-5xl,.rounded-bl-5xl{border-bottom-left-radius:var(--rounded-5xl)}
	.rounded-5xl,.rounded-b-5xl,.rounded-r-5xl,.rounded-br-5xl{border-bottom-right-radius:var(--rounded-5xl)}
	.rounded-pill,.rounded-t-pill,.rounded-l-pill,.rounded-tl-pill{border-top-left-radius:var(--rounded-pill)}
	.rounded-pill,.rounded-t-pill,.rounded-r-pill,.rounded-tr-pill{border-top-right-radius:var(--rounded-pill)}
	.rounded-pill,.rounded-b-pill,.rounded-l-pill,.rounded-bl-pill{border-bottom-left-radius:var(--rounded-pill)}
	.rounded-pill,.rounded-b-pill,.rounded-r-pill,.rounded-br-pill{border-bottom-right-radius:var(--rounded-pill)}
	.rounded-full,.rounded-t-full,.rounded-l-full,.rounded-tl-full{border-top-left-radius:var(--rounded-full)}
	.rounded-full,.rounded-t-full,.rounded-r-full,.rounded-tr-full{border-top-right-radius:var(--rounded-full)}
	.rounded-full,.rounded-b-full,.rounded-l-full,.rounded-bl-full{border-bottom-left-radius:var(--rounded-full)}
	.rounded-full,.rounded-b-full,.rounded-r-full,.rounded-br-full{border-bottom-right-radius:var(--rounded-full)}
	/* Twin Border Effect */
	.border-twins,.hover-border-twins,.group-hover-border-twins,.active-border-twins{position:relative;border-style:solid}
	.hover-border-twins:before,.group-hover-border-twins:before,.active-border-twins{transition:inherit}
	.hover-border-twins:before,.border-twins:before,.group-hover-border-twins:before,.active-border-twins{content:'';left:0px;top:0px;opacity:0;right:0px;bottom:0px;background-color:transparent;border-width:inherit;border-style:inherit;border-color:inherit;border-radius:inherit;position:absolute}
	.border-twins:before,.hover-border-twins:hover:before,.group:hover .group-hover-border-twins:before,.active-border-twins.active{left:-7px;top:-7px;right:-7px;bottom:-7px;opacity:1}
	/* Transition Effects */
	.transition-none{transition:none}
	.transition{transition-property:all;transition-duration:200ms}
	.transition-opacity{transition-property:opacity;transition-duration:200ms}
	.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:200ms}
	.transition-shadow{transition-property:box-shadow;transition-duration:200ms}
	.transition-transform{transition-property:transform;transition-duration:200ms}
	.duration-50,.hover-duration-50:hover,.group:hover .group-hover-duration-50,.active-duration-50.active{transition-duration:50ms}
	.duration-100,.hover-duration-100:hover,.group:hover .group-hover-duration-100,.active-duration-100.active{transition-duration:100ms}
	.duration-200,.hover-duration-200:hover,.group:hover .group-hover-duration-200,.active-duration-200.active{transition-duration:200ms}
	.duration-300,.hover-duration-300:hover,.group:hover .group-hover-duration-300,.active-duration-300.active{transition-duration:300ms}
	.duration-400,.hover-duration-400:hover,.group:hover .group-hover-duration-400,.active-duration-400.active{transition-duration:400ms}
	.duration-500,.hover-duration-500:hover,.group:hover .group-hover-duration-500,.active-duration-500.active{transition-duration:500ms}
	.duration-600,.hover-duration-600:hover,.group:hover .group-hover-duration-600,.active-duration-600.active{transition-duration:600ms}
	.duration-700,.hover-duration-700:hover,.group:hover .group-hover-duration-700,.active-duration-700.active{transition-duration:700ms}
	.duration-800,.hover-duration-800:hover,.group:hover .group-hover-duration-800,.active-duration-800.active{transition-duration:800ms}
	.duration-900,.hover-duration-900:hover,.group:hover .group-hover-duration-900,.active-duration-900.active{transition-duration:900ms}
	.duration-1000,.hover-duration-1000:hover,.group:hover .group-hover-duration-1000,.active-duration-1000.active{transition-duration:1000ms}
/* Spin animation */
	.spin{animation-name:spin;animation-duration:5000ms;animation-iteration-count:infinite;animation-timing-function:linear}
	@keyframes spin {from {transform:rotate(0deg)}to {transform:rotate(360deg)}}
/* Ping Animation */
	.ping{position:relative;}
	.ping:after{z-index:0;background:inherit;border-radius:inherit;border-color:transparent;position:absolute;left:0;top:0;width:100%;height:100%;content:'';animation-name:ping;animation-duration:1.5s;animation-delay:0s;animation-iteration-count:infinite;}
	@keyframes ping{0%{opacity:1;-webkit-transform:scale(1.0);transform:scale(1.0);} 100%{-webkit-transform:scale(2.3);transform:scale(2.3);opacity:0;}}
/* Pulse Animation */
	.pulse{animation-name:pulse;animation-duration:1.5s;animation-delay:0s;animation-iteration-count:infinite;}
	@keyframes pulse{0%,100%{opacity:1}50%{opacity:.25}}
/* Bounce Animation */
	.bounce{animation-name:bounce;animation-duration:1.1s;animation-delay:0s;animation-iteration-count:infinite;}
	@keyframes bounce{0%,100%{transform:translateY(-50%);animation-timing-function:cubic-bezier(0.77,0,0.6,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,0.6,1)}}
/* Heart Animation */
	.heart{animation-name:heart;animation-duration:1.4s;animation-delay:0s;animation-iteration-count:infinite;}
	@keyframes heart{0%,100%,30%,70%{transform:scale(.85)}15%{transform:scale(.92)}45%{transform:scale(1)}}
/* Wiggle Animation */
	.wiggle{transform-origin: 50% 5rem;animation-name:wiggle;animation-duration:2s;animation-delay:0s;animation-iteration-count:infinite;}
	@keyframes wiggle{0%,100%,40%,7%{transform:rotateZ(0)}15%{transform:rotateZ(-15deg)}20%{transform:rotateZ(10deg)}25%{transform:rotateZ(-10deg)}30%{transform:rotateZ(6deg)}35%{transform:rotateZ(-4deg)}}
/* Animation Durations */
	.animation-duration-100{animation-duration:100ms}
	.animation-duration-200{animation-duration:200ms}
	.animation-duration-300{animation-duration:300ms}
	.animation-duration-400{animation-duration:400ms}
	.animation-duration-500{animation-duration:500ms}
	.animation-duration-600{animation-duration:600ms}
	.animation-duration-700{animation-duration:700ms}
	.animation-duration-800{animation-duration:800ms}
	.animation-duration-900{animation-duration:900ms}
	.animation-duration-1000{animation-duration:1000ms}
	.animation-duration-1200{animation-duration:1200ms}
	.animation-duration-1400{animation-duration:1400ms}
	.animation-duration-1600{animation-duration:1600ms}
	.animation-duration-1800{animation-duration:1800ms}
	.animation-duration-2000{animation-duration:2000ms}
	.animation-delay-100{animation-delay:100ms}
	.animation-delay-200{animation-delay:200ms}
	.animation-delay-300{animation-delay:300ms}
	.animation-delay-400{animation-delay:400ms}
	.animation-delay-500{animation-delay:500ms}
	.animation-delay-600{animation-delay:600ms}
	.animation-delay-700{animation-delay:700ms}
	.animation-delay-800{animation-delay:800ms}
	.animation-delay-900{animation-delay:900ms}
	.animation-delay-1000{animation-delay:1000ms}
	.animation-delay-1200{animation-delay:1200ms}
	.animation-delay-1400{animation-delay:1400ms}
	.animation-delay-1600{animation-delay:1600ms}
	.animation-delay-1800{animation-delay:1800ms}
	.animation-delay-2000{animation-delay:2000ms}
	.animation-infinite{animation-iteration-count:infinite}
	.delay-50,.hover-delay-50:hover,.group:hover .group-hover-delay-50,.active-delay-50.active{transition-delay:50ms}
	.delay-100,.hover-delay-100:hover,.group:hover .group-hover-delay-100,.active-delay-100.active{transition-delay:100ms}
	.delay-200,.hover-delay-200:hover,.group:hover .group-hover-delay-200,.active-delay-200.active{transition-delay:200ms}
	.delay-300,.hover-delay-300:hover,.group:hover .group-hover-delay-300,.active-delay-300.active{transition-delay:300ms}
	.delay-400,.hover-delay-400:hover,.group:hover .group-hover-delay-400,.active-delay-400.active{transition-delay:400ms}
	.delay-500,.hover-delay-500:hover,.group:hover .group-hover-delay-500,.active-delay-500.active{transition-delay:500ms}
	.delay-600,.hover-delay-600:hover,.group:hover .group-hover-delay-600,.active-delay-600.active{transition-delay:600ms}
	.delay-700,.hover-delay-700:hover,.group:hover .group-hover-delay-700,.active-delay-700.active{transition-delay:700ms}
	.delay-800,.hover-delay-800:hover,.group:hover .group-hover-delay-800,.active-delay-800.active{transition-delay:800ms}
	.delay-900,.hover-delay-900:hover,.group:hover .group-hover-delay-900,.active-delay-900.active{transition-delay:900ms}
	.delay-1000,.hover-delay-1000:hover,.group:hover .group-hover-delay-1000,.active-delay-1000.active{transition-delay:1000ms}
	.ease{transition-timing-function:ease}
	.ease-linear{transition-timing-function:linear}
	.ease-in{transition-timing-function:ease-in}
	.ease-out{transition-timing-function:ease-out}
	.ease-in-out{transition-timing-function:ease-in-out}
	.ease-expo{transition-timing-function:cubic-bezier(0.77,0,0.2,1)}
	/* Z index */
	.-zi-2,.-hover-zi-2:hover,.group:hover .-group-hover-zi-2,.-active-zi-2.active{z-index:-2}.-zi-1,.-hover-zi-1:hover,.group:hover .-group-hover-zi-1,.-active-zi-1.active{z-index:-1}.zi-0,.hover-zi-0:hover,.group:hover .group-hover-zi-0,.active-zi-0.active{z-index:0}.zi-1,.hover-zi-1:hover,.group:hover .group-hover-zi-1,.active-zi-1.active{z-index:1}.zi-2,.hover-zi-2:hover,.group:hover .group-hover-zi-2,.active-zi-2.active{z-index:2}.zi-3,.hover-zi-3:hover,.group:hover .group-hover-zi-3,.active-zi-3.active{z-index:3}.zi-4,.hover-zi-4:hover,.group:hover .group-hover-zi-4,.active-zi-4.active{z-index:4}.zi-5,.hover-zi-5:hover,.group:hover .group-hover-zi-5,.active-zi-5.active{z-index:5}.zi-10,.hover-zi-10:hover,.group:hover .group-hover-zi-10,.active-zi-10.active{z-index:10}.zi-15,.hover-zi-15:hover,.group:hover .group-hover-zi-15,.active-zi-15.active{z-index:15}.zi-20,.hover-zi-20:hover,.group:hover .group-hover-zi-20,.active-zi-20.active{z-index:20}.zi-25,.hover-zi-25:hover,.group:hover .group-hover-zi-25,.active-zi-25.active{z-index:25}.zi-30,.hover-zi-30:hover,.group:hover .group-hover-zi-30,.active-zi-30.active{z-index:30}.zi-35,.hover-zi-35:hover,.group:hover .group-hover-zi-35,.active-zi-35.active{z-index:35}.zi-40,.hover-zi-40:hover,.group:hover .group-hover-zi-40,.active-zi-40.active{z-index:40}.zi-45,.hover-zi-45:hover,.group:hover .group-hover-zi-45,.active-zi-45.active{z-index:45}.zi-50,.hover-zi-50:hover,.group:hover .group-hover-zi-50,.active-zi-50.active{z-index:50}.zi-100,.hover-zi-100:hover,.group:hover .group-hover-zi-100,.active-zi-100.active{z-index:100}.zi-500,.hover-zi-500:hover,.group:hover .group-hover-zi-500,.active-zi-500.active{z-index:500}.zi-1000,.hover-zi-1000:hover,.group:hover .group-hover-zi-1000,.active-zi-1000.active{z-index:1000}.zi-1500,.hover-zi-1500:hover,.group:hover .group-hover-zi-1500,.active-zi-1500.active{z-index:1500}.zi-2000,.hover-zi-2000:hover,.group:hover .group-hover-zi-2000,.active-zi-2000.active{z-index:2000}
	/* Opacity */
	.opacity-0,.hover-opacity-0:hover,.group:hover .group-hover-opacity-0,.active-opacity-0.active{opacity:0}
	.opacity-10,.hover-opacity-10:hover,.group:hover .group-hover-opacity-10,.active-opacity-10.active{opacity:.1}
	.opacity-20,.hover-opacity-20:hover,.group:hover .group-hover-opacity-20,.active-opacity-20.active{opacity:.2}
	.opacity-30,.hover-opacity-30:hover,.group:hover .group-hover-opacity-30,.active-opacity-30.active{opacity:.3}
	.opacity-40,.hover-opacity-40:hover,.group:hover .group-hover-opacity-40,.active-opacity-40.active{opacity:.4}
	.opacity-50,.hover-opacity-50:hover,.group:hover .group-hover-opacity-50,.active-opacity-50.active{opacity:.5}
	.opacity-60,.hover-opacity-60:hover,.group:hover .group-hover-opacity-60,.active-opacity-60.active{opacity:.6}
	.opacity-70,.hover-opacity-70:hover,.group:hover .group-hover-opacity-70,.active-opacity-70.active{opacity:.7}
	.opacity-80,.hover-opacity-80:hover,.group:hover .group-hover-opacity-80,.active-opacity-80.active{opacity:.8}
	.opacity-90,.hover-opacity-90:hover,.group:hover .group-hover-opacity-90,.active-opacity-90.active{opacity:.9}
	.opacity-100,.hover-opacity-100:hover,.group:hover .group-hover-opacity-100,.active-opacity-100.active{opacity:1}


/* Responsive Visible Options */

	/* Small screen */
		@media (max-width:992px){
			/* Container */
			.container{max-width:540px}
			/* Margin */
			.sm-mt-auto,.sm-my-auto,.sm-m-auto{margin-top:auto}.sm-mt-0,.sm-my-0,.sm-m-0{margin-top:0}.sm-mt-px,.sm-my-px,.sm-m-px{margin-top:1px}.sm-mt-1,.sm-my-1,.sm-m-1{margin-top:var(--spacing1)}.sm-mt-2,.sm-my-2,.sm-m-2{margin-top:var(--spacing2)}.sm-mt-3,.sm-my-3,.sm-m-3{margin-top:var(--spacing3)}.sm-mt-4,.sm-my-4,.sm-m-4{margin-top:var(--spacing4)}.sm-mt-5,.sm-my-5,.sm-m-5{margin-top:var(--spacing5)}.sm-mt-6,.sm-my-6,.sm-m-6{margin-top:var(--spacing6)}.sm-mt-7,.sm-my-7,.sm-m-7{margin-top:var(--spacing7)}.sm-mt-8,.sm-my-8,.sm-m-8{margin-top:var(--spacing8)}.sm-mt-9,.sm-my-9,.sm-m-9{margin-top:var(--spacing9)}.sm-mt-10,.sm-my-10,.sm-m-10{margin-top:var(--spacing10)}.sm-mt-11,.sm-my-11,.sm-m-11{margin-top:var(--spacing11)}.sm-mt-12,.sm-my-12,.sm-m-12{margin-top:var(--spacing12)}.sm-mt-13,.sm-my-13,.sm-m-13{margin-top:var(--spacing13)}.sm-mt-14,.sm-my-14,.sm-m-14{margin-top:var(--spacing14)}.sm-mt-15,.sm-my-15,.sm-m-15{margin-top:var(--spacing15)}.sm-mt-16,.sm-my-16,.sm-m-16{margin-top:var(--spacing16)}.sm-mt-17,.sm-my-17,.sm-m-17{margin-top:var(--spacing17)}.sm-mt-18,.sm-my-18,.sm-m-18{margin-top:var(--spacing18)}.sm-mt-19,.sm-my-19,.sm-m-19{margin-top:var(--spacing19)}.sm-mt-20,.sm-my-20,.sm-m-20{margin-top:var(--spacing20)}.sm-mt-21,.sm-my-21,.sm-m-21{margin-top:var(--spacing21)}.sm-mt-22,.sm-my-22,.sm-m-22{margin-top:var(--spacing22)}.sm-mt-23,.sm-my-23,.sm-m-23{margin-top:var(--spacing23)}.sm-mt-24,.sm-my-24,.sm-m-24{margin-top:var(--spacing24)}.sm-mt-25,.sm-my-25,.sm-m-25{margin-top:var(--spacing25)}
			.sm-mr-auto,.sm-mx-auto,.sm-m-auto{margin-right:auto}.sm-mr-0,.sm-mx-0,.sm-m-0{margin-right:0}.sm-mr-px,.sm-mx-px,.sm-m-px{margin-right:1px}.sm-mr-1,.sm-mx-1,.sm-m-1{margin-right:var(--spacing1)}.sm-mr-2,.sm-mx-2,.sm-m-2{margin-right:var(--spacing2)}.sm-mr-3,.sm-mx-3,.sm-m-3{margin-right:var(--spacing3)}.sm-mr-4,.sm-mx-4,.sm-m-4{margin-right:var(--spacing4)}.sm-mr-5,.sm-mx-5,.sm-m-5{margin-right:var(--spacing5)}.sm-mr-6,.sm-mx-6,.sm-m-6{margin-right:var(--spacing6)}.sm-mr-7,.sm-mx-7,.sm-m-7{margin-right:var(--spacing7)}.sm-mr-8,.sm-mx-8,.sm-m-8{margin-right:var(--spacing8)}.sm-mr-9,.sm-mx-9,.sm-m-9{margin-right:var(--spacing9)}.sm-mr-10,.sm-mx-10,.sm-m-10{margin-right:var(--spacing10)}.sm-mr-11,.sm-mx-11,.sm-m-11{margin-right:var(--spacing11)}.sm-mr-12,.sm-mx-12,.sm-m-12{margin-right:var(--spacing12)}.sm-mr-13,.sm-mx-13,.sm-m-13{margin-right:var(--spacing13)}.sm-mr-14,.sm-mx-14,.sm-m-14{margin-right:var(--spacing14)}.sm-mr-15,.sm-mx-15,.sm-m-15{margin-right:var(--spacing15)}.sm-mr-16,.sm-mx-16,.sm-m-16{margin-right:var(--spacing16)}.sm-mr-17,.sm-mx-17,.sm-m-17{margin-right:var(--spacing17)}.sm-mr-18,.sm-mx-18,.sm-m-18{margin-right:var(--spacing18)}.sm-mr-19,.sm-mx-19,.sm-m-19{margin-right:var(--spacing19)}.sm-mr-20,.sm-mx-20,.sm-m-20{margin-right:var(--spacing20)}.sm-mr-21,.sm-mx-21,.sm-m-21{margin-right:var(--spacing21)}.sm-mr-22,.sm-mx-22,.sm-m-22{margin-right:var(--spacing22)}.sm-mr-23,.sm-mx-23,.sm-m-23{margin-right:var(--spacing23)}.sm-mr-24,.sm-mx-24,.sm-m-24{margin-right:var(--spacing24)}.sm-mr-25,.sm-mx-25,.sm-m-25{margin-right:var(--spacing25)}
			.sm-mb-auto,.sm-my-auto,.sm-m-auto{margin-bottom:auto}.sm-mb-0,.sm-my-0,.sm-m-0{margin-bottom:0}.sm-mb-px,.sm-my-px,.sm-m-px{margin-bottom:1px}.sm-mb-1,.sm-my-1,.sm-m-1{margin-bottom:var(--spacing1)}.sm-mb-2,.sm-my-2,.sm-m-2{margin-bottom:var(--spacing2)}.sm-mb-3,.sm-my-3,.sm-m-3{margin-bottom:var(--spacing3)}.sm-mb-4,.sm-my-4,.sm-m-4{margin-bottom:var(--spacing4)}.sm-mb-5,.sm-my-5,.sm-m-5{margin-bottom:var(--spacing5)}.sm-mb-6,.sm-my-6,.sm-m-6{margin-bottom:var(--spacing6)}.sm-mb-7,.sm-my-7,.sm-m-7{margin-bottom:var(--spacing7)}.sm-mb-8,.sm-my-8,.sm-m-8{margin-bottom:var(--spacing8)}.sm-mb-9,.sm-my-9,.sm-m-9{margin-bottom:var(--spacing9)}.sm-mb-10,.sm-my-10,.sm-m-10{margin-bottom:var(--spacing10)}.sm-mb-11,.sm-my-11,.sm-m-11{margin-bottom:var(--spacing11)}.sm-mb-12,.sm-my-12,.sm-m-12{margin-bottom:var(--spacing12)}.sm-mb-13,.sm-my-13,.sm-m-13{margin-bottom:var(--spacing13)}.sm-mb-14,.sm-my-14,.sm-m-14{margin-bottom:var(--spacing14)}.sm-mb-15,.sm-my-15,.sm-m-15{margin-bottom:var(--spacing15)}.sm-mb-16,.sm-my-16,.sm-m-16{margin-bottom:var(--spacing16)}.sm-mb-17,.sm-my-17,.sm-m-17{margin-bottom:var(--spacing17)}.sm-mb-18,.sm-my-18,.sm-m-18{margin-bottom:var(--spacing18)}.sm-mb-19,.sm-my-19,.sm-m-19{margin-bottom:var(--spacing19)}.sm-mb-20,.sm-my-20,.sm-m-20{margin-bottom:var(--spacing20)}.sm-mb-21,.sm-my-21,.sm-m-21{margin-bottom:var(--spacing21)}.sm-mb-22,.sm-my-22,.sm-m-22{margin-bottom:var(--spacing22)}.sm-mb-23,.sm-my-23,.sm-m-23{margin-bottom:var(--spacing23)}.sm-mb-24,.sm-my-24,.sm-m-24{margin-bottom:var(--spacing24)}.sm-mb-25,.sm-my-25,.sm-m-25{margin-bottom:var(--spacing25)}
			.sm-ml-auto,.sm-mx-auto,.sm-m-auto{margin-left:auto}.sm-ml-0,.sm-mx-0,.sm-m-0{margin-left:0}.sm-ml-px,.sm-mx-px,.sm-m-px{margin-left:1px}.sm-ml-1,.sm-mx-1,.sm-m-1{margin-left:var(--spacing1)}.sm-ml-2,.sm-mx-2,.sm-m-2{margin-left:var(--spacing2)}.sm-ml-3,.sm-mx-3,.sm-m-3{margin-left:var(--spacing3)}.sm-ml-4,.sm-mx-4,.sm-m-4{margin-left:var(--spacing4)}.sm-ml-5,.sm-mx-5,.sm-m-5{margin-left:var(--spacing5)}.sm-ml-6,.sm-mx-6,.sm-m-6{margin-left:var(--spacing6)}.sm-ml-7,.sm-mx-7,.sm-m-7{margin-left:var(--spacing7)}.sm-ml-8,.sm-mx-8,.sm-m-8{margin-left:var(--spacing8)}.sm-ml-9,.sm-mx-9,.sm-m-9{margin-left:var(--spacing9)}.sm-ml-10,.sm-mx-10,.sm-m-10{margin-left:var(--spacing10)}.sm-ml-11,.sm-mx-11,.sm-m-11{margin-left:var(--spacing11)}.sm-ml-12,.sm-mx-12,.sm-m-12{margin-left:var(--spacing12)}.sm-ml-13,.sm-mx-13,.sm-m-13{margin-left:var(--spacing13)}.sm-ml-14,.sm-mx-14,.sm-m-14{margin-left:var(--spacing14)}.sm-ml-15,.sm-mx-15,.sm-m-15{margin-left:var(--spacing15)}.sm-ml-16,.sm-mx-16,.sm-m-16{margin-left:var(--spacing16)}.sm-ml-17,.sm-mx-17,.sm-m-17{margin-left:var(--spacing17)}.sm-ml-18,.sm-mx-18,.sm-m-18{margin-left:var(--spacing18)}.sm-ml-19,.sm-mx-19,.sm-m-19{margin-left:var(--spacing19)}.sm-ml-20,.sm-mx-20,.sm-m-20{margin-left:var(--spacing20)}.sm-ml-21,.sm-mx-21,.sm-m-21{margin-left:var(--spacing21)}.sm-ml-22,.sm-mx-22,.sm-m-22{margin-left:var(--spacing22)}.sm-ml-23,.sm-mx-23,.sm-m-23{margin-left:var(--spacing23)}.sm-ml-24,.sm-mx-24,.sm-m-24{margin-left:var(--spacing24)}.sm-ml-25,.sm-mx-25,.sm-m-25{margin-left:var(--spacing25)}
			/* Padding */
			.sm-pt-0,.sm-py-0,.sm-p-0{padding-top:0}.sm-pt-px,.sm-py-px,.sm-p-px{padding-top:px}.sm-pt-px,.sm-py-px,.sm-p-px{padding-top:1px}.sm-pt-1,.sm-py-1,.sm-p-1{padding-top:var(--spacing1)}.sm-pt-2,.sm-py-2,.sm-p-2{padding-top:var(--spacing2)}.sm-pt-3,.sm-py-3,.sm-p-3{padding-top:var(--spacing3)}.sm-pt-4,.sm-py-4,.sm-p-4{padding-top:var(--spacing4)}.sm-pt-5,.sm-py-5,.sm-p-5{padding-top:var(--spacing5)}.sm-pt-6,.sm-py-6,.sm-p-6{padding-top:var(--spacing6)}.sm-pt-7,.sm-py-7,.sm-p-7{padding-top:var(--spacing7)}.sm-pt-8,.sm-py-8,.sm-p-8{padding-top:var(--spacing8)}.sm-pt-9,.sm-py-9,.sm-p-9{padding-top:var(--spacing9)}.sm-pt-10,.sm-py-10,.sm-p-10{padding-top:var(--spacing10)}.sm-pt-11,.sm-py-11,.sm-p-11{padding-top:var(--spacing11)}.sm-pt-12,.sm-py-12,.sm-p-12{padding-top:var(--spacing12)}.sm-pt-13,.sm-py-13,.sm-p-13{padding-top:var(--spacing13)}.sm-pt-14,.sm-py-14,.sm-p-14{padding-top:var(--spacing14)}.sm-pt-15,.sm-py-15,.sm-p-15{padding-top:var(--spacing15)}.sm-pt-16,.sm-py-16,.sm-p-16{padding-top:var(--spacing16)}.sm-pt-17,.sm-py-17,.sm-p-17{padding-top:var(--spacing17)}.sm-pt-18,.sm-py-18,.sm-p-18{padding-top:var(--spacing18)}.sm-pt-19,.sm-py-19,.sm-p-19{padding-top:var(--spacing19)}.sm-pt-20,.sm-py-20,.sm-p-20{padding-top:var(--spacing20)}.sm-pt-21,.sm-py-21,.sm-p-21{padding-top:var(--spacing21)}.sm-pt-22,.sm-py-22,.sm-p-22{padding-top:var(--spacing22)}.sm-pt-23,.sm-py-23,.sm-p-23{padding-top:var(--spacing23)}.sm-pt-24,.sm-py-24,.sm-p-24{padding-top:var(--spacing24)}.sm-pt-25,.sm-py-25,.sm-p-25{padding-top:var(--spacing25)}
			.sm-pr-0,.sm-px-0,.sm-p-0{padding-right:0}.sm-pr-px,.sm-px-px,.sm-p-px{padding-right:px}.sm-pr-px,.sm-px-px,.sm-p-px{padding-right:1px}.sm-pr-1,.sm-px-1,.sm-p-1{padding-right:var(--spacing1)}.sm-pr-2,.sm-px-2,.sm-p-2{padding-right:var(--spacing2)}.sm-pr-3,.sm-px-3,.sm-p-3{padding-right:var(--spacing3)}.sm-pr-4,.sm-px-4,.sm-p-4{padding-right:var(--spacing4)}.sm-pr-5,.sm-px-5,.sm-p-5{padding-right:var(--spacing5)}.sm-pr-6,.sm-px-6,.sm-p-6{padding-right:var(--spacing6)}.sm-pr-7,.sm-px-7,.sm-p-7{padding-right:var(--spacing7)}.sm-pr-8,.sm-px-8,.sm-p-8{padding-right:var(--spacing8)}.sm-pr-9,.sm-px-9,.sm-p-9{padding-right:var(--spacing9)}.sm-pr-10,.sm-px-10,.sm-p-10{padding-right:var(--spacing10)}.sm-pr-11,.sm-px-11,.sm-p-11{padding-right:var(--spacing11)}.sm-pr-12,.sm-px-12,.sm-p-12{padding-right:var(--spacing12)}.sm-pr-13,.sm-px-13,.sm-p-13{padding-right:var(--spacing13)}.sm-pr-14,.sm-px-14,.sm-p-14{padding-right:var(--spacing14)}.sm-pr-15,.sm-px-15,.sm-p-15{padding-right:var(--spacing15)}.sm-pr-16,.sm-px-16,.sm-p-16{padding-right:var(--spacing16)}.sm-pr-17,.sm-px-17,.sm-p-17{padding-right:var(--spacing17)}.sm-pr-18,.sm-px-18,.sm-p-18{padding-right:var(--spacing18)}.sm-pr-19,.sm-px-19,.sm-p-19{padding-right:var(--spacing19)}.sm-pr-20,.sm-px-20,.sm-p-20{padding-right:var(--spacing20)}.sm-pr-21,.sm-px-21,.sm-p-21{padding-right:var(--spacing21)}.sm-pr-22,.sm-px-22,.sm-p-22{padding-right:var(--spacing22)}.sm-pr-23,.sm-px-23,.sm-p-23{padding-right:var(--spacing23)}.sm-pr-24,.sm-px-24,.sm-p-24{padding-right:var(--spacing24)}.sm-pr-25,.sm-px-25,.sm-p-25{padding-right:var(--spacing25)}
			.sm-pb-0,.sm-py-0,.sm-p-0{padding-bottom:0}.sm-pb-px,.sm-py-px,.sm-p-px{padding-bottom:px}.sm-pb-px,.sm-py-px,.sm-p-px{padding-bottom:1px}.sm-pb-1,.sm-py-1,.sm-p-1{padding-bottom:var(--spacing1)}.sm-pb-2,.sm-py-2,.sm-p-2{padding-bottom:var(--spacing2)}.sm-pb-3,.sm-py-3,.sm-p-3{padding-bottom:var(--spacing3)}.sm-pb-4,.sm-py-4,.sm-p-4{padding-bottom:var(--spacing4)}.sm-pb-5,.sm-py-5,.sm-p-5{padding-bottom:var(--spacing5)}.sm-pb-6,.sm-py-6,.sm-p-6{padding-bottom:var(--spacing6)}.sm-pb-7,.sm-py-7,.sm-p-7{padding-bottom:var(--spacing7)}.sm-pb-8,.sm-py-8,.sm-p-8{padding-bottom:var(--spacing8)}.sm-pb-9,.sm-py-9,.sm-p-9{padding-bottom:var(--spacing9)}.sm-pb-10,.sm-py-10,.sm-p-10{padding-bottom:var(--spacing10)}.sm-pb-11,.sm-py-11,.sm-p-11{padding-bottom:var(--spacing11)}.sm-pb-12,.sm-py-12,.sm-p-12{padding-bottom:var(--spacing12)}.sm-pb-13,.sm-py-13,.sm-p-13{padding-bottom:var(--spacing13)}.sm-pb-14,.sm-py-14,.sm-p-14{padding-bottom:var(--spacing14)}.sm-pb-15,.sm-py-15,.sm-p-15{padding-bottom:var(--spacing15)}.sm-pb-16,.sm-py-16,.sm-p-16{padding-bottom:var(--spacing16)}.sm-pb-17,.sm-py-17,.sm-p-17{padding-bottom:var(--spacing17)}.sm-pb-18,.sm-py-18,.sm-p-18{padding-bottom:var(--spacing18)}.sm-pb-19,.sm-py-19,.sm-p-19{padding-bottom:var(--spacing19)}.sm-pb-20,.sm-py-20,.sm-p-20{padding-bottom:var(--spacing20)}.sm-pb-21,.sm-py-21,.sm-p-21{padding-bottom:var(--spacing21)}.sm-pb-22,.sm-py-22,.sm-p-22{padding-bottom:var(--spacing22)}.sm-pb-23,.sm-py-23,.sm-p-23{padding-bottom:var(--spacing23)}.sm-pb-24,.sm-py-24,.sm-p-24{padding-bottom:var(--spacing24)}.sm-pb-25,.sm-py-25,.sm-p-25{padding-bottom:var(--spacing25)}
			.sm-pl-0,.sm-px-0,.sm-p-0{padding-left:0}.sm-pl-px,.sm-px-px,.sm-p-px{padding-left:px}.sm-pl-px,.sm-px-px,.sm-p-px{padding-left:1px}.sm-pl-1,.sm-px-1,.sm-p-1{padding-left:var(--spacing1)}.sm-pl-2,.sm-px-2,.sm-p-2{padding-left:var(--spacing2)}.sm-pl-3,.sm-px-3,.sm-p-3{padding-left:var(--spacing3)}.sm-pl-4,.sm-px-4,.sm-p-4{padding-left:var(--spacing4)}.sm-pl-5,.sm-px-5,.sm-p-5{padding-left:var(--spacing5)}.sm-pl-6,.sm-px-6,.sm-p-6{padding-left:var(--spacing6)}.sm-pl-7,.sm-px-7,.sm-p-7{padding-left:var(--spacing7)}.sm-pl-8,.sm-px-8,.sm-p-8{padding-left:var(--spacing8)}.sm-pl-9,.sm-px-9,.sm-p-9{padding-left:var(--spacing9)}.sm-pl-10,.sm-px-10,.sm-p-10{padding-left:var(--spacing10)}.sm-pl-11,.sm-px-11,.sm-p-11{padding-left:var(--spacing11)}.sm-pl-12,.sm-px-12,.sm-p-12{padding-left:var(--spacing12)}.sm-pl-13,.sm-px-13,.sm-p-13{padding-left:var(--spacing13)}.sm-pl-14,.sm-px-14,.sm-p-14{padding-left:var(--spacing14)}.sm-pl-15,.sm-px-15,.sm-p-15{padding-left:var(--spacing15)}.sm-pl-16,.sm-px-16,.sm-p-16{padding-left:var(--spacing16)}.sm-pl-17,.sm-px-17,.sm-p-17{padding-left:var(--spacing17)}.sm-pl-18,.sm-px-18,.sm-p-18{padding-left:var(--spacing18)}.sm-pl-19,.sm-px-19,.sm-p-19{padding-left:var(--spacing19)}.sm-pl-20,.sm-px-20,.sm-p-20{padding-left:var(--spacing20)}.sm-pl-21,.sm-px-21,.sm-p-21{padding-left:var(--spacing21)}.sm-pl-22,.sm-px-22,.sm-p-22{padding-left:var(--spacing22)}.sm-pl-23,.sm-px-23,.sm-p-23{padding-left:var(--spacing23)}.sm-pl-24,.sm-px-24,.sm-p-24{padding-left:var(--spacing24)}.sm-pl-25,.sm-px-25,.sm-p-25{padding-left:var(--spacing25)}
			/* Left, Top, Right, Bottom */
			.sm-top-auto{top:auto}.sm-right-auto{right:auto}.sm-bottom-auto{bottom:auto}.sm-left-auto{left:auto}
			.sm-top-0{top:0}.sm-top-px{top:1px}.sm-top-1{top:var(--spacing1)}.sm-top-2{top:var(--spacing2)}.sm-top-3{top:var(--spacing3)}.sm-top-4{top:var(--spacing4)}.sm-top-5{top:var(--spacing5)}.sm-top-6{top:var(--spacing6)}.sm-top-7{top:var(--spacing7)}.sm-top-8{top:var(--spacing8)}.sm-top-9{top:var(--spacing9)}.sm-top-10{top:var(--spacing10)}.sm-top-11{top:var(--spacing11)}.sm-top-12{top:var(--spacing12)}.sm-top-13{top:var(--spacing13)}.sm-top-14{top:var(--spacing14)}.sm-top-15{top:var(--spacing15)}.sm-top-16{top:var(--spacing16)}.sm-top-17{top:var(--spacing17)}.sm-top-18{top:var(--spacing18)}.sm-top-19{top:var(--spacing19)}.sm-top-20{top:var(--spacing20)}.sm-top-21{top:var(--spacing21)}.sm-top-22{top:var(--spacing22)}.sm-top-23{top:var(--spacing23)}.sm-top-24{top:var(--spacing24)}.sm-top-25{top:var(--spacing25)}
			.sm-right-0{right:0}.sm-right-px{right:1px}.sm-right-1{right:var(--spacing1)}.sm-right-2{right:var(--spacing2)}.sm-right-3{right:var(--spacing3)}.sm-right-4{right:var(--spacing4)}.sm-right-5{right:var(--spacing5)}.sm-right-6{right:var(--spacing6)}.sm-right-7{right:var(--spacing7)}.sm-right-8{right:var(--spacing8)}.sm-right-9{right:var(--spacing9)}.sm-right-10{right:var(--spacing10)}.sm-right-11{right:var(--spacing11)}.sm-right-12{right:var(--spacing12)}.sm-right-13{right:var(--spacing13)}.sm-right-14{right:var(--spacing14)}.sm-right-15{right:var(--spacing15)}.sm-right-16{right:var(--spacing16)}.sm-right-17{right:var(--spacing17)}.sm-right-18{right:var(--spacing18)}.sm-right-19{right:var(--spacing19)}.sm-right-20{right:var(--spacing20)}.sm-right-21{right:var(--spacing21)}.sm-right-22{right:var(--spacing22)}.sm-right-23{right:var(--spacing23)}.sm-right-24{right:var(--spacing24)}.sm-right-25{right:var(--spacing25)}
			.sm-bottom-0{bottom:0}.sm-bottom-px{bottom:1px}.sm-bottom-1{bottom:var(--spacing1)}.sm-bottom-2{bottom:var(--spacing2)}.sm-bottom-3{bottom:var(--spacing3)}.sm-bottom-4{bottom:var(--spacing4)}.sm-bottom-5{bottom:var(--spacing5)}.sm-bottom-6{bottom:var(--spacing6)}.sm-bottom-7{bottom:var(--spacing7)}.sm-bottom-8{bottom:var(--spacing8)}.sm-bottom-9{bottom:var(--spacing9)}.sm-bottom-10{bottom:var(--spacing10)}.sm-bottom-11{bottom:var(--spacing11)}.sm-bottom-12{bottom:var(--spacing12)}.sm-bottom-13{bottom:var(--spacing13)}.sm-bottom-14{bottom:var(--spacing14)}.sm-bottom-15{bottom:var(--spacing15)}.sm-bottom-16{bottom:var(--spacing16)}.sm-bottom-17{bottom:var(--spacing17)}.sm-bottom-18{bottom:var(--spacing18)}.sm-bottom-19{bottom:var(--spacing19)}.sm-bottom-20{bottom:var(--spacing20)}.sm-bottom-21{bottom:var(--spacing21)}.sm-bottom-22{bottom:var(--spacing22)}.sm-bottom-23{bottom:var(--spacing23)}.sm-bottom-24{bottom:var(--spacing24)}.sm-bottom-25{bottom:var(--spacing25)}
			.sm-left-0{left:0}.sm-left-px{left:1px}.sm-left-1{left:var(--spacing1)}.sm-left-2{left:var(--spacing2)}.sm-left-3{left:var(--spacing3)}.sm-left-4{left:var(--spacing4)}.sm-left-5{left:var(--spacing5)}.sm-left-6{left:var(--spacing6)}.sm-left-7{left:var(--spacing7)}.sm-left-8{left:var(--spacing8)}.sm-left-9{left:var(--spacing9)}.sm-left-10{left:var(--spacing10)}.sm-left-11{left:var(--spacing11)}.sm-left-12{left:var(--spacing12)}.sm-left-13{left:var(--spacing13)}.sm-left-14{left:var(--spacing14)}.sm-left-15{left:var(--spacing15)}.sm-left-16{left:var(--spacing16)}.sm-left-17{left:var(--spacing17)}.sm-left-18{left:var(--spacing18)}.sm-left-19{left:var(--spacing19)}.sm-left-20{left:var(--spacing20)}.sm-left-21{left:var(--spacing21)}.sm-left-22{left:var(--spacing22)}.sm-left-23{left:var(--spacing23)}.sm-left-24{left:var(--spacing24)}.sm-left-25{left:var(--spacing25)}
			/* Gaps -- From .sm-gap-0 (0px) to .sm-gap-25 (12rem) */
			.sm-gap-0,.sm-gap-x-0{column-gap:0}.sm-gap-0,.sm-gap-y-0{row-gap:0}.sm-gap-1,.sm-gap-x-1{column-gap:1px}.sm-gap-1,.sm-gap-y-1{row-gap:1px}.sm-gap-2,.sm-gap-x-2{column-gap:0.25rem}.sm-gap-2,.sm-gap-y-2{row-gap:0.25rem}.sm-gap-3,.sm-gap-x-3{column-gap:0.375rem}.sm-gap-3,.sm-gap-y-3{row-gap:0.375rem}.sm-gap-4,.sm-gap-x-4{column-gap:0.5rem}.sm-gap-4,.sm-gap-y-4{row-gap:0.5rem}.sm-gap-5,.sm-gap-x-5{column-gap:0.625rem}.sm-gap-5,.sm-gap-y-5{row-gap:0.625rem}.sm-gap-6,.sm-gap-x-6{column-gap:0.75rem}.sm-gap-6,.sm-gap-y-6{row-gap:0.75rem}.sm-gap-7,.sm-gap-x-7{column-gap:0.875rem}.sm-gap-7,.sm-gap-y-7{row-gap:0.875rem}.sm-gap-8,.sm-gap-x-8{column-gap:1rem}.sm-gap-8,.sm-gap-y-8{row-gap:1rem}.sm-gap-9,.sm-gap-x-9{column-gap:1.25rem}.sm-gap-9,.sm-gap-y-9{row-gap:1.25rem}.sm-gap-10,.sm-gap-x-10{column-gap:1.5rem}.sm-gap-10,.sm-gap-y-10{row-gap:1.5rem}.sm-gap-11,.sm-gap-x-11{column-gap:1.75rem}.sm-gap-11,.sm-gap-y-11{row-gap:1.75rem}.sm-gap-12,.sm-gap-x-12{column-gap:2rem}.sm-gap-12,.sm-gap-y-12{row-gap:2rem}.sm-gap-13,.sm-gap-x-13{column-gap:2.5rem}.sm-gap-13,.sm-gap-y-13{row-gap:2.5rem}.sm-gap-14,.sm-gap-x-14{column-gap:3rem}.sm-gap-14,.sm-gap-y-14{row-gap:3rem}.sm-gap-15,.sm-gap-x-15{column-gap:3.5rem}.sm-gap-15,.sm-gap-y-15{row-gap:3.5rem}.sm-gap-16,.sm-gap-x-16{column-gap:4rem}.sm-gap-16,.sm-gap-y-16{row-gap:4rem}.sm-gap-17,.sm-gap-x-17{column-gap:4.5rem}.sm-gap-17,.sm-gap-y-17{row-gap:4.5rem}.sm-gap-18,.sm-gap-x-18{column-gap:5rem}.sm-gap-18,.sm-gap-y-18{row-gap:5rem}.sm-gap-19,.sm-gap-x-19{column-gap:5.5rem}.sm-gap-19,.sm-gap-y-19{row-gap:5.5rem}.sm-gap-20,.sm-gap-x-20{column-gap:6rem}.sm-gap-20,.sm-gap-y-20{row-gap:6rem}.sm-gap-21,.sm-gap-x-21{column-gap:7rem}.sm-gap-21,.sm-gap-y-21{row-gap:7rem}.sm-gap-22,.sm-gap-x-22{column-gap:8rem}.sm-gap-22,.sm-gap-y-22{row-gap:8rem}.sm-gap-23,.sm-gap-x-23{column-gap:9rem}.sm-gap-23,.sm-gap-y-23{row-gap:9rem}.sm-gap-24,.sm-gap-x-24{column-gap:10rem}.sm-gap-24,.sm-gap-y-24{row-gap:10rem}.sm-gap-25,.sm-gap-x-25{column-gap:12rem}.sm-gap-25,.sm-gap-y-25{row-gap:12rem}
			/* Translate Y */
			.sm-translate-y-0{transform:translateY(0)}.sm-translate-y-1{transform:translateY(var(--spacing1))}.sm-translate-y-2{transform:translateY(var(--spacing2))}.sm-translate-y-3{transform:translateY(var(--spacing3))}.sm-translate-y-4{transform:translateY(var(--spacing4))}.sm-translate-y-5{transform:translateY(var(--spacing5))}.sm-translate-y-6{transform:translateY(var(--spacing6))}.sm-translate-y-7{transform:translateY(var(--spacing7))}.sm-translate-y-8{transform:translateY(var(--spacing8))}.sm-translate-y-9{transform:translateY(var(--spacing9))}.sm-translate-y-10{transform:translateY(var(--spacing10))}.sm-translate-y-11{transform:translateY(var(--spacing11))}.sm-translate-y-12{transform:translateY(var(--spacing12))}.sm-translate-y-13{transform:translateY(var(--spacing13))}.sm-translate-y-14{transform:translateY(var(--spacing14))}.sm-translate-y-15{transform:translateY(var(--spacing15))}.sm-translate-y-16{transform:translateY(var(--spacing16))}.sm-translate-y-17{transform:translateY(var(--spacing17))}.sm-translate-y-18{transform:translateY(var(--spacing18))}.sm-translate-y-19{transform:translateY(var(--spacing19))}.sm-translate-y-20{transform:translateY(var(--spacing20))}.sm-translate-y-21{transform:translateY(var(--spacing21))}.sm-translate-y-22{transform:translateY(var(--spacing22))}.sm-translate-y-23{transform:translateY(var(--spacing23))}.sm-translate-y-24{transform:translateY(var(--spacing24))}.sm-translate-y-25{transform:translateY(var(--spacing25))}
			.sm-translate-y-perc-25{transform:translateY(25%)}.sm-translate-y-perc-50{transform:translateY(50%)}.sm-translate-y-perc-75{transform:translateY(75%)}.sm-translate-y-perc-100,.sm-translate-y-perc-full{transform:translateY(100%)}
			.-sm-translate-y-perc-25{transform:translateY(-25%)}.-sm-translate-y-perc-50{transform:translateY(-50%)}.-sm-translate-y-perc-75{transform:translateY(-75%)}.-sm-translate-y-perc-100,.-sm-translate-y-perc-full{transform:translateY(-100%)}
			/* Translate X */
			.sm-translate-x-0{transform:translateX(0)}.sm-translate-x-1{transform:translateX(var(--spacing1))}.sm-translate-x-2{transform:translateX(var(--spacing2))}.sm-translate-x-3{transform:translateX(var(--spacing3))}.sm-translate-x-4{transform:translateX(var(--spacing4))}.sm-translate-x-5{transform:translateX(var(--spacing5))}.sm-translate-x-6{transform:translateX(var(--spacing6))}.sm-translate-x-7{transform:translateX(var(--spacing7))}.sm-translate-x-8{transform:translateX(var(--spacing8))}.sm-translate-x-9{transform:translateX(var(--spacing9))}.sm-translate-x-10{transform:translateX(var(--spacing10))}.sm-translate-x-11{transform:translateX(var(--spacing11))}.sm-translate-x-12{transform:translateX(var(--spacing12))}.sm-translate-x-13{transform:translateX(var(--spacing13))}.sm-translate-x-14{transform:translateX(var(--spacing14))}.sm-translate-x-15{transform:translateX(var(--spacing15))}.sm-translate-x-16{transform:translateX(var(--spacing16))}.sm-translate-x-17{transform:translateX(var(--spacing17))}.sm-translate-x-18{transform:translateX(var(--spacing18))}.sm-translate-x-19{transform:translateX(var(--spacing19))}.sm-translate-x-20{transform:translateX(var(--spacing20))}.sm-translate-x-21{transform:translateX(var(--spacing21))}.sm-translate-x-22{transform:translateX(var(--spacing22))}.sm-translate-x-23{transform:translateX(var(--spacing23))}.sm-translate-x-24{transform:translateX(var(--spacing24))}.sm-translate-x-25{transform:translateX(var(--spacing25))}
			.sm-translate-x-perc-25{transform:translateX(25%)}.sm-translate-x-perc-50{transform:translateX(50%)}.sm-translate-x-perc-75{transform:translateX(75%)}.sm-translate-x-perc-100,.sm-translate-x-perc-full{transform:translateX(100%)}
			.-sm-translate-x-perc-25{transform:translateX(-25%)}.-sm-translate-x-perc-50{transform:translateX(-50%)}.-sm-translate-x-perc-75{transform:translateX(-75%)}.-sm-translate-x-perc-100,.-sm-translate-x-perc-full{transform:translateX(-100%)}
			/* Font sizes */
			.sm-text-xxs{font-size:var(--text-xxs)}.sm-text-xs{font-size:var(--text-xs)}.sm-text-sm{font-size:var(--text-sm)}.sm-text-base{font-size:var(--text-base)}.sm-text-md{font-size:var(--text-md)}.sm-text-lg{font-size:var(--text-lg)}.sm-text-xl{font-size:var(--text-xl)}.sm-text-2xl{font-size:var(--text-2xl)}.sm-text-3xl{font-size:var(--text-3xl)}.sm-text-4xl{font-size:var(--text-4xl)}.sm-text-5xl{font-size:var(--text-5xl)}.sm-text-6xl{font-size:var(--text-6xl)}.sm-text-7xl{font-size:var(--text-7xl)}.sm-text-8xl{font-size:var(--text-8xl)}.sm-text-9xl{font-size:var(--text-9xl)}.sm-text-10xl{font-size:var(--text-10xl)}.sm-text-11xl{font-size:var(--text-11xl)}.sm-text-12xl{font-size:var(--text-12xl)}.sm-text-13xl{font-size:var(--text-13xl)}.sm-text-14xl{font-size:var(--text-14xl)}.sm-text-15xl{font-size:var(--text-15xl)}
			/* Letter Spacing */
			.sm-ls-xxs,.sm-hover-ls-xxs:hover,.group:hover .sm-group-hover-ls-xxs,.sm-active-ls-xxs.active{letter-spacing:-0.08rem}.sm-ls-xs,.sm-hover-ls-xs:hover,.group:hover .sm-group-hover-ls-xs,.sm-active-ls-xs.active{letter-spacing:-0.04rem}.sm-ls-sm,.sm-hover-ls-sm:hover,.group:hover .sm-group-hover-ls-sm,.sm-active-ls-sm.active{letter-spacing:-0.02rem}.sm-ls-base,.sm-hover-ls-base:hover,.group:hover .sm-group-hover-ls-base,.sm-active-ls-base.active{letter-spacing:0rem}.sm-ls-md,.sm-hover-ls-md:hover,.group:hover .sm-group-hover-ls-md,.sm-active-ls-md.active{letter-spacing:0.02rem}.sm-ls-lg,.sm-hover-ls-lg:hover,.group:hover .sm-group-hover-ls-lg,.sm-active-ls-lg.active{letter-spacing:0.04rem}.sm-ls-xl,.sm-hover-ls-xl:hover,.group:hover .sm-group-hover-ls-xl,.sm-active-ls-xl.active{letter-spacing:0.075rem}.sm-ls-2xl,.sm-hover-ls-2xl:hover,.group:hover .sm-group-hover-ls-2xl,.sm-active-ls-2xl.active{letter-spacing:0.1rem}.sm-ls-3xl,.sm-hover-ls-3xl:hover,.group:hover .sm-group-hover-ls-3xl,.sm-active-ls-3xl.active{letter-spacing:0.3rem}.sm-ls-4xl,.sm-hover-ls-4xl:hover,.group:hover .sm-group-hover-ls-4xl,.sm-active-ls-4xl.active{letter-spacing:0.6rem}.sm-ls-5xl,.sm-hover-ls-5xl:hover,.group:hover .sm-group-hover-ls-5xl,.sm-active-ls-5xl.active{letter-spacing:1rem}.sm-ls-6xl,.sm-hover-ls-6xl:hover,.group:hover .sm-group-hover-ls-6xl,.sm-active-ls-6xl.active{letter-spacing:1.3rem}.sm-ls-7xl,.sm-hover-ls-7xl:hover,.group:hover .sm-group-hover-ls-7xl,.sm-active-ls-7xl.active{letter-spacing:1.6rem}.sm-ls-8xl,.sm-hover-ls-8xl:hover,.group:hover .sm-group-hover-ls-8xl,.sm-active-ls-8xl.active{letter-spacing:2rem}.sm-ls-9xl,.sm-hover-ls-9xl:hover,.group:hover .sm-group-hover-ls-9xl,.sm-active-ls-9xl.active{letter-spacing:2.5rem}.sm-ls-10xl,.sm-hover-ls-10xl:hover,.group:hover .sm-group-hover-ls-10xl,.sm-active-ls-10xl.active{letter-spacing:4rem}
			/* Line Height */
			.sm-lh-normal{line-height:normal}.sm-lh-inherit{line-height:inherit}.sm-lh-base{line-height:var(--body-line-height)}.sm-lh-perc-80{line-height:80%}.sm-lh-perc-90{line-height:90%}.sm-lh-perc-100{line-height:100%}.sm-lh-perc-110{line-height:110%}.sm-lh-perc-120{line-height:120%}.sm-lh-perc-130{line-height:130%}.sm-lh-perc-140{line-height:140%}.sm-lh-perc-150{line-height:150%}.sm-lh-perc-160{line-height:160%}.sm-lh-perc-170{line-height:170%}.sm-lh-perc-180{line-height:180%}.sm-lh-perc-190{line-height:190%}.sm-lh-perc-200{line-height:200%}
			.sm-lh-xxs{line-height:var(--lh-xxs);}.sm-lh-xs{line-height:var(--lh-xs)}.sm-lh-sm{line-height:var(--lh-sm)}.sm-lh-md{line-height:var(--lh-md)}.sm-lh-lg{line-height:var(--lh-lg)}.sm-lh-xl{line-height:var(--lh-xl)}.sm-lh-2xl{line-height:var(--lh-2xl)}.sm-lh-3xl{line-height:var(--lh-3xl)}.sm-lh-4xl{line-height:var(--lh-4xl)}.sm-lh-5xl{line-height:var(--lh-5xl)}.sm-lh-6xl{line-height:var(--lh-6xl)}.sm-lh-7xl{line-height:var(--lh-7xl)}.sm-lh-8xl{line-height:var(--lh-8xl)}.sm-lh-9xl{line-height:var(--lh-9xl)}.sm-lh-10xl{line-height:var(--lh-10xl)}.sm-lh-11xl{line-height:var(--lh-11xl)}.sm-lh-12xl{line-height:var(--lh-12xl)}.sm-lh-13xl{line-height:var(--lh-13xl)}.sm-lh-14xl{line-height:var(--lh-14xl)}.sm-lh-15xl{line-height:var(--lh-15xl)}
			/* White Space */
			.sm-ws-nowrap{white-space:nowrap}.sm-ws-normal{white-space:normal}
			/* Width */
			.sm-w-perc-0,.sm-w-0{width:0}.sm-w-perc-100,.sm-w-full{width:100%}.sm-w-screen,.sm-w-screen-100.sm-fullscreen{width:100vw}.sm-w-auto{width:auto}.sm-w-fit{width:fit-content}
			.sm-w-perc-5{width:5%}.sm-w-perc-10{width:10%}.sm-w-perc-15{width:15%}.sm-w-perc-20{width:20%}.sm-w-perc-25{width:25%}.sm-w-perc-30{width:30%}.sm-w-perc-35{width:35%}.sm-w-perc-40{width:40%}.sm-w-perc-45{width:45%}.sm-w-perc-50{width:50%}.sm-w-perc-55{width:55%}.sm-w-perc-60{width:60%}.sm-w-perc-65{width:65%}.sm-w-perc-70{width:70%}.sm-w-perc-75{width:75%}.sm-w-perc-80{width:80%}.sm-w-perc-80{width:80%}.sm-w-perc-85{width:85%}.sm-w-perc-90{width:90%}.sm-w-perc-95{width:95%}
			.sm-w-1,.sm-w-px{width:1px}.sm-w-2{width:0.125rem}.sm-w-3{width:0.25rem}.sm-w-4{width:0.375rem}.sm-w-5{width:0.5rem}.sm-w-6{width:0.625rem}.sm-w-7{width:0.75rem}.sm-w-8{width:0.875rem}.sm-w-9{width:1rem}.sm-w-10{width:1.25rem}.sm-w-11{width:1.5rem}.sm-w-12{width:1.75rem}.sm-w-13{width:2rem}.sm-w-14{width:2.25rem}.sm-w-15{width:2.5rem}.sm-w-16{width:2.75rem}.sm-w-17{width:3rem}.sm-w-18{width:3.5rem}.sm-w-19{width:4rem}.sm-w-20{width:5rem}.sm-w-21{width:6rem}.sm-w-22{width:7rem}.sm-w-23{width:8rem}.sm-w-24{width:9rem}.sm-w-25{width:10rem}.sm-w-26{width:11rem}.sm-w-27{width:12rem}.sm-w-28{width:13rem}.sm-w-29{width:14rem}.sm-w-30{width:15rem}.sm-w-31{width:16rem}.sm-w-32{width:17rem}.sm-w-33{width:18rem}.sm-w-34{width:19rem}.sm-w-35{width:20rem}.sm-w-36{width:22rem}.sm-w-37{width:24rem}.sm-w-38{width:26rem}.sm-w-39{width:28rem}.sm-w-40{width:30rem}.sm-w-41{width:32rem}.sm-w-42{width:35rem}.sm-w-43{width:40rem}.sm-w-44{width:44rem}.sm-w-45{width:48rem}.sm-w-46{width:52rem}.sm-w-47{width:55rem}.sm-w-48{width:58rem}.sm-w-49{width:60rem}.sm-w-50{width:62rem}
			.sm-w-screen-5{width:5vw}.sm-w-screen-10{width:10vw}.sm-w-screen-15{width:15vw}.sm-w-screen-20{width:20vw}.sm-w-screen-25{width:25vw}.sm-w-screen-30{width:30vw}.sm-w-screen-35{width:35vw}.sm-w-screen-40{width:40vw}.sm-w-screen-45{width:45vw}.sm-w-screen-50{width:50vw}.sm-w-screen-55{width:55vw}.sm-w-screen-60{width:60vw}.sm-w-screen-65{width:65vw}.sm-w-screen-70{width:70vw}.sm-w-screen-75{width:75vw}.sm-w-screen-80{width:80vw}.sm-w-screen-85{width:85vw}.sm-w-screen-90{width:90vw}.sm-w-screen-95{width:95vw}
			/* Height */
			.sm-h-perc-0,.sm-h-0{height:0}.sm-h-perc-100,.sm-h-full{height:100%}.sm-h-screen,.sm-fullscreen,.sm-h-screen-100{height:100vh}.sm-h-auto{height:auto}
			.sm-h-perc-5{height:5%}.sm-h-perc-10{height:10%}.sm-h-perc-15{height:15%}.sm-h-perc-20{height:20%}.sm-h-perc-25{height:25%}.sm-h-perc-30{height:30%}.sm-h-perc-35{height:35%}.sm-h-perc-40{height:40%}.sm-h-perc-45{height:45%}.sm-h-perc-50{height:50%}.sm-h-perc-55{height:55%}.sm-h-perc-60{height:60%}.sm-h-perc-65{height:65%}.sm-h-perc-70{height:70%}.sm-h-perc-75{height:75%}.sm-h-perc-80{height:80%}.sm-h-perc-80{height:80%}.sm-h-perc-85{height:85%}.sm-h-perc-90{height:90%}.sm-h-perc-95{height:95%}
			.sm-h-1,.sm-h-px{height:1px}.sm-h-2{height:0.125rem}.sm-h-3{height:0.25rem}.sm-h-4{height:0.375rem}.sm-h-5{height:0.5rem}.sm-h-6{height:0.625rem}.sm-h-7{height:0.75rem}.sm-h-8{height:0.875rem}.sm-h-9{height:1rem}.sm-h-10{height:1.25rem}.sm-h-11{height:1.5rem}.sm-h-12{height:1.75rem}.sm-h-13{height:2rem}.sm-h-14{height:2.25rem}.sm-h-15{height:2.5rem}.sm-h-16{height:2.75rem}.sm-h-17{height:3rem}.sm-h-18{height:3.5rem}.sm-h-19{height:4rem}.sm-h-20{height:5rem}.sm-h-21{height:6rem}.sm-h-22{height:7rem}.sm-h-23{height:8rem}.sm-h-24{height:9rem}.sm-h-25{height:10rem}.sm-h-26{height:11rem}.sm-h-27{height:12rem}.sm-h-28{height:13rem}.sm-h-29{height:14rem}.sm-h-30{height:15rem}.sm-h-31{height:16rem}.sm-h-32{height:17rem}.sm-h-33{height:18rem}.sm-h-34{height:19rem}.sm-h-35{height:20rem}.sm-h-36{height:22rem}.sm-h-37{height:24rem}.sm-h-38{height:26rem}.sm-h-39{height:28rem}.sm-h-40{height:30rem}.sm-h-41{height:32rem}.sm-h-42{height:35rem}.sm-h-43{height:40rem}.sm-h-44{height:44rem}.sm-h-45{height:48rem}.sm-h-46{height:52rem}.sm-h-47{height:55rem}.sm-h-48{height:58rem}.sm-h-49{height:60rem}.sm-h-50{height:62rem}
			.sm-h-screen-5{height:5vh}.sm-h-screen-10{height:10vh}.sm-h-screen-15{height:15vh}.sm-h-screen-20{height:20vh}.sm-h-screen-25{height:25vh}.sm-h-screen-30{height:30vh}.sm-h-screen-35{height:35vh}.sm-h-screen-40{height:40vh}.sm-h-screen-45{height:45vh}.sm-h-screen-50{height:50vh}.sm-h-screen-55{height:55vh}.sm-h-screen-60{height:60vh}.sm-h-screen-65{height:65vh}.sm-h-screen-70{height:70vh}.sm-h-screen-75{height:75vh}.sm-h-screen-80{height:80vh}.sm-h-screen-85{height:85vh}.sm-h-screen-90{height:90vh}.sm-h-screen-95{height:95vh}
			/* Max Width */
			.sm-mxw-screen,.sm-mxw-screen-100{max-width:100vw}.sm-mxw-0,.sm-mxw-perc-0{max-width:0}.sm-mxw-full,.sm-mxw-perc-100{max-width:100%}.sm-mxw-none{max-width:none}
			.sm-mxw-perc-5{max-width:5%}.sm-mxw-perc-10{max-width:10%}.sm-mxw-perc-15{max-width:15%}.sm-mxw-perc-20{max-width:20%}.sm-mxw-perc-25{max-width:25%}.sm-mxw-perc-30{max-width:30%}.sm-mxw-perc-35{max-width:35%}.sm-mxw-perc-40{max-width:40%}.sm-mxw-perc-45{max-width:45%}.sm-mxw-perc-50{max-width:50%}.sm-mxw-perc-55{max-width:55%}.sm-mxw-perc-60{max-width:60%}.sm-mxw-perc-65{max-width:65%}.sm-mxw-perc-70{max-width:70%}.sm-mxw-perc-75{max-width:75%}.sm-mxw-perc-80{max-width:80%}.sm-mxw-perc-85{max-width:85%}.sm-mxw-perc-90{max-width:90%}.sm-mxw-perc-95{max-width:95%}
			.sm-mxw-1,.sm-mxw-px{max-width:1px}.sm-mxw-2{max-width:0.125rem}.sm-mxw-3{max-width:0.25rem}.sm-mxw-4{max-width:0.375rem}.sm-mxw-5{max-width:0.5rem}.sm-mxw-6{max-width:0.625rem}.sm-mxw-7{max-width:0.75rem}.sm-mxw-8{max-width:0.875rem}.sm-mxw-9{max-width:1rem}.sm-mxw-10{max-width:1.25rem}.sm-mxw-11{max-width:1.5rem}.sm-mxw-12{max-width:1.75rem}.sm-mxw-13{max-width:2rem}.sm-mxw-14{max-width:2.25rem}.sm-mxw-15{max-width:2.5rem}.sm-mxw-16{max-width:2.75rem}.sm-mxw-17{max-width:3rem}.sm-mxw-18{max-width:3.5rem}.sm-mxw-19{max-width:4rem}.sm-mxw-20{max-width:5rem}.sm-mxw-21{max-width:6rem}.sm-mxw-22{max-width:7rem}.sm-mxw-23{max-width:8rem}.sm-mxw-24{max-width:9rem}.sm-mxw-25{max-width:10rem}.sm-mxw-26{max-width:11rem}.sm-mxw-27{max-width:12rem}.sm-mxw-28{max-width:13rem}.sm-mxw-29{max-width:14rem}.sm-mxw-30{max-width:15rem}.sm-mxw-31{max-width:16rem}.sm-mxw-32{max-width:17rem}.sm-mxw-33{max-width:18rem}.sm-mxw-34{max-width:19rem}.sm-mxw-35{max-width:20rem}.sm-mxw-36{max-width:22rem}.sm-mxw-37{max-width:24rem}.sm-mxw-38{max-width:26rem}.sm-mxw-39{max-width:28rem}.sm-mxw-40{max-width:30rem}.sm-mxw-41{max-width:32rem}.sm-mxw-42{max-width:35rem}.sm-mxw-43{max-width:40rem}.sm-mxw-44{max-width:44rem}.sm-mxw-45{max-width:48rem}.sm-mxw-46{max-width:52rem}.sm-mxw-47{max-width:55rem}.sm-mxw-48{max-width:58rem}.sm-mxw-49{max-width:60rem}.sm-mxw-50{max-width:62rem}
			.sm-mxw-screen-5{max-width:5vw}.sm-mxw-screen-10{max-width:10vw}.sm-mxw-screen-15{max-width:15vw}.sm-mxw-screen-20{max-width:20vw}.sm-mxw-screen-25{max-width:25vw}.sm-mxw-screen-30{max-width:30vw}.sm-mxw-screen-35{max-width:35vw}.sm-mxw-screen-40{max-width:40vw}.sm-mxw-screen-45{max-width:45vw}.sm-mxw-screen-50{max-width:50vw}.sm-mxw-screen-55{max-width:55vw}.sm-mxw-screen-60{max-width:60vw}.sm-mxw-screen-65{max-width:65vw}.sm-mxw-screen-70{max-width:70vw}.sm-mxw-screen-75{max-width:75vw}.sm-mxw-screen-80{max-width:80vw}.sm-mxw-screen-85{max-width:85vw}.sm-mxw-screen-90{max-width:90vw}.sm-mxw-screen-95{max-width:95vw}
			/* Min Width */
			.sm-mnw-screen,.sm-mnw-screen-100{max-height:100vw}.sm-mnw-0,.sm-mnw-perc-0{min-width:0}.sm-mnw-full,.sm-mnw-perc-100{min-width:100%}.sm-mnw-none,.sm-mnw-auto{min-width:auto}
			.sm-mnw-perc-5{min-width:5%}.sm-mnw-perc-10{min-width:10%}.sm-mnw-perc-15{min-width:15%}.sm-mnw-perc-20{min-width:20%}.sm-mnw-perc-25{min-width:25%}.sm-mnw-perc-30{min-width:30%}.sm-mnw-perc-35{min-width:35%}.sm-mnw-perc-40{min-width:40%}.sm-mnw-perc-45{min-width:45%}.sm-mnw-perc-50{min-width:50%}.sm-mnw-perc-55{min-width:55%}.sm-mnw-perc-60{min-width:60%}.sm-mnw-perc-65{min-width:65%}.sm-mnw-perc-70{min-width:70%}.sm-mnw-perc-75{min-width:75%}.sm-mnw-perc-80{min-width:80%}.sm-mnw-perc-85{min-width:85%}.sm-mnw-perc-90{min-width:90%}.sm-mnw-perc-95{min-width:95%}
			.sm-mnw-1,.sm-mnw-px{min-width:1px}.sm-mnw-2{min-width:0.125rem}.sm-mnw-3{min-width:0.25rem}.sm-mnw-4{min-width:0.375rem}.sm-mnw-5{min-width:0.5rem}.sm-mnw-6{min-width:0.625rem}.sm-mnw-7{min-width:0.75rem}.sm-mnw-8{min-width:0.875rem}.sm-mnw-9{min-width:1rem}.sm-mnw-10{min-width:1.25rem}.sm-mnw-11{min-width:1.5rem}.sm-mnw-12{min-width:1.75rem}.sm-mnw-13{min-width:2rem}.sm-mnw-14{min-width:2.25rem}.sm-mnw-15{min-width:2.5rem}.sm-mnw-16{min-width:2.75rem}.sm-mnw-17{min-width:3rem}.sm-mnw-18{min-width:3.5rem}.sm-mnw-19{min-width:4rem}.sm-mnw-20{min-width:5rem}.sm-mnw-21{min-width:6rem}.sm-mnw-22{min-width:7rem}.sm-mnw-23{min-width:8rem}.sm-mnw-24{min-width:9rem}.sm-mnw-25{min-width:10rem}.sm-mnw-26{min-width:11rem}.sm-mnw-27{min-width:12rem}.sm-mnw-28{min-width:13rem}.sm-mnw-29{min-width:14rem}.sm-mnw-30{min-width:15rem}.sm-mnw-31{min-width:16rem}.sm-mnw-32{min-width:17rem}.sm-mnw-33{min-width:18rem}.sm-mnw-34{min-width:19rem}.sm-mnw-35{min-width:20rem}.sm-mnw-36{min-width:22rem}.sm-mnw-37{min-width:24rem}.sm-mnw-38{min-width:26rem}.sm-mnw-39{min-width:28rem}.sm-mnw-40{min-width:30rem}.sm-mnw-41{min-width:32rem}.sm-mnw-42{min-width:35rem}.sm-mnw-43{min-width:40rem}.sm-mnw-44{min-width:44rem}.sm-mnw-45{min-width:48rem}.sm-mnw-46{min-width:52rem}.sm-mnw-47{min-width:55rem}.sm-mnw-48{min-width:58rem}.sm-mnw-49{min-width:60rem}.sm-mnw-50{min-width:62rem}
			.sm-mnw-screen-5{min-width:5vw}.sm-mnw-screen-10{min-width:10vw}.sm-mnw-screen-15{min-width:15vw}.sm-mnw-screen-20{min-width:20vw}.sm-mnw-screen-25{min-width:25vw}.sm-mnw-screen-30{min-width:30vw}.sm-mnw-screen-35{min-width:35vw}.sm-mnw-screen-40{min-width:40vw}.sm-mnw-screen-45{min-width:45vw}.sm-mnw-screen-50{min-width:50vw}.sm-mnw-screen-55{min-width:55vw}.sm-mnw-screen-60{min-width:60vw}.sm-mnw-screen-65{min-width:65vw}.sm-mnw-screen-70{min-width:70vw}.sm-mnw-screen-75{min-width:75vw}.sm-mnw-screen-80{min-width:80vw}.sm-mnw-screen-85{min-width:85vw}.sm-mnw-screen-90{min-width:90vw}.sm-mnw-screen-95{min-width:95vw}
			/* Max Height */
			.sm-mxh-screen,.sm-mxh-screen-100{max-height:100vh}.sm-mxh-0,.sm-mxh-perc-0{max-height:0}.sm-mxh-full,.sm-mxh-perc-100{max-height:100%}.sm-mxh-none{max-height:none}
			.sm-mxh-perc-5{max-height:5%}.sm-mxh-perc-10{max-height:10%}.sm-mxh-perc-15{max-height:15%}.sm-mxh-perc-20{max-height:20%}.sm-mxh-perc-25{max-height:25%}.sm-mxh-perc-30{max-height:30%}.sm-mxh-perc-35{max-height:35%}.sm-mxh-perc-40{max-height:40%}.sm-mxh-perc-45{max-height:45%}.sm-mxh-perc-50{max-height:50%}.sm-mxh-perc-55{max-height:55%}.sm-mxh-perc-60{max-height:60%}.sm-mxh-perc-65{max-height:65%}.sm-mxh-perc-70{max-height:70%}.sm-mxh-perc-75{max-height:75%}.sm-mxh-perc-80{max-height:80%}.sm-mxh-perc-85{max-height:85%}.sm-mxh-perc-90{max-height:90%}.sm-mxh-perc-95{max-height:95%}
			.sm-mxh-1,.sm-mxh-px{max-height:1px}.sm-mxh-2{max-height:0.125rem}.sm-mxh-3{max-height:0.25rem}.sm-mxh-4{max-height:0.375rem}.sm-mxh-5{max-height:0.5rem}.sm-mxh-6{max-height:0.625rem}.sm-mxh-7{max-height:0.75rem}.sm-mxh-8{max-height:0.875rem}.sm-mxh-9{max-height:1rem}.sm-mxh-10{max-height:1.25rem}.sm-mxh-11{max-height:1.5rem}.sm-mxh-12{max-height:1.75rem}.sm-mxh-13{max-height:2rem}.sm-mxh-14{max-height:2.25rem}.sm-mxh-15{max-height:2.5rem}.sm-mxh-16{max-height:2.75rem}.sm-mxh-17{max-height:3rem}.sm-mxh-18{max-height:3.5rem}.sm-mxh-19{max-height:4rem}.sm-mxh-20{max-height:5rem}.sm-mxh-21{max-height:6rem}.sm-mxh-22{max-height:7rem}.sm-mxh-23{max-height:8rem}.sm-mxh-24{max-height:9rem}.sm-mxh-25{max-height:10rem}.sm-mxh-26{max-height:11rem}.sm-mxh-27{max-height:12rem}.sm-mxh-28{max-height:13rem}.sm-mxh-29{max-height:14rem}.sm-mxh-30{max-height:15rem}.sm-mxh-31{max-height:16rem}.sm-mxh-32{max-height:17rem}.sm-mxh-33{max-height:18rem}.sm-mxh-34{max-height:19rem}.sm-mxh-35{max-height:20rem}.sm-mxh-36{max-height:22rem}.sm-mxh-37{max-height:24rem}.sm-mxh-38{max-height:26rem}.sm-mxh-39{max-height:28rem}.sm-mxh-40{max-height:30rem}.sm-mxh-41{max-height:32rem}.sm-mxh-42{max-height:35rem}.sm-mxh-43{max-height:40rem}.sm-mxh-44{max-height:44rem}.sm-mxh-45{max-height:48rem}.sm-mxh-46{max-height:52rem}.sm-mxh-47{max-height:55rem}.sm-mxh-48{max-height:58rem}.sm-mxh-49{max-height:60rem}.sm-mxh-50{max-height:62rem}
			.sm-mxh-screen-5{max-height:5vh}.sm-mxh-screen-10{max-height:10vh}.sm-mxh-screen-15{max-height:15vh}.sm-mxh-screen-20{max-height:20vh}.sm-mxh-screen-25{max-height:25vh}.sm-mxh-screen-30{max-height:30vh}.sm-mxh-screen-35{max-height:35vh}.sm-mxh-screen-40{max-height:40vh}.sm-mxh-screen-45{max-height:45vh}.sm-mxh-screen-50{max-height:50vh}.sm-mxh-screen-55{max-height:55vh}.sm-mxh-screen-60{max-height:60vh}.sm-mxh-screen-65{max-height:65vh}.sm-mxh-screen-70{max-height:70vh}.sm-mxh-screen-75{max-height:75vh}.sm-mxh-screen-80{max-height:80vh}.sm-mxh-screen-85{max-height:85vh}.sm-mxh-screen-90{max-height:90vh}.sm-mxh-screen-95{max-height:95vh}
			/* Min Height */
			.sm-mnh-screen,.sm-mnh-screen-100{min-height:100vh}.sm-mnh-0,.sm-mnh-perc-0{min-height:0}.sm-mnh-full,.sm-mnh-perc-100{min-height:100%}.sm-mnh-none{min-height:none}
			.sm-mnh-perc-5{min-height:5%}.sm-mnh-perc-10{min-height:10%}.sm-mnh-perc-15{min-height:15%}.sm-mnh-perc-20{min-height:20%}.sm-mnh-perc-25{min-height:25%}.sm-mnh-perc-30{min-height:30%}.sm-mnh-perc-35{min-height:35%}.sm-mnh-perc-40{min-height:40%}.sm-mnh-perc-45{min-height:45%}.sm-mnh-perc-50{min-height:50%}.sm-mnh-perc-55{min-height:55%}.sm-mnh-perc-60{min-height:60%}.sm-mnh-perc-65{min-height:65%}.sm-mnh-perc-70{min-height:70%}.sm-mnh-perc-75{min-height:75%}.sm-mnh-perc-80{min-height:80%}.sm-mnh-perc-85{min-height:85%}.sm-mnh-perc-90{min-height:90%}.sm-mnh-perc-95{min-height:95%}
			.sm-mnh-1,.sm-mnh-px{min-height:1px}.sm-mnh-2{min-height:0.125rem}.sm-mnh-3{min-height:0.25rem}.sm-mnh-4{min-height:0.375rem}.sm-mnh-5{min-height:0.5rem}.sm-mnh-6{min-height:0.625rem}.sm-mnh-7{min-height:0.75rem}.sm-mnh-8{min-height:0.875rem}.sm-mnh-9{min-height:1rem}.sm-mnh-10{min-height:1.25rem}.sm-mnh-11{min-height:1.5rem}.sm-mnh-12{min-height:1.75rem}.sm-mnh-13{min-height:2rem}.sm-mnh-14{min-height:2.25rem}.sm-mnh-15{min-height:2.5rem}.sm-mnh-16{min-height:2.75rem}.sm-mnh-17{min-height:3rem}.sm-mnh-18{min-height:3.5rem}.sm-mnh-19{min-height:4rem}.sm-mnh-20{min-height:5rem}.sm-mnh-21{min-height:6rem}.sm-mnh-22{min-height:7rem}.sm-mnh-23{min-height:8rem}.sm-mnh-24{min-height:9rem}.sm-mnh-25{min-height:10rem}.sm-mnh-26{min-height:11rem}.sm-mnh-27{min-height:12rem}.sm-mnh-28{min-height:13rem}.sm-mnh-29{min-height:14rem}.sm-mnh-30{min-height:15rem}.sm-mnh-31{min-height:16rem}.sm-mnh-32{min-height:17rem}.sm-mnh-33{min-height:18rem}.sm-mnh-34{min-height:19rem}.sm-mnh-35{min-height:20rem}.sm-mnh-36{min-height:22rem}.sm-mnh-37{min-height:24rem}.sm-mnh-38{min-height:26rem}.sm-mnh-39{min-height:28rem}.sm-mnh-40{min-height:30rem}.sm-mnh-41{min-height:32rem}.sm-mnh-42{min-height:35rem}.sm-mnh-43{min-height:40rem}.sm-mnh-44{min-height:44rem}.sm-mnh-45{min-height:48rem}.sm-mnh-46{min-height:52rem}.sm-mnh-47{min-height:55rem}.sm-mnh-48{min-height:58rem}.sm-mnh-49{min-height:60rem}.sm-mnh-50{min-height:62rem}
			.sm-mnh-screen-5{min-height:5vh}.sm-mnh-screen-10{min-height:10vh}.sm-mnh-screen-15{min-height:15vh}.sm-mnh-screen-20{min-height:20vh}.sm-mnh-screen-25{min-height:25vh}.sm-mnh-screen-30{min-height:30vh}.sm-mnh-screen-35{min-height:35vh}.sm-mnh-screen-40{min-height:40vh}.sm-mnh-screen-45{min-height:45vh}.sm-mnh-screen-50{min-height:50vh}.sm-mnh-screen-55{min-height:55vh}.sm-mnh-screen-60{min-height:60vh}.sm-mnh-screen-65{min-height:65vh}.sm-mnh-screen-70{min-height:70vh}.sm-mnh-screen-75{min-height:75vh}.sm-mnh-screen-80{min-height:80vh}.sm-mnh-screen-85{min-height:85vh}.sm-mnh-screen-90{min-height:90vh}.sm-mnh-screen-95{min-height:95vh}
			/* Rounded borders */
			.sm-rounded-inherit{border-radius:inherit}
			.sm-rounded-none,.sm-rounded-t-none,.sm-rounded-l-none,.sm-rounded-tl-none{border-top-left-radius:0}
			.sm-rounded-none,.sm-rounded-t-none,.sm-rounded-r-none,.sm-rounded-tr-none{border-top-right-radius:0}
			.sm-rounded-none,.sm-rounded-b-none,.sm-rounded-l-none,.sm-rounded-bl-none{border-bottom-left-radius:0}
			.sm-rounded-none,.sm-rounded-b-none,.sm-rounded-r-none,.sm-rounded-br-none{border-bottom-right-radius:0}
			.sm-rounded-sm,.sm-rounded-t-sm,.sm-rounded-l-sm,.sm-rounded-tl-sm{border-top-left-radius:var(--rounded-sm)}
			.sm-rounded-sm,.sm-rounded-t-sm,.sm-rounded-r-sm,.sm-rounded-tr-sm{border-top-right-radius:var(--rounded-sm)}
			.sm-rounded-sm,.sm-rounded-b-sm,.sm-rounded-l-sm,.sm-rounded-bl-sm{border-bottom-left-radius:var(--rounded-sm)}
			.sm-rounded-sm,.sm-rounded-b-sm,.sm-rounded-r-sm,.sm-rounded-br-sm{border-bottom-right-radius:var(--rounded-sm)}
			.sm-rounded,.sm-rounded-t,.sm-rounded-l,.sm-rounded-tl{border-top-left-radius:var(--rounded)}
			.sm-rounded,.sm-rounded-t,.sm-rounded-r,.sm-rounded-tr{border-top-right-radius:var(--rounded)}
			.sm-rounded,.sm-rounded-b,.sm-rounded-l,.sm-rounded-bl{border-bottom-left-radius:var(--rounded)}
			.sm-rounded,.sm-rounded-b,.sm-rounded-r,.sm-rounded-br{border-bottom-right-radius:var(--rounded)}
			.sm-rounded-md,.sm-rounded-t-md,.sm-rounded-l-md,.sm-rounded-tl-md{border-top-left-radius:var(--rounded-md)}
			.sm-rounded-md,.sm-rounded-t-md,.sm-rounded-r-md,.sm-rounded-tr-md{border-top-right-radius:var(--rounded-md)}
			.sm-rounded-md,.sm-rounded-b-md,.sm-rounded-l-md,.sm-rounded-bl-md{border-bottom-left-radius:var(--rounded-md)}
			.sm-rounded-md,.sm-rounded-b-md,.sm-rounded-r-md,.sm-rounded-br-md{border-bottom-right-radius:var(--rounded-md)}
			.sm-rounded-lg,.sm-rounded-t-lg,.sm-rounded-l-lg,.sm-rounded-tl-lg{border-top-left-radius:var(--rounded-lg)}
			.sm-rounded-lg,.sm-rounded-t-lg,.sm-rounded-r-lg,.sm-rounded-tr-lg{border-top-right-radius:var(--rounded-lg)}
			.sm-rounded-lg,.sm-rounded-b-lg,.sm-rounded-l-lg,.sm-rounded-bl-lg{border-bottom-left-radius:var(--rounded-lg)}
			.sm-rounded-lg,.sm-rounded-b-lg,.sm-rounded-r-lg,.sm-rounded-br-lg{border-bottom-right-radius:var(--rounded-lg)}
			.sm-rounded-xl,.sm-rounded-t-xl,.sm-rounded-l-xl,.sm-rounded-tl-xl{border-top-left-radius:var(--rounded-xl)}
			.sm-rounded-xl,.sm-rounded-t-xl,.sm-rounded-r-xl,.sm-rounded-tr-xl{border-top-right-radius:var(--rounded-xl)}
			.sm-rounded-xl,.sm-rounded-b-xl,.sm-rounded-l-xl,.sm-rounded-bl-xl{border-bottom-left-radius:var(--rounded-xl)}
			.sm-rounded-xl,.sm-rounded-b-xl,.sm-rounded-r-xl,.sm-rounded-br-xl{border-bottom-right-radius:var(--rounded-xl)}
			.sm-rounded-2xl,.sm-rounded-t-2xl,.sm-rounded-l-2xl,.sm-rounded-tl-2xl{border-top-left-radius:var(--rounded-2xl)}
			.sm-rounded-2xl,.sm-rounded-t-2xl,.sm-rounded-r-2xl,.sm-rounded-tr-2xl{border-top-right-radius:var(--rounded-2xl)}
			.sm-rounded-2xl,.sm-rounded-b-2xl,.sm-rounded-l-2xl,.sm-rounded-bl-2xl{border-bottom-left-radius:var(--rounded-2xl)}
			.sm-rounded-2xl,.sm-rounded-b-2xl,.sm-rounded-r-2xl,.sm-rounded-br-2xl{border-bottom-right-radius:var(--rounded-2xl)}
			.sm-rounded-3xl,.sm-rounded-t-3xl,.sm-rounded-l-3xl,.sm-rounded-tl-3xl{border-top-left-radius:var(--rounded-3xl)}
			.sm-rounded-3xl,.sm-rounded-t-3xl,.sm-rounded-r-3xl,.sm-rounded-tr-3xl{border-top-right-radius:var(--rounded-3xl)}
			.sm-rounded-3xl,.sm-rounded-b-3xl,.sm-rounded-l-3xl,.sm-rounded-bl-3xl{border-bottom-left-radius:var(--rounded-3xl)}
			.sm-rounded-3xl,.sm-rounded-b-3xl,.sm-rounded-r-3xl,.sm-rounded-br-3xl{border-bottom-right-radius:var(--rounded-3xl)}
			.sm-rounded-4xl,.sm-rounded-t-4xl,.sm-rounded-l-4xl,.sm-rounded-tl-4xl{border-top-left-radius:var(--rounded-4xl)}
			.sm-rounded-4xl,.sm-rounded-t-4xl,.sm-rounded-r-4xl,.sm-rounded-tr-4xl{border-top-right-radius:var(--rounded-4xl)}
			.sm-rounded-4xl,.sm-rounded-b-4xl,.sm-rounded-l-4xl,.sm-rounded-bl-4xl{border-bottom-left-radius:var(--rounded-4xl)}
			.sm-rounded-4xl,.sm-rounded-b-4xl,.sm-rounded-r-4xl,.sm-rounded-br-4xl{border-bottom-right-radius:var(--rounded-4xl)}
			.sm-rounded-5xl,.sm-rounded-t-5xl,.sm-rounded-l-5xl,.sm-rounded-tl-5xl{border-top-left-radius:var(--rounded-5xl)}
			.sm-rounded-5xl,.sm-rounded-t-5xl,.sm-rounded-r-5xl,.sm-rounded-tr-5xl{border-top-right-radius:var(--rounded-5xl)}
			.sm-rounded-5xl,.sm-rounded-b-5xl,.sm-rounded-l-5xl,.sm-rounded-bl-5xl{border-bottom-left-radius:var(--rounded-5xl)}
			.sm-rounded-5xl,.sm-rounded-b-5xl,.sm-rounded-r-5xl,.sm-rounded-br-5xl{border-bottom-right-radius:var(--rounded-5xl)}
			.sm-rounded-pill,.sm-rounded-t-pill,.sm-rounded-l-pill,.sm-rounded-tl-pill{border-top-left-radius:var(--rounded-pill)}
			.sm-rounded-pill,.sm-rounded-t-pill,.sm-rounded-r-pill,.sm-rounded-tr-pill{border-top-right-radius:var(--rounded-pill)}
			.sm-rounded-pill,.sm-rounded-b-pill,.sm-rounded-l-pill,.sm-rounded-bl-pill{border-bottom-left-radius:var(--rounded-pill)}
			.sm-rounded-pill,.sm-rounded-b-pill,.sm-rounded-r-pill,.sm-rounded-br-pill{border-bottom-right-radius:var(--rounded-pill)}
			.sm-rounded-full,.sm-rounded-t-full,.sm-rounded-l-full,.sm-rounded-tl-full{border-top-left-radius:var(--rounded-full)}
			.sm-rounded-full,.sm-rounded-t-full,.sm-rounded-r-full,.sm-rounded-tr-full{border-top-right-radius:var(--rounded-full)}
			.sm-rounded-full,.sm-rounded-b-full,.sm-rounded-l-full,.sm-rounded-bl-full{border-bottom-left-radius:var(--rounded-full)}
			.sm-rounded-full,.sm-rounded-b-full,.sm-rounded-r-full,.sm-rounded-br-full{border-bottom-right-radius:var(--rounded-full)}
			/* Opacity */
			.sm-opacity-0,.sm-hover-opacity-0:hover,.group:hover .sm-group-hover-opacity-0,.sm-active-opacity-0.active{opacity:0}
			.sm-opacity-10,.sm-hover-opacity-10:hover,.group:hover .sm-group-hover-opacity-10,.sm-active-opacity-10.active{opacity:.1}
			.sm-opacity-20,.sm-hover-opacity-20:hover,.group:hover .sm-group-hover-opacity-20,.sm-active-opacity-20.active{opacity:.2}
			.sm-opacity-30,.sm-hover-opacity-30:hover,.group:hover .sm-group-hover-opacity-30,.sm-active-opacity-30.active{opacity:.3}
			.sm-opacity-40,.sm-hover-opacity-40:hover,.group:hover .sm-group-hover-opacity-40,.sm-active-opacity-40.active{opacity:.4}
			.sm-opacity-50,.sm-hover-opacity-50:hover,.group:hover .sm-group-hover-opacity-50,.sm-active-opacity-50.active{opacity:.5}
			.sm-opacity-60,.sm-hover-opacity-60:hover,.group:hover .sm-group-hover-opacity-60,.sm-active-opacity-60.active{opacity:.6}
			.sm-opacity-70,.sm-hover-opacity-70:hover,.group:hover .sm-group-hover-opacity-70,.sm-active-opacity-70.active{opacity:.7}
			.sm-opacity-80,.sm-hover-opacity-80:hover,.group:hover .sm-group-hover-opacity-80,.sm-active-opacity-80.active{opacity:.8}
			.sm-opacity-90,.sm-hover-opacity-90:hover,.group:hover .sm-group-hover-opacity-90,.sm-active-opacity-90.active{opacity:.9}
			.sm-opacity-100,.sm-hover-opacity-100:hover,.group:hover .sm-group-hover-opacity-100,.sm-active-opacity-100.active{opacity:1}
			/* Float */
			.sm-float-left{float:left}
			.sm-float-right{float:right}
			.sm-float-none{float:none}
			/* Position */
			.sm-relative{position:relative}
			.sm-absolute{position:absolute}
			.sm-fixed{position:fixed}
			.sm-static{position:static}
			.sm-sticky{position:sticky}
			/* Flexbox & Grid Settings */
			/* Row */
			.sm-flex-columns-auto>*{flex:0 0 auto;width:auto}
			.sm-flex-columns-1>*{width:100%}
			.sm-flex-columns-2>*{width:50%}
			.sm-flex-columns-3>*{width:33.33333333%}
			.sm-flex-columns-4>*{width:25%}
			.sm-flex-columns-5>*{width:20%}
			.sm-flex-columns-6>*{width:16.66666667%}
			.sm-flex-columns-7>*{width:14.285%}
			.sm-flex-columns-8>*{width:12.5%}
			.sm-flex-columns-9>*{width:11.110%}
			.sm-flex-columns-10>*{width:10%}
			.sm-flex-columns-11>*{width:9.090%}
			.sm-flex-columns-12>*{width:8.33333333%}
			.sm-column{flex:1 0 0%}
			.sm-column-auto{flex:0 0 auto}
			.sm-column-1{width:8.33333333%}
			.sm-column-2{width:16.66666667%}
			.sm-column-3{width:25%}
			.sm-column-4{width:33.33333333%}
			.sm-column-5{width:41.66666667%}
			.sm-column-6{width:50%}
			.sm-column-7{width:58.33333333%}
			.sm-column-8{width:66.66666667%}
			.sm-column-9{width:75%}
			.sm-column-10{width:83.33333333%}
			.sm-column-11{width:91.66666667%}
			.sm-column-12{width:100%}
			.sm-order-1{order:1}
			.sm-order-2{order:2}
			.sm-order-3{order:3}
			.sm-order-4{order:4}
			.sm-order-5{order:5}
			.sm-order-6{order:6}
			.sm-order-7{order:7}
			.sm-order-8{order:8}
			.sm-order-9{order:9}
			.sm-order-10{order:10}
			.sm-order-11{order:11}
			.sm-order-12{order:12}
			.sm-order-first{order:-999}
			.sm-order-last{order:999}
			.sm-order-none{order:none}
			.sm-offset-0{margin-left:0%}
			.sm-offset-1{margin-left:8.33333333%}
			.sm-offset-2{margin-left:16.66666667%}
			.sm-offset-3{margin-left:25%}
			.sm-offset-4{margin-left:33.33333333%}
			.sm-offset-5{margin-left:41.66666667%}
			.sm-offset-6{margin-left:50%}
			.sm-offset-7{margin-left:58.33333333%}
			.sm-offset-8{margin-left:66.66666667%}
			.sm-offset-9{margin-left:75%}
			.sm-offset-10{margin-left:83.33333333%}
			.sm-offset-11{margin-left:91.66666667%}
			.sm-offset-12{margin-left:100%}
			.sm-flex-row-reverse{flex-direction:row-reverse}
			.sm-flex-column{flex-direction:column}
			.sm-flex-column{flex-direction:column}
			.sm-flex-column-reverse{flex-direction:column}
			/* Align items */
			.sm-align-items-start{align-items:flex-start}
			.sm-align-items-end{align-items:flex-end}
			.sm-align-items-center{align-items:center}
			.sm-align-items-baseline{align-items:baseline}
			.sm-align-items-stretch{align-items:stretch}
			/* Align Content */
			.sm-align-content-start{align-content:flex-start}
			.sm-align-content-end{align-content:flex-end}
			.sm-align-content-center{align-content:center}
			.sm-align-content-between{align-content:space-between}
			.sm-align-content-around{align-content:space-around}
			.sm-align-content-evenly{align-content:space-evenly}
			.sm-align-content-baseline{align-content:baseline}
			/* Align Self */
			.sm-align-self-start{align-self:flex-start}
			.sm-align-self-end{align-self:flex-end}
			.sm-align-self-auto{align-self:auto}
			.sm-align-self-center{align-self:center}
			.sm-align-self-stretch{align-self:stretch}
			.sm-align-self-baseline{align-self:baseline}
			/* Justify Self */
			.sm-justify-self-auto{justify-self:auto}
			.sm-justify-self-start{justify-self:start}
			.sm-justify-self-end{justify-self:end}
			.sm-justify-self-center{justify-self:center}
			.sm-justify-self-stretch{justify-self:stretch}
			/* Justify Items */
			.sm-justify-items-start{justify-items:start}
			.sm-justify-items-end{justify-items:end}
			.sm-justify-items-center{justify-items:center}
			.sm-justify-items-stretch{justify-items:stretch}
			/* Justify Content */
			.sm-justify-content-start{justify-content:flex-start}
			.sm-justify-content-end{justify-content:flex-end}
			.sm-justify-content-center{justify-content:center}
			.sm-justify-content-between{justify-content:space-between}
			.sm-justify-content-around{justify-content:space-around}
			.sm-justify-content-evenly{justify-content:space-evenly}
			/* Grid */
			.sm-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}
			.sm-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}
			.sm-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}
			.sm-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}
			.sm-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}
			.sm-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}
			.sm-grid-rows-none{grid-template-rows:none}
			.sm-grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
			.sm-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
			.sm-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
			.sm-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
			.sm-grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
			.sm-grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
			.sm-grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr))}
			.sm-grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr))}
			.sm-grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr))}
			.sm-grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr))}
			.sm-grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr))}
			.sm-grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr))}
			.sm-grid-flow-row{grid-auto-flow:row}
			.sm-grid-flow-column{grid-auto-flow:column}
			.sm-grid-flow-dense{grid-auto-flow:dense}
			.sm-grid-flow-row-dense{grid-auto-flow:row dense}
			.sm-grid-flow-column-dense{grid-auto-flow:column dense}
			/* Flex */
			.sm-flex-1{flex:1 1 0%}
			.sm-flex-auto{flex:1 1 auto}
			.sm-flex-initial{flex:0 1 auto}
			.sm-flex-none{flex:none}
			.sm-flex-wrap{flex-wrap:wrap}
			.sm-flex-wrap-reverse{flex-wrap:wrap-reverse}
			.sm-flex-nowrap{flex-wrap:nowrap}
			/* Display */
			.sm-flex{display:flex}
			.sm-inline-flex{display:inline-flex}
			.sm-block,.sm-block-links a,.sm-block-images img{display:block}
			.sm-inline-block,.sm-inline-block-links a{display:inline-block}
			.sm-inline{display:inline}
			.sm-hidden{display:none}
			.sm-table{display:table}
			.sm-inline-table{display:inline-table}
			.sm-table-caption{display:table-caption}
			.sm-table-cell{display:table-cell}
			.sm-table-column{display:table-column}
			.sm-table-column-group{display:table-column-group}
			.sm-table-footer-group{display:table-footer-group}
			.sm-table-header-group{display:table-header-group}
			.sm-table-row-group{display:table-row-group}
			.sm-table-row{display:table-row}
			.sm-flow-root{display:flow-root}
			.sm-grid{display:grid}
			.sm-inline-grid{display:inline-grid}
			.sm-contents{display:contents}
			.sm-list-item{display:list-item}
			/* Background positions */
			.sm-bg-none{background:none}
			.sm-bg-left{background-position:left}
			.sm-bg-left-top{background-position:left top}
			.sm-bg-left-bottom{background-position:left bottom}
			.sm-bg-right{background-position:right}
			.sm-bg-right-top{background-position:right top}
			.sm-bg-right-bottom{background-position:right bottom}
			.sm-bg-top{background-position:top}
			.sm-bg-bottom{background-position:bottom}
			.sm-bg-center{background-position:center center}
			.sm-bg-center-top{background-position:center top}
			.sm-bg-center-bottom{background-position:center bottom}
			.sm-bg-no-repeat{background-repeat:no-repeat}
			.sm-bg-repeatx{background-repeat:repeat-x}
			.sm-bg-repeaty{background-repeat:repeat-y}
			.sm-bg-repeat{background-repeat:repeat}
			.sm-bg-scroll{background-attachment:scroll}
			.sm-bg-fixed{background-attachment:fixed}
			.sm-bg-local{background-attachment:local}
			/* Background size */
			.sm-bg-auto{background-size:auto}
			.sm-bg-contain{background-size:contain}
			.sm-bg-cover{background-size:cover}
			.sm-bg-h-full{background-size:auto 100%}
			.sm-bg-w-full{background-size:100% auto}
			/* Masking */
			/* Mask type */
			.sm-mask-alpha{mask-type:alpha;-webkit-mask-type:alpha}
			.sm-mask-luminance{mask-type:luminance;-webkit-mask-type:luminance}
			/* Mask size */
			.sm-mask-cover{mask-size:cover;-webkit-mask-size:cover}
			.sm-mask-contain{mask-size:contain;-webkit-mask-size:contain}
			.sm-mask-auto{mask-size:auto;-webkit-mask-size:auto}
			/* Mask position */
			.sm-mask-left{mask-position:left;-webkit-mask-position:left}
			.sm-mask-left-top{mask-position:left top;-webkit-mask-position:left top}
			.sm-mask-left-bottom{mask-position:left bottom;-webkit-mask-position:left bottom}
			.sm-mask-top{mask-position:top;-webkit-mask-position:top}
			.sm-mask-right{mask-position:right;-webkit-mask-position:right}
			.sm-mask-right-top{mask-position:right top;-webkit-mask-position:right top}
			.sm-mask-right-bottom{mask-position:right bottom;-webkit-mask-position:right bottom}
			.sm-mask-bottom{mask-position:bottom;-webkit-mask-position:bottom}
			.sm-mask-center{mask-position:center;-webkit-mask-position:center}
			.sm-mask-center-top{mask-position:center top;-webkit-mask-position:center top}
			.sm-mask-center-bottom{mask-position:center bottom;-webkit-mask-position:center bottom}
			/* Mask position */
			.sm-mask-repeat{mask-repeat:repeat;-webkit-mask-repeat:repeat}
			.sm-mask-repeat-x{mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x}
			.sm-mask-repeat-y{mask-repeat:repeat-y;-webkit-mask-repeat:repeat-y}
			.sm-mask-no-repeat{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
			.sm-mask-round{mask-repeat:round;-webkit-mask-repeat:round}
			.sm-mask-space{mask-repeat:space;-webkit-mask-repeat:space}
			/* Extras */
			.sm-text-right{text-align:right}
			.sm-text-center{text-align:center}
			.sm-text-left{text-align:left}
			.sm-text-justify{text-align:justify;}
			.sm-text-start{text-align:start;}
			.sm-text-end{text-align:end;}
		}
	/* Extra small screen */
		@media (max-width:576px){
			/* Margin */
			.xs-mt-auto,.xs-my-auto,.xs-m-auto{margin-top:auto}.xs-mt-0,.xs-my-0,.xs-m-0{margin-top:0}.xs-mt-px,.xs-my-px,.xs-m-px{margin-top:1px}.xs-mt-1,.xs-my-1,.xs-m-1{margin-top:var(--spacing1)}.xs-mt-2,.xs-my-2,.xs-m-2{margin-top:var(--spacing2)}.xs-mt-3,.xs-my-3,.xs-m-3{margin-top:var(--spacing3)}.xs-mt-4,.xs-my-4,.xs-m-4{margin-top:var(--spacing4)}.xs-mt-5,.xs-my-5,.xs-m-5{margin-top:var(--spacing5)}.xs-mt-6,.xs-my-6,.xs-m-6{margin-top:var(--spacing6)}.xs-mt-7,.xs-my-7,.xs-m-7{margin-top:var(--spacing7)}.xs-mt-8,.xs-my-8,.xs-m-8{margin-top:var(--spacing8)}.xs-mt-9,.xs-my-9,.xs-m-9{margin-top:var(--spacing9)}.xs-mt-10,.xs-my-10,.xs-m-10{margin-top:var(--spacing10)}.xs-mt-11,.xs-my-11,.xs-m-11{margin-top:var(--spacing11)}.xs-mt-12,.xs-my-12,.xs-m-12{margin-top:var(--spacing12)}.xs-mt-13,.xs-my-13,.xs-m-13{margin-top:var(--spacing13)}.xs-mt-14,.xs-my-14,.xs-m-14{margin-top:var(--spacing14)}.xs-mt-15,.xs-my-15,.xs-m-15{margin-top:var(--spacing15)}.xs-mt-16,.xs-my-16,.xs-m-16{margin-top:var(--spacing16)}.xs-mt-17,.xs-my-17,.xs-m-17{margin-top:var(--spacing17)}.xs-mt-18,.xs-my-18,.xs-m-18{margin-top:var(--spacing18)}.xs-mt-19,.xs-my-19,.xs-m-19{margin-top:var(--spacing19)}.xs-mt-20,.xs-my-20,.xs-m-20{margin-top:var(--spacing20)}.xs-mt-21,.xs-my-21,.xs-m-21{margin-top:var(--spacing21)}.xs-mt-22,.xs-my-22,.xs-m-22{margin-top:var(--spacing22)}.xs-mt-23,.xs-my-23,.xs-m-23{margin-top:var(--spacing23)}.xs-mt-24,.xs-my-24,.xs-m-24{margin-top:var(--spacing24)}.xs-mt-25,.xs-my-25,.xs-m-25{margin-top:var(--spacing25)}
			.xs-mr-auto,.xs-mx-auto,.xs-m-auto{margin-right:auto}.xs-mr-0,.xs-mx-0,.xs-m-0{margin-right:0}.xs-mr-px,.xs-mx-px,.xs-m-px{margin-right:1px}.xs-mr-1,.xs-mx-1,.xs-m-1{margin-right:var(--spacing1)}.xs-mr-2,.xs-mx-2,.xs-m-2{margin-right:var(--spacing2)}.xs-mr-3,.xs-mx-3,.xs-m-3{margin-right:var(--spacing3)}.xs-mr-4,.xs-mx-4,.xs-m-4{margin-right:var(--spacing4)}.xs-mr-5,.xs-mx-5,.xs-m-5{margin-right:var(--spacing5)}.xs-mr-6,.xs-mx-6,.xs-m-6{margin-right:var(--spacing6)}.xs-mr-7,.xs-mx-7,.xs-m-7{margin-right:var(--spacing7)}.xs-mr-8,.xs-mx-8,.xs-m-8{margin-right:var(--spacing8)}.xs-mr-9,.xs-mx-9,.xs-m-9{margin-right:var(--spacing9)}.xs-mr-10,.xs-mx-10,.xs-m-10{margin-right:var(--spacing10)}.xs-mr-11,.xs-mx-11,.xs-m-11{margin-right:var(--spacing11)}.xs-mr-12,.xs-mx-12,.xs-m-12{margin-right:var(--spacing12)}.xs-mr-13,.xs-mx-13,.xs-m-13{margin-right:var(--spacing13)}.xs-mr-14,.xs-mx-14,.xs-m-14{margin-right:var(--spacing14)}.xs-mr-15,.xs-mx-15,.xs-m-15{margin-right:var(--spacing15)}.xs-mr-16,.xs-mx-16,.xs-m-16{margin-right:var(--spacing16)}.xs-mr-17,.xs-mx-17,.xs-m-17{margin-right:var(--spacing17)}.xs-mr-18,.xs-mx-18,.xs-m-18{margin-right:var(--spacing18)}.xs-mr-19,.xs-mx-19,.xs-m-19{margin-right:var(--spacing19)}.xs-mr-20,.xs-mx-20,.xs-m-20{margin-right:var(--spacing20)}.xs-mr-21,.xs-mx-21,.xs-m-21{margin-right:var(--spacing21)}.xs-mr-22,.xs-mx-22,.xs-m-22{margin-right:var(--spacing22)}.xs-mr-23,.xs-mx-23,.xs-m-23{margin-right:var(--spacing23)}.xs-mr-24,.xs-mx-24,.xs-m-24{margin-right:var(--spacing24)}.xs-mr-25,.xs-mx-25,.xs-m-25{margin-right:var(--spacing25)}
			.xs-mb-auto,.xs-my-auto,.xs-m-auto{margin-bottom:auto}.xs-mb-0,.xs-my-0,.xs-m-0{margin-bottom:0}.xs-mb-px,.xs-my-px,.xs-m-px{margin-bottom:1px}.xs-mb-1,.xs-my-1,.xs-m-1{margin-bottom:var(--spacing1)}.xs-mb-2,.xs-my-2,.xs-m-2{margin-bottom:var(--spacing2)}.xs-mb-3,.xs-my-3,.xs-m-3{margin-bottom:var(--spacing3)}.xs-mb-4,.xs-my-4,.xs-m-4{margin-bottom:var(--spacing4)}.xs-mb-5,.xs-my-5,.xs-m-5{margin-bottom:var(--spacing5)}.xs-mb-6,.xs-my-6,.xs-m-6{margin-bottom:var(--spacing6)}.xs-mb-7,.xs-my-7,.xs-m-7{margin-bottom:var(--spacing7)}.xs-mb-8,.xs-my-8,.xs-m-8{margin-bottom:var(--spacing8)}.xs-mb-9,.xs-my-9,.xs-m-9{margin-bottom:var(--spacing9)}.xs-mb-10,.xs-my-10,.xs-m-10{margin-bottom:var(--spacing10)}.xs-mb-11,.xs-my-11,.xs-m-11{margin-bottom:var(--spacing11)}.xs-mb-12,.xs-my-12,.xs-m-12{margin-bottom:var(--spacing12)}.xs-mb-13,.xs-my-13,.xs-m-13{margin-bottom:var(--spacing13)}.xs-mb-14,.xs-my-14,.xs-m-14{margin-bottom:var(--spacing14)}.xs-mb-15,.xs-my-15,.xs-m-15{margin-bottom:var(--spacing15)}.xs-mb-16,.xs-my-16,.xs-m-16{margin-bottom:var(--spacing16)}.xs-mb-17,.xs-my-17,.xs-m-17{margin-bottom:var(--spacing17)}.xs-mb-18,.xs-my-18,.xs-m-18{margin-bottom:var(--spacing18)}.xs-mb-19,.xs-my-19,.xs-m-19{margin-bottom:var(--spacing19)}.xs-mb-20,.xs-my-20,.xs-m-20{margin-bottom:var(--spacing20)}.xs-mb-21,.xs-my-21,.xs-m-21{margin-bottom:var(--spacing21)}.xs-mb-22,.xs-my-22,.xs-m-22{margin-bottom:var(--spacing22)}.xs-mb-23,.xs-my-23,.xs-m-23{margin-bottom:var(--spacing23)}.xs-mb-24,.xs-my-24,.xs-m-24{margin-bottom:var(--spacing24)}.xs-mb-25,.xs-my-25,.xs-m-25{margin-bottom:var(--spacing25)}
			.xs-ml-auto,.xs-mx-auto,.xs-m-auto{margin-left:auto}.xs-ml-0,.xs-mx-0,.xs-m-0{margin-left:0}.xs-ml-px,.xs-mx-px,.xs-m-px{margin-left:1px}.xs-ml-1,.xs-mx-1,.xs-m-1{margin-left:var(--spacing1)}.xs-ml-2,.xs-mx-2,.xs-m-2{margin-left:var(--spacing2)}.xs-ml-3,.xs-mx-3,.xs-m-3{margin-left:var(--spacing3)}.xs-ml-4,.xs-mx-4,.xs-m-4{margin-left:var(--spacing4)}.xs-ml-5,.xs-mx-5,.xs-m-5{margin-left:var(--spacing5)}.xs-ml-6,.xs-mx-6,.xs-m-6{margin-left:var(--spacing6)}.xs-ml-7,.xs-mx-7,.xs-m-7{margin-left:var(--spacing7)}.xs-ml-8,.xs-mx-8,.xs-m-8{margin-left:var(--spacing8)}.xs-ml-9,.xs-mx-9,.xs-m-9{margin-left:var(--spacing9)}.xs-ml-10,.xs-mx-10,.xs-m-10{margin-left:var(--spacing10)}.xs-ml-11,.xs-mx-11,.xs-m-11{margin-left:var(--spacing11)}.xs-ml-12,.xs-mx-12,.xs-m-12{margin-left:var(--spacing12)}.xs-ml-13,.xs-mx-13,.xs-m-13{margin-left:var(--spacing13)}.xs-ml-14,.xs-mx-14,.xs-m-14{margin-left:var(--spacing14)}.xs-ml-15,.xs-mx-15,.xs-m-15{margin-left:var(--spacing15)}.xs-ml-16,.xs-mx-16,.xs-m-16{margin-left:var(--spacing16)}.xs-ml-17,.xs-mx-17,.xs-m-17{margin-left:var(--spacing17)}.xs-ml-18,.xs-mx-18,.xs-m-18{margin-left:var(--spacing18)}.xs-ml-19,.xs-mx-19,.xs-m-19{margin-left:var(--spacing19)}.xs-ml-20,.xs-mx-20,.xs-m-20{margin-left:var(--spacing20)}.xs-ml-21,.xs-mx-21,.xs-m-21{margin-left:var(--spacing21)}.xs-ml-22,.xs-mx-22,.xs-m-22{margin-left:var(--spacing22)}.xs-ml-23,.xs-mx-23,.xs-m-23{margin-left:var(--spacing23)}.xs-ml-24,.xs-mx-24,.xs-m-24{margin-left:var(--spacing24)}.xs-ml-25,.xs-mx-25,.xs-m-25{margin-left:var(--spacing25)}
			/* Padding */
			.xs-pt-0,.xs-py-0,.xs-p-0{padding-top:0}.xs-pt-px,.xs-py-px,.xs-p-px{padding-top:1px}.xs-pt-px,.xs-py-px,.xs-p-px{padding-top:1px}.xs-pt-1,.xs-py-1,.xs-p-1{padding-top:var(--spacing1)}.xs-pt-2,.xs-py-2,.xs-p-2{padding-top:var(--spacing2)}.xs-pt-3,.xs-py-3,.xs-p-3{padding-top:var(--spacing3)}.xs-pt-4,.xs-py-4,.xs-p-4{padding-top:var(--spacing4)}.xs-pt-5,.xs-py-5,.xs-p-5{padding-top:var(--spacing5)}.xs-pt-6,.xs-py-6,.xs-p-6{padding-top:var(--spacing6)}.xs-pt-7,.xs-py-7,.xs-p-7{padding-top:var(--spacing7)}.xs-pt-8,.xs-py-8,.xs-p-8{padding-top:var(--spacing8)}.xs-pt-9,.xs-py-9,.xs-p-9{padding-top:var(--spacing9)}.xs-pt-10,.xs-py-10,.xs-p-10{padding-top:var(--spacing10)}.xs-pt-11,.xs-py-11,.xs-p-11{padding-top:var(--spacing11)}.xs-pt-12,.xs-py-12,.xs-p-12{padding-top:var(--spacing12)}.xs-pt-13,.xs-py-13,.xs-p-13{padding-top:var(--spacing13)}.xs-pt-14,.xs-py-14,.xs-p-14{padding-top:var(--spacing14)}.xs-pt-15,.xs-py-15,.xs-p-15{padding-top:var(--spacing15)}.xs-pt-16,.xs-py-16,.xs-p-16{padding-top:var(--spacing16)}.xs-pt-17,.xs-py-17,.xs-p-17{padding-top:var(--spacing17)}.xs-pt-18,.xs-py-18,.xs-p-18{padding-top:var(--spacing18)}.xs-pt-19,.xs-py-19,.xs-p-19{padding-top:var(--spacing19)}.xs-pt-20,.xs-py-20,.xs-p-20{padding-top:var(--spacing20)}.xs-pt-21,.xs-py-21,.xs-p-21{padding-top:var(--spacing21)}.xs-pt-22,.xs-py-22,.xs-p-22{padding-top:var(--spacing22)}.xs-pt-23,.xs-py-23,.xs-p-23{padding-top:var(--spacing23)}.xs-pt-24,.xs-py-24,.xs-p-24{padding-top:var(--spacing24)}.xs-pt-25,.xs-py-25,.xs-p-25{padding-top:var(--spacing25)}
			.xs-pr-0,.xs-px-0,.xs-p-0{padding-right:0}.xs-pr-px,.xs-px-px,.xs-p-px{padding-right:1px}.xs-pr-px,.xs-px-px,.xs-p-px{padding-right:1px}.xs-pr-1,.xs-px-1,.xs-p-1{padding-right:var(--spacing1)}.xs-pr-2,.xs-px-2,.xs-p-2{padding-right:var(--spacing2)}.xs-pr-3,.xs-px-3,.xs-p-3{padding-right:var(--spacing3)}.xs-pr-4,.xs-px-4,.xs-p-4{padding-right:var(--spacing4)}.xs-pr-5,.xs-px-5,.xs-p-5{padding-right:var(--spacing5)}.xs-pr-6,.xs-px-6,.xs-p-6{padding-right:var(--spacing6)}.xs-pr-7,.xs-px-7,.xs-p-7{padding-right:var(--spacing7)}.xs-pr-8,.xs-px-8,.xs-p-8{padding-right:var(--spacing8)}.xs-pr-9,.xs-px-9,.xs-p-9{padding-right:var(--spacing9)}.xs-pr-10,.xs-px-10,.xs-p-10{padding-right:var(--spacing10)}.xs-pr-11,.xs-px-11,.xs-p-11{padding-right:var(--spacing11)}.xs-pr-12,.xs-px-12,.xs-p-12{padding-right:var(--spacing12)}.xs-pr-13,.xs-px-13,.xs-p-13{padding-right:var(--spacing13)}.xs-pr-14,.xs-px-14,.xs-p-14{padding-right:var(--spacing14)}.xs-pr-15,.xs-px-15,.xs-p-15{padding-right:var(--spacing15)}.xs-pr-16,.xs-px-16,.xs-p-16{padding-right:var(--spacing16)}.xs-pr-17,.xs-px-17,.xs-p-17{padding-right:var(--spacing17)}.xs-pr-18,.xs-px-18,.xs-p-18{padding-right:var(--spacing18)}.xs-pr-19,.xs-px-19,.xs-p-19{padding-right:var(--spacing19)}.xs-pr-20,.xs-px-20,.xs-p-20{padding-right:var(--spacing20)}.xs-pr-21,.xs-px-21,.xs-p-21{padding-right:var(--spacing21)}.xs-pr-22,.xs-px-22,.xs-p-22{padding-right:var(--spacing22)}.xs-pr-23,.xs-px-23,.xs-p-23{padding-right:var(--spacing23)}.xs-pr-24,.xs-px-24,.xs-p-24{padding-right:var(--spacing24)}.xs-pr-25,.xs-px-25,.xs-p-25{padding-right:var(--spacing25)}
			.xs-pb-0,.xs-py-0,.xs-p-0{padding-bottom:0}.xs-pb-px,.xs-py-px,.xs-p-px{padding-bottom:1px}.xs-pb-px,.xs-py-px,.xs-p-px{padding-bottom:1px}.xs-pb-1,.xs-py-1,.xs-p-1{padding-bottom:var(--spacing1)}.xs-pb-2,.xs-py-2,.xs-p-2{padding-bottom:var(--spacing2)}.xs-pb-3,.xs-py-3,.xs-p-3{padding-bottom:var(--spacing3)}.xs-pb-4,.xs-py-4,.xs-p-4{padding-bottom:var(--spacing4)}.xs-pb-5,.xs-py-5,.xs-p-5{padding-bottom:var(--spacing5)}.xs-pb-6,.xs-py-6,.xs-p-6{padding-bottom:var(--spacing6)}.xs-pb-7,.xs-py-7,.xs-p-7{padding-bottom:var(--spacing7)}.xs-pb-8,.xs-py-8,.xs-p-8{padding-bottom:var(--spacing8)}.xs-pb-9,.xs-py-9,.xs-p-9{padding-bottom:var(--spacing9)}.xs-pb-10,.xs-py-10,.xs-p-10{padding-bottom:var(--spacing10)}.xs-pb-11,.xs-py-11,.xs-p-11{padding-bottom:var(--spacing11)}.xs-pb-12,.xs-py-12,.xs-p-12{padding-bottom:var(--spacing12)}.xs-pb-13,.xs-py-13,.xs-p-13{padding-bottom:var(--spacing13)}.xs-pb-14,.xs-py-14,.xs-p-14{padding-bottom:var(--spacing14)}.xs-pb-15,.xs-py-15,.xs-p-15{padding-bottom:var(--spacing15)}.xs-pb-16,.xs-py-16,.xs-p-16{padding-bottom:var(--spacing16)}.xs-pb-17,.xs-py-17,.xs-p-17{padding-bottom:var(--spacing17)}.xs-pb-18,.xs-py-18,.xs-p-18{padding-bottom:var(--spacing18)}.xs-pb-19,.xs-py-19,.xs-p-19{padding-bottom:var(--spacing19)}.xs-pb-20,.xs-py-20,.xs-p-20{padding-bottom:var(--spacing20)}.xs-pb-21,.xs-py-21,.xs-p-21{padding-bottom:var(--spacing21)}.xs-pb-22,.xs-py-22,.xs-p-22{padding-bottom:var(--spacing22)}.xs-pb-23,.xs-py-23,.xs-p-23{padding-bottom:var(--spacing23)}.xs-pb-24,.xs-py-24,.xs-p-24{padding-bottom:var(--spacing24)}.xs-pb-25,.xs-py-25,.xs-p-25{padding-bottom:var(--spacing25)}
			.xs-pl-0,.xs-px-0,.xs-p-0{padding-left:0}.xs-pl-px,.xs-px-px,.xs-p-px{padding-left:1px}.xs-pl-px,.xs-px-px,.xs-p-px{padding-left:1px}.xs-pl-1,.xs-px-1,.xs-p-1{padding-left:var(--spacing1)}.xs-pl-2,.xs-px-2,.xs-p-2{padding-left:var(--spacing2)}.xs-pl-3,.xs-px-3,.xs-p-3{padding-left:var(--spacing3)}.xs-pl-4,.xs-px-4,.xs-p-4{padding-left:var(--spacing4)}.xs-pl-5,.xs-px-5,.xs-p-5{padding-left:var(--spacing5)}.xs-pl-6,.xs-px-6,.xs-p-6{padding-left:var(--spacing6)}.xs-pl-7,.xs-px-7,.xs-p-7{padding-left:var(--spacing7)}.xs-pl-8,.xs-px-8,.xs-p-8{padding-left:var(--spacing8)}.xs-pl-9,.xs-px-9,.xs-p-9{padding-left:var(--spacing9)}.xs-pl-10,.xs-px-10,.xs-p-10{padding-left:var(--spacing10)}.xs-pl-11,.xs-px-11,.xs-p-11{padding-left:var(--spacing11)}.xs-pl-12,.xs-px-12,.xs-p-12{padding-left:var(--spacing12)}.xs-pl-13,.xs-px-13,.xs-p-13{padding-left:var(--spacing13)}.xs-pl-14,.xs-px-14,.xs-p-14{padding-left:var(--spacing14)}.xs-pl-15,.xs-px-15,.xs-p-15{padding-left:var(--spacing15)}.xs-pl-16,.xs-px-16,.xs-p-16{padding-left:var(--spacing16)}.xs-pl-17,.xs-px-17,.xs-p-17{padding-left:var(--spacing17)}.xs-pl-18,.xs-px-18,.xs-p-18{padding-left:var(--spacing18)}.xs-pl-19,.xs-px-19,.xs-p-19{padding-left:var(--spacing19)}.xs-pl-20,.xs-px-20,.xs-p-20{padding-left:var(--spacing20)}.xs-pl-21,.xs-px-21,.xs-p-21{padding-left:var(--spacing21)}.xs-pl-22,.xs-px-22,.xs-p-22{padding-left:var(--spacing22)}.xs-pl-23,.xs-px-23,.xs-p-23{padding-left:var(--spacing23)}.xs-pl-24,.xs-px-24,.xs-p-24{padding-left:var(--spacing24)}.xs-pl-25,.xs-px-25,.xs-p-25{padding-left:var(--spacing25)}
			/* Left, Top, Right, Bottom */
			.xs-top-auto{top:auto}.xs-right-auto{right:auto}.xs-bottom-auto{bottom:auto}.xs-left-auto{left:auto}
			.xs-top-0{top:0}.xs-top-px{top:1px}.xs-top-1{top:var(--spacing1)}.xs-top-2{top:var(--spacing2)}.xs-top-3{top:var(--spacing3)}.xs-top-4{top:var(--spacing4)}.xs-top-5{top:var(--spacing5)}.xs-top-6{top:var(--spacing6)}.xs-top-7{top:var(--spacing7)}.xs-top-8{top:var(--spacing8)}.xs-top-9{top:var(--spacing9)}.xs-top-10{top:var(--spacing10)}.xs-top-11{top:var(--spacing11)}.xs-top-12{top:var(--spacing12)}.xs-top-13{top:var(--spacing13)}.xs-top-14{top:var(--spacing14)}.xs-top-15{top:var(--spacing15)}.xs-top-16{top:var(--spacing16)}.xs-top-17{top:var(--spacing17)}.xs-top-18{top:var(--spacing18)}.xs-top-19{top:var(--spacing19)}.xs-top-20{top:var(--spacing20)}.xs-top-21{top:var(--spacing21)}.xs-top-22{top:var(--spacing22)}.xs-top-23{top:var(--spacing23)}.xs-top-24{top:var(--spacing24)}.xs-top-25{top:var(--spacing25)}
			.xs-right-0{right:0}.xs-right-px{right:1px}.xs-right-1{right:var(--spacing1)}.xs-right-2{right:var(--spacing2)}.xs-right-3{right:var(--spacing3)}.xs-right-4{right:var(--spacing4)}.xs-right-5{right:var(--spacing5)}.xs-right-6{right:var(--spacing6)}.xs-right-7{right:var(--spacing7)}.xs-right-8{right:var(--spacing8)}.xs-right-9{right:var(--spacing9)}.xs-right-10{right:var(--spacing10)}.xs-right-11{right:var(--spacing11)}.xs-right-12{right:var(--spacing12)}.xs-right-13{right:var(--spacing13)}.xs-right-14{right:var(--spacing14)}.xs-right-15{right:var(--spacing15)}.xs-right-16{right:var(--spacing16)}.xs-right-17{right:var(--spacing17)}.xs-right-18{right:var(--spacing18)}.xs-right-19{right:var(--spacing19)}.xs-right-20{right:var(--spacing20)}.xs-right-21{right:var(--spacing21)}.xs-right-22{right:var(--spacing22)}.xs-right-23{right:var(--spacing23)}.xs-right-24{right:var(--spacing24)}.xs-right-25{right:var(--spacing25)}
			.xs-bottom-0{bottom:0}.xs-bottom-px{bottom:1px}.xs-bottom-1{bottom:var(--spacing1)}.xs-bottom-2{bottom:var(--spacing2)}.xs-bottom-3{bottom:var(--spacing3)}.xs-bottom-4{bottom:var(--spacing4)}.xs-bottom-5{bottom:var(--spacing5)}.xs-bottom-6{bottom:var(--spacing6)}.xs-bottom-7{bottom:var(--spacing7)}.xs-bottom-8{bottom:var(--spacing8)}.xs-bottom-9{bottom:var(--spacing9)}.xs-bottom-10{bottom:var(--spacing10)}.xs-bottom-11{bottom:var(--spacing11)}.xs-bottom-12{bottom:var(--spacing12)}.xs-bottom-13{bottom:var(--spacing13)}.xs-bottom-14{bottom:var(--spacing14)}.xs-bottom-15{bottom:var(--spacing15)}.xs-bottom-16{bottom:var(--spacing16)}.xs-bottom-17{bottom:var(--spacing17)}.xs-bottom-18{bottom:var(--spacing18)}.xs-bottom-19{bottom:var(--spacing19)}.xs-bottom-20{bottom:var(--spacing20)}.xs-bottom-21{bottom:var(--spacing21)}.xs-bottom-22{bottom:var(--spacing22)}.xs-bottom-23{bottom:var(--spacing23)}.xs-bottom-24{bottom:var(--spacing24)}.xs-bottom-25{bottom:var(--spacing25)}
			.xs-left-0{left:0}.xs-left-px{left:1px}.xs-left-1{left:var(--spacing1)}.xs-left-2{left:var(--spacing2)}.xs-left-3{left:var(--spacing3)}.xs-left-4{left:var(--spacing4)}.xs-left-5{left:var(--spacing5)}.xs-left-6{left:var(--spacing6)}.xs-left-7{left:var(--spacing7)}.xs-left-8{left:var(--spacing8)}.xs-left-9{left:var(--spacing9)}.xs-left-10{left:var(--spacing10)}.xs-left-11{left:var(--spacing11)}.xs-left-12{left:var(--spacing12)}.xs-left-13{left:var(--spacing13)}.xs-left-14{left:var(--spacing14)}.xs-left-15{left:var(--spacing15)}.xs-left-16{left:var(--spacing16)}.xs-left-17{left:var(--spacing17)}.xs-left-18{left:var(--spacing18)}.xs-left-19{left:var(--spacing19)}.xs-left-20{left:var(--spacing20)}.xs-left-21{left:var(--spacing21)}.xs-left-22{left:var(--spacing22)}.xs-left-23{left:var(--spacing23)}.xs-left-24{left:var(--spacing24)}.xs-left-25{left:var(--spacing25)}
			/* Gaps -- From .xs-gap-0 (0px) to .xs-gap-25 (12rem) */
			.xs-gap-0,.xs-gap-x-0{column-gap:0}.xs-gap-0,.xs-gap-y-0{row-gap:0}.xs-gap-1,.xs-gap-x-1{column-gap:1px}.xs-gap-1,.xs-gap-y-1{row-gap:1px}.xs-gap-2,.xs-gap-x-2{column-gap:0.25rem}.xs-gap-2,.xs-gap-y-2{row-gap:0.25rem}.xs-gap-3,.xs-gap-x-3{column-gap:0.375rem}.xs-gap-3,.xs-gap-y-3{row-gap:0.375rem}.xs-gap-4,.xs-gap-x-4{column-gap:0.5rem}.xs-gap-4,.xs-gap-y-4{row-gap:0.5rem}.xs-gap-5,.xs-gap-x-5{column-gap:0.625rem}.xs-gap-5,.xs-gap-y-5{row-gap:0.625rem}.xs-gap-6,.xs-gap-x-6{column-gap:0.75rem}.xs-gap-6,.xs-gap-y-6{row-gap:0.75rem}.xs-gap-7,.xs-gap-x-7{column-gap:0.875rem}.xs-gap-7,.xs-gap-y-7{row-gap:0.875rem}.xs-gap-8,.xs-gap-x-8{column-gap:1rem}.xs-gap-8,.xs-gap-y-8{row-gap:1rem}.xs-gap-9,.xs-gap-x-9{column-gap:1.25rem}.xs-gap-9,.xs-gap-y-9{row-gap:1.25rem}.xs-gap-10,.xs-gap-x-10{column-gap:1.5rem}.xs-gap-10,.xs-gap-y-10{row-gap:1.5rem}.xs-gap-11,.xs-gap-x-11{column-gap:1.75rem}.xs-gap-11,.xs-gap-y-11{row-gap:1.75rem}.xs-gap-12,.xs-gap-x-12{column-gap:2rem}.xs-gap-12,.xs-gap-y-12{row-gap:2rem}.xs-gap-13,.xs-gap-x-13{column-gap:2.5rem}.xs-gap-13,.xs-gap-y-13{row-gap:2.5rem}.xs-gap-14,.xs-gap-x-14{column-gap:3rem}.xs-gap-14,.xs-gap-y-14{row-gap:3rem}.xs-gap-15,.xs-gap-x-15{column-gap:3.5rem}.xs-gap-15,.xs-gap-y-15{row-gap:3.5rem}.xs-gap-16,.xs-gap-x-16{column-gap:4rem}.xs-gap-16,.xs-gap-y-16{row-gap:4rem}.xs-gap-17,.xs-gap-x-17{column-gap:4.5rem}.xs-gap-17,.xs-gap-y-17{row-gap:4.5rem}.xs-gap-18,.xs-gap-x-18{column-gap:5rem}.xs-gap-18,.xs-gap-y-18{row-gap:5rem}.xs-gap-19,.xs-gap-x-19{column-gap:5.5rem}.xs-gap-19,.xs-gap-y-19{row-gap:5.5rem}.xs-gap-20,.xs-gap-x-20{column-gap:6rem}.xs-gap-20,.xs-gap-y-20{row-gap:6rem}.xs-gap-21,.xs-gap-x-21{column-gap:7rem}.xs-gap-21,.xs-gap-y-21{row-gap:7rem}.xs-gap-22,.xs-gap-x-22{column-gap:8rem}.xs-gap-22,.xs-gap-y-22{row-gap:8rem}.xs-gap-23,.xs-gap-x-23{column-gap:9rem}.xs-gap-23,.xs-gap-y-23{row-gap:9rem}.xs-gap-24,.xs-gap-x-24{column-gap:10rem}.xs-gap-24,.xs-gap-y-24{row-gap:10rem}.xs-gap-25,.xs-gap-x-25{column-gap:12rem}.xs-gap-25,.xs-gap-y-25{row-gap:12rem}
			/* Translate Y */
			.xs-translate-y-0{transform:translateY(0)}.xs-translate-y-1{transform:translateY(var(--spacing1))}.xs-translate-y-2{transform:translateY(var(--spacing2))}.xs-translate-y-3{transform:translateY(var(--spacing3))}.xs-translate-y-4{transform:translateY(var(--spacing4))}.xs-translate-y-5{transform:translateY(var(--spacing5))}.xs-translate-y-6{transform:translateY(var(--spacing6))}.xs-translate-y-7{transform:translateY(var(--spacing7))}.xs-translate-y-8{transform:translateY(var(--spacing8))}.xs-translate-y-9{transform:translateY(var(--spacing9))}.xs-translate-y-10{transform:translateY(var(--spacing10))}.xs-translate-y-11{transform:translateY(var(--spacing11))}.xs-translate-y-12{transform:translateY(var(--spacing12))}.xs-translate-y-13{transform:translateY(var(--spacing13))}.xs-translate-y-14{transform:translateY(var(--spacing14))}.xs-translate-y-15{transform:translateY(var(--spacing15))}.xs-translate-y-16{transform:translateY(var(--spacing16))}.xs-translate-y-17{transform:translateY(var(--spacing17))}.xs-translate-y-18{transform:translateY(var(--spacing18))}.xs-translate-y-19{transform:translateY(var(--spacing19))}.xs-translate-y-20{transform:translateY(var(--spacing20))}.xs-translate-y-21{transform:translateY(var(--spacing21))}.xs-translate-y-22{transform:translateY(var(--spacing22))}.xs-translate-y-23{transform:translateY(var(--spacing23))}.xs-translate-y-24{transform:translateY(var(--spacing24))}.xs-translate-y-25{transform:translateY(var(--spacing25))}
			.xs-translate-y-perc-25{transform:translateY(25%)}.xs-translate-y-perc-50{transform:translateY(50%)}.xs-translate-y-perc-75{transform:translateY(75%)}.xs-translate-y-perc-100,.xs-translate-y-perc-full{transform:translateY(100%)}
			.-xs-translate-y-perc-25{transform:translateY(-25%)}.-xs-translate-y-perc-50{transform:translateY(-50%)}.-xs-translate-y-perc-75{transform:translateY(-75%)}.-xs-translate-y-perc-100,.-xs-translate-y-perc-full{transform:translateY(-100%)}
			/* Translate X */
			.xs-translate-x-0{transform:translateX(0)}.xs-translate-x-1{transform:translateX(var(--spacing1))}.xs-translate-x-2{transform:translateX(var(--spacing2))}.xs-translate-x-3{transform:translateX(var(--spacing3))}.xs-translate-x-4{transform:translateX(var(--spacing4))}.xs-translate-x-5{transform:translateX(var(--spacing5))}.xs-translate-x-6{transform:translateX(var(--spacing6))}.xs-translate-x-7{transform:translateX(var(--spacing7))}.xs-translate-x-8{transform:translateX(var(--spacing8))}.xs-translate-x-9{transform:translateX(var(--spacing9))}.xs-translate-x-10{transform:translateX(var(--spacing10))}.xs-translate-x-11{transform:translateX(var(--spacing11))}.xs-translate-x-12{transform:translateX(var(--spacing12))}.xs-translate-x-13{transform:translateX(var(--spacing13))}.xs-translate-x-14{transform:translateX(var(--spacing14))}.xs-translate-x-15{transform:translateX(var(--spacing15))}.xs-translate-x-16{transform:translateX(var(--spacing16))}.xs-translate-x-17{transform:translateX(var(--spacing17))}.xs-translate-x-18{transform:translateX(var(--spacing18))}.xs-translate-x-19{transform:translateX(var(--spacing19))}.xs-translate-x-20{transform:translateX(var(--spacing20))}.xs-translate-x-21{transform:translateX(var(--spacing21))}.xs-translate-x-22{transform:translateX(var(--spacing22))}.xs-translate-x-23{transform:translateX(var(--spacing23))}.xs-translate-x-24{transform:translateX(var(--spacing24))}.xs-translate-x-25{transform:translateX(var(--spacing25))}
			.xs-translate-x-perc-25{transform:translateX(25%)}.xs-translate-x-perc-50{transform:translateX(50%)}.xs-translate-x-perc-75{transform:translateX(75%)}.xs-translate-x-perc-100,.xs-translate-x-perc-full{transform:translateX(100%)}
			.-xs-translate-x-perc-25{transform:translateX(-25%)}.-xs-translate-x-perc-50{transform:translateX(-50%)}.-xs-translate-x-perc-75{transform:translateX(-75%)}.-xs-translate-x-perc-100,.-xs-translate-x-perc-full{transform:translateX(-100%)}
			/* Font sizes */
			.xs-text-xxs{font-size:var(--text-xxs)}.xs-text-xs{font-size:var(--text-xs)}.xs-text-sm{font-size:var(--text-sm)}.xs-text-base{font-size:var(--text-base)}.xs-text-md{font-size:var(--text-md)}.xs-text-lg{font-size:var(--text-lg)}.xs-text-xl{font-size:var(--text-xl)}.xs-text-2xl{font-size:var(--text-2xl)}.xs-text-3xl{font-size:var(--text-3xl)}.xs-text-4xl{font-size:var(--text-4xl)}.xs-text-5xl{font-size:var(--text-5xl)}.xs-text-6xl{font-size:var(--text-6xl)}.xs-text-7xl{font-size:var(--text-7xl)}.xs-text-8xl{font-size:var(--text-8xl)}.xs-text-9xl{font-size:var(--text-9xl)}.xs-text-10xl{font-size:var(--text-10xl)}.xs-text-11xl{font-size:var(--text-11xl)}.xs-text-12xl{font-size:var(--text-12xl)}.xs-text-13xl{font-size:var(--text-13xl)}.xs-text-14xl{font-size:var(--text-14xl)}.xs-text-15xl{font-size:var(--text-15xl)}
			/* Letter Spacing */
			.xs-ls-xxs,.xs-hover-ls-xxs:hover,.group:hover .xs-group-hover-ls-xxs,.xs-active-ls-xxs.active{letter-spacing:-0.08rem}.xs-ls-xs,.xs-hover-ls-xs:hover,.group:hover .xs-group-hover-ls-xs,.xs-active-ls-xs.active{letter-spacing:-0.04rem}.xs-ls-sm,.xs-hover-ls-sm:hover,.group:hover .xs-group-hover-ls-sm,.xs-active-ls-sm.active{letter-spacing:-0.02rem}.xs-ls-base,.xs-hover-ls-base:hover,.group:hover .xs-group-hover-ls-base,.xs-active-ls-base.active{letter-spacing:0rem}.xs-ls-md,.xs-hover-ls-md:hover,.group:hover .xs-group-hover-ls-md,.xs-active-ls-md.active{letter-spacing:0.02rem}.xs-ls-lg,.xs-hover-ls-lg:hover,.group:hover .xs-group-hover-ls-lg,.xs-active-ls-lg.active{letter-spacing:0.04rem}.xs-ls-xl,.xs-hover-ls-xl:hover,.group:hover .xs-group-hover-ls-xl,.xs-active-ls-xl.active{letter-spacing:0.075rem}.xs-ls-2xl,.xs-hover-ls-2xl:hover,.group:hover .xs-group-hover-ls-2xl,.xs-active-ls-2xl.active{letter-spacing:0.1rem}.xs-ls-3xl,.xs-hover-ls-3xl:hover,.group:hover .xs-group-hover-ls-3xl,.xs-active-ls-3xl.active{letter-spacing:0.3rem}.xs-ls-4xl,.xs-hover-ls-4xl:hover,.group:hover .xs-group-hover-ls-4xl,.xs-active-ls-4xl.active{letter-spacing:0.6rem}.xs-ls-5xl,.xs-hover-ls-5xl:hover,.group:hover .xs-group-hover-ls-5xl,.xs-active-ls-5xl.active{letter-spacing:1rem}.xs-ls-6xl,.xs-hover-ls-6xl:hover,.group:hover .xs-group-hover-ls-6xl,.xs-active-ls-6xl.active{letter-spacing:1.3rem}.xs-ls-7xl,.xs-hover-ls-7xl:hover,.group:hover .xs-group-hover-ls-7xl,.xs-active-ls-7xl.active{letter-spacing:1.6rem}.xs-ls-8xl,.xs-hover-ls-8xl:hover,.group:hover .xs-group-hover-ls-8xl,.xs-active-ls-8xl.active{letter-spacing:2rem}.xs-ls-9xl,.xs-hover-ls-9xl:hover,.group:hover .xs-group-hover-ls-9xl,.xs-active-ls-9xl.active{letter-spacing:2.5rem}.xs-ls-10xl,.xs-hover-ls-10xl:hover,.group:hover .xs-group-hover-ls-10xl,.xs-active-ls-10xl.active{letter-spacing:4rem}
			/* Line Height */
			.xs-lh-normal{line-height:normal}.xs-lh-inherit{line-height:inherit}.xs-lh-base{line-height:var(--body-line-height)}.xs-lh-perc-80{line-height:80%}.xs-lh-perc-90{line-height:90%}.xs-lh-perc-100{line-height:100%}.xs-lh-perc-110{line-height:110%}.xs-lh-perc-120{line-height:120%}.xs-lh-perc-130{line-height:130%}.xs-lh-perc-140{line-height:140%}.xs-lh-perc-150{line-height:150%}.xs-lh-perc-160{line-height:160%}.xs-lh-perc-170{line-height:170%}.xs-lh-perc-180{line-height:180%}.xs-lh-perc-190{line-height:190%}.xs-lh-perc-200{line-height:200%}
			.xs-lh-xxs{line-height:var(--lh-xxs);}.xs-lh-xs{line-height:var(--lh-xs)}.xs-lh-sm{line-height:var(--lh-sm)}.xs-lh-md{line-height:var(--lh-md)}.xs-lh-lg{line-height:var(--lh-lg)}.xs-lh-xl{line-height:var(--lh-xl)}.xs-lh-2xl{line-height:var(--lh-2xl)}.xs-lh-3xl{line-height:var(--lh-3xl)}.xs-lh-4xl{line-height:var(--lh-4xl)}.xs-lh-5xl{line-height:var(--lh-5xl)}.xs-lh-6xl{line-height:var(--lh-6xl)}.xs-lh-7xl{line-height:var(--lh-7xl)}.xs-lh-8xl{line-height:var(--lh-8xl)}.xs-lh-9xl{line-height:var(--lh-9xl)}.xs-lh-10xl{line-height:var(--lh-10xl)}.xs-lh-11xl{line-height:var(--lh-11xl)}.xs-lh-12xl{line-height:var(--lh-12xl)}.xs-lh-13xl{line-height:var(--lh-13xl)}.xs-lh-14xl{line-height:var(--lh-14xl)}.xs-lh-15xl{line-height:var(--lh-15xl)}
			/* White Space */
			.xs-ws-nowrap{white-space:nowrap}.xs-ws-normal{white-space:normal}
			/* Width */
			.xs-w-perc-0,.xs-w-0{width:0}.xs-w-perc-100,.xs-w-full{width:100%}.xs-w-screen,.xs-w-screen-100,.xs-fullscreen{width:100vw}.xs-w-auto{width:auto}.xs-w-fit{width:fit-content}
			.xs-w-perc-5{width:5%}.xs-w-perc-10{width:10%}.xs-w-perc-15{width:15%}.xs-w-perc-20{width:20%}.xs-w-perc-25{width:25%}.xs-w-perc-30{width:30%}.xs-w-perc-35{width:35%}.xs-w-perc-40{width:40%}.xs-w-perc-45{width:45%}.xs-w-perc-50{width:50%}.xs-w-perc-55{width:55%}.xs-w-perc-60{width:60%}.xs-w-perc-65{width:65%}.xs-w-perc-70{width:70%}.xs-w-perc-75{width:75%}.xs-w-perc-80{width:80%}.xs-w-perc-80{width:80%}.xs-w-perc-85{width:85%}.xs-w-perc-90{width:90%}.xs-w-perc-95{width:95%}
			.xs-w-1,.xs-w-px{width:1px}.xs-w-2{width:0.125rem}.xs-w-3{width:0.25rem}.xs-w-4{width:0.375rem}.xs-w-5{width:0.5rem}.xs-w-6{width:0.625rem}.xs-w-7{width:0.75rem}.xs-w-8{width:0.875rem}.xs-w-9{width:1rem}.xs-w-10{width:1.25rem}.xs-w-11{width:1.5rem}.xs-w-12{width:1.75rem}.xs-w-13{width:2rem}.xs-w-14{width:2.25rem}.xs-w-15{width:2.5rem}.xs-w-16{width:2.75rem}.xs-w-17{width:3rem}.xs-w-18{width:3.5rem}.xs-w-19{width:4rem}.xs-w-20{width:5rem}.xs-w-21{width:6rem}.xs-w-22{width:7rem}.xs-w-23{width:8rem}.xs-w-24{width:9rem}.xs-w-25{width:10rem}.xs-w-26{width:11rem}.xs-w-27{width:12rem}.xs-w-28{width:13rem}.xs-w-29{width:14rem}.xs-w-30{width:15rem}.xs-w-31{width:16rem}.xs-w-32{width:17rem}.xs-w-33{width:18rem}.xs-w-34{width:19rem}.xs-w-35{width:20rem}.xs-w-36{width:22rem}.xs-w-37{width:24rem}.xs-w-38{width:26rem}.xs-w-39{width:28rem}.xs-w-40{width:30rem}.xs-w-41{width:32rem}.xs-w-42{width:35rem}.xs-w-43{width:40rem}.xs-w-44{width:44rem}.xs-w-45{width:48rem}.xs-w-46{width:52rem}.xs-w-47{width:55rem}.xs-w-48{width:58rem}.xs-w-49{width:60rem}.xs-w-50{width:62rem}
			.xs-w-screen-5{width:5vw}.xs-w-screen-10{width:10vw}.xs-w-screen-15{width:15vw}.xs-w-screen-20{width:20vw}.xs-w-screen-25{width:25vw}.xs-w-screen-30{width:30vw}.xs-w-screen-35{width:35vw}.xs-w-screen-40{width:40vw}.xs-w-screen-45{width:45vw}.xs-w-screen-50{width:50vw}.xs-w-screen-55{width:55vw}.xs-w-screen-60{width:60vw}.xs-w-screen-65{width:65vw}.xs-w-screen-70{width:70vw}.xs-w-screen-75{width:75vw}.xs-w-screen-80{width:80vw}.xs-w-screen-85{width:85vw}.xs-w-screen-90{width:90vw}.xs-w-screen-95{width:95vw}
			/* Height */
			.xs-h-perc-0,.xs-h-0{height:0}.xs-h-perc-100,.xs-h-full{height:100%}.xs-h-screen,.xs-fullscreen,.xs-h-screen-100{height:100vh}.xs-h-auto{height:auto}
			.xs-h-perc-5{height:5%}.xs-h-perc-10{height:10%}.xs-h-perc-15{height:15%}.xs-h-perc-20{height:20%}.xs-h-perc-25{height:25%}.xs-h-perc-30{height:30%}.xs-h-perc-35{height:35%}.xs-h-perc-40{height:40%}.xs-h-perc-45{height:45%}.xs-h-perc-50{height:50%}.xs-h-perc-55{height:55%}.xs-h-perc-60{height:60%}.xs-h-perc-65{height:65%}.xs-h-perc-70{height:70%}.xs-h-perc-75{height:75%}.xs-h-perc-80{height:80%}.xs-h-perc-80{height:80%}.xs-h-perc-85{height:85%}.xs-h-perc-90{height:90%}.xs-h-perc-95{height:95%}
			.xs-h-1,.xs-h-px{height:1px}.xs-h-2{height:0.125rem}.xs-h-3{height:0.25rem}.xs-h-4{height:0.375rem}.xs-h-5{height:0.5rem}.xs-h-6{height:0.625rem}.xs-h-7{height:0.75rem}.xs-h-8{height:0.875rem}.xs-h-9{height:1rem}.xs-h-10{height:1.25rem}.xs-h-11{height:1.5rem}.xs-h-12{height:1.75rem}.xs-h-13{height:2rem}.xs-h-14{height:2.25rem}.xs-h-15{height:2.5rem}.xs-h-16{height:2.75rem}.xs-h-17{height:3rem}.xs-h-18{height:3.5rem}.xs-h-19{height:4rem}.xs-h-20{height:5rem}.xs-h-21{height:6rem}.xs-h-22{height:7rem}.xs-h-23{height:8rem}.xs-h-24{height:9rem}.xs-h-25{height:10rem}.xs-h-26{height:11rem}.xs-h-27{height:12rem}.xs-h-28{height:13rem}.xs-h-29{height:14rem}.xs-h-30{height:15rem}.xs-h-31{height:16rem}.xs-h-32{height:17rem}.xs-h-33{height:18rem}.xs-h-34{height:19rem}.xs-h-35{height:20rem}.xs-h-36{height:22rem}.xs-h-37{height:24rem}.xs-h-38{height:26rem}.xs-h-39{height:28rem}.xs-h-40{height:30rem}.xs-h-41{height:32rem}.xs-h-42{height:35rem}.xs-h-43{height:40rem}.xs-h-44{height:44rem}.xs-h-45{height:48rem}.xs-h-46{height:52rem}.xs-h-47{height:55rem}.xs-h-48{height:58rem}.xs-h-49{height:60rem}.xs-h-50{height:62rem}
			.xs-h-screen-5{height:5vh}.xs-h-screen-10{height:10vh}.xs-h-screen-15{height:15vh}.xs-h-screen-20{height:20vh}.xs-h-screen-25{height:25vh}.xs-h-screen-30{height:30vh}.xs-h-screen-35{height:35vh}.xs-h-screen-40{height:40vh}.xs-h-screen-45{height:45vh}.xs-h-screen-50{height:50vh}.xs-h-screen-55{height:55vh}.xs-h-screen-60{height:60vh}.xs-h-screen-65{height:65vh}.xs-h-screen-70{height:70vh}.xs-h-screen-75{height:75vh}.xs-h-screen-80{height:80vh}.xs-h-screen-85{height:85vh}.xs-h-screen-90{height:90vh}.xs-h-screen-95{height:95vh}
			/* Max Width */
			.xs-mxw-screen,.xs-mxw-screen-100{max-width:100vw}.xs-mxw-0,.xs-mxw-perc-0{max-width:0}.xs-mxw-full,.xs-mxw-perc-100{max-width:100%}.xs-mxw-none{max-width:none}
			.xs-mxw-perc-5{max-width:5%}.xs-mxw-perc-10{max-width:10%}.xs-mxw-perc-15{max-width:15%}.xs-mxw-perc-20{max-width:20%}.xs-mxw-perc-25{max-width:25%}.xs-mxw-perc-30{max-width:30%}.xs-mxw-perc-35{max-width:35%}.xs-mxw-perc-40{max-width:40%}.xs-mxw-perc-45{max-width:45%}.xs-mxw-perc-50{max-width:50%}.xs-mxw-perc-55{max-width:55%}.xs-mxw-perc-60{max-width:60%}.xs-mxw-perc-65{max-width:65%}.xs-mxw-perc-70{max-width:70%}.xs-mxw-perc-75{max-width:75%}.xs-mxw-perc-80{max-width:80%}.xs-mxw-perc-85{max-width:85%}.xs-mxw-perc-90{max-width:90%}.xs-mxw-perc-95{max-width:95%}
			.xs-mxw-1,.xs-mxw-px{max-width:1px}.xs-mxw-2{max-width:0.125rem}.xs-mxw-3{max-width:0.25rem}.xs-mxw-4{max-width:0.375rem}.xs-mxw-5{max-width:0.5rem}.xs-mxw-6{max-width:0.625rem}.xs-mxw-7{max-width:0.75rem}.xs-mxw-8{max-width:0.875rem}.xs-mxw-9{max-width:1rem}.xs-mxw-10{max-width:1.25rem}.xs-mxw-11{max-width:1.5rem}.xs-mxw-12{max-width:1.75rem}.xs-mxw-13{max-width:2rem}.xs-mxw-14{max-width:2.25rem}.xs-mxw-15{max-width:2.5rem}.xs-mxw-16{max-width:2.75rem}.xs-mxw-17{max-width:3rem}.xs-mxw-18{max-width:3.5rem}.xs-mxw-19{max-width:4rem}.xs-mxw-20{max-width:5rem}.xs-mxw-21{max-width:6rem}.xs-mxw-22{max-width:7rem}.xs-mxw-23{max-width:8rem}.xs-mxw-24{max-width:9rem}.xs-mxw-25{max-width:10rem}.xs-mxw-26{max-width:11rem}.xs-mxw-27{max-width:12rem}.xs-mxw-28{max-width:13rem}.xs-mxw-29{max-width:14rem}.xs-mxw-30{max-width:15rem}.xs-mxw-31{max-width:16rem}.xs-mxw-32{max-width:17rem}.xs-mxw-33{max-width:18rem}.xs-mxw-34{max-width:19rem}.xs-mxw-35{max-width:20rem}.xs-mxw-36{max-width:22rem}.xs-mxw-37{max-width:24rem}.xs-mxw-38{max-width:26rem}.xs-mxw-39{max-width:28rem}.xs-mxw-40{max-width:30rem}.xs-mxw-41{max-width:32rem}.xs-mxw-42{max-width:35rem}.xs-mxw-43{max-width:40rem}.xs-mxw-44{max-width:44rem}.xs-mxw-45{max-width:48rem}.xs-mxw-46{max-width:52rem}.xs-mxw-47{max-width:55rem}.xs-mxw-48{max-width:58rem}.xs-mxw-49{max-width:60rem}.xs-mxw-50{max-width:62rem}
			.xs-mxw-screen-5{max-width:5vw}.xs-mxw-screen-10{max-width:10vw}.xs-mxw-screen-15{max-width:15vw}.xs-mxw-screen-20{max-width:20vw}.xs-mxw-screen-25{max-width:25vw}.xs-mxw-screen-30{max-width:30vw}.xs-mxw-screen-35{max-width:35vw}.xs-mxw-screen-40{max-width:40vw}.xs-mxw-screen-45{max-width:45vw}.xs-mxw-screen-50{max-width:50vw}.xs-mxw-screen-55{max-width:55vw}.xs-mxw-screen-60{max-width:60vw}.xs-mxw-screen-65{max-width:65vw}.xs-mxw-screen-70{max-width:70vw}.xs-mxw-screen-75{max-width:75vw}.xs-mxw-screen-80{max-width:80vw}.xs-mxw-screen-85{max-width:85vw}.xs-mxw-screen-90{max-width:90vw}.xs-mxw-screen-95{max-width:95vw}
			/* Min Width */
			.xs-mnw-screen,.xs-mnw-screen-100{max-height:100vw}.xs-mnw-0,.xs-mnw-perc-0{min-width:0}.xs-mnw-full,.xs-mnw-perc-100{min-width:100%}.xs-mnw-none,.xs-mnw-auto{min-width:auto}
			.xs-mnw-perc-5{min-width:5%}.xs-mnw-perc-10{min-width:10%}.xs-mnw-perc-15{min-width:15%}.xs-mnw-perc-20{min-width:20%}.xs-mnw-perc-25{min-width:25%}.xs-mnw-perc-30{min-width:30%}.xs-mnw-perc-35{min-width:35%}.xs-mnw-perc-40{min-width:40%}.xs-mnw-perc-45{min-width:45%}.xs-mnw-perc-50{min-width:50%}.xs-mnw-perc-55{min-width:55%}.xs-mnw-perc-60{min-width:60%}.xs-mnw-perc-65{min-width:65%}.xs-mnw-perc-70{min-width:70%}.xs-mnw-perc-75{min-width:75%}.xs-mnw-perc-80{min-width:80%}.xs-mnw-perc-85{min-width:85%}.xs-mnw-perc-90{min-width:90%}.xs-mnw-perc-95{min-width:95%}
			.xs-mnw-1,.xs-mnw-px{min-width:1px}.xs-mnw-2{min-width:0.125rem}.xs-mnw-3{min-width:0.25rem}.xs-mnw-4{min-width:0.375rem}.xs-mnw-5{min-width:0.5rem}.xs-mnw-6{min-width:0.625rem}.xs-mnw-7{min-width:0.75rem}.xs-mnw-8{min-width:0.875rem}.xs-mnw-9{min-width:1rem}.xs-mnw-10{min-width:1.25rem}.xs-mnw-11{min-width:1.5rem}.xs-mnw-12{min-width:1.75rem}.xs-mnw-13{min-width:2rem}.xs-mnw-14{min-width:2.25rem}.xs-mnw-15{min-width:2.5rem}.xs-mnw-16{min-width:2.75rem}.xs-mnw-17{min-width:3rem}.xs-mnw-18{min-width:3.5rem}.xs-mnw-19{min-width:4rem}.xs-mnw-20{min-width:5rem}.xs-mnw-21{min-width:6rem}.xs-mnw-22{min-width:7rem}.xs-mnw-23{min-width:8rem}.xs-mnw-24{min-width:9rem}.xs-mnw-25{min-width:10rem}.xs-mnw-26{min-width:11rem}.xs-mnw-27{min-width:12rem}.xs-mnw-28{min-width:13rem}.xs-mnw-29{min-width:14rem}.xs-mnw-30{min-width:15rem}.xs-mnw-31{min-width:16rem}.xs-mnw-32{min-width:17rem}.xs-mnw-33{min-width:18rem}.xs-mnw-34{min-width:19rem}.xs-mnw-35{min-width:20rem}.xs-mnw-36{min-width:22rem}.xs-mnw-37{min-width:24rem}.xs-mnw-38{min-width:26rem}.xs-mnw-39{min-width:28rem}.xs-mnw-40{min-width:30rem}.xs-mnw-41{min-width:32rem}.xs-mnw-42{min-width:35rem}.xs-mnw-43{min-width:40rem}.xs-mnw-44{min-width:44rem}.xs-mnw-45{min-width:48rem}.xs-mnw-46{min-width:52rem}.xs-mnw-47{min-width:55rem}.xs-mnw-48{min-width:58rem}.xs-mnw-49{min-width:60rem}.xs-mnw-50{min-width:62rem}
			.xs-mnw-screen-5{min-width:5vw}.xs-mnw-screen-10{min-width:10vw}.xs-mnw-screen-15{min-width:15vw}.xs-mnw-screen-20{min-width:20vw}.xs-mnw-screen-25{min-width:25vw}.xs-mnw-screen-30{min-width:30vw}.xs-mnw-screen-35{min-width:35vw}.xs-mnw-screen-40{min-width:40vw}.xs-mnw-screen-45{min-width:45vw}.xs-mnw-screen-50{min-width:50vw}.xs-mnw-screen-55{min-width:55vw}.xs-mnw-screen-60{min-width:60vw}.xs-mnw-screen-65{min-width:65vw}.xs-mnw-screen-70{min-width:70vw}.xs-mnw-screen-75{min-width:75vw}.xs-mnw-screen-80{min-width:80vw}.xs-mnw-screen-85{min-width:85vw}.xs-mnw-screen-90{min-width:90vw}.xs-mnw-screen-95{min-width:95vw}
			/* Max Height */
			.xs-mxh-screen,.xs-mxh-screen-100{max-height:100vh}.xs-mxh-0,.xs-mxh-perc-0{max-height:0}.xs-mxh-full,.xs-mxh-perc-100{max-height:100%}.xs-mxh-none{max-height:none}
			.xs-mxh-perc-5{max-height:5%}.xs-mxh-perc-10{max-height:10%}.xs-mxh-perc-15{max-height:15%}.xs-mxh-perc-20{max-height:20%}.xs-mxh-perc-25{max-height:25%}.xs-mxh-perc-30{max-height:30%}.xs-mxh-perc-35{max-height:35%}.xs-mxh-perc-40{max-height:40%}.xs-mxh-perc-45{max-height:45%}.xs-mxh-perc-50{max-height:50%}.xs-mxh-perc-55{max-height:55%}.xs-mxh-perc-60{max-height:60%}.xs-mxh-perc-65{max-height:65%}.xs-mxh-perc-70{max-height:70%}.xs-mxh-perc-75{max-height:75%}.xs-mxh-perc-80{max-height:80%}.xs-mxh-perc-85{max-height:85%}.xs-mxh-perc-90{max-height:90%}.xs-mxh-perc-95{max-height:95%}
			.xs-mxh-1,.xs-mxh-px{max-height:1px}.xs-mxh-2{max-height:0.125rem}.xs-mxh-3{max-height:0.25rem}.xs-mxh-4{max-height:0.375rem}.xs-mxh-5{max-height:0.5rem}.xs-mxh-6{max-height:0.625rem}.xs-mxh-7{max-height:0.75rem}.xs-mxh-8{max-height:0.875rem}.xs-mxh-9{max-height:1rem}.xs-mxh-10{max-height:1.25rem}.xs-mxh-11{max-height:1.5rem}.xs-mxh-12{max-height:1.75rem}.xs-mxh-13{max-height:2rem}.xs-mxh-14{max-height:2.25rem}.xs-mxh-15{max-height:2.5rem}.xs-mxh-16{max-height:2.75rem}.xs-mxh-17{max-height:3rem}.xs-mxh-18{max-height:3.5rem}.xs-mxh-19{max-height:4rem}.xs-mxh-20{max-height:5rem}.xs-mxh-21{max-height:6rem}.xs-mxh-22{max-height:7rem}.xs-mxh-23{max-height:8rem}.xs-mxh-24{max-height:9rem}.xs-mxh-25{max-height:10rem}.xs-mxh-26{max-height:11rem}.xs-mxh-27{max-height:12rem}.xs-mxh-28{max-height:13rem}.xs-mxh-29{max-height:14rem}.xs-mxh-30{max-height:15rem}.xs-mxh-31{max-height:16rem}.xs-mxh-32{max-height:17rem}.xs-mxh-33{max-height:18rem}.xs-mxh-34{max-height:19rem}.xs-mxh-35{max-height:20rem}.xs-mxh-36{max-height:22rem}.xs-mxh-37{max-height:24rem}.xs-mxh-38{max-height:26rem}.xs-mxh-39{max-height:28rem}.xs-mxh-40{max-height:30rem}.xs-mxh-41{max-height:32rem}.xs-mxh-42{max-height:35rem}.xs-mxh-43{max-height:40rem}.xs-mxh-44{max-height:44rem}.xs-mxh-45{max-height:48rem}.xs-mxh-46{max-height:52rem}.xs-mxh-47{max-height:55rem}.xs-mxh-48{max-height:58rem}.xs-mxh-49{max-height:60rem}.xs-mxh-50{max-height:62rem}
			.xs-mxh-screen-5{max-height:5vh}.xs-mxh-screen-10{max-height:10vh}.xs-mxh-screen-15{max-height:15vh}.xs-mxh-screen-20{max-height:20vh}.xs-mxh-screen-25{max-height:25vh}.xs-mxh-screen-30{max-height:30vh}.xs-mxh-screen-35{max-height:35vh}.xs-mxh-screen-40{max-height:40vh}.xs-mxh-screen-45{max-height:45vh}.xs-mxh-screen-50{max-height:50vh}.xs-mxh-screen-55{max-height:55vh}.xs-mxh-screen-60{max-height:60vh}.xs-mxh-screen-65{max-height:65vh}.xs-mxh-screen-70{max-height:70vh}.xs-mxh-screen-75{max-height:75vh}.xs-mxh-screen-80{max-height:80vh}.xs-mxh-screen-85{max-height:85vh}.xs-mxh-screen-90{max-height:90vh}.xs-mxh-screen-95{max-height:95vh}
			/* Min Height */
			.xs-mnh-screen,.xs-mnh-screen-100{min-height:100vh}.xs-mnh-0,.xs-mnh-perc-0{min-height:0}.xs-mnh-full,.xs-mnh-perc-100{min-height:100%}.xs-mnh-none{min-height:none}
			.xs-mnh-perc-5{min-height:5%}.xs-mnh-perc-10{min-height:10%}.xs-mnh-perc-15{min-height:15%}.xs-mnh-perc-20{min-height:20%}.xs-mnh-perc-25{min-height:25%}.xs-mnh-perc-30{min-height:30%}.xs-mnh-perc-35{min-height:35%}.xs-mnh-perc-40{min-height:40%}.xs-mnh-perc-45{min-height:45%}.xs-mnh-perc-50{min-height:50%}.xs-mnh-perc-55{min-height:55%}.xs-mnh-perc-60{min-height:60%}.xs-mnh-perc-65{min-height:65%}.xs-mnh-perc-70{min-height:70%}.xs-mnh-perc-75{min-height:75%}.xs-mnh-perc-80{min-height:80%}.xs-mnh-perc-85{min-height:85%}.xs-mnh-perc-90{min-height:90%}.xs-mnh-perc-95{min-height:95%}
			.xs-mnh-1,.xs-mnh-px{min-height:1px}.xs-mnh-2{min-height:0.125rem}.xs-mnh-3{min-height:0.25rem}.xs-mnh-4{min-height:0.375rem}.xs-mnh-5{min-height:0.5rem}.xs-mnh-6{min-height:0.625rem}.xs-mnh-7{min-height:0.75rem}.xs-mnh-8{min-height:0.875rem}.xs-mnh-9{min-height:1rem}.xs-mnh-10{min-height:1.25rem}.xs-mnh-11{min-height:1.5rem}.xs-mnh-12{min-height:1.75rem}.xs-mnh-13{min-height:2rem}.xs-mnh-14{min-height:2.25rem}.xs-mnh-15{min-height:2.5rem}.xs-mnh-16{min-height:2.75rem}.xs-mnh-17{min-height:3rem}.xs-mnh-18{min-height:3.5rem}.xs-mnh-19{min-height:4rem}.xs-mnh-20{min-height:5rem}.xs-mnh-21{min-height:6rem}.xs-mnh-22{min-height:7rem}.xs-mnh-23{min-height:8rem}.xs-mnh-24{min-height:9rem}.xs-mnh-25{min-height:10rem}.xs-mnh-26{min-height:11rem}.xs-mnh-27{min-height:12rem}.xs-mnh-28{min-height:13rem}.xs-mnh-29{min-height:14rem}.xs-mnh-30{min-height:15rem}.xs-mnh-31{min-height:16rem}.xs-mnh-32{min-height:17rem}.xs-mnh-33{min-height:18rem}.xs-mnh-34{min-height:19rem}.xs-mnh-35{min-height:20rem}.xs-mnh-36{min-height:22rem}.xs-mnh-37{min-height:24rem}.xs-mnh-38{min-height:26rem}.xs-mnh-39{min-height:28rem}.xs-mnh-40{min-height:30rem}.xs-mnh-41{min-height:32rem}.xs-mnh-42{min-height:35rem}.xs-mnh-43{min-height:40rem}.xs-mnh-44{min-height:44rem}.xs-mnh-45{min-height:48rem}.xs-mnh-46{min-height:52rem}.xs-mnh-47{min-height:55rem}.xs-mnh-48{min-height:58rem}.xs-mnh-49{min-height:60rem}.xs-mnh-50{min-height:62rem}
			.xs-mnh-screen-5{min-height:5vh}.xs-mnh-screen-10{min-height:10vh}.xs-mnh-screen-15{min-height:15vh}.xs-mnh-screen-20{min-height:20vh}.xs-mnh-screen-25{min-height:25vh}.xs-mnh-screen-30{min-height:30vh}.xs-mnh-screen-35{min-height:35vh}.xs-mnh-screen-40{min-height:40vh}.xs-mnh-screen-45{min-height:45vh}.xs-mnh-screen-50{min-height:50vh}.xs-mnh-screen-55{min-height:55vh}.xs-mnh-screen-60{min-height:60vh}.xs-mnh-screen-65{min-height:65vh}.xs-mnh-screen-70{min-height:70vh}.xs-mnh-screen-75{min-height:75vh}.xs-mnh-screen-80{min-height:80vh}.xs-mnh-screen-85{min-height:85vh}.xs-mnh-screen-90{min-height:90vh}.xs-mnh-screen-95{min-height:95vh}
			/* Rounded borders */
			.xs-rounded-inherit{border-radius:inherit}
			.xs-rounded-none,.xs-rounded-t-none,.xs-rounded-l-none,.xs-rounded-tl-none{border-top-left-radius:0}
			.xs-rounded-none,.xs-rounded-t-none,.xs-rounded-r-none,.xs-rounded-tr-none{border-top-right-radius:0}
			.xs-rounded-none,.xs-rounded-b-none,.xs-rounded-l-none,.xs-rounded-bl-none{border-bottom-left-radius:0}
			.xs-rounded-none,.xs-rounded-b-none,.xs-rounded-r-none,.xs-rounded-br-none{border-bottom-right-radius:0}
			.xs-rounded-sm,.xs-rounded-t-sm,.xs-rounded-l-sm,.xs-rounded-tl-sm{border-top-left-radius:var(--rounded-sm)}
			.xs-rounded-sm,.xs-rounded-t-sm,.xs-rounded-r-sm,.xs-rounded-tr-sm{border-top-right-radius:var(--rounded-sm)}
			.xs-rounded-sm,.xs-rounded-b-sm,.xs-rounded-l-sm,.xs-rounded-bl-sm{border-bottom-left-radius:var(--rounded-sm)}
			.xs-rounded-sm,.xs-rounded-b-sm,.xs-rounded-r-sm,.xs-rounded-br-sm{border-bottom-right-radius:var(--rounded-sm)}
			.xs-rounded,.xs-rounded-t,.xs-rounded-l,.xs-rounded-tl{border-top-left-radius:var(--rounded)}
			.xs-rounded,.xs-rounded-t,.xs-rounded-r,.xs-rounded-tr{border-top-right-radius:var(--rounded)}
			.xs-rounded,.xs-rounded-b,.xs-rounded-l,.xs-rounded-bl{border-bottom-left-radius:var(--rounded)}
			.xs-rounded,.xs-rounded-b,.xs-rounded-r,.xs-rounded-br{border-bottom-right-radius:var(--rounded)}
			.xs-rounded-md,.xs-rounded-t-md,.xs-rounded-l-md,.xs-rounded-tl-md{border-top-left-radius:var(--rounded-md)}
			.xs-rounded-md,.xs-rounded-t-md,.xs-rounded-r-md,.xs-rounded-tr-md{border-top-right-radius:var(--rounded-md)}
			.xs-rounded-md,.xs-rounded-b-md,.xs-rounded-l-md,.xs-rounded-bl-md{border-bottom-left-radius:var(--rounded-md)}
			.xs-rounded-md,.xs-rounded-b-md,.xs-rounded-r-md,.xs-rounded-br-md{border-bottom-right-radius:var(--rounded-md)}
			.xs-rounded-lg,.xs-rounded-t-lg,.xs-rounded-l-lg,.xs-rounded-tl-lg{border-top-left-radius:var(--rounded-lg)}
			.xs-rounded-lg,.xs-rounded-t-lg,.xs-rounded-r-lg,.xs-rounded-tr-lg{border-top-right-radius:var(--rounded-lg)}
			.xs-rounded-lg,.xs-rounded-b-lg,.xs-rounded-l-lg,.xs-rounded-bl-lg{border-bottom-left-radius:var(--rounded-lg)}
			.xs-rounded-lg,.xs-rounded-b-lg,.xs-rounded-r-lg,.xs-rounded-br-lg{border-bottom-right-radius:var(--rounded-lg)}
			.xs-rounded-xl,.xs-rounded-t-xl,.xs-rounded-l-xl,.xs-rounded-tl-xl{border-top-left-radius:var(--rounded-xl)}
			.xs-rounded-xl,.xs-rounded-t-xl,.xs-rounded-r-xl,.xs-rounded-tr-xl{border-top-right-radius:var(--rounded-xl)}
			.xs-rounded-xl,.xs-rounded-b-xl,.xs-rounded-l-xl,.xs-rounded-bl-xl{border-bottom-left-radius:var(--rounded-xl)}
			.xs-rounded-xl,.xs-rounded-b-xl,.xs-rounded-r-xl,.xs-rounded-br-xl{border-bottom-right-radius:var(--rounded-xl)}
			.xs-rounded-2xl,.xs-rounded-t-2xl,.xs-rounded-l-2xl,.xs-rounded-tl-2xl{border-top-left-radius:var(--rounded-2xl)}
			.xs-rounded-2xl,.xs-rounded-t-2xl,.xs-rounded-r-2xl,.xs-rounded-tr-2xl{border-top-right-radius:var(--rounded-2xl)}
			.xs-rounded-2xl,.xs-rounded-b-2xl,.xs-rounded-l-2xl,.xs-rounded-bl-2xl{border-bottom-left-radius:var(--rounded-2xl)}
			.xs-rounded-2xl,.xs-rounded-b-2xl,.xs-rounded-r-2xl,.xs-rounded-br-2xl{border-bottom-right-radius:var(--rounded-2xl)}
			.xs-rounded-3xl,.xs-rounded-t-3xl,.xs-rounded-l-3xl,.xs-rounded-tl-3xl{border-top-left-radius:var(--rounded-3xl)}
			.xs-rounded-3xl,.xs-rounded-t-3xl,.xs-rounded-r-3xl,.xs-rounded-tr-3xl{border-top-right-radius:var(--rounded-3xl)}
			.xs-rounded-3xl,.xs-rounded-b-3xl,.xs-rounded-l-3xl,.xs-rounded-bl-3xl{border-bottom-left-radius:var(--rounded-3xl)}
			.xs-rounded-3xl,.xs-rounded-b-3xl,.xs-rounded-r-3xl,.xs-rounded-br-3xl{border-bottom-right-radius:var(--rounded-3xl)}
			.xs-rounded-4xl,.xs-rounded-t-4xl,.xs-rounded-l-4xl,.xs-rounded-tl-4xl{border-top-left-radius:var(--rounded-4xl)}
			.xs-rounded-4xl,.xs-rounded-t-4xl,.xs-rounded-r-4xl,.xs-rounded-tr-4xl{border-top-right-radius:var(--rounded-4xl)}
			.xs-rounded-4xl,.xs-rounded-b-4xl,.xs-rounded-l-4xl,.xs-rounded-bl-4xl{border-bottom-left-radius:var(--rounded-4xl)}
			.xs-rounded-4xl,.xs-rounded-b-4xl,.xs-rounded-r-4xl,.xs-rounded-br-4xl{border-bottom-right-radius:var(--rounded-4xl)}
			.xs-rounded-5xl,.xs-rounded-t-5xl,.xs-rounded-l-5xl,.xs-rounded-tl-5xl{border-top-left-radius:var(--rounded-5xl)}
			.xs-rounded-5xl,.xs-rounded-t-5xl,.xs-rounded-r-5xl,.xs-rounded-tr-5xl{border-top-right-radius:var(--rounded-5xl)}
			.xs-rounded-5xl,.xs-rounded-b-5xl,.xs-rounded-l-5xl,.xs-rounded-bl-5xl{border-bottom-left-radius:var(--rounded-5xl)}
			.xs-rounded-5xl,.xs-rounded-b-5xl,.xs-rounded-r-5xl,.xs-rounded-br-5xl{border-bottom-right-radius:var(--rounded-5xl)}
			.xs-rounded-pill,.xs-rounded-t-pill,.xs-rounded-l-pill,.xs-rounded-tl-pill{border-top-left-radius:var(--rounded-pill)}
			.xs-rounded-pill,.xs-rounded-t-pill,.xs-rounded-r-pill,.xs-rounded-tr-pill{border-top-right-radius:var(--rounded-pill)}
			.xs-rounded-pill,.xs-rounded-b-pill,.xs-rounded-l-pill,.xs-rounded-bl-pill{border-bottom-left-radius:var(--rounded-pill)}
			.xs-rounded-pill,.xs-rounded-b-pill,.xs-rounded-r-pill,.xs-rounded-br-pill{border-bottom-right-radius:var(--rounded-pill)}
			.xs-rounded-full,.xs-rounded-t-full,.xs-rounded-l-full,.xs-rounded-tl-full{border-top-left-radius:var(--rounded-full)}
			.xs-rounded-full,.xs-rounded-t-full,.xs-rounded-r-full,.xs-rounded-tr-full{border-top-right-radius:var(--rounded-full)}
			.xs-rounded-full,.xs-rounded-b-full,.xs-rounded-l-full,.xs-rounded-bl-full{border-bottom-left-radius:var(--rounded-full)}
			.xs-rounded-full,.xs-rounded-b-full,.xs-rounded-r-full,.xs-rounded-br-full{border-bottom-right-radius:var(--rounded-full)}
			/* Opacity */
			.xs-opacity-0,.xs-hover-opacity-0:hover,.group:hover .xs-group-hover-opacity-0,.xs-active-opacity-0.active{opacity:0}
			.xs-opacity-10,.xs-hover-opacity-10:hover,.group:hover .xs-group-hover-opacity-10,.xs-active-opacity-10.active{opacity:.1}
			.xs-opacity-20,.xs-hover-opacity-20:hover,.group:hover .xs-group-hover-opacity-20,.xs-active-opacity-20.active{opacity:.2}
			.xs-opacity-30,.xs-hover-opacity-30:hover,.group:hover .xs-group-hover-opacity-30,.xs-active-opacity-30.active{opacity:.3}
			.xs-opacity-40,.xs-hover-opacity-40:hover,.group:hover .xs-group-hover-opacity-40,.xs-active-opacity-40.active{opacity:.4}
			.xs-opacity-50,.xs-hover-opacity-50:hover,.group:hover .xs-group-hover-opacity-50,.xs-active-opacity-50.active{opacity:.5}
			.xs-opacity-60,.xs-hover-opacity-60:hover,.group:hover .xs-group-hover-opacity-60,.xs-active-opacity-60.active{opacity:.6}
			.xs-opacity-70,.xs-hover-opacity-70:hover,.group:hover .xs-group-hover-opacity-70,.xs-active-opacity-70.active{opacity:.7}
			.xs-opacity-80,.xs-hover-opacity-80:hover,.group:hover .xs-group-hover-opacity-80,.xs-active-opacity-80.active{opacity:.8}
			.xs-opacity-90,.xs-hover-opacity-90:hover,.group:hover .xs-group-hover-opacity-90,.xs-active-opacity-90.active{opacity:.9}
			.xs-opacity-100,.xs-hover-opacity-100:hover,.group:hover .xs-group-hover-opacity-100,.xs-active-opacity-100.active{opacity:1}
			/* Float */
			.xs-float-left{float:left}
			.xs-float-right{float:right}
			.xs-float-none{float:none}
			/* Position */
			.xs-relative{position:relative}
			.xs-absolute{position:absolute}
			.xs-fixed{position:fixed}
			.xs-static{position:static}
			.xs-sticky{position:sticky}
			/* Flexbox & Grid Settings */
			/* Row */
			.xs-flex-columns-auto>*{flex:0 0 auto;width:auto}
			.xs-flex-columns-1>*{width:100%}
			.xs-flex-columns-2>*{width:50%}
			.xs-flex-columns-3>*{width:33.33333333%}
			.xs-flex-columns-4>*{width:25%}
			.xs-flex-columns-5>*{width:20%}
			.xs-flex-columns-6>*{width:16.66666667%}
			.xs-flex-columns-7>*{width:14.285%}
			.xs-flex-columns-8>*{width:12.5%}
			.xs-flex-columns-9>*{width:11.110%}
			.xs-flex-columns-10>*{width:10%}
			.xs-flex-columns-11>*{width:9.090%}
			.xs-flex-columns-12>*{width:8.33333333%}
			.xs-column{flex:1 0 0%}
			.xs-column-auto{flex:0 0 auto}
			.xs-column-1{width:8.33333333%}
			.xs-column-2{width:16.66666667%}
			.xs-column-3{width:25%}
			.xs-column-4{width:33.33333333%}
			.xs-column-5{width:41.66666667%}
			.xs-column-6{width:50%}
			.xs-column-7{width:58.33333333%}
			.xs-column-8{width:66.66666667%}
			.xs-column-9{width:75%}
			.xs-column-10{width:83.33333333%}
			.xs-column-11{width:91.66666667%}
			.xs-column-12{width:100%}
			.xs-order-1{order:1}
			.xs-order-2{order:2}
			.xs-order-3{order:3}
			.xs-order-4{order:4}
			.xs-order-5{order:5}
			.xs-order-6{order:6}
			.xs-order-7{order:7}
			.xs-order-8{order:8}
			.xs-order-9{order:9}
			.xs-order-10{order:10}
			.xs-order-11{order:11}
			.xs-order-12{order:12}
			.xs-order-first{order:-999}
			.xs-order-last{order:999}
			.xs-order-none{order:none}
			.xs-offset-0{margin-left:0%}
			.xs-offset-1{margin-left:8.33333333%}
			.xs-offset-2{margin-left:16.66666667%}
			.xs-offset-3{margin-left:25%}
			.xs-offset-4{margin-left:33.33333333%}
			.xs-offset-5{margin-left:41.66666667%}
			.xs-offset-6{margin-left:50%}
			.xs-offset-7{margin-left:58.33333333%}
			.xs-offset-8{margin-left:66.66666667%}
			.xs-offset-9{margin-left:75%}
			.xs-offset-10{margin-left:83.33333333%}
			.xs-offset-11{margin-left:91.66666667%}
			.xs-offset-12{margin-left:100%}
			.xs-flex-row-reverse{flex-direction:row-reverse}
			.xs-flex-column{flex-direction:column}
			.xs-flex-column{flex-direction:column}
			.xs-flex-column-reverse{flex-direction:column}
			/* Align items */
			.xs-align-items-start{align-items:flex-start}
			.xs-align-items-end{align-items:flex-end}
			.xs-align-items-center{align-items:center}
			.xs-align-items-baseline{align-items:baseline}
			.xs-align-items-stretch{align-items:stretch}
			/* Align Content */
			.xs-align-content-start{align-content:flex-start}
			.xs-align-content-end{align-content:flex-end}
			.xs-align-content-center{align-content:center}
			.xs-align-content-between{align-content:space-between}
			.xs-align-content-around{align-content:space-around}
			.xs-align-content-evenly{align-content:space-evenly}
			.xs-align-content-baseline{align-content:baseline}
			/* Align Self */
			.xs-align-self-start{align-self:flex-start}
			.xs-align-self-end{align-self:flex-end}
			.xs-align-self-auto{align-self:auto}
			.xs-align-self-center{align-self:center}
			.xs-align-self-stretch{align-self:stretch}
			.xs-align-self-baseline{align-self:baseline}
			/* Justify Self */
			.xs-justify-self-auto{justify-self:auto}
			.xs-justify-self-start{justify-self:start}
			.xs-justify-self-end{justify-self:end}
			.xs-justify-self-center{justify-self:center}
			.xs-justify-self-stretch{justify-self:stretch}
			/* Justify Items */
			.xs-justify-items-start{justify-items:start}
			.xs-justify-items-end{justify-items:end}
			.xs-justify-items-center{justify-items:center}
			.xs-justify-items-stretch{justify-items:stretch}
			/* Justify Content */
			.xs-justify-content-start{justify-content:flex-start}
			.xs-justify-content-end{justify-content:flex-end}
			.xs-justify-content-center{justify-content:center}
			.xs-justify-content-between{justify-content:space-between}
			.xs-justify-content-around{justify-content:space-around}
			.xs-justify-content-evenly{justify-content:space-evenly}
			/* Grid */
			.xs-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}
			.xs-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}
			.xs-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}
			.xs-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}
			.xs-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}
			.xs-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}
			.xs-grid-rows-none{grid-template-rows:none}
			.xs-grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
			.xs-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
			.xs-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
			.xs-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
			.xs-grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
			.xs-grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
			.xs-grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr))}
			.xs-grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr))}
			.xs-grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr))}
			.xs-grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr))}
			.xs-grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr))}
			.xs-grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr))}
			.xs-grid-flow-row{grid-auto-flow:row}
			.xs-grid-flow-column{grid-auto-flow:column}
			.xs-grid-flow-dense{grid-auto-flow:dense}
			.xs-grid-flow-row-dense{grid-auto-flow:row dense}
			.xs-grid-flow-column-dense{grid-auto-flow:column dense}
			/* Flex */
			.xs-flex-1{flex:1 1 0%}
			.xs-flex-auto{flex:1 1 auto}
			.xs-flex-initial{flex:0 1 auto}
			.xs-flex-none{flex:none}
			.xs-flex-wrap{flex-wrap:wrap}
			.xs-flex-wrap-reverse{flex-wrap:wrap-reverse}
			.xs-flex-nowrap{flex-wrap:nowrap}
			/* Display */
			.xs-flex{display:flex}
			.xs-inline-flex{display:inline-flex}
			.xs-block,.xs-block-links a,.xs-block-images img{display:block}
			.xs-inline-block,.xs-inline-block-links a{display:inline-block}
			.xs-inline{display:inline}
			.xs-hidden{display:none}
			.xs-table{display:table}
			.xs-inline-table{display:inline-table}
			.xs-table-caption{display:table-caption}
			.xs-table-cell{display:table-cell}
			.xs-table-column{display:table-column}
			.xs-table-column-group{display:table-column-group}
			.xs-table-footer-group{display:table-footer-group}
			.xs-table-header-group{display:table-header-group}
			.xs-table-row-group{display:table-row-group}
			.xs-table-row{display:table-row}
			.xs-flow-root{display:flow-root}
			.xs-grid{display:grid}
			.xs-inline-grid{display:inline-grid}
			.xs-contents{display:contents}
			.xs-list-item{display:list-item}
			/* Background positions */
			.xs-bg-none{background:none}
			.xs-bg-left{background-position:left}
			.xs-bg-left-top{background-position:left top}
			.xs-bg-left-bottom{background-position:left bottom}
			.xs-bg-right{background-position:right}
			.xs-bg-right-top{background-position:right top}
			.xs-bg-right-bottom{background-position:right bottom}
			.xs-bg-top{background-position:top}
			.xs-bg-bottom{background-position:bottom}
			.xs-bg-center{background-position:center center}
			.xs-bg-center-top{background-position:center top}
			.xs-bg-center-bottom{background-position:center bottom}
			.xs-bg-no-repeat{background-repeat:no-repeat}
			.xs-bg-repeatx{background-repeat:repeat-x}
			.xs-bg-repeaty{background-repeat:repeat-y}
			.xs-bg-repeat{background-repeat:repeat}
			.xs-bg-scroll{background-attachment:scroll}
			.xs-bg-fixed{background-attachment:fixed}
			.xs-bg-local{background-attachment:local}
			/* Background size */
			.xs-bg-auto{background-size:auto}
			.xs-bg-contain{background-size:contain}
			.xs-bg-cover{background-size:cover}
			.xs-bg-h-full{background-size:auto 100%}
			.xs-bg-w-full{background-size:100% auto}
			/* Mask type */
			.xs-mask-alpha{mask-type:alpha;-webkit-mask-type:alpha}
			.xs-mask-luminance{mask-type:luminance;-webkit-mask-type:luminance}
			/* Mask size */
			.xs-mask-cover{mask-size:cover;-webkit-mask-size:cover}
			.xs-mask-contain{mask-size:contain;-webkit-mask-size:contain}
			.xs-mask-auto{mask-size:auto;-webkit-mask-size:auto}
			/* Mask position */
			.xs-mask-left{mask-position:left;-webkit-mask-position:left}
			.xs-mask-left-top{mask-position:left top;-webkit-mask-position:left top}
			.xs-mask-left-bottom{mask-position:left bottom;-webkit-mask-position:left bottom}
			.xs-mask-top{mask-position:top;-webkit-mask-position:top}
			.xs-mask-right{mask-position:right;-webkit-mask-position:right}
			.xs-mask-right-top{mask-position:right top;-webkit-mask-position:right top}
			.xs-mask-right-bottom{mask-position:right bottom;-webkit-mask-position:right bottom}
			.xs-mask-bottom{mask-position:bottom;-webkit-mask-position:bottom}
			.xs-mask-center{mask-position:center;-webkit-mask-position:center}
			.xs-mask-center-top{mask-position:center top;-webkit-mask-position:center top}
			.xs-mask-center-bottom{mask-position:center bottom;-webkit-mask-position:center bottom}
			/* Mask position */
			.xs-mask-repeat{mask-repeat:repeat;-webkit-mask-repeat:repeat}
			.xs-mask-repeat-x{mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x}
			.xs-mask-repeat-y{mask-repeat:repeat-y;-webkit-mask-repeat:repeat-y}
			.xs-mask-no-repeat{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
			.xs-mask-round{mask-repeat:round;-webkit-mask-repeat:round}
			.xs-mask-space{mask-repeat:space;-webkit-mask-repeat:space}
			/* Extras */
			.xs-text-right{text-align:right}
			.xs-text-center{text-align:center}
			.xs-text-left{text-align:left}
			.xs-text-justify{text-align:justify;}
			.xs-text-start{text-align:start;}
			.xs-text-end{text-align:end;}
		}
	/* MD Screen */
		@media (min-width:768px) and (max-width:992px){
			/* Container */
			.container{max-width:720px}
			/* Margin */
			.md-mt-auto,.md-my-auto,.md-m-auto{margin-top:auto}.md-mt-0,.md-my-0,.md-m-0{margin-top:0}.md-mt-px,.md-my-px,.md-m-px{margin-top:1px}.md-mt-1,.md-my-1,.md-m-1{margin-top:var(--spacing1)}.md-mt-2,.md-my-2,.md-m-2{margin-top:var(--spacing2)}.md-mt-3,.md-my-3,.md-m-3{margin-top:var(--spacing3)}.md-mt-4,.md-my-4,.md-m-4{margin-top:var(--spacing4)}.md-mt-5,.md-my-5,.md-m-5{margin-top:var(--spacing5)}.md-mt-6,.md-my-6,.md-m-6{margin-top:var(--spacing6)}.md-mt-7,.md-my-7,.md-m-7{margin-top:var(--spacing7)}.md-mt-8,.md-my-8,.md-m-8{margin-top:var(--spacing8)}.md-mt-9,.md-my-9,.md-m-9{margin-top:var(--spacing9)}.md-mt-10,.md-my-10,.md-m-10{margin-top:var(--spacing10)}.md-mt-11,.md-my-11,.md-m-11{margin-top:var(--spacing11)}.md-mt-12,.md-my-12,.md-m-12{margin-top:var(--spacing12)}.md-mt-13,.md-my-13,.md-m-13{margin-top:var(--spacing13)}.md-mt-14,.md-my-14,.md-m-14{margin-top:var(--spacing14)}.md-mt-15,.md-my-15,.md-m-15{margin-top:var(--spacing15)}.md-mt-16,.md-my-16,.md-m-16{margin-top:var(--spacing16)}.md-mt-17,.md-my-17,.md-m-17{margin-top:var(--spacing17)}.md-mt-18,.md-my-18,.md-m-18{margin-top:var(--spacing18)}.md-mt-19,.md-my-19,.md-m-19{margin-top:var(--spacing19)}.md-mt-20,.md-my-20,.md-m-20{margin-top:var(--spacing20)}.md-mt-21,.md-my-21,.md-m-21{margin-top:var(--spacing21)}.md-mt-22,.md-my-22,.md-m-22{margin-top:var(--spacing22)}.md-mt-23,.md-my-23,.md-m-23{margin-top:var(--spacing23)}.md-mt-24,.md-my-24,.md-m-24{margin-top:var(--spacing24)}.md-mt-25,.md-my-25,.md-m-25{margin-top:var(--spacing25)}
			.md-mr-auto,.md-mx-auto,.md-m-auto{margin-right:auto}.md-mr-0,.md-mx-0,.md-m-0{margin-right:0}.md-mr-px,.md-mx-px,.md-m-px{margin-right:1px}.md-mr-1,.md-mx-1,.md-m-1{margin-right:var(--spacing1)}.md-mr-2,.md-mx-2,.md-m-2{margin-right:var(--spacing2)}.md-mr-3,.md-mx-3,.md-m-3{margin-right:var(--spacing3)}.md-mr-4,.md-mx-4,.md-m-4{margin-right:var(--spacing4)}.md-mr-5,.md-mx-5,.md-m-5{margin-right:var(--spacing5)}.md-mr-6,.md-mx-6,.md-m-6{margin-right:var(--spacing6)}.md-mr-7,.md-mx-7,.md-m-7{margin-right:var(--spacing7)}.md-mr-8,.md-mx-8,.md-m-8{margin-right:var(--spacing8)}.md-mr-9,.md-mx-9,.md-m-9{margin-right:var(--spacing9)}.md-mr-10,.md-mx-10,.md-m-10{margin-right:var(--spacing10)}.md-mr-11,.md-mx-11,.md-m-11{margin-right:var(--spacing11)}.md-mr-12,.md-mx-12,.md-m-12{margin-right:var(--spacing12)}.md-mr-13,.md-mx-13,.md-m-13{margin-right:var(--spacing13)}.md-mr-14,.md-mx-14,.md-m-14{margin-right:var(--spacing14)}.md-mr-15,.md-mx-15,.md-m-15{margin-right:var(--spacing15)}.md-mr-16,.md-mx-16,.md-m-16{margin-right:var(--spacing16)}.md-mr-17,.md-mx-17,.md-m-17{margin-right:var(--spacing17)}.md-mr-18,.md-mx-18,.md-m-18{margin-right:var(--spacing18)}.md-mr-19,.md-mx-19,.md-m-19{margin-right:var(--spacing19)}.md-mr-20,.md-mx-20,.md-m-20{margin-right:var(--spacing20)}.md-mr-21,.md-mx-21,.md-m-21{margin-right:var(--spacing21)}.md-mr-22,.md-mx-22,.md-m-22{margin-right:var(--spacing22)}.md-mr-23,.md-mx-23,.md-m-23{margin-right:var(--spacing23)}.md-mr-24,.md-mx-24,.md-m-24{margin-right:var(--spacing24)}.md-mr-25,.md-mx-25,.md-m-25{margin-right:var(--spacing25)}
			.md-mb-auto,.md-my-auto,.md-m-auto{margin-bottom:auto}.md-mb-0,.md-my-0,.md-m-0{margin-bottom:0}.md-mb-px,.md-my-px,.md-m-px{margin-bottom:1px}.md-mb-1,.md-my-1,.md-m-1{margin-bottom:var(--spacing1)}.md-mb-2,.md-my-2,.md-m-2{margin-bottom:var(--spacing2)}.md-mb-3,.md-my-3,.md-m-3{margin-bottom:var(--spacing3)}.md-mb-4,.md-my-4,.md-m-4{margin-bottom:var(--spacing4)}.md-mb-5,.md-my-5,.md-m-5{margin-bottom:var(--spacing5)}.md-mb-6,.md-my-6,.md-m-6{margin-bottom:var(--spacing6)}.md-mb-7,.md-my-7,.md-m-7{margin-bottom:var(--spacing7)}.md-mb-8,.md-my-8,.md-m-8{margin-bottom:var(--spacing8)}.md-mb-9,.md-my-9,.md-m-9{margin-bottom:var(--spacing9)}.md-mb-10,.md-my-10,.md-m-10{margin-bottom:var(--spacing10)}.md-mb-11,.md-my-11,.md-m-11{margin-bottom:var(--spacing11)}.md-mb-12,.md-my-12,.md-m-12{margin-bottom:var(--spacing12)}.md-mb-13,.md-my-13,.md-m-13{margin-bottom:var(--spacing13)}.md-mb-14,.md-my-14,.md-m-14{margin-bottom:var(--spacing14)}.md-mb-15,.md-my-15,.md-m-15{margin-bottom:var(--spacing15)}.md-mb-16,.md-my-16,.md-m-16{margin-bottom:var(--spacing16)}.md-mb-17,.md-my-17,.md-m-17{margin-bottom:var(--spacing17)}.md-mb-18,.md-my-18,.md-m-18{margin-bottom:var(--spacing18)}.md-mb-19,.md-my-19,.md-m-19{margin-bottom:var(--spacing19)}.md-mb-20,.md-my-20,.md-m-20{margin-bottom:var(--spacing20)}.md-mb-21,.md-my-21,.md-m-21{margin-bottom:var(--spacing21)}.md-mb-22,.md-my-22,.md-m-22{margin-bottom:var(--spacing22)}.md-mb-23,.md-my-23,.md-m-23{margin-bottom:var(--spacing23)}.md-mb-24,.md-my-24,.md-m-24{margin-bottom:var(--spacing24)}.md-mb-25,.md-my-25,.md-m-25{margin-bottom:var(--spacing25)}
			.md-ml-auto,.md-mx-auto,.md-m-auto{margin-left:auto}.md-ml-0,.md-mx-0,.md-m-0{margin-left:0}.md-ml-px,.md-mx-px,.md-m-px{margin-left:1px}.md-ml-1,.md-mx-1,.md-m-1{margin-left:var(--spacing1)}.md-ml-2,.md-mx-2,.md-m-2{margin-left:var(--spacing2)}.md-ml-3,.md-mx-3,.md-m-3{margin-left:var(--spacing3)}.md-ml-4,.md-mx-4,.md-m-4{margin-left:var(--spacing4)}.md-ml-5,.md-mx-5,.md-m-5{margin-left:var(--spacing5)}.md-ml-6,.md-mx-6,.md-m-6{margin-left:var(--spacing6)}.md-ml-7,.md-mx-7,.md-m-7{margin-left:var(--spacing7)}.md-ml-8,.md-mx-8,.md-m-8{margin-left:var(--spacing8)}.md-ml-9,.md-mx-9,.md-m-9{margin-left:var(--spacing9)}.md-ml-10,.md-mx-10,.md-m-10{margin-left:var(--spacing10)}.md-ml-11,.md-mx-11,.md-m-11{margin-left:var(--spacing11)}.md-ml-12,.md-mx-12,.md-m-12{margin-left:var(--spacing12)}.md-ml-13,.md-mx-13,.md-m-13{margin-left:var(--spacing13)}.md-ml-14,.md-mx-14,.md-m-14{margin-left:var(--spacing14)}.md-ml-15,.md-mx-15,.md-m-15{margin-left:var(--spacing15)}.md-ml-16,.md-mx-16,.md-m-16{margin-left:var(--spacing16)}.md-ml-17,.md-mx-17,.md-m-17{margin-left:var(--spacing17)}.md-ml-18,.md-mx-18,.md-m-18{margin-left:var(--spacing18)}.md-ml-19,.md-mx-19,.md-m-19{margin-left:var(--spacing19)}.md-ml-20,.md-mx-20,.md-m-20{margin-left:var(--spacing20)}.md-ml-21,.md-mx-21,.md-m-21{margin-left:var(--spacing21)}.md-ml-22,.md-mx-22,.md-m-22{margin-left:var(--spacing22)}.md-ml-23,.md-mx-23,.md-m-23{margin-left:var(--spacing23)}.md-ml-24,.md-mx-24,.md-m-24{margin-left:var(--spacing24)}.md-ml-25,.md-mx-25,.md-m-25{margin-left:var(--spacing25)}
			/* Padding */
			.md-pt-0,.md-py-0,.md-p-0{padding-top:0}.md-pt-px,.md-py-px,.md-p-px{padding-top:1px}.md-pt-px,.md-py-px,.md-p-px{padding-top:1px}.md-pt-1,.md-py-1,.md-p-1{padding-top:var(--spacing1)}.md-pt-2,.md-py-2,.md-p-2{padding-top:var(--spacing2)}.md-pt-3,.md-py-3,.md-p-3{padding-top:var(--spacing3)}.md-pt-4,.md-py-4,.md-p-4{padding-top:var(--spacing4)}.md-pt-5,.md-py-5,.md-p-5{padding-top:var(--spacing5)}.md-pt-6,.md-py-6,.md-p-6{padding-top:var(--spacing6)}.md-pt-7,.md-py-7,.md-p-7{padding-top:var(--spacing7)}.md-pt-8,.md-py-8,.md-p-8{padding-top:var(--spacing8)}.md-pt-9,.md-py-9,.md-p-9{padding-top:var(--spacing9)}.md-pt-10,.md-py-10,.md-p-10{padding-top:var(--spacing10)}.md-pt-11,.md-py-11,.md-p-11{padding-top:var(--spacing11)}.md-pt-12,.md-py-12,.md-p-12{padding-top:var(--spacing12)}.md-pt-13,.md-py-13,.md-p-13{padding-top:var(--spacing13)}.md-pt-14,.md-py-14,.md-p-14{padding-top:var(--spacing14)}.md-pt-15,.md-py-15,.md-p-15{padding-top:var(--spacing15)}.md-pt-16,.md-py-16,.md-p-16{padding-top:var(--spacing16)}.md-pt-17,.md-py-17,.md-p-17{padding-top:var(--spacing17)}.md-pt-18,.md-py-18,.md-p-18{padding-top:var(--spacing18)}.md-pt-19,.md-py-19,.md-p-19{padding-top:var(--spacing19)}.md-pt-20,.md-py-20,.md-p-20{padding-top:var(--spacing20)}.md-pt-21,.md-py-21,.md-p-21{padding-top:var(--spacing21)}.md-pt-22,.md-py-22,.md-p-22{padding-top:var(--spacing22)}.md-pt-23,.md-py-23,.md-p-23{padding-top:var(--spacing23)}.md-pt-24,.md-py-24,.md-p-24{padding-top:var(--spacing24)}.md-pt-25,.md-py-25,.md-p-25{padding-top:var(--spacing25)}
			.md-pr-0,.md-px-0,.md-p-0{padding-right:0}.md-pr-px,.md-px-px,.md-p-px{padding-right:1px}.md-pr-px,.md-px-px,.md-p-px{padding-right:1px}.md-pr-1,.md-px-1,.md-p-1{padding-right:var(--spacing1)}.md-pr-2,.md-px-2,.md-p-2{padding-right:var(--spacing2)}.md-pr-3,.md-px-3,.md-p-3{padding-right:var(--spacing3)}.md-pr-4,.md-px-4,.md-p-4{padding-right:var(--spacing4)}.md-pr-5,.md-px-5,.md-p-5{padding-right:var(--spacing5)}.md-pr-6,.md-px-6,.md-p-6{padding-right:var(--spacing6)}.md-pr-7,.md-px-7,.md-p-7{padding-right:var(--spacing7)}.md-pr-8,.md-px-8,.md-p-8{padding-right:var(--spacing8)}.md-pr-9,.md-px-9,.md-p-9{padding-right:var(--spacing9)}.md-pr-10,.md-px-10,.md-p-10{padding-right:var(--spacing10)}.md-pr-11,.md-px-11,.md-p-11{padding-right:var(--spacing11)}.md-pr-12,.md-px-12,.md-p-12{padding-right:var(--spacing12)}.md-pr-13,.md-px-13,.md-p-13{padding-right:var(--spacing13)}.md-pr-14,.md-px-14,.md-p-14{padding-right:var(--spacing14)}.md-pr-15,.md-px-15,.md-p-15{padding-right:var(--spacing15)}.md-pr-16,.md-px-16,.md-p-16{padding-right:var(--spacing16)}.md-pr-17,.md-px-17,.md-p-17{padding-right:var(--spacing17)}.md-pr-18,.md-px-18,.md-p-18{padding-right:var(--spacing18)}.md-pr-19,.md-px-19,.md-p-19{padding-right:var(--spacing19)}.md-pr-20,.md-px-20,.md-p-20{padding-right:var(--spacing20)}.md-pr-21,.md-px-21,.md-p-21{padding-right:var(--spacing21)}.md-pr-22,.md-px-22,.md-p-22{padding-right:var(--spacing22)}.md-pr-23,.md-px-23,.md-p-23{padding-right:var(--spacing23)}.md-pr-24,.md-px-24,.md-p-24{padding-right:var(--spacing24)}.md-pr-25,.md-px-25,.md-p-25{padding-right:var(--spacing25)}
			.md-pb-0,.md-py-0,.md-p-0{padding-bottom:0}.md-pb-px,.md-py-px,.md-p-px{padding-bottom:1px}.md-pb-px,.md-py-px,.md-p-px{padding-bottom:1px}.md-pb-1,.md-py-1,.md-p-1{padding-bottom:var(--spacing1)}.md-pb-2,.md-py-2,.md-p-2{padding-bottom:var(--spacing2)}.md-pb-3,.md-py-3,.md-p-3{padding-bottom:var(--spacing3)}.md-pb-4,.md-py-4,.md-p-4{padding-bottom:var(--spacing4)}.md-pb-5,.md-py-5,.md-p-5{padding-bottom:var(--spacing5)}.md-pb-6,.md-py-6,.md-p-6{padding-bottom:var(--spacing6)}.md-pb-7,.md-py-7,.md-p-7{padding-bottom:var(--spacing7)}.md-pb-8,.md-py-8,.md-p-8{padding-bottom:var(--spacing8)}.md-pb-9,.md-py-9,.md-p-9{padding-bottom:var(--spacing9)}.md-pb-10,.md-py-10,.md-p-10{padding-bottom:var(--spacing10)}.md-pb-11,.md-py-11,.md-p-11{padding-bottom:var(--spacing11)}.md-pb-12,.md-py-12,.md-p-12{padding-bottom:var(--spacing12)}.md-pb-13,.md-py-13,.md-p-13{padding-bottom:var(--spacing13)}.md-pb-14,.md-py-14,.md-p-14{padding-bottom:var(--spacing14)}.md-pb-15,.md-py-15,.md-p-15{padding-bottom:var(--spacing15)}.md-pb-16,.md-py-16,.md-p-16{padding-bottom:var(--spacing16)}.md-pb-17,.md-py-17,.md-p-17{padding-bottom:var(--spacing17)}.md-pb-18,.md-py-18,.md-p-18{padding-bottom:var(--spacing18)}.md-pb-19,.md-py-19,.md-p-19{padding-bottom:var(--spacing19)}.md-pb-20,.md-py-20,.md-p-20{padding-bottom:var(--spacing20)}.md-pb-21,.md-py-21,.md-p-21{padding-bottom:var(--spacing21)}.md-pb-22,.md-py-22,.md-p-22{padding-bottom:var(--spacing22)}.md-pb-23,.md-py-23,.md-p-23{padding-bottom:var(--spacing23)}.md-pb-24,.md-py-24,.md-p-24{padding-bottom:var(--spacing24)}.md-pb-25,.md-py-25,.md-p-25{padding-bottom:var(--spacing25)}
			.md-pl-0,.md-px-0,.md-p-0{padding-left:0}.md-pl-px,.md-px-px,.md-p-px{padding-left:1px}.md-pl-px,.md-px-px,.md-p-px{padding-left:1px}.md-pl-1,.md-px-1,.md-p-1{padding-left:var(--spacing1)}.md-pl-2,.md-px-2,.md-p-2{padding-left:var(--spacing2)}.md-pl-3,.md-px-3,.md-p-3{padding-left:var(--spacing3)}.md-pl-4,.md-px-4,.md-p-4{padding-left:var(--spacing4)}.md-pl-5,.md-px-5,.md-p-5{padding-left:var(--spacing5)}.md-pl-6,.md-px-6,.md-p-6{padding-left:var(--spacing6)}.md-pl-7,.md-px-7,.md-p-7{padding-left:var(--spacing7)}.md-pl-8,.md-px-8,.md-p-8{padding-left:var(--spacing8)}.md-pl-9,.md-px-9,.md-p-9{padding-left:var(--spacing9)}.md-pl-10,.md-px-10,.md-p-10{padding-left:var(--spacing10)}.md-pl-11,.md-px-11,.md-p-11{padding-left:var(--spacing11)}.md-pl-12,.md-px-12,.md-p-12{padding-left:var(--spacing12)}.md-pl-13,.md-px-13,.md-p-13{padding-left:var(--spacing13)}.md-pl-14,.md-px-14,.md-p-14{padding-left:var(--spacing14)}.md-pl-15,.md-px-15,.md-p-15{padding-left:var(--spacing15)}.md-pl-16,.md-px-16,.md-p-16{padding-left:var(--spacing16)}.md-pl-17,.md-px-17,.md-p-17{padding-left:var(--spacing17)}.md-pl-18,.md-px-18,.md-p-18{padding-left:var(--spacing18)}.md-pl-19,.md-px-19,.md-p-19{padding-left:var(--spacing19)}.md-pl-20,.md-px-20,.md-p-20{padding-left:var(--spacing20)}.md-pl-21,.md-px-21,.md-p-21{padding-left:var(--spacing21)}.md-pl-22,.md-px-22,.md-p-22{padding-left:var(--spacing22)}.md-pl-23,.md-px-23,.md-p-23{padding-left:var(--spacing23)}.md-pl-24,.md-px-24,.md-p-24{padding-left:var(--spacing24)}.md-pl-25,.md-px-25,.md-p-25{padding-left:var(--spacing25)}.md-pl-26,.md-px-26,.md-p-26{padding-left:var(--spacing26)}
			/* Left, Top, Right, Bottom */
			.md-top-auto{top:auto}.md-right-auto{right:auto}.md-bottom-auto{bottom:auto}.md-left-auto{left:auto}
			.md-top-0{top:0}.md-top-px{top:1px}.md-top-1{top:var(--spacing1)}.md-top-2{top:var(--spacing2)}.md-top-3{top:var(--spacing3)}.md-top-4{top:var(--spacing4)}.md-top-5{top:var(--spacing5)}.md-top-6{top:var(--spacing6)}.md-top-7{top:var(--spacing7)}.md-top-8{top:var(--spacing8)}.md-top-9{top:var(--spacing9)}.md-top-10{top:var(--spacing10)}.md-top-11{top:var(--spacing11)}.md-top-12{top:var(--spacing12)}.md-top-13{top:var(--spacing13)}.md-top-14{top:var(--spacing14)}.md-top-15{top:var(--spacing15)}.md-top-16{top:var(--spacing16)}.md-top-17{top:var(--spacing17)}.md-top-18{top:var(--spacing18)}.md-top-19{top:var(--spacing19)}.md-top-20{top:var(--spacing20)}.md-top-21{top:var(--spacing21)}.md-top-22{top:var(--spacing22)}.md-top-23{top:var(--spacing23)}.md-top-24{top:var(--spacing24)}.md-top-25{top:var(--spacing25)}
			.md-right-0{right:0}.md-right-px{right:1px}.md-right-1{right:var(--spacing1)}.md-right-2{right:var(--spacing2)}.md-right-3{right:var(--spacing3)}.md-right-4{right:var(--spacing4)}.md-right-5{right:var(--spacing5)}.md-right-6{right:var(--spacing6)}.md-right-7{right:var(--spacing7)}.md-right-8{right:var(--spacing8)}.md-right-9{right:var(--spacing9)}.md-right-10{right:var(--spacing10)}.md-right-11{right:var(--spacing11)}.md-right-12{right:var(--spacing12)}.md-right-13{right:var(--spacing13)}.md-right-14{right:var(--spacing14)}.md-right-15{right:var(--spacing15)}.md-right-16{right:var(--spacing16)}.md-right-17{right:var(--spacing17)}.md-right-18{right:var(--spacing18)}.md-right-19{right:var(--spacing19)}.md-right-20{right:var(--spacing20)}.md-right-21{right:var(--spacing21)}.md-right-22{right:var(--spacing22)}.md-right-23{right:var(--spacing23)}.md-right-24{right:var(--spacing24)}.md-right-25{right:var(--spacing25)}
			.md-bottom-0{bottom:0}.md-bottom-px{bottom:1px}.md-bottom-1{bottom:var(--spacing1)}.md-bottom-2{bottom:var(--spacing2)}.md-bottom-3{bottom:var(--spacing3)}.md-bottom-4{bottom:var(--spacing4)}.md-bottom-5{bottom:var(--spacing5)}.md-bottom-6{bottom:var(--spacing6)}.md-bottom-7{bottom:var(--spacing7)}.md-bottom-8{bottom:var(--spacing8)}.md-bottom-9{bottom:var(--spacing9)}.md-bottom-10{bottom:var(--spacing10)}.md-bottom-11{bottom:var(--spacing11)}.md-bottom-12{bottom:var(--spacing12)}.md-bottom-13{bottom:var(--spacing13)}.md-bottom-14{bottom:var(--spacing14)}.md-bottom-15{bottom:var(--spacing15)}.md-bottom-16{bottom:var(--spacing16)}.md-bottom-17{bottom:var(--spacing17)}.md-bottom-18{bottom:var(--spacing18)}.md-bottom-19{bottom:var(--spacing19)}.md-bottom-20{bottom:var(--spacing20)}.md-bottom-21{bottom:var(--spacing21)}.md-bottom-22{bottom:var(--spacing22)}.md-bottom-23{bottom:var(--spacing23)}.md-bottom-24{bottom:var(--spacing24)}.md-bottom-25{bottom:var(--spacing25)}
			.md-left-0{left:0}.md-left-px{left:1px}.md-left-1{left:var(--spacing1)}.md-left-2{left:var(--spacing2)}.md-left-3{left:var(--spacing3)}.md-left-4{left:var(--spacing4)}.md-left-5{left:var(--spacing5)}.md-left-6{left:var(--spacing6)}.md-left-7{left:var(--spacing7)}.md-left-8{left:var(--spacing8)}.md-left-9{left:var(--spacing9)}.md-left-10{left:var(--spacing10)}.md-left-11{left:var(--spacing11)}.md-left-12{left:var(--spacing12)}.md-left-13{left:var(--spacing13)}.md-left-14{left:var(--spacing14)}.md-left-15{left:var(--spacing15)}.md-left-16{left:var(--spacing16)}.md-left-17{left:var(--spacing17)}.md-left-18{left:var(--spacing18)}.md-left-19{left:var(--spacing19)}.md-left-20{left:var(--spacing20)}.md-left-21{left:var(--spacing21)}.md-left-22{left:var(--spacing22)}.md-left-23{left:var(--spacing23)}.md-left-24{left:var(--spacing24)}.md-left-25{left:var(--spacing25)}
			/* Gaps -- From .md-gap-0 (0px) to .md-gap-25 (12rem) */
			.md-gap-0,.md-gap-x-0{column-gap:0}.md-gap-0,.md-gap-y-0{row-gap:0}.md-gap-1,.md-gap-x-1{column-gap:1px}.md-gap-1,.md-gap-y-1{row-gap:1px}.md-gap-2,.md-gap-x-2{column-gap:0.25rem}.md-gap-2,.md-gap-y-2{row-gap:0.25rem}.md-gap-3,.md-gap-x-3{column-gap:0.375rem}.md-gap-3,.md-gap-y-3{row-gap:0.375rem}.md-gap-4,.md-gap-x-4{column-gap:0.5rem}.md-gap-4,.md-gap-y-4{row-gap:0.5rem}.md-gap-5,.md-gap-x-5{column-gap:0.625rem}.md-gap-5,.md-gap-y-5{row-gap:0.625rem}.md-gap-6,.md-gap-x-6{column-gap:0.75rem}.md-gap-6,.md-gap-y-6{row-gap:0.75rem}.md-gap-7,.md-gap-x-7{column-gap:0.875rem}.md-gap-7,.md-gap-y-7{row-gap:0.875rem}.md-gap-8,.md-gap-x-8{column-gap:1rem}.md-gap-8,.md-gap-y-8{row-gap:1rem}.md-gap-9,.md-gap-x-9{column-gap:1.25rem}.md-gap-9,.md-gap-y-9{row-gap:1.25rem}.md-gap-10,.md-gap-x-10{column-gap:1.5rem}.md-gap-10,.md-gap-y-10{row-gap:1.5rem}.md-gap-11,.md-gap-x-11{column-gap:1.75rem}.md-gap-11,.md-gap-y-11{row-gap:1.75rem}.md-gap-12,.md-gap-x-12{column-gap:2rem}.md-gap-12,.md-gap-y-12{row-gap:2rem}.md-gap-13,.md-gap-x-13{column-gap:2.5rem}.md-gap-13,.md-gap-y-13{row-gap:2.5rem}.md-gap-14,.md-gap-x-14{column-gap:3rem}.md-gap-14,.md-gap-y-14{row-gap:3rem}.md-gap-15,.md-gap-x-15{column-gap:3.5rem}.md-gap-15,.md-gap-y-15{row-gap:3.5rem}.md-gap-16,.md-gap-x-16{column-gap:4rem}.md-gap-16,.md-gap-y-16{row-gap:4rem}.md-gap-17,.md-gap-x-17{column-gap:4.5rem}.md-gap-17,.md-gap-y-17{row-gap:4.5rem}.md-gap-18,.md-gap-x-18{column-gap:5rem}.md-gap-18,.md-gap-y-18{row-gap:5rem}.md-gap-19,.md-gap-x-19{column-gap:5.5rem}.md-gap-19,.md-gap-y-19{row-gap:5.5rem}.md-gap-20,.md-gap-x-20{column-gap:6rem}.md-gap-20,.md-gap-y-20{row-gap:6rem}.md-gap-21,.md-gap-x-21{column-gap:7rem}.md-gap-21,.md-gap-y-21{row-gap:7rem}.md-gap-22,.md-gap-x-22{column-gap:8rem}.md-gap-22,.md-gap-y-22{row-gap:8rem}.md-gap-23,.md-gap-x-23{column-gap:9rem}.md-gap-23,.md-gap-y-23{row-gap:9rem}.md-gap-24,.md-gap-x-24{column-gap:10rem}.md-gap-24,.md-gap-y-24{row-gap:10rem}.md-gap-25,.md-gap-x-25{column-gap:12rem}.md-gap-25,.md-gap-y-25{row-gap:12rem}
			/* Translate Y */
			.md-translate-y-0{transform:translateY(0)}.md-translate-y-1{transform:translateY(var(--spacing1))}.md-translate-y-2{transform:translateY(var(--spacing2))}.md-translate-y-3{transform:translateY(var(--spacing3))}.md-translate-y-4{transform:translateY(var(--spacing4))}.md-translate-y-5{transform:translateY(var(--spacing5))}.md-translate-y-6{transform:translateY(var(--spacing6))}.md-translate-y-7{transform:translateY(var(--spacing7))}.md-translate-y-8{transform:translateY(var(--spacing8))}.md-translate-y-9{transform:translateY(var(--spacing9))}.md-translate-y-10{transform:translateY(var(--spacing10))}.md-translate-y-11{transform:translateY(var(--spacing11))}.md-translate-y-12{transform:translateY(var(--spacing12))}.md-translate-y-13{transform:translateY(var(--spacing13))}.md-translate-y-14{transform:translateY(var(--spacing14))}.md-translate-y-15{transform:translateY(var(--spacing15))}.md-translate-y-16{transform:translateY(var(--spacing16))}.md-translate-y-17{transform:translateY(var(--spacing17))}.md-translate-y-18{transform:translateY(var(--spacing18))}.md-translate-y-19{transform:translateY(var(--spacing19))}.md-translate-y-20{transform:translateY(var(--spacing20))}.md-translate-y-21{transform:translateY(var(--spacing21))}.md-translate-y-22{transform:translateY(var(--spacing22))}.md-translate-y-23{transform:translateY(var(--spacing23))}.md-translate-y-24{transform:translateY(var(--spacing24))}.md-translate-y-25{transform:translateY(var(--spacing25))}
			.md-translate-y-perc-25{transform:translateY(25%)}.md-translate-y-perc-50{transform:translateY(50%)}.md-translate-y-perc-75{transform:translateY(75%)}.md-translate-y-perc-100,.md-translate-y-perc-full{transform:translateY(100%)}
			.-md-translate-y-perc-25{transform:translateY(-25%)}.-md-translate-y-perc-50{transform:translateY(-50%)}.-md-translate-y-perc-75{transform:translateY(-75%)}.-md-translate-y-perc-100,.-md-translate-y-perc-full{transform:translateY(-100%)}
			/* Translate X */
			.md-translate-x-0{transform:translateX(0)}.md-translate-x-1{transform:translateX(var(--spacing1))}.md-translate-x-2{transform:translateX(var(--spacing2))}.md-translate-x-3{transform:translateX(var(--spacing3))}.md-translate-x-4{transform:translateX(var(--spacing4))}.md-translate-x-5{transform:translateX(var(--spacing5))}.md-translate-x-6{transform:translateX(var(--spacing6))}.md-translate-x-7{transform:translateX(var(--spacing7))}.md-translate-x-8{transform:translateX(var(--spacing8))}.md-translate-x-9{transform:translateX(var(--spacing9))}.md-translate-x-10{transform:translateX(var(--spacing10))}.md-translate-x-11{transform:translateX(var(--spacing11))}.md-translate-x-12{transform:translateX(var(--spacing12))}.md-translate-x-13{transform:translateX(var(--spacing13))}.md-translate-x-14{transform:translateX(var(--spacing14))}.md-translate-x-15{transform:translateX(var(--spacing15))}.md-translate-x-16{transform:translateX(var(--spacing16))}.md-translate-x-17{transform:translateX(var(--spacing17))}.md-translate-x-18{transform:translateX(var(--spacing18))}.md-translate-x-19{transform:translateX(var(--spacing19))}.md-translate-x-20{transform:translateX(var(--spacing20))}.md-translate-x-21{transform:translateX(var(--spacing21))}.md-translate-x-22{transform:translateX(var(--spacing22))}.md-translate-x-23{transform:translateX(var(--spacing23))}.md-translate-x-24{transform:translateX(var(--spacing24))}.md-translate-x-25{transform:translateX(var(--spacing25))}
			.md-translate-x-perc-25{transform:translateX(25%)}.md-translate-x-perc-50{transform:translateX(50%)}.md-translate-x-perc-75{transform:translateX(75%)}.md-translate-x-perc-100,.md-translate-x-perc-full{transform:translateX(100%)}
			.-md-translate-x-perc-25{transform:translateX(-25%)}.-md-translate-x-perc-50{transform:translateX(-50%)}.-md-translate-x-perc-75{transform:translateX(-75%)}.-md-translate-x-perc-100,.-md-translate-x-perc-full{transform:translateX(-100%)}
			/* Font sizes */
			.md-text-xxs{font-size:var(--text-xxs)}.md-text-xs{font-size:var(--text-xs)}.md-text-sm{font-size:var(--text-sm)}.md-text-base{font-size:var(--text-base)}.md-text-md{font-size:var(--text-md)}.md-text-lg{font-size:var(--text-lg)}.md-text-xl{font-size:var(--text-xl)}.md-text-2xl{font-size:var(--text-2xl)}.md-text-3xl{font-size:var(--text-3xl)}.md-text-4xl{font-size:var(--text-4xl)}.md-text-5xl{font-size:var(--text-5xl)}.md-text-6xl{font-size:var(--text-6xl)}.md-text-7xl{font-size:var(--text-7xl)}.md-text-8xl{font-size:var(--text-8xl)}.md-text-9xl{font-size:var(--text-9xl)}.md-text-10xl{font-size:var(--text-10xl)}.md-text-11xl{font-size:var(--text-11xl)}.md-text-12xl{font-size:var(--text-12xl)}.md-text-13xl{font-size:var(--text-13xl)}.md-text-14xl{font-size:var(--text-14xl)}.md-text-15xl{font-size:var(--text-15xl)}
			/* Letter Spacing */
			.md-ls-xxs,.md-hover-ls-xxs:hover,.group:hover .md-group-hover-ls-xxs,.md-active-ls-xxs.active{letter-spacing:-0.08rem}.md-ls-xs,.md-hover-ls-xs:hover,.group:hover .md-group-hover-ls-xs,.md-active-ls-xs.active{letter-spacing:-0.04rem}.md-ls-sm,.md-hover-ls-sm:hover,.group:hover .md-group-hover-ls-sm,.md-active-ls-sm.active{letter-spacing:-0.02rem}.md-ls-base,.md-hover-ls-base:hover,.group:hover .md-group-hover-ls-base,.md-active-ls-base.active{letter-spacing:0rem}.md-ls-md,.md-hover-ls-md:hover,.group:hover .md-group-hover-ls-md,.md-active-ls-md.active{letter-spacing:0.02rem}.md-ls-lg,.md-hover-ls-lg:hover,.group:hover .md-group-hover-ls-lg,.md-active-ls-lg.active{letter-spacing:0.04rem}.md-ls-xl,.md-hover-ls-xl:hover,.group:hover .md-group-hover-ls-xl,.md-active-ls-xl.active{letter-spacing:0.075rem}.md-ls-2xl,.md-hover-ls-2xl:hover,.group:hover .md-group-hover-ls-2xl,.md-active-ls-2xl.active{letter-spacing:0.1rem}.md-ls-3xl,.md-hover-ls-3xl:hover,.group:hover .md-group-hover-ls-3xl,.md-active-ls-3xl.active{letter-spacing:0.3rem}.md-ls-4xl,.md-hover-ls-4xl:hover,.group:hover .md-group-hover-ls-4xl,.md-active-ls-4xl.active{letter-spacing:0.6rem}.md-ls-5xl,.md-hover-ls-5xl:hover,.group:hover .md-group-hover-ls-5xl,.md-active-ls-5xl.active{letter-spacing:1rem}.md-ls-6xl,.md-hover-ls-6xl:hover,.group:hover .md-group-hover-ls-6xl,.md-active-ls-6xl.active{letter-spacing:1.3rem}.md-ls-7xl,.md-hover-ls-7xl:hover,.group:hover .md-group-hover-ls-7xl,.md-active-ls-7xl.active{letter-spacing:1.6rem}.md-ls-8xl,.md-hover-ls-8xl:hover,.group:hover .md-group-hover-ls-8xl,.md-active-ls-8xl.active{letter-spacing:2rem}.md-ls-9xl,.md-hover-ls-9xl:hover,.group:hover .md-group-hover-ls-9xl,.md-active-ls-9xl.active{letter-spacing:2.5rem}.md-ls-10xl,.md-hover-ls-10xl:hover,.group:hover .md-group-hover-ls-10xl,.md-active-ls-10xl.active{letter-spacing:4rem}
			/* Line Height */
			.md-lh-normal{line-height:normal}.md-lh-inherit{line-height:inherit}.md-lh-base{line-height:var(--body-line-height)}.md-lh-perc-80{line-height:80%}.md-lh-perc-90{line-height:90%}.md-lh-perc-100{line-height:100%}.md-lh-perc-110{line-height:110%}.md-lh-perc-120{line-height:120%}.md-lh-perc-130{line-height:130%}.md-lh-perc-140{line-height:140%}.md-lh-perc-150{line-height:150%}.md-lh-perc-160{line-height:160%}.md-lh-perc-170{line-height:170%}.md-lh-perc-180{line-height:180%}.md-lh-perc-190{line-height:190%}.md-lh-perc-200{line-height:200%}
			.md-lh-xxs{line-height:var(--lh-xxs);}.md-lh-xs{line-height:var(--lh-xs)}.md-lh-sm{line-height:var(--lh-sm)}.md-lh-md{line-height:var(--lh-md)}.md-lh-lg{line-height:var(--lh-lg)}.md-lh-xl{line-height:var(--lh-xl)}.md-lh-2xl{line-height:var(--lh-2xl)}.md-lh-3xl{line-height:var(--lh-3xl)}.md-lh-4xl{line-height:var(--lh-4xl)}.md-lh-5xl{line-height:var(--lh-5xl)}.md-lh-6xl{line-height:var(--lh-6xl)}.md-lh-7xl{line-height:var(--lh-7xl)}.md-lh-8xl{line-height:var(--lh-8xl)}.md-lh-9xl{line-height:var(--lh-9xl)}.md-lh-10xl{line-height:var(--lh-10xl)}.md-lh-11xl{line-height:var(--lh-11xl)}.md-lh-12xl{line-height:var(--lh-12xl)}.md-lh-13xl{line-height:var(--lh-13xl)}.md-lh-14xl{line-height:var(--lh-14xl)}.md-lh-15xl{line-height:var(--lh-15xl)}
			/* White Space */
			.md-ws-nowrap{white-space:nowrap}.md-ws-normal{white-space:normal}
			/* Width */
			.md-w-perc-0,.md-w-0{width:0}.md-w-perc-100,.md-w-full{width:100%}.md-w-screen,.md-w-screen-100,.md-fullscreen{width:100vw}.md-w-auto{width:auto}.md-w-fit{width:fit-content}
			.md-w-perc-5{width:5%}.md-w-perc-10{width:10%}.md-w-perc-15{width:15%}.md-w-perc-20{width:20%}.md-w-perc-25{width:25%}.md-w-perc-30{width:30%}.md-w-perc-35{width:35%}.md-w-perc-40{width:40%}.md-w-perc-45{width:45%}.md-w-perc-50{width:50%}.md-w-perc-55{width:55%}.md-w-perc-60{width:60%}.md-w-perc-65{width:65%}.md-w-perc-70{width:70%}.md-w-perc-75{width:75%}.md-w-perc-80{width:80%}.md-w-perc-80{width:80%}.md-w-perc-85{width:85%}.md-w-perc-90{width:90%}.md-w-perc-95{width:95%}
			.md-w-1,.md-w-px{width:1px}.md-w-2{width:0.125rem}.md-w-3{width:0.25rem}.md-w-4{width:0.375rem}.md-w-5{width:0.5rem}.md-w-6{width:0.625rem}.md-w-7{width:0.75rem}.md-w-8{width:0.875rem}.md-w-9{width:1rem}.md-w-10{width:1.25rem}.md-w-11{width:1.5rem}.md-w-12{width:1.75rem}.md-w-13{width:2rem}.md-w-14{width:2.25rem}.md-w-15{width:2.5rem}.md-w-16{width:2.75rem}.md-w-17{width:3rem}.md-w-18{width:3.5rem}.md-w-19{width:4rem}.md-w-20{width:5rem}.md-w-21{width:6rem}.md-w-22{width:7rem}.md-w-23{width:8rem}.md-w-24{width:9rem}.md-w-25{width:10rem}.md-w-26{width:11rem}.md-w-27{width:12rem}.md-w-28{width:13rem}.md-w-29{width:14rem}.md-w-30{width:15rem}.md-w-31{width:16rem}.md-w-32{width:17rem}.md-w-33{width:18rem}.md-w-34{width:19rem}.md-w-35{width:20rem}.md-w-36{width:22rem}.md-w-37{width:24rem}.md-w-38{width:26rem}.md-w-39{width:28rem}.md-w-40{width:30rem}.md-w-41{width:32rem}.md-w-42{width:35rem}.md-w-43{width:40rem}.md-w-44{width:44rem}.md-w-45{width:48rem}.md-w-46{width:52rem}.md-w-47{width:55rem}.md-w-48{width:58rem}.md-w-49{width:60rem}.md-w-50{width:62rem}
			.md-w-screen-5{width:5vw}.md-w-screen-10{width:10vw}.md-w-screen-15{width:15vw}.md-w-screen-20{width:20vw}.md-w-screen-25{width:25vw}.md-w-screen-30{width:30vw}.md-w-screen-35{width:35vw}.md-w-screen-40{width:40vw}.md-w-screen-45{width:45vw}.md-w-screen-50{width:50vw}.md-w-screen-55{width:55vw}.md-w-screen-60{width:60vw}.md-w-screen-65{width:65vw}.md-w-screen-70{width:70vw}.md-w-screen-75{width:75vw}.md-w-screen-80{width:80vw}.md-w-screen-85{width:85vw}.md-w-screen-90{width:90vw}.md-w-screen-95{width:95vw}
			/* Height */
			.md-h-perc-0,.md-h-0{height:0}.md-h-perc-100,.md-h-full{height:100%}.md-h-screen,.md-fullscreen,.md-h-screen-100{height:100vh}.md-h-auto{height:auto}
			.md-h-perc-5{height:5%}.md-h-perc-10{height:10%}.md-h-perc-15{height:15%}.md-h-perc-20{height:20%}.md-h-perc-25{height:25%}.md-h-perc-30{height:30%}.md-h-perc-35{height:35%}.md-h-perc-40{height:40%}.md-h-perc-45{height:45%}.md-h-perc-50{height:50%}.md-h-perc-55{height:55%}.md-h-perc-60{height:60%}.md-h-perc-65{height:65%}.md-h-perc-70{height:70%}.md-h-perc-75{height:75%}.md-h-perc-80{height:80%}.md-h-perc-80{height:80%}.md-h-perc-85{height:85%}.md-h-perc-90{height:90%}.md-h-perc-95{height:95%}
			.md-h-1,.md-h-px{height:1px}.md-h-2{height:0.125rem}.md-h-3{height:0.25rem}.md-h-4{height:0.375rem}.md-h-5{height:0.5rem}.md-h-6{height:0.625rem}.md-h-7{height:0.75rem}.md-h-8{height:0.875rem}.md-h-9{height:1rem}.md-h-10{height:1.25rem}.md-h-11{height:1.5rem}.md-h-12{height:1.75rem}.md-h-13{height:2rem}.md-h-14{height:2.25rem}.md-h-15{height:2.5rem}.md-h-16{height:2.75rem}.md-h-17{height:3rem}.md-h-18{height:3.5rem}.md-h-19{height:4rem}.md-h-20{height:5rem}.md-h-21{height:6rem}.md-h-22{height:7rem}.md-h-23{height:8rem}.md-h-24{height:9rem}.md-h-25{height:10rem}.md-h-26{height:11rem}.md-h-27{height:12rem}.md-h-28{height:13rem}.md-h-29{height:14rem}.md-h-30{height:15rem}.md-h-31{height:16rem}.md-h-32{height:17rem}.md-h-33{height:18rem}.md-h-34{height:19rem}.md-h-35{height:20rem}.md-h-36{height:22rem}.md-h-37{height:24rem}.md-h-38{height:26rem}.md-h-39{height:28rem}.md-h-40{height:30rem}.md-h-41{height:32rem}.md-h-42{height:35rem}.md-h-43{height:40rem}.md-h-44{height:44rem}.md-h-45{height:48rem}.md-h-46{height:52rem}.md-h-47{height:55rem}.md-h-48{height:58rem}.md-h-49{height:60rem}.md-h-50{height:62rem}
			.md-h-screen-5{height:5vh}.md-h-screen-10{height:10vh}.md-h-screen-15{height:15vh}.md-h-screen-20{height:20vh}.md-h-screen-25{height:25vh}.md-h-screen-30{height:30vh}.md-h-screen-35{height:35vh}.md-h-screen-40{height:40vh}.md-h-screen-45{height:45vh}.md-h-screen-50{height:50vh}.md-h-screen-55{height:55vh}.md-h-screen-60{height:60vh}.md-h-screen-65{height:65vh}.md-h-screen-70{height:70vh}.md-h-screen-75{height:75vh}.md-h-screen-80{height:80vh}.md-h-screen-85{height:85vh}.md-h-screen-90{height:90vh}.md-h-screen-95{height:95vh}
			/* Max Width */
			.md-mxw-screen,.md-mxw-screen-100{max-width:100vw}.md-mxw-0,.md-mxw-perc-0{max-width:0}.md-mxw-full,.md-mxw-perc-100{max-width:100%}.md-mxw-none{max-width:none}
			.md-mxw-perc-5{max-width:5%}.md-mxw-perc-10{max-width:10%}.md-mxw-perc-15{max-width:15%}.md-mxw-perc-20{max-width:20%}.md-mxw-perc-25{max-width:25%}.md-mxw-perc-30{max-width:30%}.md-mxw-perc-35{max-width:35%}.md-mxw-perc-40{max-width:40%}.md-mxw-perc-45{max-width:45%}.md-mxw-perc-50{max-width:50%}.md-mxw-perc-55{max-width:55%}.md-mxw-perc-60{max-width:60%}.md-mxw-perc-65{max-width:65%}.md-mxw-perc-70{max-width:70%}.md-mxw-perc-75{max-width:75%}.md-mxw-perc-80{max-width:80%}.md-mxw-perc-85{max-width:85%}.md-mxw-perc-90{max-width:90%}.md-mxw-perc-95{max-width:95%}
			.md-mxw-1,.md-mxw-px{max-width:1px}.md-mxw-2{max-width:0.125rem}.md-mxw-3{max-width:0.25rem}.md-mxw-4{max-width:0.375rem}.md-mxw-5{max-width:0.5rem}.md-mxw-6{max-width:0.625rem}.md-mxw-7{max-width:0.75rem}.md-mxw-8{max-width:0.875rem}.md-mxw-9{max-width:1rem}.md-mxw-10{max-width:1.25rem}.md-mxw-11{max-width:1.5rem}.md-mxw-12{max-width:1.75rem}.md-mxw-13{max-width:2rem}.md-mxw-14{max-width:2.25rem}.md-mxw-15{max-width:2.5rem}.md-mxw-16{max-width:2.75rem}.md-mxw-17{max-width:3rem}.md-mxw-18{max-width:3.5rem}.md-mxw-19{max-width:4rem}.md-mxw-20{max-width:5rem}.md-mxw-21{max-width:6rem}.md-mxw-22{max-width:7rem}.md-mxw-23{max-width:8rem}.md-mxw-24{max-width:9rem}.md-mxw-25{max-width:10rem}.md-mxw-26{max-width:11rem}.md-mxw-27{max-width:12rem}.md-mxw-28{max-width:13rem}.md-mxw-29{max-width:14rem}.md-mxw-30{max-width:15rem}.md-mxw-31{max-width:16rem}.md-mxw-32{max-width:17rem}.md-mxw-33{max-width:18rem}.md-mxw-34{max-width:19rem}.md-mxw-35{max-width:20rem}.md-mxw-36{max-width:22rem}.md-mxw-37{max-width:24rem}.md-mxw-38{max-width:26rem}.md-mxw-39{max-width:28rem}.md-mxw-40{max-width:30rem}.md-mxw-41{max-width:32rem}.md-mxw-42{max-width:35rem}.md-mxw-43{max-width:40rem}.md-mxw-44{max-width:44rem}.md-mxw-45{max-width:48rem}.md-mxw-46{max-width:52rem}.md-mxw-47{max-width:55rem}.md-mxw-48{max-width:58rem}.md-mxw-49{max-width:60rem}.md-mxw-50{max-width:62rem}
			.md-mxw-screen-5{max-width:5vw}.md-mxw-screen-10{max-width:10vw}.md-mxw-screen-15{max-width:15vw}.md-mxw-screen-20{max-width:20vw}.md-mxw-screen-25{max-width:25vw}.md-mxw-screen-30{max-width:30vw}.md-mxw-screen-35{max-width:35vw}.md-mxw-screen-40{max-width:40vw}.md-mxw-screen-45{max-width:45vw}.md-mxw-screen-50{max-width:50vw}.md-mxw-screen-55{max-width:55vw}.md-mxw-screen-60{max-width:60vw}.md-mxw-screen-65{max-width:65vw}.md-mxw-screen-70{max-width:70vw}.md-mxw-screen-75{max-width:75vw}.md-mxw-screen-80{max-width:80vw}.md-mxw-screen-85{max-width:85vw}.md-mxw-screen-90{max-width:90vw}.md-mxw-screen-95{max-width:95vw}
			/* Min Width */
			.md-mnw-screen,.md-mnw-screen-100{max-height:100vw}.md-mnw-0,.md-mnw-perc-0{min-width:0}.md-mnw-full,.md-mnw-perc-100{min-width:100%}.md-mnw-none,.md-mnw-auto{min-width:auto}
			.md-mnw-perc-5{min-width:5%}.md-mnw-perc-10{min-width:10%}.md-mnw-perc-15{min-width:15%}.md-mnw-perc-20{min-width:20%}.md-mnw-perc-25{min-width:25%}.md-mnw-perc-30{min-width:30%}.md-mnw-perc-35{min-width:35%}.md-mnw-perc-40{min-width:40%}.md-mnw-perc-45{min-width:45%}.md-mnw-perc-50{min-width:50%}.md-mnw-perc-55{min-width:55%}.md-mnw-perc-60{min-width:60%}.md-mnw-perc-65{min-width:65%}.md-mnw-perc-70{min-width:70%}.md-mnw-perc-75{min-width:75%}.md-mnw-perc-80{min-width:80%}.md-mnw-perc-85{min-width:85%}.md-mnw-perc-90{min-width:90%}.md-mnw-perc-95{min-width:95%}
			.md-mnw-1,.md-mnw-px{min-width:1px}.md-mnw-2{min-width:0.125rem}.md-mnw-3{min-width:0.25rem}.md-mnw-4{min-width:0.375rem}.md-mnw-5{min-width:0.5rem}.md-mnw-6{min-width:0.625rem}.md-mnw-7{min-width:0.75rem}.md-mnw-8{min-width:0.875rem}.md-mnw-9{min-width:1rem}.md-mnw-10{min-width:1.25rem}.md-mnw-11{min-width:1.5rem}.md-mnw-12{min-width:1.75rem}.md-mnw-13{min-width:2rem}.md-mnw-14{min-width:2.25rem}.md-mnw-15{min-width:2.5rem}.md-mnw-16{min-width:2.75rem}.md-mnw-17{min-width:3rem}.md-mnw-18{min-width:3.5rem}.md-mnw-19{min-width:4rem}.md-mnw-20{min-width:5rem}.md-mnw-21{min-width:6rem}.md-mnw-22{min-width:7rem}.md-mnw-23{min-width:8rem}.md-mnw-24{min-width:9rem}.md-mnw-25{min-width:10rem}.md-mnw-26{min-width:11rem}.md-mnw-27{min-width:12rem}.md-mnw-28{min-width:13rem}.md-mnw-29{min-width:14rem}.md-mnw-30{min-width:15rem}.md-mnw-31{min-width:16rem}.md-mnw-32{min-width:17rem}.md-mnw-33{min-width:18rem}.md-mnw-34{min-width:19rem}.md-mnw-35{min-width:20rem}.md-mnw-36{min-width:22rem}.md-mnw-37{min-width:24rem}.md-mnw-38{min-width:26rem}.md-mnw-39{min-width:28rem}.md-mnw-40{min-width:30rem}.md-mnw-41{min-width:32rem}.md-mnw-42{min-width:35rem}.md-mnw-43{min-width:40rem}.md-mnw-44{min-width:44rem}.md-mnw-45{min-width:48rem}.md-mnw-46{min-width:52rem}.md-mnw-47{min-width:55rem}.md-mnw-48{min-width:58rem}.md-mnw-49{min-width:60rem}.md-mnw-50{min-width:62rem}
			.md-mnw-screen-5{min-width:5vw}.md-mnw-screen-10{min-width:10vw}.md-mnw-screen-15{min-width:15vw}.md-mnw-screen-20{min-width:20vw}.md-mnw-screen-25{min-width:25vw}.md-mnw-screen-30{min-width:30vw}.md-mnw-screen-35{min-width:35vw}.md-mnw-screen-40{min-width:40vw}.md-mnw-screen-45{min-width:45vw}.md-mnw-screen-50{min-width:50vw}.md-mnw-screen-55{min-width:55vw}.md-mnw-screen-60{min-width:60vw}.md-mnw-screen-65{min-width:65vw}.md-mnw-screen-70{min-width:70vw}.md-mnw-screen-75{min-width:75vw}.md-mnw-screen-80{min-width:80vw}.md-mnw-screen-85{min-width:85vw}.md-mnw-screen-90{min-width:90vw}.md-mnw-screen-95{min-width:95vw}
			/* Max Height */
			.md-mxh-screen,.md-mxh-screen-100{max-height:100vh}.md-mxh-0,.md-mxh-perc-0{max-height:0}.md-mxh-full,.md-mxh-perc-100{max-height:100%}.md-mxh-none{max-height:none}
			.md-mxh-perc-5{max-height:5%}.md-mxh-perc-10{max-height:10%}.md-mxh-perc-15{max-height:15%}.md-mxh-perc-20{max-height:20%}.md-mxh-perc-25{max-height:25%}.md-mxh-perc-30{max-height:30%}.md-mxh-perc-35{max-height:35%}.md-mxh-perc-40{max-height:40%}.md-mxh-perc-45{max-height:45%}.md-mxh-perc-50{max-height:50%}.md-mxh-perc-55{max-height:55%}.md-mxh-perc-60{max-height:60%}.md-mxh-perc-65{max-height:65%}.md-mxh-perc-70{max-height:70%}.md-mxh-perc-75{max-height:75%}.md-mxh-perc-80{max-height:80%}.md-mxh-perc-85{max-height:85%}.md-mxh-perc-90{max-height:90%}.md-mxh-perc-95{max-height:95%}
			.md-mxh-1,.md-mxh-px{max-height:1px}.md-mxh-2{max-height:0.125rem}.md-mxh-3{max-height:0.25rem}.md-mxh-4{max-height:0.375rem}.md-mxh-5{max-height:0.5rem}.md-mxh-6{max-height:0.625rem}.md-mxh-7{max-height:0.75rem}.md-mxh-8{max-height:0.875rem}.md-mxh-9{max-height:1rem}.md-mxh-10{max-height:1.25rem}.md-mxh-11{max-height:1.5rem}.md-mxh-12{max-height:1.75rem}.md-mxh-13{max-height:2rem}.md-mxh-14{max-height:2.25rem}.md-mxh-15{max-height:2.5rem}.md-mxh-16{max-height:2.75rem}.md-mxh-17{max-height:3rem}.md-mxh-18{max-height:3.5rem}.md-mxh-19{max-height:4rem}.md-mxh-20{max-height:5rem}.md-mxh-21{max-height:6rem}.md-mxh-22{max-height:7rem}.md-mxh-23{max-height:8rem}.md-mxh-24{max-height:9rem}.md-mxh-25{max-height:10rem}.md-mxh-26{max-height:11rem}.md-mxh-27{max-height:12rem}.md-mxh-28{max-height:13rem}.md-mxh-29{max-height:14rem}.md-mxh-30{max-height:15rem}.md-mxh-31{max-height:16rem}.md-mxh-32{max-height:17rem}.md-mxh-33{max-height:18rem}.md-mxh-34{max-height:19rem}.md-mxh-35{max-height:20rem}.md-mxh-36{max-height:22rem}.md-mxh-37{max-height:24rem}.md-mxh-38{max-height:26rem}.md-mxh-39{max-height:28rem}.md-mxh-40{max-height:30rem}.md-mxh-41{max-height:32rem}.md-mxh-42{max-height:35rem}.md-mxh-43{max-height:40rem}.md-mxh-44{max-height:44rem}.md-mxh-45{max-height:48rem}.md-mxh-46{max-height:52rem}.md-mxh-47{max-height:55rem}.md-mxh-48{max-height:58rem}.md-mxh-49{max-height:60rem}.md-mxh-50{max-height:62rem}
			.md-mxh-screen-5{max-height:5vh}.md-mxh-screen-10{max-height:10vh}.md-mxh-screen-15{max-height:15vh}.md-mxh-screen-20{max-height:20vh}.md-mxh-screen-25{max-height:25vh}.md-mxh-screen-30{max-height:30vh}.md-mxh-screen-35{max-height:35vh}.md-mxh-screen-40{max-height:40vh}.md-mxh-screen-45{max-height:45vh}.md-mxh-screen-50{max-height:50vh}.md-mxh-screen-55{max-height:55vh}.md-mxh-screen-60{max-height:60vh}.md-mxh-screen-65{max-height:65vh}.md-mxh-screen-70{max-height:70vh}.md-mxh-screen-75{max-height:75vh}.md-mxh-screen-80{max-height:80vh}.md-mxh-screen-85{max-height:85vh}.md-mxh-screen-90{max-height:90vh}.md-mxh-screen-95{max-height:95vh}
			/* Min Height */
			.md-mnh-screen,.md-mnh-screen-100{min-height:100vh}.md-mnh-0,.md-mnh-perc-0{min-height:0}.md-mnh-full,.md-mnh-perc-100{min-height:100%}.md-mnh-none{min-height:none}
			.md-mnh-perc-5{min-height:5%}.md-mnh-perc-10{min-height:10%}.md-mnh-perc-15{min-height:15%}.md-mnh-perc-20{min-height:20%}.md-mnh-perc-25{min-height:25%}.md-mnh-perc-30{min-height:30%}.md-mnh-perc-35{min-height:35%}.md-mnh-perc-40{min-height:40%}.md-mnh-perc-45{min-height:45%}.md-mnh-perc-50{min-height:50%}.md-mnh-perc-55{min-height:55%}.md-mnh-perc-60{min-height:60%}.md-mnh-perc-65{min-height:65%}.md-mnh-perc-70{min-height:70%}.md-mnh-perc-75{min-height:75%}.md-mnh-perc-80{min-height:80%}.md-mnh-perc-85{min-height:85%}.md-mnh-perc-90{min-height:90%}.md-mnh-perc-95{min-height:95%}
			.md-mnh-1,.md-mnh-px{min-height:1px}.md-mnh-2{min-height:0.125rem}.md-mnh-3{min-height:0.25rem}.md-mnh-4{min-height:0.375rem}.md-mnh-5{min-height:0.5rem}.md-mnh-6{min-height:0.625rem}.md-mnh-7{min-height:0.75rem}.md-mnh-8{min-height:0.875rem}.md-mnh-9{min-height:1rem}.md-mnh-10{min-height:1.25rem}.md-mnh-11{min-height:1.5rem}.md-mnh-12{min-height:1.75rem}.md-mnh-13{min-height:2rem}.md-mnh-14{min-height:2.25rem}.md-mnh-15{min-height:2.5rem}.md-mnh-16{min-height:2.75rem}.md-mnh-17{min-height:3rem}.md-mnh-18{min-height:3.5rem}.md-mnh-19{min-height:4rem}.md-mnh-20{min-height:5rem}.md-mnh-21{min-height:6rem}.md-mnh-22{min-height:7rem}.md-mnh-23{min-height:8rem}.md-mnh-24{min-height:9rem}.md-mnh-25{min-height:10rem}.md-mnh-26{min-height:11rem}.md-mnh-27{min-height:12rem}.md-mnh-28{min-height:13rem}.md-mnh-29{min-height:14rem}.md-mnh-30{min-height:15rem}.md-mnh-31{min-height:16rem}.md-mnh-32{min-height:17rem}.md-mnh-33{min-height:18rem}.md-mnh-34{min-height:19rem}.md-mnh-35{min-height:20rem}.md-mnh-36{min-height:22rem}.md-mnh-37{min-height:24rem}.md-mnh-38{min-height:26rem}.md-mnh-39{min-height:28rem}.md-mnh-40{min-height:30rem}.md-mnh-41{min-height:32rem}.md-mnh-42{min-height:35rem}.md-mnh-43{min-height:40rem}.md-mnh-44{min-height:44rem}.md-mnh-45{min-height:48rem}.md-mnh-46{min-height:52rem}.md-mnh-47{min-height:55rem}.md-mnh-48{min-height:58rem}.md-mnh-49{min-height:60rem}.md-mnh-50{min-height:62rem}
			.md-mnh-screen-5{min-height:5vh}.md-mnh-screen-10{min-height:10vh}.md-mnh-screen-15{min-height:15vh}.md-mnh-screen-20{min-height:20vh}.md-mnh-screen-25{min-height:25vh}.md-mnh-screen-30{min-height:30vh}.md-mnh-screen-35{min-height:35vh}.md-mnh-screen-40{min-height:40vh}.md-mnh-screen-45{min-height:45vh}.md-mnh-screen-50{min-height:50vh}.md-mnh-screen-55{min-height:55vh}.md-mnh-screen-60{min-height:60vh}.md-mnh-screen-65{min-height:65vh}.md-mnh-screen-70{min-height:70vh}.md-mnh-screen-75{min-height:75vh}.md-mnh-screen-80{min-height:80vh}.md-mnh-screen-85{min-height:85vh}.md-mnh-screen-90{min-height:90vh}.md-mnh-screen-95{min-height:95vh}
			/* Rounded borders */
			.md-rounded-inherit{border-radius:inherit}
			.md-rounded-none,.md-rounded-t-none,.md-rounded-l-none,.md-rounded-tl-none{border-top-left-radius:0}
			.md-rounded-none,.md-rounded-t-none,.md-rounded-r-none,.md-rounded-tr-none{border-top-right-radius:0}
			.md-rounded-none,.md-rounded-b-none,.md-rounded-l-none,.md-rounded-bl-none{border-bottom-left-radius:0}
			.md-rounded-none,.md-rounded-b-none,.md-rounded-r-none,.md-rounded-br-none{border-bottom-right-radius:0}
			.md-rounded-sm,.md-rounded-t-sm,.md-rounded-l-sm,.md-rounded-tl-sm{border-top-left-radius:var(--rounded-sm)}
			.md-rounded-sm,.md-rounded-t-sm,.md-rounded-r-sm,.md-rounded-tr-sm{border-top-right-radius:var(--rounded-sm)}
			.md-rounded-sm,.md-rounded-b-sm,.md-rounded-l-sm,.md-rounded-bl-sm{border-bottom-left-radius:var(--rounded-sm)}
			.md-rounded-sm,.md-rounded-b-sm,.md-rounded-r-sm,.md-rounded-br-sm{border-bottom-right-radius:var(--rounded-sm)}
			.md-rounded,.md-rounded-t,.md-rounded-l,.md-rounded-tl{border-top-left-radius:var(--rounded)}
			.md-rounded,.md-rounded-t,.md-rounded-r,.md-rounded-tr{border-top-right-radius:var(--rounded)}
			.md-rounded,.md-rounded-b,.md-rounded-l,.md-rounded-bl{border-bottom-left-radius:var(--rounded)}
			.md-rounded,.md-rounded-b,.md-rounded-r,.md-rounded-br{border-bottom-right-radius:var(--rounded)}
			.md-rounded-md,.md-rounded-t-md,.md-rounded-l-md,.md-rounded-tl-md{border-top-left-radius:var(--rounded-md)}
			.md-rounded-md,.md-rounded-t-md,.md-rounded-r-md,.md-rounded-tr-md{border-top-right-radius:var(--rounded-md)}
			.md-rounded-md,.md-rounded-b-md,.md-rounded-l-md,.md-rounded-bl-md{border-bottom-left-radius:var(--rounded-md)}
			.md-rounded-md,.md-rounded-b-md,.md-rounded-r-md,.md-rounded-br-md{border-bottom-right-radius:var(--rounded-md)}
			.md-rounded-lg,.md-rounded-t-lg,.md-rounded-l-lg,.md-rounded-tl-lg{border-top-left-radius:var(--rounded-lg)}
			.md-rounded-lg,.md-rounded-t-lg,.md-rounded-r-lg,.md-rounded-tr-lg{border-top-right-radius:var(--rounded-lg)}
			.md-rounded-lg,.md-rounded-b-lg,.md-rounded-l-lg,.md-rounded-bl-lg{border-bottom-left-radius:var(--rounded-lg)}
			.md-rounded-lg,.md-rounded-b-lg,.md-rounded-r-lg,.md-rounded-br-lg{border-bottom-right-radius:var(--rounded-lg)}
			.md-rounded-xl,.md-rounded-t-xl,.md-rounded-l-xl,.md-rounded-tl-xl{border-top-left-radius:var(--rounded-xl)}
			.md-rounded-xl,.md-rounded-t-xl,.md-rounded-r-xl,.md-rounded-tr-xl{border-top-right-radius:var(--rounded-xl)}
			.md-rounded-xl,.md-rounded-b-xl,.md-rounded-l-xl,.md-rounded-bl-xl{border-bottom-left-radius:var(--rounded-xl)}
			.md-rounded-xl,.md-rounded-b-xl,.md-rounded-r-xl,.md-rounded-br-xl{border-bottom-right-radius:var(--rounded-xl)}
			.md-rounded-2xl,.md-rounded-t-2xl,.md-rounded-l-2xl,.md-rounded-tl-2xl{border-top-left-radius:var(--rounded-2xl)}
			.md-rounded-2xl,.md-rounded-t-2xl,.md-rounded-r-2xl,.md-rounded-tr-2xl{border-top-right-radius:var(--rounded-2xl)}
			.md-rounded-2xl,.md-rounded-b-2xl,.md-rounded-l-2xl,.md-rounded-bl-2xl{border-bottom-left-radius:var(--rounded-2xl)}
			.md-rounded-2xl,.md-rounded-b-2xl,.md-rounded-r-2xl,.md-rounded-br-2xl{border-bottom-right-radius:var(--rounded-2xl)}
			.md-rounded-3xl,.md-rounded-t-3xl,.md-rounded-l-3xl,.md-rounded-tl-3xl{border-top-left-radius:var(--rounded-3xl)}
			.md-rounded-3xl,.md-rounded-t-3xl,.md-rounded-r-3xl,.md-rounded-tr-3xl{border-top-right-radius:var(--rounded-3xl)}
			.md-rounded-3xl,.md-rounded-b-3xl,.md-rounded-l-3xl,.md-rounded-bl-3xl{border-bottom-left-radius:var(--rounded-3xl)}
			.md-rounded-3xl,.md-rounded-b-3xl,.md-rounded-r-3xl,.md-rounded-br-3xl{border-bottom-right-radius:var(--rounded-3xl)}
			.md-rounded-4xl,.md-rounded-t-4xl,.md-rounded-l-4xl,.md-rounded-tl-4xl{border-top-left-radius:var(--rounded-4xl)}
			.md-rounded-4xl,.md-rounded-t-4xl,.md-rounded-r-4xl,.md-rounded-tr-4xl{border-top-right-radius:var(--rounded-4xl)}
			.md-rounded-4xl,.md-rounded-b-4xl,.md-rounded-l-4xl,.md-rounded-bl-4xl{border-bottom-left-radius:var(--rounded-4xl)}
			.md-rounded-4xl,.md-rounded-b-4xl,.md-rounded-r-4xl,.md-rounded-br-4xl{border-bottom-right-radius:var(--rounded-4xl)}
			.md-rounded-5xl,.md-rounded-t-5xl,.md-rounded-l-5xl,.md-rounded-tl-5xl{border-top-left-radius:var(--rounded-5xl)}
			.md-rounded-5xl,.md-rounded-t-5xl,.md-rounded-r-5xl,.md-rounded-tr-5xl{border-top-right-radius:var(--rounded-5xl)}
			.md-rounded-5xl,.md-rounded-b-5xl,.md-rounded-l-5xl,.md-rounded-bl-5xl{border-bottom-left-radius:var(--rounded-5xl)}
			.md-rounded-5xl,.md-rounded-b-5xl,.md-rounded-r-5xl,.md-rounded-br-5xl{border-bottom-right-radius:var(--rounded-5xl)}
			.md-rounded-pill,.md-rounded-t-pill,.md-rounded-l-pill,.md-rounded-tl-pill{border-top-left-radius:var(--rounded-pill)}
			.md-rounded-pill,.md-rounded-t-pill,.md-rounded-r-pill,.md-rounded-tr-pill{border-top-right-radius:var(--rounded-pill)}
			.md-rounded-pill,.md-rounded-b-pill,.md-rounded-l-pill,.md-rounded-bl-pill{border-bottom-left-radius:var(--rounded-pill)}
			.md-rounded-pill,.md-rounded-b-pill,.md-rounded-r-pill,.md-rounded-br-pill{border-bottom-right-radius:var(--rounded-pill)}
			.md-rounded-full,.md-rounded-t-full,.md-rounded-l-full,.md-rounded-tl-full{border-top-left-radius:var(--rounded-full)}
			.md-rounded-full,.md-rounded-t-full,.md-rounded-r-full,.md-rounded-tr-full{border-top-right-radius:var(--rounded-full)}
			.md-rounded-full,.md-rounded-b-full,.md-rounded-l-full,.md-rounded-bl-full{border-bottom-left-radius:var(--rounded-full)}
			.md-rounded-full,.md-rounded-b-full,.md-rounded-r-full,.md-rounded-br-full{border-bottom-right-radius:var(--rounded-full)}
			/* Opacity */
			.md-opacity-0,.md-hover-opacity-0:hover,.group:hover .md-group-hover-opacity-0,.md-active-opacity-0.active{opacity:0}
			.md-opacity-10,.md-hover-opacity-10:hover,.group:hover .md-group-hover-opacity-10,.md-active-opacity-10.active{opacity:.1}
			.md-opacity-20,.md-hover-opacity-20:hover,.group:hover .md-group-hover-opacity-20,.md-active-opacity-20.active{opacity:.2}
			.md-opacity-30,.md-hover-opacity-30:hover,.group:hover .md-group-hover-opacity-30,.md-active-opacity-30.active{opacity:.3}
			.md-opacity-40,.md-hover-opacity-40:hover,.group:hover .md-group-hover-opacity-40,.md-active-opacity-40.active{opacity:.4}
			.md-opacity-50,.md-hover-opacity-50:hover,.group:hover .md-group-hover-opacity-50,.md-active-opacity-50.active{opacity:.5}
			.md-opacity-60,.md-hover-opacity-60:hover,.group:hover .md-group-hover-opacity-60,.md-active-opacity-60.active{opacity:.6}
			.md-opacity-70,.md-hover-opacity-70:hover,.group:hover .md-group-hover-opacity-70,.md-active-opacity-70.active{opacity:.7}
			.md-opacity-80,.md-hover-opacity-80:hover,.group:hover .md-group-hover-opacity-80,.md-active-opacity-80.active{opacity:.8}
			.md-opacity-90,.md-hover-opacity-90:hover,.group:hover .md-group-hover-opacity-90,.md-active-opacity-90.active{opacity:.9}
			.md-opacity-100,.md-hover-opacity-100:hover,.group:hover .md-group-hover-opacity-100,.md-active-opacity-100.active{opacity:1}
			/* Float */
			.md-float-left{float:left}
			.md-float-right{float:right}
			.md-float-none{float:none}
			/* Position */
			.md-relative{position:relative}
			.md-absolute{position:absolute}
			.md-fixed{position:fixed}
			.md-static{position:static}
			.md-sticky{position:sticky}
			/* Flexbox & Grid Settings */
			/* Row */
			.md-flex-columns-auto>*{flex:0 0 auto;width:auto}
			.md-flex-columns-1>*{width:100%}
			.md-flex-columns-2>*{width:50%}
			.md-flex-columns-3>*{width:33.33333333%}
			.md-flex-columns-4>*{width:25%}
			.md-flex-columns-5>*{width:20%}
			.md-flex-columns-6>*{width:16.66666667%}
			.md-flex-columns-7>*{width:14.285%}
			.md-flex-columns-8>*{width:12.5%}
			.md-flex-columns-9>*{width:11.110%}
			.md-flex-columns-10>*{width:10%}
			.md-flex-columns-11>*{width:9.090%}
			.md-flex-columns-12>*{width:8.33333333%}
			.md-column{flex:1 0 0%}
			.md-column-auto{flex:0 0 auto}
			.md-column-1{width:8.33333333%}
			.md-column-2{width:16.66666667%}
			.md-column-3{width:25%}
			.md-column-4{width:33.33333333%}
			.md-column-5{width:41.66666667%}
			.md-column-6{width:50%}
			.md-column-7{width:58.33333333%}
			.md-column-8{width:66.66666667%}
			.md-column-9{width:75%}
			.md-column-10{width:83.33333333%}
			.md-column-11{width:91.66666667%}
			.md-column-12{width:100%}
			.md-order-1{order:1}
			.md-order-2{order:2}
			.md-order-3{order:3}
			.md-order-4{order:4}
			.md-order-5{order:5}
			.md-order-6{order:6}
			.md-order-7{order:7}
			.md-order-8{order:8}
			.md-order-9{order:9}
			.md-order-10{order:10}
			.md-order-11{order:11}
			.md-order-12{order:12}
			.md-order-first{order:-999}
			.md-order-last{order:999}
			.md-order-none{order:none}
			.md-offset-0{margin-left:0%}
			.md-offset-1{margin-left:8.33333333%}
			.md-offset-2{margin-left:16.66666667%}
			.md-offset-3{margin-left:25%}
			.md-offset-4{margin-left:33.33333333%}
			.md-offset-5{margin-left:41.66666667%}
			.md-offset-6{margin-left:50%}
			.md-offset-7{margin-left:58.33333333%}
			.md-offset-8{margin-left:66.66666667%}
			.md-offset-9{margin-left:75%}
			.md-offset-10{margin-left:83.33333333%}
			.md-offset-11{margin-left:91.66666667%}
			.md-offset-12{margin-left:100%}
			.md-flex-row-reverse{flex-direction:row-reverse}
			.md-flex-column{flex-direction:column}
			.md-flex-column{flex-direction:column}
			.md-flex-column-reverse{flex-direction:column}
			/* Align items */
			.md-align-items-start{align-items:flex-start}
			.md-align-items-end{align-items:flex-end}
			.md-align-items-center{align-items:center}
			.md-align-items-baseline{align-items:baseline}
			.md-align-items-stretch{align-items:stretch}
			/* Align Content */
			.md-align-content-start{align-content:flex-start}
			.md-align-content-end{align-content:flex-end}
			.md-align-content-center{align-content:center}
			.md-align-content-between{align-content:space-between}
			.md-align-content-around{align-content:space-around}
			.md-align-content-evenly{align-content:space-evenly}
			.md-align-content-baseline{align-content:baseline}
			/* Align Self */
			.md-align-self-start{align-self:flex-start}
			.md-align-self-end{align-self:flex-end}
			.md-align-self-auto{align-self:auto}
			.md-align-self-center{align-self:center}
			.md-align-self-stretch{align-self:stretch}
			.md-align-self-baseline{align-self:baseline}
			/* Justify Self */
			.md-justify-self-auto{justify-self:auto}
			.md-justify-self-start{justify-self:start}
			.md-justify-self-end{justify-self:end}
			.md-justify-self-center{justify-self:center}
			.md-justify-self-stretch{justify-self:stretch}
			/* Justify Items */
			.md-justify-items-start{justify-items:start}
			.md-justify-items-end{justify-items:end}
			.md-justify-items-center{justify-items:center}
			.md-justify-items-stretch{justify-items:stretch}
			/* Justify Content */
			.md-justify-content-start{justify-content:flex-start}
			.md-justify-content-end{justify-content:flex-end}
			.md-justify-content-center{justify-content:center}
			.md-justify-content-between{justify-content:space-between}
			.md-justify-content-around{justify-content:space-around}
			.md-justify-content-evenly{justify-content:space-evenly}
			/* Grid */
			.md-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}
			.md-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}
			.md-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}
			.md-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}
			.md-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}
			.md-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}
			.md-grid-rows-none{grid-template-rows:none}
			.md-grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
			.md-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
			.md-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
			.md-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
			.md-grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
			.md-grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
			.md-grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr))}
			.md-grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr))}
			.md-grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr))}
			.md-grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr))}
			.md-grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr))}
			.md-grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr))}
			.md-grid-flow-row{grid-auto-flow:row}
			.md-grid-flow-column{grid-auto-flow:column}
			.md-grid-flow-dense{grid-auto-flow:dense}
			.md-grid-flow-row-dense{grid-auto-flow:row dense}
			.md-grid-flow-column-dense{grid-auto-flow:column dense}
			/* Flex */
			.md-flex-1{flex:1 1 0%}
			.md-flex-auto{flex:1 1 auto}
			.md-flex-initial{flex:0 1 auto}
			.md-flex-none{flex:none}
			.md-flex-wrap{flex-wrap:wrap}
			.md-flex-wrap-reverse{flex-wrap:wrap-reverse}
			.md-flex-nowrap{flex-wrap:nowrap}
			/* Display */
			.md-flex{display:flex}
			.md-inline-flex{display:inline-flex}
			.md-block,.md-block-links a,.md-block-images img{display:block}
			.md-inline-block,.md-inline-block-links a{display:inline-block}
			.md-inline{display:inline}
			.md-hidden{display:none}
			.md-table{display:table}
			.md-inline-table{display:inline-table}
			.md-table-caption{display:table-caption}
			.md-table-cell{display:table-cell}
			.md-table-column{display:table-column}
			.md-table-column-group{display:table-column-group}
			.md-table-footer-group{display:table-footer-group}
			.md-table-header-group{display:table-header-group}
			.md-table-row-group{display:table-row-group}
			.md-table-row{display:table-row}
			.md-flow-root{display:flow-root}
			.md-grid{display:grid}
			.md-inline-grid{display:inline-grid}
			.md-contents{display:contents}
			.md-list-item{display:list-item}
			/* Background positions */
			.md-bg-none{background:none}
			.md-bg-left{background-position:left}
			.md-bg-left-top{background-position:left top}
			.md-bg-left-bottom{background-position:left bottom}
			.md-bg-right{background-position:right}
			.md-bg-right-top{background-position:right top}
			.md-bg-right-bottom{background-position:right bottom}
			.md-bg-top{background-position:top}
			.md-bg-bottom{background-position:bottom}
			.md-bg-center{background-position:center center}
			.md-bg-center-top{background-position:center top}
			.md-bg-center-bottom{background-position:center bottom}
			.md-bg-no-repeat{background-repeat:no-repeat}
			.md-bg-repeatx{background-repeat:repeat-x}
			.md-bg-repeaty{background-repeat:repeat-y}
			.md-bg-repeat{background-repeat:repeat}
			.md-bg-scroll{background-attachment:scroll}
			.md-bg-fixed{background-attachment:fixed}
			.md-bg-local{background-attachment:local}
			/* Background size */
			.md-bg-auto{background-size:auto}
			.md-bg-contain{background-size:contain}
			.md-bg-cover{background-size:cover}
			.md-bg-h-full{background-size:auto 100%}
			.md-bg-w-full{background-size:100% auto}
			/* Mask type */
			.md-mask-alpha{mask-type:alpha;-webkit-mask-type:alpha}
			.md-mask-luminance{mask-type:luminance;-webkit-mask-type:luminance}
			/* Mask size */
			.md-mask-cover{mask-size:cover;-webkit-mask-size:cover}
			.md-mask-contain{mask-size:contain;-webkit-mask-size:contain}
			.md-mask-auto{mask-size:auto;-webkit-mask-size:auto}
			/* Mask position */
			.md-mask-left{mask-position:left;-webkit-mask-position:left}
			.md-mask-left-top{mask-position:left top;-webkit-mask-position:left top}
			.md-mask-left-bottom{mask-position:left bottom;-webkit-mask-position:left bottom}
			.md-mask-top{mask-position:top;-webkit-mask-position:top}
			.md-mask-right{mask-position:right;-webkit-mask-position:right}
			.md-mask-right-top{mask-position:right top;-webkit-mask-position:right top}
			.md-mask-right-bottom{mask-position:right bottom;-webkit-mask-position:right bottom}
			.md-mask-bottom{mask-position:bottom;-webkit-mask-position:bottom}
			.md-mask-center{mask-position:center;-webkit-mask-position:center}
			.md-mask-center-top{mask-position:center top;-webkit-mask-position:center top}
			.md-mask-center-bottom{mask-position:center bottom;-webkit-mask-position:center bottom}
			/* Mask position */
			.md-mask-repeat{mask-repeat:repeat;-webkit-mask-repeat:repeat}
			.md-mask-repeat-x{mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x}
			.md-mask-repeat-y{mask-repeat:repeat-y;-webkit-mask-repeat:repeat-y}
			.md-mask-no-repeat{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
			.md-mask-round{mask-repeat:round;-webkit-mask-repeat:round}
			.md-mask-space{mask-repeat:space;-webkit-mask-repeat:space}
			/* Extras */
			.md-text-right{text-align:right}
			.md-text-center{text-align:center}
			.md-text-left{text-align:left}
			.md-text-justify{text-align:justify;}
			.md-text-start{text-align:start;}
			.md-text-end{text-align:end;}
		}
	/* Large screen */
		@media (min-width:992px) {
			/* Container */
			.container{max-width:960px}
			/* Margin */
			.lg-mt-auto,.lg-my-auto,.lg-m-auto{margin-top:auto}.lg-mt-0,.lg-my-0,.lg-m-0{margin-top:0}.lg-mt-px,.lg-my-px,.lg-m-px{margin-top:1px}.lg-mt-1,.lg-my-1,.lg-m-1{margin-top:var(--spacing1)}.lg-mt-2,.lg-my-2,.lg-m-2{margin-top:var(--spacing2)}.lg-mt-3,.lg-my-3,.lg-m-3{margin-top:var(--spacing3)}.lg-mt-4,.lg-my-4,.lg-m-4{margin-top:var(--spacing4)}.lg-mt-5,.lg-my-5,.lg-m-5{margin-top:var(--spacing5)}.lg-mt-6,.lg-my-6,.lg-m-6{margin-top:var(--spacing6)}.lg-mt-7,.lg-my-7,.lg-m-7{margin-top:var(--spacing7)}.lg-mt-8,.lg-my-8,.lg-m-8{margin-top:var(--spacing8)}.lg-mt-9,.lg-my-9,.lg-m-9{margin-top:var(--spacing9)}.lg-mt-10,.lg-my-10,.lg-m-10{margin-top:var(--spacing10)}.lg-mt-11,.lg-my-11,.lg-m-11{margin-top:var(--spacing11)}.lg-mt-12,.lg-my-12,.lg-m-12{margin-top:var(--spacing12)}.lg-mt-13,.lg-my-13,.lg-m-13{margin-top:var(--spacing13)}.lg-mt-14,.lg-my-14,.lg-m-14{margin-top:var(--spacing14)}.lg-mt-15,.lg-my-15,.lg-m-15{margin-top:var(--spacing15)}.lg-mt-16,.lg-my-16,.lg-m-16{margin-top:var(--spacing16)}.lg-mt-17,.lg-my-17,.lg-m-17{margin-top:var(--spacing17)}.lg-mt-18,.lg-my-18,.lg-m-18{margin-top:var(--spacing18)}.lg-mt-19,.lg-my-19,.lg-m-19{margin-top:var(--spacing19)}.lg-mt-20,.lg-my-20,.lg-m-20{margin-top:var(--spacing20)}.lg-mt-21,.lg-my-21,.lg-m-21{margin-top:var(--spacing21)}.lg-mt-22,.lg-my-22,.lg-m-22{margin-top:var(--spacing22)}.lg-mt-23,.lg-my-23,.lg-m-23{margin-top:var(--spacing23)}.lg-mt-24,.lg-my-24,.lg-m-24{margin-top:var(--spacing24)}.lg-mt-25,.lg-my-25,.lg-m-25{margin-top:var(--spacing25)}
			.lg-mr-auto,.lg-mx-auto,.lg-m-auto{margin-right:auto}.lg-mr-0,.lg-mx-0,.lg-m-0{margin-right:0}.lg-mr-px,.lg-mx-px,.lg-m-px{margin-right:1px}.lg-mr-1,.lg-mx-1,.lg-m-1{margin-right:var(--spacing1)}.lg-mr-2,.lg-mx-2,.lg-m-2{margin-right:var(--spacing2)}.lg-mr-3,.lg-mx-3,.lg-m-3{margin-right:var(--spacing3)}.lg-mr-4,.lg-mx-4,.lg-m-4{margin-right:var(--spacing4)}.lg-mr-5,.lg-mx-5,.lg-m-5{margin-right:var(--spacing5)}.lg-mr-6,.lg-mx-6,.lg-m-6{margin-right:var(--spacing6)}.lg-mr-7,.lg-mx-7,.lg-m-7{margin-right:var(--spacing7)}.lg-mr-8,.lg-mx-8,.lg-m-8{margin-right:var(--spacing8)}.lg-mr-9,.lg-mx-9,.lg-m-9{margin-right:var(--spacing9)}.lg-mr-10,.lg-mx-10,.lg-m-10{margin-right:var(--spacing10)}.lg-mr-11,.lg-mx-11,.lg-m-11{margin-right:var(--spacing11)}.lg-mr-12,.lg-mx-12,.lg-m-12{margin-right:var(--spacing12)}.lg-mr-13,.lg-mx-13,.lg-m-13{margin-right:var(--spacing13)}.lg-mr-14,.lg-mx-14,.lg-m-14{margin-right:var(--spacing14)}.lg-mr-15,.lg-mx-15,.lg-m-15{margin-right:var(--spacing15)}.lg-mr-16,.lg-mx-16,.lg-m-16{margin-right:var(--spacing16)}.lg-mr-17,.lg-mx-17,.lg-m-17{margin-right:var(--spacing17)}.lg-mr-18,.lg-mx-18,.lg-m-18{margin-right:var(--spacing18)}.lg-mr-19,.lg-mx-19,.lg-m-19{margin-right:var(--spacing19)}.lg-mr-20,.lg-mx-20,.lg-m-20{margin-right:var(--spacing20)}.lg-mr-21,.lg-mx-21,.lg-m-21{margin-right:var(--spacing21)}.lg-mr-22,.lg-mx-22,.lg-m-22{margin-right:var(--spacing22)}.lg-mr-23,.lg-mx-23,.lg-m-23{margin-right:var(--spacing23)}.lg-mr-24,.lg-mx-24,.lg-m-24{margin-right:var(--spacing24)}.lg-mr-25,.lg-mx-25,.lg-m-25{margin-right:var(--spacing25)}
			.lg-mb-auto,.lg-my-auto,.lg-m-auto{margin-bottom:auto}.lg-mb-0,.lg-my-0,.lg-m-0{margin-bottom:0}.lg-mb-px,.lg-my-px,.lg-m-px{margin-bottom:1px}.lg-mb-1,.lg-my-1,.lg-m-1{margin-bottom:var(--spacing1)}.lg-mb-2,.lg-my-2,.lg-m-2{margin-bottom:var(--spacing2)}.lg-mb-3,.lg-my-3,.lg-m-3{margin-bottom:var(--spacing3)}.lg-mb-4,.lg-my-4,.lg-m-4{margin-bottom:var(--spacing4)}.lg-mb-5,.lg-my-5,.lg-m-5{margin-bottom:var(--spacing5)}.lg-mb-6,.lg-my-6,.lg-m-6{margin-bottom:var(--spacing6)}.lg-mb-7,.lg-my-7,.lg-m-7{margin-bottom:var(--spacing7)}.lg-mb-8,.lg-my-8,.lg-m-8{margin-bottom:var(--spacing8)}.lg-mb-9,.lg-my-9,.lg-m-9{margin-bottom:var(--spacing9)}.lg-mb-10,.lg-my-10,.lg-m-10{margin-bottom:var(--spacing10)}.lg-mb-11,.lg-my-11,.lg-m-11{margin-bottom:var(--spacing11)}.lg-mb-12,.lg-my-12,.lg-m-12{margin-bottom:var(--spacing12)}.lg-mb-13,.lg-my-13,.lg-m-13{margin-bottom:var(--spacing13)}.lg-mb-14,.lg-my-14,.lg-m-14{margin-bottom:var(--spacing14)}.lg-mb-15,.lg-my-15,.lg-m-15{margin-bottom:var(--spacing15)}.lg-mb-16,.lg-my-16,.lg-m-16{margin-bottom:var(--spacing16)}.lg-mb-17,.lg-my-17,.lg-m-17{margin-bottom:var(--spacing17)}.lg-mb-18,.lg-my-18,.lg-m-18{margin-bottom:var(--spacing18)}.lg-mb-19,.lg-my-19,.lg-m-19{margin-bottom:var(--spacing19)}.lg-mb-20,.lg-my-20,.lg-m-20{margin-bottom:var(--spacing20)}.lg-mb-21,.lg-my-21,.lg-m-21{margin-bottom:var(--spacing21)}.lg-mb-22,.lg-my-22,.lg-m-22{margin-bottom:var(--spacing22)}.lg-mb-23,.lg-my-23,.lg-m-23{margin-bottom:var(--spacing23)}.lg-mb-24,.lg-my-24,.lg-m-24{margin-bottom:var(--spacing24)}.lg-mb-25,.lg-my-25,.lg-m-25{margin-bottom:var(--spacing25)}
			.lg-ml-auto,.lg-mx-auto,.lg-m-auto{margin-left:auto}.lg-ml-0,.lg-mx-0,.lg-m-0{margin-left:0}.lg-ml-px,.lg-mx-px,.lg-m-px{margin-left:1px}.lg-ml-1,.lg-mx-1,.lg-m-1{margin-left:var(--spacing1)}.lg-ml-2,.lg-mx-2,.lg-m-2{margin-left:var(--spacing2)}.lg-ml-3,.lg-mx-3,.lg-m-3{margin-left:var(--spacing3)}.lg-ml-4,.lg-mx-4,.lg-m-4{margin-left:var(--spacing4)}.lg-ml-5,.lg-mx-5,.lg-m-5{margin-left:var(--spacing5)}.lg-ml-6,.lg-mx-6,.lg-m-6{margin-left:var(--spacing6)}.lg-ml-7,.lg-mx-7,.lg-m-7{margin-left:var(--spacing7)}.lg-ml-8,.lg-mx-8,.lg-m-8{margin-left:var(--spacing8)}.lg-ml-9,.lg-mx-9,.lg-m-9{margin-left:var(--spacing9)}.lg-ml-10,.lg-mx-10,.lg-m-10{margin-left:var(--spacing10)}.lg-ml-11,.lg-mx-11,.lg-m-11{margin-left:var(--spacing11)}.lg-ml-12,.lg-mx-12,.lg-m-12{margin-left:var(--spacing12)}.lg-ml-13,.lg-mx-13,.lg-m-13{margin-left:var(--spacing13)}.lg-ml-14,.lg-mx-14,.lg-m-14{margin-left:var(--spacing14)}.lg-ml-15,.lg-mx-15,.lg-m-15{margin-left:var(--spacing15)}.lg-ml-16,.lg-mx-16,.lg-m-16{margin-left:var(--spacing16)}.lg-ml-17,.lg-mx-17,.lg-m-17{margin-left:var(--spacing17)}.lg-ml-18,.lg-mx-18,.lg-m-18{margin-left:var(--spacing18)}.lg-ml-19,.lg-mx-19,.lg-m-19{margin-left:var(--spacing19)}.lg-ml-20,.lg-mx-20,.lg-m-20{margin-left:var(--spacing20)}.lg-ml-21,.lg-mx-21,.lg-m-21{margin-left:var(--spacing21)}.lg-ml-22,.lg-mx-22,.lg-m-22{margin-left:var(--spacing22)}.lg-ml-23,.lg-mx-23,.lg-m-23{margin-left:var(--spacing23)}.lg-ml-24,.lg-mx-24,.lg-m-24{margin-left:var(--spacing24)}.lg-ml-25,.lg-mx-25,.lg-m-25{margin-left:var(--spacing25)}
			/* Padding */
			.lg-pt-0,.lg-py-0,.lg-p-0{padding-top:0}.lg-pt-px,.lg-py-px,.lg-p-px{padding-top:1px}.lg-pt-px,.lg-py-px,.lg-p-px{padding-top:1px}.lg-pt-1,.lg-py-1,.lg-p-1{padding-top:var(--spacing1)}.lg-pt-2,.lg-py-2,.lg-p-2{padding-top:var(--spacing2)}.lg-pt-3,.lg-py-3,.lg-p-3{padding-top:var(--spacing3)}.lg-pt-4,.lg-py-4,.lg-p-4{padding-top:var(--spacing4)}.lg-pt-5,.lg-py-5,.lg-p-5{padding-top:var(--spacing5)}.lg-pt-6,.lg-py-6,.lg-p-6{padding-top:var(--spacing6)}.lg-pt-7,.lg-py-7,.lg-p-7{padding-top:var(--spacing7)}.lg-pt-8,.lg-py-8,.lg-p-8{padding-top:var(--spacing8)}.lg-pt-9,.lg-py-9,.lg-p-9{padding-top:var(--spacing9)}.lg-pt-10,.lg-py-10,.lg-p-10{padding-top:var(--spacing10)}.lg-pt-11,.lg-py-11,.lg-p-11{padding-top:var(--spacing11)}.lg-pt-12,.lg-py-12,.lg-p-12{padding-top:var(--spacing12)}.lg-pt-13,.lg-py-13,.lg-p-13{padding-top:var(--spacing13)}.lg-pt-14,.lg-py-14,.lg-p-14{padding-top:var(--spacing14)}.lg-pt-15,.lg-py-15,.lg-p-15{padding-top:var(--spacing15)}.lg-pt-16,.lg-py-16,.lg-p-16{padding-top:var(--spacing16)}.lg-pt-17,.lg-py-17,.lg-p-17{padding-top:var(--spacing17)}.lg-pt-18,.lg-py-18,.lg-p-18{padding-top:var(--spacing18)}.lg-pt-19,.lg-py-19,.lg-p-19{padding-top:var(--spacing19)}.lg-pt-20,.lg-py-20,.lg-p-20{padding-top:var(--spacing20)}.lg-pt-21,.lg-py-21,.lg-p-21{padding-top:var(--spacing21)}.lg-pt-22,.lg-py-22,.lg-p-22{padding-top:var(--spacing22)}.lg-pt-23,.lg-py-23,.lg-p-23{padding-top:var(--spacing23)}.lg-pt-24,.lg-py-24,.lg-p-24{padding-top:var(--spacing24)}.lg-pt-25,.lg-py-25,.lg-p-25{padding-top:var(--spacing25)}
			.lg-pr-0,.lg-px-0,.lg-p-0{padding-right:0}.lg-pr-px,.lg-px-px,.lg-p-px{padding-right:1px}.lg-pr-px,.lg-px-px,.lg-p-px{padding-right:1px}.lg-pr-1,.lg-px-1,.lg-p-1{padding-right:var(--spacing1)}.lg-pr-2,.lg-px-2,.lg-p-2{padding-right:var(--spacing2)}.lg-pr-3,.lg-px-3,.lg-p-3{padding-right:var(--spacing3)}.lg-pr-4,.lg-px-4,.lg-p-4{padding-right:var(--spacing4)}.lg-pr-5,.lg-px-5,.lg-p-5{padding-right:var(--spacing5)}.lg-pr-6,.lg-px-6,.lg-p-6{padding-right:var(--spacing6)}.lg-pr-7,.lg-px-7,.lg-p-7{padding-right:var(--spacing7)}.lg-pr-8,.lg-px-8,.lg-p-8{padding-right:var(--spacing8)}.lg-pr-9,.lg-px-9,.lg-p-9{padding-right:var(--spacing9)}.lg-pr-10,.lg-px-10,.lg-p-10{padding-right:var(--spacing10)}.lg-pr-11,.lg-px-11,.lg-p-11{padding-right:var(--spacing11)}.lg-pr-12,.lg-px-12,.lg-p-12{padding-right:var(--spacing12)}.lg-pr-13,.lg-px-13,.lg-p-13{padding-right:var(--spacing13)}.lg-pr-14,.lg-px-14,.lg-p-14{padding-right:var(--spacing14)}.lg-pr-15,.lg-px-15,.lg-p-15{padding-right:var(--spacing15)}.lg-pr-16,.lg-px-16,.lg-p-16{padding-right:var(--spacing16)}.lg-pr-17,.lg-px-17,.lg-p-17{padding-right:var(--spacing17)}.lg-pr-18,.lg-px-18,.lg-p-18{padding-right:var(--spacing18)}.lg-pr-19,.lg-px-19,.lg-p-19{padding-right:var(--spacing19)}.lg-pr-20,.lg-px-20,.lg-p-20{padding-right:var(--spacing20)}.lg-pr-21,.lg-px-21,.lg-p-21{padding-right:var(--spacing21)}.lg-pr-22,.lg-px-22,.lg-p-22{padding-right:var(--spacing22)}.lg-pr-23,.lg-px-23,.lg-p-23{padding-right:var(--spacing23)}.lg-pr-24,.lg-px-24,.lg-p-24{padding-right:var(--spacing24)}.lg-pr-25,.lg-px-25,.lg-p-25{padding-right:var(--spacing25)}
			.lg-pb-0,.lg-py-0,.lg-p-0{padding-bottom:0}.lg-pb-px,.lg-py-px,.lg-p-px{padding-bottom:1px}.lg-pb-px,.lg-py-px,.lg-p-px{padding-bottom:1px}.lg-pb-1,.lg-py-1,.lg-p-1{padding-bottom:var(--spacing1)}.lg-pb-2,.lg-py-2,.lg-p-2{padding-bottom:var(--spacing2)}.lg-pb-3,.lg-py-3,.lg-p-3{padding-bottom:var(--spacing3)}.lg-pb-4,.lg-py-4,.lg-p-4{padding-bottom:var(--spacing4)}.lg-pb-5,.lg-py-5,.lg-p-5{padding-bottom:var(--spacing5)}.lg-pb-6,.lg-py-6,.lg-p-6{padding-bottom:var(--spacing6)}.lg-pb-7,.lg-py-7,.lg-p-7{padding-bottom:var(--spacing7)}.lg-pb-8,.lg-py-8,.lg-p-8{padding-bottom:var(--spacing8)}.lg-pb-9,.lg-py-9,.lg-p-9{padding-bottom:var(--spacing9)}.lg-pb-10,.lg-py-10,.lg-p-10{padding-bottom:var(--spacing10)}.lg-pb-11,.lg-py-11,.lg-p-11{padding-bottom:var(--spacing11)}.lg-pb-12,.lg-py-12,.lg-p-12{padding-bottom:var(--spacing12)}.lg-pb-13,.lg-py-13,.lg-p-13{padding-bottom:var(--spacing13)}.lg-pb-14,.lg-py-14,.lg-p-14{padding-bottom:var(--spacing14)}.lg-pb-15,.lg-py-15,.lg-p-15{padding-bottom:var(--spacing15)}.lg-pb-16,.lg-py-16,.lg-p-16{padding-bottom:var(--spacing16)}.lg-pb-17,.lg-py-17,.lg-p-17{padding-bottom:var(--spacing17)}.lg-pb-18,.lg-py-18,.lg-p-18{padding-bottom:var(--spacing18)}.lg-pb-19,.lg-py-19,.lg-p-19{padding-bottom:var(--spacing19)}.lg-pb-20,.lg-py-20,.lg-p-20{padding-bottom:var(--spacing20)}.lg-pb-21,.lg-py-21,.lg-p-21{padding-bottom:var(--spacing21)}.lg-pb-22,.lg-py-22,.lg-p-22{padding-bottom:var(--spacing22)}.lg-pb-23,.lg-py-23,.lg-p-23{padding-bottom:var(--spacing23)}.lg-pb-24,.lg-py-24,.lg-p-24{padding-bottom:var(--spacing24)}.lg-pb-25,.lg-py-25,.lg-p-25{padding-bottom:var(--spacing25)}
			.lg-pl-0,.lg-px-0,.lg-p-0{padding-left:0}.lg-pl-px,.lg-px-px,.lg-p-px{padding-left:1px}.lg-pl-px,.lg-px-px,.lg-p-px{padding-left:1px}.lg-pl-1,.lg-px-1,.lg-p-1{padding-left:var(--spacing1)}.lg-pl-2,.lg-px-2,.lg-p-2{padding-left:var(--spacing2)}.lg-pl-3,.lg-px-3,.lg-p-3{padding-left:var(--spacing3)}.lg-pl-4,.lg-px-4,.lg-p-4{padding-left:var(--spacing4)}.lg-pl-5,.lg-px-5,.lg-p-5{padding-left:var(--spacing5)}.lg-pl-6,.lg-px-6,.lg-p-6{padding-left:var(--spacing6)}.lg-pl-7,.lg-px-7,.lg-p-7{padding-left:var(--spacing7)}.lg-pl-8,.lg-px-8,.lg-p-8{padding-left:var(--spacing8)}.lg-pl-9,.lg-px-9,.lg-p-9{padding-left:var(--spacing9)}.lg-pl-10,.lg-px-10,.lg-p-10{padding-left:var(--spacing10)}.lg-pl-11,.lg-px-11,.lg-p-11{padding-left:var(--spacing11)}.lg-pl-12,.lg-px-12,.lg-p-12{padding-left:var(--spacing12)}.lg-pl-13,.lg-px-13,.lg-p-13{padding-left:var(--spacing13)}.lg-pl-14,.lg-px-14,.lg-p-14{padding-left:var(--spacing14)}.lg-pl-15,.lg-px-15,.lg-p-15{padding-left:var(--spacing15)}.lg-pl-16,.lg-px-16,.lg-p-16{padding-left:var(--spacing16)}.lg-pl-17,.lg-px-17,.lg-p-17{padding-left:var(--spacing17)}.lg-pl-18,.lg-px-18,.lg-p-18{padding-left:var(--spacing18)}.lg-pl-19,.lg-px-19,.lg-p-19{padding-left:var(--spacing19)}.lg-pl-20,.lg-px-20,.lg-p-20{padding-left:var(--spacing20)}.lg-pl-21,.lg-px-21,.lg-p-21{padding-left:var(--spacing21)}.lg-pl-22,.lg-px-22,.lg-p-22{padding-left:var(--spacing22)}.lg-pl-23,.lg-px-23,.lg-p-23{padding-left:var(--spacing23)}.lg-pl-24,.lg-px-24,.lg-p-24{padding-left:var(--spacing24)}.lg-pl-25,.lg-px-25,.lg-p-25{padding-left:var(--spacing25)}
			/* Left, Top, Right, Bottom */
			.lg-top-auto{top:auto}.lg-right-auto{right:auto}.lg-bottom-auto{bottom:auto}.lg-left-auto{left:auto}
			.lg-top-0{top:0}.lg-top-px{top:1px}.lg-top-1{top:var(--spacing1)}.lg-top-2{top:var(--spacing2)}.lg-top-3{top:var(--spacing3)}.lg-top-4{top:var(--spacing4)}.lg-top-5{top:var(--spacing5)}.lg-top-6{top:var(--spacing6)}.lg-top-7{top:var(--spacing7)}.lg-top-8{top:var(--spacing8)}.lg-top-9{top:var(--spacing9)}.lg-top-10{top:var(--spacing10)}.lg-top-11{top:var(--spacing11)}.lg-top-12{top:var(--spacing12)}.lg-top-13{top:var(--spacing13)}.lg-top-14{top:var(--spacing14)}.lg-top-15{top:var(--spacing15)}.lg-top-16{top:var(--spacing16)}.lg-top-17{top:var(--spacing17)}.lg-top-18{top:var(--spacing18)}.lg-top-19{top:var(--spacing19)}.lg-top-20{top:var(--spacing20)}.lg-top-21{top:var(--spacing21)}.lg-top-22{top:var(--spacing22)}.lg-top-23{top:var(--spacing23)}.lg-top-24{top:var(--spacing24)}.lg-top-25{top:var(--spacing25)}
			.lg-right-0{right:0}.lg-right-px{right:1px}.lg-right-1{right:var(--spacing1)}.lg-right-2{right:var(--spacing2)}.lg-right-3{right:var(--spacing3)}.lg-right-4{right:var(--spacing4)}.lg-right-5{right:var(--spacing5)}.lg-right-6{right:var(--spacing6)}.lg-right-7{right:var(--spacing7)}.lg-right-8{right:var(--spacing8)}.lg-right-9{right:var(--spacing9)}.lg-right-10{right:var(--spacing10)}.lg-right-11{right:var(--spacing11)}.lg-right-12{right:var(--spacing12)}.lg-right-13{right:var(--spacing13)}.lg-right-14{right:var(--spacing14)}.lg-right-15{right:var(--spacing15)}.lg-right-16{right:var(--spacing16)}.lg-right-17{right:var(--spacing17)}.lg-right-18{right:var(--spacing18)}.lg-right-19{right:var(--spacing19)}.lg-right-20{right:var(--spacing20)}.lg-right-21{right:var(--spacing21)}.lg-right-22{right:var(--spacing22)}.lg-right-23{right:var(--spacing23)}.lg-right-24{right:var(--spacing24)}.lg-right-25{right:var(--spacing25)}
			.lg-bottom-0{bottom:0}.lg-bottom-px{bottom:1px}.lg-bottom-1{bottom:var(--spacing1)}.lg-bottom-2{bottom:var(--spacing2)}.lg-bottom-3{bottom:var(--spacing3)}.lg-bottom-4{bottom:var(--spacing4)}.lg-bottom-5{bottom:var(--spacing5)}.lg-bottom-6{bottom:var(--spacing6)}.lg-bottom-7{bottom:var(--spacing7)}.lg-bottom-8{bottom:var(--spacing8)}.lg-bottom-9{bottom:var(--spacing9)}.lg-bottom-10{bottom:var(--spacing10)}.lg-bottom-11{bottom:var(--spacing11)}.lg-bottom-12{bottom:var(--spacing12)}.lg-bottom-13{bottom:var(--spacing13)}.lg-bottom-14{bottom:var(--spacing14)}.lg-bottom-15{bottom:var(--spacing15)}.lg-bottom-16{bottom:var(--spacing16)}.lg-bottom-17{bottom:var(--spacing17)}.lg-bottom-18{bottom:var(--spacing18)}.lg-bottom-19{bottom:var(--spacing19)}.lg-bottom-20{bottom:var(--spacing20)}.lg-bottom-21{bottom:var(--spacing21)}.lg-bottom-22{bottom:var(--spacing22)}.lg-bottom-23{bottom:var(--spacing23)}.lg-bottom-24{bottom:var(--spacing24)}.lg-bottom-25{bottom:var(--spacing25)}
			.lg-left-0{left:0}.lg-left-px{left:1px}.lg-left-1{left:var(--spacing1)}.lg-left-2{left:var(--spacing2)}.lg-left-3{left:var(--spacing3)}.lg-left-4{left:var(--spacing4)}.lg-left-5{left:var(--spacing5)}.lg-left-6{left:var(--spacing6)}.lg-left-7{left:var(--spacing7)}.lg-left-8{left:var(--spacing8)}.lg-left-9{left:var(--spacing9)}.lg-left-10{left:var(--spacing10)}.lg-left-11{left:var(--spacing11)}.lg-left-12{left:var(--spacing12)}.lg-left-13{left:var(--spacing13)}.lg-left-14{left:var(--spacing14)}.lg-left-15{left:var(--spacing15)}.lg-left-16{left:var(--spacing16)}.lg-left-17{left:var(--spacing17)}.lg-left-18{left:var(--spacing18)}.lg-left-19{left:var(--spacing19)}.lg-left-20{left:var(--spacing20)}.lg-left-21{left:var(--spacing21)}.lg-left-22{left:var(--spacing22)}.lg-left-23{left:var(--spacing23)}.lg-left-24{left:var(--spacing24)}.lg-left-25{left:var(--spacing25)}
			/* Gaps -- From .lg-gap-0 (0px) to .lg-gap-25 (12rem) */
			.lg-gap-0,.lg-gap-x-0{column-gap:0}.lg-gap-0,.lg-gap-y-0{row-gap:0}.lg-gap-1,.lg-gap-x-1{column-gap:1px}.lg-gap-1,.lg-gap-y-1{row-gap:1px}.lg-gap-2,.lg-gap-x-2{column-gap:0.25rem}.lg-gap-2,.lg-gap-y-2{row-gap:0.25rem}.lg-gap-3,.lg-gap-x-3{column-gap:0.375rem}.lg-gap-3,.lg-gap-y-3{row-gap:0.375rem}.lg-gap-4,.lg-gap-x-4{column-gap:0.5rem}.lg-gap-4,.lg-gap-y-4{row-gap:0.5rem}.lg-gap-5,.lg-gap-x-5{column-gap:0.625rem}.lg-gap-5,.lg-gap-y-5{row-gap:0.625rem}.lg-gap-6,.lg-gap-x-6{column-gap:0.75rem}.lg-gap-6,.lg-gap-y-6{row-gap:0.75rem}.lg-gap-7,.lg-gap-x-7{column-gap:0.875rem}.lg-gap-7,.lg-gap-y-7{row-gap:0.875rem}.lg-gap-8,.lg-gap-x-8{column-gap:1rem}.lg-gap-8,.lg-gap-y-8{row-gap:1rem}.lg-gap-9,.lg-gap-x-9{column-gap:1.25rem}.lg-gap-9,.lg-gap-y-9{row-gap:1.25rem}.lg-gap-10,.lg-gap-x-10{column-gap:1.5rem}.lg-gap-10,.lg-gap-y-10{row-gap:1.5rem}.lg-gap-11,.lg-gap-x-11{column-gap:1.75rem}.lg-gap-11,.lg-gap-y-11{row-gap:1.75rem}.lg-gap-12,.lg-gap-x-12{column-gap:2rem}.lg-gap-12,.lg-gap-y-12{row-gap:2rem}.lg-gap-13,.lg-gap-x-13{column-gap:2.5rem}.lg-gap-13,.lg-gap-y-13{row-gap:2.5rem}.lg-gap-14,.lg-gap-x-14{column-gap:3rem}.lg-gap-14,.lg-gap-y-14{row-gap:3rem}.lg-gap-15,.lg-gap-x-15{column-gap:3.5rem}.lg-gap-15,.lg-gap-y-15{row-gap:3.5rem}.lg-gap-16,.lg-gap-x-16{column-gap:4rem}.lg-gap-16,.lg-gap-y-16{row-gap:4rem}.lg-gap-17,.lg-gap-x-17{column-gap:4.5rem}.lg-gap-17,.lg-gap-y-17{row-gap:4.5rem}.lg-gap-18,.lg-gap-x-18{column-gap:5rem}.lg-gap-18,.lg-gap-y-18{row-gap:5rem}.lg-gap-19,.lg-gap-x-19{column-gap:5.5rem}.lg-gap-19,.lg-gap-y-19{row-gap:5.5rem}.lg-gap-20,.lg-gap-x-20{column-gap:6rem}.lg-gap-20,.lg-gap-y-20{row-gap:6rem}.lg-gap-21,.lg-gap-x-21{column-gap:7rem}.lg-gap-21,.lg-gap-y-21{row-gap:7rem}.lg-gap-22,.lg-gap-x-22{column-gap:8rem}.lg-gap-22,.lg-gap-y-22{row-gap:8rem}.lg-gap-23,.lg-gap-x-23{column-gap:9rem}.lg-gap-23,.lg-gap-y-23{row-gap:9rem}.lg-gap-24,.lg-gap-x-24{column-gap:10rem}.lg-gap-24,.lg-gap-y-24{row-gap:10rem}.lg-gap-25,.lg-gap-x-25{column-gap:12rem}.lg-gap-25,.lg-gap-y-25{row-gap:12rem}
			/* Translate Y */
			.lg-translate-y-0{transform:translateY(0)}.lg-translate-y-1{transform:translateY(var(--spacing1))}.lg-translate-y-2{transform:translateY(var(--spacing2))}.lg-translate-y-3{transform:translateY(var(--spacing3))}.lg-translate-y-4{transform:translateY(var(--spacing4))}.lg-translate-y-5{transform:translateY(var(--spacing5))}.lg-translate-y-6{transform:translateY(var(--spacing6))}.lg-translate-y-7{transform:translateY(var(--spacing7))}.lg-translate-y-8{transform:translateY(var(--spacing8))}.lg-translate-y-9{transform:translateY(var(--spacing9))}.lg-translate-y-10{transform:translateY(var(--spacing10))}.lg-translate-y-11{transform:translateY(var(--spacing11))}.lg-translate-y-12{transform:translateY(var(--spacing12))}.lg-translate-y-13{transform:translateY(var(--spacing13))}.lg-translate-y-14{transform:translateY(var(--spacing14))}.lg-translate-y-15{transform:translateY(var(--spacing15))}.lg-translate-y-16{transform:translateY(var(--spacing16))}.lg-translate-y-17{transform:translateY(var(--spacing17))}.lg-translate-y-18{transform:translateY(var(--spacing18))}.lg-translate-y-19{transform:translateY(var(--spacing19))}.lg-translate-y-20{transform:translateY(var(--spacing20))}.lg-translate-y-21{transform:translateY(var(--spacing21))}.lg-translate-y-22{transform:translateY(var(--spacing22))}.lg-translate-y-23{transform:translateY(var(--spacing23))}.lg-translate-y-24{transform:translateY(var(--spacing24))}.lg-translate-y-25{transform:translateY(var(--spacing25))}
			.lg-translate-y-perc-25{transform:translateY(25%)}.lg-translate-y-perc-50{transform:translateY(50%)}.lg-translate-y-perc-75{transform:translateY(75%)}.lg-translate-y-perc-100,.lg-translate-y-perc-full{transform:translateY(100%)}
			.-lg-translate-y-perc-25{transform:translateY(-25%)}.-lg-translate-y-perc-50{transform:translateY(-50%)}.-lg-translate-y-perc-75{transform:translateY(-75%)}.-lg-translate-y-perc-100,.-lg-translate-y-perc-full{transform:translateY(-100%)}
			/* Translate X */
			.lg-translate-x-0{transform:translateX(0)}.lg-translate-x-1{transform:translateX(var(--spacing1))}.lg-translate-x-2{transform:translateX(var(--spacing2))}.lg-translate-x-3{transform:translateX(var(--spacing3))}.lg-translate-x-4{transform:translateX(var(--spacing4))}.lg-translate-x-5{transform:translateX(var(--spacing5))}.lg-translate-x-6{transform:translateX(var(--spacing6))}.lg-translate-x-7{transform:translateX(var(--spacing7))}.lg-translate-x-8{transform:translateX(var(--spacing8))}.lg-translate-x-9{transform:translateX(var(--spacing9))}.lg-translate-x-10{transform:translateX(var(--spacing10))}.lg-translate-x-11{transform:translateX(var(--spacing11))}.lg-translate-x-12{transform:translateX(var(--spacing12))}.lg-translate-x-13{transform:translateX(var(--spacing13))}.lg-translate-x-14{transform:translateX(var(--spacing14))}.lg-translate-x-15{transform:translateX(var(--spacing15))}.lg-translate-x-16{transform:translateX(var(--spacing16))}.lg-translate-x-17{transform:translateX(var(--spacing17))}.lg-translate-x-18{transform:translateX(var(--spacing18))}.lg-translate-x-19{transform:translateX(var(--spacing19))}.lg-translate-x-20{transform:translateX(var(--spacing20))}.lg-translate-x-21{transform:translateX(var(--spacing21))}.lg-translate-x-22{transform:translateX(var(--spacing22))}.lg-translate-x-23{transform:translateX(var(--spacing23))}.lg-translate-x-24{transform:translateX(var(--spacing24))}.lg-translate-x-25{transform:translateX(var(--spacing25))}
			.lg-translate-x-perc-25{transform:translateX(25%)}.lg-translate-x-perc-50{transform:translateX(50%)}.lg-translate-x-perc-75{transform:translateX(75%)}.lg-translate-x-perc-100,.lg-translate-x-perc-full{transform:translateX(100%)}
			.-lg-translate-x-perc-25{transform:translateX(-25%)}.-lg-translate-x-perc-50{transform:translateX(-50%)}.-lg-translate-x-perc-75{transform:translateX(-75%)}.-lg-translate-x-perc-100,.-lg-translate-x-perc-full{transform:translateX(-100%)}
			/* Font sizes */
			.lg-text-xxs{font-size:var(--text-xxs)}.lg-text-xs{font-size:var(--text-xs)}.lg-text-sm{font-size:var(--text-sm)}.lg-text-base{font-size:var(--text-base)}.lg-text-md{font-size:var(--text-md)}.lg-text-lg{font-size:var(--text-lg)}.lg-text-xl{font-size:var(--text-xl)}.lg-text-2xl{font-size:var(--text-2xl)}.lg-text-3xl{font-size:var(--text-3xl)}.lg-text-4xl{font-size:var(--text-4xl)}.lg-text-5xl{font-size:var(--text-5xl)}.lg-text-6xl{font-size:var(--text-6xl)}.lg-text-7xl{font-size:var(--text-7xl)}.lg-text-8xl{font-size:var(--text-8xl)}.lg-text-9xl{font-size:var(--text-9xl)}.lg-text-10xl{font-size:var(--text-10xl)}.lg-text-11xl{font-size:var(--text-11xl)}.lg-text-12xl{font-size:var(--text-12xl)}.lg-text-13xl{font-size:var(--text-13xl)}.lg-text-14xl{font-size:var(--text-14xl)}.lg-text-15xl{font-size:var(--text-15xl)}
			/* Letter Spacing */
			.lg-ls-xxs,.lg-hover-ls-xxs:hover,.group:hover .lg-group-hover-ls-xxs,.lg-active-ls-xxs.active{letter-spacing:-0.08rem}.lg-ls-xs,.lg-hover-ls-xs:hover,.group:hover .lg-group-hover-ls-xs,.lg-active-ls-xs.active{letter-spacing:-0.04rem}.lg-ls-sm,.lg-hover-ls-sm:hover,.group:hover .lg-group-hover-ls-sm,.lg-active-ls-sm.active{letter-spacing:-0.02rem}.lg-ls-base,.lg-hover-ls-base:hover,.group:hover .lg-group-hover-ls-base,.lg-active-ls-base.active{letter-spacing:0rem}.lg-ls-md,.lg-hover-ls-md:hover,.group:hover .lg-group-hover-ls-md,.lg-active-ls-md.active{letter-spacing:0.02rem}.lg-ls-lg,.lg-hover-ls-lg:hover,.group:hover .lg-group-hover-ls-lg,.lg-active-ls-lg.active{letter-spacing:0.04rem}.lg-ls-xl,.lg-hover-ls-xl:hover,.group:hover .lg-group-hover-ls-xl,.lg-active-ls-xl.active{letter-spacing:0.075rem}.lg-ls-2xl,.lg-hover-ls-2xl:hover,.group:hover .lg-group-hover-ls-2xl,.lg-active-ls-2xl.active{letter-spacing:0.1rem}.lg-ls-3xl,.lg-hover-ls-3xl:hover,.group:hover .lg-group-hover-ls-3xl,.lg-active-ls-3xl.active{letter-spacing:0.3rem}.lg-ls-4xl,.lg-hover-ls-4xl:hover,.group:hover .lg-group-hover-ls-4xl,.lg-active-ls-4xl.active{letter-spacing:0.6rem}.lg-ls-5xl,.lg-hover-ls-5xl:hover,.group:hover .lg-group-hover-ls-5xl,.lg-active-ls-5xl.active{letter-spacing:1rem}.lg-ls-6xl,.lg-hover-ls-6xl:hover,.group:hover .lg-group-hover-ls-6xl,.lg-active-ls-6xl.active{letter-spacing:1.3rem}.lg-ls-7xl,.lg-hover-ls-7xl:hover,.group:hover .lg-group-hover-ls-7xl,.lg-active-ls-7xl.active{letter-spacing:1.6rem}.lg-ls-8xl,.lg-hover-ls-8xl:hover,.group:hover .lg-group-hover-ls-8xl,.lg-active-ls-8xl.active{letter-spacing:2rem}.lg-ls-9xl,.lg-hover-ls-9xl:hover,.group:hover .lg-group-hover-ls-9xl,.lg-active-ls-9xl.active{letter-spacing:2.5rem}.lg-ls-10xl,.lg-hover-ls-10xl:hover,.group:hover .lg-group-hover-ls-10xl,.lg-active-ls-10xl.active{letter-spacing:4rem}
			/* Line Height */
			.lg-lh-normal{line-height:normal}.lg-lh-inherit{line-height:inherit}.lg-lh-base{line-height:var(--body-line-height)}.lg-lh-perc-80{line-height:80%}.lg-lh-perc-90{line-height:90%}.lg-lh-perc-100{line-height:100%}.lg-lh-perc-110{line-height:110%}.lg-lh-perc-120{line-height:120%}.lg-lh-perc-130{line-height:130%}.lg-lh-perc-140{line-height:140%}.lg-lh-perc-150{line-height:150%}.lg-lh-perc-160{line-height:160%}.lg-lh-perc-170{line-height:170%}.lg-lh-perc-180{line-height:180%}.lg-lh-perc-190{line-height:190%}.lg-lh-perc-200{line-height:200%}
			.lg-lh-xxs{line-height:var(--lh-xxs);}.lg-lh-xs{line-height:var(--lh-xs)}.lg-lh-sm{line-height:var(--lh-sm)}.lg-lh-md{line-height:var(--lh-md)}.lg-lh-lg{line-height:var(--lh-lg)}.lg-lh-xl{line-height:var(--lh-xl)}.lg-lh-2xl{line-height:var(--lh-2xl)}.lg-lh-3xl{line-height:var(--lh-3xl)}.lg-lh-4xl{line-height:var(--lh-4xl)}.lg-lh-5xl{line-height:var(--lh-5xl)}.lg-lh-6xl{line-height:var(--lh-6xl)}.lg-lh-7xl{line-height:var(--lh-7xl)}.lg-lh-8xl{line-height:var(--lh-8xl)}.lg-lh-9xl{line-height:var(--lh-9xl)}.lg-lh-10xl{line-height:var(--lh-10xl)}.lg-lh-11xl{line-height:var(--lh-11xl)}.lg-lh-12xl{line-height:var(--lh-12xl)}.lg-lh-13xl{line-height:var(--lh-13xl)}.lg-lh-14xl{line-height:var(--lh-14xl)}.lg-lh-15xl{line-height:var(--lh-15xl)}
			/* White Space */
			.lg-ws-nowrap{white-space:nowrap}.lg-ws-normal{white-space:normal}
			/* Width */
			.lg-w-perc-0,.lg-w-0{width:0}.lg-w-perc-100,.lg-w-full{width:100%}.lg-w-screen,.lg-w-screen-100,.lg-fullscreen{width:100vw}.lg-w-auto{width:auto}.lg-w-fit{width:fit-content}
			.lg-w-perc-5{width:5%}.lg-w-perc-10{width:10%}.lg-w-perc-15{width:15%}.lg-w-perc-20{width:20%}.lg-w-perc-25{width:25%}.lg-w-perc-30{width:30%}.lg-w-perc-35{width:35%}.lg-w-perc-40{width:40%}.lg-w-perc-45{width:45%}.lg-w-perc-50{width:50%}.lg-w-perc-55{width:55%}.lg-w-perc-60{width:60%}.lg-w-perc-65{width:65%}.lg-w-perc-70{width:70%}.lg-w-perc-75{width:75%}.lg-w-perc-80{width:80%}.lg-w-perc-80{width:80%}.lg-w-perc-85{width:85%}.lg-w-perc-90{width:90%}.lg-w-perc-95{width:95%}
			.lg-w-1,.lg-w-px{width:1px}.lg-w-2{width:0.125rem}.lg-w-3{width:0.25rem}.lg-w-4{width:0.375rem}.lg-w-5{width:0.5rem}.lg-w-6{width:0.625rem}.lg-w-7{width:0.75rem}.lg-w-8{width:0.875rem}.lg-w-9{width:1rem}.lg-w-10{width:1.25rem}.lg-w-11{width:1.5rem}.lg-w-12{width:1.75rem}.lg-w-13{width:2rem}.lg-w-14{width:2.25rem}.lg-w-15{width:2.5rem}.lg-w-16{width:2.75rem}.lg-w-17{width:3rem}.lg-w-18{width:3.5rem}.lg-w-19{width:4rem}.lg-w-20{width:5rem}.lg-w-21{width:6rem}.lg-w-22{width:7rem}.lg-w-23{width:8rem}.lg-w-24{width:9rem}.lg-w-25{width:10rem}.lg-w-26{width:11rem}.lg-w-27{width:12rem}.lg-w-28{width:13rem}.lg-w-29{width:14rem}.lg-w-30{width:15rem}.lg-w-31{width:16rem}.lg-w-32{width:17rem}.lg-w-33{width:18rem}.lg-w-34{width:19rem}.lg-w-35{width:20rem}.lg-w-36{width:22rem}.lg-w-37{width:24rem}.lg-w-38{width:26rem}.lg-w-39{width:28rem}.lg-w-40{width:30rem}.lg-w-41{width:32rem}.lg-w-42{width:35rem}.lg-w-43{width:40rem}.lg-w-44{width:44rem}.lg-w-45{width:48rem}.lg-w-46{width:52rem}.lg-w-47{width:55rem}.lg-w-48{width:58rem}.lg-w-49{width:60rem}.lg-w-50{width:62rem}
			.lg-w-screen-5{width:5vw}.lg-w-screen-10{width:10vw}.lg-w-screen-15{width:15vw}.lg-w-screen-20{width:20vw}.lg-w-screen-25{width:25vw}.lg-w-screen-30{width:30vw}.lg-w-screen-35{width:35vw}.lg-w-screen-40{width:40vw}.lg-w-screen-45{width:45vw}.lg-w-screen-50{width:50vw}.lg-w-screen-55{width:55vw}.lg-w-screen-60{width:60vw}.lg-w-screen-65{width:65vw}.lg-w-screen-70{width:70vw}.lg-w-screen-75{width:75vw}.lg-w-screen-80{width:80vw}.lg-w-screen-85{width:85vw}.lg-w-screen-90{width:90vw}.lg-w-screen-95{width:95vw}
			/* Height */
			.lg-h-perc-0,.lg-h-0{height:0}.lg-h-perc-100,.lg-h-full{height:100%}.lg-h-screen,.lg-fullscreen,.lg-h-screen-100{height:100vh}.lg-h-auto{height:auto}
			.lg-h-perc-5{height:5%}.lg-h-perc-10{height:10%}.lg-h-perc-15{height:15%}.lg-h-perc-20{height:20%}.lg-h-perc-25{height:25%}.lg-h-perc-30{height:30%}.lg-h-perc-35{height:35%}.lg-h-perc-40{height:40%}.lg-h-perc-45{height:45%}.lg-h-perc-50{height:50%}.lg-h-perc-55{height:55%}.lg-h-perc-60{height:60%}.lg-h-perc-65{height:65%}.lg-h-perc-70{height:70%}.lg-h-perc-75{height:75%}.lg-h-perc-80{height:80%}.lg-h-perc-80{height:80%}.lg-h-perc-85{height:85%}.lg-h-perc-90{height:90%}.lg-h-perc-95{height:95%}
			.lg-h-1,.lg-h-px{height:1px}.lg-h-2{height:0.125rem}.lg-h-3{height:0.25rem}.lg-h-4{height:0.375rem}.lg-h-5{height:0.5rem}.lg-h-6{height:0.625rem}.lg-h-7{height:0.75rem}.lg-h-8{height:0.875rem}.lg-h-9{height:1rem}.lg-h-10{height:1.25rem}.lg-h-11{height:1.5rem}.lg-h-12{height:1.75rem}.lg-h-13{height:2rem}.lg-h-14{height:2.25rem}.lg-h-15{height:2.5rem}.lg-h-16{height:2.75rem}.lg-h-17{height:3rem}.lg-h-18{height:3.5rem}.lg-h-19{height:4rem}.lg-h-20{height:5rem}.lg-h-21{height:6rem}.lg-h-22{height:7rem}.lg-h-23{height:8rem}.lg-h-24{height:9rem}.lg-h-25{height:10rem}.lg-h-26{height:11rem}.lg-h-27{height:12rem}.lg-h-28{height:13rem}.lg-h-29{height:14rem}.lg-h-30{height:15rem}.lg-h-31{height:16rem}.lg-h-32{height:17rem}.lg-h-33{height:18rem}.lg-h-34{height:19rem}.lg-h-35{height:20rem}.lg-h-36{height:22rem}.lg-h-37{height:24rem}.lg-h-38{height:26rem}.lg-h-39{height:28rem}.lg-h-40{height:30rem}.lg-h-41{height:32rem}.lg-h-42{height:35rem}.lg-h-43{height:40rem}.lg-h-44{height:44rem}.lg-h-45{height:48rem}.lg-h-46{height:52rem}.lg-h-47{height:55rem}.lg-h-48{height:58rem}.lg-h-49{height:60rem}.lg-h-50{height:62rem}
			.lg-h-screen-5{height:5vh}.lg-h-screen-10{height:10vh}.lg-h-screen-15{height:15vh}.lg-h-screen-20{height:20vh}.lg-h-screen-25{height:25vh}.lg-h-screen-30{height:30vh}.lg-h-screen-35{height:35vh}.lg-h-screen-40{height:40vh}.lg-h-screen-45{height:45vh}.lg-h-screen-50{height:50vh}.lg-h-screen-55{height:55vh}.lg-h-screen-60{height:60vh}.lg-h-screen-65{height:65vh}.lg-h-screen-70{height:70vh}.lg-h-screen-75{height:75vh}.lg-h-screen-80{height:80vh}.lg-h-screen-85{height:85vh}.lg-h-screen-90{height:90vh}.lg-h-screen-95{height:95vh}
			/* Max Width */
			.lg-mxw-screen,.lg-mxw-screen-100{max-width:100vw}.lg-mxw-0,.lg-mxw-perc-0{max-width:0}.lg-mxw-full,.lg-mxw-perc-100{max-width:100%}.lg-mxw-none{max-width:none}
			.lg-mxw-perc-5{max-width:5%}.lg-mxw-perc-10{max-width:10%}.lg-mxw-perc-15{max-width:15%}.lg-mxw-perc-20{max-width:20%}.lg-mxw-perc-25{max-width:25%}.lg-mxw-perc-30{max-width:30%}.lg-mxw-perc-35{max-width:35%}.lg-mxw-perc-40{max-width:40%}.lg-mxw-perc-45{max-width:45%}.lg-mxw-perc-50{max-width:50%}.lg-mxw-perc-55{max-width:55%}.lg-mxw-perc-60{max-width:60%}.lg-mxw-perc-65{max-width:65%}.lg-mxw-perc-70{max-width:70%}.lg-mxw-perc-75{max-width:75%}.lg-mxw-perc-80{max-width:80%}.lg-mxw-perc-85{max-width:85%}.lg-mxw-perc-90{max-width:90%}.lg-mxw-perc-95{max-width:95%}
			.lg-mxw-1,.lg-mxw-px{max-width:1px}.lg-mxw-2{max-width:0.125rem}.lg-mxw-3{max-width:0.25rem}.lg-mxw-4{max-width:0.375rem}.lg-mxw-5{max-width:0.5rem}.lg-mxw-6{max-width:0.625rem}.lg-mxw-7{max-width:0.75rem}.lg-mxw-8{max-width:0.875rem}.lg-mxw-9{max-width:1rem}.lg-mxw-10{max-width:1.25rem}.lg-mxw-11{max-width:1.5rem}.lg-mxw-12{max-width:1.75rem}.lg-mxw-13{max-width:2rem}.lg-mxw-14{max-width:2.25rem}.lg-mxw-15{max-width:2.5rem}.lg-mxw-16{max-width:2.75rem}.lg-mxw-17{max-width:3rem}.lg-mxw-18{max-width:3.5rem}.lg-mxw-19{max-width:4rem}.lg-mxw-20{max-width:5rem}.lg-mxw-21{max-width:6rem}.lg-mxw-22{max-width:7rem}.lg-mxw-23{max-width:8rem}.lg-mxw-24{max-width:9rem}.lg-mxw-25{max-width:10rem}.lg-mxw-26{max-width:11rem}.lg-mxw-27{max-width:12rem}.lg-mxw-28{max-width:13rem}.lg-mxw-29{max-width:14rem}.lg-mxw-30{max-width:15rem}.lg-mxw-31{max-width:16rem}.lg-mxw-32{max-width:17rem}.lg-mxw-33{max-width:18rem}.lg-mxw-34{max-width:19rem}.lg-mxw-35{max-width:20rem}.lg-mxw-36{max-width:22rem}.lg-mxw-37{max-width:24rem}.lg-mxw-38{max-width:26rem}.lg-mxw-39{max-width:28rem}.lg-mxw-40{max-width:30rem}.lg-mxw-41{max-width:32rem}.lg-mxw-42{max-width:35rem}.lg-mxw-43{max-width:40rem}.lg-mxw-44{max-width:44rem}.lg-mxw-45{max-width:48rem}.lg-mxw-46{max-width:52rem}.lg-mxw-47{max-width:55rem}.lg-mxw-48{max-width:58rem}.lg-mxw-49{max-width:60rem}.lg-mxw-50{max-width:62rem}
			.lg-mxw-screen-5{max-width:5vw}.lg-mxw-screen-10{max-width:10vw}.lg-mxw-screen-15{max-width:15vw}.lg-mxw-screen-20{max-width:20vw}.lg-mxw-screen-25{max-width:25vw}.lg-mxw-screen-30{max-width:30vw}.lg-mxw-screen-35{max-width:35vw}.lg-mxw-screen-40{max-width:40vw}.lg-mxw-screen-45{max-width:45vw}.lg-mxw-screen-50{max-width:50vw}.lg-mxw-screen-55{max-width:55vw}.lg-mxw-screen-60{max-width:60vw}.lg-mxw-screen-65{max-width:65vw}.lg-mxw-screen-70{max-width:70vw}.lg-mxw-screen-75{max-width:75vw}.lg-mxw-screen-80{max-width:80vw}.lg-mxw-screen-85{max-width:85vw}.lg-mxw-screen-90{max-width:90vw}.lg-mxw-screen-95{max-width:95vw}
			/* Min Width */
			.lg-mnw-screen,.lg-mnw-screen-100{max-height:100vw}.lg-mnw-0,.lg-mnw-perc-0{min-width:0}.lg-mnw-full,.lg-mnw-perc-100{min-width:100%}.lg-mnw-none,.lg-mnw-auto{min-width:auto}
			.lg-mnw-perc-5{min-width:5%}.lg-mnw-perc-10{min-width:10%}.lg-mnw-perc-15{min-width:15%}.lg-mnw-perc-20{min-width:20%}.lg-mnw-perc-25{min-width:25%}.lg-mnw-perc-30{min-width:30%}.lg-mnw-perc-35{min-width:35%}.lg-mnw-perc-40{min-width:40%}.lg-mnw-perc-45{min-width:45%}.lg-mnw-perc-50{min-width:50%}.lg-mnw-perc-55{min-width:55%}.lg-mnw-perc-60{min-width:60%}.lg-mnw-perc-65{min-width:65%}.lg-mnw-perc-70{min-width:70%}.lg-mnw-perc-75{min-width:75%}.lg-mnw-perc-80{min-width:80%}.lg-mnw-perc-85{min-width:85%}.lg-mnw-perc-90{min-width:90%}.lg-mnw-perc-95{min-width:95%}
			.lg-mnw-1,.lg-mnw-px{min-width:1px}.lg-mnw-2{min-width:0.125rem}.lg-mnw-3{min-width:0.25rem}.lg-mnw-4{min-width:0.375rem}.lg-mnw-5{min-width:0.5rem}.lg-mnw-6{min-width:0.625rem}.lg-mnw-7{min-width:0.75rem}.lg-mnw-8{min-width:0.875rem}.lg-mnw-9{min-width:1rem}.lg-mnw-10{min-width:1.25rem}.lg-mnw-11{min-width:1.5rem}.lg-mnw-12{min-width:1.75rem}.lg-mnw-13{min-width:2rem}.lg-mnw-14{min-width:2.25rem}.lg-mnw-15{min-width:2.5rem}.lg-mnw-16{min-width:2.75rem}.lg-mnw-17{min-width:3rem}.lg-mnw-18{min-width:3.5rem}.lg-mnw-19{min-width:4rem}.lg-mnw-20{min-width:5rem}.lg-mnw-21{min-width:6rem}.lg-mnw-22{min-width:7rem}.lg-mnw-23{min-width:8rem}.lg-mnw-24{min-width:9rem}.lg-mnw-25{min-width:10rem}.lg-mnw-26{min-width:11rem}.lg-mnw-27{min-width:12rem}.lg-mnw-28{min-width:13rem}.lg-mnw-29{min-width:14rem}.lg-mnw-30{min-width:15rem}.lg-mnw-31{min-width:16rem}.lg-mnw-32{min-width:17rem}.lg-mnw-33{min-width:18rem}.lg-mnw-34{min-width:19rem}.lg-mnw-35{min-width:20rem}.lg-mnw-36{min-width:22rem}.lg-mnw-37{min-width:24rem}.lg-mnw-38{min-width:26rem}.lg-mnw-39{min-width:28rem}.lg-mnw-40{min-width:30rem}.lg-mnw-41{min-width:32rem}.lg-mnw-42{min-width:35rem}.lg-mnw-43{min-width:40rem}.lg-mnw-44{min-width:44rem}.lg-mnw-45{min-width:48rem}.lg-mnw-46{min-width:52rem}.lg-mnw-47{min-width:55rem}.lg-mnw-48{min-width:58rem}.lg-mnw-49{min-width:60rem}.lg-mnw-50{min-width:62rem}
			.lg-mnw-screen-5{min-width:5vw}.lg-mnw-screen-10{min-width:10vw}.lg-mnw-screen-15{min-width:15vw}.lg-mnw-screen-20{min-width:20vw}.lg-mnw-screen-25{min-width:25vw}.lg-mnw-screen-30{min-width:30vw}.lg-mnw-screen-35{min-width:35vw}.lg-mnw-screen-40{min-width:40vw}.lg-mnw-screen-45{min-width:45vw}.lg-mnw-screen-50{min-width:50vw}.lg-mnw-screen-55{min-width:55vw}.lg-mnw-screen-60{min-width:60vw}.lg-mnw-screen-65{min-width:65vw}.lg-mnw-screen-70{min-width:70vw}.lg-mnw-screen-75{min-width:75vw}.lg-mnw-screen-80{min-width:80vw}.lg-mnw-screen-85{min-width:85vw}.lg-mnw-screen-90{min-width:90vw}.lg-mnw-screen-95{min-width:95vw}
			/* Max Height */
			.lg-mxh-screen,.lg-mxh-screen-100{max-height:100vh}.lg-mxh-0,.lg-mxh-perc-0{max-height:0}.lg-mxh-full,.lg-mxh-perc-100{max-height:100%}.lg-mxh-none{max-height:none}
			.lg-mxh-perc-5{max-height:5%}.lg-mxh-perc-10{max-height:10%}.lg-mxh-perc-15{max-height:15%}.lg-mxh-perc-20{max-height:20%}.lg-mxh-perc-25{max-height:25%}.lg-mxh-perc-30{max-height:30%}.lg-mxh-perc-35{max-height:35%}.lg-mxh-perc-40{max-height:40%}.lg-mxh-perc-45{max-height:45%}.lg-mxh-perc-50{max-height:50%}.lg-mxh-perc-55{max-height:55%}.lg-mxh-perc-60{max-height:60%}.lg-mxh-perc-65{max-height:65%}.lg-mxh-perc-70{max-height:70%}.lg-mxh-perc-75{max-height:75%}.lg-mxh-perc-80{max-height:80%}.lg-mxh-perc-85{max-height:85%}.lg-mxh-perc-90{max-height:90%}.lg-mxh-perc-95{max-height:95%}
			.lg-mxh-1,.lg-mxh-px{max-height:1px}.lg-mxh-2{max-height:0.125rem}.lg-mxh-3{max-height:0.25rem}.lg-mxh-4{max-height:0.375rem}.lg-mxh-5{max-height:0.5rem}.lg-mxh-6{max-height:0.625rem}.lg-mxh-7{max-height:0.75rem}.lg-mxh-8{max-height:0.875rem}.lg-mxh-9{max-height:1rem}.lg-mxh-10{max-height:1.25rem}.lg-mxh-11{max-height:1.5rem}.lg-mxh-12{max-height:1.75rem}.lg-mxh-13{max-height:2rem}.lg-mxh-14{max-height:2.25rem}.lg-mxh-15{max-height:2.5rem}.lg-mxh-16{max-height:2.75rem}.lg-mxh-17{max-height:3rem}.lg-mxh-18{max-height:3.5rem}.lg-mxh-19{max-height:4rem}.lg-mxh-20{max-height:5rem}.lg-mxh-21{max-height:6rem}.lg-mxh-22{max-height:7rem}.lg-mxh-23{max-height:8rem}.lg-mxh-24{max-height:9rem}.lg-mxh-25{max-height:10rem}.lg-mxh-26{max-height:11rem}.lg-mxh-27{max-height:12rem}.lg-mxh-28{max-height:13rem}.lg-mxh-29{max-height:14rem}.lg-mxh-30{max-height:15rem}.lg-mxh-31{max-height:16rem}.lg-mxh-32{max-height:17rem}.lg-mxh-33{max-height:18rem}.lg-mxh-34{max-height:19rem}.lg-mxh-35{max-height:20rem}.lg-mxh-36{max-height:22rem}.lg-mxh-37{max-height:24rem}.lg-mxh-38{max-height:26rem}.lg-mxh-39{max-height:28rem}.lg-mxh-40{max-height:30rem}.lg-mxh-41{max-height:32rem}.lg-mxh-42{max-height:35rem}.lg-mxh-43{max-height:40rem}.lg-mxh-44{max-height:44rem}.lg-mxh-45{max-height:48rem}.lg-mxh-46{max-height:52rem}.lg-mxh-47{max-height:55rem}.lg-mxh-48{max-height:58rem}.lg-mxh-49{max-height:60rem}.lg-mxh-50{max-height:62rem}
			.lg-mxh-screen-5{max-height:5vh}.lg-mxh-screen-10{max-height:10vh}.lg-mxh-screen-15{max-height:15vh}.lg-mxh-screen-20{max-height:20vh}.lg-mxh-screen-25{max-height:25vh}.lg-mxh-screen-30{max-height:30vh}.lg-mxh-screen-35{max-height:35vh}.lg-mxh-screen-40{max-height:40vh}.lg-mxh-screen-45{max-height:45vh}.lg-mxh-screen-50{max-height:50vh}.lg-mxh-screen-55{max-height:55vh}.lg-mxh-screen-60{max-height:60vh}.lg-mxh-screen-65{max-height:65vh}.lg-mxh-screen-70{max-height:70vh}.lg-mxh-screen-75{max-height:75vh}.lg-mxh-screen-80{max-height:80vh}.lg-mxh-screen-85{max-height:85vh}.lg-mxh-screen-90{max-height:90vh}.lg-mxh-screen-95{max-height:95vh}
			/* Min Height */
			.lg-mnh-screen,.lg-mnh-screen-100{min-height:100vh}.lg-mnh-0,.lg-mnh-perc-0{min-height:0}.lg-mnh-full,.lg-mnh-perc-100{min-height:100%}.lg-mnh-none{min-height:none}
			.lg-mnh-perc-5{min-height:5%}.lg-mnh-perc-10{min-height:10%}.lg-mnh-perc-15{min-height:15%}.lg-mnh-perc-20{min-height:20%}.lg-mnh-perc-25{min-height:25%}.lg-mnh-perc-30{min-height:30%}.lg-mnh-perc-35{min-height:35%}.lg-mnh-perc-40{min-height:40%}.lg-mnh-perc-45{min-height:45%}.lg-mnh-perc-50{min-height:50%}.lg-mnh-perc-55{min-height:55%}.lg-mnh-perc-60{min-height:60%}.lg-mnh-perc-65{min-height:65%}.lg-mnh-perc-70{min-height:70%}.lg-mnh-perc-75{min-height:75%}.lg-mnh-perc-80{min-height:80%}.lg-mnh-perc-85{min-height:85%}.lg-mnh-perc-90{min-height:90%}.lg-mnh-perc-95{min-height:95%}
			.lg-mnh-1,.lg-mnh-px{min-height:1px}.lg-mnh-2{min-height:0.125rem}.lg-mnh-3{min-height:0.25rem}.lg-mnh-4{min-height:0.375rem}.lg-mnh-5{min-height:0.5rem}.lg-mnh-6{min-height:0.625rem}.lg-mnh-7{min-height:0.75rem}.lg-mnh-8{min-height:0.875rem}.lg-mnh-9{min-height:1rem}.lg-mnh-10{min-height:1.25rem}.lg-mnh-11{min-height:1.5rem}.lg-mnh-12{min-height:1.75rem}.lg-mnh-13{min-height:2rem}.lg-mnh-14{min-height:2.25rem}.lg-mnh-15{min-height:2.5rem}.lg-mnh-16{min-height:2.75rem}.lg-mnh-17{min-height:3rem}.lg-mnh-18{min-height:3.5rem}.lg-mnh-19{min-height:4rem}.lg-mnh-20{min-height:5rem}.lg-mnh-21{min-height:6rem}.lg-mnh-22{min-height:7rem}.lg-mnh-23{min-height:8rem}.lg-mnh-24{min-height:9rem}.lg-mnh-25{min-height:10rem}.lg-mnh-26{min-height:11rem}.lg-mnh-27{min-height:12rem}.lg-mnh-28{min-height:13rem}.lg-mnh-29{min-height:14rem}.lg-mnh-30{min-height:15rem}.lg-mnh-31{min-height:16rem}.lg-mnh-32{min-height:17rem}.lg-mnh-33{min-height:18rem}.lg-mnh-34{min-height:19rem}.lg-mnh-35{min-height:20rem}.lg-mnh-36{min-height:22rem}.lg-mnh-37{min-height:24rem}.lg-mnh-38{min-height:26rem}.lg-mnh-39{min-height:28rem}.lg-mnh-40{min-height:30rem}.lg-mnh-41{min-height:32rem}.lg-mnh-42{min-height:35rem}.lg-mnh-43{min-height:40rem}.lg-mnh-44{min-height:44rem}.lg-mnh-45{min-height:48rem}.lg-mnh-46{min-height:52rem}.lg-mnh-47{min-height:55rem}.lg-mnh-48{min-height:58rem}.lg-mnh-49{min-height:60rem}.lg-mnh-50{min-height:62rem}
			.lg-mnh-screen-5{min-height:5vh}.lg-mnh-screen-10{min-height:10vh}.lg-mnh-screen-15{min-height:15vh}.lg-mnh-screen-20{min-height:20vh}.lg-mnh-screen-25{min-height:25vh}.lg-mnh-screen-30{min-height:30vh}.lg-mnh-screen-35{min-height:35vh}.lg-mnh-screen-40{min-height:40vh}.lg-mnh-screen-45{min-height:45vh}.lg-mnh-screen-50{min-height:50vh}.lg-mnh-screen-55{min-height:55vh}.lg-mnh-screen-60{min-height:60vh}.lg-mnh-screen-65{min-height:65vh}.lg-mnh-screen-70{min-height:70vh}.lg-mnh-screen-75{min-height:75vh}.lg-mnh-screen-80{min-height:80vh}.lg-mnh-screen-85{min-height:85vh}.lg-mnh-screen-90{min-height:90vh}.lg-mnh-screen-95{min-height:95vh}
			/* Rounded borders */
			.lg-rounded-inherit{border-radius:inherit}
			.lg-rounded-none,.lg-rounded-t-none,.lg-rounded-l-none,.lg-rounded-tl-none{border-top-left-radius:0}
			.lg-rounded-none,.lg-rounded-t-none,.lg-rounded-r-none,.lg-rounded-tr-none{border-top-right-radius:0}
			.lg-rounded-none,.lg-rounded-b-none,.lg-rounded-l-none,.lg-rounded-bl-none{border-bottom-left-radius:0}
			.lg-rounded-none,.lg-rounded-b-none,.lg-rounded-r-none,.lg-rounded-br-none{border-bottom-right-radius:0}
			.lg-rounded-sm,.lg-rounded-t-sm,.lg-rounded-l-sm,.lg-rounded-tl-sm{border-top-left-radius:var(--rounded-sm)}
			.lg-rounded-sm,.lg-rounded-t-sm,.lg-rounded-r-sm,.lg-rounded-tr-sm{border-top-right-radius:var(--rounded-sm)}
			.lg-rounded-sm,.lg-rounded-b-sm,.lg-rounded-l-sm,.lg-rounded-bl-sm{border-bottom-left-radius:var(--rounded-sm)}
			.lg-rounded-sm,.lg-rounded-b-sm,.lg-rounded-r-sm,.lg-rounded-br-sm{border-bottom-right-radius:var(--rounded-sm)}
			.lg-rounded,.lg-rounded-t,.lg-rounded-l,.lg-rounded-tl{border-top-left-radius:var(--rounded)}
			.lg-rounded,.lg-rounded-t,.lg-rounded-r,.lg-rounded-tr{border-top-right-radius:var(--rounded)}
			.lg-rounded,.lg-rounded-b,.lg-rounded-l,.lg-rounded-bl{border-bottom-left-radius:var(--rounded)}
			.lg-rounded,.lg-rounded-b,.lg-rounded-r,.lg-rounded-br{border-bottom-right-radius:var(--rounded)}
			.lg-rounded-md,.lg-rounded-t-md,.lg-rounded-l-md,.lg-rounded-tl-md{border-top-left-radius:var(--rounded-md)}
			.lg-rounded-md,.lg-rounded-t-md,.lg-rounded-r-md,.lg-rounded-tr-md{border-top-right-radius:var(--rounded-md)}
			.lg-rounded-md,.lg-rounded-b-md,.lg-rounded-l-md,.lg-rounded-bl-md{border-bottom-left-radius:var(--rounded-md)}
			.lg-rounded-md,.lg-rounded-b-md,.lg-rounded-r-md,.lg-rounded-br-md{border-bottom-right-radius:var(--rounded-md)}
			.lg-rounded-lg,.lg-rounded-t-lg,.lg-rounded-l-lg,.lg-rounded-tl-lg{border-top-left-radius:var(--rounded-lg)}
			.lg-rounded-lg,.lg-rounded-t-lg,.lg-rounded-r-lg,.lg-rounded-tr-lg{border-top-right-radius:var(--rounded-lg)}
			.lg-rounded-lg,.lg-rounded-b-lg,.lg-rounded-l-lg,.lg-rounded-bl-lg{border-bottom-left-radius:var(--rounded-lg)}
			.lg-rounded-lg,.lg-rounded-b-lg,.lg-rounded-r-lg,.lg-rounded-br-lg{border-bottom-right-radius:var(--rounded-lg)}
			.lg-rounded-xl,.lg-rounded-t-xl,.lg-rounded-l-xl,.lg-rounded-tl-xl{border-top-left-radius:var(--rounded-xl)}
			.lg-rounded-xl,.lg-rounded-t-xl,.lg-rounded-r-xl,.lg-rounded-tr-xl{border-top-right-radius:var(--rounded-xl)}
			.lg-rounded-xl,.lg-rounded-b-xl,.lg-rounded-l-xl,.lg-rounded-bl-xl{border-bottom-left-radius:var(--rounded-xl)}
			.lg-rounded-xl,.lg-rounded-b-xl,.lg-rounded-r-xl,.lg-rounded-br-xl{border-bottom-right-radius:var(--rounded-xl)}
			.lg-rounded-2xl,.lg-rounded-t-2xl,.lg-rounded-l-2xl,.lg-rounded-tl-2xl{border-top-left-radius:var(--rounded-2xl)}
			.lg-rounded-2xl,.lg-rounded-t-2xl,.lg-rounded-r-2xl,.lg-rounded-tr-2xl{border-top-right-radius:var(--rounded-2xl)}
			.lg-rounded-2xl,.lg-rounded-b-2xl,.lg-rounded-l-2xl,.lg-rounded-bl-2xl{border-bottom-left-radius:var(--rounded-2xl)}
			.lg-rounded-2xl,.lg-rounded-b-2xl,.lg-rounded-r-2xl,.lg-rounded-br-2xl{border-bottom-right-radius:var(--rounded-2xl)}
			.lg-rounded-3xl,.lg-rounded-t-3xl,.lg-rounded-l-3xl,.lg-rounded-tl-3xl{border-top-left-radius:var(--rounded-3xl)}
			.lg-rounded-3xl,.lg-rounded-t-3xl,.lg-rounded-r-3xl,.lg-rounded-tr-3xl{border-top-right-radius:var(--rounded-3xl)}
			.lg-rounded-3xl,.lg-rounded-b-3xl,.lg-rounded-l-3xl,.lg-rounded-bl-3xl{border-bottom-left-radius:var(--rounded-3xl)}
			.lg-rounded-3xl,.lg-rounded-b-3xl,.lg-rounded-r-3xl,.lg-rounded-br-3xl{border-bottom-right-radius:var(--rounded-3xl)}
			.lg-rounded-4xl,.lg-rounded-t-4xl,.lg-rounded-l-4xl,.lg-rounded-tl-4xl{border-top-left-radius:var(--rounded-4xl)}
			.lg-rounded-4xl,.lg-rounded-t-4xl,.lg-rounded-r-4xl,.lg-rounded-tr-4xl{border-top-right-radius:var(--rounded-4xl)}
			.lg-rounded-4xl,.lg-rounded-b-4xl,.lg-rounded-l-4xl,.lg-rounded-bl-4xl{border-bottom-left-radius:var(--rounded-4xl)}
			.lg-rounded-4xl,.lg-rounded-b-4xl,.lg-rounded-r-4xl,.lg-rounded-br-4xl{border-bottom-right-radius:var(--rounded-4xl)}
			.lg-rounded-5xl,.lg-rounded-t-5xl,.lg-rounded-l-5xl,.lg-rounded-tl-5xl{border-top-left-radius:var(--rounded-5xl)}
			.lg-rounded-5xl,.lg-rounded-t-5xl,.lg-rounded-r-5xl,.lg-rounded-tr-5xl{border-top-right-radius:var(--rounded-5xl)}
			.lg-rounded-5xl,.lg-rounded-b-5xl,.lg-rounded-l-5xl,.lg-rounded-bl-5xl{border-bottom-left-radius:var(--rounded-5xl)}
			.lg-rounded-5xl,.lg-rounded-b-5xl,.lg-rounded-r-5xl,.lg-rounded-br-5xl{border-bottom-right-radius:var(--rounded-5xl)}
			.lg-rounded-pill,.lg-rounded-t-pill,.lg-rounded-l-pill,.lg-rounded-tl-pill{border-top-left-radius:var(--rounded-pill)}
			.lg-rounded-pill,.lg-rounded-t-pill,.lg-rounded-r-pill,.lg-rounded-tr-pill{border-top-right-radius:var(--rounded-pill)}
			.lg-rounded-pill,.lg-rounded-b-pill,.lg-rounded-l-pill,.lg-rounded-bl-pill{border-bottom-left-radius:var(--rounded-pill)}
			.lg-rounded-pill,.lg-rounded-b-pill,.lg-rounded-r-pill,.lg-rounded-br-pill{border-bottom-right-radius:var(--rounded-pill)}
			.lg-rounded-full,.lg-rounded-t-full,.lg-rounded-l-full,.lg-rounded-tl-full{border-top-left-radius:var(--rounded-full)}
			.lg-rounded-full,.lg-rounded-t-full,.lg-rounded-r-full,.lg-rounded-tr-full{border-top-right-radius:var(--rounded-full)}
			.lg-rounded-full,.lg-rounded-b-full,.lg-rounded-l-full,.lg-rounded-bl-full{border-bottom-left-radius:var(--rounded-full)}
			.lg-rounded-full,.lg-rounded-b-full,.lg-rounded-r-full,.lg-rounded-br-full{border-bottom-right-radius:var(--rounded-full)}
			/* Opacity */
			.lg-opacity-0,.lg-hover-opacity-0:hover,.group:hover .lg-group-hover-opacity-0,.lg-active-opacity-0.active{opacity:0}
			.lg-opacity-10,.lg-hover-opacity-10:hover,.group:hover .lg-group-hover-opacity-10,.lg-active-opacity-10.active{opacity:.1}
			.lg-opacity-20,.lg-hover-opacity-20:hover,.group:hover .lg-group-hover-opacity-20,.lg-active-opacity-20.active{opacity:.2}
			.lg-opacity-30,.lg-hover-opacity-30:hover,.group:hover .lg-group-hover-opacity-30,.lg-active-opacity-30.active{opacity:.3}
			.lg-opacity-40,.lg-hover-opacity-40:hover,.group:hover .lg-group-hover-opacity-40,.lg-active-opacity-40.active{opacity:.4}
			.lg-opacity-50,.lg-hover-opacity-50:hover,.group:hover .lg-group-hover-opacity-50,.lg-active-opacity-50.active{opacity:.5}
			.lg-opacity-60,.lg-hover-opacity-60:hover,.group:hover .lg-group-hover-opacity-60,.lg-active-opacity-60.active{opacity:.6}
			.lg-opacity-70,.lg-hover-opacity-70:hover,.group:hover .lg-group-hover-opacity-70,.lg-active-opacity-70.active{opacity:.7}
			.lg-opacity-80,.lg-hover-opacity-80:hover,.group:hover .lg-group-hover-opacity-80,.lg-active-opacity-80.active{opacity:.8}
			.lg-opacity-90,.lg-hover-opacity-90:hover,.group:hover .lg-group-hover-opacity-90,.lg-active-opacity-90.active{opacity:.9}
			.lg-opacity-100,.lg-hover-opacity-100:hover,.group:hover .lg-group-hover-opacity-100,.lg-active-opacity-100.active{opacity:1}
			/* Float */
			.lg-float-left{float:left}
			.lg-float-right{float:right}
			.lg-float-none{float:none}
			/* Position */
			.lg-relative{position:relative}
			.lg-absolute{position:absolute}
			.lg-fixed{position:fixed}
			.lg-static{position:static}
			.lg-sticky{position:sticky}
			/* Flexbox & Grid Settings */
			/* Row */
			.lg-flex-columns-auto>*{flex:0 0 auto}
			.lg-flex-columns-1>*{width:100%}
			.lg-flex-columns-2>*{width:50%}
			.lg-flex-columns-3>*{width:33.33333333%}
			.lg-flex-columns-4>*{width:25%}
			.lg-flex-columns-5>*{width:20%}
			.lg-flex-columns-6>*{width:16.66666667%}
			.lg-flex-columns-7>*{width:14.285%}
			.lg-flex-columns-8>*{width:12.5%}
			.lg-flex-columns-9>*{width:11.110%}
			.lg-flex-columns-10>*{width:10%}
			.lg-flex-columns-11>*{width:9.090%}
			.lg-flex-columns-12>*{width:8.33333333%}
			.lg-column{flex:1 0 0%}
			.lg-column-auto{flex:0 0 auto}
			.lg-column-1{width:8.33333333%}
			.lg-column-2{width:16.66666667%}
			.lg-column-3{width:25%}
			.lg-column-4{width:33.33333333%}
			.lg-column-5{width:41.66666667%}
			.lg-column-6{width:50%}
			.lg-column-7{width:58.33333333%}
			.lg-column-8{width:66.66666667%}
			.lg-column-9{width:75%}
			.lg-column-10{width:83.33333333%}
			.lg-column-11{width:91.66666667%}
			.lg-column-12{width:100%}
			.lg-order-1{order:1}
			.lg-order-2{order:2}
			.lg-order-3{order:3}
			.lg-order-4{order:4}
			.lg-order-5{order:5}
			.lg-order-6{order:6}
			.lg-order-7{order:7}
			.lg-order-8{order:8}
			.lg-order-9{order:9}
			.lg-order-10{order:10}
			.lg-order-11{order:11}
			.lg-order-12{order:12}
			.lg-order-first{order:-999}
			.lg-order-last{order:999}
			.lg-order-none{order:none}
			.lg-offset-0{margin-left:0%}
			.lg-offset-1{margin-left:8.33333333%}
			.lg-offset-2{margin-left:16.66666667%}
			.lg-offset-3{margin-left:25%}
			.lg-offset-4{margin-left:33.33333333%}
			.lg-offset-5{margin-left:41.66666667%}
			.lg-offset-6{margin-left:50%}
			.lg-offset-7{margin-left:58.33333333%}
			.lg-offset-8{margin-left:66.66666667%}
			.lg-offset-9{margin-left:75%}
			.lg-offset-10{margin-left:83.33333333%}
			.lg-offset-11{margin-left:91.66666667%}
			.lg-offset-12{margin-left:100%}
			.lg-flex-row-reverse{flex-direction:row-reverse}
			.lg-flex-column{flex-direction:column}
			.lg-flex-column{flex-direction:column}
			.lg-flex-column-reverse{flex-direction:column}
			/* Align items */
			.lg-align-items-start{align-items:flex-start}
			.lg-align-items-end{align-items:flex-end}
			.lg-align-items-center{align-items:center}
			.lg-align-items-baseline{align-items:baseline}
			.lg-align-items-stretch{align-items:stretch}
			/* Align Content */
			.lg-align-content-start{align-content:flex-start}
			.lg-align-content-end{align-content:flex-end}
			.lg-align-content-center{align-content:center}
			.lg-align-content-between{align-content:space-between}
			.lg-align-content-around{align-content:space-around}
			.lg-align-content-evenly{align-content:space-evenly}
			.lg-align-content-baseline{align-content:baseline}
			/* Align Self */
			.lg-align-self-start{align-self:flex-start}
			.lg-align-self-end{align-self:flex-end}
			.lg-align-self-auto{align-self:auto}
			.lg-align-self-center{align-self:center}
			.lg-align-self-stretch{align-self:stretch}
			.lg-align-self-baseline{align-self:baseline}
			/* Justify Self */
			.lg-justify-self-auto{justify-self:auto}
			.lg-justify-self-start{justify-self:start}
			.lg-justify-self-end{justify-self:end}
			.lg-justify-self-center{justify-self:center}
			.lg-justify-self-stretch{justify-self:stretch}
			/* Justify Items */
			.lg-justify-items-start{justify-items:start}
			.lg-justify-items-end{justify-items:end}
			.lg-justify-items-center{justify-items:center}
			.lg-justify-items-stretch{justify-items:stretch}
			/* Justify Content */
			.lg-justify-content-start{justify-content:flex-start}
			.lg-justify-content-end{justify-content:flex-end}
			.lg-justify-content-center{justify-content:center}
			.lg-justify-content-between{justify-content:space-between}
			.lg-justify-content-around{justify-content:space-around}
			.lg-justify-content-evenly{justify-content:space-evenly}
			/* Grid */
			.lg-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}
			.lg-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}
			.lg-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}
			.lg-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}
			.lg-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}
			.lg-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}
			.lg-grid-rows-none{grid-template-rows:none}
			.lg-grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
			.lg-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
			.lg-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
			.lg-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
			.lg-grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
			.lg-grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
			.lg-grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr))}
			.lg-grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr))}
			.lg-grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr))}
			.lg-grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr))}
			.lg-grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr))}
			.lg-grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr))}
			.lg-grid-flow-row{grid-auto-flow:row}
			.lg-grid-flow-column{grid-auto-flow:column}
			.lg-grid-flow-dense{grid-auto-flow:dense}
			.lg-grid-flow-row-dense{grid-auto-flow:row dense}
			.lg-grid-flow-column-dense{grid-auto-flow:column dense}
			/* Flex */
			.lg-flex-1{flex:1 1 0%}
			.lg-flex-auto{flex:1 1 auto}
			.lg-flex-initial{flex:0 1 auto}
			.lg-flex-none{flex:none}
			.lg-flex-wrap{flex-wrap:wrap}
			.lg-flex-wrap-reverse{flex-wrap:wrap-reverse}
			.lg-flex-nowrap{flex-wrap:nowrap}
			/* Display */
			.lg-flex{display:flex}
			.lg-inline-flex{display:inline-flex}
			.lg-block,.lg-block-links a,.lg-block-images img{display:block}
			.lg-inline-block,.lg-inline-block-links a{display:inline-block}
			.lg-inline{display:inline}
			.lg-hidden{display:none}
			.lg-table{display:table}
			.lg-inline-table{display:inline-table}
			.lg-table-caption{display:table-caption}
			.lg-table-cell{display:table-cell}
			.lg-table-column{display:table-column}
			.lg-table-column-group{display:table-column-group}
			.lg-table-footer-group{display:table-footer-group}
			.lg-table-header-group{display:table-header-group}
			.lg-table-row-group{display:table-row-group}
			.lg-table-row{display:table-row}
			.lg-flow-root{display:flow-root}
			.lg-grid{display:grid}
			.lg-inline-grid{display:inline-grid}
			.lg-contents{display:contents}
			.lg-list-item{display:list-item}
			/* Background positions */
			.lg-bg-none{background:none}
			.lg-bg-left{background-position:left}
			.lg-bg-left-top{background-position:left top}
			.lg-bg-left-bottom{background-position:left bottom}
			.lg-bg-right{background-position:right}
			.lg-bg-right-top{background-position:right top}
			.lg-bg-right-bottom{background-position:right bottom}
			.lg-bg-top{background-position:top}
			.lg-bg-bottom{background-position:bottom}
			.lg-bg-center{background-position:center center}
			.lg-bg-center-top{background-position:center top}
			.lg-bg-center-bottom{background-position:center bottom}
			.lg-bg-no-repeat{background-repeat:no-repeat}
			.lg-bg-repeat-x{background-repeat:repeat-x}
			.lg-bg-repeat-y{background-repeat:repeat-y}
			.lg-bg-repeat{background-repeat:repeat}
			.lg-bg-scroll{background-attachment:scroll}
			.lg-bg-fixed{background-attachment:fixed}
			.lg-bg-local{background-attachment:local}
			/* Background size */
			.lg-bg-auto{background-size:auto}
			.lg-bg-contain{background-size:contain}
			.lg-bg-cover{background-size:cover}
			.lg-bg-h-full{background-size:auto 100%}
			.lg-bg-w-full{background-size:100% auto}
			/* Mask type */
			.lg-mask-alpha{mask-type:alpha;-webkit-mask-type:alpha}
			.lg-mask-luminance{mask-type:luminance;-webkit-mask-type:luminance}
			/* Mask size */
			.lg-mask-cover{mask-size:cover;-webkit-mask-size:cover}
			.lg-mask-contain{mask-size:contain;-webkit-mask-size:contain}
			.lg-mask-auto{mask-size:auto;-webkit-mask-size:auto}
			/* Mask position */
			.lg-mask-left{mask-position:left;-webkit-mask-position:left}
			.lg-mask-left-top{mask-position:left top;-webkit-mask-position:left top}
			.lg-mask-left-bottom{mask-position:left bottom;-webkit-mask-position:left bottom}
			.lg-mask-top{mask-position:top;-webkit-mask-position:top}
			.lg-mask-right{mask-position:right;-webkit-mask-position:right}
			.lg-mask-right-top{mask-position:right top;-webkit-mask-position:right top}
			.lg-mask-right-bottom{mask-position:right bottom;-webkit-mask-position:right bottom}
			.lg-mask-bottom{mask-position:bottom;-webkit-mask-position:bottom}
			.lg-mask-center{mask-position:center;-webkit-mask-position:center}
			.lg-mask-center-top{mask-position:center top;-webkit-mask-position:center top}
			.lg-mask-center-bottom{mask-position:center bottom;-webkit-mask-position:center bottom}
			/* Mask position */
			.lg-mask-repeat{mask-repeat:repeat;-webkit-mask-repeat:repeat}
			.lg-mask-repeat-x{mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x}
			.lg-mask-repeat-y{mask-repeat:repeat-y;-webkit-mask-repeat:repeat-y}
			.lg-mask-no-repeat{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
			.lg-mask-round{mask-repeat:round;-webkit-mask-repeat:round}
			.lg-mask-space{mask-repeat:space;-webkit-mask-repeat:space}
			/* Extras */
			.lg-text-right{text-align:right}
			.lg-text-center{text-align:center}
			.lg-text-left{text-align:left}
			.lg-text-justify{text-align:justify;}
			.lg-text-start{text-align:start;}
			.lg-text-end{text-align:end;}
		}
	/* Extra large screen */
		@media (min-width:1200px){
			/* Container */
			.container{max-width:1140px}
			/* Margin */
			.xl-mt-auto,.xl-my-auto,.xl-m-auto{margin-top:auto}.xl-mt-0,.xl-my-0,.xl-m-0{margin-top:0}.xl-mt-px,.xl-my-px,.xl-m-px{margin-top:1px}.xl-mt-1,.xl-my-1,.xl-m-1{margin-top:var(--spacing1)}.xl-mt-2,.xl-my-2,.xl-m-2{margin-top:var(--spacing2)}.xl-mt-3,.xl-my-3,.xl-m-3{margin-top:var(--spacing3)}.xl-mt-4,.xl-my-4,.xl-m-4{margin-top:var(--spacing4)}.xl-mt-5,.xl-my-5,.xl-m-5{margin-top:var(--spacing5)}.xl-mt-6,.xl-my-6,.xl-m-6{margin-top:var(--spacing6)}.xl-mt-7,.xl-my-7,.xl-m-7{margin-top:var(--spacing7)}.xl-mt-8,.xl-my-8,.xl-m-8{margin-top:var(--spacing8)}.xl-mt-9,.xl-my-9,.xl-m-9{margin-top:var(--spacing9)}.xl-mt-10,.xl-my-10,.xl-m-10{margin-top:var(--spacing10)}.xl-mt-11,.xl-my-11,.xl-m-11{margin-top:var(--spacing11)}.xl-mt-12,.xl-my-12,.xl-m-12{margin-top:var(--spacing12)}.xl-mt-13,.xl-my-13,.xl-m-13{margin-top:var(--spacing13)}.xl-mt-14,.xl-my-14,.xl-m-14{margin-top:var(--spacing14)}.xl-mt-15,.xl-my-15,.xl-m-15{margin-top:var(--spacing15)}.xl-mt-16,.xl-my-16,.xl-m-16{margin-top:var(--spacing16)}.xl-mt-17,.xl-my-17,.xl-m-17{margin-top:var(--spacing17)}.xl-mt-18,.xl-my-18,.xl-m-18{margin-top:var(--spacing18)}.xl-mt-19,.xl-my-19,.xl-m-19{margin-top:var(--spacing19)}.xl-mt-20,.xl-my-20,.xl-m-20{margin-top:var(--spacing20)}.xl-mt-21,.xl-my-21,.xl-m-21{margin-top:var(--spacing21)}.xl-mt-22,.xl-my-22,.xl-m-22{margin-top:var(--spacing22)}.xl-mt-23,.xl-my-23,.xl-m-23{margin-top:var(--spacing23)}.xl-mt-24,.xl-my-24,.xl-m-24{margin-top:var(--spacing24)}.xl-mt-25,.xl-my-25,.xl-m-25{margin-top:var(--spacing25)}
			.xl-mr-auto,.xl-mx-auto,.xl-m-auto{margin-right:auto}.xl-mr-0,.xl-mx-0,.xl-m-0{margin-right:0}.xl-mr-px,.xl-mx-px,.xl-m-px{margin-right:1px}.xl-mr-1,.xl-mx-1,.xl-m-1{margin-right:var(--spacing1)}.xl-mr-2,.xl-mx-2,.xl-m-2{margin-right:var(--spacing2)}.xl-mr-3,.xl-mx-3,.xl-m-3{margin-right:var(--spacing3)}.xl-mr-4,.xl-mx-4,.xl-m-4{margin-right:var(--spacing4)}.xl-mr-5,.xl-mx-5,.xl-m-5{margin-right:var(--spacing5)}.xl-mr-6,.xl-mx-6,.xl-m-6{margin-right:var(--spacing6)}.xl-mr-7,.xl-mx-7,.xl-m-7{margin-right:var(--spacing7)}.xl-mr-8,.xl-mx-8,.xl-m-8{margin-right:var(--spacing8)}.xl-mr-9,.xl-mx-9,.xl-m-9{margin-right:var(--spacing9)}.xl-mr-10,.xl-mx-10,.xl-m-10{margin-right:var(--spacing10)}.xl-mr-11,.xl-mx-11,.xl-m-11{margin-right:var(--spacing11)}.xl-mr-12,.xl-mx-12,.xl-m-12{margin-right:var(--spacing12)}.xl-mr-13,.xl-mx-13,.xl-m-13{margin-right:var(--spacing13)}.xl-mr-14,.xl-mx-14,.xl-m-14{margin-right:var(--spacing14)}.xl-mr-15,.xl-mx-15,.xl-m-15{margin-right:var(--spacing15)}.xl-mr-16,.xl-mx-16,.xl-m-16{margin-right:var(--spacing16)}.xl-mr-17,.xl-mx-17,.xl-m-17{margin-right:var(--spacing17)}.xl-mr-18,.xl-mx-18,.xl-m-18{margin-right:var(--spacing18)}.xl-mr-19,.xl-mx-19,.xl-m-19{margin-right:var(--spacing19)}.xl-mr-20,.xl-mx-20,.xl-m-20{margin-right:var(--spacing20)}.xl-mr-21,.xl-mx-21,.xl-m-21{margin-right:var(--spacing21)}.xl-mr-22,.xl-mx-22,.xl-m-22{margin-right:var(--spacing22)}.xl-mr-23,.xl-mx-23,.xl-m-23{margin-right:var(--spacing23)}.xl-mr-24,.xl-mx-24,.xl-m-24{margin-right:var(--spacing24)}.xl-mr-25,.xl-mx-25,.xl-m-25{margin-right:var(--spacing25)}
			.xl-mb-auto,.xl-my-auto,.xl-m-auto{margin-bottom:auto}.xl-mb-0,.xl-my-0,.xl-m-0{margin-bottom:0}.xl-mb-px,.xl-my-px,.xl-m-px{margin-bottom:1px}.xl-mb-1,.xl-my-1,.xl-m-1{margin-bottom:var(--spacing1)}.xl-mb-2,.xl-my-2,.xl-m-2{margin-bottom:var(--spacing2)}.xl-mb-3,.xl-my-3,.xl-m-3{margin-bottom:var(--spacing3)}.xl-mb-4,.xl-my-4,.xl-m-4{margin-bottom:var(--spacing4)}.xl-mb-5,.xl-my-5,.xl-m-5{margin-bottom:var(--spacing5)}.xl-mb-6,.xl-my-6,.xl-m-6{margin-bottom:var(--spacing6)}.xl-mb-7,.xl-my-7,.xl-m-7{margin-bottom:var(--spacing7)}.xl-mb-8,.xl-my-8,.xl-m-8{margin-bottom:var(--spacing8)}.xl-mb-9,.xl-my-9,.xl-m-9{margin-bottom:var(--spacing9)}.xl-mb-10,.xl-my-10,.xl-m-10{margin-bottom:var(--spacing10)}.xl-mb-11,.xl-my-11,.xl-m-11{margin-bottom:var(--spacing11)}.xl-mb-12,.xl-my-12,.xl-m-12{margin-bottom:var(--spacing12)}.xl-mb-13,.xl-my-13,.xl-m-13{margin-bottom:var(--spacing13)}.xl-mb-14,.xl-my-14,.xl-m-14{margin-bottom:var(--spacing14)}.xl-mb-15,.xl-my-15,.xl-m-15{margin-bottom:var(--spacing15)}.xl-mb-16,.xl-my-16,.xl-m-16{margin-bottom:var(--spacing16)}.xl-mb-17,.xl-my-17,.xl-m-17{margin-bottom:var(--spacing17)}.xl-mb-18,.xl-my-18,.xl-m-18{margin-bottom:var(--spacing18)}.xl-mb-19,.xl-my-19,.xl-m-19{margin-bottom:var(--spacing19)}.xl-mb-20,.xl-my-20,.xl-m-20{margin-bottom:var(--spacing20)}.xl-mb-21,.xl-my-21,.xl-m-21{margin-bottom:var(--spacing21)}.xl-mb-22,.xl-my-22,.xl-m-22{margin-bottom:var(--spacing22)}.xl-mb-23,.xl-my-23,.xl-m-23{margin-bottom:var(--spacing23)}.xl-mb-24,.xl-my-24,.xl-m-24{margin-bottom:var(--spacing24)}.xl-mb-25,.xl-my-25,.xl-m-25{margin-bottom:var(--spacing25)}
			.xl-ml-auto,.xl-mx-auto,.xl-m-auto{margin-left:auto}.xl-ml-0,.xl-mx-0,.xl-m-0{margin-left:0}.xl-ml-px,.xl-mx-px,.xl-m-px{margin-left:1px}.xl-ml-1,.xl-mx-1,.xl-m-1{margin-left:var(--spacing1)}.xl-ml-2,.xl-mx-2,.xl-m-2{margin-left:var(--spacing2)}.xl-ml-3,.xl-mx-3,.xl-m-3{margin-left:var(--spacing3)}.xl-ml-4,.xl-mx-4,.xl-m-4{margin-left:var(--spacing4)}.xl-ml-5,.xl-mx-5,.xl-m-5{margin-left:var(--spacing5)}.xl-ml-6,.xl-mx-6,.xl-m-6{margin-left:var(--spacing6)}.xl-ml-7,.xl-mx-7,.xl-m-7{margin-left:var(--spacing7)}.xl-ml-8,.xl-mx-8,.xl-m-8{margin-left:var(--spacing8)}.xl-ml-9,.xl-mx-9,.xl-m-9{margin-left:var(--spacing9)}.xl-ml-10,.xl-mx-10,.xl-m-10{margin-left:var(--spacing10)}.xl-ml-11,.xl-mx-11,.xl-m-11{margin-left:var(--spacing11)}.xl-ml-12,.xl-mx-12,.xl-m-12{margin-left:var(--spacing12)}.xl-ml-13,.xl-mx-13,.xl-m-13{margin-left:var(--spacing13)}.xl-ml-14,.xl-mx-14,.xl-m-14{margin-left:var(--spacing14)}.xl-ml-15,.xl-mx-15,.xl-m-15{margin-left:var(--spacing15)}.xl-ml-16,.xl-mx-16,.xl-m-16{margin-left:var(--spacing16)}.xl-ml-17,.xl-mx-17,.xl-m-17{margin-left:var(--spacing17)}.xl-ml-18,.xl-mx-18,.xl-m-18{margin-left:var(--spacing18)}.xl-ml-19,.xl-mx-19,.xl-m-19{margin-left:var(--spacing19)}.xl-ml-20,.xl-mx-20,.xl-m-20{margin-left:var(--spacing20)}.xl-ml-21,.xl-mx-21,.xl-m-21{margin-left:var(--spacing21)}.xl-ml-22,.xl-mx-22,.xl-m-22{margin-left:var(--spacing22)}.xl-ml-23,.xl-mx-23,.xl-m-23{margin-left:var(--spacing23)}.xl-ml-24,.xl-mx-24,.xl-m-24{margin-left:var(--spacing24)}.xl-ml-25,.xl-mx-25,.xl-m-25{margin-left:var(--spacing25)}
			/* Padding */
			.xl-pt-0,.xl-py-0,.xl-p-0{padding-top:0}.xl-pt-px,.xl-py-px,.xl-p-px{padding-top:1px}.xl-pt-1,.xl-py-1,.xl-p-1{padding-top:var(--spacing1)}.xl-pt-2,.xl-py-2,.xl-p-2{padding-top:var(--spacing2)}.xl-pt-3,.xl-py-3,.xl-p-3{padding-top:var(--spacing3)}.xl-pt-4,.xl-py-4,.xl-p-4{padding-top:var(--spacing4)}.xl-pt-5,.xl-py-5,.xl-p-5{padding-top:var(--spacing5)}.xl-pt-6,.xl-py-6,.xl-p-6{padding-top:var(--spacing6)}.xl-pt-7,.xl-py-7,.xl-p-7{padding-top:var(--spacing7)}.xl-pt-8,.xl-py-8,.xl-p-8{padding-top:var(--spacing8)}.xl-pt-9,.xl-py-9,.xl-p-9{padding-top:var(--spacing9)}.xl-pt-10,.xl-py-10,.xl-p-10{padding-top:var(--spacing10)}.xl-pt-11,.xl-py-11,.xl-p-11{padding-top:var(--spacing11)}.xl-pt-12,.xl-py-12,.xl-p-12{padding-top:var(--spacing12)}.xl-pt-13,.xl-py-13,.xl-p-13{padding-top:var(--spacing13)}.xl-pt-14,.xl-py-14,.xl-p-14{padding-top:var(--spacing14)}.xl-pt-15,.xl-py-15,.xl-p-15{padding-top:var(--spacing15)}.xl-pt-16,.xl-py-16,.xl-p-16{padding-top:var(--spacing16)}.xl-pt-17,.xl-py-17,.xl-p-17{padding-top:var(--spacing17)}.xl-pt-18,.xl-py-18,.xl-p-18{padding-top:var(--spacing18)}.xl-pt-19,.xl-py-19,.xl-p-19{padding-top:var(--spacing19)}.xl-pt-20,.xl-py-20,.xl-p-20{padding-top:var(--spacing20)}.xl-pt-21,.xl-py-21,.xl-p-21{padding-top:var(--spacing21)}.xl-pt-22,.xl-py-22,.xl-p-22{padding-top:var(--spacing22)}.xl-pt-23,.xl-py-23,.xl-p-23{padding-top:var(--spacing23)}.xl-pt-24,.xl-py-24,.xl-p-24{padding-top:var(--spacing24)}.xl-pt-25,.xl-py-25,.xl-p-25{padding-top:var(--spacing25)}
			.xl-pr-0,.xl-px-0,.xl-p-0{padding-right:0}.xl-pr-px,.xl-px-px,.xl-p-px{padding-right:1px}.xl-pr-1,.xl-px-1,.xl-p-1{padding-right:var(--spacing1)}.xl-pr-2,.xl-px-2,.xl-p-2{padding-right:var(--spacing2)}.xl-pr-3,.xl-px-3,.xl-p-3{padding-right:var(--spacing3)}.xl-pr-4,.xl-px-4,.xl-p-4{padding-right:var(--spacing4)}.xl-pr-5,.xl-px-5,.xl-p-5{padding-right:var(--spacing5)}.xl-pr-6,.xl-px-6,.xl-p-6{padding-right:var(--spacing6)}.xl-pr-7,.xl-px-7,.xl-p-7{padding-right:var(--spacing7)}.xl-pr-8,.xl-px-8,.xl-p-8{padding-right:var(--spacing8)}.xl-pr-9,.xl-px-9,.xl-p-9{padding-right:var(--spacing9)}.xl-pr-10,.xl-px-10,.xl-p-10{padding-right:var(--spacing10)}.xl-pr-11,.xl-px-11,.xl-p-11{padding-right:var(--spacing11)}.xl-pr-12,.xl-px-12,.xl-p-12{padding-right:var(--spacing12)}.xl-pr-13,.xl-px-13,.xl-p-13{padding-right:var(--spacing13)}.xl-pr-14,.xl-px-14,.xl-p-14{padding-right:var(--spacing14)}.xl-pr-15,.xl-px-15,.xl-p-15{padding-right:var(--spacing15)}.xl-pr-16,.xl-px-16,.xl-p-16{padding-right:var(--spacing16)}.xl-pr-17,.xl-px-17,.xl-p-17{padding-right:var(--spacing17)}.xl-pr-18,.xl-px-18,.xl-p-18{padding-right:var(--spacing18)}.xl-pr-19,.xl-px-19,.xl-p-19{padding-right:var(--spacing19)}.xl-pr-20,.xl-px-20,.xl-p-20{padding-right:var(--spacing20)}.xl-pr-21,.xl-px-21,.xl-p-21{padding-right:var(--spacing21)}.xl-pr-22,.xl-px-22,.xl-p-22{padding-right:var(--spacing22)}.xl-pr-23,.xl-px-23,.xl-p-23{padding-right:var(--spacing23)}.xl-pr-24,.xl-px-24,.xl-p-24{padding-right:var(--spacing24)}.xl-pr-25,.xl-px-25,.xl-p-25{padding-right:var(--spacing25)}
			.xl-pb-0,.xl-py-0,.xl-p-0{padding-bottom:0}.xl-pb-px,.xl-py-px,.xl-p-px{padding-bottom:1px}.xl-pb-1,.xl-py-1,.xl-p-1{padding-bottom:var(--spacing1)}.xl-pb-2,.xl-py-2,.xl-p-2{padding-bottom:var(--spacing2)}.xl-pb-3,.xl-py-3,.xl-p-3{padding-bottom:var(--spacing3)}.xl-pb-4,.xl-py-4,.xl-p-4{padding-bottom:var(--spacing4)}.xl-pb-5,.xl-py-5,.xl-p-5{padding-bottom:var(--spacing5)}.xl-pb-6,.xl-py-6,.xl-p-6{padding-bottom:var(--spacing6)}.xl-pb-7,.xl-py-7,.xl-p-7{padding-bottom:var(--spacing7)}.xl-pb-8,.xl-py-8,.xl-p-8{padding-bottom:var(--spacing8)}.xl-pb-9,.xl-py-9,.xl-p-9{padding-bottom:var(--spacing9)}.xl-pb-10,.xl-py-10,.xl-p-10{padding-bottom:var(--spacing10)}.xl-pb-11,.xl-py-11,.xl-p-11{padding-bottom:var(--spacing11)}.xl-pb-12,.xl-py-12,.xl-p-12{padding-bottom:var(--spacing12)}.xl-pb-13,.xl-py-13,.xl-p-13{padding-bottom:var(--spacing13)}.xl-pb-14,.xl-py-14,.xl-p-14{padding-bottom:var(--spacing14)}.xl-pb-15,.xl-py-15,.xl-p-15{padding-bottom:var(--spacing15)}.xl-pb-16,.xl-py-16,.xl-p-16{padding-bottom:var(--spacing16)}.xl-pb-17,.xl-py-17,.xl-p-17{padding-bottom:var(--spacing17)}.xl-pb-18,.xl-py-18,.xl-p-18{padding-bottom:var(--spacing18)}.xl-pb-19,.xl-py-19,.xl-p-19{padding-bottom:var(--spacing19)}.xl-pb-20,.xl-py-20,.xl-p-20{padding-bottom:var(--spacing20)}.xl-pb-21,.xl-py-21,.xl-p-21{padding-bottom:var(--spacing21)}.xl-pb-22,.xl-py-22,.xl-p-22{padding-bottom:var(--spacing22)}.xl-pb-23,.xl-py-23,.xl-p-23{padding-bottom:var(--spacing23)}.xl-pb-24,.xl-py-24,.xl-p-24{padding-bottom:var(--spacing24)}.xl-pb-25,.xl-py-25,.xl-p-25{padding-bottom:var(--spacing25)}
			.xl-pl-0,.xl-px-0,.xl-p-0{padding-left:0}.xl-pl-px,.xl-px-px,.xl-p-px{padding-left:1px}.xl-pl-1,.xl-px-1,.xl-p-1{padding-left:var(--spacing1)}.xl-pl-2,.xl-px-2,.xl-p-2{padding-left:var(--spacing2)}.xl-pl-3,.xl-px-3,.xl-p-3{padding-left:var(--spacing3)}.xl-pl-4,.xl-px-4,.xl-p-4{padding-left:var(--spacing4)}.xl-pl-5,.xl-px-5,.xl-p-5{padding-left:var(--spacing5)}.xl-pl-6,.xl-px-6,.xl-p-6{padding-left:var(--spacing6)}.xl-pl-7,.xl-px-7,.xl-p-7{padding-left:var(--spacing7)}.xl-pl-8,.xl-px-8,.xl-p-8{padding-left:var(--spacing8)}.xl-pl-9,.xl-px-9,.xl-p-9{padding-left:var(--spacing9)}.xl-pl-10,.xl-px-10,.xl-p-10{padding-left:var(--spacing10)}.xl-pl-11,.xl-px-11,.xl-p-11{padding-left:var(--spacing11)}.xl-pl-12,.xl-px-12,.xl-p-12{padding-left:var(--spacing12)}.xl-pl-13,.xl-px-13,.xl-p-13{padding-left:var(--spacing13)}.xl-pl-14,.xl-px-14,.xl-p-14{padding-left:var(--spacing14)}.xl-pl-15,.xl-px-15,.xl-p-15{padding-left:var(--spacing15)}.xl-pl-16,.xl-px-16,.xl-p-16{padding-left:var(--spacing16)}.xl-pl-17,.xl-px-17,.xl-p-17{padding-left:var(--spacing17)}.xl-pl-18,.xl-px-18,.xl-p-18{padding-left:var(--spacing18)}.xl-pl-19,.xl-px-19,.xl-p-19{padding-left:var(--spacing19)}.xl-pl-20,.xl-px-20,.xl-p-20{padding-left:var(--spacing20)}.xl-pl-21,.xl-px-21,.xl-p-21{padding-left:var(--spacing21)}.xl-pl-22,.xl-px-22,.xl-p-22{padding-left:var(--spacing22)}.xl-pl-23,.xl-px-23,.xl-p-23{padding-left:var(--spacing23)}.xl-pl-24,.xl-px-24,.xl-p-24{padding-left:var(--spacing24)}.xl-pl-25,.xl-px-25,.xl-p-25{padding-left:var(--spacing25)}
			/* Left, Top, Right, Bottom */
			.xl-top-auto{top:auto}.xl-right-auto{right:auto}.xl-bottom-auto{bottom:auto}.xl-left-auto{left:auto}
			.xl-top-0{top:0}.xl-top-px{top:1px}.xl-top-1{top:var(--spacing1)}.xl-top-2{top:var(--spacing2)}.xl-top-3{top:var(--spacing3)}.xl-top-4{top:var(--spacing4)}.xl-top-5{top:var(--spacing5)}.xl-top-6{top:var(--spacing6)}.xl-top-7{top:var(--spacing7)}.xl-top-8{top:var(--spacing8)}.xl-top-9{top:var(--spacing9)}.xl-top-10{top:var(--spacing10)}.xl-top-11{top:var(--spacing11)}.xl-top-12{top:var(--spacing12)}.xl-top-13{top:var(--spacing13)}.xl-top-14{top:var(--spacing14)}.xl-top-15{top:var(--spacing15)}.xl-top-16{top:var(--spacing16)}.xl-top-17{top:var(--spacing17)}.xl-top-18{top:var(--spacing18)}.xl-top-19{top:var(--spacing19)}.xl-top-20{top:var(--spacing20)}.xl-top-21{top:var(--spacing21)}.xl-top-22{top:var(--spacing22)}.xl-top-23{top:var(--spacing23)}.xl-top-24{top:var(--spacing24)}.xl-top-25{top:var(--spacing25)}
			.xl-right-0{right:0}.xl-right-px{right:1px}.xl-right-1{right:var(--spacing1)}.xl-right-2{right:var(--spacing2)}.xl-right-3{right:var(--spacing3)}.xl-right-4{right:var(--spacing4)}.xl-right-5{right:var(--spacing5)}.xl-right-6{right:var(--spacing6)}.xl-right-7{right:var(--spacing7)}.xl-right-8{right:var(--spacing8)}.xl-right-9{right:var(--spacing9)}.xl-right-10{right:var(--spacing10)}.xl-right-11{right:var(--spacing11)}.xl-right-12{right:var(--spacing12)}.xl-right-13{right:var(--spacing13)}.xl-right-14{right:var(--spacing14)}.xl-right-15{right:var(--spacing15)}.xl-right-16{right:var(--spacing16)}.xl-right-17{right:var(--spacing17)}.xl-right-18{right:var(--spacing18)}.xl-right-19{right:var(--spacing19)}.xl-right-20{right:var(--spacing20)}.xl-right-21{right:var(--spacing21)}.xl-right-22{right:var(--spacing22)}.xl-right-23{right:var(--spacing23)}.xl-right-24{right:var(--spacing24)}.xl-right-25{right:var(--spacing25)}
			.xl-bottom-0{bottom:0}.xl-bottom-px{bottom:1px}.xl-bottom-1{bottom:var(--spacing1)}.xl-bottom-2{bottom:var(--spacing2)}.xl-bottom-3{bottom:var(--spacing3)}.xl-bottom-4{bottom:var(--spacing4)}.xl-bottom-5{bottom:var(--spacing5)}.xl-bottom-6{bottom:var(--spacing6)}.xl-bottom-7{bottom:var(--spacing7)}.xl-bottom-8{bottom:var(--spacing8)}.xl-bottom-9{bottom:var(--spacing9)}.xl-bottom-10{bottom:var(--spacing10)}.xl-bottom-11{bottom:var(--spacing11)}.xl-bottom-12{bottom:var(--spacing12)}.xl-bottom-13{bottom:var(--spacing13)}.xl-bottom-14{bottom:var(--spacing14)}.xl-bottom-15{bottom:var(--spacing15)}.xl-bottom-16{bottom:var(--spacing16)}.xl-bottom-17{bottom:var(--spacing17)}.xl-bottom-18{bottom:var(--spacing18)}.xl-bottom-19{bottom:var(--spacing19)}.xl-bottom-20{bottom:var(--spacing20)}.xl-bottom-21{bottom:var(--spacing21)}.xl-bottom-22{bottom:var(--spacing22)}.xl-bottom-23{bottom:var(--spacing23)}.xl-bottom-24{bottom:var(--spacing24)}.xl-bottom-25{bottom:var(--spacing25)}
			.xl-left-0{left:0}.xl-left-px{left:1px}.xl-left-1{left:var(--spacing1)}.xl-left-2{left:var(--spacing2)}.xl-left-3{left:var(--spacing3)}.xl-left-4{left:var(--spacing4)}.xl-left-5{left:var(--spacing5)}.xl-left-6{left:var(--spacing6)}.xl-left-7{left:var(--spacing7)}.xl-left-8{left:var(--spacing8)}.xl-left-9{left:var(--spacing9)}.xl-left-10{left:var(--spacing10)}.xl-left-11{left:var(--spacing11)}.xl-left-12{left:var(--spacing12)}.xl-left-13{left:var(--spacing13)}.xl-left-14{left:var(--spacing14)}.xl-left-15{left:var(--spacing15)}.xl-left-16{left:var(--spacing16)}.xl-left-17{left:var(--spacing17)}.xl-left-18{left:var(--spacing18)}.xl-left-19{left:var(--spacing19)}.xl-left-20{left:var(--spacing20)}.xl-left-21{left:var(--spacing21)}.xl-left-22{left:var(--spacing22)}.xl-left-23{left:var(--spacing23)}.xl-left-24{left:var(--spacing24)}.xl-left-25{left:var(--spacing25)}
			/* Gaps -- From .xl-gap-0 (0px) to .xl-gap-25 (12rem) */
			.xl-gap-0,.xl-gap-x-0{column-gap:0}.xl-gap-0,.xl-gap-y-0{row-gap:0}.xl-gap-1,.xl-gap-x-1{column-gap:1px}.xl-gap-1,.xl-gap-y-1{row-gap:1px}.xl-gap-2,.xl-gap-x-2{column-gap:0.25rem}.xl-gap-2,.xl-gap-y-2{row-gap:0.25rem}.xl-gap-3,.xl-gap-x-3{column-gap:0.375rem}.xl-gap-3,.xl-gap-y-3{row-gap:0.375rem}.xl-gap-4,.xl-gap-x-4{column-gap:0.5rem}.xl-gap-4,.xl-gap-y-4{row-gap:0.5rem}.xl-gap-5,.xl-gap-x-5{column-gap:0.625rem}.xl-gap-5,.xl-gap-y-5{row-gap:0.625rem}.xl-gap-6,.xl-gap-x-6{column-gap:0.75rem}.xl-gap-6,.xl-gap-y-6{row-gap:0.75rem}.xl-gap-7,.xl-gap-x-7{column-gap:0.875rem}.xl-gap-7,.xl-gap-y-7{row-gap:0.875rem}.xl-gap-8,.xl-gap-x-8{column-gap:1rem}.xl-gap-8,.xl-gap-y-8{row-gap:1rem}.xl-gap-9,.xl-gap-x-9{column-gap:1.25rem}.xl-gap-9,.xl-gap-y-9{row-gap:1.25rem}.xl-gap-10,.xl-gap-x-10{column-gap:1.5rem}.xl-gap-10,.xl-gap-y-10{row-gap:1.5rem}.xl-gap-11,.xl-gap-x-11{column-gap:1.75rem}.xl-gap-11,.xl-gap-y-11{row-gap:1.75rem}.xl-gap-12,.xl-gap-x-12{column-gap:2rem}.xl-gap-12,.xl-gap-y-12{row-gap:2rem}.xl-gap-13,.xl-gap-x-13{column-gap:2.5rem}.xl-gap-13,.xl-gap-y-13{row-gap:2.5rem}.xl-gap-14,.xl-gap-x-14{column-gap:3rem}.xl-gap-14,.xl-gap-y-14{row-gap:3rem}.xl-gap-15,.xl-gap-x-15{column-gap:3.5rem}.xl-gap-15,.xl-gap-y-15{row-gap:3.5rem}.xl-gap-16,.xl-gap-x-16{column-gap:4rem}.xl-gap-16,.xl-gap-y-16{row-gap:4rem}.xl-gap-17,.xl-gap-x-17{column-gap:4.5rem}.xl-gap-17,.xl-gap-y-17{row-gap:4.5rem}.xl-gap-18,.xl-gap-x-18{column-gap:5rem}.xl-gap-18,.xl-gap-y-18{row-gap:5rem}.xl-gap-19,.xl-gap-x-19{column-gap:5.5rem}.xl-gap-19,.xl-gap-y-19{row-gap:5.5rem}.xl-gap-20,.xl-gap-x-20{column-gap:6rem}.xl-gap-20,.xl-gap-y-20{row-gap:6rem}.xl-gap-21,.xl-gap-x-21{column-gap:7rem}.xl-gap-21,.xl-gap-y-21{row-gap:7rem}.xl-gap-22,.xl-gap-x-22{column-gap:8rem}.xl-gap-22,.xl-gap-y-22{row-gap:8rem}.xl-gap-23,.xl-gap-x-23{column-gap:9rem}.xl-gap-23,.xl-gap-y-23{row-gap:9rem}.xl-gap-24,.xl-gap-x-24{column-gap:10rem}.xl-gap-24,.xl-gap-y-24{row-gap:10rem}.xl-gap-25,.xl-gap-x-25{column-gap:12rem}.xl-gap-25,.xl-gap-y-25{row-gap:12rem}
			/* Translate Y */
			.xl-translate-y-0{transform:translateY(0)}.xl-translate-y-1{transform:translateY(var(--spacing1))}.xl-translate-y-2{transform:translateY(var(--spacing2))}.xl-translate-y-3{transform:translateY(var(--spacing3))}.xl-translate-y-4{transform:translateY(var(--spacing4))}.xl-translate-y-5{transform:translateY(var(--spacing5))}.xl-translate-y-6{transform:translateY(var(--spacing6))}.xl-translate-y-7{transform:translateY(var(--spacing7))}.xl-translate-y-8{transform:translateY(var(--spacing8))}.xl-translate-y-9{transform:translateY(var(--spacing9))}.xl-translate-y-10{transform:translateY(var(--spacing10))}.xl-translate-y-11{transform:translateY(var(--spacing11))}.xl-translate-y-12{transform:translateY(var(--spacing12))}.xl-translate-y-13{transform:translateY(var(--spacing13))}.xl-translate-y-14{transform:translateY(var(--spacing14))}.xl-translate-y-15{transform:translateY(var(--spacing15))}.xl-translate-y-16{transform:translateY(var(--spacing16))}.xl-translate-y-17{transform:translateY(var(--spacing17))}.xl-translate-y-18{transform:translateY(var(--spacing18))}.xl-translate-y-19{transform:translateY(var(--spacing19))}.xl-translate-y-20{transform:translateY(var(--spacing20))}.xl-translate-y-21{transform:translateY(var(--spacing21))}.xl-translate-y-22{transform:translateY(var(--spacing22))}.xl-translate-y-23{transform:translateY(var(--spacing23))}.xl-translate-y-24{transform:translateY(var(--spacing24))}.xl-translate-y-25{transform:translateY(var(--spacing25))}
			.xl-translate-y-perc-25{transform:translateY(25%)}.xl-translate-y-perc-50{transform:translateY(50%)}.xl-translate-y-perc-75{transform:translateY(75%)}.xl-translate-y-perc-100,.xl-translate-y-perc-full{transform:translateY(100%)}
			.-xl-translate-y-perc-25{transform:translateY(-25%)}.-xl-translate-y-perc-50{transform:translateY(-50%)}.-xl-translate-y-perc-75{transform:translateY(-75%)}.-xl-translate-y-perc-100,.-xl-translate-y-perc-full{transform:translateY(-100%)}
			/* Translate X */
			.xl-translate-x-0{transform:translateX(0)}.xl-translate-x-1{transform:translateX(var(--spacing1))}.xl-translate-x-2{transform:translateX(var(--spacing2))}.xl-translate-x-3{transform:translateX(var(--spacing3))}.xl-translate-x-4{transform:translateX(var(--spacing4))}.xl-translate-x-5{transform:translateX(var(--spacing5))}.xl-translate-x-6{transform:translateX(var(--spacing6))}.xl-translate-x-7{transform:translateX(var(--spacing7))}.xl-translate-x-8{transform:translateX(var(--spacing8))}.xl-translate-x-9{transform:translateX(var(--spacing9))}.xl-translate-x-10{transform:translateX(var(--spacing10))}.xl-translate-x-11{transform:translateX(var(--spacing11))}.xl-translate-x-12{transform:translateX(var(--spacing12))}.xl-translate-x-13{transform:translateX(var(--spacing13))}.xl-translate-x-14{transform:translateX(var(--spacing14))}.xl-translate-x-15{transform:translateX(var(--spacing15))}.xl-translate-x-16{transform:translateX(var(--spacing16))}.xl-translate-x-17{transform:translateX(var(--spacing17))}.xl-translate-x-18{transform:translateX(var(--spacing18))}.xl-translate-x-19{transform:translateX(var(--spacing19))}.xl-translate-x-20{transform:translateX(var(--spacing20))}.xl-translate-x-21{transform:translateX(var(--spacing21))}.xl-translate-x-22{transform:translateX(var(--spacing22))}.xl-translate-x-23{transform:translateX(var(--spacing23))}.xl-translate-x-24{transform:translateX(var(--spacing24))}.xl-translate-x-25{transform:translateX(var(--spacing25))}
			.xl-translate-x-perc-25{transform:translateX(25%)}.xl-translate-x-perc-50{transform:translateX(50%)}.xl-translate-x-perc-75{transform:translateX(75%)}.xl-translate-x-perc-100,.xl-translate-x-perc-full{transform:translateX(100%)}
			.-xl-translate-x-perc-25{transform:translateX(-25%)}.-xl-translate-x-perc-50{transform:translateX(-50%)}.-xl-translate-x-perc-75{transform:translateX(-75%)}.-xl-translate-x-perc-100,.-xl-translate-x-perc-full{transform:translateX(-100%)}
			/* Font sizes */
			.xl-text-xxs{font-size:var(--text-xxs)}.xl-text-xs{font-size:var(--text-xs)}.xl-text-sm{font-size:var(--text-sm)}.xl-text-base{font-size:var(--text-base)}.xl-text-md{font-size:var(--text-md)}.xl-text-lg{font-size:var(--text-lg)}.xl-text-xl{font-size:var(--text-xl)}.xl-text-2xl{font-size:var(--text-2xl)}.xl-text-3xl{font-size:var(--text-3xl)}.xl-text-4xl{font-size:var(--text-4xl)}.xl-text-5xl{font-size:var(--text-5xl)}.xl-text-6xl{font-size:var(--text-6xl)}.xl-text-7xl{font-size:var(--text-7xl)}.xl-text-8xl{font-size:var(--text-8xl)}.xl-text-9xl{font-size:var(--text-9xl)}.xl-text-10xl{font-size:var(--text-10xl)}.xl-text-11xl{font-size:var(--text-11xl)}.xl-text-12xl{font-size:var(--text-12xl)}.xl-text-13xl{font-size:var(--text-13xl)}.xl-text-14xl{font-size:var(--text-14xl)}.xl-text-15xl{font-size:var(--text-15xl)}
			/* Letter Spacing */
			.xl-ls-xxs,.xl-hover-ls-xxs:hover,.group:hover .xl-group-hover-ls-xxs,.xl-active-ls-xxs.active{letter-spacing:-0.08rem}.xl-ls-xs,.xl-hover-ls-xs:hover,.group:hover .xl-group-hover-ls-xs,.xl-active-ls-xs.active{letter-spacing:-0.04rem}.xl-ls-sm,.xl-hover-ls-sm:hover,.group:hover .xl-group-hover-ls-sm,.xl-active-ls-sm.active{letter-spacing:-0.02rem}.xl-ls-base,.xl-hover-ls-base:hover,.group:hover .xl-group-hover-ls-base,.xl-active-ls-base.active{letter-spacing:0rem}.xl-ls-md,.xl-hover-ls-md:hover,.group:hover .xl-group-hover-ls-md,.xl-active-ls-md.active{letter-spacing:0.02rem}.xl-ls-lg,.xl-hover-ls-lg:hover,.group:hover .xl-group-hover-ls-lg,.xl-active-ls-lg.active{letter-spacing:0.04rem}.xl-ls-xl,.xl-hover-ls-xl:hover,.group:hover .xl-group-hover-ls-xl,.xl-active-ls-xl.active{letter-spacing:0.075rem}.xl-ls-2xl,.xl-hover-ls-2xl:hover,.group:hover .xl-group-hover-ls-2xl,.xl-active-ls-2xl.active{letter-spacing:0.1rem}.xl-ls-3xl,.xl-hover-ls-3xl:hover,.group:hover .xl-group-hover-ls-3xl,.xl-active-ls-3xl.active{letter-spacing:0.3rem}.xl-ls-4xl,.xl-hover-ls-4xl:hover,.group:hover .xl-group-hover-ls-4xl,.xl-active-ls-4xl.active{letter-spacing:0.6rem}.xl-ls-5xl,.xl-hover-ls-5xl:hover,.group:hover .xl-group-hover-ls-5xl,.xl-active-ls-5xl.active{letter-spacing:1rem}.xl-ls-6xl,.xl-hover-ls-6xl:hover,.group:hover .xl-group-hover-ls-6xl,.xl-active-ls-6xl.active{letter-spacing:1.3rem}.xl-ls-7xl,.xl-hover-ls-7xl:hover,.group:hover .xl-group-hover-ls-7xl,.xl-active-ls-7xl.active{letter-spacing:1.6rem}.xl-ls-8xl,.xl-hover-ls-8xl:hover,.group:hover .xl-group-hover-ls-8xl,.xl-active-ls-8xl.active{letter-spacing:2rem}.xl-ls-9xl,.xl-hover-ls-9xl:hover,.group:hover .xl-group-hover-ls-9xl,.xl-active-ls-9xl.active{letter-spacing:2.5rem}.xl-ls-10xl,.xl-hover-ls-10xl:hover,.group:hover .xl-group-hover-ls-10xl,.xl-active-ls-10xl.active{letter-spacing:4rem}
			/* Line Height */
			.xl-lh-normal{line-height:normal}.xl-lh-inherit{line-height:inherit}.xl-lh-base{line-height:var(--body-line-height)}.xl-lh-perc-80{line-height:80%}.xl-lh-perc-90{line-height:90%}.xl-lh-perc-100{line-height:100%}.xl-lh-perc-110{line-height:110%}.xl-lh-perc-120{line-height:120%}.xl-lh-perc-130{line-height:130%}.xl-lh-perc-140{line-height:140%}.xl-lh-perc-150{line-height:150%}.xl-lh-perc-160{line-height:160%}.xl-lh-perc-170{line-height:170%}.xl-lh-perc-180{line-height:180%}.xl-lh-perc-190{line-height:190%}.xl-lh-perc-200{line-height:200%}
			.xl-lh-xxs{line-height:var(--lh-xxs);}.xl-lh-xs{line-height:var(--lh-xs)}.xl-lh-sm{line-height:var(--lh-sm)}.xl-lh-md{line-height:var(--lh-md)}.xl-lh-lg{line-height:var(--lh-lg)}.xl-lh-xl{line-height:var(--lh-xl)}.xl-lh-2xl{line-height:var(--lh-2xl)}.xl-lh-3xl{line-height:var(--lh-3xl)}.xl-lh-4xl{line-height:var(--lh-4xl)}.xl-lh-5xl{line-height:var(--lh-5xl)}.xl-lh-6xl{line-height:var(--lh-6xl)}.xl-lh-7xl{line-height:var(--lh-7xl)}.xl-lh-8xl{line-height:var(--lh-8xl)}.xl-lh-9xl{line-height:var(--lh-9xl)}.xl-lh-10xl{line-height:var(--lh-10xl)}.xl-lh-11xl{line-height:var(--lh-11xl)}.xl-lh-12xl{line-height:var(--lh-12xl)}.xl-lh-13xl{line-height:var(--lh-13xl)}.xl-lh-14xl{line-height:var(--lh-14xl)}.xl-lh-15xl{line-height:var(--lh-15xl)}
			/* White Space */
			.xl-ws-nowrap{white-space:nowrap}.xl-ws-normal{white-space:normal}
			/* Width */
			.xl-w-perc-0,.xl-w-0{width:0}.xl-w-perc-100,.xl-w-full{width:100%}.xl-w-screen,.xl-w-screen-100,.xl-fullscreen{width:100vw}.xl-w-auto{width:auto}.xl-w-fit{width:fit-content}
			.xl-w-perc-5{width:5%}.xl-w-perc-10{width:10%}.xl-w-perc-15{width:15%}.xl-w-perc-20{width:20%}.xl-w-perc-25{width:25%}.xl-w-perc-30{width:30%}.xl-w-perc-35{width:35%}.xl-w-perc-40{width:40%}.xl-w-perc-45{width:45%}.xl-w-perc-50{width:50%}.xl-w-perc-55{width:55%}.xl-w-perc-60{width:60%}.xl-w-perc-65{width:65%}.xl-w-perc-70{width:70%}.xl-w-perc-75{width:75%}.xl-w-perc-80{width:80%}.xl-w-perc-80{width:80%}.xl-w-perc-85{width:85%}.xl-w-perc-90{width:90%}.xl-w-perc-95{width:95%}
			.xl-w-1,.xl-w-px{width:1px}.xl-w-2{width:0.125rem}.xl-w-3{width:0.25rem}.xl-w-4{width:0.375rem}.xl-w-5{width:0.5rem}.xl-w-6{width:0.625rem}.xl-w-7{width:0.75rem}.xl-w-8{width:0.875rem}.xl-w-9{width:1rem}.xl-w-10{width:1.25rem}.xl-w-11{width:1.5rem}.xl-w-12{width:1.75rem}.xl-w-13{width:2rem}.xl-w-14{width:2.25rem}.xl-w-15{width:2.5rem}.xl-w-16{width:2.75rem}.xl-w-17{width:3rem}.xl-w-18{width:3.5rem}.xl-w-19{width:4rem}.xl-w-20{width:5rem}.xl-w-21{width:6rem}.xl-w-22{width:7rem}.xl-w-23{width:8rem}.xl-w-24{width:9rem}.xl-w-25{width:10rem}.xl-w-26{width:11rem}.xl-w-27{width:12rem}.xl-w-28{width:13rem}.xl-w-29{width:14rem}.xl-w-30{width:15rem}.xl-w-31{width:16rem}.xl-w-32{width:17rem}.xl-w-33{width:18rem}.xl-w-34{width:19rem}.xl-w-35{width:20rem}.xl-w-36{width:22rem}.xl-w-37{width:24rem}.xl-w-38{width:26rem}.xl-w-39{width:28rem}.xl-w-40{width:30rem}.xl-w-41{width:32rem}.xl-w-42{width:35rem}.xl-w-43{width:40rem}.xl-w-44{width:44rem}.xl-w-45{width:48rem}.xl-w-46{width:52rem}.xl-w-47{width:55rem}.xl-w-48{width:58rem}.xl-w-49{width:60rem}.xl-w-50{width:62rem}
			.xl-w-screen-5{width:5vw}.xl-w-screen-10{width:10vw}.xl-w-screen-15{width:15vw}.xl-w-screen-20{width:20vw}.xl-w-screen-25{width:25vw}.xl-w-screen-30{width:30vw}.xl-w-screen-35{width:35vw}.xl-w-screen-40{width:40vw}.xl-w-screen-45{width:45vw}.xl-w-screen-50{width:50vw}.xl-w-screen-55{width:55vw}.xl-w-screen-60{width:60vw}.xl-w-screen-65{width:65vw}.xl-w-screen-70{width:70vw}.xl-w-screen-75{width:75vw}.xl-w-screen-80{width:80vw}.xl-w-screen-85{width:85vw}.xl-w-screen-90{width:90vw}.xl-w-screen-95{width:95vw}
			/* Height */
			.xl-h-perc-0,.xl-h-0{height:0}.xl-h-perc-100,.xl-h-full{height:100%}.xl-h-screen,.xl-fullscreen,.xl-h-screen-100{height:100vh}.xl-h-auto{height:auto}
			.xl-h-perc-5{height:5%}.xl-h-perc-10{height:10%}.xl-h-perc-15{height:15%}.xl-h-perc-20{height:20%}.xl-h-perc-25{height:25%}.xl-h-perc-30{height:30%}.xl-h-perc-35{height:35%}.xl-h-perc-40{height:40%}.xl-h-perc-45{height:45%}.xl-h-perc-50{height:50%}.xl-h-perc-55{height:55%}.xl-h-perc-60{height:60%}.xl-h-perc-65{height:65%}.xl-h-perc-70{height:70%}.xl-h-perc-75{height:75%}.xl-h-perc-80{height:80%}.xl-h-perc-80{height:80%}.xl-h-perc-85{height:85%}.xl-h-perc-90{height:90%}.xl-h-perc-95{height:95%}
			.xl-h-1,.xl-h-px{height:1px}.xl-h-2{height:0.125rem}.xl-h-3{height:0.25rem}.xl-h-4{height:0.375rem}.xl-h-5{height:0.5rem}.xl-h-6{height:0.625rem}.xl-h-7{height:0.75rem}.xl-h-8{height:0.875rem}.xl-h-9{height:1rem}.xl-h-10{height:1.25rem}.xl-h-11{height:1.5rem}.xl-h-12{height:1.75rem}.xl-h-13{height:2rem}.xl-h-14{height:2.25rem}.xl-h-15{height:2.5rem}.xl-h-16{height:2.75rem}.xl-h-17{height:3rem}.xl-h-18{height:3.5rem}.xl-h-19{height:4rem}.xl-h-20{height:5rem}.xl-h-21{height:6rem}.xl-h-22{height:7rem}.xl-h-23{height:8rem}.xl-h-24{height:9rem}.xl-h-25{height:10rem}.xl-h-26{height:11rem}.xl-h-27{height:12rem}.xl-h-28{height:13rem}.xl-h-29{height:14rem}.xl-h-30{height:15rem}.xl-h-31{height:16rem}.xl-h-32{height:17rem}.xl-h-33{height:18rem}.xl-h-34{height:19rem}.xl-h-35{height:20rem}.xl-h-36{height:22rem}.xl-h-37{height:24rem}.xl-h-38{height:26rem}.xl-h-39{height:28rem}.xl-h-40{height:30rem}.xl-h-41{height:32rem}.xl-h-42{height:35rem}.xl-h-43{height:40rem}.xl-h-44{height:44rem}.xl-h-45{height:48rem}.xl-h-46{height:52rem}.xl-h-47{height:55rem}.xl-h-48{height:58rem}.xl-h-49{height:60rem}.xl-h-50{height:62rem}
			.xl-h-screen-5{height:5vh}.xl-h-screen-10{height:10vh}.xl-h-screen-15{height:15vh}.xl-h-screen-20{height:20vh}.xl-h-screen-25{height:25vh}.xl-h-screen-30{height:30vh}.xl-h-screen-35{height:35vh}.xl-h-screen-40{height:40vh}.xl-h-screen-45{height:45vh}.xl-h-screen-50{height:50vh}.xl-h-screen-55{height:55vh}.xl-h-screen-60{height:60vh}.xl-h-screen-65{height:65vh}.xl-h-screen-70{height:70vh}.xl-h-screen-75{height:75vh}.xl-h-screen-80{height:80vh}.xl-h-screen-85{height:85vh}.xl-h-screen-90{height:90vh}.xl-h-screen-95{height:95vh}
			/* Max Width */
			.xl-mxw-screen,.xl-mxw-screen-100{max-width:100vw}.xl-mxw-0,.xl-mxw-perc-0{max-width:0}.xl-mxw-full,.xl-mxw-perc-100{max-width:100%}.xl-mxw-none{max-width:none}
			.xl-mxw-perc-5{max-width:5%}.xl-mxw-perc-10{max-width:10%}.xl-mxw-perc-15{max-width:15%}.xl-mxw-perc-20{max-width:20%}.xl-mxw-perc-25{max-width:25%}.xl-mxw-perc-30{max-width:30%}.xl-mxw-perc-35{max-width:35%}.xl-mxw-perc-40{max-width:40%}.xl-mxw-perc-45{max-width:45%}.xl-mxw-perc-50{max-width:50%}.xl-mxw-perc-55{max-width:55%}.xl-mxw-perc-60{max-width:60%}.xl-mxw-perc-65{max-width:65%}.xl-mxw-perc-70{max-width:70%}.xl-mxw-perc-75{max-width:75%}.xl-mxw-perc-80{max-width:80%}.xl-mxw-perc-85{max-width:85%}.xl-mxw-perc-90{max-width:90%}.xl-mxw-perc-95{max-width:95%}
			.xl-mxw-1,.xl-mxw-px{max-width:1px}.xl-mxw-2{max-width:0.125rem}.xl-mxw-3{max-width:0.25rem}.xl-mxw-4{max-width:0.375rem}.xl-mxw-5{max-width:0.5rem}.xl-mxw-6{max-width:0.625rem}.xl-mxw-7{max-width:0.75rem}.xl-mxw-8{max-width:0.875rem}.xl-mxw-9{max-width:1rem}.xl-mxw-10{max-width:1.25rem}.xl-mxw-11{max-width:1.5rem}.xl-mxw-12{max-width:1.75rem}.xl-mxw-13{max-width:2rem}.xl-mxw-14{max-width:2.25rem}.xl-mxw-15{max-width:2.5rem}.xl-mxw-16{max-width:2.75rem}.xl-mxw-17{max-width:3rem}.xl-mxw-18{max-width:3.5rem}.xl-mxw-19{max-width:4rem}.xl-mxw-20{max-width:5rem}.xl-mxw-21{max-width:6rem}.xl-mxw-22{max-width:7rem}.xl-mxw-23{max-width:8rem}.xl-mxw-24{max-width:9rem}.xl-mxw-25{max-width:10rem}.xl-mxw-26{max-width:11rem}.xl-mxw-27{max-width:12rem}.xl-mxw-28{max-width:13rem}.xl-mxw-29{max-width:14rem}.xl-mxw-30{max-width:15rem}.xl-mxw-31{max-width:16rem}.xl-mxw-32{max-width:17rem}.xl-mxw-33{max-width:18rem}.xl-mxw-34{max-width:19rem}.xl-mxw-35{max-width:20rem}.xl-mxw-36{max-width:22rem}.xl-mxw-37{max-width:24rem}.xl-mxw-38{max-width:26rem}.xl-mxw-39{max-width:28rem}.xl-mxw-40{max-width:30rem}.xl-mxw-41{max-width:32rem}.xl-mxw-42{max-width:35rem}.xl-mxw-43{max-width:40rem}.xl-mxw-44{max-width:44rem}.xl-mxw-45{max-width:48rem}.xl-mxw-46{max-width:52rem}.xl-mxw-47{max-width:55rem}.xl-mxw-48{max-width:58rem}.xl-mxw-49{max-width:60rem}.xl-mxw-50{max-width:62rem}
			.xl-mxw-screen-5{max-width:5vw}.xl-mxw-screen-10{max-width:10vw}.xl-mxw-screen-15{max-width:15vw}.xl-mxw-screen-20{max-width:20vw}.xl-mxw-screen-25{max-width:25vw}.xl-mxw-screen-30{max-width:30vw}.xl-mxw-screen-35{max-width:35vw}.xl-mxw-screen-40{max-width:40vw}.xl-mxw-screen-45{max-width:45vw}.xl-mxw-screen-50{max-width:50vw}.xl-mxw-screen-55{max-width:55vw}.xl-mxw-screen-60{max-width:60vw}.xl-mxw-screen-65{max-width:65vw}.xl-mxw-screen-70{max-width:70vw}.xl-mxw-screen-75{max-width:75vw}.xl-mxw-screen-80{max-width:80vw}.xl-mxw-screen-85{max-width:85vw}.xl-mxw-screen-90{max-width:90vw}.xl-mxw-screen-95{max-width:95vw}
			/* Min Width */
			.xl-mnw-screen,.xl-mnw-screen-100{max-height:100vw}.xl-mnw-0,.xl-mnw-perc-0{min-width:0}.xl-mnw-full,.xl-mnw-perc-100{min-width:100%}.xl-mnw-none,.xl-mnw-auto{min-width:auto}
			.xl-mnw-perc-5{min-width:5%}.xl-mnw-perc-10{min-width:10%}.xl-mnw-perc-15{min-width:15%}.xl-mnw-perc-20{min-width:20%}.xl-mnw-perc-25{min-width:25%}.xl-mnw-perc-30{min-width:30%}.xl-mnw-perc-35{min-width:35%}.xl-mnw-perc-40{min-width:40%}.xl-mnw-perc-45{min-width:45%}.xl-mnw-perc-50{min-width:50%}.xl-mnw-perc-55{min-width:55%}.xl-mnw-perc-60{min-width:60%}.xl-mnw-perc-65{min-width:65%}.xl-mnw-perc-70{min-width:70%}.xl-mnw-perc-75{min-width:75%}.xl-mnw-perc-80{min-width:80%}.xl-mnw-perc-85{min-width:85%}.xl-mnw-perc-90{min-width:90%}.xl-mnw-perc-95{min-width:95%}
			.xl-mnw-1,.xl-mnw-px{min-width:1px}.xl-mnw-2{min-width:0.125rem}.xl-mnw-3{min-width:0.25rem}.xl-mnw-4{min-width:0.375rem}.xl-mnw-5{min-width:0.5rem}.xl-mnw-6{min-width:0.625rem}.xl-mnw-7{min-width:0.75rem}.xl-mnw-8{min-width:0.875rem}.xl-mnw-9{min-width:1rem}.xl-mnw-10{min-width:1.25rem}.xl-mnw-11{min-width:1.5rem}.xl-mnw-12{min-width:1.75rem}.xl-mnw-13{min-width:2rem}.xl-mnw-14{min-width:2.25rem}.xl-mnw-15{min-width:2.5rem}.xl-mnw-16{min-width:2.75rem}.xl-mnw-17{min-width:3rem}.xl-mnw-18{min-width:3.5rem}.xl-mnw-19{min-width:4rem}.xl-mnw-20{min-width:5rem}.xl-mnw-21{min-width:6rem}.xl-mnw-22{min-width:7rem}.xl-mnw-23{min-width:8rem}.xl-mnw-24{min-width:9rem}.xl-mnw-25{min-width:10rem}.xl-mnw-26{min-width:11rem}.xl-mnw-27{min-width:12rem}.xl-mnw-28{min-width:13rem}.xl-mnw-29{min-width:14rem}.xl-mnw-30{min-width:15rem}.xl-mnw-31{min-width:16rem}.xl-mnw-32{min-width:17rem}.xl-mnw-33{min-width:18rem}.xl-mnw-34{min-width:19rem}.xl-mnw-35{min-width:20rem}.xl-mnw-36{min-width:22rem}.xl-mnw-37{min-width:24rem}.xl-mnw-38{min-width:26rem}.xl-mnw-39{min-width:28rem}.xl-mnw-40{min-width:30rem}.xl-mnw-41{min-width:32rem}.xl-mnw-42{min-width:35rem}.xl-mnw-43{min-width:40rem}.xl-mnw-44{min-width:44rem}.xl-mnw-45{min-width:48rem}.xl-mnw-46{min-width:52rem}.xl-mnw-47{min-width:55rem}.xl-mnw-48{min-width:58rem}.xl-mnw-49{min-width:60rem}.xl-mnw-50{min-width:62rem}
			.xl-mnw-screen-5{min-width:5vw}.xl-mnw-screen-10{min-width:10vw}.xl-mnw-screen-15{min-width:15vw}.xl-mnw-screen-20{min-width:20vw}.xl-mnw-screen-25{min-width:25vw}.xl-mnw-screen-30{min-width:30vw}.xl-mnw-screen-35{min-width:35vw}.xl-mnw-screen-40{min-width:40vw}.xl-mnw-screen-45{min-width:45vw}.xl-mnw-screen-50{min-width:50vw}.xl-mnw-screen-55{min-width:55vw}.xl-mnw-screen-60{min-width:60vw}.xl-mnw-screen-65{min-width:65vw}.xl-mnw-screen-70{min-width:70vw}.xl-mnw-screen-75{min-width:75vw}.xl-mnw-screen-80{min-width:80vw}.xl-mnw-screen-85{min-width:85vw}.xl-mnw-screen-90{min-width:90vw}.xl-mnw-screen-95{min-width:95vw}
			/* Max Height */
			.xl-mxh-screen,.xl-mxh-screen-100{max-height:100vh}.xl-mxh-0,.xl-mxh-perc-0{max-height:0}.xl-mxh-full,.xl-mxh-perc-100{max-height:100%}.xl-mxh-none{max-height:none}
			.xl-mxh-perc-5{max-height:5%}.xl-mxh-perc-10{max-height:10%}.xl-mxh-perc-15{max-height:15%}.xl-mxh-perc-20{max-height:20%}.xl-mxh-perc-25{max-height:25%}.xl-mxh-perc-30{max-height:30%}.xl-mxh-perc-35{max-height:35%}.xl-mxh-perc-40{max-height:40%}.xl-mxh-perc-45{max-height:45%}.xl-mxh-perc-50{max-height:50%}.xl-mxh-perc-55{max-height:55%}.xl-mxh-perc-60{max-height:60%}.xl-mxh-perc-65{max-height:65%}.xl-mxh-perc-70{max-height:70%}.xl-mxh-perc-75{max-height:75%}.xl-mxh-perc-80{max-height:80%}.xl-mxh-perc-85{max-height:85%}.xl-mxh-perc-90{max-height:90%}.xl-mxh-perc-95{max-height:95%}
			.xl-mxh-1,.xl-mxh-px{max-height:1px}.xl-mxh-2{max-height:0.125rem}.xl-mxh-3{max-height:0.25rem}.xl-mxh-4{max-height:0.375rem}.xl-mxh-5{max-height:0.5rem}.xl-mxh-6{max-height:0.625rem}.xl-mxh-7{max-height:0.75rem}.xl-mxh-8{max-height:0.875rem}.xl-mxh-9{max-height:1rem}.xl-mxh-10{max-height:1.25rem}.xl-mxh-11{max-height:1.5rem}.xl-mxh-12{max-height:1.75rem}.xl-mxh-13{max-height:2rem}.xl-mxh-14{max-height:2.25rem}.xl-mxh-15{max-height:2.5rem}.xl-mxh-16{max-height:2.75rem}.xl-mxh-17{max-height:3rem}.xl-mxh-18{max-height:3.5rem}.xl-mxh-19{max-height:4rem}.xl-mxh-20{max-height:5rem}.xl-mxh-21{max-height:6rem}.xl-mxh-22{max-height:7rem}.xl-mxh-23{max-height:8rem}.xl-mxh-24{max-height:9rem}.xl-mxh-25{max-height:10rem}.xl-mxh-26{max-height:11rem}.xl-mxh-27{max-height:12rem}.xl-mxh-28{max-height:13rem}.xl-mxh-29{max-height:14rem}.xl-mxh-30{max-height:15rem}.xl-mxh-31{max-height:16rem}.xl-mxh-32{max-height:17rem}.xl-mxh-33{max-height:18rem}.xl-mxh-34{max-height:19rem}.xl-mxh-35{max-height:20rem}.xl-mxh-36{max-height:22rem}.xl-mxh-37{max-height:24rem}.xl-mxh-38{max-height:26rem}.xl-mxh-39{max-height:28rem}.xl-mxh-40{max-height:30rem}.xl-mxh-41{max-height:32rem}.xl-mxh-42{max-height:35rem}.xl-mxh-43{max-height:40rem}.xl-mxh-44{max-height:44rem}.xl-mxh-45{max-height:48rem}.xl-mxh-46{max-height:52rem}.xl-mxh-47{max-height:55rem}.xl-mxh-48{max-height:58rem}.xl-mxh-49{max-height:60rem}.xl-mxh-50{max-height:62rem}
			.xl-mxh-screen-5{max-height:5vh}.xl-mxh-screen-10{max-height:10vh}.xl-mxh-screen-15{max-height:15vh}.xl-mxh-screen-20{max-height:20vh}.xl-mxh-screen-25{max-height:25vh}.xl-mxh-screen-30{max-height:30vh}.xl-mxh-screen-35{max-height:35vh}.xl-mxh-screen-40{max-height:40vh}.xl-mxh-screen-45{max-height:45vh}.xl-mxh-screen-50{max-height:50vh}.xl-mxh-screen-55{max-height:55vh}.xl-mxh-screen-60{max-height:60vh}.xl-mxh-screen-65{max-height:65vh}.xl-mxh-screen-70{max-height:70vh}.xl-mxh-screen-75{max-height:75vh}.xl-mxh-screen-80{max-height:80vh}.xl-mxh-screen-85{max-height:85vh}.xl-mxh-screen-90{max-height:90vh}.xl-mxh-screen-95{max-height:95vh}
			/* Min Height */
			.xl-mnh-screen,.xl-mnh-screen-100{min-height:100vh}.xl-mnh-0,.xl-mnh-perc-0{min-height:0}.xl-mnh-full,.xl-mnh-perc-100{min-height:100%}.xl-mnh-none{min-height:none}
			.xl-mnh-perc-5{min-height:5%}.xl-mnh-perc-10{min-height:10%}.xl-mnh-perc-15{min-height:15%}.xl-mnh-perc-20{min-height:20%}.xl-mnh-perc-25{min-height:25%}.xl-mnh-perc-30{min-height:30%}.xl-mnh-perc-35{min-height:35%}.xl-mnh-perc-40{min-height:40%}.xl-mnh-perc-45{min-height:45%}.xl-mnh-perc-50{min-height:50%}.xl-mnh-perc-55{min-height:55%}.xl-mnh-perc-60{min-height:60%}.xl-mnh-perc-65{min-height:65%}.xl-mnh-perc-70{min-height:70%}.xl-mnh-perc-75{min-height:75%}.xl-mnh-perc-80{min-height:80%}.xl-mnh-perc-85{min-height:85%}.xl-mnh-perc-90{min-height:90%}.xl-mnh-perc-95{min-height:95%}
			.xl-mnh-1,.xl-mnh-px{min-height:1px}.xl-mnh-2{min-height:0.125rem}.xl-mnh-3{min-height:0.25rem}.xl-mnh-4{min-height:0.375rem}.xl-mnh-5{min-height:0.5rem}.xl-mnh-6{min-height:0.625rem}.xl-mnh-7{min-height:0.75rem}.xl-mnh-8{min-height:0.875rem}.xl-mnh-9{min-height:1rem}.xl-mnh-10{min-height:1.25rem}.xl-mnh-11{min-height:1.5rem}.xl-mnh-12{min-height:1.75rem}.xl-mnh-13{min-height:2rem}.xl-mnh-14{min-height:2.25rem}.xl-mnh-15{min-height:2.5rem}.xl-mnh-16{min-height:2.75rem}.xl-mnh-17{min-height:3rem}.xl-mnh-18{min-height:3.5rem}.xl-mnh-19{min-height:4rem}.xl-mnh-20{min-height:5rem}.xl-mnh-21{min-height:6rem}.xl-mnh-22{min-height:7rem}.xl-mnh-23{min-height:8rem}.xl-mnh-24{min-height:9rem}.xl-mnh-25{min-height:10rem}.xl-mnh-26{min-height:11rem}.xl-mnh-27{min-height:12rem}.xl-mnh-28{min-height:13rem}.xl-mnh-29{min-height:14rem}.xl-mnh-30{min-height:15rem}.xl-mnh-31{min-height:16rem}.xl-mnh-32{min-height:17rem}.xl-mnh-33{min-height:18rem}.xl-mnh-34{min-height:19rem}.xl-mnh-35{min-height:20rem}.xl-mnh-36{min-height:22rem}.xl-mnh-37{min-height:24rem}.xl-mnh-38{min-height:26rem}.xl-mnh-39{min-height:28rem}.xl-mnh-40{min-height:30rem}.xl-mnh-41{min-height:32rem}.xl-mnh-42{min-height:35rem}.xl-mnh-43{min-height:40rem}.xl-mnh-44{min-height:44rem}.xl-mnh-45{min-height:48rem}.xl-mnh-46{min-height:52rem}.xl-mnh-47{min-height:55rem}.xl-mnh-48{min-height:58rem}.xl-mnh-49{min-height:60rem}.xl-mnh-50{min-height:62rem}
			.xl-mnh-screen-5{min-height:5vh}.xl-mnh-screen-10{min-height:10vh}.xl-mnh-screen-15{min-height:15vh}.xl-mnh-screen-20{min-height:20vh}.xl-mnh-screen-25{min-height:25vh}.xl-mnh-screen-30{min-height:30vh}.xl-mnh-screen-35{min-height:35vh}.xl-mnh-screen-40{min-height:40vh}.xl-mnh-screen-45{min-height:45vh}.xl-mnh-screen-50{min-height:50vh}.xl-mnh-screen-55{min-height:55vh}.xl-mnh-screen-60{min-height:60vh}.xl-mnh-screen-65{min-height:65vh}.xl-mnh-screen-70{min-height:70vh}.xl-mnh-screen-75{min-height:75vh}.xl-mnh-screen-80{min-height:80vh}.xl-mnh-screen-85{min-height:85vh}.xl-mnh-screen-90{min-height:90vh}.xl-mnh-screen-95{min-height:95vh}
			/* Rounded borders */
			.xl-rounded-inherit{border-radius:inherit}
			.xl-rounded-none,.xl-rounded-t-none,.xl-rounded-l-none,.xl-rounded-tl-none{border-top-left-radius:0}
			.xl-rounded-none,.xl-rounded-t-none,.xl-rounded-r-none,.xl-rounded-tr-none{border-top-right-radius:0}
			.xl-rounded-none,.xl-rounded-b-none,.xl-rounded-l-none,.xl-rounded-bl-none{border-bottom-left-radius:0}
			.xl-rounded-none,.xl-rounded-b-none,.xl-rounded-r-none,.xl-rounded-br-none{border-bottom-right-radius:0}
			.xl-rounded-sm,.xl-rounded-t-sm,.xl-rounded-l-sm,.xl-rounded-tl-sm{border-top-left-radius:var(--rounded-sm)}
			.xl-rounded-sm,.xl-rounded-t-sm,.xl-rounded-r-sm,.xl-rounded-tr-sm{border-top-right-radius:var(--rounded-sm)}
			.xl-rounded-sm,.xl-rounded-b-sm,.xl-rounded-l-sm,.xl-rounded-bl-sm{border-bottom-left-radius:var(--rounded-sm)}
			.xl-rounded-sm,.xl-rounded-b-sm,.xl-rounded-r-sm,.xl-rounded-br-sm{border-bottom-right-radius:var(--rounded-sm)}
			.xl-rounded,.xl-rounded-t,.xl-rounded-l,.xl-rounded-tl{border-top-left-radius:var(--rounded)}
			.xl-rounded,.xl-rounded-t,.xl-rounded-r,.xl-rounded-tr{border-top-right-radius:var(--rounded)}
			.xl-rounded,.xl-rounded-b,.xl-rounded-l,.xl-rounded-bl{border-bottom-left-radius:var(--rounded)}
			.xl-rounded,.xl-rounded-b,.xl-rounded-r,.xl-rounded-br{border-bottom-right-radius:var(--rounded)}
			.xl-rounded-md,.xl-rounded-t-md,.xl-rounded-l-md,.xl-rounded-tl-md{border-top-left-radius:var(--rounded-md)}
			.xl-rounded-md,.xl-rounded-t-md,.xl-rounded-r-md,.xl-rounded-tr-md{border-top-right-radius:var(--rounded-md)}
			.xl-rounded-md,.xl-rounded-b-md,.xl-rounded-l-md,.xl-rounded-bl-md{border-bottom-left-radius:var(--rounded-md)}
			.xl-rounded-md,.xl-rounded-b-md,.xl-rounded-r-md,.xl-rounded-br-md{border-bottom-right-radius:var(--rounded-md)}
			.xl-rounded-lg,.xl-rounded-t-lg,.xl-rounded-l-lg,.xl-rounded-tl-lg{border-top-left-radius:var(--rounded-lg)}
			.xl-rounded-lg,.xl-rounded-t-lg,.xl-rounded-r-lg,.xl-rounded-tr-lg{border-top-right-radius:var(--rounded-lg)}
			.xl-rounded-lg,.xl-rounded-b-lg,.xl-rounded-l-lg,.xl-rounded-bl-lg{border-bottom-left-radius:var(--rounded-lg)}
			.xl-rounded-lg,.xl-rounded-b-lg,.xl-rounded-r-lg,.xl-rounded-br-lg{border-bottom-right-radius:var(--rounded-lg)}
			.xl-rounded-xl,.xl-rounded-t-xl,.xl-rounded-l-xl,.xl-rounded-tl-xl{border-top-left-radius:var(--rounded-xl)}
			.xl-rounded-xl,.xl-rounded-t-xl,.xl-rounded-r-xl,.xl-rounded-tr-xl{border-top-right-radius:var(--rounded-xl)}
			.xl-rounded-xl,.xl-rounded-b-xl,.xl-rounded-l-xl,.xl-rounded-bl-xl{border-bottom-left-radius:var(--rounded-xl)}
			.xl-rounded-xl,.xl-rounded-b-xl,.xl-rounded-r-xl,.xl-rounded-br-xl{border-bottom-right-radius:var(--rounded-xl)}
			.xl-rounded-2xl,.xl-rounded-t-2xl,.xl-rounded-l-2xl,.xl-rounded-tl-2xl{border-top-left-radius:var(--rounded-2xl)}
			.xl-rounded-2xl,.xl-rounded-t-2xl,.xl-rounded-r-2xl,.xl-rounded-tr-2xl{border-top-right-radius:var(--rounded-2xl)}
			.xl-rounded-2xl,.xl-rounded-b-2xl,.xl-rounded-l-2xl,.xl-rounded-bl-2xl{border-bottom-left-radius:var(--rounded-2xl)}
			.xl-rounded-2xl,.xl-rounded-b-2xl,.xl-rounded-r-2xl,.xl-rounded-br-2xl{border-bottom-right-radius:var(--rounded-2xl)}
			.xl-rounded-3xl,.xl-rounded-t-3xl,.xl-rounded-l-3xl,.xl-rounded-tl-3xl{border-top-left-radius:var(--rounded-3xl)}
			.xl-rounded-3xl,.xl-rounded-t-3xl,.xl-rounded-r-3xl,.xl-rounded-tr-3xl{border-top-right-radius:var(--rounded-3xl)}
			.xl-rounded-3xl,.xl-rounded-b-3xl,.xl-rounded-l-3xl,.xl-rounded-bl-3xl{border-bottom-left-radius:var(--rounded-3xl)}
			.xl-rounded-3xl,.xl-rounded-b-3xl,.xl-rounded-r-3xl,.xl-rounded-br-3xl{border-bottom-right-radius:var(--rounded-3xl)}
			.xl-rounded-4xl,.xl-rounded-t-4xl,.xl-rounded-l-4xl,.xl-rounded-tl-4xl{border-top-left-radius:var(--rounded-4xl)}
			.xl-rounded-4xl,.xl-rounded-t-4xl,.xl-rounded-r-4xl,.xl-rounded-tr-4xl{border-top-right-radius:var(--rounded-4xl)}
			.xl-rounded-4xl,.xl-rounded-b-4xl,.xl-rounded-l-4xl,.xl-rounded-bl-4xl{border-bottom-left-radius:var(--rounded-4xl)}
			.xl-rounded-4xl,.xl-rounded-b-4xl,.xl-rounded-r-4xl,.xl-rounded-br-4xl{border-bottom-right-radius:var(--rounded-4xl)}
			.xl-rounded-5xl,.xl-rounded-t-5xl,.xl-rounded-l-5xl,.xl-rounded-tl-5xl{border-top-left-radius:var(--rounded-5xl)}
			.xl-rounded-5xl,.xl-rounded-t-5xl,.xl-rounded-r-5xl,.xl-rounded-tr-5xl{border-top-right-radius:var(--rounded-5xl)}
			.xl-rounded-5xl,.xl-rounded-b-5xl,.xl-rounded-l-5xl,.xl-rounded-bl-5xl{border-bottom-left-radius:var(--rounded-5xl)}
			.xl-rounded-5xl,.xl-rounded-b-5xl,.xl-rounded-r-5xl,.xl-rounded-br-5xl{border-bottom-right-radius:var(--rounded-5xl)}
			.xl-rounded-pill,.xl-rounded-t-pill,.xl-rounded-l-pill,.xl-rounded-tl-pill{border-top-left-radius:var(--rounded-pill)}
			.xl-rounded-pill,.xl-rounded-t-pill,.xl-rounded-r-pill,.xl-rounded-tr-pill{border-top-right-radius:var(--rounded-pill)}
			.xl-rounded-pill,.xl-rounded-b-pill,.xl-rounded-l-pill,.xl-rounded-bl-pill{border-bottom-left-radius:var(--rounded-pill)}
			.xl-rounded-pill,.xl-rounded-b-pill,.xl-rounded-r-pill,.xl-rounded-br-pill{border-bottom-right-radius:var(--rounded-pill)}
			.xl-rounded-full,.xl-rounded-t-full,.xl-rounded-l-full,.xl-rounded-tl-full{border-top-left-radius:var(--rounded-full)}
			.xl-rounded-full,.xl-rounded-t-full,.xl-rounded-r-full,.xl-rounded-tr-full{border-top-right-radius:var(--rounded-full)}
			.xl-rounded-full,.xl-rounded-b-full,.xl-rounded-l-full,.xl-rounded-bl-full{border-bottom-left-radius:var(--rounded-full)}
			.xl-rounded-full,.xl-rounded-b-full,.xl-rounded-r-full,.xl-rounded-br-full{border-bottom-right-radius:var(--rounded-full)}
			/* Opacity */
			.xl-opacity-0,.xl-hover-opacity-0:hover,.group:hover .xl-group-hover-opacity-0,.xl-active-opacity-0.active{opacity:0}
			.xl-opacity-10,.xl-hover-opacity-10:hover,.group:hover .xl-group-hover-opacity-10,.xl-active-opacity-10.active{opacity:.1}
			.xl-opacity-20,.xl-hover-opacity-20:hover,.group:hover .xl-group-hover-opacity-20,.xl-active-opacity-20.active{opacity:.2}
			.xl-opacity-30,.xl-hover-opacity-30:hover,.group:hover .xl-group-hover-opacity-30,.xl-active-opacity-30.active{opacity:.3}
			.xl-opacity-40,.xl-hover-opacity-40:hover,.group:hover .xl-group-hover-opacity-40,.xl-active-opacity-40.active{opacity:.4}
			.xl-opacity-50,.xl-hover-opacity-50:hover,.group:hover .xl-group-hover-opacity-50,.xl-active-opacity-50.active{opacity:.5}
			.xl-opacity-60,.xl-hover-opacity-60:hover,.group:hover .xl-group-hover-opacity-60,.xl-active-opacity-60.active{opacity:.6}
			.xl-opacity-70,.xl-hover-opacity-70:hover,.group:hover .xl-group-hover-opacity-70,.xl-active-opacity-70.active{opacity:.7}
			.xl-opacity-80,.xl-hover-opacity-80:hover,.group:hover .xl-group-hover-opacity-80,.xl-active-opacity-80.active{opacity:.8}
			.xl-opacity-90,.xl-hover-opacity-90:hover,.group:hover .xl-group-hover-opacity-90,.xl-active-opacity-90.active{opacity:.9}
			.xl-opacity-100,.xl-hover-opacity-100:hover,.group:hover .xl-group-hover-opacity-100,.xl-active-opacity-100.active{opacity:1}
			/* Float */
			.xl-float-left{float:left}
			.xl-float-right{float:right}
			.xl-float-none{float:none}
			/* Position */
			.xl-relative{position:relative}
			.xl-absolute{position:absolute}
			.xl-fixed{position:fixed}
			.xl-static{position:static}
			.xl-sticky{position:sticky}
			/* Flexbox & Grid Settings */
			/* Row */
			.xl-flex-columns-auto>*{flex:0 0 auto;width:auto}
			.xl-flex-columns-1>*{width:100%}
			.xl-flex-columns-2>*{width:50%}
			.xl-flex-columns-3>*{width:33.33333333%}
			.xl-flex-columns-4>*{width:25%}
			.xl-flex-columns-5>*{width:20%}
			.xl-flex-columns-6>*{width:16.66666667%}
			.xl-flex-columns-7>*{width:14.285%}
			.xl-flex-columns-8>*{width:12.5%}
			.xl-flex-columns-9>*{width:11.110%}
			.xl-flex-columns-10>*{width:10%}
			.xl-flex-columns-11>*{width:9.090%}
			.xl-flex-columns-12>*{width:8.33333333%}
			.xl-column{flex:1 0 0%}
			.xl-column-auto{flex:0 0 auto}
			.xl-column-1{width:8.33333333%}
			.xl-column-2{width:16.66666667%}
			.xl-column-3{width:25%}
			.xl-column-4{width:33.33333333%}
			.xl-column-5{width:41.66666667%}
			.xl-column-6{width:50%}
			.xl-column-7{width:58.33333333%}
			.xl-column-8{width:66.66666667%}
			.xl-column-9{width:75%}
			.xl-column-10{width:83.33333333%}
			.xl-column-11{width:91.66666667%}
			.xl-column-12{width:100%}
			.xl-order-1{order:1}
			.xl-order-2{order:2}
			.xl-order-3{order:3}
			.xl-order-4{order:4}
			.xl-order-5{order:5}
			.xl-order-6{order:6}
			.xl-order-7{order:7}
			.xl-order-8{order:8}
			.xl-order-9{order:9}
			.xl-order-10{order:10}
			.xl-order-11{order:11}
			.xl-order-12{order:12}
			.xl-order-first{order:-999}
			.xl-order-last{order:999}
			.xl-order-none{order:none}
			.xl-offset-0{margin-left:0%}
			.xl-offset-1{margin-left:8.33333333%}
			.xl-offset-2{margin-left:16.66666667%}
			.xl-offset-3{margin-left:25%}
			.xl-offset-4{margin-left:33.33333333%}
			.xl-offset-5{margin-left:41.66666667%}
			.xl-offset-6{margin-left:50%}
			.xl-offset-7{margin-left:58.33333333%}
			.xl-offset-8{margin-left:66.66666667%}
			.xl-offset-9{margin-left:75%}
			.xl-offset-10{margin-left:83.33333333%}
			.xl-offset-11{margin-left:91.66666667%}
			.xl-offset-12{margin-left:100%}
			.xl-flex-row-reverse{flex-direction:row-reverse}
			.xl-flex-column{flex-direction:column}
			.xl-flex-column{flex-direction:column}
			.xl-flex-column-reverse{flex-direction:column}
			/* Align items */
			.xl-align-items-start{align-items:flex-start}
			.xl-align-items-end{align-items:flex-end}
			.xl-align-items-center{align-items:center}
			.xl-align-items-baseline{align-items:baseline}
			.xl-align-items-stretch{align-items:stretch}
			/* Align Content */
			.xl-align-content-start{align-content:flex-start}
			.xl-align-content-end{align-content:flex-end}
			.xl-align-content-center{align-content:center}
			.xl-align-content-between{align-content:space-between}
			.xl-align-content-around{align-content:space-around}
			.xl-align-content-evenly{align-content:space-evenly}
			.xl-align-content-baseline{align-content:baseline}
			/* Align Self */
			.xl-align-self-start{align-self:flex-start}
			.xl-align-self-end{align-self:flex-end}
			.xl-align-self-auto{align-self:auto}
			.xl-align-self-center{align-self:center}
			.xl-align-self-stretch{align-self:stretch}
			.xl-align-self-baseline{align-self:baseline}
			/* Justify Self */
			.xl-justify-self-auto{justify-self:auto}
			.xl-justify-self-start{justify-self:start}
			.xl-justify-self-end{justify-self:end}
			.xl-justify-self-center{justify-self:center}
			.xl-justify-self-stretch{justify-self:stretch}
			/* Justify Items */
			.xl-justify-items-start{justify-items:start}
			.xl-justify-items-end{justify-items:end}
			.xl-justify-items-center{justify-items:center}
			.xl-justify-items-stretch{justify-items:stretch}
			/* Justify Content */
			.xl-justify-content-start{justify-content:flex-start}
			.xl-justify-content-end{justify-content:flex-end}
			.xl-justify-content-center{justify-content:center}
			.xl-justify-content-between{justify-content:space-between}
			.xl-justify-content-around{justify-content:space-around}
			.xl-justify-content-evenly{justify-content:space-evenly}
			/* Grid */
			.xl-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}
			.xl-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}
			.xl-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}
			.xl-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}
			.xl-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}
			.xl-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}
			.xl-grid-rows-none{grid-template-rows:none}
			.xl-grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
			.xl-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
			.xl-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
			.xl-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
			.xl-grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
			.xl-grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
			.xl-grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr))}
			.xl-grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr))}
			.xl-grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr))}
			.xl-grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr))}
			.xl-grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr))}
			.xl-grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr))}
			.xl-grid-flow-row{grid-auto-flow:row}
			.xl-grid-flow-column{grid-auto-flow:column}
			.xl-grid-flow-dense{grid-auto-flow:dense}
			.xl-grid-flow-row-dense{grid-auto-flow:row dense}
			.xl-grid-flow-column-dense{grid-auto-flow:column dense}
			/* Flex */
			.xl-flex-1{flex:1 1 0%}
			.xl-flex-auto{flex:1 1 auto}
			.xl-flex-initial{flex:0 1 auto}
			.xl-flex-none{flex:none}
			.xl-flex-wrap{flex-wrap:wrap}
			.xl-flex-wrap-reverse{flex-wrap:wrap-reverse}
			.xl-flex-nowrap{flex-wrap:nowrap}
			/* Display */
			.xl-flex{display:flex}
			.xl-inline-flex{display:inline-flex}
			.xl-block,.xl-block-links a,.xl-block-images img{display:block}
			.xl-inline-block,.xl-inline-block-links a{display:inline-block}
			.xl-inline{display:inline}
			.xl-hidden{display:none}
			.xl-table{display:table}
			.xl-inline-table{display:inline-table}
			.xl-table-caption{display:table-caption}
			.xl-table-cell{display:table-cell}
			.xl-table-column{display:table-column}
			.xl-table-column-group{display:table-column-group}
			.xl-table-footer-group{display:table-footer-group}
			.xl-table-header-group{display:table-header-group}
			.xl-table-row-group{display:table-row-group}
			.xl-table-row{display:table-row}
			.xl-flow-root{display:flow-root}
			.xl-grid{display:grid}
			.xl-inline-grid{display:inline-grid}
			.xl-contents{display:contents}
			.xl-list-item{display:list-item}
			/* Background positions */
			.xl-bg-none{background:none}
			.xl-bg-left{background-position:left}
			.xl-bg-left-top{background-position:left top}
			.xl-bg-left-bottom{background-position:left bottom}
			.xl-bg-right{background-position:right}
			.xl-bg-right-top{background-position:right top}
			.xl-bg-right-bottom{background-position:right bottom}
			.xl-bg-top{background-position:top}
			.xl-bg-bottom{background-position:bottom}
			.xl-bg-center{background-position:center center}
			.xl-bg-center-top{background-position:center top}
			.xl-bg-center-bottom{background-position:center bottom}
			.xl-bg-no-repeat{background-repeat:no-repeat}
			.xl-bg-repeatx{background-repeat:repeat-x}
			.xl-bg-repeaty{background-repeat:repeat-y}
			.xl-bg-repeat{background-repeat:repeat}
			.xl-bg-scroll{background-attachment:scroll}
			.xl-bg-fixed{background-attachment:fixed}
			.xl-bg-local{background-attachment:local}
			/* Background size */
			.xl-bg-auto{background-size:auto}
			.xl-bg-contain{background-size:contain}
			.xl-bg-cover{background-size:cover}
			.xl-bg-h-full{background-size:auto 100%}
			.xl-bg-w-full{background-size:100% auto}
			/* Mask type */
			.xl-mask-alpha{mask-type:alpha;-webkit-mask-type:alpha}
			.xl-mask-luminance{mask-type:luminance;-webkit-mask-type:luminance}
			/* Mask size */
			.xl-mask-cover{mask-size:cover;-webkit-mask-size:cover}
			.xl-mask-contain{mask-size:contain;-webkit-mask-size:contain}
			.xl-mask-auto{mask-size:auto;-webkit-mask-size:auto}
			/* Mask position */
			.xl-mask-left{mask-position:left;-webkit-mask-position:left}
			.xl-mask-left-top{mask-position:left top;-webkit-mask-position:left top}
			.xl-mask-left-bottom{mask-position:left bottom;-webkit-mask-position:left bottom}
			.xl-mask-top{mask-position:top;-webkit-mask-position:top}
			.xl-mask-right{mask-position:right;-webkit-mask-position:right}
			.xl-mask-right-top{mask-position:right top;-webkit-mask-position:right top}
			.xl-mask-right-bottom{mask-position:right bottom;-webkit-mask-position:right bottom}
			.xl-mask-bottom{mask-position:bottom;-webkit-mask-position:bottom}
			.xl-mask-center{mask-position:center;-webkit-mask-position:center}
			.xl-mask-center-top{mask-position:center top;-webkit-mask-position:center top}
			.xl-mask-center-bottom{mask-position:center bottom;-webkit-mask-position:center bottom}
			/* Mask position */
			.xl-mask-repeat{mask-repeat:repeat;-webkit-mask-repeat:repeat}
			.xl-mask-repeat-x{mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x}
			.xl-mask-repeat-y{mask-repeat:repeat-y;-webkit-mask-repeat:repeat-y}
			.xl-mask-no-repeat{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
			.xl-mask-round{mask-repeat:round;-webkit-mask-repeat:round}
			.xl-mask-space{mask-repeat:space;-webkit-mask-repeat:space}
			/* Extras */
			.xl-text-right{text-align:right}
			.xl-text-center{text-align:center}
			.xl-text-left{text-align:left}
			.xl-text-justify{text-align:justify;}
			.xl-text-start{text-align:start;}
			.xl-text-end{text-align:end;}
		}
		@media (min-width:1400px){
			.container{max-width:1320px}
			/* Margin */
			.xxl-mt-auto,.xxl-my-auto,.xxl-m-auto{margin-top:auto}.xxl-mt-0,.xxl-my-0,.xxl-m-0{margin-top:0}.xxl-mt-px,.xxl-my-px,.xxl-m-px{margin-top:1px}.xxl-mt-1,.xxl-my-1,.xxl-m-1{margin-top:var(--spacing1)}.xxl-mt-2,.xxl-my-2,.xxl-m-2{margin-top:var(--spacing2)}.xxl-mt-3,.xxl-my-3,.xxl-m-3{margin-top:var(--spacing3)}.xxl-mt-4,.xxl-my-4,.xxl-m-4{margin-top:var(--spacing4)}.xxl-mt-5,.xxl-my-5,.xxl-m-5{margin-top:var(--spacing5)}.xxl-mt-6,.xxl-my-6,.xxl-m-6{margin-top:var(--spacing6)}.xxl-mt-7,.xxl-my-7,.xxl-m-7{margin-top:var(--spacing7)}.xxl-mt-8,.xxl-my-8,.xxl-m-8{margin-top:var(--spacing8)}.xxl-mt-9,.xxl-my-9,.xxl-m-9{margin-top:var(--spacing9)}.xxl-mt-10,.xxl-my-10,.xxl-m-10{margin-top:var(--spacing10)}.xxl-mt-11,.xxl-my-11,.xxl-m-11{margin-top:var(--spacing11)}.xxl-mt-12,.xxl-my-12,.xxl-m-12{margin-top:var(--spacing12)}.xxl-mt-13,.xxl-my-13,.xxl-m-13{margin-top:var(--spacing13)}.xxl-mt-14,.xxl-my-14,.xxl-m-14{margin-top:var(--spacing14)}.xxl-mt-15,.xxl-my-15,.xxl-m-15{margin-top:var(--spacing15)}.xxl-mt-16,.xxl-my-16,.xxl-m-16{margin-top:var(--spacing16)}.xxl-mt-17,.xxl-my-17,.xxl-m-17{margin-top:var(--spacing17)}.xxl-mt-18,.xxl-my-18,.xxl-m-18{margin-top:var(--spacing18)}.xxl-mt-19,.xxl-my-19,.xxl-m-19{margin-top:var(--spacing19)}.xxl-mt-20,.xxl-my-20,.xxl-m-20{margin-top:var(--spacing20)}.xxl-mt-21,.xxl-my-21,.xxl-m-21{margin-top:var(--spacing21)}.xxl-mt-22,.xxl-my-22,.xxl-m-22{margin-top:var(--spacing22)}.xxl-mt-23,.xxl-my-23,.xxl-m-23{margin-top:var(--spacing23)}.xxl-mt-24,.xxl-my-24,.xxl-m-24{margin-top:var(--spacing24)}.xxl-mt-25,.xxl-my-25,.xxl-m-25{margin-top:var(--spacing25)}
			.xxl-mr-auto,.xxl-mx-auto,.xxl-m-auto{margin-right:auto}.xxl-mr-0,.xxl-mx-0,.xxl-m-0{margin-right:0}.xxl-mr-px,.xxl-mx-px,.xxl-m-px{margin-right:1px}.xxl-mr-1,.xxl-mx-1,.xxl-m-1{margin-right:var(--spacing1)}.xxl-mr-2,.xxl-mx-2,.xxl-m-2{margin-right:var(--spacing2)}.xxl-mr-3,.xxl-mx-3,.xxl-m-3{margin-right:var(--spacing3)}.xxl-mr-4,.xxl-mx-4,.xxl-m-4{margin-right:var(--spacing4)}.xxl-mr-5,.xxl-mx-5,.xxl-m-5{margin-right:var(--spacing5)}.xxl-mr-6,.xxl-mx-6,.xxl-m-6{margin-right:var(--spacing6)}.xxl-mr-7,.xxl-mx-7,.xxl-m-7{margin-right:var(--spacing7)}.xxl-mr-8,.xxl-mx-8,.xxl-m-8{margin-right:var(--spacing8)}.xxl-mr-9,.xxl-mx-9,.xxl-m-9{margin-right:var(--spacing9)}.xxl-mr-10,.xxl-mx-10,.xxl-m-10{margin-right:var(--spacing10)}.xxl-mr-11,.xxl-mx-11,.xxl-m-11{margin-right:var(--spacing11)}.xxl-mr-12,.xxl-mx-12,.xxl-m-12{margin-right:var(--spacing12)}.xxl-mr-13,.xxl-mx-13,.xxl-m-13{margin-right:var(--spacing13)}.xxl-mr-14,.xxl-mx-14,.xxl-m-14{margin-right:var(--spacing14)}.xxl-mr-15,.xxl-mx-15,.xxl-m-15{margin-right:var(--spacing15)}.xxl-mr-16,.xxl-mx-16,.xxl-m-16{margin-right:var(--spacing16)}.xxl-mr-17,.xxl-mx-17,.xxl-m-17{margin-right:var(--spacing17)}.xxl-mr-18,.xxl-mx-18,.xxl-m-18{margin-right:var(--spacing18)}.xxl-mr-19,.xxl-mx-19,.xxl-m-19{margin-right:var(--spacing19)}.xxl-mr-20,.xxl-mx-20,.xxl-m-20{margin-right:var(--spacing20)}.xxl-mr-21,.xxl-mx-21,.xxl-m-21{margin-right:var(--spacing21)}.xxl-mr-22,.xxl-mx-22,.xxl-m-22{margin-right:var(--spacing22)}.xxl-mr-23,.xxl-mx-23,.xxl-m-23{margin-right:var(--spacing23)}.xxl-mr-24,.xxl-mx-24,.xxl-m-24{margin-right:var(--spacing24)}.xxl-mr-25,.xxl-mx-25,.xxl-m-25{margin-right:var(--spacing25)}
			.xxl-mb-auto,.xxl-my-auto,.xxl-m-auto{margin-bottom:auto}.xxl-mb-0,.xxl-my-0,.xxl-m-0{margin-bottom:0}.xxl-mb-px,.xxl-my-px,.xxl-m-px{margin-bottom:1px}.xxl-mb-1,.xxl-my-1,.xxl-m-1{margin-bottom:var(--spacing1)}.xxl-mb-2,.xxl-my-2,.xxl-m-2{margin-bottom:var(--spacing2)}.xxl-mb-3,.xxl-my-3,.xxl-m-3{margin-bottom:var(--spacing3)}.xxl-mb-4,.xxl-my-4,.xxl-m-4{margin-bottom:var(--spacing4)}.xxl-mb-5,.xxl-my-5,.xxl-m-5{margin-bottom:var(--spacing5)}.xxl-mb-6,.xxl-my-6,.xxl-m-6{margin-bottom:var(--spacing6)}.xxl-mb-7,.xxl-my-7,.xxl-m-7{margin-bottom:var(--spacing7)}.xxl-mb-8,.xxl-my-8,.xxl-m-8{margin-bottom:var(--spacing8)}.xxl-mb-9,.xxl-my-9,.xxl-m-9{margin-bottom:var(--spacing9)}.xxl-mb-10,.xxl-my-10,.xxl-m-10{margin-bottom:var(--spacing10)}.xxl-mb-11,.xxl-my-11,.xxl-m-11{margin-bottom:var(--spacing11)}.xxl-mb-12,.xxl-my-12,.xxl-m-12{margin-bottom:var(--spacing12)}.xxl-mb-13,.xxl-my-13,.xxl-m-13{margin-bottom:var(--spacing13)}.xxl-mb-14,.xxl-my-14,.xxl-m-14{margin-bottom:var(--spacing14)}.xxl-mb-15,.xxl-my-15,.xxl-m-15{margin-bottom:var(--spacing15)}.xxl-mb-16,.xxl-my-16,.xxl-m-16{margin-bottom:var(--spacing16)}.xxl-mb-17,.xxl-my-17,.xxl-m-17{margin-bottom:var(--spacing17)}.xxl-mb-18,.xxl-my-18,.xxl-m-18{margin-bottom:var(--spacing18)}.xxl-mb-19,.xxl-my-19,.xxl-m-19{margin-bottom:var(--spacing19)}.xxl-mb-20,.xxl-my-20,.xxl-m-20{margin-bottom:var(--spacing20)}.xxl-mb-21,.xxl-my-21,.xxl-m-21{margin-bottom:var(--spacing21)}.xxl-mb-22,.xxl-my-22,.xxl-m-22{margin-bottom:var(--spacing22)}.xxl-mb-23,.xxl-my-23,.xxl-m-23{margin-bottom:var(--spacing23)}.xxl-mb-24,.xxl-my-24,.xxl-m-24{margin-bottom:var(--spacing24)}.xxl-mb-25,.xxl-my-25,.xxl-m-25{margin-bottom:var(--spacing25)}
			.xxl-ml-auto,.xxl-mx-auto,.xxl-m-auto{margin-left:auto}.xxl-ml-0,.xxl-mx-0,.xxl-m-0{margin-left:0}.xxl-ml-px,.xxl-mx-px,.xxl-m-px{margin-left:1px}.xxl-ml-1,.xxl-mx-1,.xxl-m-1{margin-left:var(--spacing1)}.xxl-ml-2,.xxl-mx-2,.xxl-m-2{margin-left:var(--spacing2)}.xxl-ml-3,.xxl-mx-3,.xxl-m-3{margin-left:var(--spacing3)}.xxl-ml-4,.xxl-mx-4,.xxl-m-4{margin-left:var(--spacing4)}.xxl-ml-5,.xxl-mx-5,.xxl-m-5{margin-left:var(--spacing5)}.xxl-ml-6,.xxl-mx-6,.xxl-m-6{margin-left:var(--spacing6)}.xxl-ml-7,.xxl-mx-7,.xxl-m-7{margin-left:var(--spacing7)}.xxl-ml-8,.xxl-mx-8,.xxl-m-8{margin-left:var(--spacing8)}.xxl-ml-9,.xxl-mx-9,.xxl-m-9{margin-left:var(--spacing9)}.xxl-ml-10,.xxl-mx-10,.xxl-m-10{margin-left:var(--spacing10)}.xxl-ml-11,.xxl-mx-11,.xxl-m-11{margin-left:var(--spacing11)}.xxl-ml-12,.xxl-mx-12,.xxl-m-12{margin-left:var(--spacing12)}.xxl-ml-13,.xxl-mx-13,.xxl-m-13{margin-left:var(--spacing13)}.xxl-ml-14,.xxl-mx-14,.xxl-m-14{margin-left:var(--spacing14)}.xxl-ml-15,.xxl-mx-15,.xxl-m-15{margin-left:var(--spacing15)}.xxl-ml-16,.xxl-mx-16,.xxl-m-16{margin-left:var(--spacing16)}.xxl-ml-17,.xxl-mx-17,.xxl-m-17{margin-left:var(--spacing17)}.xxl-ml-18,.xxl-mx-18,.xxl-m-18{margin-left:var(--spacing18)}.xxl-ml-19,.xxl-mx-19,.xxl-m-19{margin-left:var(--spacing19)}.xxl-ml-20,.xxl-mx-20,.xxl-m-20{margin-left:var(--spacing20)}.xxl-ml-21,.xxl-mx-21,.xxl-m-21{margin-left:var(--spacing21)}.xxl-ml-22,.xxl-mx-22,.xxl-m-22{margin-left:var(--spacing22)}.xxl-ml-23,.xxl-mx-23,.xxl-m-23{margin-left:var(--spacing23)}.xxl-ml-24,.xxl-mx-24,.xxl-m-24{margin-left:var(--spacing24)}.xxl-ml-25,.xxl-mx-25,.xxl-m-25{margin-left:var(--spacing25)}
			/* Padding */
			.xxl-pt-0,.xxl-py-0,.xxl-p-0{padding-top:0}.xxl-pt-px,.xxl-py-px,.xxl-p-px{padding-top:1px}.xxl-pt-1,.xxl-py-1,.xxl-p-1{padding-top:var(--spacing1)}.xxl-pt-2,.xxl-py-2,.xxl-p-2{padding-top:var(--spacing2)}.xxl-pt-3,.xxl-py-3,.xxl-p-3{padding-top:var(--spacing3)}.xxl-pt-4,.xxl-py-4,.xxl-p-4{padding-top:var(--spacing4)}.xxl-pt-5,.xxl-py-5,.xxl-p-5{padding-top:var(--spacing5)}.xxl-pt-6,.xxl-py-6,.xxl-p-6{padding-top:var(--spacing6)}.xxl-pt-7,.xxl-py-7,.xxl-p-7{padding-top:var(--spacing7)}.xxl-pt-8,.xxl-py-8,.xxl-p-8{padding-top:var(--spacing8)}.xxl-pt-9,.xxl-py-9,.xxl-p-9{padding-top:var(--spacing9)}.xxl-pt-10,.xxl-py-10,.xxl-p-10{padding-top:var(--spacing10)}.xxl-pt-11,.xxl-py-11,.xxl-p-11{padding-top:var(--spacing11)}.xxl-pt-12,.xxl-py-12,.xxl-p-12{padding-top:var(--spacing12)}.xxl-pt-13,.xxl-py-13,.xxl-p-13{padding-top:var(--spacing13)}.xxl-pt-14,.xxl-py-14,.xxl-p-14{padding-top:var(--spacing14)}.xxl-pt-15,.xxl-py-15,.xxl-p-15{padding-top:var(--spacing15)}.xxl-pt-16,.xxl-py-16,.xxl-p-16{padding-top:var(--spacing16)}.xxl-pt-17,.xxl-py-17,.xxl-p-17{padding-top:var(--spacing17)}.xxl-pt-18,.xxl-py-18,.xxl-p-18{padding-top:var(--spacing18)}.xxl-pt-19,.xxl-py-19,.xxl-p-19{padding-top:var(--spacing19)}.xxl-pt-20,.xxl-py-20,.xxl-p-20{padding-top:var(--spacing20)}.xxl-pt-21,.xxl-py-21,.xxl-p-21{padding-top:var(--spacing21)}.xxl-pt-22,.xxl-py-22,.xxl-p-22{padding-top:var(--spacing22)}.xxl-pt-23,.xxl-py-23,.xxl-p-23{padding-top:var(--spacing23)}.xxl-pt-24,.xxl-py-24,.xxl-p-24{padding-top:var(--spacing24)}.xxl-pt-25,.xxl-py-25,.xxl-p-25{padding-top:var(--spacing25)}
			.xxl-pr-0,.xxl-px-0,.xxl-p-0{padding-right:0}.xxl-pr-px,.xxl-px-px,.xxl-p-px{padding-right:1px}.xxl-pr-1,.xxl-px-1,.xxl-p-1{padding-right:var(--spacing1)}.xxl-pr-2,.xxl-px-2,.xxl-p-2{padding-right:var(--spacing2)}.xxl-pr-3,.xxl-px-3,.xxl-p-3{padding-right:var(--spacing3)}.xxl-pr-4,.xxl-px-4,.xxl-p-4{padding-right:var(--spacing4)}.xxl-pr-5,.xxl-px-5,.xxl-p-5{padding-right:var(--spacing5)}.xxl-pr-6,.xxl-px-6,.xxl-p-6{padding-right:var(--spacing6)}.xxl-pr-7,.xxl-px-7,.xxl-p-7{padding-right:var(--spacing7)}.xxl-pr-8,.xxl-px-8,.xxl-p-8{padding-right:var(--spacing8)}.xxl-pr-9,.xxl-px-9,.xxl-p-9{padding-right:var(--spacing9)}.xxl-pr-10,.xxl-px-10,.xxl-p-10{padding-right:var(--spacing10)}.xxl-pr-11,.xxl-px-11,.xxl-p-11{padding-right:var(--spacing11)}.xxl-pr-12,.xxl-px-12,.xxl-p-12{padding-right:var(--spacing12)}.xxl-pr-13,.xxl-px-13,.xxl-p-13{padding-right:var(--spacing13)}.xxl-pr-14,.xxl-px-14,.xxl-p-14{padding-right:var(--spacing14)}.xxl-pr-15,.xxl-px-15,.xxl-p-15{padding-right:var(--spacing15)}.xxl-pr-16,.xxl-px-16,.xxl-p-16{padding-right:var(--spacing16)}.xxl-pr-17,.xxl-px-17,.xxl-p-17{padding-right:var(--spacing17)}.xxl-pr-18,.xxl-px-18,.xxl-p-18{padding-right:var(--spacing18)}.xxl-pr-19,.xxl-px-19,.xxl-p-19{padding-right:var(--spacing19)}.xxl-pr-20,.xxl-px-20,.xxl-p-20{padding-right:var(--spacing20)}.xxl-pr-21,.xxl-px-21,.xxl-p-21{padding-right:var(--spacing21)}.xxl-pr-22,.xxl-px-22,.xxl-p-22{padding-right:var(--spacing22)}.xxl-pr-23,.xxl-px-23,.xxl-p-23{padding-right:var(--spacing23)}.xxl-pr-24,.xxl-px-24,.xxl-p-24{padding-right:var(--spacing24)}.xxl-pr-25,.xxl-px-25,.xxl-p-25{padding-right:var(--spacing25)}
			.xxl-pb-0,.xxl-py-0,.xxl-p-0{padding-bottom:0}.xxl-pb-px,.xxl-py-px,.xxl-p-px{padding-bottom:1px}.xxl-pb-1,.xxl-py-1,.xxl-p-1{padding-bottom:var(--spacing1)}.xxl-pb-2,.xxl-py-2,.xxl-p-2{padding-bottom:var(--spacing2)}.xxl-pb-3,.xxl-py-3,.xxl-p-3{padding-bottom:var(--spacing3)}.xxl-pb-4,.xxl-py-4,.xxl-p-4{padding-bottom:var(--spacing4)}.xxl-pb-5,.xxl-py-5,.xxl-p-5{padding-bottom:var(--spacing5)}.xxl-pb-6,.xxl-py-6,.xxl-p-6{padding-bottom:var(--spacing6)}.xxl-pb-7,.xxl-py-7,.xxl-p-7{padding-bottom:var(--spacing7)}.xxl-pb-8,.xxl-py-8,.xxl-p-8{padding-bottom:var(--spacing8)}.xxl-pb-9,.xxl-py-9,.xxl-p-9{padding-bottom:var(--spacing9)}.xxl-pb-10,.xxl-py-10,.xxl-p-10{padding-bottom:var(--spacing10)}.xxl-pb-11,.xxl-py-11,.xxl-p-11{padding-bottom:var(--spacing11)}.xxl-pb-12,.xxl-py-12,.xxl-p-12{padding-bottom:var(--spacing12)}.xxl-pb-13,.xxl-py-13,.xxl-p-13{padding-bottom:var(--spacing13)}.xxl-pb-14,.xxl-py-14,.xxl-p-14{padding-bottom:var(--spacing14)}.xxl-pb-15,.xxl-py-15,.xxl-p-15{padding-bottom:var(--spacing15)}.xxl-pb-16,.xxl-py-16,.xxl-p-16{padding-bottom:var(--spacing16)}.xxl-pb-17,.xxl-py-17,.xxl-p-17{padding-bottom:var(--spacing17)}.xxl-pb-18,.xxl-py-18,.xxl-p-18{padding-bottom:var(--spacing18)}.xxl-pb-19,.xxl-py-19,.xxl-p-19{padding-bottom:var(--spacing19)}.xxl-pb-20,.xxl-py-20,.xxl-p-20{padding-bottom:var(--spacing20)}.xxl-pb-21,.xxl-py-21,.xxl-p-21{padding-bottom:var(--spacing21)}.xxl-pb-22,.xxl-py-22,.xxl-p-22{padding-bottom:var(--spacing22)}.xxl-pb-23,.xxl-py-23,.xxl-p-23{padding-bottom:var(--spacing23)}.xxl-pb-24,.xxl-py-24,.xxl-p-24{padding-bottom:var(--spacing24)}.xxl-pb-25,.xxl-py-25,.xxl-p-25{padding-bottom:var(--spacing25)}
			.xxl-pl-0,.xxl-px-0,.xxl-p-0{padding-left:0}.xxl-pl-px,.xxl-px-px,.xxl-p-px{padding-left:1px}.xxl-pl-1,.xxl-px-1,.xxl-p-1{padding-left:var(--spacing1)}.xxl-pl-2,.xxl-px-2,.xxl-p-2{padding-left:var(--spacing2)}.xxl-pl-3,.xxl-px-3,.xxl-p-3{padding-left:var(--spacing3)}.xxl-pl-4,.xxl-px-4,.xxl-p-4{padding-left:var(--spacing4)}.xxl-pl-5,.xxl-px-5,.xxl-p-5{padding-left:var(--spacing5)}.xxl-pl-6,.xxl-px-6,.xxl-p-6{padding-left:var(--spacing6)}.xxl-pl-7,.xxl-px-7,.xxl-p-7{padding-left:var(--spacing7)}.xxl-pl-8,.xxl-px-8,.xxl-p-8{padding-left:var(--spacing8)}.xxl-pl-9,.xxl-px-9,.xxl-p-9{padding-left:var(--spacing9)}.xxl-pl-10,.xxl-px-10,.xxl-p-10{padding-left:var(--spacing10)}.xxl-pl-11,.xxl-px-11,.xxl-p-11{padding-left:var(--spacing11)}.xxl-pl-12,.xxl-px-12,.xxl-p-12{padding-left:var(--spacing12)}.xxl-pl-13,.xxl-px-13,.xxl-p-13{padding-left:var(--spacing13)}.xxl-pl-14,.xxl-px-14,.xxl-p-14{padding-left:var(--spacing14)}.xxl-pl-15,.xxl-px-15,.xxl-p-15{padding-left:var(--spacing15)}.xxl-pl-16,.xxl-px-16,.xxl-p-16{padding-left:var(--spacing16)}.xxl-pl-17,.xxl-px-17,.xxl-p-17{padding-left:var(--spacing17)}.xxl-pl-18,.xxl-px-18,.xxl-p-18{padding-left:var(--spacing18)}.xxl-pl-19,.xxl-px-19,.xxl-p-19{padding-left:var(--spacing19)}.xxl-pl-20,.xxl-px-20,.xxl-p-20{padding-left:var(--spacing20)}.xxl-pl-21,.xxl-px-21,.xxl-p-21{padding-left:var(--spacing21)}.xxl-pl-22,.xxl-px-22,.xxl-p-22{padding-left:var(--spacing22)}.xxl-pl-23,.xxl-px-23,.xxl-p-23{padding-left:var(--spacing23)}.xxl-pl-24,.xxl-px-24,.xxl-p-24{padding-left:var(--spacing24)}.xxl-pl-25,.xxl-px-25,.xxl-p-25{padding-left:var(--spacing25)}
			/* Left, Top, Right, Bottom */
			.xxl-top-auto{top:auto}.xxl-right-auto{right:auto}.xxl-bottom-auto{bottom:auto}.xxl-left-auto{left:auto}
			.xxl-top-0{top:0}.xxl-top-px{top:1px}.xxl-top-1{top:var(--spacing1)}.xxl-top-2{top:var(--spacing2)}.xxl-top-3{top:var(--spacing3)}.xxl-top-4{top:var(--spacing4)}.xxl-top-5{top:var(--spacing5)}.xxl-top-6{top:var(--spacing6)}.xxl-top-7{top:var(--spacing7)}.xxl-top-8{top:var(--spacing8)}.xxl-top-9{top:var(--spacing9)}.xxl-top-10{top:var(--spacing10)}.xxl-top-11{top:var(--spacing11)}.xxl-top-12{top:var(--spacing12)}.xxl-top-13{top:var(--spacing13)}.xxl-top-14{top:var(--spacing14)}.xxl-top-15{top:var(--spacing15)}.xxl-top-16{top:var(--spacing16)}.xxl-top-17{top:var(--spacing17)}.xxl-top-18{top:var(--spacing18)}.xxl-top-19{top:var(--spacing19)}.xxl-top-20{top:var(--spacing20)}.xxl-top-21{top:var(--spacing21)}.xxl-top-22{top:var(--spacing22)}.xxl-top-23{top:var(--spacing23)}.xxl-top-24{top:var(--spacing24)}.xxl-top-25{top:var(--spacing25)}
			.xxl-right-0{right:0}.xxl-right-px{right:1px}.xxl-right-1{right:var(--spacing1)}.xxl-right-2{right:var(--spacing2)}.xxl-right-3{right:var(--spacing3)}.xxl-right-4{right:var(--spacing4)}.xxl-right-5{right:var(--spacing5)}.xxl-right-6{right:var(--spacing6)}.xxl-right-7{right:var(--spacing7)}.xxl-right-8{right:var(--spacing8)}.xxl-right-9{right:var(--spacing9)}.xxl-right-10{right:var(--spacing10)}.xxl-right-11{right:var(--spacing11)}.xxl-right-12{right:var(--spacing12)}.xxl-right-13{right:var(--spacing13)}.xxl-right-14{right:var(--spacing14)}.xxl-right-15{right:var(--spacing15)}.xxl-right-16{right:var(--spacing16)}.xxl-right-17{right:var(--spacing17)}.xxl-right-18{right:var(--spacing18)}.xxl-right-19{right:var(--spacing19)}.xxl-right-20{right:var(--spacing20)}.xxl-right-21{right:var(--spacing21)}.xxl-right-22{right:var(--spacing22)}.xxl-right-23{right:var(--spacing23)}.xxl-right-24{right:var(--spacing24)}.xxl-right-25{right:var(--spacing25)}
			.xxl-bottom-0{bottom:0}.xxl-bottom-px{bottom:1px}.xxl-bottom-1{bottom:var(--spacing1)}.xxl-bottom-2{bottom:var(--spacing2)}.xxl-bottom-3{bottom:var(--spacing3)}.xxl-bottom-4{bottom:var(--spacing4)}.xxl-bottom-5{bottom:var(--spacing5)}.xxl-bottom-6{bottom:var(--spacing6)}.xxl-bottom-7{bottom:var(--spacing7)}.xxl-bottom-8{bottom:var(--spacing8)}.xxl-bottom-9{bottom:var(--spacing9)}.xxl-bottom-10{bottom:var(--spacing10)}.xxl-bottom-11{bottom:var(--spacing11)}.xxl-bottom-12{bottom:var(--spacing12)}.xxl-bottom-13{bottom:var(--spacing13)}.xxl-bottom-14{bottom:var(--spacing14)}.xxl-bottom-15{bottom:var(--spacing15)}.xxl-bottom-16{bottom:var(--spacing16)}.xxl-bottom-17{bottom:var(--spacing17)}.xxl-bottom-18{bottom:var(--spacing18)}.xxl-bottom-19{bottom:var(--spacing19)}.xxl-bottom-20{bottom:var(--spacing20)}.xxl-bottom-21{bottom:var(--spacing21)}.xxl-bottom-22{bottom:var(--spacing22)}.xxl-bottom-23{bottom:var(--spacing23)}.xxl-bottom-24{bottom:var(--spacing24)}.xxl-bottom-25{bottom:var(--spacing25)}
			.xxl-left-0{left:0}.xxl-left-px{left:1px}.xxl-left-1{left:var(--spacing1)}.xxl-left-2{left:var(--spacing2)}.xxl-left-3{left:var(--spacing3)}.xxl-left-4{left:var(--spacing4)}.xxl-left-5{left:var(--spacing5)}.xxl-left-6{left:var(--spacing6)}.xxl-left-7{left:var(--spacing7)}.xxl-left-8{left:var(--spacing8)}.xxl-left-9{left:var(--spacing9)}.xxl-left-10{left:var(--spacing10)}.xxl-left-11{left:var(--spacing11)}.xxl-left-12{left:var(--spacing12)}.xxl-left-13{left:var(--spacing13)}.xxl-left-14{left:var(--spacing14)}.xxl-left-15{left:var(--spacing15)}.xxl-left-16{left:var(--spacing16)}.xxl-left-17{left:var(--spacing17)}.xxl-left-18{left:var(--spacing18)}.xxl-left-19{left:var(--spacing19)}.xxl-left-20{left:var(--spacing20)}.xxl-left-21{left:var(--spacing21)}.xxl-left-22{left:var(--spacing22)}.xxl-left-23{left:var(--spacing23)}.xxl-left-24{left:var(--spacing24)}.xxl-left-25{left:var(--spacing25)}
			/* Gaps -- From .xxl-gap-0 (0px) to .xxl-gap-25 (12rem) */
			.xxl-gap-0,.xxl-gap-x-0{column-gap:0}.xxl-gap-0,.xxl-gap-y-0{row-gap:0}.xxl-gap-1,.xxl-gap-x-1{column-gap:1px}.xxl-gap-1,.xxl-gap-y-1{row-gap:1px}.xxl-gap-2,.xxl-gap-x-2{column-gap:0.25rem}.xxl-gap-2,.xxl-gap-y-2{row-gap:0.25rem}.xxl-gap-3,.xxl-gap-x-3{column-gap:0.375rem}.xxl-gap-3,.xxl-gap-y-3{row-gap:0.375rem}.xxl-gap-4,.xxl-gap-x-4{column-gap:0.5rem}.xxl-gap-4,.xxl-gap-y-4{row-gap:0.5rem}.xxl-gap-5,.xxl-gap-x-5{column-gap:0.625rem}.xxl-gap-5,.xxl-gap-y-5{row-gap:0.625rem}.xxl-gap-6,.xxl-gap-x-6{column-gap:0.75rem}.xxl-gap-6,.xxl-gap-y-6{row-gap:0.75rem}.xxl-gap-7,.xxl-gap-x-7{column-gap:0.875rem}.xxl-gap-7,.xxl-gap-y-7{row-gap:0.875rem}.xxl-gap-8,.xxl-gap-x-8{column-gap:1rem}.xxl-gap-8,.xxl-gap-y-8{row-gap:1rem}.xxl-gap-9,.xxl-gap-x-9{column-gap:1.25rem}.xxl-gap-9,.xxl-gap-y-9{row-gap:1.25rem}.xxl-gap-10,.xxl-gap-x-10{column-gap:1.5rem}.xxl-gap-10,.xxl-gap-y-10{row-gap:1.5rem}.xxl-gap-11,.xxl-gap-x-11{column-gap:1.75rem}.xxl-gap-11,.xxl-gap-y-11{row-gap:1.75rem}.xxl-gap-12,.xxl-gap-x-12{column-gap:2rem}.xxl-gap-12,.xxl-gap-y-12{row-gap:2rem}.xxl-gap-13,.xxl-gap-x-13{column-gap:2.5rem}.xxl-gap-13,.xxl-gap-y-13{row-gap:2.5rem}.xxl-gap-14,.xxl-gap-x-14{column-gap:3rem}.xxl-gap-14,.xxl-gap-y-14{row-gap:3rem}.xxl-gap-15,.xxl-gap-x-15{column-gap:3.5rem}.xxl-gap-15,.xxl-gap-y-15{row-gap:3.5rem}.xxl-gap-16,.xxl-gap-x-16{column-gap:4rem}.xxl-gap-16,.xxl-gap-y-16{row-gap:4rem}.xxl-gap-17,.xxl-gap-x-17{column-gap:4.5rem}.xxl-gap-17,.xxl-gap-y-17{row-gap:4.5rem}.xxl-gap-18,.xxl-gap-x-18{column-gap:5rem}.xxl-gap-18,.xxl-gap-y-18{row-gap:5rem}.xxl-gap-19,.xxl-gap-x-19{column-gap:5.5rem}.xxl-gap-19,.xxl-gap-y-19{row-gap:5.5rem}.xxl-gap-20,.xxl-gap-x-20{column-gap:6rem}.xxl-gap-20,.xxl-gap-y-20{row-gap:6rem}.xxl-gap-21,.xxl-gap-x-21{column-gap:7rem}.xxl-gap-21,.xxl-gap-y-21{row-gap:7rem}.xxl-gap-22,.xxl-gap-x-22{column-gap:8rem}.xxl-gap-22,.xxl-gap-y-22{row-gap:8rem}.xxl-gap-23,.xxl-gap-x-23{column-gap:9rem}.xxl-gap-23,.xxl-gap-y-23{row-gap:9rem}.xxl-gap-24,.xxl-gap-x-24{column-gap:10rem}.xxl-gap-24,.xxl-gap-y-24{row-gap:10rem}.xxl-gap-25,.xxl-gap-x-25{column-gap:12rem}.xxl-gap-25,.xxl-gap-y-25{row-gap:12rem}
			/* Translate Y */
			.xxl-translate-y-0{transform:translateY(0)}.xxl-translate-y-1{transform:translateY(var(--spacing1))}.xxl-translate-y-2{transform:translateY(var(--spacing2))}.xxl-translate-y-3{transform:translateY(var(--spacing3))}.xxl-translate-y-4{transform:translateY(var(--spacing4))}.xxl-translate-y-5{transform:translateY(var(--spacing5))}.xxl-translate-y-6{transform:translateY(var(--spacing6))}.xxl-translate-y-7{transform:translateY(var(--spacing7))}.xxl-translate-y-8{transform:translateY(var(--spacing8))}.xxl-translate-y-9{transform:translateY(var(--spacing9))}.xxl-translate-y-10{transform:translateY(var(--spacing10))}.xxl-translate-y-11{transform:translateY(var(--spacing11))}.xxl-translate-y-12{transform:translateY(var(--spacing12))}.xxl-translate-y-13{transform:translateY(var(--spacing13))}.xxl-translate-y-14{transform:translateY(var(--spacing14))}.xxl-translate-y-15{transform:translateY(var(--spacing15))}.xxl-translate-y-16{transform:translateY(var(--spacing16))}.xxl-translate-y-17{transform:translateY(var(--spacing17))}.xxl-translate-y-18{transform:translateY(var(--spacing18))}.xxl-translate-y-19{transform:translateY(var(--spacing19))}.xxl-translate-y-20{transform:translateY(var(--spacing20))}.xxl-translate-y-21{transform:translateY(var(--spacing21))}.xxl-translate-y-22{transform:translateY(var(--spacing22))}.xxl-translate-y-23{transform:translateY(var(--spacing23))}.xxl-translate-y-24{transform:translateY(var(--spacing24))}.xxl-translate-y-25{transform:translateY(var(--spacing25))}
			.xxl-translate-y-perc-25{transform:translateY(25%)}.xxl-translate-y-perc-50{transform:translateY(50%)}.xxl-translate-y-perc-75{transform:translateY(75%)}.xxl-translate-y-perc-100,.xxl-translate-y-perc-full{transform:translateY(100%)}
			.-xxl-translate-y-perc-25{transform:translateY(-25%)}.-xxl-translate-y-perc-50{transform:translateY(-50%)}.-xxl-translate-y-perc-75{transform:translateY(-75%)}.-xxl-translate-y-perc-100,.-xxl-translate-y-perc-full{transform:translateY(-100%)}
			/* Translate X */
			.xxl-translate-x-0{transform:translateX(0)}.xxl-translate-x-1{transform:translateX(var(--spacing1))}.xxl-translate-x-2{transform:translateX(var(--spacing2))}.xxl-translate-x-3{transform:translateX(var(--spacing3))}.xxl-translate-x-4{transform:translateX(var(--spacing4))}.xxl-translate-x-5{transform:translateX(var(--spacing5))}.xxl-translate-x-6{transform:translateX(var(--spacing6))}.xxl-translate-x-7{transform:translateX(var(--spacing7))}.xxl-translate-x-8{transform:translateX(var(--spacing8))}.xxl-translate-x-9{transform:translateX(var(--spacing9))}.xxl-translate-x-10{transform:translateX(var(--spacing10))}.xxl-translate-x-11{transform:translateX(var(--spacing11))}.xxl-translate-x-12{transform:translateX(var(--spacing12))}.xxl-translate-x-13{transform:translateX(var(--spacing13))}.xxl-translate-x-14{transform:translateX(var(--spacing14))}.xxl-translate-x-15{transform:translateX(var(--spacing15))}.xxl-translate-x-16{transform:translateX(var(--spacing16))}.xxl-translate-x-17{transform:translateX(var(--spacing17))}.xxl-translate-x-18{transform:translateX(var(--spacing18))}.xxl-translate-x-19{transform:translateX(var(--spacing19))}.xxl-translate-x-20{transform:translateX(var(--spacing20))}.xxl-translate-x-21{transform:translateX(var(--spacing21))}.xxl-translate-x-22{transform:translateX(var(--spacing22))}.xxl-translate-x-23{transform:translateX(var(--spacing23))}.xxl-translate-x-24{transform:translateX(var(--spacing24))}.xxl-translate-x-25{transform:translateX(var(--spacing25))}
			.xxl-translate-x-perc-25{transform:translateX(25%)}.xxl-translate-x-perc-50{transform:translateX(50%)}.xxl-translate-x-perc-75{transform:translateX(75%)}.xxl-translate-x-perc-100,.xxl-translate-x-perc-full{transform:translateX(100%)}
			.-xxl-translate-x-perc-25{transform:translateX(-25%)}.-xxl-translate-x-perc-50{transform:translateX(-50%)}.-xxl-translate-x-perc-75{transform:translateX(-75%)}.-xxl-translate-x-perc-100,.-xxl-translate-x-perc-full{transform:translateX(-100%)}
			/* Font sizes */
			.xxl-text-xxs{font-size:var(--text-xxs)}.xxl-text-xs{font-size:var(--text-xs)}.xxl-text-sm{font-size:var(--text-sm)}.xxl-text-base{font-size:var(--text-base)}.xxl-text-md{font-size:var(--text-md)}.xxl-text-lg{font-size:var(--text-lg)}.xxl-text-xl{font-size:var(--text-xl)}.xxl-text-2xl{font-size:var(--text-2xl)}.xxl-text-3xl{font-size:var(--text-3xl)}.xxl-text-4xl{font-size:var(--text-4xl)}.xxl-text-5xl{font-size:var(--text-5xl)}.xxl-text-6xl{font-size:var(--text-6xl)}.xxl-text-7xl{font-size:var(--text-7xl)}.xxl-text-8xl{font-size:var(--text-8xl)}.xxl-text-9xl{font-size:var(--text-9xl)}.xxl-text-10xl{font-size:var(--text-10xl)}.xxl-text-11xl{font-size:var(--text-11xl)}.xxl-text-12xl{font-size:var(--text-12xl)}.xxl-text-13xl{font-size:var(--text-13xl)}.xxl-text-14xl{font-size:var(--text-14xl)}.xxl-text-15xl{font-size:var(--text-15xl)}
			/* Letter Spacing */
			.xxl-ls-xxs,.xxl-hover-ls-xxs:hover,.group:hover .xxl-group-hover-ls-xxs,.xxl-active-ls-xxs.active{letter-spacing:-0.08rem}.xxl-ls-xs,.xxl-hover-ls-xs:hover,.group:hover .xxl-group-hover-ls-xs,.xxl-active-ls-xs.active{letter-spacing:-0.04rem}.xxl-ls-sm,.xxl-hover-ls-sm:hover,.group:hover .xxl-group-hover-ls-sm,.xxl-active-ls-sm.active{letter-spacing:-0.02rem}.xxl-ls-base,.xxl-hover-ls-base:hover,.group:hover .xxl-group-hover-ls-base,.xxl-active-ls-base.active{letter-spacing:0rem}.xxl-ls-md,.xxl-hover-ls-md:hover,.group:hover .xxl-group-hover-ls-md,.xxl-active-ls-md.active{letter-spacing:0.02rem}.xxl-ls-lg,.xxl-hover-ls-lg:hover,.group:hover .xxl-group-hover-ls-lg,.xxl-active-ls-lg.active{letter-spacing:0.04rem}.xxl-ls-xl,.xxl-hover-ls-xl:hover,.group:hover .xxl-group-hover-ls-xl,.xxl-active-ls-xl.active{letter-spacing:0.075rem}.xxl-ls-2xl,.xxl-hover-ls-2xl:hover,.group:hover .xxl-group-hover-ls-2xl,.xxl-active-ls-2xl.active{letter-spacing:0.1rem}.xxl-ls-3xl,.xxl-hover-ls-3xl:hover,.group:hover .xxl-group-hover-ls-3xl,.xxl-active-ls-3xl.active{letter-spacing:0.3rem}.xxl-ls-4xl,.xxl-hover-ls-4xl:hover,.group:hover .xxl-group-hover-ls-4xl,.xxl-active-ls-4xl.active{letter-spacing:0.6rem}.xxl-ls-5xl,.xxl-hover-ls-5xl:hover,.group:hover .xxl-group-hover-ls-5xl,.xxl-active-ls-5xl.active{letter-spacing:1rem}.xxl-ls-6xl,.xxl-hover-ls-6xl:hover,.group:hover .xxl-group-hover-ls-6xl,.xxl-active-ls-6xl.active{letter-spacing:1.3rem}.xxl-ls-7xl,.xxl-hover-ls-7xl:hover,.group:hover .xxl-group-hover-ls-7xl,.xxl-active-ls-7xl.active{letter-spacing:1.6rem}.xxl-ls-8xl,.xxl-hover-ls-8xl:hover,.group:hover .xxl-group-hover-ls-8xl,.xxl-active-ls-8xl.active{letter-spacing:2rem}.xxl-ls-9xl,.xxl-hover-ls-9xl:hover,.group:hover .xxl-group-hover-ls-9xl,.xxl-active-ls-9xl.active{letter-spacing:2.5rem}.xxl-ls-10xl,.xxl-hover-ls-10xl:hover,.group:hover .xxl-group-hover-ls-10xl,.xxl-active-ls-10xl.active{letter-spacing:4rem}
			/* Line Height */
			.xxl-lh-normal{line-height:normal}.xxl-lh-inherit{line-height:inherit}.xxl-lh-base{line-height:var(--body-line-height)}.xxl-lh-perc-80{line-height:80%}.xxl-lh-perc-90{line-height:90%}.xxl-lh-perc-100{line-height:100%}.xxl-lh-perc-110{line-height:110%}.xxl-lh-perc-120{line-height:120%}.xxl-lh-perc-130{line-height:130%}.xxl-lh-perc-140{line-height:140%}.xxl-lh-perc-150{line-height:150%}.xxl-lh-perc-160{line-height:160%}.xxl-lh-perc-170{line-height:170%}.xxl-lh-perc-180{line-height:180%}.xxl-lh-perc-190{line-height:190%}.xxl-lh-perc-200{line-height:200%}
			.xxl-lh-xxs{line-height:var(--lh-xxs);}.xxl-lh-xs{line-height:var(--lh-xs)}.xxl-lh-sm{line-height:var(--lh-sm)}.xxl-lh-md{line-height:var(--lh-md)}.xxl-lh-lg{line-height:var(--lh-lg)}.xxl-lh-xl{line-height:var(--lh-xl)}.xxl-lh-2xl{line-height:var(--lh-2xl)}.xxl-lh-3xl{line-height:var(--lh-3xl)}.xxl-lh-4xl{line-height:var(--lh-4xl)}.xxl-lh-5xl{line-height:var(--lh-5xl)}.xxl-lh-6xl{line-height:var(--lh-6xl)}.xxl-lh-7xl{line-height:var(--lh-7xl)}.xxl-lh-8xl{line-height:var(--lh-8xl)}.xxl-lh-9xl{line-height:var(--lh-9xl)}.xxl-lh-10xl{line-height:var(--lh-10xl)}.xxl-lh-11xl{line-height:var(--lh-11xl)}.xxl-lh-12xl{line-height:var(--lh-12xl)}.xxl-lh-13xl{line-height:var(--lh-13xl)}.xxl-lh-14xl{line-height:var(--lh-14xl)}.xxl-lh-15xl{line-height:var(--lh-15xl)}
			/* White Space */
			.xxl-ws-nowrap{white-space:nowrap}.xxl-ws-normal{white-space:normal}
			/* Width */
			.xxl-w-perc-0,.xxl-w-0{width:0}.xxl-w-perc-100,.xxl-w-full{width:100%}.xxl-w-screen,.xxl-w-screen-100,.xxl-fullscreen{width:100vw}.xxl-w-auto{width:auto}.xxl-w-fit{width:fit-content}
			.xxl-w-perc-5{width:5%}.xxl-w-perc-10{width:10%}.xxl-w-perc-15{width:15%}.xxl-w-perc-20{width:20%}.xxl-w-perc-25{width:25%}.xxl-w-perc-30{width:30%}.xxl-w-perc-35{width:35%}.xxl-w-perc-40{width:40%}.xxl-w-perc-45{width:45%}.xxl-w-perc-50{width:50%}.xxl-w-perc-55{width:55%}.xxl-w-perc-60{width:60%}.xxl-w-perc-65{width:65%}.xxl-w-perc-70{width:70%}.xxl-w-perc-75{width:75%}.xxl-w-perc-80{width:80%}.xxl-w-perc-80{width:80%}.xxl-w-perc-85{width:85%}.xxl-w-perc-90{width:90%}.xxl-w-perc-95{width:95%}
			.xxl-w-1,.xxl-w-px{width:1px}.xxl-w-2{width:0.125rem}.xxl-w-3{width:0.25rem}.xxl-w-4{width:0.375rem}.xxl-w-5{width:0.5rem}.xxl-w-6{width:0.625rem}.xxl-w-7{width:0.75rem}.xxl-w-8{width:0.875rem}.xxl-w-9{width:1rem}.xxl-w-10{width:1.25rem}.xxl-w-11{width:1.5rem}.xxl-w-12{width:1.75rem}.xxl-w-13{width:2rem}.xxl-w-14{width:2.25rem}.xxl-w-15{width:2.5rem}.xxl-w-16{width:2.75rem}.xxl-w-17{width:3rem}.xxl-w-18{width:3.5rem}.xxl-w-19{width:4rem}.xxl-w-20{width:5rem}.xxl-w-21{width:6rem}.xxl-w-22{width:7rem}.xxl-w-23{width:8rem}.xxl-w-24{width:9rem}.xxl-w-25{width:10rem}.xxl-w-26{width:11rem}.xxl-w-27{width:12rem}.xxl-w-28{width:13rem}.xxl-w-29{width:14rem}.xxl-w-30{width:15rem}.xxl-w-31{width:16rem}.xxl-w-32{width:17rem}.xxl-w-33{width:18rem}.xxl-w-34{width:19rem}.xxl-w-35{width:20rem}.xxl-w-36{width:22rem}.xxl-w-37{width:24rem}.xxl-w-38{width:26rem}.xxl-w-39{width:28rem}.xxl-w-40{width:30rem}.xxl-w-41{width:32rem}.xxl-w-42{width:35rem}.xxl-w-43{width:40rem}.xxl-w-44{width:44rem}.xxl-w-45{width:48rem}.xxl-w-46{width:52rem}.xxl-w-47{width:55rem}.xxl-w-48{width:58rem}.xxl-w-49{width:60rem}.xxl-w-50{width:62rem}
			.xxl-w-screen-5{width:5vw}.xxl-w-screen-10{width:10vw}.xxl-w-screen-15{width:15vw}.xxl-w-screen-20{width:20vw}.xxl-w-screen-25{width:25vw}.xxl-w-screen-30{width:30vw}.xxl-w-screen-35{width:35vw}.xxl-w-screen-40{width:40vw}.xxl-w-screen-45{width:45vw}.xxl-w-screen-50{width:50vw}.xxl-w-screen-55{width:55vw}.xxl-w-screen-60{width:60vw}.xxl-w-screen-65{width:65vw}.xxl-w-screen-70{width:70vw}.xxl-w-screen-75{width:75vw}.xxl-w-screen-80{width:80vw}.xxl-w-screen-85{width:85vw}.xxl-w-screen-90{width:90vw}.xxl-w-screen-95{width:95vw}
			/* Height */
			.xxl-h-perc-0,.xxl-h-0{height:0}.xxl-h-perc-100,.xxl-h-full{height:100%}.xxl-h-screen,.xxl-fullscreen,.xxl-h-screen-100{height:100vh}.xxl-h-auto{height:auto}
			.xxl-h-perc-5{height:5%}.xxl-h-perc-10{height:10%}.xxl-h-perc-15{height:15%}.xxl-h-perc-20{height:20%}.xxl-h-perc-25{height:25%}.xxl-h-perc-30{height:30%}.xxl-h-perc-35{height:35%}.xxl-h-perc-40{height:40%}.xxl-h-perc-45{height:45%}.xxl-h-perc-50{height:50%}.xxl-h-perc-55{height:55%}.xxl-h-perc-60{height:60%}.xxl-h-perc-65{height:65%}.xxl-h-perc-70{height:70%}.xxl-h-perc-75{height:75%}.xxl-h-perc-80{height:80%}.xxl-h-perc-80{height:80%}.xxl-h-perc-85{height:85%}.xxl-h-perc-90{height:90%}.xxl-h-perc-95{height:95%}
			.xxl-h-1,.xxl-h-px{height:1px}.xxl-h-2{height:0.125rem}.xxl-h-3{height:0.25rem}.xxl-h-4{height:0.375rem}.xxl-h-5{height:0.5rem}.xxl-h-6{height:0.625rem}.xxl-h-7{height:0.75rem}.xxl-h-8{height:0.875rem}.xxl-h-9{height:1rem}.xxl-h-10{height:1.25rem}.xxl-h-11{height:1.5rem}.xxl-h-12{height:1.75rem}.xxl-h-13{height:2rem}.xxl-h-14{height:2.25rem}.xxl-h-15{height:2.5rem}.xxl-h-16{height:2.75rem}.xxl-h-17{height:3rem}.xxl-h-18{height:3.5rem}.xxl-h-19{height:4rem}.xxl-h-20{height:5rem}.xxl-h-21{height:6rem}.xxl-h-22{height:7rem}.xxl-h-23{height:8rem}.xxl-h-24{height:9rem}.xxl-h-25{height:10rem}.xxl-h-26{height:11rem}.xxl-h-27{height:12rem}.xxl-h-28{height:13rem}.xxl-h-29{height:14rem}.xxl-h-30{height:15rem}.xxl-h-31{height:16rem}.xxl-h-32{height:17rem}.xxl-h-33{height:18rem}.xxl-h-34{height:19rem}.xxl-h-35{height:20rem}.xxl-h-36{height:22rem}.xxl-h-37{height:24rem}.xxl-h-38{height:26rem}.xxl-h-39{height:28rem}.xxl-h-40{height:30rem}.xxl-h-41{height:32rem}.xxl-h-42{height:35rem}.xxl-h-43{height:40rem}.xxl-h-44{height:44rem}.xxl-h-45{height:48rem}.xxl-h-46{height:52rem}.xxl-h-47{height:55rem}.xxl-h-48{height:58rem}.xxl-h-49{height:60rem}.xxl-h-50{height:62rem}
			.xxl-h-screen-5{height:5vh}.xxl-h-screen-10{height:10vh}.xxl-h-screen-15{height:15vh}.xxl-h-screen-20{height:20vh}.xxl-h-screen-25{height:25vh}.xxl-h-screen-30{height:30vh}.xxl-h-screen-35{height:35vh}.xxl-h-screen-40{height:40vh}.xxl-h-screen-45{height:45vh}.xxl-h-screen-50{height:50vh}.xxl-h-screen-55{height:55vh}.xxl-h-screen-60{height:60vh}.xxl-h-screen-65{height:65vh}.xxl-h-screen-70{height:70vh}.xxl-h-screen-75{height:75vh}.xxl-h-screen-80{height:80vh}.xxl-h-screen-85{height:85vh}.xxl-h-screen-90{height:90vh}.xxl-h-screen-95{height:95vh}
			/* Max Width */
			.xxl-mxw-screen,.xxl-mxw-screen-100{max-width:100vw}.xxl-mxw-0,.xxl-mxw-perc-0{max-width:0}.xxl-mxw-full,.xxl-mxw-perc-100{max-width:100%}.xxl-mxw-none{max-width:none}
			.xxl-mxw-perc-5{max-width:5%}.xxl-mxw-perc-10{max-width:10%}.xxl-mxw-perc-15{max-width:15%}.xxl-mxw-perc-20{max-width:20%}.xxl-mxw-perc-25{max-width:25%}.xxl-mxw-perc-30{max-width:30%}.xxl-mxw-perc-35{max-width:35%}.xxl-mxw-perc-40{max-width:40%}.xxl-mxw-perc-45{max-width:45%}.xxl-mxw-perc-50{max-width:50%}.xxl-mxw-perc-55{max-width:55%}.xxl-mxw-perc-60{max-width:60%}.xxl-mxw-perc-65{max-width:65%}.xxl-mxw-perc-70{max-width:70%}.xxl-mxw-perc-75{max-width:75%}.xxl-mxw-perc-80{max-width:80%}.xxl-mxw-perc-85{max-width:85%}.xxl-mxw-perc-90{max-width:90%}.xxl-mxw-perc-95{max-width:95%}
			.xxl-mxw-1,.xxl-mxw-px{max-width:1px}.xxl-mxw-2{max-width:0.125rem}.xxl-mxw-3{max-width:0.25rem}.xxl-mxw-4{max-width:0.375rem}.xxl-mxw-5{max-width:0.5rem}.xxl-mxw-6{max-width:0.625rem}.xxl-mxw-7{max-width:0.75rem}.xxl-mxw-8{max-width:0.875rem}.xxl-mxw-9{max-width:1rem}.xxl-mxw-10{max-width:1.25rem}.xxl-mxw-11{max-width:1.5rem}.xxl-mxw-12{max-width:1.75rem}.xxl-mxw-13{max-width:2rem}.xxl-mxw-14{max-width:2.25rem}.xxl-mxw-15{max-width:2.5rem}.xxl-mxw-16{max-width:2.75rem}.xxl-mxw-17{max-width:3rem}.xxl-mxw-18{max-width:3.5rem}.xxl-mxw-19{max-width:4rem}.xxl-mxw-20{max-width:5rem}.xxl-mxw-21{max-width:6rem}.xxl-mxw-22{max-width:7rem}.xxl-mxw-23{max-width:8rem}.xxl-mxw-24{max-width:9rem}.xxl-mxw-25{max-width:10rem}.xxl-mxw-26{max-width:11rem}.xxl-mxw-27{max-width:12rem}.xxl-mxw-28{max-width:13rem}.xxl-mxw-29{max-width:14rem}.xxl-mxw-30{max-width:15rem}.xxl-mxw-31{max-width:16rem}.xxl-mxw-32{max-width:17rem}.xxl-mxw-33{max-width:18rem}.xxl-mxw-34{max-width:19rem}.xxl-mxw-35{max-width:20rem}.xxl-mxw-36{max-width:22rem}.xxl-mxw-37{max-width:24rem}.xxl-mxw-38{max-width:26rem}.xxl-mxw-39{max-width:28rem}.xxl-mxw-40{max-width:30rem}.xxl-mxw-41{max-width:32rem}.xxl-mxw-42{max-width:35rem}.xxl-mxw-43{max-width:40rem}.xxl-mxw-44{max-width:44rem}.xxl-mxw-45{max-width:48rem}.xxl-mxw-46{max-width:52rem}.xxl-mxw-47{max-width:55rem}.xxl-mxw-48{max-width:58rem}.xxl-mxw-49{max-width:60rem}.xxl-mxw-50{max-width:62rem}
			.xxl-mxw-screen-5{max-width:5vw}.xxl-mxw-screen-10{max-width:10vw}.xxl-mxw-screen-15{max-width:15vw}.xxl-mxw-screen-20{max-width:20vw}.xxl-mxw-screen-25{max-width:25vw}.xxl-mxw-screen-30{max-width:30vw}.xxl-mxw-screen-35{max-width:35vw}.xxl-mxw-screen-40{max-width:40vw}.xxl-mxw-screen-45{max-width:45vw}.xxl-mxw-screen-50{max-width:50vw}.xxl-mxw-screen-55{max-width:55vw}.xxl-mxw-screen-60{max-width:60vw}.xxl-mxw-screen-65{max-width:65vw}.xxl-mxw-screen-70{max-width:70vw}.xxl-mxw-screen-75{max-width:75vw}.xxl-mxw-screen-80{max-width:80vw}.xxl-mxw-screen-85{max-width:85vw}.xxl-mxw-screen-90{max-width:90vw}.xxl-mxw-screen-95{max-width:95vw}
			/* Min Width */
			.xxl-mnw-screen,.xxl-mnw-screen-100{max-height:100vw}.xxl-mnw-0,.xxl-mnw-perc-0{min-width:0}.xxl-mnw-full,.xxl-mnw-perc-100{min-width:100%}.xxl-mnw-none,.xxl-mnw-auto{min-width:auto}
			.xxl-mnw-perc-5{min-width:5%}.xxl-mnw-perc-10{min-width:10%}.xxl-mnw-perc-15{min-width:15%}.xxl-mnw-perc-20{min-width:20%}.xxl-mnw-perc-25{min-width:25%}.xxl-mnw-perc-30{min-width:30%}.xxl-mnw-perc-35{min-width:35%}.xxl-mnw-perc-40{min-width:40%}.xxl-mnw-perc-45{min-width:45%}.xxl-mnw-perc-50{min-width:50%}.xxl-mnw-perc-55{min-width:55%}.xxl-mnw-perc-60{min-width:60%}.xxl-mnw-perc-65{min-width:65%}.xxl-mnw-perc-70{min-width:70%}.xxl-mnw-perc-75{min-width:75%}.xxl-mnw-perc-80{min-width:80%}.xxl-mnw-perc-85{min-width:85%}.xxl-mnw-perc-90{min-width:90%}.xxl-mnw-perc-95{min-width:95%}
			.xxl-mnw-1,.xxl-mnw-px{min-width:1px}.xxl-mnw-2{min-width:0.125rem}.xxl-mnw-3{min-width:0.25rem}.xxl-mnw-4{min-width:0.375rem}.xxl-mnw-5{min-width:0.5rem}.xxl-mnw-6{min-width:0.625rem}.xxl-mnw-7{min-width:0.75rem}.xxl-mnw-8{min-width:0.875rem}.xxl-mnw-9{min-width:1rem}.xxl-mnw-10{min-width:1.25rem}.xxl-mnw-11{min-width:1.5rem}.xxl-mnw-12{min-width:1.75rem}.xxl-mnw-13{min-width:2rem}.xxl-mnw-14{min-width:2.25rem}.xxl-mnw-15{min-width:2.5rem}.xxl-mnw-16{min-width:2.75rem}.xxl-mnw-17{min-width:3rem}.xxl-mnw-18{min-width:3.5rem}.xxl-mnw-19{min-width:4rem}.xxl-mnw-20{min-width:5rem}.xxl-mnw-21{min-width:6rem}.xxl-mnw-22{min-width:7rem}.xxl-mnw-23{min-width:8rem}.xxl-mnw-24{min-width:9rem}.xxl-mnw-25{min-width:10rem}.xxl-mnw-26{min-width:11rem}.xxl-mnw-27{min-width:12rem}.xxl-mnw-28{min-width:13rem}.xxl-mnw-29{min-width:14rem}.xxl-mnw-30{min-width:15rem}.xxl-mnw-31{min-width:16rem}.xxl-mnw-32{min-width:17rem}.xxl-mnw-33{min-width:18rem}.xxl-mnw-34{min-width:19rem}.xxl-mnw-35{min-width:20rem}.xxl-mnw-36{min-width:22rem}.xxl-mnw-37{min-width:24rem}.xxl-mnw-38{min-width:26rem}.xxl-mnw-39{min-width:28rem}.xxl-mnw-40{min-width:30rem}.xxl-mnw-41{min-width:32rem}.xxl-mnw-42{min-width:35rem}.xxl-mnw-43{min-width:40rem}.xxl-mnw-44{min-width:44rem}.xxl-mnw-45{min-width:48rem}.xxl-mnw-46{min-width:52rem}.xxl-mnw-47{min-width:55rem}.xxl-mnw-48{min-width:58rem}.xxl-mnw-49{min-width:60rem}.xxl-mnw-50{min-width:62rem}
			.xxl-mnw-screen-5{min-width:5vw}.xxl-mnw-screen-10{min-width:10vw}.xxl-mnw-screen-15{min-width:15vw}.xxl-mnw-screen-20{min-width:20vw}.xxl-mnw-screen-25{min-width:25vw}.xxl-mnw-screen-30{min-width:30vw}.xxl-mnw-screen-35{min-width:35vw}.xxl-mnw-screen-40{min-width:40vw}.xxl-mnw-screen-45{min-width:45vw}.xxl-mnw-screen-50{min-width:50vw}.xxl-mnw-screen-55{min-width:55vw}.xxl-mnw-screen-60{min-width:60vw}.xxl-mnw-screen-65{min-width:65vw}.xxl-mnw-screen-70{min-width:70vw}.xxl-mnw-screen-75{min-width:75vw}.xxl-mnw-screen-80{min-width:80vw}.xxl-mnw-screen-85{min-width:85vw}.xxl-mnw-screen-90{min-width:90vw}.xxl-mnw-screen-95{min-width:95vw}
			/* Max Height */
			.xxl-mxh-screen,.xxl-mxh-screen-100{max-height:100vh}.xxl-mxh-0,.xxl-mxh-perc-0{max-height:0}.xxl-mxh-full,.xxl-mxh-perc-100{max-height:100%}.xxl-mxh-none{max-height:none}
			.xxl-mxh-perc-5{max-height:5%}.xxl-mxh-perc-10{max-height:10%}.xxl-mxh-perc-15{max-height:15%}.xxl-mxh-perc-20{max-height:20%}.xxl-mxh-perc-25{max-height:25%}.xxl-mxh-perc-30{max-height:30%}.xxl-mxh-perc-35{max-height:35%}.xxl-mxh-perc-40{max-height:40%}.xxl-mxh-perc-45{max-height:45%}.xxl-mxh-perc-50{max-height:50%}.xxl-mxh-perc-55{max-height:55%}.xxl-mxh-perc-60{max-height:60%}.xxl-mxh-perc-65{max-height:65%}.xxl-mxh-perc-70{max-height:70%}.xxl-mxh-perc-75{max-height:75%}.xxl-mxh-perc-80{max-height:80%}.xxl-mxh-perc-85{max-height:85%}.xxl-mxh-perc-90{max-height:90%}.xxl-mxh-perc-95{max-height:95%}
			.xxl-mxh-1,.xxl-mxh-px{max-height:1px}.xxl-mxh-2{max-height:0.125rem}.xxl-mxh-3{max-height:0.25rem}.xxl-mxh-4{max-height:0.375rem}.xxl-mxh-5{max-height:0.5rem}.xxl-mxh-6{max-height:0.625rem}.xxl-mxh-7{max-height:0.75rem}.xxl-mxh-8{max-height:0.875rem}.xxl-mxh-9{max-height:1rem}.xxl-mxh-10{max-height:1.25rem}.xxl-mxh-11{max-height:1.5rem}.xxl-mxh-12{max-height:1.75rem}.xxl-mxh-13{max-height:2rem}.xxl-mxh-14{max-height:2.25rem}.xxl-mxh-15{max-height:2.5rem}.xxl-mxh-16{max-height:2.75rem}.xxl-mxh-17{max-height:3rem}.xxl-mxh-18{max-height:3.5rem}.xxl-mxh-19{max-height:4rem}.xxl-mxh-20{max-height:5rem}.xxl-mxh-21{max-height:6rem}.xxl-mxh-22{max-height:7rem}.xxl-mxh-23{max-height:8rem}.xxl-mxh-24{max-height:9rem}.xxl-mxh-25{max-height:10rem}.xxl-mxh-26{max-height:11rem}.xxl-mxh-27{max-height:12rem}.xxl-mxh-28{max-height:13rem}.xxl-mxh-29{max-height:14rem}.xxl-mxh-30{max-height:15rem}.xxl-mxh-31{max-height:16rem}.xxl-mxh-32{max-height:17rem}.xxl-mxh-33{max-height:18rem}.xxl-mxh-34{max-height:19rem}.xxl-mxh-35{max-height:20rem}.xxl-mxh-36{max-height:22rem}.xxl-mxh-37{max-height:24rem}.xxl-mxh-38{max-height:26rem}.xxl-mxh-39{max-height:28rem}.xxl-mxh-40{max-height:30rem}.xxl-mxh-41{max-height:32rem}.xxl-mxh-42{max-height:35rem}.xxl-mxh-43{max-height:40rem}.xxl-mxh-44{max-height:44rem}.xxl-mxh-45{max-height:48rem}.xxl-mxh-46{max-height:52rem}.xxl-mxh-47{max-height:55rem}.xxl-mxh-48{max-height:58rem}.xxl-mxh-49{max-height:60rem}.xxl-mxh-50{max-height:62rem}
			.xxl-mxh-screen-5{max-height:5vh}.xxl-mxh-screen-10{max-height:10vh}.xxl-mxh-screen-15{max-height:15vh}.xxl-mxh-screen-20{max-height:20vh}.xxl-mxh-screen-25{max-height:25vh}.xxl-mxh-screen-30{max-height:30vh}.xxl-mxh-screen-35{max-height:35vh}.xxl-mxh-screen-40{max-height:40vh}.xxl-mxh-screen-45{max-height:45vh}.xxl-mxh-screen-50{max-height:50vh}.xxl-mxh-screen-55{max-height:55vh}.xxl-mxh-screen-60{max-height:60vh}.xxl-mxh-screen-65{max-height:65vh}.xxl-mxh-screen-70{max-height:70vh}.xxl-mxh-screen-75{max-height:75vh}.xxl-mxh-screen-80{max-height:80vh}.xxl-mxh-screen-85{max-height:85vh}.xxl-mxh-screen-90{max-height:90vh}.xxl-mxh-screen-95{max-height:95vh}
			/* Min Height */
			.xxl-mnh-screen,.xxl-mnh-screen-100{min-height:100vh}.xxl-mnh-0,.xxl-mnh-perc-0{min-height:0}.xxl-mnh-full,.xxl-mnh-perc-100{min-height:100%}.xxl-mnh-none{min-height:none}
			.xxl-mnh-perc-5{min-height:5%}.xxl-mnh-perc-10{min-height:10%}.xxl-mnh-perc-15{min-height:15%}.xxl-mnh-perc-20{min-height:20%}.xxl-mnh-perc-25{min-height:25%}.xxl-mnh-perc-30{min-height:30%}.xxl-mnh-perc-35{min-height:35%}.xxl-mnh-perc-40{min-height:40%}.xxl-mnh-perc-45{min-height:45%}.xxl-mnh-perc-50{min-height:50%}.xxl-mnh-perc-55{min-height:55%}.xxl-mnh-perc-60{min-height:60%}.xxl-mnh-perc-65{min-height:65%}.xxl-mnh-perc-70{min-height:70%}.xxl-mnh-perc-75{min-height:75%}.xxl-mnh-perc-80{min-height:80%}.xxl-mnh-perc-85{min-height:85%}.xxl-mnh-perc-90{min-height:90%}.xxl-mnh-perc-95{min-height:95%}
			.xxl-mnh-1,.xxl-mnh-px{min-height:1px}.xxl-mnh-2{min-height:0.125rem}.xxl-mnh-3{min-height:0.25rem}.xxl-mnh-4{min-height:0.375rem}.xxl-mnh-5{min-height:0.5rem}.xxl-mnh-6{min-height:0.625rem}.xxl-mnh-7{min-height:0.75rem}.xxl-mnh-8{min-height:0.875rem}.xxl-mnh-9{min-height:1rem}.xxl-mnh-10{min-height:1.25rem}.xxl-mnh-11{min-height:1.5rem}.xxl-mnh-12{min-height:1.75rem}.xxl-mnh-13{min-height:2rem}.xxl-mnh-14{min-height:2.25rem}.xxl-mnh-15{min-height:2.5rem}.xxl-mnh-16{min-height:2.75rem}.xxl-mnh-17{min-height:3rem}.xxl-mnh-18{min-height:3.5rem}.xxl-mnh-19{min-height:4rem}.xxl-mnh-20{min-height:5rem}.xxl-mnh-21{min-height:6rem}.xxl-mnh-22{min-height:7rem}.xxl-mnh-23{min-height:8rem}.xxl-mnh-24{min-height:9rem}.xxl-mnh-25{min-height:10rem}.xxl-mnh-26{min-height:11rem}.xxl-mnh-27{min-height:12rem}.xxl-mnh-28{min-height:13rem}.xxl-mnh-29{min-height:14rem}.xxl-mnh-30{min-height:15rem}.xxl-mnh-31{min-height:16rem}.xxl-mnh-32{min-height:17rem}.xxl-mnh-33{min-height:18rem}.xxl-mnh-34{min-height:19rem}.xxl-mnh-35{min-height:20rem}.xxl-mnh-36{min-height:22rem}.xxl-mnh-37{min-height:24rem}.xxl-mnh-38{min-height:26rem}.xxl-mnh-39{min-height:28rem}.xxl-mnh-40{min-height:30rem}.xxl-mnh-41{min-height:32rem}.xxl-mnh-42{min-height:35rem}.xxl-mnh-43{min-height:40rem}.xxl-mnh-44{min-height:44rem}.xxl-mnh-45{min-height:48rem}.xxl-mnh-46{min-height:52rem}.xxl-mnh-47{min-height:55rem}.xxl-mnh-48{min-height:58rem}.xxl-mnh-49{min-height:60rem}.xxl-mnh-50{min-height:62rem}
			.xxl-mnh-screen-5{min-height:5vh}.xxl-mnh-screen-10{min-height:10vh}.xxl-mnh-screen-15{min-height:15vh}.xxl-mnh-screen-20{min-height:20vh}.xxl-mnh-screen-25{min-height:25vh}.xxl-mnh-screen-30{min-height:30vh}.xxl-mnh-screen-35{min-height:35vh}.xxl-mnh-screen-40{min-height:40vh}.xxl-mnh-screen-45{min-height:45vh}.xxl-mnh-screen-50{min-height:50vh}.xxl-mnh-screen-55{min-height:55vh}.xxl-mnh-screen-60{min-height:60vh}.xxl-mnh-screen-65{min-height:65vh}.xxl-mnh-screen-70{min-height:70vh}.xxl-mnh-screen-75{min-height:75vh}.xxl-mnh-screen-80{min-height:80vh}.xxl-mnh-screen-85{min-height:85vh}.xxl-mnh-screen-90{min-height:90vh}.xxl-mnh-screen-95{min-height:95vh}
			/* Rounded borders */
			.xxl-rounded-inherit{border-radius:inherit}
			.xxl-rounded-none,.xxl-rounded-t-none,.xxl-rounded-l-none,.xxl-rounded-tl-none{border-top-left-radius:0}
			.xxl-rounded-none,.xxl-rounded-t-none,.xxl-rounded-r-none,.xxl-rounded-tr-none{border-top-right-radius:0}
			.xxl-rounded-none,.xxl-rounded-b-none,.xxl-rounded-l-none,.xxl-rounded-bl-none{border-bottom-left-radius:0}
			.xxl-rounded-none,.xxl-rounded-b-none,.xxl-rounded-r-none,.xxl-rounded-br-none{border-bottom-right-radius:0}
			.xxl-rounded-sm,.xxl-rounded-t-sm,.xxl-rounded-l-sm,.xxl-rounded-tl-sm{border-top-left-radius:var(--rounded-sm)}
			.xxl-rounded-sm,.xxl-rounded-t-sm,.xxl-rounded-r-sm,.xxl-rounded-tr-sm{border-top-right-radius:var(--rounded-sm)}
			.xxl-rounded-sm,.xxl-rounded-b-sm,.xxl-rounded-l-sm,.xxl-rounded-bl-sm{border-bottom-left-radius:var(--rounded-sm)}
			.xxl-rounded-sm,.xxl-rounded-b-sm,.xxl-rounded-r-sm,.xxl-rounded-br-sm{border-bottom-right-radius:var(--rounded-sm)}
			.xxl-rounded,.xxl-rounded-t,.xxl-rounded-l,.xxl-rounded-tl{border-top-left-radius:var(--rounded)}
			.xxl-rounded,.xxl-rounded-t,.xxl-rounded-r,.xxl-rounded-tr{border-top-right-radius:var(--rounded)}
			.xxl-rounded,.xxl-rounded-b,.xxl-rounded-l,.xxl-rounded-bl{border-bottom-left-radius:var(--rounded)}
			.xxl-rounded,.xxl-rounded-b,.xxl-rounded-r,.xxl-rounded-br{border-bottom-right-radius:var(--rounded)}
			.xxl-rounded-md,.xxl-rounded-t-md,.xxl-rounded-l-md,.xxl-rounded-tl-md{border-top-left-radius:var(--rounded-md)}
			.xxl-rounded-md,.xxl-rounded-t-md,.xxl-rounded-r-md,.xxl-rounded-tr-md{border-top-right-radius:var(--rounded-md)}
			.xxl-rounded-md,.xxl-rounded-b-md,.xxl-rounded-l-md,.xxl-rounded-bl-md{border-bottom-left-radius:var(--rounded-md)}
			.xxl-rounded-md,.xxl-rounded-b-md,.xxl-rounded-r-md,.xxl-rounded-br-md{border-bottom-right-radius:var(--rounded-md)}
			.xxl-rounded-lg,.xxl-rounded-t-lg,.xxl-rounded-l-lg,.xxl-rounded-tl-lg{border-top-left-radius:var(--rounded-lg)}
			.xxl-rounded-lg,.xxl-rounded-t-lg,.xxl-rounded-r-lg,.xxl-rounded-tr-lg{border-top-right-radius:var(--rounded-lg)}
			.xxl-rounded-lg,.xxl-rounded-b-lg,.xxl-rounded-l-lg,.xxl-rounded-bl-lg{border-bottom-left-radius:var(--rounded-lg)}
			.xxl-rounded-lg,.xxl-rounded-b-lg,.xxl-rounded-r-lg,.xxl-rounded-br-lg{border-bottom-right-radius:var(--rounded-lg)}
			.xxl-rounded-xl,.xxl-rounded-t-xl,.xxl-rounded-l-xl,.xxl-rounded-tl-xl{border-top-left-radius:var(--rounded-xl)}
			.xxl-rounded-xl,.xxl-rounded-t-xl,.xxl-rounded-r-xl,.xxl-rounded-tr-xl{border-top-right-radius:var(--rounded-xl)}
			.xxl-rounded-xl,.xxl-rounded-b-xl,.xxl-rounded-l-xl,.xxl-rounded-bl-xl{border-bottom-left-radius:var(--rounded-xl)}
			.xxl-rounded-xl,.xxl-rounded-b-xl,.xxl-rounded-r-xl,.xxl-rounded-br-xl{border-bottom-right-radius:var(--rounded-xl)}
			.xxl-rounded-2xl,.xxl-rounded-t-2xl,.xxl-rounded-l-2xl,.xxl-rounded-tl-2xl{border-top-left-radius:var(--rounded-2xl)}
			.xxl-rounded-2xl,.xxl-rounded-t-2xl,.xxl-rounded-r-2xl,.xxl-rounded-tr-2xl{border-top-right-radius:var(--rounded-2xl)}
			.xxl-rounded-2xl,.xxl-rounded-b-2xl,.xxl-rounded-l-2xl,.xxl-rounded-bl-2xl{border-bottom-left-radius:var(--rounded-2xl)}
			.xxl-rounded-2xl,.xxl-rounded-b-2xl,.xxl-rounded-r-2xl,.xxl-rounded-br-2xl{border-bottom-right-radius:var(--rounded-2xl)}
			.xxl-rounded-3xl,.xxl-rounded-t-3xl,.xxl-rounded-l-3xl,.xxl-rounded-tl-3xl{border-top-left-radius:var(--rounded-3xl)}
			.xxl-rounded-3xl,.xxl-rounded-t-3xl,.xxl-rounded-r-3xl,.xxl-rounded-tr-3xl{border-top-right-radius:var(--rounded-3xl)}
			.xxl-rounded-3xl,.xxl-rounded-b-3xl,.xxl-rounded-l-3xl,.xxl-rounded-bl-3xl{border-bottom-left-radius:var(--rounded-3xl)}
			.xxl-rounded-3xl,.xxl-rounded-b-3xl,.xxl-rounded-r-3xl,.xxl-rounded-br-3xl{border-bottom-right-radius:var(--rounded-3xl)}
			.xxl-rounded-4xl,.xxl-rounded-t-4xl,.xxl-rounded-l-4xl,.xxl-rounded-tl-4xl{border-top-left-radius:var(--rounded-4xl)}
			.xxl-rounded-4xl,.xxl-rounded-t-4xl,.xxl-rounded-r-4xl,.xxl-rounded-tr-4xl{border-top-right-radius:var(--rounded-4xl)}
			.xxl-rounded-4xl,.xxl-rounded-b-4xl,.xxl-rounded-l-4xl,.xxl-rounded-bl-4xl{border-bottom-left-radius:var(--rounded-4xl)}
			.xxl-rounded-4xl,.xxl-rounded-b-4xl,.xxl-rounded-r-4xl,.xxl-rounded-br-4xl{border-bottom-right-radius:var(--rounded-4xl)}
			.xxl-rounded-5xl,.xxl-rounded-t-5xl,.xxl-rounded-l-5xl,.xxl-rounded-tl-5xl{border-top-left-radius:var(--rounded-5xl)}
			.xxl-rounded-5xl,.xxl-rounded-t-5xl,.xxl-rounded-r-5xl,.xxl-rounded-tr-5xl{border-top-right-radius:var(--rounded-5xl)}
			.xxl-rounded-5xl,.xxl-rounded-b-5xl,.xxl-rounded-l-5xl,.xxl-rounded-bl-5xl{border-bottom-left-radius:var(--rounded-5xl)}
			.xxl-rounded-5xl,.xxl-rounded-b-5xl,.xxl-rounded-r-5xl,.xxl-rounded-br-5xl{border-bottom-right-radius:var(--rounded-5xl)}
			.xxl-rounded-pill,.xxl-rounded-t-pill,.xxl-rounded-l-pill,.xxl-rounded-tl-pill{border-top-left-radius:var(--rounded-pill)}
			.xxl-rounded-pill,.xxl-rounded-t-pill,.xxl-rounded-r-pill,.xxl-rounded-tr-pill{border-top-right-radius:var(--rounded-pill)}
			.xxl-rounded-pill,.xxl-rounded-b-pill,.xxl-rounded-l-pill,.xxl-rounded-bl-pill{border-bottom-left-radius:var(--rounded-pill)}
			.xxl-rounded-pill,.xxl-rounded-b-pill,.xxl-rounded-r-pill,.xxl-rounded-br-pill{border-bottom-right-radius:var(--rounded-pill)}
			.xxl-rounded-full,.xxl-rounded-t-full,.xxl-rounded-l-full,.xxl-rounded-tl-full{border-top-left-radius:var(--rounded-full)}
			.xxl-rounded-full,.xxl-rounded-t-full,.xxl-rounded-r-full,.xxl-rounded-tr-full{border-top-right-radius:var(--rounded-full)}
			.xxl-rounded-full,.xxl-rounded-b-full,.xxl-rounded-l-full,.xxl-rounded-bl-full{border-bottom-left-radius:var(--rounded-full)}
			.xxl-rounded-full,.xxl-rounded-b-full,.xxl-rounded-r-full,.xxl-rounded-br-full{border-bottom-right-radius:var(--rounded-full)}
			/* Opacity */
			.xxl-opacity-0,.xxl-hover-opacity-0:hover,.group:hover .xxl-group-hover-opacity-0,.xxl-active-opacity-0.active{opacity:0}
			.xxl-opacity-10,.xxl-hover-opacity-10:hover,.group:hover .xxl-group-hover-opacity-10,.xxl-active-opacity-10.active{opacity:.1}
			.xxl-opacity-20,.xxl-hover-opacity-20:hover,.group:hover .xxl-group-hover-opacity-20,.xxl-active-opacity-20.active{opacity:.2}
			.xxl-opacity-30,.xxl-hover-opacity-30:hover,.group:hover .xxl-group-hover-opacity-30,.xxl-active-opacity-30.active{opacity:.3}
			.xxl-opacity-40,.xxl-hover-opacity-40:hover,.group:hover .xxl-group-hover-opacity-40,.xxl-active-opacity-40.active{opacity:.4}
			.xxl-opacity-50,.xxl-hover-opacity-50:hover,.group:hover .xxl-group-hover-opacity-50,.xxl-active-opacity-50.active{opacity:.5}
			.xxl-opacity-60,.xxl-hover-opacity-60:hover,.group:hover .xxl-group-hover-opacity-60,.xxl-active-opacity-60.active{opacity:.6}
			.xxl-opacity-70,.xxl-hover-opacity-70:hover,.group:hover .xxl-group-hover-opacity-70,.xxl-active-opacity-70.active{opacity:.7}
			.xxl-opacity-80,.xxl-hover-opacity-80:hover,.group:hover .xxl-group-hover-opacity-80,.xxl-active-opacity-80.active{opacity:.8}
			.xxl-opacity-90,.xxl-hover-opacity-90:hover,.group:hover .xxl-group-hover-opacity-90,.xxl-active-opacity-90.active{opacity:.9}
			.xxl-opacity-100,.xxl-hover-opacity-100:hover,.group:hover .xxl-group-hover-opacity-100,.xxl-active-opacity-100.active{opacity:1}
			/* Float */
			.xxl-float-left{float:left}
			.xxl-float-right{float:right}
			.xxl-float-none{float:none}
			/* Position */
			.xxl-relative{position:relative}
			.xxl-absolute{position:absolute}
			.xxl-fixed{position:fixed}
			.xxl-static{position:static}
			.xxl-sticky{position:sticky}
			/* Flexbox & Grid Settings */
			/* Row */
			.xxl-flex-columns-auto>*{flex:0 0 auto;width:auto}
			.xxl-flex-columns-1>*{width:100%}
			.xxl-flex-columns-2>*{width:50%}
			.xxl-flex-columns-3>*{width:33.33333333%}
			.xxl-flex-columns-4>*{width:25%}
			.xxl-flex-columns-5>*{width:20%}
			.xxl-flex-columns-6>*{width:16.66666667%}
			.xxl-flex-columns-7>*{width:14.285%}
			.xxl-flex-columns-8>*{width:12.5%}
			.xxl-flex-columns-9>*{width:11.110%}
			.xxl-flex-columns-10>*{width:10%}
			.xxl-flex-columns-11>*{width:9.090%}
			.xxl-flex-columns-12>*{width:8.33333333%}
			.xxl-column{flex:1 0 0%}
			.xxl-column-auto{flex:0 0 auto}
			.xxl-column-1{width:8.33333333%}
			.xxl-column-2{width:16.66666667%}
			.xxl-column-3{width:25%}
			.xxl-column-4{width:33.33333333%}
			.xxl-column-5{width:41.66666667%}
			.xxl-column-6{width:50%}
			.xxl-column-7{width:58.33333333%}
			.xxl-column-8{width:66.66666667%}
			.xxl-column-9{width:75%}
			.xxl-column-10{width:83.33333333%}
			.xxl-column-11{width:91.66666667%}
			.xxl-column-12{width:100%}
			.xxl-order-1{order:1}
			.xxl-order-2{order:2}
			.xxl-order-3{order:3}
			.xxl-order-4{order:4}
			.xxl-order-5{order:5}
			.xxl-order-6{order:6}
			.xxl-order-7{order:7}
			.xxl-order-8{order:8}
			.xxl-order-9{order:9}
			.xxl-order-10{order:10}
			.xxl-order-11{order:11}
			.xxl-order-12{order:12}
			.xxl-order-first{order:-999}
			.xxl-order-last{order:999}
			.xxl-order-none{order:none}
			.xxl-offset-0{margin-left:0%}
			.xxl-offset-1{margin-left:8.33333333%}
			.xxl-offset-2{margin-left:16.66666667%}
			.xxl-offset-3{margin-left:25%}
			.xxl-offset-4{margin-left:33.33333333%}
			.xxl-offset-5{margin-left:41.66666667%}
			.xxl-offset-6{margin-left:50%}
			.xxl-offset-7{margin-left:58.33333333%}
			.xxl-offset-8{margin-left:66.66666667%}
			.xxl-offset-9{margin-left:75%}
			.xxl-offset-10{margin-left:83.33333333%}
			.xxl-offset-11{margin-left:91.66666667%}
			.xxl-offset-12{margin-left:100%}
			.xxl-flex-row-reverse{flex-direction:row-reverse}
			.xxl-flex-column{flex-direction:column}
			.xxl-flex-column{flex-direction:column}
			.xxl-flex-column-reverse{flex-direction:column}
			/* Align items */
			.xxl-align-items-start{align-items:flex-start}
			.xxl-align-items-end{align-items:flex-end}
			.xxl-align-items-center{align-items:center}
			.xxl-align-items-baseline{align-items:baseline}
			.xxl-align-items-stretch{align-items:stretch}
			/* Align Content */
			.xxl-align-content-start{align-content:flex-start}
			.xxl-align-content-end{align-content:flex-end}
			.xxl-align-content-center{align-content:center}
			.xxl-align-content-between{align-content:space-between}
			.xxl-align-content-around{align-content:space-around}
			.xxl-align-content-evenly{align-content:space-evenly}
			.xxl-align-content-baseline{align-content:baseline}
			/* Align Self */
			.xxl-align-self-start{align-self:flex-start}
			.xxl-align-self-end{align-self:flex-end}
			.xxl-align-self-auto{align-self:auto}
			.xxl-align-self-center{align-self:center}
			.xxl-align-self-stretch{align-self:stretch}
			.xxl-align-self-baseline{align-self:baseline}
			/* Justify Self */
			.xxl-justify-self-auto{justify-self:auto}
			.xxl-justify-self-start{justify-self:start}
			.xxl-justify-self-end{justify-self:end}
			.xxl-justify-self-center{justify-self:center}
			.xxl-justify-self-stretch{justify-self:stretch}
			/* Justify Items */
			.xxl-justify-items-start{justify-items:start}
			.xxl-justify-items-end{justify-items:end}
			.xxl-justify-items-center{justify-items:center}
			.xxl-justify-items-stretch{justify-items:stretch}
			/* Justify Content */
			.xxl-justify-content-start{justify-content:flex-start}
			.xxl-justify-content-end{justify-content:flex-end}
			.xxl-justify-content-center{justify-content:center}
			.xxl-justify-content-between{justify-content:space-between}
			.xxl-justify-content-around{justify-content:space-around}
			.xxl-justify-content-evenly{justify-content:space-evenly}
			/* Grid */
			.xxl-grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}
			.xxl-grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}
			.xxl-grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}
			.xxl-grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}
			.xxl-grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}
			.xxl-grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}
			.xxl-grid-rows-none{grid-template-rows:none}
			.xxl-grid-columns-1{grid-template-columns:repeat(1,minmax(0,1fr))}
			.xxl-grid-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}
			.xxl-grid-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}
			.xxl-grid-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
			.xxl-grid-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}
			.xxl-grid-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}
			.xxl-grid-columns-7{grid-template-columns:repeat(7,minmax(0,1fr))}
			.xxl-grid-columns-8{grid-template-columns:repeat(8,minmax(0,1fr))}
			.xxl-grid-columns-9{grid-template-columns:repeat(9,minmax(0,1fr))}
			.xxl-grid-columns-10{grid-template-columns:repeat(10,minmax(0,1fr))}
			.xxl-grid-columns-11{grid-template-columns:repeat(11,minmax(0,1fr))}
			.xxl-grid-columns-12{grid-template-columns:repeat(12,minmax(0,1fr))}
			.xxl-grid-flow-row{grid-auto-flow:row}
			.xxl-grid-flow-column{grid-auto-flow:column}
			.xxl-grid-flow-dense{grid-auto-flow:dense}
			.xxl-grid-flow-row-dense{grid-auto-flow:row dense}
			.xxl-grid-flow-column-dense{grid-auto-flow:column dense}
			/* Flex */
			.xxl-flex-1{flex:1 1 0%}
			.xxl-flex-auto{flex:1 1 auto}
			.xxl-flex-initial{flex:0 1 auto}
			.xxl-flex-none{flex:none}
			.xxl-flex-wrap{flex-wrap:wrap}
			.xxl-flex-wrap-reverse{flex-wrap:wrap-reverse}
			.xxl-flex-nowrap{flex-wrap:nowrap}
			/* Display */
			.xxl-flex{display:flex}
			.xxl-inline-flex{display:inline-flex}
			.xxl-block,.xxl-block-links a,.xxl-block-images img{display:block}
			.xxl-inline-block,.xxl-inline-block-links a{display:inline-block}
			.xxl-inline{display:inline}
			.xxl-hidden{display:none}
			.xxl-table{display:table}
			.xxl-inline-table{display:inline-table}
			.xxl-table-caption{display:table-caption}
			.xxl-table-cell{display:table-cell}
			.xxl-table-column{display:table-column}
			.xxl-table-column-group{display:table-column-group}
			.xxl-table-footer-group{display:table-footer-group}
			.xxl-table-header-group{display:table-header-group}
			.xxl-table-row-group{display:table-row-group}
			.xxl-table-row{display:table-row}
			.xxl-flow-root{display:flow-root}
			.xxl-grid{display:grid}
			.xxl-inline-grid{display:inline-grid}
			.xxl-contents{display:contents}
			.xxl-list-item{display:list-item}
			/* Background positions */
			.xxl-bg-none{background:none}
			.xxl-bg-left{background-position:left}
			.xxl-bg-left-top{background-position:left top}
			.xxl-bg-left-bottom{background-position:left bottom}
			.xxl-bg-right{background-position:right}
			.xxl-bg-right-top{background-position:right top}
			.xxl-bg-right-bottom{background-position:right bottom}
			.xxl-bg-top{background-position:top}
			.xxl-bg-bottom{background-position:bottom}
			.xxl-bg-center{background-position:center center}
			.xxl-bg-center-top{background-position:center top}
			.xxl-bg-center-bottom{background-position:center bottom}
			.xxl-bg-no-repeat{background-repeat:no-repeat}
			.xxl-bg-repeatx{background-repeat:repeat-x}
			.xxl-bg-repeaty{background-repeat:repeat-y}
			.xxl-bg-repeat{background-repeat:repeat}
			.xxl-bg-scroll{background-attachment:scroll}
			.xxl-bg-fixed{background-attachment:fixed}
			.xxl-bg-local{background-attachment:local}
			/* Background size */
			.xxl-bg-auto{background-size:auto}
			.xxl-bg-contain{background-size:contain}
			.xxl-bg-cover{background-size:cover}
			.xxl-bg-h-full{background-size:auto 100%}
			.xxl-bg-w-full{background-size:100% auto}
			/* Mask type */
			.xxl-mask-alpha{mask-type:alpha;-webkit-mask-type:alpha}
			.xxl-mask-luminance{mask-type:luminance;-webkit-mask-type:luminance}
			/* Mask size */
			.xxl-mask-cover{mask-size:cover;-webkit-mask-size:cover}
			.xxl-mask-contain{mask-size:contain;-webkit-mask-size:contain}
			.xxl-mask-auto{mask-size:auto;-webkit-mask-size:auto}
			/* Mask position */
			.xxl-mask-left{mask-position:left;-webkit-mask-position:left}
			.xxl-mask-left-top{mask-position:left top;-webkit-mask-position:left top}
			.xxl-mask-left-bottom{mask-position:left bottom;-webkit-mask-position:left bottom}
			.xxl-mask-top{mask-position:top;-webkit-mask-position:top}
			.xxl-mask-right{mask-position:right;-webkit-mask-position:right}
			.xxl-mask-right-top{mask-position:right top;-webkit-mask-position:right top}
			.xxl-mask-right-bottom{mask-position:right bottom;-webkit-mask-position:right bottom}
			.xxl-mask-bottom{mask-position:bottom;-webkit-mask-position:bottom}
			.xxl-mask-center{mask-position:center;-webkit-mask-position:center}
			.xxl-mask-center-top{mask-position:center top;-webkit-mask-position:center top}
			.xxl-mask-center-bottom{mask-position:center bottom;-webkit-mask-position:center bottom}
			/* Mask position */
			.xxl-mask-repeat{mask-repeat:repeat;-webkit-mask-repeat:repeat}
			.xxl-mask-repeat-x{mask-repeat:repeat-x;-webkit-mask-repeat:repeat-x}
			.xxl-mask-repeat-y{mask-repeat:repeat-y;-webkit-mask-repeat:repeat-y}
			.xxl-mask-no-repeat{mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}
			.xxl-mask-round{mask-repeat:round;-webkit-mask-repeat:round}
			.xxl-mask-space{mask-repeat:space;-webkit-mask-repeat:space}
			/* Extras */
			.xxl-text-right{text-align:right}
			.xxl-text-center{text-align:center}
			.xxl-text-left{text-align:left}
			.xxl-text-justify{text-align:justify;}
			.xxl-text-start{text-align:start;}
			.xxl-text-end{text-align:end;}
		}

