
*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-scroll-snap-strictness: proximity;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow: 0 0 rgba(0, 0, 0, 0);
	--tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
}

.container {
	width: 100%;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1536px;
	}
}

.container {
	max-width: 100%;
}

@media (min-width: 481px) {
	.container {
		max-width: 481px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 769px;
	}
}

@media (min-width: 900px) {
	.container {
		max-width: 900px;
	}
}

@media (min-width: 1025px) {
	.container {
		max-width: 1025px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1440px;
	}
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.left-0 {
	left: 0px;
}

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

.right-0 {
	right: 0px;
}

.top-0 {
	top: 0px;
}

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

.isolate {
	isolation: isolate;
}

.-z-0 {
	z-index: 0;
}

.z-0 {
	z-index: 0;
}

.z-10 {
	z-index: 10;
}

.m-0 {
	margin: 0px;
}

.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}

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

.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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

.-ml-6 {
	margin-left: -1.5rem;
}

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

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

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

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

.mb-0 {
	margin-bottom: 0px;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mb-2 {
	margin-bottom: .5rem;
}

.mb-20 {
	margin-bottom: 5rem;
}

.mb-3 {
	margin-bottom: .75rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-5 {
	margin-bottom: 1.25rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-7 {
	margin-bottom: 1.75rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.ml-0 {
	margin-left: 0px;
}

.ml-3 {
	margin-left: .75rem;
}

.ml-auto {
	margin-left: auto;
}

.mr-1 {
	margin-right: .25rem;
}

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

.mt-0 {
	margin-top: 0px;
}

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

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

.mt-2 {
	margin-top: .5rem;
}

.mt-3 {
	margin-top: .75rem;
}

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

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

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

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

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

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.flex {
	display: flex;
}

.hidden {
	display: none;
}

.h-64 {
	height: 16rem;
}

.h-\[1px\] {
	height: 1px;
}

.h-auto {
	height: auto;
}

.h-full {
	height: 100%;
}

.max-h-\[125px\] {
	max-height: 125px;
}

.min-h-\[420px\] {
	min-height: 420px;
}

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

.w-6 {
	width: 1.5rem;
}

.w-full {
	width: 100%;
}

.min-w-\[21px\] {
	min-width: 21px;
}

.\!max-w-\[600px\] {
	max-width: 600px !important;
}

.max-w-2xl {
	max-width: 70rem;
}

.max-w-480px {
	max-width: 480px;
}

.max-w-4xl {
	max-width: 90rem;
}

.max-w-\[1200px\] {
	max-width: 1200px;
}

.max-w-\[125px\] {
	max-width: 125px;
}

.max-w-\[344px\] {
	max-width: 344px;
}

.max-w-\[350px\] {
	max-width: 350px;
}

.max-w-\[420px\] {
	max-width: 420px;
}

.max-w-\[875px\] {
	max-width: 875px;
}

.max-w-lg {
	max-width: 50rem;
}

.max-w-xl {
	max-width: 60rem;
}

.flex-1 {
	flex: 1 1 0%;
}

.grow {
	flex-grow: 1;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
	cursor: pointer;
}

.list-none {
	list-style-type: none;
}

.flex-row {
	flex-direction: row;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.gap-1 {
	gap: .25rem;
}

.gap-10 {
	gap: 2.5rem;
}

.gap-3 {
	gap: .75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-5 {
	gap: 1.25rem;
}

.gap-6 {
	gap: 1.5rem;
}

.gap-8 {
	gap: 2rem;
}

.self-center {
	align-self: center;
}

.rounded {
	border-radius: .25rem;
}

.border {
	border-width: 1px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-solid {
	border-style: solid;
}

.bg-\[\#B4B4B4\] {
	--tw-bg-opacity: 1;
	background-color: rgb(180, 180, 180, var(--tw-bg-opacity));
}

.bg-\[\#F4F4F4\] {
	--tw-bg-opacity: 1;
	background-color: rgb(244, 244, 244, var(--tw-bg-opacity));
}

.bg-\[\#FBFBFB\] {
	--tw-bg-opacity: 1;
	background-color: rgb(251, 251, 251, var(--tw-bg-opacity));
}

.bg-\[\#FF9600\] {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 150, 0, var(--tw-bg-opacity));
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255, 255, 255, var(--tw-bg-opacity));
}

.fill-current {
	fill: currentColor;
}

.p-0 {
	padding: 0px;
}

.p-10 {
	padding: 2.5rem;
}

.p-2 {
	padding: .5rem;
}

.p-6 {
	padding: 1.5rem;
}

.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pb-0 {
	padding-bottom: 0px;
}

.pb-12 {
	padding-bottom: 3rem;
}

.pb-16 {
	padding-bottom: 4rem;
}

.pb-20 {
	padding-bottom: 5rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pb-9 {
	padding-bottom: 2.25rem;
}

.pl-0 {
	padding-left: 0px;
}

.pl-1 {
	padding-left: .25rem;
}

.pl-12 {
	padding-left: 3rem;
}

.pl-8 {
	padding-left: 2rem;
}

.pt-0 {
	padding-top: 0px;
}

.pt-10 {
	padding-top: 2.5rem;
}

.pt-12 {
	padding-top: 3rem;
}

.pt-16 {
	padding-top: 4rem;
}

.pt-2 {
	padding-top: .5rem;
}

.pt-20 {
	padding-top: 5rem;
}

.pt-24 {
	padding-top: 6rem;
}

.pt-32 {
	padding-top: 8rem;
}

.pt-36 {
	padding-top: 9rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-40 {
	padding-top: 10rem;
}

.pt-5 {
	padding-top: 1.25rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

.pt-8 {
	padding-top: 2rem;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-5xl {
	font-size: 3rem;
	line-height: 1;
}

.text-\[21px\] {
	font-size: 21px;
}

.text-\[30px\] {
	font-size: 30px;
}

.text-\[32px\] {
	font-size: 32px;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: .875rem;
	line-height: 1.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.font-bold {
	font-weight: 700;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.uppercase {
	text-transform: uppercase;
}

.leading-loose {
	line-height: 2;
}

.leading-none {
	line-height: 1;
}

.leading-normal {
	line-height: 1.5;
}

.leading-tight {
	line-height: 1.25;
}

.\!text-black {
	--tw-text-opacity: 1 !important;
	color: rgb(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.no-underline {
	text-decoration-line: none;
}

.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: 150ms;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.card {
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .27);
}

.highlight-card {
	width: 100%;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.blog-cards {
	max-width: 668px;
}

.blog-cards img {
	height: auto;
}

@media (min-width: 1280px) {
	#blog-main .container {
		max-width: 1025px;
	}
}

#blog-main .blog-container .text-h1 {
	text-align: center;
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(0, 0, 0, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
	#blog-main .blog-container .text-h1 {
		font-size: 3.75rem;
		line-height: 1;
	}
}

#blog-main .blog-container .text-h1 {
	line-height: 1.1;
}

#blog-main .blog-body p {
	margin-bottom: 2rem;
	text-align: left;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(0, 0, 0, var(--tw-text-opacity));
	font-size: 22px;
	font-family: Lato, sans-serif;
}

#blog-main .blog-container .post-nav-links a {
	color: #ff9600;
	font-weight: 500;
	text-decoration: none;
}

#blog-main .blog-body h3, #blog-main .blog-body h2 {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 35px;
	font-family: Pragati Narrow, sans-serif;
}

#blog-main .blog-container img {
	display: block;
	margin: 0 auto;
}

#blog-main .blog-container img.alignright, #blog-main .blog-container img.alignleft {
	padding-top: 8px;
	padding-bottom: 25px;
}

#blog-main .blog-container #authorThumbnail {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	#blog-main .blog-container #authorThumbnail {
		margin-left: 0px;
		margin-right: 0px;
	}
}

#blog-main .blog-container #authorThumbnail {
	height: 100px;
	width: 100px;
}

#blog-main .blog-container a {
	color: #ff9600;
	font-weight: 600;
	text-decoration: none;
}

#blog-main .blog-container a:hover {
	/* color: #e88802; */
	text-decoration: underline;
}

#blog-main .blog-container ul, #blog-main .blog-container ol {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	font-size: 22px;
}

