@charset "UTF-8";

/*!
Theme Name: Gryphon Capital
Theme URI: https://gryphon-capital.com/
Author: Tom Robison
Author URI: https://www.tomrobison.com/
Description: Custom theme for Gryphon Capital, LLC site
Version: 1.7.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gryphon-capital
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Constellation Behavioral Health is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/
.w-auto {
	width: auto;
}

.w-fit {
	width: fit-content;
}

.w-max {
	width: max-content;
}

.w-min {
	width: min-content;
}

.w-1\/2 {
	width: 50%;
}

.w-1\/3 {
	width: 33.333333%;
}

.w-2\/3 {
	width: 66.666667%;
}

.w-1\/4 {
	width: 25%;
}

.w-2\/4 {
	width: 50%;
}

.w-3\/4 {
	width: 75%;
}

.w-1\/5 {
	width: 20%;
}

.w-2\/5 {
	width: 40%;
}

.w-3\/5 {
	width: 60%;
}

.w-4\/5 {
	width: 80%;
}

.w-1\/6 {
	width: 16.666667%;
}

.w-2\/6 {
	width: 33.333333%;
}

.w-3\/6 {
	width: 50%;
}

.w-4\/6 {
	width: 66.666667%;
}

.w-5\/6 {
	width: 83.333333%;
}

.w-1\/12 {
	width: 8.333333%;
}

.w-2\/12 {
	width: 16.666667%;
}

.w-3\/12 {
	width: 25%;
}

.w-4\/12 {
	width: 33.333333%;
}

.w-5\/12 {
	width: 41.666667%;
}

.w-6\/12 {
	width: 50%;
}

.w-7\/12 {
	width: 58.333333%;
}

.w-8\/12 {
	width: 66.666667%;
}

.w-9\/12 {
	width: 75%;
}

.w-10\/12 {
	width: 83.333333%;
}

.w-11\/12 {
	width: 91.666667%;
}

.w-full {
	width: 100%;
}

.w-screen {
	width: 100vw;
}

.w-min {
	width: min-content;
}

.w-max {
	width: max-content;
}

@media (min-width: 640px) {

	.sm\:w-auto {
		width: auto;
	}

	.sm\:w-fit {
		width: fit-content;
	}

	.sm\:w-max {
		width: max-content;
	}

	.sm\:w-min {
		width: min-content;
	}

	.sm\:w-1\/2 {
		width: 50%;
	}

	.sm\:w-1\/3 {
		width: 33.333333%;
	}

	.sm\:w-2\/3 {
		width: 66.666667%;
	}

	.sm\:w-1\/4 {
		width: 25%;
	}

	.sm\:w-2\/4 {
		width: 50%;
	}

	.sm\:w-3\/4 {
		width: 75%;
	}

	.sm\:w-1\/5 {
		width: 20%;
	}

	.sm\:w-2\/5 {
		width: 40%;
	}

	.sm\:w-3\/5 {
		width: 60%;
	}

	.sm\:w-4\/5 {
		width: 80%;
	}

	.sm\:w-1\/6 {
		width: 16.666667%;
	}

	.sm\:w-2\/6 {
		width: 33.333333%;
	}

	.sm\:w-3\/6 {
		width: 50%;
	}

	.sm\:w-4\/6 {
		width: 66.666667%;
	}

	.sm\:w-5\/6 {
		width: 83.333333%;
	}

	.sm\:w-1\/12 {
		width: 8.333333%;
	}

	.sm\:w-2\/12 {
		width: 16.666667%;
	}

	.sm\:w-3\/12 {
		width: 25%;
	}

	.sm\:w-4\/12 {
		width: 33.333333%;
	}

	.sm\:w-5\/12 {
		width: 41.666667%;
	}

	.sm\:w-6\/12 {
		width: 50%;
	}

	.sm\:w-7\/12 {
		width: 58.333333%;
	}

	.sm\:w-8\/12 {
		width: 66.666667%;
	}

	.sm\:w-9\/12 {
		width: 75%;
	}

	.sm\:w-10\/12 {
		width: 83.333333%;
	}

	.sm\:w-11\/12 {
		width: 91.666667%;
	}

	.sm\:w-full {
		width: 100%;
	}

	.sm\:w-screen {
		width: 100vw;
	}

	.sm\:w-min {
		width: min-content;
	}

	.sm\:w-max {
		width: max-content;
	}
}

@media (min-width: 768px) {

	.md\:w-auto {
		width: auto;
	}

	.md\:w-fit {
		width: fit-content;
	}

	.md\:w-max {
		width: max-content;
	}

	.md\:w-min {
		width: min-content;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-2\/3 {
		width: 66.666667%;
	}

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:w-2\/4 {
		width: 50%;
	}

	.md\:w-3\/4 {
		width: 75%;
	}

	.md\:w-1\/5 {
		width: 20%;
	}

	.md\:w-2\/5 {
		width: 40%;
	}

	.md\:w-3\/5 {
		width: 60%;
	}

	.md\:w-4\/5 {
		width: 80%;
	}

	.md\:w-1\/6 {
		width: 16.666667%;
	}

	.md\:w-2\/6 {
		width: 33.333333%;
	}

	.md\:w-3\/6 {
		width: 50%;
	}

	.md\:w-4\/6 {
		width: 66.666667%;
	}

	.md\:w-5\/6 {
		width: 83.333333%;
	}

	.md\:w-1\/12 {
		width: 8.333333%;
	}

	.md\:w-2\/12 {
		width: 16.666667%;
	}

	.md\:w-3\/12 {
		width: 25%;
	}

	.md\:w-4\/12 {
		width: 33.333333%;
	}

	.md\:w-5\/12 {
		width: 41.666667%;
	}

	.md\:w-6\/12 {
		width: 50%;
	}

	.md\:w-7\/12 {
		width: 58.333333%;
	}

	.md\:w-8\/12 {
		width: 66.666667%;
	}

	.md\:w-9\/12 {
		width: 75%;
	}

	.md\:w-10\/12 {
		width: 83.333333%;
	}

	.md\:w-11\/12 {
		width: 91.666667%;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:w-screen {
		width: 100vw;
	}

	.md\:w-min {
		width: min-content;
	}

	.md\:w-max {
		width: max-content;
	}
}

@media (min-width: 1024px) {

	.lg\:w-auto {
		width: auto;
	}

	.lg\:w-fit {
		width: fit-content;
	}

	.lg\:w-max {
		width: max-content;
	}

	.lg\:w-min {
		width: min-content;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-1\/3 {
		width: 33.333333%;
	}

	.lg\:w-2\/3 {
		width: 66.666667%;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-2\/4 {
		width: 50%;
	}

	.lg\:w-3\/4 {
		width: 75%;
	}

	.lg\:w-1\/5 {
		width: 20%;
	}

	.lg\:w-2\/5 {
		width: 40%;
	}

	.lg\:w-3\/5 {
		width: 60%;
	}

	.lg\:w-4\/5 {
		width: 80%;
	}

	.lg\:w-1\/6 {
		width: 16.666667%;
	}

	.lg\:w-2\/6 {
		width: 33.333333%;
	}

	.lg\:w-3\/6 {
		width: 50%;
	}

	.lg\:w-4\/6 {
		width: 66.666667%;
	}

	.lg\:w-5\/6 {
		width: 83.333333%;
	}

	.lg\:w-1\/12 {
		width: 8.333333%;
	}

	.lg\:w-2\/12 {
		width: 16.666667%;
	}

	.lg\:w-3\/12 {
		width: 25%;
	}

	.lg\:w-4\/12 {
		width: 33.333333%;
	}

	.lg\:w-5\/12 {
		width: 41.666667%;
	}

	.lg\:w-6\/12 {
		width: 50%;
	}

	.lg\:w-7\/12 {
		width: 58.333333%;
	}

	.lg\:w-8\/12 {
		width: 66.666667%;
	}

	.lg\:w-9\/12 {
		width: 75%;
	}

	.lg\:w-10\/12 {
		width: 83.333333%;
	}

	.lg\:w-11\/12 {
		width: 91.666667%;
	}

	.lg\:w-full {
		width: 100%;
	}

	.lg\:w-screen {
		width: 100vw;
	}

	.lg\:w-min {
		width: min-content;
	}

	.lg\:w-max {
		width: max-content;
	}
}

@media (min-width: 1280px) {

	.xl\:w-auto {
		width: auto;
	}

	.xl\:w-fit {
		width: fit-content;
	}

	.xl\:w-max {
		width: max-content;
	}

	.xl\:w-min {
		width: min-content;
	}

	.xl\:w-1\/2 {
		width: 50%;
	}

	.xl\:w-1\/3 {
		width: 33.333333%;
	}

	.xl\:w-2\/3 {
		width: 66.666667%;
	}

	.xl\:w-1\/4 {
		width: 25%;
	}

	.xl\:w-2\/4 {
		width: 50%;
	}

	.xl\:w-3\/4 {
		width: 75%;
	}

	.xl\:w-1\/5 {
		width: 20%;
	}

	.xl\:w-2\/5 {
		width: 40%;
	}

	.xl\:w-3\/5 {
		width: 60%;
	}

	.xl\:w-4\/5 {
		width: 80%;
	}

	.xl\:w-1\/6 {
		width: 16.666667%;
	}

	.xl\:w-2\/6 {
		width: 33.333333%;
	}

	.xl\:w-3\/6 {
		width: 50%;
	}

	.xl\:w-4\/6 {
		width: 66.666667%;
	}

	.xl\:w-5\/6 {
		width: 83.333333%;
	}

	.xl\:w-1\/12 {
		width: 8.333333%;
	}

	.xl\:w-2\/12 {
		width: 16.666667%;
	}

	.xl\:w-3\/12 {
		width: 25%;
	}

	.xl\:w-4\/12 {
		width: 33.333333%;
	}

	.xl\:w-5\/12 {
		width: 41.666667%;
	}

	.xl\:w-6\/12 {
		width: 50%;
	}

	.xl\:w-7\/12 {
		width: 58.333333%;
	}

	.xl\:w-8\/12 {
		width: 66.666667%;
	}

	.xl\:w-9\/12 {
		width: 75%;
	}

	.xl\:w-10\/12 {
		width: 83.333333%;
	}

	.xl\:w-11\/12 {
		width: 91.666667%;
	}

	.xl\:w-full {
		width: 100%;
	}

	.xl\:w-screen {
		width: 100vw;
	}

	.xl\:w-min {
		width: min-content;
	}

	.xl\:w-max {
		width: max-content;
	}
}

@media (min-width: 1536px) {

	.\32xl\:w-auto {
		width: auto;
	}

	.\32xl\:w-fit {
		width: fit-content;
	}

	.\32xl\:w-max {
		width: max-content;
	}

	.\32xl\:w-min {
		width: min-content;
	}

	.\32xl\:w-1\/2 {
		width: 50%;
	}

	.\32xl\:w-1\/3 {
		width: 33.333333%;
	}

	.\32xl\:w-2\/3 {
		width: 66.666667%;
	}

	.\32xl\:w-1\/4 {
		width: 25%;
	}

	.\32xl\:w-2\/4 {
		width: 50%;
	}

	.\32xl\:w-3\/4 {
		width: 75%;
	}

	.\32xl\:w-1\/5 {
		width: 20%;
	}

	.\32xl\:w-2\/5 {
		width: 40%;
	}

	.\32xl\:w-3\/5 {
		width: 60%;
	}

	.\32xl\:w-4\/5 {
		width: 80%;
	}

	.\32xl\:w-1\/6 {
		width: 16.666667%;
	}

	.\32xl\:w-2\/6 {
		width: 33.333333%;
	}

	.\32xl\:w-3\/6 {
		width: 50%;
	}

	.\32xl\:w-4\/6 {
		width: 66.666667%;
	}

	.\32xl\:w-5\/6 {
		width: 83.333333%;
	}

	.\32xl\:w-1\/12 {
		width: 8.333333%;
	}

	.\32xl\:w-2\/12 {
		width: 16.666667%;
	}

	.\32xl\:w-3\/12 {
		width: 25%;
	}

	.\32xl\:w-4\/12 {
		width: 33.333333%;
	}

	.\32xl\:w-5\/12 {
		width: 41.666667%;
	}

	.\32xl\:w-6\/12 {
		width: 50%;
	}

	.\32xl\:w-7\/12 {
		width: 58.333333%;
	}

	.\32xl\:w-8\/12 {
		width: 66.666667%;
	}

	.\32xl\:w-9\/12 {
		width: 75%;
	}

	.\32xl\:w-10\/12 {
		width: 83.333333%;
	}

	.\32xl\:w-11\/12 {
		width: 91.666667%;
	}

	.\32xl\:w-full {
		width: 100%;
	}

	.\32xl\:w-screen {
		width: 100vw;
	}

	.\32xl\:w-min {
		width: min-content;
	}

	.\32xl\:w-max {
		width: max-content;
	}
}

.max-h-200 {
	max-height: 200px;
}

.max-h-250 {
	max-height: 250px;
}

.max-h-300 {
	max-height: 300px;
}

.max-h-350 {
	max-height: 350px;
}

.max-h-400 {
	max-height: 400px;
}

.max-h-450 {
	max-height: 450px;
}

.max-h-500 {
	max-height: 500px;
}

.max-h-550 {
	max-height: 550px;
}

.max-h-600 {
	max-height: 600px;
}

.max-h-650 {
	max-height: 650px;
}

.max-h-700 {
	max-height: 650px;
}

.max-h-750 {
	max-height: 650px;
}

.max-h-800 {
	max-height: 650px;
}

.max-h-850 {
	max-height: 650px;
}

.h-1\/2 {
	height: 50%;
}

.h-1\/3 {
	height: 33.333333%;
}

.h-2\/3 {
	height: 66.666667%;
}

.h-1\/4 {
	height: 25%;
}

.h-2\/4 {
	height: 50%;
}

.h-3\/4 {
	height: 75%;
}

.h-1\/5 {
	height: 20%;
}

.h-2\/5 {
	height: 40%;
}

.h-3\/5 {
	height: 60%;
}

.h-4\/5 {
	height: 80%;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vw;
}

.h-min {
	height: min-content;
}

.h-max {
	height: max-content;
}

@media (min-width: 640px) {

	.sm\:max-h-200 {
		max-height: 200px;
	}

	.sm\:max-h-250 {
		max-height: 250px;
	}

	.sm\:max-h-300 {
		max-height: 300px;
	}

	.sm\:max-h-350 {
		max-height: 350px;
	}

	.sm\:max-h-400 {
		max-height: 400px;
	}

	.sm\:max-h-450 {
		max-height: 450px;
	}

	.sm\:max-h-500 {
		max-height: 500px;
	}

	.sm\:max-h-550 {
		max-height: 550px;
	}

	.sm\:max-h-600 {
		max-height: 600px;
	}

	.sm\:max-h-650 {
		max-height: 650px;
	}

	.sm\:max-h-700 {
		max-height: 650px;
	}

	.sm\:max-h-750 {
		max-height: 650px;
	}

	.sm\:max-h-800 {
		max-height: 650px;
	}

	.sm\:max-h-850 {
		max-height: 650px;
	}

	.sm\:h-1\/2 {
		height: 50%;
	}

	.sm\:h-1\/3 {
		height: 33.333333%;
	}

	.sm\:h-2\/3 {
		height: 66.666667%;
	}

	.sm\:h-1\/4 {
		height: 25%;
	}

	.sm\:h-2\/4 {
		height: 50%;
	}

	.sm\:h-3\/4 {
		height: 75%;
	}

	.sm\:h-1\/5 {
		height: 20%;
	}

	.sm\:h-2\/5 {
		height: 40%;
	}

	.sm\:h-3\/5 {
		height: 60%;
	}

	.sm\:h-4\/5 {
		height: 80%;
	}

	.sm\:h-full {
		height: 100%;
	}

	.sm\:h-screen {
		height: 100vw;
	}

	.sm\:h-min {
		height: min-content;
	}

	.sm\:h-max {
		height: max-content;
	}
}

@media (min-width: 768px) {

	.md\:max-h-200 {
		max-height: 200px;
	}

	.md\:max-h-250 {
		max-height: 250px;
	}

	.md\:max-h-300 {
		max-height: 300px;
	}

	.md\:max-h-350 {
		max-height: 350px;
	}

	.md\:max-h-400 {
		max-height: 400px;
	}

	.md\:max-h-450 {
		max-height: 450px;
	}

	.md\:max-h-500 {
		max-height: 500px;
	}

	.md\:max-h-550 {
		max-height: 550px;
	}

	.md\:max-h-600 {
		max-height: 600px;
	}

	.md\:max-h-650 {
		max-height: 650px;
	}

	.md\:max-h-700 {
		max-height: 700px;
	}

	.md\:max-h-750 {
		max-height: 750px;
	}

	.md\:max-h-800 {
		max-height: 800px;
	}

	.md\:max-h-850 {
		max-height: 850px;
	}

	.md\:h-1\/2 {
		height: 50%;
	}

	.md\:h-1\/3 {
		height: 33.333333%;
	}

	.md\:h-2\/3 {
		height: 66.666667%;
	}

	.md\:h-1\/4 {
		height: 25%;
	}

	.md\:h-2\/4 {
		height: 50%;
	}

	.md\:h-3\/4 {
		height: 75%;
	}

	.md\:h-1\/5 {
		height: 20%;
	}

	.md\:h-2\/5 {
		height: 40%;
	}

	.md\:h-3\/5 {
		height: 60%;
	}

	.md\:h-4\/5 {
		height: 80%;
	}

	.md\:h-full {
		height: 100%;
	}

	.md\:h-screen {
		height: 100vw;
	}

	.md\:h-min {
		height: min-content;
	}

	.md\:h-max {
		height: max-content;
	}
}

@media (min-width: 1024px) {

	.lg\:max-h-200 {
		max-height: 200px;
	}

	.lg\:max-h-250 {
		max-height: 250px;
	}

	.lg\:max-h-300 {
		max-height: 300px;
	}

	.lg\:max-h-350 {
		max-height: 350px;
	}

	.lg\:max-h-400 {
		max-height: 400px;
	}

	.lg\:max-h-450 {
		max-height: 450px;
	}

	.lg\:max-h-500 {
		max-height: 500px;
	}

	.lg\:max-h-550 {
		max-height: 550px;
	}

	.lg\:max-h-600 {
		max-height: 600px;
	}

	.lg\:max-h-650 {
		max-height: 650px;
	}

	.lg\:max-h-700 {
		max-height: 700px;
	}

	.lg\:max-h-750 {
		max-height: 750px;
	}

	.lg\:max-h-800 {
		max-height: 800px;
	}

	.lg\:max-h-850 {
		max-height: 850px;
	}

	.lg\:h-1\/2 {
		height: 50%;
	}

	.lg\:h-1\/3 {
		height: 33.333333%;
	}

	.lg\:h-2\/3 {
		height: 66.666667%;
	}

	.lg\:h-1\/4 {
		height: 25%;
	}

	.lg\:h-2\/4 {
		height: 50%;
	}

	.lg\:h-3\/4 {
		height: 75%;
	}

	.lg\:h-1\/5 {
		height: 20%;
	}

	.lg\:h-2\/5 {
		height: 40%;
	}

	.lg\:h-3\/5 {
		height: 60%;
	}

	.lg\:h-4\/5 {
		height: 80%;
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:h-screen {
		height: 100vw;
	}

	.lg\:h-min {
		height: min-content;
	}

	.lg\:h-max {
		height: max-content;
	}
}

@media (min-width: 1280px) {

	.xl\:max-h-200 {
		max-height: 200px;
	}

	.xl\:max-h-250 {
		max-height: 250px;
	}

	.xl\:max-h-300 {
		max-height: 300px;
	}

	.xl\:max-h-350 {
		max-height: 350px;
	}

	.xl\:max-h-400 {
		max-height: 400px;
	}

	.xl\:max-h-450 {
		max-height: 450px;
	}

	.xl\:max-h-500 {
		max-height: 500px;
	}

	.xl\:max-h-550 {
		max-height: 550px;
	}

	.xl\:max-h-600 {
		max-height: 600px;
	}

	.xl\:max-h-650 {
		max-height: 650px;
	}

	.xl\:max-h-700 {
		max-height: 700px;
	}

	.xl\:max-h-750 {
		max-height: 750px;
	}

	.xl\:max-h-800 {
		max-height: 800px;
	}

	.xl\:max-h-850 {
		max-height: 850px;
	}

	.xl\:h-1\/2 {
		height: 50%;
	}

	.xl\:h-1\/3 {
		height: 33.333333%;
	}

	.xl\:h-2\/3 {
		height: 66.666667%;
	}

	.xl\:h-1\/4 {
		height: 25%;
	}

	.xl\:h-2\/4 {
		height: 50%;
	}

	.xl\:h-3\/4 {
		height: 75%;
	}

	.xl\:h-1\/5 {
		height: 20%;
	}

	.xl\:h-2\/5 {
		height: 40%;
	}

	.xl\:h-3\/5 {
		height: 60%;
	}

	.xl\:h-4\/5 {
		height: 80%;
	}

	.xl\:h-full {
		height: 100%;
	}

	.xl\:h-screen {
		height: 100vw;
	}

	.xl\:h-min {
		height: min-content;
	}

	.xl\:h-max {
		height: max-content;
	}
}

@media (min-width: 1536px) {

	.\32xl\:max-h-200 {
		max-height: 200px;
	}

	.\32xl\:max-h-250 {
		max-height: 250px;
	}

	.\32xl\:max-h-300 {
		max-height: 300px;
	}

	.\32xl\:max-h-350 {
		max-height: 350px;
	}

	.\32xl\:max-h-400 {
		max-height: 400px;
	}

	.\32xl\:max-h-450 {
		max-height: 450px;
	}

	.\32xl\:max-h-500 {
		max-height: 500px;
	}

	.\32xl\:max-h-550 {
		max-height: 550px;
	}

	.\32xl\:max-h-600 {
		max-height: 600px;
	}

	.\32xl\:max-h-650 {
		max-height: 650px;
	}

	.\32xl\:max-h-700 {
		max-height: 700px;
	}

	.\32xl\:max-h-750 {
		max-height: 750px;
	}

	.\32xl\:max-h-800 {
		max-height: 800px;
	}

	.\32xl\:max-h-850 {
		max-height: 850px;
	}

	.\32xl\:h-1\/2 {
		height: 50%;
	}

	.\32xl\:h-1\/3 {
		height: 33.333333%;
	}

	.\32xl\:h-2\/3 {
		height: 66.666667%;
	}

	.\32xl\:h-1\/4 {
		height: 25%;
	}

	.\32xl\:h-2\/4 {
		height: 50%;
	}

	.\32xl\:h-3\/4 {
		height: 75%;
	}

	.\32xl\:h-1\/5 {
		height: 20%;
	}

	.\32xl\:h-2\/5 {
		height: 40%;
	}

	.\32xl\:h-3\/5 {
		height: 60%;
	}

	.\32xl\:h-4\/5 {
		height: 80%;
	}

	.\32xl\:h-full {
		height: 100%;
	}

	.\32xl\:h-screen {
		height: 100vw;
	}

	.\32xl\:h-min {
		height: min-content;
	}

	.\32xl\:h-max {
		height: max-content;
	}
}

.top-h-0 {
	top: 0;
}

.top-h-10 {
	top: 10%;
}

.top-h-20 {
	top: 20%;
}

.top-h-30 {
	top: 30%;
}

.top-h-40 {
	top: 40%;
}

.top-h-50 {
	top: 50%;
}

.top-h-60 {
	top: 60%;
}

.top-h-70 {
	top: 70%;
}

.top-h-80 {
	top: 80%;
}

.top-h-90 {
	top: 90%;
}

.top-h-100 {
	top: 100%;
}

@media (min-width: 640px) {

	.sm\:top-h-0 {
		top: 0;
	}

	.sm\:top-h-10 {
		top: 10%;
	}

	.sm\:top-h-20 {
		top: 20%;
	}

	.sm\:top-h-30 {
		top: 30%;
	}

	.sm\:top-h-40 {
		top: 40%;
	}

	.sm\:top-h-50 {
		top: 50%;
	}

	.sm\:top-h-60 {
		top: 60%;
	}

	.sm\:top-h-70 {
		top: 70%;
	}

	.sm\:top-h-80 {
		top: 80%;
	}

	.sm\:top-h-90 {
		top: 90%;
	}

	.sm\:top-h-100 {
		top: 100%;
	}
}

@media (min-width: 768px) {

	.md\:top-h-0 {
		top: 0;
	}

	.md\:top-h-10 {
		top: 10%;
	}

	.md\:top-h-20 {
		top: 20%;
	}

	.md\:top-h-30 {
		top: 30%;
	}

	.md\:top-h-40 {
		top: 40%;
	}

	.md\:top-h-50 {
		top: 50%;
	}

	.md\:top-h-60 {
		top: 60%;
	}

	.md\:top-h-70 {
		top: 70%;
	}

	.md\:top-h-80 {
		top: 80%;
	}

	.md\:top-h-90 {
		top: 90%;
	}

	.md\:top-h-100 {
		top: 100%;
	}
}

@media (min-width: 1024px) {

	.lg\:top-h-0 {
		top: 0;
	}

	.lg\:top-h-10 {
		top: 10%;
	}

	.lg\:top-h-20 {
		top: 20%;
	}

	.lg\:top-h-30 {
		top: 30%;
	}

	.lg\:top-h-40 {
		top: 40%;
	}

	.lg\:top-h-50 {
		top: 50%;
	}

	.lg\:top-h-60 {
		top: 60%;
	}

	.lg\:top-h-70 {
		top: 70%;
	}

	.lg\:top-h-80 {
		top: 80%;
	}

	.lg\:top-h-90 {
		top: 90%;
	}

	.lg\:top-h-100 {
		top: 100%;
	}
}

@media (min-width: 1280px) {

	.xl\:top-h-0 {
		top: 0;
	}

	.xl\:top-h-10 {
		top: 10%;
	}

	.xl\:top-h-20 {
		top: 20%;
	}

	.xl\:top-h-30 {
		top: 30%;
	}

	.xl\:top-h-40 {
		top: 40%;
	}

	.xl\:top-h-50 {
		top: 50%;
	}

	.xl\:top-h-60 {
		top: 60%;
	}

	.xl\:top-h-70 {
		top: 70%;
	}

	.xl\:top-h-80 {
		top: 80%;
	}

	.xl\:top-h-90 {
		top: 90%;
	}

	.xl\:top-h-100 {
		top: 100%;
	}
}

@media (min-width: 1536px) {

	.xxl\:top-h-0 {
		top: 0;
	}

	.xxl\:top-h-10 {
		top: 10%;
	}

	.xxl\:top-h-20 {
		top: 20%;
	}

	.xxl\:top-h-30 {
		top: 30%;
	}

	.xxl\:top-h-40 {
		top: 40%;
	}

	.xxl\:top-h-50 {
		top: 50%;
	}

	.xxl\:top-h-60 {
		top: 60%;
	}

	.xxl\:top-h-70 {
		top: 70%;
	}

	.xxl\:top-h-80 {
		top: 80%;
	}

	.xxl\:top-h-90 {
		top: 90%;
	}

	.xxl\:top-h-100 {
		top: 100%;
	}
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
.container {
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 640px) {

	.container {
		max-width: 600px;
	}

	.container-half {
		max-width: 300px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 700px;
	}

	.container-half {
		max-width: 350px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 980px;
	}

	.container-half {
		max-width: 490px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1200px;
	}

	.container-half {
		max-width: 600px;
	}
}

@media (min-width: 1536px) {

	.container {
		max-width: 1480px;
	}

	.container-half {
		max-width: 740px;
	}
}

@media (min-width: 640px) and (min-width: 640px) {

	.sm\:container {
		max-width: 600px;
	}

	.sm\:container-half {
		max-width: 300px;
	}
}

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

	.md\:container {
		max-width: 700px;
	}

	.md\:container-half {
		max-width: 350px;
	}
}

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

	.lg\:container {
		max-width: 980px;
	}

	.lg\:container-half {
		max-width: 490px;
	}
}

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

	.xl\:container {
		max-width: 1200px;
	}

	.xl\:container-half {
		max-width: 600px;
	}
}

@media (min-width: 1536px) and (min-width: 1536px) {

	.\32xl\:container {
		max-width: 1480px;
	}

	.\32xl\:container-half {
		max-width: 740px;
	}
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 0.75rem !important;
}

.m-4 {
	margin: 1rem !important;
}

.m-5 {
	margin: 1.25rem !important;
}

.m-6 {
	margin: 1.5rem !important;
}

.m-7 {
	margin: 1.75rem !important;
}

.m-8 {
	margin: 2rem !important;
}

.m-9 {
	margin: 2.25rem !important;
}

.m-10 {
	margin: 2.5rem !important;
}

.m-11 {
	margin: 2.75rem !important;
}

.m-12 {
	margin: 3rem !important;
}

.m-14 {
	margin: 3.5rem !important;
}

.m-16 {
	margin: 4rem !important;
}

.m-20 {
	margin: 5rem !important;
}

.m-24 {
	margin: 6rem !important;
}

.m-28 {
	margin: 7rem !important;
}

.m-32 {
	margin: 8rem !important;
}

.m-36 {
	margin: 9rem !important;
}

.m-40 {
	margin: 10rem !important;
}

.m-44 {
	margin: 11rem !important;
}

.m-48 {
	margin: 12rem !important;
}

.m-52 {
	margin: 13rem !important;
}

.m-56 {
	margin: 14rem !important;
}

.m-60 {
	margin: 15rem !important;
}

.m-64 {
	margin: 16rem !important;
}

.m-72 {
	margin: 18rem !important;
}

.m-80 {
	margin: 20rem !important;
}

.m-96 {
	margin: 24rem !important;
}

.-m-0 {
	margin: 0 !important;
}

.-m-1 {
	margin: -0.25rem !important;
}

.-m-2 {
	margin: -0.5rem !important;
}

.-m-3 {
	margin: -0.75rem !important;
}

.-m-4 {
	margin: -1rem !important;
}

.-m-5 {
	margin: -1.25rem !important;
}

.-m-6 {
	margin: -1.5rem !important;
}

.-m-7 {
	margin: -1.75rem !important;
}

.-m-8 {
	margin: -2rem !important;
}

.-m-9 {
	margin: -2.25rem !important;
}

.-m-10 {
	margin: -2.5rem !important;
}

.-m-11 {
	margin: -2.75rem !important;
}

.-m-12 {
	margin: -3rem !important;
}

.-m-14 {
	margin: -3.5rem !important;
}

.-m-16 {
	margin: -4rem !important;
}

.-m-20 {
	margin: -5rem !important;
}

.-m-24 {
	margin: -6rem !important;
}

.-m-28 {
	margin: -7rem !important;
}

.-m-32 {
	margin: -8rem !important;
}

.-m-36 {
	margin: -9rem !important;
}

.-m-40 {
	margin: -10rem !important;
}

.-m-44 {
	margin: -11rem !important;
}

.-m-48 {
	margin: -12rem !important;
}

.-m-52 {
	margin: -13rem !important;
}

.-m-56 {
	margin: -14rem !important;
}

.-m-60 {
	margin: -15rem !important;
}

.-m-64 {
	margin: -16rem !important;
}

.-m-72 {
	margin: -18rem !important;
}

.-m-80 {
	margin: -20rem !important;
}

.-m-96 {
	margin: -24rem !important;
}

.-m-px {
	margin: -1px !important;
}

.-m-0\.5 {
	margin: -0.125rem !important;
}

.-m-1\.5 {
	margin: -0.375rem !important;
}

.-m-2\.5 {
	margin: -0.625rem !important;
}

.-m-3\.5 {
	margin: -0.875rem !important;
}

.m-auto {
	margin: auto !important;
}

.m-px {
	margin: 1px !important;
}

.m-0\.5 {
	margin: 0.125rem !important;
}

.m-1\.5 {
	margin: 0.375rem !important;
}

.m-2\.5 {
	margin: 0.625rem !important;
}

.m-3\.5 {
	margin: 0.875rem !important;
}

.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}

.mx-2 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
}

.mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}

.mx-4 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.mx-5 {
	margin-left: 1.25rem !important;
	margin-right: 1.25rem !important;
}

.mx-6 {
	margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
}

.mx-7 {
	margin-left: 1.75rem !important;
	margin-right: 1.75rem !important;
}

.mx-8 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.mx-9 {
	margin-left: 2.25rem !important;
	margin-right: 2.25rem !important;
}

.mx-10 {
	margin-left: 2.5rem !important;
	margin-right: 2.5rem !important;
}

.mx-11 {
	margin-left: 2.75rem !important;
	margin-right: 2.75rem !important;
}

.mx-12 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.mx-14 {
	margin-left: 3.5rem !important;
	margin-right: 3.5rem !important;
}

.mx-16 {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
}

.mx-20 {
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

.mx-24 {
	margin-left: 6rem !important;
	margin-right: 6rem !important;
}

.mx-28 {
	margin-left: 7rem !important;
	margin-right: 7rem !important;
}

.mx-32 {
	margin-left: 8rem !important;
	margin-right: 8rem !important;
}

.mx-36 {
	margin-left: 9rem !important;
	margin-right: 9rem !important;
}

.mx-40 {
	margin-left: 10rem !important;
	margin-right: 10rem !important;
}

.mx-44 {
	margin-left: 11rem !important;
	margin-right: 11rem !important;
}

.mx-48 {
	margin-left: 12rem !important;
	margin-right: 12rem !important;
}

.mx-52 {
	margin-left: 13rem !important;
	margin-right: 13rem !important;
}

.mx-56 {
	margin-left: 14rem !important;
	margin-right: 14rem !important;
}

.mx-60 {
	margin-left: 15rem !important;
	margin-right: 15rem !important;
}

.mx-64 {
	margin-left: 16rem !important;
	margin-right: 16rem !important;
}

.mx-72 {
	margin-left: 18rem !important;
	margin-right: 18rem !important;
}

.mx-80 {
	margin-left: 20rem !important;
	margin-right: 20rem !important;
}

.mx-96 {
	margin-left: 24rem !important;
	margin-right: 24rem !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.mx-px {
	margin-left: 1px !important;
	margin-right: 1px !important;
}

.mx-0\.5 {
	margin-left: 0.125rem !important;
	margin-right: 0.125rem !important;
}

.mx-1\.5 {
	margin-left: 0.375rem !important;
	margin-right: 0.375rem !important;
}

.mx-2\.5 {
	margin-left: 0.625rem !important;
	margin-right: 0.625rem !important;
}

.mx-3\.5 {
	margin-left: 0.875rem !important;
	margin-right: 0.875rem !important;
}

.-mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.-mx-1 {
	margin-left: -0.25rem !important;
	margin-right: -0.25rem !important;
}

.-mx-2 {
	margin-left: -0.5rem !important;
	margin-right: -0.5rem !important;
}

.-mx-3 {
	margin-left: -0.75rem !important;
	margin-right: -0.75rem !important;
}

.-mx-4 {
	margin-left: -1rem !important;
	margin-right: -1rem !important;
}

.-mx-5 {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important;
}

.-mx-6 {
	margin-left: -1.5rem !important;
	margin-right: -1.5rem !important;
}

.-mx-7 {
	margin-left: -1.75rem !important;
	margin-right: -1.75rem !important;
}

.-mx-8 {
	margin-left: -2rem !important;
	margin-right: -2rem !important;
}

.-mx-9 {
	margin-left: -2.25rem !important;
	margin-right: -2.25rem !important;
}

.-mx-10 {
	margin-left: -2.5rem !important;
	margin-right: -2.5rem !important;
}

.-mx-11 {
	margin-left: -2.75rem !important;
	margin-right: -2.75rem !important;
}

.-mx-12 {
	margin-left: -3rem !important;
	margin-right: -3rem !important;
}

.-mx-14 {
	margin-left: -3.5rem !important;
	margin-right: -3.5rem !important;
}

.-mx-16 {
	margin-left: -4rem !important;
	margin-right: -4rem !important;
}

.-mx-20 {
	margin-left: -5rem !important;
	margin-right: -5rem !important;
}

.-mx-24 {
	margin-left: -6rem !important;
	margin-right: -6rem !important;
}

.-mx-28 {
	margin-left: -7rem !important;
	margin-right: -7rem !important;
}

.-mx-32 {
	margin-left: -8rem !important;
	margin-right: -8rem !important;
}

.-mx-36 {
	margin-left: -9rem !important;
	margin-right: -9rem !important;
}

.-mx-40 {
	margin-left: -10rem !important;
	margin-right: -10rem !important;
}

.-mx-44 {
	margin-left: -11rem !important;
	margin-right: -11rem !important;
}

.-mx-48 {
	margin-left: -12rem !important;
	margin-right: -12rem !important;
}

.-mx-52 {
	margin-left: -13rem !important;
	margin-right: -13rem !important;
}

.-mx-56 {
	margin-left: -14rem !important;
	margin-right: -14rem !important;
}

.-mx-60 {
	margin-left: -15rem !important;
	margin-right: -15rem !important;
}

.-mx-64 {
	margin-left: -16rem !important;
	margin-right: -16rem !important;
}

.-mx-72 {
	margin-left: -18rem !important;
	margin-right: -18rem !important;
}

.-mx-80 {
	margin-left: -20rem !important;
	margin-right: -20rem !important;
}

.-mx-96 {
	margin-left: -24rem !important;
	margin-right: -24rem !important;
}

.-mx-px {
	margin-left: -1px !important;
	margin-right: -1px !important;
}

.-mx-0\.5 {
	margin-left: -0.125rem !important;
	margin-right: -0.125rem !important;
}

.-mx-1\.5 {
	margin-left: -0.375rem !important;
	margin-right: -0.375rem !important;
}

.-mx-2\.5 {
	margin-left: -0.625rem !important;
	margin-right: -0.625rem !important;
}

.-mx-3\.5 {
	margin-left: -0.875rem !important;
	margin-right: -0.875rem !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

.my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}

.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-7 {
	margin-top: 1.75rem !important;
	margin-bottom: 1.75rem !important;
}

.my-8 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.my-9 {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important;
}

.my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

.my-11 {
	margin-top: 2.75rem !important;
	margin-bottom: 2.75rem !important;
}

.my-12 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-14 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important;
}

.my-16 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

.my-20 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.my-24 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important;
}

.my-28 {
	margin-top: 7rem !important;
	margin-bottom: 7rem !important;
}

.my-32 {
	margin-top: 8rem !important;
	margin-bottom: 8rem !important;
}

.my-36 {
	margin-top: 9rem !important;
	margin-bottom: 9rem !important;
}

.my-40 {
	margin-top: 10rem !important;
	margin-bottom: 10rem !important;
}

.my-44 {
	margin-top: 11rem !important;
	margin-bottom: 11rem !important;
}

.my-48 {
	margin-top: 12rem !important;
	margin-bottom: 12rem !important;
}

.my-52 {
	margin-top: 13rem !important;
	margin-bottom: 13rem !important;
}

.my-56 {
	margin-top: 14rem !important;
	margin-bottom: 14rem !important;
}

.my-60 {
	margin-top: 15rem !important;
	margin-bottom: 15rem !important;
}

.my-64 {
	margin-top: 16rem !important;
	margin-bottom: 16rem !important;
}

.my-72 {
	margin-top: 18rem !important;
	margin-bottom: 18rem !important;
}

.my-80 {
	margin-top: 20rem !important;
	margin-bottom: 20rem !important;
}

.my-96 {
	margin-top: 24rem !important;
	margin-bottom: 24rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.my-px {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}

.my-0\.5 {
	margin-top: 0.125rem !important;
	margin-bottom: 0.125rem !important;
}

.my-1\.5 {
	margin-top: 0.375rem !important;
	margin-bottom: 0.375rem !important;
}

.my-2\.5 {
	margin-top: 0.625rem !important;
	margin-bottom: 0.625rem !important;
}

.my-3\.5 {
	margin-top: 0.875rem !important;
	margin-bottom: 0.875rem !important;
}

.-my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.-my-1 {
	margin-top: -0.25rem !important;
	margin-bottom: -0.25rem !important;
}

.-my-2 {
	margin-top: -0.5rem !important;
	margin-bottom: -0.5rem !important;
}

.-my-3 {
	margin-top: -0.75rem !important;
	margin-bottom: -0.75rem !important;
}

.-my-4 {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important;
}

.-my-5 {
	margin-top: -1.25rem !important;
	margin-bottom: -1.25rem !important;
}

.-my-6 {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important;
}

.-my-7 {
	margin-top: -1.75rem !important;
	margin-bottom: -1.75rem !important;
}

.-my-8 {
	margin-top: -2rem !important;
	margin-bottom: -2rem !important;
}

.-my-9 {
	margin-top: -2.25rem !important;
	margin-bottom: -2.25rem !important;
}

.-my-10 {
	margin-top: -2.5rem !important;
	margin-bottom: -2.5rem !important;
}

.-my-11 {
	margin-top: -2.75rem !important;
	margin-bottom: -2.75rem !important;
}

.-my-12 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important;
}

.-my-14 {
	margin-top: -3.5rem !important;
	margin-bottom: -3.5rem !important;
}

.-my-16 {
	margin-top: -4rem !important;
	margin-bottom: -4rem !important;
}

.-my-20 {
	margin-top: -5rem !important;
	margin-bottom: -5rem !important;
}

.-my-24 {
	margin-top: -6rem !important;
	margin-bottom: -6rem !important;
}

.-my-28 {
	margin-top: -7rem !important;
	margin-bottom: -7rem !important;
}

.-my-32 {
	margin-top: -8rem !important;
	margin-bottom: -8rem !important;
}

.-my-36 {
	margin-top: -9rem !important;
	margin-bottom: -9rem !important;
}

.-my-40 {
	margin-top: -10rem !important;
	margin-bottom: -10rem !important;
}

.-my-44 {
	margin-top: -11rem !important;
	margin-bottom: -11rem !important;
}

.-my-48 {
	margin-top: -12rem !important;
	margin-bottom: -12rem !important;
}

.-my-52 {
	margin-top: -13rem !important;
	margin-bottom: -13rem !important;
}

.-my-56 {
	margin-top: -14rem !important;
	margin-bottom: -14rem !important;
}

.-my-60 {
	margin-top: -15rem !important;
	margin-bottom: -15rem !important;
}

.-my-64 {
	margin-top: -16rem !important;
	margin-bottom: -16rem !important;
}

.-my-72 {
	margin-top: -18rem !important;
	margin-bottom: -18rem !important;
}

.-my-80 {
	margin-top: -20rem !important;
	margin-bottom: -20rem !important;
}

.-my-96 {
	margin-top: -24rem !important;
	margin-bottom: -24rem !important;
}

.-my-px {
	margin-top: -1px !important;
	margin-bottom: -1px !important;
}

.-my-0\.5 {
	margin-top: -0.125rem !important;
	margin-bottom: -0.125rem !important;
}

.-my-1\.5 {
	margin-top: -0.375rem !important;
	margin-bottom: -0.375rem !important;
}

.-my-2\.5 {
	margin-top: -0.625rem !important;
	margin-bottom: -0.625rem !important;
}

.-my-3\.5 {
	margin-top: -0.875rem !important;
	margin-bottom: -0.875rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 0.75rem !important;
}

.mt-4 {
	margin-top: 1rem !important;
}

.mt-5 {
	margin-top: 1.25rem !important;
}

.mt-6 {
	margin-top: 1.5rem !important;
}

.mt-7 {
	margin-top: 1.75rem !important;
}

.mt-8 {
	margin-top: 2rem !important;
}

.mt-9 {
	margin-top: 2.25rem !important;
}

.mt-10 {
	margin-top: 2.5rem !important;
}

.mt-11 {
	margin-top: 2.75rem !important;
}

.mt-12 {
	margin-top: 3rem !important;
}

.mt-14 {
	margin-top: 3.5rem !important;
}

.mt-16 {
	margin-top: 4rem !important;
}

.mt-20 {
	margin-top: 5rem !important;
}

.mt-24 {
	margin-top: 6rem !important;
}

.mt-28 {
	margin-top: 7rem !important;
}

.mt-32 {
	margin-top: 8rem !important;
}

.mt-36 {
	margin-top: 9rem !important;
}

.mt-40 {
	margin-top: 10rem !important;
}

.mt-44 {
	margin-top: 11rem !important;
}

.mt-48 {
	margin-top: 12rem !important;
}

.mt-52 {
	margin-top: 13rem !important;
}

.mt-56 {
	margin-top: 14rem !important;
}

.mt-60 {
	margin-top: 15rem !important;
}

.mt-64 {
	margin-top: 16rem !important;
}

.mt-72 {
	margin-top: 18rem !important;
}

.mt-80 {
	margin-top: 20rem !important;
}

.mt-96 {
	margin-top: 24rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.mt-px {
	margin-top: 1px !important;
}

.mt-0\.5 {
	margin-top: 0.125rem !important;
}

.mt-1\.5 {
	margin-top: 0.375rem !important;
}

.mt-2\.5 {
	margin-top: 0.625rem !important;
}

.mt-3\.5 {
	margin-top: 0.875rem !important;
}

.-mt-0 {
	margin-top: 0 !important;
}

.-mt-1 {
	margin-top: -0.25rem !important;
}

.-mt-2 {
	margin-top: -0.5rem !important;
}

.-mt-3 {
	margin-top: -0.75rem !important;
}

.-mt-4 {
	margin-top: -1rem !important;
}

.-mt-5 {
	margin-top: -1.25rem !important;
}

.-mt-6 {
	margin-top: -1.5rem !important;
}

.-mt-7 {
	margin-top: -1.75rem !important;
}

.-mt-8 {
	margin-top: -2rem !important;
}

.-mt-9 {
	margin-top: -2.25rem !important;
}

.-mt-10 {
	margin-top: -2.5rem !important;
}

.-mt-11 {
	margin-top: -2.75rem !important;
}

.-mt-12 {
	margin-top: -3rem !important;
}

.-mt-14 {
	margin-top: -3.5rem !important;
}

.-mt-16 {
	margin-top: -4rem !important;
}

.-mt-20 {
	margin-top: -5rem !important;
}

.-mt-24 {
	margin-top: -6rem !important;
}

.-mt-28 {
	margin-top: -7rem !important;
}

.-mt-32 {
	margin-top: -8rem !important;
}

.-mt-36 {
	margin-top: -9rem !important;
}

.-mt-40 {
	margin-top: -10rem !important;
}

.-mt-44 {
	margin-top: -11rem !important;
}

.-mt-48 {
	margin-top: -12rem !important;
}

.-mt-52 {
	margin-top: -13rem !important;
}

.-mt-56 {
	margin-top: -14rem !important;
}

.-mt-60 {
	margin-top: -15rem !important;
}

.-mt-64 {
	margin-top: -16rem !important;
}

.-mt-72 {
	margin-top: -18rem !important;
}

.-mt-80 {
	margin-top: -20rem !important;
}

.-mt-96 {
	margin-top: -24rem !important;
}

.-mt-px {
	margin-top: -1px !important;
}

.-mt-0\.5 {
	margin-top: -0.125rem !important;
}

.-mt-1\.5 {
	margin-top: -0.375rem !important;
}

.-mt-2\.5 {
	margin-top: -0.625rem !important;
}

.-mt-3\.5 {
	margin-top: -0.875rem !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-1 {
	margin-right: 0.25rem !important;
}

.mr-2 {
	margin-right: 0.5rem !important;
}

.mr-3 {
	margin-right: 0.75rem !important;
}

.mr-4 {
	margin-right: 1rem !important;
}

.mr-5 {
	margin-right: 1.25rem !important;
}

.mr-6 {
	margin-right: 1.5rem !important;
}

.mr-7 {
	margin-right: 1.75rem !important;
}

.mr-8 {
	margin-right: 2rem !important;
}

.mr-9 {
	margin-right: 2.25rem !important;
}

.mr-10 {
	margin-right: 2.5rem !important;
}

.mr-11 {
	margin-right: 2.75rem !important;
}

.mr-12 {
	margin-right: 3rem !important;
}

.mr-14 {
	margin-right: 3.5rem !important;
}

.mr-16 {
	margin-right: 4rem !important;
}

.mr-20 {
	margin-right: 5rem !important;
}

.mr-24 {
	margin-right: 6rem !important;
}

.mr-28 {
	margin-right: 7rem !important;
}

.mr-32 {
	margin-right: 8rem !important;
}

.mr-36 {
	margin-right: 9rem !important;
}

.mr-40 {
	margin-right: 10rem !important;
}

.mr-44 {
	margin-right: 11rem !important;
}

.mr-48 {
	margin-right: 12rem !important;
}

.mr-52 {
	margin-right: 13rem !important;
}

.mr-56 {
	margin-right: 14rem !important;
}

.mr-60 {
	margin-right: 15rem !important;
}

.mr-64 {
	margin-right: 16rem !important;
}

.mr-72 {
	margin-right: 18rem !important;
}

.mr-80 {
	margin-right: 20rem !important;
}

.mr-96 {
	margin-right: 24rem !important;
}

.mr-auto {
	margin-right: auto !important;
}

.mr-px {
	margin-right: 1px !important;
}

.mr-0\.5 {
	margin-right: 0.125rem !important;
}

.mr-1\.5 {
	margin-right: 0.375rem !important;
}

.mr-2\.5 {
	margin-right: 0.625rem !important;
}

.mr-3\.5 {
	margin-right: 0.875rem !important;
}

.-mr-0 {
	margin-right: 0 !important;
}

.-mr-1 {
	margin-right: -0.25rem !important;
}

.-mr-2 {
	margin-right: -0.5rem !important;
}

.-mr-3 {
	margin-right: -0.75rem !important;
}

.-mr-4 {
	margin-right: -1rem !important;
}

.-mr-5 {
	margin-right: -1.25rem !important;
}

.-mr-6 {
	margin-right: -1.5rem !important;
}

.-mr-7 {
	margin-right: -1.75rem !important;
}

.-mr-8 {
	margin-right: -2rem !important;
}

.-mr-9 {
	margin-right: -2.25rem !important;
}

.-mr-10 {
	margin-right: -2.5rem !important;
}

.-mr-11 {
	margin-right: -2.75rem !important;
}

.-mr-12 {
	margin-right: -3rem !important;
}

.-mr-14 {
	margin-right: -3.5rem !important;
}

.-mr-16 {
	margin-right: -4rem !important;
}

.-mr-20 {
	margin-right: -5rem !important;
}

.-mr-24 {
	margin-right: -6rem !important;
}

.-mr-28 {
	margin-right: -7rem !important;
}

.-mr-32 {
	margin-right: -8rem !important;
}

.-mr-36 {
	margin-right: -9rem !important;
}

.-mr-40 {
	margin-right: -10rem !important;
}

.-mr-44 {
	margin-right: -11rem !important;
}

.-mr-48 {
	margin-right: -12rem !important;
}

.-mr-52 {
	margin-right: -13rem !important;
}

.-mr-56 {
	margin-right: -14rem !important;
}

.-mr-60 {
	margin-right: -15rem !important;
}

.-mr-64 {
	margin-right: -16rem !important;
}

.-mr-72 {
	margin-right: -18rem !important;
}

.-mr-80 {
	margin-right: -20rem !important;
}

.-mr-96 {
	margin-right: -24rem !important;
}

.-mr-px {
	margin-right: -1px !important;
}

.-mr-0\.5 {
	margin-right: -0.125rem !important;
}

.-mr-1\.5 {
	margin-right: -0.375rem !important;
}

.-mr-2\.5 {
	margin-right: -0.625rem !important;
}

.-mr-3\.5 {
	margin-right: -0.875rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-3 {
	margin-bottom: 0.75rem !important;
}

.mb-4 {
	margin-bottom: 1rem !important;
}

.mb-5 {
	margin-bottom: 1.25rem !important;
}

.mb-6 {
	margin-bottom: 1.5rem !important;
}

.mb-7 {
	margin-bottom: 1.75rem !important;
}

.mb-8 {
	margin-bottom: 2rem !important;
}

.mb-9 {
	margin-bottom: 2.25rem !important;
}

.mb-10 {
	margin-bottom: 2.5rem !important;
}

.mb-11 {
	margin-bottom: 2.75rem !important;
}

.mb-12 {
	margin-bottom: 3rem !important;
}

.mb-14 {
	margin-bottom: 3.5rem !important;
}

.mb-16 {
	margin-bottom: 4rem !important;
}

.mb-20 {
	margin-bottom: 5rem !important;
}

.mb-24 {
	margin-bottom: 6rem !important;
}

.mb-28 {
	margin-bottom: 7rem !important;
}

.mb-32 {
	margin-bottom: 8rem !important;
}

.mb-36 {
	margin-bottom: 9rem !important;
}

.mb-40 {
	margin-bottom: 10rem !important;
}

.mb-44 {
	margin-bottom: 11rem !important;
}

.mb-48 {
	margin-bottom: 12rem !important;
}

.mb-52 {
	margin-bottom: 13rem !important;
}

.mb-56 {
	margin-bottom: 14rem !important;
}

.mb-60 {
	margin-bottom: 15rem !important;
}

.mb-64 {
	margin-bottom: 16rem !important;
}

.mb-72 {
	margin-bottom: 18rem !important;
}

.mb-80 {
	margin-bottom: 20rem !important;
}

.mb-96 {
	margin-bottom: 24rem !important;
}

.-mb-0 {
	margin-bottom: 0 !important;
}

.-mb-1 {
	margin-bottom: -0.25rem !important;
}

.-mb-2 {
	margin-bottom: -0.5rem !important;
}

.-mb-3 {
	margin-bottom: -0.75rem !important;
}

.-mb-4 {
	margin-bottom: -1rem !important;
}

.-mb-5 {
	margin-bottom: -1.25rem !important;
}

.-mb-6 {
	margin-bottom: -1.5rem !important;
}

.-mb-7 {
	margin-bottom: -1.75rem !important;
}

.-mb-8 {
	margin-bottom: -2rem !important;
}

.-mb-9 {
	margin-bottom: -2.25rem !important;
}

.-mb-10 {
	margin-bottom: -2.5rem !important;
}

.-mb-11 {
	margin-bottom: -2.75rem !important;
}

.-mb-12 {
	margin-bottom: -3rem !important;
}

.-mb-14 {
	margin-bottom: -3.5rem !important;
}

.-mb-16 {
	margin-bottom: -4rem !important;
}

.-mb-20 {
	margin-bottom: -5rem !important;
}

.-mb-24 {
	margin-bottom: -6rem !important;
}

.-mb-28 {
	margin-bottom: -7rem !important;
}

.-mb-32 {
	margin-bottom: -8rem !important;
}

.-mb-36 {
	margin-bottom: -9rem !important;
}

.-mb-40 {
	margin-bottom: -10rem !important;
}

.-mb-44 {
	margin-bottom: -11rem !important;
}

.-mb-48 {
	margin-bottom: -12rem !important;
}

.-mb-52 {
	margin-bottom: -13rem !important;
}

.-mb-56 {
	margin-bottom: -14rem !important;
}

.-mb-60 {
	margin-bottom: -15rem !important;
}

.-mb-64 {
	margin-bottom: -16rem !important;
}

.-mb-72 {
	margin-bottom: -18rem !important;
}

.-mb-80 {
	margin-bottom: -20rem !important;
}

.-mb-96 {
	margin-bottom: -24rem !important;
}

.-mb-px {
	margin-bottom: -1px !important;
}

.-mb-0\.5 {
	margin-bottom: -0.125rem !important;
}

.-mb-1\.5 {
	margin-bottom: -0.375rem !important;
}

.-mb-2\.5 {
	margin-bottom: -0.625rem !important;
}

.-mb-3\.5 {
	margin-bottom: -0.875rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.mb-px {
	margin-bottom: 1px !important;
}

.mb-0\.5 {
	margin-bottom: 0.125rem !important;
}

.mb-1\.5 {
	margin-bottom: 0.375rem !important;
}

.mb-2\.5 {
	margin-bottom: 0.625rem !important;
}

.mb-3\.5 {
	margin-bottom: 0.875rem !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 0.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

.ml-3 {
	margin-left: 0.75rem !important;
}

.ml-4 {
	margin-left: 1rem !important;
}

.ml-5 {
	margin-left: 1.25rem !important;
}

.ml-6 {
	margin-left: 1.5rem !important;
}

.ml-7 {
	margin-left: 1.75rem !important;
}

.ml-8 {
	margin-left: 2rem !important;
}

.ml-9 {
	margin-left: 2.25rem !important;
}

.ml-10 {
	margin-left: 2.5rem !important;
}

.ml-11 {
	margin-left: 2.75rem !important;
}

.ml-12 {
	margin-left: 3rem !important;
}

.ml-14 {
	margin-left: 3.5rem !important;
}

.ml-16 {
	margin-left: 4rem !important;
}

.ml-20 {
	margin-left: 5rem !important;
}

.ml-24 {
	margin-left: 6rem !important;
}

.ml-28 {
	margin-left: 7rem !important;
}

.ml-32 {
	margin-left: 8rem !important;
}

.ml-36 {
	margin-left: 9rem !important;
}

.ml-40 {
	margin-left: 10rem !important;
}

.ml-44 {
	margin-left: 11rem !important;
}

.ml-48 {
	margin-left: 12rem !important;
}

.ml-52 {
	margin-left: 13rem !important;
}

.ml-56 {
	margin-left: 14rem !important;
}

.ml-60 {
	margin-left: 15rem !important;
}

.ml-64 {
	margin-left: 16rem !important;
}

.ml-72 {
	margin-left: 18rem !important;
}

.ml-80 {
	margin-left: 20rem !important;
}

.ml-96 {
	margin-left: 24rem !important;
}

.ml-auto {
	margin-left: auto !important;
}

.ml-px {
	margin-left: 1px !important;
}

.ml-0\.5 {
	margin-left: 0.125rem !important;
}

.ml-1\.5 {
	margin-left: 0.375rem !important;
}

.ml-2\.5 {
	margin-left: 0.625rem !important;
}

.ml-3\.5 {
	margin-left: 0.875rem !important;
}

.-ml-0 {
	margin-left: 0 !important;
}

.-ml-1 {
	margin-left: -0.25rem !important;
}

.-ml-2 {
	margin-left: -0.5rem !important;
}

.-ml-3 {
	margin-left: -0.75rem !important;
}

.-ml-4 {
	margin-left: -1rem !important;
}

.-ml-5 {
	margin-left: -1.25rem !important;
}

.-ml-6 {
	margin-left: -1.5rem !important;
}

.-ml-7 {
	margin-left: -1.75rem !important;
}

.-ml-8 {
	margin-left: -2rem !important;
}

.-ml-9 {
	margin-left: -2.25rem !important;
}

.-ml-10 {
	margin-left: -2.5rem !important;
}

.-ml-11 {
	margin-left: -2.75rem !important;
}

.-ml-12 {
	margin-left: -3rem !important;
}

.-ml-14 {
	margin-left: -3.5rem !important;
}

.-ml-16 {
	margin-left: -4rem !important;
}

.-ml-20 {
	margin-left: -5rem !important;
}

.-ml-24 {
	margin-left: -6rem !important;
}

.-ml-28 {
	margin-left: -7rem !important;
}

.-ml-32 {
	margin-left: -8rem !important;
}

.-ml-36 {
	margin-left: -9rem !important;
}

.-ml-40 {
	margin-left: -10rem !important;
}

.-ml-44 {
	margin-left: -11rem !important;
}

.-ml-48 {
	margin-left: -12rem !important;
}

.-ml-52 {
	margin-left: -13rem !important;
}

.-ml-56 {
	margin-left: -14rem !important;
}

.-ml-60 {
	margin-left: -15rem !important;
}

.-ml-64 {
	margin-left: -16rem !important;
}

.-ml-72 {
	margin-left: -18rem !important;
}

.-ml-80 {
	margin-left: -20rem !important;
}

.-ml-96 {
	margin-left: -24rem !important;
}

.-ml-px {
	margin-left: -1px !important;
}

.-ml-0\.5 {
	margin-left: -0.125rem !important;
}

.-ml-1\.5 {
	margin-left: -0.375rem !important;
}

.-ml-2\.5 {
	margin-left: -0.625rem !important;
}

.-ml-3\.5 {
	margin-left: -0.875rem !important;
}

@media (min-width: 640px) {

	.sm\:m-0 {
		margin: 0 !important;
	}

	.sm\:m-1 {
		margin: 0.25rem !important;
	}

	.sm\:m-2 {
		margin: 0.5rem !important;
	}

	.sm\:m-3 {
		margin: 0.75rem !important;
	}

	.sm\:m-4 {
		margin: 1rem !important;
	}

	.sm\:m-5 {
		margin: 1.25rem !important;
	}

	.sm\:m-6 {
		margin: 1.5rem !important;
	}

	.sm\:m-7 {
		margin: 1.75rem !important;
	}

	.sm\:m-8 {
		margin: 2rem !important;
	}

	.sm\:m-9 {
		margin: 2.25rem !important;
	}

	.sm\:m-10 {
		margin: 2.5rem !important;
	}

	.sm\:m-11 {
		margin: 2.75rem !important;
	}

	.sm\:m-12 {
		margin: 3rem !important;
	}

	.sm\:m-14 {
		margin: 3.5rem !important;
	}

	.sm\:m-16 {
		margin: 4rem !important;
	}

	.sm\:m-20 {
		margin: 5rem !important;
	}

	.sm\:m-24 {
		margin: 6rem !important;
	}

	.sm\:m-28 {
		margin: 7rem !important;
	}

	.sm\:m-32 {
		margin: 8rem !important;
	}

	.sm\:m-36 {
		margin: 9rem !important;
	}

	.sm\:m-40 {
		margin: 10rem !important;
	}

	.sm\:m-44 {
		margin: 11rem !important;
	}

	.sm\:m-48 {
		margin: 12rem !important;
	}

	.sm\:m-52 {
		margin: 13rem !important;
	}

	.sm\:m-56 {
		margin: 14rem !important;
	}

	.sm\:m-60 {
		margin: 15rem !important;
	}

	.sm\:m-64 {
		margin: 16rem !important;
	}

	.sm\:m-72 {
		margin: 18rem !important;
	}

	.sm\:m-80 {
		margin: 20rem !important;
	}

	.sm\:m-96 {
		margin: 24rem !important;
	}

	.sm\:m-auto {
		margin: auto !important;
	}

	.sm\:m-px {
		margin: 1px !important;
	}

	.sm\:m-0\.5 {
		margin: 0.125rem !important;
	}

	.sm\:m-1\.5 {
		margin: 0.375rem !important;
	}

	.sm\:m-2\.5 {
		margin: 0.625rem !important;
	}

	.sm\:m-3\.5 {
		margin: 0.875rem !important;
	}

	.sm\:-m-0 {
		margin: 0 !important;
	}

	.sm\:-m-1 {
		margin: -0.25rem !important;
	}

	.sm\:-m-2 {
		margin: -0.5rem !important;
	}

	.sm\:-m-3 {
		margin: -0.75rem !important;
	}

	.sm\:-m-4 {
		margin: -1rem !important;
	}

	.sm\:-m-5 {
		margin: -1.25rem !important;
	}

	.sm\:-m-6 {
		margin: -1.5rem !important;
	}

	.sm\:-m-7 {
		margin: -1.75rem !important;
	}

	.sm\:-m-8 {
		margin: -2rem !important;
	}

	.sm\:-m-9 {
		margin: -2.25rem !important;
	}

	.sm\:-m-10 {
		margin: -2.5rem !important;
	}

	.sm\:-m-11 {
		margin: -2.75rem !important;
	}

	.sm\:-m-12 {
		margin: -3rem !important;
	}

	.sm\:-m-14 {
		margin: -3.5rem !important;
	}

	.sm\:-m-16 {
		margin: -4rem !important;
	}

	.sm\:-m-20 {
		margin: -5rem !important;
	}

	.sm\:-m-24 {
		margin: -6rem !important;
	}

	.sm\:-m-28 {
		margin: -7rem !important;
	}

	.sm\:-m-32 {
		margin: -8rem !important;
	}

	.sm\:-m-36 {
		margin: -9rem !important;
	}

	.sm\:-m-40 {
		margin: -10rem !important;
	}

	.sm\:-m-44 {
		margin: -11rem !important;
	}

	.sm\:-m-48 {
		margin: -12rem !important;
	}

	.sm\:-m-52 {
		margin: -13rem !important;
	}

	.sm\:-m-56 {
		margin: -14rem !important;
	}

	.sm\:-m-60 {
		margin: -15rem !important;
	}

	.sm\:-m-64 {
		margin: -16rem !important;
	}

	.sm\:-m-72 {
		margin: -18rem !important;
	}

	.sm\:-m-80 {
		margin: -20rem !important;
	}

	.sm\:-m-96 {
		margin: -24rem !important;
	}

	.sm\:-m-px {
		margin: -1px !important;
	}

	.sm\:-m-0\.5 {
		margin: -0.125rem !important;
	}

	.sm\:-m-1\.5 {
		margin: -0.375rem !important;
	}

	.sm\:-m-2\.5 {
		margin: -0.625rem !important;
	}

	.sm\:-m-3\.5 {
		margin: -0.875rem !important;
	}

	.sm\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.sm\:mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	}

	.sm\:mx-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	}

	.sm\:mx-3 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important;
	}

	.sm\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.sm\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem !important;
	}

	.sm\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem !important;
	}

	.sm\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem !important;
	}

	.sm\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem !important;
	}

	.sm\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem !important;
	}

	.sm\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem !important;
	}

	.sm\:mx-11 {
		margin-left: 2.75rem !important;
		margin-right: 2.75rem !important;
	}

	.sm\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.sm\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem !important;
	}

	.sm\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem !important;
	}

	.sm\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem !important;
	}

	.sm\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem !important;
	}

	.sm\:mx-28 {
		margin-left: 7rem !important;
		margin-right: 7rem !important;
	}

	.sm\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem !important;
	}

	.sm\:mx-36 {
		margin-left: 9rem !important;
		margin-right: 9rem !important;
	}

	.sm\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem !important;
	}

	.sm\:mx-44 {
		margin-left: 11rem !important;
		margin-right: 11rem !important;
	}

	.sm\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem !important;
	}

	.sm\:mx-52 {
		margin-left: 13rem !important;
		margin-right: 13rem !important;
	}

	.sm\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem !important;
	}

	.sm\:mx-60 {
		margin-left: 15rem !important;
		margin-right: 15rem !important;
	}

	.sm\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem !important;
	}

	.sm\:mx-72 {
		margin-left: 18rem !important;
		margin-right: 18rem !important;
	}

	.sm\:mx-80 {
		margin-left: 20rem !important;
		margin-right: 20rem !important;
	}

	.sm\:mx-96 {
		margin-left: 24rem !important;
		margin-right: 24rem !important;
	}

	.sm\:mx-auto {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.sm\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px !important;
	}

	.sm\:mx-0\.5 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem !important;
	}

	.sm\:mx-1\.5 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem !important;
	}

	.sm\:mx-2\.5 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem !important;
	}

	.sm\:mx-3\.5 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem !important;
	}

	.sm\:-mx-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.sm\:-mx-1 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem !important;
	}

	.sm\:-mx-2 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem !important;
	}

	.sm\:-mx-3 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem !important;
	}

	.sm\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem !important;
	}

	.sm\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem !important;
	}

	.sm\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem !important;
	}

	.sm\:-mx-7 {
		margin-left: -1.75rem !important;
		margin-right: -1.75rem !important;
	}

	.sm\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem !important;
	}

	.sm\:-mx-9 {
		margin-left: -2.25rem !important;
		margin-right: -2.25rem !important;
	}

	.sm\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem !important;
	}

	.sm\:-mx-11 {
		margin-left: -2.75rem !important;
		margin-right: -2.75rem !important;
	}

	.sm\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem !important;
	}

	.sm\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem !important;
	}

	.sm\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem !important;
	}

	.sm\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem !important;
	}

	.sm\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem !important;
	}

	.sm\:-mx-28 {
		margin-left: -7rem !important;
		margin-right: -7rem !important;
	}

	.sm\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem !important;
	}

	.sm\:-mx-36 {
		margin-left: -9rem !important;
		margin-right: -9rem !important;
	}

	.sm\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem !important;
	}

	.sm\:-mx-44 {
		margin-left: -11rem !important;
		margin-right: -11rem !important;
	}

	.sm\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem !important;
	}

	.sm\:-mx-52 {
		margin-left: -13rem !important;
		margin-right: -13rem !important;
	}

	.sm\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem !important;
	}

	.sm\:-mx-60 {
		margin-left: -15rem !important;
		margin-right: -15rem !important;
	}

	.sm\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem !important;
	}

	.sm\:-mx-72 {
		margin-left: -18rem !important;
		margin-right: -18rem !important;
	}

	.sm\:-mx-80 {
		margin-left: -20rem !important;
		margin-right: -20rem !important;
	}

	.sm\:-mx-96 {
		margin-left: -24rem !important;
		margin-right: -24rem !important;
	}

	.sm\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px !important;
	}

	.sm\:-mx-0\.5 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem !important;
	}

	.sm\:-mx-1\.5 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem !important;
	}

	.sm\:-mx-2\.5 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem !important;
	}

	.sm\:-mx-3\.5 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem !important;
	}

	.sm\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.sm\:my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.sm\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.sm\:my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
	}

	.sm\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.sm\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important;
	}

	.sm\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.sm\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important;
	}

	.sm\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.sm\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important;
	}

	.sm\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important;
	}

	.sm\:my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem !important;
	}

	.sm\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.sm\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important;
	}

	.sm\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}

	.sm\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}

	.sm\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important;
	}

	.sm\:my-28 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important;
	}

	.sm\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem !important;
	}

	.sm\:my-36 {
		margin-top: 9rem !important;
		margin-bottom: 9rem !important;
	}

	.sm\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem !important;
	}

	.sm\:my-44 {
		margin-top: 11rem !important;
		margin-bottom: 11rem !important;
	}

	.sm\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem !important;
	}

	.sm\:my-52 {
		margin-top: 13rem !important;
		margin-bottom: 13rem !important;
	}

	.sm\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem !important;
	}

	.sm\:my-60 {
		margin-top: 15rem !important;
		margin-bottom: 15rem !important;
	}

	.sm\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem !important;
	}

	.sm\:my-72 {
		margin-top: 18rem !important;
		margin-bottom: 18rem !important;
	}

	.sm\:my-80 {
		margin-top: 20rem !important;
		margin-bottom: 20rem !important;
	}

	.sm\:my-96 {
		margin-top: 24rem !important;
		margin-bottom: 24rem !important;
	}

	.sm\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.sm\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}

	.sm\:my-0\.5 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem !important;
	}

	.sm\:my-1\.5 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem !important;
	}

	.sm\:my-2\.5 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem !important;
	}

	.sm\:my-3\.5 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem !important;
	}

	.sm\:-my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.sm\:-my-1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important;
	}

	.sm\:-my-2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important;
	}

	.sm\:-my-3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important;
	}

	.sm\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}

	.sm\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important;
	}

	.sm\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}

	.sm\:-my-7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem !important;
	}

	.sm\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem;
	}

	.sm\:-my-9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem !important;
	}

	.sm\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important;
	}

	.sm\:-my-11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem !important;
	}

	.sm\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}

	.sm\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important;
	}

	.sm\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}

	.sm\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}

	.sm\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important;
	}

	.sm\:-my-28 {
		margin-top: -7rem !important;
		margin-bottom: -7rem !important;
	}

	.sm\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important;
	}

	.sm\:-my-36 {
		margin-top: -9rem !important;
		margin-bottom: -9rem !important;
	}

	.sm\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important;
	}

	.sm\:-my-44 {
		margin-top: -11rem !important;
		margin-bottom: -11rem !important;
	}

	.sm\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important;
	}

	.sm\:-my-52 {
		margin-top: -13rem !important;
		margin-bottom: -13rem !important;
	}

	.sm\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important;
	}

	.sm\:-my-60 {
		margin-top: -15rem !important;
		margin-bottom: -15rem !important;
	}

	.sm\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important;
	}

	.sm\:-my-72 {
		margin-top: -18rem !important;
		margin-bottom: -18rem !important;
	}

	.sm\:-my-80 {
		margin-top: -20rem !important;
		margin-bottom: -20rem !important;
	}

	.sm\:-my-96 {
		margin-top: -24rem !important;
		margin-bottom: -24rem;
	}

	.sm\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px !important;
	}

	.sm\:-my-0\.5 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem !important;
	}

	.sm\:-my-1\.5 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem !important;
	}

	.sm\:-my-2\.5 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem !important;
	}

	.sm\:-my-3\.5 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem !important;
	}

	.sm\:mt-0 {
		margin-top: 0 !important;
	}

	.sm\:mt-1 {
		margin-top: 0.25rem !important;
	}

	.sm\:mt-2 {
		margin-top: 0.5rem !important;
	}

	.sm\:mt-3 {
		margin-top: 0.75rem !important;
	}

	.sm\:mt-4 {
		margin-top: 1rem !important;
	}

	.sm\:mt-5 {
		margin-top: 1.25rem !important;
	}

	.sm\:mt-6 {
		margin-top: 1.5rem !important;
	}

	.sm\:mt-7 {
		margin-top: 1.75rem !important;
	}

	.sm\:mt-8 {
		margin-top: 2rem !important;
	}

	.sm\:mt-9 {
		margin-top: 2.25rem !important;
	}

	.sm\:mt-10 {
		margin-top: 2.5rem !important;
	}

	.sm\:mt-11 {
		margin-top: 2.75rem !important;
	}

	.sm\:mt-12 {
		margin-top: 3rem !important;
	}

	.sm\:mt-14 {
		margin-top: 3.5rem !important;
	}

	.sm\:mt-16 {
		margin-top: 4rem !important;
	}

	.sm\:mt-20 {
		margin-top: 5rem !important;
	}

	.sm\:mt-24 {
		margin-top: 6rem !important;
	}

	.sm\:mt-28 {
		margin-top: 7rem !important;
	}

	.sm\:mt-32 {
		margin-top: 8rem !important;
	}

	.sm\:mt-36 {
		margin-top: 9rem !important;
	}

	.sm\:mt-40 {
		margin-top: 10rem !important;
	}

	.sm\:mt-44 {
		margin-top: 11rem !important;
	}

	.sm\:mt-48 {
		margin-top: 12rem !important;
	}

	.sm\:mt-52 {
		margin-top: 13rem !important;
	}

	.sm\:mt-56 {
		margin-top: 14rem !important;
	}

	.sm\:mt-60 {
		margin-top: 15rem !important;
	}

	.sm\:mt-64 {
		margin-top: 16rem !important;
	}

	.sm\:mt-72 {
		margin-top: 18rem !important;
	}

	.sm\:mt-80 {
		margin-top: 20rem !important;
	}

	.sm\:mt-96 {
		margin-top: 24rem !important;
	}

	.sm\:mt-auto {
		margin-top: auto !important;
	}

	.sm\:mt-px {
		margin-top: 1px !important;
	}

	.sm\:mt-0\.5 {
		margin-top: 0.125rem !important;
	}

	.sm\:mt-1\.5 {
		margin-top: 0.375rem !important;
	}

	.sm\:mt-2\.5 {
		margin-top: 0.625rem !important;
	}

	.sm\:mt-3\.5 {
		margin-top: 0.875rem !important;
	}

	.sm\:-mt-0 {
		margin-top: 0 !important;
	}

	.sm\:-mt-1 {
		margin-top: -0.25rem !important;
	}

	.sm\:-mt-2 {
		margin-top: -0.5rem !important;
	}

	.sm\:-mt-3 {
		margin-top: -0.75rem !important;
	}

	.sm\:-mt-4 {
		margin-top: -1rem !important;
	}

	.sm\:-mt-5 {
		margin-top: -1.25rem !important;
	}

	.sm\:-mt-6 {
		margin-top: -1.5rem !important;
	}

	.sm\:-mt-7 {
		margin-top: -1.75rem !important;
	}

	.sm\:-mt-8 {
		margin-top: -2rem !important;
	}

	.sm\:-mt-9 {
		margin-top: -2.25rem !important;
	}

	.sm\:-mt-10 {
		margin-top: -2.5rem !important;
	}

	.sm\:-mt-11 {
		margin-top: -2.75rem !important;
	}

	.sm\:-mt-12 {
		margin-top: -3rem !important;
	}

	.sm\:-mt-14 {
		margin-top: -3.5rem !important;
	}

	.sm\:-mt-16 {
		margin-top: -4rem !important;
	}

	.sm\:-mt-20 {
		margin-top: -5rem !important;
	}

	.sm\:-mt-24 {
		margin-top: -6rem !important;
	}

	.sm\:-mt-28 {
		margin-top: -7rem !important;
	}

	.sm\:-mt-32 {
		margin-top: -8rem !important;
	}

	.sm\:-mt-36 {
		margin-top: -9rem !important;
	}

	.sm\:-mt-40 {
		margin-top: -10rem !important;
	}

	.sm\:-mt-44 {
		margin-top: -11rem !important;
	}

	.sm\:-mt-48 {
		margin-top: -12rem !important;
	}

	.sm\:-mt-52 {
		margin-top: -13rem !important;
	}

	.sm\:-mt-56 {
		margin-top: -14rem !important;
	}

	.sm\:-mt-60 {
		margin-top: -15rem !important;
	}

	.sm\:-mt-64 {
		margin-top: -16rem !important;
	}

	.sm\:-mt-72 {
		margin-top: -18rem !important;
	}

	.sm\:-mt-80 {
		margin-top: -20rem !important;
	}

	.sm\:-mt-96 {
		margin-top: -24rem !important;
	}

	.sm\:-mt-px {
		margin-top: -1px !important;
	}

	.sm\:-mt-0\.5 {
		margin-top: -0.125rem !important;
	}

	.sm\:-mt-1\.5 {
		margin-top: -0.375rem !important;
	}

	.sm\:-mt-2\.5 {
		margin-top: -0.625rem !important;
	}

	.sm\:-mt-3\.5 {
		margin-top: -0.875rem !important;
	}

	.sm\:mr-0 {
		margin-right: 0 !important;
	}

	.sm\:mr-1 {
		margin-right: 0.25rem !important;
	}

	.sm\:mr-2 {
		margin-right: 0.5rem !important;
	}

	.sm\:mr-3 {
		margin-right: 0.75rem !important;
	}

	.sm\:mr-4 {
		margin-right: 1rem !important;
	}

	.sm\:mr-5 {
		margin-right: 1.25rem !important;
	}

	.sm\:mr-6 {
		margin-right: 1.5rem !important;
	}

	.sm\:mr-7 {
		margin-right: 1.75rem !important;
	}

	.sm\:mr-8 {
		margin-right: 2rem !important;
	}

	.sm\:mr-9 {
		margin-right: 2.25rem !important;
	}

	.sm\:mr-10 {
		margin-right: 2.5rem !important;
	}

	.sm\:mr-11 {
		margin-right: 2.75rem !important;
	}

	.sm\:mr-12 {
		margin-right: 3rem !important;
	}

	.sm\:mr-14 {
		margin-right: 3.5rem !important;
	}

	.sm\:mr-16 {
		margin-right: 4rem !important;
	}

	.sm\:mr-20 {
		margin-right: 5rem !important;
	}

	.sm\:mr-24 {
		margin-right: 6rem !important;
	}

	.sm\:mr-28 {
		margin-right: 7rem !important;
	}

	.sm\:mr-32 {
		margin-right: 8rem !important;
	}

	.sm\:mr-36 {
		margin-right: 9rem !important;
	}

	.sm\:mr-40 {
		margin-right: 10rem !important;
	}

	.sm\:mr-44 {
		margin-right: 11rem !important;
	}

	.sm\:mr-48 {
		margin-right: 12rem !important;
	}

	.sm\:mr-52 {
		margin-right: 13rem !important;
	}

	.sm\:mr-56 {
		margin-right: 14rem !important;
	}

	.sm\:mr-60 {
		margin-right: 15rem !important;
	}

	.sm\:mr-64 {
		margin-right: 16rem !important;
	}

	.sm\:mr-72 {
		margin-right: 18rem !important;
	}

	.sm\:mr-80 {
		margin-right: 20rem !important;
	}

	.sm\:mr-96 {
		margin-right: 24rem !important;
	}

	.sm\:mr-auto {
		margin-right: auto !important;
	}

	.sm\:mr-px {
		margin-right: 1px !important;
	}

	.sm\:mr-0\.5 {
		margin-right: 0.125rem !important;
	}

	.sm\:mr-1\.5 {
		margin-right: 0.375rem !important;
	}

	.sm\:mr-2\.5 {
		margin-right: 0.625rem !important;
	}

	.sm\:mr-3\.5 {
		margin-right: 0.875rem !important;
	}

	.sm\:-mr-0 {
		margin-right: 0 !important;
	}

	.sm\:-mr-1 {
		margin-right: -0.25rem !important;
	}

	.sm\:-mr-2 {
		margin-right: -0.5rem !important;
	}

	.sm\:-mr-3 {
		margin-right: -0.75rem !important;
	}

	.sm\:-mr-4 {
		margin-right: -1rem !important;
	}

	.sm\:-mr-5 {
		margin-right: -1.25rem !important;
	}

	.sm\:-mr-6 {
		margin-right: -1.5rem !important;
	}

	.sm\:-mr-7 {
		margin-right: -1.75rem !important;
	}

	.sm\:-mr-8 {
		margin-right: -2rem !important;
	}

	.sm\:-mr-9 {
		margin-right: -2.25rem !important;
	}

	.sm\:-mr-10 {
		margin-right: -2.5rem !important;
	}

	.sm\:-mr-11 {
		margin-right: -2.75rem !important;
	}

	.sm\:-mr-12 {
		margin-right: -3rem !important;
	}

	.sm\:-mr-14 {
		margin-right: -3.5rem !important;
	}

	.sm\:-mr-16 {
		margin-right: -4rem !important;
	}

	.sm\:-mr-20 {
		margin-right: -5rem !important;
	}

	.sm\:-mr-24 {
		margin-right: -6rem !important;
	}

	.sm\:-mr-28 {
		margin-right: -7rem !important;
	}

	.sm\:-mr-32 {
		margin-right: -8rem !important;
	}

	.sm\:-mr-36 {
		margin-right: -9rem !important;
	}

	.sm\:-mr-40 {
		margin-right: -10rem !important;
	}

	.sm\:-mr-44 {
		margin-right: -11rem !important;
	}

	.sm\:-mr-48 {
		margin-right: -12rem !important;
	}

	.sm\:-mr-52 {
		margin-right: -13rem !important;
	}

	.sm\:-mr-56 {
		margin-right: -14rem !important;
	}

	.sm\:-mr-60 {
		margin-right: -15rem !important;
	}

	.sm\:-mr-64 {
		margin-right: -16rem !important;
	}

	.sm\:-mr-72 {
		margin-right: -18rem !important;
	}

	.sm\:-mr-80 {
		margin-right: -20rem !important;
	}

	.sm\:-mr-96 {
		margin-right: -24rem !important;
	}

	.sm\:-mr-px {
		margin-right: -1px !important;
	}

	.sm\:-mr-0\.5 {
		margin-right: -0.125rem !important;
	}

	.sm\:-mr-1\.5 {
		margin-right: -0.375rem !important;
	}

	.sm\:-mr-2\.5 {
		margin-right: -0.625rem !important;
	}

	.sm\:-mr-3\.5 {
		margin-right: -0.875rem !important;
	}

	.sm\:mb-0 {
		margin-bottom: 0 !important;
	}

	.sm\:mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.sm\:mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.sm\:mb-3 {
		margin-bottom: 0.75rem !important;
	}

	.sm\:mb-4 {
		margin-bottom: 1rem !important;
	}

	.sm\:mb-5 {
		margin-bottom: 1.25rem !important;
	}

	.sm\:mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.sm\:mb-7 {
		margin-bottom: 1.75rem !important;
	}

	.sm\:mb-8 {
		margin-bottom: 2rem !important;
	}

	.sm\:mb-9 {
		margin-bottom: 2.25rem !important;
	}

	.sm\:mb-10 {
		margin-bottom: 2.5rem !important;
	}

	.sm\:mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.sm\:mb-12 {
		margin-bottom: 3rem !important;
	}

	.sm\:mb-14 {
		margin-bottom: 3.5rem !important;
	}

	.sm\:mb-16 {
		margin-bottom: 4rem !important;
	}

	.sm\:mb-20 {
		margin-bottom: 5rem !important;
	}

	.sm\:mb-24 {
		margin-bottom: 6rem !important;
	}

	.sm\:mb-28 {
		margin-bottom: 7rem !important;
	}

	.sm\:mb-32 {
		margin-bottom: 8rem !important;
	}

	.sm\:mb-36 {
		margin-bottom: 9rem !important;
	}

	.sm\:mb-40 {
		margin-bottom: 10rem !important;
	}

	.sm\:mb-44 {
		margin-bottom: 11rem !important;
	}

	.sm\:mb-48 {
		margin-bottom: 12rem !important;
	}

	.sm\:mb-52 {
		margin-bottom: 13rem !important;
	}

	.sm\:mb-56 {
		margin-bottom: 14rem !important;
	}

	.sm\:mb-60 {
		margin-bottom: 15rem !important;
	}

	.sm\:mb-64 {
		margin-bottom: 16rem !important;
	}

	.sm\:mb-72 {
		margin-bottom: 18rem !important;
	}

	.sm\:mb-80 {
		margin-bottom: 20rem !important;
	}

	.sm\:mb-96 {
		margin-bottom: 24rem !important;
	}

	.sm\:mb-auto {
		margin-bottom: auto !important;
	}

	.sm\:mb-px {
		margin-bottom: 1px !important;
	}

	.sm\:mb-0\.5 {
		margin-bottom: 0.125rem !important;
	}

	.sm\:mb-1\.5 {
		margin-bottom: 0.375rem !important;
	}

	.sm\:mb-2\.5 {
		margin-bottom: 0.625rem !important;
	}

	.sm\:mb-3\.5 {
		margin-bottom: 0.875rem !important;
	}

	.sm\:-mb-0 {
		margin-bottom: 0 !important;
	}

	.sm\:-mb-1 {
		margin-bottom: -0.25rem !important;
	}

	.sm\:-mb-2 {
		margin-bottom: -0.5rem !important;
	}

	.sm\:-mb-3 {
		margin-bottom: -0.75rem !important;
	}

	.sm\:-mb-4 {
		margin-bottom: -1rem !important;
	}

	.sm\:-mb-5 {
		margin-bottom: -1.25rem !important;
	}

	.sm\:-mb-6 {
		margin-bottom: -1.5rem !important;
	}

	.sm\:-mb-7 {
		margin-bottom: -1.75rem !important;
	}

	.sm\:-mb-8 {
		margin-bottom: -2rem !important;
	}

	.sm\:-mb-9 {
		margin-bottom: -2.25rem !important;
	}

	.sm\:-mb-10 {
		margin-bottom: -2.5rem !important;
	}

	.sm\:-mb-11 {
		margin-bottom: -2.75rem !important;
	}

	.sm\:-mb-12 {
		margin-bottom: -3rem !important;
	}

	.sm\:-mb-14 {
		margin-bottom: -3.5rem !important;
	}

	.sm\:-mb-16 {
		margin-bottom: -4rem !important;
	}

	.sm\:-mb-20 {
		margin-bottom: -5rem !important;
	}

	.sm\:-mb-24 {
		margin-bottom: -6rem !important;
	}

	.sm\:-mb-28 {
		margin-bottom: -7rem !important;
	}

	.sm\:-mb-32 {
		margin-bottom: -8rem !important;
	}

	.sm\:-mb-36 {
		margin-bottom: -9rem !important;
	}

	.sm\:-mb-40 {
		margin-bottom: -10rem;
	}

	.sm\:-mb-44 {
		margin-bottom: -11rem;
	}

	.sm\:-mb-48 {
		margin-bottom: -12rem;
	}

	.sm\:-mb-52 {
		margin-bottom: -13rem;
	}

	.sm\:-mb-56 {
		margin-bottom: -14rem;
	}

	.sm\:-mb-60 {
		margin-bottom: -15rem;
	}

	.sm\:-mb-64 {
		margin-bottom: -16rem;
	}

	.sm\:-mb-72 {
		margin-bottom: -18rem;
	}

	.sm\:-mb-80 {
		margin-bottom: -20rem;
	}

	.sm\:-mb-96 {
		margin-bottom: -24rem;
	}

	.sm\:-mb-px {
		margin-bottom: -1px;
	}

	.sm\:-mb-0\.5 {
		margin-bottom: -0.125rem;
	}

	.sm\:-mb-1\.5 {
		margin-bottom: -0.375rem;
	}

	.sm\:-mb-2\.5 {
		margin-bottom: -0.625rem;
	}

	.sm\:-mb-3\.5 {
		margin-bottom: -0.875rem;
	}

	.sm\:ml-0 {
		margin-left: 0;
	}

	.sm\:ml-1 {
		margin-left: 0.25rem;
	}

	.sm\:ml-2 {
		margin-left: 0.5rem;
	}

	.sm\:ml-3 {
		margin-left: 0.75rem;
	}

	.sm\:ml-4 {
		margin-left: 1rem;
	}

	.sm\:ml-5 {
		margin-left: 1.25rem;
	}

	.sm\:ml-6 {
		margin-left: 1.5rem;
	}

	.sm\:ml-7 {
		margin-left: 1.75rem;
	}

	.sm\:ml-8 {
		margin-left: 2rem;
	}

	.sm\:ml-9 {
		margin-left: 2.25rem;
	}

	.sm\:ml-10 {
		margin-left: 2.5rem;
	}

	.sm\:ml-11 {
		margin-left: 2.75rem;
	}

	.sm\:ml-12 {
		margin-left: 3rem;
	}

	.sm\:ml-14 {
		margin-left: 3.5rem;
	}

	.sm\:ml-16 {
		margin-left: 4rem;
	}

	.sm\:ml-20 {
		margin-left: 5rem;
	}

	.sm\:ml-24 {
		margin-left: 6rem;
	}

	.sm\:ml-28 {
		margin-left: 7rem;
	}

	.sm\:ml-32 {
		margin-left: 8rem;
	}

	.sm\:ml-36 {
		margin-left: 9rem;
	}

	.sm\:ml-40 {
		margin-left: 10rem;
	}

	.sm\:ml-44 {
		margin-left: 11rem;
	}

	.sm\:ml-48 {
		margin-left: 12rem;
	}

	.sm\:ml-52 {
		margin-left: 13rem;
	}

	.sm\:ml-56 {
		margin-left: 14rem;
	}

	.sm\:ml-60 {
		margin-left: 15rem;
	}

	.sm\:ml-64 {
		margin-left: 16rem;
	}

	.sm\:ml-72 {
		margin-left: 18rem;
	}

	.sm\:ml-80 {
		margin-left: 20rem;
	}

	.sm\:ml-96 {
		margin-left: 24rem;
	}

	.sm\:ml-auto {
		margin-left: auto;
	}

	.sm\:ml-px {
		margin-left: 1px;
	}

	.sm\:ml-0\.5 {
		margin-left: 0.125rem;
	}

	.sm\:ml-1\.5 {
		margin-left: 0.375rem;
	}

	.sm\:ml-2\.5 {
		margin-left: 0.625rem;
	}

	.sm\:ml-3\.5 {
		margin-left: 0.875rem;
	}

	.sm\:-ml-0 {
		margin-left: 0;
	}

	.sm\:-ml-1 {
		margin-left: -0.25rem;
	}

	.sm\:-ml-2 {
		margin-left: -0.5rem;
	}

	.sm\:-ml-3 {
		margin-left: -0.75rem;
	}

	.sm\:-ml-4 {
		margin-left: -1rem;
	}

	.sm\:-ml-5 {
		margin-left: -1.25rem;
	}

	.sm\:-ml-6 {
		margin-left: -1.5rem;
	}

	.sm\:-ml-7 {
		margin-left: -1.75rem;
	}

	.sm\:-ml-8 {
		margin-left: -2rem;
	}

	.sm\:-ml-9 {
		margin-left: -2.25rem;
	}

	.sm\:-ml-10 {
		margin-left: -2.5rem;
	}

	.sm\:-ml-11 {
		margin-left: -2.75rem;
	}

	.sm\:-ml-12 {
		margin-left: -3rem;
	}

	.sm\:-ml-14 {
		margin-left: -3.5rem;
	}

	.sm\:-ml-16 {
		margin-left: -4rem;
	}

	.sm\:-ml-20 {
		margin-left: -5rem;
	}

	.sm\:-ml-24 {
		margin-left: -6rem;
	}

	.sm\:-ml-28 {
		margin-left: -7rem;
	}

	.sm\:-ml-32 {
		margin-left: -8rem;
	}

	.sm\:-ml-36 {
		margin-left: -9rem;
	}

	.sm\:-ml-40 {
		margin-left: -10rem;
	}

	.sm\:-ml-44 {
		margin-left: -11rem;
	}

	.sm\:-ml-48 {
		margin-left: -12rem;
	}

	.sm\:-ml-52 {
		margin-left: -13rem;
	}

	.sm\:-ml-56 {
		margin-left: -14rem;
	}

	.sm\:-ml-60 {
		margin-left: -15rem;
	}

	.sm\:-ml-64 {
		margin-left: -16rem;
	}

	.sm\:-ml-72 {
		margin-left: -18rem;
	}

	.sm\:-ml-80 {
		margin-left: -20rem;
	}

	.sm\:-ml-96 {
		margin-left: -24rem;
	}

	.sm\:-ml-px {
		margin-left: -1px;
	}

	.sm\:-ml-0\.5 {
		margin-left: -0.125rem;
	}

	.sm\:-ml-1\.5 {
		margin-left: -0.375rem;
	}

	.sm\:-ml-2\.5 {
		margin-left: -0.625rem;
	}

	.sm\:-ml-3\.5 {
		margin-left: -0.875rem;
	}
}

@media (min-width: 768px) {

	.md\:m-0 {
		margin: 0;
	}

	.md\:m-1 {
		margin: 0.25rem;
	}

	.md\:m-2 {
		margin: 0.5rem;
	}

	.md\:m-3 {
		margin: 0.75rem;
	}

	.md\:m-4 {
		margin: 1rem;
	}

	.md\:m-5 {
		margin: 1.25rem;
	}

	.md\:m-6 {
		margin: 1.5rem;
	}

	.md\:m-7 {
		margin: 1.75rem;
	}

	.md\:m-8 {
		margin: 2rem;
	}

	.md\:m-9 {
		margin: 2.25rem;
	}

	.md\:m-10 {
		margin: 2.5rem;
	}

	.md\:m-11 {
		margin: 2.75rem;
	}

	.md\:m-12 {
		margin: 3rem;
	}

	.md\:m-14 {
		margin: 3.5rem;
	}

	.md\:m-16 {
		margin: 4rem;
	}

	.md\:m-20 {
		margin: 5rem;
	}

	.md\:m-24 {
		margin: 6rem;
	}

	.md\:m-28 {
		margin: 7rem;
	}

	.md\:m-32 {
		margin: 8rem;
	}

	.md\:m-36 {
		margin: 9rem;
	}

	.md\:m-40 {
		margin: 10rem;
	}

	.md\:m-44 {
		margin: 11rem;
	}

	.md\:m-48 {
		margin: 12rem;
	}

	.md\:m-52 {
		margin: 13rem;
	}

	.md\:m-56 {
		margin: 14rem;
	}

	.md\:m-60 {
		margin: 15rem;
	}

	.md\:m-64 {
		margin: 16rem;
	}

	.md\:m-72 {
		margin: 18rem;
	}

	.md\:m-80 {
		margin: 20rem;
	}

	.md\:m-96 {
		margin: 24rem;
	}

	.md\:m-auto {
		margin: auto;
	}

	.md\:m-px {
		margin: 1px;
	}

	.md\:m-0\.5 {
		margin: 0.125rem;
	}

	.md\:m-1\.5 {
		margin: 0.375rem;
	}

	.md\:m-2\.5 {
		margin: 0.625rem;
	}

	.md\:m-3\.5 {
		margin: 0.875rem;
	}

	.md\:-m-0 {
		margin: 0;
	}

	.md\:-m-1 {
		margin: -0.25rem;
	}

	.md\:-m-2 {
		margin: -0.5rem;
	}

	.md\:-m-3 {
		margin: -0.75rem;
	}

	.md\:-m-4 {
		margin: -1rem;
	}

	.md\:-m-5 {
		margin: -1.25rem;
	}

	.md\:-m-6 {
		margin: -1.5rem;
	}

	.md\:-m-7 {
		margin: -1.75rem;
	}

	.md\:-m-8 {
		margin: -2rem;
	}

	.md\:-m-9 {
		margin: -2.25rem;
	}

	.md\:-m-10 {
		margin: -2.5rem;
	}

	.md\:-m-11 {
		margin: -2.75rem;
	}

	.md\:-m-12 {
		margin: -3rem;
	}

	.md\:-m-14 {
		margin: -3.5rem;
	}

	.md\:-m-16 {
		margin: -4rem;
	}

	.md\:-m-20 {
		margin: -5rem;
	}

	.md\:-m-24 {
		margin: -6rem;
	}

	.md\:-m-28 {
		margin: -7rem;
	}

	.md\:-m-32 {
		margin: -8rem;
	}

	.md\:-m-36 {
		margin: -9rem;
	}

	.md\:-m-40 {
		margin: -10rem;
	}

	.md\:-m-44 {
		margin: -11rem;
	}

	.md\:-m-48 {
		margin: -12rem;
	}

	.md\:-m-52 {
		margin: -13rem;
	}

	.md\:-m-56 {
		margin: -14rem;
	}

	.md\:-m-60 {
		margin: -15rem;
	}

	.md\:-m-64 {
		margin: -16rem;
	}

	.md\:-m-72 {
		margin: -18rem;
	}

	.md\:-m-80 {
		margin: -20rem;
	}

	.md\:-m-96 {
		margin: -24rem;
	}

	.md\:-m-px {
		margin: -1px;
	}

	.md\:-m-0\.5 {
		margin: -0.125rem;
	}

	.md\:-m-1\.5 {
		margin: -0.375rem;
	}

	.md\:-m-2\.5 {
		margin: -0.625rem;
	}

	.md\:-m-3\.5 {
		margin: -0.875rem;
	}

	.md\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0;
	}

	.md\:mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem;
	}

	.md\:mx-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem;
	}

	.md\:mx-3 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem;
	}

	.md\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem;
	}

	.md\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem;
	}

	.md\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem;
	}

	.md\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem;
	}

	.md\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem;
	}

	.md\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem;
	}

	.md\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem;
	}

	.md\:mx-11 {
		margin-left: 2.75rem !important;
		margin-right: 2.75rem;
	}

	.md\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem;
	}

	.md\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem;
	}

	.md\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem;
	}

	.md\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem;
	}

	.md\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem;
	}

	.md\:mx-28 {
		margin-left: 7rem !important;
		margin-right: 7rem;
	}

	.md\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem;
	}

	.md\:mx-36 {
		margin-left: 9rem !important;
		margin-right: 9rem;
	}

	.md\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem;
	}

	.md\:mx-44 {
		margin-left: 11rem !important;
		margin-right: 11rem;
	}

	.md\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem;
	}

	.md\:mx-52 {
		margin-left: 13rem !important;
		margin-right: 13rem;
	}

	.md\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem;
	}

	.md\:mx-60 {
		margin-left: 15rem !important;
		margin-right: 15rem;
	}

	.md\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem;
	}

	.md\:mx-72 {
		margin-left: 18rem !important;
		margin-right: 18rem;
	}

	.md\:mx-80 {
		margin-left: 20rem !important;
		margin-right: 20rem;
	}

	.md\:mx-96 {
		margin-left: 24rem !important;
		margin-right: 24rem;
	}

	.md\:mx-auto {
		margin-left: auto !important;
		margin-right: auto;
	}

	.md\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px;
	}

	.md\:mx-0\.5 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem;
	}

	.md\:mx-1\.5 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem;
	}

	.md\:mx-2\.5 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem;
	}

	.md\:mx-3\.5 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem;
	}

	.md\:-mx-0 {
		margin-left: 0 !important;
		margin-right: 0;
	}

	.md\:-mx-1 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem;
	}

	.md\:-mx-2 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem;
	}

	.md\:-mx-3 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem;
	}

	.md\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem;
	}

	.md\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem;
	}

	.md\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem;
	}

	.md\:-mx-7 {
		margin-left: -1.75rem !important;
		margin-right: -1.75rem;
	}

	.md\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem;
	}

	.md\:-mx-9 {
		margin-left: -2.25rem !important;
		margin-right: -2.25rem;
	}

	.md\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem;
	}

	.md\:-mx-11 {
		margin-left: -2.75rem !important;
		margin-right: -2.75rem;
	}

	.md\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem;
	}

	.md\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem;
	}

	.md\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem;
	}

	.md\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem;
	}

	.md\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem;
	}

	.md\:-mx-28 {
		margin-left: -7rem !important;
		margin-right: -7rem;
	}

	.md\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem;
	}

	.md\:-mx-36 {
		margin-left: -9rem !important;
		margin-right: -9rem;
	}

	.md\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem;
	}

	.md\:-mx-44 {
		margin-left: -11rem !important;
		margin-right: -11rem;
	}

	.md\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem;
	}

	.md\:-mx-52 {
		margin-left: -13rem !important;
		margin-right: -13rem;
	}

	.md\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem;
	}

	.md\:-mx-60 {
		margin-left: -15rem !important;
		margin-right: -15rem;
	}

	.md\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem;
	}

	.md\:-mx-72 {
		margin-left: -18rem !important;
		margin-right: -18rem;
	}

	.md\:-mx-80 {
		margin-left: -20rem !important;
		margin-right: -20rem;
	}

	.md\:-mx-96 {
		margin-left: -24rem !important;
		margin-right: -24rem;
	}

	.md\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px;
	}

	.md\:-mx-0\.5 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem;
	}

	.md\:-mx-1\.5 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem;
	}

	.md\:-mx-2\.5 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem;
	}

	.md\:-mx-3\.5 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem;
	}

	.md\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.md\:my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem;
	}

	.md\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem;
	}

	.md\:my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem;
	}

	.md\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem;
	}

	.md\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem;
	}

	.md\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem;
	}

	.md\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem;
	}

	.md\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem;
	}

	.md\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem;
	}

	.md\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem;
	}

	.md\:my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem;
	}

	.md\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem;
	}

	.md\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem;
	}

	.md\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem;
	}

	.md\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem;
	}

	.md\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem;
	}

	.md\:my-28 {
		margin-top: 7rem !important;
		margin-bottom: 7rem;
	}

	.md\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem;
	}

	.md\:my-36 {
		margin-top: 9rem !important;
		margin-bottom: 9rem;
	}

	.md\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem;
	}

	.md\:my-44 {
		margin-top: 11rem !important;
		margin-bottom: 11rem;
	}

	.md\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem;
	}

	.md\:my-52 {
		margin-top: 13rem !important;
		margin-bottom: 13rem;
	}

	.md\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem;
	}

	.md\:my-60 {
		margin-top: 15rem !important;
		margin-bottom: 15rem;
	}

	.md\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem;
	}

	.md\:my-72 {
		margin-top: 18rem !important;
		margin-bottom: 18rem;
	}

	.md\:my-80 {
		margin-top: 20rem !important;
		margin-bottom: 20rem;
	}

	.md\:my-96 {
		margin-top: 24rem !important;
		margin-bottom: 24rem;
	}

	.md\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto;
	}

	.md\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px;
	}

	.md\:my-0\.5 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem;
	}

	.md\:my-1\.5 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem;
	}

	.md\:my-2\.5 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem;
	}

	.md\:my-3\.5 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem;
	}

	.md\:-my-0 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.md\:-my-1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem;
	}

	.md\:-my-2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem;
	}

	.md\:-my-3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem;
	}

	.md\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem;
	}

	.md\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem;
	}

	.md\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem;
	}

	.md\:-my-7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem;
	}

	.md\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem;
	}

	.md\:-my-9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem;
	}

	.md\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem;
	}

	.md\:-my-11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem;
	}

	.md\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem;
	}

	.md\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem;
	}

	.md\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem;
	}

	.md\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem;
	}

	.md\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem;
	}

	.md\:-my-28 {
		margin-top: -7rem !important;
		margin-bottom: -7rem;
	}

	.md\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem;
	}

	.md\:-my-36 {
		margin-top: -9rem !important;
		margin-bottom: -9rem;
	}

	.md\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem;
	}

	.md\:-my-44 {
		margin-top: -11rem !important;
		margin-bottom: -11rem;
	}

	.md\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem;
	}

	.md\:-my-52 {
		margin-top: -13rem !important;
		margin-bottom: -13rem;
	}

	.md\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem;
	}

	.md\:-my-60 {
		margin-top: -15rem !important;
		margin-bottom: -15rem;
	}

	.md\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem;
	}

	.md\:-my-72 {
		margin-top: -18rem !important;
		margin-bottom: -18rem;
	}

	.md\:-my-80 {
		margin-top: -20rem !important;
		margin-bottom: -20rem;
	}

	.md\:-my-96 {
		margin-top: -24rem !important;
		margin-bottom: -24rem;
	}

	.md\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px;
	}

	.md\:-my-0\.5 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem;
	}

	.md\:-my-1\.5 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem;
	}

	.md\:-my-2\.5 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem;
	}

	.md\:-my-3\.5 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem;
	}

	.md\:mt-0 {
		margin-top: 0;
	}

	.md\:mt-1 {
		margin-top: 0.25rem;
	}

	.md\:mt-2 {
		margin-top: 0.5rem;
	}

	.md\:mt-3 {
		margin-top: 0.75rem;
	}

	.md\:mt-4 {
		margin-top: 1rem;
	}

	.md\:mt-5 {
		margin-top: 1.25rem;
	}

	.md\:mt-6 {
		margin-top: 1.5rem;
	}

	.md\:mt-7 {
		margin-top: 1.75rem;
	}

	.md\:mt-8 {
		margin-top: 2rem;
	}

	.md\:mt-9 {
		margin-top: 2.25rem;
	}

	.md\:mt-10 {
		margin-top: 2.5rem;
	}

	.md\:mt-11 {
		margin-top: 2.75rem;
	}

	.md\:mt-12 {
		margin-top: 3rem;
	}

	.md\:mt-14 {
		margin-top: 3.5rem;
	}

	.md\:mt-16 {
		margin-top: 4rem;
	}

	.md\:mt-20 {
		margin-top: 5rem;
	}

	.md\:mt-24 {
		margin-top: 6rem;
	}

	.md\:mt-28 {
		margin-top: 7rem;
	}

	.md\:mt-32 {
		margin-top: 8rem;
	}

	.md\:mt-36 {
		margin-top: 9rem;
	}

	.md\:mt-40 {
		margin-top: 10rem;
	}

	.md\:mt-44 {
		margin-top: 11rem;
	}

	.md\:mt-48 {
		margin-top: 12rem;
	}

	.md\:mt-52 {
		margin-top: 13rem;
	}

	.md\:mt-56 {
		margin-top: 14rem;
	}

	.md\:mt-60 {
		margin-top: 15rem;
	}

	.md\:mt-64 {
		margin-top: 16rem;
	}

	.md\:mt-72 {
		margin-top: 18rem;
	}

	.md\:mt-80 {
		margin-top: 20rem;
	}

	.md\:mt-96 {
		margin-top: 24rem;
	}

	.md\:mt-auto {
		margin-top: auto;
	}

	.md\:mt-px {
		margin-top: 1px;
	}

	.md\:mt-0\.5 {
		margin-top: 0.125rem;
	}

	.md\:mt-1\.5 {
		margin-top: 0.375rem;
	}

	.md\:mt-2\.5 {
		margin-top: 0.625rem;
	}

	.md\:mt-3\.5 {
		margin-top: 0.875rem;
	}

	.md\:-mt-0 {
		margin-top: 0;
	}

	.md\:-mt-1 {
		margin-top: -0.25rem;
	}

	.md\:-mt-2 {
		margin-top: -0.5rem;
	}

	.md\:-mt-3 {
		margin-top: -0.75rem;
	}

	.md\:-mt-4 {
		margin-top: -1rem;
	}

	.md\:-mt-5 {
		margin-top: -1.25rem;
	}

	.md\:-mt-6 {
		margin-top: -1.5rem;
	}

	.md\:-mt-7 {
		margin-top: -1.75rem;
	}

	.md\:-mt-8 {
		margin-top: -2rem;
	}

	.md\:-mt-9 {
		margin-top: -2.25rem;
	}

	.md\:-mt-10 {
		margin-top: -2.5rem;
	}

	.md\:-mt-11 {
		margin-top: -2.75rem;
	}

	.md\:-mt-12 {
		margin-top: -3rem;
	}

	.md\:-mt-14 {
		margin-top: -3.5rem;
	}

	.md\:-mt-16 {
		margin-top: -4rem;
	}

	.md\:-mt-20 {
		margin-top: -5rem;
	}

	.md\:-mt-24 {
		margin-top: -6rem;
	}

	.md\:-mt-28 {
		margin-top: -7rem;
	}

	.md\:-mt-32 {
		margin-top: -8rem;
	}

	.md\:-mt-36 {
		margin-top: -9rem;
	}

	.md\:-mt-40 {
		margin-top: -10rem;
	}

	.md\:-mt-44 {
		margin-top: -11rem;
	}

	.md\:-mt-48 {
		margin-top: -12rem;
	}

	.md\:-mt-52 {
		margin-top: -13rem;
	}

	.md\:-mt-56 {
		margin-top: -14rem;
	}

	.md\:-mt-60 {
		margin-top: -15rem;
	}

	.md\:-mt-64 {
		margin-top: -16rem;
	}

	.md\:-mt-72 {
		margin-top: -18rem;
	}

	.md\:-mt-80 {
		margin-top: -20rem;
	}

	.md\:-mt-96 {
		margin-top: -24rem;
	}

	.md\:-mt-px {
		margin-top: -1px;
	}

	.md\:-mt-0\.5 {
		margin-top: -0.125rem;
	}

	.md\:-mt-1\.5 {
		margin-top: -0.375rem;
	}

	.md\:-mt-2\.5 {
		margin-top: -0.625rem;
	}

	.md\:-mt-3\.5 {
		margin-top: -0.875rem;
	}

	.md\:mr-0 {
		margin-right: 0;
	}

	.md\:mr-1 {
		margin-right: 0.25rem;
	}

	.md\:mr-2 {
		margin-right: 0.5rem;
	}

	.md\:mr-3 {
		margin-right: 0.75rem;
	}

	.md\:mr-4 {
		margin-right: 1rem;
	}

	.md\:mr-5 {
		margin-right: 1.25rem;
	}

	.md\:mr-6 {
		margin-right: 1.5rem;
	}

	.md\:mr-7 {
		margin-right: 1.75rem;
	}

	.md\:mr-8 {
		margin-right: 2rem;
	}

	.md\:mr-9 {
		margin-right: 2.25rem;
	}

	.md\:mr-10 {
		margin-right: 2.5rem;
	}

	.md\:mr-11 {
		margin-right: 2.75rem;
	}

	.md\:mr-12 {
		margin-right: 3rem;
	}

	.md\:mr-14 {
		margin-right: 3.5rem;
	}

	.md\:mr-16 {
		margin-right: 4rem;
	}

	.md\:mr-20 {
		margin-right: 5rem;
	}

	.md\:mr-24 {
		margin-right: 6rem;
	}

	.md\:mr-28 {
		margin-right: 7rem;
	}

	.md\:mr-32 {
		margin-right: 8rem;
	}

	.md\:mr-36 {
		margin-right: 9rem;
	}

	.md\:mr-40 {
		margin-right: 10rem;
	}

	.md\:mr-44 {
		margin-right: 11rem;
	}

	.md\:mr-48 {
		margin-right: 12rem;
	}

	.md\:mr-52 {
		margin-right: 13rem;
	}

	.md\:mr-56 {
		margin-right: 14rem;
	}

	.md\:mr-60 {
		margin-right: 15rem;
	}

	.md\:mr-64 {
		margin-right: 16rem;
	}

	.md\:mr-72 {
		margin-right: 18rem;
	}

	.md\:mr-80 {
		margin-right: 20rem;
	}

	.md\:mr-96 {
		margin-right: 24rem;
	}

	.md\:mr-auto {
		margin-right: auto;
	}

	.md\:mr-px {
		margin-right: 1px;
	}

	.md\:mr-0\.5 {
		margin-right: 0.125rem;
	}

	.md\:mr-1\.5 {
		margin-right: 0.375rem;
	}

	.md\:mr-2\.5 {
		margin-right: 0.625rem;
	}

	.md\:mr-3\.5 {
		margin-right: 0.875rem;
	}

	.md\:-mr-0 {
		margin-right: 0;
	}

	.md\:-mr-1 {
		margin-right: -0.25rem;
	}

	.md\:-mr-2 {
		margin-right: -0.5rem;
	}

	.md\:-mr-3 {
		margin-right: -0.75rem;
	}

	.md\:-mr-4 {
		margin-right: -1rem;
	}

	.md\:-mr-5 {
		margin-right: -1.25rem;
	}

	.md\:-mr-6 {
		margin-right: -1.5rem;
	}

	.md\:-mr-7 {
		margin-right: -1.75rem;
	}

	.md\:-mr-8 {
		margin-right: -2rem;
	}

	.md\:-mr-9 {
		margin-right: -2.25rem;
	}

	.md\:-mr-10 {
		margin-right: -2.5rem;
	}

	.md\:-mr-11 {
		margin-right: -2.75rem;
	}

	.md\:-mr-12 {
		margin-right: -3rem;
	}

	.md\:-mr-14 {
		margin-right: -3.5rem;
	}

	.md\:-mr-16 {
		margin-right: -4rem;
	}

	.md\:-mr-20 {
		margin-right: -5rem;
	}

	.md\:-mr-24 {
		margin-right: -6rem;
	}

	.md\:-mr-28 {
		margin-right: -7rem;
	}

	.md\:-mr-32 {
		margin-right: -8rem;
	}

	.md\:-mr-36 {
		margin-right: -9rem;
	}

	.md\:-mr-40 {
		margin-right: -10rem;
	}

	.md\:-mr-44 {
		margin-right: -11rem;
	}

	.md\:-mr-48 {
		margin-right: -12rem;
	}

	.md\:-mr-52 {
		margin-right: -13rem;
	}

	.md\:-mr-56 {
		margin-right: -14rem;
	}

	.md\:-mr-60 {
		margin-right: -15rem;
	}

	.md\:-mr-64 {
		margin-right: -16rem;
	}

	.md\:-mr-72 {
		margin-right: -18rem;
	}

	.md\:-mr-80 {
		margin-right: -20rem;
	}

	.md\:-mr-96 {
		margin-right: -24rem;
	}

	.md\:-mr-px {
		margin-right: -1px;
	}

	.md\:-mr-0\.5 {
		margin-right: -0.125rem;
	}

	.md\:-mr-1\.5 {
		margin-right: -0.375rem;
	}

	.md\:-mr-2\.5 {
		margin-right: -0.625rem;
	}

	.md\:-mr-3\.5 {
		margin-right: -0.875rem;
	}

	.md\:mb-0 {
		margin-bottom: 0;
	}

	.md\:mb-1 {
		margin-bottom: 0.25rem;
	}

	.md\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}

	.md\:mb-4 {
		margin-bottom: 1rem;
	}

	.md\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.md\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.md\:mb-8 {
		margin-bottom: 2rem;
	}

	.md\:mb-9 {
		margin-bottom: 2.25rem;
	}

	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.md\:mb-11 {
		margin-bottom: 2.75rem;
	}

	.md\:mb-12 {
		margin-bottom: 3rem;
	}

	.md\:mb-14 {
		margin-bottom: 3.5rem;
	}

	.md\:mb-16 {
		margin-bottom: 4rem;
	}

	.md\:mb-20 {
		margin-bottom: 5rem;
	}

	.md\:mb-24 {
		margin-bottom: 6rem;
	}

	.md\:mb-28 {
		margin-bottom: 7rem;
	}

	.md\:mb-32 {
		margin-bottom: 8rem;
	}

	.md\:mb-36 {
		margin-bottom: 9rem;
	}

	.md\:mb-40 {
		margin-bottom: 10rem;
	}

	.md\:mb-44 {
		margin-bottom: 11rem;
	}

	.md\:mb-48 {
		margin-bottom: 12rem;
	}

	.md\:mb-52 {
		margin-bottom: 13rem;
	}

	.md\:mb-56 {
		margin-bottom: 14rem;
	}

	.md\:mb-60 {
		margin-bottom: 15rem;
	}

	.md\:mb-64 {
		margin-bottom: 16rem;
	}

	.md\:mb-72 {
		margin-bottom: 18rem;
	}

	.md\:mb-80 {
		margin-bottom: 20rem;
	}

	.md\:mb-96 {
		margin-bottom: 24rem;
	}

	.md\:mb-auto {
		margin-bottom: auto;
	}

	.md\:mb-px {
		margin-bottom: 1px;
	}

	.md\:mb-0\.5 {
		margin-bottom: 0.125rem;
	}

	.md\:mb-1\.5 {
		margin-bottom: 0.375rem;
	}

	.md\:mb-2\.5 {
		margin-bottom: 0.625rem;
	}

	.md\:mb-3\.5 {
		margin-bottom: 0.875rem;
	}

	.md\:-mb-0 {
		margin-bottom: 0;
	}

	.md\:-mb-1 {
		margin-bottom: -0.25rem;
	}

	.md\:-mb-2 {
		margin-bottom: -0.5rem;
	}

	.md\:-mb-3 {
		margin-bottom: -0.75rem;
	}

	.md\:-mb-4 {
		margin-bottom: -1rem;
	}

	.md\:-mb-5 {
		margin-bottom: -1.25rem;
	}

	.md\:-mb-6 {
		margin-bottom: -1.5rem;
	}

	.md\:-mb-7 {
		margin-bottom: -1.75rem;
	}

	.md\:-mb-8 {
		margin-bottom: -2rem;
	}

	.md\:-mb-9 {
		margin-bottom: -2.25rem;
	}

	.md\:-mb-10 {
		margin-bottom: -2.5rem;
	}

	.md\:-mb-11 {
		margin-bottom: -2.75rem;
	}

	.md\:-mb-12 {
		margin-bottom: -3rem;
	}

	.md\:-mb-14 {
		margin-bottom: -3.5rem;
	}

	.md\:-mb-16 {
		margin-bottom: -4rem;
	}

	.md\:-mb-20 {
		margin-bottom: -5rem;
	}

	.md\:-mb-24 {
		margin-bottom: -6rem;
	}

	.md\:-mb-28 {
		margin-bottom: -7rem;
	}

	.md\:-mb-32 {
		margin-bottom: -8rem;
	}

	.md\:-mb-36 {
		margin-bottom: -9rem;
	}

	.md\:-mb-40 {
		margin-bottom: -10rem;
	}

	.md\:-mb-44 {
		margin-bottom: -11rem;
	}

	.md\:-mb-48 {
		margin-bottom: -12rem;
	}

	.md\:-mb-52 {
		margin-bottom: -13rem;
	}

	.md\:-mb-56 {
		margin-bottom: -14rem;
	}

	.md\:-mb-60 {
		margin-bottom: -15rem;
	}

	.md\:-mb-64 {
		margin-bottom: -16rem;
	}

	.md\:-mb-72 {
		margin-bottom: -18rem;
	}

	.md\:-mb-80 {
		margin-bottom: -20rem;
	}

	.md\:-mb-96 {
		margin-bottom: -24rem;
	}

	.md\:-mb-px {
		margin-bottom: -1px;
	}

	.md\:-mb-0\.5 {
		margin-bottom: -0.125rem;
	}

	.md\:-mb-1\.5 {
		margin-bottom: -0.375rem;
	}

	.md\:-mb-2\.5 {
		margin-bottom: -0.625rem;
	}

	.md\:-mb-3\.5 {
		margin-bottom: -0.875rem;
	}

	.md\:ml-0 {
		margin-left: 0;
	}

	.md\:ml-1 {
		margin-left: 0.25rem;
	}

	.md\:ml-2 {
		margin-left: 0.5rem;
	}

	.md\:ml-3 {
		margin-left: 0.75rem;
	}

	.md\:ml-4 {
		margin-left: 1rem;
	}

	.md\:ml-5 {
		margin-left: 1.25rem;
	}

	.md\:ml-6 {
		margin-left: 1.5rem;
	}

	.md\:ml-7 {
		margin-left: 1.75rem;
	}

	.md\:ml-8 {
		margin-left: 2rem;
	}

	.md\:ml-9 {
		margin-left: 2.25rem;
	}

	.md\:ml-10 {
		margin-left: 2.5rem;
	}

	.md\:ml-11 {
		margin-left: 2.75rem;
	}

	.md\:ml-12 {
		margin-left: 3rem;
	}

	.md\:ml-14 {
		margin-left: 3.5rem;
	}

	.md\:ml-16 {
		margin-left: 4rem;
	}

	.md\:ml-20 {
		margin-left: 5rem;
	}

	.md\:ml-24 {
		margin-left: 6rem;
	}

	.md\:ml-28 {
		margin-left: 7rem;
	}

	.md\:ml-32 {
		margin-left: 8rem;
	}

	.md\:ml-36 {
		margin-left: 9rem;
	}

	.md\:ml-40 {
		margin-left: 10rem;
	}

	.md\:ml-44 {
		margin-left: 11rem;
	}

	.md\:ml-48 {
		margin-left: 12rem;
	}

	.md\:ml-52 {
		margin-left: 13rem;
	}

	.md\:ml-56 {
		margin-left: 14rem;
	}

	.md\:ml-60 {
		margin-left: 15rem;
	}

	.md\:ml-64 {
		margin-left: 16rem;
	}

	.md\:ml-72 {
		margin-left: 18rem;
	}

	.md\:ml-80 {
		margin-left: 20rem;
	}

	.md\:ml-96 {
		margin-left: 24rem;
	}

	.md\:ml-auto {
		margin-left: auto;
	}

	.md\:ml-px {
		margin-left: 1px;
	}

	.md\:ml-0\.5 {
		margin-left: 0.125rem;
	}

	.md\:ml-1\.5 {
		margin-left: 0.375rem;
	}

	.md\:ml-2\.5 {
		margin-left: 0.625rem;
	}

	.md\:ml-3\.5 {
		margin-left: 0.875rem;
	}

	.md\:-ml-0 {
		margin-left: 0;
	}

	.md\:-ml-1 {
		margin-left: -0.25rem;
	}

	.md\:-ml-2 {
		margin-left: -0.5rem;
	}

	.md\:-ml-3 {
		margin-left: -0.75rem;
	}

	.md\:-ml-4 {
		margin-left: -1rem;
	}

	.md\:-ml-5 {
		margin-left: -1.25rem;
	}

	.md\:-ml-6 {
		margin-left: -1.5rem;
	}

	.md\:-ml-7 {
		margin-left: -1.75rem;
	}

	.md\:-ml-8 {
		margin-left: -2rem;
	}

	.md\:-ml-9 {
		margin-left: -2.25rem;
	}

	.md\:-ml-10 {
		margin-left: -2.5rem;
	}

	.md\:-ml-11 {
		margin-left: -2.75rem;
	}

	.md\:-ml-12 {
		margin-left: -3rem;
	}

	.md\:-ml-14 {
		margin-left: -3.5rem;
	}

	.md\:-ml-16 {
		margin-left: -4rem;
	}

	.md\:-ml-20 {
		margin-left: -5rem;
	}

	.md\:-ml-24 {
		margin-left: -6rem;
	}

	.md\:-ml-28 {
		margin-left: -7rem;
	}

	.md\:-ml-32 {
		margin-left: -8rem;
	}

	.md\:-ml-36 {
		margin-left: -9rem;
	}

	.md\:-ml-40 {
		margin-left: -10rem;
	}

	.md\:-ml-44 {
		margin-left: -11rem;
	}

	.md\:-ml-48 {
		margin-left: -12rem;
	}

	.md\:-ml-52 {
		margin-left: -13rem;
	}

	.md\:-ml-56 {
		margin-left: -14rem;
	}

	.md\:-ml-60 {
		margin-left: -15rem;
	}

	.md\:-ml-64 {
		margin-left: -16rem;
	}

	.md\:-ml-72 {
		margin-left: -18rem;
	}

	.md\:-ml-80 {
		margin-left: -20rem;
	}

	.md\:-ml-96 {
		margin-left: -24rem;
	}

	.md\:-ml-px {
		margin-left: -1px;
	}

	.md\:-ml-0\.5 {
		margin-left: -0.125rem;
	}

	.md\:-ml-1\.5 {
		margin-left: -0.375rem;
	}

	.md\:-ml-2\.5 {
		margin-left: -0.625rem;
	}

	.md\:-ml-3\.5 {
		margin-left: -0.875rem;
	}
}

@media (min-width: 1024px) {

	.lg\:m-0 {
		margin: 0;
	}

	.lg\:m-1 {
		margin: 0.25rem;
	}

	.lg\:m-2 {
		margin: 0.5rem;
	}

	.lg\:m-3 {
		margin: 0.75rem;
	}

	.lg\:m-4 {
		margin: 1rem;
	}

	.lg\:m-5 {
		margin: 1.25rem;
	}

	.lg\:m-6 {
		margin: 1.5rem;
	}

	.lg\:m-7 {
		margin: 1.75rem;
	}

	.lg\:m-8 {
		margin: 2rem;
	}

	.lg\:m-9 {
		margin: 2.25rem;
	}

	.lg\:m-10 {
		margin: 2.5rem;
	}

	.lg\:m-11 {
		margin: 2.75rem;
	}

	.lg\:m-12 {
		margin: 3rem;
	}

	.lg\:m-14 {
		margin: 3.5rem;
	}

	.lg\:m-16 {
		margin: 4rem;
	}

	.lg\:m-20 {
		margin: 5rem;
	}

	.lg\:m-24 {
		margin: 6rem;
	}

	.lg\:m-28 {
		margin: 7rem;
	}

	.lg\:m-32 {
		margin: 8rem;
	}

	.lg\:m-36 {
		margin: 9rem;
	}

	.lg\:m-40 {
		margin: 10rem;
	}

	.lg\:m-44 {
		margin: 11rem;
	}

	.lg\:m-48 {
		margin: 12rem;
	}

	.lg\:m-52 {
		margin: 13rem;
	}

	.lg\:m-56 {
		margin: 14rem;
	}

	.lg\:m-60 {
		margin: 15rem;
	}

	.lg\:m-64 {
		margin: 16rem;
	}

	.lg\:m-72 {
		margin: 18rem;
	}

	.lg\:m-80 {
		margin: 20rem;
	}

	.lg\:m-96 {
		margin: 24rem;
	}

	.lg\:m-auto {
		margin: auto;
	}

	.lg\:m-px {
		margin: 1px;
	}

	.lg\:m-0\.5 {
		margin: 0.125rem;
	}

	.lg\:m-1\.5 {
		margin: 0.375rem;
	}

	.lg\:m-2\.5 {
		margin: 0.625rem;
	}

	.lg\:m-3\.5 {
		margin: 0.875rem;
	}

	.lg\:-m-0 {
		margin: 0;
	}

	.lg\:-m-1 {
		margin: -0.25rem;
	}

	.lg\:-m-2 {
		margin: -0.5rem;
	}

	.lg\:-m-3 {
		margin: -0.75rem;
	}

	.lg\:-m-4 {
		margin: -1rem;
	}

	.lg\:-m-5 {
		margin: -1.25rem;
	}

	.lg\:-m-6 {
		margin: -1.5rem;
	}

	.lg\:-m-7 {
		margin: -1.75rem;
	}

	.lg\:-m-8 {
		margin: -2rem;
	}

	.lg\:-m-9 {
		margin: -2.25rem;
	}

	.lg\:-m-10 {
		margin: -2.5rem;
	}

	.lg\:-m-11 {
		margin: -2.75rem;
	}

	.lg\:-m-12 {
		margin: -3rem;
	}

	.lg\:-m-14 {
		margin: -3.5rem;
	}

	.lg\:-m-16 {
		margin: -4rem;
	}

	.lg\:-m-20 {
		margin: -5rem;
	}

	.lg\:-m-24 {
		margin: -6rem;
	}

	.lg\:-m-28 {
		margin: -7rem;
	}

	.lg\:-m-32 {
		margin: -8rem;
	}

	.lg\:-m-36 {
		margin: -9rem;
	}

	.lg\:-m-40 {
		margin: -10rem;
	}

	.lg\:-m-44 {
		margin: -11rem;
	}

	.lg\:-m-48 {
		margin: -12rem;
	}

	.lg\:-m-52 {
		margin: -13rem;
	}

	.lg\:-m-56 {
		margin: -14rem;
	}

	.lg\:-m-60 {
		margin: -15rem;
	}

	.lg\:-m-64 {
		margin: -16rem;
	}

	.lg\:-m-72 {
		margin: -18rem;
	}

	.lg\:-m-80 {
		margin: -20rem;
	}

	.lg\:-m-96 {
		margin: -24rem;
	}

	.lg\:-m-px {
		margin: -1px;
	}

	.lg\:-m-0\.5 {
		margin: -0.125rem;
	}

	.lg\:-m-1\.5 {
		margin: -0.375rem;
	}

	.lg\:-m-2\.5 {
		margin: -0.625rem;
	}

	.lg\:-m-3\.5 {
		margin: -0.875rem;
	}

	.lg\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0;
	}

	.lg\:mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem;
	}

	.lg\:mx-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem;
	}

	.lg\:mx-3 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem;
	}

	.lg\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem;
	}

	.lg\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem;
	}

	.lg\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem;
	}

	.lg\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem;
	}

	.lg\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem;
	}

	.lg\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem;
	}

	.lg\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem;
	}

	.lg\:mx-11 {
		margin-left: 2.75rem !important;
		margin-right: 2.75rem;
	}

	.lg\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem;
	}

	.lg\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem;
	}

	.lg\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem;
	}

	.lg\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem;
	}

	.lg\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem;
	}

	.lg\:mx-28 {
		margin-left: 7rem !important;
		margin-right: 7rem;
	}

	.lg\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem;
	}

	.lg\:mx-36 {
		margin-left: 9rem !important;
		margin-right: 9rem;
	}

	.lg\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem;
	}

	.lg\:mx-44 {
		margin-left: 11rem !important;
		margin-right: 11rem;
	}

	.lg\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem;
	}

	.lg\:mx-52 {
		margin-left: 13rem !important;
		margin-right: 13rem;
	}

	.lg\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem;
	}

	.lg\:mx-60 {
		margin-left: 15rem !important;
		margin-right: 15rem;
	}

	.lg\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem;
	}

	.lg\:mx-72 {
		margin-left: 18rem !important;
		margin-right: 18rem;
	}

	.lg\:mx-80 {
		margin-left: 20rem !important;
		margin-right: 20rem;
	}

	.lg\:mx-96 {
		margin-left: 24rem !important;
		margin-right: 24rem;
	}

	.lg\:mx-auto {
		margin-left: auto !important;
		margin-right: auto;
	}

	.lg\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px;
	}

	.lg\:mx-0\.5 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem;
	}

	.lg\:mx-1\.5 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem;
	}

	.lg\:mx-2\.5 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem;
	}

	.lg\:mx-3\.5 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem;
	}

	.lg\:-mx-0 {
		margin-left: 0 !important;
		margin-right: 0;
	}

	.lg\:-mx-1 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem;
	}

	.lg\:-mx-2 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem;
	}

	.lg\:-mx-3 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem;
	}

	.lg\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem;
	}

	.lg\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem;
	}

	.lg\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem;
	}

	.lg\:-mx-7 {
		margin-left: -1.75rem !important;
		margin-right: -1.75rem;
	}

	.lg\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem;
	}

	.lg\:-mx-9 {
		margin-left: -2.25rem !important;
		margin-right: -2.25rem;
	}

	.lg\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem;
	}

	.lg\:-mx-11 {
		margin-left: -2.75rem !important;
		margin-right: -2.75rem;
	}

	.lg\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem;
	}

	.lg\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem;
	}

	.lg\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem;
	}

	.lg\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem;
	}

	.lg\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem;
	}

	.lg\:-mx-28 {
		margin-left: -7rem !important;
		margin-right: -7rem;
	}

	.lg\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem;
	}

	.lg\:-mx-36 {
		margin-left: -9rem !important;
		margin-right: -9rem;
	}

	.lg\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem;
	}

	.lg\:-mx-44 {
		margin-left: -11rem !important;
		margin-right: -11rem;
	}

	.lg\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem;
	}

	.lg\:-mx-52 {
		margin-left: -13rem !important;
		margin-right: -13rem;
	}

	.lg\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem;
	}

	.lg\:-mx-60 {
		margin-left: -15rem !important;
		margin-right: -15rem;
	}

	.lg\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem;
	}

	.lg\:-mx-72 {
		margin-left: -18rem !important;
		margin-right: -18rem;
	}

	.lg\:-mx-80 {
		margin-left: -20rem !important;
		margin-right: -20rem;
	}

	.lg\:-mx-96 {
		margin-left: -24rem !important;
		margin-right: -24rem;
	}

	.lg\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px;
	}

	.lg\:-mx-0\.5 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem;
	}

	.lg\:-mx-1\.5 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem;
	}

	.lg\:-mx-2\.5 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem;
	}

	.lg\:-mx-3\.5 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem;
	}

	.lg\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.lg\:my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem;
	}

	.lg\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem;
	}

	.lg\:my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem;
	}

	.lg\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem;
	}

	.lg\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem;
	}

	.lg\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem;
	}

	.lg\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem;
	}

	.lg\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem;
	}

	.lg\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem;
	}

	.lg\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem;
	}

	.lg\:my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem;
	}

	.lg\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem;
	}

	.lg\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem;
	}

	.lg\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem;
	}

	.lg\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem;
	}

	.lg\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem;
	}

	.lg\:my-28 {
		margin-top: 7rem !important;
		margin-bottom: 7rem;
	}

	.lg\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem;
	}

	.lg\:my-36 {
		margin-top: 9rem !important;
		margin-bottom: 9rem;
	}

	.lg\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem;
	}

	.lg\:my-44 {
		margin-top: 11rem !important;
		margin-bottom: 11rem;
	}

	.lg\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem;
	}

	.lg\:my-52 {
		margin-top: 13rem !important;
		margin-bottom: 13rem;
	}

	.lg\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem;
	}

	.lg\:my-60 {
		margin-top: 15rem !important;
		margin-bottom: 15rem;
	}

	.lg\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem;
	}

	.lg\:my-72 {
		margin-top: 18rem !important;
		margin-bottom: 18rem;
	}

	.lg\:my-80 {
		margin-top: 20rem !important;
		margin-bottom: 20rem;
	}

	.lg\:my-96 {
		margin-top: 24rem !important;
		margin-bottom: 24rem;
	}

	.lg\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto;
	}

	.lg\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px;
	}

	.lg\:my-0\.5 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem;
	}

	.lg\:my-1\.5 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem;
	}

	.lg\:my-2\.5 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem;
	}

	.lg\:my-3\.5 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem;
	}

	.lg\:-my-0 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.lg\:-my-1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important;
	}

	.lg\:-my-2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important;
	}

	.lg\:-my-3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important;
	}

	.lg\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}

	.lg\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important;
	}

	.lg\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}

	.lg\:-my-7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem !important;
	}

	.lg\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important;
	}

	.lg\:-my-9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem !important;
	}

	.lg\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important;
	}

	.lg\:-my-11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem !important;
	}

	.lg\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}

	.lg\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important;
	}

	.lg\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}

	.lg\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}

	.lg\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem !important;
	}

	.lg\:-my-28 {
		margin-top: -7rem !important;
		margin-bottom: -7rem !important;
	}

	.lg\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem !important;
	}

	.lg\:-my-36 {
		margin-top: -9rem !important;
		margin-bottom: -9rem !important;
	}

	.lg\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem !important;
	}

	.lg\:-my-44 {
		margin-top: -11rem !important;
		margin-bottom: -11rem !important;
	}

	.lg\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem !important;
	}

	.lg\:-my-52 {
		margin-top: -13rem !important;
		margin-bottom: -13rem !important;
	}

	.lg\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem !important;
	}

	.lg\:-my-60 {
		margin-top: -15rem !important;
		margin-bottom: -15rem !important;
	}

	.lg\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem !important;
	}

	.lg\:-my-72 {
		margin-top: -18rem !important;
		margin-bottom: -18rem !important;
	}

	.lg\:-my-80 {
		margin-top: -20rem !important;
		margin-bottom: -20rem !important;
	}

	.lg\:-my-96 {
		margin-top: -24rem !important;
		margin-bottom: -24rem !important;
	}

	.lg\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px !important;
	}

	.lg\:-my-0\.5 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem !important;
	}

	.lg\:-my-1\.5 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem !important;
	}

	.lg\:-my-2\.5 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem !important;
	}

	.lg\:-my-3\.5 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem !important;
	}

	.lg\:mt-0 {
		margin-top: 0 !important;
	}

	.lg\:mt-1 {
		margin-top: 0.25rem !important;
	}

	.lg\:mt-2 {
		margin-top: 0.5rem !important;
	}

	.lg\:mt-3 {
		margin-top: 0.75rem !important;
	}

	.lg\:mt-4 {
		margin-top: 1rem;
	}

	.lg\:mt-5 {
		margin-top: 1.25rem;
	}

	.lg\:mt-6 {
		margin-top: 1.5rem;
	}

	.lg\:mt-7 {
		margin-top: 1.75rem;
	}

	.lg\:mt-8 {
		margin-top: 2rem;
	}

	.lg\:mt-9 {
		margin-top: 2.25rem;
	}

	.lg\:mt-10 {
		margin-top: 2.5rem;
	}

	.lg\:mt-11 {
		margin-top: 2.75rem;
	}

	.lg\:mt-12 {
		margin-top: 3rem;
	}

	.lg\:mt-14 {
		margin-top: 3.5rem;
	}

	.lg\:mt-16 {
		margin-top: 4rem !important;
	}

	.lg\:mt-20 {
		margin-top: 5rem !important;
	}

	.lg\:mt-24 {
		margin-top: 6rem !important;
	}

	.lg\:mt-28 {
		margin-top: 7rem !important;
	}

	.lg\:mt-32 {
		margin-top: 8rem !important;
	}

	.lg\:mt-36 {
		margin-top: 9rem !important;
	}

	.lg\:mt-40 {
		margin-top: 10rem !important;
	}

	.lg\:mt-44 {
		margin-top: 11rem !important;
	}

	.lg\:mt-48 {
		margin-top: 12rem !important;
	}

	.lg\:mt-52 {
		margin-top: 13rem !important;
	}

	.lg\:mt-56 {
		margin-top: 14rem !important;
	}

	.lg\:mt-60 {
		margin-top: 15rem !important;
	}

	.lg\:mt-64 {
		margin-top: 16rem !important;
	}

	.lg\:mt-72 {
		margin-top: 18rem !important;
	}

	.lg\:mt-80 {
		margin-top: 20rem !important;
	}

	.lg\:mt-96 {
		margin-top: 24rem !important;
	}

	.lg\:mt-auto {
		margin-top: auto !important;
	}

	.lg\:mt-px {
		margin-top: 1px !important;
	}

	.lg\:mt-0\.5 {
		margin-top: 0.125rem !important;
	}

	.lg\:mt-1\.5 {
		margin-top: 0.375rem !important;
	}

	.lg\:mt-2\.5 {
		margin-top: 0.625rem !important;
	}

	.lg\:mt-3\.5 {
		margin-top: 0.875rem !important;
	}

	.lg\:-mt-0 {
		margin-top: 0 !important;
	}

	.lg\:-mt-1 {
		margin-top: -0.25rem !important;
	}

	.lg\:-mt-2 {
		margin-top: -0.5rem !important;
	}

	.lg\:-mt-3 {
		margin-top: -0.75rem !important;
	}

	.lg\:-mt-4 {
		margin-top: -1rem !important;
	}

	.lg\:-mt-5 {
		margin-top: -1.25rem !important;
	}

	.lg\:-mt-6 {
		margin-top: -1.5rem !important;
	}

	.lg\:-mt-7 {
		margin-top: -1.75rem;
	}

	.lg\:-mt-8 {
		margin-top: -2rem;
	}

	.lg\:-mt-9 {
		margin-top: -2.25rem;
	}

	.lg\:-mt-10 {
		margin-top: -2.5rem;
	}

	.lg\:-mt-11 {
		margin-top: -2.75rem;
	}

	.lg\:-mt-12 {
		margin-top: -3rem;
	}

	.lg\:-mt-14 {
		margin-top: -3.5rem;
	}

	.lg\:-mt-16 {
		margin-top: -4rem;
	}

	.lg\:-mt-20 {
		margin-top: -5rem;
	}

	.lg\:-mt-24 {
		margin-top: -6rem;
	}

	.lg\:-mt-28 {
		margin-top: -7rem;
	}

	.lg\:-mt-32 {
		margin-top: -8rem;
	}

	.lg\:-mt-36 {
		margin-top: -9rem;
	}

	.lg\:-mt-40 {
		margin-top: -10rem;
	}

	.lg\:-mt-44 {
		margin-top: -11rem;
	}

	.lg\:-mt-48 {
		margin-top: -12rem;
	}

	.lg\:-mt-52 {
		margin-top: -13rem;
	}

	.lg\:-mt-56 {
		margin-top: -14rem;
	}

	.lg\:-mt-60 {
		margin-top: -15rem;
	}

	.lg\:-mt-64 {
		margin-top: -16rem;
	}

	.lg\:-mt-72 {
		margin-top: -18rem;
	}

	.lg\:-mt-80 {
		margin-top: -20rem;
	}

	.lg\:-mt-96 {
		margin-top: -24rem;
	}

	.lg\:-mt-px {
		margin-top: -1px;
	}

	.lg\:-mt-0\.5 {
		margin-top: -0.125rem;
	}

	.lg\:-mt-1\.5 {
		margin-top: -0.375rem;
	}

	.lg\:-mt-2\.5 {
		margin-top: -0.625rem;
	}

	.lg\:-mt-3\.5 {
		margin-top: -0.875rem;
	}

	.lg\:mr-0 {
		margin-right: 0;
	}

	.lg\:mr-1 {
		margin-right: 0.25rem;
	}

	.lg\:mr-2 {
		margin-right: 0.5rem;
	}

	.lg\:mr-3 {
		margin-right: 0.75rem;
	}

	.lg\:mr-4 {
		margin-right: 1rem;
	}

	.lg\:mr-5 {
		margin-right: 1.25rem;
	}

	.lg\:mr-6 {
		margin-right: 1.5rem;
	}

	.lg\:mr-7 {
		margin-right: 1.75rem;
	}

	.lg\:mr-8 {
		margin-right: 2rem;
	}

	.lg\:mr-9 {
		margin-right: 2.25rem;
	}

	.lg\:mr-10 {
		margin-right: 2.5rem;
	}

	.lg\:mr-11 {
		margin-right: 2.75rem;
	}

	.lg\:mr-12 {
		margin-right: 3rem;
	}

	.lg\:mr-14 {
		margin-right: 3.5rem;
	}

	.lg\:mr-16 {
		margin-right: 4rem;
	}

	.lg\:mr-20 {
		margin-right: 5rem;
	}

	.lg\:mr-24 {
		margin-right: 6rem;
	}

	.lg\:mr-28 {
		margin-right: 7rem;
	}

	.lg\:mr-32 {
		margin-right: 8rem;
	}

	.lg\:mr-36 {
		margin-right: 9rem;
	}

	.lg\:mr-40 {
		margin-right: 10rem;
	}

	.lg\:mr-44 {
		margin-right: 11rem;
	}

	.lg\:mr-48 {
		margin-right: 12rem;
	}

	.lg\:mr-52 {
		margin-right: 13rem;
	}

	.lg\:mr-56 {
		margin-right: 14rem;
	}

	.lg\:mr-60 {
		margin-right: 15rem;
	}

	.lg\:mr-64 {
		margin-right: 16rem;
	}

	.lg\:mr-72 {
		margin-right: 18rem;
	}

	.lg\:mr-80 {
		margin-right: 20rem;
	}

	.lg\:mr-96 {
		margin-right: 24rem;
	}

	.lg\:mr-auto {
		margin-right: auto;
	}

	.lg\:mr-px {
		margin-right: 1px;
	}

	.lg\:mr-0\.5 {
		margin-right: 0.125rem;
	}

	.lg\:mr-1\.5 {
		margin-right: 0.375rem;
	}

	.lg\:mr-2\.5 {
		margin-right: 0.625rem;
	}

	.lg\:mr-3\.5 {
		margin-right: 0.875rem;
	}

	.lg\:-mr-0 {
		margin-right: 0;
	}

	.lg\:-mr-1 {
		margin-right: -0.25rem;
	}

	.lg\:-mr-2 {
		margin-right: -0.5rem;
	}

	.lg\:-mr-3 {
		margin-right: -0.75rem;
	}

	.lg\:-mr-4 {
		margin-right: -1rem;
	}

	.lg\:-mr-5 {
		margin-right: -1.25rem;
	}

	.lg\:-mr-6 {
		margin-right: -1.5rem;
	}

	.lg\:-mr-7 {
		margin-right: -1.75rem;
	}

	.lg\:-mr-8 {
		margin-right: -2rem;
	}

	.lg\:-mr-9 {
		margin-right: -2.25rem;
	}

	.lg\:-mr-10 {
		margin-right: -2.5rem;
	}

	.lg\:-mr-11 {
		margin-right: -2.75rem;
	}

	.lg\:-mr-12 {
		margin-right: -3rem;
	}

	.lg\:-mr-14 {
		margin-right: -3.5rem;
	}

	.lg\:-mr-16 {
		margin-right: -4rem;
	}

	.lg\:-mr-20 {
		margin-right: -5rem;
	}

	.lg\:-mr-24 {
		margin-right: -6rem;
	}

	.lg\:-mr-28 {
		margin-right: -7rem;
	}

	.lg\:-mr-32 {
		margin-right: -8rem;
	}

	.lg\:-mr-36 {
		margin-right: -9rem;
	}

	.lg\:-mr-40 {
		margin-right: -10rem;
	}

	.lg\:-mr-44 {
		margin-right: -11rem;
	}

	.lg\:-mr-48 {
		margin-right: -12rem;
	}

	.lg\:-mr-52 {
		margin-right: -13rem;
	}

	.lg\:-mr-56 {
		margin-right: -14rem;
	}

	.lg\:-mr-60 {
		margin-right: -15rem;
	}

	.lg\:-mr-64 {
		margin-right: -16rem;
	}

	.lg\:-mr-72 {
		margin-right: -18rem;
	}

	.lg\:-mr-80 {
		margin-right: -20rem;
	}

	.lg\:-mr-96 {
		margin-right: -24rem;
	}

	.lg\:-mr-px {
		margin-right: -1px;
	}

	.lg\:-mr-0\.5 {
		margin-right: -0.125rem;
	}

	.lg\:-mr-1\.5 {
		margin-right: -0.375rem;
	}

	.lg\:-mr-2\.5 {
		margin-right: -0.625rem;
	}

	.lg\:-mr-3\.5 {
		margin-right: -0.875rem;
	}

	.lg\:mb-0 {
		margin-bottom: 0 !important;
	}

	.lg\:mb-1 {
		margin-bottom: 0.25rem;
	}

	.lg\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.lg\:mb-3 {
		margin-bottom: 0.75rem;
	}

	.lg\:mb-4 {
		margin-bottom: 1rem;
	}

	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.lg\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.lg\:mb-8 {
		margin-bottom: 2rem;
	}

	.lg\:mb-9 {
		margin-bottom: 2.25rem;
	}

	.lg\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.lg\:mb-11 {
		margin-bottom: 2.75rem;
	}

	.lg\:mb-12 {
		margin-bottom: 3rem;
	}

	.lg\:mb-14 {
		margin-bottom: 3.5rem;
	}

	.lg\:mb-16 {
		margin-bottom: 4rem;
	}

	.lg\:mb-20 {
		margin-bottom: 5rem;
	}

	.lg\:mb-24 {
		margin-bottom: 6rem;
	}

	.lg\:mb-28 {
		margin-bottom: 7rem;
	}

	.lg\:mb-32 {
		margin-bottom: 8rem;
	}

	.lg\:mb-36 {
		margin-bottom: 9rem;
	}

	.lg\:mb-40 {
		margin-bottom: 10rem;
	}

	.lg\:mb-44 {
		margin-bottom: 11rem;
	}

	.lg\:mb-48 {
		margin-bottom: 12rem;
	}

	.lg\:mb-52 {
		margin-bottom: 13rem;
	}

	.lg\:mb-56 {
		margin-bottom: 14rem;
	}

	.lg\:mb-60 {
		margin-bottom: 15rem;
	}

	.lg\:mb-64 {
		margin-bottom: 16rem;
	}

	.lg\:mb-72 {
		margin-bottom: 18rem;
	}

	.lg\:mb-80 {
		margin-bottom: 20rem;
	}

	.lg\:mb-96 {
		margin-bottom: 24rem;
	}

	.lg\:mb-auto {
		margin-bottom: auto;
	}

	.lg\:mb-px {
		margin-bottom: 1px;
	}

	.lg\:mb-0\.5 {
		margin-bottom: 0.125rem;
	}

	.lg\:mb-1\.5 {
		margin-bottom: 0.375rem;
	}

	.lg\:mb-2\.5 {
		margin-bottom: 0.625rem;
	}

	.lg\:mb-3\.5 {
		margin-bottom: 0.875rem;
	}

	.lg\:-mb-0 {
		margin-bottom: 0;
	}

	.lg\:-mb-1 {
		margin-bottom: -0.25rem;
	}

	.lg\:-mb-2 {
		margin-bottom: -0.5rem;
	}

	.lg\:-mb-3 {
		margin-bottom: -0.75rem;
	}

	.lg\:-mb-4 {
		margin-bottom: -1rem;
	}

	.lg\:-mb-5 {
		margin-bottom: -1.25rem;
	}

	.lg\:-mb-6 {
		margin-bottom: -1.5rem;
	}

	.lg\:-mb-7 {
		margin-bottom: -1.75rem;
	}

	.lg\:-mb-8 {
		margin-bottom: -2rem;
	}

	.lg\:-mb-9 {
		margin-bottom: -2.25rem;
	}

	.lg\:-mb-10 {
		margin-bottom: -2.5rem;
	}

	.lg\:-mb-11 {
		margin-bottom: -2.75rem;
	}

	.lg\:-mb-12 {
		margin-bottom: -3rem;
	}

	.lg\:-mb-14 {
		margin-bottom: -3.5rem;
	}

	.lg\:-mb-16 {
		margin-bottom: -4rem;
	}

	.lg\:-mb-20 {
		margin-bottom: -5rem;
	}

	.lg\:-mb-24 {
		margin-bottom: -6rem;
	}

	.lg\:-mb-28 {
		margin-bottom: -7rem;
	}

	.lg\:-mb-32 {
		margin-bottom: -8rem;
	}

	.lg\:-mb-36 {
		margin-bottom: -9rem;
	}

	.lg\:-mb-40 {
		margin-bottom: -10rem;
	}

	.lg\:-mb-44 {
		margin-bottom: -11rem;
	}

	.lg\:-mb-48 {
		margin-bottom: -12rem;
	}

	.lg\:-mb-52 {
		margin-bottom: -13rem;
	}

	.lg\:-mb-56 {
		margin-bottom: -14rem;
	}

	.lg\:-mb-60 {
		margin-bottom: -15rem;
	}

	.lg\:-mb-64 {
		margin-bottom: -16rem;
	}

	.lg\:-mb-72 {
		margin-bottom: -18rem;
	}

	.lg\:-mb-80 {
		margin-bottom: -20rem;
	}

	.lg\:-mb-96 {
		margin-bottom: -24rem;
	}

	.lg\:-mb-px {
		margin-bottom: -1px;
	}

	.lg\:-mb-0\.5 {
		margin-bottom: -0.125rem;
	}

	.lg\:-mb-1\.5 {
		margin-bottom: -0.375rem;
	}

	.lg\:-mb-2\.5 {
		margin-bottom: -0.625rem;
	}

	.lg\:-mb-3\.5 {
		margin-bottom: -0.875rem;
	}

	.lg\:ml-0 {
		margin-left: 0;
	}

	.lg\:ml-1 {
		margin-left: 0.25rem;
	}

	.lg\:ml-2 {
		margin-left: 0.5rem;
	}

	.lg\:ml-3 {
		margin-left: 0.75rem;
	}

	.lg\:ml-4 {
		margin-left: 1rem;
	}

	.lg\:ml-5 {
		margin-left: 1.25rem;
	}

	.lg\:ml-6 {
		margin-left: 1.5rem;
	}

	.lg\:ml-7 {
		margin-left: 1.75rem;
	}

	.lg\:ml-8 {
		margin-left: 2rem;
	}

	.lg\:ml-9 {
		margin-left: 2.25rem;
	}

	.lg\:ml-10 {
		margin-left: 2.5rem;
	}

	.lg\:ml-11 {
		margin-left: 2.75rem;
	}

	.lg\:ml-12 {
		margin-left: 3rem;
	}

	.lg\:ml-14 {
		margin-left: 3.5rem;
	}

	.lg\:ml-16 {
		margin-left: 4rem;
	}

	.lg\:ml-20 {
		margin-left: 5rem;
	}

	.lg\:ml-24 {
		margin-left: 6rem;
	}

	.lg\:ml-28 {
		margin-left: 7rem;
	}

	.lg\:ml-32 {
		margin-left: 8rem;
	}

	.lg\:ml-36 {
		margin-left: 9rem;
	}

	.lg\:ml-40 {
		margin-left: 10rem;
	}

	.lg\:ml-44 {
		margin-left: 11rem;
	}

	.lg\:ml-48 {
		margin-left: 12rem;
	}

	.lg\:ml-52 {
		margin-left: 13rem;
	}

	.lg\:ml-56 {
		margin-left: 14rem;
	}

	.lg\:ml-60 {
		margin-left: 15rem;
	}

	.lg\:ml-64 {
		margin-left: 16rem;
	}

	.lg\:ml-72 {
		margin-left: 18rem;
	}

	.lg\:ml-80 {
		margin-left: 20rem;
	}

	.lg\:ml-96 {
		margin-left: 24rem;
	}

	.lg\:ml-auto {
		margin-left: auto;
	}

	.lg\:ml-px {
		margin-left: 1px;
	}

	.lg\:ml-0\.5 {
		margin-left: 0.125rem;
	}

	.lg\:ml-1\.5 {
		margin-left: 0.375rem;
	}

	.lg\:ml-2\.5 {
		margin-left: 0.625rem;
	}

	.lg\:ml-3\.5 {
		margin-left: 0.875rem;
	}

	.lg\:-ml-0 {
		margin-left: 0;
	}

	.lg\:-ml-1 {
		margin-left: -0.25rem;
	}

	.lg\:-ml-2 {
		margin-left: -0.5rem;
	}

	.lg\:-ml-3 {
		margin-left: -0.75rem;
	}

	.lg\:-ml-4 {
		margin-left: -1rem;
	}

	.lg\:-ml-5 {
		margin-left: -1.25rem;
	}

	.lg\:-ml-6 {
		margin-left: -1.5rem;
	}

	.lg\:-ml-7 {
		margin-left: -1.75rem;
	}

	.lg\:-ml-8 {
		margin-left: -2rem;
	}

	.lg\:-ml-9 {
		margin-left: -2.25rem;
	}

	.lg\:-ml-10 {
		margin-left: -2.5rem;
	}

	.lg\:-ml-11 {
		margin-left: -2.75rem;
	}

	.lg\:-ml-12 {
		margin-left: -3rem;
	}

	.lg\:-ml-14 {
		margin-left: -3.5rem;
	}

	.lg\:-ml-16 {
		margin-left: -4rem;
	}

	.lg\:-ml-20 {
		margin-left: -5rem;
	}

	.lg\:-ml-24 {
		margin-left: -6rem;
	}

	.lg\:-ml-28 {
		margin-left: -7rem;
	}

	.lg\:-ml-32 {
		margin-left: -8rem;
	}

	.lg\:-ml-36 {
		margin-left: -9rem;
	}

	.lg\:-ml-40 {
		margin-left: -10rem;
	}

	.lg\:-ml-44 {
		margin-left: -11rem;
	}

	.lg\:-ml-48 {
		margin-left: -12rem;
	}

	.lg\:-ml-52 {
		margin-left: -13rem;
	}

	.lg\:-ml-56 {
		margin-left: -14rem;
	}

	.lg\:-ml-60 {
		margin-left: -15rem;
	}

	.lg\:-ml-64 {
		margin-left: -16rem;
	}

	.lg\:-ml-72 {
		margin-left: -18rem;
	}

	.lg\:-ml-80 {
		margin-left: -20rem;
	}

	.lg\:-ml-96 {
		margin-left: -24rem;
	}

	.lg\:-ml-px {
		margin-left: -1px;
	}

	.lg\:-ml-0\.5 {
		margin-left: -0.125rem;
	}

	.lg\:-ml-1\.5 {
		margin-left: -0.375rem;
	}

	.lg\:-ml-2\.5 {
		margin-left: -0.625rem;
	}

	.lg\:-ml-3\.5 {
		margin-left: -0.875rem;
	}
}

@media (min-width: 1280px) {

	.xl\:m-0 {
		margin: 0;
	}

	.xl\:m-1 {
		margin: 0.25rem;
	}

	.xl\:m-2 {
		margin: 0.5rem;
	}

	.xl\:m-3 {
		margin: 0.75rem;
	}

	.xl\:m-4 {
		margin: 1rem;
	}

	.xl\:m-5 {
		margin: 1.25rem;
	}

	.xl\:m-6 {
		margin: 1.5rem;
	}

	.xl\:m-7 {
		margin: 1.75rem;
	}

	.xl\:m-8 {
		margin: 2rem;
	}

	.xl\:m-9 {
		margin: 2.25rem;
	}

	.xl\:m-10 {
		margin: 2.5rem;
	}

	.xl\:m-11 {
		margin: 2.75rem;
	}

	.xl\:m-12 {
		margin: 3rem;
	}

	.xl\:m-14 {
		margin: 3.5rem;
	}

	.xl\:m-16 {
		margin: 4rem;
	}

	.xl\:m-20 {
		margin: 5rem;
	}

	.xl\:m-24 {
		margin: 6rem;
	}

	.xl\:m-28 {
		margin: 7rem;
	}

	.xl\:m-32 {
		margin: 8rem;
	}

	.xl\:m-36 {
		margin: 9rem;
	}

	.xl\:m-40 {
		margin: 10rem;
	}

	.xl\:m-44 {
		margin: 11rem;
	}

	.xl\:m-48 {
		margin: 12rem;
	}

	.xl\:m-52 {
		margin: 13rem;
	}

	.xl\:m-56 {
		margin: 14rem;
	}

	.xl\:m-60 {
		margin: 15rem;
	}

	.xl\:m-64 {
		margin: 16rem;
	}

	.xl\:m-72 {
		margin: 18rem;
	}

	.xl\:m-80 {
		margin: 20rem;
	}

	.xl\:m-96 {
		margin: 24rem;
	}

	.xl\:m-auto {
		margin: auto;
	}

	.xl\:m-px {
		margin: 1px;
	}

	.xl\:m-0\.5 {
		margin: 0.125rem;
	}

	.xl\:m-1\.5 {
		margin: 0.375rem;
	}

	.xl\:m-2\.5 {
		margin: 0.625rem;
	}

	.xl\:m-3\.5 {
		margin: 0.875rem;
	}

	.xl\:-m-0 {
		margin: 0;
	}

	.xl\:-m-1 {
		margin: -0.25rem;
	}

	.xl\:-m-2 {
		margin: -0.5rem;
	}

	.xl\:-m-3 {
		margin: -0.75rem;
	}

	.xl\:-m-4 {
		margin: -1rem;
	}

	.xl\:-m-5 {
		margin: -1.25rem;
	}

	.xl\:-m-6 {
		margin: -1.5rem;
	}

	.xl\:-m-7 {
		margin: -1.75rem;
	}

	.xl\:-m-8 {
		margin: -2rem;
	}

	.xl\:-m-9 {
		margin: -2.25rem;
	}

	.xl\:-m-10 {
		margin: -2.5rem;
	}

	.xl\:-m-11 {
		margin: -2.75rem;
	}

	.xl\:-m-12 {
		margin: -3rem;
	}

	.xl\:-m-14 {
		margin: -3.5rem;
	}

	.xl\:-m-16 {
		margin: -4rem;
	}

	.xl\:-m-20 {
		margin: -5rem;
	}

	.xl\:-m-24 {
		margin: -6rem;
	}

	.xl\:-m-28 {
		margin: -7rem;
	}

	.xl\:-m-32 {
		margin: -8rem;
	}

	.xl\:-m-36 {
		margin: -9rem;
	}

	.xl\:-m-40 {
		margin: -10rem;
	}

	.xl\:-m-44 {
		margin: -11rem;
	}

	.xl\:-m-48 {
		margin: -12rem;
	}

	.xl\:-m-52 {
		margin: -13rem;
	}

	.xl\:-m-56 {
		margin: -14rem;
	}

	.xl\:-m-60 {
		margin: -15rem;
	}

	.xl\:-m-64 {
		margin: -16rem;
	}

	.xl\:-m-72 {
		margin: -18rem;
	}

	.xl\:-m-80 {
		margin: -20rem;
	}

	.xl\:-m-96 {
		margin: -24rem;
	}

	.xl\:-m-px {
		margin: -1px;
	}

	.xl\:-m-0\.5 {
		margin: -0.125rem;
	}

	.xl\:-m-1\.5 {
		margin: -0.375rem;
	}

	.xl\:-m-2\.5 {
		margin: -0.625rem;
	}

	.xl\:-m-3\.5 {
		margin: -0.875rem;
	}

	.xl\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0;
	}

	.xl\:mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem;
	}

	.xl\:mx-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem;
	}

	.xl\:mx-3 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem;
	}

	.xl\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem;
	}

	.xl\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem;
	}

	.xl\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem;
	}

	.xl\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem;
	}

	.xl\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem;
	}

	.xl\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem;
	}

	.xl\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem;
	}

	.xl\:mx-11 {
		margin-left: 2.75rem !important;
		margin-right: 2.75rem;
	}

	.xl\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem;
	}

	.xl\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem;
	}

	.xl\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem;
	}

	.xl\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem;
	}

	.xl\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem;
	}

	.xl\:mx-28 {
		margin-left: 7rem !important;
		margin-right: 7rem;
	}

	.xl\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem;
	}

	.xl\:mx-36 {
		margin-left: 9rem !important;
		margin-right: 9rem;
	}

	.xl\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem;
	}

	.xl\:mx-44 {
		margin-left: 11rem !important;
		margin-right: 11rem;
	}

	.xl\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem;
	}

	.xl\:mx-52 {
		margin-left: 13rem !important;
		margin-right: 13rem;
	}

	.xl\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem;
	}

	.xl\:mx-60 {
		margin-left: 15rem !important;
		margin-right: 15rem;
	}

	.xl\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem;
	}

	.xl\:mx-72 {
		margin-left: 18rem !important;
		margin-right: 18rem;
	}

	.xl\:mx-80 {
		margin-left: 20rem !important;
		margin-right: 20rem;
	}

	.xl\:mx-96 {
		margin-left: 24rem !important;
		margin-right: 24rem;
	}

	.xl\:mx-auto {
		margin-left: auto !important;
		margin-right: auto;
	}

	.xl\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px;
	}

	.xl\:mx-0\.5 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem;
	}

	.xl\:mx-1\.5 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem;
	}

	.xl\:mx-2\.5 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem;
	}

	.xl\:mx-3\.5 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem;
	}

	.xl\:-mx-0 {
		margin-left: 0 !important;
		margin-right: 0;
	}

	.xl\:-mx-1 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem;
	}

	.xl\:-mx-2 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem;
	}

	.xl\:-mx-3 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem;
	}

	.xl\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem;
	}

	.xl\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem;
	}

	.xl\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem;
	}

	.xl\:-mx-7 {
		margin-left: -1.75rem !important;
		margin-right: -1.75rem;
	}

	.xl\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem;
	}

	.xl\:-mx-9 {
		margin-left: -2.25rem !important;
		margin-right: -2.25rem;
	}

	.xl\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem;
	}

	.xl\:-mx-11 {
		margin-left: -2.75rem !important;
		margin-right: -2.75rem;
	}

	.xl\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem;
	}

	.xl\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem;
	}

	.xl\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem;
	}

	.xl\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem;
	}

	.xl\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem;
	}

	.xl\:-mx-28 {
		margin-left: -7rem !important;
		margin-right: -7rem;
	}

	.xl\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem;
	}

	.xl\:-mx-36 {
		margin-left: -9rem !important;
		margin-right: -9rem;
	}

	.xl\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem;
	}

	.xl\:-mx-44 {
		margin-left: -11rem !important;
		margin-right: -11rem;
	}

	.xl\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem;
	}

	.xl\:-mx-52 {
		margin-left: -13rem !important;
		margin-right: -13rem;
	}

	.xl\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem;
	}

	.xl\:-mx-60 {
		margin-left: -15rem !important;
		margin-right: -15rem;
	}

	.xl\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem;
	}

	.xl\:-mx-72 {
		margin-left: -18rem !important;
		margin-right: -18rem;
	}

	.xl\:-mx-80 {
		margin-left: -20rem !important;
		margin-right: -20rem;
	}

	.xl\:-mx-96 {
		margin-left: -24rem !important;
		margin-right: -24rem;
	}

	.xl\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px;
	}

	.xl\:-mx-0\.5 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem;
	}

	.xl\:-mx-1\.5 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem;
	}

	.xl\:-mx-2\.5 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem;
	}

	.xl\:-mx-3\.5 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem;
	}

	.xl\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.xl\:my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem;
	}

	.xl\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem;
	}

	.xl\:my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem;
	}

	.xl\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem;
	}

	.xl\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem;
	}

	.xl\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem;
	}

	.xl\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem;
	}

	.xl\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem;
	}

	.xl\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem;
	}

	.xl\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem;
	}

	.xl\:my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem;
	}

	.xl\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem;
	}

	.xl\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem;
	}

	.xl\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem;
	}

	.xl\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem;
	}

	.xl\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem;
	}

	.xl\:my-28 {
		margin-top: 7rem !important;
		margin-bottom: 7rem;
	}

	.xl\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem;
	}

	.xl\:my-36 {
		margin-top: 9rem !important;
		margin-bottom: 9rem;
	}

	.xl\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem;
	}

	.xl\:my-44 {
		margin-top: 11rem !important;
		margin-bottom: 11rem;
	}

	.xl\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem;
	}

	.xl\:my-52 {
		margin-top: 13rem !important;
		margin-bottom: 13rem;
	}

	.xl\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem;
	}

	.xl\:my-60 {
		margin-top: 15rem !important;
		margin-bottom: 15rem;
	}

	.xl\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem;
	}

	.xl\:my-72 {
		margin-top: 18rem !important;
		margin-bottom: 18rem;
	}

	.xl\:my-80 {
		margin-top: 20rem !important;
		margin-bottom: 20rem;
	}

	.xl\:my-96 {
		margin-top: 24rem !important;
		margin-bottom: 24rem;
	}

	.xl\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto;
	}

	.xl\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px;
	}

	.xl\:my-0\.5 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem;
	}

	.xl\:my-1\.5 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem;
	}

	.xl\:my-2\.5 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem;
	}

	.xl\:my-3\.5 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem;
	}

	.xl\:-my-0 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.xl\:-my-1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem;
	}

	.xl\:-my-2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem;
	}

	.xl\:-my-3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem;
	}

	.xl\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem;
	}

	.xl\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem;
	}

	.xl\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem;
	}

	.xl\:-my-7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem;
	}

	.xl\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem;
	}

	.xl\:-my-9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem;
	}

	.xl\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem;
	}

	.xl\:-my-11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem;
	}

	.xl\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem;
	}

	.xl\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem;
	}

	.xl\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem;
	}

	.xl\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem;
	}

	.xl\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem;
	}

	.xl\:-my-28 {
		margin-top: -7rem !important;
		margin-bottom: -7rem;
	}

	.xl\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem;
	}

	.xl\:-my-36 {
		margin-top: -9rem !important;
		margin-bottom: -9rem;
	}

	.xl\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem;
	}

	.xl\:-my-44 {
		margin-top: -11rem !important;
		margin-bottom: -11rem;
	}

	.xl\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem;
	}

	.xl\:-my-52 {
		margin-top: -13rem !important;
		margin-bottom: -13rem;
	}

	.xl\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem;
	}

	.xl\:-my-60 {
		margin-top: -15rem !important;
		margin-bottom: -15rem;
	}

	.xl\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem;
	}

	.xl\:-my-72 {
		margin-top: -18rem !important;
		margin-bottom: -18rem;
	}

	.xl\:-my-80 {
		margin-top: -20rem !important;
		margin-bottom: -20rem;
	}

	.xl\:-my-96 {
		margin-top: -24rem !important;
		margin-bottom: -24rem;
	}

	.xl\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px;
	}

	.xl\:-my-0\.5 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem;
	}

	.xl\:-my-1\.5 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem;
	}

	.xl\:-my-2\.5 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem;
	}

	.xl\:-my-3\.5 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem;
	}

	.xl\:mt-0 {
		margin-top: 0;
	}

	.xl\:mt-1 {
		margin-top: 0.25rem;
	}

	.xl\:mt-2 {
		margin-top: 0.5rem;
	}

	.xl\:mt-3 {
		margin-top: 0.75rem;
	}

	.xl\:mt-4 {
		margin-top: 1rem;
	}

	.xl\:mt-5 {
		margin-top: 1.25rem;
	}

	.xl\:mt-6 {
		margin-top: 1.5rem;
	}

	.xl\:mt-7 {
		margin-top: 1.75rem;
	}

	.xl\:mt-8 {
		margin-top: 2rem;
	}

	.xl\:mt-9 {
		margin-top: 2.25rem;
	}

	.xl\:mt-10 {
		margin-top: 2.5rem;
	}

	.xl\:mt-11 {
		margin-top: 2.75rem;
	}

	.xl\:mt-12 {
		margin-top: 3rem;
	}

	.xl\:mt-14 {
		margin-top: 3.5rem;
	}

	.xl\:mt-16 {
		margin-top: 4rem;
	}

	.xl\:mt-20 {
		margin-top: 5rem;
	}

	.xl\:mt-24 {
		margin-top: 6rem;
	}

	.xl\:mt-28 {
		margin-top: 7rem;
	}

	.xl\:mt-32 {
		margin-top: 8rem;
	}

	.xl\:mt-36 {
		margin-top: 9rem;
	}

	.xl\:mt-40 {
		margin-top: 10rem;
	}

	.xl\:mt-44 {
		margin-top: 11rem;
	}

	.xl\:mt-48 {
		margin-top: 12rem;
	}

	.xl\:mt-52 {
		margin-top: 13rem;
	}

	.xl\:mt-56 {
		margin-top: 14rem;
	}

	.xl\:mt-60 {
		margin-top: 15rem;
	}

	.xl\:mt-64 {
		margin-top: 16rem;
	}

	.xl\:mt-72 {
		margin-top: 18rem;
	}

	.xl\:mt-80 {
		margin-top: 20rem;
	}

	.xl\:mt-96 {
		margin-top: 24rem;
	}

	.xl\:mt-auto {
		margin-top: auto;
	}

	.xl\:mt-px {
		margin-top: 1px;
	}

	.xl\:mt-0\.5 {
		margin-top: 0.125rem;
	}

	.xl\:mt-1\.5 {
		margin-top: 0.375rem;
	}

	.xl\:mt-2\.5 {
		margin-top: 0.625rem;
	}

	.xl\:mt-3\.5 {
		margin-top: 0.875rem;
	}

	.xl\:-mt-0 {
		margin-top: 0;
	}

	.xl\:-mt-1 {
		margin-top: -0.25rem;
	}

	.xl\:-mt-2 {
		margin-top: -0.5rem;
	}

	.xl\:-mt-3 {
		margin-top: -0.75rem;
	}

	.xl\:-mt-4 {
		margin-top: -1rem;
	}

	.xl\:-mt-5 {
		margin-top: -1.25rem;
	}

	.xl\:-mt-6 {
		margin-top: -1.5rem;
	}

	.xl\:-mt-7 {
		margin-top: -1.75rem;
	}

	.xl\:-mt-8 {
		margin-top: -2rem;
	}

	.xl\:-mt-9 {
		margin-top: -2.25rem;
	}

	.xl\:-mt-10 {
		margin-top: -2.5rem;
	}

	.xl\:-mt-11 {
		margin-top: -2.75rem;
	}

	.xl\:-mt-12 {
		margin-top: -3rem;
	}

	.xl\:-mt-14 {
		margin-top: -3.5rem;
	}

	.xl\:-mt-16 {
		margin-top: -4rem;
	}

	.xl\:-mt-20 {
		margin-top: -5rem;
	}

	.xl\:-mt-24 {
		margin-top: -6rem;
	}

	.xl\:-mt-28 {
		margin-top: -7rem;
	}

	.xl\:-mt-32 {
		margin-top: -8rem;
	}

	.xl\:-mt-36 {
		margin-top: -9rem;
	}

	.xl\:-mt-40 {
		margin-top: -10rem;
	}

	.xl\:-mt-44 {
		margin-top: -11rem;
	}

	.xl\:-mt-48 {
		margin-top: -12rem;
	}

	.xl\:-mt-52 {
		margin-top: -13rem;
	}

	.xl\:-mt-56 {
		margin-top: -14rem;
	}

	.xl\:-mt-60 {
		margin-top: -15rem;
	}

	.xl\:-mt-64 {
		margin-top: -16rem;
	}

	.xl\:-mt-72 {
		margin-top: -18rem;
	}

	.xl\:-mt-80 {
		margin-top: -20rem;
	}

	.xl\:-mt-96 {
		margin-top: -24rem;
	}

	.xl\:-mt-px {
		margin-top: -1px;
	}

	.xl\:-mt-0\.5 {
		margin-top: -0.125rem;
	}

	.xl\:-mt-1\.5 {
		margin-top: -0.375rem;
	}

	.xl\:-mt-2\.5 {
		margin-top: -0.625rem;
	}

	.xl\:-mt-3\.5 {
		margin-top: -0.875rem;
	}

	.xl\:mr-0 {
		margin-right: 0;
	}

	.xl\:mr-1 {
		margin-right: 0.25rem;
	}

	.xl\:mr-2 {
		margin-right: 0.5rem;
	}

	.xl\:mr-3 {
		margin-right: 0.75rem;
	}

	.xl\:mr-4 {
		margin-right: 1rem;
	}

	.xl\:mr-5 {
		margin-right: 1.25rem;
	}

	.xl\:mr-6 {
		margin-right: 1.5rem;
	}

	.xl\:mr-7 {
		margin-right: 1.75rem;
	}

	.xl\:mr-8 {
		margin-right: 2rem;
	}

	.xl\:mr-9 {
		margin-right: 2.25rem;
	}

	.xl\:mr-10 {
		margin-right: 2.5rem;
	}

	.xl\:mr-11 {
		margin-right: 2.75rem;
	}

	.xl\:mr-12 {
		margin-right: 3rem;
	}

	.xl\:mr-14 {
		margin-right: 3.5rem;
	}

	.xl\:mr-16 {
		margin-right: 4rem;
	}

	.xl\:mr-20 {
		margin-right: 5rem;
	}

	.xl\:mr-24 {
		margin-right: 6rem;
	}

	.xl\:mr-28 {
		margin-right: 7rem;
	}

	.xl\:mr-32 {
		margin-right: 8rem;
	}

	.xl\:mr-36 {
		margin-right: 9rem;
	}

	.xl\:mr-40 {
		margin-right: 10rem;
	}

	.xl\:mr-44 {
		margin-right: 11rem;
	}

	.xl\:mr-48 {
		margin-right: 12rem;
	}

	.xl\:mr-52 {
		margin-right: 13rem;
	}

	.xl\:mr-56 {
		margin-right: 14rem;
	}

	.xl\:mr-60 {
		margin-right: 15rem;
	}

	.xl\:mr-64 {
		margin-right: 16rem;
	}

	.xl\:mr-72 {
		margin-right: 18rem;
	}

	.xl\:mr-80 {
		margin-right: 20rem;
	}

	.xl\:mr-96 {
		margin-right: 24rem;
	}

	.xl\:mr-auto {
		margin-right: auto;
	}

	.xl\:mr-px {
		margin-right: 1px;
	}

	.xl\:mr-0\.5 {
		margin-right: 0.125rem;
	}

	.xl\:mr-1\.5 {
		margin-right: 0.375rem;
	}

	.xl\:mr-2\.5 {
		margin-right: 0.625rem;
	}

	.xl\:mr-3\.5 {
		margin-right: 0.875rem;
	}

	.xl\:-mr-0 {
		margin-right: 0;
	}

	.xl\:-mr-1 {
		margin-right: -0.25rem;
	}

	.xl\:-mr-2 {
		margin-right: -0.5rem;
	}

	.xl\:-mr-3 {
		margin-right: -0.75rem;
	}

	.xl\:-mr-4 {
		margin-right: -1rem;
	}

	.xl\:-mr-5 {
		margin-right: -1.25rem;
	}

	.xl\:-mr-6 {
		margin-right: -1.5rem;
	}

	.xl\:-mr-7 {
		margin-right: -1.75rem;
	}

	.xl\:-mr-8 {
		margin-right: -2rem;
	}

	.xl\:-mr-9 {
		margin-right: -2.25rem;
	}

	.xl\:-mr-10 {
		margin-right: -2.5rem;
	}

	.xl\:-mr-11 {
		margin-right: -2.75rem;
	}

	.xl\:-mr-12 {
		margin-right: -3rem;
	}

	.xl\:-mr-14 {
		margin-right: -3.5rem;
	}

	.xl\:-mr-16 {
		margin-right: -4rem;
	}

	.xl\:-mr-20 {
		margin-right: -5rem;
	}

	.xl\:-mr-24 {
		margin-right: -6rem;
	}

	.xl\:-mr-28 {
		margin-right: -7rem;
	}

	.xl\:-mr-32 {
		margin-right: -8rem;
	}

	.xl\:-mr-36 {
		margin-right: -9rem;
	}

	.xl\:-mr-40 {
		margin-right: -10rem;
	}

	.xl\:-mr-44 {
		margin-right: -11rem;
	}

	.xl\:-mr-48 {
		margin-right: -12rem;
	}

	.xl\:-mr-52 {
		margin-right: -13rem;
	}

	.xl\:-mr-56 {
		margin-right: -14rem;
	}

	.xl\:-mr-60 {
		margin-right: -15rem;
	}

	.xl\:-mr-64 {
		margin-right: -16rem;
	}

	.xl\:-mr-72 {
		margin-right: -18rem;
	}

	.xl\:-mr-80 {
		margin-right: -20rem;
	}

	.xl\:-mr-96 {
		margin-right: -24rem;
	}

	.xl\:-mr-px {
		margin-right: -1px;
	}

	.xl\:-mr-0\.5 {
		margin-right: -0.125rem;
	}

	.xl\:-mr-1\.5 {
		margin-right: -0.375rem;
	}

	.xl\:-mr-2\.5 {
		margin-right: -0.625rem;
	}

	.xl\:-mr-3\.5 {
		margin-right: -0.875rem;
	}

	.xl\:mb-0 {
		margin-bottom: 0;
	}

	.xl\:mb-1 {
		margin-bottom: 0.25rem;
	}

	.xl\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.xl\:mb-3 {
		margin-bottom: 0.75rem;
	}

	.xl\:mb-4 {
		margin-bottom: 1rem;
	}

	.xl\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.xl\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.xl\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.xl\:mb-8 {
		margin-bottom: 2rem;
	}

	.xl\:mb-9 {
		margin-bottom: 2.25rem;
	}

	.xl\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.xl\:mb-11 {
		margin-bottom: 2.75rem;
	}

	.xl\:mb-12 {
		margin-bottom: 3rem;
	}

	.xl\:mb-14 {
		margin-bottom: 3.5rem;
	}

	.xl\:mb-16 {
		margin-bottom: 4rem;
	}

	.xl\:mb-20 {
		margin-bottom: 5rem;
	}

	.xl\:mb-24 {
		margin-bottom: 6rem;
	}

	.xl\:mb-28 {
		margin-bottom: 7rem;
	}

	.xl\:mb-32 {
		margin-bottom: 8rem;
	}

	.xl\:mb-36 {
		margin-bottom: 9rem;
	}

	.xl\:mb-40 {
		margin-bottom: 10rem;
	}

	.xl\:mb-44 {
		margin-bottom: 11rem;
	}

	.xl\:mb-48 {
		margin-bottom: 12rem;
	}

	.xl\:mb-52 {
		margin-bottom: 13rem;
	}

	.xl\:mb-56 {
		margin-bottom: 14rem;
	}

	.xl\:mb-60 {
		margin-bottom: 15rem;
	}

	.xl\:mb-64 {
		margin-bottom: 16rem;
	}

	.xl\:mb-72 {
		margin-bottom: 18rem;
	}

	.xl\:mb-80 {
		margin-bottom: 20rem;
	}

	.xl\:mb-96 {
		margin-bottom: 24rem;
	}

	.xl\:mb-auto {
		margin-bottom: auto;
	}

	.xl\:mb-px {
		margin-bottom: 1px;
	}

	.xl\:mb-0\.5 {
		margin-bottom: 0.125rem;
	}

	.xl\:mb-1\.5 {
		margin-bottom: 0.375rem;
	}

	.xl\:mb-2\.5 {
		margin-bottom: 0.625rem;
	}

	.xl\:mb-3\.5 {
		margin-bottom: 0.875rem;
	}

	.xl\:-mb-0 {
		margin-bottom: 0;
	}

	.xl\:-mb-1 {
		margin-bottom: -0.25rem;
	}

	.xl\:-mb-2 {
		margin-bottom: -0.5rem;
	}

	.xl\:-mb-3 {
		margin-bottom: -0.75rem;
	}

	.xl\:-mb-4 {
		margin-bottom: -1rem;
	}

	.xl\:-mb-5 {
		margin-bottom: -1.25rem;
	}

	.xl\:-mb-6 {
		margin-bottom: -1.5rem;
	}

	.xl\:-mb-7 {
		margin-bottom: -1.75rem;
	}

	.xl\:-mb-8 {
		margin-bottom: -2rem;
	}

	.xl\:-mb-9 {
		margin-bottom: -2.25rem;
	}

	.xl\:-mb-10 {
		margin-bottom: -2.5rem;
	}

	.xl\:-mb-11 {
		margin-bottom: -2.75rem;
	}

	.xl\:-mb-12 {
		margin-bottom: -3rem;
	}

	.xl\:-mb-14 {
		margin-bottom: -3.5rem;
	}

	.xl\:-mb-16 {
		margin-bottom: -4rem;
	}

	.xl\:-mb-20 {
		margin-bottom: -5rem;
	}

	.xl\:-mb-24 {
		margin-bottom: -6rem;
	}

	.xl\:-mb-28 {
		margin-bottom: -7rem;
	}

	.xl\:-mb-32 {
		margin-bottom: -8rem;
	}

	.xl\:-mb-36 {
		margin-bottom: -9rem;
	}

	.xl\:-mb-40 {
		margin-bottom: -10rem;
	}

	.xl\:-mb-44 {
		margin-bottom: -11rem;
	}

	.xl\:-mb-48 {
		margin-bottom: -12rem;
	}

	.xl\:-mb-52 {
		margin-bottom: -13rem;
	}

	.xl\:-mb-56 {
		margin-bottom: -14rem;
	}

	.xl\:-mb-60 {
		margin-bottom: -15rem;
	}

	.xl\:-mb-64 {
		margin-bottom: -16rem;
	}

	.xl\:-mb-72 {
		margin-bottom: -18rem;
	}

	.xl\:-mb-80 {
		margin-bottom: -20rem;
	}

	.xl\:-mb-96 {
		margin-bottom: -24rem;
	}

	.xl\:-mb-px {
		margin-bottom: -1px;
	}

	.xl\:-mb-0\.5 {
		margin-bottom: -0.125rem;
	}

	.xl\:-mb-1\.5 {
		margin-bottom: -0.375rem;
	}

	.xl\:-mb-2\.5 {
		margin-bottom: -0.625rem;
	}

	.xl\:-mb-3\.5 {
		margin-bottom: -0.875rem;
	}

	.xl\:ml-0 {
		margin-left: 0;
	}

	.xl\:ml-1 {
		margin-left: 0.25rem;
	}

	.xl\:ml-2 {
		margin-left: 0.5rem;
	}

	.xl\:ml-3 {
		margin-left: 0.75rem;
	}

	.xl\:ml-4 {
		margin-left: 1rem;
	}

	.xl\:ml-5 {
		margin-left: 1.25rem;
	}

	.xl\:ml-6 {
		margin-left: 1.5rem;
	}

	.xl\:ml-7 {
		margin-left: 1.75rem;
	}

	.xl\:ml-8 {
		margin-left: 2rem;
	}

	.xl\:ml-9 {
		margin-left: 2.25rem;
	}

	.xl\:ml-10 {
		margin-left: 2.5rem;
	}

	.xl\:ml-11 {
		margin-left: 2.75rem;
	}

	.xl\:ml-12 {
		margin-left: 3rem;
	}

	.xl\:ml-14 {
		margin-left: 3.5rem;
	}

	.xl\:ml-16 {
		margin-left: 4rem;
	}

	.xl\:ml-20 {
		margin-left: 5rem;
	}

	.xl\:ml-24 {
		margin-left: 6rem;
	}

	.xl\:ml-28 {
		margin-left: 7rem;
	}

	.xl\:ml-32 {
		margin-left: 8rem;
	}

	.xl\:ml-36 {
		margin-left: 9rem;
	}

	.xl\:ml-40 {
		margin-left: 10rem;
	}

	.xl\:ml-44 {
		margin-left: 11rem;
	}

	.xl\:ml-48 {
		margin-left: 12rem;
	}

	.xl\:ml-52 {
		margin-left: 13rem;
	}

	.xl\:ml-56 {
		margin-left: 14rem;
	}

	.xl\:ml-60 {
		margin-left: 15rem;
	}

	.xl\:ml-64 {
		margin-left: 16rem;
	}

	.xl\:ml-72 {
		margin-left: 18rem;
	}

	.xl\:ml-80 {
		margin-left: 20rem;
	}

	.xl\:ml-96 {
		margin-left: 24rem;
	}

	.xl\:ml-auto {
		margin-left: auto;
	}

	.xl\:ml-px {
		margin-left: 1px;
	}

	.xl\:ml-0\.5 {
		margin-left: 0.125rem;
	}

	.xl\:ml-1\.5 {
		margin-left: 0.375rem;
	}

	.xl\:ml-2\.5 {
		margin-left: 0.625rem;
	}

	.xl\:ml-3\.5 {
		margin-left: 0.875rem;
	}

	.xl\:-ml-0 {
		margin-left: 0;
	}

	.xl\:-ml-1 {
		margin-left: -0.25rem;
	}

	.xl\:-ml-2 {
		margin-left: -0.5rem;
	}

	.xl\:-ml-3 {
		margin-left: -0.75rem;
	}

	.xl\:-ml-4 {
		margin-left: -1rem;
	}

	.xl\:-ml-5 {
		margin-left: -1.25rem;
	}

	.xl\:-ml-6 {
		margin-left: -1.5rem;
	}

	.xl\:-ml-7 {
		margin-left: -1.75rem;
	}

	.xl\:-ml-8 {
		margin-left: -2rem;
	}

	.xl\:-ml-9 {
		margin-left: -2.25rem;
	}

	.xl\:-ml-10 {
		margin-left: -2.5rem;
	}

	.xl\:-ml-11 {
		margin-left: -2.75rem;
	}

	.xl\:-ml-12 {
		margin-left: -3rem;
	}

	.xl\:-ml-14 {
		margin-left: -3.5rem;
	}

	.xl\:-ml-16 {
		margin-left: -4rem;
	}

	.xl\:-ml-20 {
		margin-left: -5rem;
	}

	.xl\:-ml-24 {
		margin-left: -6rem;
	}

	.xl\:-ml-28 {
		margin-left: -7rem;
	}

	.xl\:-ml-32 {
		margin-left: -8rem;
	}

	.xl\:-ml-36 {
		margin-left: -9rem;
	}

	.xl\:-ml-40 {
		margin-left: -10rem;
	}

	.xl\:-ml-44 {
		margin-left: -11rem;
	}

	.xl\:-ml-48 {
		margin-left: -12rem;
	}

	.xl\:-ml-52 {
		margin-left: -13rem;
	}

	.xl\:-ml-56 {
		margin-left: -14rem;
	}

	.xl\:-ml-60 {
		margin-left: -15rem;
	}

	.xl\:-ml-64 {
		margin-left: -16rem;
	}

	.xl\:-ml-72 {
		margin-left: -18rem;
	}

	.xl\:-ml-80 {
		margin-left: -20rem;
	}

	.xl\:-ml-96 {
		margin-left: -24rem;
	}

	.xl\:-ml-px {
		margin-left: -1px;
	}

	.xl\:-ml-0\.5 {
		margin-left: -0.125rem;
	}

	.xl\:-ml-1\.5 {
		margin-left: -0.375rem;
	}

	.xl\:-ml-2\.5 {
		margin-left: -0.625rem;
	}

	.xl\:-ml-3\.5 {
		margin-left: -0.875rem;
	}
}

@media (min-width: 1536px) {

	.\32xl\:m-0 {
		margin: 0;
	}

	.\32xl\:m-1 {
		margin: 0.25rem;
	}

	.\32xl\:m-2 {
		margin: 0.5rem;
	}

	.\32xl\:m-3 {
		margin: 0.75rem;
	}

	.\32xl\:m-4 {
		margin: 1rem;
	}

	.\32xl\:m-5 {
		margin: 1.25rem;
	}

	.\32xl\:m-6 {
		margin: 1.5rem;
	}

	.\32xl\:m-7 {
		margin: 1.75rem;
	}

	.\32xl\:m-8 {
		margin: 2rem;
	}

	.\32xl\:m-9 {
		margin: 2.25rem;
	}

	.\32xl\:m-10 {
		margin: 2.5rem;
	}

	.\32xl\:m-11 {
		margin: 2.75rem;
	}

	.\32xl\:m-12 {
		margin: 3rem;
	}

	.\32xl\:m-14 {
		margin: 3.5rem;
	}

	.\32xl\:m-16 {
		margin: 4rem;
	}

	.\32xl\:m-20 {
		margin: 5rem;
	}

	.\32xl\:m-24 {
		margin: 6rem;
	}

	.\32xl\:m-28 {
		margin: 7rem;
	}

	.\32xl\:m-32 {
		margin: 8rem;
	}

	.\32xl\:m-36 {
		margin: 9rem;
	}

	.\32xl\:m-40 {
		margin: 10rem;
	}

	.\32xl\:m-44 {
		margin: 11rem;
	}

	.\32xl\:m-48 {
		margin: 12rem;
	}

	.\32xl\:m-52 {
		margin: 13rem;
	}

	.\32xl\:m-56 {
		margin: 14rem;
	}

	.\32xl\:m-60 {
		margin: 15rem;
	}

	.\32xl\:m-64 {
		margin: 16rem;
	}

	.\32xl\:m-72 {
		margin: 18rem;
	}

	.\32xl\:m-80 {
		margin: 20rem;
	}

	.\32xl\:m-96 {
		margin: 24rem;
	}

	.\32xl\:m-auto {
		margin: auto;
	}

	.\32xl\:m-px {
		margin: 1px;
	}

	.\32xl\:m-0\.5 {
		margin: 0.125rem;
	}

	.\32xl\:m-1\.5 {
		margin: 0.375rem;
	}

	.\32xl\:m-2\.5 {
		margin: 0.625rem;
	}

	.\32xl\:m-3\.5 {
		margin: 0.875rem;
	}

	.\32xl\:-m-0 {
		margin: 0;
	}

	.\32xl\:-m-1 {
		margin: -0.25rem;
	}

	.\32xl\:-m-2 {
		margin: -0.5rem;
	}

	.\32xl\:-m-3 {
		margin: -0.75rem;
	}

	.\32xl\:-m-4 {
		margin: -1rem;
	}

	.\32xl\:-m-5 {
		margin: -1.25rem;
	}

	.\32xl\:-m-6 {
		margin: -1.5rem;
	}

	.\32xl\:-m-7 {
		margin: -1.75rem;
	}

	.\32xl\:-m-8 {
		margin: -2rem;
	}

	.\32xl\:-m-9 {
		margin: -2.25rem;
	}

	.\32xl\:-m-10 {
		margin: -2.5rem;
	}

	.\32xl\:-m-11 {
		margin: -2.75rem;
	}

	.\32xl\:-m-12 {
		margin: -3rem;
	}

	.\32xl\:-m-14 {
		margin: -3.5rem;
	}

	.\32xl\:-m-16 {
		margin: -4rem;
	}

	.\32xl\:-m-20 {
		margin: -5rem;
	}

	.\32xl\:-m-24 {
		margin: -6rem;
	}

	.\32xl\:-m-28 {
		margin: -7rem;
	}

	.\32xl\:-m-32 {
		margin: -8rem;
	}

	.\32xl\:-m-36 {
		margin: -9rem;
	}

	.\32xl\:-m-40 {
		margin: -10rem;
	}

	.\32xl\:-m-44 {
		margin: -11rem;
	}

	.\32xl\:-m-48 {
		margin: -12rem;
	}

	.\32xl\:-m-52 {
		margin: -13rem;
	}

	.\32xl\:-m-56 {
		margin: -14rem;
	}

	.\32xl\:-m-60 {
		margin: -15rem;
	}

	.\32xl\:-m-64 {
		margin: -16rem;
	}

	.\32xl\:-m-72 {
		margin: -18rem;
	}

	.\32xl\:-m-80 {
		margin: -20rem;
	}

	.\32xl\:-m-96 {
		margin: -24rem;
	}

	.\32xl\:-m-px {
		margin: -1px;
	}

	.\32xl\:-m-0\.5 {
		margin: -0.125rem;
	}

	.\32xl\:-m-1\.5 {
		margin: -0.375rem;
	}

	.\32xl\:-m-2\.5 {
		margin: -0.625rem;
	}

	.\32xl\:-m-3\.5 {
		margin: -0.875rem;
	}

	.\32xl\:mx-0 {
		margin-left: 0 !important;
		margin-right: 0;
	}

	.\32xl\:mx-1 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem;
	}

	.\32xl\:mx-2 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem;
	}

	.\32xl\:mx-3 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem;
	}

	.\32xl\:mx-4 {
		margin-left: 1rem !important;
		margin-right: 1rem;
	}

	.\32xl\:mx-5 {
		margin-left: 1.25rem !important;
		margin-right: 1.25rem;
	}

	.\32xl\:mx-6 {
		margin-left: 1.5rem !important;
		margin-right: 1.5rem;
	}

	.\32xl\:mx-7 {
		margin-left: 1.75rem !important;
		margin-right: 1.75rem;
	}

	.\32xl\:mx-8 {
		margin-left: 2rem !important;
		margin-right: 2rem;
	}

	.\32xl\:mx-9 {
		margin-left: 2.25rem !important;
		margin-right: 2.25rem;
	}

	.\32xl\:mx-10 {
		margin-left: 2.5rem !important;
		margin-right: 2.5rem;
	}

	.\32xl\:mx-11 {
		margin-left: 2.75rem !important;
		margin-right: 2.75rem;
	}

	.\32xl\:mx-12 {
		margin-left: 3rem !important;
		margin-right: 3rem;
	}

	.\32xl\:mx-14 {
		margin-left: 3.5rem !important;
		margin-right: 3.5rem;
	}

	.\32xl\:mx-16 {
		margin-left: 4rem !important;
		margin-right: 4rem;
	}

	.\32xl\:mx-20 {
		margin-left: 5rem !important;
		margin-right: 5rem;
	}

	.\32xl\:mx-24 {
		margin-left: 6rem !important;
		margin-right: 6rem;
	}

	.\32xl\:mx-28 {
		margin-left: 7rem !important;
		margin-right: 7rem;
	}

	.\32xl\:mx-32 {
		margin-left: 8rem !important;
		margin-right: 8rem;
	}

	.\32xl\:mx-36 {
		margin-left: 9rem !important;
		margin-right: 9rem;
	}

	.\32xl\:mx-40 {
		margin-left: 10rem !important;
		margin-right: 10rem;
	}

	.\32xl\:mx-44 {
		margin-left: 11rem !important;
		margin-right: 11rem;
	}

	.\32xl\:mx-48 {
		margin-left: 12rem !important;
		margin-right: 12rem;
	}

	.\32xl\:mx-52 {
		margin-left: 13rem !important;
		margin-right: 13rem;
	}

	.\32xl\:mx-56 {
		margin-left: 14rem !important;
		margin-right: 14rem;
	}

	.\32xl\:mx-60 {
		margin-left: 15rem !important;
		margin-right: 15rem;
	}

	.\32xl\:mx-64 {
		margin-left: 16rem !important;
		margin-right: 16rem;
	}

	.\32xl\:mx-72 {
		margin-left: 18rem !important;
		margin-right: 18rem;
	}

	.\32xl\:mx-80 {
		margin-left: 20rem !important;
		margin-right: 20rem;
	}

	.\32xl\:mx-96 {
		margin-left: 24rem !important;
		margin-right: 24rem;
	}

	.\32xl\:mx-auto {
		margin-left: auto !important;
		margin-right: auto;
	}

	.\32xl\:mx-px {
		margin-left: 1px !important;
		margin-right: 1px;
	}

	.\32xl\:mx-0\.5 {
		margin-left: 0.125rem !important;
		margin-right: 0.125rem;
	}

	.\32xl\:mx-1\.5 {
		margin-left: 0.375rem !important;
		margin-right: 0.375rem;
	}

	.\32xl\:mx-2\.5 {
		margin-left: 0.625rem !important;
		margin-right: 0.625rem;
	}

	.\32xl\:mx-3\.5 {
		margin-left: 0.875rem !important;
		margin-right: 0.875rem;
	}

	.\32xl\:-mx-0 {
		margin-left: 0 !important;
		margin-right: 0;
	}

	.\32xl\:-mx-1 {
		margin-left: -0.25rem !important;
		margin-right: -0.25rem;
	}

	.\32xl\:-mx-2 {
		margin-left: -0.5rem !important;
		margin-right: -0.5rem;
	}

	.\32xl\:-mx-3 {
		margin-left: -0.75rem !important;
		margin-right: -0.75rem;
	}

	.\32xl\:-mx-4 {
		margin-left: -1rem !important;
		margin-right: -1rem;
	}

	.\32xl\:-mx-5 {
		margin-left: -1.25rem !important;
		margin-right: -1.25rem;
	}

	.\32xl\:-mx-6 {
		margin-left: -1.5rem !important;
		margin-right: -1.5rem;
	}

	.\32xl\:-mx-7 {
		margin-left: -1.75rem !important;
		margin-right: -1.75rem;
	}

	.\32xl\:-mx-8 {
		margin-left: -2rem !important;
		margin-right: -2rem;
	}

	.\32xl\:-mx-9 {
		margin-left: -2.25rem !important;
		margin-right: -2.25rem;
	}

	.\32xl\:-mx-10 {
		margin-left: -2.5rem !important;
		margin-right: -2.5rem;
	}

	.\32xl\:-mx-11 {
		margin-left: -2.75rem !important;
		margin-right: -2.75rem;
	}

	.\32xl\:-mx-12 {
		margin-left: -3rem !important;
		margin-right: -3rem;
	}

	.\32xl\:-mx-14 {
		margin-left: -3.5rem !important;
		margin-right: -3.5rem;
	}

	.\32xl\:-mx-16 {
		margin-left: -4rem !important;
		margin-right: -4rem;
	}

	.\32xl\:-mx-20 {
		margin-left: -5rem !important;
		margin-right: -5rem;
	}

	.\32xl\:-mx-24 {
		margin-left: -6rem !important;
		margin-right: -6rem;
	}

	.\32xl\:-mx-28 {
		margin-left: -7rem !important;
		margin-right: -7rem;
	}

	.\32xl\:-mx-32 {
		margin-left: -8rem !important;
		margin-right: -8rem;
	}

	.\32xl\:-mx-36 {
		margin-left: -9rem !important;
		margin-right: -9rem;
	}

	.\32xl\:-mx-40 {
		margin-left: -10rem !important;
		margin-right: -10rem;
	}

	.\32xl\:-mx-44 {
		margin-left: -11rem !important;
		margin-right: -11rem;
	}

	.\32xl\:-mx-48 {
		margin-left: -12rem !important;
		margin-right: -12rem;
	}

	.\32xl\:-mx-52 {
		margin-left: -13rem !important;
		margin-right: -13rem;
	}

	.\32xl\:-mx-56 {
		margin-left: -14rem !important;
		margin-right: -14rem;
	}

	.\32xl\:-mx-60 {
		margin-left: -15rem !important;
		margin-right: -15rem;
	}

	.\32xl\:-mx-64 {
		margin-left: -16rem !important;
		margin-right: -16rem;
	}

	.\32xl\:-mx-72 {
		margin-left: -18rem !important;
		margin-right: -18rem;
	}

	.\32xl\:-mx-80 {
		margin-left: -20rem !important;
		margin-right: -20rem;
	}

	.\32xl\:-mx-96 {
		margin-left: -24rem !important;
		margin-right: -24rem;
	}

	.\32xl\:-mx-px {
		margin-left: -1px !important;
		margin-right: -1px;
	}

	.\32xl\:-mx-0\.5 {
		margin-left: -0.125rem !important;
		margin-right: -0.125rem;
	}

	.\32xl\:-mx-1\.5 {
		margin-left: -0.375rem !important;
		margin-right: -0.375rem;
	}

	.\32xl\:-mx-2\.5 {
		margin-left: -0.625rem !important;
		margin-right: -0.625rem;
	}

	.\32xl\:-mx-3\.5 {
		margin-left: -0.875rem !important;
		margin-right: -0.875rem;
	}

	.\32xl\:my-0 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.\32xl\:my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem;
	}

	.\32xl\:my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem;
	}

	.\32xl\:my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem;
	}

	.\32xl\:my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem;
	}

	.\32xl\:my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem;
	}

	.\32xl\:my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem;
	}

	.\32xl\:my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem;
	}

	.\32xl\:my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem;
	}

	.\32xl\:my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem;
	}

	.\32xl\:my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem;
	}

	.\32xl\:my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem;
	}

	.\32xl\:my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem;
	}

	.\32xl\:my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem;
	}

	.\32xl\:my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem;
	}

	.\32xl\:my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem;
	}

	.\32xl\:my-24 {
		margin-top: 6rem !important;
		margin-bottom: 6rem;
	}

	.\32xl\:my-28 {
		margin-top: 7rem !important;
		margin-bottom: 7rem;
	}

	.\32xl\:my-32 {
		margin-top: 8rem !important;
		margin-bottom: 8rem;
	}

	.\32xl\:my-36 {
		margin-top: 9rem !important;
		margin-bottom: 9rem;
	}

	.\32xl\:my-40 {
		margin-top: 10rem !important;
		margin-bottom: 10rem;
	}

	.\32xl\:my-44 {
		margin-top: 11rem !important;
		margin-bottom: 11rem;
	}

	.\32xl\:my-48 {
		margin-top: 12rem !important;
		margin-bottom: 12rem;
	}

	.\32xl\:my-52 {
		margin-top: 13rem !important;
		margin-bottom: 13rem;
	}

	.\32xl\:my-56 {
		margin-top: 14rem !important;
		margin-bottom: 14rem;
	}

	.\32xl\:my-60 {
		margin-top: 15rem !important;
		margin-bottom: 15rem;
	}

	.\32xl\:my-64 {
		margin-top: 16rem !important;
		margin-bottom: 16rem;
	}

	.\32xl\:my-72 {
		margin-top: 18rem !important;
		margin-bottom: 18rem;
	}

	.\32xl\:my-80 {
		margin-top: 20rem !important;
		margin-bottom: 20rem;
	}

	.\32xl\:my-96 {
		margin-top: 24rem !important;
		margin-bottom: 24rem;
	}

	.\32xl\:my-auto {
		margin-top: auto !important;
		margin-bottom: auto;
	}

	.\32xl\:my-px {
		margin-top: 1px !important;
		margin-bottom: 1px;
	}

	.\32xl\:my-0\.5 {
		margin-top: 0.125rem !important;
		margin-bottom: 0.125rem;
	}

	.\32xl\:my-1\.5 {
		margin-top: 0.375rem !important;
		margin-bottom: 0.375rem;
	}

	.\32xl\:my-2\.5 {
		margin-top: 0.625rem !important;
		margin-bottom: 0.625rem;
	}

	.\32xl\:my-3\.5 {
		margin-top: 0.875rem !important;
		margin-bottom: 0.875rem;
	}

	.\32xl\:-my-0 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.\32xl\:-my-1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem;
	}

	.\32xl\:-my-2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem;
	}

	.\32xl\:-my-3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem;
	}

	.\32xl\:-my-4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem;
	}

	.\32xl\:-my-5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem;
	}

	.\32xl\:-my-6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem;
	}

	.\32xl\:-my-7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem;
	}

	.\32xl\:-my-8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem;
	}

	.\32xl\:-my-9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem;
	}

	.\32xl\:-my-10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem;
	}

	.\32xl\:-my-11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem;
	}

	.\32xl\:-my-12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem;
	}

	.\32xl\:-my-14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem;
	}

	.\32xl\:-my-16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem;
	}

	.\32xl\:-my-20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem;
	}

	.\32xl\:-my-24 {
		margin-top: -6rem !important;
		margin-bottom: -6rem;
	}

	.\32xl\:-my-28 {
		margin-top: -7rem !important;
		margin-bottom: -7rem;
	}

	.\32xl\:-my-32 {
		margin-top: -8rem !important;
		margin-bottom: -8rem;
	}

	.\32xl\:-my-36 {
		margin-top: -9rem !important;
		margin-bottom: -9rem;
	}

	.\32xl\:-my-40 {
		margin-top: -10rem !important;
		margin-bottom: -10rem;
	}

	.\32xl\:-my-44 {
		margin-top: -11rem !important;
		margin-bottom: -11rem;
	}

	.\32xl\:-my-48 {
		margin-top: -12rem !important;
		margin-bottom: -12rem;
	}

	.\32xl\:-my-52 {
		margin-top: -13rem !important;
		margin-bottom: -13rem;
	}

	.\32xl\:-my-56 {
		margin-top: -14rem !important;
		margin-bottom: -14rem;
	}

	.\32xl\:-my-60 {
		margin-top: -15rem !important;
		margin-bottom: -15rem;
	}

	.\32xl\:-my-64 {
		margin-top: -16rem !important;
		margin-bottom: -16rem;
	}

	.\32xl\:-my-72 {
		margin-top: -18rem !important;
		margin-bottom: -18rem;
	}

	.\32xl\:-my-80 {
		margin-top: -20rem !important;
		margin-bottom: -20rem;
	}

	.\32xl\:-my-96 {
		margin-top: -24rem !important;
		margin-bottom: -24rem;
	}

	.\32xl\:-my-px {
		margin-top: -1px !important;
		margin-bottom: -1px;
	}

	.\32xl\:-my-0\.5 {
		margin-top: -0.125rem !important;
		margin-bottom: -0.125rem;
	}

	.\32xl\:-my-1\.5 {
		margin-top: -0.375rem !important;
		margin-bottom: -0.375rem;
	}

	.\32xl\:-my-2\.5 {
		margin-top: -0.625rem !important;
		margin-bottom: -0.625rem;
	}

	.\32xl\:-my-3\.5 {
		margin-top: -0.875rem !important;
		margin-bottom: -0.875rem;
	}

	.\32xl\:mt-0 {
		margin-top: 0;
	}

	.\32xl\:mt-1 {
		margin-top: 0.25rem;
	}

	.\32xl\:mt-2 {
		margin-top: 0.5rem;
	}

	.\32xl\:mt-3 {
		margin-top: 0.75rem;
	}

	.\32xl\:mt-4 {
		margin-top: 1rem;
	}

	.\32xl\:mt-5 {
		margin-top: 1.25rem;
	}

	.\32xl\:mt-6 {
		margin-top: 1.5rem;
	}

	.\32xl\:mt-7 {
		margin-top: 1.75rem;
	}

	.\32xl\:mt-8 {
		margin-top: 2rem;
	}

	.\32xl\:mt-9 {
		margin-top: 2.25rem;
	}

	.\32xl\:mt-10 {
		margin-top: 2.5rem;
	}

	.\32xl\:mt-11 {
		margin-top: 2.75rem;
	}

	.\32xl\:mt-12 {
		margin-top: 3rem;
	}

	.\32xl\:mt-14 {
		margin-top: 3.5rem;
	}

	.\32xl\:mt-16 {
		margin-top: 4rem;
	}

	.\32xl\:mt-20 {
		margin-top: 5rem;
	}

	.\32xl\:mt-24 {
		margin-top: 6rem;
	}

	.\32xl\:mt-28 {
		margin-top: 7rem;
	}

	.\32xl\:mt-32 {
		margin-top: 8rem;
	}

	.\32xl\:mt-36 {
		margin-top: 9rem;
	}

	.\32xl\:mt-40 {
		margin-top: 10rem;
	}

	.\32xl\:mt-44 {
		margin-top: 11rem;
	}

	.\32xl\:mt-48 {
		margin-top: 12rem;
	}

	.\32xl\:mt-52 {
		margin-top: 13rem;
	}

	.\32xl\:mt-56 {
		margin-top: 14rem;
	}

	.\32xl\:mt-60 {
		margin-top: 15rem;
	}

	.\32xl\:mt-64 {
		margin-top: 16rem;
	}

	.\32xl\:mt-72 {
		margin-top: 18rem;
	}

	.\32xl\:mt-80 {
		margin-top: 20rem;
	}

	.\32xl\:mt-96 {
		margin-top: 24rem;
	}

	.\32xl\:mt-auto {
		margin-top: auto;
	}

	.\32xl\:mt-px {
		margin-top: 1px;
	}

	.\32xl\:mt-0\.5 {
		margin-top: 0.125rem;
	}

	.\32xl\:mt-1\.5 {
		margin-top: 0.375rem;
	}

	.\32xl\:mt-2\.5 {
		margin-top: 0.625rem;
	}

	.\32xl\:mt-3\.5 {
		margin-top: 0.875rem;
	}

	.\32xl\:-mt-0 {
		margin-top: 0;
	}

	.\32xl\:-mt-1 {
		margin-top: -0.25rem;
	}

	.\32xl\:-mt-2 {
		margin-top: -0.5rem;
	}

	.\32xl\:-mt-3 {
		margin-top: -0.75rem;
	}

	.\32xl\:-mt-4 {
		margin-top: -1rem;
	}

	.\32xl\:-mt-5 {
		margin-top: -1.25rem;
	}

	.\32xl\:-mt-6 {
		margin-top: -1.5rem;
	}

	.\32xl\:-mt-7 {
		margin-top: -1.75rem;
	}

	.\32xl\:-mt-8 {
		margin-top: -2rem;
	}

	.\32xl\:-mt-9 {
		margin-top: -2.25rem;
	}

	.\32xl\:-mt-10 {
		margin-top: -2.5rem;
	}

	.\32xl\:-mt-11 {
		margin-top: -2.75rem;
	}

	.\32xl\:-mt-12 {
		margin-top: -3rem;
	}

	.\32xl\:-mt-14 {
		margin-top: -3.5rem;
	}

	.\32xl\:-mt-16 {
		margin-top: -4rem;
	}

	.\32xl\:-mt-20 {
		margin-top: -5rem;
	}

	.\32xl\:-mt-24 {
		margin-top: -6rem;
	}

	.\32xl\:-mt-28 {
		margin-top: -7rem;
	}

	.\32xl\:-mt-32 {
		margin-top: -8rem;
	}

	.\32xl\:-mt-36 {
		margin-top: -9rem;
	}

	.\32xl\:-mt-40 {
		margin-top: -10rem;
	}

	.\32xl\:-mt-44 {
		margin-top: -11rem;
	}

	.\32xl\:-mt-48 {
		margin-top: -12rem;
	}

	.\32xl\:-mt-52 {
		margin-top: -13rem;
	}

	.\32xl\:-mt-56 {
		margin-top: -14rem;
	}

	.\32xl\:-mt-60 {
		margin-top: -15rem;
	}

	.\32xl\:-mt-64 {
		margin-top: -16rem;
	}

	.\32xl\:-mt-72 {
		margin-top: -18rem;
	}

	.\32xl\:-mt-80 {
		margin-top: -20rem;
	}

	.\32xl\:-mt-96 {
		margin-top: -24rem;
	}

	.\32xl\:-mt-px {
		margin-top: -1px;
	}

	.\32xl\:-mt-0\.5 {
		margin-top: -0.125rem;
	}

	.\32xl\:-mt-1\.5 {
		margin-top: -0.375rem;
	}

	.\32xl\:-mt-2\.5 {
		margin-top: -0.625rem;
	}

	.\32xl\:-mt-3\.5 {
		margin-top: -0.875rem;
	}

	.\32xl\:mr-0 {
		margin-right: 0;
	}

	.\32xl\:mr-1 {
		margin-right: 0.25rem;
	}

	.\32xl\:mr-2 {
		margin-right: 0.5rem;
	}

	.\32xl\:mr-3 {
		margin-right: 0.75rem;
	}

	.\32xl\:mr-4 {
		margin-right: 1rem;
	}

	.\32xl\:mr-5 {
		margin-right: 1.25rem;
	}

	.\32xl\:mr-6 {
		margin-right: 1.5rem;
	}

	.\32xl\:mr-7 {
		margin-right: 1.75rem;
	}

	.\32xl\:mr-8 {
		margin-right: 2rem;
	}

	.\32xl\:mr-9 {
		margin-right: 2.25rem;
	}

	.\32xl\:mr-10 {
		margin-right: 2.5rem;
	}

	.\32xl\:mr-11 {
		margin-right: 2.75rem;
	}

	.\32xl\:mr-12 {
		margin-right: 3rem;
	}

	.\32xl\:mr-14 {
		margin-right: 3.5rem;
	}

	.\32xl\:mr-16 {
		margin-right: 4rem;
	}

	.\32xl\:mr-20 {
		margin-right: 5rem;
	}

	.\32xl\:mr-24 {
		margin-right: 6rem;
	}

	.\32xl\:mr-28 {
		margin-right: 7rem;
	}

	.\32xl\:mr-32 {
		margin-right: 8rem;
	}

	.\32xl\:mr-36 {
		margin-right: 9rem;
	}

	.\32xl\:mr-40 {
		margin-right: 10rem;
	}

	.\32xl\:mr-44 {
		margin-right: 11rem;
	}

	.\32xl\:mr-48 {
		margin-right: 12rem;
	}

	.\32xl\:mr-52 {
		margin-right: 13rem;
	}

	.\32xl\:mr-56 {
		margin-right: 14rem;
	}

	.\32xl\:mr-60 {
		margin-right: 15rem;
	}

	.\32xl\:mr-64 {
		margin-right: 16rem;
	}

	.\32xl\:mr-72 {
		margin-right: 18rem;
	}

	.\32xl\:mr-80 {
		margin-right: 20rem;
	}

	.\32xl\:mr-96 {
		margin-right: 24rem;
	}

	.\32xl\:mr-auto {
		margin-right: auto;
	}

	.\32xl\:mr-px {
		margin-right: 1px;
	}

	.\32xl\:mr-0\.5 {
		margin-right: 0.125rem;
	}

	.\32xl\:mr-1\.5 {
		margin-right: 0.375rem;
	}

	.\32xl\:mr-2\.5 {
		margin-right: 0.625rem;
	}

	.\32xl\:mr-3\.5 {
		margin-right: 0.875rem;
	}

	.\32xl\:-mr-0 {
		margin-right: 0;
	}

	.\32xl\:-mr-1 {
		margin-right: -0.25rem;
	}

	.\32xl\:-mr-2 {
		margin-right: -0.5rem;
	}

	.\32xl\:-mr-3 {
		margin-right: -0.75rem;
	}

	.\32xl\:-mr-4 {
		margin-right: -1rem;
	}

	.\32xl\:-mr-5 {
		margin-right: -1.25rem;
	}

	.\32xl\:-mr-6 {
		margin-right: -1.5rem;
	}

	.\32xl\:-mr-7 {
		margin-right: -1.75rem;
	}

	.\32xl\:-mr-8 {
		margin-right: -2rem;
	}

	.\32xl\:-mr-9 {
		margin-right: -2.25rem;
	}

	.\32xl\:-mr-10 {
		margin-right: -2.5rem;
	}

	.\32xl\:-mr-11 {
		margin-right: -2.75rem;
	}

	.\32xl\:-mr-12 {
		margin-right: -3rem;
	}

	.\32xl\:-mr-14 {
		margin-right: -3.5rem;
	}

	.\32xl\:-mr-16 {
		margin-right: -4rem;
	}

	.\32xl\:-mr-20 {
		margin-right: -5rem;
	}

	.\32xl\:-mr-24 {
		margin-right: -6rem;
	}

	.\32xl\:-mr-28 {
		margin-right: -7rem;
	}

	.\32xl\:-mr-32 {
		margin-right: -8rem;
	}

	.\32xl\:-mr-36 {
		margin-right: -9rem;
	}

	.\32xl\:-mr-40 {
		margin-right: -10rem;
	}

	.\32xl\:-mr-44 {
		margin-right: -11rem;
	}

	.\32xl\:-mr-48 {
		margin-right: -12rem;
	}

	.\32xl\:-mr-52 {
		margin-right: -13rem;
	}

	.\32xl\:-mr-56 {
		margin-right: -14rem;
	}

	.\32xl\:-mr-60 {
		margin-right: -15rem;
	}

	.\32xl\:-mr-64 {
		margin-right: -16rem;
	}

	.\32xl\:-mr-72 {
		margin-right: -18rem;
	}

	.\32xl\:-mr-80 {
		margin-right: -20rem;
	}

	.\32xl\:-mr-96 {
		margin-right: -24rem;
	}

	.\32xl\:-mr-px {
		margin-right: -1px;
	}

	.\32xl\:-mr-0\.5 {
		margin-right: -0.125rem;
	}

	.\32xl\:-mr-1\.5 {
		margin-right: -0.375rem;
	}

	.\32xl\:-mr-2\.5 {
		margin-right: -0.625rem;
	}

	.\32xl\:-mr-3\.5 {
		margin-right: -0.875rem;
	}

	.\32xl\:mb-0 {
		margin-bottom: 0;
	}

	.\32xl\:mb-1 {
		margin-bottom: 0.25rem;
	}

	.\32xl\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.\32xl\:mb-3 {
		margin-bottom: 0.75rem;
	}

	.\32xl\:mb-4 {
		margin-bottom: 1rem;
	}

	.\32xl\:mb-5 {
		margin-bottom: 1.25rem;
	}

	.\32xl\:mb-6 {
		margin-bottom: 1.5rem;
	}

	.\32xl\:mb-7 {
		margin-bottom: 1.75rem;
	}

	.\32xl\:mb-8 {
		margin-bottom: 2rem;
	}

	.\32xl\:mb-9 {
		margin-bottom: 2.25rem;
	}

	.\32xl\:mb-10 {
		margin-bottom: 2.5rem;
	}

	.\32xl\:mb-11 {
		margin-bottom: 2.75rem;
	}

	.\32xl\:mb-12 {
		margin-bottom: 3rem;
	}

	.\32xl\:mb-14 {
		margin-bottom: 3.5rem;
	}

	.\32xl\:mb-16 {
		margin-bottom: 4rem;
	}

	.\32xl\:mb-20 {
		margin-bottom: 5rem;
	}

	.\32xl\:mb-24 {
		margin-bottom: 6rem;
	}

	.\32xl\:mb-28 {
		margin-bottom: 7rem;
	}

	.\32xl\:mb-32 {
		margin-bottom: 8rem;
	}

	.\32xl\:mb-36 {
		margin-bottom: 9rem;
	}

	.\32xl\:mb-40 {
		margin-bottom: 10rem;
	}

	.\32xl\:mb-44 {
		margin-bottom: 11rem;
	}

	.\32xl\:mb-48 {
		margin-bottom: 12rem;
	}

	.\32xl\:mb-52 {
		margin-bottom: 13rem;
	}

	.\32xl\:mb-56 {
		margin-bottom: 14rem;
	}

	.\32xl\:mb-60 {
		margin-bottom: 15rem;
	}

	.\32xl\:mb-64 {
		margin-bottom: 16rem;
	}

	.\32xl\:mb-72 {
		margin-bottom: 18rem;
	}

	.\32xl\:mb-80 {
		margin-bottom: 20rem;
	}

	.\32xl\:mb-96 {
		margin-bottom: 24rem;
	}

	.\32xl\:mb-auto {
		margin-bottom: auto;
	}

	.\32xl\:mb-px {
		margin-bottom: 1px;
	}

	.\32xl\:mb-0\.5 {
		margin-bottom: 0.125rem;
	}

	.\32xl\:mb-1\.5 {
		margin-bottom: 0.375rem;
	}

	.\32xl\:mb-2\.5 {
		margin-bottom: 0.625rem;
	}

	.\32xl\:mb-3\.5 {
		margin-bottom: 0.875rem;
	}

	.\32xl\:-mb-0 {
		margin-bottom: 0;
	}

	.\32xl\:-mb-1 {
		margin-bottom: -0.25rem;
	}

	.\32xl\:-mb-2 {
		margin-bottom: -0.5rem;
	}

	.\32xl\:-mb-3 {
		margin-bottom: -0.75rem;
	}

	.\32xl\:-mb-4 {
		margin-bottom: -1rem;
	}

	.\32xl\:-mb-5 {
		margin-bottom: -1.25rem;
	}

	.\32xl\:-mb-6 {
		margin-bottom: -1.5rem;
	}

	.\32xl\:-mb-7 {
		margin-bottom: -1.75rem;
	}

	.\32xl\:-mb-8 {
		margin-bottom: -2rem;
	}

	.\32xl\:-mb-9 {
		margin-bottom: -2.25rem;
	}

	.\32xl\:-mb-10 {
		margin-bottom: -2.5rem;
	}

	.\32xl\:-mb-11 {
		margin-bottom: -2.75rem;
	}

	.\32xl\:-mb-12 {
		margin-bottom: -3rem;
	}

	.\32xl\:-mb-14 {
		margin-bottom: -3.5rem;
	}

	.\32xl\:-mb-16 {
		margin-bottom: -4rem;
	}

	.\32xl\:-mb-20 {
		margin-bottom: -5rem;
	}

	.\32xl\:-mb-24 {
		margin-bottom: -6rem;
	}

	.\32xl\:-mb-28 {
		margin-bottom: -7rem;
	}

	.\32xl\:-mb-32 {
		margin-bottom: -8rem;
	}

	.\32xl\:-mb-36 {
		margin-bottom: -9rem;
	}

	.\32xl\:-mb-40 {
		margin-bottom: -10rem;
	}

	.\32xl\:-mb-44 {
		margin-bottom: -11rem;
	}

	.\32xl\:-mb-48 {
		margin-bottom: -12rem;
	}

	.\32xl\:-mb-52 {
		margin-bottom: -13rem;
	}

	.\32xl\:-mb-56 {
		margin-bottom: -14rem;
	}

	.\32xl\:-mb-60 {
		margin-bottom: -15rem;
	}

	.\32xl\:-mb-64 {
		margin-bottom: -16rem;
	}

	.\32xl\:-mb-72 {
		margin-bottom: -18rem;
	}

	.\32xl\:-mb-80 {
		margin-bottom: -20rem;
	}

	.\32xl\:-mb-96 {
		margin-bottom: -24rem;
	}

	.\32xl\:-mb-px {
		margin-bottom: -1px;
	}

	.\32xl\:-mb-0\.5 {
		margin-bottom: -0.125rem;
	}

	.\32xl\:-mb-1\.5 {
		margin-bottom: -0.375rem;
	}

	.\32xl\:-mb-2\.5 {
		margin-bottom: -0.625rem;
	}

	.\32xl\:-mb-3\.5 {
		margin-bottom: -0.875rem;
	}

	.\32xl\:ml-0 {
		margin-left: 0;
	}

	.\32xl\:ml-1 {
		margin-left: 0.25rem;
	}

	.\32xl\:ml-2 {
		margin-left: 0.5rem;
	}

	.\32xl\:ml-3 {
		margin-left: 0.75rem;
	}

	.\32xl\:ml-4 {
		margin-left: 1rem;
	}

	.\32xl\:ml-5 {
		margin-left: 1.25rem;
	}

	.\32xl\:ml-6 {
		margin-left: 1.5rem;
	}

	.\32xl\:ml-7 {
		margin-left: 1.75rem;
	}

	.\32xl\:ml-8 {
		margin-left: 2rem;
	}

	.\32xl\:ml-9 {
		margin-left: 2.25rem;
	}

	.\32xl\:ml-10 {
		margin-left: 2.5rem;
	}

	.\32xl\:ml-11 {
		margin-left: 2.75rem;
	}

	.\32xl\:ml-12 {
		margin-left: 3rem;
	}

	.\32xl\:ml-14 {
		margin-left: 3.5rem;
	}

	.\32xl\:ml-16 {
		margin-left: 4rem;
	}

	.\32xl\:ml-20 {
		margin-left: 5rem;
	}

	.\32xl\:ml-24 {
		margin-left: 6rem;
	}

	.\32xl\:ml-28 {
		margin-left: 7rem;
	}

	.\32xl\:ml-32 {
		margin-left: 8rem;
	}

	.\32xl\:ml-36 {
		margin-left: 9rem;
	}

	.\32xl\:ml-40 {
		margin-left: 10rem;
	}

	.\32xl\:ml-44 {
		margin-left: 11rem;
	}

	.\32xl\:ml-48 {
		margin-left: 12rem;
	}

	.\32xl\:ml-52 {
		margin-left: 13rem;
	}

	.\32xl\:ml-56 {
		margin-left: 14rem;
	}

	.\32xl\:ml-60 {
		margin-left: 15rem;
	}

	.\32xl\:ml-64 {
		margin-left: 16rem;
	}

	.\32xl\:ml-72 {
		margin-left: 18rem;
	}

	.\32xl\:ml-80 {
		margin-left: 20rem;
	}

	.\32xl\:ml-96 {
		margin-left: 24rem;
	}

	.\32xl\:ml-auto {
		margin-left: auto;
	}

	.\32xl\:ml-px {
		margin-left: 1px;
	}

	.\32xl\:ml-0\.5 {
		margin-left: 0.125rem;
	}

	.\32xl\:ml-1\.5 {
		margin-left: 0.375rem;
	}

	.\32xl\:ml-2\.5 {
		margin-left: 0.625rem;
	}

	.\32xl\:ml-3\.5 {
		margin-left: 0.875rem;
	}

	.\32xl\:-ml-0 {
		margin-left: 0;
	}

	.\32xl\:-ml-1 {
		margin-left: -0.25rem;
	}

	.\32xl\:-ml-2 {
		margin-left: -0.5rem;
	}

	.\32xl\:-ml-3 {
		margin-left: -0.75rem;
	}

	.\32xl\:-ml-4 {
		margin-left: -1rem;
	}

	.\32xl\:-ml-5 {
		margin-left: -1.25rem;
	}

	.\32xl\:-ml-6 {
		margin-left: -1.5rem;
	}

	.\32xl\:-ml-7 {
		margin-left: -1.75rem;
	}

	.\32xl\:-ml-8 {
		margin-left: -2rem;
	}

	.\32xl\:-ml-9 {
		margin-left: -2.25rem;
	}

	.\32xl\:-ml-10 {
		margin-left: -2.5rem;
	}

	.\32xl\:-ml-11 {
		margin-left: -2.75rem;
	}

	.\32xl\:-ml-12 {
		margin-left: -3rem;
	}

	.\32xl\:-ml-14 {
		margin-left: -3.5rem;
	}

	.\32xl\:-ml-16 {
		margin-left: -4rem;
	}

	.\32xl\:-ml-20 {
		margin-left: -5rem;
	}

	.\32xl\:-ml-24 {
		margin-left: -6rem;
	}

	.\32xl\:-ml-28 {
		margin-left: -7rem;
	}

	.\32xl\:-ml-32 {
		margin-left: -8rem;
	}

	.\32xl\:-ml-36 {
		margin-left: -9rem;
	}

	.\32xl\:-ml-40 {
		margin-left: -10rem;
	}

	.\32xl\:-ml-44 {
		margin-left: -11rem;
	}

	.\32xl\:-ml-48 {
		margin-left: -12rem;
	}

	.\32xl\:-ml-52 {
		margin-left: -13rem;
	}

	.\32xl\:-ml-56 {
		margin-left: -14rem;
	}

	.\32xl\:-ml-60 {
		margin-left: -15rem;
	}

	.\32xl\:-ml-64 {
		margin-left: -16rem;
	}

	.\32xl\:-ml-72 {
		margin-left: -18rem;
	}

	.\32xl\:-ml-80 {
		margin-left: -20rem;
	}

	.\32xl\:-ml-96 {
		margin-left: -24rem;
	}

	.\32xl\:-ml-px {
		margin-left: -1px;
	}

	.\32xl\:-ml-0\.5 {
		margin-left: -0.125rem;
	}

	.\32xl\:-ml-1\.5 {
		margin-left: -0.375rem;
	}

	.\32xl\:-ml-2\.5 {
		margin-left: -0.625rem;
	}

	.\32xl\:-ml-3\.5 {
		margin-left: -0.875rem;
	}
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
.p-0 {
	padding: 0;
}

.p-1 {
	padding: 0.25rem;
}

.p-2 {
	padding: 0.5rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-4 {
	padding: 1rem;
}

.p-5 {
	padding: 1.25rem;
}

.p-6 {
	padding: 1.5rem;
}

.p-7 {
	padding: 1.75rem;
}

.p-8 {
	padding: 2rem;
}

.p-9 {
	padding: 2.25rem;
}

.p-10 {
	padding: 2.5rem;
}

.p-11 {
	padding: 2.75rem;
}

.p-12 {
	padding: 3rem;
}

.p-14 {
	padding: 3.5rem;
}

.p-16 {
	padding: 4rem;
}

.p-20 {
	padding: 5rem;
}

.p-24 {
	padding: 6rem;
}

.p-28 {
	padding: 7rem;
}

.p-32 {
	padding: 8rem;
}

.p-36 {
	padding: 9rem;
}

.p-40 {
	padding: 10rem;
}

.p-44 {
	padding: 11rem;
}

.p-48 {
	padding: 12rem;
}

.p-52 {
	padding: 13rem;
}

.p-56 {
	padding: 14rem;
}

.p-60 {
	padding: 15rem;
}

.p-64 {
	padding: 16rem;
}

.p-72 {
	padding: 18rem;
}

.p-80 {
	padding: 20rem;
}

.p-96 {
	padding: 24rem;
}

.p-px {
	padding: 1px;
}

.p-0\.5 {
	padding: 0.125rem;
}

.p-1\.5 {
	padding: 0.375rem;
}

.p-2\.5 {
	padding: 0.625rem;
}

.p-3\.5 {
	padding: 0.875rem;
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-11 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.px-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.px-16 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.px-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}

.px-28 {
	padding-left: 7rem;
	padding-right: 7rem;
}

.px-32 {
	padding-left: 8rem;
	padding-right: 8rem;
}

.px-36 {
	padding-left: 9rem;
	padding-right: 9rem;
}

.px-40 {
	padding-left: 10rem;
	padding-right: 10rem;
}

.px-44 {
	padding-left: 11rem;
	padding-right: 11rem;
}

.px-48 {
	padding-left: 12rem;
	padding-right: 12rem;
}

.px-52 {
	padding-left: 13rem;
	padding-right: 13rem;
}

.px-56 {
	padding-left: 14rem;
	padding-right: 14rem;
}

.px-60 {
	padding-left: 15rem;
	padding-right: 15rem;
}

.px-64 {
	padding-left: 16rem;
	padding-right: 16rem;
}

.px-72 {
	padding-left: 18rem;
	padding-right: 18rem;
}

.px-80 {
	padding-left: 20rem;
	padding-right: 20rem;
}

.px-96 {
	padding-left: 24rem;
	padding-right: 24rem;
}

.px-px {
	padding-left: 1px;
	padding-right: 1px;
}

.px-0\.5 {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}

.px-1\.5 {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.px-3\.5 {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-11 {
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.py-36 {
	padding-top: 9rem;
	padding-bottom: 9rem;
}

.py-40 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

.py-44 {
	padding-top: 11rem;
	padding-bottom: 11rem;
}

.py-48 {
	padding-top: 12rem;
	padding-bottom: 12rem;
}

.py-52 {
	padding-top: 13rem;
	padding-bottom: 13rem;
}

.py-56 {
	padding-top: 14rem;
	padding-bottom: 14rem;
}

.py-60 {
	padding-top: 15rem;
	padding-bottom: 15rem;
}

.py-64 {
	padding-top: 16rem;
	padding-bottom: 16rem;
}

.py-72 {
	padding-top: 18rem;
	padding-bottom: 18rem;
}

.py-80 {
	padding-top: 20rem;
	padding-bottom: 20rem;
}

.py-96 {
	padding-top: 24rem;
	padding-bottom: 24rem;
}

.py-px {
	padding-top: 1px;
	padding-bottom: 1px;
}

.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.py-3\.5 {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}

.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: 0.25rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

.pt-7 {
	padding-top: 1.75rem;
}

.pt-8 {
	padding-top: 2rem;
}

.pt-9 {
	padding-top: 2.25rem;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pt-11 {
	padding-top: 2.75rem;
}

.pt-12 {
	padding-top: 3rem;
}

.pt-14 {
	padding-top: 3.5rem;
}

.pt-16 {
	padding-top: 4rem;
}

.pt-20 {
	padding-top: 5rem;
}

.pt-24 {
	padding-top: 6rem;
}

.pt-28 {
	padding-top: 7rem;
}

.pt-32 {
	padding-top: 8rem;
}

.pt-36 {
	padding-top: 9rem;
}

.pt-40 {
	padding-top: 10rem;
}

.pt-44 {
	padding-top: 11rem;
}

.pt-48 {
	padding-top: 12rem;
}

.pt-52 {
	padding-top: 13rem;
}

.pt-56 {
	padding-top: 14rem;
}

.pt-60 {
	padding-top: 15rem;
}

.pt-64 {
	padding-top: 16rem;
}

.pt-72 {
	padding-top: 18rem;
}

.pt-80 {
	padding-top: 20rem;
}

.pt-96 {
	padding-top: 24rem;
}

.pt-px {
	padding-top: 1px;
}

.pt-0\.5 {
	padding-top: 0.125rem;
}

.pt-1\.5 {
	padding-top: 0.375rem;
}

.pt-2\.5 {
	padding-top: 0.625rem;
}

.pt-3\.5 {
	padding-top: 0.875rem;
}

.pr-0 {
	padding-right: 0;
}

.pr-1 {
	padding-right: 0.25rem;
}

.pr-2 {
	padding-right: 0.5rem;
}

.pr-3 {
	padding-right: 0.75rem;
}

.pr-4 {
	padding-right: 1rem;
}

.pr-5 {
	padding-right: 1.25rem;
}

.pr-6 {
	padding-right: 1.5rem;
}

.pr-7 {
	padding-right: 1.75rem;
}

.pr-8 {
	padding-right: 2rem;
}

.pr-9 {
	padding-right: 2.25rem;
}

.pr-10 {
	padding-right: 2.5rem;
}

.pr-11 {
	padding-right: 2.75rem;
}

.pr-12 {
	padding-right: 3rem;
}

.pr-14 {
	padding-right: 3.5rem;
}

.pr-16 {
	padding-right: 4rem;
}

.pr-20 {
	padding-right: 5rem;
}

.pr-24 {
	padding-right: 6rem;
}

.pr-28 {
	padding-right: 7rem;
}

.pr-32 {
	padding-right: 8rem;
}

.pr-36 {
	padding-right: 9rem;
}

.pr-40 {
	padding-right: 10rem;
}

.pr-44 {
	padding-right: 11rem;
}

.pr-48 {
	padding-right: 12rem;
}

.pr-52 {
	padding-right: 13rem;
}

.pr-56 {
	padding-right: 14rem;
}

.pr-60 {
	padding-right: 15rem;
}

.pr-64 {
	padding-right: 16rem;
}

.pr-72 {
	padding-right: 18rem;
}

.pr-80 {
	padding-right: 20rem;
}

.pr-96 {
	padding-right: 24rem;
}

.pr-px {
	padding-right: 1px;
}

.pr-0\.5 {
	padding-right: 0.125rem;
}

.pr-1\.5 {
	padding-right: 0.375rem;
}

.pr-2\.5 {
	padding-right: 0.625rem;
}

.pr-3\.5 {
	padding-right: 0.875rem;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: 0.25rem;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.pb-3 {
	padding-bottom: 0.75rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pb-7 {
	padding-bottom: 1.75rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pb-9 {
	padding-bottom: 2.25rem;
}

.pb-10 {
	padding-bottom: 2.5rem;
}

.pb-11 {
	padding-bottom: 2.75rem;
}

.pb-12 {
	padding-bottom: 3rem;
}

.pb-14 {
	padding-bottom: 3.5rem;
}

.pb-16 {
	padding-bottom: 4rem;
}

.pb-20 {
	padding-bottom: 5rem;
}

.pb-24 {
	padding-bottom: 6rem;
}

.pb-28 {
	padding-bottom: 7rem;
}

.pb-32 {
	padding-bottom: 8rem;
}

.pb-36 {
	padding-bottom: 9rem;
}

.pb-40 {
	padding-bottom: 10rem;
}

.pb-44 {
	padding-bottom: 11rem;
}

.pb-48 {
	padding-bottom: 12rem;
}

.pb-52 {
	padding-bottom: 13rem;
}

.pb-56 {
	padding-bottom: 14rem;
}

.pb-60 {
	padding-bottom: 15rem;
}

.pb-64 {
	padding-bottom: 16rem;
}

.pb-72 {
	padding-bottom: 18rem;
}

.pb-80 {
	padding-bottom: 20rem;
}

.pb-96 {
	padding-bottom: 24rem;
}

.pb-px {
	padding-bottom: 1px;
}

.pb-0\.5 {
	padding-bottom: 0.125rem;
}

.pb-1\.5 {
	padding-bottom: 0.375rem;
}

.pb-2\.5 {
	padding-bottom: 0.625rem;
}

.pb-3\.5 {
	padding-bottom: 0.875rem;
}

.pl-0 {
	padding-left: 0;
}

.pl-1 {
	padding-left: 0.25rem;
}

.pl-2 {
	padding-left: 0.5rem;
}

.pl-3 {
	padding-left: 0.75rem;
}

.pl-4 {
	padding-left: 1rem;
}

.pl-5 {
	padding-left: 1.25rem;
}

.pl-6 {
	padding-left: 1.5rem;
}

.pl-7 {
	padding-left: 1.75rem;
}

.pl-8 {
	padding-left: 2rem;
}

.pl-9 {
	padding-left: 2.25rem;
}

.pl-10 {
	padding-left: 2.5rem;
}

.pl-11 {
	padding-left: 2.75rem;
}

.pl-12 {
	padding-left: 3rem;
}

.pl-14 {
	padding-left: 3.5rem;
}

.pl-16 {
	padding-left: 4rem;
}

.pl-20 {
	padding-left: 5rem;
}

.pl-24 {
	padding-left: 6rem;
}

.pl-28 {
	padding-left: 7rem;
}

.pl-32 {
	padding-left: 8rem;
}

.pl-36 {
	padding-left: 9rem;
}

.pl-40 {
	padding-left: 10rem;
}

.pl-44 {
	padding-left: 11rem;
}

.pl-48 {
	padding-left: 12rem;
}

.pl-52 {
	padding-left: 13rem;
}

.pl-56 {
	padding-left: 14rem;
}

.pl-60 {
	padding-left: 15rem;
}

.pl-64 {
	padding-left: 16rem;
}

.pl-72 {
	padding-left: 18rem;
}

.pl-80 {
	padding-left: 20rem;
}

.pl-96 {
	padding-left: 24rem;
}

.pl-px {
	padding-left: 1px;
}

.pl-0\.5 {
	padding-left: 0.125rem;
}

.pl-1\.5 {
	padding-left: 0.375rem;
}

.pl-2\.5 {
	padding-left: 0.625rem;
}

.pl-3\.5 {
	padding-left: 0.875rem;
}

@media (min-width: 640px) {

	.sm\:p-0 {
		padding: 0;
	}

	.sm\:p-1 {
		padding: 0.25rem;
	}

	.sm\:p-2 {
		padding: 0.5rem;
	}

	.sm\:p-3 {
		padding: 0.75rem;
	}

	.sm\:p-4 {
		padding: 1rem;
	}

	.sm\:p-5 {
		padding: 1.25rem;
	}

	.sm\:p-6 {
		padding: 1.5rem;
	}

	.sm\:p-7 {
		padding: 1.75rem;
	}

	.sm\:p-8 {
		padding: 2rem;
	}

	.sm\:p-9 {
		padding: 2.25rem;
	}

	.sm\:p-10 {
		padding: 2.5rem;
	}

	.sm\:p-11 {
		padding: 2.75rem;
	}

	.sm\:p-12 {
		padding: 3rem;
	}

	.sm\:p-14 {
		padding: 3.5rem;
	}

	.sm\:p-16 {
		padding: 4rem;
	}

	.sm\:p-20 {
		padding: 5rem;
	}

	.sm\:p-24 {
		padding: 6rem;
	}

	.sm\:p-28 {
		padding: 7rem;
	}

	.sm\:p-32 {
		padding: 8rem;
	}

	.sm\:p-36 {
		padding: 9rem;
	}

	.sm\:p-40 {
		padding: 10rem;
	}

	.sm\:p-44 {
		padding: 11rem;
	}

	.sm\:p-48 {
		padding: 12rem;
	}

	.sm\:p-52 {
		padding: 13rem;
	}

	.sm\:p-56 {
		padding: 14rem;
	}

	.sm\:p-60 {
		padding: 15rem;
	}

	.sm\:p-64 {
		padding: 16rem;
	}

	.sm\:p-72 {
		padding: 18rem;
	}

	.sm\:p-80 {
		padding: 20rem;
	}

	.sm\:p-96 {
		padding: 24rem;
	}

	.sm\:p-px {
		padding: 1px;
	}

	.sm\:p-0\.5 {
		padding: 0.125rem;
	}

	.sm\:p-1\.5 {
		padding: 0.375rem;
	}

	.sm\:p-2\.5 {
		padding: 0.625rem;
	}

	.sm\:p-3\.5 {
		padding: 0.875rem;
	}

	.sm\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.sm\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.sm\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.sm\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.sm\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.sm\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.sm\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.sm\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.sm\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.sm\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.sm\:px-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.sm\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.sm\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.sm\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.sm\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.sm\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.sm\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}

	.sm\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	.sm\:px-36 {
		padding-left: 9rem;
		padding-right: 9rem;
	}

	.sm\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.sm\:px-44 {
		padding-left: 11rem;
		padding-right: 11rem;
	}

	.sm\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.sm\:px-52 {
		padding-left: 13rem;
		padding-right: 13rem;
	}

	.sm\:px-56 {
		padding-left: 14rem;
		padding-right: 14rem;
	}

	.sm\:px-60 {
		padding-left: 15rem;
		padding-right: 15rem;
	}

	.sm\:px-64 {
		padding-left: 16rem;
		padding-right: 16rem;
	}

	.sm\:px-72 {
		padding-left: 18rem;
		padding-right: 18rem;
	}

	.sm\:px-80 {
		padding-left: 20rem;
		padding-right: 20rem;
	}

	.sm\:px-96 {
		padding-left: 24rem;
		padding-right: 24rem;
	}

	.sm\:px-px {
		padding-left: 1px;
		padding-right: 1px;
	}

	.sm\:px-0\.5 {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}

	.sm\:px-1\.5 {
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}

	.sm\:px-2\.5 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.sm\:px-3\.5 {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.sm\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.sm\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.sm\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.sm\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.sm\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.sm\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.sm\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.sm\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.sm\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.sm\:py-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.sm\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.sm\:py-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.sm\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.sm\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.sm\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.sm\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.sm\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.sm\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.sm\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.sm\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.sm\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.sm\:py-44 {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}

	.sm\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.sm\:py-52 {
		padding-top: 13rem;
		padding-bottom: 13rem;
	}

	.sm\:py-56 {
		padding-top: 14rem;
		padding-bottom: 14rem;
	}

	.sm\:py-60 {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}

	.sm\:py-64 {
		padding-top: 16rem;
		padding-bottom: 16rem;
	}

	.sm\:py-72 {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

	.sm\:py-80 {
		padding-top: 20rem;
		padding-bottom: 20rem;
	}

	.sm\:py-96 {
		padding-top: 24rem;
		padding-bottom: 24rem;
	}

	.sm\:py-px {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.sm\:py-0\.5 {
		padding-top: 0.125rem;
		padding-bottom: 0.125rem;
	}

	.sm\:py-1\.5 {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}

	.sm\:py-2\.5 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.sm\:py-3\.5 {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}

	.sm\:pt-0 {
		padding-top: 0;
	}

	.sm\:pt-1 {
		padding-top: 0.25rem;
	}

	.sm\:pt-2 {
		padding-top: 0.5rem;
	}

	.sm\:pt-3 {
		padding-top: 0.75rem;
	}

	.sm\:pt-4 {
		padding-top: 1rem;
	}

	.sm\:pt-5 {
		padding-top: 1.25rem;
	}

	.sm\:pt-6 {
		padding-top: 1.5rem;
	}

	.sm\:pt-7 {
		padding-top: 1.75rem;
	}

	.sm\:pt-8 {
		padding-top: 2rem;
	}

	.sm\:pt-9 {
		padding-top: 2.25rem;
	}

	.sm\:pt-10 {
		padding-top: 2.5rem;
	}

	.sm\:pt-11 {
		padding-top: 2.75rem;
	}

	.sm\:pt-12 {
		padding-top: 3rem;
	}

	.sm\:pt-14 {
		padding-top: 3.5rem;
	}

	.sm\:pt-16 {
		padding-top: 4rem;
	}

	.sm\:pt-20 {
		padding-top: 5rem;
	}

	.sm\:pt-24 {
		padding-top: 6rem;
	}

	.sm\:pt-28 {
		padding-top: 7rem;
	}

	.sm\:pt-32 {
		padding-top: 8rem;
	}

	.sm\:pt-36 {
		padding-top: 9rem;
	}

	.sm\:pt-40 {
		padding-top: 10rem;
	}

	.sm\:pt-44 {
		padding-top: 11rem;
	}

	.sm\:pt-48 {
		padding-top: 12rem;
	}

	.sm\:pt-52 {
		padding-top: 13rem;
	}

	.sm\:pt-56 {
		padding-top: 14rem;
	}

	.sm\:pt-60 {
		padding-top: 15rem;
	}

	.sm\:pt-64 {
		padding-top: 16rem;
	}

	.sm\:pt-72 {
		padding-top: 18rem;
	}

	.sm\:pt-80 {
		padding-top: 20rem;
	}

	.sm\:pt-96 {
		padding-top: 24rem;
	}

	.sm\:pt-px {
		padding-top: 1px;
	}

	.sm\:pt-0\.5 {
		padding-top: 0.125rem;
	}

	.sm\:pt-1\.5 {
		padding-top: 0.375rem;
	}

	.sm\:pt-2\.5 {
		padding-top: 0.625rem;
	}

	.sm\:pt-3\.5 {
		padding-top: 0.875rem;
	}

	.sm\:pr-0 {
		padding-right: 0;
	}

	.sm\:pr-1 {
		padding-right: 0.25rem;
	}

	.sm\:pr-2 {
		padding-right: 0.5rem;
	}

	.sm\:pr-3 {
		padding-right: 0.75rem;
	}

	.sm\:pr-4 {
		padding-right: 1rem;
	}

	.sm\:pr-5 {
		padding-right: 1.25rem;
	}

	.sm\:pr-6 {
		padding-right: 1.5rem;
	}

	.sm\:pr-7 {
		padding-right: 1.75rem;
	}

	.sm\:pr-8 {
		padding-right: 2rem;
	}

	.sm\:pr-9 {
		padding-right: 2.25rem;
	}

	.sm\:pr-10 {
		padding-right: 2.5rem;
	}

	.sm\:pr-11 {
		padding-right: 2.75rem;
	}

	.sm\:pr-12 {
		padding-right: 3rem;
	}

	.sm\:pr-14 {
		padding-right: 3.5rem;
	}

	.sm\:pr-16 {
		padding-right: 4rem;
	}

	.sm\:pr-20 {
		padding-right: 5rem;
	}

	.sm\:pr-24 {
		padding-right: 6rem;
	}

	.sm\:pr-28 {
		padding-right: 7rem;
	}

	.sm\:pr-32 {
		padding-right: 8rem;
	}

	.sm\:pr-36 {
		padding-right: 9rem;
	}

	.sm\:pr-40 {
		padding-right: 10rem;
	}

	.sm\:pr-44 {
		padding-right: 11rem;
	}

	.sm\:pr-48 {
		padding-right: 12rem;
	}

	.sm\:pr-52 {
		padding-right: 13rem;
	}

	.sm\:pr-56 {
		padding-right: 14rem;
	}

	.sm\:pr-60 {
		padding-right: 15rem;
	}

	.sm\:pr-64 {
		padding-right: 16rem;
	}

	.sm\:pr-72 {
		padding-right: 18rem;
	}

	.sm\:pr-80 {
		padding-right: 20rem;
	}

	.sm\:pr-96 {
		padding-right: 24rem;
	}

	.sm\:pr-px {
		padding-right: 1px;
	}

	.sm\:pr-0\.5 {
		padding-right: 0.125rem;
	}

	.sm\:pr-1\.5 {
		padding-right: 0.375rem;
	}

	.sm\:pr-2\.5 {
		padding-right: 0.625rem;
	}

	.sm\:pr-3\.5 {
		padding-right: 0.875rem;
	}

	.sm\:pb-0 {
		padding-bottom: 0;
	}

	.sm\:pb-1 {
		padding-bottom: 0.25rem;
	}

	.sm\:pb-2 {
		padding-bottom: 0.5rem;
	}

	.sm\:pb-3 {
		padding-bottom: 0.75rem;
	}

	.sm\:pb-4 {
		padding-bottom: 1rem;
	}

	.sm\:pb-5 {
		padding-bottom: 1.25rem;
	}

	.sm\:pb-6 {
		padding-bottom: 1.5rem;
	}

	.sm\:pb-7 {
		padding-bottom: 1.75rem;
	}

	.sm\:pb-8 {
		padding-bottom: 2rem;
	}

	.sm\:pb-9 {
		padding-bottom: 2.25rem;
	}

	.sm\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.sm\:pb-11 {
		padding-bottom: 2.75rem;
	}

	.sm\:pb-12 {
		padding-bottom: 3rem;
	}

	.sm\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.sm\:pb-16 {
		padding-bottom: 4rem;
	}

	.sm\:pb-20 {
		padding-bottom: 5rem;
	}

	.sm\:pb-24 {
		padding-bottom: 6rem;
	}

	.sm\:pb-28 {
		padding-bottom: 7rem;
	}

	.sm\:pb-32 {
		padding-bottom: 8rem;
	}

	.sm\:pb-36 {
		padding-bottom: 9rem;
	}

	.sm\:pb-40 {
		padding-bottom: 10rem;
	}

	.sm\:pb-44 {
		padding-bottom: 11rem;
	}

	.sm\:pb-48 {
		padding-bottom: 12rem;
	}

	.sm\:pb-52 {
		padding-bottom: 13rem;
	}

	.sm\:pb-56 {
		padding-bottom: 14rem;
	}

	.sm\:pb-60 {
		padding-bottom: 15rem;
	}

	.sm\:pb-64 {
		padding-bottom: 16rem;
	}

	.sm\:pb-72 {
		padding-bottom: 18rem;
	}

	.sm\:pb-80 {
		padding-bottom: 20rem;
	}

	.sm\:pb-96 {
		padding-bottom: 24rem;
	}

	.sm\:pb-px {
		padding-bottom: 1px;
	}

	.sm\:pb-0\.5 {
		padding-bottom: 0.125rem;
	}

	.sm\:pb-1\.5 {
		padding-bottom: 0.375rem;
	}

	.sm\:pb-2\.5 {
		padding-bottom: 0.625rem;
	}

	.sm\:pb-3\.5 {
		padding-bottom: 0.875rem;
	}

	.sm\:pl-0 {
		padding-left: 0;
	}

	.sm\:pl-1 {
		padding-left: 0.25rem;
	}

	.sm\:pl-2 {
		padding-left: 0.5rem;
	}

	.sm\:pl-3 {
		padding-left: 0.75rem;
	}

	.sm\:pl-4 {
		padding-left: 1rem;
	}

	.sm\:pl-5 {
		padding-left: 1.25rem;
	}

	.sm\:pl-6 {
		padding-left: 1.5rem;
	}

	.sm\:pl-7 {
		padding-left: 1.75rem;
	}

	.sm\:pl-8 {
		padding-left: 2rem;
	}

	.sm\:pl-9 {
		padding-left: 2.25rem;
	}

	.sm\:pl-10 {
		padding-left: 2.5rem;
	}

	.sm\:pl-11 {
		padding-left: 2.75rem;
	}

	.sm\:pl-12 {
		padding-left: 3rem;
	}

	.sm\:pl-14 {
		padding-left: 3.5rem;
	}

	.sm\:pl-16 {
		padding-left: 4rem;
	}

	.sm\:pl-20 {
		padding-left: 5rem;
	}

	.sm\:pl-24 {
		padding-left: 6rem;
	}

	.sm\:pl-28 {
		padding-left: 7rem;
	}

	.sm\:pl-32 {
		padding-left: 8rem;
	}

	.sm\:pl-36 {
		padding-left: 9rem;
	}

	.sm\:pl-40 {
		padding-left: 10rem;
	}

	.sm\:pl-44 {
		padding-left: 11rem;
	}

	.sm\:pl-48 {
		padding-left: 12rem;
	}

	.sm\:pl-52 {
		padding-left: 13rem;
	}

	.sm\:pl-56 {
		padding-left: 14rem;
	}

	.sm\:pl-60 {
		padding-left: 15rem;
	}

	.sm\:pl-64 {
		padding-left: 16rem;
	}

	.sm\:pl-72 {
		padding-left: 18rem;
	}

	.sm\:pl-80 {
		padding-left: 20rem;
	}

	.sm\:pl-96 {
		padding-left: 24rem;
	}

	.sm\:pl-px {
		padding-left: 1px;
	}

	.sm\:pl-0\.5 {
		padding-left: 0.125rem;
	}

	.sm\:pl-1\.5 {
		padding-left: 0.375rem;
	}

	.sm\:pl-2\.5 {
		padding-left: 0.625rem;
	}

	.sm\:pl-3\.5 {
		padding-left: 0.875rem;
	}
}

@media (min-width: 768px) {

	.md\:p-0 {
		padding: 0;
	}

	.md\:p-1 {
		padding: 0.25rem;
	}

	.md\:p-2 {
		padding: 0.5rem;
	}

	.md\:p-3 {
		padding: 0.75rem;
	}

	.md\:p-4 {
		padding: 1rem;
	}

	.md\:p-5 {
		padding: 1.25rem;
	}

	.md\:p-6 {
		padding: 1.5rem;
	}

	.md\:p-7 {
		padding: 1.75rem;
	}

	.md\:p-8 {
		padding: 2rem;
	}

	.md\:p-9 {
		padding: 2.25rem;
	}

	.md\:p-10 {
		padding: 2.5rem;
	}

	.md\:p-11 {
		padding: 2.75rem;
	}

	.md\:p-12 {
		padding: 3rem;
	}

	.md\:p-14 {
		padding: 3.5rem;
	}

	.md\:p-16 {
		padding: 4rem;
	}

	.md\:p-20 {
		padding: 5rem;
	}

	.md\:p-24 {
		padding: 6rem;
	}

	.md\:p-28 {
		padding: 7rem;
	}

	.md\:p-32 {
		padding: 8rem;
	}

	.md\:p-36 {
		padding: 9rem;
	}

	.md\:p-40 {
		padding: 10rem;
	}

	.md\:p-44 {
		padding: 11rem;
	}

	.md\:p-48 {
		padding: 12rem;
	}

	.md\:p-52 {
		padding: 13rem;
	}

	.md\:p-56 {
		padding: 14rem;
	}

	.md\:p-60 {
		padding: 15rem;
	}

	.md\:p-64 {
		padding: 16rem;
	}

	.md\:p-72 {
		padding: 18rem;
	}

	.md\:p-80 {
		padding: 20rem;
	}

	.md\:p-96 {
		padding: 24rem;
	}

	.md\:p-px {
		padding: 1px;
	}

	.md\:p-0\.5 {
		padding: 0.125rem;
	}

	.md\:p-1\.5 {
		padding: 0.375rem;
	}

	.md\:p-2\.5 {
		padding: 0.625rem;
	}

	.md\:p-3\.5 {
		padding: 0.875rem;
	}

	.md\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.md\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.md\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.md\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.md\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.md\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.md\:px-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.md\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.md\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.md\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.md\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.md\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}

	.md\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	.md\:px-36 {
		padding-left: 9rem;
		padding-right: 9rem;
	}

	.md\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.md\:px-44 {
		padding-left: 11rem;
		padding-right: 11rem;
	}

	.md\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.md\:px-52 {
		padding-left: 13rem;
		padding-right: 13rem;
	}

	.md\:px-56 {
		padding-left: 14rem;
		padding-right: 14rem;
	}

	.md\:px-60 {
		padding-left: 15rem;
		padding-right: 15rem;
	}

	.md\:px-64 {
		padding-left: 16rem;
		padding-right: 16rem;
	}

	.md\:px-72 {
		padding-left: 18rem;
		padding-right: 18rem;
	}

	.md\:px-80 {
		padding-left: 20rem;
		padding-right: 20rem;
	}

	.md\:px-96 {
		padding-left: 24rem;
		padding-right: 24rem;
	}

	.md\:px-px {
		padding-left: 1px;
		padding-right: 1px;
	}

	.md\:px-0\.5 {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}

	.md\:px-1\.5 {
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}

	.md\:px-2\.5 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.md\:px-3\.5 {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.md\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.md\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.md\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.md\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.md\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.md\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.md\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.md\:py-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.md\:py-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.md\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.md\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.md\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.md\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.md\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.md\:py-44 {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}

	.md\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.md\:py-52 {
		padding-top: 13rem;
		padding-bottom: 13rem;
	}

	.md\:py-56 {
		padding-top: 14rem;
		padding-bottom: 14rem;
	}

	.md\:py-60 {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}

	.md\:py-64 {
		padding-top: 16rem;
		padding-bottom: 16rem;
	}

	.md\:py-72 {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

	.md\:py-80 {
		padding-top: 20rem;
		padding-bottom: 20rem;
	}

	.md\:py-96 {
		padding-top: 24rem;
		padding-bottom: 24rem;
	}

	.md\:py-px {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.md\:py-0\.5 {
		padding-top: 0.125rem;
		padding-bottom: 0.125rem;
	}

	.md\:py-1\.5 {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}

	.md\:py-2\.5 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.md\:py-3\.5 {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}

	.md\:pt-0 {
		padding-top: 0;
	}

	.md\:pt-1 {
		padding-top: 0.25rem;
	}

	.md\:pt-2 {
		padding-top: 0.5rem;
	}

	.md\:pt-3 {
		padding-top: 0.75rem;
	}

	.md\:pt-4 {
		padding-top: 1rem;
	}

	.md\:pt-5 {
		padding-top: 1.25rem;
	}

	.md\:pt-6 {
		padding-top: 1.5rem;
	}

	.md\:pt-7 {
		padding-top: 1.75rem;
	}

	.md\:pt-8 {
		padding-top: 2rem;
	}

	.md\:pt-9 {
		padding-top: 2.25rem;
	}

	.md\:pt-10 {
		padding-top: 2.5rem;
	}

	.md\:pt-11 {
		padding-top: 2.75rem;
	}

	.md\:pt-12 {
		padding-top: 3rem;
	}

	.md\:pt-14 {
		padding-top: 3.5rem;
	}

	.md\:pt-16 {
		padding-top: 4rem;
	}

	.md\:pt-20 {
		padding-top: 5rem;
	}

	.md\:pt-24 {
		padding-top: 6rem;
	}

	.md\:pt-28 {
		padding-top: 7rem;
	}

	.md\:pt-32 {
		padding-top: 8rem;
	}

	.md\:pt-36 {
		padding-top: 9rem;
	}

	.md\:pt-40 {
		padding-top: 10rem;
	}

	.md\:pt-44 {
		padding-top: 11rem;
	}

	.md\:pt-48 {
		padding-top: 12rem;
	}

	.md\:pt-52 {
		padding-top: 13rem;
	}

	.md\:pt-56 {
		padding-top: 14rem;
	}

	.md\:pt-60 {
		padding-top: 15rem;
	}

	.md\:pt-64 {
		padding-top: 16rem;
	}

	.md\:pt-72 {
		padding-top: 18rem;
	}

	.md\:pt-80 {
		padding-top: 20rem;
	}

	.md\:pt-96 {
		padding-top: 24rem;
	}

	.md\:pt-px {
		padding-top: 1px;
	}

	.md\:pt-0\.5 {
		padding-top: 0.125rem;
	}

	.md\:pt-1\.5 {
		padding-top: 0.375rem;
	}

	.md\:pt-2\.5 {
		padding-top: 0.625rem;
	}

	.md\:pt-3\.5 {
		padding-top: 0.875rem;
	}

	.md\:pr-0 {
		padding-right: 0;
	}

	.md\:pr-1 {
		padding-right: 0.25rem;
	}

	.md\:pr-2 {
		padding-right: 0.5rem;
	}

	.md\:pr-3 {
		padding-right: 0.75rem;
	}

	.md\:pr-4 {
		padding-right: 1rem;
	}

	.md\:pr-5 {
		padding-right: 1.25rem;
	}

	.md\:pr-6 {
		padding-right: 1.5rem;
	}

	.md\:pr-7 {
		padding-right: 1.75rem;
	}

	.md\:pr-8 {
		padding-right: 2rem;
	}

	.md\:pr-9 {
		padding-right: 2.25rem;
	}

	.md\:pr-10 {
		padding-right: 2.5rem;
	}

	.md\:pr-11 {
		padding-right: 2.75rem;
	}

	.md\:pr-12 {
		padding-right: 3rem;
	}

	.md\:pr-14 {
		padding-right: 3.5rem;
	}

	.md\:pr-16 {
		padding-right: 4rem;
	}

	.md\:pr-20 {
		padding-right: 5rem;
	}

	.md\:pr-24 {
		padding-right: 6rem;
	}

	.md\:pr-28 {
		padding-right: 7rem;
	}

	.md\:pr-32 {
		padding-right: 8rem;
	}

	.md\:pr-36 {
		padding-right: 9rem;
	}

	.md\:pr-40 {
		padding-right: 10rem;
	}

	.md\:pr-44 {
		padding-right: 11rem;
	}

	.md\:pr-48 {
		padding-right: 12rem;
	}

	.md\:pr-52 {
		padding-right: 13rem;
	}

	.md\:pr-56 {
		padding-right: 14rem;
	}

	.md\:pr-60 {
		padding-right: 15rem;
	}

	.md\:pr-64 {
		padding-right: 16rem;
	}

	.md\:pr-72 {
		padding-right: 18rem;
	}

	.md\:pr-80 {
		padding-right: 20rem;
	}

	.md\:pr-96 {
		padding-right: 24rem;
	}

	.md\:pr-px {
		padding-right: 1px;
	}

	.md\:pr-0\.5 {
		padding-right: 0.125rem;
	}

	.md\:pr-1\.5 {
		padding-right: 0.375rem;
	}

	.md\:pr-2\.5 {
		padding-right: 0.625rem;
	}

	.md\:pr-3\.5 {
		padding-right: 0.875rem;
	}

	.md\:pb-0 {
		padding-bottom: 0;
	}

	.md\:pb-1 {
		padding-bottom: 0.25rem;
	}

	.md\:pb-2 {
		padding-bottom: 0.5rem;
	}

	.md\:pb-3 {
		padding-bottom: 0.75rem;
	}

	.md\:pb-4 {
		padding-bottom: 1rem;
	}

	.md\:pb-5 {
		padding-bottom: 1.25rem;
	}

	.md\:pb-6 {
		padding-bottom: 1.5rem;
	}

	.md\:pb-7 {
		padding-bottom: 1.75rem;
	}

	.md\:pb-8 {
		padding-bottom: 2rem;
	}

	.md\:pb-9 {
		padding-bottom: 2.25rem;
	}

	.md\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.md\:pb-11 {
		padding-bottom: 2.75rem;
	}

	.md\:pb-12 {
		padding-bottom: 3rem;
	}

	.md\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.md\:pb-16 {
		padding-bottom: 4rem;
	}

	.md\:pb-20 {
		padding-bottom: 5rem;
	}

	.md\:pb-24 {
		padding-bottom: 6rem;
	}

	.md\:pb-28 {
		padding-bottom: 7rem;
	}

	.md\:pb-32 {
		padding-bottom: 8rem;
	}

	.md\:pb-36 {
		padding-bottom: 9rem;
	}

	.md\:pb-40 {
		padding-bottom: 10rem;
	}

	.md\:pb-44 {
		padding-bottom: 11rem;
	}

	.md\:pb-48 {
		padding-bottom: 12rem;
	}

	.md\:pb-52 {
		padding-bottom: 13rem;
	}

	.md\:pb-56 {
		padding-bottom: 14rem;
	}

	.md\:pb-60 {
		padding-bottom: 15rem;
	}

	.md\:pb-64 {
		padding-bottom: 16rem;
	}

	.md\:pb-72 {
		padding-bottom: 18rem;
	}

	.md\:pb-80 {
		padding-bottom: 20rem;
	}

	.md\:pb-96 {
		padding-bottom: 24rem;
	}

	.md\:pb-px {
		padding-bottom: 1px;
	}

	.md\:pb-0\.5 {
		padding-bottom: 0.125rem;
	}

	.md\:pb-1\.5 {
		padding-bottom: 0.375rem;
	}

	.md\:pb-2\.5 {
		padding-bottom: 0.625rem;
	}

	.md\:pb-3\.5 {
		padding-bottom: 0.875rem;
	}

	.md\:pl-0 {
		padding-left: 0;
	}

	.md\:pl-1 {
		padding-left: 0.25rem;
	}

	.md\:pl-2 {
		padding-left: 0.5rem;
	}

	.md\:pl-3 {
		padding-left: 0.75rem;
	}

	.md\:pl-4 {
		padding-left: 1rem;
	}

	.md\:pl-5 {
		padding-left: 1.25rem;
	}

	.md\:pl-6 {
		padding-left: 1.5rem;
	}

	.md\:pl-7 {
		padding-left: 1.75rem;
	}

	.md\:pl-8 {
		padding-left: 2rem;
	}

	.md\:pl-9 {
		padding-left: 2.25rem;
	}

	.md\:pl-10 {
		padding-left: 2.5rem;
	}

	.md\:pl-11 {
		padding-left: 2.75rem;
	}

	.md\:pl-12 {
		padding-left: 3rem;
	}

	.md\:pl-14 {
		padding-left: 3.5rem;
	}

	.md\:pl-16 {
		padding-left: 4rem;
	}

	.md\:pl-20 {
		padding-left: 5rem;
	}

	.md\:pl-24 {
		padding-left: 6rem;
	}

	.md\:pl-28 {
		padding-left: 7rem;
	}

	.md\:pl-32 {
		padding-left: 8rem;
	}

	.md\:pl-36 {
		padding-left: 9rem;
	}

	.md\:pl-40 {
		padding-left: 10rem;
	}

	.md\:pl-44 {
		padding-left: 11rem;
	}

	.md\:pl-48 {
		padding-left: 12rem;
	}

	.md\:pl-52 {
		padding-left: 13rem;
	}

	.md\:pl-56 {
		padding-left: 14rem;
	}

	.md\:pl-60 {
		padding-left: 15rem;
	}

	.md\:pl-64 {
		padding-left: 16rem;
	}

	.md\:pl-72 {
		padding-left: 18rem;
	}

	.md\:pl-80 {
		padding-left: 20rem;
	}

	.md\:pl-96 {
		padding-left: 24rem;
	}

	.md\:pl-px {
		padding-left: 1px;
	}

	.md\:pl-0\.5 {
		padding-left: 0.125rem;
	}

	.md\:pl-1\.5 {
		padding-left: 0.375rem;
	}

	.md\:pl-2\.5 {
		padding-left: 0.625rem;
	}

	.md\:pl-3\.5 {
		padding-left: 0.875rem;
	}
}

@media (min-width: 1024px) {

	.lg\:p-0 {
		padding: 0;
	}

	.lg\:p-1 {
		padding: 0.25rem;
	}

	.lg\:p-2 {
		padding: 0.5rem;
	}

	.lg\:p-3 {
		padding: 0.75rem;
	}

	.lg\:p-4 {
		padding: 1rem;
	}

	.lg\:p-5 {
		padding: 1.25rem;
	}

	.lg\:p-6 {
		padding: 1.5rem;
	}

	.lg\:p-7 {
		padding: 1.75rem;
	}

	.lg\:p-8 {
		padding: 2rem;
	}

	.lg\:p-9 {
		padding: 2.25rem;
	}

	.lg\:p-10 {
		padding: 2.5rem;
	}

	.lg\:p-11 {
		padding: 2.75rem;
	}

	.lg\:p-12 {
		padding: 3rem;
	}

	.lg\:p-14 {
		padding: 3.5rem;
	}

	.lg\:p-16 {
		padding: 4rem;
	}

	.lg\:p-20 {
		padding: 5rem;
	}

	.lg\:p-24 {
		padding: 6rem;
	}

	.lg\:p-28 {
		padding: 7rem;
	}

	.lg\:p-32 {
		padding: 8rem;
	}

	.lg\:p-36 {
		padding: 9rem;
	}

	.lg\:p-40 {
		padding: 10rem;
	}

	.lg\:p-44 {
		padding: 11rem;
	}

	.lg\:p-48 {
		padding: 12rem;
	}

	.lg\:p-52 {
		padding: 13rem;
	}

	.lg\:p-56 {
		padding: 14rem;
	}

	.lg\:p-60 {
		padding: 15rem;
	}

	.lg\:p-64 {
		padding: 16rem;
	}

	.lg\:p-72 {
		padding: 18rem;
	}

	.lg\:p-80 {
		padding: 20rem;
	}

	.lg\:p-96 {
		padding: 24rem;
	}

	.lg\:p-px {
		padding: 1px;
	}

	.lg\:p-0\.5 {
		padding: 0.125rem;
	}

	.lg\:p-1\.5 {
		padding: 0.375rem;
	}

	.lg\:p-2\.5 {
		padding: 0.625rem;
	}

	.lg\:p-3\.5 {
		padding: 0.875rem;
	}

	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.lg\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.lg\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.lg\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.lg\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.lg\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.lg\:px-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.lg\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.lg\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}

	.lg\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	.lg\:px-36 {
		padding-left: 9rem;
		padding-right: 9rem;
	}

	.lg\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.lg\:px-44 {
		padding-left: 11rem;
		padding-right: 11rem;
	}

	.lg\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.lg\:px-52 {
		padding-left: 13rem;
		padding-right: 13rem;
	}

	.lg\:px-56 {
		padding-left: 14rem;
		padding-right: 14rem;
	}

	.lg\:px-60 {
		padding-left: 15rem;
		padding-right: 15rem;
	}

	.lg\:px-64 {
		padding-left: 16rem;
		padding-right: 16rem;
	}

	.lg\:px-72 {
		padding-left: 18rem;
		padding-right: 18rem;
	}

	.lg\:px-80 {
		padding-left: 20rem;
		padding-right: 20rem;
	}

	.lg\:px-96 {
		padding-left: 24rem;
		padding-right: 24rem;
	}

	.lg\:px-px {
		padding-left: 1px;
		padding-right: 1px;
	}

	.lg\:px-0\.5 {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}

	.lg\:px-1\.5 {
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}

	.lg\:px-2\.5 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.lg\:px-3\.5 {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.lg\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.lg\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.lg\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.lg\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.lg\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.lg\:py-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.lg\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.lg\:py-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.lg\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.lg\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.lg\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.lg\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.lg\:py-44 {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}

	.lg\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.lg\:py-52 {
		padding-top: 13rem;
		padding-bottom: 13rem;
	}

	.lg\:py-56 {
		padding-top: 14rem;
		padding-bottom: 14rem;
	}

	.lg\:py-60 {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}

	.lg\:py-64 {
		padding-top: 16rem;
		padding-bottom: 16rem;
	}

	.lg\:py-72 {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

	.lg\:py-80 {
		padding-top: 20rem;
		padding-bottom: 20rem;
	}

	.lg\:py-96 {
		padding-top: 24rem;
		padding-bottom: 24rem;
	}

	.lg\:py-px {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.lg\:py-0\.5 {
		padding-top: 0.125rem;
		padding-bottom: 0.125rem;
	}

	.lg\:py-1\.5 {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}

	.lg\:py-2\.5 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.lg\:py-3\.5 {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}

	.lg\:pt-0 {
		padding-top: 0;
	}

	.lg\:pt-1 {
		padding-top: 0.25rem;
	}

	.lg\:pt-2 {
		padding-top: 0.5rem;
	}

	.lg\:pt-3 {
		padding-top: 0.75rem;
	}

	.lg\:pt-4 {
		padding-top: 1rem;
	}

	.lg\:pt-5 {
		padding-top: 1.25rem;
	}

	.lg\:pt-6 {
		padding-top: 1.5rem;
	}

	.lg\:pt-7 {
		padding-top: 1.75rem;
	}

	.lg\:pt-8 {
		padding-top: 2rem;
	}

	.lg\:pt-9 {
		padding-top: 2.25rem;
	}

	.lg\:pt-10 {
		padding-top: 2.5rem;
	}

	.lg\:pt-11 {
		padding-top: 2.75rem;
	}

	.lg\:pt-12 {
		padding-top: 3rem;
	}

	.lg\:pt-14 {
		padding-top: 3.5rem;
	}

	.lg\:pt-16 {
		padding-top: 4rem;
	}

	.lg\:pt-20 {
		padding-top: 5rem;
	}

	.lg\:pt-24 {
		padding-top: 6rem;
	}

	.lg\:pt-28 {
		padding-top: 7rem;
	}

	.lg\:pt-32 {
		padding-top: 8rem;
	}

	.lg\:pt-36 {
		padding-top: 9rem;
	}

	.lg\:pt-40 {
		padding-top: 10rem;
	}

	.lg\:pt-44 {
		padding-top: 11rem;
	}

	.lg\:pt-48 {
		padding-top: 12rem;
	}

	.lg\:pt-52 {
		padding-top: 13rem;
	}

	.lg\:pt-56 {
		padding-top: 14rem;
	}

	.lg\:pt-60 {
		padding-top: 15rem;
	}

	.lg\:pt-64 {
		padding-top: 16rem;
	}

	.lg\:pt-72 {
		padding-top: 18rem;
	}

	.lg\:pt-80 {
		padding-top: 20rem;
	}

	.lg\:pt-96 {
		padding-top: 24rem;
	}

	.lg\:pt-px {
		padding-top: 1px;
	}

	.lg\:pt-0\.5 {
		padding-top: 0.125rem;
	}

	.lg\:pt-1\.5 {
		padding-top: 0.375rem;
	}

	.lg\:pt-2\.5 {
		padding-top: 0.625rem;
	}

	.lg\:pt-3\.5 {
		padding-top: 0.875rem;
	}

	.lg\:pr-0 {
		padding-right: 0;
	}

	.lg\:pr-1 {
		padding-right: 0.25rem;
	}

	.lg\:pr-2 {
		padding-right: 0.5rem;
	}

	.lg\:pr-3 {
		padding-right: 0.75rem;
	}

	.lg\:pr-4 {
		padding-right: 1rem;
	}

	.lg\:pr-5 {
		padding-right: 1.25rem;
	}

	.lg\:pr-6 {
		padding-right: 1.5rem;
	}

	.lg\:pr-7 {
		padding-right: 1.75rem;
	}

	.lg\:pr-8 {
		padding-right: 2rem;
	}

	.lg\:pr-9 {
		padding-right: 2.25rem;
	}

	.lg\:pr-10 {
		padding-right: 2.5rem;
	}

	.lg\:pr-11 {
		padding-right: 2.75rem;
	}

	.lg\:pr-12 {
		padding-right: 3rem;
	}

	.lg\:pr-14 {
		padding-right: 3.5rem;
	}

	.lg\:pr-16 {
		padding-right: 4rem;
	}

	.lg\:pr-20 {
		padding-right: 5rem;
	}

	.lg\:pr-24 {
		padding-right: 6rem;
	}

	.lg\:pr-28 {
		padding-right: 7rem;
	}

	.lg\:pr-32 {
		padding-right: 8rem;
	}

	.lg\:pr-36 {
		padding-right: 9rem;
	}

	.lg\:pr-40 {
		padding-right: 10rem;
	}

	.lg\:pr-44 {
		padding-right: 11rem;
	}

	.lg\:pr-48 {
		padding-right: 12rem;
	}

	.lg\:pr-52 {
		padding-right: 13rem;
	}

	.lg\:pr-56 {
		padding-right: 14rem;
	}

	.lg\:pr-60 {
		padding-right: 15rem;
	}

	.lg\:pr-64 {
		padding-right: 16rem;
	}

	.lg\:pr-72 {
		padding-right: 18rem;
	}

	.lg\:pr-80 {
		padding-right: 20rem;
	}

	.lg\:pr-96 {
		padding-right: 24rem;
	}

	.lg\:pr-px {
		padding-right: 1px;
	}

	.lg\:pr-0\.5 {
		padding-right: 0.125rem;
	}

	.lg\:pr-1\.5 {
		padding-right: 0.375rem;
	}

	.lg\:pr-2\.5 {
		padding-right: 0.625rem;
	}

	.lg\:pr-3\.5 {
		padding-right: 0.875rem;
	}

	.lg\:pb-0 {
		padding-bottom: 0;
	}

	.lg\:pb-1 {
		padding-bottom: 0.25rem;
	}

	.lg\:pb-2 {
		padding-bottom: 0.5rem;
	}

	.lg\:pb-3 {
		padding-bottom: 0.75rem;
	}

	.lg\:pb-4 {
		padding-bottom: 1rem;
	}

	.lg\:pb-5 {
		padding-bottom: 1.25rem;
	}

	.lg\:pb-6 {
		padding-bottom: 1.5rem;
	}

	.lg\:pb-7 {
		padding-bottom: 1.75rem;
	}

	.lg\:pb-8 {
		padding-bottom: 2rem;
	}

	.lg\:pb-9 {
		padding-bottom: 2.25rem;
	}

	.lg\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.lg\:pb-11 {
		padding-bottom: 2.75rem;
	}

	.lg\:pb-12 {
		padding-bottom: 3rem;
	}

	.lg\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.lg\:pb-16 {
		padding-bottom: 4rem;
	}

	.lg\:pb-20 {
		padding-bottom: 5rem;
	}

	.lg\:pb-24 {
		padding-bottom: 6rem;
	}

	.lg\:pb-28 {
		padding-bottom: 7rem;
	}

	.lg\:pb-32 {
		padding-bottom: 8rem;
	}

	.lg\:pb-36 {
		padding-bottom: 9rem;
	}

	.lg\:pb-40 {
		padding-bottom: 10rem;
	}

	.lg\:pb-44 {
		padding-bottom: 11rem;
	}

	.lg\:pb-48 {
		padding-bottom: 12rem;
	}

	.lg\:pb-52 {
		padding-bottom: 13rem;
	}

	.lg\:pb-56 {
		padding-bottom: 14rem;
	}

	.lg\:pb-60 {
		padding-bottom: 15rem;
	}

	.lg\:pb-64 {
		padding-bottom: 16rem;
	}

	.lg\:pb-72 {
		padding-bottom: 18rem;
	}

	.lg\:pb-80 {
		padding-bottom: 20rem;
	}

	.lg\:pb-96 {
		padding-bottom: 24rem;
	}

	.lg\:pb-px {
		padding-bottom: 1px;
	}

	.lg\:pb-0\.5 {
		padding-bottom: 0.125rem;
	}

	.lg\:pb-1\.5 {
		padding-bottom: 0.375rem;
	}

	.lg\:pb-2\.5 {
		padding-bottom: 0.625rem;
	}

	.lg\:pb-3\.5 {
		padding-bottom: 0.875rem;
	}

	.lg\:pl-0 {
		padding-left: 0;
	}

	.lg\:pl-1 {
		padding-left: 0.25rem;
	}

	.lg\:pl-2 {
		padding-left: 0.5rem;
	}

	.lg\:pl-3 {
		padding-left: 0.75rem;
	}

	.lg\:pl-4 {
		padding-left: 1rem;
	}

	.lg\:pl-5 {
		padding-left: 1.25rem;
	}

	.lg\:pl-6 {
		padding-left: 1.5rem;
	}

	.lg\:pl-7 {
		padding-left: 1.75rem;
	}

	.lg\:pl-8 {
		padding-left: 2rem;
	}

	.lg\:pl-9 {
		padding-left: 2.25rem;
	}

	.lg\:pl-10 {
		padding-left: 2.5rem;
	}

	.lg\:pl-11 {
		padding-left: 2.75rem;
	}

	.lg\:pl-12 {
		padding-left: 3rem;
	}

	.lg\:pl-14 {
		padding-left: 3.5rem;
	}

	.lg\:pl-16 {
		padding-left: 4rem;
	}

	.lg\:pl-20 {
		padding-left: 5rem;
	}

	.lg\:pl-24 {
		padding-left: 6rem;
	}

	.lg\:pl-28 {
		padding-left: 7rem;
	}

	.lg\:pl-32 {
		padding-left: 8rem;
	}

	.lg\:pl-36 {
		padding-left: 9rem;
	}

	.lg\:pl-40 {
		padding-left: 10rem;
	}

	.lg\:pl-44 {
		padding-left: 11rem;
	}

	.lg\:pl-48 {
		padding-left: 12rem;
	}

	.lg\:pl-52 {
		padding-left: 13rem;
	}

	.lg\:pl-56 {
		padding-left: 14rem;
	}

	.lg\:pl-60 {
		padding-left: 15rem;
	}

	.lg\:pl-64 {
		padding-left: 16rem;
	}

	.lg\:pl-72 {
		padding-left: 18rem;
	}

	.lg\:pl-80 {
		padding-left: 20rem;
	}

	.lg\:pl-96 {
		padding-left: 24rem;
	}

	.lg\:pl-px {
		padding-left: 1px;
	}

	.lg\:pl-0\.5 {
		padding-left: 0.125rem;
	}

	.lg\:pl-1\.5 {
		padding-left: 0.375rem;
	}

	.lg\:pl-2\.5 {
		padding-left: 0.625rem;
	}

	.lg\:pl-3\.5 {
		padding-left: 0.875rem;
	}
}

@media (min-width: 1280px) {

	.xl\:p-0 {
		padding: 0;
	}

	.xl\:p-1 {
		padding: 0.25rem;
	}

	.xl\:p-2 {
		padding: 0.5rem;
	}

	.xl\:p-3 {
		padding: 0.75rem;
	}

	.xl\:p-4 {
		padding: 1rem;
	}

	.xl\:p-5 {
		padding: 1.25rem;
	}

	.xl\:p-6 {
		padding: 1.5rem;
	}

	.xl\:p-7 {
		padding: 1.75rem;
	}

	.xl\:p-8 {
		padding: 2rem;
	}

	.xl\:p-9 {
		padding: 2.25rem;
	}

	.xl\:p-10 {
		padding: 2.5rem;
	}

	.xl\:p-11 {
		padding: 2.75rem;
	}

	.xl\:p-12 {
		padding: 3rem;
	}

	.xl\:p-14 {
		padding: 3.5rem;
	}

	.xl\:p-16 {
		padding: 4rem;
	}

	.xl\:p-20 {
		padding: 5rem;
	}

	.xl\:p-24 {
		padding: 6rem;
	}

	.xl\:p-28 {
		padding: 7rem;
	}

	.xl\:p-32 {
		padding: 8rem;
	}

	.xl\:p-36 {
		padding: 9rem;
	}

	.xl\:p-40 {
		padding: 10rem;
	}

	.xl\:p-44 {
		padding: 11rem;
	}

	.xl\:p-48 {
		padding: 12rem;
	}

	.xl\:p-52 {
		padding: 13rem;
	}

	.xl\:p-56 {
		padding: 14rem;
	}

	.xl\:p-60 {
		padding: 15rem;
	}

	.xl\:p-64 {
		padding: 16rem;
	}

	.xl\:p-72 {
		padding: 18rem;
	}

	.xl\:p-80 {
		padding: 20rem;
	}

	.xl\:p-96 {
		padding: 24rem;
	}

	.xl\:p-px {
		padding: 1px;
	}

	.xl\:p-0\.5 {
		padding: 0.125rem;
	}

	.xl\:p-1\.5 {
		padding: 0.375rem;
	}

	.xl\:p-2\.5 {
		padding: 0.625rem;
	}

	.xl\:p-3\.5 {
		padding: 0.875rem;
	}

	.xl\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.xl\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.xl\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.xl\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.xl\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.xl\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.xl\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.xl\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.xl\:px-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.xl\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.xl\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.xl\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.xl\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}

	.xl\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	.xl\:px-36 {
		padding-left: 9rem;
		padding-right: 9rem;
	}

	.xl\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.xl\:px-44 {
		padding-left: 11rem;
		padding-right: 11rem;
	}

	.xl\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.xl\:px-52 {
		padding-left: 13rem;
		padding-right: 13rem;
	}

	.xl\:px-56 {
		padding-left: 14rem;
		padding-right: 14rem;
	}

	.xl\:px-60 {
		padding-left: 15rem;
		padding-right: 15rem;
	}

	.xl\:px-64 {
		padding-left: 16rem;
		padding-right: 16rem;
	}

	.xl\:px-72 {
		padding-left: 18rem;
		padding-right: 18rem;
	}

	.xl\:px-80 {
		padding-left: 20rem;
		padding-right: 20rem;
	}

	.xl\:px-96 {
		padding-left: 24rem;
		padding-right: 24rem;
	}

	.xl\:px-px {
		padding-left: 1px;
		padding-right: 1px;
	}

	.xl\:px-0\.5 {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}

	.xl\:px-1\.5 {
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}

	.xl\:px-2\.5 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.xl\:px-3\.5 {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.xl\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.xl\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.xl\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.xl\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.xl\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.xl\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.xl\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.xl\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.xl\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.xl\:py-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.xl\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.xl\:py-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.xl\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.xl\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.xl\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.xl\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.xl\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.xl\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.xl\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.xl\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.xl\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.xl\:py-44 {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}

	.xl\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.xl\:py-52 {
		padding-top: 13rem;
		padding-bottom: 13rem;
	}

	.xl\:py-56 {
		padding-top: 14rem;
		padding-bottom: 14rem;
	}

	.xl\:py-60 {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}

	.xl\:py-64 {
		padding-top: 16rem;
		padding-bottom: 16rem;
	}

	.xl\:py-72 {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

	.xl\:py-80 {
		padding-top: 20rem;
		padding-bottom: 20rem;
	}

	.xl\:py-96 {
		padding-top: 24rem;
		padding-bottom: 24rem;
	}

	.xl\:py-px {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.xl\:py-0\.5 {
		padding-top: 0.125rem;
		padding-bottom: 0.125rem;
	}

	.xl\:py-1\.5 {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}

	.xl\:py-2\.5 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.xl\:py-3\.5 {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}

	.xl\:pt-0 {
		padding-top: 0;
	}

	.xl\:pt-1 {
		padding-top: 0.25rem;
	}

	.xl\:pt-2 {
		padding-top: 0.5rem;
	}

	.xl\:pt-3 {
		padding-top: 0.75rem;
	}

	.xl\:pt-4 {
		padding-top: 1rem;
	}

	.xl\:pt-5 {
		padding-top: 1.25rem;
	}

	.xl\:pt-6 {
		padding-top: 1.5rem;
	}

	.xl\:pt-7 {
		padding-top: 1.75rem;
	}

	.xl\:pt-8 {
		padding-top: 2rem;
	}

	.xl\:pt-9 {
		padding-top: 2.25rem;
	}

	.xl\:pt-10 {
		padding-top: 2.5rem;
	}

	.xl\:pt-11 {
		padding-top: 2.75rem;
	}

	.xl\:pt-12 {
		padding-top: 3rem;
	}

	.xl\:pt-14 {
		padding-top: 3.5rem;
	}

	.xl\:pt-16 {
		padding-top: 4rem;
	}

	.xl\:pt-20 {
		padding-top: 5rem;
	}

	.xl\:pt-24 {
		padding-top: 6rem;
	}

	.xl\:pt-28 {
		padding-top: 7rem;
	}

	.xl\:pt-32 {
		padding-top: 8rem;
	}

	.xl\:pt-36 {
		padding-top: 9rem;
	}

	.xl\:pt-40 {
		padding-top: 10rem;
	}

	.xl\:pt-44 {
		padding-top: 11rem;
	}

	.xl\:pt-48 {
		padding-top: 12rem;
	}

	.xl\:pt-52 {
		padding-top: 13rem;
	}

	.xl\:pt-56 {
		padding-top: 14rem;
	}

	.xl\:pt-60 {
		padding-top: 15rem;
	}

	.xl\:pt-64 {
		padding-top: 16rem;
	}

	.xl\:pt-72 {
		padding-top: 18rem;
	}

	.xl\:pt-80 {
		padding-top: 20rem;
	}

	.xl\:pt-96 {
		padding-top: 24rem;
	}

	.xl\:pt-px {
		padding-top: 1px;
	}

	.xl\:pt-0\.5 {
		padding-top: 0.125rem;
	}

	.xl\:pt-1\.5 {
		padding-top: 0.375rem;
	}

	.xl\:pt-2\.5 {
		padding-top: 0.625rem;
	}

	.xl\:pt-3\.5 {
		padding-top: 0.875rem;
	}

	.xl\:pr-0 {
		padding-right: 0;
	}

	.xl\:pr-1 {
		padding-right: 0.25rem;
	}

	.xl\:pr-2 {
		padding-right: 0.5rem;
	}

	.xl\:pr-3 {
		padding-right: 0.75rem;
	}

	.xl\:pr-4 {
		padding-right: 1rem;
	}

	.xl\:pr-5 {
		padding-right: 1.25rem;
	}

	.xl\:pr-6 {
		padding-right: 1.5rem;
	}

	.xl\:pr-7 {
		padding-right: 1.75rem;
	}

	.xl\:pr-8 {
		padding-right: 2rem;
	}

	.xl\:pr-9 {
		padding-right: 2.25rem;
	}

	.xl\:pr-10 {
		padding-right: 2.5rem;
	}

	.xl\:pr-11 {
		padding-right: 2.75rem;
	}

	.xl\:pr-12 {
		padding-right: 3rem;
	}

	.xl\:pr-14 {
		padding-right: 3.5rem;
	}

	.xl\:pr-16 {
		padding-right: 4rem;
	}

	.xl\:pr-20 {
		padding-right: 5rem;
	}

	.xl\:pr-24 {
		padding-right: 6rem;
	}

	.xl\:pr-28 {
		padding-right: 7rem;
	}

	.xl\:pr-32 {
		padding-right: 8rem;
	}

	.xl\:pr-36 {
		padding-right: 9rem;
	}

	.xl\:pr-40 {
		padding-right: 10rem;
	}

	.xl\:pr-44 {
		padding-right: 11rem;
	}

	.xl\:pr-48 {
		padding-right: 12rem;
	}

	.xl\:pr-52 {
		padding-right: 13rem;
	}

	.xl\:pr-56 {
		padding-right: 14rem;
	}

	.xl\:pr-60 {
		padding-right: 15rem;
	}

	.xl\:pr-64 {
		padding-right: 16rem;
	}

	.xl\:pr-72 {
		padding-right: 18rem;
	}

	.xl\:pr-80 {
		padding-right: 20rem;
	}

	.xl\:pr-96 {
		padding-right: 24rem;
	}

	.xl\:pr-px {
		padding-right: 1px;
	}

	.xl\:pr-0\.5 {
		padding-right: 0.125rem;
	}

	.xl\:pr-1\.5 {
		padding-right: 0.375rem;
	}

	.xl\:pr-2\.5 {
		padding-right: 0.625rem;
	}

	.xl\:pr-3\.5 {
		padding-right: 0.875rem;
	}

	.xl\:pb-0 {
		padding-bottom: 0;
	}

	.xl\:pb-1 {
		padding-bottom: 0.25rem;
	}

	.xl\:pb-2 {
		padding-bottom: 0.5rem;
	}

	.xl\:pb-3 {
		padding-bottom: 0.75rem;
	}

	.xl\:pb-4 {
		padding-bottom: 1rem;
	}

	.xl\:pb-5 {
		padding-bottom: 1.25rem;
	}

	.xl\:pb-6 {
		padding-bottom: 1.5rem;
	}

	.xl\:pb-7 {
		padding-bottom: 1.75rem;
	}

	.xl\:pb-8 {
		padding-bottom: 2rem;
	}

	.xl\:pb-9 {
		padding-bottom: 2.25rem;
	}

	.xl\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.xl\:pb-11 {
		padding-bottom: 2.75rem;
	}

	.xl\:pb-12 {
		padding-bottom: 3rem;
	}

	.xl\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.xl\:pb-16 {
		padding-bottom: 4rem;
	}

	.xl\:pb-20 {
		padding-bottom: 5rem;
	}

	.xl\:pb-24 {
		padding-bottom: 6rem;
	}

	.xl\:pb-28 {
		padding-bottom: 7rem;
	}

	.xl\:pb-32 {
		padding-bottom: 8rem;
	}

	.xl\:pb-36 {
		padding-bottom: 9rem;
	}

	.xl\:pb-40 {
		padding-bottom: 10rem;
	}

	.xl\:pb-44 {
		padding-bottom: 11rem;
	}

	.xl\:pb-48 {
		padding-bottom: 12rem;
	}

	.xl\:pb-52 {
		padding-bottom: 13rem;
	}

	.xl\:pb-56 {
		padding-bottom: 14rem;
	}

	.xl\:pb-60 {
		padding-bottom: 15rem;
	}

	.xl\:pb-64 {
		padding-bottom: 16rem;
	}

	.xl\:pb-72 {
		padding-bottom: 18rem;
	}

	.xl\:pb-80 {
		padding-bottom: 20rem;
	}

	.xl\:pb-96 {
		padding-bottom: 24rem;
	}

	.xl\:pb-px {
		padding-bottom: 1px;
	}

	.xl\:pb-0\.5 {
		padding-bottom: 0.125rem;
	}

	.xl\:pb-1\.5 {
		padding-bottom: 0.375rem;
	}

	.xl\:pb-2\.5 {
		padding-bottom: 0.625rem;
	}

	.xl\:pb-3\.5 {
		padding-bottom: 0.875rem;
	}

	.xl\:pl-0 {
		padding-left: 0;
	}

	.xl\:pl-1 {
		padding-left: 0.25rem;
	}

	.xl\:pl-2 {
		padding-left: 0.5rem;
	}

	.xl\:pl-3 {
		padding-left: 0.75rem;
	}

	.xl\:pl-4 {
		padding-left: 1rem;
	}

	.xl\:pl-5 {
		padding-left: 1.25rem;
	}

	.xl\:pl-6 {
		padding-left: 1.5rem;
	}

	.xl\:pl-7 {
		padding-left: 1.75rem;
	}

	.xl\:pl-8 {
		padding-left: 2rem;
	}

	.xl\:pl-9 {
		padding-left: 2.25rem;
	}

	.xl\:pl-10 {
		padding-left: 2.5rem;
	}

	.xl\:pl-11 {
		padding-left: 2.75rem;
	}

	.xl\:pl-12 {
		padding-left: 3rem;
	}

	.xl\:pl-14 {
		padding-left: 3.5rem;
	}

	.xl\:pl-16 {
		padding-left: 4rem;
	}

	.xl\:pl-20 {
		padding-left: 5rem;
	}

	.xl\:pl-24 {
		padding-left: 6rem;
	}

	.xl\:pl-28 {
		padding-left: 7rem;
	}

	.xl\:pl-32 {
		padding-left: 8rem;
	}

	.xl\:pl-36 {
		padding-left: 9rem;
	}

	.xl\:pl-40 {
		padding-left: 10rem;
	}

	.xl\:pl-44 {
		padding-left: 11rem;
	}

	.xl\:pl-48 {
		padding-left: 12rem;
	}

	.xl\:pl-52 {
		padding-left: 13rem;
	}

	.xl\:pl-56 {
		padding-left: 14rem;
	}

	.xl\:pl-60 {
		padding-left: 15rem;
	}

	.xl\:pl-64 {
		padding-left: 16rem;
	}

	.xl\:pl-72 {
		padding-left: 18rem;
	}

	.xl\:pl-80 {
		padding-left: 20rem;
	}

	.xl\:pl-96 {
		padding-left: 24rem;
	}

	.xl\:pl-px {
		padding-left: 1px;
	}

	.xl\:pl-0\.5 {
		padding-left: 0.125rem;
	}

	.xl\:pl-1\.5 {
		padding-left: 0.375rem;
	}

	.xl\:pl-2\.5 {
		padding-left: 0.625rem;
	}

	.xl\:pl-3\.5 {
		padding-left: 0.875rem;
	}
}

@media (min-width: 1536px) {

	.\32xl\:p-0 {
		padding: 0;
	}

	.\32xl\:p-1 {
		padding: 0.25rem;
	}

	.\32xl\:p-2 {
		padding: 0.5rem;
	}

	.\32xl\:p-3 {
		padding: 0.75rem;
	}

	.\32xl\:p-4 {
		padding: 1rem;
	}

	.\32xl\:p-5 {
		padding: 1.25rem;
	}

	.\32xl\:p-6 {
		padding: 1.5rem;
	}

	.\32xl\:p-7 {
		padding: 1.75rem;
	}

	.\32xl\:p-8 {
		padding: 2rem;
	}

	.\32xl\:p-9 {
		padding: 2.25rem;
	}

	.\32xl\:p-10 {
		padding: 2.5rem;
	}

	.\32xl\:p-11 {
		padding: 2.75rem;
	}

	.\32xl\:p-12 {
		padding: 3rem;
	}

	.\32xl\:p-14 {
		padding: 3.5rem;
	}

	.\32xl\:p-16 {
		padding: 4rem;
	}

	.\32xl\:p-20 {
		padding: 5rem;
	}

	.\32xl\:p-24 {
		padding: 6rem;
	}

	.\32xl\:p-28 {
		padding: 7rem;
	}

	.\32xl\:p-32 {
		padding: 8rem;
	}

	.\32xl\:p-36 {
		padding: 9rem;
	}

	.\32xl\:p-40 {
		padding: 10rem;
	}

	.\32xl\:p-44 {
		padding: 11rem;
	}

	.\32xl\:p-48 {
		padding: 12rem;
	}

	.\32xl\:p-52 {
		padding: 13rem;
	}

	.\32xl\:p-56 {
		padding: 14rem;
	}

	.\32xl\:p-60 {
		padding: 15rem;
	}

	.\32xl\:p-64 {
		padding: 16rem;
	}

	.\32xl\:p-72 {
		padding: 18rem;
	}

	.\32xl\:p-80 {
		padding: 20rem;
	}

	.\32xl\:p-96 {
		padding: 24rem;
	}

	.\32xl\:p-px {
		padding: 1px;
	}

	.\32xl\:p-0\.5 {
		padding: 0.125rem;
	}

	.\32xl\:p-1\.5 {
		padding: 0.375rem;
	}

	.\32xl\:p-2\.5 {
		padding: 0.625rem;
	}

	.\32xl\:p-3\.5 {
		padding: 0.875rem;
	}

	.\32xl\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}

	.\32xl\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.\32xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.\32xl\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.\32xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.\32xl\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.\32xl\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.\32xl\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.\32xl\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.\32xl\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.\32xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}

	.\32xl\:px-11 {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
	}

	.\32xl\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.\32xl\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.\32xl\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.\32xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.\32xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

	.\32xl\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}

	.\32xl\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}

	.\32xl\:px-36 {
		padding-left: 9rem;
		padding-right: 9rem;
	}

	.\32xl\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.\32xl\:px-44 {
		padding-left: 11rem;
		padding-right: 11rem;
	}

	.\32xl\:px-48 {
		padding-left: 12rem;
		padding-right: 12rem;
	}

	.\32xl\:px-52 {
		padding-left: 13rem;
		padding-right: 13rem;
	}

	.\32xl\:px-56 {
		padding-left: 14rem;
		padding-right: 14rem;
	}

	.\32xl\:px-60 {
		padding-left: 15rem;
		padding-right: 15rem;
	}

	.\32xl\:px-64 {
		padding-left: 16rem;
		padding-right: 16rem;
	}

	.\32xl\:px-72 {
		padding-left: 18rem;
		padding-right: 18rem;
	}

	.\32xl\:px-80 {
		padding-left: 20rem;
		padding-right: 20rem;
	}

	.\32xl\:px-96 {
		padding-left: 24rem;
		padding-right: 24rem;
	}

	.\32xl\:px-px {
		padding-left: 1px;
		padding-right: 1px;
	}

	.\32xl\:px-0\.5 {
		padding-left: 0.125rem;
		padding-right: 0.125rem;
	}

	.\32xl\:px-1\.5 {
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}

	.\32xl\:px-2\.5 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.\32xl\:px-3\.5 {
		padding-left: 0.875rem;
		padding-right: 0.875rem;
	}

	.\32xl\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}

	.\32xl\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.\32xl\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.\32xl\:py-3 {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.\32xl\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.\32xl\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.\32xl\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.\32xl\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.\32xl\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.\32xl\:py-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.\32xl\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.\32xl\:py-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}

	.\32xl\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.\32xl\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.\32xl\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.\32xl\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.\32xl\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.\32xl\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

	.\32xl\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.\32xl\:py-36 {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}

	.\32xl\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.\32xl\:py-44 {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}

	.\32xl\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.\32xl\:py-52 {
		padding-top: 13rem;
		padding-bottom: 13rem;
	}

	.\32xl\:py-56 {
		padding-top: 14rem;
		padding-bottom: 14rem;
	}

	.\32xl\:py-60 {
		padding-top: 15rem;
		padding-bottom: 15rem;
	}

	.\32xl\:py-64 {
		padding-top: 16rem;
		padding-bottom: 16rem;
	}

	.\32xl\:py-72 {
		padding-top: 18rem;
		padding-bottom: 18rem;
	}

	.\32xl\:py-80 {
		padding-top: 20rem;
		padding-bottom: 20rem;
	}

	.\32xl\:py-96 {
		padding-top: 24rem;
		padding-bottom: 24rem;
	}

	.\32xl\:py-px {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.\32xl\:py-0\.5 {
		padding-top: 0.125rem;
		padding-bottom: 0.125rem;
	}

	.\32xl\:py-1\.5 {
		padding-top: 0.375rem;
		padding-bottom: 0.375rem;
	}

	.\32xl\:py-2\.5 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}

	.\32xl\:py-3\.5 {
		padding-top: 0.875rem;
		padding-bottom: 0.875rem;
	}

	.\32xl\:pt-0 {
		padding-top: 0;
	}

	.\32xl\:pt-1 {
		padding-top: 0.25rem;
	}

	.\32xl\:pt-2 {
		padding-top: 0.5rem;
	}

	.\32xl\:pt-3 {
		padding-top: 0.75rem;
	}

	.\32xl\:pt-4 {
		padding-top: 1rem;
	}

	.\32xl\:pt-5 {
		padding-top: 1.25rem;
	}

	.\32xl\:pt-6 {
		padding-top: 1.5rem;
	}

	.\32xl\:pt-7 {
		padding-top: 1.75rem;
	}

	.\32xl\:pt-8 {
		padding-top: 2rem;
	}

	.\32xl\:pt-9 {
		padding-top: 2.25rem;
	}

	.\32xl\:pt-10 {
		padding-top: 2.5rem;
	}

	.\32xl\:pt-11 {
		padding-top: 2.75rem;
	}

	.\32xl\:pt-12 {
		padding-top: 3rem;
	}

	.\32xl\:pt-14 {
		padding-top: 3.5rem;
	}

	.\32xl\:pt-16 {
		padding-top: 4rem;
	}

	.\32xl\:pt-20 {
		padding-top: 5rem;
	}

	.\32xl\:pt-24 {
		padding-top: 6rem;
	}

	.\32xl\:pt-28 {
		padding-top: 7rem;
	}

	.\32xl\:pt-32 {
		padding-top: 8rem;
	}

	.\32xl\:pt-36 {
		padding-top: 9rem;
	}

	.\32xl\:pt-40 {
		padding-top: 10rem;
	}

	.\32xl\:pt-44 {
		padding-top: 11rem;
	}

	.\32xl\:pt-48 {
		padding-top: 12rem;
	}

	.\32xl\:pt-52 {
		padding-top: 13rem;
	}

	.\32xl\:pt-56 {
		padding-top: 14rem;
	}

	.\32xl\:pt-60 {
		padding-top: 15rem;
	}

	.\32xl\:pt-64 {
		padding-top: 16rem;
	}

	.\32xl\:pt-72 {
		padding-top: 18rem;
	}

	.\32xl\:pt-80 {
		padding-top: 20rem;
	}

	.\32xl\:pt-96 {
		padding-top: 24rem;
	}

	.\32xl\:pt-px {
		padding-top: 1px;
	}

	.\32xl\:pt-0\.5 {
		padding-top: 0.125rem;
	}

	.\32xl\:pt-1\.5 {
		padding-top: 0.375rem;
	}

	.\32xl\:pt-2\.5 {
		padding-top: 0.625rem;
	}

	.\32xl\:pt-3\.5 {
		padding-top: 0.875rem;
	}

	.\32xl\:pr-0 {
		padding-right: 0;
	}

	.\32xl\:pr-1 {
		padding-right: 0.25rem;
	}

	.\32xl\:pr-2 {
		padding-right: 0.5rem;
	}

	.\32xl\:pr-3 {
		padding-right: 0.75rem;
	}

	.\32xl\:pr-4 {
		padding-right: 1rem;
	}

	.\32xl\:pr-5 {
		padding-right: 1.25rem;
	}

	.\32xl\:pr-6 {
		padding-right: 1.5rem;
	}

	.\32xl\:pr-7 {
		padding-right: 1.75rem;
	}

	.\32xl\:pr-8 {
		padding-right: 2rem;
	}

	.\32xl\:pr-9 {
		padding-right: 2.25rem;
	}

	.\32xl\:pr-10 {
		padding-right: 2.5rem;
	}

	.\32xl\:pr-11 {
		padding-right: 2.75rem;
	}

	.\32xl\:pr-12 {
		padding-right: 3rem;
	}

	.\32xl\:pr-14 {
		padding-right: 3.5rem;
	}

	.\32xl\:pr-16 {
		padding-right: 4rem;
	}

	.\32xl\:pr-20 {
		padding-right: 5rem;
	}

	.\32xl\:pr-24 {
		padding-right: 6rem;
	}

	.\32xl\:pr-28 {
		padding-right: 7rem;
	}

	.\32xl\:pr-32 {
		padding-right: 8rem;
	}

	.\32xl\:pr-36 {
		padding-right: 9rem;
	}

	.\32xl\:pr-40 {
		padding-right: 10rem;
	}

	.\32xl\:pr-44 {
		padding-right: 11rem;
	}

	.\32xl\:pr-48 {
		padding-right: 12rem;
	}

	.\32xl\:pr-52 {
		padding-right: 13rem;
	}

	.\32xl\:pr-56 {
		padding-right: 14rem;
	}

	.\32xl\:pr-60 {
		padding-right: 15rem;
	}

	.\32xl\:pr-64 {
		padding-right: 16rem;
	}

	.\32xl\:pr-72 {
		padding-right: 18rem;
	}

	.\32xl\:pr-80 {
		padding-right: 20rem;
	}

	.\32xl\:pr-96 {
		padding-right: 24rem;
	}

	.\32xl\:pr-px {
		padding-right: 1px;
	}

	.\32xl\:pr-0\.5 {
		padding-right: 0.125rem;
	}

	.\32xl\:pr-1\.5 {
		padding-right: 0.375rem;
	}

	.\32xl\:pr-2\.5 {
		padding-right: 0.625rem;
	}

	.\32xl\:pr-3\.5 {
		padding-right: 0.875rem;
	}

	.\32xl\:pb-0 {
		padding-bottom: 0;
	}

	.\32xl\:pb-1 {
		padding-bottom: 0.25rem;
	}

	.\32xl\:pb-2 {
		padding-bottom: 0.5rem;
	}

	.\32xl\:pb-3 {
		padding-bottom: 0.75rem;
	}

	.\32xl\:pb-4 {
		padding-bottom: 1rem;
	}

	.\32xl\:pb-5 {
		padding-bottom: 1.25rem;
	}

	.\32xl\:pb-6 {
		padding-bottom: 1.5rem;
	}

	.\32xl\:pb-7 {
		padding-bottom: 1.75rem;
	}

	.\32xl\:pb-8 {
		padding-bottom: 2rem;
	}

	.\32xl\:pb-9 {
		padding-bottom: 2.25rem;
	}

	.\32xl\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.\32xl\:pb-11 {
		padding-bottom: 2.75rem;
	}

	.\32xl\:pb-12 {
		padding-bottom: 3rem;
	}

	.\32xl\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.\32xl\:pb-16 {
		padding-bottom: 4rem;
	}

	.\32xl\:pb-20 {
		padding-bottom: 5rem;
	}

	.\32xl\:pb-24 {
		padding-bottom: 6rem;
	}

	.\32xl\:pb-28 {
		padding-bottom: 7rem;
	}

	.\32xl\:pb-32 {
		padding-bottom: 8rem;
	}

	.\32xl\:pb-36 {
		padding-bottom: 9rem;
	}

	.\32xl\:pb-40 {
		padding-bottom: 10rem;
	}

	.\32xl\:pb-44 {
		padding-bottom: 11rem;
	}

	.\32xl\:pb-48 {
		padding-bottom: 12rem;
	}

	.\32xl\:pb-52 {
		padding-bottom: 13rem;
	}

	.\32xl\:pb-56 {
		padding-bottom: 14rem;
	}

	.\32xl\:pb-60 {
		padding-bottom: 15rem;
	}

	.\32xl\:pb-64 {
		padding-bottom: 16rem;
	}

	.\32xl\:pb-72 {
		padding-bottom: 18rem;
	}

	.\32xl\:pb-80 {
		padding-bottom: 20rem;
	}

	.\32xl\:pb-96 {
		padding-bottom: 24rem;
	}

	.\32xl\:pb-px {
		padding-bottom: 1px;
	}

	.\32xl\:pb-0\.5 {
		padding-bottom: 0.125rem;
	}

	.\32xl\:pb-1\.5 {
		padding-bottom: 0.375rem;
	}

	.\32xl\:pb-2\.5 {
		padding-bottom: 0.625rem;
	}

	.\32xl\:pb-3\.5 {
		padding-bottom: 0.875rem;
	}

	.\32xl\:pl-0 {
		padding-left: 0;
	}

	.\32xl\:pl-1 {
		padding-left: 0.25rem;
	}

	.\32xl\:pl-2 {
		padding-left: 0.5rem;
	}

	.\32xl\:pl-3 {
		padding-left: 0.75rem;
	}

	.\32xl\:pl-4 {
		padding-left: 1rem;
	}

	.\32xl\:pl-5 {
		padding-left: 1.25rem;
	}

	.\32xl\:pl-6 {
		padding-left: 1.5rem;
	}

	.\32xl\:pl-7 {
		padding-left: 1.75rem;
	}

	.\32xl\:pl-8 {
		padding-left: 2rem;
	}

	.\32xl\:pl-9 {
		padding-left: 2.25rem;
	}

	.\32xl\:pl-10 {
		padding-left: 2.5rem;
	}

	.\32xl\:pl-11 {
		padding-left: 2.75rem;
	}

	.\32xl\:pl-12 {
		padding-left: 3rem;
	}

	.\32xl\:pl-14 {
		padding-left: 3.5rem;
	}

	.\32xl\:pl-16 {
		padding-left: 4rem;
	}

	.\32xl\:pl-20 {
		padding-left: 5rem;
	}

	.\32xl\:pl-24 {
		padding-left: 6rem;
	}

	.\32xl\:pl-28 {
		padding-left: 7rem;
	}

	.\32xl\:pl-32 {
		padding-left: 8rem;
	}

	.\32xl\:pl-36 {
		padding-left: 9rem;
	}

	.\32xl\:pl-40 {
		padding-left: 10rem;
	}

	.\32xl\:pl-44 {
		padding-left: 11rem;
	}

	.\32xl\:pl-48 {
		padding-left: 12rem;
	}

	.\32xl\:pl-52 {
		padding-left: 13rem;
	}

	.\32xl\:pl-56 {
		padding-left: 14rem;
	}

	.\32xl\:pl-60 {
		padding-left: 15rem;
	}

	.\32xl\:pl-64 {
		padding-left: 16rem;
	}

	.\32xl\:pl-72 {
		padding-left: 18rem;
	}

	.\32xl\:pl-80 {
		padding-left: 20rem;
	}

	.\32xl\:pl-96 {
		padding-left: 24rem;
	}

	.\32xl\:pl-px {
		padding-left: 1px;
	}

	.\32xl\:pl-0\.5 {
		padding-left: 0.125rem;
	}

	.\32xl\:pl-1\.5 {
		padding-left: 0.375rem;
	}

	.\32xl\:pl-2\.5 {
		padding-left: 0.625rem;
	}

	.\32xl\:pl-3\.5 {
		padding-left: 0.875rem;
	}
}

.gap-0 {
	gap: 0;
}

.gap-1 {
	gap: 0.25rem;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-3 {
	gap: 0.75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-5 {
	gap: 1.25rem;
}

.gap-6 {
	gap: 1.5rem;
}

.gap-7 {
	gap: 1.75rem;
}

.gap-8 {
	gap: 2rem;
}

.gap-9 {
	gap: 2.25rem;
}

.gap-10 {
	gap: 2.5rem;
}

.gap-11 {
	gap: 2.75rem;
}

.gap-12 {
	gap: 3rem;
}

.gap-14 {
	gap: 3.5rem;
}

.gap-16 {
	gap: 4rem;
}

.gap-20 {
	gap: 5rem;
}

.gap-24 {
	gap: 6rem;
}

.gap-28 {
	gap: 7rem;
}

.gap-32 {
	gap: 8rem;
}

.gap-36 {
	gap: 9rem;
}

.gap-40 {
	gap: 10rem;
}

.gap-44 {
	gap: 11rem;
}

.gap-48 {
	gap: 12rem;
}

.gap-52 {
	gap: 13rem;
}

.gap-56 {
	gap: 14rem;
}

.gap-60 {
	gap: 15rem;
}

.gap-64 {
	gap: 16rem;
}

.gap-72 {
	gap: 18rem;
}

.gap-80 {
	gap: 20rem;
}

.gap-96 {
	gap: 24rem;
}

.gap-px {
	gap: 1px;
}

.gap-0\.5 {
	gap: 0.125rem;
}

.gap-1\.5 {
	gap: 0.375rem;
}

.gap-2\.5 {
	gap: 0.625rem;
}

.gap-3\.5 {
	gap: 0.875rem;
}

.gap-x-0 {
	column-gap: 0;
}

.gap-x-1 {
	column-gap: 0.25rem;
}

.gap-x-2 {
	column-gap: 0.5rem;
}

.gap-x-3 {
	column-gap: 0.75rem;
}

.gap-x-4 {
	column-gap: 1rem;
}

.gap-x-5 {
	column-gap: 1.25rem;
}

.gap-x-6 {
	column-gap: 1.5rem;
}

.gap-x-7 {
	column-gap: 1.75rem;
}

.gap-x-8 {
	column-gap: 2rem;
}

.gap-x-9 {
	column-gap: 2.25rem;
}

.gap-x-10 {
	column-gap: 2.5rem;
}

.gap-x-11 {
	column-gap: 2.75rem;
}

.gap-x-12 {
	column-gap: 3rem;
}

.gap-x-14 {
	column-gap: 3.5rem;
}

.gap-x-16 {
	column-gap: 4rem;
}

.gap-x-20 {
	column-gap: 5rem;
}

.gap-x-24 {
	column-gap: 6rem;
}

.gap-x-28 {
	column-gap: 7rem;
}

.gap-x-32 {
	column-gap: 8rem;
}

.gap-x-36 {
	column-gap: 9rem;
}

.gap-x-40 {
	column-gap: 10rem;
}

.gap-x-44 {
	column-gap: 11rem;
}

.gap-x-48 {
	column-gap: 12rem;
}

.gap-x-52 {
	column-gap: 13rem;
}

.gap-x-56 {
	column-gap: 14rem;
}

.gap-x-60 {
	column-gap: 15rem;
}

.gap-x-64 {
	column-gap: 16rem;
}

.gap-x-72 {
	column-gap: 18rem;
}

.gap-x-80 {
	column-gap: 20rem;
}

.gap-x-96 {
	column-gap: 24rem;
}

.gap-x-px {
	column-gap: 1px;
}

.gap-x-0\.5 {
	column-gap: 0.125rem;
}

.gap-x-1\.5 {
	column-gap: 0.375rem;
}

.gap-x-2\.5 {
	column-gap: 0.625rem;
}

.gap-x-3\.5 {
	column-gap: 0.875rem;
}

.gap-y-0 {
	row-gap: 0;
}

.gap-y-1 {
	row-gap: 0.25rem;
}

.gap-y-2 {
	row-gap: 0.5rem;
}

.gap-y-3 {
	row-gap: 0.75rem;
}

.gap-y-4 {
	row-gap: 1rem;
}

.gap-y-5 {
	row-gap: 1.25rem;
}

.gap-y-6 {
	row-gap: 1.5rem;
}

.gap-y-7 {
	row-gap: 1.75rem;
}

.gap-y-8 {
	row-gap: 2rem;
}

.gap-y-9 {
	row-gap: 2.25rem;
}

.gap-y-10 {
	row-gap: 2.5rem;
}

.gap-y-11 {
	row-gap: 2.75rem;
}

.gap-y-12 {
	row-gap: 3rem;
}

.gap-y-14 {
	row-gap: 3.5rem;
}

.gap-y-16 {
	row-gap: 4rem;
}

.gap-y-20 {
	row-gap: 5rem;
}

.gap-y-24 {
	row-gap: 6rem;
}

.gap-y-28 {
	row-gap: 7rem;
}

.gap-y-32 {
	row-gap: 8rem;
}

.gap-y-36 {
	row-gap: 9rem;
}

.gap-y-40 {
	row-gap: 10rem;
}

.gap-y-44 {
	row-gap: 11rem;
}

.gap-y-48 {
	row-gap: 12rem;
}

.gap-y-52 {
	row-gap: 13rem;
}

.gap-y-56 {
	row-gap: 14rem;
}

.gap-y-60 {
	row-gap: 15rem;
}

.gap-y-64 {
	row-gap: 16rem;
}

.gap-y-72 {
	row-gap: 18rem;
}

.gap-y-80 {
	row-gap: 20rem;
}

.gap-y-96 {
	row-gap: 24rem;
}

.gap-y-px {
	row-gap: 1px;
}

.gap-y-0\.5 {
	row-gap: 0.125rem;
}

.gap-y-1\.5 {
	row-gap: 0.375rem;
}

.gap-y-2\.5 {
	row-gap: 0.625rem;
}

.gap-y-3\.5 {
	row-gap: 0.875rem;
}

@media (min-width: 640px) {

	.sm\:gap-0 {
		gap: 0;
	}

	.sm\:gap-1 {
		gap: 0.25rem;
	}

	.sm\:gap-2 {
		gap: 0.5rem;
	}

	.sm\:gap-3 {
		gap: 0.75rem;
	}

	.sm\:gap-4 {
		gap: 1rem;
	}

	.sm\:gap-5 {
		gap: 1.25rem;
	}

	.sm\:gap-6 {
		gap: 1.5rem;
	}

	.sm\:gap-7 {
		gap: 1.75rem;
	}

	.sm\:gap-8 {
		gap: 2rem;
	}

	.sm\:gap-9 {
		gap: 2.25rem;
	}

	.sm\:gap-10 {
		gap: 2.5rem;
	}

	.sm\:gap-11 {
		gap: 2.75rem;
	}

	.sm\:gap-12 {
		gap: 3rem;
	}

	.sm\:gap-14 {
		gap: 3.5rem;
	}

	.sm\:gap-16 {
		gap: 4rem;
	}

	.sm\:gap-20 {
		gap: 5rem;
	}

	.sm\:gap-24 {
		gap: 6rem;
	}

	.sm\:gap-28 {
		gap: 7rem;
	}

	.sm\:gap-32 {
		gap: 8rem;
	}

	.sm\:gap-36 {
		gap: 9rem;
	}

	.sm\:gap-40 {
		gap: 10rem;
	}

	.sm\:gap-44 {
		gap: 11rem;
	}

	.sm\:gap-48 {
		gap: 12rem;
	}

	.sm\:gap-52 {
		gap: 13rem;
	}

	.sm\:gap-56 {
		gap: 14rem;
	}

	.sm\:gap-60 {
		gap: 15rem;
	}

	.sm\:gap-64 {
		gap: 16rem;
	}

	.sm\:gap-72 {
		gap: 18rem;
	}

	.sm\:gap-80 {
		gap: 20rem;
	}

	.sm\:gap-96 {
		gap: 24rem;
	}

	.sm\:gap-px {
		gap: 1px;
	}

	.sm\:gap-0\.5 {
		gap: 0.125rem;
	}

	.sm\:gap-1\.5 {
		gap: 0.375rem;
	}

	.sm\:gap-2\.5 {
		gap: 0.625rem;
	}

	.sm\:gap-3\.5 {
		gap: 0.875rem;
	}

	.sm\:gap-x-0 {
		column-gap: 0;
	}

	.sm\:gap-x-1 {
		column-gap: 0.25rem;
	}

	.sm\:gap-x-2 {
		column-gap: 0.5rem;
	}

	.sm\:gap-x-3 {
		column-gap: 0.75rem;
	}

	.sm\:gap-x-4 {
		column-gap: 1rem;
	}

	.sm\:gap-x-5 {
		column-gap: 1.25rem;
	}

	.sm\:gap-x-6 {
		column-gap: 1.5rem;
	}

	.sm\:gap-x-7 {
		column-gap: 1.75rem;
	}

	.sm\:gap-x-8 {
		column-gap: 2rem;
	}

	.sm\:gap-x-9 {
		column-gap: 2.25rem;
	}

	.sm\:gap-x-10 {
		column-gap: 2.5rem;
	}

	.sm\:gap-x-11 {
		column-gap: 2.75rem;
	}

	.sm\:gap-x-12 {
		column-gap: 3rem;
	}

	.sm\:gap-x-14 {
		column-gap: 3.5rem;
	}

	.sm\:gap-x-16 {
		column-gap: 4rem;
	}

	.sm\:gap-x-20 {
		column-gap: 5rem;
	}

	.sm\:gap-x-24 {
		column-gap: 6rem;
	}

	.sm\:gap-x-28 {
		column-gap: 7rem;
	}

	.sm\:gap-x-32 {
		column-gap: 8rem;
	}

	.sm\:gap-x-36 {
		column-gap: 9rem;
	}

	.sm\:gap-x-40 {
		column-gap: 10rem;
	}

	.sm\:gap-x-44 {
		column-gap: 11rem;
	}

	.sm\:gap-x-48 {
		column-gap: 12rem;
	}

	.sm\:gap-x-52 {
		column-gap: 13rem;
	}

	.sm\:gap-x-56 {
		column-gap: 14rem;
	}

	.sm\:gap-x-60 {
		column-gap: 15rem;
	}

	.sm\:gap-x-64 {
		column-gap: 16rem;
	}

	.sm\:gap-x-72 {
		column-gap: 18rem;
	}

	.sm\:gap-x-80 {
		column-gap: 20rem;
	}

	.sm\:gap-x-96 {
		column-gap: 24rem;
	}

	.sm\:gap-x-px {
		column-gap: 1px;
	}

	.sm\:gap-x-0\.5 {
		column-gap: 0.125rem;
	}

	.sm\:gap-x-1\.5 {
		column-gap: 0.375rem;
	}

	.sm\:gap-x-2\.5 {
		column-gap: 0.625rem;
	}

	.sm\:gap-x-3\.5 {
		column-gap: 0.875rem;
	}

	.sm\:gap-y-0 {
		row-gap: 0;
	}

	.sm\:gap-y-1 {
		row-gap: 0.25rem;
	}

	.sm\:gap-y-2 {
		row-gap: 0.5rem;
	}

	.sm\:gap-y-3 {
		row-gap: 0.75rem;
	}

	.sm\:gap-y-4 {
		row-gap: 1rem;
	}

	.sm\:gap-y-5 {
		row-gap: 1.25rem;
	}

	.sm\:gap-y-6 {
		row-gap: 1.5rem;
	}

	.sm\:gap-y-7 {
		row-gap: 1.75rem;
	}

	.sm\:gap-y-8 {
		row-gap: 2rem;
	}

	.sm\:gap-y-9 {
		row-gap: 2.25rem;
	}

	.sm\:gap-y-10 {
		row-gap: 2.5rem;
	}

	.sm\:gap-y-11 {
		row-gap: 2.75rem;
	}

	.sm\:gap-y-12 {
		row-gap: 3rem;
	}

	.sm\:gap-y-14 {
		row-gap: 3.5rem;
	}

	.sm\:gap-y-16 {
		row-gap: 4rem;
	}

	.sm\:gap-y-20 {
		row-gap: 5rem;
	}

	.sm\:gap-y-24 {
		row-gap: 6rem;
	}

	.sm\:gap-y-28 {
		row-gap: 7rem;
	}

	.sm\:gap-y-32 {
		row-gap: 8rem;
	}

	.sm\:gap-y-36 {
		row-gap: 9rem;
	}

	.sm\:gap-y-40 {
		row-gap: 10rem;
	}

	.sm\:gap-y-44 {
		row-gap: 11rem;
	}

	.sm\:gap-y-48 {
		row-gap: 12rem;
	}

	.sm\:gap-y-52 {
		row-gap: 13rem;
	}

	.sm\:gap-y-56 {
		row-gap: 14rem;
	}

	.sm\:gap-y-60 {
		row-gap: 15rem;
	}

	.sm\:gap-y-64 {
		row-gap: 16rem;
	}

	.sm\:gap-y-72 {
		row-gap: 18rem;
	}

	.sm\:gap-y-80 {
		row-gap: 20rem;
	}

	.sm\:gap-y-96 {
		row-gap: 24rem;
	}

	.sm\:gap-y-px {
		row-gap: 1px;
	}

	.sm\:gap-y-0\.5 {
		row-gap: 0.125rem;
	}

	.sm\:gap-y-1\.5 {
		row-gap: 0.375rem;
	}

	.sm\:gap-y-2\.5 {
		row-gap: 0.625rem;
	}

	.sm\:gap-y-3\.5 {
		row-gap: 0.875rem;
	}
}

@media (min-width: 768px) {

	.md\:gap-0 {
		gap: 0;
	}

	.md\:gap-1 {
		gap: 0.25rem;
	}

	.md\:gap-2 {
		gap: 0.5rem;
	}

	.md\:gap-3 {
		gap: 0.75rem;
	}

	.md\:gap-4 {
		gap: 1rem;
	}

	.md\:gap-5 {
		gap: 1.25rem;
	}

	.md\:gap-6 {
		gap: 1.5rem;
	}

	.md\:gap-7 {
		gap: 1.75rem;
	}

	.md\:gap-8 {
		gap: 2rem;
	}

	.md\:gap-9 {
		gap: 2.25rem;
	}

	.md\:gap-10 {
		gap: 2.5rem;
	}

	.md\:gap-11 {
		gap: 2.75rem;
	}

	.md\:gap-12 {
		gap: 3rem;
	}

	.md\:gap-14 {
		gap: 3.5rem;
	}

	.md\:gap-16 {
		gap: 4rem;
	}

	.md\:gap-20 {
		gap: 5rem;
	}

	.md\:gap-24 {
		gap: 6rem;
	}

	.md\:gap-28 {
		gap: 7rem;
	}

	.md\:gap-32 {
		gap: 8rem;
	}

	.md\:gap-36 {
		gap: 9rem;
	}

	.md\:gap-40 {
		gap: 10rem;
	}

	.md\:gap-44 {
		gap: 11rem;
	}

	.md\:gap-48 {
		gap: 12rem;
	}

	.md\:gap-52 {
		gap: 13rem;
	}

	.md\:gap-56 {
		gap: 14rem;
	}

	.md\:gap-60 {
		gap: 15rem;
	}

	.md\:gap-64 {
		gap: 16rem;
	}

	.md\:gap-72 {
		gap: 18rem;
	}

	.md\:gap-80 {
		gap: 20rem;
	}

	.md\:gap-96 {
		gap: 24rem;
	}

	.md\:gap-px {
		gap: 1px;
	}

	.md\:gap-0\.5 {
		gap: 0.125rem;
	}

	.md\:gap-1\.5 {
		gap: 0.375rem;
	}

	.md\:gap-2\.5 {
		gap: 0.625rem;
	}

	.md\:gap-3\.5 {
		gap: 0.875rem;
	}

	.md\:gap-x-0 {
		column-gap: 0;
	}

	.md\:gap-x-1 {
		column-gap: 0.25rem;
	}

	.md\:gap-x-2 {
		column-gap: 0.5rem;
	}

	.md\:gap-x-3 {
		column-gap: 0.75rem;
	}

	.md\:gap-x-4 {
		column-gap: 1rem;
	}

	.md\:gap-x-5 {
		column-gap: 1.25rem;
	}

	.md\:gap-x-6 {
		column-gap: 1.5rem;
	}

	.md\:gap-x-7 {
		column-gap: 1.75rem;
	}

	.md\:gap-x-8 {
		column-gap: 2rem;
	}

	.md\:gap-x-9 {
		column-gap: 2.25rem;
	}

	.md\:gap-x-10 {
		column-gap: 2.5rem;
	}

	.md\:gap-x-11 {
		column-gap: 2.75rem;
	}

	.md\:gap-x-12 {
		column-gap: 3rem;
	}

	.md\:gap-x-14 {
		column-gap: 3.5rem;
	}

	.md\:gap-x-16 {
		column-gap: 4rem;
	}

	.md\:gap-x-20 {
		column-gap: 5rem;
	}

	.md\:gap-x-24 {
		column-gap: 6rem;
	}

	.md\:gap-x-28 {
		column-gap: 7rem;
	}

	.md\:gap-x-32 {
		column-gap: 8rem;
	}

	.md\:gap-x-36 {
		column-gap: 9rem;
	}

	.md\:gap-x-40 {
		column-gap: 10rem;
	}

	.md\:gap-x-44 {
		column-gap: 11rem;
	}

	.md\:gap-x-48 {
		column-gap: 12rem;
	}

	.md\:gap-x-52 {
		column-gap: 13rem;
	}

	.md\:gap-x-56 {
		column-gap: 14rem;
	}

	.md\:gap-x-60 {
		column-gap: 15rem;
	}

	.md\:gap-x-64 {
		column-gap: 16rem;
	}

	.md\:gap-x-72 {
		column-gap: 18rem;
	}

	.md\:gap-x-80 {
		column-gap: 20rem;
	}

	.md\:gap-x-96 {
		column-gap: 24rem;
	}

	.md\:gap-x-px {
		column-gap: 1px;
	}

	.md\:gap-x-0\.5 {
		column-gap: 0.125rem;
	}

	.md\:gap-x-1\.5 {
		column-gap: 0.375rem;
	}

	.md\:gap-x-2\.5 {
		column-gap: 0.625rem;
	}

	.md\:gap-x-3\.5 {
		column-gap: 0.875rem;
	}

	.md\:gap-y-0 {
		row-gap: 0;
	}

	.md\:gap-y-1 {
		row-gap: 0.25rem;
	}

	.md\:gap-y-2 {
		row-gap: 0.5rem;
	}

	.md\:gap-y-3 {
		row-gap: 0.75rem;
	}

	.md\:gap-y-4 {
		row-gap: 1rem;
	}

	.md\:gap-y-5 {
		row-gap: 1.25rem;
	}

	.md\:gap-y-6 {
		row-gap: 1.5rem;
	}

	.md\:gap-y-7 {
		row-gap: 1.75rem;
	}

	.md\:gap-y-8 {
		row-gap: 2rem;
	}

	.md\:gap-y-9 {
		row-gap: 2.25rem;
	}

	.md\:gap-y-10 {
		row-gap: 2.5rem;
	}

	.md\:gap-y-11 {
		row-gap: 2.75rem;
	}

	.md\:gap-y-12 {
		row-gap: 3rem;
	}

	.md\:gap-y-14 {
		row-gap: 3.5rem;
	}

	.md\:gap-y-16 {
		row-gap: 4rem;
	}

	.md\:gap-y-20 {
		row-gap: 5rem;
	}

	.md\:gap-y-24 {
		row-gap: 6rem;
	}

	.md\:gap-y-28 {
		row-gap: 7rem;
	}

	.md\:gap-y-32 {
		row-gap: 8rem;
	}

	.md\:gap-y-36 {
		row-gap: 9rem;
	}

	.md\:gap-y-40 {
		row-gap: 10rem;
	}

	.md\:gap-y-44 {
		row-gap: 11rem;
	}

	.md\:gap-y-48 {
		row-gap: 12rem;
	}

	.md\:gap-y-52 {
		row-gap: 13rem;
	}

	.md\:gap-y-56 {
		row-gap: 14rem;
	}

	.md\:gap-y-60 {
		row-gap: 15rem;
	}

	.md\:gap-y-64 {
		row-gap: 16rem;
	}

	.md\:gap-y-72 {
		row-gap: 18rem;
	}

	.md\:gap-y-80 {
		row-gap: 20rem;
	}

	.md\:gap-y-96 {
		row-gap: 24rem;
	}

	.md\:gap-y-px {
		row-gap: 1px;
	}

	.md\:gap-y-0\.5 {
		row-gap: 0.125rem;
	}

	.md\:gap-y-1\.5 {
		row-gap: 0.375rem;
	}

	.md\:gap-y-2\.5 {
		row-gap: 0.625rem;
	}

	.md\:gap-y-3\.5 {
		row-gap: 0.875rem;
	}
}

@media (min-width: 1024px) {

	.lg\:gap-0 {
		gap: 0;
	}

	.lg\:gap-1 {
		gap: 0.25rem;
	}

	.lg\:gap-2 {
		gap: 0.5rem;
	}

	.lg\:gap-3 {
		gap: 0.75rem;
	}

	.lg\:gap-4 {
		gap: 1rem;
	}

	.lg\:gap-5 {
		gap: 1.25rem;
	}

	.lg\:gap-6 {
		gap: 1.5rem;
	}

	.lg\:gap-7 {
		gap: 1.75rem;
	}

	.lg\:gap-8 {
		gap: 2rem;
	}

	.lg\:gap-9 {
		gap: 2.25rem;
	}

	.lg\:gap-10 {
		gap: 2.5rem;
	}

	.lg\:gap-11 {
		gap: 2.75rem;
	}

	.lg\:gap-12 {
		gap: 3rem;
	}

	.lg\:gap-14 {
		gap: 3.5rem;
	}

	.lg\:gap-16 {
		gap: 4rem;
	}

	.lg\:gap-20 {
		gap: 5rem;
	}

	.lg\:gap-24 {
		gap: 6rem;
	}

	.lg\:gap-28 {
		gap: 7rem;
	}

	.lg\:gap-32 {
		gap: 8rem;
	}

	.lg\:gap-36 {
		gap: 9rem;
	}

	.lg\:gap-40 {
		gap: 10rem;
	}

	.lg\:gap-44 {
		gap: 11rem;
	}

	.lg\:gap-48 {
		gap: 12rem;
	}

	.lg\:gap-52 {
		gap: 13rem;
	}

	.lg\:gap-56 {
		gap: 14rem;
	}

	.lg\:gap-60 {
		gap: 15rem;
	}

	.lg\:gap-64 {
		gap: 16rem;
	}

	.lg\:gap-72 {
		gap: 18rem;
	}

	.lg\:gap-80 {
		gap: 20rem;
	}

	.lg\:gap-96 {
		gap: 24rem;
	}

	.lg\:gap-px {
		gap: 1px;
	}

	.lg\:gap-0\.5 {
		gap: 0.125rem;
	}

	.lg\:gap-1\.5 {
		gap: 0.375rem;
	}

	.lg\:gap-2\.5 {
		gap: 0.625rem;
	}

	.lg\:gap-3\.5 {
		gap: 0.875rem;
	}

	.lg\:gap-x-0 {
		column-gap: 0;
	}

	.lg\:gap-x-1 {
		column-gap: 0.25rem;
	}

	.lg\:gap-x-2 {
		column-gap: 0.5rem;
	}

	.lg\:gap-x-3 {
		column-gap: 0.75rem;
	}

	.lg\:gap-x-4 {
		column-gap: 1rem;
	}

	.lg\:gap-x-5 {
		column-gap: 1.25rem;
	}

	.lg\:gap-x-6 {
		column-gap: 1.5rem;
	}

	.lg\:gap-x-7 {
		column-gap: 1.75rem;
	}

	.lg\:gap-x-8 {
		column-gap: 2rem;
	}

	.lg\:gap-x-9 {
		column-gap: 2.25rem;
	}

	.lg\:gap-x-10 {
		column-gap: 2.5rem;
	}

	.lg\:gap-x-11 {
		column-gap: 2.75rem;
	}

	.lg\:gap-x-12 {
		column-gap: 3rem;
	}

	.lg\:gap-x-14 {
		column-gap: 3.5rem;
	}

	.lg\:gap-x-16 {
		column-gap: 4rem;
	}

	.lg\:gap-x-20 {
		column-gap: 5rem;
	}

	.lg\:gap-x-24 {
		column-gap: 6rem;
	}

	.lg\:gap-x-28 {
		column-gap: 7rem;
	}

	.lg\:gap-x-32 {
		column-gap: 8rem;
	}

	.lg\:gap-x-36 {
		column-gap: 9rem;
	}

	.lg\:gap-x-40 {
		column-gap: 10rem;
	}

	.lg\:gap-x-44 {
		column-gap: 11rem;
	}

	.lg\:gap-x-48 {
		column-gap: 12rem;
	}

	.lg\:gap-x-52 {
		column-gap: 13rem;
	}

	.lg\:gap-x-56 {
		column-gap: 14rem;
	}

	.lg\:gap-x-60 {
		column-gap: 15rem;
	}

	.lg\:gap-x-64 {
		column-gap: 16rem;
	}

	.lg\:gap-x-72 {
		column-gap: 18rem;
	}

	.lg\:gap-x-80 {
		column-gap: 20rem;
	}

	.lg\:gap-x-96 {
		column-gap: 24rem;
	}

	.lg\:gap-x-px {
		column-gap: 1px;
	}

	.lg\:gap-x-0\.5 {
		column-gap: 0.125rem;
	}

	.lg\:gap-x-1\.5 {
		column-gap: 0.375rem;
	}

	.lg\:gap-x-2\.5 {
		column-gap: 0.625rem;
	}

	.lg\:gap-x-3\.5 {
		column-gap: 0.875rem;
	}

	.lg\:gap-y-0 {
		row-gap: 0;
	}

	.lg\:gap-y-1 {
		row-gap: 0.25rem;
	}

	.lg\:gap-y-2 {
		row-gap: 0.5rem;
	}

	.lg\:gap-y-3 {
		row-gap: 0.75rem;
	}

	.lg\:gap-y-4 {
		row-gap: 1rem;
	}

	.lg\:gap-y-5 {
		row-gap: 1.25rem;
	}

	.lg\:gap-y-6 {
		row-gap: 1.5rem;
	}

	.lg\:gap-y-7 {
		row-gap: 1.75rem;
	}

	.lg\:gap-y-8 {
		row-gap: 2rem;
	}

	.lg\:gap-y-9 {
		row-gap: 2.25rem;
	}

	.lg\:gap-y-10 {
		row-gap: 2.5rem;
	}

	.lg\:gap-y-11 {
		row-gap: 2.75rem;
	}

	.lg\:gap-y-12 {
		row-gap: 3rem;
	}

	.lg\:gap-y-14 {
		row-gap: 3.5rem;
	}

	.lg\:gap-y-16 {
		row-gap: 4rem;
	}

	.lg\:gap-y-20 {
		row-gap: 5rem;
	}

	.lg\:gap-y-24 {
		row-gap: 6rem;
	}

	.lg\:gap-y-28 {
		row-gap: 7rem;
	}

	.lg\:gap-y-32 {
		row-gap: 8rem;
	}

	.lg\:gap-y-36 {
		row-gap: 9rem;
	}

	.lg\:gap-y-40 {
		row-gap: 10rem;
	}

	.lg\:gap-y-44 {
		row-gap: 11rem;
	}

	.lg\:gap-y-48 {
		row-gap: 12rem;
	}

	.lg\:gap-y-52 {
		row-gap: 13rem;
	}

	.lg\:gap-y-56 {
		row-gap: 14rem;
	}

	.lg\:gap-y-60 {
		row-gap: 15rem;
	}

	.lg\:gap-y-64 {
		row-gap: 16rem;
	}

	.lg\:gap-y-72 {
		row-gap: 18rem;
	}

	.lg\:gap-y-80 {
		row-gap: 20rem;
	}

	.lg\:gap-y-96 {
		row-gap: 24rem;
	}

	.lg\:gap-y-px {
		row-gap: 1px;
	}

	.lg\:gap-y-0\.5 {
		row-gap: 0.125rem;
	}

	.lg\:gap-y-1\.5 {
		row-gap: 0.375rem;
	}

	.lg\:gap-y-2\.5 {
		row-gap: 0.625rem;
	}

	.lg\:gap-y-3\.5 {
		row-gap: 0.875rem;
	}
}

@media (min-width: 1280px) {

	.xl\:gap-0 {
		gap: 0;
	}

	.xl\:gap-1 {
		gap: 0.25rem;
	}

	.xl\:gap-2 {
		gap: 0.5rem;
	}

	.xl\:gap-3 {
		gap: 0.75rem;
	}

	.xl\:gap-4 {
		gap: 1rem;
	}

	.xl\:gap-5 {
		gap: 1.25rem;
	}

	.xl\:gap-6 {
		gap: 1.5rem;
	}

	.xl\:gap-7 {
		gap: 1.75rem;
	}

	.xl\:gap-8 {
		gap: 2rem;
	}

	.xl\:gap-9 {
		gap: 2.25rem;
	}

	.xl\:gap-10 {
		gap: 2.5rem;
	}

	.xl\:gap-11 {
		gap: 2.75rem;
	}

	.xl\:gap-12 {
		gap: 3rem;
	}

	.xl\:gap-14 {
		gap: 3.5rem;
	}

	.xl\:gap-16 {
		gap: 4rem;
	}

	.xl\:gap-20 {
		gap: 5rem;
	}

	.xl\:gap-24 {
		gap: 6rem;
	}

	.xl\:gap-28 {
		gap: 7rem;
	}

	.xl\:gap-32 {
		gap: 8rem;
	}

	.xl\:gap-36 {
		gap: 9rem;
	}

	.xl\:gap-40 {
		gap: 10rem;
	}

	.xl\:gap-44 {
		gap: 11rem;
	}

	.xl\:gap-48 {
		gap: 12rem;
	}

	.xl\:gap-52 {
		gap: 13rem;
	}

	.xl\:gap-56 {
		gap: 14rem;
	}

	.xl\:gap-60 {
		gap: 15rem;
	}

	.xl\:gap-64 {
		gap: 16rem;
	}

	.xl\:gap-72 {
		gap: 18rem;
	}

	.xl\:gap-80 {
		gap: 20rem;
	}

	.xl\:gap-96 {
		gap: 24rem;
	}

	.xl\:gap-px {
		gap: 1px;
	}

	.xl\:gap-0\.5 {
		gap: 0.125rem;
	}

	.xl\:gap-1\.5 {
		gap: 0.375rem;
	}

	.xl\:gap-2\.5 {
		gap: 0.625rem;
	}

	.xl\:gap-3\.5 {
		gap: 0.875rem;
	}

	.xl\:gap-x-0 {
		column-gap: 0;
	}

	.xl\:gap-x-1 {
		column-gap: 0.25rem;
	}

	.xl\:gap-x-2 {
		column-gap: 0.5rem;
	}

	.xl\:gap-x-3 {
		column-gap: 0.75rem;
	}

	.xl\:gap-x-4 {
		column-gap: 1rem;
	}

	.xl\:gap-x-5 {
		column-gap: 1.25rem;
	}

	.xl\:gap-x-6 {
		column-gap: 1.5rem;
	}

	.xl\:gap-x-7 {
		column-gap: 1.75rem;
	}

	.xl\:gap-x-8 {
		column-gap: 2rem;
	}

	.xl\:gap-x-9 {
		column-gap: 2.25rem;
	}

	.xl\:gap-x-10 {
		column-gap: 2.5rem;
	}

	.xl\:gap-x-11 {
		column-gap: 2.75rem;
	}

	.xl\:gap-x-12 {
		column-gap: 3rem;
	}

	.xl\:gap-x-14 {
		column-gap: 3.5rem;
	}

	.xl\:gap-x-16 {
		column-gap: 4rem;
	}

	.xl\:gap-x-20 {
		column-gap: 5rem;
	}

	.xl\:gap-x-24 {
		column-gap: 6rem;
	}

	.xl\:gap-x-28 {
		column-gap: 7rem;
	}

	.xl\:gap-x-32 {
		column-gap: 8rem;
	}

	.xl\:gap-x-36 {
		column-gap: 9rem;
	}

	.xl\:gap-x-40 {
		column-gap: 10rem;
	}

	.xl\:gap-x-44 {
		column-gap: 11rem;
	}

	.xl\:gap-x-48 {
		column-gap: 12rem;
	}

	.xl\:gap-x-52 {
		column-gap: 13rem;
	}

	.xl\:gap-x-56 {
		column-gap: 14rem;
	}

	.xl\:gap-x-60 {
		column-gap: 15rem;
	}

	.xl\:gap-x-64 {
		column-gap: 16rem;
	}

	.xl\:gap-x-72 {
		column-gap: 18rem;
	}

	.xl\:gap-x-80 {
		column-gap: 20rem;
	}

	.xl\:gap-x-96 {
		column-gap: 24rem;
	}

	.xl\:gap-x-px {
		column-gap: 1px;
	}

	.xl\:gap-x-0\.5 {
		column-gap: 0.125rem;
	}

	.xl\:gap-x-1\.5 {
		column-gap: 0.375rem;
	}

	.xl\:gap-x-2\.5 {
		column-gap: 0.625rem;
	}

	.xl\:gap-x-3\.5 {
		column-gap: 0.875rem;
	}

	.xl\:gap-y-0 {
		row-gap: 0;
	}

	.xl\:gap-y-1 {
		row-gap: 0.25rem;
	}

	.xl\:gap-y-2 {
		row-gap: 0.5rem;
	}

	.xl\:gap-y-3 {
		row-gap: 0.75rem;
	}

	.xl\:gap-y-4 {
		row-gap: 1rem;
	}

	.xl\:gap-y-5 {
		row-gap: 1.25rem;
	}

	.xl\:gap-y-6 {
		row-gap: 1.5rem;
	}

	.xl\:gap-y-7 {
		row-gap: 1.75rem;
	}

	.xl\:gap-y-8 {
		row-gap: 2rem;
	}

	.xl\:gap-y-9 {
		row-gap: 2.25rem;
	}

	.xl\:gap-y-10 {
		row-gap: 2.5rem;
	}

	.xl\:gap-y-11 {
		row-gap: 2.75rem;
	}

	.xl\:gap-y-12 {
		row-gap: 3rem;
	}

	.xl\:gap-y-14 {
		row-gap: 3.5rem;
	}

	.xl\:gap-y-16 {
		row-gap: 4rem;
	}

	.xl\:gap-y-20 {
		row-gap: 5rem;
	}

	.xl\:gap-y-24 {
		row-gap: 6rem;
	}

	.xl\:gap-y-28 {
		row-gap: 7rem;
	}

	.xl\:gap-y-32 {
		row-gap: 8rem;
	}

	.xl\:gap-y-36 {
		row-gap: 9rem;
	}

	.xl\:gap-y-40 {
		row-gap: 10rem;
	}

	.xl\:gap-y-44 {
		row-gap: 11rem;
	}

	.xl\:gap-y-48 {
		row-gap: 12rem;
	}

	.xl\:gap-y-52 {
		row-gap: 13rem;
	}

	.xl\:gap-y-56 {
		row-gap: 14rem;
	}

	.xl\:gap-y-60 {
		row-gap: 15rem;
	}

	.xl\:gap-y-64 {
		row-gap: 16rem;
	}

	.xl\:gap-y-72 {
		row-gap: 18rem;
	}

	.xl\:gap-y-80 {
		row-gap: 20rem;
	}

	.xl\:gap-y-96 {
		row-gap: 24rem;
	}

	.xl\:gap-y-px {
		row-gap: 1px;
	}

	.xl\:gap-y-0\.5 {
		row-gap: 0.125rem;
	}

	.xl\:gap-y-1\.5 {
		row-gap: 0.375rem;
	}

	.xl\:gap-y-2\.5 {
		row-gap: 0.625rem;
	}

	.xl\:gap-y-3\.5 {
		row-gap: 0.875rem;
	}
}

@media (min-width: 1536px) {

	.\32xl\:gap-0 {
		gap: 0;
	}

	.\32xl\:gap-1 {
		gap: 0.25rem;
	}

	.\32xl\:gap-2 {
		gap: 0.5rem;
	}

	.\32xl\:gap-3 {
		gap: 0.75rem;
	}

	.\32xl\:gap-4 {
		gap: 1rem;
	}

	.\32xl\:gap-5 {
		gap: 1.25rem;
	}

	.\32xl\:gap-6 {
		gap: 1.5rem;
	}

	.\32xl\:gap-7 {
		gap: 1.75rem;
	}

	.\32xl\:gap-8 {
		gap: 2rem;
	}

	.\32xl\:gap-9 {
		gap: 2.25rem;
	}

	.\32xl\:gap-10 {
		gap: 2.5rem;
	}

	.\32xl\:gap-11 {
		gap: 2.75rem;
	}

	.\32xl\:gap-12 {
		gap: 3rem;
	}

	.\32xl\:gap-14 {
		gap: 3.5rem;
	}

	.\32xl\:gap-16 {
		gap: 4rem;
	}

	.\32xl\:gap-20 {
		gap: 5rem;
	}

	.\32xl\:gap-24 {
		gap: 6rem;
	}

	.\32xl\:gap-28 {
		gap: 7rem;
	}

	.\32xl\:gap-32 {
		gap: 8rem;
	}

	.\32xl\:gap-36 {
		gap: 9rem;
	}

	.\32xl\:gap-40 {
		gap: 10rem;
	}

	.\32xl\:gap-44 {
		gap: 11rem;
	}

	.\32xl\:gap-48 {
		gap: 12rem;
	}

	.\32xl\:gap-52 {
		gap: 13rem;
	}

	.\32xl\:gap-56 {
		gap: 14rem;
	}

	.\32xl\:gap-60 {
		gap: 15rem;
	}

	.\32xl\:gap-64 {
		gap: 16rem;
	}

	.\32xl\:gap-72 {
		gap: 18rem;
	}

	.\32xl\:gap-80 {
		gap: 20rem;
	}

	.\32xl\:gap-96 {
		gap: 24rem;
	}

	.\32xl\:gap-px {
		gap: 1px;
	}

	.\32xl\:gap-0\.5 {
		gap: 0.125rem;
	}

	.\32xl\:gap-1\.5 {
		gap: 0.375rem;
	}

	.\32xl\:gap-2\.5 {
		gap: 0.625rem;
	}

	.\32xl\:gap-3\.5 {
		gap: 0.875rem;
	}

	.\32xl\:gap-x-0 {
		column-gap: 0;
	}

	.\32xl\:gap-x-1 {
		column-gap: 0.25rem;
	}

	.\32xl\:gap-x-2 {
		column-gap: 0.5rem;
	}

	.\32xl\:gap-x-3 {
		column-gap: 0.75rem;
	}

	.\32xl\:gap-x-4 {
		column-gap: 1rem;
	}

	.\32xl\:gap-x-5 {
		column-gap: 1.25rem;
	}

	.\32xl\:gap-x-6 {
		column-gap: 1.5rem;
	}

	.\32xl\:gap-x-7 {
		column-gap: 1.75rem;
	}

	.\32xl\:gap-x-8 {
		column-gap: 2rem;
	}

	.\32xl\:gap-x-9 {
		column-gap: 2.25rem;
	}

	.\32xl\:gap-x-10 {
		column-gap: 2.5rem;
	}

	.\32xl\:gap-x-11 {
		column-gap: 2.75rem;
	}

	.\32xl\:gap-x-12 {
		column-gap: 3rem;
	}

	.\32xl\:gap-x-14 {
		column-gap: 3.5rem;
	}

	.\32xl\:gap-x-16 {
		column-gap: 4rem;
	}

	.\32xl\:gap-x-20 {
		column-gap: 5rem;
	}

	.\32xl\:gap-x-24 {
		column-gap: 6rem;
	}

	.\32xl\:gap-x-28 {
		column-gap: 7rem;
	}

	.\32xl\:gap-x-32 {
		column-gap: 8rem;
	}

	.\32xl\:gap-x-36 {
		column-gap: 9rem;
	}

	.\32xl\:gap-x-40 {
		column-gap: 10rem;
	}

	.\32xl\:gap-x-44 {
		column-gap: 11rem;
	}

	.\32xl\:gap-x-48 {
		column-gap: 12rem;
	}

	.\32xl\:gap-x-52 {
		column-gap: 13rem;
	}

	.\32xl\:gap-x-56 {
		column-gap: 14rem;
	}

	.\32xl\:gap-x-60 {
		column-gap: 15rem;
	}

	.\32xl\:gap-x-64 {
		column-gap: 16rem;
	}

	.\32xl\:gap-x-72 {
		column-gap: 18rem;
	}

	.\32xl\:gap-x-80 {
		column-gap: 20rem;
	}

	.\32xl\:gap-x-96 {
		column-gap: 24rem;
	}

	.\32xl\:gap-x-px {
		column-gap: 1px;
	}

	.\32xl\:gap-x-0\.5 {
		column-gap: 0.125rem;
	}

	.\32xl\:gap-x-1\.5 {
		column-gap: 0.375rem;
	}

	.\32xl\:gap-x-2\.5 {
		column-gap: 0.625rem;
	}

	.\32xl\:gap-x-3\.5 {
		column-gap: 0.875rem;
	}

	.\32xl\:gap-y-0 {
		row-gap: 0;
	}

	.\32xl\:gap-y-1 {
		row-gap: 0.25rem;
	}

	.\32xl\:gap-y-2 {
		row-gap: 0.5rem;
	}

	.\32xl\:gap-y-3 {
		row-gap: 0.75rem;
	}

	.\32xl\:gap-y-4 {
		row-gap: 1rem;
	}

	.\32xl\:gap-y-5 {
		row-gap: 1.25rem;
	}

	.\32xl\:gap-y-6 {
		row-gap: 1.5rem;
	}

	.\32xl\:gap-y-7 {
		row-gap: 1.75rem;
	}

	.\32xl\:gap-y-8 {
		row-gap: 2rem;
	}

	.\32xl\:gap-y-9 {
		row-gap: 2.25rem;
	}

	.\32xl\:gap-y-10 {
		row-gap: 2.5rem;
	}

	.\32xl\:gap-y-11 {
		row-gap: 2.75rem;
	}

	.\32xl\:gap-y-12 {
		row-gap: 3rem;
	}

	.\32xl\:gap-y-14 {
		row-gap: 3.5rem;
	}

	.\32xl\:gap-y-16 {
		row-gap: 4rem;
	}

	.\32xl\:gap-y-20 {
		row-gap: 5rem;
	}

	.\32xl\:gap-y-24 {
		row-gap: 6rem;
	}

	.\32xl\:gap-y-28 {
		row-gap: 7rem;
	}

	.\32xl\:gap-y-32 {
		row-gap: 8rem;
	}

	.\32xl\:gap-y-36 {
		row-gap: 9rem;
	}

	.\32xl\:gap-y-40 {
		row-gap: 10rem;
	}

	.\32xl\:gap-y-44 {
		row-gap: 11rem;
	}

	.\32xl\:gap-y-48 {
		row-gap: 12rem;
	}

	.\32xl\:gap-y-52 {
		row-gap: 13rem;
	}

	.\32xl\:gap-y-56 {
		row-gap: 14rem;
	}

	.\32xl\:gap-y-60 {
		row-gap: 15rem;
	}

	.\32xl\:gap-y-64 {
		row-gap: 16rem;
	}

	.\32xl\:gap-y-72 {
		row-gap: 18rem;
	}

	.\32xl\:gap-y-80 {
		row-gap: 20rem;
	}

	.\32xl\:gap-y-96 {
		row-gap: 24rem;
	}

	.\32xl\:gap-y-px {
		row-gap: 1px;
	}

	.\32xl\:gap-y-0\.5 {
		row-gap: 0.125rem;
	}

	.\32xl\:gap-y-1\.5 {
		row-gap: 0.375rem;
	}

	.\32xl\:gap-y-2\.5 {
		row-gap: 0.625rem;
	}

	.\32xl\:gap-y-3\.5 {
		row-gap: 0.875rem;
	}
}

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
.static {
	position: static;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.box-border {
	box-sizing: border-box;
}

.box-content {
	box-sizing: content-box;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.table {
	display: table;
}

.inline-table {
	display: inline-table;
}

.hidden {
	display: none;
}

.flex-row {
	flex-direction: row;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-col {
	flex-direction: column;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.content-center {
	align-content: center;
}

.content-start {
	align-content: flex-start;
}

.content-end {
	align-content: flex-end;
}

.content-between {
	align-content: space-between;
}

.content-around {
	align-content: space-around;
}

.content-evenly {
	align-content: space-evenly;
}

.items-start {
	align-items: flex-start;
}

.items-end {
	align-items: flex-end;
}

.items-center {
	align-items: center;
}

.items-baseline {
	align-items: baseline;
}

.items-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.justify-evenly {
	justify-content: space-evenly;
}

.justify-items-start {
	justify-items: start;
}

.justify-items-end {
	justify-items: end;
}

.justify-items-center {
	justify-items: center;
}

.justify-items-stretch {
	justify-items: stretch;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.normal-case {
	text-transform: none;
}

.italic {
	font-style: italic;
}

.not-italic {
	font-style: normal;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}

.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}

.text-8xl {
	font-size: 6rem;
	line-height: 1;
}

.text-9xl {
	font-size: 8rem;
	line-height: 1;
}

.underline {
	text-decoration: underline;
}

.line-through {
	text-decoration: line-through;
}

.no-underline {
	text-decoration: none;
}

.border-solid {
	border-style: solid;
}

.border-0 {
	border-width: 0;
}

.border-1 {
	border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

.border {
	border-width: 1px;
}

.border-t-0 {
	border-top-width: 0;
}

.border-t {
	border-top-width: 1px;
}

.border-r-0 {
	border-right-width: 0;
}

.border-r {
	border-right-width: 1px;
}

.border-b-0 {
	border-bottom-width: 0;
}

.border-b {
	border-bottom-width: 1px;
}

.border-l-0 {
	border-left-width: 0;
}

.border-l {
	border-left-width: 1px;
}

.border-solid {
	border-style: solid;
}

.border-dashed {
	border-style: dashed;
}

.border-dotted {
	border-style: dotted;
}

.border-double {
	border-style: double;
}

.border-none {
	border-style: none;
}

.border-black {
	--tw-border-opacity: 1;
	border-color: black;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: white;
}

.border-gray-50 {
	--tw-border-opacity: 1;
	border-color: #f9fafb;
}

.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: #f3f4f6;
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: #e5e7eb;
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: #d1d5db;
}

.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: #9ca3af;
}

.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: #6b7280;
}

.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: #4b5563;
}

.border-gray-700 {
	--tw-border-opacity: 1;
	border-color: #374151;
}

.border-gray-800 {
	--tw-border-opacity: 1;
	border-color: #1f2937;
}

.border-gray-900 {
	--tw-border-opacity: 1;
	border-color: #111827;
}

.leading-3 {
	line-height: 0.75rem;
}

.leading-4 {
	line-height: 1rem;
}

.leading-5 {
	line-height: 1.25rem;
}

.leading-6 {
	line-height: 1.5rem;
}

.leading-7 {
	line-height: 1.75rem;
}

.leading-8 {
	line-height: 2rem;
}

.leading-9 {
	line-height: 2.25rem;
}

.leading-10 {
	line-height: 2.5rem;
}

.leading-none {
	line-height: 1;
}

.leading-tight {
	line-height: 1.25;
}

.leading-snug {
	line-height: 1.375;
}

.leading-normal {
	line-height: 1.5;
}

.leading-relaxed {
	line-height: 1.625;
}

.leading-loose {
	line-height: 2;
}

.tracking-tighter {
	letter-spacing: -0.05em;
}

.tracking-tight {
	letter-spacing: -0.025em;
}

.tracking-normal {
	letter-spacing: 0;
}

.tracking-wide {
	letter-spacing: 0.025em;
}

.tracking-wider {
	letter-spacing: 0.05em;
}

.tracking-widest {
	letter-spacing: 0.1em;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.z-20 {
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.z-auto {
	z-index: auto;
}

.font-thin {
	font-weight: 100 !important;
}

.font-extralight {
	font-weight: 200 !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-semibold {
	font-weight: 600 !important;
}

.font-bold {
	font-weight: 700 !important;
}

.font-extrabold {
	font-weight: 800 !important;
}

.font-black {
	font-weight: 900 !important;
}

@media (min-width: 640px) {

	.sm\:static {
		position: static !important;
	}

	.sm\:fixed {
		position: fixed !important;
	}

	.sm\:absolute {
		position: absolute !important;
	}

	.sm\:relative {
		position: relative !important;
	}

	.sm\:sticky {
		position: sticky !important;
	}

	.sm\:box-border {
		box-sizing: border-box !important;
	}

	.sm\:box-content {
		box-sizing: content-box !important;
	}

	.sm\:block {
		display: block !important;
	}

	.sm\:inline-block {
		display: inline-block !important;
	}

	.sm\:inline {
		display: inline !important;
	}

	.sm\:flex {
		display: flex !important;
	}

	.sm\:inline-flex {
		display: inline-flex !important;
	}

	.sm\:table {
		display: table !important;
	}

	.sm\:inline-table {
		display: inline-table !important;
	}

	.sm\:hidden {
		display: none !important;
	}

	.sm\:flex-row {
		flex-direction: row !important;
	}

	.sm\:flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.sm\:flex-col {
		flex-direction: column !important;
	}

	.sm\:flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.sm\:flex-wrap {
		flex-wrap: wrap !important;
	}

	.sm\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.sm\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.sm\:content-center {
		align-content: center !important;
	}

	.sm\:content-start {
		align-content: flex-start !important;
	}

	.sm\:content-end {
		align-content: flex-end !important;
	}

	.sm\:content-between {
		align-content: space-between !important;
	}

	.sm\:content-around {
		align-content: space-around !important;
	}

	.sm\:content-evenly {
		align-content: space-evenly !important;
	}

	.sm\:items-start {
		align-items: flex-start !important;
	}

	.sm\:items-end {
		align-items: flex-end !important;
	}

	.sm\:items-center {
		align-items: center !important;
	}

	.sm\:items-baseline {
		align-items: baseline !important;
	}

	.sm\:items-stretch {
		align-items: stretch !important;
	}

	.sm\:justify-start {
		justify-content: flex-start !important;
	}

	.sm\:justify-end {
		justify-content: flex-end !important;
	}

	.sm\:justify-center {
		justify-content: center !important;
	}

	.sm\:justify-between {
		justify-content: space-between !important;
	}

	.sm\:justify-around {
		justify-content: space-around !important;
	}

	.sm\:justify-evenly {
		justify-content: space-evenly !important;
	}

	.sm\:justify-items-start {
		justify-items: start !important;
	}

	.sm\:justify-items-end {
		justify-items: end !important;
	}

	.sm\:justify-items-center {
		justify-items: center !important;
	}

	.sm\:justify-items-stretch {
		justify-items: stretch !important;
	}

	.sm\:text-left {
		text-align: left !important;
	}

	.sm\:text-center {
		text-align: center !important;
	}

	.sm\:text-right {
		text-align: right !important;
	}

	.sm\:text-justify {
		text-align: justify !important;
	}

	.sm\:uppercase {
		text-transform: uppercase !important;
	}

	.sm\:lowercase {
		text-transform: lowercase !important;
	}

	.sm\:capitalize {
		text-transform: capitalize !important;
	}

	.sm\:normal-case {
		text-transform: none !important;
	}

	.sm\:italic {
		font-style: italic !important;
	}

	.sm\:not-italic {
		font-style: normal !important;
	}
}

@media (min-width: 768px) {

	.md\:static {
		position: static !important;
	}

	.md\:fixed {
		position: fixed !important;
	}

	.md\:absolute {
		position: absolute !important;
	}

	.md\:relative {
		position: relative !important;
	}

	.md\:sticky {
		position: sticky !important;
	}

	.md\:box-border {
		box-sizing: border-box !important;
	}

	.md\:box-content {
		box-sizing: content-box !important;
	}

	.md\:block {
		display: block !important;
	}

	.md\:inline-block {
		display: inline-block !important;
	}

	.md\:inline {
		display: inline !important;
	}

	.md\:flex {
		display: flex !important;
	}

	.md\:inline-flex {
		display: inline-flex !important;
	}

	.md\:table {
		display: table !important;
	}

	.md\:inline-table {
		display: inline-table !important;
	}

	.md\:hidden {
		display: none !important;
	}

	.md\:flex-row {
		flex-direction: row !important;
	}

	.md\:flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.md\:flex-col {
		flex-direction: column !important;
	}

	.md\:flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.md\:flex-wrap {
		flex-wrap: wrap !important;
	}

	.md\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.md\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.md\:content-center {
		align-content: center !important;
	}

	.md\:content-start {
		align-content: flex-start !important;
	}

	.md\:content-end {
		align-content: flex-end !important;
	}

	.md\:content-between {
		align-content: space-between !important;
	}

	.md\:content-around {
		align-content: space-around !important;
	}

	.md\:content-evenly {
		align-content: space-evenly !important;
	}

	.md\:items-start {
		align-items: flex-start !important;
	}

	.md\:items-end {
		align-items: flex-end !important;
	}

	.md\:items-center {
		align-items: center !important;
	}

	.md\:items-baseline {
		align-items: baseline !important;
	}

	.md\:items-stretch {
		align-items: stretch !important;
	}

	.md\:justify-start {
		justify-content: flex-start !important;
	}

	.md\:justify-end {
		justify-content: flex-end !important;
	}

	.md\:justify-center {
		justify-content: center !important;
	}

	.md\:justify-between {
		justify-content: space-between !important;
	}

	.md\:justify-around {
		justify-content: space-around !important;
	}

	.md\:justify-evenly {
		justify-content: space-evenly !important;
	}

	.md\:justify-items-start {
		justify-items: start !important;
	}

	.md\:justify-items-end {
		justify-items: end !important;
	}

	.md\:justify-items-center {
		justify-items: center !important;
	}

	.md\:justify-items-stretch {
		justify-items: stretch !important;
	}

	.md\:text-left {
		text-align: left !important;
	}

	.md\:text-center {
		text-align: center !important;
	}

	.md\:text-right {
		text-align: right !important;
	}

	.md\:text-justify {
		text-align: justify !important;
	}

	.md\:uppercase {
		text-transform: uppercase !important;
	}

	.md\:lowercase {
		text-transform: lowercase !important;
	}

	.md\:capitalize {
		text-transform: capitalize !important;
	}

	.md\:normal-case {
		text-transform: none !important;
	}

	.md\:italic {
		font-style: italic !important;
	}

	.md\:not-italic {
		font-style: normal !important;
	}
}

@media (min-width: 1024px) {

	.lg\:static {
		position: static !important;
	}

	.lg\:fixed {
		position: fixed !important;
	}

	.lg\:absolute {
		position: absolute !important;
	}

	.lg\:relative {
		position: relative !important;
	}

	.lg\:sticky {
		position: sticky !important;
	}

	.lg\:box-border {
		box-sizing: border-box !important;
	}

	.lg\:box-content {
		box-sizing: content-box !important;
	}

	.lg\:block {
		display: block !important;
	}

	.lg\:inline-block {
		display: inline-block !important;
	}

	.lg\:inline {
		display: inline !important;
	}

	.lg\:flex {
		display: flex !important;
	}

	.lg\:inline-flex {
		display: inline-flex !important;
	}

	.lg\:table {
		display: table !important;
	}

	.lg\:inline-table {
		display: inline-table !important;
	}

	.lg\:hidden {
		display: none !important;
	}

	.lg\:flex-row {
		flex-direction: row !important;
	}

	.lg\:flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.lg\:flex-col {
		flex-direction: column !important;
	}

	.lg\:flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.lg\:flex-wrap {
		flex-wrap: wrap !important;
	}

	.lg\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.lg\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.lg\:content-center {
		align-content: center !important;
	}

	.lg\:content-start {
		align-content: flex-start !important;
	}

	.lg\:content-end {
		align-content: flex-end !important;
	}

	.lg\:content-between {
		align-content: space-between !important;
	}

	.lg\:content-around {
		align-content: space-around !important;
	}

	.lg\:content-evenly {
		align-content: space-evenly !important;
	}

	.lg\:items-start {
		align-items: flex-start !important;
	}

	.lg\:items-end {
		align-items: flex-end !important;
	}

	.lg\:items-center {
		align-items: center !important;
	}

	.lg\:items-baseline {
		align-items: baseline !important;
	}

	.lg\:items-stretch {
		align-items: stretch !important;
	}

	.lg\:justify-start {
		justify-content: flex-start !important;
	}

	.lg\:justify-end {
		justify-content: flex-end !important;
	}

	.lg\:justify-center {
		justify-content: center !important;
	}

	.lg\:justify-between {
		justify-content: space-between !important;
	}

	.lg\:justify-around {
		justify-content: space-around !important;
	}

	.lg\:justify-evenly {
		justify-content: space-evenly !important;
	}

	.lg\:justify-items-start {
		justify-items: start !important;
	}

	.lg\:justify-items-end {
		justify-items: end !important;
	}

	.lg\:justify-items-center {
		justify-items: center !important;
	}

	.lg\:justify-items-stretch {
		justify-items: stretch !important;
	}

	.lg\:text-left {
		text-align: left !important;
	}

	.lg\:text-center {
		text-align: center !important;
	}

	.lg\:text-right {
		text-align: right !important;
	}

	.lg\:text-justify {
		text-align: justify !important;
	}

	.lg\:uppercase {
		text-transform: uppercase !important;
	}

	.lg\:lowercase {
		text-transform: lowercase !important;
	}

	.lg\:capitalize {
		text-transform: capitalize !important;
	}

	.lg\:normal-case {
		text-transform: none !important;
	}

	.lg\:italic {
		font-style: italic !important;
	}

	.lg\:not-italic {
		font-style: normal !important;
	}
}

@media (min-width: 1280px) {

	.xl\:static {
		position: static !important;
	}

	.xl\:fixed {
		position: fixed !important;
	}

	.xl\:absolute {
		position: absolute !important;
	}

	.xl\:relative {
		position: relative !important;
	}

	.xl\:sticky {
		position: sticky !important;
	}

	.xl\:box-border {
		box-sizing: border-box !important;
	}

	.xl\:box-content {
		box-sizing: content-box !important;
	}

	.xl\:block {
		display: block !important;
	}

	.xl\:inline-block {
		display: inline-block !important;
	}

	.xl\:inline {
		display: inline !important;
	}

	.xl\:flex {
		display: flex !important;
	}

	.xl\:inline-flex {
		display: inline-flex !important;
	}

	.xl\:table {
		display: table !important;
	}

	.xl\:inline-table {
		display: inline-table !important;
	}

	.xl\:hidden {
		display: none !important;
	}

	.xl\:flex-row {
		flex-direction: row !important;
	}

	.xl\:flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.xl\:flex-col {
		flex-direction: column !important;
	}

	.xl\:flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.xl\:flex-wrap {
		flex-wrap: wrap !important;
	}

	.xl\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.xl\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.xl\:content-center {
		align-content: center !important;
	}

	.xl\:content-start {
		align-content: flex-start !important;
	}

	.xl\:content-end {
		align-content: flex-end !important;
	}

	.xl\:content-between {
		align-content: space-between !important;
	}

	.xl\:content-around {
		align-content: space-around !important;
	}

	.xl\:content-evenly {
		align-content: space-evenly !important;
	}

	.xl\:items-start {
		align-items: flex-start !important;
	}

	.xl\:items-end {
		align-items: flex-end !important;
	}

	.xl\:items-center {
		align-items: center !important;
	}

	.xl\:items-baseline {
		align-items: baseline !important;
	}

	.xl\:items-stretch {
		align-items: stretch !important;
	}

	.xl\:justify-start {
		justify-content: flex-start !important;
	}

	.xl\:justify-end {
		justify-content: flex-end !important;
	}

	.xl\:justify-center {
		justify-content: center !important;
	}

	.xl\:justify-between {
		justify-content: space-between !important;
	}

	.xl\:justify-around {
		justify-content: space-around !important;
	}

	.xl\:justify-evenly {
		justify-content: space-evenly !important;
	}

	.xl\:justify-items-start {
		justify-items: start !important;
	}

	.xl\:justify-items-end {
		justify-items: end !important;
	}

	.xl\:justify-items-center {
		justify-items: center !important;
	}

	.xl\:justify-items-stretch {
		justify-items: stretch !important;
	}

	.xl\:text-left {
		text-align: left !important;
	}

	.xl\:text-center {
		text-align: center !important;
	}

	.xl\:text-right {
		text-align: right !important;
	}

	.xl\:text-justify {
		text-align: justify !important;
	}

	.xl\:uppercase {
		text-transform: uppercase !important;
	}

	.xl\:lowercase {
		text-transform: lowercase !important;
	}

	.xl\:capitalize {
		text-transform: capitalize !important;
	}

	.xl\:normal-case {
		text-transform: none !important;
	}

	.xl\:italic {
		font-style: italic !important;
	}

	.xl\:not-italic {
		font-style: normal !important;
	}
}

@media (min-width: 1536px) {

	.\32xl\:static {
		position: static !important;
	}

	.\32xl\:fixed {
		position: fixed !important;
	}

	.\32xl\:absolute {
		position: absolute !important;
	}

	.\32xl\:relative {
		position: relative !important;
	}

	.\32xl\:sticky {
		position: sticky !important;
	}

	.\32xl\:box-border {
		box-sizing: border-box !important;
	}

	.\32xl\:box-content {
		box-sizing: content-box !important;
	}

	.\32xl\:block {
		display: block !important;
	}

	.\32xl\:inline-block {
		display: inline-block !important;
	}

	.\32xl\:inline {
		display: inline !important;
	}

	.\32xl\:flex {
		display: flex !important;
	}

	.\32xl\:inline-flex {
		display: inline-flex !important;
	}

	.\32xl\:table {
		display: table !important;
	}

	.\32xl\:inline-table {
		display: inline-table !important;
	}

	.\32xl\:hidden {
		display: none !important;
	}

	.\32xl\:flex-row {
		flex-direction: row !important;
	}

	.\32xl\:flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.\32xl\:flex-col {
		flex-direction: column !important;
	}

	.\32xl\:flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.\32xl\:flex-wrap {
		flex-wrap: wrap !important;
	}

	.\32xl\:flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.\32xl\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.\32xl\:content-center {
		align-content: center !important;
	}

	.\32xl\:content-start {
		align-content: flex-start !important;
	}

	.\32xl\:content-end {
		align-content: flex-end !important;
	}

	.\32xl\:content-between {
		align-content: space-between !important;
	}

	.\32xl\:content-around {
		align-content: space-around !important;
	}

	.\32xl\:content-evenly {
		align-content: space-evenly !important;
	}

	.\32xl\:items-start {
		align-items: flex-start !important;
	}

	.\32xl\:items-end {
		align-items: flex-end !important;
	}

	.\32xl\:items-center {
		align-items: center !important;
	}

	.\32xl\:items-baseline {
		align-items: baseline !important;
	}

	.\32xl\:items-stretch {
		align-items: stretch !important;
	}

	.\32xl\:justify-start {
		justify-content: flex-start !important;
	}

	.\32xl\:justify-end {
		justify-content: flex-end !important;
	}

	.\32xl\:justify-center {
		justify-content: center !important;
	}

	.\32xl\:justify-between {
		justify-content: space-between !important;
	}

	.\32xl\:justify-around {
		justify-content: space-around !important;
	}

	.\32xl\:justify-evenly {
		justify-content: space-evenly !important;
	}

	.\32xl\:justify-items-start {
		justify-items: start !important;
	}

	.\32xl\:justify-items-end {
		justify-items: end !important;
	}

	.\32xl\:justify-items-center {
		justify-items: center !important;
	}

	.\32xl\:justify-items-stretch {
		justify-items: stretch !important;
	}

	.\32xl\:text-left {
		text-align: left !important;
	}

	.\32xl\:text-center {
		text-align: center !important;
	}

	.\32xl\:text-right {
		text-align: right !important;
	}

	.\32xl\:text-justify {
		text-align: justify !important;
	}

	.\32xl\:uppercase {
		text-transform: uppercase !important;
	}

	.\32xl\:lowercase {
		text-transform: lowercase !important;
	}

	.\32xl\:capitalize {
		text-transform: capitalize !important;
	}

	.\32xl\:normal-case {
		text-transform: none !important;
	}

	.\32xl\:italic {
		font-style: italic !important;
	}

	.\32xl\:not-italic {
		font-style: normal !important;
	}
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
	z-index: 90;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #fff;
}

.flickity-page-dots .dot.is-selected {
	background: #fff;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip ion-icon {
	color: #445a4d;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: max-content;
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 0.6em 1em;
	position: absolute;
	z-index: 1;
	border: 1px solid #000;
	top: calc(-100% - 5px);
	left: 90%;
	font-size: 0.8em;
	opacity: 0.5;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.tooltip:hover ion-icon {
	color: #000;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.contentcontainer {
	position: relative;
}

.white-cover {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	z-index: 100;
	pointer-events: none;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

/*--------------------------------------------------------------
# Core
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;

	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.hidden {
	display: none;
}

.rotate-90 {
	rotate: 90deg;
}

.flex-wrapper {
	display: block;
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

@media (min-width: 768px) {

	.flex-wrapper {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {

	.flex-wrapper {
		margin-bottom: 35px;
	}
}

.flex-wrapper:last-of-type {
	margin-bottom: 0;
}

.flex-wrapper .flex {
	display: flex;
	flex-direction: column;
}

.flex-wrapper.vertical-baseline {
	flex-direction: row;
	align-items: baseline;
}

.flex-wrapper.vertical-center {
	flex-direction: row;
	align-items: center;
}

section.bg-white + section.bg-white,
section.bg-white + section.bg-white-top,
section.bg-white-bottom + section.bg-white,
section.bg-white-bottom + section.bg-white-top {
	border-top: 1px solid #ccc;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 992px) {

	.laptop-vert-center {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
}

.float-left {
	float: left;
}

.float-right {
	float: left;
}

.float-none {
	float: none;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.offset-line-height a {
	line-height: 1.1;
}

.offset-line-height p {
	line-height: 1.5;
}

.offset-line-height h1,
.offset-line-height h2,
.offset-line-height h3,
.offset-line-height h4,
.offset-line-height h5 {
	line-height: 1.1;
}

#content .default-padding {
	padding: 15px;
}

@media (min-width: 768px) {

	#content .default-padding {
		padding: 25px;
	}
}

@media (min-width: 992px) {

	#content .default-padding {
		padding: 50px;
	}
}

#content .default-vertical-padding {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {

	#content .default-vertical-padding {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 992px) {

	#content .default-vertical-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

#content .default-vertical-padding-sm {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {

	#content .default-vertical-padding-sm {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 992px) {

	#content .default-vertical-padding-sm {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

#content .padding-top {
	padding-top: 15px;
}

@media (min-width: 768px) {

	#content .padding-top {
		padding-top: 25px;
	}
}

@media (min-width: 992px) {

	#content .padding-top {
		padding-top: 50px;
	}
}

#content .padding-top-xs {
	padding-top: 15px;
}

#content .padding-top-sm {
	padding-top: 15px;
}

@media (min-width: 992px) {

	#content .padding-top-sm {
		padding-top: 25px;
	}
}

@media (max-width: 767px) {

	#content .padding-top-mobile {
		padding-top: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .padding-top-tablet {
		padding-top: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .padding-top-laptop {
		padding-top: 25px;
	}
}

@media (min-width: 1200px) {

	#content .padding-top-desktop {
		padding-top: 50px;
	}
}

@media (min-width: 1200px) {

	#content .padding-top-desktop-sm {
		padding-top: 25px;
	}
}

@media (min-width: 1200px) {

	#content .padding-top-desktop-lg {
		padding-top: 50px;
	}
}

#content .margin-top {
	margin-top: 15px;
}

@media (min-width: 768px) {

	#content .margin-top {
		margin-top: 25px;
	}
}

@media (min-width: 992px) {

	#content .margin-top {
		margin-top: 50px;
	}
}

#content .margin-top-sm {
	margin-top: 15px;
}

@media (min-width: 992px) {

	#content .margin-top-sm {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {

	#content .margin-top-mobile {
		margin-top: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .margin-top-tablet {
		margin-top: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .margin-top-laptop {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {

	#content .margin-top-desktop {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {

	#content .margin-top-desktop-sm {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {

	#content .margin-top-desktop-lg {
		margin-top: 50px;
	}
}

#content .margin-top-none {
	margin-top: 0;
}

@media (min-width: 768px) {

	#content .margin-top-none {
		margin-top: 0;
	}
}

@media (min-width: 992px) {

	#content .margin-top-none {
		margin-top: 0;
	}
}

#content .padding-bottom {
	padding-bottom: 15px;
}

@media (min-width: 768px) {

	#content .padding-bottom {
		padding-bottom: 25px;
	}
}

@media (min-width: 992px) {

	#content .padding-bottom {
		padding-bottom: 50px;
	}
}

#content .padding-bottom-xs {
	padding-bottom: 10px;
}

@media (min-width: 992px) {

	#content .padding-bottom-xs {
		padding-bottom: 15px;
	}
}

#content .padding-bottom-sm {
	padding-bottom: 15px;
}

@media (min-width: 992px) {

	#content .padding-bottom-sm {
		padding-bottom: 25px;
	}
}

@media (max-width: 767px) {

	#content .padding-bottom-mobile {
		padding-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .padding-bottom-tablet {
		padding-bottom: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .padding-bottom-laptop {
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {

	#content .padding-bottom-desktop {
		padding-bottom: 50px;
	}
}

@media (min-width: 1200px) {

	#content .padding-bottom-desktop-sm {
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {

	#content .padding-bottom-desktop-lg {
		padding-bottom: 50px;
	}
}

#content .padding-bottom-none {
	padding-bottom: 0;
}

@media (min-width: 768px) {

	#content .padding-bottom-none {
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {

	#content .padding-bottom-none {
		padding-bottom: 0;
	}
}

#content .margin-bottom {
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	#content .margin-bottom {
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {

	#content .margin-bottom {
		margin-bottom: 50px;
	}
}

#content .margin-bottom-sm {
	margin-bottom: 15px;
}

@media (min-width: 992px) {

	#content .margin-bottom-sm {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {

	#content .margin-bottom-mobile {
		margin-bottom: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .margin-bottom-tablet {
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .margin-bottom-laptop {
		margin-bottom: 25px;
	}
}

@media (min-width: 1200px) {

	#content .margin-bottom-desktop {
		margin-bottom: 50px;
	}
}

@media (min-width: 1200px) {

	#content .margin-bottom-desktop-sm {
		margin-bottom: 25px;
	}
}

@media (min-width: 1200px) {

	#content .margin-bottom-desktop-lg {
		margin-bottom: 50px;
	}
}

#content .margin-bottom-none {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	#content .margin-bottom-none {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {

	#content .margin-bottom-none {
		margin-bottom: 0;
	}
}

.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

.bounce {
	-moz-animation: bounce 2s 2;
	-webkit-animation: bounce 2s 2;
	animation: bounce 2s 2;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.highlight-bar {
	background-color: #728d78;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	transition: all 300ms ease 0s;
	opacity: 0;
	z-index: 200;
	width: 10px;
	transform-origin: center;
	transform: scaleX(1);
	pointer-events: none;
}

::-webkit-validation-bubble-message {
	display: none;
}

body.logged-in.admin-bar {
	top: 0;
}

body.logged-in.admin-bar header.site-header {
	top: 46px;
}

@media (min-width: 782px) {

	body.logged-in.admin-bar header.site-header {
		top: 32px;
	}
}

header.site-header {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 2000;
	width: 100%;
	transition: height 1s;
	height: 56px;
}

header.site-header > .container {
	z-index: 2000;
	position: relative;
}

header.site-header > .container > .row {
	display: flex;
	justify-content: space-between;
}

header.site-header .sub_caret {
	position: relative;
	width: 50px;
	height: 50px;
	padding: 10px;
	text-align: right;
	margin-right: 0;
	margin-left: 0;
}

header.site-header .sub_caret::after {
	content: "\f123";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: 400 12px/1 ionicons;
	vertical-align: middle;
	font-weight: 100;
	font-size: 12px;
	padding-top: 0;
}

header.site-header .sub-caret-left {
	position: relative;
	width: 50px;
	height: 50px;
	padding: 10px;
	text-align: right;
	margin-right: 10px;
	margin-left: 0;
}

header.site-header .sub-caret-left::before {
	content: "\f123";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: 400 12px/1 ionicons;
	vertical-align: middle;
	font-weight: 100;
	font-size: 12px;
	padding-top: 0;
}

header.site-header .background-bar {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
	z-index: 20;
	background-color: #fff;
}

@media (min-width: 992px) {

	header.site-header .background-bar {
		height: 56px;
	}
}

header.site-header .c-hamburger--htx span,
header.site-header .c-hamburger--htx span::before,
header.site-header .c-hamburger--htx span::after {
	background-color: #fff;
}

@media (min-width: 992px) {

	header.site-header .c-hamburger--htx span,
	header.site-header .c-hamburger--htx span::before,
	header.site-header .c-hamburger--htx span::after {
		display: none;
	}
}

header.site-header a.navbar-brand img {
	filter: grayscale(1) contrast(10000%);
}

header.site-header a.navbar-brand img {
	filter: none;
}

header.site-header .c-hamburger--htx span,
header.site-header .c-hamburger--htx span::before,
header.site-header .c-hamburger--htx span::after {
	background-color: #728d78;
}

@media (min-width: 992px) {

	header.site-header.is-active .c-hamburger--htx {
		display: none;
	}
}

header.site-header.is-active .c-hamburger--htx span {
	background-color: transparent;
}

header.site-header.is-active .c-hamburger--htx span::before,
header.site-header.is-active .c-hamburger--htx span::after {
	background-color: #728d78;
}

header.site-header:hover .background-bar {
	opacity: 1;
}

header.site-header .site-branding {
	height: inherit;
	float: left;
	margin: 15px 0 0;
	transition: margin 1s;
}

@media (min-width: 768px) {

	header.site-header .site-branding {
		margin: 15px 0 0;
	}
}

@media (min-width: 992px) {

	header.site-header .site-branding {
		position: relative;
		height: 56px;
		margin: 0;
	}
}

header.site-header .site-branding .logo-icon,
header.site-header .site-branding .logo-type {
	width: inherit;
	height: inherit;
}

@media (min-width: 992px) {

	header.site-header .site-branding .logo-icon,
	header.site-header .site-branding .logo-type {
		width: auto;
	}
}

header.site-header .site-branding .logo-icon {
	float: left;
	padding-right: 10px;
}

@media (min-width: 992px) {

	header.site-header .site-branding .logo-icon {
		height: 35px;
		margin-top: 13px;
	}
}

header.site-header .site-branding .logo-type {
	float: left;
	opacity: 1;
	transition: opacity 1s;
}

@media (min-width: 992px) {

	header.site-header .site-branding .logo-type {
		margin-top: 8px;
	}
}

header.site-header .site-branding a.navbar-brand {
	float: left;
	padding: 0;
	height: 32px;
	transition: height 1s;
}

@media (min-width: 992px) {

	header.site-header .site-branding a.navbar-brand {
		height: 45px;
		width: 300px;
		z-index: 100;
		position: absolute;
		left: 0;
	}
}

header.site-header .site-branding .site-name {
	width: initial;
	float: left;
	padding: 15px 0 0;
	font-size: 1.4em;
	line-height: 1.8;
	display: none;
	font-family: Roboto;
	font-weight: 100;
	color: #00447f;
}

header.site-header .site-branding .site-name:hover {
	text-decoration: none;
}

header.site-header .main-navigation {
	clear: none;
	display: block;
	float: right;
	width: inherit;
	position: relative;
}

@media (min-width: 992px) {

	header.site-header .main-navigation {
		width: calc(100% - 100px);
	}
}

header.site-header .main-navigation#desktop-navigation {
	display: none;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: -15px;
	background-color: transparent;
	border-color: transparent;
	position: relative;
	min-height: 40px;
	width: auto;
}

@media (min-width: 992px) {

	header.site-header .main-navigation#desktop-navigation {
		display: flex;
		justify-content: end;
		margin-right: 0;
		margin-top: 3px;
	}
}

header.site-header .main-navigation#desktop-navigation .search-bar input,
header.site-header .main-navigation#desktop-navigation .search-btn,
header.site-header .main-navigation#desktop-navigation .search-btn::before,
header.site-header .main-navigation#desktop-navigation .search-btn::after {
	transition: all 0.25s ease-out;
}

header.site-header .main-navigation#desktop-navigation .search-bar input,
header.site-header .main-navigation#desktop-navigation .search-btn {
	width: 3em;
	height: 3em;
	right: 47px;
	position: relative;
	top: -10px;
}

header.site-header .main-navigation#desktop-navigation .search-bar input:invalid:not(:focus),
header.site-header .main-navigation#desktop-navigation .search-btn {
	cursor: pointer;
}

header.site-header .main-navigation#desktop-navigation .search-bar,
header.site-header .main-navigation#desktop-navigation .search-bar input:focus,
header.site-header .main-navigation#desktop-navigation .search-bar input:valid {
	width: calc(100% - 56px);
}

header.site-header .main-navigation#desktop-navigation .search-bar input:focus,
header.site-header .main-navigation#desktop-navigation .search-bar input:not(:focus) + .search-btn:focus {
	outline: transparent;
}

header.site-header .main-navigation#desktop-navigation .search-bar {
	justify-content: center;
	max-width: 40px;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	top: 0;
	position: relative;
}

header.site-header .main-navigation#desktop-navigation .search-bar:has(input:valid) {
	max-width: 20em;
}

header.site-header .main-navigation#desktop-navigation .search-bar:focus-within {
	max-width: 20em;
}

header.site-header .main-navigation#desktop-navigation .search-bar:focus-within input {
	transform: scale(1);
	opacity: 1;
	background: #fff;
	border-radius: 1.375em;
	box-shadow: none;
	transform: scale(1);
	height: 36px;
	opacity: 1;
	width: 100%;
	box-shadow: none !important;
	border: 1px solid #3d3d3d !important;
	top: -3px;
	right: 0;
}

header.site-header .main-navigation#desktop-navigation .search-bar:focus-within input::placeholder {
	color: #686869;
	font-style: italic;
}

header.site-header .main-navigation#desktop-navigation .search-bar:focus-within input:invalid:not(:focus) + button.search-btn {
	pointer-events: none;
}

header.site-header .main-navigation#desktop-navigation .search-bar input {
	background: transparent;
	border-radius: 1.5em;
	padding: 0.5em 1em;
	transform: translate(0.5em, 0.5em) scale(0.5);
	transform-origin: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 0 0 1px #fff inset;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	border: 1px solid transparent !important;
	top: 0;
	right: 0;

	/* Active state */
}

header.site-header .main-navigation#desktop-navigation .search-bar input::-webkit-search-decoration {
	-webkit-appearance: none;
}

header.site-header .main-navigation#desktop-navigation .search-bar input:focus,
header.site-header .main-navigation#desktop-navigation .search-bar input:valid {
	background: #fff;
	border-radius: 1.375em;
	box-shadow: 0 0 0 1px #3d3d3d inset;
	transform: scale(1);
	height: 36px;
	opacity: 1;
	border: 1px solid #3d3d3d;
	width: 100%;
}

header.site-header .main-navigation#desktop-navigation .search-bar input:focus + .search-btn,
header.site-header .main-navigation#desktop-navigation .search-bar input:valid + .search-btn {
	background: transparent;
	border: none;
	position: absolute;
}

header.site-header .main-navigation#desktop-navigation .search-btn {
	background: transparent;
	border: none;
	position: absolute;
	right: -5px;
	top: 2px;
}

@media (min-width: 992px) {

	header.site-header .main-navigation#desktop-navigation .search-btn {
		top: 8px;
		right: 0;
	}
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > a::before {
	background-color: transparent;
	bottom: -1px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	right: 50%;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	z-index: 1;
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item:hover > a {
	color: #000;
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > a {
	padding-bottom: 5px;
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item a {
	color: #404040;
	float: left;
	display: flex;
	font-size: 1.3rem;
	font-weight: 400;
	padding: 17px 16px;
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item a {
	float: left;
	display: block;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #454f5b;
	font-family: "Montserrat";
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > ul.sub-menu {
	background-color: #fff;
	padding: 0;
	margin-left: -110px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > ul.sub-menu > li.menu-item {
	padding: 0;
	width: 100%;
	border-top: 1px solid #ececec;
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > ul.sub-menu > li.menu-item:hover {
	background-color: #f4f6f9;
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > ul.sub-menu > li.menu-item a,
header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > ul.sub-menu > li.menu-item a:visited,
header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > ul.sub-menu > li.menu-item a:active {
	padding: 15px 25px;
	color: #404040;
}

header.site-header .main-navigation#desktop-navigation ul.nav.navbar-nav > li.menu-item > ul.sub-menu > li.menu-item a:hover {
	color: #000;
}

header.site-header .main-navigation#mobile-navigation {
	display: block;
}

@media (min-width: 992px) {

	header.site-header .main-navigation#mobile-navigation {
		display: none;
	}
}

header.site-header .main-navigation .navbar {
	margin-bottom: 0;
}

.bg--dark_gray {
	background-color: #4d4d4d !important;
}

.bg--white {
	background-color: #fff !important;
}

.bg--black {
	background-color: #000 !important;
}

.bg--gryphon_green_1 {
	background-color: #728d78 !important;
}

.bg--gryphon_green_2 {
	background-color: #728d78 !important;
}

.bg--gryphon_green_3 {
	background-color: #3e4d41 !important;
}

.bg--gryphon_green_4 {
	background-color: #728d78 !important;
}

.bg--gryphon_green_5 {
	background-color: #728d78 !important;
}

.bg--gryphon_green_6 {
	background-color: #445a4d !important;
}

.bg--light_green {
	background-color: #eef3f6 !important;
}

.bg--light_green_1 {
	background-color: #f1f4ef !important;
}

.bg--light_green_2 {
	background-color: #b9cab9 !important;
}

.bg--extra_light_grey {
	background-color: #ccc !important;
}

.bg--light_grey {
	background-color: #999 !important;
}

.bg--medium_grey {
	background-color: #404040 !important;
}

.bg--dark_grey {
	background-color: #404040 !important;
}

.color--dark_gray {
	color: #4d4d4d !important;
}

.color--white {
	color: #fff !important;
}

.color--black {
	color: #000 !important;
}

.color--gryphon_green_1 {
	color: #728d78 !important;
}

.color--gryphon_green_2 {
	color: #728d78 !important;
}

.color--gryphon_green_3 {
	color: #3e4d41 !important;
}

.color--gryphon_green_4 {
	color: #728d78 !important;
}

.color--gryphon_green_5 {
	color: #728d78 !important;
}

.color--gryphon_green_6 {
	color: #445a4d !important;
}

.color--light_green {
	color: #eef3f6 !important;
}

.color--light_green_1 {
	color: #f1f4ef !important;
}

.color--extra_light_grey {
	color: #ccc !important;
}

.color--light_grey {
	color: #999 !important;
}

.color--medium_grey {
	color: #404040 !important;
}

.color--dark_grey {
	color: #404040 !important;
}

.border--dark_gray {
	--tw-border-opacity: 1 !important;
	border-color: #4d4d4d !important;
}

.border--white {
	--tw-border-opacity: 1 !important;
	border-color: #fff !important;
}

.border--black {
	--tw-border-opacity: 1 !important;
	border-color: #000 !important;
}

.border--gryphon_green_1 {
	--tw-border-opacity: 1 !important;
	border-color: #728d78 !important;
}

.border--gryphon_green_2 {
	--tw-border-opacity: 1 !important;
	border-color: #728d78 !important;
}

.border--gryphon_green_3 {
	--tw-border-opacity: 1 !important;
	border-color: #3e4d41 !important;
}

.border--gryphon_green_4 {
	--tw-border-opacity: 1 !important;
	border-color: #728d78 !important;
}

.border--gryphon_green_5 {
	--tw-border-opacity: 1 !important;
	border-color: #728d78 !important;
}

.border--gryphon_green_6 {
	background-color: #445a4d !important;
}

.border--light_green {
	--tw-border-opacity: 1 !important;
	border-color: #eef3f6 !important;
}

.border--extra_light_grey {
	--tw-border-opacity: 1 !important;
	border-color: #ccc !important;
}

.border--light_grey {
	--tw-border-opacity: 1 !important;
	border-color: #999 !important;
}

.border--medium_grey {
	--tw-border-opacity: 1 !important;
	border-color: #404040 !important;
}

.border--dark_grey {
	--tw-border-opacity: 1 !important;
	border-color: #404040 !important;
}

.color_p {
	color: #4d4d4d !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #999;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #999;
}

textarea {
	width: 100%;
}

button,
.btn {
	white-space: normal;
}

.wpcf7 .connect-entry {
	margin-top: 0;
	margin-bottom: 0;
}

.wpcf7 .connect-button {
	margin-bottom: 0;
	margin-top: 0;
}

.wpcf7 .connect-title {
	display: none;
}

.wpcf7 .connect-entry textarea {
	line-height: 1.7;
	padding-top: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	select,
	textarea,
	input,
	select:focus,
	textarea:focus,
	input:focus {
		font-size: 1.4rem;
	}
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 0.8em;
	font-weight: 400;
	display: block;
	margin-top: 12px;
	text-align: left;
}

.contact-form-container {
	background-color: #f6f9fb;
	margin-top: 50px;
	width: 100%;
}

.contact-form-container .sign-up-form-entry {
	float: left;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
}

.contact-form-container .sign-up-form-entry:first-of-type {
	padding-top: 15px;
}

@media (min-width: 768px) {

	.contact-form-container .sign-up-form-entry:first-of-type {
		padding-top: 0;
	}
}

.contact-form-container .sign-up-form-button {
	float: left;
}

.contact-form-container input[type="text"],
.contact-form-container input[type="tel"],
.contact-form-container input[type="email"],
.contact-form-container input[type="placeholder"],
.contact-form-container textarea {
	font-size: 18px;
	width: 100%;
	border-radius: 0;
}

@media (min-width: 768px) {

	.contact-form-container .sign-up-form-button input[type="submit"] {
		font-size: 18px;
	}
}

@media (min-width: 992px) {

	.contact-form-container {
		margin: 0;
	}
}

html {
	box-sizing: border-box;
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	height: 100%;
}

body {
	margin: 0;
}

body,
#page {
	min-height: 100vh;
}

#page {
	padding-top: 1px;
}

*:focus {
	outline: none;
}

*,
*::before,
*::after {

	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: #fff;

	/* Fallback for when there is no custom background color defined. */
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
}

p.body-copy {
	font-size: 1.6rem;
	line-height: 1.6em;
	font-family: "Source Serif 4";
	font-weight: 400;
	color: #445a4d;
}

@media (min-width: 768px) {

	p.body-copy {
		font-size: 1.8rem;
		line-height: 1.8em;
	}
}

hr.short {
	width: 20px !important;
	margin-inline-start: 0;
	height: 1px;
	background-color: #3e4d41;
	border: 0;
	margin: 1rem 0 0.9rem;
}

hr.wide {
	width: 60px !important;
	margin-inline-start: 0;
	height: 1px;
	background-color: #3e4d41;
	border: 0;
	margin: 2.8rem 0 3.2rem;
}

@media (min-width: 768px) {

	hr.wide {
		width: 80px !important;
		margin: 2.8rem 0 3.2rem;
	}
}

@media (min-width: 992px) {

	hr.wide {
		width: 100px !important;
	}
}

hr.divider {
	background-color: black;
	height: 1px;
	width: 30px;
	margin-top: -10px;
	margin-bottom: 30px;
}

hr.hr-blur {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	opacity: 0.25;
	filter: blur(1.3px);
}

.intro-text {
	margin: 1rem auto 3rem;
}

.intro-text h3,
.intro-text h4 {
	font-weight: 300;
	text-align: center;
}

h5.title {
	font-weight: 600;
}

section.top-line {
	border-top: 1px solid #dfdfdf;
	position: relative;
	overflow: hidden;
}

section.top-shadow {
	position: relative;
	overflow: hidden;
}

section.top-shadow::before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	top: -20px;
	left: calc(50% - 20px);
	border: 0;
	height: 24px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: radial-gradient(black, transparent);
	width: 40px;
	opacity: 0.3;
	filter: blur(4.3px);
	z-index: 10;
	transform: scale(9.5, 1.5);
}

@media (min-width: 768px) {

	section.top-shadow::before {
		transform: scale(34.5, 1.5);
	}
}

section.top-shadow-light::before {
	opacity: 0.1;
}

section.top-shadow.bg--light_green::before {
	opacity: 0.13;
}

img {
	height: auto;

	/* Make sure images are scaled correctly. */
	max-width: 100%;

	/* Adhere to container width. */
}

a {
	color: #888;
}

a:visited {
	color: #888;
}

a:hover,
a:focus,
a:active {
	color: #888;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.cta-phone-number {
	font-family: "Open Sans", sans-serif;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.hentry p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.centered-image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.centered-image > img {
	width: 100%;
	max-height: none;
	max-width: none;
}

@media (min-width: 768px) {

	.centered-image > img {
		position: absolute;
		height: 100%;
		width: auto;
		max-width: none;
		left: 50%;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
	}
}

.centered-image > img.match-parent-height {
	height: 100%;
	width: auto;
}

@media (max-width: 767px) {

	.centered-image > img.match-parent-height-mobile {
		height: 100%;
		width: auto;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.centered-image > img.match-parent-height-tablet {
		height: 100%;
		width: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.centered-image > img.match-parent-height-laptop {
		height: 100%;
		width: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.centered-image > img.match-parent-height-desktop {
		height: 100%;
		width: auto;
	}
}

.centered-image > img.match-parent-width {
	height: auto;
	width: 100%;
}

@media (max-width: 767px) {

	.centered-image > img.match-parent-width-mobile {
		height: auto;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.centered-image > img.match-parent-width-tablet {
		height: auto;
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.centered-image > img.match-parent-width-laptop {
		height: auto;
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.centered-image > img.match-parent-width-desktop {
		height: auto;
		width: 100%;
	}
}

.zoom-on-hover {
	overflow: hidden;

	/* -webkit-transform: translateZ(0) scale(1.0, 1.0); */
}

.zoom-on-hover img {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	backface-visibility: hidden;
	transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
	-o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

.zoom-on-hover:hover img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.03, 1.03);
	transform: translateZ(0) scale(1.03, 1.03);
}

.desaturate {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");

	/* Firefox 10+, Firefox on Android */
	filter: #808080;

	/* IE6-9 */
	-webkit-filter: grayscale(100%);

	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	transition: filter 0.6s;
	cursor: pointer;
}

.desaturate:hover {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter: grayscale(0%);
}

.iOS-tagged .desaturate {
	filter: none;

	/* IE6-9 */
	-webkit-filter: none;

	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	transition: none;
}

.iOS-tagged .desaturate:hover {
	filter: none;
}

.image-full {
	overflow: hidden;
	transform: scale(1);
	z-index: 100;
	transform-origin: right;
	transition: transform 0.3s ease-in-out;
}

.image-full img {
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
	height: auto;
	width: 100%;
	object-fit: cover;
}

div.video-src > video {
	width: 100%;
}

.press-video-carousel .flickity-slider {
	height: inherit;
}

.press-video-carousel .format-video {
	width: 100%;
	padding: 30px 30px 20px;
}

@media (min-width: 768px) {

	.press-video-carousel .format-video {
		width: 33%;
	}
}

@media (min-width: 1024px) {

	.press-video-carousel .format-video {
		width: 25%;
	}
}

.video-thumbnail-wrapper .image-full::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.28);
	z-index: 10;
	background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%20style%3D%22enable-background%3Anew%200%200%2040%2040%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2233.29%2C20%2010.69%2C34.56%2010.69%2C5.44%20%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	transition: opacity 0.3s cubic-bezier(0.75, 0.19, 0.67, 1.03);
	opacity: 0;
}

.video-thumbnail-wrapper .image-full::after {
	content: "";
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	top: calc(50% - 35px);
	left: calc(50% - 37px);
	z-index: 0;
	transition: transform 0.2s cubic-bezier(0.75, 0.19, 0.67, 1.03);
	transform: scale(0.1);
}

.video-thumbnail-wrapper a:hover .image-full::after {
	transform: scale(1);
}

.video-thumbnail-wrapper a:hover .image-full::before {
	opacity: 1;
}

.modal-backdrop {
	background-color: rgba(104, 166, 191, 0.7);
}

body.modal-open {
	overflow: inherit;
}

.modal-open .sub-menu-wrapper {
	overflow: inherit;
	padding-right: 0;
}

#contact-modal .modal-header {
	border: none;
}

#contact-modal .modal-header .close {
	float: right;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin: -15px -5px 0 0;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
	padding-top: 3px;
}

#contact-modal .modal-header .modal-title {
	font-size: 26px;
	line-height: 36px;
	border-bottom: 1px solid #000;
}

#contact-modal .modal-header .modal-title .glyphicon {
	color: #78ab46;
	font-size: 24px;
	padding-right: 10px;
}

#contact-modal .modal-footer {
	border: none;
}

p.quote::before,
p.quote::after {
	font-size: 0.5em;
	top: -0.8em;
	color: #999;
	display: inline-block;
	font-family: "iconfont";
	position: relative;
	z-index: 1000;
}

p.quote::before {
	content: "";
	left: -0.4em;
}

p.quote::after {
	content: "";
	right: -0.4em;
}

.montserrat-gryphon {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.source-serif-gryphon {
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "iconfont";
	src: url(/fonts/iconfont.eot);
	src: url(fonts/iconfont.eot?#iefix) format(embedded-opentype), url(fonts/iconfont.woff2) format(woff), url(fonts/iconfont.ttf) format(truetype), url(fonts/iconfont.svg#iconfont) format(svg);
}

.text-center,
.text-center p {
	text-align: center !important;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

blockquote p {
	float: none;
}

address {
	margin: 0 0 1.5em;
}

pre {
	font-size: 15px;
	font-size: 0.9375rem;
	background-color: #888;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #888;
	cursor: help;
}

mark,
ins {
	background-color: #fff;
	text-decoration: none;
}

big {
	font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
	margin-top: 1em !important;
}

span.h3 {
	font-size: 1.3em;
}

.h1,
h1 {
	font-size: 2.6rem;
}

@media (min-width: 768px) {

	.h1,
	h1 {
		font-size: 3.2rem;
	}
}

.h2,
h2 {
	font-size: 2.2rem;
}

@media (min-width: 768px) {

	.h2,
	h2 {
		font-size: 2.8rem;
	}
}

ul.no-markers {
	list-style: none;
	padding: 0;
	margin-top: 0;
}

.h3,
h3 {
	font-size: 1.8rem;
	margin-top: 0;
}

@media (min-width: 992px) {

	.h3,
	h3 {
		font-size: 2.4rem;
	}
}

.h3 > .container > .row::after,
h3 > .container > .row::after {
	content: "";
	display: block;
	border-bottom: 1px solid #000;
	width: 25px;
	padding-top: 18px;
	margin-bottom: 20px;
}

h3.h2 {
	font-size: 2.3rem;
	text-transform: none;
	width: 100%;
}

.h4,
h4 {
	font-size: 1.6rem;
	margin-top: 0;
}

@media (min-width: 992px) {

	.h4,
	h4 {
		font-size: 2rem;
	}
}

.h4.highlights,
h4.highlights {
	font-weight: 600;
}

.h5,
h5 {
	font-size: 1.5rem;
	margin-top: 0;
}

@media (min-width: 992px) {

	.h5,
	h5 {
		font-size: 1.8rem;
	}
}

.h6,
h6 {
	font-size: 1.2rem;
	color: #000;
	margin-top: 0;
}

@media (min-width: 992px) {

	.h6,
	h6 {
		font-size: 1.4rem;
	}
}

.section-title {
	font-weight: 500;
}

.site-main p,
.site-main .p,
.site-main ul,
.site-main em {
	font-size: 1.5rem;
	text-align: left;
}

@media (min-width: 640px) {

	.site-main p,
	.site-main .p,
	.site-main ul,
	.site-main em {
		font-size: 1.6rem;
	}
}

@media (min-width: 768px) {

	.site-main p,
	.site-main .p,
	.site-main ul,
	.site-main em {
		font-size: 1.7rem;
	}
}

.site-main p.small,
.site-main .p.small,
.site-main ul.small,
.site-main em.small {
	font-size: 1.4rem;
}

p.font-xl {
	font-size: 1.7rem;
}

.quotes p {
	position: relative;
	quotes: "“" "”" "‘" "’";
}

.quotes p::before {
	white-space: nowrap;
	display: inline-block;
	content: open-quote;
	padding-right: 0.15em;
}

.quotes p::after {
	display: inline-block;
	content: close-quote;
	padding-left: 0.15em;
}

.panel-quotes p {
	position: relative;
	quotes: "“" "”" "‘" "’";
}

.panel-quotes p::before {
	display: inline-block;
	content: open-quote;
	margin: 0;
	padding-right: 0.15em;
}

.panel-quotes p::after {
	display: inline-block;
	content: close-quote;
	padding-left: 0.15em;
}

.testimonial-banner-quotes p {
	position: relative;
	quotes: "“" "”" "‘" "’";
}

.testimonial-banner-quotes p::before,
.testimonial-banner-quotes p::after {
	display: inline-block;
	margin: 0;
}

.testimonial-banner-quotes p::before {
	content: open-quote;
	padding-right: 0.15em;
}

.testimonial-banner-quotes p::after {
	content: close-quote;
	padding-left: 0.15em;
}

.sidebar-quotes p {
	position: relative;
	quotes: "“" "”" "‘" "’";
}

.sidebar-quotes p::before {
	display: inline-block;
	content: open-quote;
	margin-right: 0.15em;
}

.sidebar-quotes p::after {
	display: inline-block;
	content: close-quote;
	margin-left: 0.15em;
}

.lp-quotes span {
	display: block;
	float: left;
	width: 35px;
	height: 40px;
	position: relative;
}

.lp-quotes span::before {
	content: '"';
	margin: 0;
	padding-right: 0.15em;
}

.clear-float {
	float: none;
}

a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.read-more {
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	text-decoration: none;
}

.read-more svg.ionicon {
	display: inline-flex;
	width: 17px;
	height: 17px;
	align-items: flex-end;
	flex-direction: column;
	justify-content: end;
	margin-bottom: -3px;
	margin-left: -2px;
	color: #445a4d;
}

.read-more.pull-right {
	margin: 0;
	width: initial;
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.read-more.small {
	font-size: 0.9em;
	padding: 0 0 0 8px;
	border-radius: 2px;
}

.read-more.small a.read-more-btn {
	font-size: 1rem;
	border: 1px solid #ccc;
	padding: 0 0 0 8px;
	border-radius: 2px;
}

.read-more.small a.read-more-btn .right-arrow,
.read-more.small a.read-more-btn .left-arrow {
	display: inline-block;
	border-left: 1px solid #ccc;
	padding: 4px 8px;
	margin-left: 2px;
	color: #ccc;
}

.read-more a.read-more-btn {
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #445a4d;
	color: #445a4d;
	display: block;
	width: fit-content;
	font-size: 1.2rem;
	padding: 10px 15px 9px;
}

.read-more a.read-more-btn span.ion-ios-arrow-thin-right {
	font-size: 2rem;
	margin: -5px 0 0 9px;
	display: block;
	float: right;
}

.read-more a.read-more-btn span.ion-ios-arrow-thin-left {
	font-size: 2rem;
	margin: -5px 9px 0 0;
	display: block;
	float: left;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	transition: opacity 0.8s;
}

.main-navigation ul ul {
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	top: calc(100% - 1px);
	left: -999em;
	z-index: 99999;
	opacity: 0;
	display: none;
	width: 26rem;
}

.main-navigation ul ul > li > a {
	font-weight: 500;
}

.main-navigation ul ul ul {
	position: relative;
	top: 0;
	left: 0;
	box-shadow: none;
}

@media (min-width: 992px) {

	.main-navigation ul ul ul {
		position: absolute;
	}
}

.main-navigation ul ul a {
	width: 26rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	opacity: 1;
	display: block;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.read-more {
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	text-decoration: none;
}

.read-more svg.ionicon {
	display: inline-flex;
	width: 17px;
	height: 17px;
	align-items: flex-end;
	flex-direction: column;
	justify-content: end;
	margin-bottom: -3px;
	margin-left: -2px;
	color: #445a4d;
}

.read-more.pull-right {
	margin: 0;
	width: initial;
	position: absolute;
	bottom: 25px;
	right: 25px;
}

.read-more.small {
	font-size: 0.9em;
	padding: 0 0 0 8px;
	border-radius: 2px;
}

.read-more.small a.read-more-btn {
	font-size: 1rem;
	border: 1px solid #ccc;
	padding: 0 0 0 8px;
	border-radius: 2px;
}

.read-more.small a.read-more-btn .right-arrow,
.read-more.small a.read-more-btn .left-arrow {
	display: inline-block;
	border-left: 1px solid #ccc;
	padding: 4px 8px;
	margin-left: 2px;
	color: #ccc;
}

.read-more a.read-more-btn {
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #445a4d;
	color: #445a4d;
	display: block;
	width: fit-content;
	font-size: 1.2rem;
	padding: 10px 15px 9px;
}

.read-more a.read-more-btn span.ion-ios-arrow-thin-right {
	font-size: 2rem;
	margin: -5px 0 0 9px;
	display: block;
	float: right;
}

.read-more a.read-more-btn span.ion-ios-arrow-thin-left {
	font-size: 2rem;
	margin: -5px 9px 0 0;
	display: block;
	float: left;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	transition: opacity 0.8s;
}

.main-navigation ul ul {
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	top: calc(100% - 1px);
	left: -999em;
	z-index: 99999;
	opacity: 0;
	display: none;
	width: 26rem;
}

.main-navigation ul ul > li > a {
	font-weight: 500;
}

.main-navigation ul ul ul {
	position: relative;
	top: 0;
	left: 0;
	box-shadow: none;
}

@media (min-width: 992px) {

	.main-navigation ul ul ul {
		position: absolute;
	}
}

.main-navigation ul ul a {
	width: 26rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	opacity: 1;
	display: block;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

button#mmenu-button {
	margin-right: -16px;
}

/* Mobile Navigation START */
button.c-hamburger,
button.c-hamburger:hover,
i
button.c-hamburger:focus {
	background-color: transparent !important;
	outline: 0;
	position: relative;
}

button:active,
button:focus,
button:hover,
input[type="button"]:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	border: none !important;
	border-top: none !important;
	border-color: none !important;
	box-shadow: none !important;
}

.c-hamburger--htx:hover span,
.c-hamburger--htx:hover span::before,
.c-hamburger--htx:hover span::after,
.c-hamburger--htx.is-active span,
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	background-color: #404040;
}

.secondary {
	display: block !important;
	visibility: visible;
	opacity: 1;
	transition: all ease-in 1s;
	-webkit-transition: all ease-out 0.5s;
	border: none !important;
	margin-top: 72px;
}

.secondary.toggled-on {
	visibility: visible;
	opacity: 1;
	height: inherit;
}

.c-hamburger {
	width: 60px;
	height: 50px;
	margin: 5px -2px 5px 0;
	font-size: 0;
	text-indent: -9999px;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
}

@media (min-width: 768px) {

	.c-hamburger {
		margin: 5px 0 0 -17px;
	}
}

@media (min-width: 992px) {

	.c-hamburger {
		margin: 5px 0;
	}
}

.scrolling .c-hamburger {
	height: 42px;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 15px;
	left: 17px;
	right: 17px;
	height: 3px;
	background-color: black;
	margin-top: 7px;
	transition: margin 1s;
}

.scrolling .c-hamburger span {
	margin-top: 0;
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 3px;
	content: "";
}

.c-hamburger span::before {
	top: -8px;
	height: 3px;
}

.c-hamburger span::after {
	bottom: -8px;
}

input:focus,
textarea:focus,
input.c-hamburger:focus {
	outline: none !important;
	border: none !important;
}

.c-hamburger--htx {
	background-color: transparent;
}

.c-hamburger--htx span,
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	background-color: #728d78;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition: background-color 0.3s;
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span,
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-delay: background-color 0.3s !important;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
	background-color: transparent;
}

.c-hamburger--htx.is-active span {
	background: none;
	background-color: #fff !important;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

/* Mobile Navigation END */
.full-width-tab-container {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-top: 50px;
}

.full-width-tab-container .full-width-tab-hr {
	top: 36px;
	border-top: 1px solid #ddd;
	width: 100%;
	border-bottom: none;
	height: 100%;
	max-height: 40px;
	background-color: #eef3f6;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f4ef+0,ffffff+100 */
	background-color: -moz-linear-gradient(top, #f1f4ef 0%, #fff 100%);

	/* FF3.6-15 */
	background-color: -webkit-linear-gradient(top, #f1f4ef 0%, #fff 100%);

	/* Chrome10-25,Safari5.1-6 */
	background-color: linear-gradient(to bottom, #f1f4ef 0%, #fff 100%);

	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f4ef", endColorstr="#ffffff", GradientType=0);

	/* IE6-9 */
	position: absolute;
	z-index: -10;
}

@media only screen and (min-width: 440px) {

	.full-width-tab-container .full-width-tab-hr {
		top: 46px;
	}
}

.nav-tabs > li {
	max-width: 50%;
	font-size: 0.6em;
	list-style: none;
}

@media screen and (min-width: 440px) {

	.nav-tabs > li {
		max-width: none;
		font-size: 1em;
	}
}

.nav-tabs > li a {
	font-size: 1.4rem;
	font-weight: 300;
}

.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover {
	font-weight: 500;
}

.mobile-nav {
	z-index: 500;
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 485px;
	background-color: #fff;
	padding: 90px 0 40px;
}

@media (min-width: 992px) {

	.mobile-nav {
		display: none;
	}
}

.mobile-nav .search-form {
	padding-left: 30px;
	position: relative;
}

.mobile-nav .search-form .text-box {
	width: calc(100% - 30px);
	height: 40px;
	border-radius: 25px;
	font-size: 1.8rem;
	padding-left: 1em;
	font-style: italic;
}

.mobile-nav .search-form .text-box:focus {
	border: 1px solid #606060 !important;
}

.mobile-nav .search-form .text-box:focus::placeholder {
	color: #686869;
}

.mobile-nav .search-form .text-box::placeholder {
	color: #fff;
}

.mobile-nav .search-form .search-submit {
	position: absolute;
	right: 20px;
	top: -3px;
	background: transparent;
	padding: 0;
	outline: none;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	width: 50px;
	height: 26px;
	margin: 10px;
	border-radius: 30px;
}

.mobile-nav .search-form .search-wrapper .input-holder .search-field {
	width: 100%;
	height: 50px;
	padding: 0 70px 0 20px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	transform: translate(0, 60px);
	transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
	transition-delay: 0.3s;
}

.js-nav-trigger--active .mobile-nav {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.nav__container {
	height: 100%;
	overflow-y: auto;
}

.nav__menu {
	padding: 5px 30px 0;
}

.nav__menu .menu-item {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.22em;
	margin-bottom: 15px;
}

.nav__menu .menu-item.menu-item-has-children.js-expanded > a::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.nav__menu .menu-item.menu-item-has-children > a {
	position: relative;
	padding-right: 30px;
}

.nav__menu .menu-item.menu-item-has-children > a::before {
	content: "";
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	position: absolute;
	right: 5px;
	top: -3px;
	display: block;
	font-size: 0.4em;
	color: #385d7f;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.nav__menu .menu-item a {
	color: #385d7f;
	text-decoration: none;
}

.nav__menu li {
	list-style-type: none;
}

.nav__menu a {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	padding-bottom: 10px;
}

.nav__menu a::after {
	transition-property: width;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	content: "";
	display: block;
	border-bottom: 1px solid #728d78;
	width: 0;
}

@media (min-width: 992px) {

	.nav__menu a:hover::after {
		width: 100%;
	}
}

.nav__menu .sub-menu {
	display: none;
	padding: 5px 0 0 35px;
}

.nav__menu .sub-menu .menu-item {
	font-size: 15px;
}

.nav__menu .sub-menu .menu-item a {
	color: #686869;
}

.icon-arrow-right::before,
.icon-caret-down::before,
.icon-circle-caret-right::before,
.icon-close::before,
.icon-download::before,
.icon-facebook::before,
.icon-linkedin::before,
.icon-mail::before,
.icon-play-large::before,
.icon-play::before,
.icon-quote-close::before,
.icon-quote-open::before,
.icon-search::before,
.icon-twitter::before,
.nav__menu .menu-item.menu-item-has-children > a::before,
.page-template-page-philanthropy .quote .quote__block::before,
.quote__block::before,
.quote__block p::after,
.two-up__content blockquote::before,
.two-up__content blockquote p:first-child::after,
.select__dropdown::before {
	font-family: "iconfont";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.acf-map {
	width: 100%;
	height: 100%;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.jawBoneSlider {
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
	width: 100%;
	transition: transform 3s ease-in, opacity 0.5s ease-in;
	z-index: 3000;
	height: 100%;
	top: 0;
	max-height: 100vh;
	opacity: 0;
	pointer-events: none;
}

.jawBoneSlider.fast {
	transition: transform 0.5s ease-out, opacity 0.5s ease-in;
}

.jawBoneSlider.open {
	transform: scale(50);
}

.jawBoneSlider.fade {
	opacity: 0.85;
}

.jawBoneSlider.locked {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100vh;
}

@keyframes rotation {

	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}

#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: transparent;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

#loader.show {
	opacity: 1;
	pointer-events: visible;
}

.vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#loader .bottomHalf,
#loader .topHalf {
	width: 100%;
	height: 50vh;
	background-color: #fff;
	position: absolute;
}

#loader .topHalf {
	top: 0;
}

#loader .bottomHalf {
	bottom: 0;
}

.spinnerDad {
	height: 2.5rem;
	width: 2.5rem;
	margin: 0 auto;
}

.spinner {
	height: 2.5rem;
	width: 2.5rem;
	position: relative;
	-webkit-animation: rotation 0.6s infinite linear;
	-moz-animation: rotation 0.6s infinite linear;
	animation: rotation 0.6s infinite linear;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-top-color: rgba(0, 0, 0, 0.8);
	border-radius: 100%;
}

body {
	overflow-x: hidden;
}

@media screen and (max-width: 600px) {

	#wpadminbar {
		position: fixed;
	}
}

.ripple {
	overflow: hidden;
	position: relative;
	outline: none;
}

.ripple:focus,
.ripple:visited,
.ripple a,
.ripple a:focus,
.ripple a:visited {
	outline: none;
}

.ripple-effect {
	position: absolute;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	opacity: 0;
	background: #b9c6bc;
	animation: ripple-animation 1.5s;
}

@keyframes ripple-animation {

	from {
		transform: scale(1);
		opacity: 0.5;
	}

	to {
		transform: scale(100);
		opacity: 0;
	}
}

.card-based-wrapper {
	margin-left: -12.5px;
	margin-right: -12.5px;
}

.card-based-wrapper.slick-slider .slick-arrow.slick-next {
	right: -12.5px;
}

.card-based-wrapper.slick-slider .slick-arrow.slick-prev {
	left: -12.5px;
}

.card-based {
	border: 1px solid #eee;
	border-radius: 2px;
	margin: 12.5px;
	width: calc(25% - 25px);
	float: left;
	box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	min-height: 490px;
}

@media (min-width: 480px) {

	.card-based {
		min-height: 490px;
	}
}

@media (min-width: 580px) {

	.card-based {
		min-height: 550px;
	}
}

@media (min-width: 600px) {

	.card-based {
		min-height: 550px;
	}
}

@media (min-width: 680px) {

	.card-based {
		min-height: 620px;
	}
}

@media (min-width: 768px) {

	.card-based {
		min-height: 480px;
	}
}

.card-based .top-title {
	padding: 25px 25px 15px;
	font-size: 1.7rem;
}

.card-based .media-outlet {
	padding: 0 25px 0;
	font-size: 1.3rem;
}

.card-based .media-outlet::after {
	content: "";
	display: block;
	border-bottom: 1px solid #000;
	width: 25px;
	padding-top: 18px;
	margin-bottom: 20px;
}

.card-based .center-details {
	margin-top: 13px;
	padding: 0 25px;
	font-size: 1.3rem;
}

#colophon {
	width: 100%;
}

#colophon ul {
	list-style-type: none;
	padding: 0;
}

@media (min-width: 992px) {

	#colophon .legal-links li {
		padding-left: 1em;
		padding-right: 1em;
	}
}

#colophon .legal-links a {
	text-decoration: none;
}

#colophon .footer-wrapper {
	padding: 15px 0 5px;
	display: flex;
	background: #404040;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.8;
}

@media (min-width: 992px) {

	#colophon .footer-wrapper {
		line-height: 1.6;
	}
}

#colophon .footer-wrapper .navbar-brand {
	display: flex;
	align-items: center;
}

#colophon .footer-wrapper svg path {
	fill: #fff !important;
}

#colophon .footer-wrapper .logo-mark {
	height: 50px;
	width: auto;
}

#colophon .footer-wrapper .logo-type {
	height: 40px;
	width: auto;
	margin-left: 18px;
}

#colophon .footer-wrapper a {
	color: #4d4d4d;
}

#colophon .footer-wrapper .contact-info,
#colophon .footer-wrapper .copyright-legal {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (min-width: 992px) {

	#colophon .footer-wrapper .contact-info,
	#colophon .footer-wrapper .copyright-legal {
		flex-direction: row;
	}
}

#colophon .footer-wrapper .contact-info a,
#colophon .footer-wrapper .copyright-legal a {
	color: #fff !important;
}

#colophon .footer-wrapper .contact-info div,
#colophon .footer-wrapper .copyright-legal div {
	color: #fff;
	display: flex;
	font-size: 1.3rem;
	margin-left: 1.8em;
	text-align: center;
}

#colophon .footer-wrapper .contact-info div:first-of-type,
#colophon .footer-wrapper .copyright-legal div:first-of-type {
	margin-left: 0;
}

@media (min-width: 992px) {

	#colophon .footer-wrapper .contact-info div,
	#colophon .footer-wrapper .copyright-legal div {
		text-align: left;
	}
}

#colophon .footer-wrapper .contact-info {
	padding-top: 10px;
}

#colophon .footer-wrapper .contact-info .bolder {
	font-weight: 600;
}

#colophon .footer-wrapper .copyright-legal {
	font-size: 1.2rem;
	padding-bottom: 1.3em;
	margin-top: 1em;
}

@media (min-width: 992px) {

	#colophon .footer-wrapper .copyright-legal {
		margin-top: 0;
		padding-bottom: 0;
	}
}

#colophon .footer-wrapper .copyright-legal .legal-links ul {
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 992px) {

	#colophon .footer-wrapper .copyright-legal .legal-links ul {
		flex-direction: row;
	}
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.breadcrumbs {
	padding-left: 0;
	margin: 15px 0;
	float: left;
}

.breadcrumbs li {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 300;
	margin: 0 10px 0 0;
}

.breadcrumbs li strong {
	font-weight: 300;
}

.breadcrumbs li a:not(.bread-home) {
	margin-top: -1px;
	display: block;
	float: left;
}

.breadcrumbs li.separator {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.breadcrumbs li.item-current {
	margin-top: -1px;
}

.breadcrumbs li:first-of-type {
	margin-left: 0;
}

.breadcrumbs .ion-ios-home-outline.ionicons {
	font-size: 1.4em;
	float: left;
}

.breadcrumbs .ion-chevron-right::before {
	padding-top: 5px;
	display: inline;
	color: #888;
	font-weight: 200;
}

/* Pagination */
.pagination-wrapper {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	.pagination-wrapper {
		margin-bottom: 25px;
	}
}

.pagination a.disabled {
	display: none;
}

@media (min-width: 992px) {

	.pagination a.disabled {
		display: block;
	}
}

.pagination {
	clear: both;
	position: relative;
	font-size: 0.7em;
	line-height: 13px;
	width: 100%;
	margin: 0;
	display: block;
}

@media (min-width: 992px) {

	.pagination {
		width: 76%;
		margin: 0 12%;
	}
}

.pagination .prev {
	float: left;
}

.pagination .next {
	float: right;
	text-align: right;
}

.pagination > span,
.pagination a {
	display: block;
	width: 50%;
	float: left;
	text-decoration: none;
	background-color: #fff;
	transition: all 0.15s ease-in-out;
}

.pagination > span:only-child,
.pagination a:only-child {
	width: 100%;
}

.pagination > span,
.pagination a:not(.disabled),
.pagination > .disabled > span {
	color: #888;
}

.pagination a:not(.disabled):hover {
	color: #888;

	/* Pagination background on hover */
}

.slick-slider {
	position: relative;
}

.slick-slider .slick-arrow {
	top: calc(50% - 25px);
}

.slick-slider .slick-arrow.slick-next {
	right: -25px;
}

.slick-slider .slick-arrow.slick-prev {
	left: -25px;
}

.slick-slider .slick-list {
	overflow: hidden;
}

section.banner .image-full img {
	min-height: 220px;
	margin: auto;
}

@media (min-width: 768px) {

	section.banner .image-full img {
		min-height: 230px;
	}
}

@media (min-width: 992px) {

	section.banner .image-full img {
		min-height: 260px;
	}
}

@media (min-width: 1200px) {

	section.banner .image-full img {
		min-height: 290px;
	}
}

#content {
	margin-top: 55px;
	overflow: hidden;
	min-height: calc(100vh - 180px);
}

.sectionTrigger {
	position: absolute;
	top: -60px;
}

#newsTrigger.sectionTrigger {
	top: -60px;
}

.news-carousel,
.news-no-carousel {
	position: relative;
}

.news-carousel .carousel-cell,
.news-no-carousel .carousel-cell {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(80% - 25px);
	height: 270px;
	margin-right: 25px;
	position: relative;
}

@media (min-width: 640px) {

	.news-carousel .carousel-cell,
	.news-no-carousel .carousel-cell {
		width: 50%;
	}
}

@media (min-width: 768px) {

	.news-carousel .carousel-cell,
	.news-no-carousel .carousel-cell {
		width: 33%;
		height: 300px;
	}
}

@media (min-width: 992px) {

	.news-carousel .carousel-cell,
	.news-no-carousel .carousel-cell {
		width: 25%;
	}
}

.news-carousel .carousel-cell .post-name,
.news-no-carousel .carousel-cell .post-name {
	font-size: 2rem;
	color: #fff;
	font-family: "Source Serif 4", serif;
	font-weight: 600;
}

@media (min-width: 992px) {

	.news-carousel .carousel-cell .post-name,
	.news-no-carousel .carousel-cell .post-name {
		font-size: 2.1rem;
	}
}

.news-carousel .carousel-cell .side-a,
.news-carousel .carousel-cell .side-b,
.news-no-carousel .carousel-cell .side-a,
.news-no-carousel .carousel-cell .side-b {
	transition: opacity 0.5s ease-in-out;
}

.news-carousel .carousel-cell .side-a,
.news-no-carousel .carousel-cell .side-a {
	opacity: 1;
}

.news-carousel .carousel-cell .side-b,
.news-no-carousel .carousel-cell .side-b {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-carousel .carousel-cell .side-b .blurb,
.news-no-carousel .carousel-cell .side-b .blurb {
	margin: 0;
	font-family: "Source Serif 4";
	font-size: 1.7rem;
	line-height: 1.6;
}

@media (min-width: 992px) {

	.news-carousel .carousel-cell:hover .side-a,
	.news-no-carousel .carousel-cell:hover .side-a {
		opacity: 0;
	}

	.news-carousel .carousel-cell:hover .side-b,
	.news-no-carousel .carousel-cell:hover .side-b {
		opacity: 1;
	}
}

.news-carousel .pub,
.news-no-carousel .pub {
	margin: 0;
	padding-bottom: 0;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	font-size: 1.3rem;
}

@media (min-width: 768px) {

	.news-carousel .pub,
	.news-no-carousel .pub {
		margin: 0;
		padding-bottom: 0.5rem;
	}
}

.news-carousel .date,
.news-no-carousel .date {
	padding: 0;
	text-align: center;
	margin: 0;
	font-weight: 300;
	color: white;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.3rem;
}

@media (min-width: 768px) {

	.news-carousel .date,
	.news-no-carousel .date {
		margin: 0;
	}
}

/* ::selection {
  background-color: transparent;
  outline: none;
} */
#about-scene {
	position: relative;
	overflow: hidden;
	z-index: 40;
}

#about-scene .scroll-down {
	width: 100%;
	height: 60px;
	bottom: 0;
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	opacity: 0;
	transition: margin 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity 1s ease-in;
	z-index: 1000;
}

.iOS-tagged #about-scene .scroll-down {
	margin-bottom: 120px;
}

#about-scene .scroll-down.fade-in {
	opacity: 1;
}

#about-scene .scroll-down a {
	border: 1px solid #fff;
	font-size: 0;
	width: 50px;
	height: 50px;
	margin: auto;
	display: block;
	border-radius: 50%;
}

#about-scene .scroll-down a::before {
	content: "";
	width: 29px;
	height: 17px;
	overflow: hidden;
	background-image: url(img/footer-icons.svg);
	background-repeat: no-repeat;
	background-position-x: -180px;
	background-position-y: -6px;
	background-size: inherit;
	margin: 14px auto auto;
	text-align: center;
	display: block;
}

#trigger {
	height: 1px;
	margin-top: 0;
}

#target {
	opacity: 0;
	transition: opacity 0.5s;
	position: relative;
	width: 100% !important;
	height: 100vh;
	border-radius: 0;
	background-color: #728d78;
}

#target.show {
	opacity: 1;
}

#target .bg {
	background-color: #728d78;
	background-image: url(/wp-content/uploads/2018/12/About-bgsm.png);
	background-size: cover;
	width: 100%;
	height: 100%;
}

#target > div > div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 4.8rem;
	color: #fff;
	text-align: center;
	font-weight: 100;
}

.iOS-tagged #target > div > div {
	display: block;
	transform: translateY(20%);
}

@media (min-width: 768px) {

	.iOS-tagged #target > div > div {
		transform: translateY(40%);
	}
}

#about-text p {
	position: relative;
	text-align: center;
	margin-bottom: 0;
	padding: 40px 15px 0 15px;
	font-size: 2.2rem;
	transition: all 0.9s ease-in-out;
	line-height: 1.5;
}

@media (min-width: 400px) {

	#about-text p {
		font-size: 3rem;
	}
}

@media (min-width: 768px) {

	#about-text p {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width: 992px) {

	#about-text p {
		font-size: 3.4rem;
	}
}

#about-text p span {
	display: inline-block;
	padding: 0 0.2em;
	opacity: 0;
	filter: blur(6px);
	transition: all 0.6s ease-in-out;
}

#about-text p span.fade-in {
	opacity: 1;
	filter: none;
}

#about-text p b {
	font-weight: 300;
	width: auto;
	float: none;
	display: contents;
}

#about-text p div:nth-of-type(odd) {
	margin-left: 0.5em;
}

#about-text p div:nth-of-type(even) {
	margin-left: -0.5em;
}

#about-text p div.fade-in {
	transition: all 3s ease-in-out;
}

#about-text p div.fade-in:nth-of-type(odd) {
	margin-left: 0;
}

#about-text p div.fade-in:nth-of-type(even) {
	margin-left: 0;
}

.max-12 {
	width: 1200px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.portfolio.max-12 {
	width: 1220px;
	max-width: 1220px;
}

.page-wrapper img {
	width: 100%;
	height: auto;
}

.top-parallax {
	height: calc(100vh - 56px);
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	z-index: 500;
}

.top-parallax.whiteout {
	background-color: #fff;
}

.top-parallax.whiteout::after {
	opacity: 0;
}

.top-parallax.whiteout #bg-video {
	display: none;
}

.top-parallax.hide {
	pointer-events: none;
}

.top-parallax .scroll-down {
	width: 100%;
	height: 60px;
	bottom: 20px;
	position: absolute;
	text-align: center;
	opacity: 0;
	transition: margin 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: opacity 1s ease-in;
	z-index: 1000;
}

.iOS-tagged .top-parallax .scroll-down {
	margin-bottom: 80px;
}

.top-parallax .scroll-down.hide {
	pointer-events: none;
}

.top-parallax .scroll-down.fade-in {
	opacity: 1;
}

.top-parallax .scroll-down.open {
	margin-bottom: 30px;
}

.top-parallax .scroll-down a {
	display: block;
	margin: auto;
	color: #fff;
	font-size: 0;
	padding-top: 1px;
	background-color: #728d78;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.top-parallax .scroll-down a::before {
	content: "";
	width: 29px;
	height: 17px;
	overflow: hidden;
	background-image: url(img/footer-icons.svg);
	background-repeat: no-repeat;
	background-position-x: -180px;
	background-position-y: -6px;
	background-size: inherit;
	margin: 14px auto auto;
	text-align: center;
	display: block;
}

#big-logo {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.35);
	position: absolute;
	z-index: 30;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
}

#big-logo.fade-in {
	opacity: 1;
}

#big-logo img {
	filter: grayscale(1) contrast(10000%);
	width: 70%;
	left: 15%;
	top: 44%;
	position: absolute;
}

@media (min-width: 768px) {

	#big-logo img {
		width: 40%;
		left: 30%;
	}
}

@media (min-width: 992px) {

	#big-logo img {
		width: 300px;
		left: calc(50% - 150px);
	}
}

.bg-image {
	position: fixed;
	top: 0;
	z-index: 1;
}

section.footer,
section.test {

	/* height: auto; */
	z-index: 20;
	position: relative;
	padding-top: 0;

	/* clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%, 0% 100%); */
}

@media (min-width: 768px) {

	section.footer,
	section.test {
		padding-top: 40px;
	}
}

section.portfolio,
section.who-what,
section.footer,
section.test {
	background-color: #fff;
}

section.portfolio {
	overflow: hidden;
	display: block;
	width: 100%;
}

section.portfolio > .wrapper {
	margin-top: -65px;
}

section.test {
	height: 100vh;
}

section.case-study {
	width: 100%;
	background-color: #fff;
	z-index: 200;
	position: relative;
}

.black {
	background-color: #000;
}

.box1 {
	min-width: 100px;
	height: 100px;
	margin: 0 auto 0 auto;
}

.box1,
.box2,
.box3 {
	display: inline-block;
	position: relative;
	border-radius: 8px;
	border: 0 solid #fff;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}

.box1 p:first-child {
	margin-top: 27px;
}

.box1 p,
.box2 p,
.box3 p {
	margin: 5px 15px 5px 15px;
	font-size: 13px;
	font-weight: 200;
	color: #fff;
}

.spacer.s1 {
	min-height: 100px;
}

.spacer.s2 {
	min-height: 200px;
}

.gryphon-carousel {
	overflow: hidden;
}

.portfolio-carousel {
	width: 1220px;
	float: left;
	position: relative;
}

.portfolio-carousel .slick-list.draggable {
	margin-left: 15px;
}

.slide {
	position: relative;

	/* float: left;
  width: 375px !important; */
}

.slick-slide {
	float: left;
}

.portfolio-carousel .slick-slide {
	width: 400px;
}

.slick-slide:focus {
	outline: none;
}

img.rollover_img {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}

.slick-arrow {
	font-size: 0;
	width: 50px;
	height: 50px;
	background-repeat: none;
	background-size: contain;
	position: absolute;
	top: 275px;
	z-index: 5000;
	background-color: transparent;
	outline: 0;
	border: none;
}

.slick-prev.slick-arrow {
	background-image: url(img/left-arrow.svg);
	left: 0;
}

.slick-next.slick-arrow {
	background-image: url(img/right-arrow.svg);
	right: 0;
}

.corner-borders {
	display: none;
}

@media (min-width: 768px) {

	.corner-borders {
		display: block;
	}
}

.corner-borders .corner {
	border: 1px solid;
	width: 80px;
	height: 80px;
	position: absolute;
}

.corner-borders .top-right-corner {
	top: 0;
	right: 0;
	border-left: 0;
	border-bottom: 0;
	margin-right: -50px;
	margin-top: -50px;
}

.corner-borders .bottom-left-corner {
	bottom: 0;
	left: 0;
	border-right: 0;
	border-top: 0;
	margin-left: -50px;
	margin-bottom: -50px;
}

a.view-property {
	font-weight: 700;
	font-size: 1.3rem;
	text-decoration: none;
	text-transform: uppercase;
	color: #445a4d;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

@media (min-width: 992px) {

	a.view-property {
		margin-top: 0;
	}
}

@media (min-width: 992px) {

	.portfolio-img:nth-of-type(odd) {
		flex-direction: row-reverse !important;
	}

	.portfolio-img:nth-of-type(odd) .portfolio-item::before {
		right: -30px;
		left: unset;
	}

	.portfolio-img:nth-of-type(odd) .image-full {
		transform-origin: left;
	}
}

.portfolio-item {
	background-color: transparent;
	transition: background-color 0.4s ease-in-out;
	position: relative;
	overflow: hidden;
}

.portfolio-item::before {
	content: "";
	display: block;
	width: 20px;
	position: absolute;
	top: 50%;
	left: -30px;
	border: 0;
	height: 20px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: radial-gradient(black, transparent);
	width: 40px;
	opacity: 0;
	filter: blur(7px);
	transform: scale(1, 13.5);
	transition: opacity 0.4s ease-in-out;
}

.background-responsive-img .image-full {
	overflow: hidden;
	transform: scale(1);
	z-index: 100;
	transform-origin: right;
	transition: transform 0.3s ease-in-out;
}

.background-responsive-img .image-full img {
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}

@media (min-width: 992px) {

	.background-responsive-img:hover > .shadow-inner {
		opacity: 0.3;
	}

	.background-responsive-img:hover .portfolio-item {
		background: #fff;
	}

	.background-responsive-img:hover .portfolio-item::before {
		opacity: 0.35;
	}

	.background-responsive-img:hover .image-full {
		transform: scale(1.02);
	}

	.background-responsive-img:hover .image-full img {
		transform: scale(1.05);
	}
}

.portfolio-img .shadow-inner {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	pointer-events: none;
	mix-blend-mode: soft-light;
	transition: opacity 0.4s ease-in-out;
	box-shadow: inset 0 0 20vw #222563;
	opacity: 0;
	background: #0c2b52;
}

@media (min-width: 992px) {

	.portfolio-img:hover > .shadow-inner {
		opacity: 0.3;
	}

	.portfolio-img:hover .portfolio-item {
		background: #fff;
	}

	.portfolio-img:hover .portfolio-item::before {
		opacity: 0.35;
	}
}

section.who-what .flickity-slider.flexy-carousel {
	display: flex;
	align-items: center;
}

section.who-what p.quote {
	font-family: "Source Serif 4";
	font-weight: 300;
	color: #000;
	letter-spacing: -0.02em;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 0;
	padding-bottom: 0.8em;
}

section.who-what p.attribution-name {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	margin: 1rem 0 0;
}

section.who-what p.attribution-title {
	font-size: 1.5rem;
	margin-top: 0.3rem;
}

section.who-what .company-logos {
	mix-blend-mode: darken;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

@media (min-width: 992px) {

	section.who-what .company-logos {
		margin-bottom: -15px;
	}
}

section.who-what .company-logos .company-logo {
	width: 150px;
	height: 150px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.6s;
}

section.who-what .company-logos .company-logo:nth-child(1n+4) {
	display: none;
}

@media (min-width: 992px) {

	section.who-what .company-logos .company-logo:nth-child(1n+4) {
		display: block;
	}

	section.who-what .company-logos .company-logo:nth-child(1n+8) {
		display: none;
	}
}

section.who-what .company-logos .company-logo .a-side,
section.who-what .company-logos .company-logo .b-side {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: contain;
	-webkit-backface-visibility: hidden;
}

section.who-what .company-logos .company-logo .a-side {
	background-color: #fff;
}

section.who-what .company-logos .company-logo .b-side {
	background-color: #fff;
	-webkit-transform: rotateY(180deg);
}

section.who-what .company-logos .company-logo.flipped {
	-webkit-transform: rotateY(180deg);
}

.background-video {
	transition: opacity 1.2s ease-in-out;
}

.background-video.hide-target {
	pointer-events: none;
	opacity: 0;
}

.background-video .alt-image {
	display: block;
}

@media (min-width: 768px) {

	.background-video .alt-image {
		display: none;
	}
}

.background-video .alt-image img {
	object-fit: cover;
	height: 100vh;
	width: auto;
	min-width: 100%;
}

.background-video.whiteout {
	opacity: 0;
}

.background-video.whiteout .alt-image {
	display: none;
}

#bg-video {
	display: none;
}

@media (min-width: 768px) {

	#bg-video {
		display: block;
		position: fixed;
		object-fit: cover;
		z-index: -100;
		background-size: cover;
		height: 100vh;
		width: auto;
		min-width: 100vw;
		opacity: 1;
	}

	#bg-video.transparent {
		opacity: 0;
	}

	#bg-video:-webkit-media-controls {
		display: none !important;
	}
}

#case-study {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}

@media (min-width: 992px) {

	#case-study {
		display: flex;
		flex-direction: row;
	}
}

#case-study .cs-bg {
	width: 100%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {

	#case-study .cs-bg {
		width: 50%;
	}
}

#case-study .cs-bg img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#case-study .cs-data .half-container {
	width: 100%;
	float: left;
	padding-top: 30px;
}

@media (min-width: 768px) {

	#case-study .cs-data .half-container {
		padding-top: 30px;
		width: 595px;
	}
}

#case-study .cs-data .cs-title,
#case-study .cs-data .cs-description {
	padding: 0;
	margin: 25px 0 0;
}

@media (min-width: 768px) {

	#case-study .cs-data .cs-title,
	#case-study .cs-data .cs-description {
		padding: 0 25px;
	}
}

#case-study .cs-data .cs-title {
	margin-top: 30px;
	font-size: 2.4rem;
	text-align: center;
}

@media (min-width: 768px) {

	#case-study .cs-data .cs-title {
		margin-top: 50px;
		font-size: 3.2rem;
		text-align: left;
	}
}

#case-study .cs-data .cs-title span {
	font-weight: 100;
}

#case-study .cs-data .cs-description {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 1.8rem;
	text-align: center;
}

@media (min-width: 768px) {

	#case-study .cs-data .cs-description {
		font-size: 2.2rem;
		text-align: left;
	}
}

#case-study .cs-data .donut-graph {
	text-align: center;
}

#case-study .cs-data .donut-graph svg.score {
	margin-bottom: 15px;
}

#case-study .cs-data .donut-graph p {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

#case-study .cs-data .donut-graph #stat-text-0 {
	fill: #728d78;
}

#case-study .cs-data .donut-graph #stat-0 {
	stroke: #728d78;
}

#who-what {
	background-color: #fff;
	position: relative;
}

#who-what .carousel {
	width: 100%;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	align-items: center;
}

#who-what .carousel .carousel-cell {
	width: calc(100vw - 30px);
	height: auto;
}

@media (min-width: 640px) {

	#who-what .carousel .carousel-cell {
		width: 600px;
	}
}

@media (min-width: 768px) {

	#who-what .carousel .carousel-cell {
		width: 600px;
	}
}

@media (min-width: 1024px) {

	#who-what .carousel .carousel-cell {
		width: 490px;
	}
}

@media (min-width: 1280px) {

	#who-what .carousel .carousel-cell {
		width: 600px;
	}
}

@media (min-width: 1536px) {

	#who-what .carousel .carousel-cell {
		width: 740px;
	}
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.error-404,
.no-results,
.not-found {
	min-height: 40vh;
	text-align: center;
	padding: 0 15px 15px;
}

@media (min-width: 768px) {

	.error-404,
	.no-results,
	.not-found {
		padding: 0 0 25px;
	}
}

@media (min-width: 992px) {

	.error-404,
	.no-results,
	.not-found {
		padding: 0 0 50px;
	}
}

.error-404 .error-404-page-title,
.no-results .error-404-page-title,
.not-found .error-404-page-title {
	font-size: 33vw;
}

@media (min-width: 768px) {

	.error-404 .error-404-page-title,
	.no-results .error-404-page-title,
	.not-found .error-404-page-title {
		font-size: 312px;
	}
}

.error-404 .search-bar input,
.error-404 .search-btn,
.error-404 .search-btn::before,
.error-404 .search-btn::after,
.no-results .search-bar input,
.no-results .search-btn,
.no-results .search-btn::before,
.no-results .search-btn::after,
.not-found .search-bar input,
.not-found .search-btn,
.not-found .search-btn::before,
.not-found .search-btn::after {
	transition: all 0.25s ease-out;
}

.error-404 .search-bar input,
.error-404 .search-btn,
.no-results .search-bar input,
.no-results .search-btn,
.not-found .search-bar input,
.not-found .search-btn {
	width: 3em;
	height: 3em;
	right: 47px;
	position: relative;
	top: -10px;
}

.error-404 .search-bar,
.error-404 .search-bar input,
.error-404 .search-bar input,
.no-results .search-bar,
.no-results .search-bar input,
.no-results .search-bar input,
.not-found .search-bar,
.not-found .search-bar input,
.not-found .search-bar input {
	width: calc(100% - 56px);
}

.error-404 .search-bar input:focus,
.error-404 .search-bar input:not(:focus) + .search-btn:focus,
.no-results .search-bar input:focus,
.no-results .search-bar input:not(:focus) + .search-btn:focus,
.not-found .search-bar input:focus,
.not-found .search-bar input:not(:focus) + .search-btn:focus {
	outline: transparent;
}

.error-404 .search-bar,
.no-results .search-bar,
.not-found .search-bar {
	justify-content: center;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	top: 0;
	position: relative;
	max-width: 40em;
}

.error-404 .search-bar input,
.no-results .search-bar input,
.not-found .search-bar input {
	transform: scale(1);
	opacity: 1;
	background: #fff;
	border-radius: 1.375em;
	box-shadow: none;
	transform: scale(1);
	height: 40px;
	opacity: 1;
	width: 100%;
	box-shadow: none !important;
	border: 1px solid #3d3d3d !important;
	top: 0;
	right: 0;
}

.error-404 .search-bar input::placeholder,
.no-results .search-bar input::placeholder,
.not-found .search-bar input::placeholder {
	color: #686869;
	font-style: italic;
}

.error-404 .search-bar input,
.no-results .search-bar input,
.not-found .search-bar input {
	padding: 0.75em;
	transform: translate(0.5em, 0.5em) scale(0.5);
	transform-origin: right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s ease-in-out;
	top: 0;
	right: 0;
	background: #fff;
	border-radius: 1.375em;
	box-shadow: 0 0 0 1px #3d3d3d inset;
	transform: scale(1);
	height: 40px;
	opacity: 1;
	border: 1px solid #3d3d3d;
	width: 100%;
}

.error-404 .search-bar input::-webkit-search-decoration,
.no-results .search-bar input::-webkit-search-decoration,
.not-found .search-bar input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.error-404 .search-bar input + .search-btn,
.error-404 .search-bar input + .search-btn,
.no-results .search-bar input + .search-btn,
.no-results .search-bar input + .search-btn,
.not-found .search-bar input + .search-btn,
.not-found .search-bar input + .search-btn {
	background: transparent;
	border: none;
	position: absolute;
}

.error-404 .search-btn,
.no-results .search-btn,
.not-found .search-btn {
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 2px;
}

#press-content .archive-news-item {
	padding-top: 4.5rem;
	position: relative;
}

#press-content .archive-news-item hr.hr-blur {
	margin-top: 4rem;
}

#press-content .archive-news-item hr.hr-blur-top {
	margin-top: -48px;
	margin-bottom: 48px;
}

#press-content .archive-news-item .bg {
	position: absolute;
	top: -5px;
	bottom: -5px;
	height: 100%;
	z-index: 100;
	width: 100vw;
	left: -15px;
	pointer-events: none;
	mix-blend-mode: multiply;
	opacity: 0.75;
}

@media (min-width: 640px) {

	#press-content .archive-news-item .bg {
		left: calc((50vw - 300px) * -1);
	}
}

@media (min-width: 768px) {

	#press-content .archive-news-item .bg {
		left: calc((50vw - 350px) * -1);
	}
}

@media (min-width: 1024px) {

	#press-content .archive-news-item .bg {
		left: calc((50vw - 490px) * -1);
	}
}

@media (min-width: 1280px) {

	#press-content .archive-news-item .bg {
		left: calc((50vw - 600px) * -1);
	}
}

@media (min-width: 1536px) {

	#press-content .archive-news-item .bg {
		left: calc((50vw - 740px) * -1);
	}
}

#press-content .archive-news-item:hover .bg {
	background: rgba(242, 244, 240, 0.4);
}

.select-css {
	color: #fff;
	background-color: #445a4d;
	display: block;
	width: 100%;
	max-width: 100%;
	font-weight: 700;
	line-height: 1.3;
	padding: 0.6em 1.4em 0.5em 0.8em;
	box-sizing: border-box;
	margin: 0;
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22ionicon%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%2248%22%20d%3D%22M112%20184l144%20144%20144-144%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat, repeat;
	background-position: right 0.7em top 50%, 0 0;
	background-size: 1.3em auto, 100%;
}

#filters button.button {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	text-decoration: none;
	color: #445a4d;
	display: block;
	width: fit-content;
	margin: 0 2em;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1.2rem;
	padding: 10px 15px 9px;
}

#filters button.button:hover:not(.is-checked) {
	border: 1px solid #b4b7b9 !important;
	color: #000;
}

#filters button.button:focus {
	border: 1px solid transparent !important;
}

#filters .filters-animate-pointer {
	position: absolute;
	border: 1px solid #728d78;
	width: 0;
	display: block;
	top: 0;
	background-color: transparent;
}

#filters .filters-animate-pointer:hover {
	border: 1px solid #728d78 !important;
}

.isotope-container h4 {
	font-weight: 500;
}

@media (min-width: 1024px) {

	.isotope-container article.element-item {
		padding: 1em;
		padding-bottom: 4rem;
	}

	.isotope-container article.element-item:nth-of-type(3n+1) {
		padding-left: 0;
	}

	.isotope-container article.element-item:nth-of-type(3n+2) {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.isotope-container article.element-item:nth-of-type(3n+3) {
		padding-right: 0;
	}

	.isotope-container article.element-item:hover picture.image-full img {
		transform: scale(1.18);
	}
}

.isotope-container article.element-item picture.image-full {
	overflow: hidden;
	min-height: calc(63vw);
}

@media (min-width: 628px) {

	.isotope-container article.element-item picture.image-full {
		min-height: calc(59vw);
	}
}

@media (min-width: 1024px) {

	.isotope-container article.element-item picture.image-full {
		min-height: 304px;
	}
}

@media (min-width: 1200px) {

	.isotope-container article.element-item picture.image-full {
		min-height: 364px;
	}
}

.isotope-container article.element-item picture.image-full img {
	transform: scale(1);
	transform: scale(1.05);
	transition: transform 0.3s ease-in-out;
}

.isotope-container article.element-item .location p {
	margin-top: 0;
}

.press-video-carousel article.format-video {
	height: 405px;
	margin-bottom: 30px;
}

.press-video-carousel article.format-video a {
	text-decoration: none;
}

.press-video-carousel article.format-video:hover {
	text-decoration: none;
	background: rgba(241, 244, 239, 0.6);
	box-shadow: rgba(0, 0, 0, 0.1) 6px 6px 17px 0;
}

.press-video-carousel article.format-video:hover .image-full img {
	transform: scale(1.42);
}

.press-video-carousel article.format-video h6.video-location {
	text-transform: uppercase;
	color: #445a4d;
	text-decoration: none;
}

.press-video-carousel article.format-video .image-full {
	overflow: hidden;
}

.press-video-carousel article.format-video .image-full img {
	transform: scale(1.25);
}

.press-video-carousel article.format-video .video-title {
	text-transform: uppercase;
	color: #445a4d;
	text-decoration: none;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

.press-video-carousel article.format-video .center-details p {
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-top: 0.5em;
	letter-spacing: 0.08em;
}

.archive-property .property-title,
.archive-property .property-city p {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.archive-property .property-title {
	margin: 1rem 0 0;
}

.archive-property .property-city p {
	font-weight: 400;
}

.press-video-carousel .flickity-prev-next-button {
	top: calc((50vw* 1.4) - 99px);
}

@media (min-width: 365px) {

	.press-video-carousel .flickity-prev-next-button {
		top: calc((50vw* 1.4) - 112px);
	}
}

@media (min-width: 390px) {

	.press-video-carousel .flickity-prev-next-button {
		top: calc((50vw* 1.4) - 123px);
	}
}

@media (min-width: 415px) {

	.press-video-carousel .flickity-prev-next-button {
		top: calc((50vw* 1.4) - 132px);
	}
}

@media (min-width: 455px) {

	.press-video-carousel .flickity-prev-next-button {
		top: calc((50vw* 1.1) - 80px);
	}
}

@media (min-width: 547px) {

	.press-video-carousel .flickity-prev-next-button {
		top: calc((43vw* 1.2) - 80px);
	}
}

@media (min-width: 626px) {

	.press-video-carousel .flickity-prev-next-button {
		top: calc((41vw* 1.2) - 80px);
	}
}

@media (min-width: 715px) {

	.press-video-carousel .flickity-prev-next-button {
		top: calc((36vw* 1.2) - 80px);
	}
}

@media (min-width: 768px) {

	.press-video-carousel .flickity-prev-next-button {
		top: 50%;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

.contact-text-wrapper,
.contact-form {
	color: #445a4d;
}

.contact-content {

	/* fixes potential theme css conflict */
}

.contact-content .contact-address {
	background-color: #d4dcd6;
}

.contact-content .contact-address > div {
	padding: 40px 30px 20px;
}

.contact-content .contact-form {
	padding: 40px 30px 20px;
	background-color: #d8d8d8;
}

.contact-content .contact-form p {
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
}

.contact-content .contact-form form label {
	display: none;
}

.contact-content .contact-form form input[type="color"],
.contact-content .contact-form form input[type="date"],
.contact-content .contact-form form input[type="datetime-local"],
.contact-content .contact-form form input[type="datetime"],
.contact-content .contact-form form input[type="email"],
.contact-content .contact-form form input[type="month"],
.contact-content .contact-form form input[type="number"],
.contact-content .contact-form form input[type="password"],
.contact-content .contact-form form input[type="range"],
.contact-content .contact-form form input[type="search"],
.contact-content .contact-form form input[type="tel"],
.contact-content .contact-form form input[type="text"],
.contact-content .contact-form form input[type="time"],
.contact-content .contact-form form input[type="url"],
.contact-content .contact-form form input[type="week"],
.contact-content .contact-form form textarea {
	border: 1px solid #c1c1c1;
	background-color: #e2e2e2;
	padding: 6px 12px;
	border-radius: 2px;
	width: 100%;
}

.contact-content .contact-form form textarea {
	margin-bottom: -5px;
	resize: vertical;
}

.contact-content .contact-form form input[type="submit"] {
	border: 1px solid #bebebe;
	background-color: #efefef;
	border-radius: 0;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 0.07em;
	padding: 10px 15px 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact-content .contact-form form ::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */
	color: #999;
}

.contact-content .contact-form form ::-moz-placeholder {

	/* Firefox 19+ */
	color: #999;
}

.contact-content .contact-form form :-ms-input-placeholder {

	/* IE 10+ */
	color: #999;
}

.contact-content .contact-form form :-moz-placeholder {

	/* Firefox 18- */
	color: #999;
}

.contact-content .contact-map {
	height: auto;
	margin-bottom: 25px;
}

.contact-content .acf-map {
	width: 100%;
	height: 100%;
	height: 300px;
	min-height: 350px;
}

@media (min-width: 768px) {

	.contact-content .acf-map {
		height: 380px;
	}
}

.contact-content .acf-map img {
	max-width: inherit !important;
}

@media (min-width: 768px) {

	.contact-content .contact-cta {
		display: flex;
	}
}

.contact-content .contact-cta .contact-address .contact-text-wrapper p {
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
}

.contact-content .contact-cta > div {
	margin-bottom: 25px;
}

@media (min-width: 768px) {

	.contact-content .contact-cta > div {
		width: 50%;
		margin-bottom: 0;
		margin-left: 12.5px;
		margin-right: 12.5px;
	}
}

.contact-content .contact-cta > div:first-of-type {
	margin-left: 0;
}

.contact-content .contact-cta > div:last-of-type {
	margin-right: 0;
}

#default-page main#main {
	margin-top: 0;
}

@media (min-width: 1200px) {

	#default-page main#main {
		margin-top: 95px;
	}
}

#default-page .content-block-wrapper .section-title {
	padding-bottom: 0;
}

#default-page .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}

#default-page .content-block > .padding-top-content > .col-xs-12 {
	padding-top: 18px;
}

#default-page .content-block:first-child > .padding-top-content > .col-xs-12 {
	padding-top: 0;
}

#default-page .content-block h2 + hr {
	padding-top: 10px;
	background-color: transparent;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#default-page .content-block .section-title {
	display: inline-block;
	width: auto;
}

@media (min-width: 992px) {

	#default-page .content-block .section-title.first-section-title {
		width: 595px;
	}
}

@media (min-width: 1200px) {

	#default-page .content-block .section-title.first-section-title {
		width: 510px;
	}
}

@media (min-width: 1200px) {

	#default-page .content-block p {
		float: none;
	}
}

#default-page .content-block.col-lg-9,
#default-page .content-block.col-md-9 {
	float: left;
	padding-left: 0;
}

@media (min-width: 992px) {

	#default-page .content-block.col-lg-9,
	#default-page .content-block.col-md-9 {
		padding-right: 0;
	}
}

@media (min-width: 1200px) {

	#default-page .content-block.col-lg-9,
	#default-page .content-block.col-md-9 {
		padding-right: 50px;
	}
}

#default-page .content-block-wrapper {
	clear: left;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	#default-page .content-block-wrapper {
		padding-right: 0;
	}
}

@media (min-width: 992px) {

	#default-page .content-block-wrapper {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {

	#default-page .content-block-wrapper {
		padding-right: 50px;
	}
}

#default-page .top-text-callout .top-text-description {
	clear: both;
}

.section-content {
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	.section-content {
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {

	.section-content.first-section-content {
		padding-top: 0;
	}
}

.section-content ul:last-child {
	margin-bottom: 0;
}

.section-content li {
	padding-bottom: 15px;
}

.section-content li:last-child {
	padding-bottom: 0;
}

.section-content.last-section-content {
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	.section-content.last-section-content {
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {

	.section-content.last-section-content {
		margin-bottom: 50px;
	}
}

#default-page .section-content > p:last-child {
	padding-bottom: 15px;
}

@media (min-width: 768px) {

	#default-page .section-content > p:last-child {
		padding-bottom: 25px;
	}
}

@media (min-width: 992px) {

	#default-page .section-content > p:last-child {
		padding-bottom: 50px;
	}
}

#default-page .section-content li:last-child {
	padding-bottom: 0;
}

#default-page .section-content ul {
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	#default-page .section-content ul {
		margin-bottom: 25px;
	}
}

#default-page .section-content > ul:last-child {
	margin-bottom: 0;
}

#default-page .content-block + .cta-callout {
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	#default-page .content-block + .cta-callout {
		margin-bottom: 25px;
	}
}

#default-page section.content-block .section-content p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.results-wrapper hr.hr-blur:last-of-type {
	display: none;
}

.single-banner-carousel {
	height: 58vw;
	max-height: calc(100vh - 180px);
	overflow: hidden;
}

.single-banner-carousel:not(.flickity-enabled) .carousel-cell picture {
	width: 100%;
}

.single-banner-carousel .flickity-viewport {
	height: 100% !important;
}

.single-banner-carousel .carousel-cell {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.single-banner-carousel .carousel-cell img {
	max-width: none;
	width: 100%;
}

.single-banner-carousel .flickity-slider img {
	max-width: unset !important;
	width: 100%;
}

.single-banner-carousel .flickity-page-dots {
	bottom: 15px;
}

.single-banner-carousel .flickity-page-dots .dot {
	opacity: 0.75;
}

#news-carousel {
	float: left;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.4rem;
}

#news-carousel .news-story {
	border: 1px solid #888;
	height: 155px;
	padding: 25px;
	margin-right: 12.5px;
	margin-left: 12.5px;

	/* border: none; */
	float: left;
	display: block;
	width: 100%;
	position: relative;
}

@media (min-width: 768px) {

	#news-carousel .news-story {
		width: calc(33.3% - 25px);
	}
}

#news-carousel .news-story .press-format {
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 700;
}

#news-carousel .news-story .press-format::after {
	content: "";
	display: block;
	float: none;
	width: 25px;
	height: 1px;
	padding-top: 4px;
	margin-bottom: 14px;
	border-bottom: 1px solid #999;
}

#news-carousel .news-story .entry-title {
	text-transform: none;
	font-size: 1.6rem;
	font-weight: 300;
}

#news-carousel .news-story .published-info {
	font-size: 1.3rem;
	font-weight: 300;
}

#news-carousel .slick-next.slick-arrow {
	background-image: url(img/right-arrow-alt.svg);
}

#news-carousel .slick-prev.slick-arrow {
	background-image: url(img/left-arrow-alt.svg);
}

#single-property-content .section-title {
	font-weight: 500;
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	padding-bottom: 0;
}

#single-property-content .property-type,
#single-property-content .property-address,
#single-property-content .property-size {
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto 0.7rem;
	width: max-content;
}

#single-property-content .property-size {
	margin-bottom: 1.3rem;
}

#single-property-content .highlights,
#single-property-content .leasing-inquiries {
	padding-bottom: 1.4rem;
	margin-top: 3rem !important;
}

#single-property-content .highlights + p {
	margin-top: 0 !important;
}

#single-property-content .main-text-section p,
#single-property-content .main-text-section ul {
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 2rem;
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#single-property-content .main-text-section ul {
	padding-left: 0.72em;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0.72em;
}

#single-property-content .main-text-section ul li::marker {
	font-size: 0.7em;
	color: #a4a4a4;
}

#single-press-content .section-title {
	font-weight: 500;
	text-align: center;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	padding-bottom: 0;
}

#single-press-content .property-type,
#single-press-content .property-address,
#single-press-content .property-size {
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto 0.7rem;
	width: max-content;
}

#single-press-content .property-size {
	margin-bottom: 1.3rem;
}

#single-press-content .highlights,
#single-press-content .leasing-inquiries {
	padding-bottom: 1.4rem;
	margin-top: 3rem !important;
}

#single-press-content .highlights + p {
	margin-top: 0 !important;
}

#single-press-content .main-text-section p,
#single-press-content .main-text-section ul {
	font-family: "Source Serif 4", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 2rem;
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#single-press-content .main-text-section ul {
	padding-left: 0.72em;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0.72em;
}

#single-press-content .main-text-section ul li::marker {
	font-size: 0.7em;
	color: #a4a4a4;
}

.single-news-carousel {
	overflow: hidden;
}

.single-news-carousel .carousel-cell {
	width: 75%;
	margin-right: 10px;
}

.single-news-carousel .carousel-cell img + p {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.single-news-carousel .carousel-cell.is-selected img + p {
	opacity: 1;
}

.single-news-carousel .flickity-page-dots {
	bottom: 15px;
}

.single-press h3.entry-title {
	font-size: 2.5rem;
}

.single-press .media-outlet-or-publisher {
	font-size: 1.6rem;
}

.single-press .single-property-content .video-src {
	overflow: hidden;
}

.single-press .single-property-content .video-src iframe.youtube {
	margin: -65px -25px 0 0;
}

.single-press .single-property-content .video-src + .news-story:has(.single-news-carousel) {
	margin-top: 7px;
}

.single-press .single-property-content .read-more {
	width: initial;
}

.single-press .single-property-content .read-more.left {
	float: none;
	margin-bottom: 15px;
	margin-top: 25px;
}

@media (min-width: 768px) {

	.single-press .single-property-content .read-more.left {
		float: left;
		margin: 25px 0 50px;
	}
}

.single-press .single-property-content .read-more.right {
	float: none;
}

@media (min-width: 768px) {

	.single-press .single-property-content .read-more.right {
		float: right;
	}
}

.single-press .single-property-content .video-src + .news-story {
	padding-top: 0;
}

.single-press .single-property-content .video-src + .news-story h2,
.single-press .single-property-content .video-src + .news-story h3,
.single-press .single-property-content .video-src + .news-story h4,
.single-press .single-property-content .video-src + .news-story h5,
.single-press .single-property-content .video-src + .news-story h6 {
	margin-top: 1rem;
}

.single-press .news-story {
	padding-top: 20px;
}

.single-press .news-story h3 + p {
	margin-top: 0.5rem;
}

.single-press .news-story p,
.single-press .news-story ul {
	font-size: 1.6rem;
	font-family: "Source Serif 4", serif;
	font-weight: 400;
}

.single-press .news-story p:first-child:has(em),
.single-press .news-story ul:first-child:has(em) {
	margin-top: 0;
}

.single-press .news-story p + h2,
.single-press .news-story p + h3,
.single-press .news-story p + h4,
.single-press .news-story p + h5,
.single-press .news-story p + h6,
.single-press .news-story ul + h2,
.single-press .news-story ul + h3,
.single-press .news-story ul + h4,
.single-press .news-story ul + h5,
.single-press .news-story ul + h6 {
	margin-top: 1rem;
}

.single-press .news-story p + img,
.single-press .news-story ul + img {
	margin-top: 2rem;
}

.single-press .news-story h2 + img,
.single-press .news-story h3 + img,
.single-press .news-story h4 + img,
.single-press .news-story h5 + img,
.single-press .news-story h6 + img {
	margin-top: 1rem;
}

.single-press .news-story img + p:has(em.small) {
	margin-top: 0;
}

.single-press .news-story div:has(img) + p:has(em.small) {
	margin-top: 0;
}

.single-press .news-story .single-news-carousel + p:has(em.small) {
	margin-top: 0;
}

.single-press .aside {
	margin-bottom: 50px;
}

@media (min-width: 992px) {

	.single-press .aside {
		margin-bottom: 0;
	}
}

.single-press .aside h4.h5.more-stories {
	font-weight: 800;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.single-press .aside h5.h6 {
	font-weight: 200;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single-press .aside a.press-link::after {
	content: "";
	display: block;
	float: left;
	border-bottom: 1px solid #d8d5d5;
	padding-bottom: 17px;
	margin-bottom: 20px;
	width: 80%;
	margin-left: 10%;
}

.single-press .aside a.press-link:last-of-type::after {
	display: none;
}

.single-press .aside a.press-link .media-outlet-or-publisher {
	font-size: 14px;
}

#subfooter-properties-navigation {
	margin-top: 80px;
}

#subfooter-properties-navigation ul {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

#subfooter-properties-navigation ul li {
	text-align: center;
	margin-bottom: 15px;
}

#subfooter-properties-navigation ul li a span {
	font-size: 0.8em;
	display: block;
	margin-top: 0;
	line-height: 1;
}

#subfooter-properties-navigation ul.properties-subfooter > li {
	margin-bottom: 25px;
}

#subfooter-properties-navigation ul.properties-subfooter > li > a {
	font-weight: 600;
	font-size: 1.2rem;
	color: #000;
	display: block;
	text-transform: uppercase;
	padding: 15px 0;
}

#subfooter-properties-navigation ul.properties-subfooter > li > a::after {
	content: "";
	display: block;
	width: 70%;
	height: 2px;
	border-bottom: 1px solid #ccc;
	margin-left: 15%;
	padding-top: 9px;
	margin-bottom: 10px;
}

@media (min-width: 992px) {

	#subfooter-properties-navigation ul.properties-subfooter li.existing-projects ul.sub-menu {
		display: flex;
		flex-wrap: wrap;
		margin-left: -12.5px;
		margin-right: -12.5px;
	}
}

@media (min-width: 992px) {

	#subfooter-properties-navigation ul.properties-subfooter li.existing-projects ul.sub-menu li {
		width: calc(33.33% - 25px);
		margin-left: 12.5px;
		margin-right: 12.5px;
	}
}

#subfooter-properties-navigation ul.properties-subfooter li.upcoming-projects {
	width: 100%;
	float: left;
}

@media (min-width: 992px) {

	#subfooter-properties-navigation ul.properties-subfooter li.upcoming-projects {
		width: calc(33% + 12px);
	}
}

#subfooter-properties-navigation ul.properties-subfooter li.past-projects {
	width: 100%;
	float: left;
}

@media (min-width: 992px) {

	#subfooter-properties-navigation ul.properties-subfooter li.past-projects {
		width: calc(66% - 12.5px);
	}
}

@media (min-width: 992px) {

	#subfooter-properties-navigation ul.properties-subfooter li.past-projects ul.sub-menu {
		display: flex;
		flex-wrap: wrap;
		margin-left: -12.5px;
		margin-right: -12.5px;
	}
}

@media (min-width: 992px) {

	#subfooter-properties-navigation ul.properties-subfooter li.past-projects ul.sub-menu li {
		width: calc(50% - 25px);
		margin-left: 12px;
		margin-right: 18px;
	}

	#subfooter-properties-navigation ul.properties-subfooter li.past-projects ul.sub-menu li:nth-of-type(2n+2) {
		margin-right: 0;
	}
}

#subfooter-properties-navigation ul.properties-subfooter li.past-projects ul.sub-menu li.blank-filler {
	display: none;
}

@media (min-width: 992px) {

	#subfooter-properties-navigation ul.properties-subfooter li.past-projects ul.sub-menu li.blank-filler {
		display: block;
	}
}

#single-property-content .case-study-section {
	position: relative;
	height: fit-content;
}

#single-property-content p,
#single-property-content ul {
	font-family: "Source Serif 4", serif;
}

.line-graph {

	/* occupancy-graph START */

	/* bar-graph */

	/* rolling numbers */
}

.line-graph .line-graph-container,
.line-graph #line-graph {
	height: 140px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.line-graph #line-graph {
	width: 100%;
}

.line-graph .line-graph-container {
	width: 70%;
	margin: 70px 0 0 15%;
}

.line-graph #line-graph .bar {
	float: left;
	width: 45%;
	height: 100%;
	-webkit-transition: height 1s ease-in-out 0s;
	-khtml-transition: height 1s ease-in-out 0s;
	-moz-transition: height 1s ease-in-out 0s;
	-ms-transition: height 1s ease-in-out 0s;
	-o-transition: height 1s ease-in-out 0s;
	transition: height 1s ease-in-out 0s;
	margin-bottom: 10px;
}

.line-graph #line-graph .bar:nth-child(1) {
	margin-right: 10%;
	background-color: #bfcbc2;
	background: repeating-linear-gradient(to top, #fff, #fff 1px, #bfcbc2 1px, #bfcbc2 14px);
	height: 0;
}

.line-graph #line-graph .bar:nth-child(2) {
	background-color: #bfcbc2;
	background: repeating-linear-gradient(to top, #fff, #fff 1px, #4f6253 1px, #4f6253 14px);
	height: 0;
}

.line-graph .units-wrapper {
	display: none;
	height: 100%;
	margin-bottom: 20px;
}

.line-graph #line-graph .units {
	display: flex;
	color: #bfcbc2;
	flex-direction: column-reverse;
	justify-content: space-between;
	padding-left: 5px;
	height: calc(100% + 20px);
}

.line-graph .number div {
	color: #bfcbc2;
}

.line-graph .number.dark-green,
.line-graph .number.dark-green div {
	color: #4f6253;
}

.line-graph .number {
	margin: 0;
	padding: 5px;
	height: 375px;
}

.line-graph .digit,
.line-graph .after {
	-webkit-transition: all 1s ease-in-out 0s;
	-khtml-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.line-graph .digit {
	width: 50px;
}

.line-graph .digit p.nbr {
	float: left;
	width: 100px;
	padding-bottom: 0;
}

.line-graph .digit p.nbr:nth-child(1) {
	opacity: 0;
}

.line-graph .digit p.nbr:nth-child(2) {
	margin-left: 15px;
}

.line-graph .number .digit,
.line-graph .number .after {
	font-size: 100px;
	line-height: 100px;
	margin-top: -15px;
}

.line-graph .number .after {
	font-size: 50px;
	margin-top: -20px;
	margin-left: 48px;
	margin-right: -26px;
	display: none;
}

.line-graph #number-animation {
	height: 100px;
	padding-right: 0;
	overflow: hidden;
	width: fit-content;
	margin: auto;
	margin-left: -30px;
}

@media (min-width: 400px) {

	.line-graph #number-animation {
		padding-right: 35px;
		margin-left: auto;
	}
}

.line-graph .million {
	font-size: 40px;
	margin-top: 40px;
	margin-left: -8px;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.line-graph .million.active {
	opacity: 1;
	margin-left: 25px;
}

.line-graph .dot {
	opacity: 0;
	font-size: 70px;
	margin-top: 8px;
	margin-left: 20px;
	margin-right: -32px;
	transition: all 0.3s ease-out;
}

.line-graph .dot.active {
	opacity: 1;
}

.vert-bar {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	height: 1px;
	transition: all 0.3s ease-in-out;
	transform-origin: center;
	transition-delay: 1.3s;
}

.vert-bar .horz-line {
	width: 70%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 15%;
}

.vert-bar .horz-line:nth-child(3) {
	top: unset;
	bottom: 0;
}

.vert-bar .vert-line {
	width: 1px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: calc(50% - 0.5px);
}

@keyframes swell {

	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.2);
	}
}

.bar-graph .graph.footer-label,
.line-graph .graph.footer-label {
	width: calc(87.5% - 1em);
	height: 40px;
	margin-top: 1em;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.bar-graph .graph .right-label,
.line-graph .graph .right-label {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.bar-graph .graph p.graph-label,
.line-graph .graph p.graph-label {
	padding: 0 1em;
	margin: 0;
	background: #fff;
	z-index: 100;

	/* height: 40px; */
	word-break: keep-all;
	width: max-content;
	font-size: 1.4rem;
}

.horz-bar {
	position: absolute;
	top: 0;
	left: 50%;
	width: 27px;
	height: 100%;
	transition: all 0.3s ease-in-out;
	transform-origin: center;
	transition-delay: 1.3s;
}

.horz-bar .vert-line {
	height: 70%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 15%;
	left: 0;
}

.horz-bar .vert-line:nth-child(3) {
	top: 15%;
	bottom: 0;
	right: 0;
	left: 0;
}

.horz-bar .horz-line {
	height: 1px;
	width: calc(100% - 1em);
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 1em;
	top: calc(50% - 0.5px);
}

.graph-wrapper .graph .vert-bar-wrapper {
	width: 40px;
}

.graph-wrapper .graph .bar {
	display: flex;
	flex-direction: column;
	width: 12.5%;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
}

.graph-wrapper .graph .bar:nth-child(1) .fill {
	transition-delay: 0.3s;
}

.graph-wrapper .graph .bar:nth-child(2) .fill {
	transition-delay: 0.45s;
}

.graph-wrapper .graph .bar:nth-child(3) .fill {
	transition-delay: 0.575s;
}

.graph-wrapper .graph .bar:nth-child(4) .fill {
	transition-delay: 0.65s;
}

.graph-wrapper .graph .bar:nth-child(5) .fill {
	transition-delay: 0.7s;
}

.graph-wrapper .graph .bar:nth-child(6) .fill {
	transition-delay: 0.72s;
}

.graph-wrapper .graph .bar:nth-child(7) .fill {
	transition-delay: 0.75s;
}

.graph-wrapper .graph .bar .bg {
	background-color: #f1f4ef;
	width: 100%;
	height: 200px;
}

@media (min-width: 768px) {

	.graph-wrapper .graph .bar .bg {
		height: 220px;
	}
}

.graph-wrapper .graph .bar .fill {
	background-color: #3e4d41;
	width: calc(100% - 2em);
	height: 1px;
	position: absolute;
	bottom: -1px;
	z-index: 100;
	transition: height 0.5s cubic-bezier(0.85, 0.31, 0.37, 1.22);
}

.graph-wrapper.active .horz-bar {
	left: 0;
	width: 100%;
}

.graph-wrapper.active .horz-bar .vert-line {
	left: 1em;
}

.graph-wrapper.active .horz-bar .vert-line:nth-child(3) {
	left: 100% !important;
}

.graph-wrapper.active p.graph-label {
	animation-delay: 0.6s;
	animation-duration: 0.1s;
	animation-name: swell;
	animation-iteration-count: 2;
	animation-direction: alternate;
}

.graph-wrapper.active .vert-bar {
	top: 0;
	height: 100%;
	width: 40px;
}

.graph-wrapper.active .footer-label,
.graph-wrapper.active .right-label {
	opacity: 1;
}

.graph-wrapper.active .bar:nth-child(1) .fill {
	height: 13%;
}

.graph-wrapper.active .bar:nth-child(2) .fill {
	height: 31%;
}

.graph-wrapper.active .bar:nth-child(3) .fill {
	height: 47%;
}

.graph-wrapper.active .bar:nth-child(4) .fill {
	height: 74%;
}

.graph-wrapper.active .bar:nth-child(5) .fill {
	height: 81%;
}

.graph-wrapper.active .bar:nth-child(6) .fill {
	height: 91%;
}

.graph-wrapper.active .bar:nth-child(7) .fill {
	height: 100%;
}

.line-graph-container .path-draw {
	fill: none;
	stroke: #4f6253;
	stroke-width: 3;
	transition: all 2s ease-in-out;
	transition-delay: 1600;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

.line-graph-container .fade-in {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	transition-delay: 0.6s;
}

.line-graph-container .bg-color {
	transition-delay: 1.8s;
}

.line-graph-container .top-dot {
	transition-delay: 1.2s;
}

.line-graph-container.active .path-draw {
	stroke-dashoffset: 0;
}

.line-graph-container.active .fade-in {
	opacity: 1;
}

.line-graph-container .footer-label {
	height: 40px;
	margin-left: -4px;
	margin-right: 6px;
}

.line-graph-container .big-text {
	transition-delay: 1.6s;
}

.line-graph-container .graph-label {
	padding: 0 1em;
	margin: 0;
	background: #fff;
	z-index: 100;

	/* height: 40px; */
	word-break: keep-all;
	width: max-content;
}

.line-graph {
	display: block;
	margin: auto;
	width: 100%;
	text-align: center;
}

.line-graph .graph {
	display: block;
	margin: auto;
	width: fit-content;
}

@media (min-width: 768px) {

	.line-graph .graph {
		width: 30%;
		float: left;
		margin: inherit;
	}
}

.line-graph .graph::after {
	content: "";
	float: left;
	width: 1px;
	height: 100px;
	background-color: #333;
	margin: 50px auto 0 auto;
	display: none;
}

@media (min-width: 768px) {

	.line-graph .graph::after {
		display: block;
	}
}

.line-graph .graph:last-of-type::after {
	display: none;
}

.iOS-tagged .line-graph .graph:nth-child(1) {
	display: block;
	margin: 0 33%;
	float: left;
}

@media (min-width: 768px) {

	.line-graph .graph:nth-child(2) {
		width: 40%;
	}
}

.line-graph .graph:nth-child(3) .caption {
	width: 80%;
	margin-left: 10%;
}

.line-graph .graph > div {
	float: left;
}

@media (min-width: 768px) {

	.line-graph .graph > div {
		width: 99%;
	}
}

div.vr {
	width: 1px;
	height: 100px;
	top: -30px;
	position: relative;
}

div.hr {
	width: 50px;
	height: 1px;
	top: 23px;
	position: relative;
}

div.yellow,
.yellow div {
	color: #000;
}

.digit {
	-webkit-transition: all 1s ease-in-out 0s;
	-khtml-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

#number-flipper-1 {
	width: 100%;
}

@media (min-width: 768px) {

	#number-flipper-1 > .digit {
		margin-left: 24%;
	}
}

@media (min-width: 992px) {

	#number-flipper-1 > .digit {
		width: inherit;
		display: block;
		margin-left: auto;
	}
}

#number-flipper-2 {
	margin-left: 5px;
}

@media (min-width: 992px) {

	#number-flipper-2 {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: fit-content;
	}
}

#number-flipper-2 > .digit:nth-child(1) {
	margin-left: -10px;
}

@media (min-width: 992px) {

	#number-flipper-2 > .digit:nth-child(1) {
		margin-left: 30px;
	}
}

#number-flipper-2 > .digit:nth-child(2) {
	margin-left: -20px;
}

@media (min-width: 992px) {

	#number-flipper-2 > .digit:nth-child(2) {
		margin-left: -10px;
	}
}

.number-flipper {
	height: 200px;
	width: 100%;
	overflow: hidden;
	transform: scale(0.65);
}

.number-flipper.percent .number {
	margin-left: -5px;
}

@media (min-width: 768px) {

	.number-flipper.percent .number {
		margin-left: 50px;
	}
}

.number-flipper .digit {
	font-size: 200px;
	line-height: 200px;
	margin-top: 0;
}

.number-flipper .digit p {
	font-size: 200px;
	line-height: 200px;
	margin-top: 0;
}

.number-flipper .after {
	margin-top: -1px;
	margin-left: -10px;
}

.number-flipper .after p {
	font-size: 8rem;
	font-weight: 800;
}

.number-flipper p {
	padding-bottom: 0;
}

section.trading-post-case-study p {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

@media (max-width: 767px) {

	section.trading-post-case-study p:not(.persistent) {
		text-align: center;
	}
}

section.trading-post-case-study .pull-left {
	float: left;
	display: block;
}

section.trading-post-case-study .text-left {
	text-align: center;
}

section.trading-post-case-study .text-right {
	text-align: center;
}

@media (min-width: 768px) {

	section.trading-post-case-study .text-right {
		text-align: right;
	}
}

section.trading-post-case-study #acquisition h3.h2 {
	clear: left;
}

@media (min-width: 768px) {

	section.trading-post-case-study #acquisition h3.h2 {
		float: left;
	}
}

section.trading-post-case-study #expansion {
	position: relative;
}

section.trading-post-case-study section.dynamic > div.fade-able {
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

section.trading-post-case-study section.dynamic > div.fade-able:nth-of-type(2) {
	transition-delay: 0.3s;
}

section.trading-post-case-study section.dynamic.active .three-image {
	opacity: 1;
	position: relative;
	margin-top: 10px;
}

@media (min-width: 768px) {

	section.trading-post-case-study section.dynamic.active .three-image {
		margin-top: 50px;
	}
}

section.trading-post-case-study section.dynamic.active .three-image .image {
	position: relative;
}

@media (min-width: 768px) {

	section.trading-post-case-study section.dynamic.active .three-image .image {
		position: absolute;
	}
}

@media (min-width: 768px) {

	section.trading-post-case-study section.dynamic.active .three-image .image:nth-child(2) {
		left: calc(33% - 10px);
	}
}

@media (min-width: 768px) {

	section.trading-post-case-study section.dynamic.active .three-image .image:nth-child(3) {
		left: 66%;
	}
}

section.trading-post-case-study section.dynamic.active .two-image {
	opacity: 1;
}

@media (min-width: 768px) {

	section.trading-post-case-study section.dynamic.active .two-image {
		position: relative;
	}
}

@media (min-width: 768px) {

	section.trading-post-case-study section.dynamic.active .two-image .image:nth-child(1) {
		position: absolute;
		left: calc(33% - 40px);
	}
}

@media (min-width: 768px) {

	section.trading-post-case-study section.dynamic.active .two-image .image:nth-child(2) {
		position: absolute;
		top: -30px;
		left: 66%;
	}
}

section.trading-post-case-study section.dynamic.active > div.col-md-6 {
	opacity: 1;
}

section.trading-post-case-study .five-logos {
	width: fit-content;
	margin: auto;
	mix-blend-mode: multiply;
}

section.trading-post-case-study .five-logos .flippable-logo {
	margin: 0 30px;
	float: none;
	width: 150px;
	height: 150px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.6s;
}

@media (min-width: 768px) {

	section.trading-post-case-study .five-logos .flippable-logo {
		float: left;
	}
}

section.trading-post-case-study .five-logos .flippable-logo .a-side,
section.trading-post-case-study .five-logos .flippable-logo .b-side {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: contain;
	-webkit-backface-visibility: hidden;
}

section.trading-post-case-study .five-logos .flippable-logo .a-side {
	background-color: #fff;
}

section.trading-post-case-study .five-logos .flippable-logo .b-side {
	background-color: #fff;
	-webkit-transform: rotateY(180deg);
}

section.trading-post-case-study .five-logos .flippable-logo.flipped {
	-webkit-transform: rotateY(180deg);
}

section.trading-post-case-study #occupancy .five-logos {
	text-align: center;
}

section.trading-post-case-study #occupancy .flippable-logo {
	display: inline-block;
	float: none;
}

section.trading-post-case-study #occupancy .b-side {
	display: block;
}

section.trading-post-case-study .full-text-center {
	width: 100%;
	text-align: center;
}

section.trading-post-case-study .full-text-center h3,
section.trading-post-case-study .full-text-center p {
	text-align: center;
}

section.trading-post-case-study .full-text-center p {
	padding-bottom: 0;
}

.press-archive .press-by-date-container {
	min-height: 500px;
}

.press-archive .press-by-date-container article:last-of-type .hr-blur {
	display: none;
}

.media-outlet p {
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-top: 0.5em;
	letter-spacing: 0.08em;
}

.excerpt p {
	font-size: 1.6rem;
}

form.archive-press-filter {
	background: transparent;
	z-index: 10;
}

form.archive-press-filter .toggler {
	width: 100%;
	height: 45px;
	position: absolute;
	z-index: 200;
}

form.archive-press-filter .select {
	width: 275px;
	height: 40px;
	cursor: pointer;
	background-color: white;
	box-shadow: 0 2px 0 white;
	border-radius: 2px;
	list-style: none;
}

form.archive-press-filter .select_expand {
	width: 0;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

form.archive-press-filter .select_expand::after {
	content: "\003E";
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	color: #3e3e3e;
	font-size: 28px;
	pointer-events: none;
	z-index: 2;
	transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
	opacity: 0;
}

form.archive-press-filter .select_expand:checked + .ionicon.right-arrow {
	transform: rotate(90deg);
}

form.archive-press-filter .select_expandLabel {
	display: block;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

form.archive-press-filter .select_close {
	display: none;
}

form.archive-press-filter .select_closeLabel {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	pointer-events: none;
}

form.archive-press-filter .select_items {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #888;
	border-radius: 2px;
	padding-top: 40px;
}

form.archive-press-filter .select_items .ionicon.right-arrow {
	width: 21px;
	position: absolute;
	right: 8px;
	top: 10px;
	transition: transform 0.4s ease-in-out;
	height: inherit;
}

form.archive-press-filter .select_items .ionicon.right-arrow path {
	stroke: #888;
}

form.archive-press-filter .select_input {
	display: none;
}

form.archive-press-filter .select_label {
	transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
	display: block;
	height: 0;
	font-size: 1.2rem;
	line-height: 4.3rem;
	overflow: hidden;
	color: #3e3e3e;
	background-color: #fff;
	cursor: pointer;
	padding-left: 20px;
	padding-right: 20px;
}

form.archive-press-filter .select_label-placeholder {
	height: 40px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-color: transparent;
}

form.archive-press-filter .select_expand:checked ~ .select_closeLabel {
	display: block;
}

form.archive-press-filter .select_expand:checked ~ .select_closeLabel ~ .select_options {
	padding-left: 0;
}

form.archive-press-filter .select_expand:checked ~ .select_closeLabel ~ .select_options .select_label {
	height: 40px;
}

form.archive-press-filter .select_expand:checked ~ .select_closeLabel ~ .select_options .select_label:hover {
	background-color: #f7f7f7;
}

form.archive-press-filter .select_expand:checked ~ .select_closeLabel ~ .select_options + .select_expandLabel {
	display: none;
}

form.archive-press-filter .select_input:checked ~ .select_label {
	height: 40px;
	margin-top: -40px;
}

form.archive-press-filter .select .select_options {
	padding-left: 0;
}

form.archive-press-filter .select li {
	display: block;
}

form.archive-press-filter .select li::marker {
	display: none;
}

.tab-pane,
.tab-header {
	display: none;
}

.tab-pane.active,
.tab-header.active {
	display: block;
}

.company-logo img {
	width: 100%;
	height: auto;
	padding: 15px;
	mix-blend-mode: multiply;
}

@keyframes pulse {

	from {
		r: 5px;
	}

	to {
		r: 40px;
	}
}

.marker circle.dot {
	fill: #445a4d;
}

.marker circle.dot:hover {
	fill: black;
}

.marker circle.dot:hover + circle.keyline {
	stroke: black;
	animation: 0.5s ease-in-out 0s infinite alternate pulse;
}

.marker circle.keyline {
	fill: transparent;
	stroke: transparent;
	pointer-events: none;
}

.marker.active circle.dot {
	fill: black;
}

.marker.active circle.keyline {
	stroke: black;
	animation: 0.5s ease-in-out 0s infinite alternate pulse;
}

@media (min-width: 992px) {

	.locations-wrapper {
		column-count: 2;
	}
}

@media (min-width: 1200px) {

	.locations-wrapper {
		column-count: 3;
	}
}

.locations-wrapper .city {
	font-weight: 700;
	margin: 0 0 0.5em;
}

.locations-wrapper .name {
	margin: 0;
}

.locations-wrapper .name > div {
	margin-bottom: 0.5em;
}

.locations-wrapper .name a:hover {
	text-decoration: underline;
}

.locations-wrapper .city,
.locations-wrapper .name {
	font-size: 1.4rem;
	padding: 0;
	text-transform: uppercase;
}

.map-location {
	padding: 0.5em;
	flex-wrap: nowrap;
	display: inline-block;
	width: 100%;
	text-align: center;
}

@media (min-width: 992px) {

	.map-location {
		text-align: left;
	}
}

.map-location .property-page-link {
	opacity: 0;
	font-size: 1rem;
}

.map-wrapper svg {
	height: 90%;
}

.tab-pane .company-logos.col-6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-self: baseline;
}

@media (min-width: 768px) {

	.tab-pane .company-logos.col-6 {
		margin-right: 6%;
	}
}

.tab-pane .company-logos.col-6 h2 {
	margin: 0 0 0 23px;
	width: 100%;
	clear: both;
	padding: 0;
	float: none;
}

.tab-pane .company-logos.col-6 .company-logo {
	display: block;
	float: left;
	width: 110px;
}

@media (min-width: 768px) {

	.tab-pane .company-logos.col-6 .company-logo {
		width: 33%;
	}
}

@media (min-width: 992px) {

	.tab-pane .company-logos.col-6 .company-logo {
		width: 150px;
	}
}

.tab-pane .testimonial-item {
	margin-bottom: 50px;
}

.tab-pane .testimonial-item:last-of-type {
	margin-bottom: 0;
}

.tab-pane .testimonial-item p.quote {
	font-family: "Source Serif 4";
	font-weight: 300;
	color: #000;
	letter-spacing: -0.02em;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.6;
	margin-bottom: 0;
	padding-bottom: 0.8em;
}

.tab-pane .testimonial-item p.quote::after,
.tab-pane .testimonial-item p.quote::before {
	font-size: 0.4em;
	top: -1.1em;
	color: #999;
	display: inline-block;
	font-family: "iconfont";
	position: relative;
	z-index: 1000;
}

.tab-pane .testimonial-item p.quote::before {
	content: "";
	left: 0.01em;
	margin-right: 0.4em;
}

.tab-pane .testimonial-item p.quote::after {
	content: "";
	right: 0.1em;
}

.tab-pane .testimonial-item p.attribution-name,
.tab-pane .testimonial-item p.attribution-title {
	text-align: left;
	margin: 0;
	padding: 0;
}

.tab-pane .testimonial-item p.attribution-name {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

.tab-pane .testimonial-item p.attribution-title {
	font-size: 1.4rem;
}

@media (min-width: 768px) {

	.tab-pane .testimonial-item p.attribution-title {
		font-size: 1.5rem;
		margin-top: 0.3rem;
	}
}

/*
.gryphon-graph {

  &.green-callout-1 {
    background-color: $color__gryphon_green_1;
    color: $color__white;
    padding: 30px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 30px;
    @include laptop {
      margin-bottom: 0;
    }

    div {
      text-transform: uppercase;
    } // div

    p {
      text-align: center;
      font-size: .8em;
      font-weight: 300;
      margin: 25px 0 0;
      padding-bottom: 0;

    } // p

  } // .green-callout-1







  &.gryphon-callout {
    clear: none;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 25px 25px;
    margin: -8px 0 0 0;


    p {
      border: none;
      text-align: center;

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

    } // p

  } // &.gryphon-callout






  &.circle-graph {
    position: relative;
    margin-top: -40px;

    @media (max-width: 767px) {
      margin-left: 0;
      width: inherit;
      padding-left: 10px;
      padding-right: 10px;
    }

    // height: 595px;

    .circle {
      width: 60%;
      height: 60%;
      border-radius: 50%;
      background-color: #808080;
      opacity: .6;
      position: absolute;
      display: flex;
      flex-direction: row;
      align-items: start;
      padding: 25px;
      text-align: center;
      color: #000;


      &.top {
        top: 0;
        left: 20%;
        background-color: rgba(0,0,0,.2);
        padding: 0 25px 25px 25px;
      }

      &.bottom-left {
        bottom: 0;
        left: 0;
        padding: 45px 125px 25px 25px;
      }

      &.bottom-right {
        bottom: 0;
        right: 0;
        padding: 45px 45px 25px 125px;
      }
    } // .circle



  } // &.circle-graph


  &.graph-list {
    background-color: #728d78;
    color: #fff;
    padding: 50px;
    // width: 70%;
    p {
      text-align: center;
      &:after {
        content: "";
        display: block;
        width: 60%;
        height: 2px;
        border-bottom: 1px solid $color__white;
        margin: 25px auto -10px;
      }
    }

    ul {
      list-style: none;
      padding: 0;
      text-align: center;

      li {
        font-weight: 500;
      }

    } // ul

  } // &.graph-list



  &.graph-map {
    margin-bottom: 25px;

    @include tablet {
      margin-bottom: 0;
    }
  }




} // .gryphon-graph
*/
.page-contained p,
.page-contained ul,
.page-contained ol {
	font-size: 1.6rem;
	font-family: "Source Serif 4", serif;
	font-weight: 400;
}

.page-contained ol li {
	margin-bottom: 1em;
}

.page-contained ul li {
	margin-bottom: 0.5em;
}

.page-contained li:has(+ ol),
.page-contained li:has(+ ul) {
	margin-bottom: 0.5em;
}

.page-contained li + ol,
.page-contained li + ul {
	margin-bottom: 1em;
}
