/*! tailwindcss v2.2.19 | 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: Noto Sans TC, 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;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

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;
}

*, ::before, ::after {
	--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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}
.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;
	}
}
.pointer-events-none {
	pointer-events: none;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.right-3 {
	right: 0.75rem;
}
.top-3 {
	top: 0.75rem;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.z-20 {
	z-index: 20;
}
.z-0 {
	z-index: 0;
}
.col-start-1 {
	grid-column-start: 1;
}
.col-start-3 {
	grid-column-start: 3;
}
.col-end-4 {
	grid-column-end: 4;
}
.row-start-2 {
	grid-row-start: 2;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-2\.5 {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mt-2\.5 {
	margin-top: 0.625rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mt-1\.5 {
	margin-top: 0.375rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-\[40px\] {
	height: 40px;
}
.h-\[150px\] {
	height: 150px;
}
.h-\[50px\] {
	height: 50px;
}
.h-5 {
	height: 1.25rem;
}
.h-8 {
	height: 2rem;
}
.h-full {
	height: 100%;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-0 {
	height: 0px;
}
.h-\[100vh\] {
	height: 100vh;
}
.h-\[calc\(100vw\)\] {
	height: calc(100vw);
}
.min-h-\[100vh\] {
	min-height: 100vh;
}
.w-full {
	width: 100%;
}
.w-\[1000px\] {
	width: 1000px;
}
.w-\[200px\] {
	width: 200px;
}
.w-5 {
	width: 1.25rem;
}
.w-3\/5 {
	width: 60%;
}
.w-4\/6 {
	width: 66.666667%;
}
.w-8 {
	width: 2rem;
}
.w-\[100vw\] {
	width: 100vw;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-\[calc\(\(100\%-1536px\)\/2\+930px\)\] {
	width: calc((100% - 1536px) / 2 + 930px);
}
.w-36 {
	width: 9rem;
}
.w-\[24px\] {
	width: 24px;
}
.max-w-full {
	max-width: 100%;
}
.translate-y-0\.5 {
	--tw-translate-y: 0.125rem;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.translate-x-\[10\%\] {
	--tw-translate-x: 10%;
	transform: var(--tw-transform);
}
.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}
.-rotate-45 {
	--tw-rotate: -45deg;
	transform: var(--tw-transform);
}
.scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.resize-none {
	resize: none;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-flow-row {
	grid-auto-flow: row;
}
.grid-cols-\[1\.5fr\2c 1fr\2c 76px\] {
	grid-template-columns: 1.5fr 1fr 76px;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.items-center {
	align-items: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-x-3 {
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.border {
	border-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-\[\#ddd\] {
	--tw-border-opacity: 1;
	border-color: rgba(221, 221, 221, var(--tw-border-opacity));
}
.border-\[\#2b2b2b\] {
	--tw-border-opacity: 1;
	border-color: rgba(43, 43, 43, var(--tw-border-opacity));
}
.border-\[\#eee\] {
	--tw-border-opacity: 1;
	border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}
.bg-\[\#f5f5f5\] {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-\[\#007db9\] {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 125, 185, var(--tw-bg-opacity));
}
.bg-\[\#333\] {
	--tw-bg-opacity: 1;
	background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-\[\#f1aa23\] {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 170, 35, var(--tw-bg-opacity));
}
.bg-black\/\[0\.35\] {
	background-color: rgba(0, 0, 0, 0.35);
}
.bg-\[\#fafafa\] {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-auto {
	background-size: auto;
}
.bg-center {
	background-position: center;
}
.bg-left {
	background-position: left;
}
.bg-repeat {
	background-repeat: repeat;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-none {
	-o-object-fit: none;
	   object-fit: none;
}
.object-right-top {
	-o-object-position: right top;
	   object-position: right top;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pr-9 {
	padding-right: 2.25rem;
}
.pb-0\.5 {
	padding-bottom: 0.125rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-\[calc\(\(53\/175\)\*\(\(100vw-40px\)\*\(1\/2\)\)\+10px\)\] {
	padding-top: calc((53 / 175) * ((100vw - 40px) * (1 / 2)) + 10px);
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pb-\[60\%\] {
	padding-bottom: 60%;
}
.pb-40 {
	padding-bottom: 10rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.text-right {
	text-align: right;
}
.text-justify {
	text-align: justify;
}
.align-middle {
	vertical-align: middle;
}
.font-roboto {
	font-family: Prompt, 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";
}
.font-sans {
	font-family: Noto Sans TC, 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";
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.font-medium {
	font-weight: 500;
}
.font-light {
	font-weight: 300;
}
.font-bold {
	font-weight: 700;
}
.font-black {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-tight {
	line-height: 1.25;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-normal {
	line-height: 1.5;
}
.leading-loose {
	line-height: 2;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-\[0\.01em\] {
	letter-spacing: 0.01em;
}
.tracking-\[0\.06em\] {
	letter-spacing: 0.06em;
}
.tracking-\[0\.1em\] {
	letter-spacing: 0.1em;
}
.tracking-\[0\.2em\] {
	letter-spacing: 0.2em;
}
.text-\[\#007db9\] {
	--tw-text-opacity: 1;
	color: rgba(0, 125, 185, var(--tw-text-opacity));
}
.text-\[\#333\] {
	--tw-text-opacity: 1;
	color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.text-\[\#666\] {
	--tw-text-opacity: 1;
	color: rgba(102, 102, 102, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-\[\#ff0000\] {
	--tw-text-opacity: 1;
	color: rgba(255, 0, 0, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-\[\#ccc\] {
	--tw-text-opacity: 1;
	color: rgba(204, 204, 204, var(--tw-text-opacity));
}
.text-\[\#f1aa23\] {
	--tw-text-opacity: 1;
	color: rgba(241, 170, 35, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.opacity-40 {
	opacity: 0.4;
}
.opacity-20 {
	opacity: 0.2;
}
.shadow-avaloShadow {
	--tw-shadow: 3px 4px 5px rgba(0, 0, 0, 0.3);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.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-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.delay-500 {
	transition-delay: 500ms;
}
.delay-200 {
	transition-delay: 200ms;
}
.delay-100 {
	transition-delay: 100ms;
}
.duration-1000 {
	transition-duration: 1000ms;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-linear {
	transition-timing-function: linear;
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.hover\:bg-\[\#f1aa23\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(241, 170, 35, var(--tw-bg-opacity));
}
.hover\:text-\[\#f1aa23\]:hover {
	--tw-text-opacity: 1;
	color: rgba(241, 170, 35, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.sm\:pointer-events-none {
		pointer-events: none;
	}

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

	.sm\:top-5 {
		top: 1.25rem;
	}

	.sm\:top-\[calc\(\(100\/900\)\*100vh\)\] {
		top: calc((100 / 900) * 100vh);
	}

	.sm\:col-auto {
		grid-column: auto;
	}

	.sm\:row-start-auto {
		grid-row-start: auto;
	}

	.sm\:my-10 {
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

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

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

	.sm\:ml-10 {
		margin-left: 2.5rem;
	}

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

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

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

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

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

	.sm\:mt-\[calc\(\(100\/900\)\*100vh\+70px\)\] {
		margin-top: calc((100 / 900) * 100vh + 70px);
	}

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

	.sm\:block {
		display: block;
	}

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

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

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

	.sm\:h-12 {
		height: 3rem;
	}

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

	.sm\:w-\[640px\] {
		width: 640px;
	}

	.sm\:w-\[360px\] {
		width: 360px;
	}

	.sm\:w-12 {
		width: 3rem;
	}

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

	.sm\:w-60 {
		width: 15rem;
	}

	.sm\:translate-y-20 {
		--tw-translate-y: 5rem;
		transform: var(--tw-transform);
	}

	.sm\:grid-cols-\[2fr\2c 4\.5fr\2c 1\.5fr\] {
		grid-template-columns: 2fr 4.5fr 1.5fr;
	}

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

	.sm\:items-end {
		align-items: flex-end;
	}

	.sm\:justify-start {
		justify-content: flex-start;
	}

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

	.sm\:rounded-xl {
		border-radius: 0.75rem;
	}

	.sm\:border-0 {
		border-width: 0px;
	}

	.sm\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.sm\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

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

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

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

	.sm\:py-\[calc\(\(100\/900\)\*100vh\)\] {
		padding-top: calc((100 / 900) * 100vh);
		padding-bottom: calc((100 / 900) * 100vh);
	}

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

	.sm\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

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

	.sm\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

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

	.sm\:pt-60 {
		padding-top: 15rem;
	}

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

	.sm\:pr-12 {
		padding-right: 3rem;
	}

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

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

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

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

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

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

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

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

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

	.sm\:leading-relaxed {
		line-height: 1.625;
	}

	.sm\:tracking-widest {
		letter-spacing: 0.1em;
	}

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

	.sm\:opacity-0 {
		opacity: 0;
	}

	.sm\:last-of-type\:mr-0:last-of-type {
		margin-right: 0px;
	}
}
@media (min-width: 768px) {

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

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

	.md\:mt-2 {
		margin-top: 0.5rem;
	}

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

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

	.md\:w-\[768px\] {
		width: 768px;
	}

	.md\:w-\[calc\(\(100\%-768px\)\/2\+\(768px\*0\.6\)\)\] {
		width: calc((100% - 768px) / 2 + (768px * 0.6));
	}

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

	.md\:translate-y-8 {
		--tw-translate-y: 2rem;
		transform: var(--tw-transform);
	}

	.md\:translate-x-2 {
		--tw-translate-x: 0.5rem;
		transform: var(--tw-transform);
	}

	.md\:-translate-x-2 {
		--tw-translate-x: -0.5rem;
		transform: var(--tw-transform);
	}

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

	.md\:grid-cols-\[1fr\2c 5fr\2c 1fr\] {
		grid-template-columns: 1fr 5fr 1fr;
	}

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

	.md\:rounded-\[28px\] {
		border-radius: 28px;
	}

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

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

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

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

	.md\:pb-40 {
		padding-bottom: 10rem;
	}

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

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

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

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

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

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

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

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

	.md\:tracking-\[0\.2em\] {
		letter-spacing: 0.2em;
	}

	.md\:tracking-wider {
		letter-spacing: 0.05em;
	}

	.md\:opacity-0 {
		opacity: 0;
	}
}
@media (min-width: 1024px) {

	.lg\:top-12 {
		top: 3rem;
	}

	.lg\:right-12 {
		right: 3rem;
	}

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

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

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

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

	.lg\:mb-16 {
		margin-bottom: 4rem;
	}

	.lg\:mb-48 {
		margin-bottom: 12rem;
	}

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

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

	.lg\:mb-28 {
		margin-bottom: 7rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:h-\[100vh\] {
		height: 100vh;
	}

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

	.lg\:min-h-\[100vh\] {
		min-height: 100vh;
	}

	.lg\:w-\[1024px\] {
		width: 1024px;
	}

	.lg\:w-\[calc\(\(100\%-1024px\)\/2\+\(1024px\*0\.6\)\)\] {
		width: calc((100% - 1024px) / 2 + (1024px * 0.6));
	}

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

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

	.lg\:grid-cols-\[40\%\2c 60\%\] {
		grid-template-columns: 40% 60%;
	}

	.lg\:grid-cols-\[55\%\2c 45\%\] {
		grid-template-columns: 55% 45%;
	}

	.lg\:grid-cols-\[calc\(100\%-500px\)\2c 500px\] {
		grid-template-columns: calc(100% - 500px) 500px;
	}

	.lg\:grid-cols-\[45\%\2c 55\%\] {
		grid-template-columns: 45% 55%;
	}

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

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

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

	.lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}

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

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

	.lg\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.lg\:pb-40 {
		padding-bottom: 10rem;
	}

	.lg\:pr-14 {
		padding-right: 3.5rem;
	}

	.lg\:pr-\[10\%\] {
		padding-right: 10%;
	}

	.lg\:pr-10 {
		padding-right: 2.5rem;
	}

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

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

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

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

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

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

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

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

	.lg\:leading-\[2\.5\] {
		line-height: 2.5;
	}

	.lg\:tracking-\[0\.3em\] {
		letter-spacing: 0.3em;
	}

	.lg\:tracking-wider {
		letter-spacing: 0.05em;
	}

	.lg\:tracking-\[0\.2em\] {
		letter-spacing: 0.2em;
	}

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

	.lg\:text-\[\#007db9\] {
		--tw-text-opacity: 1;
		color: rgba(0, 125, 185, var(--tw-text-opacity));
	}

	.lg\:even\:flex-row-reverse:nth-child(even) {
		flex-direction: row-reverse;
	}

	.group:nth-child(odd) .lg\:group-odd\:pl-0 {
		padding-left: 0px;
	}

	.group:nth-child(even) .lg\:group-even\:pr-0 {
		padding-right: 0px;
	}
}
@media (min-width: 1280px) {

	.xl\:mb-28 {
		margin-bottom: 7rem;
	}

	.xl\:w-\[1280px\] {
		width: 1280px;
	}

	.xl\:w-\[calc\(\(100\%-1280px\)\/2\+\(1280px\*0\.6\)\)\] {
		width: calc((100% - 1280px) / 2 + (1280px * 0.6));
	}

	.xl\:translate-y-40 {
		--tw-translate-y: 10rem;
		transform: var(--tw-transform);
	}

	.xl\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.xl\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.xl\:py-80 {
		padding-top: 20rem;
		padding-bottom: 20rem;
	}

	.xl\:pt-80 {
		padding-top: 20rem;
	}

	.xl\:pt-60 {
		padding-top: 15rem;
	}

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

	.xl\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

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

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

	.xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@media (min-width: 1536px) {

	.\32xl\:my-16 {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.\32xl\:w-\[1536px\] {
		width: 1536px;
	}

	.\32xl\:w-\[calc\(\(100\%-1536px\)\/2\+\(1536px\*0\.6\)\)\] {
		width: calc((100% - 1536px) / 2 + (1536px * 0.6));
	}

	.\32xl\:translate-y-80 {
		--tw-translate-y: 20rem;
		transform: var(--tw-transform);
	}

	.\32xl\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.\32xl\:py-\[480px\] {
		padding-top: 480px;
		padding-bottom: 480px;
	}

	.\32xl\:pt-\[480px\] {
		padding-top: 480px;
	}

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

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

	.\32xl\:leading-loose {
		line-height: 2;
	}
}