#blog-main .blog-container ul > li, #blog-main .blog-container ol > li {
	padding-bottom: 1rem;
	font-size: 22px;
}

#blogCard-title {
	font-size: 1.75rem;
	line-height: 1.75rem;
}

.single.single-post .hero.hero--small .container .hero--subtitle, .page.page-id-15717 .hero.hero--small .container .hero--subtitle {
	margin-top: 0px;
}

.single.single-post .hero.hero--small .blog-hero-title {
	font-size: 40px;
}

@media (min-width: 640px) {
	.single.single-post .hero.hero--small .blog-hero-title {
		font-size: 50px;
	}
}

@media (min-width: 768px) {
	.single.single-post .hero.hero--small .blog-hero-title {
		font-size: 60px;
	}
}

.single.single-post .hero.hero--small .blog-hero-title {
	font-weight: 700;
	line-height: 1.1;
}

@media (min-width:1024px) {
	.hamburger-wrap {
		right: -30px;
	}
}

@media (min-width: 1280px) {
	#blog-main div.container {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.page-template.page.page-id-15717 .hero.hero--small, .post-template-default.single.single-post.single-format-standard .hero.hero--small {
	max-height: 214px;
}

.sb_instagram_header, .sb_instagram_header.sbi_medium.sbi_no_avatar.sbi_header_palette_custom_1 {
	display: none !important;
}

