/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

/*
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 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
	color: #6b7280;
	opacity: 1;
}

input::placeholder,textarea::placeholder{
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
	padding: 0;
}

::-webkit-date-and-time-value{
	min-height: 1.5em;
	text-align: inherit;
}

::-webkit-datetime-edit{
	display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
	padding-top: 0;
	padding-bottom: 0;
}

select{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        print-color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox']{
	border-radius: 0px;
}

[type='radio']{
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

	[type='checkbox']:checked{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}

[type='radio']:checked{
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

	[type='radio']:checked{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media (forced-colors: active) {

	[type='checkbox']:indeterminate{
		-webkit-appearance: auto;
		   -moz-appearance: auto;
		        appearance: auto;
	}
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
	border-color: transparent;
	background-color: currentColor;
}

[type='file']{
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus{
	outline: 1px solid ButtonText;
	outline: 1px auto -webkit-focus-ring-color;
}

*, *::before, *::after{
	--animation-duration: 1s;
	--animation-iteration-count: infinite;
}

:root,
[data-theme]{
	background-color: var(--fallback-b1,oklch(var(--b1)/1));
	color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0% 0 0)){

	:root{
		color-scheme: light;
		--fallback-p: #491eff;
		--fallback-pc: #d4dbff;
		--fallback-s: #ff41c7;
		--fallback-sc: #fff9fc;
		--fallback-a: #00cfbd;
		--fallback-ac: #00100d;
		--fallback-n: #2b3440;
		--fallback-nc: #d7dde4;
		--fallback-b1: #ffffff;
		--fallback-b2: #e5e6e6;
		--fallback-b3: #e5e6e6;
		--fallback-bc: #1f2937;
		--fallback-in: #00b3f0;
		--fallback-inc: #000000;
		--fallback-su: #00ca92;
		--fallback-suc: #000000;
		--fallback-wa: #ffc22d;
		--fallback-wac: #000000;
		--fallback-er: #ff6f70;
		--fallback-erc: #000000;
	}

	@media (prefers-color-scheme: dark){

		:root{
			color-scheme: dark;
			--fallback-p: #7582ff;
			--fallback-pc: #050617;
			--fallback-s: #ff71cf;
			--fallback-sc: #190211;
			--fallback-a: #00c7b5;
			--fallback-ac: #000e0c;
			--fallback-n: #2a323c;
			--fallback-nc: #a6adbb;
			--fallback-b1: #1d232a;
			--fallback-b2: #191e24;
			--fallback-b3: #15191e;
			--fallback-bc: #a6adbb;
			--fallback-in: #00b3f0;
			--fallback-inc: #000000;
			--fallback-su: #00ca92;
			--fallback-suc: #000000;
			--fallback-wa: #ffc22d;
			--fallback-wac: #000000;
			--fallback-er: #ff6f70;
			--fallback-erc: #000000;
		}
	}
}

html{
	-webkit-tap-highlight-color: transparent;
}

:root{
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 89.824% 0.06192 275.75;
	--ac: 15.352% 0.0368 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 49.12% 0.3096 275.75;
	--s: 69.71% 0.329 342.55;
	--sc: 98.71% 0.0106 342.55;
	--a: 76.76% 0.184 183.61;
	--n: 32.1785% 0.02476 255.701624;
	--nc: 89.4994% 0.011585 252.096176;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.4169% 0.00108 197.137559;
	--bc: 27.8078% 0.029596 256.847952;
}

@media (prefers-color-scheme: dark){

	:root{
		color-scheme: dark;
		--in: 72.06% 0.191 231.6;
		--su: 64.8% 0.150 160;
		--wa: 84.71% 0.199 83.87;
		--er: 71.76% 0.221 22.18;
		--pc: 13.138% 0.0392 275.75;
		--sc: 14.96% 0.052 342.55;
		--ac: 14.902% 0.0334 183.61;
		--inc: 0% 0 0;
		--suc: 0% 0 0;
		--wac: 0% 0 0;
		--erc: 0% 0 0;
		--rounded-box: 1rem;
		--rounded-btn: 0.5rem;
		--rounded-badge: 1.9rem;
		--animation-btn: 0.25s;
		--animation-input: .2s;
		--btn-focus-scale: 0.95;
		--border-btn: 1px;
		--tab-border: 1px;
		--tab-radius: 0.5rem;
		--p: 65.69% 0.196 275.75;
		--s: 74.8% 0.26 342.55;
		--a: 74.51% 0.167 183.61;
		--n: 31.3815% 0.021108 254.139175;
		--nc: 74.6477% 0.0216 264.435964;
		--b1: 25.3267% 0.015896 252.417568;
		--b2: 23.2607% 0.013807 253.100675;
		--b3: 21.1484% 0.01165 254.087939;
		--bc: 74.6477% 0.0216 264.435964;
	}
}

[data-theme=light]{
	color-scheme: light;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 89.824% 0.06192 275.75;
	--ac: 15.352% 0.0368 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 49.12% 0.3096 275.75;
	--s: 69.71% 0.329 342.55;
	--sc: 98.71% 0.0106 342.55;
	--a: 76.76% 0.184 183.61;
	--n: 32.1785% 0.02476 255.701624;
	--nc: 89.4994% 0.011585 252.096176;
	--b1: 100% 0 0;
	--b2: 96.1151% 0 0;
	--b3: 92.4169% 0.00108 197.137559;
	--bc: 27.8078% 0.029596 256.847952;
}

[data-theme=dark]{
	color-scheme: dark;
	--in: 72.06% 0.191 231.6;
	--su: 64.8% 0.150 160;
	--wa: 84.71% 0.199 83.87;
	--er: 71.76% 0.221 22.18;
	--pc: 13.138% 0.0392 275.75;
	--sc: 14.96% 0.052 342.55;
	--ac: 14.902% 0.0334 183.61;
	--inc: 0% 0 0;
	--suc: 0% 0 0;
	--wac: 0% 0 0;
	--erc: 0% 0 0;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--btn-focus-scale: 0.95;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--p: 65.69% 0.196 275.75;
	--s: 74.8% 0.26 342.55;
	--a: 74.51% 0.167 183.61;
	--n: 31.3815% 0.021108 254.139175;
	--nc: 74.6477% 0.0216 264.435964;
	--b1: 25.3267% 0.015896 252.417568;
	--b2: 23.2607% 0.013807 253.100675;
	--b3: 21.1484% 0.01165 254.087939;
	--bc: 74.6477% 0.0216 264.435964;
}
  :root {
    --color-primary: #39464d;
    --color-secondary: #ef7d00;
    --color-dark: #4B4E4E;
    --color-light: #ebeced;
    --color-white: #ffffff;
    --color-grey: #898b8b;
  }

*, ::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-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

::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-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
.container{
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
@media (min-width: 420px){

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

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

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

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

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

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

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

	.container{
		max-width: 1695px;
	}
}
.prose{
	color: #39464d;
	max-width: 100%;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-lead);
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: #ef7d00;
	text-decoration: underline;
	font-weight: 500;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
	color: #ef7d00;
	opacity: 0.8;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: #39464d;
	font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: decimal;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	list-style-type: disc;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
	font-weight: 400;
	color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
	color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-color: var(--tw-prose-hr);
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 500;
	font-style: italic;
	color: var(--tw-prose-quotes);
	border-inline-start-width: 0.25rem;
	border-inline-start-color: var(--tw-prose-quote-borders);
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-inline-start: 1em;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 900;
	color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 700;
	font-size: 32px;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 800;
	color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 600;
	font-size: 26px;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 700;
	color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 700;
	color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	font-weight: 500;
	font-family: inherit;
	color: var(--tw-prose-kbd);
	box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
	font-size: 0.875em;
	border-radius: 0.3125rem;
	padding-top: 0.1875em;
	padding-inline-end: 0.375em;
	padding-bottom: 0.1875em;
	padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-code);
	font-weight: 600;
	font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
	content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
	content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
	font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
	font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-pre-code);
	background-color: var(--tw-prose-pre-bg);
	overflow-x: auto;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-inline-end: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
	content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
	content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	width: 100%;
	table-layout: auto;
	text-align: start;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-headings);
	font-weight: 600;
	vertical-align: bottom;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-bottom-width: 1px;
	border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	border-top-width: 1px;
	border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
	margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: var(--tw-prose-captions);
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose{
	--tw-prose-body: #374151;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 18px;
	line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
	margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0.5em;
	padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-top: 0.5714286em;
	padding-inline-end: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	margin-bottom: 0;
}
.prose :where(h1,h2,h3,h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: #39464d;
	font-weight: 700;
}
.prose :where(code,pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
	color: #4B4E4E;
	background-color: #ebeced;
}
.aspect-h-9{
	--tw-aspect-h: 9;
}
.aspect-w-16{
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	--tw-aspect-w: 16;
}
.aspect-w-16 > *{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.avatar.placeholder > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (hover:hover){

	.label a:hover{
		--tw-text-opacity: 1;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	}

	.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active{
		--tw-bg-opacity: 1;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-text-opacity: 1;
		color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
	}

	.table tr.hover:hover,
  .table tr.hover:nth-child(even):hover{
		--tw-bg-opacity: 1;
		background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	}
}
.btn{
	display: inline-flex;
	height: 3rem;
	min-height: 3rem;
	flex-shrink: 0;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: var(--rounded-btn, 0.5rem);
	border-color: transparent;
	border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1em;
	gap: 0.5rem;
	font-weight: 600;
	text-decoration-line: none;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	border-width: var(--border-btn, 1px);
	transition-property: color, background-color, border-color, opacity, box-shadow, transform;
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
	background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	--tw-border-opacity: 1;
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled{
	pointer-events: none;
}
:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])){
	width: auto;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after{
	--tw-content: attr(aria-label);
	content: var(--tw-content);
}
.checkbox{
	flex-shrink: 0;
	--chkbg: var(--fallback-bc,oklch(var(--bc)/1));
	--chkfg: var(--fallback-b1,oklch(var(--b1)/1));
	height: 1.5rem;
	width: 1.5rem;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: var(--rounded-btn, 0.5rem);
	border-width: 1px;
	border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
	--tw-border-opacity: 0.2;
}
.collapse:not(td):not(tr):not(colgroup){
	visibility: visible;
}
.collapse{
	position: relative;
	display: grid;
	overflow: hidden;
	grid-template-rows: auto 0fr;
	transition: grid-template-rows 0.2s;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
}
.collapse-title,
.collapse > input[type="checkbox"],
.collapse > input[type="radio"],
.collapse-content{
	grid-column-start: 1;
	grid-row-start: 1;
}
.collapse > input[type="checkbox"],
.collapse > input[type="radio"]{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	opacity: 0;
}
.collapse-content{
	visibility: hidden;
	grid-column-start: 1;
	grid-row-start: 2;
	min-height: 0px;
	transition: visibility 0.2s;
	transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
	padding-left: 1rem;
	padding-right: 1rem;
	cursor: unset;
}
.collapse[open],
.collapse-open,
.collapse:focus:not(.collapse-close){
	grid-template-rows: auto 1fr;
}
.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked),
.collapse:not(.collapse-close):has(> input[type="radio"]:checked){
	grid-template-rows: auto 1fr;
}
.collapse[open] > .collapse-content,
.collapse-open > .collapse-content,
.collapse:focus:not(.collapse-close) > .collapse-content,
.collapse:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-content,
.collapse:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-content{
	visibility: visible;
	min-height: -moz-fit-content;
	min-height: fit-content;
}
@media (hover: hover){

	.btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover{
		pointer-events: none;
		--tw-border-opacity: 0;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-bg-opacity: 0.1;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
		--tw-text-opacity: 0.2;
	}

	.btn:hover{
		--tw-border-opacity: 1;
		border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
		--tw-bg-opacity: 1;
		background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
	}

	@supports (color: color-mix(in oklab, black, black)){

		.btn:hover{
			background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
			border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
		}
	}

	@supports not (color: oklch(0% 0 0)){

		.btn:hover{
			background-color: var(--btn-color, var(--fallback-b2));
			border-color: var(--btn-color, var(--fallback-b2));
		}
	}

	.btn.glass:hover{
		--glass-opacity: 25%;
		--glass-border-opacity: 15%;
	}

	.btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover{
		--tw-border-opacity: 0;
		background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
		--tw-bg-opacity: 0.2;
		color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
		--tw-text-opacity: 0.2;
	}

	@supports (color: color-mix(in oklab, black, black)){

		.btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover{
			background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
			border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
		}
	}

	:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover{
		cursor: pointer;
		outline: 2px solid transparent;
		outline-offset: 2px;
	}

	@supports (color: oklch(0% 0 0)){

		:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover{
			background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
		}
	}
}
.footer{
	display: grid;
	width: 100%;
	grid-auto-flow: row;
	place-items: start;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
	row-gap: 2.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.footer > *{
	display: grid;
	place-items: start;
	gap: 0.5rem;
}
@media (min-width: 48rem){

	.footer{
		grid-auto-flow: column;
	}

	.footer-center{
		grid-auto-flow: row dense;
	}
}
.label{
	display: flex;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	align-items: center;
	justify-content: space-between;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.input{
	flex-shrink: 1;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	height: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1rem;
	line-height: 2;
	line-height: 1.5rem;
	border-radius: var(--rounded-btn, 0.5rem);
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button{
	margin-top: -1rem;
	margin-bottom: -1rem;
	margin-inline-end: -1rem;
}
.join{
	display: inline-flex;
	align-items: stretch;
	border-radius: var(--rounded-btn, 0.5rem);
}
.join :where(.join-item){
	border-start-end-radius: 0;
	border-end-end-radius: 0;
	border-end-start-radius: 0;
	border-start-start-radius: 0;
}
.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item{
	border-start-end-radius: 0;
	border-end-end-radius: 0;
	border-end-start-radius: 0;
	border-start-start-radius: 0;
}
.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item{
	border-start-end-radius: 0;
	border-end-end-radius: 0;
}
.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item{
	border-start-end-radius: inherit;
	border-end-end-radius: inherit;
}
.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item){
	border-end-start-radius: inherit;
	border-start-start-radius: inherit;
}
.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item{
	border-end-start-radius: 0;
	border-start-start-radius: 0;
}
.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item){
	border-start-end-radius: inherit;
	border-end-end-radius: inherit;
}
@supports not selector(:has(*)){

	:where(.join *){
		border-radius: inherit;
	}
}
@supports selector(:has(*)){

	:where(.join *:has(.join-item)){
		border-radius: inherit;
	}
}
.link{
	cursor: pointer;
	text-decoration-line: underline;
}
.menu{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 0.5rem;
}
.menu :where(li ul){
	position: relative;
	white-space: nowrap;
	margin-inline-start: 1rem;
	padding-inline-start: 0.5rem;
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
	display: grid;
	grid-auto-flow: column;
	align-content: flex-start;
	align-items: center;
	gap: 0.5rem;
	grid-auto-columns: minmax(auto, max-content) auto max-content;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.menu li.disabled{
	cursor: not-allowed;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)){
	display: none;
}
:where(.menu li){
	position: relative;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: stretch;
}
:where(.menu li) .badge{
	justify-self: end;
}
.radio{
	flex-shrink: 0;
	--chkbg: var(--bc);
	height: 1.5rem;
	width: 1.5rem;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 9999px;
	border-width: 1px;
	border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
	--tw-border-opacity: 0.2;
}
.select{
	display: inline-flex;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	height: 3rem;
	min-height: 3rem;
	padding-left: 1rem;
	padding-right: 2.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 2;
	border-radius: var(--rounded-btn, 0.5rem);
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
	background-size: 4px 4px,
    4px 4px;
	background-repeat: no-repeat;
}
.select[multiple]{
	height: auto;
}
.swap{
	position: relative;
	display: inline-grid;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	place-content: center;
	cursor: pointer;
}
.swap > *{
	grid-column-start: 1;
	grid-row-start: 1;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-property: transform, opacity;
}
.swap input{
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on{
	opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off{
	opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate{
	opacity: 1;
}
.table{
	position: relative;
	width: 100%;
	border-radius: var(--rounded-box, 1rem);
	text-align: left;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.table :where(.table-pin-rows thead tr){
	position: sticky;
	top: 0px;
	z-index: 1;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-rows tfoot tr){
	position: sticky;
	bottom: 0px;
	z-index: 1;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-cols tr th){
	position: sticky;
	left: 0px;
	right: 0px;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.textarea{
	min-height: 3rem;
	flex-shrink: 1;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	line-height: 2;
	border-radius: var(--rounded-btn, 0.5rem);
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.toggle{
	flex-shrink: 0;
	--tglbg: var(--fallback-b1,oklch(var(--b1)/1));
	--handleoffset: 1.5rem;
	--handleoffsetcalculator: calc(var(--handleoffset) * -1);
	--togglehandleborder: 0 0;
	height: 1.5rem;
	width: 3rem;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: var(--rounded-badge, 1.9rem);
	border-width: 1px;
	border-color: currentColor;
	background-color: currentColor;
	color: var(--fallback-bc,oklch(var(--bc)/0.5));
	transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
	box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder);
}
.btm-nav > *:where(.active){
	border-top-width: 2px;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled]{
	pointer-events: none;
	--tw-border-opacity: 0;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-bg-opacity: 0.1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-text-opacity: 0.2;
}
.btm-nav > * .label{
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (prefers-reduced-motion: no-preference){

	.btn{
		animation: button-pop var(--animation-btn, 0.25s) ease-out;
	}
}
.btn:active:hover,
  .btn:active:focus{
	animation: button-pop 0s ease-out;
	transform: scale(var(--btn-focus-scale, 0.97));
}
@supports not (color: oklch(0% 0 0)){

	.btn{
		background-color: var(--btn-color, var(--fallback-b2));
		border-color: var(--btn-color, var(--fallback-b2));
	}

	.prose :where(code):not(:where([class~="not-prose"] *, pre *)){
		background-color: var(--fallback-b3,oklch(var(--b3)/1));
	}
}
.btn:focus-visible{
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
}
.btn.glass{
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	outline-color: currentColor;
}
.btn.glass.btn-active{
	--glass-opacity: 25%;
	--glass-border-opacity: 15%;
}
.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled{
	--tw-border-opacity: 0;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-bg-opacity: 0.2;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	--tw-text-opacity: 0.2;
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked){
	--tw-border-opacity: 1;
	border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible{
	outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@keyframes button-pop{

	0%{
		transform: scale(var(--btn-focus-scale, 0.98));
	}

	40%{
		transform: scale(1.02);
	}

	100%{
		transform: scale(1);
	}
}
.checkbox:focus{
	box-shadow: none;
}
.checkbox:focus-visible{
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.checkbox:disabled{
	border-width: 0px;
	cursor: not-allowed;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	opacity: 0.2;
}
.checkbox:checked,
  .checkbox[aria-checked="true"]{
	background-repeat: no-repeat;
	animation: checkmark var(--animation-input, 0.2s) ease-out;
	background-color: var(--chkbg);
	background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}
.checkbox:indeterminate{
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	background-repeat: no-repeat;
	animation: checkmark var(--animation-input, 0.2s) ease-out;
	background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}
@keyframes checkmark{

	0%{
		background-position-y: 5px;
	}

	50%{
		background-position-y: -2px;
	}

	100%{
		background-position-y: 0;
	}
}
details.collapse{
	width: 100%;
}
details.collapse summary{
	position: relative;
	display: block;
	outline: 2px solid transparent;
	outline-offset: 2px;
}
details.collapse summary::-webkit-details-marker{
	display: none;
}
.collapse:focus-visible{
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse:has(.collapse-title:focus-visible),
.collapse:has(> input[type="checkbox"]:focus-visible),
.collapse:has(> input[type="radio"]:focus-visible){
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse-arrow > .collapse-title:after{
	position: absolute;
	display: block;
	height: 0.5rem;
	width: 0.5rem;
	--tw-translate-y: -100%;
	--tw-rotate: 45deg;
	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));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 0.2s;
	top: 1.9rem;
	inset-inline-end: 1.4rem;
	content: "";
	transform-origin: 75% 75%;
	box-shadow: 2px 2px;
	pointer-events: none;
}
.collapse-plus > .collapse-title:after{
	position: absolute;
	display: block;
	height: 0.5rem;
	width: 0.5rem;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-duration: 300ms;
	top: 0.9rem;
	inset-inline-end: 1.4rem;
	content: "+";
	pointer-events: none;
}
.collapse:not(.collapse-open):not(.collapse-close) > input[type="checkbox"],
.collapse:not(.collapse-open):not(.collapse-close) > input[type="radio"]:not(:checked),
.collapse:not(.collapse-open):not(.collapse-close) > .collapse-title{
	cursor: pointer;
}
.collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open]) > .collapse-title{
	cursor: unset;
}
.collapse-title{
	position: relative;
}
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]){
	z-index: 1;
}
.collapse-title,
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]){
	width: 100%;
	padding: 1rem;
	padding-inline-end: 3rem;
	min-height: 3.75rem;
	transition: background-color 0.2s ease-out;
}
.collapse[open] > :where(.collapse-content),
.collapse-open > :where(.collapse-content),
.collapse:focus:not(.collapse-close) > :where(.collapse-content),
.collapse:not(.collapse-close) > :where(input[type="checkbox"]:checked ~ .collapse-content),
.collapse:not(.collapse-close) > :where(input[type="radio"]:checked ~ .collapse-content){
	padding-bottom: 1rem;
	transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
}
.collapse[open].collapse-arrow > .collapse-title:after,
.collapse-open.collapse-arrow > .collapse-title:after,
.collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after{
	--tw-translate-y: -50%;
	--tw-rotate: 225deg;
	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));
}
.collapse[open].collapse-plus > .collapse-title:after,
.collapse-open.collapse-plus > .collapse-title:after,
.collapse-plus:focus:not(.collapse-close) > .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after{
	content: "−";
}
.input input{
	--tw-bg-opacity: 1;
	background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
	background-color: transparent;
}
.input input:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator{
	line-height: 1em;
}
.input:focus,
  .input:focus-within{
	box-shadow: none;
	border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled]{
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder{
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder{
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled]) > input[disabled]{
	cursor: not-allowed;
}
.input::-webkit-date-and-time-value{
	text-align: inherit;
}
.join > :where(*:not(:first-child)){
	margin-top: 0px;
	margin-bottom: 0px;
	margin-inline-start: -1px;
}
.link:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.link:focus-visible{
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
.loading{
	pointer-events: none;
	display: inline-block;
	aspect-ratio: 1 / 1;
	width: 1.5rem;
	background-color: currentColor;
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	        mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
:where(.menu li:empty){
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	opacity: 0.1;
	margin: 0.5rem 1rem;
	height: 1px;
}
.menu :where(li ul):before{
	position: absolute;
	bottom: 0.75rem;
	inset-inline-start: 0px;
	top: 0.75rem;
	width: 1px;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	opacity: 0.1;
	content: "";
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)){
	border-radius: var(--rounded-btn, 0.5rem);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	text-align: start;
	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(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	transition-duration: 200ms;
	text-wrap: balance;
}
:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible{
	cursor: pointer;
	background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active{
	--tw-bg-opacity: 1;
	background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
	--tw-text-opacity: 1;
	color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.menu :where(li > details > summary)::-webkit-details-marker{
	display: none;
}
.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after{
	justify-self: end;
	display: block;
	margin-top: -0.5rem;
	height: 0.5rem;
	width: 0.5rem;
	transform: rotate(45deg);
	transition-property: transform, margin-top;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	content: "";
	transform-origin: 75% 75%;
	box-shadow: 2px 2px;
	pointer-events: none;
}
.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after{
	transform: rotate(225deg);
	margin-top: 0;
}
.menu-title{
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.mockup-phone .display{
	overflow: hidden;
	border-radius: 40px;
	margin-top: -25px;
}
.mockup-browser .mockup-browser-toolbar .input{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 1.75rem;
	width: 24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	padding-left: 2rem;
	direction: ltr;
}
.mockup-browser .mockup-browser-toolbar .input:before{
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 50%;
	aspect-ratio: 1 / 1;
	height: 0.75rem;
	--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));
	border-radius: 9999px;
	border-width: 2px;
	border-color: currentColor;
	opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after{
	content: "";
	position: absolute;
	left: 1.25rem;
	top: 50%;
	height: 0.5rem;
	--tw-translate-y: 25%;
	--tw-rotate: -45deg;
	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));
	border-radius: 9999px;
	border-width: 1px;
	border-color: currentColor;
	opacity: 0.6;
}
@keyframes modal-pop{

	0%{
		opacity: 0;
	}
}
@keyframes progress-loading{

	50%{
		background-position-x: -115%;
	}
}
.radio:focus{
	box-shadow: none;
}
.radio:focus-visible{
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.radio:checked,
  .radio[aria-checked="true"]{
	--tw-bg-opacity: 1;
	background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
	background-image: none;
	animation: radiomark var(--animation-input, 0.2s) ease-out;
	box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
}
.radio:disabled{
	cursor: not-allowed;
	opacity: 0.2;
}
@keyframes radiomark{

	0%{
		box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}

	50%{
		box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}

	100%{
		box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
	}
}
@keyframes rating-pop{

	0%{
		transform: translateY(-0.125em);
	}

	40%{
		transform: translateY(-0.125em);
	}

	100%{
		transform: translateY(0);
	}
}
.select:focus{
	box-shadow: none;
	border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select-disabled,
  .select:disabled,
  .select[disabled]{
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder{
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder{
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]){
	background-image: none;
	padding-right: 1rem;
}
[dir="rtl"] .select{
	background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}
@keyframes skeleton{

	from{
		background-position: 150%;
	}

	to{
		background-position: -50%;
	}
}
:is([dir="rtl"] .table){
	text-align: right;
}
.table :where(th, td){
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even){
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even){
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.table :where(thead tr, tbody tr:not(:last-child),tbody tr:first-child:last-child){
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.table :where(thead, tfoot){
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 700;
	color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.table :where(tfoot){
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.textarea:focus{
	box-shadow: none;
	border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled]{
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
	color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder{
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder{
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
	--tw-placeholder-opacity: 0.2;
}
@keyframes toast-pop{

	0%{
		transform: scale(0.9);
		opacity: 0;
	}

	100%{
		transform: scale(1);
		opacity: 1;
	}
}
[dir="rtl"] .toggle{
	--handleoffsetcalculator: calc(var(--handleoffset) * 1);
}
.toggle:focus-visible{
	outline-style: solid;
	outline-width: 2px;
	outline-offset: 2px;
	outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.toggle:hover{
	background-color: currentColor;
}
.toggle:checked,
  .toggle[aria-checked="true"]{
	background-image: none;
	--handleoffsetcalculator: var(--handleoffset);
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[aria-checked="true"]{
	--handleoffsetcalculator: calc(var(--handleoffset) * -1);
}
.toggle:indeterminate{
	--tw-text-opacity: 1;
	color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
	box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset;
}
[dir="rtl"] .toggle:indeterminate{
	box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset;
}
.toggle:disabled{
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
	background-color: transparent;
	opacity: 0.3;
	--togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset;
}
:root .prose{
	--tw-prose-body: var(--fallback-bc,oklch(var(--bc)/0.8));
	--tw-prose-headings: var(--fallback-bc,oklch(var(--bc)/1));
	--tw-prose-lead: var(--fallback-bc,oklch(var(--bc)/1));
	--tw-prose-links: var(--fallback-bc,oklch(var(--bc)/1));
	--tw-prose-bold: var(--fallback-bc,oklch(var(--bc)/1));
	--tw-prose-counters: var(--fallback-bc,oklch(var(--bc)/1));
	--tw-prose-bullets: var(--fallback-bc,oklch(var(--bc)/0.5));
	--tw-prose-hr: var(--fallback-bc,oklch(var(--bc)/0.2));
	--tw-prose-quotes: var(--fallback-bc,oklch(var(--bc)/1));
	--tw-prose-quote-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
	--tw-prose-captions: var(--fallback-bc,oklch(var(--bc)/0.5));
	--tw-prose-code: var(--fallback-bc,oklch(var(--bc)/1));
	--tw-prose-pre-code: var(--fallback-nc,oklch(var(--nc)/1));
	--tw-prose-pre-bg: var(--fallback-n,oklch(var(--n)/1));
	--tw-prose-th-borders: var(--fallback-bc,oklch(var(--bc)/0.5));
	--tw-prose-td-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.prose :where(code):not(:where([class~="not-prose"] *, pre *)){
	padding: 1px 8px;
	border-radius: var(--rounded-badge);
	font-weight: initial;
	background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after{
	display: none;
}
.prose pre code{
	border-radius: 0;
	padding: 0;
}
.prose :where(tbody tr, thead):not(:where([class~="not-prose"] *)){
	border-bottom-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.artboard.phone{
	width: 320px;
}
.btm-nav-xs > *:where(.active){
	border-top-width: 1px;
}
.btm-nav-sm > *:where(.active){
	border-top-width: 2px;
}
.btm-nav-md > *:where(.active){
	border-top-width: 2px;
}
.btm-nav-lg > *:where(.active){
	border-top-width: 4px;
}
.join.join-vertical{
	flex-direction: column;
}
.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item{
	border-end-start-radius: 0;
	border-end-end-radius: 0;
	border-start-start-radius: inherit;
	border-start-end-radius: inherit;
}
.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item{
	border-start-start-radius: 0;
	border-start-end-radius: 0;
	border-end-start-radius: inherit;
	border-end-end-radius: inherit;
}
.join.join-horizontal{
	flex-direction: row;
}
.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item{
	border-end-end-radius: 0;
	border-start-end-radius: 0;
	border-end-start-radius: inherit;
	border-start-start-radius: inherit;
}
.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item{
	border-end-start-radius: 0;
	border-start-start-radius: 0;
	border-end-end-radius: inherit;
	border-start-end-radius: inherit;
}
.menu-horizontal{
	display: inline-flex;
	flex-direction: row;
}
.menu-horizontal > li:not(.menu-title) > details > ul{
	position: absolute;
}
.tooltip{
	position: relative;
	display: inline-block;
	--tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
}
.tooltip:before{
	position: absolute;
	pointer-events: none;
	z-index: 1;
	content: var(--tw-content);
	--tw-content: attr(data-tip);
}
.tooltip:before, .tooltip-top:before{
	transform: translateX(-50%);
	top: auto;
	left: 50%;
	right: auto;
	bottom: var(--tooltip-offset);
}
.join.join-vertical > :where(*:not(:first-child)){
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
}
.join.join-horizontal > :where(*:not(:first-child)){
	margin-top: 0px;
	margin-bottom: 0px;
	margin-inline-start: -1px;
}
.menu-horizontal > li:not(.menu-title) > details > ul{
	margin-inline-start: 0px;
	margin-top: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-inline-end: 0.5rem;
}
.menu-horizontal > li > details > ul:before{
	content: none;
}
:where(.menu-horizontal > li:not(.menu-title) > details > ul){
	border-radius: var(--rounded-box, 1rem);
	--tw-bg-opacity: 1;
	background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.menu-xs .menu-title{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.menu-sm .menu-title{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.menu-md .menu-title{
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.menu-lg .menu-title{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.tooltip{
	position: relative;
	display: inline-block;
	text-align: center;
	--tooltip-tail: 0.1875rem;
	--tooltip-color: var(--fallback-n,oklch(var(--n)/1));
	--tooltip-text-color: var(--fallback-nc,oklch(var(--nc)/1));
	--tooltip-tail-offset: calc(100% + 0.0625rem - var(--tooltip-tail));
}
.tooltip:before,
.tooltip:after{
	opacity: 0;
	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-delay: 100ms;
	transition-duration: 200ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:after{
	position: absolute;
	content: "";
	border-style: solid;
	border-width: var(--tooltip-tail, 0);
	width: 0;
	height: 0;
	display: block;
}
.tooltip:before{
	max-width: 20rem;
	border-radius: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	background-color: var(--tooltip-color);
	color: var(--tooltip-text-color);
	width: -moz-max-content;
	width: max-content;
}
.tooltip.tooltip-open:before{
	opacity: 1;
	transition-delay: 75ms;
}
.tooltip.tooltip-open:after{
	opacity: 1;
	transition-delay: 75ms;
}
.tooltip:hover:before{
	opacity: 1;
	transition-delay: 75ms;
}
.tooltip:hover:after{
	opacity: 1;
	transition-delay: 75ms;
}
.tooltip:has(:focus-visible):after,
.tooltip:has(:focus-visible):before{
	opacity: 1;
	transition-delay: 75ms;
}
.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after{
	visibility: hidden;
	opacity: 0;
}
.tooltip:after, .tooltip-top:after{
	transform: translateX(-50%);
	border-color: var(--tooltip-color) transparent transparent transparent;
	top: auto;
	left: 50%;
	right: auto;
	bottom: var(--tooltip-tail-offset);
}
.extended {
    max-width: 1920px;
  }
.visible{
	visibility: visible;
}
.collapse{
	visibility: collapse;
}
.static{
	position: static;
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.inset-0{
	inset: 0px;
}
.inset-y-0{
	top: 0px;
	bottom: 0px;
}
.-right-\[30px\]{
	right: -30px;
}
.bottom-0{
	bottom: 0px;
}
.bottom-3{
	bottom: 0.75rem;
}
.bottom-6{
	bottom: 1.5rem;
}
.bottom-\[5px\]{
	bottom: 5px;
}
.left-0{
	left: 0px;
}
.left-3{
	left: 0.75rem;
}
.right-0{
	right: 0px;
}
.right-3{
	right: 0.75rem;
}
.top-0{
	top: 0px;
}
.top-1\/2{
	top: 50%;
}
.top-\[5px\]{
	top: 5px;
}
.top-full{
	top: 100%;
}
.z-0{
	z-index: 0;
}
.z-10{
	z-index: 10;
}
.order-last{
	order: 9999;
}
.float-right{
	float: right;
}
.m-0{
	margin: 0px;
}
.m-8{
	margin: 2rem;
}
.m-auto{
	margin: auto;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-3{
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-8{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-\[20px\]{
	margin-top: 20px;
	margin-bottom: 20px;
}
.my-\[50px\]{
	margin-top: 50px;
	margin-bottom: 50px;
}
.\!mt-3{
	margin-top: 0.75rem !important;
}
.-mb-\[20px\]{
	margin-bottom: -20px;
}
.-mr-\[20px\]{
	margin-right: -20px;
}
.mb-0{
	margin-bottom: 0px;
}
.mb-1{
	margin-bottom: 0.25rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.mb-12{
	margin-bottom: 3rem;
}
.mb-16{
	margin-bottom: 4rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-5{
	margin-bottom: 1.25rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mb-\[100px\]{
	margin-bottom: 100px;
}
.mb-\[15px\]{
	margin-bottom: 15px;
}
.mb-\[20px\]{
	margin-bottom: 20px;
}
.mb-\[25px\]{
	margin-bottom: 25px;
}
.mb-\[2px\]{
	margin-bottom: 2px;
}
.mb-\[35px\]{
	margin-bottom: 35px;
}
.mb-\[37px\]{
	margin-bottom: 37px;
}
.mb-\[40px\]{
	margin-bottom: 40px;
}
.mb-\[45px\]{
	margin-bottom: 45px;
}
.mb-\[50px\]{
	margin-bottom: 50px;
}
.mb-\[54px\]{
	margin-bottom: 54px;
}
.mb-\[9px\]{
	margin-bottom: 9px;
}
.mr-8{
	margin-right: 2rem;
}
.mr-\[10px\]{
	margin-right: 10px;
}
.mt-0{
	margin-top: 0px;
}
.mt-10{
	margin-top: 2.5rem;
}
.mt-16{
	margin-top: 4rem;
}
.mt-2{
	margin-top: 0.5rem;
}
.mt-24{
	margin-top: 6rem;
}
.mt-4{
	margin-top: 1rem;
}
.mt-5{
	margin-top: 1.25rem;
}
.mt-6{
	margin-top: 1.5rem;
}
.mt-8{
	margin-top: 2rem;
}
.mt-\[0px\]{
	margin-top: 0px;
}
.mt-\[40px\]{
	margin-top: 40px;
}
.mt-\[5px\]{
	margin-top: 5px;
}
.mt-\[97px\]{
	margin-top: 97px;
}
.block{
	display: block;
}
.inline{
	display: inline;
}
.flex{
	display: flex;
}
.table{
	display: table;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.size-full{
	width: 100%;
	height: 100%;
}
.h-1{
	height: 0.25rem;
}
.h-12{
	height: 3rem;
}
.h-auto{
	height: auto;
}
.h-full{
	height: 100%;
}
.min-h-\[300px\]{
	min-height: 300px;
}
.min-h-screen{
	min-height: 100vh;
}
.w-1\/4{
	width: 25%;
}
.w-12{
	width: 3rem;
}
.w-16{
	width: 4rem;
}
.w-\[55\%\]{
	width: 55%;
}
.w-full{
	width: 100%;
}
.w-max{
	width: -moz-max-content;
	width: max-content;
}
.min-w-\[100px\]{
	min-width: 100px;
}
.max-w-\[100\%\]{
	max-width: 100%;
}
.max-w-\[320px\]{
	max-width: 320px;
}
.max-w-\[418px\]{
	max-width: 418px;
}
.max-w-none{
	max-width: none;
}
.max-w-sm{
	max-width: 24rem;
}
.flex-grow{
	flex-grow: 1;
}
.-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-decimal{
	list-style-type: decimal;
}
.list-disc{
	list-style-type: disc;
}
.columns-3{
	-moz-columns: 3;
	     columns: 3;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
	flex-direction: column;
}
.flex-col-reverse{
	flex-direction: column-reverse;
}
.flex-wrap{
	flex-wrap: wrap;
}
.items-start{
	align-items: flex-start;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-start{
	justify-content: flex-start;
}
.justify-end{
	justify-content: flex-end;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.justify-around{
	justify-content: space-around;
}
.gap-0{
	gap: 0px;
}
.gap-3{
	gap: 0.75rem;
}
.gap-4{
	gap: 1rem;
}
.gap-6{
	gap: 1.5rem;
}
.gap-8{
	gap: 2rem;
}
.gap-\[10px\]{
	gap: 10px;
}
.gap-\[30px\]{
	gap: 30px;
}
.gap-\[40px\]{
	gap: 40px;
}
.gap-\[45px\]{
	gap: 45px;
}
.gap-\[50px\]{
	gap: 50px;
}
.gap-x-\[10px\]{
	-moz-column-gap: 10px;
	     column-gap: 10px;
}
.gap-x-\[18px\]{
	-moz-column-gap: 18px;
	     column-gap: 18px;
}
.gap-x-\[80px\]{
	-moz-column-gap: 80px;
	     column-gap: 80px;
}
.gap-y-3{
	row-gap: 0.75rem;
}
.gap-y-\[40px\]{
	row-gap: 40px;
}
.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)));
}
.space-x-\[24px\] > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: calc(24px * var(--tw-space-x-reverse));
	margin-left: calc(24px * calc(1 - var(--tw-space-x-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));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]){
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#9ba2a5\] > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgb(155 162 165 / var(--tw-divide-opacity));
}
.divide-grey > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgb(137 139 139 / var(--tw-divide-opacity));
}
.divide-primary > :not([hidden]) ~ :not([hidden]){
	--tw-divide-opacity: 1;
	border-color: rgb(57 70 77 / var(--tw-divide-opacity));
}
.overflow-hidden{
	overflow: hidden;
}
.overflow-y-auto{
	overflow-y: auto;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.overflow-x-scroll{
	overflow-x: scroll;
}
.text-wrap{
	text-wrap: wrap;
}
.text-nowrap{
	text-wrap: nowrap;
}
.rounded{
	border-radius: 0.25rem;
}
.rounded-box{
	border-radius: var(--rounded-box, 1rem);
}
.rounded-full{
	border-radius: 9999px;
}
.rounded-none{
	border-radius: 0px;
}
.border{
	border-width: 1px;
}
.border-0{
	border-width: 0px;
}
.border-b{
	border-bottom-width: 1px;
}
.border-b-\[1px\]{
	border-bottom-width: 1px;
}
.border-\[\#9ba2a5\]{
	--tw-border-opacity: 1;
	border-color: rgb(155 162 165 / var(--tw-border-opacity));
}
.border-primary{
	--tw-border-opacity: 1;
	border-color: rgb(57 70 77 / var(--tw-border-opacity));
}
.\!bg-white{
	--tw-bg-opacity: 1 !important;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#afb1b4\]{
	--tw-bg-opacity: 1;
	background-color: rgb(175 177 180 / var(--tw-bg-opacity));
}
.bg-\[\#e9eaeb\]{
	--tw-bg-opacity: 1;
	background-color: rgb(233 234 235 / var(--tw-bg-opacity));
}
.bg-\[\#f07d00\]{
	--tw-bg-opacity: 1;
	background-color: rgb(240 125 0 / var(--tw-bg-opacity));
}
.bg-dark{
	--tw-bg-opacity: 1;
	background-color: rgb(75 78 78 / var(--tw-bg-opacity));
}
.bg-gray-200{
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-light{
	--tw-bg-opacity: 1;
	background-color: rgb(235 236 237 / var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgb(57 70 77 / var(--tw-bg-opacity));
}
.bg-secondary{
	--tw-bg-opacity: 1;
	background-color: rgb(239 125 0 / var(--tw-bg-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover{
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-0{
	padding: 0px;
}
.p-2{
	padding: 0.5rem;
}
.p-6{
	padding: 1.5rem;
}
.p-\[20px\]{
	padding: 20px;
}
.\!px-4{
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.px-0{
	padding-left: 0px;
	padding-right: 0px;
}
.px-3{
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-\[10px\]{
	padding-left: 10px;
	padding-right: 10px;
}
.px-\[20px\]{
	padding-left: 20px;
	padding-right: 20px;
}
.px-\[35px\]{
	padding-left: 35px;
	padding-right: 35px;
}
.py-0{
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-2{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-3{
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-4{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-\[10px\]{
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-\[15px\]{
	padding-top: 15px;
	padding-bottom: 15px;
}
.py-\[20px\]{
	padding-top: 20px;
	padding-bottom: 20px;
}
.py-\[22px\]{
	padding-top: 22px;
	padding-bottom: 22px;
}
.py-\[28px\]{
	padding-top: 28px;
	padding-bottom: 28px;
}
.py-\[30px\]{
	padding-top: 30px;
	padding-bottom: 30px;
}
.py-\[40px\]{
	padding-top: 40px;
	padding-bottom: 40px;
}
.py-\[50px\]{
	padding-top: 50px;
	padding-bottom: 50px;
}
.py-\[60px\]{
	padding-top: 60px;
	padding-bottom: 60px;
}
.py-\[64px\]{
	padding-top: 64px;
	padding-bottom: 64px;
}
.\!pb-0{
	padding-bottom: 0px !important;
}
.\!pb-10{
	padding-bottom: 2.5rem !important;
}
.\!pb-16{
	padding-bottom: 4rem !important;
}
.\!pb-5{
	padding-bottom: 1.25rem !important;
}
.\!pl-0{
	padding-left: 0px !important;
}
.\!pr-\[20px\]{
	padding-right: 20px !important;
}
.\!pt-0{
	padding-top: 0px !important;
}
.\!pt-10{
	padding-top: 2.5rem !important;
}
.\!pt-16{
	padding-top: 4rem !important;
}
.\!pt-5{
	padding-top: 1.25rem !important;
}
.pb-0{
	padding-bottom: 0px;
}
.pb-\[16px\]{
	padding-bottom: 16px;
}
.pb-\[92px\]{
	padding-bottom: 92px;
}
.pl-0{
	padding-left: 0px;
}
.pl-\[10px\]{
	padding-left: 10px;
}
.pl-\[30px\]{
	padding-left: 30px;
}
.pl-\[35px\]{
	padding-left: 35px;
}
.pl-\[50px\]{
	padding-left: 50px;
}
.pr-\[5\%\]{
	padding-right: 5%;
}
.pr-\[60px\]{
	padding-right: 60px;
}
.pr-\[75px\]{
	padding-right: 75px;
}
.pt-0{
	padding-top: 0px;
}
.pt-\[20px\]{
	padding-top: 20px;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.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-\[14px\]{
	font-size: 14px;
}
.text-\[17px\]{
	font-size: 17px;
}
.text-\[18px\]{
	font-size: 18px;
}
.text-\[19px\]{
	font-size: 19px;
}
.text-\[21px\]{
	font-size: 21px;
}
.text-\[23px\]{
	font-size: 23px;
}
.text-\[24px\]{
	font-size: 24px;
}
.text-\[25px\]{
	font-size: 25px;
}
.text-\[28px\]{
	font-size: 28px;
}
.text-\[29px\]{
	font-size: 29px;
}
.text-\[60px\]{
	font-size: 60px;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl{
	font-size: 1.125rem;
}
.font-bold{
	font-weight: 700;
}
.font-extrabold{
	font-weight: 800;
}
.font-light{
	font-weight: 300;
}
.font-medium{
	font-weight: 500;
}
.font-normal{
	font-weight: 400;
}
.font-semibold{
	font-weight: 600;
}
.uppercase{
	text-transform: uppercase;
}
.italic{
	font-style: italic;
}
.leading-\[18px\]{
	line-height: 18px;
}
.leading-\[60px\]{
	line-height: 60px;
}
.leading-tight{
	line-height: 1.25;
}
.\!text-primary{
	--tw-text-opacity: 1 !important;
	color: rgb(57 70 77 / var(--tw-text-opacity)) !important;
}
.text-dark{
	--tw-text-opacity: 1;
	color: rgb(75 78 78 / var(--tw-text-opacity));
}
.text-gray-600{
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgb(57 70 77 / var(--tw-text-opacity));
}
.text-secondary{
	--tw-text-opacity: 1;
	color: rgb(239 125 0 / var(--tw-text-opacity));
}
.text-white{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
	text-decoration-line: underline;
}
.antialiased{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.drop-shadow-xl{
	--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
	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);
}
.grayscale{
	--tw-grayscale: grayscale(100%);
	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(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;
}
.max-w-content{
	max-width: 1200px;
}
.alignfull{
	margin: 2rem calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw;
}
.alignwide{
	margin: 2rem 0;
	max-width: 1340px !important;
}
.alignnone{
	margin-left: 0px;
	margin-right: 0px;
	height: auto;
	max-width: 100%;
}
.aligncenter{
	margin: 0.5rem auto;
	display: block;
}
@media (min-width: 767px){

	.alignleft:not(.wp-block-button){
		margin-right: 0.5rem;
		float: left;
	}

	.alignright:not(.wp-block-button){
		margin-left: 0.5rem;
		float: right;
	}

	.wp-block-button.alignleft a{
		float: left;
		margin-right: 1rem;
	}

	.wp-block-button.alignright a{
		float: right;
		margin-left: 1rem;
	}
}
.wp-caption{
	display: inline-block;
}
.wp-caption img{
	margin-bottom: 0.5rem;
	line-height: 1;
}
.wp-caption-text{
	font-size: 0.875rem;
	color: #4b5563;
}
article > *:not(.entry-content),
.entry-content > *{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.entry-content h1, .block-editor-block-list__layout h1{
	font-size: 1.125rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
	font-size: 1.125rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
	font-size: 1.125rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
	text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
	text-decoration-line: none;
}
.entry-content p,
	.entry-content ul,
	.entry-content ol,
	.block-editor-block-list__layout p,
	.block-editor-block-list__layout ul,
	.block-editor-block-list__layout ol{
	margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
	list-style-position: inside;
	list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
	list-style-position: inside;
	list-style-type: decimal;
}
.screen-reader-text {
	display: none;
}
.alignnone {
	width: auto;
}
/* width */
section *::-webkit-scrollbar {
	width: 10px;
}
/* Track */
section *::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
/* Handle */
section *::-webkit-scrollbar-thumb {
	background: rgb(117, 117, 117);
	border-radius: 10px;
}
.logged-in.admin-bar #page > header {
	top: 32px;
}
/* Style for the submenu */
#primary-menu a {
	color: #39464d;
}
#primary-menu .current-menu-item > details > summary > a {
	font-weight: 700;
}
#primary-menu summary,
#primary-menu li a {
	border-radius: 0;
}
#primary-menu .menu li > *:not(ul, .menu-title, details, .btn):active,
#primary-menu .menu li > *:not(ul, .menu-title, details, .btn).active,
#primary-menu .menu li > details > summary:active {
	background: none;
	opacity: 1;
}
#primary-menu #menu-menu-1 > li:last-child a {
	color: var(--color-grey);
}
#primary-menu .menu :where(li > details[open] > summary):after,
#primary-menu
	.menu
	:where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
	transform: rotate(45deg);
	margin-top: -0.5rem;
}
#primary-menu .lg\:menu-horizontal > li:not(.menu-title) > details > ul {
	margin-left: -6px !important;
	border-radius: 0;
	min-width: 290px;
	background: rgb(255 255 255 / 90%);
	margin-top: 25px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
}
#primary-menu .lg\:menu-horizontal > li:not(.menu-title) > details > ul li {
	border-bottom: 1px solid var(--color-grey);
}
#primary-menu .lg\:menu-horizontal > li:not(.menu-title) > details > ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 23px;
	padding-right: 23px;
}
.bm .splide__arrow {
	background-color: var(--color-secondary);
	border-radius: 0;
	height: 38px;
	width: 38px;
	padding: 12px;
	opacity: 1;
}
.bm .splide__arrow[disabled] {
	opacity: 0 !important;
}
.bm .splide__arrow svg {
	fill: #fff;
}
.bm .splide__arrow--prev {
	left: -16px;
}
.bm .splide__arrow--next {
	right: -16px;
}
.consent-iframe-container iframe {
	width: 100%;
	height: 350px;
}
footer .google-map iframe {
	width: 100%;
	height: 400px;
	filter: grayscale(100%);
}
footer h2 {
	margin-bottom: 40px !important;
}
.copyright-logos-menu {
	border-bottom: 40px solid rgb(57 70 77 / var(--tw-bg-opacity));
	padding-top: 50px;
	padding-bottom: 30px;
}
footer .address-contact .fas {
	margin-right: 20px;
}
footer .address-contact a {
	color: #fff;
}
footer .company-name i {
	margin-top: 10px;
}
.social-media a {
	background: #ef7d00;
	border-radius: 0;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer [type="text"],
footer [type="email"],
footer [type="url"],
footer [type="number"],
footer [type="tel"],
footer textarea,
footer select {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #f5f5f5;
	color: #f5f5f5;
	border-radius: 0px;
	padding: 10px;
	width: 100%;
}
footer ::-moz-placeholder {
	color: #f5f5f5 !important;
}
footer ::placeholder {
	color: #f5f5f5 !important;
}
input[type="checkbox"] {
	margin-right: 10px;
}
[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="number"]:focus,
[type="tel"]:focus,
textarea:focus,
select:focus {
	border-color: #ef7d00 !important;
	--tw-ring-color: #ef7d00;
}
.wpcf7-submit {
	background-color: #ef7d00;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 40px;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	transition: all 0.3s;
	font-size: 21px;
	float: right;
	margin-top: 30px;
}
.wpcf7-list-item-label a {
	text-decoration: underline;
}
/* Editor Custom */
img.alignright.size-full {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: auto;
	max-width: 50%;
}
img.alignleft.size-full {
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	width: auto;
	max-width: 55%;
}
p {
	-webkit-hyphens: auto;
	        hyphens: auto;
}
.prose
	:where(li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	):last-child {
	margin-bottom: 0;
}
.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	list-style-type: square;
}
.prose
	:where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	line-height: 1.4;
}
.prose
	:where(ul > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	)::marker {
	color: oklch(0.7 0.14 64.67);
	font-size: 21px;
	line-height: 1;
}
@media (max-width: 1440px) {
	#site-logo img {
		max-width: 250px;
	}
	#primary-menu > ul {
		padding-bottom: 0;
	}
	#primary-menu .lg\:menu-horizontal > li:not(.menu-title) > details > ul {
		margin-top: 17px !important;
	}
	#primary-menu > ul > li > details > summary,
	#primary-menu > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	#primary-menu .text-\[17px\] {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	#primary-menu .lg\:menu-horizontal > li:not(.menu-title) > details > ul li {
		border-bottom: none;
	}
	#primary-menu .lg\:menu-horizontal > li {
		border-bottom: 1px solid #878787;
	}
	#primary-menu .lg\:menu-horizontal > li:first-child {
		border-top: 1px solid #878787;
	}
	#primary-menu .lg\:menu-horizontal > li:last-child {
		border-bottom: none;
	}
	.menu :where(li ul):before {
		display: none;
	}
	#primary-menu .lg\:menu-horizontal > li:not(.menu-title) > details > ul li a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#primary-menu .lg\:menu-horizontal > li:not(.menu-title) > details > ul {
		margin-top: 0 !important;
	}
	#primary-menu > ul {
		padding: 5px 0 0;
	}
}
@media (max-width: 1024px) {
	footer .social-media.flex.space-x-4.absolute.right-0.bottom-0 {
		right: unset;
		position: relative;
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) and (orientation: landscape) {
	#mobile_buttons {
		display: none;
	}
}
@media (max-width: 768px) {
	img.alignright.size-full {
		margin-left: 0px;
		max-width: 100%;
	}
	img.alignleft.size-full {
		margin-right: 0px;
		max-width: 100%;
	}

	body footer h2 {
		margin-bottom: 10px !important;
	}
	footer * {
		font-size: 16px !important;
	}
	.horizontal_btn {
		font-size: 14px !important;
		padding: 15px;
	}

	.copyright-logos-menu {
		padding-top: 20px !important;
		padding-bottom: 10px !important;
	}
	section.bm.hero_header {
		margin-bottom: 30px !important;
	}
	ul li,
	p {
		font-size: 15px;
	}
	.row_with_columns p {
		margin-bottom: 10px;
		margin-top: 0;
	}
}
/* Custom Untenehmen*/
.page-id-589 #two_col_text {
	margin-bottom: 5px;
}
#Nachhaltigkeit {
	padding: 70px;
}
#Nachhaltigkeit .prose {
	max-width: 80%;
	margin: auto;
}
#Nachhaltigkeit h2 {
	margin-bottom: 50px;
}
@media (max-width: 1024px) {
	#two_col_text p {
		text-align: left !important;
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	#Nachhaltigkeit {
		padding: 40px 20px;
	}
	#Nachhaltigkeit .prose {
		max-width: 100%;
	}
}
/* Kompetenzen */
.collapse-arrow > .collapse-title:after {
	height: 1.4rem;
	width: 1.4rem;
	top: 45%;
	box-shadow: 1px 1px;
	right: 3rem;
	--tw-translate-y: -50% !important;
	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)) !important;
}
.accordion_extended .collapse-arrow > .collapse-title:after {
	top: unset !important;
	bottom: 0 !important;
}
.accordion .collapse[open].collapse-arrow > .collapse-title:after,
.accordion .collapse-open.collapse-arrow > .collapse-title:after,
.accordion .collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,
.accordion
	.collapse-arrow:not(.collapse-close)
	> input[type="checkbox"]:checked
	~ .collapse-title:after,
