/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties {
	@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
		((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
		*,
		:before,
		:after,
		::backdrop {
			--tw-rotate-x: initial;
			--tw-rotate-y: initial;
			--tw-rotate-z: initial;
			--tw-skew-x: initial;
			--tw-skew-y: initial;
			--tw-space-y-reverse: 0;
			--tw-border-style: solid;
			--tw-leading: initial;
			--tw-font-weight: initial;
			--tw-outline-style: solid;
			--tw-blur: initial;
			--tw-brightness: initial;
			--tw-contrast: initial;
			--tw-grayscale: initial;
			--tw-hue-rotate: initial;
			--tw-invert: initial;
			--tw-opacity: initial;
			--tw-saturate: initial;
			--tw-sepia: initial;
			--tw-drop-shadow: initial;
			--tw-drop-shadow-color: initial;
			--tw-drop-shadow-alpha: 100%;
			--tw-drop-shadow-size: initial;
			--tw-content: '';
		}
	}
}
@layer theme {
	:root,
	:host {
		--font-sans:
			ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
			'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
		--font-mono:
			ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
			'Courier New', monospace;
		--color-black: #000;
		--color-white: #fff;
		--spacing: 0.25rem;
		--font-weight-light: 300;
		--font-weight-medium: 500;
		--font-weight-bold: 700;
		--font-weight-extrabold: 800;
		--radius-sm: 0.25rem;
		--radius-md: 0.375rem;
		--radius-lg: 0.5rem;
		--default-font-family: var(--font-sans);
		--default-mono-font-family: var(--font-mono);
	}
}
@layer base {
	*,
	:after,
	:before,
	::backdrop {
		box-sizing: border-box;
		border: 0 solid;
		margin: 0;
		padding: 0;
	}
	::file-selector-button {
		box-sizing: border-box;
		border: 0 solid;
		margin: 0;
		padding: 0;
	}
	html,
	:host {
		-webkit-text-size-adjust: 100%;
		tab-size: 4;
		line-height: 1.5;
		font-family: var(
			--default-font-family,
			ui-sans-serif,
			system-ui,
			sans-serif,
			'Apple Color Emoji',
			'Segoe UI Emoji',
			'Segoe UI Symbol',
			'Noto Color Emoji'
		);
		font-feature-settings: var(--default-font-feature-settings, normal);
		font-variation-settings: var(--default-font-variation-settings, normal);
		-webkit-tap-highlight-color: transparent;
	}
	hr {
		height: 0;
		color: inherit;
		border-top-width: 1rem;
	}
	abbr:where([title]) {
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: inherit;
		font-weight: inherit;
	}
	a {
		color: inherit;
		-webkit-text-decoration: inherit;
		-webkit-text-decoration: inherit;
		-webkit-text-decoration: inherit;
		-webkit-text-decoration: inherit;
		text-decoration: inherit;
	}
	b,
	strong {
		font-weight: bolder;
	}
	code,
	kbd,
	samp,
	pre {
		font-family: var(
			--default-mono-font-family,
			ui-monospace,
			SFMono-Regular,
			Menlo,
			Monaco,
			Consolas,
			'Liberation Mono',
			'Courier New',
			monospace
		);
		font-feature-settings: var(--default-mono-font-feature-settings, normal);
		font-variation-settings: var(
			--default-mono-font-variation-settings,
			normal
		);
		font-size: 1em;
	}
	small {
		font-size: 80%;
	}
	sub,
	sup {
		vertical-align: baseline;
		font-size: 75%;
		line-height: 0;
		position: relative;
	}
	sub {
		bottom: -0.25em;
	}
	sup {
		top: -0.5em;
	}
	table {
		text-indent: 0;
		border-color: inherit;
		border-collapse: collapse;
	}
	:-moz-focusring {
		outline: auto;
	}
	progress {
		vertical-align: baseline;
	}
	summary {
		display: list-item;
	}
	ol,
	ul,
	menu {
		list-style: none;
	}
	img,
	svg,
	video,
	canvas,
	audio,
	iframe,
	embed,
	object {
		vertical-align: middle;
		display: block;
	}
	img,
	video {
		max-width: 100%;
		height: auto;
	}
	button,
	input,
	select,
	optgroup,
	textarea {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		opacity: 1;
		background-color: #0000;
		border-radius: 0;
	}
	::file-selector-button {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		opacity: 1;
		background-color: #0000;
		border-radius: 0;
	}
	:where(select:is([multiple], [size])) optgroup {
		font-weight: bolder;
	}
	:where(select:is([multiple], [size])) optgroup option {
		padding-inline-start: 20rem;
	}
	::file-selector-button {
		margin-inline-end: 4rem;
	}
	::placeholder {
		opacity: 1;
	}
	@supports (not ((-webkit-appearance: -apple-pay-button))) or
		(contain-intrinsic-size: 1px) {
		::placeholder {
			color: currentColor;
		}
		@supports (color: color-mix(in lab, red, red)) {
			::placeholder {
				color: color-mix(in oklab, currentcolor 50%, transparent);
			}
		}
	}
	textarea {
		resize: vertical;
	}
	::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	::-webkit-date-and-time-value {
		min-height: 1lh;
		text-align: inherit;
	}
	::-webkit-datetime-edit {
		display: inline-flex;
	}
	::-webkit-datetime-edit-fields-wrapper {
		padding: 0;
	}
	::-webkit-datetime-edit {
		padding-block: 0;
	}
	::-webkit-datetime-edit-year-field {
		padding-block: 0;
	}
	::-webkit-datetime-edit-month-field {
		padding-block: 0;
	}
	::-webkit-datetime-edit-day-field {
		padding-block: 0;
	}
	::-webkit-datetime-edit-hour-field {
		padding-block: 0;
	}
	::-webkit-datetime-edit-minute-field {
		padding-block: 0;
	}
	::-webkit-datetime-edit-second-field {
		padding-block: 0;
	}
	::-webkit-datetime-edit-millisecond-field {
		padding-block: 0;
	}
	::-webkit-datetime-edit-meridiem-field {
		padding-block: 0;
	}
	::-webkit-calendar-picker-indicator {
		line-height: 1;
	}
	:-moz-ui-invalid {
		box-shadow: none;
	}
	button,
	input:where([type='button'], [type='reset'], [type='submit']) {
		appearance: button;
	}
	::file-selector-button {
		appearance: button;
	}
	::-webkit-inner-spin-button {
		height: auto;
	}
	::-webkit-outer-spin-button {
		height: auto;
	}
	[hidden]:where(:not([hidden='until-found'])) {
		display: none !important;
	}
	body {
		box-sizing: border-box;
		color: #555;
		font-family: Mulish;
	}
	.option-active {
		outline-style: var(--tw-outline-style);
		outline-offset: 2rem;
		outline-width: 2rem;
		outline-color: #ff5757;
	}
}
@layer components;
@layer utilities {
	.fixed {
		position: fixed;
	}
	.relative {
		position: relative;
	}
	.top-0 {
		top: calc(var(--spacing) * 0);
	}
	.left-0 {
		left: calc(var(--spacing) * 0);
	}
	.z-100 {
		z-index: 100;
	}
	.col-span-2 {
		grid-column: span 2 / span 2;
	}
	.container {
		width: 100%;
	}
	@media (width>=40rem) {
		.container {
			max-width: 40rem;
		}
	}
	@media (width>=48rem) {
		.container {
			max-width: 48rem;
		}
	}
	@media (width>=64rem) {
		.container {
			max-width: 64rem;
		}
	}
	@media (width>=80rem) {
		.container {
			max-width: 80rem;
		}
	}
	@media (width>=96rem) {
		.container {
			max-width: 96rem;
		}
	}
	.mx-auto {
		margin-inline: auto;
	}
	.mt-1 {
		margin-top: calc(var(--spacing) * 1);
	}
	.mt-4 {
		margin-top: calc(var(--spacing) * 4);
	}
	.mt-6 {
		margin-top: calc(var(--spacing) * 6);
	}
	.mt-8 {
		margin-top: calc(var(--spacing) * 8);
	}
	.mt-10 {
		margin-top: calc(var(--spacing) * 10);
	}
	.mr-2 {
		margin-right: calc(var(--spacing) * 2);
	}
	.mb-2 {
		margin-bottom: calc(var(--spacing) * 2);
	}
	.mb-3 {
		margin-bottom: calc(var(--spacing) * 3);
	}
	.mb-5 {
		margin-bottom: calc(var(--spacing) * 5);
	}
	.mb-5\.5 {
		margin-bottom: calc(var(--spacing) * 5.5);
	}
	.mb-8 {
		margin-bottom: calc(var(--spacing) * 8);
	}
	.ml-2 {
		margin-left: calc(var(--spacing) * 2);
	}
	.flex {
		display: flex;
	}
	.grid {
		display: grid;
	}
	.hidden {
		display: none;
	}
	.h-4\.5 {
		height: calc(var(--spacing) * 4.5);
	}
	.h-10 {
		height: calc(var(--spacing) * 10);
	}
	.h-\[45px\] {
		height: 45rem;
	}
	.h-\[70px\] {
		height: 70rem;
	}
	.h-screen {
		height: 100vh;
	}
	.w-4\.5 {
		width: calc(var(--spacing) * 4.5);
	}
	.w-10 {
		width: calc(var(--spacing) * 10);
	}
	.w-70 {
		width: calc(var(--spacing) * 70);
	}
	.w-73\.5 {
		width: calc(var(--spacing) * 73.5);
	}
	.w-\[120px\] {
		width: 120rem;
	}
	.w-fit {
		width: fit-content;
	}
	.w-full {
		width: 100%;
	}
	.w-screen {
		width: 100vw;
	}
	.max-w-\[400px\] {
		max-width: 400rem;
	}
	.max-w-\[405px\] {
		max-width: 405rem;
	}
	.flex-1 {
		flex: 1;
	}
	.shrink-0 {
		flex-shrink: 0;
	}
	.transform {
		transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
			var(--tw-skew-x,) var(--tw-skew-y,);
	}
	.cursor-pointer {
		cursor: pointer;
	}
	.appearance-none {
		appearance: none;
	}
	.grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.flex-wrap {
		flex-wrap: wrap;
	}
	.items-center {
		align-items: center;
	}
	.items-end {
		align-items: flex-end;
	}
	.justify-between {
		justify-content: space-between;
	}
	.justify-center {
		justify-content: center;
	}
	.gap-2 {
		gap: calc(var(--spacing) * 2);
	}
	.gap-2\.5 {
		gap: calc(var(--spacing) * 2.5);
	}
	.gap-3 {
		gap: calc(var(--spacing) * 3);
	}
	.gap-4 {
		gap: calc(var(--spacing) * 4);
	}
	.gap-5 {
		gap: calc(var(--spacing) * 5);
	}
	.gap-7\.5 {
		gap: calc(var(--spacing) * 7.5);
	}
	.gap-8 {
		gap: calc(var(--spacing) * 8);
	}
	.gap-10 {
		gap: calc(var(--spacing) * 10);
	}
	.gap-20 {
		gap: calc(var(--spacing) * 20);
	}
	:where(.space-y-2 > :not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(
			calc(var(--spacing) * 2) * var(--tw-space-y-reverse)
		);
		margin-block-end: calc(
			calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse))
		);
	}
	:where(.space-y-4 > :not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(
			calc(var(--spacing) * 4) * var(--tw-space-y-reverse)
		);
		margin-block-end: calc(
			calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))
		);
	}
	:where(.space-y-7\.5 > :not(:last-child)) {
		--tw-space-y-reverse: 0;
		margin-block-start: calc(
			calc(var(--spacing) * 7.5) * var(--tw-space-y-reverse)
		);
		margin-block-end: calc(
			calc(var(--spacing) * 7.5) * calc(1 - var(--tw-space-y-reverse))
		);
	}
	.rounded-\[10px\] {
		border-radius: 10rem;
	}
	.rounded-\[20px\] {
		border-radius: 20rem;
	}
	.rounded-\[30px\] {
		border-radius: 30rem;
	}
	.rounded-lg {
		border-radius: var(--radius-lg);
	}
	.rounded-md {
		border-radius: var(--radius-md);
	}
	.rounded-sm {
		border-radius: var(--radius-sm);
	}
	.border {
		border-style: var(--tw-border-style);
		border-width: 1rem;
	}
	.border-2 {
		border-style: var(--tw-border-style);
		border-width: 2rem;
	}
	.border-b {
		border-bottom-style: var(--tw-border-style);
		border-bottom-width: 1rem;
	}
	.border-\[\#D1D5DB\] {
		border-color: #d1d5db;
	}
	.border-\[\#D5D7D9\] {
		border-color: #d5d7d9;
	}
	.border-\[\#E5E5E5\] {
		border-color: #e5e5e5;
	}
	.border-\[\#E5E7EB\] {
		border-color: #e5e7eb;
	}
	.bg-\[\#41B619\] {
		background-color: #41b619;
	}
	.bg-\[\#ECEEF0\] {
		background-color: #eceef0;
	}
	.bg-\[\#F3F4F6\] {
		background-color: #f3f4f6;
	}
	.bg-\[\#FF5757\] {
		background-color: #ff5757;
	}
	.bg-\[rgba\(0\,0\,0\,0\.8\)\] {
		background-color: #000c;
	}
	.bg-white {
		background-color: var(--color-white);
	}
	.fill-\[\#4B5563\] {
		fill: #4b5563;
	}
	.p-3 {
		padding: calc(var(--spacing) * 3);
	}
	.p-4 {
		padding: calc(var(--spacing) * 4);
	}
	.p-4\.25 {
		padding: calc(var(--spacing) * 4.25);
	}
	.p-5\.5 {
		padding: calc(var(--spacing) * 5.5);
	}
	.p-6 {
		padding: calc(var(--spacing) * 6);
	}
	.p-10 {
		padding: calc(var(--spacing) * 10);
	}
	.p-12\.5 {
		padding: calc(var(--spacing) * 12.5);
	}
	.px-1 {
		padding-inline: calc(var(--spacing) * 1);
	}
	.px-2\.5 {
		padding-inline: calc(var(--spacing) * 2.5);
	}
	.px-3 {
		padding-inline: calc(var(--spacing) * 3);
	}
	.px-4\.25 {
		padding-inline: calc(var(--spacing) * 4.25);
	}
	.px-6 {
		padding-inline: calc(var(--spacing) * 6);
	}
	.px-10 {
		padding-inline: calc(var(--spacing) * 10);
	}
	.px-\[30px\] {
		padding-inline: 30rem;
	}
	.py-1 {
		padding-block: calc(var(--spacing) * 1);
	}
	.py-1\.5 {
		padding-block: calc(var(--spacing) * 1.5);
	}
	.py-2\.5 {
		padding-block: calc(var(--spacing) * 2.5);
	}
	.py-3\.5 {
		padding-block: calc(var(--spacing) * 3.5);
	}
	.py-4 {
		padding-block: calc(var(--spacing) * 4);
	}
	.py-6 {
		padding-block: calc(var(--spacing) * 6);
	}
	.py-7\.5 {
		padding-block: calc(var(--spacing) * 7.5);
	}
	.py-21 {
		padding-block: calc(var(--spacing) * 21);
	}
	.text-center {
		text-align: center;
	}
	.text-right {
		text-align: right;
	}
	.text-\[12px\] {
		font-size: 12rem;
	}
	.text-\[14px\] {
		font-size: 14rem;
	}
	.text-\[16px\] {
		font-size: 16rem;
	}
	.text-\[18px\] {
		font-size: 18rem;
	}
	.text-\[24px\] {
		font-size: 24rem;
	}
	.text-\[32px\] {
		font-size: 32rem;
	}
	.text-\[36px\] {
		font-size: 36rem;
	}
	.leading-3 {
		--tw-leading: calc(var(--spacing) * 3);
		line-height: calc(var(--spacing) * 3);
	}
	.leading-\[120\%\] {
		--tw-leading: 120%;
		line-height: 120%;
	}
	.leading-\[130\%\] {
		--tw-leading: 130%;
		line-height: 130%;
	}
	.leading-\[140\%\] {
		--tw-leading: 140%;
		line-height: 140%;
	}
	.leading-\[normal\] {
		--tw-leading: normal;
		line-height: normal;
	}
	.leading-none {
		--tw-leading: 1;
		line-height: 1;
	}
	.font-bold {
		--tw-font-weight: var(--font-weight-bold);
		font-weight: var(--font-weight-bold);
	}
	.font-extrabold {
		--tw-font-weight: var(--font-weight-extrabold);
		font-weight: var(--font-weight-extrabold);
	}
	.font-light {
		--tw-font-weight: var(--font-weight-light);
		font-weight: var(--font-weight-light);
	}
	.font-medium {
		--tw-font-weight: var(--font-weight-medium);
		font-weight: var(--font-weight-medium);
	}
	.text-\[\#222\] {
		color: #222;
	}
	.text-\[\#333\] {
		color: #333;
	}
	.text-\[\#666\] {
		color: #666;
	}
	.text-\[\#333333\] {
		color: #333;
	}
	.text-\[\#555555\] {
		color: #555;
	}
	.text-\[\#999999\] {
		color: #999;
	}
	.text-\[\#FF5757\] {
		color: #ff5757;
	}
	.text-black {
		color: var(--color-black);
	}
	.text-white {
		color: var(--color-white);
	}
	.line-through {
		text-decoration-line: line-through;
	}
	.antialiased {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.outline-0 {
		outline-style: var(--tw-outline-style);
		outline-width: 0;
	}
	.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,);
	}
	.checked\:border-0:checked {
		border-style: var(--tw-border-style);
		border-width: 0;
	}
	.checked\:bg-\[\#FF5757\]:checked {
		background-color: #ff5757;
	}
	.checked\:after\:absolute:checked:after {
		content: var(--tw-content);
		position: absolute;
	}
	.checked\:after\:top-\[3px\]:checked:after {
		content: var(--tw-content);
		top: 3rem;
	}
	.checked\:after\:left-\[6px\]:checked:after {
		content: var(--tw-content);
		left: 6rem;
	}
	.checked\:after\:h-\[10px\]:checked:after {
		content: var(--tw-content);
		height: 10rem;
	}
	.checked\:after\:w-\[6px\]:checked:after {
		content: var(--tw-content);
		width: 6rem;
	}
	.checked\:after\:rotate-45:checked:after {
		content: var(--tw-content);
		rotate: 45deg;
	}
	.checked\:after\:border-r-2:checked:after {
		content: var(--tw-content);
		border-right-style: var(--tw-border-style);
		border-right-width: 2rem;
	}
	.checked\:after\:border-b-2:checked:after {
		content: var(--tw-content);
		border-bottom-style: var(--tw-border-style);
		border-bottom-width: 2rem;
	}
	.checked\:after\:border-white:checked:after {
		content: var(--tw-content);
		border-color: var(--color-white);
	}
	.checked\:after\:content-\[\'\'\]:checked:after {
		--tw-content: '';
		content: var(--tw-content);
	}
	@media not all and (width>=64rem) {
		.max-lg\:p-5 {
			padding: calc(var(--spacing) * 5);
		}
	}
}
@property --tw-rotate-x {
	syntax: '*';
	inherits: false;
}
@property --tw-rotate-y {
	syntax: '*';
	inherits: false;
}
@property --tw-rotate-z {
	syntax: '*';
	inherits: false;
}
@property --tw-skew-x {
	syntax: '*';
	inherits: false;
}
@property --tw-skew-y {
	syntax: '*';
	inherits: false;
}
@property --tw-space-y-reverse {
	syntax: '*';
	inherits: false;
	initial-value: 0;
}
@property --tw-border-style {
	syntax: '*';
	inherits: false;
	initial-value: solid;
}
@property --tw-leading {
	syntax: '*';
	inherits: false;
}
@property --tw-font-weight {
	syntax: '*';
	inherits: false;
}
@property --tw-outline-style {
	syntax: '*';
	inherits: false;
	initial-value: solid;
}
@property --tw-blur {
	syntax: '*';
	inherits: false;
}
@property --tw-brightness {
	syntax: '*';
	inherits: false;
}
@property --tw-contrast {
	syntax: '*';
	inherits: false;
}
@property --tw-grayscale {
	syntax: '*';
	inherits: false;
}
@property --tw-hue-rotate {
	syntax: '*';
	inherits: false;
}
@property --tw-invert {
	syntax: '*';
	inherits: false;
}
@property --tw-opacity {
	syntax: '*';
	inherits: false;
}
@property --tw-saturate {
	syntax: '*';
	inherits: false;
}
@property --tw-sepia {
	syntax: '*';
	inherits: false;
}
@property --tw-drop-shadow {
	syntax: '*';
	inherits: false;
}
@property --tw-drop-shadow-color {
	syntax: '*';
	inherits: false;
}
@property --tw-drop-shadow-alpha {
	syntax: '<percentage>';
	inherits: false;
	initial-value: 100%;
}
@property --tw-drop-shadow-size {
	syntax: '*';
	inherits: false;
}
@property --tw-content {
	syntax: '*';
	inherits: false;
	initial-value: '';
}