#wait-blog {
	display: none;
	font-size: 25px;
	margin: 0 10px 10px 0;
	transform: translateY(5px);
}

.planCallout p, .textCallout p, .textCallout li {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.planCallout p {
	margin-left: auto;
	margin-right: auto;
	max-width: 990px;
}

.popupForm .wpcf7-list-item {
	margin: 0px;
}

.textCallout ul {
	margin-left: 1.5rem;
	list-style-type: none;
	padding-left: 0px;
}

.textCallout p {
	margin-left: 28px;
}

.textCallout li::before {
	margin-right: 1rem;
	display: inline-block;
	width: 1rem;
	content: url("https://awakenedfilms.com/nitropack_static/QlIwTNHxvlBDRcSXBjAFMZkAkqwDrxeh/assets/images/source/rev-19c7d76/awakenedfilms.com/wp-content/uploads/2025/03/Check.svg");
}

.social-slider button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

input[name='checkbox-220[]'] {
	margin-bottom: 2rem;
}

.group:hover .group-hover\:left-3 {
	left: .75rem;
}

.group:hover .group-hover\:right-3 {
	right: .75rem;
}

@media (min-width: 640px) {
	.sm\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.sm\:mb-0 {
		margin-bottom: 0px;
	}
	
	.sm\:mb-8 {
		margin-bottom: 2rem;
	}
	
	.sm\:block {
		display: block;
	}
	
	.sm\:w-1\/2 {
		width: 50%;
	}
	
	.sm\:w-auto {
		width: auto;
	}
	
	.sm\:p-12 {
		padding: 3rem;
	}
	
	.sm\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	
	.sm\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.sm\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.sm\:pt-6 {
		padding-top: 1.5rem;
	}
	
	.sm\:text-left {
		text-align: left;
	}
	
	.sm\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.sm\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.sm\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 768px) {
	.md\:left-\[12\.5\%\] {
		left: 12.5%;
	}
	
	.md\:-ml-8 {
		margin-left: -2rem;
	}
	
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	
	.md\:mb-12 {
		margin-bottom: 3rem;
	}
	
	.md\:mb-16 {
		margin-bottom: 4rem;
	}
	
	.md\:mb-20 {
		margin-bottom: 5rem;
	}
	
	.md\:mb-24 {
		margin-bottom: 6rem;
	}
	
	.md\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.md\:mb-auto {
		margin-bottom: auto;
	}
	
	.md\:ml-12 {
		margin-left: 3rem;
	}
	
	.md\:ml-4 {
		margin-left: 1rem;
	}
	
	.md\:ml-6 {
		margin-left: 1.5rem;
	}
	
	.md\:mr-12 {
		margin-right: 3rem;
	}
	
	.md\:mt-0 {
		margin-top: 0px;
	}
	
	.md\:inline-block {
		display: inline-block;
	}
	
	.md\:flex {
		display: flex;
	}
	
	.md\:h-\[140px\] {
		height: 140px;
	}
	
	.md\:w-1\/2 {
		width: 50%;
	}
	
	.md\:w-3\/4 {
		width: 75%;
	}
	
	.md\:w-5\/12 {
		width: 41.666667%;
	}
	
	.md\:w-7\/12 {
		width: 58.333333%;
	}
	
	.md\:w-auto {
		width: auto;
	}
	
	.md\:flex-row {
		flex-direction: row;
	}
	
	.md\:items-start {
		align-items: flex-start;
	}
	
	.md\:justify-start {
		justify-content: flex-start;
	}
	
	.md\:justify-end {
		justify-content: flex-end;
	}
	
	.md\:p-12 {
		padding: 3rem;
	}
	
	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.md\:pb-10 {
		padding-bottom: 2.5rem;
	}
	
	.md\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.md\:pb-16 {
		padding-bottom: 4rem;
	}
	
	.md\:pb-20 {
		padding-bottom: 5rem;
	}
	
	.md\:pb-24 {
		padding-bottom: 6rem;
	}
	
	.md\:pb-4 {
		padding-bottom: 1rem;
	}
	
	.md\:pl-24 {
		padding-left: 6rem;
	}
	
	.md\:pl-6 {
		padding-left: 1.5rem;
	}
	
	.md\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.md\:pt-16 {
		padding-top: 4rem;
	}
	
	.md\:pt-20 {
		padding-top: 5rem;
	}
	
	.md\:pt-24 {
		padding-top: 6rem;
	}
	
	.md\:pt-4 {
		padding-top: 1rem;
	}
	
	.md\:pt-40 {
		padding-top: 10rem;
	}
	
	.md\:pt-8 {
		padding-top: 2rem;
	}
	
	.md\:text-left {
		text-align: left;
	}
	
	.md\:text-right {
		text-align: right;
	}
	
	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.md\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	
	.md\:text-xs {
		font-size: .75rem;
		line-height: 1rem;
	}
}

@media (min-width: 1024px) {
	.lg\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.lg\:my-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}
	
	.lg\:-ml-40 {
		margin-left: -10rem;
	}
	
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	
	.lg\:mb-4 {
		margin-bottom: 1rem;
	}
	
	.lg\:mb-auto {
		margin-bottom: auto;
	}
	
	.lg\:mr-0 {
		margin-right: 0px;
	}
	
	.lg\:mt-12 {
		margin-top: 3rem;
	}
	
	.lg\:mt-24 {
		margin-top: 6rem;
	}
	
	.lg\:inline-block {
		display: inline-block;
	}
	
	.lg\:grid {
		display: grid;
	}
	
	.lg\:hidden {
		display: none;
	}
	
	.lg\:h-\[120px\] {
		height: 120px;
	}
	
	.lg\:w-1\/2 {
		width: 50%;
	}
	
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	
	.lg\:w-1\/4 {
		width: 25%;
	}
	
	.lg\:w-3\/4 {
		width: 75%;
	}
	
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	
	.lg\:w-7\/12 {
		width: 58.333333%;
	}
	
	.lg\:w-\[344px\] {
		width: 344px;
	}
	
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.lg\:flex-row {
		flex-direction: row;
	}
	
	.lg\:justify-start {
		justify-content: flex-start;
	}
	
	.lg\:justify-end {
		justify-content: flex-end;
	}
	
	.lg\:border-r {
		border-right-width: 1px;
	}
	
	.lg\:p-20 {
		padding: 5rem;
	}
	
	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	
	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	
	.lg\:pb-12 {
		padding-bottom: 3rem;
	}
	
	.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\:pl-6 {
		padding-left: 1.5rem;
	}
	
	.lg\:pr-6 {
		padding-right: 1.5rem;
	}
	
	.lg\:pt-20 {
		padding-top: 5rem;
	}
	
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	
	.lg\:pt-8 {
		padding-top: 2rem;
	}
	
	.lg\:text-left {
		text-align: left;
	}
	
	.lg\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	
	.lg\:text-\[60px\] {
		font-size: 60px;
	}
	
	.lg\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	
	.lg\:text-sm {
		font-size: .875rem;
		line-height: 1.25rem;
	}
	
	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1280px) {
	.xl\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.xl\:mb-0 {
		margin-bottom: 0px;
	}
	
	.xl\:mr-0 {
		margin-right: 0px;
	}
	
	.xl\:grid {
		display: grid;
	}
	
	.xl\:hidden {
		display: none;
	}
	
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
	
	.xl\:w-2\/3 {
		width: 66.666667%;
	}
	
	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	
	.xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	
	.xl\:pr-0 {
		padding-right: 0px;
	}
	
	.xl\:pt-\[200px\] {
		padding-top: 200px;
	}
	
	.xl\:text-left {
		text-align: left;
	}
	
	.xl\:text-right {
		text-align: right;
	}
	
	.xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	
	.xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
	
	.xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