.accordion
	.collapse-arrow:not(.collapse-close)
	> input[type="radio"]:checked
	~ .collapse-title:after {
	--tw-rotate: 225deg;
	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));
}
.accordion_extended details.collapse {
	cursor: pointer;
}
.accordion_extended details.collapse summary {
	position: static;
}
.accordion_extended details summary::-webkit-details-marker {
	display: none;
}
.accordion_extended details summary::marker {
	content: "";
}
.prose ul {
	list-style-type: square;
}
.prose ul ul {
	list-style-type: none;
}
.prose ul ul li {
	position: relative;
}
.prose ul ul li::before {
	content: "";
	position: absolute;
	left: -1.5em;
	top: 0.4em;
	width: 0.5em;
	height: 0.5em;
	border: 2px solid oklch(0.7 0.14 64.67);
	background: none;
}
/* Home */
@media screen and (min-width: 1024px) and (max-width: 1680px) {
	#home_img_right picture {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	#home_img_right picture img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
	}
}
/* Kariere */
.img_left_extended .row_with_columns > div {
	gap: 0;
}
.img_left_extended .row_with_columns > div > div:last-child .prose {
	padding-left: 60px;
}
.img_right_extended .row_with_columns > div {
	gap: 0;
}
.img_right_extended .row_with_columns > div > div:first-child .prose {
	padding-right: 60px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
	.asfdsdf78 h3 {
		height: 85px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}
/* Main team */
#main_team.row_with_columns > div > div:last-child .prose p {
	font-size: 24px;
	line-height: 42px;
}
#main_team .row_with_columns > div > div:last-child .prose p:last-child {
	font-size: 18px;
	line-height: 30px;
}
#main_team .row_with_columns .alignnone {
	margin-bottom: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 1695px) {
	#main_team .row_with_columns > div > div:last-child .prose p {
		font-size: 21px;
		line-height: 34px;
	}
	#main_team .row_with_columns > div > div:last-child .prose p:last-child {
		font-size: 16px;
	}
}
@media screen and (max-width: 1440px) {
	#main_team .row_with_columns > div > div:last-child .prose p {
		font-size: 21px;
		line-height: 32px;
	}
}
@media screen and (max-width: 1340px) {
	#main_team .row_with_columns > div > div:last-child .prose p {
		font-size: 18px;
		line-height: 28px;
	}
}
@media screen and (max-width: 1200px) {
	#main_team .alignnone {
		width: 40px;
	}
}
@media screen and (max-width: 1024px) {
	#main_team .row_with_columns > div > div:last-child .prose {
		padding: 30px;
	}
}
#kariere_list .prose {
	padding-left: 30%;
}
#kariere_list picture {
	right: 0;
}
#kariere_list
	.prose
	:where(ol > li):not(
		:where([class~="not-prose"], [class~="not-prose"] *)
	)::marker {
	font-size: 32px;
	font-weight: 700;
	color: var(--color-primary);
}
@media screen and (max-width: 1440px) {
	#kariere_list .prose {
		padding-left: 10%;
	}
}
@media screen and (max-width: 1200px) {
	#kariere_list .prose {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#kariere_list .prose {
		padding-right: 0;
	}
	.home .slider_js picture:last-child img {
		-o-object-position: left;
		   object-position: left;
	}
}
.image_text_slider .splide__pagination {
	bottom: -30px;
}
.image_text_slider .labelImg {
	background-color: rgb(57 70 77 / 50%);
}
.image_text_slider .splide__pagination__page.is-active {
	background: #ee7600;
	transform: scale(1.4);
	z-index: 1;
}
.first_column_1_3 .row_with_columns > div > div:first-child {
	max-width: 150px;
}
.orange_section {
	background-color: #f07e04;
}
.orange_section * {
	color: #fff;
}
.orange_section a:hover {
	color: #fff;
	opacity: 0.8;
}
.orange_section .row_with_columns {
	max-width: 1000px;
	margin: auto;
}
div#TB_closeWindow {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}
button#TB_closeWindowButton {
	top: 0;
}
.kontakt_page_form .text-secondary strong {
	color: #f07e04;
}
.kontakt_page_form ::-moz-placeholder {
	color: #39464d !important;
}
.kontakt_page_form ::placeholder {
	color: #39464d !important;
}
.kontakt_page_form [type="text"],
input:where(:not([type])),
.kontakt_page_form [type="email"],
.kontakt_page_form [type="url"],
.kontakt_page_form [type="number"],
.kontakt_page_form textarea,
.kontakt_page_form select {
	color: #39464d;
	border: 1px solid #b2b7ba;
	margin-bottom: 20px;
}
.kontakt_page_form form p {
	margin: 8px 0;
}
.image_text_slider .splide__arrow--next,
.image_text_slider .splide__arrow--prev {
	top: 480px;
}
.image_text_slider .splide__arrow--next {
	right: 0;
}
.image_text_slider .splide__arrow--prev {
	left: 0;
}
.row_with_columns > div > div.w-full:last-child .image_wrap picture {
	right: 0 !important;
	left: -30px;
}
@media screen and (max-width: 767px) {
	.image_text_slider .splide__arrow--next,
	.image_text_slider .splide__arrow--prev {
		top: 290px;
	}
}
@media screen and (max-width: 480px) {
	.image_text_slider img {
		height: 250px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.image_text_slider .splide__arrow--next,
	.image_text_slider .splide__arrow--prev {
		/*top: 252px;*/
		top: 272px;
	}
}
@media screen and (min-width: 1024px) {
	.image_text_slider .splide__arrow--next,
	.image_text_slider .splide__arrow--prev {
		top: 315px;
		/*top: 485px;*/
	}
	.row_with_columns > div > div.w-full:last-child .image_wrap .labelImg.left-0 {
		left: -30px !important;
	}
}
@media screen and (min-width: 1200px) {
	.image_text_slider .splide__arrow--next,
	.image_text_slider .splide__arrow--prev {
		/*top: 315px;*/
		top: 375px;
	}
}
@media screen and (min-width: 1366px) {
	.image_text_slider .splide__arrow--next,
	.image_text_slider .splide__arrow--prev {
		/*top: 420px;*/
		top: 425px;
	}
}
@media screen and (min-width: 1696px) {
	.image_text_slider .splide__arrow--next,
	.image_text_slider .splide__arrow--prev {
		top: 520px;
	}
}
main {
	overflow: hidden;
}
#footer-menu {
	position: relative;
}
#footer-menu li a,
#cookie-menu li a {
	padding: 15px 10px;
}
#footer-menu ul.sub-menu {
	display: none;
	position: absolute;
	bottom: 130%;
	right: 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #3c454c;
}
#footer-menu li:hover ul.sub-menu {
	display: block;
}
#footer-menu ul.sub-menu li a {
	background: transparent;
	font-size: 14px;
	display: block;
	padding: 5px 2px;
}
#footer-menu li ul.sub-menu li a:hover {
	background: #eee;
}
.single-stellenangebot .stellensubhead * {
	font-weight: 400 !important;
}
.single-stellenangebot .prose li {
	margin: 20px 0;
	line-height: 31.5px;
}
.single-stellenangebot .prose li:last-child {
	margin-bottom: 0;
}
.StellenangeboteForm .rowxz p {
	display: flex;
	flex-direction: column;
	margin: 15px 0;
}
.StellenangeboteForm .rowxz {
	display: flex;
	gap: 20px;
}
.StellenangeboteForm .rowxz .flex input {
	width: 100%;
	border-color: #b2b7ba;
}
.StellenangeboteForm .rowxz.w3_1 .flex:first-child {
	flex: 1;
}
.StellenangeboteForm .rowxz.w3_1 .flex:last-child {
	width: 145px;
}
.StellenangeboteForm .rowxz.w1_3 .flex:first-child {
	width: 145px;
}
.StellenangeboteForm .rowxz.w1_3 .flex:last-child {
	flex: 1;
}
.StellenangeboteForm textarea {
	width: 100%;
	border-color: #b2b7ba;
}
.StellenangeboteForm [type="checkbox"],
.StellenangeboteForm [type="radio"] {
	border-color: #b2b7ba;
}
.StellenangeboteForm .wpcf7-list-item {
	margin: 0;
}
.StellenangeboteForm .wpcf7-list-item-label {
	font-size: 15px;
}
.StellenangeboteForm .upload.flex {
	gap: 20px;
}
.StellenangeboteForm .upload p {
	display: flex;
	gap: 10px;
	font-size: 15px;
	margin: 0;
}
.StellenangeboteForm .upload .wpcf7-form-control-wrap {
	position: relative;
	background-color: #39464d;
	cursor: pointer;
}
.StellenangeboteForm .upload .wpcf7-form-control-wrap::before {
	content: "Dateien auf dem Computer auswählen";
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	width: 100%;
	text-align: center;
}
.StellenangeboteForm .upload .wpcf7-form-control-wrap input {
	opacity: 0;
	height: 35px;
}
.StellenangeboteForm .wpcf7-submit {
	padding: 5px 40px;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0;
}
.StellenangeboteForm .formular-text {
	font-size: 12px;
	margin-top: 40px;
}
.person_description p {
	margin: 3px 0;
	font-size: 16px;
}
span.wpcf7-not-valid-tip {
	font-size: 12px;
}
@media screen and (max-width: 1024px) {
	.StellenangeboteForm .form_containerAs {
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	.upload.flex {
		flex-direction: column;
	}
}
.row_no_gap_on_mobile .row_with_columns > .flex {
	gap: 0px;
}
#Bewerbungsprozess_details .name_moveit {
	margin-top: 180px;
}
@media screen and (min-width: 1024px) and (max-width: 1360px) {
	#Bewerbungsprozess_details .text-nowrap {
		clear: both;
	}
}
@media screen and (max-width: 767px) {
	#Bewerbungsprozess_details .name_moveit {
		margin-top: 20px;
	}
	#Bewerbungsprozess_details .text-nowrap {
		text-wrap: wrap;
	}
	#Bewerbungsprozess_details .text-nowrap a {
		text-wrap: nowrap;
		font-size: 16px;
	}
}
#form_bewerbung h2 {
	margin-bottom: 40px;
}
.image_text_slider .labelImg h3 {
	font-size: 26px;
}
@media screen and (max-width: 480px) {
	.image_text_slider .labelImg h3 {
		font-size: 20px;
	}
	.image_text_slider .labelImg {
		position: relative;
		bottom: -25px;
		left: 0;
		color: #39464d;
		background-color: transparent;
		padding: 0px;
	}
}
@media (min-width: 1200px){

	.lg\:menu-horizontal{
		display: inline-flex;
		flex-direction: row;
	}

	.lg\:menu-horizontal > li:not(.menu-title) > details > ul{
		position: absolute;
		margin-inline-start: 0px;
		margin-top: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-inline-end: 0.5rem;
	}

	.lg\:menu-horizontal > li > details > ul:before{
		content: none;
	}

	:where(.lg\:menu-horizontal > li:not(.menu-title) > details > ul){
		border-radius: var(--rounded-box, 1rem);
		--tw-bg-opacity: 1;
		background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
		--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
		--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
}
.\*\:pt-\[20px\] > *{
	padding-top: 20px;
}
.placeholder\:\!text-primary::-moz-placeholder{
	--tw-text-opacity: 1 !important;
	color: rgb(57 70 77 / var(--tw-text-opacity)) !important;
}
.placeholder\:\!text-primary::placeholder{
	--tw-text-opacity: 1 !important;
	color: rgb(57 70 77 / var(--tw-text-opacity)) !important;
}
.hover\:bg-gray-100:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-grey:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(137 139 139 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-50:hover{
	--tw-bg-opacity: 0.5;
}
.hover\:font-bold:hover{
	font-weight: 700;
}
.hover\:text-secondary:hover{
	--tw-text-opacity: 1;
	color: rgb(239 125 0 / var(--tw-text-opacity));
}
@media (min-width: 420px){

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

	.xxs\:gap-6{
		gap: 1.5rem;
	}
}
@media (min-width: 480px){

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

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

	.xs\:gap-\[30px\]{
		gap: 30px;
	}
}
@media (min-width: 767px){

	.sm\:mx-\[45px\]{
		margin-left: 45px;
		margin-right: 45px;
	}

	.sm\:my-auto{
		margin-top: auto;
		margin-bottom: auto;
	}

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

	.sm\:block{
		display: block;
	}

	.sm\:hidden{
		display: none;
	}

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

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

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

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

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

	.sm\:px-\[20px\]{
		padding-left: 20px;
		padding-right: 20px;
	}

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

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

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

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

		.sm\:max-md\:grid-cols-4{
			grid-template-columns: repeat(4, minmax(0, 1fr));
		}
	}
}
@media (min-width: 1024px){

	.md\:absolute{
		position: absolute;
	}

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

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

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

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

	.md\:order-first{
		order: -9999;
	}

	.md\:my-6{
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.md\:-ml-\[20px\]{
		margin-left: -20px;
	}

	.md\:-mr-\[20px\]{
		margin-right: -20px;
	}

	.md\:mb-\[20px\]{
		margin-bottom: 20px;
	}

	.md\:mb-\[30px\]{
		margin-bottom: 30px;
	}

	.md\:mb-\[45px\]{
		margin-bottom: 45px;
	}

	.md\:mb-\[70px\]{
		margin-bottom: 70px;
	}

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

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

	.md\:flex{
		display: flex;
	}

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

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

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

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

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

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

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

	.md\:max-w-5xl{
		max-width: 64rem;
	}

	.md\:max-w-\[47\%\]{
		max-width: 47%;
	}

	.md\:max-w-\[48\%\]{
		max-width: 48%;
	}

	.md\:max-w-\[63\%\]{
		max-width: 63%;
	}

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

	.md\:columns-6{
		-moz-columns: 6;
		     columns: 6;
	}

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

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

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

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

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

	.md\:justify-end{
		justify-content: flex-end;
	}

	.md\:gap-\[230px\]{
		gap: 230px;
	}

	.md\:gap-\[60px\]{
		gap: 60px;
	}

	.md\:gap-y-\[80px\]{
		row-gap: 80px;
	}

	.md\:overflow-x-hidden{
		overflow-x: hidden;
	}

	.md\:px-\[10px\]{
		padding-left: 10px;
		padding-right: 10px;
	}

	.md\:px-\[35px\]{
		padding-left: 35px;
		padding-right: 35px;
	}

	.md\:px-\[40px\]{
		padding-left: 40px;
		padding-right: 40px;
	}

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

	.md\:py-\[25px\]{
		padding-top: 25px;
		padding-bottom: 25px;
	}

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

	.md\:pr-\[30px\]{
		padding-right: 30px;
	}

	.md\:pt-\[7px\]{
		padding-top: 7px;
	}

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

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

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

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

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

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

	.md\:leading-\[30px\]{
		line-height: 30px;
	}

	.md\:leading-\[90px\]{
		line-height: 90px;
	}

	@media not all and (min-width: 1200px){

		.md\:max-lg\:grid-cols-2{
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	}
}
@media (min-width: 1200px){

	.lg\:mb-\[30px\]{
		margin-bottom: 30px;
	}

	.lg\:mb-\[40px\]{
		margin-bottom: 40px;
	}

	.lg\:mb-\[60px\]{
		margin-bottom: 60px;
	}

	.lg\:mb-\[80px\]{
		margin-bottom: 80px;
	}

	.lg\:mt-\[30px\]{
		margin-top: 30px;
	}

	.lg\:block{
		display: block;
	}

	.lg\:flex{
		display: flex;
	}

	.lg\:hidden{
		display: none;
	}

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

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

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

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

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

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

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

	.lg\:py-\[20px\]{
		padding-top: 20px;
		padding-bottom: 20px;
	}

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

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

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

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

	.lg\:text-\[28px\]{
		font-size: 28px;
	}
}
@media (min-width: 1340px){

	.xl\:mt-\[111px\]{
		margin-top: 111px;
	}

	.xl\:h-auto{
		height: auto;
	}

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

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

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

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

	.xl\:px-\[35px\]{
		padding-left: 35px;
		padding-right: 35px;
	}

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

	.xl\:text-\[40px\]{
		font-size: 40px;
	}
}
@media (min-width: 1440px){

	.xxl\:mx-\[75px\]{
		margin-left: 75px;
		margin-right: 75px;
	}

	.xxl\:mt-\[118px\]{
		margin-top: 118px;
	}

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

	.xxl\:gap-\[120px\]{
		gap: 120px;
	}

	.xxl\:pl-\[65px\]{
		padding-left: 65px;
	}

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

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

	.xxl\:leading-\[110px\]{
		line-height: 110px;
	}
}

