/*! tailwindcss v2.2.5 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

.transform {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
}

.border-t {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.shadow-md, .hover\:shadow-base, .hover\:shadow-md {
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}

.ring-1 {
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
  body {
	font-family: 'Kanit', sans-serif;
	--tw-text-opacity: 1;
	color: rgba(64, 68, 78, var(--tw-text-opacity));
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.right-1 {
	right: 0.25rem;
}
.bottom-1 {
	bottom: 0.25rem;
}
.right-0 {
	right: 0px;
}
.bottom-5 {
	bottom: 1.25rem;
}
.right-5 {
	right: 1.25rem;
}
.z-100 {
	z-index: 100;
}
.z-20 {
	z-index: 20;
}
.z-0 {
	z-index: 0;
}
.order-1 {
	order: 1;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.m-auto {
	margin: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-mx-3 {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}
.-mx-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.-mt-4 {
	margin-top: -1rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.ml-auto {
	margin-left: auto;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-auto {
	margin-right: auto;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-11 {
	margin-top: 2.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.-mt-28 {
	margin-top: -7rem;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mt-20 {
	margin-top: 5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-20 {
	height: 5rem;
}
.h-11 {
	height: 2.75rem;
}
.h-5 {
	height: 1.25rem;
}
.h-6 {
	height: 1.5rem;
}
.h-80 {
	height: 20rem;
}
.h-full {
	height: 100%;
}
.h-73 {
	height: 18.75rem;
}
.h-32 {
	height: 8rem;
}
.h-4 {
	height: 1rem;
}
.h-15 {
	height: 60px;
}
.h-72 {
	height: 18rem;
}
.h-1 {
	height: 0.25rem;
}
.h-\[450px\] {
	height: 450px;
}
.h-10 {
	height: 2.5rem;
}
.h-12 {
	height: 3rem;
}
.w-full {
	width: 100%;
}
.w-5 {
	width: 1.25rem;
}
.w-6 {
	width: 1.5rem;
}
.w-1\/2 {
	width: 50%;
}
.w-4 {
	width: 1rem;
}
.w-15 {
	width: 60px;
}
.w-14 {
	width: 3.5rem;
}
.w-12 {
	width: 3rem;
}
.w-10 {
	width: 2.5rem;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-screen-sm {
	max-width: 640px;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-md {
	max-width: 28rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.resize-none {
	resize: none;
}
.list-outside {
	list-style-position: outside;
}
.list-disc {
	list-style-type: disc;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.gap-x-10 {
	-moz-column-gap: 2.5rem;
	     column-gap: 2.5rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2.5rem * var(--tw-space-x-reverse));
	margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-base {
	border-radius: 10px;
}
.rounded-tl-base {
	border-top-left-radius: 10px;
}
.rounded-br-base {
	border-bottom-right-radius: 10px;
}
.border-t {
	border-top-width: 1px;
}
.border-opacity-30 {
	--tw-border-opacity: 0.3;
}
.bg-brand-light {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 243, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-brand-bg {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 245, 249, var(--tw-bg-opacity));
}
.bg-brand-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(64, 68, 78, var(--tw-bg-opacity));
}
.bg-white\/5 {
	background-color: rgba(255, 255, 255, 0.05);
}
.bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-8 {
	padding: 2rem;
}
.p-1 {
	padding: 0.25rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-9 {
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
.py-15 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-1\.5 {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-28 {
	padding-top: 7rem;
	padding-bottom: 7rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pt-15 {
	padding-top: 60px;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-14 {
	padding-bottom: 3.5rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pt-7 {
	padding-top: 1.75rem;
}
.pb-15 {
	padding-bottom: 60px;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pt-40 {
	padding-top: 10rem;
}
.pl-16 {
	padding-left: 4rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.text-center {
	text-align: center;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-9 {
	line-height: 2.25rem;
}
.leading-8 {
	line-height: 2rem;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.text-brand-secondary {
	--tw-text-opacity: 1;
	color: rgba(107, 118, 145, var(--tw-text-opacity));
}
.text-brand-primary {
	--tw-text-opacity: 1;
	color: rgba(64, 68, 78, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-brand-tertiary {
	--tw-text-opacity: 1;
	color: rgba(174, 181, 199, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-brand-light {
	--tw-text-opacity: 1;
	color: rgba(237, 239, 243, var(--tw-text-opacity));
}
.text-white\/60 {
	color: rgba(255, 255, 255, 0.6);
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-brand-bg {
	--tw-text-opacity: 1;
	color: rgba(243, 245, 249, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.placeholder-brand-tertiary::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(174, 181, 199, var(--tw-placeholder-opacity));
}
.placeholder-brand-tertiary:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(174, 181, 199, var(--tw-placeholder-opacity));
}
.placeholder-brand-tertiary::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(174, 181, 199, var(--tw-placeholder-opacity));
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-20 {
	opacity: 0.2;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-shadow {
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

onHover {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.fadeInOut {
  transform: scale(0);
  opacity: 0;
  transition: all .15s ease-in-out;
  visibility: hidden;
}

.fadeInOut.active {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeIn .15s linear;
          animation: fadeIn .15s linear;
}

@-webkit-keyframes fadeIn {
  from {
  	opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
  	opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hover\:-translate-y-1:hover {
	--tw-translate-y: -0.25rem;
	transform: var(--tw-transform);
}

.hover\:bg-brand-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(64, 68, 78, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-opacity-100:hover {
	--tw-bg-opacity: 1;
}

.hover\:text-brand-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(64, 68, 78, var(--tw-text-opacity));
}

.hover\:text-brand-light:hover {
	--tw-text-opacity: 1;
	color: rgba(237, 239, 243, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-brand-tertiary:hover {
	--tw-text-opacity: 1;
	color: rgba(174, 181, 199, var(--tw-text-opacity));
}

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

.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:shadow-base:hover {
	--tw-shadow: rgb(0 0 0 / 5%) 0px 10px 20px -8px;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}

@media (min-width: 640px) {

	.sm\:max-w-7xl {
		max-width: 80rem;
	}

	.sm\:p-3 {
		padding: 0.75rem;
	}

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

	.sm\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.sm\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

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

@media (min-width: 768px) {

	.md\:right-10 {
		right: 2.5rem;
	}

	.md\:order-none {
		order: 0;
	}

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

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

	.md\:mr-12 {
		margin-right: 3rem;
	}

	.md\:mt-7 {
		margin-top: 1.75rem;
	}

	.md\:mt-3 {
		margin-top: 0.75rem;
	}

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

	.md\:mt-20 {
		margin-top: 5rem;
	}

	.md\:mt-9 {
		margin-top: 2.25rem;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

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

	.md\:h-6 {
		height: 1.5rem;
	}

	.md\:h-25 {
		height: 100px;
	}

	.md\:h-14 {
		height: 3.5rem;
	}

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

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

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

	.md\:w-64 {
		width: 16rem;
	}

	.md\:w-6 {
		width: 1.5rem;
	}

	.md\:w-25 {
		width: 100px;
	}

	.md\:w-8 {
		width: 2rem;
	}

	.md\:flex-shrink-0 {
		flex-shrink: 0;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.md\:flex-nowrap {
		flex-wrap: nowrap;
	}

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

	.md\:gap-6 {
		gap: 1.5rem;
	}

	.md\:gap-5 {
		gap: 1.25rem;
	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
	}

	.md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2rem * var(--tw-space-x-reverse));
		margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.25rem * var(--tw-space-x-reverse));
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:rounded-base {
		border-radius: 10px;
	}

	.md\:rounded-2xl {
		border-radius: 1rem;
	}

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

	.md\:p-6 {
		padding: 1.5rem;
	}

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

	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

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

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

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

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

	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

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

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

	.md\:pb-2 {
		padding-bottom: 0.5rem;
	}

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

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

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

	.md\:pb-28 {
		padding-bottom: 7rem;
	}

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

	.md\:text-42 {
		font-size: 42px;
		line-height: 60px;
	}

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

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

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

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

	.md\:leading-9 {
		line-height: 2.25rem;
	}
}

@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute;
	}

	.lg\:right-20 {
		right: 5rem;
	}

	.lg\:order-none {
		order: 0;
	}

	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.lg\:-m-3 {
		margin: -0.75rem;
	}

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

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

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

	.lg\:mr-0 {
		margin-right: 0px;
	}

	.lg\:mr-10 {
		margin-right: 2.5rem;
	}

	.lg\:mt-24 {
		margin-top: 6rem;
	}

	.lg\:mt-32 {
		margin-top: 8rem;
	}

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

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

	.lg\:h-72 {
		height: 18rem;
	}

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

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

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

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

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

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

	.lg\:w-20 {
		width: 5rem;
	}

	.lg\:w-\[46\%\] {
		width: 46%;
	}

	.lg\:max-w-lg {
		max-width: 32rem;
	}

	.lg\:max-w-sm {
		max-width: 24rem;
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

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

	.lg\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}

	.lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2rem * var(--tw-space-y-reverse));
	}

	.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
	}

	.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
	}

	.lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
	}

	.lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2.5rem * var(--tw-space-x-reverse));
		margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:rounded-base {
		border-radius: 10px;
	}

	.lg\:p-3 {
		padding: 0.75rem;
	}

	.lg\:p-8 {
		padding: 2rem;
	}

	.lg\:py-25 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

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

	.lg\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}

	.lg\:py-15 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.lg\:py-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}

	.lg\:py-28 {
		padding-top: 7rem;
		padding-bottom: 7rem;
	}

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

	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

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

	.lg\:pt-1 {
		padding-top: 0.25rem;
	}

	.lg\:pb-15 {
		padding-bottom: 60px;
	}

	.lg\:pl-5 {
		padding-left: 1.25rem;
	}

	.lg\:pr-5 {
		padding-right: 1.25rem;
	}

	.lg\:pt-15 {
		padding-top: 60px;
	}

	.lg\:pb-32 {
		padding-bottom: 8rem;
	}

	.lg\:pt-56 {
		padding-top: 14rem;
	}

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

	.lg\:pt-28 {
		padding-top: 7rem;
	}

	.lg\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.lg\:text-42 {
		font-size: 42px;
		line-height: 60px;
	}

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

	.lg\:leading-10 {
		line-height: 2.5rem;
	}
}

@media (min-width: 1280px) {

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

	.xl\:mr-25 {
		margin-right: 100px;
	}

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

	.xl\:h-80 {
		height: 20rem;
	}

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

	.xl\:gap-x-16 {
		-moz-column-gap: 4rem;
		     column-gap: 4rem;
	}

	.xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(4rem * var(--tw-space-y-reverse));
	}

	.xl\:p-15 {
		padding: 60px;
	}

	.xl\:p-20 {
		padding: 5rem;
	}

	.xl\:px-14 {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.xl\:px-36 {
		padding-left: 9rem;
		padding-right: 9rem;
	}

	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
