/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/ckeditor5/dist/ckeditor5.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
/**
 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Reset */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-base-foreground: 								hsl(0, 0%, 98%);
	--ck-color-base-background: 								hsl(0, 0%, 100%);
	--ck-color-base-border: 									hsl(220, 6%, 81%);
	--ck-color-base-action: 									hsl(104, 50.2%, 42.5%);
	--ck-color-base-focus: 										hsl(209, 92%, 70%);
	--ck-color-base-text: 										hsl(0, 0%, 20%);
	--ck-color-base-active: 									hsl(218.1, 100%, 58%);
	--ck-color-base-active-focus:								hsl(218.2, 100%, 52.5%);
	--ck-color-base-error:										hsl(15, 100%, 43%);

	/* -- Generic colors ------------------------------------------------------------------------ */

	--ck-color-focus-border-coordinates: 						218, 81.8%, 56.9%;
	--ck-color-focus-border: 									hsl(var(--ck-color-focus-border-coordinates));
	--ck-color-focus-outer-shadow:								hsl(212.4, 89.3%, 89%);
	--ck-color-focus-disabled-shadow:							hsla(209, 90%, 72%,.3);
	--ck-color-focus-error-shadow:								hsla(9,100%,56%,.3);
	--ck-color-text: 											var(--ck-color-base-text);
	--ck-color-shadow-drop: 									hsla(0, 0%, 0%, 0.15);
	--ck-color-shadow-drop-active:								hsla(0, 0%, 0%, 0.2);
	--ck-color-shadow-inner: 									hsla(0, 0%, 0%, 0.1);

	/* -- Buttons ------------------------------------------------------------------------------- */

	--ck-color-button-default-background: 						transparent;
	--ck-color-button-default-hover-background: 				hsl(0, 0%, 94.1%);
	--ck-color-button-default-active-background: 				hsl(0, 0%, 94.1%);
	--ck-color-button-default-disabled-background: 				transparent;

	--ck-color-button-on-background: 							hsl(212, 100%, 97.1%);
	--ck-color-button-on-hover-background: 						hsl(211.7, 100%, 92.9%);
	--ck-color-button-on-active-background: 					hsl(211.7, 100%, 92.9%);
	--ck-color-button-on-disabled-background: 					hsl(211, 15%, 95%);
	--ck-color-button-on-color:									hsl(218.1, 100%, 58%);


	--ck-color-button-action-background: 						var(--ck-color-base-action);
	--ck-color-button-action-hover-background: 					hsl(104, 53.2%, 40.2%);
	--ck-color-button-action-active-background: 				hsl(104, 53.2%, 40.2%);
	--ck-color-button-action-disabled-background: 				hsl(104, 44%, 58%);
	--ck-color-button-action-text: 								var(--ck-color-base-background);

	--ck-color-button-save: 									hsl(120, 100%, 27%);
	--ck-color-button-cancel: 									hsl(15, 100%, 43%);

	--ck-color-switch-button-off-background:					hsl(0, 0%, 57.6%);
	--ck-color-switch-button-off-hover-background:				hsl(0, 0%, 49%);
	--ck-color-switch-button-on-background:						var(--ck-color-button-action-background);
	--ck-color-switch-button-on-hover-background:				hsl(104, 53.2%, 40.2%);
	--ck-color-switch-button-inner-background:					var(--ck-color-base-background);
	--ck-color-switch-button-inner-shadow:						hsla(0, 0%, 0%, 0.1);

	/* -- Dropdown ------------------------------------------------------------------------------ */

	--ck-color-dropdown-panel-background: 						var(--ck-color-base-background);
	--ck-color-dropdown-panel-border: 							var(--ck-color-base-border);

	/* -- Dialog -------------------------------------------------------------------------------- */

	--ck-color-dialog-background: 								var(--ck-custom-background);
	--ck-color-dialog-form-header-border: 						var(--ck-custom-border);

	/* -- Input --------------------------------------------------------------------------------- */

	--ck-color-input-background: 								var(--ck-color-base-background);
	--ck-color-input-border: 									var(--ck-color-base-border);
	--ck-color-input-error-border:								var(--ck-color-base-error);
	--ck-color-input-text: 										var(--ck-color-base-text);
	--ck-color-input-disabled-background: 						hsl(0, 0%, 95%);
	--ck-color-input-disabled-border: 							var(--ck-color-base-border);
	--ck-color-input-disabled-text: 							hsl(0, 0%, 46%);

	/* -- List ---------------------------------------------------------------------------------- */

	--ck-color-list-background: 								var(--ck-color-base-background);
	--ck-color-list-button-hover-background: 					var(--ck-color-button-default-hover-background);
	--ck-color-list-button-on-background: 						var(--ck-color-button-on-color);
	--ck-color-list-button-on-background-focus: 				var(--ck-color-button-on-color);
	--ck-color-list-button-on-text:								var(--ck-color-base-background);

	/* -- Panel --------------------------------------------------------------------------------- */

	--ck-color-panel-background: 								var(--ck-color-base-background);
	--ck-color-panel-border: 									var(--ck-color-base-border);

	/* -- Toolbar ------------------------------------------------------------------------------- */

	--ck-color-toolbar-background: 								var(--ck-color-base-background);
	--ck-color-toolbar-border: 									var(--ck-color-base-border);

	/* -- Tooltip ------------------------------------------------------------------------------- */

	--ck-color-tooltip-background: 								var(--ck-color-base-text);
	--ck-color-tooltip-text: 									var(--ck-color-base-background);

	/* -- Engine -------------------------------------------------------------------------------- */

	--ck-color-engine-placeholder-text: 						hsl(0, 0%, 44%);

	/* -- Upload -------------------------------------------------------------------------------- */

	--ck-color-upload-bar-background:		 					hsl(209, 92%, 70%);

	/* -- Link -------------------------------------------------------------------------------- */

	--ck-color-link-default:									hsl(240, 100%, 47%);
	--ck-color-link-selected-background:						hsla(201, 100%, 56%, 0.1);
	--ck-color-link-fake-selection:								hsla(201, 100%, 56%, 0.3);

	/* -- Search result highlight ---------------------------------------------------------------- */

	--ck-color-highlight-background:							hsl(60, 100%, 50%);

	/* -- Generic colors ------------------------------------------------------------------------- */

	--ck-color-light-red:										hsl(0, 100%, 90%);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/**
	 * An opacity value of disabled UI item.
	 */
	--ck-disabled-opacity: .5;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/**
	 * The geometry of the of focused element's outer shadow.
	 */
	--ck-focus-outer-shadow-geometry: 0 0 0 3px;

	/**
	 * A visual style of focused element's outer shadow.
	 */
	--ck-focus-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);

	/**
	 * A visual style of focused element's outer shadow (when disabled).
	 */
	--ck-focus-disabled-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);

	/**
	 * A visual style of focused element's outer shadow (when has errors).
	 */
	--ck-focus-error-outer-shadow: var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);

	/**
	 * A visual style of focused element's border or outline.
	 */
	--ck-focus-ring: 1px solid var(--ck-color-focus-border);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-font-size-base: 13px;
	--ck-line-height-base: 1.84615;
	--ck-font-face: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;

	--ck-font-size-tiny: 0.7em;
	--ck-font-size-small: 0.75em;
	--ck-font-size-normal: 1em;
	--ck-font-size-big: 1.4em;
	--ck-font-size-large: 1.8em;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/* This is super-important. This is **manually** adjusted so a button without an icon
	is never smaller than a button with icon, additionally making sure that text-less buttons
	are perfect squares. The value is also shared by other components which should stay "in-line"
	with buttons. */
	--ck-ui-component-min-height: 2.3em;
}
/**
 * Resets an element, ignoring its children.
 */
.ck.ck-reset,
.ck.ck-reset_all,
.ck-reset_all *:not(.ck-reset_all-excluded *) {
	box-sizing: border-box;
	width: auto;
	height: auto;
	position: static;

	/* Do not include inheritable rules here. */
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-decoration: none;
	vertical-align: middle;
	transition: none;

	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/105 */
	word-wrap: break-word;
}
/**
 * Resets an element AND its children.
 */
.ck.ck-reset_all,
.ck-reset_all *:not(.ck-reset_all-excluded *) {
	/* These are rule inherited by all children elements. */
	border-collapse: collapse;
	font: normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);
	color: var(--ck-color-text);
	text-align: left;
	white-space: nowrap;
	cursor: auto;
	float: none;
}
.ck-reset_all .ck-rtl *:not(.ck-reset_all-excluded *) {
		text-align: right;
	}
.ck-reset_all iframe:not(.ck-reset_all-excluded *) {
		/* For IE */
		vertical-align: inherit;
	}
.ck-reset_all textarea:not(.ck-reset_all-excluded *) {
		white-space: pre-wrap;
	}
.ck-reset_all textarea:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="text"]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="password"]:not(.ck-reset_all-excluded *) {
		cursor: text;
	}
.ck-reset_all textarea[disabled]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="text"][disabled]:not(.ck-reset_all-excluded *),
	.ck-reset_all input[type="password"][disabled]:not(.ck-reset_all-excluded *) {
		cursor: default;
	}
.ck-reset_all fieldset:not(.ck-reset_all-excluded *) {
		padding: 10px;
		border: 2px groove hsl(255, 7%, 88%);
	}
.ck-reset_all button:not(.ck-reset_all-excluded *)::-moz-focus-inner {
		/* See http://stackoverflow.com/questions/5517744/remove-extra-button-spacing-padding-in-firefox */
		padding: 0;
		border: 0
	}
/**
 * Default UI rules for RTL languages.
 */
.ck[dir="rtl"],
.ck[dir="rtl"] .ck {
	text-align: right;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Default border-radius value.
 */
:root{
	--ck-border-radius: 2px;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/**
	 * A visual style of element's inner shadow (i.e. input).
	 */
	--ck-inner-shadow: 2px 2px 3px var(--ck-color-shadow-inner) inset;

	/**
	 * A visual style of element's drop shadow (i.e. panel).
	 */
	--ck-drop-shadow: 0 1px 2px 1px var(--ck-color-shadow-drop);

	/**
	 * A visual style of element's active shadow (i.e. comment or suggestion).
	 */
	--ck-drop-shadow-active: 0 3px 6px 1px var(--ck-color-shadow-drop-active);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-spacing-unit: 						0.6em;
	--ck-spacing-large: 					calc(var(--ck-spacing-unit) * 1.5);
	--ck-spacing-standard: 					var(--ck-spacing-unit);
	--ck-spacing-medium: 					calc(var(--ck-spacing-unit) * 0.8);
	--ck-spacing-small: 					calc(var(--ck-spacing-unit) * 0.5);
	--ck-spacing-tiny: 						calc(var(--ck-spacing-unit) * 0.3);
	--ck-spacing-extra-tiny: 				calc(var(--ck-spacing-unit) * 0.16);
}

/* Components */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
.ck.ck-autocomplete > .ck-search__results {
		border-radius: 0;

		max-height: 200px;
		overflow-y: auto;
		background: var(--ck-color-base-background);
		border: 1px solid var(--ck-color-dropdown-panel-border);
		min-width: auto;
	}
.ck-rounded-corners .ck.ck-autocomplete > .ck-search__results,
	.ck.ck-autocomplete > .ck-search__results.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-autocomplete > .ck-search__results {
		box-shadow: var(--ck-drop-shadow), 0 0;
	}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_n {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;

			/* Prevent duplicated borders between the input and the results pane. */
			margin-bottom: -1px;
		}
.ck.ck-autocomplete > .ck-search__results.ck-search__results_s {
			border-top-left-radius: 0;
			border-top-right-radius: 0;

			/* Prevent duplicated borders between the input and the results pane. */
			margin-top: -1px;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-button,
a.ck.ck-button {
	background: var(--ck-color-button-default-background);
	border-radius: 0;

	white-space: nowrap;
	cursor: default;
	vertical-align: middle;
	padding: var(--ck-spacing-tiny);
	text-align: center;

	/* A very important piece of styling. Go to variable declaration to learn more. */
	min-width: var(--ck-ui-component-min-height);
	min-height: var(--ck-ui-component-min-height);

	/* Normalize the height of the line. Removing this will break consistent height
	among text and text-less buttons (with icons). */
	line-height: 1;

	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;

	/* Avoid flickering when the foucs border shows up. */
	border: 1px solid transparent;

	/* Apply some smooth transition to the box-shadow and border. */
	transition: box-shadow .2s ease-in-out, border .2s ease-in-out;

	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/189 */
	-webkit-appearance: none;
}
.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
			background: var(--ck-color-button-default-hover-background);
		}
.ck.ck-button:not(.ck-disabled):active, a.ck.ck-button:not(.ck-disabled):active {
			background: var(--ck-color-button-default-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-disabled, a.ck.ck-button.ck-disabled {
		background: var(--ck-color-button-default-disabled-background);
	}
.ck-rounded-corners .ck.ck-button,
	.ck-rounded-corners a.ck.ck-button,
	.ck.ck-button.ck-rounded-corners,
	a.ck.ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-button,
a.ck.ck-button {
		transition: none;
}
	}
.ck.ck-button:active,
	a.ck.ck-button:active,
	.ck.ck-button:focus,
	a.ck.ck-button:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
/* Allow icon coloring using the text "color" property. */
.ck.ck-button .ck-button__icon use,
		a.ck.ck-button .ck-button__icon use,
		.ck.ck-button .ck-button__icon use *,
		a.ck.ck-button .ck-button__icon use * {
			color: inherit;
		}
.ck.ck-button .ck-button__label, a.ck.ck-button .ck-button__label {
		/* Enable font size inheritance, which allows fluid UI scaling. */
		font-size: inherit;
		font-weight: inherit;
		color: inherit;
		cursor: inherit;

		/* Must be consistent with .ck-icon's vertical align. Otherwise, buttons with and
		without labels (but with icons) have different sizes in Chrome */
		vertical-align: middle;
	}
[dir="ltr"] .ck.ck-button .ck-button__label, [dir="ltr"] a.ck.ck-button .ck-button__label {
			text-align: left;
	}
[dir="rtl"] .ck.ck-button .ck-button__label, [dir="rtl"] a.ck.ck-button .ck-button__label {
			text-align: right;
	}
.ck.ck-button .ck-button__keystroke, a.ck.ck-button .ck-button__keystroke {
		color: inherit;

		opacity: .5;
	}
[dir="ltr"] .ck.ck-button .ck-button__keystroke, [dir="ltr"] a.ck.ck-button .ck-button__keystroke {
			margin-left: var(--ck-spacing-large);
	}
[dir="rtl"] .ck.ck-button .ck-button__keystroke, [dir="rtl"] a.ck.ck-button .ck-button__keystroke {
			margin-right: var(--ck-spacing-large);
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/70 */
.ck.ck-button.ck-disabled:active,
		a.ck.ck-button.ck-disabled:active,
		.ck.ck-button.ck-disabled:focus,
		a.ck.ck-button.ck-disabled:focus {
			/* The disabled button should have a slightly less visible shadow when focused. */
			box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
		}
.ck.ck-button.ck-disabled .ck-button__icon, a.ck.ck-button.ck-disabled .ck-button__icon {
			opacity: var(--ck-disabled-opacity);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-disabled .ck-button__label, a.ck.ck-button.ck-disabled .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
.ck.ck-button.ck-disabled .ck-button__keystroke, a.ck.ck-button.ck-disabled .ck-button__keystroke {
			opacity: .3;
		}
.ck.ck-button.ck-button_with-text, a.ck.ck-button.ck-button_with-text {
		padding: var(--ck-spacing-tiny) var(--ck-spacing-standard);

		/* stylelint-disable-next-line no-descending-specificity */
	}
[dir="ltr"] .ck.ck-button.ck-button_with-text .ck-button__icon, [dir="ltr"] a.ck.ck-button.ck-button_with-text .ck-button__icon {
				margin-right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-button.ck-button_with-text .ck-button__icon, [dir="rtl"] a.ck.ck-button.ck-button_with-text .ck-button__icon {
				margin-left: var(--ck-spacing-medium);
	}
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-button.ck-button_with-keystroke .ck-button__label, a.ck.ck-button.ck-button_with-keystroke .ck-button__label {
			flex-grow: 1;
		}
/* A style of the button which is currently on, e.g. its feature is active. */
.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
		background: var(--ck-color-button-on-background);

		color: var(--ck-color-button-on-color);
	}
.ck.ck-button.ck-on:not(.ck-disabled):hover, a.ck.ck-button.ck-on:not(.ck-disabled):hover {
			background: var(--ck-color-button-on-hover-background);
		}
.ck.ck-button.ck-on:not(.ck-disabled):active, a.ck.ck-button.ck-on:not(.ck-disabled):active {
			background: var(--ck-color-button-on-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button.ck-on.ck-disabled, a.ck.ck-button.ck-on.ck-disabled {
		background: var(--ck-color-button-on-disabled-background);
	}
.ck.ck-button.ck-button-save, a.ck.ck-button.ck-button-save {
		color: var(--ck-color-button-save);
	}
.ck.ck-button.ck-button-cancel, a.ck.ck-button.ck-button-cancel {
		color: var(--ck-color-button-cancel);
	}
/* A style of the button which handles the primary action. */
.ck.ck-button-action,
a.ck.ck-button-action {
	background: var(--ck-color-button-action-background);

	color: var(--ck-color-button-action-text);
}
.ck.ck-button-action:not(.ck-disabled):hover, a.ck.ck-button-action:not(.ck-disabled):hover {
			background: var(--ck-color-button-action-hover-background);
		}
.ck.ck-button-action:not(.ck-disabled):active, a.ck.ck-button-action:not(.ck-disabled):active {
			background: var(--ck-color-button-action-active-background);
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/98 */
.ck.ck-button-action.ck-disabled, a.ck.ck-button-action.ck-disabled {
		background: var(--ck-color-button-action-disabled-background);
	}
.ck.ck-button-bold,
a.ck.ck-button-bold {
	font-weight: bold;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Note: To avoid rendering issues (aliasing) but to preserve the responsive nature
of the component, floating–point numbers have been used which, for the default font size
(see: --ck-font-size-base), will generate simple integers. */
:root {
	/* 34px at 13px font-size */
	--ck-switch-button-toggle-width: 2.6153846154em;
	/* 14px at 13px font-size */
	--ck-switch-button-toggle-inner-size: calc(1.0769230769em + 1px);
	--ck-switch-button-translation: calc(
		var(--ck-switch-button-toggle-width) -
		var(--ck-switch-button-toggle-inner-size) -
		2px /* Border */
	);
	--ck-switch-button-inner-hover-shadow: 0 0 0 5px var(--ck-color-switch-button-inner-shadow);
}
/* Unlike a regular button, the switch button text color and background should never change.
	 * Changing toggle switch (background, outline) is enough to carry the information about the
	 * state of the entire component (https://github.com/ckeditor/ckeditor5/issues/12519)
	 */
.ck.ck-button.ck-switchbutton, .ck.ck-button.ck-switchbutton:hover, .ck.ck-button.ck-switchbutton:focus, .ck.ck-button.ck-switchbutton:active, .ck.ck-button.ck-switchbutton.ck-on:hover, .ck.ck-button.ck-switchbutton.ck-on:focus, .ck.ck-button.ck-switchbutton.ck-on:active {
		color: inherit;
		background: transparent;
	}
[dir="ltr"] .ck.ck-button.ck-switchbutton .ck-button__label {
			/* Separate the label from the switch */
			margin-right: calc(2 * var(--ck-spacing-large));
	}
[dir="rtl"] .ck.ck-button.ck-switchbutton .ck-button__label {
			/* Separate the label from the switch */
			margin-left: calc(2 * var(--ck-spacing-large));
	}
.ck.ck-button.ck-switchbutton .ck-button__toggle {
		border-radius: 0;

		/* Apply some smooth transition to the box-shadow and border. */
		/* Gently animate the background color of the toggle switch */
		transition: background 400ms ease, box-shadow .2s ease-in-out, outline .2s ease-in-out;
		border: 1px solid transparent;
		width: var(--ck-switch-button-toggle-width);
		background: var(--ck-color-switch-button-off-background);
	}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle,
	.ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
[dir="ltr"] .ck.ck-button.ck-switchbutton .ck-button__toggle {
			/* Make sure the toggle is always to the right as far as possible. */
			margin-left: auto;
	}
[dir="rtl"] .ck.ck-button.ck-switchbutton .ck-button__toggle {
			/* Make sure the toggle is always to the left as far as possible. */
			margin-right: auto;
	}
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
			border-radius: 0;

			width: var(--ck-switch-button-toggle-inner-size);
			height: var(--ck-switch-button-toggle-inner-size);
			background: var(--ck-color-switch-button-inner-background);

			/* Gently animate the inner part of the toggle switch */
			transition: all 300ms ease;
		}
.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner,
	.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-radius: calc(.5 * var(--ck-border-radius));
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
				transition: none;
		}
			}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover {
			background: var(--ck-color-switch-button-off-hover-background);
		}
.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner {
				box-shadow: var(--ck-switch-button-inner-hover-shadow);
			}
.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle {
		opacity: var(--ck-disabled-opacity);
	}
/* Overriding default .ck-button:focus styles + an outline around the toogle */
.ck.ck-button.ck-switchbutton:focus {
		border-color: transparent;
		outline: none;
		box-shadow: none;
	}
.ck.ck-button.ck-switchbutton:focus .ck-button__toggle {
			box-shadow: 0 0 0 1px var(--ck-color-base-background), 0 0 0 5px var(--ck-color-focus-outer-shadow);
			outline-offset: 1px;
			outline: var(--ck-focus-ring);
		}
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle {
			background: var(--ck-color-switch-button-on-background);
		}
.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover {
				background: var(--ck-color-switch-button-on-hover-background);
			}
/*
				* Move the toggle switch to the right. It will be animated.
				*/
[dir="ltr"] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
					transform: translateX( var( --ck-switch-button-translation ) );
	}
[dir="rtl"] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
					transform: translateX( calc( -1 * var( --ck-switch-button-translation ) ) );
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-button.ck-list-item-button {
	padding: var(--ck-spacing-tiny) calc(2 * var(--ck-spacing-standard));
}
.ck.ck-button.ck-list-item-button,
	.ck.ck-button.ck-list-item-button.ck-on {
		background: var(--ck-color-list-background);
		color: var(--ck-color-text);
	}
[dir="ltr"] .ck.ck-button.ck-list-item-button:has(.ck-list-item-button__check-holder) {
			padding-left: var(--ck-spacing-small);
	}
[dir="rtl"] .ck.ck-button.ck-list-item-button:has(.ck-list-item-button__check-holder) {
			padding-right: var(--ck-spacing-small);
	}
/*
	 * `.ck-on` class and background styling is overridden for `ck-button` in many places.
	 * This is a workaround to make sure that the background is not overridden and uses similar
	 * selector specificity as the other overrides.
	 */
.ck.ck-button.ck-list-item-button:hover:not(.ck-disabled),
	.ck.ck-button.ck-list-item-button.ck-button.ck-on:hover,
	.ck.ck-button.ck-list-item-button.ck-on:not(.ck-list-item-button_toggleable),
	.ck.ck-button.ck-list-item-button.ck-on:hover {
		background: var(--ck-color-list-button-hover-background);
	}
.ck.ck-button.ck-list-item-button:hover:not(.ck-disabled):not(.ck-disabled), .ck.ck-button.ck-list-item-button.ck-button.ck-on:hover:not(.ck-disabled), .ck.ck-button.ck-list-item-button.ck-on:not(.ck-list-item-button_toggleable):not(.ck-disabled), .ck.ck-button.ck-list-item-button.ck-on:hover:not(.ck-disabled) {
			color: var(--ck-color-text);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-collapsible-arrow-size: calc(0.5 * var(--ck-icon-size));
}
.ck.ck-collapsible > .ck.ck-button {
		width: 100%;
		font-weight: bold;
		border-radius: 0;
		color: inherit;
	}
.ck.ck-collapsible > .ck.ck-button:focus {
			background: transparent;
		}
.ck.ck-collapsible > .ck.ck-button:active, .ck.ck-collapsible > .ck.ck-button:not(:focus), .ck.ck-collapsible > .ck.ck-button:hover:not(:focus) {
			background: transparent;
			border-color: transparent;
			box-shadow: none;
		}
.ck.ck-collapsible > .ck.ck-button > .ck-icon {
			margin-right: var(--ck-spacing-medium);
			width: var(--ck-collapsible-arrow-size);
		}
.ck.ck-collapsible > .ck-collapsible__children {
		padding: var(--ck-spacing-medium) var(--ck-spacing-large) var(--ck-spacing-large);
	}
.ck.ck-collapsible.ck-collapsible_collapsed > .ck.ck-button .ck-icon {
			transform: rotate(-90deg);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-grid-tile-size: 24px;

	/* Not using global colors here because these may change but some colors in a pallette
	 * require special treatment. For instance, this ensures no matter what the UI text color is,
	 * the check icon will look good on the black color tile. */
	--ck-color-color-grid-check-icon: hsl(212, 81%, 46%);
}
.ck.ck-color-grid {
	grid-gap: 5px;
	padding: 8px;
}
.ck.ck-color-grid__tile {
	transition: .2s ease box-shadow;
}
@media (forced-colors: none) {
		.ck.ck-color-grid__tile {
		width: var(--ck-color-grid-tile-size);
		height: var(--ck-color-grid-tile-size);
		min-width: var(--ck-color-grid-tile-size);
		min-height: var(--ck-color-grid-tile-size);
		padding: 0;
		border: 0;
		}

		.ck.ck-color-grid__tile.ck-on,
		.ck.ck-color-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-color-grid__tile:hover:not( .ck-disabled ) {
			/* Disable the default .ck-button's border ring. */
			border: 0;
		}

		.ck.ck-color-grid__tile.ck-color-selector__color-tile_bordered {
			box-shadow: 0 0 0 1px var(--ck-color-base-border);
		}

		.ck.ck-color-grid__tile.ck-on {
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-base-text);
		}

		.ck.ck-color-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-color-grid__tile:hover:not( .ck-disabled ) {
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
		}
	}
/*
	 * In high contrast mode, the colors are replaced with text labels.
	 * See https://github.com/ckeditor/ckeditor5/issues/14907.
	 */
@media (forced-colors: active) {
		.ck.ck-color-grid__tile {
		width: unset;
		height: unset;
		min-width: unset;
		min-height: unset;
		padding: 0 var(--ck-spacing-small);
		}

		.ck.ck-color-grid__tile .ck-button__label {
			display: inline-block;
		}
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-color-grid__tile {
		transition: none;
}
	}
.ck.ck-color-grid__tile.ck-disabled {
		cursor: unset;
		transition: unset;
	}
.ck.ck-color-grid__tile .ck.ck-icon {
		display: none;
		color: var(--ck-color-color-grid-check-icon);
	}
.ck.ck-color-grid__tile.ck-on .ck.ck-icon {
			display: block;
		}
.ck.ck-color-grid__label {
	padding: 0 var(--ck-spacing-standard);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* View fragment with color grids. */
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,
		.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			width: 100%;
		}
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker:not(:focus) {
				border-top: 1px solid var(--ck-color-base-border);
			}
[dir="ltr"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon {
					margin-right: var(--ck-spacing-standard);
	}
[dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker .ck.ck-icon {
					margin-left: var(--ck-spacing-standard);
	}
.ck.ck-color-selector .ck-color-grids-fragment label.ck.ck-color-grid__label {
			font-weight: unset;
		}
/* View fragment with a color picker. */
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker {
			padding: 8px;
		}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker {
				height: 100px;
				min-width: 180px;
			}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation) {
					border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue) {
					border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(saturation-pointer),
				.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-picker .hex-color-picker::part(hue-pointer) {
					width: 15px;
					height: 15px;
				}
.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar {
			padding: 0 8px 8px;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-dialog-overlay-background-color: hsla( 0, 0%, 0%, .5 );
	--ck-dialog-drop-shadow: 0px 0px 6px 2px hsl(0deg 0% 0% / 15%);
	--ck-dialog-max-width: 100vw;
	--ck-dialog-max-height: 90vh;
	--ck-color-dialog-background: var(--ck-color-base-background);
	--ck-color-dialog-form-header-border: var(--ck-color-base-border);
}
.ck.ck-dialog-overlay {
	animation: ck-dialog-fade-in .3s;
	background: var(--ck-dialog-overlay-background-color);
	z-index: var(--ck-z-dialog);
}
.ck.ck-dialog {
	border-radius: 0;

	--ck-drop-shadow: var(--ck-dialog-drop-shadow);

	background: var(--ck-color-dialog-background);
	max-height: var(--ck-dialog-max-height);
	max-width: var(--ck-dialog-max-width);
	border: 1px solid var(--ck-color-base-border);
	overscroll-behavior: contain;
}
.ck-rounded-corners .ck.ck-dialog,
	.ck.ck-dialog.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-dialog {
	box-shadow: var(--ck-drop-shadow), 0 0;
}
.ck.ck-dialog .ck.ck-form__header {
		border-bottom: 1px solid var(--ck-color-dialog-form-header-border);
	}
.ck-dialog-scroll-locked {
	overflow: hidden;
}
@keyframes ck-dialog-fade-in {
	0% {
		background: hsla( 0, 0%, 0%, 0 );
	}

	100% {
		background: var(--ck-dialog-overlay-background-color);
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-dialog .ck.ck-dialog__actions {
		padding: var(--ck-spacing-large);
	}
.ck.ck-dialog .ck.ck-dialog__actions > * + * {
			margin-left: var(--ck-spacing-large);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-dropdown-arrow-size: calc(0.5 * var(--ck-icon-size));
}
.ck.ck-dropdown {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}
.ck.ck-dropdown .ck-dropdown__arrow {
		width: var(--ck-dropdown-arrow-size);
	}
[dir="ltr"] .ck.ck-dropdown .ck-dropdown__arrow {
			right: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-dropdown .ck-dropdown__arrow {
			left: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-right: var(--ck-spacing-small);
		}
.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow {
		opacity: var(--ck-disabled-opacity);
	}
[dir="ltr"] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
				/* Make sure dropdowns with just an icon have the right inner spacing */
				padding-left: var(--ck-spacing-small);
			}
[dir="rtl"] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
				/* Make sure dropdowns with just an icon have the right inner spacing */
				padding-right: var(--ck-spacing-small);
			}
/* #23 */
.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
			width: 7em;
			overflow: hidden;
			text-overflow: ellipsis;
		}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/70 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
/* https://github.com/ckeditor/ckeditor5/issues/816 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label {
			width: auto;
		}
/* https://github.com/ckeditor/ckeditor5/issues/8699 */
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active,
		.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active {
			box-shadow: none;
		}
.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus, .ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus {
				box-shadow: var(--ck-focus-outer-shadow), 0 0;
			}
.ck.ck-dropdown__panel {
	border-radius: 0;

	background: var(--ck-color-dropdown-panel-background);
	border: 1px solid var(--ck-color-dropdown-panel-border);
	bottom: 0;

	/* Make sure the panel is at least as wide as the drop-down's button. */
	min-width: 100%;
}
.ck-rounded-corners .ck.ck-dropdown__panel,
	.ck.ck-dropdown__panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-dropdown__panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	/* Disabled corner border radius to be consistent with the .dropdown__button
	https://github.com/ckeditor/ckeditor5/issues/816 */
}
.ck.ck-dropdown__panel.ck-dropdown__panel_se {
		border-top-left-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_sw {
		border-top-right-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_ne {
		border-bottom-left-radius: 0;
	}
.ck.ck-dropdown__panel.ck-dropdown__panel_nw {
		border-bottom-right-radius: 0;
	}
.ck.ck-dropdown__panel:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list {
	/* Disabled radius of top-left border to be consistent with .dropdown__button
	https://github.com/ckeditor/ckeditor5/issues/816 */
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list,
	.ck.ck-dropdown > .ck-dropdown__panel > .ck-list.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
	}
/* Make sure the button belonging to the first/last child of the list goes well with the
	border radius of the entire panel. */
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button,
	.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:first-child > .ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
	}
.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button {
			border-radius: 0;
		}
.ck-rounded-corners .ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button,
	.ck.ck-dropdown > .ck-dropdown__panel > .ck-list .ck-list__item:last-child > .ck-button.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-top-left-radius: 0;
				border-top-right-radius: 0;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-color-split-button-hover-background: hsl(0, 0%, 92%);
	--ck-color-split-button-hover-border: hsl(0, 0%, 70%);
}
/*
	 * Note: ck-rounded and ck-dir mixins don't go together (because they both use @nest).
	 */
[dir="ltr"] .ck.ck-splitbutton:hover > .ck-splitbutton__action, [dir="ltr"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action {
			/* Don't round the action button on the right side */
			border-top-right-radius: unset;
			border-bottom-right-radius: unset;
		}
[dir="rtl"] .ck.ck-splitbutton:hover > .ck-splitbutton__action, [dir="rtl"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action {
			/* Don't round the action button on the left side */
			border-top-left-radius: unset;
			border-bottom-left-radius: unset;
		}
.ck.ck-splitbutton > .ck-splitbutton__arrow {
		/* It's a text-less button and since the icon is positioned absolutely in such situation,
		it must get some arbitrary min-width. */
		min-width: unset;
	}
[dir="ltr"] .ck.ck-splitbutton > .ck-splitbutton__arrow {
			/* Don't round the arrow button on the left side */
			border-top-left-radius: unset;
			border-bottom-left-radius: unset;
		}
[dir="rtl"] .ck.ck-splitbutton > .ck-splitbutton__arrow {
			/* Don't round the arrow button on the right side */
			border-top-right-radius: unset;
			border-bottom-right-radius: unset;
		}
.ck.ck-splitbutton > .ck-splitbutton__arrow svg {
			width: var(--ck-dropdown-arrow-size);
		}
/* Make sure the divider stretches 100% height of the button
	https://github.com/ckeditor/ckeditor5/issues/10936 */
.ck.ck-splitbutton > .ck-splitbutton__arrow:not(:focus) {
		border-top-width: 0px;
		border-bottom-width: 0px;
	}
/* Don't round the bottom left and right corners of the buttons when "open"
	https://github.com/ckeditor/ckeditor5/issues/816 */
.ck.ck-splitbutton.ck-splitbutton_open {
		border-radius: 0;
	}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open,
	.ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners > .ck-splitbutton__action {
				border-bottom-left-radius: 0;
			}
.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners > .ck-splitbutton__arrow {
				border-bottom-right-radius: 0;
			}
/* When the split button is "open" (the arrow is on) or being hovered, it should get some styling
	as a whole. The background of both buttons should stand out and there should be a visual
	separation between both buttons. */
/* When the split button hovered as a whole, not as individual buttons. */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover), .ck.ck-splitbutton:hover > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover) {
			background: var(--ck-color-split-button-hover-background);
		}
/* Splitbutton separator needs to be set with the ::after pseudoselector
		to display properly the borders on focus */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
			content: '';
			position: absolute;
			width: 1px;
			height: 100%;
			background-color: var(--ck-color-split-button-hover-border);
		}
/* Make sure the divider between the buttons looks fine when the button is focused */
.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:focus::after, .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:focus::after {
			--ck-color-split-button-hover-border: var(--ck-color-focus-border);
		}
[dir="ltr"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, [dir="ltr"] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
				left: -1px;
			}
[dir="rtl"] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, [dir="rtl"] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after {
				right: -1px;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-toolbar-dropdown .ck-toolbar {
	border: 0;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * All menu buttons.
 */
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button {
	width: 100%;
	padding: var(--ck-spacing-tiny) calc(2 * var(--ck-spacing-standard));
	border-radius: 0;
}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button:focus {
		border-color: transparent;
		box-shadow: none;
	}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button:focus:not(.ck-on) {
			background: var(--ck-color-button-default-hover-background);
		}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-button__label {
		flex-grow: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button.ck-disabled > .ck-button__label {
		opacity: var(--ck-disabled-opacity);
	}
/* Spacing in buttons that miss the icon. */
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button.ck-icon-spacing:not(:has(.ck-button__icon)) > .ck-button__label {
		margin-left: calc(var(--ck-icon-size) - var(--ck-spacing-small));
	}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
		width: var(--ck-dropdown-arrow-size);
	}
[dir="ltr"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
			transform: rotate(-90deg);

			/* Nudge the arrow gently to the right because its center of gravity is to the left */
			margin-right: calc(-1 * var(--ck-spacing-small));
	}
[dir="rtl"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
			transform: rotate(90deg);

			/* Nudge the arrow gently to the left because its center of gravity is to the right (after rotation). */
			margin-left: calc(-1 * var(--ck-spacing-small));
	}
.ck.ck-button.ck-dropdown-menu-list__nested-menu__button.ck-disabled > .ck-dropdown-menu-list__nested-menu__button__arrow {
		opacity: var(--ck-disabled-opacity);
	}
[dir="ltr"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button:not(.ck-button_with-text) {
			padding-left: var(--ck-spacing-small);
		}
[dir="ltr"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
			right: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button:not(.ck-button_with-text) {
			padding-right: var(--ck-spacing-small);
		}
[dir="rtl"] .ck.ck-button.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
			left: var(--ck-spacing-standard);

			/* A space to accommodate the triangle. */
			margin-right: var(--ck-spacing-small);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-dropdown-menu-menu-item-min-width: 18em;
}
.ck.ck-dropdown-menu-list__nested-menu__item {
	min-width: var(--ck-dropdown-menu-menu-item-min-width);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * List item buttons.
 */
.ck-button.ck-dropdown-menu-list__nested-menu__item__button {
	border-radius: 0;
}
.ck-button.ck-dropdown-menu-list__nested-menu__item__button > .ck-spinner-container,
	.ck-button.ck-dropdown-menu-list__nested-menu__item__button > .ck-spinner-container .ck-spinner {
		/* These styles correspond to .ck-icon so that the spinner seamlessly replaces the icon. */
		--ck-toolbar-spinner-size: 20px;
	}
.ck-button.ck-dropdown-menu-list__nested-menu__item__button > .ck-spinner-container {
		/* These margins are the same as for .ck-icon. */
		margin-left: calc(-1 * var(--ck-spacing-small));
		margin-right: var(--ck-spacing-small);
	}
/*
	 * Hovered items automatically get focused. Default focus styles look odd
	 * while moving across a huge list of items so let's get rid of them
	 */
.ck-button.ck-dropdown-menu-list__nested-menu__item__button:focus {
		border-color: transparent;
		box-shadow: none;
	}
.ck-button.ck-dropdown-menu-list__nested-menu__item__button:focus:not(.ck-on) {
			background: var(--ck-color-button-default-hover-background);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-dropdown-menu-menu-panel-max-width: 75vw;
}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	background: var(--ck-color-dropdown-panel-background);
	border: 1px solid var(--ck-color-dropdown-panel-border);
	bottom: 0;
	height: -moz-fit-content;
	height: fit-content;
	max-width: var(--ck-dropdown-menu-menu-panel-max-width);

	/* Reset balloon styling */
}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel::after,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel::before {
		display: none;
	}
/* Corner border radius consistent with the button. */
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_es,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_se {
		border-top-left-radius: 0;
	}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_ws,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_sw {
		border-top-right-radius: 0;
	}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_en,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_ne {
		border-bottom-left-radius: 0;
	}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_wn,
	.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel.ck-balloon-panel_nw {
		border-bottom-right-radius: 0;
	}
.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-accessibility-help-dialog-max-width: 600px;
	--ck-accessibility-help-dialog-max-height: 400px;
	--ck-accessibility-help-dialog-border-color: hsl(220, 6%, 81%);
	--ck-accessibility-help-dialog-code-background-color: hsl(0deg 0% 92.94%);
	--ck-accessibility-help-dialog-kbd-shadow-color: hsl(0deg 0% 61%);
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content {
	padding: var(--ck-spacing-large);
	max-width: var(--ck-accessibility-help-dialog-max-width);
	max-height: var(--ck-accessibility-help-dialog-max-height);
	overflow: auto;
	-webkit-user-select: text;
	        user-select: text;

	border: 1px solid transparent;
}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content * {
		white-space: normal;
	}
/* Hide the main label of the content container. */
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content .ck-label {
		display: none;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3 {
		font-weight: bold;
		font-size: 1.2em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4 {
		font-weight: bold;
		font-size: 1em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content p,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h3,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content h4,
	.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content table {
		margin: 1em 0;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl {
		display: grid;
		grid-template-columns: 2fr 1fr;
		border-top: 1px solid var(--ck-accessibility-help-dialog-border-color);
		border-bottom: none;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt, .ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd {
			border-bottom: 1px solid var(--ck-accessibility-help-dialog-border-color);
			padding: .4em 0;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dt {
			grid-column-start: 1;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content dl dd {
			grid-column-start: 2;
			text-align: right;
		}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd, .ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code {
		display: inline-block;
		background: var(--ck-accessibility-help-dialog-code-background-color);
		padding: .4em;
		vertical-align: middle;
		line-height: 1;
		border-radius: 2px;
		text-align: center;
		font-size: .9em;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content code {
		font-family: monospace;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd {
		min-width: 1.8em;
		box-shadow: 0px 1px 1px var(--ck-accessibility-help-dialog-kbd-shadow-color);
		margin: 0 1px;
	}
.ck.ck-accessibility-help-dialog .ck-accessibility-help-dialog__content kbd + kbd {
			margin-left: 2px;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
:root {
	--ck-color-editable-blur-selection: hsl(0, 0%, 85%);
}
.ck.ck-editor__editable:not(.ck-editor__nested-editable) {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable),
	.ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-inner-shadow), 0 0;
	}
.ck.ck-editor__editable_inline {
	overflow: auto;
	padding: 0 var(--ck-spacing-standard);
	border: 1px solid transparent;
}
.ck.ck-editor__editable_inline[dir="ltr"] {
		text-align: left;
	}
.ck.ck-editor__editable_inline[dir="rtl"] {
		text-align: right;
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/116 */
.ck.ck-editor__editable_inline > *:first-child {
		margin-top: var(--ck-spacing-large);
	}
/* https://github.com/ckeditor/ckeditor5/issues/847 */
.ck.ck-editor__editable_inline > *:last-child {
		/*
		 * This value should match with the default margins of the block elements (like .media or .image)
		 * to avoid a content jumping when the fake selection container shows up (See https://github.com/ckeditor/ckeditor5/issues/9825).
		 */
		margin-bottom: var(--ck-spacing-large);
	}
/* https://github.com/ckeditor/ckeditor5/issues/6517 */
.ck.ck-editor__editable_inline.ck-blurred ::selection {
		background: var(--ck-color-editable-blur-selection);
	}
/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/111 */
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_n"]::after {
		border-bottom-color: var(--ck-color-panel-background);
	}
.ck.ck-balloon-panel.ck-toolbar-container[class*="arrow_s"]::after {
		border-top-color: var(--ck-color-panel-background);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-form-header-height: 44px;
}
.ck.ck-form__header {
	padding: var(--ck-spacing-small) var(--ck-spacing-large);
	height: var(--ck-form-header-height);
	line-height: var(--ck-form-header-height);
	border-bottom: 1px solid var(--ck-color-base-border);
}
[dir="ltr"] .ck.ck-form__header > .ck-icon {
			margin-right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-form__header > .ck-icon {
			margin-left: var(--ck-spacing-medium);
	}
.ck.ck-form__header .ck-form__header__label {
		--ck-font-size-base: 15px;
		font-weight: bold;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-icon-size: calc(var(--ck-line-height-base) * var(--ck-font-size-normal));
	--ck-icon-font-size: .8333350694em;
}
.ck.ck-icon {
	width: var(--ck-icon-size);
	height: var(--ck-icon-size);

	/* Multiplied by the height of the line in "px" should give SVG "viewport" dimensions */
	font-size: var(--ck-icon-font-size);

	/* Inherit cursor style (#5). */
	cursor: inherit;
}
.ck.ck-icon * {
		/* Inherit cursor style (#5). */
		cursor: inherit;
	}
/* Allows dynamic coloring of an icon by inheriting its color from the parent. */
.ck.ck-icon.ck-icon_inherit-color {
		color: inherit;
	}
.ck.ck-icon.ck-icon_inherit-color * {
			color: inherit;
		}
.ck.ck-icon.ck-icon_inherit-color *:not([fill]) {
				/* Needed by FF. */
				fill: currentColor;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-input-width: 18em;

	/* Backward compatibility. */
	--ck-input-text-width: var(--ck-input-width);
}
.ck.ck-input {
	border-radius: 0;

	background: var(--ck-color-input-background);
	border: 1px solid var(--ck-color-input-border);
	padding: var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);
	min-width: var(--ck-input-width);

	/* This is important to stay of the same height as surrounding buttons */
	min-height: var(--ck-ui-component-min-height);

	/* Apply some smooth transition to the box-shadow and border. */
	transition: box-shadow .1s ease-in-out, border .1s ease-in-out;
}
.ck-rounded-corners .ck.ck-input,
	.ck.ck-input.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-input {
		transition: none;
}
	}
.ck.ck-input:focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-focus-outer-shadow), 0 0;
	}
.ck.ck-input[readonly] {
		border: 1px solid var(--ck-color-input-disabled-border);
		background: var(--ck-color-input-disabled-background);
		color: var(--ck-color-input-disabled-text);
	}
.ck.ck-input[readonly]:focus {
			/* The read-only input should have a slightly less visible shadow when focused. */
			box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
		}
.ck.ck-input.ck-error {
		border-color: var(--ck-color-input-error-border);
		animation: ck-input-shake .3s ease both;
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-input.ck-error {
			animation: none;
	}
		}
.ck.ck-input.ck-error:focus {
			box-shadow: var(--ck-focus-error-outer-shadow), 0 0;
		}
@keyframes ck-input-shake {
	20% {
		transform: translateX(-2px);
	}

	40% {
		transform: translateX(2px);
	}

	60% {
		transform: translateX(-1px);
	}

	80% {
		transform: translateX(1px);
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-label {
	font-weight: bold;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-labeled-field-view-transition: .1s cubic-bezier(0, 0, 0.24, 0.95);
	--ck-labeled-field-empty-unfocused-max-width: 100% - 2 * var(--ck-spacing-medium);
	--ck-labeled-field-label-default-position-x: var(--ck-spacing-medium);
	--ck-labeled-field-label-default-position-y: calc(0.6 * var(--ck-font-size-base));
	--ck-color-labeled-field-label-background: var(--ck-color-base-background);
}
.ck.ck-labeled-field-view {
	border-radius: 0;
}
.ck-rounded-corners .ck.ck-labeled-field-view,
	.ck.ck-labeled-field-view.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
		width: 100%;
	}
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			top: 0px;

			pointer-events: none;

			background: var(--ck-color-labeled-field-label-background);
			padding: 0 calc(.5 * var(--ck-font-size-tiny));
			line-height: initial;
			font-weight: normal;

			/* Prevent overflow when the label is longer than the input */
			text-overflow: ellipsis;
			overflow: hidden;

			max-width: 100%;

			transition:
				transform var(--ck-labeled-field-view-transition),
				padding var(--ck-labeled-field-view-transition),
				background var(--ck-labeled-field-view-transition);
		}
[dir="ltr"] .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				left: 0px;
				transform-origin: 0 0;
				/* By default, display the label scaled down above the field. */
				transform: translate(var(--ck-spacing-medium), -6px) scale(.75);
	}
[dir="rtl"] .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				right: 0px;
				transform-origin: 100% 0;
				transform: translate(calc(-1 * var(--ck-spacing-medium)), -6px) scale(.75);
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
				transition: none;
		}
			}
.ck.ck-labeled-field-view.ck-error > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			color: var(--ck-color-base-error);
		}
.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly]) + .ck.ck-label {
			color: var(--ck-color-base-error);
		}
.ck.ck-labeled-field-view .ck-labeled-field-view__status {
		font-size: var(--ck-font-size-small);
		margin-top: var(--ck-spacing-small);

		/* Let the info wrap to the next line to avoid stretching the layout horizontally.
		The status could be very long. */
		white-space: normal;
	}
.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error {
			color: var(--ck-color-base-error);
		}
/* Disabled fields and fields that have no focus should fade out. */
.ck.ck-labeled-field-view.ck-disabled > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
	.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
		color: var(--ck-color-input-disabled-text);
	}
/* Fields that are disabled or not focused and without a placeholder should have full-sized labels. */
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
	.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {

		/* Compensate for the default translate position. */
		max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width));

		background: transparent;
		padding: 0;
	}
[dir="ltr"] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label, [dir="ltr"] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			transform: translate(var(--ck-labeled-field-label-default-position-x), var(--ck-labeled-field-label-default-position-y)) scale(1);
	}
[dir="rtl"] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty:not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label, [dir="rtl"] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder):not(.ck-error) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
			transform: translate(calc(-1 * var(--ck-labeled-field-label-default-position-x)), var(--ck-labeled-field-label-default-position-y)) scale(1);
	}
/*------ DropdownView integration ----------------------------------------------------------------------------------- */
/* Make sure dropdown' background color in any of dropdown's state does not collide with labeled field. */
.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown > .ck.ck-button {
		background: transparent;
	}
/* When the dropdown is "empty", the labeled field label replaces its label. */
.ck.ck-labeled-field-view.ck-labeled-field-view_empty > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown > .ck-button > .ck-button__label {
		opacity: 0;
	}
/* Make sure the label of the empty, unfocused input does not cover the dropdown arrow. */
.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown + .ck-label {
		max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard));
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-labeled-input .ck-labeled-input__status {
	font-size: var(--ck-font-size-small);
	margin-top: var(--ck-spacing-small);

	/* Let the info wrap to the next line to avoid stretching the layout horizontally.
	The status could be very long. */
	white-space: normal;
}
.ck.ck-labeled-input .ck-labeled-input__status_error {
	color: var(--ck-color-base-error);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-list {
	border-radius: 0;

	list-style-type: none;
	background: var(--ck-color-list-background);

	/* A spacing at the beginning and end of the list */
	padding: var(--ck-spacing-small) 0;
}
.ck-rounded-corners .ck.ck-list,
	.ck.ck-list.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-list__item {
	cursor: default;

	/* Almost as wide as menu bar items. */
	min-width: 15em;
}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
		padding: var(--ck-spacing-tiny) calc(2 * var(--ck-spacing-standard));
		min-height: unset;
		width: 100%;
		border-radius: 0;
	}
[dir="ltr"] .ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
			text-align: left;
	}
[dir="rtl"] .ck.ck-list__item > .ck-button:not(.ck-list-item-button) {
			text-align: right;
	}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button) .ck-button__label {
			/* https://github.com/ckeditor/ckeditor5-heading/issues/63 */
			line-height: calc(var(--ck-line-height-base) * var(--ck-font-size-base));
		}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button):active {
			box-shadow: none;
		}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button) {
			background: var(--ck-color-list-button-on-background);
			color: var(--ck-color-list-button-on-text);
		}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button):active {
				box-shadow: none;
			}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button):hover:not(.ck-disabled) {
				background: var(--ck-color-list-button-on-background-focus);
			}
.ck.ck-list__item > .ck-button.ck-on:not(.ck-list-item-button):focus:not(.ck-disabled) {
				border-color: var(--ck-color-base-background);
			}
.ck.ck-list__item > .ck-button:not(.ck-list-item-button):hover:not(.ck-disabled) {
			background: var(--ck-color-list-button-hover-background);
		}
/* It's unnecessary to change the background/text of a switch toggle; it has different ways
	of conveying its state (like the switcher) */
.ck.ck-list__item > .ck-button.ck-switchbutton.ck-on {
			background: var(--ck-color-list-background);
			color: inherit;
		}
.ck.ck-list__item > .ck-button.ck-switchbutton.ck-on:hover:not(.ck-disabled) {
				background: var(--ck-color-list-button-hover-background);
				color: inherit;
			}
.ck-list .ck-list__group {
	padding-top: var(--ck-spacing-medium);

	/* Lists come with an inner vertical padding. Don't duplicate it. */
}
.ck-list .ck-list__group:first-child {
		padding-top: 0;
	}
/* The group should have a border when it's not the first item. */
*:not(.ck-hidden) ~ .ck-list .ck-list__group {
		border-top: 1px solid var(--ck-color-base-border);
	}
.ck-list .ck-list__group > .ck-label {
		font-size: 11px;
		font-weight: bold;
		padding: var(--ck-spacing-medium) var(--ck-spacing-large) 0;
	}
.ck.ck-list__separator {
	height: 1px;
	width: 100%;
	background: var(--ck-color-base-border);

	/* Give the separator some air */
	margin: var(--ck-spacing-small) 0;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-menu-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	background: var(--ck-color-base-background);
	padding: var(--ck-spacing-small);
	gap: var(--ck-spacing-small);
	border: 1px solid var(--ck-color-toolbar-border);
	width: 100%;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-menu-bar__menu {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level {
		max-width: 100%;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class which indicates that an element holding it is disabled.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements a button of given background color.
 *
 * @param {String} $background - Background color of the button.
 * @param {String} $border - Border color of the button.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
	 * All menu buttons.
	 */
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button {
		width: 100%;
	}
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button > .ck-button__label {
			flex-grow: 1;
			overflow: hidden;
			text-overflow: ellipsis;
		}
.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button.ck-disabled > .ck-button__label {
			opacity: var(--ck-disabled-opacity);
		}
[dir="ltr"] .ck.ck-menu-bar__menu > .ck-menu-bar__menu__button:not(.ck-button_with-text) {
				padding-left: var(--ck-spacing-small);
			}
[dir="rtl"] .ck.ck-menu-bar__menu > .ck-menu-bar__menu__button:not(.ck-button_with-text) {
				padding-right: var(--ck-spacing-small);
			}
/*
	 * Top-level menu buttons only.
	 */
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button {
		padding: var(--ck-spacing-small) var(--ck-spacing-medium);
		min-height: unset;
	}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button .ck-button__label {
			width: unset;
			line-height: unset;

			/*
			 * Top-level buttons don't use ellipsis and overflow: hidden clips descenders.
			 *  See https://github.com/ckeditor/ckeditor5/issues/17422.
			 */
			overflow: visible;
		}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button.ck-on {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
		}
.ck.ck-menu-bar__menu.ck-menu-bar__menu_top-level > .ck-menu-bar__menu__button .ck-icon {
			display: none;
		}
/*
	 * Sub-menu buttons.
	 */
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button {
		border-radius: 0;
	}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
			width: var(--ck-dropdown-arrow-size);
		}
[dir="ltr"] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
				transform: rotate(-90deg);

				/* A space to accommodate the triangle. */
				margin-left: var(--ck-spacing-standard);

				/* Nudge the arrow gently to the right because its center of gravity is to the left */
				margin-right: calc(-1 * var(--ck-spacing-small));
	}
[dir="rtl"] .ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
				transform: rotate(90deg);

				left: var(--ck-spacing-standard);

				/* A space to accommodate the triangle. */
				margin-right: var(--ck-spacing-small);

				/* Nudge the arrow gently to the left because its center of gravity is to the right (after rotation). */
				margin-left: calc(-1 * var(--ck-spacing-small));
	}
.ck.ck-menu-bar__menu:not(.ck-menu-bar__menu_top-level) .ck-menu-bar__menu__button.ck-disabled > .ck-menu-bar__menu__button__arrow {
			opacity: var(--ck-disabled-opacity);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-menu-bar-menu-item-min-width: 18em;
}
.ck.ck-menu-bar__menu .ck.ck-menu-bar__menu__item {
	min-width: var(--ck-menu-bar-menu-item-min-width);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
	 * List item buttons.
	 */
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button {
		border-radius: 0;
	}
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container,
		.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container .ck-spinner {
			/* These styles correspond to .ck-icon so that the spinner seamlessly replaces the icon. */
			--ck-toolbar-spinner-size: 20px;
		}
.ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container {
			/* This ensures margins corresponding to the .ck-icon. */
			font-size: var(--ck-icon-font-size);
		}
[dir="ltr"] .ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container {
				margin-right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-menu-bar__menu .ck-button.ck-menu-bar__menu__item__button > .ck-spinner-container {
				margin-left: var(--ck-spacing-medium);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
:root {
	--ck-menu-bar-menu-panel-max-width: 75vw;
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	border-radius: 0;

	background: var(--ck-color-dropdown-panel-background);
	border: 1px solid var(--ck-color-dropdown-panel-border);
	bottom: 0;
	height: -moz-fit-content;
	height: fit-content;
	max-width: var(--ck-menu-bar-menu-panel-max-width);
}
.ck-rounded-corners .ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	box-shadow: var(--ck-drop-shadow), 0 0;

	/* Corner border radius consistent with the button. */
}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se {
		border-top-left-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		border-top-right-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne {
		border-bottom-left-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw {
		border-bottom-right-radius: 0;
	}
.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel:focus {
		outline: none;
	}
.ck.ck-menu-bar .ck-list-item-button:focus,
		.ck.ck-menu-bar .ck-list-item-button:active {
			border-color: transparent;
			box-shadow: none;
		}
.ck.ck-menu-bar.ck-menu-bar_focus-border-enabled .ck-list-item-button:focus,
		.ck.ck-menu-bar.ck-menu-bar_focus-border-enabled .ck-list-item-button:active {
			/* Fix truncated shadows due to rendering order. */
			position: relative;
			z-index: 2;

			/* Disable native outline. */

			outline: none;

			border: var(--ck-focus-ring);
			box-shadow: var(--ck-focus-outer-shadow), 0 0;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-balloon-border-width: 1px;
	--ck-balloon-arrow-offset: 2px;
	--ck-balloon-arrow-height: 10px;
	--ck-balloon-arrow-half-width: 8px;
	--ck-balloon-arrow-drop-shadow: 0 2px 2px var(--ck-color-shadow-drop);
}
.ck.ck-balloon-panel {
	border-radius: 0;

	min-height: 15px;

	background: var(--ck-color-panel-background);
	border: var(--ck-balloon-border-width) solid var(--ck-color-panel-border);
}
.ck-rounded-corners .ck.ck-balloon-panel,
	.ck.ck-balloon-panel.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-balloon-panel {
	box-shadow: var(--ck-drop-shadow), 0 0;
}
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before,
		.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			width: 0;
			height: 0;
			border-style: solid;
		}
.ck.ck-balloon-panel[class*="arrow_n"]::before,
		.ck.ck-balloon-panel[class*="arrow_n"]::after {
			border-width: 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width);
		}
.ck.ck-balloon-panel[class*="arrow_n"]::before {
			border-color: transparent transparent var(--ck-color-panel-border) transparent;
			margin-top: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_n"]::after {
			border-color: transparent transparent var(--ck-color-panel-background) transparent;
			margin-top: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_s"]::before,
		.ck.ck-balloon-panel[class*="arrow_s"]::after {
			border-width: var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width);
		}
.ck.ck-balloon-panel[class*="arrow_s"]::before {
			border-color: var(--ck-color-panel-border) transparent transparent;
			filter: drop-shadow(var(--ck-balloon-arrow-drop-shadow));
			margin-bottom: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_s"]::after {
			border-color: var(--ck-color-panel-background) transparent transparent transparent;
			margin-bottom: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_e"]::before,
		.ck.ck-balloon-panel[class*="arrow_e"]::after {
			border-width: var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height);
		}
.ck.ck-balloon-panel[class*="arrow_e"]::before {
			border-color: transparent transparent transparent var(--ck-color-panel-border);
			margin-right: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_e"]::after {
			border-color: transparent transparent transparent var(--ck-color-panel-background);
			margin-right: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_w"]::before,
		.ck.ck-balloon-panel[class*="arrow_w"]::after {
			border-width: var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0;
		}
.ck.ck-balloon-panel[class*="arrow_w"]::before {
			border-color: transparent var(--ck-color-panel-border) transparent transparent;
			margin-left: calc( -1 * var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel[class*="arrow_w"]::after {
			border-color: transparent var(--ck-color-panel-background) transparent transparent;
			margin-left: calc( var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width) );
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_n::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_n::after {
			left: 50%;
			margin-left: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw::after {
			left: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne::after {
			right: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_s::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_s::after {
			left: 50%;
			margin-left: calc(-1 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw::after {
			left: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_se::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_se::after {
			right: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme::after {
			right: 25%;
			margin-right: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw::after {
			left: 25%;
			margin-left: calc(2 * var(--ck-balloon-arrow-half-width));
			bottom: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme::after {
			right: 25%;
			margin-right: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw::after {
			left: 25%;
			margin-left: calc(2 * var(--ck-balloon-arrow-half-width));
			top: calc(-1 * var(--ck-balloon-arrow-height));
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_e::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_e::after {
			right: calc(-1 * var(--ck-balloon-arrow-height));
			margin-top: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: 50%;
		}
.ck.ck-balloon-panel.ck-balloon-panel_arrow_w::before,
		.ck.ck-balloon-panel.ck-balloon-panel_arrow_w::after {
			left: calc(-1 * var(--ck-balloon-arrow-height));
			margin-top: calc(-1 * var(--ck-balloon-arrow-half-width));
			top: 50%;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck .ck-balloon-rotator__navigation {
	background: var(--ck-color-toolbar-background);
	border-bottom: 1px solid var(--ck-color-toolbar-border);
	padding: 0 var(--ck-spacing-small);

	/* Let's keep similar appearance to `ck-toolbar`. */
}
.ck .ck-balloon-rotator__navigation > * {
		margin-right: var(--ck-spacing-small);
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
/* Gives counter more breath than buttons. */
.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter {
		margin-right: var(--ck-spacing-standard);

		/* We need to use smaller margin because of previous button's right margin. */
		margin-left: var(--ck-spacing-small);
	}
/* Disable default annotation shadow inside rotator with fake panels. */
.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper {
		box-shadow: none;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
:root {
	--ck-balloon-fake-panel-offset-horizontal: 6px;
	--ck-balloon-fake-panel-offset-vertical: 6px;
}
/* Let's use `.ck-balloon-panel` appearance. See: balloonpanel.css. */
.ck .ck-fake-panel div {
	box-shadow: var(--ck-drop-shadow), 0 0;

	min-height: 15px;

	background: var(--ck-color-panel-background);
	border: 1px solid var(--ck-color-panel-border);
	border-radius: var(--ck-border-radius);

	width: 100%;
	height: 100%;
}
.ck .ck-fake-panel div:nth-child( 1 ) {
	margin-left: var(--ck-balloon-fake-panel-offset-horizontal);
	margin-top: var(--ck-balloon-fake-panel-offset-vertical);
}
.ck .ck-fake-panel div:nth-child( 2 ) {
	margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 2);
	margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 2);
}
.ck .ck-fake-panel div:nth-child( 3 ) {
	margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 3);
	margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 3);
}
/* If balloon is positioned above element, we need to move fake panel to the top. */
.ck .ck-balloon-panel_arrow_s + .ck-fake-panel,
.ck .ck-balloon-panel_arrow_se + .ck-fake-panel,
.ck .ck-balloon-panel_arrow_sw + .ck-fake-panel {
	--ck-balloon-fake-panel-offset-vertical: -6px;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
		box-shadow: var(--ck-drop-shadow), 0 0;

		border-width: 0 1px 1px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck-vertical-form > .ck-button:nth-last-child(2)::after {
	border-right: 1px solid var(--ck-color-base-border);
}
.ck.ck-responsive-form {
	padding: var(--ck-spacing-large);
}
.ck.ck-responsive-form:focus {
		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
		outline: none;
	}
[dir="ltr"] .ck.ck-responsive-form > :not(:first-child) {
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-responsive-form > :not(:last-child) {
			margin-left: var(--ck-spacing-standard);
		}
@media screen and (max-width: 600px) {
.ck.ck-responsive-form {
		padding: 0;
		width: calc(.8 * var(--ck-input-width));
}

		.ck.ck-responsive-form .ck-labeled-field-view {
			margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
		}

			.ck.ck-responsive-form .ck-labeled-field-view .ck-input-text,
			.ck.ck-responsive-form .ck-labeled-field-view .ck-input-number {
				min-width: 0;
				width: 100%;
			}

			/* Let the long error messages wrap in the narrow form. */
			.ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error {
				white-space: normal;
			}

		/* Styles for two last buttons in the form (save&cancel, edit&unlink, etc.). */
			.ck.ck-responsive-form > .ck-button:nth-last-child(2)::after {
				border-right: 1px solid var(--ck-color-base-border);
			}

		.ck.ck-responsive-form > .ck-button:nth-last-child(1),
		.ck.ck-responsive-form > .ck-button:nth-last-child(2) {
			padding: var(--ck-spacing-standard);
			margin-top: var(--ck-spacing-large);
			border-radius: 0;
		}

			.ck.ck-responsive-form > .ck-button:nth-last-child(1):not(:focus), .ck.ck-responsive-form > .ck-button:nth-last-child(2):not(:focus) {
				border-top: 1px solid var(--ck-color-base-border);
			}

			[dir="ltr"] .ck.ck-responsive-form > .ck-button:nth-last-child(1), [dir="ltr"] .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
				margin-left: 0;
	}

			[dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(1), [dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
				margin-left: 0;
	}

				[dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(1):last-of-type, [dir="rtl"] .ck.ck-responsive-form > .ck-button:nth-last-child(2):last-of-type {
					border-right: 1px solid var(--ck-color-base-border);
				}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-search-field-view-horizontal-spacing: calc(var(--ck-icon-size) + var(--ck-spacing-medium));
}
.ck.ck-search > .ck-labeled-field-view .ck-input {
			width: 100%;
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon {
			--ck-labeled-field-label-default-position-x: var(--ck-search-field-view-horizontal-spacing);
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon > .ck-labeled-field-view__input-wrapper > .ck-icon {
				opacity: .5;
				pointer-events: none;
			}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input {
				width: 100%;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input {
					padding-left: var(--ck-search-field-view-horizontal-spacing);
	}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-icon .ck-input:not(.ck-input-text_empty) {
						padding-left: var(--ck-search-field-view-horizontal-spacing);
					}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset {
			--ck-labeled-field-empty-unfocused-max-width: 100% - 2 * var(--ck-search-field-view-horizontal-spacing);
		}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset.ck-labeled-field-view_empty {
				--ck-labeled-field-empty-unfocused-max-width: 100% - var(--ck-search-field-view-horizontal-spacing) - var(--ck-spacing-medium);
			}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
				min-width: auto;
				min-height: auto;

				background: none;
				opacity: .5;
				padding: 0;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
					right: var(--ck-spacing-medium);
	}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset {
					left: var(--ck-spacing-medium);
	}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-search__reset:hover {
					opacity: 1;
				}
.ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input {
				width: 100%;
			}
[dir="ltr"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input:not(.ck-input-text_empty) {
						padding-right: var(--ck-search-field-view-horizontal-spacing);
					}
[dir="rtl"] .ck.ck-search > .ck-labeled-field-view.ck-search__query_with-reset .ck-input {
					padding-right: var(--ck-search-field-view-horizontal-spacing);
	}
.ck.ck-search > .ck-search__results {
		min-width: 100%;
	}
.ck.ck-search > .ck-search__results > .ck-search__info {
			width: 100%;
			padding: var(--ck-spacing-medium) var(--ck-spacing-large);
		}
.ck.ck-search > .ck-search__results > .ck-search__info * {
				white-space: normal;
			}
.ck.ck-search > .ck-search__results > .ck-search__info > span:first-child {
				font-weight: bold;
			}
.ck.ck-search > .ck-search__results > .ck-search__info > span:last-child {
				margin-top: var(--ck-spacing-medium);
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-toolbar-spinner-size: 18px;
}
.ck.ck-spinner-container {
	width: var(--ck-toolbar-spinner-size);
	height: var(--ck-toolbar-spinner-size);
	animation: 1.5s infinite ck-spinner-rotate linear;
}
@media (prefers-reduced-motion: reduce) {
.ck.ck-spinner-container {
		animation-duration: 3s;
}
	}
.ck.ck-spinner {
	width: var(--ck-toolbar-spinner-size);
	height: var(--ck-toolbar-spinner-size);
	border-radius: 50%;
	border: 2px solid var(--ck-color-text);
	border-top-color: transparent;
}
@keyframes ck-spinner-rotate {
	to {
		transform: rotate(360deg)
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * This fixes a problem in Firefox when the initial height of the complement does not match the number of rows.
 * This bug is especially visible when rows=1.
 */
.ck-textarea {
	overflow-x: hidden
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-block-toolbar-button: var(--ck-color-text);
	--ck-block-toolbar-button-size: var(--ck-font-size-normal);
}
.ck.ck-block-toolbar-button {
	color: var(--ck-color-block-toolbar-button);
	font-size: var(--ck-block-toolbar-size);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-toolbar {
	border-radius: 0;

	background: var(--ck-color-toolbar-background);
	padding: 0 var(--ck-spacing-small);
	border: 1px solid var(--ck-color-toolbar-border);
}
.ck-rounded-corners .ck.ck-toolbar,
	.ck.ck-toolbar.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-toolbar .ck.ck-toolbar__separator {
		height: var(--ck-icon-size);
		width: 1px;
		min-width: 1px;
		background: var(--ck-color-toolbar-border);

		/*
		 * These margins make the separators look better in balloon toolbars (when aligned with the "tip").
		 * See https://github.com/ckeditor/ckeditor5/issues/7493.
		 */
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
.ck.ck-toolbar .ck-toolbar__line-break {
		height: 0;
	}
.ck.ck-toolbar > .ck-toolbar__items > *:not(.ck-toolbar__line-break) {
			/* (#11) Separate toolbar items. */
			margin-right: var(--ck-spacing-small);
		}
/* Don't display a separator after an empty items container, for instance,
		when all items were grouped */
.ck.ck-toolbar > .ck-toolbar__items:empty + .ck.ck-toolbar__separator {
			display: none;
		}
.ck.ck-toolbar > .ck-toolbar__items > *:not(.ck-toolbar__line-break),
	.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
		/* Make sure items wrapped to the next line have v-spacing */
		margin-top: var(--ck-spacing-small);
		margin-bottom: var(--ck-spacing-small);
	}
.ck.ck-toolbar.ck-toolbar_vertical {
		/* Items in a vertical toolbar span the entire width. */
		padding: 0;

		/* Specificity matters here. See https://github.com/ckeditor/ckeditor5-theme-lark/issues/168. */
	}
.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items > .ck {
			/* Items in a vertical toolbar should span the horizontal space. */
			width: 100%;

			/* Items in a vertical toolbar should have no margin. */
			margin: 0;

			/* Items in a vertical toolbar span the entire width so rounded corners are pointless. */
			border-radius: 0;
		}
.ck.ck-toolbar.ck-toolbar_compact {
		/* No spacing around items. */
		padding: 0;
	}
.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > * {
			/* Compact toolbar items have no spacing between them. */
			margin: 0;

			/* "Middle" children should have no rounded corners. */
		}
.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > *:not(:first-child):not(:last-child) {
				border-radius: 0;
			}
/*
		 * Dropdown button has asymmetric padding to fit the arrow.
		 * This button has no arrow so let's revert that padding back to normal.
		 */
.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown > .ck.ck-button.ck-dropdown__button {
			padding-left: var(--ck-spacing-tiny);
		}
/* A drop-down containing the nested toolbar with configured items. */
/* Prevent empty space in the panel when the dropdown label is visible and long but the toolbar has few items. */
.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-dropdown__panel {
			min-width: auto;
		}
.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-button > .ck-button__label {
			max-width: 7em;
			width: auto;
		}
.ck.ck-toolbar:focus {
		outline: none;
	}
.ck-toolbar-container .ck.ck-toolbar {
		border: 0;
	}
/* stylelint-disable */
/*
 * Styles for RTL toolbars.
 *
 * Note: In some cases (e.g. a decoupled editor), the toolbar has its own "dir"
 * because its parent is not controlled by the editor framework.
 */
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck, .ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck {
		margin-right: 0;
	}
[dir="rtl"] .ck.ck-toolbar:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck, .ck.ck-toolbar[dir="rtl"]:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck {
		/* (#11) Separate toolbar items. */
		margin-left: var(--ck-spacing-small);
	}
[dir="rtl"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar[dir="rtl"] > .ck-toolbar__items > .ck:last-child {
		margin-left: 0;
	}
/* No rounded corners on the right side of the first child. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:first-child, .ck.ck-toolbar.ck-toolbar_compact[dir="rtl"] > .ck-toolbar__items > .ck:first-child {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
/* No rounded corners on the left side of the last child. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar.ck-toolbar_compact[dir="rtl"] > .ck-toolbar__items > .ck:last-child {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
/* Separate the the separator form the grouping dropdown when some items are grouped. */
[dir="rtl"] .ck.ck-toolbar > .ck.ck-toolbar__separator, .ck.ck-toolbar[dir="rtl"] > .ck.ck-toolbar__separator {
		margin-left: var(--ck-spacing-small);
	}
/* Some spacing between the items and the separator before the grouped items dropdown. */
[dir="rtl"] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items:not(:empty):not(:only-child), .ck.ck-toolbar.ck-toolbar_grouping[dir="rtl"] > .ck-toolbar__items:not(:empty):not(:only-child) {
		margin-left: var(--ck-spacing-small);
	}
/*
 * Styles for LTR toolbars.
 *
 * Note: In some cases (e.g. a decoupled editor), the toolbar has its own "dir"
 * because its parent is not controlled by the editor framework.
 */
[dir="ltr"] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar[dir="ltr"] > .ck-toolbar__items > .ck:last-child {
		margin-right: 0;
	}
/* No rounded corners on the right side of the first child. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:first-child, .ck.ck-toolbar.ck-toolbar_compact[dir="ltr"] > .ck-toolbar__items > .ck:first-child {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
/* No rounded corners on the left side of the last child. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:last-child, .ck.ck-toolbar.ck-toolbar_compact[dir="ltr"] > .ck-toolbar__items > .ck:last-child {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
/* Separate the the separator form the grouping dropdown when some items are grouped. */
[dir="ltr"] .ck.ck-toolbar > .ck.ck-toolbar__separator, .ck.ck-toolbar[dir="ltr"] > .ck.ck-toolbar__separator {
		margin-right: var(--ck-spacing-small);
	}
/* Some spacing between the items and the separator before the grouped items dropdown. */
[dir="ltr"] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items:not(:empty):not(:only-child), .ck.ck-toolbar.ck-toolbar_grouping[dir="ltr"] > .ck-toolbar__items:not(:empty):not(:only-child) {
		margin-right: var(--ck-spacing-small);
	}
/* stylelint-enable */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-balloon-panel.ck-tooltip {
	--ck-balloon-border-width: 0px;
	--ck-balloon-arrow-offset: 0px;
	--ck-balloon-arrow-half-width: 4px;
	--ck-balloon-arrow-height: 4px;
	--ck-tooltip-text-padding: 4px;
	--ck-color-panel-background: var(--ck-color-tooltip-background);

	padding: 0 var(--ck-spacing-medium);

	/* Reset balloon panel styles */
	box-shadow: none;
}
.ck.ck-balloon-panel.ck-tooltip .ck-tooltip__text {
		font-size: .9em;
		line-height: 1.5;
		color: var(--ck-color-tooltip-text);
	}
.ck.ck-balloon-panel.ck-tooltip.ck-tooltip_multi-line .ck-tooltip__text {
		white-space: break-spaces;
		display: inline-block;
		padding: var(--ck-tooltip-text-padding) 0;
		max-width: 200px;
	}
/* Hide the default shadow of the .ck-balloon-panel tip */
.ck.ck-balloon-panel.ck-tooltip::before {
		display: none;
	}

/* Editor */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
			border-radius: 0;

			border: 1px solid var(--ck-color-base-border);
			border-bottom-width: 0;
		}
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content,
	.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
	}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
				border-bottom-width: 1px;
			}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-menu-bar {
				border: 0;
				border-bottom: 1px solid var(--ck-color-base-border);
			}
.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content .ck-toolbar {
				border: 0;
			}
/* Note: Use ck-editor__main to make sure these styles don't apply to other editor types */
.ck.ck-editor__main > .ck-editor__editable {
	/* https://github.com/ckeditor/ckeditor5-theme-lark/issues/113 */
	background: var(--ck-color-base-background);

	border-radius: 0;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
	.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
		border-color: var(--ck-color-base-border);
	}

/* Plugins */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Classes used by the "fake visual selection" displayed in the content when an input
 * in the bookmark UI has focus (the browser does not render the native selection in this state).
 */
.ck .ck-fake-bookmark-selection {
	background: var(--ck-color-link-fake-selection);
}
/* A collapsed fake visual selection. */
.ck .ck-fake-bookmark-selection_collapsed {
	height: 100%;
	border-right: 1px solid var(--ck-color-base-text);
	margin-right: -1px;
	outline: solid 1px hsla(0, 0%, 100%, .5);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-clipboard-drop-target-dot-width: 12px;
	--ck-clipboard-drop-target-dot-height: 8px;
	--ck-clipboard-drop-target-color: var(--ck-color-focus-border);
}
/*
	 * Vertical drop target (in text).
	 */
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
			bottom: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
			top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));
			border: 1px solid var(--ck-clipboard-drop-target-color);
			background: var(--ck-clipboard-drop-target-color);
			margin-left: -1px;

			/* The triangle above the marker */
		}
.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span::after {
				content: '';
				width: 0;
				height: 0;

				display: block;
				position: absolute;
				left: 50%;
				top: calc(-.5 * var(--ck-clipboard-drop-target-dot-height));

				transform: translateX(-50%);
				border-color: var(--ck-clipboard-drop-target-color) transparent transparent transparent;
				border-width: calc(var(--ck-clipboard-drop-target-dot-height)) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width));
				border-style: solid;
			}
/*
	 * Styles of the widget that it a drop target.
	 */
.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color) !important;
	}
/*
	 * Styles of the widget being dragged (its preview).
	 */
.ck.ck-editor__editable .ck-widget:-webkit-drag {
		zoom: 0.6;
		outline: none !important;
	}
.ck.ck-clipboard-drop-target-line {
	height: 0;
	border: 1px solid var(--ck-clipboard-drop-target-color);
	background: var(--ck-clipboard-drop-target-color);
	margin-top: -1px;
}
.ck.ck-clipboard-drop-target-line::before {
		content: '';
		position: absolute;
		top: calc(-.5 * var(--ck-clipboard-drop-target-dot-width));
		width: 0;
		height: 0;
		border-style: solid;
	}
[dir="ltr"] .ck.ck-clipboard-drop-target-line::before {
			left: -1px;

			border-width: calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0 calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height);
			border-color: transparent transparent transparent var(--ck-clipboard-drop-target-color);
	}
[dir="rtl"] .ck.ck-clipboard-drop-target-line::before {
			right: -1px;

			border-width:calc(.5 * var(--ck-clipboard-drop-target-dot-width)) var(--ck-clipboard-drop-target-dot-height) calc(.5 * var(--ck-clipboard-drop-target-dot-width)) 0;
			border-color: transparent var(--ck-clipboard-drop-target-color) transparent transparent;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-code-block-label-background: hsl(0, 0%, 46%);
}
.ck.ck-editor__editable pre[data-language]::after {
	top: -1px;
	right: 10px;
	background: var(--ck-color-code-block-label-background);

	font-size: 10px;
	font-family: var(--ck-font-face);
	line-height: 16px;
	padding: var(--ck-spacing-tiny) var(--ck-spacing-medium);
	color: hsl(0, 0%, 100%);
	white-space: nowrap;
}
.ck.ck-code-block-dropdown .ck-dropdown__panel {
	/* There could be dozens of languages available. Use scroll to prevent a 10e6px dropdown. */
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* See ckeditor/ckeditor5#936. */
@media (forced-colors: active) {
		.ck.ck-placeholder, .ck .ck-placeholder {
		/*
		 * This is needed for Edge on Windows to use the right color for the placeholder content (::before).
		 * See https://github.com/ckeditor/ckeditor5/issues/14907.
		 */
		forced-color-adjust: preserve-parent-color;
		}
	}
.ck.ck-placeholder::before, .ck .ck-placeholder::before {
		cursor: text;
	}
@media (forced-colors: none) {
		.ck.ck-placeholder::before, .ck .ck-placeholder::before {
			color: var(--ck-color-engine-placeholder-text);
		}
	}
@media (forced-colors: active) {
		.ck.ck-placeholder::before, .ck .ck-placeholder::before {
			/*
			 * In the high contrast mode there is no telling between regular and placeholder text. Using
			 * italic text to address that issue. See https://github.com/ckeditor/ckeditor5/issues/14907.
			 */
			font-style: italic;

			/*
			 * Without this margin, the caret will not show up and blink when the user puts the selection
			 * in the placeholder (Edge on Windows). See https://github.com/ckeditor/ckeditor5/issues/14907.
			 */
			margin-left: 1px;
		}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-find-and-replace-form {
	width: 400px;

	/*
	 * The <form> needs tabindex="-1" for proper Esc handling after being clicked
	 * but the side effect is that this creates a nasty focus outline in some browsers.
	 */
}
.ck.ck-find-and-replace-form:focus {
		outline: none;
	}
/* Generic styles for the form inputs and actions. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs,
	.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		flex: 1 1 auto;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		align-content: stretch;

		padding: var(--ck-spacing-large);
		margin: 0;

	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button {
			flex: 0 0 auto;
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > * + *, [dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > * + * {
				margin-left: var(--ck-spacing-standard);
			}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > * + *, [dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > * + * {
				margin-right: var(--ck-spacing-standard);
			}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-labeled-field-view, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions .ck-labeled-field-view {
			flex: 1 1 auto;
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-labeled-field-view .ck-input, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions .ck-labeled-field-view .ck-input {
				width: 100%;
				min-width: 50px;
			}
/* Styles specific for inputs area. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs {
		/* To display all controls in line when there's an error under the input */
		align-items: flex-start;
	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button-prev > .ck-icon {
			transform: rotate(90deg);
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-button-next > .ck-icon {
			transform: rotate(-90deg);
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
			top: 50%;
			transform: translateY(-50%);

			color: var(--ck-color-base-border);
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
				right: var(--ck-spacing-standard);
	}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs .ck-results-counter {
				left: var(--ck-spacing-standard);
	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
			flex: 0 0 100%;
			padding-top: var(--ck-spacing-standard);
		}
[dir="ltr"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
				margin-left: 0;
	}
[dir="rtl"] .ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs > .ck-labeled-field-replace {
				margin-right: 0;
	}
/* Styles specific for actions area. */
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-top: calc( -1 * var(--ck-spacing-large) );
	}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button-find {
			font-weight: bold;

			/* Beef the find button up a little. It's the main action button in the form */
		}
.ck.ck-find-and-replace-form .ck-find-and-replace-form__actions > .ck-button-find .ck-button__label {
				padding-left: var(--ck-spacing-large);
				padding-right: var(--ck-spacing-large);
			}
.ck.ck-find-and-replace-form .ck-switchbutton {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
	}
@media screen and (max-width: 600px) {
	.ck.ck-find-and-replace-form {
		width: 300px;

		/* Don't let the form overflow from the dialog (https://github.com/cksource/ckeditor5-commercial/issues/5913) */
		max-width: 100%;

		/* Styles specific for inputs area. */
	}
		.ck.ck-find-and-replace-form.ck-find-and-replace-form__input {
			flex-wrap: wrap;
		}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__input .ck-labeled-field-view {
				flex: 1 0 auto;
				width: 100%;
				margin-bottom: var(--ck-spacing-standard);
			}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button {
				text-align: center;
			}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
					flex: 1 1 auto;
				}

					[dir="ltr"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
						margin-left: 0;
	}

					[dir="rtl"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type {
						margin-right: 0;
	}

					.ck.ck-find-and-replace-form.ck-find-and-replace-form__input > .ck-button:first-of-type .ck-button__label {
						width: 100%;
						text-align: center;
					}

		/* Styles specific for actions area. */
		.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) {
			flex-wrap: wrap;
			flex: 1 1 auto;
		}

			.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button {
				text-align: center;
			}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
					flex: 1 1 auto;
				}

					[dir="ltr"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
						margin-left: 0;
	}

					[dir="rtl"] .ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button:first-of-type {
						margin-right: 0;
	}

				.ck.ck-find-and-replace-form.ck-find-and-replace-form__actions > :not(.ck-labeled-field-view) > .ck-button .ck-button__label {
					width: 100%;
					text-align: center;
				}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Resize dropdown's button label. */
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
		width: 8em;
	}
.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
		min-width: 18em;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Note: This file should contain the wireframe styles only. But since there are no such styles,
 * it acts as a message to the builder telling that it should look for the corresponding styles
 * **in the theme** when compiling the editor.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-html-embed-content-width: calc(100% - 1.5 * var(--ck-icon-size));
	--ck-html-embed-source-height: 10em;
	--ck-html-embed-unfocused-outline-width: 1px;
	--ck-html-embed-content-min-height: calc(var(--ck-icon-size) + var(--ck-spacing-standard));

	--ck-html-embed-source-disabled-background: var(--ck-color-base-foreground);
	--ck-html-embed-source-disabled-color: hsl(0deg 0% 45%);
}
/* The feature container. */
.ck-widget.raw-html-embed {
	font-size: var(--ck-font-size-base);
	background-color: var(--ck-color-base-foreground);
}
.ck-widget.raw-html-embed:not(.ck-widget_selected):not(:hover) {
		outline: var(--ck-html-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border);
	}
/* HTML embed widget itself should respect UI language direction */
.ck-widget.raw-html-embed[dir="ltr"] {
		text-align: left;
	}
.ck-widget.raw-html-embed[dir="rtl"] {
		text-align: right;
	}
/* ----- Embed label in the upper left corner ----------------------------------------------- */
.ck-widget.raw-html-embed::before {
		content: attr(data-html-embed-label);
		top: calc(-1 * var(--ck-html-embed-unfocused-outline-width));
		left: var(--ck-spacing-standard);
		background: hsl(0deg 0% 60%);
		transition: background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
		padding: calc(var(--ck-spacing-tiny) + var(--ck-html-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);
		border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
		color: var(--ck-color-base-background);
		font-size: var(--ck-font-size-tiny);
		font-family: var(--ck-font-face);
	}
.ck-widget.raw-html-embed[dir="rtl"]::before {
		left: auto;
		right: var(--ck-spacing-standard);
	}
/* Make space for label but it only collides in LTR languages */
.ck-widget.raw-html-embed[dir="ltr"] .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before {
		margin-left: 50px;
	}
.ck.ck-editor__editable.ck-blurred .ck-widget.raw-html-embed.ck-widget_selected::before {
		top: 0px;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
	}
.ck.ck-editor__editable:not(.ck-blurred) .ck-widget.raw-html-embed.ck-widget_selected::before {
		top: 0;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
		background: var(--ck-color-focus-border);
	}
.ck.ck-editor__editable .ck-widget.raw-html-embed:not(.ck-widget_selected):hover::before {
		top: 0px;
		padding: var(--ck-spacing-tiny) var(--ck-spacing-small);
	}
/* ----- Emebed internals --------------------------------------------------------------------- */
.ck-widget.raw-html-embed .raw-html-embed__content-wrapper {
		padding: var(--ck-spacing-standard);
	}
/* The switch mode button wrapper. */
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper {
		top: var(--ck-spacing-standard);
		right: var(--ck-spacing-standard);
	}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button.raw-html-embed__save-button {
			color: var(--ck-color-button-save);
		}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button.raw-html-embed__cancel-button {
			color: var(--ck-color-button-cancel);
		}
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper .ck-button:not(:first-child) {
			margin-top: var(--ck-spacing-small);
		}
.ck-widget.raw-html-embed[dir="rtl"] .raw-html-embed__buttons-wrapper {
		left: var(--ck-spacing-standard);
		right: auto;
	}
/* The edit source element. */
.ck-widget.raw-html-embed .raw-html-embed__source {
		box-sizing: border-box;
		height: var(--ck-html-embed-source-height);
		width: var(--ck-html-embed-content-width);
		resize: none;
		min-width: 0;
		padding: var(--ck-spacing-standard);

		font-family: monospace;
		tab-size: 4;
		white-space: pre-wrap;
		font-size: var(--ck-font-size-base); /* Safari needs this. */

		/* HTML code is direction–agnostic. */
		text-align: left;
		direction: ltr;
	}
.ck-widget.raw-html-embed .raw-html-embed__source[disabled] {
			background: var(--ck-html-embed-source-disabled-background);
			color: var(--ck-html-embed-source-disabled-color);

			/* Safari needs this for the proper text color in disabled input (https://github.com/ckeditor/ckeditor5/issues/8320). */
			-webkit-text-fill-color: var(--ck-html-embed-source-disabled-color);
			opacity: 1;
		}
/* The preview data container. */
.ck-widget.raw-html-embed .raw-html-embed__preview {
		min-height: var(--ck-html-embed-content-min-height);
		width: var(--ck-html-embed-content-width);

		/* Disable all mouse interaction as long as the editor is not read–only. */
	}
.ck-editor__editable:not(.ck-read-only) .ck-widget.raw-html-embed .raw-html-embed__preview {
			pointer-events: none;
		}
.ck-widget.raw-html-embed .raw-html-embed__preview-content {
		box-sizing: border-box;
		background-color: var(--ck-color-base-foreground);
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-content > * {
			margin-left: auto;
			margin-right: auto;
		}
.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder {
		color: var(--ck-html-embed-source-disabled-color)
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-image-insert-insert-by-url-width: 250px;
}
.ck.ck-image-insert-url {
	--ck-input-width: 100%;
}
.ck.ck-image-insert-url .ck-image-insert-url__action-row {
		grid-column-gap: var(--ck-spacing-large);
		margin-top: var(--ck-spacing-large);
	}
.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-save,
		.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button-cancel {
			justify-content: center;
			min-width: auto;
		}
.ck.ck-image-insert-url .ck-image-insert-url__action-row .ck-button .ck-button__label {
			color: var(--ck-color-text);
		}
.ck.ck-image-insert-form > .ck.ck-button {
		display: block;
		width: 100%;
	}
[dir="ltr"] .ck.ck-image-insert-form > .ck.ck-button {
			text-align: left;
	}
[dir="rtl"] .ck.ck-image-insert-form > .ck.ck-button {
			text-align: right;
	}
.ck.ck-image-insert-form > .ck.ck-collapsible {

		min-width: var(--ck-image-insert-insert-by-url-width);
	}
.ck.ck-image-insert-form > .ck.ck-collapsible:not(:first-child) {
			border-top: 1px solid var(--ck-color-base-border);
		}
.ck.ck-image-insert-form > .ck.ck-collapsible:not(:last-child) {
			border-bottom: 1px solid var(--ck-color-base-border);
		}
/* This is the case when there are no other integrations configured than insert by URL */
.ck.ck-image-insert-form > .ck.ck-image-insert-url {
		min-width: var(--ck-image-insert-insert-by-url-width);
		padding: var(--ck-spacing-large);
	}
.ck.ck-image-insert-form:focus {
		outline: none;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-image-upload-icon: hsl(0, 0%, 100%);
	--ck-color-image-upload-icon-background: hsl(120, 100%, 27%);

	/* Match the icon size with the linked image indicator brought by the link image feature. */
	--ck-image-upload-icon-size: 20;
	--ck-image-upload-icon-width: 2px;
	--ck-image-upload-icon-is-visible: clamp(0px, 100% - 50px, 1px);
}
.ck-image-upload-complete-icon {
	opacity: 0;
	background: var(--ck-color-image-upload-icon-background);
	animation-name: ck-upload-complete-icon-show, ck-upload-complete-icon-hide;
	animation-fill-mode: forwards, forwards;
	animation-duration: 500ms, 500ms;

	/* To make animation scalable. */
	font-size: calc(1px * var(--ck-image-upload-icon-size));

	/* Hide completed upload icon after 3 seconds. */
	animation-delay: 0ms, 3000ms;

	/*
	 * Use CSS math to simulate container queries.
	 * https://css-tricks.com/the-raven-technique-one-step-closer-to-container-queries/#what-about-showing-and-hiding-things
	 */
	overflow: hidden;
	width: calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));
	height: calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));

	/* This is check icon element made from border-width mixed with animations. */
}
.ck-image-upload-complete-icon::after {
		/* Because of border transformation we need to "hard code" left position. */
		left: 25%;

		top: 50%;
		opacity: 0;
		height: 0;
		width: 0;

		transform: scaleX(-1) rotate(135deg);
		transform-origin: left top;
		border-top: var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);
		border-right: var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);

		animation-name: ck-upload-complete-icon-check;
		animation-duration: 500ms;
		animation-delay: 500ms;
		animation-fill-mode: forwards;

		/* #1095. While reset is not providing proper box-sizing for pseudoelements, we need to handle it. */
		box-sizing: border-box;
	}
@media (prefers-reduced-motion: reduce) {
.ck-image-upload-complete-icon {
		animation-duration: 0ms;
}

		.ck-image-upload-complete-icon::after {
			animation: none;
			opacity: 1;
			width: 0.3em;
			height: 0.45em;
		}
	}
@keyframes ck-upload-complete-icon-show {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes ck-upload-complete-icon-hide {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
@keyframes ck-upload-complete-icon-check {
	0% {
		opacity: 1;
		width: 0;
		height: 0;
	}
	33% {
		width: 0.3em;
		height: 0;
	}
	100% {
		opacity: 1;
		width: 0.3em;
		height: 0.45em;
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-upload-placeholder-loader: hsl(0, 0%, 70%);
	--ck-upload-placeholder-loader-size: 32px;
	--ck-upload-placeholder-image-aspect-ratio: 2.8;
}
.ck .ck-image-upload-placeholder {
	/* We need to control the full width of the SVG gray background. */
	width: 100%;
	margin: 0;
}
.ck .ck-image-upload-placeholder.image-inline {
		width: calc( 2 * var(--ck-upload-placeholder-loader-size) * var(--ck-upload-placeholder-image-aspect-ratio) );
	}
.ck .ck-image-upload-placeholder img {
		/*
		 * This is an arbitrary aspect for a 1x1 px GIF to display to the user. Not too tall, not too short.
		 * There's nothing special about this number except that it should make the image placeholder look like
		 * a real image during this short period after the upload started and before the image was read from the
		 * file system (and a rich preview was loaded).
		 */
		aspect-ratio: var(--ck-upload-placeholder-image-aspect-ratio);
	}
.ck .ck-upload-placeholder-loader {
	width: 100%;
	height: 100%;
}
.ck .ck-upload-placeholder-loader::before {
		width: var(--ck-upload-placeholder-loader-size);
		height: var(--ck-upload-placeholder-loader-size);
		border-radius: 50%;
		border-top: 3px solid var(--ck-color-upload-placeholder-loader);
		border-right: 2px solid transparent;
		animation: ck-upload-placeholder-loader 1s linear infinite;
	}
@keyframes ck-upload-placeholder-loader {
	to {
		transform: rotate( 360deg );
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Showing animation. */
.ck.ck-editor__editable .image.ck-appear, .ck.ck-editor__editable .image-inline.ck-appear {
			animation: fadeIn 700ms;
		}
@media (prefers-reduced-motion: reduce) {
.ck.ck-editor__editable .image.ck-appear, .ck.ck-editor__editable .image-inline.ck-appear {
				opacity: 1;
				animation: none;
		}
			}
/* Upload progress bar. */
.ck.ck-editor__editable .image .ck-progress-bar,
	.ck.ck-editor__editable .image-inline .ck-progress-bar {
		height: 2px;
		width: 0;
		background: var(--ck-color-upload-bar-background);
		transition: width 100ms;
	}
@keyframes fadeIn {
	from { opacity: 0; }
	to   { opacity: 1; }
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Class added to span element surrounding currently selected link. */
.ck .ck-link_selected {
	background: var(--ck-color-link-selected-background);

	/* Give linked inline images some outline to let the user know they are also part of the link. */
}
.ck .ck-link_selected span.image-inline {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-color-link-selected-background);
	}
/*
 * Classes used by the "fake visual selection" displayed in the content when an input
 * in the link UI has focus (the browser does not render the native selection in this state).
 */
.ck .ck-fake-link-selection {
	background: var(--ck-color-link-fake-selection);
}
/* A collapsed fake visual selection. */
.ck .ck-fake-link-selection_collapsed {
	height: 100%;
	border-right: 1px solid var(--ck-color-base-text);
	margin-right: -1px;
	outline: solid 1px hsla(0, 0%, 100%, .5);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Makes element unselectable.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-link-actions .ck-button.ck-link-actions__preview {
		padding-left: 0;
		padding-right: 0;
	}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
			padding: 0 var(--ck-spacing-medium);
			color: var(--ck-color-link-default);
			text-overflow: ellipsis;
			cursor: pointer;

			/* Match the box model of the link editor form's input so the balloon
			does not change width when moving between actions and the form. */
			max-width: var(--ck-input-width);
			min-width: 3em;
			text-align: center;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label:hover {
				text-decoration: underline;
			}
.ck.ck-link-actions .ck-button.ck-link-actions__preview,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus,
		.ck.ck-link-actions .ck-button.ck-link-actions__preview:active {
			background: none;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:active {
			box-shadow: none;
		}
.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus .ck-button__label {
				text-decoration: underline;
			}
[dir="ltr"] .ck.ck-link-actions .ck-button:not(:first-child) {
			margin-left: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-link-actions .ck-button:not(:last-child) {
			margin-left: var(--ck-spacing-standard);
		}
@media screen and (max-width: 600px) {
		.ck.ck-link-actions .ck-button.ck-link-actions__preview {
			margin: var(--ck-spacing-standard) var(--ck-spacing-standard) 0;
		}

			.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
				min-width: 0;
				max-width: 100%;
			}
			[dir="ltr"] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
				margin-left: 0;
	}

			[dir="rtl"] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
				margin-left: 0;
	}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Style link form differently when manual decorators are available.
 * See: https://github.com/ckeditor/ckeditor5-link/issues/186.
 */
.ck.ck-link-form_layout-vertical {
	padding: 0;
	min-width: var(--ck-input-width);
}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view {
		margin: var(--ck-spacing-large) var(--ck-spacing-large) var(--ck-spacing-small);
	}
.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text {
			min-width: 0;
			width: 100%;
		}
.ck.ck-link-form_layout-vertical > .ck-button {
		padding: var(--ck-spacing-standard);
		margin: 0;
		width: 50%;
		border-radius: 0;
	}
.ck.ck-link-form_layout-vertical > .ck-button:not(:focus) {
			border-top: 1px solid var(--ck-color-base-border);
		}
[dir="ltr"] .ck.ck-link-form_layout-vertical > .ck-button {
			margin-left: 0;
	}
[dir="rtl"] .ck.ck-link-form_layout-vertical > .ck-button {
			margin-left: 0;
	}
[dir="rtl"] .ck.ck-link-form_layout-vertical > .ck-button:last-of-type {
				border-right: 1px solid var(--ck-color-base-border);
			}
/* Using additional `.ck` class for stronger CSS specificity than `.ck.ck-link-form > :not(:first-child)`. */
.ck.ck-link-form_layout-vertical .ck.ck-list {
		margin: 0 var(--ck-spacing-large);
	}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton {
			padding: 0;
			width: 100%;
		}
.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover {
				background: none;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/* Match the icon size with the upload indicator brought by the image upload feature. */
	--ck-link-image-indicator-icon-size: 20;
	--ck-link-image-indicator-icon-is-visible: clamp(0px, 100% - 50px, 1px);
}
/* Linked image indicator */
.ck.ck-editor__editable figure.image > a::after, .ck.ck-editor__editable a span.image-inline::after {
			content: "";

			/*
			 * Smaller images should have the icon closer to the border.
			 * Match the icon position with the upload indicator brought by the image upload feature.
			 */
			top: min(var(--ck-spacing-medium), 6%);
			right: min(var(--ck-spacing-medium), 6%);

			background-color: hsla(0, 0%, 0%, .4);
			background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjA3NyAxNSAuOTkxLTEuNDE2YS43NS43NSAwIDEgMSAxLjIyOS44NmwtMS4xNDggMS42NGEuNzQ4Ljc0OCAwIDAgMS0uMjE3LjIwNiA1LjI1MSA1LjI1MSAwIDAgMS04LjUwMy01Ljk1NS43NDEuNzQxIDAgMCAxIC4xMi0uMjc0bDEuMTQ3LTEuNjM5YS43NS43NSAwIDEgMSAxLjIyOC44Nkw0LjkzMyAxMC43bC4wMDYuMDAzYTMuNzUgMy43NSAwIDAgMCA2LjEzMiA0LjI5NGwuMDA2LjAwNHptNS40OTQtNS4zMzVhLjc0OC43NDggMCAwIDEtLjEyLjI3NGwtMS4xNDcgMS42MzlhLjc1Ljc1IDAgMSAxLTEuMjI4LS44NmwuODYtMS4yM2EzLjc1IDMuNzUgMCAwIDAtNi4xNDQtNC4zMDFsLS44NiAxLjIyOWEuNzUuNzUgMCAwIDEtMS4yMjktLjg2bDEuMTQ4LTEuNjRhLjc0OC43NDggMCAwIDEgLjIxNy0uMjA2IDUuMjUxIDUuMjUxIDAgMCAxIDguNTAzIDUuOTU1em0tNC41NjMtMi41MzJhLjc1Ljc1IDAgMCAxIC4xODQgMS4wNDVsLTMuMTU1IDQuNTA1YS43NS43NSAwIDEgMS0xLjIyOS0uODZsMy4xNTUtNC41MDZhLjc1Ljc1IDAgMCAxIDEuMDQ1LS4xODR6Ii8+PC9zdmc+");
			background-size: 14px;
			background-repeat: no-repeat;
			background-position: center;
			border-radius: 100%;

			/*
			* Use CSS math to simulate container queries.
			* https://css-tricks.com/the-raven-technique-one-step-closer-to-container-queries/#what-about-showing-and-hiding-things
			*/
			overflow: hidden;
			width: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
			height: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* When there are no list styles and there is no collapsible. */
.ck.ck-list-properties.ck-list-properties_without-styles {
		padding: var(--ck-spacing-large);
	}
.ck.ck-list-properties.ck-list-properties_without-styles > * {
			min-width: 14em;
		}
.ck.ck-list-properties.ck-list-properties_without-styles > * + * {
				margin-top: var(--ck-spacing-standard);
			}
/*
	 * When the numbered list property fields (start at, reversed) should be displayed,
	 * more horizontal space is needed. Reconfigure the style grid to create that space.
	 */
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-list-styles-list {
			grid-template-columns: repeat( 4, auto );
		}
/* When list styles are rendered and property fields are in a collapsible. */
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible {
			border-top: 1px solid var(--ck-color-base-border);
		}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible > .ck-collapsible__children > * {
					width: 100%;
				}
.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible > .ck-collapsible__children > * + * {
						margin-top: var(--ck-spacing-standard);
					}
.ck.ck-list-properties .ck.ck-numbered-list-properties__start-index .ck-input {
		min-width: auto;
		width: 100%;
	}
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order {
		background: transparent;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: calc(-1 * var(--ck-spacing-tiny));
	}
.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:active, .ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:hover {
			box-shadow: none;
			border-color: transparent;
			background: none;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-list-style-button-size: 44px;
}
.ck.ck-list-styles-list {
	grid-template-columns: repeat( 3, auto );
	row-gap: var(--ck-spacing-medium);
	column-gap: var(--ck-spacing-medium);
	padding: var(--ck-spacing-large);
}
.ck.ck-list-styles-list .ck-button {
		/* Make the button look like a thumbnail (the icon "takes it all"). */
		width: var(--ck-list-style-button-size);
		height: var(--ck-list-style-button-size);
		padding: 0;

		/*
		 * Buttons are aligned by the grid so disable default button margins to not collide with the
		 * gaps in the grid.
		 */
		margin: 0;

		/*
		 * Make sure the button border (which is displayed on focus, BTW) does not steal pixels
		 * from the button dimensions and, as a result, decrease the size of the icon
		 * (which becomes blurry as it scales down).
		 */
		box-sizing: content-box;
	}
.ck.ck-list-styles-list .ck-button .ck-icon {
			width: var(--ck-list-style-button-size);
			height: var(--ck-list-style-button-size);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-media-embed-placeholder-icon-size: 3em;

	--ck-color-media-embed-placeholder-url-text: hsl(0, 0%, 46%);
	--ck-color-media-embed-placeholder-url-text-hover: var(--ck-color-base-text);
}
.ck-media__wrapper {
	margin: 0 auto;
}
.ck-media__wrapper .ck-media__placeholder {
		padding: calc( 3 * var(--ck-spacing-standard) );
		background: var(--ck-color-base-foreground);
	}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon {
			min-width: var(--ck-media-embed-placeholder-icon-size);
			height: var(--ck-media-embed-placeholder-icon-size);
			margin-bottom: var(--ck-spacing-large);
			background-position: center;
			background-size: cover;
		}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__icon .ck-icon {
				width: 100%;
				height: 100%;
			}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text {
			color: var(--ck-color-media-embed-placeholder-url-text);
			white-space: nowrap;
			text-align: center;
			font-style: italic;
			text-overflow: ellipsis;
		}
.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: var(--ck-color-media-embed-placeholder-url-text-hover);
				cursor: pointer;
				text-decoration: underline;
			}
.ck-media__wrapper[data-oembed-url*="open.spotify.com"] {
		max-width: 300px;
		max-height: 380px;
	}
.ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="maps.google.com"] .ck-media__placeholder__icon,
	.ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"] .ck-media__placeholder__icon {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAuMzc4IiBoZWlnaHQ9IjI1NC4xNjciIHZpZXdCb3g9IjAgMCA2Ni4yNDYgNjcuMjQ4Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjUzMSAtMjE4LjQ1NSkgc2NhbGUoLjk4MDEyKSI+PHJlY3Qgcnk9IjUuMjM4IiByeD0iNS4yMzgiIHk9IjIzMS4zOTkiIHg9IjE3Ni4wMzEiIGhlaWdodD0iNjAuMDk5IiB3aWR0aD0iNjAuMDk5IiBmaWxsPSIjMzRhNjY4IiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxwYXRoIGQ9Ik0yMDYuNDc3IDI2MC45bC0yOC45ODcgMjguOTg3YTUuMjE4IDUuMjE4IDAgMCAwIDMuNzggMS42MWg0OS42MjFjMS42OTQgMCAzLjE5LS43OTggNC4xNDYtMi4wMzd6IiBmaWxsPSIjNWM4OGM1Ii8+PHBhdGggZD0iTTIyNi43NDIgMjIyLjk4OGMtOS4yNjYgMC0xNi43NzcgNy4xNy0xNi43NzcgMTYuMDE0LjAwNyAyLjc2Mi42NjMgNS40NzQgMi4wOTMgNy44NzUuNDMuNzAzLjgzIDEuNDA4IDEuMTkgMi4xMDcuMzMzLjUwMi42NSAxLjAwNS45NSAxLjUwOC4zNDMuNDc3LjY3My45NTcuOTg4IDEuNDQgMS4zMSAxLjc2OSAyLjUgMy41MDIgMy42MzcgNS4xNjguNzkzIDEuMjc1IDEuNjgzIDIuNjQgMi40NjYgMy45OSAyLjM2MyA0LjA5NCA0LjAwNyA4LjA5MiA0LjYgMTMuOTE0di4wMTJjLjE4Mi40MTIuNTE2LjY2Ni44NzkuNjY3LjQwMy0uMDAxLjc2OC0uMzE0LjkzLS43OTkuNjAzLTUuNzU2IDIuMjM4LTkuNzI5IDQuNTg1LTEzLjc5NC43ODItMS4zNSAxLjY3My0yLjcxNSAyLjQ2NS0zLjk5IDEuMTM3LTEuNjY2IDIuMzI4LTMuNCAzLjYzOC01LjE2OS4zMTUtLjQ4Mi42NDUtLjk2Mi45ODgtMS40MzkuMy0uNTAzLjYxNy0xLjAwNi45NS0xLjUwOC4zNTktLjcuNzYtMS40MDQgMS4xOS0yLjEwNyAxLjQyNi0yLjQwMiAyLTUuMTE0IDIuMDA0LTcuODc1IDAtOC44NDQtNy41MTEtMTYuMDE0LTE2Ljc3Ni0xNi4wMTR6IiBmaWxsPSIjZGQ0YjNlIiBwYWludC1vcmRlcj0ibWFya2VycyBzdHJva2UgZmlsbCIvPjxlbGxpcHNlIHJ5PSI1LjU2NCIgcng9IjUuODI4IiBjeT0iMjM5LjAwMiIgY3g9IjIyNi43NDIiIGZpbGw9IiM4MDJkMjciIHBhaW50LW9yZGVyPSJtYXJrZXJzIHN0cm9rZSBmaWxsIi8+PHBhdGggZD0iTTE5MC4zMDEgMjM3LjI4M2MtNC42NyAwLTguNDU3IDMuODUzLTguNDU3IDguNjA2czMuNzg2IDguNjA3IDguNDU3IDguNjA3YzMuMDQzIDAgNC44MDYtLjk1OCA2LjMzNy0yLjUxNiAxLjUzLTEuNTU3IDIuMDg3LTMuOTEzIDIuMDg3LTYuMjkgMC0uMzYyLS4wMjMtLjcyMi0uMDY0LTEuMDc5aC04LjI1N3YzLjA0M2g0Ljg1Yy0uMTk3Ljc1OS0uNTMxIDEuNDUtMS4wNTggMS45ODYtLjk0Mi45NTgtMi4wMjggMS41NDgtMy45MDEgMS41NDgtMi44NzYgMC01LjIwOC0yLjM3Mi01LjIwOC01LjI5OSAwLTIuOTI2IDIuMzMyLTUuMjk5IDUuMjA4LTUuMjk5IDEuMzk5IDAgMi42MTguNDA3IDMuNTg0IDEuMjkzbDIuMzgxLTIuMzhjMC0uMDAyLS4wMDMtLjAwNC0uMDA0LS4wMDUtMS41ODgtMS41MjQtMy42Mi0yLjIxNS01Ljk1NS0yLjIxNXptNC40MyA1LjY2bC4wMDMuMDA2di0uMDAzeiIgZmlsbD0iI2ZmZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMjE1LjE4NCAyNTEuOTI5bC03Ljk4IDcuOTc5IDI4LjQ3NyAyOC40NzVjLjI4Ny0uNjQ5LjQ0OS0xLjM2Ni40NDktMi4xMjN2LTMxLjE2NWMtLjQ2OS42NzUtLjkzNCAxLjM0OS0xLjM4MiAyLjAwNS0uNzkyIDEuMjc1LTEuNjgyIDIuNjQtMi40NjUgMy45OS0yLjM0NyA0LjA2NS0zLjk4MiA4LjAzOC00LjU4NSAxMy43OTQtLjE2Mi40ODUtLjUyNy43OTgtLjkzLjc5OS0uMzYzLS4wMDEtLjY5Ny0uMjU1LS44NzktLjY2N3YtLjAxMmMtLjU5My01LjgyMi0yLjIzNy05LjgyLTQuNi0xMy45MTQtLjc4My0xLjM1LTEuNjczLTIuNzE1LTIuNDY2LTMuOTktMS4xMzctMS42NjYtMi4zMjctMy40LTMuNjM3LTUuMTY5bC0uMDAyLS4wMDN6IiBmaWxsPSIjYzNjM2MzIi8+PHBhdGggZD0iTTIxMi45ODMgMjQ4LjQ5NWwtMzYuOTUyIDM2Ljk1M3YuODEyYTUuMjI3IDUuMjI3IDAgMCAwIDUuMjM4IDUuMjM4aDEuMDE1bDM1LjY2Ni0zNS42NjZhMTM2LjI3NSAxMzYuMjc1IDAgMCAwLTIuNzY0LTMuOSAzNy41NzUgMzcuNTc1IDAgMCAwLS45ODktMS40NGMtLjI5OS0uNTAzLS42MTYtMS4wMDYtLjk1LTEuNTA4LS4wODMtLjE2Mi0uMTc2LS4zMjYtLjI2NC0uNDg5eiIgZmlsbD0iI2ZkZGM0ZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48cGF0aCBkPSJNMjExLjk5OCAyNjEuMDgzbC02LjE1MiA2LjE1MSAyNC4yNjQgMjQuMjY0aC43ODFhNS4yMjcgNS4yMjcgMCAwIDAgNS4yMzktNS4yMzh2LTEuMDQ1eiIgZmlsbD0iI2ZmZiIgcGFpbnQtb3JkZXI9Im1hcmtlcnMgc3Ryb2tlIGZpbGwiLz48L2c+PC9zdmc+);
	}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder {
		background: hsl(220, 46%, 48%);
	}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMDI0cHgiIGhlaWdodD0iMTAyNHB4IiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPkZpbGwgMTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImZMb2dvX1doaXRlIiBmaWxsPSIjRkZGRkZFIj4gICAgICAgICAgICA8cGF0aCBkPSJNOTY3LjQ4NCwwIEw1Ni41MTcsMCBDMjUuMzA0LDAgMCwyNS4zMDQgMCw1Ni41MTcgTDAsOTY3LjQ4MyBDMCw5OTguNjk0IDI1LjI5NywxMDI0IDU2LjUyMiwxMDI0IEw1NDcsMTAyNCBMNTQ3LDYyOCBMNDE0LDYyOCBMNDE0LDQ3MyBMNTQ3LDQ3MyBMNTQ3LDM1OS4wMjkgQzU0NywyMjYuNzY3IDYyNy43NzMsMTU0Ljc0NyA3NDUuNzU2LDE1NC43NDcgQzgwMi4yNjksMTU0Ljc0NyA4NTAuODQyLDE1OC45NTUgODY1LDE2MC44MzYgTDg2NSwyOTkgTDc4My4zODQsMjk5LjAzNyBDNzE5LjM5MSwyOTkuMDM3IDcwNywzMjkuNTI5IDcwNywzNzQuMjczIEw3MDcsNDczIEw4NjAuNDg3LDQ3MyBMODQwLjUwMSw2MjggTDcwNyw2MjggTDcwNywxMDI0IEw5NjcuNDg0LDEwMjQgQzk5OC42OTcsMTAyNCAxMDI0LDk5OC42OTcgMTAyNCw5NjcuNDg0IEwxMDI0LDU2LjUxNSBDMTAyNCwyNS4zMDMgOTk4LjY5NywwIDk2Ny40ODQsMCIgaWQ9IkZpbGwtMSI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
		}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(220, 100%, 90%);
		}
.ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder {
		background: linear-gradient(-135deg,hsl(246, 100%, 39%),hsl(302, 100%, 36%),hsl(0, 100%, 48%));
	}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MDRweCIgaGVpZ2h0PSI1MDRweCIgdmlld0JveD0iMCAwIDUwNCA1MDQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICA8dGl0bGU+Z2x5cGgtbG9nb19NYXkyMDE2PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSIwIDAuMTU5IDUwMy44NDEgMC4xNTkgNTAzLjg0MSA1MDMuOTQgMCA1MDMuOTQiPjwvcG9seWdvbj4gICAgPC9kZWZzPiAgICA8ZyBpZD0iZ2x5cGgtbG9nb19NYXkyMDE2IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cC0zIj4gICAgICAgICAgICA8bWFzayBpZD0ibWFzay0yIiBmaWxsPSJ3aGl0ZSI+ICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+ICAgICAgICAgICAgPC9tYXNrPiAgICAgICAgICAgIDxnIGlkPSJDbGlwLTIiPjwvZz4gICAgICAgICAgICA8cGF0aCBkPSJNMjUxLjkyMSwwLjE1OSBDMTgzLjUwMywwLjE1OSAxNzQuOTI0LDAuNDQ5IDE0OC4wNTQsMS42NzUgQzEyMS4yNCwyLjg5OCAxMDIuOTI3LDcuMTU3IDg2LjkwMywxMy4zODUgQzcwLjMzNywxOS44MjIgNTYuMjg4LDI4LjQzNiA0Mi4yODIsNDIuNDQxIEMyOC4yNzcsNTYuNDQ3IDE5LjY2Myw3MC40OTYgMTMuMjI2LDg3LjA2MiBDNi45OTgsMTAzLjA4NiAyLjczOSwxMjEuMzk5IDEuNTE2LDE0OC4yMTMgQzAuMjksMTc1LjA4MyAwLDE4My42NjIgMCwyNTIuMDggQzAsMzIwLjQ5NyAwLjI5LDMyOS4wNzYgMS41MTYsMzU1Ljk0NiBDMi43MzksMzgyLjc2IDYuOTk4LDQwMS4wNzMgMTMuMjI2LDQxNy4wOTcgQzE5LjY2Myw0MzMuNjYzIDI4LjI3Nyw0NDcuNzEyIDQyLjI4Miw0NjEuNzE4IEM1Ni4yODgsNDc1LjcyMyA3MC4zMzcsNDg0LjMzNyA4Ni45MDMsNDkwLjc3NSBDMTAyLjkyNyw0OTcuMDAyIDEyMS4yNCw1MDEuMjYxIDE0OC4wNTQsNTAyLjQ4NCBDMTc0LjkyNCw1MDMuNzEgMTgzLjUwMyw1MDQgMjUxLjkyMSw1MDQgQzMyMC4zMzgsNTA0IDMyOC45MTcsNTAzLjcxIDM1NS43ODcsNTAyLjQ4NCBDMzgyLjYwMSw1MDEuMjYxIDQwMC45MTQsNDk3LjAwMiA0MTYuOTM4LDQ5MC43NzUgQzQzMy41MDQsNDg0LjMzNyA0NDcuNTUzLDQ3NS43MjMgNDYxLjU1OSw0NjEuNzE4IEM0NzUuNTY0LDQ0Ny43MTIgNDg0LjE3OCw0MzMuNjYzIDQ5MC42MTYsNDE3LjA5NyBDNDk2Ljg0Myw0MDEuMDczIDUwMS4xMDIsMzgyLjc2IDUwMi4zMjUsMzU1Ljk0NiBDNTAzLjU1MSwzMjkuMDc2IDUwMy44NDEsMzIwLjQ5NyA1MDMuODQxLDI1Mi4wOCBDNTAzLjg0MSwxODMuNjYyIDUwMy41NTEsMTc1LjA4MyA1MDIuMzI1LDE0OC4yMTMgQzUwMS4xMDIsMTIxLjM5OSA0OTYuODQzLDEwMy4wODYgNDkwLjYxNiw4Ny4wNjIgQzQ4NC4xNzgsNzAuNDk2IDQ3NS41NjQsNTYuNDQ3IDQ2MS41NTksNDIuNDQxIEM0NDcuNTUzLDI4LjQzNiA0MzMuNTA0LDE5LjgyMiA0MTYuOTM4LDEzLjM4NSBDNDAwLjkxNCw3LjE1NyAzODIuNjAxLDIuODk4IDM1NS43ODcsMS42NzUgQzMyOC45MTcsMC40NDkgMzIwLjMzOCwwLjE1OSAyNTEuOTIxLDAuMTU5IFogTTI1MS45MjEsNDUuNTUgQzMxOS4xODYsNDUuNTUgMzI3LjE1NCw0NS44MDcgMzUzLjcxOCw0Ny4wMTkgQzM3OC4yOCw0OC4xMzkgMzkxLjYxOSw1Mi4yNDMgNDAwLjQ5Niw1NS42OTMgQzQxMi4yNTUsNjAuMjYzIDQyMC42NDcsNjUuNzIyIDQyOS40NjIsNzQuNTM4IEM0MzguMjc4LDgzLjM1MyA0NDMuNzM3LDkxLjc0NSA0NDguMzA3LDEwMy41MDQgQzQ1MS43NTcsMTEyLjM4MSA0NTUuODYxLDEyNS43MiA0NTYuOTgxLDE1MC4yODIgQzQ1OC4xOTMsMTc2Ljg0NiA0NTguNDUsMTg0LjgxNCA0NTguNDUsMjUyLjA4IEM0NTguNDUsMzE5LjM0NSA0NTguMTkzLDMyNy4zMTMgNDU2Ljk4MSwzNTMuODc3IEM0NTUuODYxLDM3OC40MzkgNDUxLjc1NywzOTEuNzc4IDQ0OC4zMDcsNDAwLjY1NSBDNDQzLjczNyw0MTIuNDE0IDQzOC4yNzgsNDIwLjgwNiA0MjkuNDYyLDQyOS42MjEgQzQyMC42NDcsNDM4LjQzNyA0MTIuMjU1LDQ0My44OTYgNDAwLjQ5Niw0NDguNDY2IEMzOTEuNjE5LDQ1MS45MTYgMzc4LjI4LDQ1Ni4wMiAzNTMuNzE4LDQ1Ny4xNCBDMzI3LjE1OCw0NTguMzUyIDMxOS4xOTEsNDU4LjYwOSAyNTEuOTIxLDQ1OC42MDkgQzE4NC42NSw0NTguNjA5IDE3Ni42ODQsNDU4LjM1MiAxNTAuMTIzLDQ1Ny4xNCBDMTI1LjU2MSw0NTYuMDIgMTEyLjIyMiw0NTEuOTE2IDEwMy4zNDUsNDQ4LjQ2NiBDOTEuNTg2LDQ0My44OTYgODMuMTk0LDQzOC40MzcgNzQuMzc5LDQyOS42MjEgQzY1LjU2NCw0MjAuODA2IDYwLjEwNCw0MTIuNDE0IDU1LjUzNCw0MDAuNjU1IEM1Mi4wODQsMzkxLjc3OCA0Ny45OCwzNzguNDM5IDQ2Ljg2LDM1My44NzcgQzQ1LjY0OCwzMjcuMzEzIDQ1LjM5MSwzMTkuMzQ1IDQ1LjM5MSwyNTIuMDggQzQ1LjM5MSwxODQuODE0IDQ1LjY0OCwxNzYuODQ2IDQ2Ljg2LDE1MC4yODIgQzQ3Ljk4LDEyNS43MiA1Mi4wODQsMTEyLjM4MSA1NS41MzQsMTAzLjUwNCBDNjAuMTA0LDkxLjc0NSA2NS41NjMsODMuMzUzIDc0LjM3OSw3NC41MzggQzgzLjE5NCw2NS43MjIgOTEuNTg2LDYwLjI2MyAxMDMuMzQ1LDU1LjY5MyBDMTEyLjIyMiw1Mi4yNDMgMTI1LjU2MSw0OC4xMzkgMTUwLjEyMyw0Ny4wMTkgQzE3Ni42ODcsNDUuODA3IDE4NC42NTUsNDUuNTUgMjUxLjkyMSw0NS41NSBaIiBpZD0iRmlsbC0xIiBmaWxsPSIjRkZGRkZGIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgICAgIDxwYXRoIGQ9Ik0yNTEuOTIxLDMzNi4wNTMgQzIwNS41NDMsMzM2LjA1MyAxNjcuOTQ3LDI5OC40NTcgMTY3Ljk0NywyNTIuMDggQzE2Ny45NDcsMjA1LjcwMiAyMDUuNTQzLDE2OC4xMDYgMjUxLjkyMSwxNjguMTA2IEMyOTguMjk4LDE2OC4xMDYgMzM1Ljg5NCwyMDUuNzAyIDMzNS44OTQsMjUyLjA4IEMzMzUuODk0LDI5OC40NTcgMjk4LjI5OCwzMzYuMDUzIDI1MS45MjEsMzM2LjA1MyBaIE0yNTEuOTIxLDEyMi43MTUgQzE4MC40NzQsMTIyLjcxNSAxMjIuNTU2LDE4MC42MzMgMTIyLjU1NiwyNTIuMDggQzEyMi41NTYsMzIzLjUyNiAxODAuNDc0LDM4MS40NDQgMjUxLjkyMSwzODEuNDQ0IEMzMjMuMzY3LDM4MS40NDQgMzgxLjI4NSwzMjMuNTI2IDM4MS4yODUsMjUyLjA4IEMzODEuMjg1LDE4MC42MzMgMzIzLjM2NywxMjIuNzE1IDI1MS45MjEsMTIyLjcxNSBaIiBpZD0iRmlsbC00IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgICAgICA8cGF0aCBkPSJNNDE2LjYyNywxMTcuNjA0IEM0MTYuNjI3LDEzNC4zIDQwMy4wOTIsMTQ3LjgzNCAzODYuMzk2LDE0Ny44MzQgQzM2OS43MDEsMTQ3LjgzNCAzNTYuMTY2LDEzNC4zIDM1Ni4xNjYsMTE3LjYwNCBDMzU2LjE2NiwxMDAuOTA4IDM2OS43MDEsODcuMzczIDM4Ni4zOTYsODcuMzczIEM0MDMuMDkyLDg3LjM3MyA0MTYuNjI3LDEwMC45MDggNDE2LjYyNywxMTcuNjA0IiBpZD0iRmlsbC01IiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+ICAgIDwvZz48L3N2Zz4=);
		}
/* stylelint-disable-next-line no-descending-specificity */
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(302, 100%, 94%);
		}
.ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder {
		/* Use gradient to contrast with focused widget (ckeditor/ckeditor5-media-embed#22). */
		background: linear-gradient( to right, hsl(201, 85%, 70%), hsl(201, 85%, 35%) );
	}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__icon {
			background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldoaXRlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQwMCA0MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMCA0MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MDAsMjAwYzAsMTEwLjUtODkuNSwyMDAtMjAwLDIwMFMwLDMxMC41LDAsMjAwUzg5LjUsMCwyMDAsMFM0MDAsODkuNSw0MDAsMjAweiBNMTYzLjQsMzA1LjVjODguNywwLDEzNy4yLTczLjUsMTM3LjItMTM3LjJjMC0yLjEsMC00LjItMC4xLTYuMmM5LjQtNi44LDE3LjYtMTUuMywyNC4xLTI1Yy04LjYsMy44LTE3LjksNi40LTI3LjcsNy42YzEwLTYsMTcuNi0xNS40LDIxLjItMjYuN2MtOS4zLDUuNS0xOS42LDkuNS0zMC42LDExLjdjLTguOC05LjQtMjEuMy0xNS4yLTM1LjItMTUuMmMtMjYuNiwwLTQ4LjIsMjEuNi00OC4yLDQ4LjJjMCwzLjgsMC40LDcuNSwxLjMsMTFjLTQwLjEtMi03NS42LTIxLjItOTkuNC01MC40Yy00LjEsNy4xLTYuNSwxNS40LTYuNSwyNC4yYzAsMTYuNyw4LjUsMzEuNSwyMS41LDQwLjFjLTcuOS0wLjItMTUuMy0yLjQtMjEuOC02YzAsMC4yLDAsMC40LDAsMC42YzAsMjMuNCwxNi42LDQyLjgsMzguNyw0Ny4zYy00LDEuMS04LjMsMS43LTEyLjcsMS43Yy0zLjEsMC02LjEtMC4zLTkuMS0wLjljNi4xLDE5LjIsMjMuOSwzMy4xLDQ1LDMzLjVjLTE2LjUsMTIuOS0zNy4zLDIwLjYtNTkuOSwyMC42Yy0zLjksMC03LjctMC4yLTExLjUtMC43QzExMC44LDI5Ny41LDEzNi4yLDMwNS41LDE2My40LDMwNS41Ii8+PC9zdmc+);
		}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text {
			color: hsl(201, 100%, 86%);
		}
.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck.ck-media__placeholder .ck-media__placeholder__url__text:hover {
				color: hsl(0, 0%, 100%);
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
	--ck-color-mention-text: hsl(341, 100%, 30%);
}
.ck-content .mention {
	background: var(--ck-color-mention-background);
	color: var(--ck-color-mention-text);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-restricted-editing-exception-background: hsla(31, 100%, 65%, .2);
	--ck-color-restricted-editing-exception-hover-background: hsla(31, 100%, 65%, .35);
	--ck-color-restricted-editing-exception-brackets: hsla(31, 100%, 40%, .4);
	--ck-color-restricted-editing-selected-exception-background: hsla(31, 100%, 65%, .5);
	--ck-color-restricted-editing-selected-exception-brackets: hsla(31, 100%, 40%, .6);
}
.ck-editor__editable .restricted-editing-exception {
	transition: .2s ease-in-out background;
	background-color: var(--ck-color-restricted-editing-exception-background);
	border: 1px solid;
	border-image: linear-gradient(
		to right,
		var(--ck-color-restricted-editing-exception-brackets) 0%,
		var(--ck-color-restricted-editing-exception-brackets) 5px,
		hsla(0, 0%, 0%, 0) 6px,
		hsla(0, 0%, 0%, 0) calc(100% - 6px),
		var(--ck-color-restricted-editing-exception-brackets) calc(100% - 5px),
		var(--ck-color-restricted-editing-exception-brackets) 100%
	) 1;
}
@media (prefers-reduced-motion: reduce) {
.ck-editor__editable .restricted-editing-exception {
		transition: none;
}
	}
.ck-editor__editable .restricted-editing-exception.restricted-editing-exception_selected {
		background-color: var(--ck-color-restricted-editing-selected-exception-background);
		border-image: linear-gradient(
			to right,
			var(--ck-color-restricted-editing-selected-exception-brackets) 0%,
			var(--ck-color-restricted-editing-selected-exception-brackets) 5px,
			var(--ck-color-restricted-editing-selected-exception-brackets) calc(100% - 5px),
			var(--ck-color-restricted-editing-selected-exception-brackets) 100%
		) 1;
	}
.ck-editor__editable .restricted-editing-exception.restricted-editing-exception_collapsed {
		/* Empty exception should have the same width as exception with at least 1 char */
		padding-left: 1ch;
	}
.ck-restricted-editing_mode_restricted {
	cursor: default;

	/* We also have to override all elements inside the restricted editable to prevent cursor switching between default and text
	during the pointer movement. */
}
.ck-restricted-editing_mode_restricted * {
		cursor: default;
	}
.ck-restricted-editing_mode_restricted .restricted-editing-exception {
		cursor: text;
	}
.ck-restricted-editing_mode_restricted .restricted-editing-exception * {
			cursor: text;
		}
.ck-restricted-editing_mode_restricted .restricted-editing-exception:hover {
			background: var(--ck-color-restricted-editing-exception-hover-background);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-character-grid-tile-size: 24px;
}
.ck.ck-character-grid {
	overflow-y: auto;
	overflow-x: hidden;
}
.ck.ck-character-grid .ck-character-grid__tiles {
		grid-template-columns: repeat(auto-fill, minmax(var(--ck-character-grid-tile-size), 1fr));
		margin: var(--ck-spacing-standard) var(--ck-spacing-large);
		grid-gap: var(--ck-spacing-standard);
	}
.ck.ck-character-grid .ck-character-grid__tile {
		width: var(--ck-character-grid-tile-size);
		height: var(--ck-character-grid-tile-size);
		min-width: var(--ck-character-grid-tile-size);
		min-height: var(--ck-character-grid-tile-size);
		font-size: 1.5em;
		padding: 0;
		transition: .2s ease box-shadow;
		border: 0;
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-character-grid .ck-character-grid__tile {
			transition: none;
	}
		}
.ck.ck-character-grid .ck-character-grid__tile:focus:not( .ck-disabled ),
		.ck.ck-character-grid .ck-character-grid__tile:hover:not( .ck-disabled ) {
			/* Disable the default .ck-button's border ring. */
			border: 0;
			box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
		}
/* Make sure the glyph is rendered in the center of the button */
.ck.ck-character-grid .ck-character-grid__tile .ck-button__label {
			line-height: var(--ck-character-grid-tile-size);
			width: 100%;
			text-align: center;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-character-info {
	padding: var(--ck-spacing-small) var(--ck-spacing-large);
	border-top: 1px solid var(--ck-color-base-border);
}
.ck.ck-character-info > * {
		text-transform: uppercase;
		font-size: var(--ck-font-size-small);
	}
.ck.ck-character-info .ck-character-info__name {
		max-width: 280px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.ck.ck-character-info .ck-character-info__code {
		opacity: .6;
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-special-characters-navigation > .ck-label {
		max-width: 160px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.ck.ck-special-characters-navigation > .ck-dropdown .ck-dropdown__panel {
		/* There could be dozens of categories available. Use scroll to prevent a 10e6px dropdown. */
		max-height: 250px;
		overflow-y: auto;
		overflow-x: hidden;
	}
@media screen and (max-width: 600px) {
.ck.ck-special-characters-navigation {
		max-width: 190px;
}

		.ck.ck-special-characters-navigation > .ck-form__header__label {
			text-overflow: ellipsis;
			overflow: hidden;
		}
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-dropdown.ck-style-dropdown.ck-style-dropdown_multiple-active > .ck-button > .ck-button__label {
	font-style: italic;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-style-panel-button-width: 120px;
	--ck-style-panel-button-height: 80px;
	--ck-style-panel-button-label-background: hsl(0, 0%, 94.1%);
	--ck-style-panel-button-hover-label-background: hsl(0, 0%, 92.1%);
	--ck-style-panel-button-hover-border-color: hsl(0, 0%, 70%);
}
.ck.ck-style-panel .ck-style-grid {
	row-gap: var(--ck-spacing-large);
	column-gap: var(--ck-spacing-large);
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
		--ck-color-button-default-hover-background: var(--ck-color-base-background);
		--ck-color-button-default-active-background: var(--ck-color-base-background);

		padding: 0;
		width: var(--ck-style-panel-button-width);
		height: var(--ck-style-panel-button-height);

		/* Let default .ck-button :focus styles apply */
	}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(:focus) {
			border: 1px solid var(--ck-color-base-border);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-button__label {
			height: 22px;
			line-height: 22px;
			width: 100%;
			padding: 0 var(--ck-spacing-medium);
			overflow: hidden;
			text-overflow: ellipsis;
			flex-shrink: 0;
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview {
			width: 100%;
			overflow: hidden;
			opacity: .9;

			padding: var(--ck-spacing-medium);
			background: var(--ck-color-base-background);
			border: 2px solid var(--ck-color-base-background);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled {
			--ck-color-button-default-disabled-background: var(--ck-color-base-foreground);

			/* Let default .ck-button :focus styles apply */
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled:not(:focus) {
				border-color: var(--ck-style-panel-button-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled .ck-style-grid__button__preview {
				opacity: .4;

				border-color: var(--ck-color-base-foreground);
				filter: saturate(.3);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on {
			border-color: var(--ck-color-base-active);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on .ck-button__label {
				box-shadow: 0 -1px 0 var(--ck-color-base-active);
				z-index: 1; /* Stay on top of the preview with the shadow. */
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-on:hover {
				border-color: var(--ck-color-base-active-focus);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(.ck-on) .ck-button__label {
				background: var(--ck-style-panel-button-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:not(.ck-on):hover .ck-button__label {
				background: var(--ck-style-panel-button-hover-label-background);
			}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on) {
			border-color: var(--ck-style-panel-button-hover-border-color);
		}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button:hover:not(.ck-disabled):not(.ck-on) .ck-style-grid__button__preview {
				opacity: 1;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-style-panel .ck-style-panel__style-group > .ck-label {
		margin: var(--ck-spacing-large) 0;
	}
.ck.ck-style-panel .ck-style-panel__style-group:first-child > .ck-label {
			margin-top: 0;
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-style-panel-max-height: 470px;
}
.ck.ck-style-panel {
	padding: var(--ck-spacing-large);
	overflow-y: auto;
	max-height: var(--ck-style-panel-max-height);
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
[dir="ltr"] .ck.ck-input-color > .ck.ck-input-text {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
	}
[dir="rtl"] .ck.ck-input-color > .ck.ck-input-text {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
	}
/* Make sure the focused input is always on top of the dropdown button so its
		   outline and border are never cropped (also when the input is read-only). */
.ck.ck-input-color > .ck.ck-input-text:focus {
			z-index: 0;
		}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
			padding: 0;
		}
[dir="ltr"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
				border-top-left-radius: 0;
				border-bottom-left-radius: 0;
	}
[dir="ltr"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button:not(:focus) {
					border-left: 1px solid transparent;
				}
[dir="rtl"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
	}
[dir="rtl"] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button:not(:focus) {
					border-right: 1px solid transparent;
				}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button.ck-disabled {
				background: var(--ck-color-input-disabled-background);
			}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview {
				border-radius: 0;

				width: 20px;
				height: 20px;
				border: 1px solid var(--ck-color-input-border);
			}
.ck-rounded-corners .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview,
	.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
					top: -30%;
					left: 50%;
					height: 150%;
					width: 8%;
					background: hsl(0, 100%, 50%);
					border-radius: 2px;
					transform: rotate(45deg);
					transform-origin: 50%;
				}
.ck.ck-input-color .ck.ck-input-color__remove-color {
		width: 100%;
		padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);

		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
.ck.ck-input-color .ck.ck-input-color__remove-color:not(:focus) {
			border-bottom: 1px solid var(--ck-color-input-border);
		}
[dir="ltr"] .ck.ck-input-color .ck.ck-input-color__remove-color {
			border-top-right-radius: 0;
	}
[dir="rtl"] .ck.ck-input-color .ck.ck-input-color__remove-color {
			border-top-left-radius: 0;
	}
.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
			margin-right: var(--ck-spacing-standard);
		}
[dir="rtl"] .ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
				margin-right: 0;
				margin-left: var(--ck-spacing-standard);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-form {
	padding: 0 0 var(--ck-spacing-large);
}
.ck.ck-form:focus {
		/* See: https://github.com/ckeditor/ckeditor5/issues/4773 */
		outline: none;
	}
.ck.ck-form .ck.ck-input-text {
		min-width: 100%;
		width: 0;
	}
.ck.ck-form .ck.ck-dropdown {
		min-width: 100%;
	}
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
				border: 1px solid var(--ck-color-base-border);
			}
.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
				width: 100%;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-form__row {
	padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;

	/* Ignore labels that work as fieldset legends */
}
[dir="ltr"] .ck.ck-form__row > *:not(.ck-label) + * {
				margin-left: var(--ck-spacing-large);
	}
[dir="rtl"] .ck.ck-form__row > *:not(.ck-label) + * {
				margin-right: var(--ck-spacing-large);
	}
.ck.ck-form__row > .ck-label {
		width: 100%;
		min-width: 100%;
	}
.ck.ck-form__row.ck-table-form__action-row {
		margin-top: var(--ck-spacing-large);
	}
.ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label {
			color: var(--ck-color-text);
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-insert-table-dropdown-padding: 10px;
	--ck-insert-table-dropdown-box-height: 11px;
	--ck-insert-table-dropdown-box-width: 12px;
	--ck-insert-table-dropdown-box-margin: 1px;
}
.ck .ck-insert-table-dropdown__grid {
	/* The width of a container should match 10 items in a row so there will be a 10x10 grid. */
	width: calc(var(--ck-insert-table-dropdown-box-width) * 10 + var(--ck-insert-table-dropdown-box-margin) * 20 + var(--ck-insert-table-dropdown-padding) * 2);
	padding: var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0;
}
.ck .ck-insert-table-dropdown__label,
.ck[dir=rtl] .ck-insert-table-dropdown__label {
	text-align: center;
}
.ck .ck-insert-table-dropdown-grid-box {
	min-width: var(--ck-insert-table-dropdown-box-width);
	min-height: var(--ck-insert-table-dropdown-box-height);
	margin: var(--ck-insert-table-dropdown-box-margin);
	border: 1px solid var(--ck-color-base-border);
	border-radius: 1px;
	outline: none;
	transition: none;
}
@media (prefers-reduced-motion: reduce) {
.ck .ck-insert-table-dropdown-grid-box {
		transition: none;
}
	}
.ck .ck-insert-table-dropdown-grid-box:focus {
		box-shadow: none;
	}
.ck .ck-insert-table-dropdown-grid-box.ck-on {
		border-color: var(--ck-color-focus-border);
		background: var(--ck-color-focus-outer-shadow);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-table-cell-properties-form {
	width: 320px;
}
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__padding-row {
			align-self: flex-end;
			padding: 0;
			width: 25%;
		}
.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar {
				background: none;

				/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
				margin-top: var(--ck-spacing-standard);
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-color-selector-focused-cell-background: hsla(212, 90%, 80%, .3);
}
/**
		 * While setting outline is fine, the border should not be modified here
		 * because it overrides the default table cell border color which is not expected.
		 * So do not use `@mixin ck-focus-ring;` here, or any other border styles.
		 * See more: https://github.com/ckeditor/ckeditor5/issues/16979
		 */
.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused,
		.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused,
		.ck-widget.table td.ck-editor__nested-editable:focus,
		.ck-widget.table th.ck-editor__nested-editable:focus {
			/* A very slight background to highlight the focused cell */
			background: var(--ck-color-selector-focused-cell-background);
			outline: 1px solid var(--ck-color-focus-border);
			outline-offset: -1px; /* progressive enhancement - no IE support */
		}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
:root {
	--ck-table-properties-error-arrow-size: 6px;
	--ck-table-properties-min-error-width: 150px;
}
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
					font-size: var(--ck-font-size-tiny);
					text-align: center;
				}
.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
			.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
				width: 80px;
				min-width: 80px;
				max-width: 80px;
			}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
			padding: 0;
		}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
			.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
				margin: 0
			}
.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
				align-self: flex-end;
				display: inline-block;
				height: var(--ck-ui-component-min-height);
				line-height: var(--ck-ui-component-min-height);
				margin: 0 var(--ck-spacing-small);
			}
.ck.ck-table-form .ck.ck-labeled-field-view {
		padding-top: var(--ck-spacing-standard);
	}
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
			border-radius: 0;

			background: var(--ck-color-base-error);
			color: var(--ck-color-base-background);
			padding: var(--ck-spacing-small) var(--ck-spacing-medium);
			min-width: var(--ck-table-properties-min-error-width);
			text-align: center;

			animation: ck-table-form-labeled-view-status-appear .15s ease both;
		}
.ck-rounded-corners .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,
	.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
	}
/* The arrow pointing towards the field. */
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
				border-color: transparent transparent var(--ck-color-base-error) transparent;
				border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
				border-style: solid;
			}
@media (prefers-reduced-motion: reduce) {
.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
				animation: none;
		}
			}
/* Hide the error balloon when the field is blurred. Makes the experience much more clear. */
.ck.ck-table-form .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
			display: none;
		}
@keyframes ck-table-form-labeled-view-status-appear {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
.ck.ck-table-properties-form {
	width: 320px;
}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
			align-self: flex-end;
			padding: 0;
		}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
				background: none;

				/* Compensate for missing input label that would push the margin (toolbar has no inputs). */
				margin-top: var(--ck-spacing-standard);
			}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
					width: 40px;
				}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-table-selected-cell-background: hsla(208, 90%, 80%, .3);
}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected,
	.ck.ck-editor__editable .table table th.ck-editor__editable_selected {
		position: relative;
		caret-color: transparent;
		outline: unset;
		box-shadow: unset;

		/* https://github.com/ckeditor/ckeditor5/issues/6446 */
	}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected:after, .ck.ck-editor__editable .table table th.ck-editor__editable_selected:after {
			content: '';
			pointer-events: none;
			background-color: var(--ck-table-selected-cell-background);
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::selection,
		.ck.ck-editor__editable .table table th.ck-editor__editable_selected ::selection,
		.ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus,
		.ck.ck-editor__editable .table table th.ck-editor__editable_selected:focus {
			background-color: transparent;
		}
/*
		 * To reduce the amount of noise, all widgets in the table selection have no outline and no selection handle.
		 * See https://github.com/ckeditor/ckeditor5/issues/9491.
		 */
.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget, .ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget {
			outline: unset;
		}
.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget > .ck-widget__selection-handle, .ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget > .ck-widget__selection-handle {
				display: none;
			}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-widget-outline-thickness: 3px;
	--ck-widget-handler-icon-size: 16px;
	--ck-widget-handler-animation-duration: 200ms;
	--ck-widget-handler-animation-curve: ease;

	--ck-color-widget-blurred-border: hsl(0, 0%, 87%);
	--ck-color-widget-hover-border: hsl(43, 100%, 62%);
	--ck-color-widget-editable-focus-background: var(--ck-color-base-background);
	--ck-color-widget-drag-handler-icon-color: var(--ck-color-base-background);
}
.ck .ck-widget {
	outline-width: var(--ck-widget-outline-thickness);
	outline-style: solid;
	outline-color: transparent;
	transition: outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget {
		transition: none;
}
	}
.ck .ck-widget.ck-widget_selected,
	.ck .ck-widget.ck-widget_selected:hover {
		outline: var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border);
	}
.ck .ck-widget:hover {
		outline-color: var(--ck-color-widget-hover-border);
	}
.ck .ck-editor__nested-editable {
	border: 1px solid transparent;

	/* The :focus style is applied before .ck-editor__nested-editable_focused class is rendered in the view.
	These styles show a different border for a blink of an eye, so `:focus` need to have same styles applied. */
}
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused,
	.ck .ck-editor__nested-editable:focus {
		box-shadow: var(--ck-inner-shadow), 0 0;
	}
@media (forced-colors: none) {
		.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused, .ck .ck-editor__nested-editable:focus {
			background-color: var(--ck-color-widget-editable-focus-background);
		}
	}
/**
		 * Focus border should not be applied to table cells because it overrides the default table cell border color.
		 * In other words - in some scenarios, the part of the table cell border has focus color style, which is not expected behavior
		 * because it should be the same as the table cell border color.
		 */
.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused:not(td, th), .ck .ck-editor__nested-editable:focus:not(td, th) {
			/* Disable native outline. */
			outline: none;
			border: var(--ck-focus-ring);
		}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
		padding: 4px;
		box-sizing: border-box;

		/* Background and opacity will be animated as the handler shows up or the widget gets selected. */
		background-color: transparent;
		opacity: 0;

		/* Transition:
		   * background-color for the .ck-widget_selected state change,
		   * visibility for hiding the handler,
		   * opacity for the proper look of the icon when the handler disappears. */
		transition:
			background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),
			visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve),
			opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);

		/* Make only top corners round. */
		border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;

		/* Place the drag handler outside the widget wrapper. */
		transform: translateY(-100%);
		left: calc(0px - var(--ck-widget-outline-thickness));
		top: 0;
	}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
			transition: none;
	}
		}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
			/* Make sure the dimensions of the icon are independent of the fon-size of the content. */
			width: var(--ck-widget-handler-icon-size);
			height: var(--ck-widget-handler-icon-size);
			color: var(--ck-color-widget-drag-handler-icon-color);

			/* The "selected" part of the icon is invisible by default */
		}
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
				opacity: 0;

				/* Note: The animation is longer on purpose. Simply feels better. */
				transition: opacity 300ms var(--ck-widget-handler-animation-curve);
			}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
					transition: none;
			}
				}
/* Advertise using the look of the icon that once clicked the handler, the widget will be selected. */
.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover .ck-icon .ck-icon__selected-indicator {
			opacity: 1;
		}
/* Show the selection handler on mouse hover over the widget, but not for nested widgets. */
.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
		opacity: 1;
		background-color: var(--ck-color-widget-hover-border);
	}
/* Show the selection handler when the widget is selected, but not for nested widgets. */
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle {
			opacity: 1;
			background-color: var(--ck-color-focus-border);

			/* When the widget is selected, notify the user using the proper look of the icon. */
		}
.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator, .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
				opacity: 1;
			}
/* In a RTL environment, align the selection handler to the right side of the widget */
/* stylelint-disable-next-line no-descending-specificity */
.ck[dir="rtl"] .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
	left: auto;
	right: calc(0px - var(--ck-widget-outline-thickness));
}
/* https://github.com/ckeditor/ckeditor5/issues/6415 */
.ck.ck-editor__editable.ck-read-only .ck-widget {
	/* Prevent the :hover outline from showing up because of the used outline-color transition. */
	transition: none;
}
.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected) {
		/* Disable visual effects of hover/active widget when CKEditor is in readOnly mode.
		 * See: https://github.com/ckeditor/ckeditor5/issues/1261
		 *
		 * Leave the unit because this custom property is used in calc() by other features.
		 * See: https://github.com/ckeditor/ckeditor5/issues/6775
		 */
		--ck-widget-outline-thickness: 0px;
	}
.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle,
		.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover {
			background: var(--ck-color-widget-blurred-border);
		}
/* Style the widget when it's selected but the editable it belongs to lost focus. */
/* stylelint-disable-next-line no-descending-specificity */
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected,
	.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover {
		outline-color: var(--ck-color-widget-blurred-border);
	}
.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle:hover,
			.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle:hover {
				background: var(--ck-color-widget-blurred-border);
			}
.ck.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child,
.ck.ck-editor__editable blockquote > .ck-widget.ck-widget_with-selection-handle:first-child {
	/* Do not crop selection handler if a widget is a first-child in the blockquote or in the root editable.
	In fact, anything with overflow: hidden.
	https://github.com/ckeditor/ckeditor5-block-quote/issues/28
	https://github.com/ckeditor/ckeditor5-widget/issues/44
	https://github.com/ckeditor/ckeditor5-widget/issues/66 */
	margin-top: calc(1em + var(--ck-widget-handler-icon-size));
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-resizer-size: 10px;

	/* Set the resizer with a 50% offset. */
	--ck-resizer-offset: calc( ( var(--ck-resizer-size) / -2 ) - 2px);
	--ck-resizer-border-width: 1px;
}
.ck .ck-widget__resizer {
	outline: 1px solid var(--ck-color-resizer);
}
.ck .ck-widget__resizer__handle {
	width: var(--ck-resizer-size);
	height: var(--ck-resizer-size);
	background: var(--ck-color-focus-border);
	border: var(--ck-resizer-border-width) solid hsl(0, 0%, 100%);
	border-radius: var(--ck-resizer-border-radius);
}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
		top: var(--ck-resizer-offset);
		left: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
		top: var(--ck-resizer-offset);
		right: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right {
		bottom: var(--ck-resizer-offset);
		right: var(--ck-resizer-offset);
	}
.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left {
		bottom: var(--ck-resizer-offset);
		left: var(--ck-resizer-offset);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-widget-type-around-button-size: 20px;
	--ck-color-widget-type-around-button-active: var(--ck-color-focus-border);
	--ck-color-widget-type-around-button-hover: var(--ck-color-widget-hover-border);
	--ck-color-widget-type-around-button-blurred-editable: var(--ck-color-widget-blurred-border);
	--ck-color-widget-type-around-button-radar-start-alpha: 0;
	--ck-color-widget-type-around-button-radar-end-alpha: .3;
	--ck-color-widget-type-around-button-icon: var(--ck-color-base-background);
}
/*
	 * Styles of the type around buttons
	 */
.ck .ck-widget .ck-widget__type-around__button {
		width: var(--ck-widget-type-around-button-size);
		height: var(--ck-widget-type-around-button-size);
		background: var(--ck-color-widget-type-around-button);
		border-radius: 100px;
		transition: opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);

		opacity: 0;

		pointer-events: none;
	}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button {
			transition: none;
	}
		}
.ck .ck-widget .ck-widget__type-around__button svg {
			width: 10px;
			height: 8px;
			transform: translate(-50%,-50%);
			transition: transform .5s ease;
			margin-top: 1px;
		}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button svg {
				transition: none;
		}
			}
.ck .ck-widget .ck-widget__type-around__button svg * {
				stroke-dasharray: 10;
				stroke-dashoffset: 0;

				fill: none;
				stroke: var(--ck-color-widget-type-around-button-icon);
				stroke-width: 1.5px;
				stroke-linecap: round;
				stroke-linejoin: round;
			}
.ck .ck-widget .ck-widget__type-around__button svg line {
				stroke-dasharray: 7;
			}
.ck .ck-widget .ck-widget__type-around__button:hover {
			/*
			 * Display the "sonar" around the button when hovered.
			 */
			animation: ck-widget-type-around-button-sonar 1s ease infinite;

			/*
			 * Animate active button's icon.
			 */
		}
.ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
					animation: ck-widget-type-around-arrow-dash 2s linear;
				}
.ck .ck-widget .ck-widget__type-around__button:hover svg line {
					animation: ck-widget-type-around-arrow-tip-dash 2s linear;
				}
@media (prefers-reduced-motion: reduce) {
.ck .ck-widget .ck-widget__type-around__button:hover {
				animation: none;
		}
					.ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
						animation: none;
					}

					.ck .ck-widget .ck-widget__type-around__button:hover svg line {
						animation: none;
					}
			}
/*
	 * Show type around buttons when the widget gets selected or being hovered.
	 */
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__button {
			opacity: 1;
			pointer-events: auto;
		}
/*
	 * Styles for the buttons when the widget is NOT selected (but the buttons are visible
	 * and still can be hovered).
	 */
.ck .ck-widget:not(.ck-widget_selected) > .ck-widget__type-around > .ck-widget__type-around__button {
		background: var(--ck-color-widget-type-around-button-hover);
	}
/*
	 * Styles for the buttons when:
	 * - the widget is selected,
	 * - or the button is being hovered (regardless of the widget state).
	 */
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button,
	.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover {
		background: var(--ck-color-widget-type-around-button-active);
	}
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover::after {
			width: calc(var(--ck-widget-type-around-button-size) - 2px);
			height: calc(var(--ck-widget-type-around-button-size) - 2px);
			border-radius: 100px;
			background: linear-gradient(135deg, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,.3) 100%);
		}
/*
	 * Styles for the "before" button when the widget has a selection handle. Because some space
	 * is consumed by the handle, the button must be moved slightly to the right to let it breathe.
	 */
.ck .ck-widget.ck-widget_with-selection-handle > .ck-widget__type-around > .ck-widget__type-around__button_before {
		margin-left: 20px;
	}
/*
	 * Styles for the horizontal "fake caret" which is displayed when the user navigates using the keyboard.
	 */
.ck .ck-widget .ck-widget__type-around__fake-caret {
		pointer-events: none;
		height: 1px;
		animation: ck-widget-type-around-fake-caret-pulse linear 1s infinite normal forwards;

		/*
		 * The semi-transparent-outline+background combo improves the contrast
		 * when the background underneath the fake caret is dark.
		 */
		outline: solid 1px hsla(0, 0%, 100%, .5);
		background: var(--ck-color-base-text);
	}
/*
	 * Styles of the widget when the "fake caret" is blinking (e.g. upon keyboard navigation).
	 * Despite the widget being physically selected in the model, its outline should disappear.
	 */
.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_before,
		.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_after {
			outline-color: transparent;
		}
/*
		 * When the "fake caret" is visible we simulate that the widget is not selected
		 * (despite being physically selected), so the outline color should be for the
		 * unselected widget.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected:hover, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected:hover {
			outline-color: var(--ck-color-widget-hover-border);
		}
/*
		 * Styles of the type around buttons when the "fake caret" is blinking (e.g. upon keyboard navigation).
		 * In this state, the type around buttons would collide with the fake carets so they should disappear.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__button {
			opacity: 0;
			pointer-events: none;
		}
/*
		 * Fake horizontal caret integration with the selection handle. When the caret is visible, simply
		 * hide the handle because it intersects with the caret (and does not make much sense anyway).
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle {
					opacity: 0
				}
/*
		 * Fake horizontal caret integration with the resize UI. When the caret is visible, simply
		 * hide the resize UI because it creates too much noise. It can be visible when the user
		 * hovers the widget, though.
		 */
.ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected.ck-widget_with-resizer > .ck-widget__resizer, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected.ck-widget_with-resizer > .ck-widget__resizer {
			opacity: 0
		}
/*
 * Styles for the "before" button when the widget has a selection handle in an RTL environment.
 * The selection handler is aligned to the right side of the widget so there is no need to create
 * additional space for it next to the "before" button.
 */
.ck[dir="rtl"] .ck-widget.ck-widget_with-selection-handle .ck-widget__type-around > .ck-widget__type-around__button_before {
	margin-left: 0;
	margin-right: 20px;
}
/*
 * Hide type around buttons when the widget is selected as a child of a selected
 * nested editable (e.g. mulit-cell table selection).
 *
 * See https://github.com/ckeditor/ckeditor5/issues/7263.
 */
.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck-editor__nested-editable.ck-editor__editable_selected .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__button {
				opacity: 0;
				pointer-events: none;
			}
/*
 * Styles for the buttons when the widget is selected but the user clicked outside of the editor (blurred the editor).
 */
.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:not(:hover) {
	background: var(--ck-color-widget-type-around-button-blurred-editable);
}
.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:not(:hover) svg * {
		stroke: hsl(0,0%,60%);
	}
@keyframes ck-widget-type-around-arrow-dash {
	0% {
		stroke-dashoffset: 10;
	}
	20%, 100% {
		stroke-dashoffset: 0;
	}
}
@keyframes ck-widget-type-around-arrow-tip-dash {
	0%, 20% {
		stroke-dashoffset: 7;
	}
	40%, 100% {
		stroke-dashoffset: 0;
	}
}
@keyframes ck-widget-type-around-button-sonar {
	0% {
		box-shadow: 0 0 0 0 hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
	}
	50% {
		box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-end-alpha));
	}
	100% {
		box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
	}
}
@keyframes ck-widget-type-around-fake-caret-pulse {
	0% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content code {
	background-color: hsla(0, 0%, 78%, 0.3);
	padding: .15em;
	border-radius: 2px;
}

.ck.ck-editor__editable .ck-code_selected  {
	background-color: hsla(0, 0%, 78%, 0.5);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content blockquote {
	/* See #12 */
	overflow: hidden;

	/* https://github.com/ckeditor/ckeditor5-block-quote/issues/15 */
	padding-right: 1.5em;
	padding-left: 1.5em;

	margin-left: 0;
	margin-right: 0;
	font-style: italic;
	border-left: solid 5px hsl(0, 0%, 80%);
}

.ck-content[dir="rtl"] blockquote {
	border-left: 0;
	border-right: solid 5px hsl(0, 0%, 80%);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-bookmark-icon-hover-fill-color: var(--ck-color-widget-hover-border);
	--ck-bookmark-icon-selected-fill-color: var(--ck-color-focus-border);
	--ck-bookmark-icon-animation-duration: var(--ck-widget-handler-animation-duration);
	--ck-bookmark-icon-animation-curve: var(--ck-widget-handler-animation-curve);
}

.ck-bookmark.ck-widget {
		outline: none;
	}

.ck-bookmark.ck-widget .ck-bookmark__icon .ck-icon__fill {
			transition: fill var(--ck-bookmark-icon-animation-duration) var(--ck-bookmark-icon-animation-curve);
		}

.ck-bookmark.ck-widget:hover .ck-bookmark__icon .ck-icon__fill {
				fill: var(--ck-bookmark-icon-hover-fill-color);
			}

.ck-bookmark.ck-widget.ck-widget_selected .ck-bookmark__icon .ck-icon__fill {
				fill: var(--ck-bookmark-icon-selected-fill-color);
			}

.ck-bookmark.ck-widget.ck-widget_selected,
		.ck-bookmark.ck-widget.ck-widget_selected:hover {
			outline: none;
		}

.ck-bookmark.ck-widget .ck-bookmark__icon {
			position: relative;
			/* To make it align with text baseline. */
			top: -0.1em;
		}

.ck-bookmark.ck-widget .ck-bookmark__icon .ck-icon {
				height: 1.2em;
				width: auto;
				vertical-align: middle;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-bookmark-view:focus {
		outline: none;
	}

.ck.ck-bookmark-form {
	display: flex;
	align-items: flex-start;
}

@media screen and (max-width: 600px) {

.ck.ck-bookmark-form {
		flex-wrap: wrap;
}

		.ck.ck-bookmark-form .ck-button,
		.ck.ck-bookmark-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-bookmark-form .ck-button {
			justify-content: center;
		}
				.ck.ck-bookmark-form.ck-responsive-form > .ck-button:nth-last-child(1) {
					margin: var(--ck-spacing-large);
					padding: 0 var(--ck-spacing-standard);
					border-radius: var(--ck-border-radius);
				}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * Makes element unselectable.
 */

.ck.ck-bookmark-actions {
	display: flex;
	align-items: center;
}

.ck.ck-bookmark-actions .ck-bookmark-actions__preview {
		max-width: var(--ck-input-width);
		min-width: 3em;
		font-weight: normal;
		text-overflow: ellipsis;
		text-align: center;
		overflow: hidden;

		-webkit-user-select: none;

		user-select: none;
		cursor: default;
	}

@media screen and (max-width: 600px) {

.ck.ck-bookmark-actions {
		display: flex;
		flex-wrap: wrap;
}

		.ck.ck-bookmark-actions .ck-bookmark-actions__preview {
			flex-basis: 100%;
			margin: var(--ck-spacing-standard) var(--ck-spacing-standard) 0;
			min-width: auto;
		}

.ck.ck-bookmark-actions.ck-responsive-form .ck-button {
				flex-basis: 50%;
				margin-top: var(--ck-spacing-standard);
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	/* Based on default CKBox theme colors */
	--ck-image-processing-highlight-color: hsl(220, 10%, 98%);
	--ck-image-processing-background-color: hsl(220, 10%, 90%);
}

.ck.ck-editor__editable .image.image-processing {
			position: relative;
		}

.ck.ck-editor__editable .image.image-processing:before {
				content: '';

				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;

				height: 100%;
				width: 100%;

				background: linear-gradient(
					90deg,
					var(--ck-image-processing-background-color),
					var(--ck-image-processing-highlight-color),
					var(--ck-image-processing-background-color)
				);
				background-size: 200% 100%;

				animation: ck-image-processing-animation 2s linear infinite;
			}

.ck.ck-editor__editable .image.image-processing img {
				height: 100%;
			}

@keyframes ck-image-processing-animation {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
	 * Vertical drop target (in text).
	 */

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {
		display: inline;
		position: relative;
		pointer-events: none;
	}

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
			position: absolute;
			width: 0;
		}

/*
	 * Styles of the widget being dragged (its preview).
	 */

.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle {
			display: none;
		}

.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {
			display: none;
		}

.ck.ck-clipboard-drop-target-line {
	position: absolute;
	pointer-events: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content pre {
	padding: 1em;
	color: hsl(0, 0%, 20.8%);
	background: hsla(0, 0%, 78%, 0.3);
	border: 1px solid hsl(0, 0%, 77%);
	border-radius: 2px;

	/* Code block are language direction–agnostic. */
	text-align: left;
	direction: ltr;

	tab-size: 4;
	white-space: pre-wrap;

	/* Don't inherit the style, e.g. when in a block quote. */
	font-style: normal;

	/* Don't let the code be squashed e.g. when in a table cell. */
	min-width: 200px;
}

.ck-content pre code {
		background: unset;
		padding: 0;
		border-radius: 0;
	}

.ck.ck-editor__editable pre {
	position: relative;
}

.ck.ck-editor__editable pre[data-language]::after {
		content: attr(data-language);
		position: absolute;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-editor {
	/* All the elements within `.ck-editor` are positioned relatively to it.
	 If any element needs to be positioned with respect to the <body>, etc.,
	 it must land outside of the `.ck-editor` in DOM. */
	position: relative;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
		/* https://github.com/ckeditor/ckeditor5-editor-classic/issues/62 */
		z-index: var(--ck-z-panel);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-menu-bar {
	border: none;
	border-bottom: 1px solid var(--ck-color-toolbar-border);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* See ckeditor/ckeditor5#936. */
.ck.ck-placeholder,
.ck .ck-placeholder {
	position: relative;
}
.ck.ck-placeholder::before, .ck .ck-placeholder::before {
		position: absolute;
		left: 0;
		right: 0;
		content: attr(data-placeholder);

		/* See ckeditor/ckeditor5#469. */
		pointer-events: none;
	}

/* See ckeditor/ckeditor5#1987. */
.ck.ck-read-only .ck-placeholder::before {
		display: none;
	}

/*
 * Rules for the `ck-placeholder` are loaded before the rules for `ck-reset_all` in the base CKEditor 5 DLL build.
 * This fix overwrites the incorrectly set `position: static` from `ck-reset_all`.
 * See https://github.com/ckeditor/ckeditor5/issues/11418.
 */
.ck.ck-reset_all .ck-placeholder {
	position: relative;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Elements marked by the Renderer as hidden should be invisible in the editor. */
.ck.ck-editor__editable span[data-ck-unsafe-element] {
	display: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-find-result {
	background: var(--ck-color-highlight-background);
	color: var(--ck-color-text);
}

.ck-find-result_selected {
	background: hsl(29, 100%, 60%);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-find-and-replace-form {
	max-width: 100%;
}

.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions {
		display: flex;

		/* The inputs area styles */
	}

.ck.ck-find-and-replace-form .ck-find-and-replace-form__inputs.ck-find-and-replace-form__inputs .ck-results-counter, .ck.ck-find-and-replace-form .ck-find-and-replace-form__actions.ck-find-and-replace-form__inputs .ck-results-counter {
			position: absolute;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* The values should be synchronized with the "FONT_SIZE_PRESET_UNITS" object in the "/src/fontsize/utils.js" file. */

/* Styles should be prefixed with the `.ck-content` class.
See https://github.com/ckeditor/ckeditor5/issues/6636 */
.ck-content .text-tiny {
		font-size: .7em;
	}
.ck-content .text-small {
		font-size: .85em;
	}
.ck-content .text-big {
		font-size: 1.4em;
	}
.ck-content .text-huge {
		font-size: 1.8em;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-heading_heading1 .ck-button__label {
	font-size: 20px;
}

.ck.ck-heading_heading2 .ck-button__label {
	font-size: 17px;
}

.ck.ck-heading_heading3 .ck-button__label {
	font-size: 14px;
}

.ck[class*="ck-heading_heading"] {
	font-weight: bold;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-highlight-marker-yellow: hsl(60, 97%, 73%);
	--ck-highlight-marker-green: hsl(120, 93%, 68%);
	--ck-highlight-marker-pink: hsl(345, 96%, 73%);
	--ck-highlight-marker-blue: hsl(201, 97%, 72%);
	--ck-highlight-pen-red: hsl(0, 85%, 49%);
	--ck-highlight-pen-green: hsl(112, 100%, 27%);
}

.ck-content .marker-yellow {
		background-color: var(--ck-highlight-marker-yellow);
	}
.ck-content .marker-green {
		background-color: var(--ck-highlight-marker-green);
	}
.ck-content .marker-pink {
		background-color: var(--ck-highlight-marker-pink);
	}
.ck-content .marker-blue {
		background-color: var(--ck-highlight-marker-blue);
	}

.ck-content .pen-red {
		color: var(--ck-highlight-pen-red);

		/* Override default yellow background of `<mark>` from user agent stylesheet */
		background-color: transparent;
	}
.ck-content .pen-green {
		color: var(--ck-highlight-pen-green);

		/* Override default yellow background of `<mark>` from user agent stylesheet */
		background-color: transparent;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */


.ck-editor__editable .ck-horizontal-line {
	/* Necessary to render properly next to floated objects, e.g. side image case. */
	display: flow-root;
}

.ck-content hr {
	margin: 15px 0;
	height: 4px;
	background: hsl(0, 0%, 87%);
	border: 0;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* The feature container. */
.ck-widget.raw-html-embed {
	/* Give the embed some air. */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em auto;
	position: relative;
	display: flow-root;

	/* Give the html embed some minimal width in the content to prevent them
	from being "squashed" in tight spaces, e.g. in table cells (https://github.com/ckeditor/ckeditor5/issues/8331) */
	min-width: 15em;

	/* Don't inherit the style, e.g. when in a block quote. */
	font-style: normal;

	/* ----- Emebed label in the upper left corner ----------------------------------------------- */
}
.ck-widget.raw-html-embed::before {
		position: absolute;

		/* Make sure the content does not cover the label. */
		z-index: 1;
	}
/* ----- Emebed internals --------------------------------------------------------------------- */
/* The switch mode button wrapper. */
.ck-widget.raw-html-embed .raw-html-embed__buttons-wrapper {
		position: absolute;
		display: flex;
		flex-direction: column;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview {
		position: relative;
		overflow: hidden;
		display: flex;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-content {
		width: 100%;
		position: relative;
		margin: auto;

		/* Gives spacing to the small renderable elements, so they always cover the placeholder. */
		display: table;
		border-collapse: separate;
		border-spacing: 7px;
	}
.ck-widget.raw-html-embed .raw-html-embed__preview-placeholder {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;

		display: flex;
		align-items: center;
		justify-content: center;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-html-object-embed-unfocused-outline-width: 1px;
}

.ck-widget.html-object-embed {
	font-size: var(--ck-font-size-base);
	background-color: var(--ck-color-base-foreground);
	padding: var(--ck-spacing-small);
	/* Leave space for label */
	padding-top: calc(var(--ck-font-size-tiny) + var(--ck-spacing-large));
	min-width: calc(76px + var(--ck-spacing-standard));
}

.ck-widget.html-object-embed:not(.ck-widget_selected):not(:hover) {
		outline: var(--ck-html-object-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border);
	}

.ck-widget.html-object-embed::before {
		font-weight: normal;
		font-style: normal;
		position: absolute;
		content: attr(data-html-object-embed-label);
		top: 0;
		left: var(--ck-spacing-standard);
		background: hsl(0deg 0% 60%);
		transition: background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
		padding: calc(var(--ck-spacing-tiny) + var(--ck-html-object-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);
		border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
		color: var(--ck-color-base-background);
		font-size: var(--ck-font-size-tiny);
		font-family: var(--ck-font-face);
	}

/* Make space for label. */

.ck-widget.html-object-embed .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before {
		margin-left: 50px;
	}

.ck-widget.html-object-embed .html-object-embed__content {
		/* Disable user interaction with embed content */
		pointer-events: none;
	}

div.ck-widget.html-object-embed {
	margin: 1em auto;
}

span.ck-widget.html-object-embed {
	display: inline-block;
}


/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-image-caption-background: hsl(0, 0%, 97%);
	--ck-color-image-caption-text: hsl(0, 0%, 20%);
	--ck-color-image-caption-highlighted-background: hsl(52deg 100% 50%);
}

/* Content styles */
.ck-content .image > figcaption {
	display: table-caption;
	caption-side: bottom;
	word-break: break-word;
	color: var(--ck-color-image-caption-text);
	background-color: var(--ck-color-image-caption-background);
	padding: .6em;
	font-size: .75em;
	outline-offset: -1px;

	/* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
}
@media (forced-colors: active) {
.ck-content .image > figcaption {
		background-color: unset;
		color: unset;
}
	}

/* Editing styles */
@media (forced-colors: none) {
		.ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
		animation: ck-image-caption-highlight .6s ease-out;
		}
	}
@media (prefers-reduced-motion: reduce) {
.ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
		animation: none;
}
	}

@keyframes ck-image-caption-highlight {
	0% {
		background-color: var(--ck-color-image-caption-highlighted-background);
	}

	100% {
		background-color: var(--ck-color-image-caption-background);
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-image-insert-url {
	width: 400px;
	padding: var(--ck-spacing-large) var(--ck-spacing-large) 0;
}

.ck.ck-image-insert-url .ck-image-insert-url__action-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Preserve aspect ratio of the resized image after introducing image height attribute. */
.ck-content img.image_resized {
	height: auto;
}

.ck-content .image.image_resized {
	max-width: 100%;
	/*
	The `<figure>` element for resized images must not use `display:table` as browsers do not support `max-width` for it well.
	See https://stackoverflow.com/questions/4019604/chrome-safari-ignoring-max-width-in-table/14420691#14420691 for more.
	Fortunately, since we control the width, there is no risk that the image will look bad.
	*/
	display: block;
	box-sizing: border-box;
}

.ck-content .image.image_resized img {
		/* For resized images it is the `<figure>` element that determines the image width. */
		width: 100%;
	}

.ck-content .image.image_resized > figcaption {
		/* The `<figure>` element uses `display:block`, so `<figcaption>` also has to. */
		display: block;
	}

/* The resized inline image nested in the table should respect its parent size.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */

.ck.ck-editor__editable td .image-inline.image_resized img, .ck.ck-editor__editable th .image-inline.image_resized img {
			max-width: 100%;
		}

[dir="ltr"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
	margin-right: var(--ck-spacing-standard);
}

[dir="rtl"] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
	margin-left: var(--ck-spacing-standard);
}

.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label {
	width: 4em;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-image-custom-resize-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.ck.ck-image-custom-resize-form .ck-labeled-field-view {
		display: inline-block;
	}

.ck.ck-image-custom-resize-form .ck-label {
		display: none;
	}

@media screen and (max-width: 600px) {

.ck.ck-image-custom-resize-form {
		flex-wrap: wrap;
}

		.ck.ck-image-custom-resize-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-image-custom-resize-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-image-style-spacing: 1.5em;
	--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
}

/* See: https://github.com/ckeditor/ckeditor5/issues/16317 */

/* Provides a minimal side margin for the left and right aligned images, so that the user has a visual feedback
		confirming successful application of the style if image width exceeds the editor's size.
		See https://github.com/ckeditor/ckeditor5/issues/9342 */

.ck-content .image.image-style-block-align-left,
		.ck-content .image.image-style-block-align-right {
			max-width: calc(100% - var(--ck-image-style-spacing));
		}

/* Allows displaying multiple floating images in the same line.
		See https://github.com/ckeditor/ckeditor5/issues/9183#issuecomment-804988132 */

.ck-content .image.image-style-align-left,
		.ck-content .image.image-style-align-right {
			clear: none;
		}

.ck-content .image.image-style-side {
			float: right;
			margin-left: var(--ck-image-style-spacing);
			max-width: 50%;
		}

.ck-content .image.image-style-align-left {
			float: left;
			margin-right: var(--ck-image-style-spacing);
		}

.ck-content .image.image-style-align-right {
			float: right;
			margin-left: var(--ck-image-style-spacing);
		}

.ck-content .image.image-style-block-align-right {
			margin-right: 0;
			margin-left: auto;
		}

.ck-content .image.image-style-block-align-left {
			margin-left: 0;
			margin-right: auto;
		}

.ck-content .image-style-align-center {
		margin-left: auto;
		margin-right: auto;
	}

.ck-content .image-style-align-left {
		float: left;
		margin-right: var(--ck-image-style-spacing);
	}

.ck-content .image-style-align-right {
		float: right;
		margin-left: var(--ck-image-style-spacing);
	}

/* Simulates margin collapsing with the preceding paragraph, which does not work for the floating elements. */

.ck-content p + .image.image-style-align-left,
	.ck-content p + .image.image-style-align-right,
	.ck-content p + .image.image-style-side {
		margin-top: 0;
	}

.ck-content .image-inline.image-style-align-left,
		.ck-content .image-inline.image-style-align-right {
			margin-top: var(--ck-inline-image-style-spacing);
			margin-bottom: var(--ck-inline-image-style-spacing);
		}

.ck-content .image-inline.image-style-align-left {
			margin-right: var(--ck-inline-image-style-spacing);
		}

.ck-content .image-inline.image-style-align-right {
			margin-left: var(--ck-inline-image-style-spacing);
		}

/* The button should display as a regular drop-down if the action button
	is forced to fire the same action as the arrow button. */

.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
				background-color: var(--ck-color-button-on-background);
			}

.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled)::after, .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)::after, .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)::after {
					display: none;
				}

.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__action:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled),
			.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
				background-color: var(--ck-color-button-on-hover-background);
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-text-alternative-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.ck.ck-text-alternative-form .ck-labeled-field-view {
		display: inline-block;
	}

.ck.ck-text-alternative-form .ck-label {
		display: none;
	}

@media screen and (max-width: 600px) {

.ck.ck-text-alternative-form {
		flex-wrap: wrap;
}

		.ck.ck-text-alternative-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-text-alternative-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-editor__editable .image,
	.ck.ck-editor__editable .image-inline {
		position: relative;
	}

/* Upload progress bar. */

.ck.ck-editor__editable .image .ck-progress-bar,
	.ck.ck-editor__editable .image-inline .ck-progress-bar {
		position: absolute;
		top: 0;
		left: 0;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-image-upload-complete-icon {
	display: block;
	position: absolute;

	/*
	 * Smaller images should have the icon closer to the border.
	 * Match the icon position with the linked image indicator brought by the link image feature.
	 */
	top: min(var(--ck-spacing-medium), 6%);
	right: min(var(--ck-spacing-medium), 6%);
	border-radius: 50%;
	z-index: 1;
}

.ck-image-upload-complete-icon::after {
		content: "";
		position: absolute;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-upload-placeholder-loader {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.ck .ck-upload-placeholder-loader::before {
		content: '';
		position: relative;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content .image {
		display: table;
		clear: both;
		text-align: center;

		/* Make sure there is some space between the content and the image. Center image by default. */
		/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	 	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
		margin: 0.9em auto;

		/* Make sure the caption will be displayed properly (See: https://github.com/ckeditor/ckeditor5/issues/1870). */
		min-width: 50px;
	}

.ck-content .image img {
			/* Prevent unnecessary margins caused by line-height (see #44). */
			display: block;

			/* Center the image if its width is smaller than the content's width. */
			margin: 0 auto;

			/* Make sure the image never exceeds the size of the parent container (ckeditor/ckeditor5-ui#67). */
			max-width: 100%;

			/* Make sure the image is never smaller than the parent container (See: https://github.com/ckeditor/ckeditor5/issues/9300). */
			min-width: 100%;

			/* Keep proportions of the block image if the height is set and the image is wider than the editor width.
			See https://github.com/ckeditor/ckeditor5/issues/14542. */
			height: auto;
		}

.ck-content .image-inline {
		/*
		 * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).
		 * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
		 * This strange behavior does not happen with inline-flex.
		 */
		display: inline-flex;

		/* While being resized, don't allow the image to exceed the width of the editing root. */
		max-width: 100%;

		/* This is required by Safari to resize images in a sensible way. Without this, the browser breaks the ratio. */
		align-items: flex-start;

		/* When the picture is present it must act as a flex container to let the img resize properly */
	}

.ck-content .image-inline picture {
			display: flex;
		}

/* When the picture is present, it must act like a resizable img. */

.ck-content .image-inline picture,
		.ck-content .image-inline img {
			/* This is necessary for the img to span the entire .image-inline wrapper and to resize properly. */
			flex-grow: 1;
			flex-shrink: 1;

			/* Prevents overflowing the editing root boundaries when an inline image is very wide. */
			max-width: 100%;
		}

/*
	 * Inhertit the content styles padding of the <figcaption> in case the integration overrides `text-align: center`
	 * of `.image` (e.g. to the left/right). This ensures the placeholder stays at the padding just like the native
	 * caret does, and not at the edge of <figcaption>.
	 */

.ck.ck-editor__editable .image > figcaption.ck-placeholder::before {
		padding-left: inherit;
		padding-right: inherit;

		/*
		 * Make sure the image caption placeholder doesn't overflow the placeholder area.
		 * See https://github.com/ckeditor/ckeditor5/issues/9162.
		 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

/*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */

.ck.ck-editor__editable .image {
		z-index: 1;

		/*
		 * Make sure the selected image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
	}

.ck.ck-editor__editable .image.ck-widget_selected {
			z-index: 2;
		}

/*
	 * See https://github.com/ckeditor/ckeditor5/issues/15115.
	 */

.ck.ck-editor__editable .image-inline {
		z-index: 1;

		/*
		 * Make sure the selected inline image always stays on top of its siblings.
		 * See https://github.com/ckeditor/ckeditor5/issues/9108.
		 */
	}

.ck.ck-editor__editable .image-inline.ck-widget_selected {
			z-index: 2;

			/*
			 * Make sure the native browser selection style is not displayed.
			 * Inline image widgets have their own styles for the selected state and
			 * leaving this up to the browser is asking for a visual collision.
			 */
		}

.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection {
				display: none;
			}

/* Keep proportions of the inline image if the height is set and the image is wider than the editor width.
	See https://github.com/ckeditor/ckeditor5/issues/14542. */

.ck.ck-editor__editable .image-inline img {
		height: auto;
	}

/* The inline image nested in the table should have its original size if not resized.
	See https://github.com/ckeditor/ckeditor5/issues/9117. */

.ck.ck-editor__editable td .image-inline img, .ck.ck-editor__editable th .image-inline img {
			max-width: none;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-editor__editable img.image_placeholder {
		background-size: 100% 100%;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Linked image indicator */

.ck.ck-editor__editable figure.image > a::after, .ck.ck-editor__editable a span.image-inline::after {
			display: block;
			position: absolute;
		}


/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-link-actions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.ck.ck-link-actions .ck-link-actions__preview {
		display: inline-block;
	}

.ck.ck-link-actions .ck-link-actions__preview .ck-button__label {
			overflow: hidden;
		}

@media screen and (max-width: 600px) {

.ck.ck-link-actions {
		flex-wrap: wrap;
}

		.ck.ck-link-actions .ck-link-actions__preview {
			flex-basis: 100%;
		}

		.ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-link-form {
	display: flex;
	align-items: flex-start;
}

.ck.ck-link-form .ck-label {
		display: none;
	}

@media screen and (max-width: 600px) {

.ck.ck-link-form {
		flex-wrap: wrap;
}

		.ck.ck-link-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-link-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Style link form differently when manual decorators are available.
 * See: https://github.com/ckeditor/ckeditor5-link/issues/186.
 */
.ck.ck-link-form_layout-vertical {
	display: block;

	/*
	 * Whether the form is in the responsive mode or not, if there are decorator buttons
	 * keep the top margin of action buttons medium.
	 */
}
.ck.ck-link-form_layout-vertical .ck-button.ck-button-save,
		.ck.ck-link-form_layout-vertical .ck-button.ck-button-cancel {
			margin-top: var(--ck-spacing-medium);
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-editor__editable .ck-list-bogus-paragraph {
	display: block;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-list-styles-list {
	display: grid;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content ol {
	list-style-type: decimal;
}

.ck-content ol ol {
		list-style-type: lower-latin;
	}

.ck-content ol ol ol {
			list-style-type: lower-roman;
		}

.ck-content ol ol ol ol {
				list-style-type: upper-latin;
			}

.ck-content ol ol ol ol ol {
					list-style-type: upper-roman;
				}

.ck-content ul {
	list-style-type: disc;
}

.ck-content ul ul {
		list-style-type: circle;
	}

.ck-content ul ul ul {
			list-style-type: square;
		}

.ck-content ul ul ul ul {
				list-style-type: square;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-todo-list-checkmark-size: 16px;
}

/*
 * To-do list content styles.
 */
.ck-content .todo-list {
	list-style: none;
}
.ck-content .todo-list li {
		position: relative;
		margin-bottom: 5px;
	}
.ck-content .todo-list li .todo-list {
			margin-top: 5px;
		}
.ck-content .todo-list .todo-list__label > input {
			-webkit-appearance: none;
			display: inline-block;
			position: relative;
			width: var(--ck-todo-list-checkmark-size);
			height: var(--ck-todo-list-checkmark-size);
			vertical-align: middle;
			/* Needed on iOS */
			border: 0;
			/* LTR styles */
			left: -25px;
			margin-right: -15px;
			right: 0;
			margin-left: 0;
			/* RTL styles */
		}
.ck-content[dir=rtl] .todo-list .todo-list__label > input {
		left: 0;
		margin-right: 0;
		right: -25px;
		margin-left: -15px;
	}
.ck-content .todo-list .todo-list__label > input::before {
		display: block;
		position: absolute;
		box-sizing: border-box;
		content: '';
		width: 100%;
		height: 100%;
		border: 1px solid hsl(0, 0%, 20%);
		border-radius: 2px;
		transition: 250ms ease-in-out box-shadow;
	}
@media (prefers-reduced-motion: reduce) {
.ck-content .todo-list .todo-list__label > input::before {
			transition: none;
	}
		}
.ck-content .todo-list .todo-list__label > input::after {
		display: block;
		position: absolute;
		box-sizing: content-box;
		pointer-events: none;
		content: '';

		/* Calculate tick position, size and border-width proportional to the checkmark size. */
		left: calc( var(--ck-todo-list-checkmark-size) / 3 );
		top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
		border-style: solid;
		border-color: transparent;
		border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
		transform: rotate(45deg);
	}
.ck-content .todo-list .todo-list__label > input[checked]::before {
			background: hsl(126, 64%, 41%);
			border-color: hsl(126, 64%, 41%);
		}
.ck-content .todo-list .todo-list__label > input[checked]::after {
			border-color: hsl(0, 0%, 100%);
		}
.ck-content .todo-list .todo-list__label .todo-list__label__description {
			vertical-align: middle;
		}
.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
			position: absolute;
		}

/*
 * To-do list editing view styles.
 */
/*
	 * To-do list should be interactive only during the editing
	 * (https://github.com/ckeditor/ckeditor5/issues/2090).
	 */
.ck-editor__editable.ck-content .todo-list .todo-list__label > input,
	.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
		cursor: pointer;
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before, .ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover::before {
			box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
		}
/*
	 * Document Lists - editing view has an additional span around checkbox.
	 */
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
		-webkit-appearance: none;
		display: inline-block;
		position: relative;
		width: var(--ck-todo-list-checkmark-size);
		height: var(--ck-todo-list-checkmark-size);
		vertical-align: middle;
		/* Needed on iOS */
		border: 0;
		/* LTR styles */
		left: -25px;
		margin-right: -15px;
		right: 0;
		margin-left: 0;
		/* RTL styles */
	}
.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
		left: 0;
		margin-right: 0;
		right: -25px;
		margin-left: -15px;
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
		display: block;
		position: absolute;
		box-sizing: border-box;
		content: '';
		width: 100%;
		height: 100%;
		border: 1px solid hsl(0, 0%, 20%);
		border-radius: 2px;
		transition: 250ms ease-in-out box-shadow;
	}
@media (prefers-reduced-motion: reduce) {
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
			transition: none;
	}
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
		display: block;
		position: absolute;
		box-sizing: content-box;
		pointer-events: none;
		content: '';

		/* Calculate tick position, size and border-width proportional to the checkmark size. */
		left: calc( var(--ck-todo-list-checkmark-size) / 3 );
		top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
		height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
		border-style: solid;
		border-color: transparent;
		border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
		transform: rotate(45deg);
	}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
			background: hsl(126, 64%, 41%);
			border-color: hsl(126, 64%, 41%);
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
			border-color: hsl(0, 0%, 100%);
		}
.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
			position: absolute;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content .media {
	/* Don't allow floated content overlap the media.
	https://github.com/ckeditor/ckeditor5-media-embed/issues/53 */
	clear: both;

	/* Make sure there is some space between the content and the media. */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em 0;

	/* Make sure media is not overriden with Bootstrap default `flex` value.
	See: https://github.com/ckeditor/ckeditor5/issues/1373. */
	display: block;

	/* Give the media some minimal width in the content to prevent them
	from being "squashed" in tight spaces, e.g. in table cells (#44) */
	min-width: 15em;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-media__wrapper .ck-media__placeholder {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url {
			/* Otherwise the URL will overflow when the content is very narrow. */
			max-width: 100%;

			position: relative;
		}

.ck-media__wrapper .ck-media__placeholder .ck-media__placeholder__url .ck-media__placeholder__url__text {
				overflow: hidden;
				display: block;
			}

.ck-media__wrapper[data-oembed-url*="twitter.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="google.com/maps"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="goo.gl/maps"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="maps.google.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="maps.app.goo.gl"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="facebook.com"] .ck-media__placeholder__icon *, .ck-media__wrapper[data-oembed-url*="instagram.com"] .ck-media__placeholder__icon * {
			display: none;
		}

/* Disable all mouse interaction as long as the editor is not read–only.
   https://github.com/ckeditor/ckeditor5-media-embed/issues/58 */
.ck-editor__editable:not(.ck-read-only) .ck-media__wrapper > *:not(.ck-media__placeholder) {
	pointer-events: none;
}

/* Disable all mouse interaction when the widget is not selected (e.g. to avoid opening links by accident).
   https://github.com/ckeditor/ckeditor5-media-embed/issues/18 */
.ck-editor__editable:not(.ck-read-only) .ck-widget:not(.ck-widget_selected) .ck-media__placeholder {
	pointer-events: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-vertical-form .ck-button::after {
		content: "";
		width: 0;
		position: absolute;
		right: -1px;
		top: -1px;
		bottom: -1px;
		z-index: 1;
	}

.ck-vertical-form .ck-button:focus::after {
		display: none;
	}

@media screen and (max-width: 600px) {
			.ck.ck-responsive-form .ck-button::after {
				content: "";
				width: 0;
				position: absolute;
				right: -1px;
				top: -1px;
				bottom: -1px;
				z-index: 1;
			}

			.ck.ck-responsive-form .ck-button:focus::after {
				display: none;
			}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-media-form {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 400px;
}

.ck.ck-media-form .ck-labeled-field-view {
		display: inline-block;
		width: 100%;
	}

.ck.ck-media-form .ck-label {
		display: none;
	}

.ck.ck-media-form .ck-input {
		width: 100%;
	}

@media screen and (max-width: 600px) {

.ck.ck-media-form {
		flex-wrap: wrap;
}

		.ck.ck-media-form .ck-labeled-field-view {
			flex-basis: 100%;
		}

		.ck.ck-media-form .ck-button {
			flex-basis: 50%;
		}
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-mention-list-max-height: 300px;
}

.ck.ck-mentions {
	max-height: var(--ck-mention-list-max-height);

	overflow-y: auto;

	/* Prevent unnecessary horizontal scrollbar in Safari
	https://github.com/ckeditor/ckeditor5-mention/issues/41 */
	overflow-x: hidden;

	overscroll-behavior: contain;

	/* Prevent unnecessary vertical scrollbar in Safari
	https://github.com/ckeditor/ckeditor5-mention/issues/41 */
}

.ck.ck-mentions > .ck-list__item {
		overflow: hidden;
		flex-shrink: 0;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-minimap-tracker-background: 208, 0%, 51%;
	--ck-color-minimap-iframe-outline: hsl(0deg 0% 75%);
	--ck-color-minimap-iframe-shadow: hsl(0deg 0% 0% / 11%);
	--ck-color-minimap-progress-background: hsl(0,0%,40%);
}

.ck.ck-minimap {
	position: absolute;
	-webkit-user-select: none;
	        user-select: none;
	background: var(--ck-color-base-background);
}

.ck.ck-minimap,
	.ck.ck-minimap iframe {
		width: 100%;
		height: 100%;
	}

.ck.ck-minimap iframe {
		border: 0;
		pointer-events: none;
		position: relative;
		outline: 1px solid var(--ck-color-minimap-iframe-outline);
		box-shadow: 0 2px 5px var(--ck-color-minimap-iframe-shadow);
		margin: 0;
	}

.ck.ck-minimap .ck.ck-minimap__position-tracker {
		position: absolute;
		width: 100%;
		top: 0;
		background: hsla( var(--ck-color-minimap-tracker-background), .2 );
		z-index: 1;
		transition: background 100ms ease-in-out;
	}

@media (prefers-reduced-motion: reduce) {

.ck.ck-minimap .ck.ck-minimap__position-tracker {
			transition: none;
	}
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker:hover {
			background:hsla( var(--ck-color-minimap-tracker-background), .3 );
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging,
		.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover {
			background:hsla( var(--ck-color-minimap-tracker-background), .4 );
		}

.ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging::after, .ck.ck-minimap .ck.ck-minimap__position-tracker.ck-minimap__position-tracker_dragging:hover::after {
				opacity: 1;
			}

.ck.ck-minimap .ck.ck-minimap__position-tracker::after {
			content: attr(data-progress) "%";
			position: absolute;
			top: 5px;
			right: 5px;
			background: var(--ck-color-minimap-progress-background);
			color: var(--ck-color-base-background);
			border: 1px solid var(--ck-color-base-background);
			padding: 2px 4px;
			font-size: 10px;
			border-radius: 3px;
			opacity: 0;
			transition: opacity 100ms ease-in-out;
		}

@media (prefers-reduced-motion: reduce) {

.ck.ck-minimap .ck.ck-minimap__position-tracker::after {
				transition: none;
		}
			}


/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content .page-break {
	position: relative;
	clear: both;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ck-content .page-break::after {
		content: '';
		position: absolute;
		border-bottom: 2px dashed hsl(0, 0%, 77%);
		width: 100%;
	}

.ck-content .page-break__label {
	position: relative;
	z-index: 1;
	padding: .3em .6em;
	display: block;
	text-transform: uppercase;
	border: 1px solid hsl(0, 0%, 77%);
	border-radius: 2px;
	font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	font-size: 0.75em;
	font-weight: bold;
	color: hsl(0, 0%, 20%);
	background: hsl(0, 0%, 100%);
	box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);

	/* Disable the possibility to select the label text by the user. */
	-webkit-user-select: none;
	user-select: none;
}

/* Do not show the page break element inside the print preview window. */
@media print {
	.ck-content .page-break {
		padding: 0;
	}

		.ck-content .page-break::after {
			display: none;
		}

	/*
	 * From time to time placing page-break directly after a block element with margin causes appending a new blank page in pagination mode.
	 * Removing margin-bottom from the block element fixes that issue and the margin is not being moved to the next blank page.
	 *
	 * Keep this in sync with the pagination plugins.
	 */
	.ck-content *:has(+ .page-break) {
		margin-bottom: 0;
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-show-blocks-border-color: hsl(0, 0%, 46%);
}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) address {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ADDRESS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) aside {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>ASIDE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) blockquote {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>BLOCKQUOTE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) details {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DETAILS</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *):not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) div:not(.ck-widget, .ck-widget *) {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>DIV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) footer {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FOOTER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h1 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H1</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h2 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H2</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h3 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H3</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h4 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H4</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h5 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H5</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) h6 {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>H6</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) header {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>HEADER</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) main {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>MAIN</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) nav {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>NAV</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) pre {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>PRE</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ol {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>OL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) ul {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>UL</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) p {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>P</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) section {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>SECTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-repeat: no-repeat;
		padding-top: 15px;
		/* Fix for Multi-root editor
	https://github.com/ckeditor/ckeditor5/issues/15969 */
	}

[dir=ltr] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: 1px 1px;
	}

[dir=rtl] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

.ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption:not(.ck-widget_selected):not(.ck-widget:hover) {
		outline: 1px dashed var(--ck-show-blocks-border-color);
	}

[dir="ltr"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='3' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: 1px 1px;
	}

[dir="rtl"] .ck.ck-editor__editable.ck-editor__editable_inline.ck-show-blocks:not(.ck-widget) :where(figure.image, figure.table) figcaption {
		background-image: url("data:image/svg+xml;utf8,<svg width='120' height='12' xmlns='http://www.w3.org/2000/svg' ><text style='paint-order:stroke fill; clip-path: inset(-3px); transform:translate(-2px, 0)' stroke='%23EAEAEA' stroke-width='13' dominant-baseline='middle' fill='black' x='100%' text-anchor='end' y='7' font-size='9px' font-family='Consolas, %22Lucida Console%22, %22Lucida Sans Typewriter%22, %22DejaVu Sans Mono%22, %22Bitstream Vera Sans Mono%22, %22Liberation Mono%22, Monaco, %22Courier New%22, Courier, monospace'>FIGCAPTION</text></svg>");
		background-position: calc(100% - 1px) 1px;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Implements rounded corner interface for .ck-rounded-corners class.
 *
 * @see $ck-border-radius
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A visual style of focused element's border.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A helper to combine multiple shadows.
 */
/**
 * Gives an element a drop shadow so it looks like a floating panel.
 */

.ck-source-editing-area {
	position: relative;
	overflow: hidden;
}

.ck-source-editing-area::after,
.ck-source-editing-area textarea {
	padding: var(--ck-spacing-large);
	margin: 0;
	border: 1px solid transparent;
	line-height: var(--ck-line-height-base);
	font-size: var(--ck-font-size-normal);
	font-family: monospace;
	white-space: pre-wrap;
}

.ck-source-editing-area::after {
	content: attr(data-value) " ";
	visibility: hidden;
	display: block;
}

.ck-source-editing-area textarea {
	position: absolute;
	width: 100%;
	height: 100%;
	resize: none;
	outline: none;
	overflow: hidden;
	box-sizing: border-box;

	border-color: var(--ck-color-base-border);

	border-radius: 0;
}

.ck-rounded-corners .ck-source-editing-area textarea,
	.ck-source-editing-area textarea.ck-rounded-corners {
		border-radius: var(--ck-border-radius);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

.ck-source-editing-area textarea:not([readonly]):focus {
		/* Disable native outline. */
		outline: none;
		border: var(--ck-focus-ring);
		box-shadow: var(--ck-inner-shadow), 0 0;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-character-grid {
	max-width: 100%;
}

.ck.ck-character-grid .ck-character-grid__tiles {
		display: grid;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-character-info {
	display: flex;
	justify-content: space-between;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Note: This file should contain the wireframe styles only. But since there are no such styles,
 * it acts as a message to the builder telling that it should look for the corresponding styles
 * **in the theme** when compiling the editor.
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-special-characters > .ck-dialog__content > div {
		width: 350px;
		max-width: 100%;
		height: 100%;

		display: grid;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr auto;
	}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories {
			grid-area: 1 / 1 / 2 / 2;
			padding: var(--ck-spacing-medium) var(--ck-spacing-large);
		}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view {
				padding-top: var(--ck-spacing-standard);
				width: 100%;
			}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view .ck.ck-labeled-field-view__status {
					background: var(--ck-color-base-error);
					color: var(--ck-color-base-background);
					padding: var(--ck-spacing-small) var(--ck-spacing-medium);
					min-width: var(--ck-table-properties-min-error-width);
					text-align: center;

					animation: ck-table-form-labeled-view-status-appear .15s ease both;

					/* The arrow pointing towards the field. */
				}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
						border-color: transparent transparent var(--ck-color-base-error) transparent;
						border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
						border-style: solid;
					}

@media (prefers-reduced-motion: reduce) {

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view .ck.ck-labeled-field-view__status {
						animation: none;
				}
					}

/* Hide the error balloon when the field is blurred. Makes the experience much more clear. */

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
					display: none;
				}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories > .ck-labeled-field-view > .ck-label {
					font-size: var(--ck-font-size-tiny);
					text-align: center;
				}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories .ck-dropdown {
				display: block;
				width: 100%;
			}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories .ck-dropdown > button:not(:focus) {
						border: 1px solid var(--ck-color-base-border);
					}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-categories .ck-dropdown > button > span {
						width: 100%;
					}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-grid {
			grid-area: 2 / 1 / 3 / 2;
			max-height: 200px;
		}

.ck.ck-special-characters > .ck-dialog__content > div > .ck-character-info {
			grid-area: 3 / 1 / 4 / 2;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-style-panel-columns: 3;
}

.ck.ck-style-panel .ck-style-grid {
	display: grid;
	grid-template-columns: repeat(var(--ck-style-panel-columns),auto);
	justify-content: start;
}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

.ck.ck-style-panel .ck-style-grid .ck-style-grid__button .ck-style-grid__button__preview {
			display: flex;
			align-content: center;
			justify-content: flex-start;
			align-items: center;
			flex-grow: 1;
			flex-basis: 100%;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck-content .table {
	/* Give the table widget some air and center it horizontally */
	/* The first value should be equal to --ck-spacing-large variable if used in the editor context
	to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */
	margin: 0.9em auto;
	display: table;
}

.ck-content .table table {
		/* The table cells should have slight borders */
		border-collapse: collapse;
		border-spacing: 0;

		/* Table width and height are set on the parent <figure>. Make sure the table inside stretches
		to the full dimensions of the container (https://github.com/ckeditor/ckeditor5/issues/6186). */
		width: 100%;
		height: 100%;

		/* The outer border of the table should be slightly darker than the inner lines.
		Also see https://github.com/ckeditor/ckeditor5-table/issues/50. */
		border: 1px double hsl(0, 0%, 70%);
	}

.ck-content .table table td,
		.ck-content .table table th {
			min-width: 2em;
			padding: .4em;

			/* The border is inherited from .ck-editor__nested-editable styles, so theoretically it's not necessary here.
			However, the border is a content style, so it should use .ck-content (so it works outside the editor).
			Hence, the duplication. See https://github.com/ckeditor/ckeditor5/issues/6314 */
			border: 1px solid hsl(0, 0%, 75%);
		}

.ck-content .table table th {
			font-weight: bold;
			background: hsla(0, 0%, 0%, 5%);
		}

/**
 * Expanding the table to the full height of the parent container is necessary because tables
 * are rendered inside <figure> elements, which is kinda buggy in table height calculation.
 * While setting `height: 100%` fixes the issue in the editing mode described here:
 * https://github.com/ckeditor/ckeditor5/issues/6186
 *
 * it's causing another issue with the table height in the print preview mode here:
 * https://github.com/ckeditor/ckeditor5/issues/16856
 *
 * For now, resetting the height to `initial` in the print mode works as a workaround.
 */
@media print {
	.ck-content .table table {
		height: initial;
	}
}

/* Text alignment of the table header should match the editor settings and override the native browser styling,
when content is available outside the editor. See https://github.com/ckeditor/ckeditor5/issues/6638 */
.ck-content[dir="rtl"] .table th {
	text-align: right;
}

.ck-content[dir="ltr"] .table th {
	text-align: left;
}

.ck-editor__editable .ck-table-bogus-paragraph {
	/*
	 * Use display:inline-block to force Chrome/Safari to limit text mutations to this element.
	 * See https://github.com/ckeditor/ckeditor5/issues/6062.
	 */
	display: inline-block;

	/*
	 * Inline HTML elements nested in the span should always be dimensioned in relation to the whole cell width.
	 * See https://github.com/ckeditor/ckeditor5/issues/9117.
	 */
	width: 100%;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-insert-table-dropdown__grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-form__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;

	/* Ignore labels that work as fieldset legends */
}

.ck.ck-form__row > *:not(.ck-label) {
		flex-grow: 1;
	}

.ck.ck-form__row.ck-table-form__action-row .ck-button-save,
		.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel {
			justify-content: center;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row {
			flex-wrap: wrap;
		}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type {
					/* 4 buttons out of 7 (h-alignment + v-alignment) = 0.57 */
					flex-grow: 0.57;
				}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type {
					/* 3 buttons out of 7 (h-alignment + v-alignment) = 0.43 */
					flex-grow: 0.43;
				}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button {
					flex-grow: 1;
				}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-input-color {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.ck.ck-input-color > input.ck.ck-input-text {
		min-width: auto;
		flex-grow: 1;
	}

.ck.ck-input-color > div.ck.ck-dropdown {
		min-width: auto;

		/* This dropdown has no arrow but a color preview instead. */
	}

.ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow {
			display: none;
		}

.ck.ck-input-color .ck.ck-input-color__button {
		/* Resolving issue with misaligned buttons on Safari (see #10589) */
		display: flex;
	}

.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview {
			position: relative;
			overflow: hidden;
		}

.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
				position: absolute;
				display: block;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-table-form .ck-form__row.ck-table-form__border-row {
			flex-wrap: wrap;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__background-row {
			flex-wrap: wrap;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
			flex-wrap: wrap;
			align-items: center;
		}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view {
				display: flex;
				flex-direction: column-reverse;
				align-items: center;
			}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown {
					flex-grow: 0;
				}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
				flex-grow: 0;
			}

.ck.ck-table-form .ck.ck-labeled-field-view {
		/* Allow absolute positioning of the status (error) balloons. */
		position: relative;
	}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
			position: absolute;
			left: 50%;
			bottom: calc( -1 * var(--ck-table-properties-error-arrow-size) );
			transform: translate(-50%,100%);

			/* Make sure the balloon status stays on top of other form elements. */
			z-index: 1;

			/* The arrow pointing towards the field. */
		}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status::after {
				content: "";
				position: absolute;
				top: calc( -1 * var(--ck-table-properties-error-arrow-size) );
				left: 50%;
				transform: translateX( -50% );
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
			flex-wrap: wrap;
			flex-basis: 0;
			align-content: baseline;
		}

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items {
				flex-wrap: nowrap;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-selector-caption-background: hsl(0, 0%, 97%);
	--ck-color-selector-caption-text: hsl(0, 0%, 20%);
	--ck-color-selector-caption-highlighted-background: hsl(52deg 100% 50%);
}

/* Content styles */
.ck-content .table > figcaption {
	display: table-caption;
	caption-side: top;
	word-break: break-word;
	text-align: center;
	color: var(--ck-color-selector-caption-text);
	background-color: var(--ck-color-selector-caption-background);
	padding: .6em;
	font-size: .75em;
	outline-offset: -1px;

	/* Improve placeholder rendering in high-constrast mode (https://github.com/ckeditor/ckeditor5/issues/14907). */
}
@media (forced-colors: active) {
		.ck-content .table > figcaption {
		background-color: unset;
		color: unset;
		}
	}

/* Editing styles */
@media (forced-colors: none) {
		.ck.ck-editor__editable .table > figcaption.table__caption_highlighted {
			animation: ck-table-caption-highlight .6s ease-out;
		}
	}
.ck.ck-editor__editable .table > figcaption.ck-placeholder::before {
		padding-left: inherit;
		padding-right: inherit;

		/*
		 * Make sure the table caption placeholder doesn't overflow the placeholder area.
		 * See https://github.com/ckeditor/ckeditor5/issues/9162.
		 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

@keyframes ck-table-caption-highlight {
	0% {
		background-color: var(--ck-color-selector-caption-highlighted-background);
	}

	100% {
		background-color: var(--ck-color-selector-caption-background);
	}
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-selector-column-resizer-hover: var(--ck-color-base-active);
	--ck-table-column-resizer-width: 7px;

	/* The offset used for absolute positioning of the resizer element, so that it is placed exactly above the cell border.
	   The value is: minus half the width of the resizer decreased additionaly by the half the width of the border (0.5px). */
	--ck-table-column-resizer-position-offset: calc(var(--ck-table-column-resizer-width) * -0.5 - 0.5px);
}

.ck-content .table .ck-table-resized {
	table-layout: fixed;
}

.ck-content .table table {
	overflow: hidden;
}

.ck-content .table td,
.ck-content .table th {
	/* To prevent text overflowing beyond its cell when columns are resized by resize handler
	(https://github.com/ckeditor/ckeditor5/pull/14379#issuecomment-1589460978). */
	overflow-wrap: break-word;
	position: relative;
}

.ck.ck-editor__editable .table .ck-table-column-resizer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: var(--ck-table-column-resizer-position-offset);
	width: var(--ck-table-column-resizer-width);
	cursor: col-resize;
	-webkit-user-select: none;
	        user-select: none;
	z-index: var(--ck-z-default);
}

.ck.ck-editor__editable.ck-column-resize_disabled .table .ck-table-column-resizer {
	display: none;
}

/* The resizer elements, which are extended to an extremely high height, break the drag & drop feature in Chrome. To make it work again,
   all resizers must be hidden while the table is dragged. */
.ck.ck-editor__editable .table[draggable] .ck-table-column-resizer {
	display: none;
}

.ck.ck-editor__editable .table .ck-table-column-resizer:hover,
.ck.ck-editor__editable .table .ck-table-column-resizer__active {
	background-color: var(--ck-color-selector-column-resizer-hover);
	opacity: 0.25;
	/* The resizer element resides in each cell so to occupy the entire height of the table, which is unknown from a CSS point of view,
	   it is extended to an extremely high height. Even for screens with a very high pixel density, the resizer will fulfill its role as
	   it should, i.e. for a screen of 476 ppi the total height of the resizer will take over 350 sheets of A4 format, which is totally
	   unrealistic height for a single table. */
	top: -999999px;
	bottom: -999999px;
}

.ck.ck-editor__editable[dir=rtl] .table .ck-table-column-resizer {
	left: var(--ck-table-column-resizer-position-offset);
	right: unset;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * A class which hides an element in DOM.
 */

.ck-hidden {
	/* Override selector specificity. Otherwise, all elements with some display
	style defined will override this one, which is not a desired result. */
	display: none !important;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-z-default: 1;
	--ck-z-panel: calc( var(--ck-z-default) + 999 );
	--ck-z-dialog: 9999;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/**
 * A class that disables all transitions of the element and its children.
 */
.ck-transitions-disabled,
.ck-transitions-disabled * {
	transition: none !important;
}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/* where 7.5(px) is the font size of the powered by label and 13(px) is the base font size. */
	--ck-powered-by-font-size: calc(var(--ck-font-size-base) * 7.5 / 13);
	/* where 10(px) is the line height of the powered by label and 13(px) is the base font size. */
	--ck-powered-by-line-height: calc(var(--ck-font-size-base) * 10 / 13);
	/* where -0.2(px) is the letter spacing of the powered by label and 13(px) is the base font size. */
	--ck-powered-by-letter-spacing: calc(var(--ck-font-size-base) * -0.2 / 13);
	--ck-powered-by-padding-vertical: 2px;
	--ck-powered-by-padding-horizontal: 4px;
	--ck-powered-by-text-color: hsl(0, 0%, 31%);
	--ck-powered-by-border-radius: var(--ck-border-radius);
	--ck-powered-by-background: hsl(0, 0%, 100%);
	--ck-powered-by-border-color: var(--ck-color-focus-border);

	--ck-powered-by-svg-width: 53;
	--ck-powered-by-svg-height: 10;
	--ck-powered-by-icon-width: calc(var(--ck-font-size-base) * var(--ck-powered-by-svg-width) / 13);
	--ck-powered-by-icon-height: calc(var(--ck-font-size-base) * var(--ck-powered-by-svg-height) / 13);
}
.ck.ck-balloon-panel.ck-powered-by-balloon {
	--ck-border-radius: var(--ck-powered-by-border-radius);

	box-shadow: none;
	background: var(--ck-powered-by-background);
	min-height: unset;
	z-index: calc( var(--ck-z-panel) - 1 );
}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
		line-height: var(--ck-powered-by-line-height);
	}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by a {
			cursor: pointer;
			display: flex;
			align-items: center;
			opacity: .66;
			filter: grayscale(80%);
			line-height: var(--ck-powered-by-line-height);
			padding: var(--ck-powered-by-padding-vertical) var(--ck-powered-by-padding-horizontal);
		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-powered-by__label {
			font-size: var(--ck-powered-by-font-size);
			letter-spacing: var(--ck-powered-by-letter-spacing);
			padding-left: 2px;
			text-transform: uppercase;
			font-weight: bold;
			margin-right: 4px;
			cursor: pointer;
			line-height: normal;
			color: var(--ck-powered-by-text-color);

		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-icon {
			display: block;
			cursor: pointer;
			width: var(--ck-powered-by-icon-width);
			height: var(--ck-powered-by-icon-height);
		}
.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by:hover a {
				filter: grayscale(0%);
				opacity: 1;
			}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_inside"] {
		border-color: transparent;
	}
.ck.ck-balloon-panel.ck-powered-by-balloon[class*="position_border"] {
		border: var(--ck-focus-ring);
		border-color: var(--ck-powered-by-border-color);
	}
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	/* where 7.5(px) is the font size of the evaluation badge label and 13(px) is the base font size. */
	--ck-evaluation-badge-font-size: calc(var(--ck-font-size-base) * 7.5 / 13);
	/* where 7.5(px) is the line height of the evaluation badge label and 13(px) is the base font size. */
	--ck-evaluation-badge-line-height: calc(var(--ck-font-size-base) * 7.5 / 13);
	/* where -0.2(px) is the letter spacing of the evaluation badge label and 13(px) is the base font size. */
	--ck-evaluation-badge-letter-spacing: calc(var(--ck-font-size-base) * -0.2 / 13);
	--ck-evaluation-badge-padding-vertical: 2px;
	--ck-evaluation-badge-padding-horizontal: 4px;
	--ck-evaluation-badge-text-color: hsl(0, 0%, 31%);
	--ck-evaluation-badge-border-radius: var(--ck-border-radius);
	--ck-evaluation-badge-background: hsl(0, 0%, 100%);
	--ck-evaluation-badge-border-color: var(--ck-color-focus-border);
}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon {
	--ck-border-radius: var(--ck-evaluation-badge-border-radius);

	box-shadow: none;
	background: var(--ck-evaluation-badge-background);
	min-height: unset;
	z-index: calc( var(--ck-z-panel) - 1 );
}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon .ck.ck-evaluation-badge {
		line-height: var(--ck-evaluation-badge-line-height);
		padding: var(--ck-evaluation-badge-padding-vertical) var(--ck-evaluation-badge-padding-horizontal);
	}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon .ck.ck-evaluation-badge .ck-evaluation-badge__label {
			display: block;
			padding: 0 2px;
			font-size: var(--ck-evaluation-badge-font-size);
			letter-spacing: var(--ck-evaluation-badge-letter-spacing);
			font-weight: bold;
			line-height: normal;
			text-transform: uppercase;
			color: var(--ck-evaluation-badge-text-color);
		}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon[class*="position_inside"] {
		border-color: transparent;
	}
.ck.ck-balloon-panel.ck-evaluation-badge-balloon[class*="position_border"] {
		border: var(--ck-focus-ring);
		border-color: var(--ck-evaluation-badge-border-color);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Makes element unselectable.
 */
/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-button,
a.ck.ck-button {
	-webkit-user-select: none;
	user-select: none;

	position: relative;
	display: inline-flex;
	align-items: center;
}

[dir="ltr"] .ck.ck-button, [dir="ltr"] a.ck.ck-button {
		justify-content: left;
	}

[dir="rtl"] .ck.ck-button, [dir="rtl"] a.ck.ck-button {
		justify-content: right;
	}

.ck.ck-button .ck-button__label, a.ck.ck-button .ck-button__label {
		display: none;
	}

.ck.ck-button.ck-button_with-text .ck-button__label, a.ck.ck-button.ck-button_with-text .ck-button__label {
			display: inline-block;
		}

/* Center the icon horizontally in a button without text. */

.ck.ck-button:not(.ck-button_with-text),  a.ck.ck-button:not(.ck-button_with-text)  {
		justify-content: center;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-button.ck-switchbutton .ck-button__toggle {
		display: block;
	}

.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
			display: block;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-list-item-button {
	min-height: unset;
	width: 100%;
	border-radius: 0;
}

[dir="ltr"] .ck.ck-list-item-button {
		text-align: left;
	}

[dir="rtl"] .ck.ck-list-item-button {
		text-align: right;
	}

[dir="ltr"] .ck.ck-list-item-button.ck-list-item-button_toggleable {
			padding-left: var(--ck-spacing-small);
	}

[dir="rtl"] .ck.ck-list-item-button.ck-list-item-button_toggleable {
			padding-right: var(--ck-spacing-small);
	}

.ck.ck-list-item-button .ck-list-item-button__check-holder {
		display: inline-flex;
		width: .9em;
		height: .9em;
	}

[dir="ltr"] .ck.ck-list-item-button .ck-list-item-button__check-holder {
			margin-right: var(--ck-spacing-small);
	}

[dir="rtl"] .ck.ck-list-item-button .ck-list-item-button__check-holder {
			margin-left: var(--ck-spacing-small);
	}

.ck.ck-list-item-button .ck-list-item-button__check-icon {
		height: 100%;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-collapsible.ck-collapsible_collapsed > .ck-collapsible__children {
		display: none;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-color-grid {
	display: grid;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.color-picker-hex-input {
	width: max-content;
}

.color-picker-hex-input .ck.ck-input {
		min-width: unset;
	}

.ck.ck-color-picker__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: var(--ck-spacing-large) 0 0;
	width: unset;
}

.ck.ck-color-picker__row .ck.ck-labeled-field-view {
		padding-top: unset;
	}

.ck.ck-color-picker__row .ck.ck-input-text {
		width: unset;
	}

.ck.ck-color-picker__row .ck-color-picker__hash-view {
		padding-top: var(--ck-spacing-tiny);
		padding-right: var(--ck-spacing-medium);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* View fragment with color grids. */

.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color,
		.ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
			display: flex;
			align-items: center;
		}

[dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__remove-color, [dir="rtl"] .ck.ck-color-selector .ck-color-grids-fragment .ck-button.ck-color-selector__color-picker {
				justify-content: flex-start;
	}

/* View fragment with a color picker. */

.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar {
			display: flex;
			flex-direction: row;
			justify-content: space-around;
		}

.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-save,
			.ck.ck-color-selector .ck-color-picker-fragment .ck.ck-color-selector_action-bar .ck-button-cancel {
				flex: 1
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-dialog .ck.ck-dialog__actions {
		display: flex;
		justify-content: flex-end;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-dialog-overlay {
	-webkit-user-select: none;
	        user-select: none;
	overscroll-behavior: none;

	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.ck.ck-dialog-overlay.ck-dialog-overlay__transparent {
		pointer-events: none;
		animation: none;
		background: none;
	}

.ck.ck-dialog {
	overscroll-behavior: none;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
}

.ck.ck-dialog .ck.ck-form__header  {
		flex-shrink: 0;
	}

/* Modals should not be draggable. */

.ck.ck-dialog:not(.ck-dialog_modal) .ck.ck-form__header .ck-form__header__label {
			cursor: grab;
		}

.ck.ck-dialog-overlay.ck-dialog-overlay__transparent .ck.ck-dialog {
		pointer-events: all;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-dropdown-max-width: 75vw;
}

.ck.ck-dropdown {
	display: inline-block;
	position: relative;
}

.ck.ck-dropdown .ck-dropdown__arrow {
		pointer-events: none;
		z-index: var(--ck-z-default);
	}

/* Dropdown button should span horizontally, e.g. in vertical toolbars */

.ck.ck-dropdown .ck-button.ck-dropdown__button {
		width: 100%;
	}

.ck.ck-dropdown .ck-dropdown__panel {
		display: none;
		z-index: var(--ck-z-panel);
		max-width: var(--ck-dropdown-max-width);

		position: absolute;
	}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible {
			display: inline-block;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme {
			bottom: 100%;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s {
			/*
			 * Using transform: translate3d( 0, 100%, 0 ) causes blurry dropdown on Chrome 67-78+ on non-retina displays.
			 * See https://github.com/ckeditor/ckeditor5/issues/1053.
			 */
			top: 100%;
			bottom: auto;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
			left: 0px;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
			right: 0px;
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n {
			/* Positioning panels relative to the center of the button */
			left: 50%;
			transform: translateX(-50%);
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw {
			/* Positioning panels relative to the middle-west of the button */
			left: 75%;
			transform: translateX(-75%);
		}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme,
		.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme {
			/* Positioning panels relative to the middle-east of the button */
			left: 25%;
			transform: translateX(-25%);
		}

/*
 * Toolbar dropdown panels should be always above the UI (eg. other dropdown panels) from the editor's content.
 * See https://github.com/ckeditor/ckeditor5/issues/7874
 */
.ck.ck-toolbar .ck-dropdown__panel {
	z-index: calc( var(--ck-z-panel) + 1 );
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-splitbutton {
	/* Enable font size inheritance, which allows fluid UI scaling. */
	font-size: inherit;
}

.ck.ck-splitbutton .ck-splitbutton__action:focus {
		z-index: calc(var(--ck-z-default) + 1);
	}


/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-toolbar-dropdown-max-width: 60vw;
}

.ck.ck-toolbar-dropdown > .ck-dropdown__panel {
	/* https://github.com/ckeditor/ckeditor5/issues/5586 */
	width: max-content;
	max-width: var(--ck-toolbar-dropdown-max-width);
}

.ck.ck-toolbar-dropdown > .ck-dropdown__panel .ck-button:focus {
			z-index: calc(var(--ck-z-default) + 1);
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-dropdown-menu-list__nested-menu__button > .ck-dropdown-menu-list__nested-menu__button__arrow {
	pointer-events: none;
	z-index: var(--ck-z-default);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-balloon-panel.ck-dropdown-menu__nested-menu__panel {
	position: absolute;
	max-height: 314px; /* With the default settings, this is equal to 10 menu items. */
	overflow-y: auto;
	z-index: calc(var(--ck-z-panel) + 1);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-dropdown-menu-list__nested-menu {
	display: block;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-aria-live-announcer {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.ck.ck-aria-live-region-list {
	list-style-type: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-form__header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.ck.ck-form__header h2.ck-form__header__label {
		flex-grow: 1;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-icon {
	vertical-align: middle;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-label {
	display: block;
}

.ck.ck-voice-label {
	display: none;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
		display: flex;
		position: relative;
	}

.ck.ck-labeled-field-view .ck.ck-label {
		display: block;
		position: absolute;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Makes element unselectable.
 */

.ck.ck-list {
	-webkit-user-select: none;
	user-select: none;

	display: flex;
	flex-direction: column;
}

.ck.ck-list .ck-list__item,
	.ck.ck-list .ck-list__separator {
		display: block;
	}

/* Make sure that whatever child of the list item gets focus, it remains on the
	top. Thanks to that, styles like box-shadow, outline, etc. are not masked by
	adjacent list items. */

.ck.ck-list .ck-list__item > *:focus {
		position: relative;
		z-index: var(--ck-z-default);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	/* Make sure the balloon arrow does not float over its children. */
	--ck-balloon-panel-arrow-z-index: calc(var(--ck-z-default) - 3);
}

.ck.ck-balloon-panel {
	display: none;
	position: absolute;

	z-index: var(--ck-z-panel);
}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before,
		.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			content: "";
			position: absolute;
		}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel[class*="arrow_n"]::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel[class*="arrow_n"]::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel[class*="arrow_s"]::before {
			z-index: var(--ck-balloon-panel-arrow-z-index);
		}

.ck.ck-balloon-panel[class*="arrow_s"]::after {
			z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
		}

.ck.ck-balloon-panel.ck-balloon-panel_visible {
		display: block;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-balloon-rotator__navigation {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Buttons inside a toolbar should be centered when rotator bar is wider.
 * See: https://github.com/ckeditor/ckeditor5-ui/issues/495
 */
.ck .ck-balloon-rotator__content .ck-toolbar {
	justify-content: center;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-fake-panel {
	position: absolute;

	/* Fake panels should be placed under main balloon content. */
	z-index: calc(var(--ck-z-panel) - 1);
}

.ck .ck-fake-panel div {
	position: absolute;
}

.ck .ck-fake-panel div:nth-child( 1 ) {
	z-index: 2;
}

.ck .ck-fake-panel div:nth-child( 2 ) {
	z-index: 1;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
		z-index: var(--ck-z-panel); /* #315 */
		position: fixed;
		top: 0;
	}

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit {
		top: auto;
		position: absolute;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-autocomplete {
	position: relative;
}

.ck.ck-autocomplete > .ck-search__results {
		position: absolute;
		z-index: var(--ck-z-panel);
	}

.ck.ck-autocomplete > .ck-search__results.ck-search__results_n {
			bottom: 100%;
		}

.ck.ck-autocomplete > .ck-search__results.ck-search__results_s {
			top: 100%;
			bottom: auto;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}

[dir="ltr"] .ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
				left: var(--ck-spacing-medium);
	}

[dir="rtl"] .ck.ck-search > .ck-labeled-field-view > .ck-labeled-field-view__input-wrapper > .ck-icon {
				right: var(--ck-spacing-medium);
	}

.ck.ck-search > .ck-labeled-field-view .ck-search__reset {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
		}

.ck.ck-search > .ck-search__results > .ck-search__info > span:first-child {
				display: block;
			}

/* Hide the filtered view when nothing was found */

.ck.ck-search > .ck-search__results > .ck-search__info:not(.ck-hidden) ~ * {
				display: none;
			}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-highlighted-text mark {
	background: var(--ck-color-highlight-background);
	vertical-align: initial;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Makes element unselectable.
 */

.ck.ck-balloon-panel.ck-tooltip {
	-webkit-user-select: none;
	user-select: none;

	z-index: calc( var(--ck-z-dialog) + 100 );
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-toolbar-spinner-size: 18px;
}

.ck.ck-spinner-container {
	display: block;
	position: relative;
}

.ck.ck-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	z-index: 1;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/**
 * Makes element unselectable.
 */

.ck.ck-toolbar {
	-webkit-user-select: none;
	user-select: none;

	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.ck.ck-toolbar > .ck-toolbar__items {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		flex-grow: 1;

	}

.ck.ck-toolbar .ck.ck-toolbar__separator {
		display: inline-block;

		/*
		 * A leading or trailing separator makes no sense (separates from nothing on one side).
		 * For instance, it can happen when toolbar items (also separators) are getting grouped one by one and
		 * moved to another toolbar in the dropdown.
		 */
	}

.ck.ck-toolbar .ck.ck-toolbar__separator:first-child,
		.ck.ck-toolbar .ck.ck-toolbar__separator:last-child {
			display: none;
		}

.ck.ck-toolbar .ck-toolbar__line-break {
		flex-basis: 100%;
	}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
		flex-wrap: nowrap;
	}

.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items {
		flex-direction: column;
	}

.ck.ck-toolbar.ck-toolbar_floating > .ck-toolbar__items {
		flex-wrap: nowrap;
	}

.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown > .ck-dropdown__button .ck-dropdown__arrow {
			display: none;
		}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-block-toolbar-button {
	position: absolute;
	z-index: var(--ck-z-default);
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-menu-bar__menu > .ck-menu-bar__menu__button > .ck-menu-bar__menu__button__arrow {
		pointer-events: none;
		z-index: var(--ck-z-default);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-menu-bar-menu-max-width: 75vw;
	--ck-menu-bar-nested-menu-horizontal-offset: 5px;
}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel {
	z-index: var(--ck-z-panel);
	max-width: var(--ck-menu-bar-menu-max-width);
	position: absolute;
}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw {
		bottom: 100%;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		top: 100%;
		bottom: auto;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ne,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_se {
		left: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_nw,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_sw {
		right: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en {
		left: calc( 100% - var(--ck-menu-bar-nested-menu-horizontal-offset) );
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_es {
		top: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_en {
		bottom: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws,
	.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn {
		right: calc( 100% - var(--ck-menu-bar-nested-menu-horizontal-offset) );
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_ws {
		top: 0px;
	}

.ck.ck-menu-bar__menu > .ck.ck-menu-bar__menu__panel.ck-menu-bar__menu__panel_position_wn {
		bottom: 0px;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-menu-bar__menu {
	display: block;
	position: relative;
}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-color-resizer: var(--ck-color-focus-border);
	--ck-color-resizer-tooltip-background: hsl(0, 0%, 15%);
	--ck-color-resizer-tooltip-text: hsl(0, 0%, 95%);

	--ck-resizer-border-radius: var(--ck-border-radius);
	--ck-resizer-tooltip-offset: 10px;
	--ck-resizer-tooltip-height: calc(var(--ck-spacing-small) * 2 + 10px);
}

.ck .ck-widget {
	/* This is neccessary for type around UI to be positioned properly. */
	position: relative;
}

.ck .ck-widget.ck-widget_with-selection-handle {
	/* Make the widget wrapper a relative positioning container for the drag handle. */
	position: relative;
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
		position: absolute;
	}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
			/* Make sure the icon in not a subject to font-size or line-height to avoid
			unnecessary spacing around it. */
			display: block;
		}

/* Show the selection handle on mouse hover over the widget, but not for nested widgets. */

.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
		visibility: visible;
	}

/* Show the selection handle when the widget is selected, but not for nested widgets. */

.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle {
		visibility: visible;
	}

.ck .ck-size-view {
	background: var(--ck-color-resizer-tooltip-background);
	color: var(--ck-color-resizer-tooltip-text);
	border: 1px solid var(--ck-color-resizer-tooltip-text);
	border-radius: var(--ck-resizer-border-radius);
	font-size: var(--ck-font-size-tiny);
	display: block;
	padding: 0 var(--ck-spacing-small);
	height: var(--ck-resizer-tooltip-height);
	line-height: var(--ck-resizer-tooltip-height);
}

.ck .ck-size-view.ck-orientation-top-left,
	.ck .ck-size-view.ck-orientation-top-right,
	.ck .ck-size-view.ck-orientation-bottom-right,
	.ck .ck-size-view.ck-orientation-bottom-left,
	.ck .ck-size-view.ck-orientation-above-center {
		position: absolute;
	}

.ck .ck-size-view.ck-orientation-top-left {
		top: var(--ck-resizer-tooltip-offset);
		left: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-top-right {
		top: var(--ck-resizer-tooltip-offset);
		right: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-bottom-right {
		bottom: var(--ck-resizer-tooltip-offset);
		right: var(--ck-resizer-tooltip-offset);
	}

.ck .ck-size-view.ck-orientation-bottom-left {
		bottom: var(--ck-resizer-tooltip-offset);
		left: var(--ck-resizer-tooltip-offset);
	}

/* Class applied if the widget is too small to contain the size label */

.ck .ck-size-view.ck-orientation-above-center {
		top: calc(var(--ck-resizer-tooltip-height) * -1);
		left: 50%;
		transform: translate(-50%);
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck .ck-widget_with-resizer {
	/* Make the widget wrapper a relative positioning container for the drag handle. */
	position: relative;
}

.ck .ck-widget__resizer {
	display: none;
	position: absolute;

	/* The wrapper itself should not interfere with the pointer device, only the handles should. */
	pointer-events: none;

	left: 0;
	top: 0;
}

.ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer {
		display: block;
	}

.ck .ck-widget__resizer__handle {
	position: absolute;

	/* Resizers are the only UI elements that should interfere with a pointer device. */
	pointer-events: all;
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left,
	.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right {
		cursor: nwse-resize;
	}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right,
	.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left {
		cursor: nesw-resize;
	}

/*
 * Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/*
	 * Styles of the type around buttons
	 */

.ck .ck-widget .ck-widget__type-around__button {
		display: block;
		position: absolute;
		overflow: hidden;
		z-index: var(--ck-z-default);
	}

.ck .ck-widget .ck-widget__type-around__button svg {
			position: absolute;
			top: 50%;
			left: 50%;
			z-index: calc(var(--ck-z-default) + 2);
		}

.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before {
			/* Place it in the middle of the outline */
			top: calc(-0.5 * var(--ck-widget-outline-thickness));
			left: min(10%, 30px);

			transform: translateY(-50%);
		}

.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after {
			/* Place it in the middle of the outline */
			bottom: calc(-0.5 * var(--ck-widget-outline-thickness));
			right: min(10%, 30px);

			transform: translateY(50%);
		}

/*
	 * Styles for the buttons when:
	 * - the widget is selected,
	 * - or the button is being hovered (regardless of the widget state).
	 */

.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button::after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover::after {
			content: "";
			display: block;
			position: absolute;
			top: 1px;
			left: 1px;
			z-index: calc(var(--ck-z-default) + 1);
		}

/*
	 * Styles for the horizontal "fake caret" which is displayed when the user navigates using the keyboard.
	 */

.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}

/*
	 * When the widget is hovered the "fake caret" would normally be narrower than the
	 * extra outline displayed around the widget. Let's extend the "fake caret" to match
	 * the full width of the widget.
	 */

.ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		left: calc( -1 * var(--ck-widget-outline-thickness) );
		right: calc( -1 * var(--ck-widget-outline-thickness) );
	}

/*
	 * Styles for the horizontal "fake caret" when it should be displayed before the widget (backward keyboard navigation).
	 */

.ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		top: calc( -1 * var(--ck-widget-outline-thickness) - 1px );
		display: block;
	}

/*
	 * Styles for the horizontal "fake caret" when it should be displayed after the widget (forward keyboard navigation).
	 */

.ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
		bottom: calc( -1 * var(--ck-widget-outline-thickness) - 1px );
		display: block;
	}

/*
 * Integration with the read-only mode of the editor.
 */
.ck.ck-editor__editable.ck-read-only .ck-widget__type-around {
	display: none;
}

/*
 * Integration with the restricted editing mode (feature) of the editor.
 */
.ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around {
	display: none;
}

/*
 * Integration with the #isEnabled property of the WidgetTypeAround plugin.
 */
.ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around {
	display: none;
}

/*# sourceMappingURL=ckeditor5.css.map */
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #03002f;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #03002f;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #03002f;
}
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff4081;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ff4081;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081;
}
.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-mdc-card {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #03002f;
  --mdc-linear-progress-track-color: rgba(3, 0, 47, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(3, 0, 47, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(3, 0, 47, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(3, 0, 47, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(3, 0, 47, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(3, 0, 47, 0.25));
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff4081;
  --mdc-linear-progress-track-color: rgba(255, 64, 129, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(255, 64, 129, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(255, 64, 129, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 64, 129, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(255, 64, 129, 0.25));
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
.mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-caret-color: #03002f;
  --mdc-filled-text-field-focus-active-indicator-color: #03002f;
  --mdc-filled-text-field-focus-label-text-color: rgba(3, 0, 47, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #03002f;
  --mdc-outlined-text-field-focus-outline-color: #03002f;
  --mdc-outlined-text-field-focus-label-text-color: rgba(3, 0, 47, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}

.mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}

.mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(3, 0, 47, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff4081;
  --mdc-filled-text-field-focus-active-indicator-color: #ff4081;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color: #ff4081;
  --mdc-outlined-text-field-focus-outline-color: #ff4081;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}

.mat-mdc-form-field-infix {
  min-height: 56px;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(3, 0, 47, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-autocomplete-background-color: white;
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-elevated-container-color: #03002f;
  --mdc-chip-elevated-disabled-container-color: #03002f;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #16265a;
  --mdc-switch-selected-handle-color: #16265a;
  --mdc-switch-selected-hover-state-layer-color: #16265a;
  --mdc-switch-selected-pressed-state-layer-color: #16265a;
  --mdc-switch-selected-focus-handle-color: #03002f;
  --mdc-switch-selected-hover-handle-color: #03002f;
  --mdc-switch-selected-pressed-handle-color: #03002f;
  --mdc-switch-selected-focus-track-color: #5c658a;
  --mdc-switch-selected-hover-track-color: #5c658a;
  --mdc-switch-selected-pressed-track-color: #5c658a;
  --mdc-switch-selected-track-color: #5c658a;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #03002f;
  --mdc-radio-selected-hover-icon-color: #03002f;
  --mdc-radio-selected-icon-color: #03002f;
  --mdc-radio-selected-pressed-icon-color: #03002f;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #03002f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ff4081;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #03002f;
  --mdc-slider-focus-handle-color: #03002f;
  --mdc-slider-hover-handle-color: #03002f;
  --mdc-slider-active-track-color: #03002f;
  --mdc-slider-inactive-track-color: #03002f;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #03002f;
  --mat-mdc-slider-ripple-color: #03002f;
  --mat-mdc-slider-hover-ripple-color: rgba(3, 0, 47, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(3, 0, 47, 0.2);
}
.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mat-mdc-slider-ripple-color: #ff4081;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, 0.2);
}
.mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #03002f;
  --mdc-radio-selected-hover-icon-color: #03002f;
  --mdc-radio-selected-icon-color: #03002f;
  --mdc-radio-selected-pressed-icon-color: #03002f;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #03002f;
  --mdc-checkbox-selected-hover-icon-color: #03002f;
  --mdc-checkbox-selected-icon-color: #03002f;
  --mdc-checkbox-selected-pressed-icon-color: #03002f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #03002f;
  --mdc-checkbox-selected-hover-state-layer-color: #03002f;
  --mdc-checkbox-selected-pressed-state-layer-color: #03002f;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #03002f;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #03002f;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

.mat-mdc-list-base {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #03002f;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #03002f;
  --mat-tab-header-active-ripple-color: #03002f;
  --mat-tab-header-inactive-ripple-color: #03002f;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #03002f;
  --mat-tab-header-active-hover-label-text-color: #03002f;
  --mat-tab-header-active-focus-indicator-color: #03002f;
  --mat-tab-header-active-hover-indicator-color: #03002f;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff4081;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff4081;
  --mat-tab-header-active-ripple-color: #ff4081;
  --mat-tab-header-inactive-ripple-color: #ff4081;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff4081;
  --mat-tab-header-active-hover-label-text-color: #ff4081;
  --mat-tab-header-active-focus-indicator-color: #ff4081;
  --mat-tab-header-active-hover-indicator-color: #ff4081;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #03002f;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff4081;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}

html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #03002f;
  --mdc-checkbox-selected-hover-icon-color: #03002f;
  --mdc-checkbox-selected-icon-color: #03002f;
  --mdc-checkbox-selected-pressed-icon-color: #03002f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #03002f;
  --mdc-checkbox-selected-hover-state-layer-color: #03002f;
  --mdc-checkbox-selected-pressed-state-layer-color: #03002f;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #03002f;
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081;
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #03002f;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #03002f;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #03002f;
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081;
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}

.mat-mdc-button, .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-button.mat-primary, .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #03002f;
  --mat-mdc-button-ripple-color: rgba(3, 0, 47, 0.1);
}
.mat-mdc-button.mat-accent, .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn, .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-raised-button, .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-raised-button.mat-primary, .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent, .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn, .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}

.mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #03002f;
  --mat-mdc-button-persistent-ripple-color: #03002f;
  --mat-mdc-button-ripple-color: rgba(3, 0, 47, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

.mat-mdc-fab,
.mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #03002f;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ff4081;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ff4081;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #03002f;
}
.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff4081;
}
.mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

html {
  --mat-badge-background-color: #03002f;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #ff4081;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-date-selected-state-background-color: #03002f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 0, 47, 0.4);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(3, 0, 47, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(3, 0, 47, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #03002f;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(3, 0, 47, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #03002f;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-selected-state-icon-background-color: #03002f;
  --mat-stepper-header-done-state-icon-background-color: #03002f;
  --mat-stepper-header-edit-state-icon-background-color: #03002f;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

.mat-sort-header-arrow {
  color: #757575;
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #03002f;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

.mat-tree {
  background: white;
}

.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

/* You can add global styles to this file, and also import other style files */
:root {
  /*******************************/
  /*******************************/
  --h1_size: 48px;
  --h1_lineheight: 58px;
  --h1_fontweight: 700;
  --h1_size_md: 40px;
  --h1_lineheight_md: 48px;
  --h1_fontweight_md: 700;
  --h2_size: 40px;
  --h2_lineheight: 48px;
  --h2_fontweight: 600;
  --h2_size_md: 32px;
  --h2_lineheight_md: 40px;
  --h2_fontweight_md: 600;
  --h3_size: 32px;
  --h3_lineheight: 40px;
  --h3_fontweight: 600;
  --h3_size_md: 24px;
  --h3_lineheight_md: 32px;
  --h3_fontweight_md: 600;
  --h4_size: 24px;
  --h4_lineheight: 32px;
  --h4_fontweight: 600;
  --h4_size_md: 18px;
  --h4_lineheight_md: 24px;
  --h4_fontweight_md: 600;
  --h5_size: 20px;
  --h5_lineheight: 28px;
  --h5_fontweight: 600;
  --h5_size_md: 16px;
  --h5_lineheight_md: 24px;
  --h5_fontweight_md: 600;
  --h6_size: 16px;
  --h6_lineheight: 24px;
  --h6_fontweight: 600;
  --h6_size_md: 14px;
  --h6_lineheight_md: 20px;
  --h6_fontweight_md: 600;
  /*******************************/
  --t1_size: 20px;
  --t1_lineheight: 28px;
  --t1_fontweight: 400;
  --t1_size_md: 18px;
  --t1_lineheight_md: 24px;
  --t1_fontweight_md: 400;
  --t2_size: 16px;
  --t2_lineheight: 24px;
  --t2_fontweight: 300;
  --t2_size_md: 14px;
  --t2_lineheight_md: 20px;
  --t2_fontweight_md: 300;
  /*******************************/
  --p1_size: 16px;
  --p1_lineheight: 28px;
  --p1_fontweight: 400;
  --p1_size_md: 14px;
  --p1_lineheight_md: 24px;
  --p1_fontweight_md: 400;
  --p2_size: 14px;
  --p2_lineheight: 24px;
  --p2_fontweight: 400;
  --p2_size_md: 12px;
  --p2_lineheight_md: 20px;
  --p2_fontweight_md: 400;
  /*******************************/
  --l1_size: 14px;
  --l1_lineheight: 20px;
  --l1_fontweight: 300;
  --l1_size_md: 12px;
  --l1_lineheight_md: 16px;
  --l1_fontweight_md: 300;
  --l2_size: 12px;
  --l2_lineheight: 16px;
  --l2_fontweight: 400;
  --l2_size_md: 10px;
  --l2_lineheight_md: 12px;
  --l2_fontweight_md: 400;
  --l3_size: 12px;
  --l3_lineheight: 16px;
  --l3_fontweight: 500;
  --l3_size_md: 10px;
  --l3_lineheight_md: 12px;
  --l3_fontweight_md: 500;
  --l4_size: 10px;
  --l4_lineheight: 16px;
  --l4_fontweight: 400;
  --l4_size_md: 8px;
  --l4_lineheight_md: 12px;
  --l4_fontweight_md: 400;
  /*******************************/
  --b1_size: 16px;
  --b1_lineheight: 24px;
  --b1_fontweight: 600;
  --b1_size_md: 16px;
  --b1_lineheight_md: 24px;
  --b1_fontweight_md: 600;
  --b2_size: 14px;
  --b2_lineheight: 20px;
  --b2_fontweight: 600;
  --b2_size_md: 14px;
  --b2_lineheight_md: 20px;
  --b2_fontweight_md: 600;
  --b3_size: 12px;
  --b3_lineheight: 18px;
  --b3_fontweight: 600;
  --b3_size_md: 12px;
  --b3_lineheight_md: 16px;
  --b3_fontweight_md: 600;
  --primary50: #e9e8fd;
  --primary500: #2716e9;
  --primary700: #1c10a5;
  --secondary: #FCB619;
  --surface10: #FCFCFD;
  --surface20: #F5F5F5;
  --surface50: #ECECED;
  --surface100: #C3C4C7;
  --surface200: #A6A8AC;
  --surface300: #7D8086;
  --surface500: #3D414B;
  --surface700: #2B2E35;
  --surface800: #1E2025;
  --surface900: #121317;
  --success: #0b8c20;
  --danger: #c3202f;
  --warning: #ff7a03;
  --color_4: #fafafa;
  --color_3: #a6a8ac;
  --border2: #c3c4c7;
  --btn-bg-color: transparent;
  --btn-font-color: inherit;
  --btn-font-size: 1rem;
  --btn-line-height: 1.25rem;
  --btn-font-weight: 600;
  --btn-border-color: transparent;
  --btn-padding: 0.8125rem 2rem;
  --btn-border-radius: 0.5rem;
  --btn-border-width: 1px;
}

/*! tailwindcss v3.3.3 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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. 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-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

h1{
  font-size: var(--h1_size);
  line-height: var(--h1_lineheight);
  font-weight: var(--h1_fontweight);
}

h2{
  font-size: var(--h2_size);
  line-height: var(--h2_lineheight);
  font-weight: var(--h2_fontweight);
}

h3{
  font-size: var(--h3_size);
  line-height: var(--h3_lineheight);
  font-weight: var(--h3_fontweight);
}

h4{
  font-size: var(--h4_size);
  line-height: var(--h4_lineheight);
  font-weight: var(--h4_fontweight);
}

h5{
  font-size: var(--h5_size);
  line-height: var(--h5_lineheight);
  font-weight: var(--h5_fontweight);
}

h6{
  font-size: var(--h6_size);
  line-height: var(--h6_lineheight);
  font-weight: var(--h6_fontweight);
}

@media (max-width: 767px) {
    h1{
    font-size: var(--h1_size_md);
    line-height: var(--h1_lineheight_md);
    font-weight: var(--h1_fontweight_md);
  }
    h2{
    font-size: var(--h2_size_md);
    line-height: var(--h2_lineheight_md);
    font-weight: var(--h2_fontweight_md);
  }
    h3{
    font-size: var(--h3_size_md);
    line-height: var(--h3_lineheight_md);
    font-weight: var(--h3_fontweight_md);
  }
    h4{
    font-size: var(--h4_size_md);
    line-height: var(--h4_lineheight_md);
    font-weight: var(--h4_fontweight_md);
  }
    h5{
    font-size: var(--h5_size_md);
    line-height: var(--h5_lineheight_md);
    font-weight: var(--h5_fontweight_md);
  }
    h6{
    font-size: var(--h6_size_md);
    line-height: var(--h6_lineheight_md);
    font-weight: var(--h6_fontweight_md);
  }
  }

.wrap-control input,
  .wrap-control textarea {
    outline: none;
  }

.wrap-control:has(input:enabled:focus, input:not(:placeholder-shown), textarea:focus, textarea:not(:placeholder-shown)) {
    border-color: var(--primary500);
  }

.wrap-control:has(input.is-invalid, textarea.is-invalid) {
    border-color: var(--danger);
  }

.wrap-control:has(*:disabled, *.disabled) {
    background: var(--surface50);
  }

.wrap-control:has(*:disabled, *.\!disabled) {
    background: var(--surface50) !important;
  }

.custom-dropdown .select-dropdown {
    transition: 0.5s ease;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
  }

.custom-dropdown.active {
    border-color: var(--primary500);
  }

.custom-dropdown.active .select-dropdown {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }

.custom-dropdown:has(.is-invalid) {
    border-color: var(--danger) !important;
  }

*, ::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%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.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: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  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(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.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: 1.5em;
  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: 1.25em;
  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;
  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(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.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: 1rem;
  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;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.-bottom-4{
  bottom: -1rem;
}
.-left-2{
  left: -0.5rem;
}
.-right-4{
  right: -1rem;
}
.-top-10{
  top: -2.5rem;
}
.-top-14{
  top: -3.5rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-7{
  top: 1.75rem;
}
.top-\[-750px\]{
  top: -750px;
}
.top-\[-9px\]{
  top: -9px;
}
.top-\[170px\]{
  top: 170px;
}
.top-\[25px\]{
  top: 25px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[999\]{
  z-index: 999;
}
.\!-m-px{
  margin: -1px !important;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-5{
  margin-left: -1.25rem;
}
.-ml-6{
  margin-left: -1.5rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[47px\]{
  margin-top: 47px;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.\!h-px{
  height: 1px !important;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-3\/5{
  height: 60%;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[136px\]{
  height: 136px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[210px\]{
  height: 210px;
}
.h-\[inherit\]{
  height: inherit;
}
.h-full{
  height: 100%;
}
.max-h-56{
  max-height: 14rem;
}
.max-h-\[140px\]{
  max-height: 140px;
}
.max-h-\[260px\]{
  max-height: 260px;
}
.max-h-\[340px\]{
  max-height: 340px;
}
.max-h-\[344px\]{
  max-height: 344px;
}
.max-h-\[380px\]{
  max-height: 380px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[401px\]{
  max-height: 401px;
}
.max-h-\[480px\]{
  max-height: 480px;
}
.min-h-\[16px\]{
  min-height: 16px;
}
.min-h-\[20px\]{
  min-height: 20px;
}
.min-h-\[276px\]{
  min-height: 276px;
}
.min-h-\[344px\]{
  min-height: 344px;
}
.min-h-\[401px\]{
  min-height: 401px;
}
.min-h-\[420px\]{
  min-height: 420px;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-\[8px\]{
  min-height: 8px;
}
.min-h-\[92vh\]{
  min-height: 92vh;
}
.\!w-14{
  width: 3.5rem !important;
}
.\!w-\[350px\]{
  width: 350px !important;
}
.\!w-px{
  width: 1px !important;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/5{
  width: 40%;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[136px\]{
  width: 136px;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[22\%\]{
  width: 22%;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[3\%\]{
  width: 3%;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[31\.5\%\]{
  width: 31.5%;
}
.w-\[4\%\]{
  width: 4%;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[428px\]{
  width: 428px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[47\%\]{
  width: 47%;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[539px\]{
  width: 539px;
}
.w-\[6\%\]{
  width: 6%;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[8\%\]{
  width: 8%;
}
.w-\[calc\(33\.333\%-1\.25rem\)\]{
  width: calc(33.333% - 1.25rem);
}
.w-\[calc\(50\%-0\.625rem\)\]{
  width: calc(50% - 0.625rem);
}
.w-\[inherit\]{
  width: inherit;
}
.w-full{
  width: 100%;
}
.w-max{
  width: max-content;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[10\%\]{
  min-width: 10%;
}
.min-w-\[1120px\]{
  min-width: 1120px;
}
.min-w-\[12\%\]{
  min-width: 12%;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[1350px\]{
  min-width: 1350px;
}
.min-w-\[1450px\]{
  min-width: 1450px;
}
.min-w-\[1460px\]{
  min-width: 1460px;
}
.min-w-\[15\%\]{
  min-width: 15%;
}
.min-w-\[16px\]{
  min-width: 16px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[20\%\]{
  min-width: 20%;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-\[22\%\]{
  min-width: 22%;
}
.min-w-\[2350px\]{
  min-width: 2350px;
}
.min-w-\[3\%\]{
  min-width: 3%;
}
.min-w-\[30\%\]{
  min-width: 30%;
}
.min-w-\[36px\]{
  min-width: 36px;
}
.min-w-\[40\%\]{
  min-width: 40%;
}
.min-w-\[5\%\]{
  min-width: 5%;
}
.min-w-\[50px\]{
  min-width: 50px;
}
.min-w-\[6\%\]{
  min-width: 6%;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-\[70px\]{
  min-width: 70px;
}
.min-w-\[8\%\]{
  min-width: 8%;
}
.min-w-\[8px\]{
  min-width: 8px;
}
.min-w-full{
  min-width: 100%;
}
.min-w-max{
  min-width: max-content;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[110px\]{
  max-width: 110px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[30px\]{
  max-width: 30px;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[50px\]{
  max-width: 50px;
}
.max-w-\[60px\]{
  max-width: 60px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[90px\]{
  max-width: 90px;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-sm{
  max-width: 24rem;
}
.\!flex-1{
  flex: 1 1 0% !important;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-2{
  flex: 2 2 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.basis-\[calc\(50\%-16px\)\]{
  flex-basis: calc(50% - 16px);
}
.table-fixed{
  table-layout: fixed;
}
.origin-top-left{
  transform-origin: top left;
}
.-rotate-90{
  --tw-rotate: -90deg;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.rotate-45{
  --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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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));
}
.rotate-\[270deg\]{
  --tw-rotate: 270deg;
  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));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-grab{
  cursor: grab;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize-none{
  resize: none;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  appearance: none;
}
.columns-5{
  columns: 5;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[26px\]{
  gap: 26px;
}
.gap-x-0{
  column-gap: 0px;
}
.gap-x-0\.5{
  column-gap: 0.125rem;
}
.gap-x-1{
  column-gap: 0.25rem;
}
.gap-x-10{
  column-gap: 2.5rem;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-x-8{
  column-gap: 2rem;
}
.gap-x-\[1px\]{
  column-gap: 1px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[41px\]{
  row-gap: 41px;
}
.\!divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-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-\[\#3D414B\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1 !important;
  border-color: rgb(61 65 75 / var(--tw-divide-opacity)) !important;
}
.divide-b1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(125 128 134 / var(--tw-divide-opacity));
}
.divide-b2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(195 196 199 / var(--tw-divide-opacity));
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.\!whitespace-nowrap{
  white-space: nowrap !important;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.\!rounded-2xl{
  border-radius: 1rem !important;
}
.\!rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.\!border-b{
  border-bottom-width: 1px !important;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.\!border-b2{
  --tw-border-opacity: 1 !important;
  border-color: rgb(195 196 199 / var(--tw-border-opacity)) !important;
}
.\!border-neutral-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(115 115 115 / var(--tw-border-opacity)) !important;
}
.border-\[\#565656\]{
  --tw-border-opacity: 1;
  border-color: rgb(86 86 86 / var(--tw-border-opacity));
}
.border-\[\#D2D8FC\]{
  --tw-border-opacity: 1;
  border-color: rgb(210 216 252 / var(--tw-border-opacity));
}
.border-\[\#D9D9DE\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 222 / var(--tw-border-opacity));
}
.border-\[rgba\(1\2c 177\2c 134\2c 0\.25\)\]{
  border-color: rgba(1,177,134,0.25);
}
.border-b1{
  --tw-border-opacity: 1;
  border-color: rgb(125 128 134 / var(--tw-border-opacity));
}
.border-b2{
  --tw-border-opacity: 1;
  border-color: rgb(195 196 199 / var(--tw-border-opacity));
}
.border-black-1{
  --tw-border-opacity: 1;
  border-color: rgb(3 0 47 / var(--tw-border-opacity));
}
.border-black-1\/0{
  border-color: rgb(3 0 47 / 0);
}
.border-black-1\/10{
  border-color: rgb(3 0 47 / 0.1);
}
.border-black-1\/100{
  border-color: rgb(3 0 47 / 1);
}
.border-black-1\/20{
  border-color: rgb(3 0 47 / 0.2);
}
.border-black-1\/25{
  border-color: rgb(3 0 47 / 0.25);
}
.border-black-1\/30{
  border-color: rgb(3 0 47 / 0.3);
}
.border-black-1\/40{
  border-color: rgb(3 0 47 / 0.4);
}
.border-black-1\/5{
  border-color: rgb(3 0 47 / 0.05);
}
.border-black-1\/50{
  border-color: rgb(3 0 47 / 0.5);
}
.border-black-1\/60{
  border-color: rgb(3 0 47 / 0.6);
}
.border-black-1\/70{
  border-color: rgb(3 0 47 / 0.7);
}
.border-black-1\/75{
  border-color: rgb(3 0 47 / 0.75);
}
.border-black-1\/80{
  border-color: rgb(3 0 47 / 0.8);
}
.border-black-1\/90{
  border-color: rgb(3 0 47 / 0.9);
}
.border-black-1\/95{
  border-color: rgb(3 0 47 / 0.95);
}
.border-black-10{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-black-10\/0{
  border-color: rgb(245 245 245 / 0);
}
.border-black-10\/10{
  border-color: rgb(245 245 245 / 0.1);
}
.border-black-10\/100{
  border-color: rgb(245 245 245 / 1);
}
.border-black-10\/20{
  border-color: rgb(245 245 245 / 0.2);
}
.border-black-10\/25{
  border-color: rgb(245 245 245 / 0.25);
}
.border-black-10\/30{
  border-color: rgb(245 245 245 / 0.3);
}
.border-black-10\/40{
  border-color: rgb(245 245 245 / 0.4);
}
.border-black-10\/5{
  border-color: rgb(245 245 245 / 0.05);
}
.border-black-10\/50{
  border-color: rgb(245 245 245 / 0.5);
}
.border-black-10\/60{
  border-color: rgb(245 245 245 / 0.6);
}
.border-black-10\/70{
  border-color: rgb(245 245 245 / 0.7);
}
.border-black-10\/75{
  border-color: rgb(245 245 245 / 0.75);
}
.border-black-10\/80{
  border-color: rgb(245 245 245 / 0.8);
}
.border-black-10\/90{
  border-color: rgb(245 245 245 / 0.9);
}
.border-black-10\/95{
  border-color: rgb(245 245 245 / 0.95);
}
.border-black-11{
  --tw-border-opacity: 1;
  border-color: rgb(252 252 252 / var(--tw-border-opacity));
}
.border-black-11\/0{
  border-color: rgb(252 252 252 / 0);
}
.border-black-11\/10{
  border-color: rgb(252 252 252 / 0.1);
}
.border-black-11\/100{
  border-color: rgb(252 252 252 / 1);
}
.border-black-11\/20{
  border-color: rgb(252 252 252 / 0.2);
}
.border-black-11\/25{
  border-color: rgb(252 252 252 / 0.25);
}
.border-black-11\/30{
  border-color: rgb(252 252 252 / 0.3);
}
.border-black-11\/40{
  border-color: rgb(252 252 252 / 0.4);
}
.border-black-11\/5{
  border-color: rgb(252 252 252 / 0.05);
}
.border-black-11\/50{
  border-color: rgb(252 252 252 / 0.5);
}
.border-black-11\/60{
  border-color: rgb(252 252 252 / 0.6);
}
.border-black-11\/70{
  border-color: rgb(252 252 252 / 0.7);
}
.border-black-11\/75{
  border-color: rgb(252 252 252 / 0.75);
}
.border-black-11\/80{
  border-color: rgb(252 252 252 / 0.8);
}
.border-black-11\/90{
  border-color: rgb(252 252 252 / 0.9);
}
.border-black-11\/95{
  border-color: rgb(252 252 252 / 0.95);
}
.border-black-2{
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity));
}
.border-black-2\/0{
  border-color: rgb(31 31 31 / 0);
}
.border-black-2\/10{
  border-color: rgb(31 31 31 / 0.1);
}
.border-black-2\/100{
  border-color: rgb(31 31 31 / 1);
}
.border-black-2\/20{
  border-color: rgb(31 31 31 / 0.2);
}
.border-black-2\/25{
  border-color: rgb(31 31 31 / 0.25);
}
.border-black-2\/30{
  border-color: rgb(31 31 31 / 0.3);
}
.border-black-2\/40{
  border-color: rgb(31 31 31 / 0.4);
}
.border-black-2\/5{
  border-color: rgb(31 31 31 / 0.05);
}
.border-black-2\/50{
  border-color: rgb(31 31 31 / 0.5);
}
.border-black-2\/60{
  border-color: rgb(31 31 31 / 0.6);
}
.border-black-2\/70{
  border-color: rgb(31 31 31 / 0.7);
}
.border-black-2\/75{
  border-color: rgb(31 31 31 / 0.75);
}
.border-black-2\/80{
  border-color: rgb(31 31 31 / 0.8);
}
.border-black-2\/90{
  border-color: rgb(31 31 31 / 0.9);
}
.border-black-2\/95{
  border-color: rgb(31 31 31 / 0.95);
}
.border-black-3{
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.border-black-3\/0{
  border-color: rgb(38 38 38 / 0);
}
.border-black-3\/10{
  border-color: rgb(38 38 38 / 0.1);
}
.border-black-3\/100{
  border-color: rgb(38 38 38 / 1);
}
.border-black-3\/20{
  border-color: rgb(38 38 38 / 0.2);
}
.border-black-3\/25{
  border-color: rgb(38 38 38 / 0.25);
}
.border-black-3\/30{
  border-color: rgb(38 38 38 / 0.3);
}
.border-black-3\/40{
  border-color: rgb(38 38 38 / 0.4);
}
.border-black-3\/5{
  border-color: rgb(38 38 38 / 0.05);
}
.border-black-3\/50{
  border-color: rgb(38 38 38 / 0.5);
}
.border-black-3\/60{
  border-color: rgb(38 38 38 / 0.6);
}
.border-black-3\/70{
  border-color: rgb(38 38 38 / 0.7);
}
.border-black-3\/75{
  border-color: rgb(38 38 38 / 0.75);
}
.border-black-3\/80{
  border-color: rgb(38 38 38 / 0.8);
}
.border-black-3\/90{
  border-color: rgb(38 38 38 / 0.9);
}
.border-black-3\/95{
  border-color: rgb(38 38 38 / 0.95);
}
.border-black-4{
  --tw-border-opacity: 1;
  border-color: rgb(69 69 69 / var(--tw-border-opacity));
}
.border-black-4\/0{
  border-color: rgb(69 69 69 / 0);
}
.border-black-4\/10{
  border-color: rgb(69 69 69 / 0.1);
}
.border-black-4\/100{
  border-color: rgb(69 69 69 / 1);
}
.border-black-4\/20{
  border-color: rgb(69 69 69 / 0.2);
}
.border-black-4\/25{
  border-color: rgb(69 69 69 / 0.25);
}
.border-black-4\/30{
  border-color: rgb(69 69 69 / 0.3);
}
.border-black-4\/40{
  border-color: rgb(69 69 69 / 0.4);
}
.border-black-4\/5{
  border-color: rgb(69 69 69 / 0.05);
}
.border-black-4\/50{
  border-color: rgb(69 69 69 / 0.5);
}
.border-black-4\/60{
  border-color: rgb(69 69 69 / 0.6);
}
.border-black-4\/70{
  border-color: rgb(69 69 69 / 0.7);
}
.border-black-4\/75{
  border-color: rgb(69 69 69 / 0.75);
}
.border-black-4\/80{
  border-color: rgb(69 69 69 / 0.8);
}
.border-black-4\/90{
  border-color: rgb(69 69 69 / 0.9);
}
.border-black-4\/95{
  border-color: rgb(69 69 69 / 0.95);
}
.border-black-5{
  --tw-border-opacity: 1;
  border-color: rgb(89 89 89 / var(--tw-border-opacity));
}
.border-black-5\/0{
  border-color: rgb(89 89 89 / 0);
}
.border-black-5\/10{
  border-color: rgb(89 89 89 / 0.1);
}
.border-black-5\/100{
  border-color: rgb(89 89 89 / 1);
}
.border-black-5\/20{
  border-color: rgb(89 89 89 / 0.2);
}
.border-black-5\/25{
  border-color: rgb(89 89 89 / 0.25);
}
.border-black-5\/30{
  border-color: rgb(89 89 89 / 0.3);
}
.border-black-5\/40{
  border-color: rgb(89 89 89 / 0.4);
}
.border-black-5\/5{
  border-color: rgb(89 89 89 / 0.05);
}
.border-black-5\/50{
  border-color: rgb(89 89 89 / 0.5);
}
.border-black-5\/60{
  border-color: rgb(89 89 89 / 0.6);
}
.border-black-5\/70{
  border-color: rgb(89 89 89 / 0.7);
}
.border-black-5\/75{
  border-color: rgb(89 89 89 / 0.75);
}
.border-black-5\/80{
  border-color: rgb(89 89 89 / 0.8);
}
.border-black-5\/90{
  border-color: rgb(89 89 89 / 0.9);
}
.border-black-5\/95{
  border-color: rgb(89 89 89 / 0.95);
}
.border-black-6{
  --tw-border-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-border-opacity));
}
.border-black-6\/0{
  border-color: rgb(140 140 140 / 0);
}
.border-black-6\/10{
  border-color: rgb(140 140 140 / 0.1);
}
.border-black-6\/100{
  border-color: rgb(140 140 140 / 1);
}
.border-black-6\/20{
  border-color: rgb(140 140 140 / 0.2);
}
.border-black-6\/25{
  border-color: rgb(140 140 140 / 0.25);
}
.border-black-6\/30{
  border-color: rgb(140 140 140 / 0.3);
}
.border-black-6\/40{
  border-color: rgb(140 140 140 / 0.4);
}
.border-black-6\/5{
  border-color: rgb(140 140 140 / 0.05);
}
.border-black-6\/50{
  border-color: rgb(140 140 140 / 0.5);
}
.border-black-6\/60{
  border-color: rgb(140 140 140 / 0.6);
}
.border-black-6\/70{
  border-color: rgb(140 140 140 / 0.7);
}
.border-black-6\/75{
  border-color: rgb(140 140 140 / 0.75);
}
.border-black-6\/80{
  border-color: rgb(140 140 140 / 0.8);
}
.border-black-6\/90{
  border-color: rgb(140 140 140 / 0.9);
}
.border-black-6\/95{
  border-color: rgb(140 140 140 / 0.95);
}
.border-black-7{
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.border-black-7\/0{
  border-color: rgb(191 191 191 / 0);
}
.border-black-7\/10{
  border-color: rgb(191 191 191 / 0.1);
}
.border-black-7\/100{
  border-color: rgb(191 191 191 / 1);
}
.border-black-7\/20{
  border-color: rgb(191 191 191 / 0.2);
}
.border-black-7\/25{
  border-color: rgb(191 191 191 / 0.25);
}
.border-black-7\/30{
  border-color: rgb(191 191 191 / 0.3);
}
.border-black-7\/40{
  border-color: rgb(191 191 191 / 0.4);
}
.border-black-7\/5{
  border-color: rgb(191 191 191 / 0.05);
}
.border-black-7\/50{
  border-color: rgb(191 191 191 / 0.5);
}
.border-black-7\/60{
  border-color: rgb(191 191 191 / 0.6);
}
.border-black-7\/70{
  border-color: rgb(191 191 191 / 0.7);
}
.border-black-7\/75{
  border-color: rgb(191 191 191 / 0.75);
}
.border-black-7\/80{
  border-color: rgb(191 191 191 / 0.8);
}
.border-black-7\/90{
  border-color: rgb(191 191 191 / 0.9);
}
.border-black-7\/95{
  border-color: rgb(191 191 191 / 0.95);
}
.border-black-8{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-black-8\/0{
  border-color: rgb(217 217 217 / 0);
}
.border-black-8\/10{
  border-color: rgb(217 217 217 / 0.1);
}
.border-black-8\/100{
  border-color: rgb(217 217 217 / 1);
}
.border-black-8\/20{
  border-color: rgb(217 217 217 / 0.2);
}
.border-black-8\/25{
  border-color: rgb(217 217 217 / 0.25);
}
.border-black-8\/30{
  border-color: rgb(217 217 217 / 0.3);
}
.border-black-8\/40{
  border-color: rgb(217 217 217 / 0.4);
}
.border-black-8\/5{
  border-color: rgb(217 217 217 / 0.05);
}
.border-black-8\/50{
  border-color: rgb(217 217 217 / 0.5);
}
.border-black-8\/60{
  border-color: rgb(217 217 217 / 0.6);
}
.border-black-8\/70{
  border-color: rgb(217 217 217 / 0.7);
}
.border-black-8\/75{
  border-color: rgb(217 217 217 / 0.75);
}
.border-black-8\/80{
  border-color: rgb(217 217 217 / 0.8);
}
.border-black-8\/90{
  border-color: rgb(217 217 217 / 0.9);
}
.border-black-8\/95{
  border-color: rgb(217 217 217 / 0.95);
}
.border-black-9{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}
.border-black-9\/0{
  border-color: rgb(240 240 240 / 0);
}
.border-black-9\/10{
  border-color: rgb(240 240 240 / 0.1);
}
.border-black-9\/100{
  border-color: rgb(240 240 240 / 1);
}
.border-black-9\/20{
  border-color: rgb(240 240 240 / 0.2);
}
.border-black-9\/25{
  border-color: rgb(240 240 240 / 0.25);
}
.border-black-9\/30{
  border-color: rgb(240 240 240 / 0.3);
}
.border-black-9\/40{
  border-color: rgb(240 240 240 / 0.4);
}
.border-black-9\/5{
  border-color: rgb(240 240 240 / 0.05);
}
.border-black-9\/50{
  border-color: rgb(240 240 240 / 0.5);
}
.border-black-9\/60{
  border-color: rgb(240 240 240 / 0.6);
}
.border-black-9\/70{
  border-color: rgb(240 240 240 / 0.7);
}
.border-black-9\/75{
  border-color: rgb(240 240 240 / 0.75);
}
.border-black-9\/80{
  border-color: rgb(240 240 240 / 0.8);
}
.border-black-9\/90{
  border-color: rgb(240 240 240 / 0.9);
}
.border-black-9\/95{
  border-color: rgb(240 240 240 / 0.95);
}
.border-blue-1{
  --tw-border-opacity: 1;
  border-color: rgb(13 69 96 / var(--tw-border-opacity));
}
.border-blue-1\/0{
  border-color: rgb(13 69 96 / 0);
}
.border-blue-1\/10{
  border-color: rgb(13 69 96 / 0.1);
}
.border-blue-1\/100{
  border-color: rgb(13 69 96 / 1);
}
.border-blue-1\/20{
  border-color: rgb(13 69 96 / 0.2);
}
.border-blue-1\/25{
  border-color: rgb(13 69 96 / 0.25);
}
.border-blue-1\/30{
  border-color: rgb(13 69 96 / 0.3);
}
.border-blue-1\/40{
  border-color: rgb(13 69 96 / 0.4);
}
.border-blue-1\/5{
  border-color: rgb(13 69 96 / 0.05);
}
.border-blue-1\/50{
  border-color: rgb(13 69 96 / 0.5);
}
.border-blue-1\/60{
  border-color: rgb(13 69 96 / 0.6);
}
.border-blue-1\/70{
  border-color: rgb(13 69 96 / 0.7);
}
.border-blue-1\/75{
  border-color: rgb(13 69 96 / 0.75);
}
.border-blue-1\/80{
  border-color: rgb(13 69 96 / 0.8);
}
.border-blue-1\/90{
  border-color: rgb(13 69 96 / 0.9);
}
.border-blue-1\/95{
  border-color: rgb(13 69 96 / 0.95);
}
.border-blue-10{
  --tw-border-opacity: 1;
  border-color: rgb(232 245 251 / var(--tw-border-opacity));
}
.border-blue-10\/0{
  border-color: rgb(232 245 251 / 0);
}
.border-blue-10\/10{
  border-color: rgb(232 245 251 / 0.1);
}
.border-blue-10\/100{
  border-color: rgb(232 245 251 / 1);
}
.border-blue-10\/20{
  border-color: rgb(232 245 251 / 0.2);
}
.border-blue-10\/25{
  border-color: rgb(232 245 251 / 0.25);
}
.border-blue-10\/30{
  border-color: rgb(232 245 251 / 0.3);
}
.border-blue-10\/40{
  border-color: rgb(232 245 251 / 0.4);
}
.border-blue-10\/5{
  border-color: rgb(232 245 251 / 0.05);
}
.border-blue-10\/50{
  border-color: rgb(232 245 251 / 0.5);
}
.border-blue-10\/60{
  border-color: rgb(232 245 251 / 0.6);
}
.border-blue-10\/70{
  border-color: rgb(232 245 251 / 0.7);
}
.border-blue-10\/75{
  border-color: rgb(232 245 251 / 0.75);
}
.border-blue-10\/80{
  border-color: rgb(232 245 251 / 0.8);
}
.border-blue-10\/90{
  border-color: rgb(232 245 251 / 0.9);
}
.border-blue-10\/95{
  border-color: rgb(232 245 251 / 0.95);
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.border-blue-100\/0{
  border-color: rgb(219 234 254 / 0);
}
.border-blue-100\/10{
  border-color: rgb(219 234 254 / 0.1);
}
.border-blue-100\/100{
  border-color: rgb(219 234 254 / 1);
}
.border-blue-100\/20{
  border-color: rgb(219 234 254 / 0.2);
}
.border-blue-100\/25{
  border-color: rgb(219 234 254 / 0.25);
}
.border-blue-100\/30{
  border-color: rgb(219 234 254 / 0.3);
}
.border-blue-100\/40{
  border-color: rgb(219 234 254 / 0.4);
}
.border-blue-100\/5{
  border-color: rgb(219 234 254 / 0.05);
}
.border-blue-100\/50{
  border-color: rgb(219 234 254 / 0.5);
}
.border-blue-100\/60{
  border-color: rgb(219 234 254 / 0.6);
}
.border-blue-100\/70{
  border-color: rgb(219 234 254 / 0.7);
}
.border-blue-100\/75{
  border-color: rgb(219 234 254 / 0.75);
}
.border-blue-100\/80{
  border-color: rgb(219 234 254 / 0.8);
}
.border-blue-100\/90{
  border-color: rgb(219 234 254 / 0.9);
}
.border-blue-100\/95{
  border-color: rgb(219 234 254 / 0.95);
}
.border-blue-11{
  --tw-border-opacity: 1;
  border-color: rgb(242 249 253 / var(--tw-border-opacity));
}
.border-blue-11\/0{
  border-color: rgb(242 249 253 / 0);
}
.border-blue-11\/10{
  border-color: rgb(242 249 253 / 0.1);
}
.border-blue-11\/100{
  border-color: rgb(242 249 253 / 1);
}
.border-blue-11\/20{
  border-color: rgb(242 249 253 / 0.2);
}
.border-blue-11\/25{
  border-color: rgb(242 249 253 / 0.25);
}
.border-blue-11\/30{
  border-color: rgb(242 249 253 / 0.3);
}
.border-blue-11\/40{
  border-color: rgb(242 249 253 / 0.4);
}
.border-blue-11\/5{
  border-color: rgb(242 249 253 / 0.05);
}
.border-blue-11\/50{
  border-color: rgb(242 249 253 / 0.5);
}
.border-blue-11\/60{
  border-color: rgb(242 249 253 / 0.6);
}
.border-blue-11\/70{
  border-color: rgb(242 249 253 / 0.7);
}
.border-blue-11\/75{
  border-color: rgb(242 249 253 / 0.75);
}
.border-blue-11\/80{
  border-color: rgb(242 249 253 / 0.8);
}
.border-blue-11\/90{
  border-color: rgb(242 249 253 / 0.9);
}
.border-blue-11\/95{
  border-color: rgb(242 249 253 / 0.95);
}
.border-blue-2{
  --tw-border-opacity: 1;
  border-color: rgb(16 88 122 / var(--tw-border-opacity));
}
.border-blue-2\/0{
  border-color: rgb(16 88 122 / 0);
}
.border-blue-2\/10{
  border-color: rgb(16 88 122 / 0.1);
}
.border-blue-2\/100{
  border-color: rgb(16 88 122 / 1);
}
.border-blue-2\/20{
  border-color: rgb(16 88 122 / 0.2);
}
.border-blue-2\/25{
  border-color: rgb(16 88 122 / 0.25);
}
.border-blue-2\/30{
  border-color: rgb(16 88 122 / 0.3);
}
.border-blue-2\/40{
  border-color: rgb(16 88 122 / 0.4);
}
.border-blue-2\/5{
  border-color: rgb(16 88 122 / 0.05);
}
.border-blue-2\/50{
  border-color: rgb(16 88 122 / 0.5);
}
.border-blue-2\/60{
  border-color: rgb(16 88 122 / 0.6);
}
.border-blue-2\/70{
  border-color: rgb(16 88 122 / 0.7);
}
.border-blue-2\/75{
  border-color: rgb(16 88 122 / 0.75);
}
.border-blue-2\/80{
  border-color: rgb(16 88 122 / 0.8);
}
.border-blue-2\/90{
  border-color: rgb(16 88 122 / 0.9);
}
.border-blue-2\/95{
  border-color: rgb(16 88 122 / 0.95);
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.border-blue-200\/0{
  border-color: rgb(191 219 254 / 0);
}
.border-blue-200\/10{
  border-color: rgb(191 219 254 / 0.1);
}
.border-blue-200\/100{
  border-color: rgb(191 219 254 / 1);
}
.border-blue-200\/20{
  border-color: rgb(191 219 254 / 0.2);
}
.border-blue-200\/25{
  border-color: rgb(191 219 254 / 0.25);
}
.border-blue-200\/30{
  border-color: rgb(191 219 254 / 0.3);
}
.border-blue-200\/40{
  border-color: rgb(191 219 254 / 0.4);
}
.border-blue-200\/5{
  border-color: rgb(191 219 254 / 0.05);
}
.border-blue-200\/50{
  border-color: rgb(191 219 254 / 0.5);
}
.border-blue-200\/60{
  border-color: rgb(191 219 254 / 0.6);
}
.border-blue-200\/70{
  border-color: rgb(191 219 254 / 0.7);
}
.border-blue-200\/75{
  border-color: rgb(191 219 254 / 0.75);
}
.border-blue-200\/80{
  border-color: rgb(191 219 254 / 0.8);
}
.border-blue-200\/90{
  border-color: rgb(191 219 254 / 0.9);
}
.border-blue-200\/95{
  border-color: rgb(191 219 254 / 0.95);
}
.border-blue-3{
  --tw-border-opacity: 1;
  border-color: rgb(20 109 152 / var(--tw-border-opacity));
}
.border-blue-3\/0{
  border-color: rgb(20 109 152 / 0);
}
.border-blue-3\/10{
  border-color: rgb(20 109 152 / 0.1);
}
.border-blue-3\/100{
  border-color: rgb(20 109 152 / 1);
}
.border-blue-3\/20{
  border-color: rgb(20 109 152 / 0.2);
}
.border-blue-3\/25{
  border-color: rgb(20 109 152 / 0.25);
}
.border-blue-3\/30{
  border-color: rgb(20 109 152 / 0.3);
}
.border-blue-3\/40{
  border-color: rgb(20 109 152 / 0.4);
}
.border-blue-3\/5{
  border-color: rgb(20 109 152 / 0.05);
}
.border-blue-3\/50{
  border-color: rgb(20 109 152 / 0.5);
}
.border-blue-3\/60{
  border-color: rgb(20 109 152 / 0.6);
}
.border-blue-3\/70{
  border-color: rgb(20 109 152 / 0.7);
}
.border-blue-3\/75{
  border-color: rgb(20 109 152 / 0.75);
}
.border-blue-3\/80{
  border-color: rgb(20 109 152 / 0.8);
}
.border-blue-3\/90{
  border-color: rgb(20 109 152 / 0.9);
}
.border-blue-3\/95{
  border-color: rgb(20 109 152 / 0.95);
}
.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.border-blue-300\/0{
  border-color: rgb(147 197 253 / 0);
}
.border-blue-300\/10{
  border-color: rgb(147 197 253 / 0.1);
}
.border-blue-300\/100{
  border-color: rgb(147 197 253 / 1);
}
.border-blue-300\/20{
  border-color: rgb(147 197 253 / 0.2);
}
.border-blue-300\/25{
  border-color: rgb(147 197 253 / 0.25);
}
.border-blue-300\/30{
  border-color: rgb(147 197 253 / 0.3);
}
.border-blue-300\/40{
  border-color: rgb(147 197 253 / 0.4);
}
.border-blue-300\/5{
  border-color: rgb(147 197 253 / 0.05);
}
.border-blue-300\/50{
  border-color: rgb(147 197 253 / 0.5);
}
.border-blue-300\/60{
  border-color: rgb(147 197 253 / 0.6);
}
.border-blue-300\/70{
  border-color: rgb(147 197 253 / 0.7);
}
.border-blue-300\/75{
  border-color: rgb(147 197 253 / 0.75);
}
.border-blue-300\/80{
  border-color: rgb(147 197 253 / 0.8);
}
.border-blue-300\/90{
  border-color: rgb(147 197 253 / 0.9);
}
.border-blue-300\/95{
  border-color: rgb(147 197 253 / 0.95);
}
.border-blue-4{
  --tw-border-opacity: 1;
  border-color: rgb(24 131 182 / var(--tw-border-opacity));
}
.border-blue-4\/0{
  border-color: rgb(24 131 182 / 0);
}
.border-blue-4\/10{
  border-color: rgb(24 131 182 / 0.1);
}
.border-blue-4\/100{
  border-color: rgb(24 131 182 / 1);
}
.border-blue-4\/20{
  border-color: rgb(24 131 182 / 0.2);
}
.border-blue-4\/25{
  border-color: rgb(24 131 182 / 0.25);
}
.border-blue-4\/30{
  border-color: rgb(24 131 182 / 0.3);
}
.border-blue-4\/40{
  border-color: rgb(24 131 182 / 0.4);
}
.border-blue-4\/5{
  border-color: rgb(24 131 182 / 0.05);
}
.border-blue-4\/50{
  border-color: rgb(24 131 182 / 0.5);
}
.border-blue-4\/60{
  border-color: rgb(24 131 182 / 0.6);
}
.border-blue-4\/70{
  border-color: rgb(24 131 182 / 0.7);
}
.border-blue-4\/75{
  border-color: rgb(24 131 182 / 0.75);
}
.border-blue-4\/80{
  border-color: rgb(24 131 182 / 0.8);
}
.border-blue-4\/90{
  border-color: rgb(24 131 182 / 0.9);
}
.border-blue-4\/95{
  border-color: rgb(24 131 182 / 0.95);
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-blue-400\/0{
  border-color: rgb(96 165 250 / 0);
}
.border-blue-400\/10{
  border-color: rgb(96 165 250 / 0.1);
}
.border-blue-400\/100{
  border-color: rgb(96 165 250 / 1);
}
.border-blue-400\/20{
  border-color: rgb(96 165 250 / 0.2);
}
.border-blue-400\/25{
  border-color: rgb(96 165 250 / 0.25);
}
.border-blue-400\/30{
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-400\/40{
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/5{
  border-color: rgb(96 165 250 / 0.05);
}
.border-blue-400\/50{
  border-color: rgb(96 165 250 / 0.5);
}
.border-blue-400\/60{
  border-color: rgb(96 165 250 / 0.6);
}
.border-blue-400\/70{
  border-color: rgb(96 165 250 / 0.7);
}
.border-blue-400\/75{
  border-color: rgb(96 165 250 / 0.75);
}
.border-blue-400\/80{
  border-color: rgb(96 165 250 / 0.8);
}
.border-blue-400\/90{
  border-color: rgb(96 165 250 / 0.9);
}
.border-blue-400\/95{
  border-color: rgb(96 165 250 / 0.95);
}
.border-blue-5{
  --tw-border-opacity: 1;
  border-color: rgb(28 154 214 / var(--tw-border-opacity));
}
.border-blue-5\/0{
  border-color: rgb(28 154 214 / 0);
}
.border-blue-5\/10{
  border-color: rgb(28 154 214 / 0.1);
}
.border-blue-5\/100{
  border-color: rgb(28 154 214 / 1);
}
.border-blue-5\/20{
  border-color: rgb(28 154 214 / 0.2);
}
.border-blue-5\/25{
  border-color: rgb(28 154 214 / 0.25);
}
.border-blue-5\/30{
  border-color: rgb(28 154 214 / 0.3);
}
.border-blue-5\/40{
  border-color: rgb(28 154 214 / 0.4);
}
.border-blue-5\/5{
  border-color: rgb(28 154 214 / 0.05);
}
.border-blue-5\/50{
  border-color: rgb(28 154 214 / 0.5);
}
.border-blue-5\/60{
  border-color: rgb(28 154 214 / 0.6);
}
.border-blue-5\/70{
  border-color: rgb(28 154 214 / 0.7);
}
.border-blue-5\/75{
  border-color: rgb(28 154 214 / 0.75);
}
.border-blue-5\/80{
  border-color: rgb(28 154 214 / 0.8);
}
.border-blue-5\/90{
  border-color: rgb(28 154 214 / 0.9);
}
.border-blue-5\/95{
  border-color: rgb(28 154 214 / 0.95);
}
.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity));
}
.border-blue-50\/0{
  border-color: rgb(239 246 255 / 0);
}
.border-blue-50\/10{
  border-color: rgb(239 246 255 / 0.1);
}
.border-blue-50\/100{
  border-color: rgb(239 246 255 / 1);
}
.border-blue-50\/20{
  border-color: rgb(239 246 255 / 0.2);
}
.border-blue-50\/25{
  border-color: rgb(239 246 255 / 0.25);
}
.border-blue-50\/30{
  border-color: rgb(239 246 255 / 0.3);
}
.border-blue-50\/40{
  border-color: rgb(239 246 255 / 0.4);
}
.border-blue-50\/5{
  border-color: rgb(239 246 255 / 0.05);
}
.border-blue-50\/50{
  border-color: rgb(239 246 255 / 0.5);
}
.border-blue-50\/60{
  border-color: rgb(239 246 255 / 0.6);
}
.border-blue-50\/70{
  border-color: rgb(239 246 255 / 0.7);
}
.border-blue-50\/75{
  border-color: rgb(239 246 255 / 0.75);
}
.border-blue-50\/80{
  border-color: rgb(239 246 255 / 0.8);
}
.border-blue-50\/90{
  border-color: rgb(239 246 255 / 0.9);
}
.border-blue-50\/95{
  border-color: rgb(239 246 255 / 0.95);
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-blue-500\/0{
  border-color: rgb(59 130 246 / 0);
}
.border-blue-500\/10{
  border-color: rgb(59 130 246 / 0.1);
}
.border-blue-500\/100{
  border-color: rgb(59 130 246 / 1);
}
.border-blue-500\/20{
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/25{
  border-color: rgb(59 130 246 / 0.25);
}
.border-blue-500\/30{
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-500\/40{
  border-color: rgb(59 130 246 / 0.4);
}
.border-blue-500\/5{
  border-color: rgb(59 130 246 / 0.05);
}
.border-blue-500\/50{
  border-color: rgb(59 130 246 / 0.5);
}
.border-blue-500\/60{
  border-color: rgb(59 130 246 / 0.6);
}
.border-blue-500\/70{
  border-color: rgb(59 130 246 / 0.7);
}
.border-blue-500\/75{
  border-color: rgb(59 130 246 / 0.75);
}
.border-blue-500\/80{
  border-color: rgb(59 130 246 / 0.8);
}
.border-blue-500\/90{
  border-color: rgb(59 130 246 / 0.9);
}
.border-blue-500\/95{
  border-color: rgb(59 130 246 / 0.95);
}
.border-blue-6{
  --tw-border-opacity: 1;
  border-color: rgb(69 172 221 / var(--tw-border-opacity));
}
.border-blue-6\/0{
  border-color: rgb(69 172 221 / 0);
}
.border-blue-6\/10{
  border-color: rgb(69 172 221 / 0.1);
}
.border-blue-6\/100{
  border-color: rgb(69 172 221 / 1);
}
.border-blue-6\/20{
  border-color: rgb(69 172 221 / 0.2);
}
.border-blue-6\/25{
  border-color: rgb(69 172 221 / 0.25);
}
.border-blue-6\/30{
  border-color: rgb(69 172 221 / 0.3);
}
.border-blue-6\/40{
  border-color: rgb(69 172 221 / 0.4);
}
.border-blue-6\/5{
  border-color: rgb(69 172 221 / 0.05);
}
.border-blue-6\/50{
  border-color: rgb(69 172 221 / 0.5);
}
.border-blue-6\/60{
  border-color: rgb(69 172 221 / 0.6);
}
.border-blue-6\/70{
  border-color: rgb(69 172 221 / 0.7);
}
.border-blue-6\/75{
  border-color: rgb(69 172 221 / 0.75);
}
.border-blue-6\/80{
  border-color: rgb(69 172 221 / 0.8);
}
.border-blue-6\/90{
  border-color: rgb(69 172 221 / 0.9);
}
.border-blue-6\/95{
  border-color: rgb(69 172 221 / 0.95);
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-blue-600\/0{
  border-color: rgb(37 99 235 / 0);
}
.border-blue-600\/10{
  border-color: rgb(37 99 235 / 0.1);
}
.border-blue-600\/100{
  border-color: rgb(37 99 235 / 1);
}
.border-blue-600\/20{
  border-color: rgb(37 99 235 / 0.2);
}
.border-blue-600\/25{
  border-color: rgb(37 99 235 / 0.25);
}
.border-blue-600\/30{
  border-color: rgb(37 99 235 / 0.3);
}
.border-blue-600\/40{
  border-color: rgb(37 99 235 / 0.4);
}
.border-blue-600\/5{
  border-color: rgb(37 99 235 / 0.05);
}
.border-blue-600\/50{
  border-color: rgb(37 99 235 / 0.5);
}
.border-blue-600\/60{
  border-color: rgb(37 99 235 / 0.6);
}
.border-blue-600\/70{
  border-color: rgb(37 99 235 / 0.7);
}
.border-blue-600\/75{
  border-color: rgb(37 99 235 / 0.75);
}
.border-blue-600\/80{
  border-color: rgb(37 99 235 / 0.8);
}
.border-blue-600\/90{
  border-color: rgb(37 99 235 / 0.9);
}
.border-blue-600\/95{
  border-color: rgb(37 99 235 / 0.95);
}
.border-blue-7{
  --tw-border-opacity: 1;
  border-color: rgb(112 191 229 / var(--tw-border-opacity));
}
.border-blue-7\/0{
  border-color: rgb(112 191 229 / 0);
}
.border-blue-7\/10{
  border-color: rgb(112 191 229 / 0.1);
}
.border-blue-7\/100{
  border-color: rgb(112 191 229 / 1);
}
.border-blue-7\/20{
  border-color: rgb(112 191 229 / 0.2);
}
.border-blue-7\/25{
  border-color: rgb(112 191 229 / 0.25);
}
.border-blue-7\/30{
  border-color: rgb(112 191 229 / 0.3);
}
.border-blue-7\/40{
  border-color: rgb(112 191 229 / 0.4);
}
.border-blue-7\/5{
  border-color: rgb(112 191 229 / 0.05);
}
.border-blue-7\/50{
  border-color: rgb(112 191 229 / 0.5);
}
.border-blue-7\/60{
  border-color: rgb(112 191 229 / 0.6);
}
.border-blue-7\/70{
  border-color: rgb(112 191 229 / 0.7);
}
.border-blue-7\/75{
  border-color: rgb(112 191 229 / 0.75);
}
.border-blue-7\/80{
  border-color: rgb(112 191 229 / 0.8);
}
.border-blue-7\/90{
  border-color: rgb(112 191 229 / 0.9);
}
.border-blue-7\/95{
  border-color: rgb(112 191 229 / 0.95);
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}
.border-blue-700\/0{
  border-color: rgb(29 78 216 / 0);
}
.border-blue-700\/10{
  border-color: rgb(29 78 216 / 0.1);
}
.border-blue-700\/100{
  border-color: rgb(29 78 216 / 1);
}
.border-blue-700\/20{
  border-color: rgb(29 78 216 / 0.2);
}
.border-blue-700\/25{
  border-color: rgb(29 78 216 / 0.25);
}
.border-blue-700\/30{
  border-color: rgb(29 78 216 / 0.3);
}
.border-blue-700\/40{
  border-color: rgb(29 78 216 / 0.4);
}
.border-blue-700\/5{
  border-color: rgb(29 78 216 / 0.05);
}
.border-blue-700\/50{
  border-color: rgb(29 78 216 / 0.5);
}
.border-blue-700\/60{
  border-color: rgb(29 78 216 / 0.6);
}
.border-blue-700\/70{
  border-color: rgb(29 78 216 / 0.7);
}
.border-blue-700\/75{
  border-color: rgb(29 78 216 / 0.75);
}
.border-blue-700\/80{
  border-color: rgb(29 78 216 / 0.8);
}
.border-blue-700\/90{
  border-color: rgb(29 78 216 / 0.9);
}
.border-blue-700\/95{
  border-color: rgb(29 78 216 / 0.95);
}
.border-blue-8{
  --tw-border-opacity: 1;
  border-color: rgb(157 212 237 / var(--tw-border-opacity));
}
.border-blue-8\/0{
  border-color: rgb(157 212 237 / 0);
}
.border-blue-8\/10{
  border-color: rgb(157 212 237 / 0.1);
}
.border-blue-8\/100{
  border-color: rgb(157 212 237 / 1);
}
.border-blue-8\/20{
  border-color: rgb(157 212 237 / 0.2);
}
.border-blue-8\/25{
  border-color: rgb(157 212 237 / 0.25);
}
.border-blue-8\/30{
  border-color: rgb(157 212 237 / 0.3);
}
.border-blue-8\/40{
  border-color: rgb(157 212 237 / 0.4);
}
.border-blue-8\/5{
  border-color: rgb(157 212 237 / 0.05);
}
.border-blue-8\/50{
  border-color: rgb(157 212 237 / 0.5);
}
.border-blue-8\/60{
  border-color: rgb(157 212 237 / 0.6);
}
.border-blue-8\/70{
  border-color: rgb(157 212 237 / 0.7);
}
.border-blue-8\/75{
  border-color: rgb(157 212 237 / 0.75);
}
.border-blue-8\/80{
  border-color: rgb(157 212 237 / 0.8);
}
.border-blue-8\/90{
  border-color: rgb(157 212 237 / 0.9);
}
.border-blue-8\/95{
  border-color: rgb(157 212 237 / 0.95);
}
.border-blue-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity));
}
.border-blue-800\/0{
  border-color: rgb(30 64 175 / 0);
}
.border-blue-800\/10{
  border-color: rgb(30 64 175 / 0.1);
}
.border-blue-800\/100{
  border-color: rgb(30 64 175 / 1);
}
.border-blue-800\/20{
  border-color: rgb(30 64 175 / 0.2);
}
.border-blue-800\/25{
  border-color: rgb(30 64 175 / 0.25);
}
.border-blue-800\/30{
  border-color: rgb(30 64 175 / 0.3);
}
.border-blue-800\/40{
  border-color: rgb(30 64 175 / 0.4);
}
.border-blue-800\/5{
  border-color: rgb(30 64 175 / 0.05);
}
.border-blue-800\/50{
  border-color: rgb(30 64 175 / 0.5);
}
.border-blue-800\/60{
  border-color: rgb(30 64 175 / 0.6);
}
.border-blue-800\/70{
  border-color: rgb(30 64 175 / 0.7);
}
.border-blue-800\/75{
  border-color: rgb(30 64 175 / 0.75);
}
.border-blue-800\/80{
  border-color: rgb(30 64 175 / 0.8);
}
.border-blue-800\/90{
  border-color: rgb(30 64 175 / 0.9);
}
.border-blue-800\/95{
  border-color: rgb(30 64 175 / 0.95);
}
.border-blue-9{
  --tw-border-opacity: 1;
  border-color: rgb(201 231 245 / var(--tw-border-opacity));
}
.border-blue-9\/0{
  border-color: rgb(201 231 245 / 0);
}
.border-blue-9\/10{
  border-color: rgb(201 231 245 / 0.1);
}
.border-blue-9\/100{
  border-color: rgb(201 231 245 / 1);
}
.border-blue-9\/20{
  border-color: rgb(201 231 245 / 0.2);
}
.border-blue-9\/25{
  border-color: rgb(201 231 245 / 0.25);
}
.border-blue-9\/30{
  border-color: rgb(201 231 245 / 0.3);
}
.border-blue-9\/40{
  border-color: rgb(201 231 245 / 0.4);
}
.border-blue-9\/5{
  border-color: rgb(201 231 245 / 0.05);
}
.border-blue-9\/50{
  border-color: rgb(201 231 245 / 0.5);
}
.border-blue-9\/60{
  border-color: rgb(201 231 245 / 0.6);
}
.border-blue-9\/70{
  border-color: rgb(201 231 245 / 0.7);
}
.border-blue-9\/75{
  border-color: rgb(201 231 245 / 0.75);
}
.border-blue-9\/80{
  border-color: rgb(201 231 245 / 0.8);
}
.border-blue-9\/90{
  border-color: rgb(201 231 245 / 0.9);
}
.border-blue-9\/95{
  border-color: rgb(201 231 245 / 0.95);
}
.border-blue-900{
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.border-blue-900\/0{
  border-color: rgb(30 58 138 / 0);
}
.border-blue-900\/10{
  border-color: rgb(30 58 138 / 0.1);
}
.border-blue-900\/100{
  border-color: rgb(30 58 138 / 1);
}
.border-blue-900\/20{
  border-color: rgb(30 58 138 / 0.2);
}
.border-blue-900\/25{
  border-color: rgb(30 58 138 / 0.25);
}
.border-blue-900\/30{
  border-color: rgb(30 58 138 / 0.3);
}
.border-blue-900\/40{
  border-color: rgb(30 58 138 / 0.4);
}
.border-blue-900\/5{
  border-color: rgb(30 58 138 / 0.05);
}
.border-blue-900\/50{
  border-color: rgb(30 58 138 / 0.5);
}
.border-blue-900\/60{
  border-color: rgb(30 58 138 / 0.6);
}
.border-blue-900\/70{
  border-color: rgb(30 58 138 / 0.7);
}
.border-blue-900\/75{
  border-color: rgb(30 58 138 / 0.75);
}
.border-blue-900\/80{
  border-color: rgb(30 58 138 / 0.8);
}
.border-blue-900\/90{
  border-color: rgb(30 58 138 / 0.9);
}
.border-blue-900\/95{
  border-color: rgb(30 58 138 / 0.95);
}
.border-blue-950{
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity));
}
.border-blue-950\/0{
  border-color: rgb(23 37 84 / 0);
}
.border-blue-950\/10{
  border-color: rgb(23 37 84 / 0.1);
}
.border-blue-950\/100{
  border-color: rgb(23 37 84 / 1);
}
.border-blue-950\/20{
  border-color: rgb(23 37 84 / 0.2);
}
.border-blue-950\/25{
  border-color: rgb(23 37 84 / 0.25);
}
.border-blue-950\/30{
  border-color: rgb(23 37 84 / 0.3);
}
.border-blue-950\/40{
  border-color: rgb(23 37 84 / 0.4);
}
.border-blue-950\/5{
  border-color: rgb(23 37 84 / 0.05);
}
.border-blue-950\/50{
  border-color: rgb(23 37 84 / 0.5);
}
.border-blue-950\/60{
  border-color: rgb(23 37 84 / 0.6);
}
.border-blue-950\/70{
  border-color: rgb(23 37 84 / 0.7);
}
.border-blue-950\/75{
  border-color: rgb(23 37 84 / 0.75);
}
.border-blue-950\/80{
  border-color: rgb(23 37 84 / 0.8);
}
.border-blue-950\/90{
  border-color: rgb(23 37 84 / 0.9);
}
.border-blue-950\/95{
  border-color: rgb(23 37 84 / 0.95);
}
.border-current{
  border-color: currentColor;
}
.border-danger{
  --tw-border-opacity: 1;
  border-color: rgb(195 32 47 / var(--tw-border-opacity));
}
.border-green-1{
  --tw-border-opacity: 1;
  border-color: rgb(36 80 38 / var(--tw-border-opacity));
}
.border-green-1\/0{
  border-color: rgb(36 80 38 / 0);
}
.border-green-1\/10{
  border-color: rgb(36 80 38 / 0.1);
}
.border-green-1\/100{
  border-color: rgb(36 80 38 / 1);
}
.border-green-1\/20{
  border-color: rgb(36 80 38 / 0.2);
}
.border-green-1\/25{
  border-color: rgb(36 80 38 / 0.25);
}
.border-green-1\/30{
  border-color: rgb(36 80 38 / 0.3);
}
.border-green-1\/40{
  border-color: rgb(36 80 38 / 0.4);
}
.border-green-1\/5{
  border-color: rgb(36 80 38 / 0.05);
}
.border-green-1\/50{
  border-color: rgb(36 80 38 / 0.5);
}
.border-green-1\/60{
  border-color: rgb(36 80 38 / 0.6);
}
.border-green-1\/70{
  border-color: rgb(36 80 38 / 0.7);
}
.border-green-1\/75{
  border-color: rgb(36 80 38 / 0.75);
}
.border-green-1\/80{
  border-color: rgb(36 80 38 / 0.8);
}
.border-green-1\/90{
  border-color: rgb(36 80 38 / 0.9);
}
.border-green-1\/95{
  border-color: rgb(36 80 38 / 0.95);
}
.border-green-10{
  --tw-border-opacity: 1;
  border-color: rgb(238 247 238 / var(--tw-border-opacity));
}
.border-green-10\/0{
  border-color: rgb(238 247 238 / 0);
}
.border-green-10\/10{
  border-color: rgb(238 247 238 / 0.1);
}
.border-green-10\/100{
  border-color: rgb(238 247 238 / 1);
}
.border-green-10\/20{
  border-color: rgb(238 247 238 / 0.2);
}
.border-green-10\/25{
  border-color: rgb(238 247 238 / 0.25);
}
.border-green-10\/30{
  border-color: rgb(238 247 238 / 0.3);
}
.border-green-10\/40{
  border-color: rgb(238 247 238 / 0.4);
}
.border-green-10\/5{
  border-color: rgb(238 247 238 / 0.05);
}
.border-green-10\/50{
  border-color: rgb(238 247 238 / 0.5);
}
.border-green-10\/60{
  border-color: rgb(238 247 238 / 0.6);
}
.border-green-10\/70{
  border-color: rgb(238 247 238 / 0.7);
}
.border-green-10\/75{
  border-color: rgb(238 247 238 / 0.75);
}
.border-green-10\/80{
  border-color: rgb(238 247 238 / 0.8);
}
.border-green-10\/90{
  border-color: rgb(238 247 238 / 0.9);
}
.border-green-10\/95{
  border-color: rgb(238 247 238 / 0.95);
}
.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity));
}
.border-green-100\/0{
  border-color: rgb(220 252 231 / 0);
}
.border-green-100\/10{
  border-color: rgb(220 252 231 / 0.1);
}
.border-green-100\/100{
  border-color: rgb(220 252 231 / 1);
}
.border-green-100\/20{
  border-color: rgb(220 252 231 / 0.2);
}
.border-green-100\/25{
  border-color: rgb(220 252 231 / 0.25);
}
.border-green-100\/30{
  border-color: rgb(220 252 231 / 0.3);
}
.border-green-100\/40{
  border-color: rgb(220 252 231 / 0.4);
}
.border-green-100\/5{
  border-color: rgb(220 252 231 / 0.05);
}
.border-green-100\/50{
  border-color: rgb(220 252 231 / 0.5);
}
.border-green-100\/60{
  border-color: rgb(220 252 231 / 0.6);
}
.border-green-100\/70{
  border-color: rgb(220 252 231 / 0.7);
}
.border-green-100\/75{
  border-color: rgb(220 252 231 / 0.75);
}
.border-green-100\/80{
  border-color: rgb(220 252 231 / 0.8);
}
.border-green-100\/90{
  border-color: rgb(220 252 231 / 0.9);
}
.border-green-100\/95{
  border-color: rgb(220 252 231 / 0.95);
}
.border-green-11{
  --tw-border-opacity: 1;
  border-color: rgb(245 250 245 / var(--tw-border-opacity));
}
.border-green-11\/0{
  border-color: rgb(245 250 245 / 0);
}
.border-green-11\/10{
  border-color: rgb(245 250 245 / 0.1);
}
.border-green-11\/100{
  border-color: rgb(245 250 245 / 1);
}
.border-green-11\/20{
  border-color: rgb(245 250 245 / 0.2);
}
.border-green-11\/25{
  border-color: rgb(245 250 245 / 0.25);
}
.border-green-11\/30{
  border-color: rgb(245 250 245 / 0.3);
}
.border-green-11\/40{
  border-color: rgb(245 250 245 / 0.4);
}
.border-green-11\/5{
  border-color: rgb(245 250 245 / 0.05);
}
.border-green-11\/50{
  border-color: rgb(245 250 245 / 0.5);
}
.border-green-11\/60{
  border-color: rgb(245 250 245 / 0.6);
}
.border-green-11\/70{
  border-color: rgb(245 250 245 / 0.7);
}
.border-green-11\/75{
  border-color: rgb(245 250 245 / 0.75);
}
.border-green-11\/80{
  border-color: rgb(245 250 245 / 0.8);
}
.border-green-11\/90{
  border-color: rgb(245 250 245 / 0.9);
}
.border-green-11\/95{
  border-color: rgb(245 250 245 / 0.95);
}
.border-green-2{
  --tw-border-opacity: 1;
  border-color: rgb(46 101 48 / var(--tw-border-opacity));
}
.border-green-2\/0{
  border-color: rgb(46 101 48 / 0);
}
.border-green-2\/10{
  border-color: rgb(46 101 48 / 0.1);
}
.border-green-2\/100{
  border-color: rgb(46 101 48 / 1);
}
.border-green-2\/20{
  border-color: rgb(46 101 48 / 0.2);
}
.border-green-2\/25{
  border-color: rgb(46 101 48 / 0.25);
}
.border-green-2\/30{
  border-color: rgb(46 101 48 / 0.3);
}
.border-green-2\/40{
  border-color: rgb(46 101 48 / 0.4);
}
.border-green-2\/5{
  border-color: rgb(46 101 48 / 0.05);
}
.border-green-2\/50{
  border-color: rgb(46 101 48 / 0.5);
}
.border-green-2\/60{
  border-color: rgb(46 101 48 / 0.6);
}
.border-green-2\/70{
  border-color: rgb(46 101 48 / 0.7);
}
.border-green-2\/75{
  border-color: rgb(46 101 48 / 0.75);
}
.border-green-2\/80{
  border-color: rgb(46 101 48 / 0.8);
}
.border-green-2\/90{
  border-color: rgb(46 101 48 / 0.9);
}
.border-green-2\/95{
  border-color: rgb(46 101 48 / 0.95);
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
.border-green-200\/0{
  border-color: rgb(187 247 208 / 0);
}
.border-green-200\/10{
  border-color: rgb(187 247 208 / 0.1);
}
.border-green-200\/100{
  border-color: rgb(187 247 208 / 1);
}
.border-green-200\/20{
  border-color: rgb(187 247 208 / 0.2);
}
.border-green-200\/25{
  border-color: rgb(187 247 208 / 0.25);
}
.border-green-200\/30{
  border-color: rgb(187 247 208 / 0.3);
}
.border-green-200\/40{
  border-color: rgb(187 247 208 / 0.4);
}
.border-green-200\/5{
  border-color: rgb(187 247 208 / 0.05);
}
.border-green-200\/50{
  border-color: rgb(187 247 208 / 0.5);
}
.border-green-200\/60{
  border-color: rgb(187 247 208 / 0.6);
}
.border-green-200\/70{
  border-color: rgb(187 247 208 / 0.7);
}
.border-green-200\/75{
  border-color: rgb(187 247 208 / 0.75);
}
.border-green-200\/80{
  border-color: rgb(187 247 208 / 0.8);
}
.border-green-200\/90{
  border-color: rgb(187 247 208 / 0.9);
}
.border-green-200\/95{
  border-color: rgb(187 247 208 / 0.95);
}
.border-green-3{
  --tw-border-opacity: 1;
  border-color: rgb(58 126 60 / var(--tw-border-opacity));
}
.border-green-3\/0{
  border-color: rgb(58 126 60 / 0);
}
.border-green-3\/10{
  border-color: rgb(58 126 60 / 0.1);
}
.border-green-3\/100{
  border-color: rgb(58 126 60 / 1);
}
.border-green-3\/20{
  border-color: rgb(58 126 60 / 0.2);
}
.border-green-3\/25{
  border-color: rgb(58 126 60 / 0.25);
}
.border-green-3\/30{
  border-color: rgb(58 126 60 / 0.3);
}
.border-green-3\/40{
  border-color: rgb(58 126 60 / 0.4);
}
.border-green-3\/5{
  border-color: rgb(58 126 60 / 0.05);
}
.border-green-3\/50{
  border-color: rgb(58 126 60 / 0.5);
}
.border-green-3\/60{
  border-color: rgb(58 126 60 / 0.6);
}
.border-green-3\/70{
  border-color: rgb(58 126 60 / 0.7);
}
.border-green-3\/75{
  border-color: rgb(58 126 60 / 0.75);
}
.border-green-3\/80{
  border-color: rgb(58 126 60 / 0.8);
}
.border-green-3\/90{
  border-color: rgb(58 126 60 / 0.9);
}
.border-green-3\/95{
  border-color: rgb(58 126 60 / 0.95);
}
.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.border-green-300\/0{
  border-color: rgb(134 239 172 / 0);
}
.border-green-300\/10{
  border-color: rgb(134 239 172 / 0.1);
}
.border-green-300\/100{
  border-color: rgb(134 239 172 / 1);
}
.border-green-300\/20{
  border-color: rgb(134 239 172 / 0.2);
}
.border-green-300\/25{
  border-color: rgb(134 239 172 / 0.25);
}
.border-green-300\/30{
  border-color: rgb(134 239 172 / 0.3);
}
.border-green-300\/40{
  border-color: rgb(134 239 172 / 0.4);
}
.border-green-300\/5{
  border-color: rgb(134 239 172 / 0.05);
}
.border-green-300\/50{
  border-color: rgb(134 239 172 / 0.5);
}
.border-green-300\/60{
  border-color: rgb(134 239 172 / 0.6);
}
.border-green-300\/70{
  border-color: rgb(134 239 172 / 0.7);
}
.border-green-300\/75{
  border-color: rgb(134 239 172 / 0.75);
}
.border-green-300\/80{
  border-color: rgb(134 239 172 / 0.8);
}
.border-green-300\/90{
  border-color: rgb(134 239 172 / 0.9);
}
.border-green-300\/95{
  border-color: rgb(134 239 172 / 0.95);
}
.border-green-4{
  --tw-border-opacity: 1;
  border-color: rgb(69 151 72 / var(--tw-border-opacity));
}
.border-green-4\/0{
  border-color: rgb(69 151 72 / 0);
}
.border-green-4\/10{
  border-color: rgb(69 151 72 / 0.1);
}
.border-green-4\/100{
  border-color: rgb(69 151 72 / 1);
}
.border-green-4\/20{
  border-color: rgb(69 151 72 / 0.2);
}
.border-green-4\/25{
  border-color: rgb(69 151 72 / 0.25);
}
.border-green-4\/30{
  border-color: rgb(69 151 72 / 0.3);
}
.border-green-4\/40{
  border-color: rgb(69 151 72 / 0.4);
}
.border-green-4\/5{
  border-color: rgb(69 151 72 / 0.05);
}
.border-green-4\/50{
  border-color: rgb(69 151 72 / 0.5);
}
.border-green-4\/60{
  border-color: rgb(69 151 72 / 0.6);
}
.border-green-4\/70{
  border-color: rgb(69 151 72 / 0.7);
}
.border-green-4\/75{
  border-color: rgb(69 151 72 / 0.75);
}
.border-green-4\/80{
  border-color: rgb(69 151 72 / 0.8);
}
.border-green-4\/90{
  border-color: rgb(69 151 72 / 0.9);
}
.border-green-4\/95{
  border-color: rgb(69 151 72 / 0.95);
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-green-400\/0{
  border-color: rgb(74 222 128 / 0);
}
.border-green-400\/10{
  border-color: rgb(74 222 128 / 0.1);
}
.border-green-400\/100{
  border-color: rgb(74 222 128 / 1);
}
.border-green-400\/20{
  border-color: rgb(74 222 128 / 0.2);
}
.border-green-400\/25{
  border-color: rgb(74 222 128 / 0.25);
}
.border-green-400\/30{
  border-color: rgb(74 222 128 / 0.3);
}
.border-green-400\/40{
  border-color: rgb(74 222 128 / 0.4);
}
.border-green-400\/5{
  border-color: rgb(74 222 128 / 0.05);
}
.border-green-400\/50{
  border-color: rgb(74 222 128 / 0.5);
}
.border-green-400\/60{
  border-color: rgb(74 222 128 / 0.6);
}
.border-green-400\/70{
  border-color: rgb(74 222 128 / 0.7);
}
.border-green-400\/75{
  border-color: rgb(74 222 128 / 0.75);
}
.border-green-400\/80{
  border-color: rgb(74 222 128 / 0.8);
}
.border-green-400\/90{
  border-color: rgb(74 222 128 / 0.9);
}
.border-green-400\/95{
  border-color: rgb(74 222 128 / 0.95);
}
.border-green-5{
  --tw-border-opacity: 1;
  border-color: rgb(81 178 85 / var(--tw-border-opacity));
}
.border-green-5\/0{
  border-color: rgb(81 178 85 / 0);
}
.border-green-5\/10{
  border-color: rgb(81 178 85 / 0.1);
}
.border-green-5\/100{
  border-color: rgb(81 178 85 / 1);
}
.border-green-5\/20{
  border-color: rgb(81 178 85 / 0.2);
}
.border-green-5\/25{
  border-color: rgb(81 178 85 / 0.25);
}
.border-green-5\/30{
  border-color: rgb(81 178 85 / 0.3);
}
.border-green-5\/40{
  border-color: rgb(81 178 85 / 0.4);
}
.border-green-5\/5{
  border-color: rgb(81 178 85 / 0.05);
}
.border-green-5\/50{
  border-color: rgb(81 178 85 / 0.5);
}
.border-green-5\/60{
  border-color: rgb(81 178 85 / 0.6);
}
.border-green-5\/70{
  border-color: rgb(81 178 85 / 0.7);
}
.border-green-5\/75{
  border-color: rgb(81 178 85 / 0.75);
}
.border-green-5\/80{
  border-color: rgb(81 178 85 / 0.8);
}
.border-green-5\/90{
  border-color: rgb(81 178 85 / 0.9);
}
.border-green-5\/95{
  border-color: rgb(81 178 85 / 0.95);
}
.border-green-50{
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity));
}
.border-green-50\/0{
  border-color: rgb(240 253 244 / 0);
}
.border-green-50\/10{
  border-color: rgb(240 253 244 / 0.1);
}
.border-green-50\/100{
  border-color: rgb(240 253 244 / 1);
}
.border-green-50\/20{
  border-color: rgb(240 253 244 / 0.2);
}
.border-green-50\/25{
  border-color: rgb(240 253 244 / 0.25);
}
.border-green-50\/30{
  border-color: rgb(240 253 244 / 0.3);
}
.border-green-50\/40{
  border-color: rgb(240 253 244 / 0.4);
}
.border-green-50\/5{
  border-color: rgb(240 253 244 / 0.05);
}
.border-green-50\/50{
  border-color: rgb(240 253 244 / 0.5);
}
.border-green-50\/60{
  border-color: rgb(240 253 244 / 0.6);
}
.border-green-50\/70{
  border-color: rgb(240 253 244 / 0.7);
}
.border-green-50\/75{
  border-color: rgb(240 253 244 / 0.75);
}
.border-green-50\/80{
  border-color: rgb(240 253 244 / 0.8);
}
.border-green-50\/90{
  border-color: rgb(240 253 244 / 0.9);
}
.border-green-50\/95{
  border-color: rgb(240 253 244 / 0.95);
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-green-500\/0{
  border-color: rgb(34 197 94 / 0);
}
.border-green-500\/10{
  border-color: rgb(34 197 94 / 0.1);
}
.border-green-500\/100{
  border-color: rgb(34 197 94 / 1);
}
.border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/25{
  border-color: rgb(34 197 94 / 0.25);
}
.border-green-500\/30{
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-500\/40{
  border-color: rgb(34 197 94 / 0.4);
}
.border-green-500\/5{
  border-color: rgb(34 197 94 / 0.05);
}
.border-green-500\/50{
  border-color: rgb(34 197 94 / 0.5);
}
.border-green-500\/60{
  border-color: rgb(34 197 94 / 0.6);
}
.border-green-500\/70{
  border-color: rgb(34 197 94 / 0.7);
}
.border-green-500\/75{
  border-color: rgb(34 197 94 / 0.75);
}
.border-green-500\/80{
  border-color: rgb(34 197 94 / 0.8);
}
.border-green-500\/90{
  border-color: rgb(34 197 94 / 0.9);
}
.border-green-500\/95{
  border-color: rgb(34 197 94 / 0.95);
}
.border-green-6{
  --tw-border-opacity: 1;
  border-color: rgb(112 192 116 / var(--tw-border-opacity));
}
.border-green-6\/0{
  border-color: rgb(112 192 116 / 0);
}
.border-green-6\/10{
  border-color: rgb(112 192 116 / 0.1);
}
.border-green-6\/100{
  border-color: rgb(112 192 116 / 1);
}
.border-green-6\/20{
  border-color: rgb(112 192 116 / 0.2);
}
.border-green-6\/25{
  border-color: rgb(112 192 116 / 0.25);
}
.border-green-6\/30{
  border-color: rgb(112 192 116 / 0.3);
}
.border-green-6\/40{
  border-color: rgb(112 192 116 / 0.4);
}
.border-green-6\/5{
  border-color: rgb(112 192 116 / 0.05);
}
.border-green-6\/50{
  border-color: rgb(112 192 116 / 0.5);
}
.border-green-6\/60{
  border-color: rgb(112 192 116 / 0.6);
}
.border-green-6\/70{
  border-color: rgb(112 192 116 / 0.7);
}
.border-green-6\/75{
  border-color: rgb(112 192 116 / 0.75);
}
.border-green-6\/80{
  border-color: rgb(112 192 116 / 0.8);
}
.border-green-6\/90{
  border-color: rgb(112 192 116 / 0.9);
}
.border-green-6\/95{
  border-color: rgb(112 192 116 / 0.95);
}
.border-green-600{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.border-green-600\/0{
  border-color: rgb(22 163 74 / 0);
}
.border-green-600\/10{
  border-color: rgb(22 163 74 / 0.1);
}
.border-green-600\/100{
  border-color: rgb(22 163 74 / 1);
}
.border-green-600\/20{
  border-color: rgb(22 163 74 / 0.2);
}
.border-green-600\/25{
  border-color: rgb(22 163 74 / 0.25);
}
.border-green-600\/30{
  border-color: rgb(22 163 74 / 0.3);
}
.border-green-600\/40{
  border-color: rgb(22 163 74 / 0.4);
}
.border-green-600\/5{
  border-color: rgb(22 163 74 / 0.05);
}
.border-green-600\/50{
  border-color: rgb(22 163 74 / 0.5);
}
.border-green-600\/60{
  border-color: rgb(22 163 74 / 0.6);
}
.border-green-600\/70{
  border-color: rgb(22 163 74 / 0.7);
}
.border-green-600\/75{
  border-color: rgb(22 163 74 / 0.75);
}
.border-green-600\/80{
  border-color: rgb(22 163 74 / 0.8);
}
.border-green-600\/90{
  border-color: rgb(22 163 74 / 0.9);
}
.border-green-600\/95{
  border-color: rgb(22 163 74 / 0.95);
}
.border-green-7{
  --tw-border-opacity: 1;
  border-color: rgb(145 206 148 / var(--tw-border-opacity));
}
.border-green-7\/0{
  border-color: rgb(145 206 148 / 0);
}
.border-green-7\/10{
  border-color: rgb(145 206 148 / 0.1);
}
.border-green-7\/100{
  border-color: rgb(145 206 148 / 1);
}
.border-green-7\/20{
  border-color: rgb(145 206 148 / 0.2);
}
.border-green-7\/25{
  border-color: rgb(145 206 148 / 0.25);
}
.border-green-7\/30{
  border-color: rgb(145 206 148 / 0.3);
}
.border-green-7\/40{
  border-color: rgb(145 206 148 / 0.4);
}
.border-green-7\/5{
  border-color: rgb(145 206 148 / 0.05);
}
.border-green-7\/50{
  border-color: rgb(145 206 148 / 0.5);
}
.border-green-7\/60{
  border-color: rgb(145 206 148 / 0.6);
}
.border-green-7\/70{
  border-color: rgb(145 206 148 / 0.7);
}
.border-green-7\/75{
  border-color: rgb(145 206 148 / 0.75);
}
.border-green-7\/80{
  border-color: rgb(145 206 148 / 0.8);
}
.border-green-7\/90{
  border-color: rgb(145 206 148 / 0.9);
}
.border-green-7\/95{
  border-color: rgb(145 206 148 / 0.95);
}
.border-green-700{
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity));
}
.border-green-700\/0{
  border-color: rgb(21 128 61 / 0);
}
.border-green-700\/10{
  border-color: rgb(21 128 61 / 0.1);
}
.border-green-700\/100{
  border-color: rgb(21 128 61 / 1);
}
.border-green-700\/20{
  border-color: rgb(21 128 61 / 0.2);
}
.border-green-700\/25{
  border-color: rgb(21 128 61 / 0.25);
}
.border-green-700\/30{
  border-color: rgb(21 128 61 / 0.3);
}
.border-green-700\/40{
  border-color: rgb(21 128 61 / 0.4);
}
.border-green-700\/5{
  border-color: rgb(21 128 61 / 0.05);
}
.border-green-700\/50{
  border-color: rgb(21 128 61 / 0.5);
}
.border-green-700\/60{
  border-color: rgb(21 128 61 / 0.6);
}
.border-green-700\/70{
  border-color: rgb(21 128 61 / 0.7);
}
.border-green-700\/75{
  border-color: rgb(21 128 61 / 0.75);
}
.border-green-700\/80{
  border-color: rgb(21 128 61 / 0.8);
}
.border-green-700\/90{
  border-color: rgb(21 128 61 / 0.9);
}
.border-green-700\/95{
  border-color: rgb(21 128 61 / 0.95);
}
.border-green-8{
  --tw-border-opacity: 1;
  border-color: rgb(180 222 182 / var(--tw-border-opacity));
}
.border-green-8\/0{
  border-color: rgb(180 222 182 / 0);
}
.border-green-8\/10{
  border-color: rgb(180 222 182 / 0.1);
}
.border-green-8\/100{
  border-color: rgb(180 222 182 / 1);
}
.border-green-8\/20{
  border-color: rgb(180 222 182 / 0.2);
}
.border-green-8\/25{
  border-color: rgb(180 222 182 / 0.25);
}
.border-green-8\/30{
  border-color: rgb(180 222 182 / 0.3);
}
.border-green-8\/40{
  border-color: rgb(180 222 182 / 0.4);
}
.border-green-8\/5{
  border-color: rgb(180 222 182 / 0.05);
}
.border-green-8\/50{
  border-color: rgb(180 222 182 / 0.5);
}
.border-green-8\/60{
  border-color: rgb(180 222 182 / 0.6);
}
.border-green-8\/70{
  border-color: rgb(180 222 182 / 0.7);
}
.border-green-8\/75{
  border-color: rgb(180 222 182 / 0.75);
}
.border-green-8\/80{
  border-color: rgb(180 222 182 / 0.8);
}
.border-green-8\/90{
  border-color: rgb(180 222 182 / 0.9);
}
.border-green-8\/95{
  border-color: rgb(180 222 182 / 0.95);
}
.border-green-800{
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity));
}
.border-green-800\/0{
  border-color: rgb(22 101 52 / 0);
}
.border-green-800\/10{
  border-color: rgb(22 101 52 / 0.1);
}
.border-green-800\/100{
  border-color: rgb(22 101 52 / 1);
}
.border-green-800\/20{
  border-color: rgb(22 101 52 / 0.2);
}
.border-green-800\/25{
  border-color: rgb(22 101 52 / 0.25);
}
.border-green-800\/30{
  border-color: rgb(22 101 52 / 0.3);
}
.border-green-800\/40{
  border-color: rgb(22 101 52 / 0.4);
}
.border-green-800\/5{
  border-color: rgb(22 101 52 / 0.05);
}
.border-green-800\/50{
  border-color: rgb(22 101 52 / 0.5);
}
.border-green-800\/60{
  border-color: rgb(22 101 52 / 0.6);
}
.border-green-800\/70{
  border-color: rgb(22 101 52 / 0.7);
}
.border-green-800\/75{
  border-color: rgb(22 101 52 / 0.75);
}
.border-green-800\/80{
  border-color: rgb(22 101 52 / 0.8);
}
.border-green-800\/90{
  border-color: rgb(22 101 52 / 0.9);
}
.border-green-800\/95{
  border-color: rgb(22 101 52 / 0.95);
}
.border-green-9{
  --tw-border-opacity: 1;
  border-color: rgb(213 237 214 / var(--tw-border-opacity));
}
.border-green-9\/0{
  border-color: rgb(213 237 214 / 0);
}
.border-green-9\/10{
  border-color: rgb(213 237 214 / 0.1);
}
.border-green-9\/100{
  border-color: rgb(213 237 214 / 1);
}
.border-green-9\/20{
  border-color: rgb(213 237 214 / 0.2);
}
.border-green-9\/25{
  border-color: rgb(213 237 214 / 0.25);
}
.border-green-9\/30{
  border-color: rgb(213 237 214 / 0.3);
}
.border-green-9\/40{
  border-color: rgb(213 237 214 / 0.4);
}
.border-green-9\/5{
  border-color: rgb(213 237 214 / 0.05);
}
.border-green-9\/50{
  border-color: rgb(213 237 214 / 0.5);
}
.border-green-9\/60{
  border-color: rgb(213 237 214 / 0.6);
}
.border-green-9\/70{
  border-color: rgb(213 237 214 / 0.7);
}
.border-green-9\/75{
  border-color: rgb(213 237 214 / 0.75);
}
.border-green-9\/80{
  border-color: rgb(213 237 214 / 0.8);
}
.border-green-9\/90{
  border-color: rgb(213 237 214 / 0.9);
}
.border-green-9\/95{
  border-color: rgb(213 237 214 / 0.95);
}
.border-green-900{
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.border-green-900\/0{
  border-color: rgb(20 83 45 / 0);
}
.border-green-900\/10{
  border-color: rgb(20 83 45 / 0.1);
}
.border-green-900\/100{
  border-color: rgb(20 83 45 / 1);
}
.border-green-900\/20{
  border-color: rgb(20 83 45 / 0.2);
}
.border-green-900\/25{
  border-color: rgb(20 83 45 / 0.25);
}
.border-green-900\/30{
  border-color: rgb(20 83 45 / 0.3);
}
.border-green-900\/40{
  border-color: rgb(20 83 45 / 0.4);
}
.border-green-900\/5{
  border-color: rgb(20 83 45 / 0.05);
}
.border-green-900\/50{
  border-color: rgb(20 83 45 / 0.5);
}
.border-green-900\/60{
  border-color: rgb(20 83 45 / 0.6);
}
.border-green-900\/70{
  border-color: rgb(20 83 45 / 0.7);
}
.border-green-900\/75{
  border-color: rgb(20 83 45 / 0.75);
}
.border-green-900\/80{
  border-color: rgb(20 83 45 / 0.8);
}
.border-green-900\/90{
  border-color: rgb(20 83 45 / 0.9);
}
.border-green-900\/95{
  border-color: rgb(20 83 45 / 0.95);
}
.border-green-950{
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity));
}
.border-green-950\/0{
  border-color: rgb(5 46 22 / 0);
}
.border-green-950\/10{
  border-color: rgb(5 46 22 / 0.1);
}
.border-green-950\/100{
  border-color: rgb(5 46 22 / 1);
}
.border-green-950\/20{
  border-color: rgb(5 46 22 / 0.2);
}
.border-green-950\/25{
  border-color: rgb(5 46 22 / 0.25);
}
.border-green-950\/30{
  border-color: rgb(5 46 22 / 0.3);
}
.border-green-950\/40{
  border-color: rgb(5 46 22 / 0.4);
}
.border-green-950\/5{
  border-color: rgb(5 46 22 / 0.05);
}
.border-green-950\/50{
  border-color: rgb(5 46 22 / 0.5);
}
.border-green-950\/60{
  border-color: rgb(5 46 22 / 0.6);
}
.border-green-950\/70{
  border-color: rgb(5 46 22 / 0.7);
}
.border-green-950\/75{
  border-color: rgb(5 46 22 / 0.75);
}
.border-green-950\/80{
  border-color: rgb(5 46 22 / 0.8);
}
.border-green-950\/90{
  border-color: rgb(5 46 22 / 0.9);
}
.border-green-950\/95{
  border-color: rgb(5 46 22 / 0.95);
}
.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-orange-1{
  --tw-border-opacity: 1;
  border-color: rgb(111 67 28 / var(--tw-border-opacity));
}
.border-orange-1\/0{
  border-color: rgb(111 67 28 / 0);
}
.border-orange-1\/10{
  border-color: rgb(111 67 28 / 0.1);
}
.border-orange-1\/100{
  border-color: rgb(111 67 28 / 1);
}
.border-orange-1\/20{
  border-color: rgb(111 67 28 / 0.2);
}
.border-orange-1\/25{
  border-color: rgb(111 67 28 / 0.25);
}
.border-orange-1\/30{
  border-color: rgb(111 67 28 / 0.3);
}
.border-orange-1\/40{
  border-color: rgb(111 67 28 / 0.4);
}
.border-orange-1\/5{
  border-color: rgb(111 67 28 / 0.05);
}
.border-orange-1\/50{
  border-color: rgb(111 67 28 / 0.5);
}
.border-orange-1\/60{
  border-color: rgb(111 67 28 / 0.6);
}
.border-orange-1\/70{
  border-color: rgb(111 67 28 / 0.7);
}
.border-orange-1\/75{
  border-color: rgb(111 67 28 / 0.75);
}
.border-orange-1\/80{
  border-color: rgb(111 67 28 / 0.8);
}
.border-orange-1\/90{
  border-color: rgb(111 67 28 / 0.9);
}
.border-orange-1\/95{
  border-color: rgb(111 67 28 / 0.95);
}
.border-orange-10{
  --tw-border-opacity: 1;
  border-color: rgb(254 241 231 / var(--tw-border-opacity));
}
.border-orange-10\/0{
  border-color: rgb(254 241 231 / 0);
}
.border-orange-10\/10{
  border-color: rgb(254 241 231 / 0.1);
}
.border-orange-10\/100{
  border-color: rgb(254 241 231 / 1);
}
.border-orange-10\/20{
  border-color: rgb(254 241 231 / 0.2);
}
.border-orange-10\/25{
  border-color: rgb(254 241 231 / 0.25);
}
.border-orange-10\/30{
  border-color: rgb(254 241 231 / 0.3);
}
.border-orange-10\/40{
  border-color: rgb(254 241 231 / 0.4);
}
.border-orange-10\/5{
  border-color: rgb(254 241 231 / 0.05);
}
.border-orange-10\/50{
  border-color: rgb(254 241 231 / 0.5);
}
.border-orange-10\/60{
  border-color: rgb(254 241 231 / 0.6);
}
.border-orange-10\/70{
  border-color: rgb(254 241 231 / 0.7);
}
.border-orange-10\/75{
  border-color: rgb(254 241 231 / 0.75);
}
.border-orange-10\/80{
  border-color: rgb(254 241 231 / 0.8);
}
.border-orange-10\/90{
  border-color: rgb(254 241 231 / 0.9);
}
.border-orange-10\/95{
  border-color: rgb(254 241 231 / 0.95);
}
.border-orange-100{
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity));
}
.border-orange-100\/0{
  border-color: rgb(255 237 213 / 0);
}
.border-orange-100\/10{
  border-color: rgb(255 237 213 / 0.1);
}
.border-orange-100\/100{
  border-color: rgb(255 237 213 / 1);
}
.border-orange-100\/20{
  border-color: rgb(255 237 213 / 0.2);
}
.border-orange-100\/25{
  border-color: rgb(255 237 213 / 0.25);
}
.border-orange-100\/30{
  border-color: rgb(255 237 213 / 0.3);
}
.border-orange-100\/40{
  border-color: rgb(255 237 213 / 0.4);
}
.border-orange-100\/5{
  border-color: rgb(255 237 213 / 0.05);
}
.border-orange-100\/50{
  border-color: rgb(255 237 213 / 0.5);
}
.border-orange-100\/60{
  border-color: rgb(255 237 213 / 0.6);
}
.border-orange-100\/70{
  border-color: rgb(255 237 213 / 0.7);
}
.border-orange-100\/75{
  border-color: rgb(255 237 213 / 0.75);
}
.border-orange-100\/80{
  border-color: rgb(255 237 213 / 0.8);
}
.border-orange-100\/90{
  border-color: rgb(255 237 213 / 0.9);
}
.border-orange-100\/95{
  border-color: rgb(255 237 213 / 0.95);
}
.border-orange-11{
  --tw-border-opacity: 1;
  border-color: rgb(254 247 240 / var(--tw-border-opacity));
}
.border-orange-11\/0{
  border-color: rgb(254 247 240 / 0);
}
.border-orange-11\/10{
  border-color: rgb(254 247 240 / 0.1);
}
.border-orange-11\/100{
  border-color: rgb(254 247 240 / 1);
}
.border-orange-11\/20{
  border-color: rgb(254 247 240 / 0.2);
}
.border-orange-11\/25{
  border-color: rgb(254 247 240 / 0.25);
}
.border-orange-11\/30{
  border-color: rgb(254 247 240 / 0.3);
}
.border-orange-11\/40{
  border-color: rgb(254 247 240 / 0.4);
}
.border-orange-11\/5{
  border-color: rgb(254 247 240 / 0.05);
}
.border-orange-11\/50{
  border-color: rgb(254 247 240 / 0.5);
}
.border-orange-11\/60{
  border-color: rgb(254 247 240 / 0.6);
}
.border-orange-11\/70{
  border-color: rgb(254 247 240 / 0.7);
}
.border-orange-11\/75{
  border-color: rgb(254 247 240 / 0.75);
}
.border-orange-11\/80{
  border-color: rgb(254 247 240 / 0.8);
}
.border-orange-11\/90{
  border-color: rgb(254 247 240 / 0.9);
}
.border-orange-11\/95{
  border-color: rgb(254 247 240 / 0.95);
}
.border-orange-2{
  --tw-border-opacity: 1;
  border-color: rgb(141 84 35 / var(--tw-border-opacity));
}
.border-orange-2\/0{
  border-color: rgb(141 84 35 / 0);
}
.border-orange-2\/10{
  border-color: rgb(141 84 35 / 0.1);
}
.border-orange-2\/100{
  border-color: rgb(141 84 35 / 1);
}
.border-orange-2\/20{
  border-color: rgb(141 84 35 / 0.2);
}
.border-orange-2\/25{
  border-color: rgb(141 84 35 / 0.25);
}
.border-orange-2\/30{
  border-color: rgb(141 84 35 / 0.3);
}
.border-orange-2\/40{
  border-color: rgb(141 84 35 / 0.4);
}
.border-orange-2\/5{
  border-color: rgb(141 84 35 / 0.05);
}
.border-orange-2\/50{
  border-color: rgb(141 84 35 / 0.5);
}
.border-orange-2\/60{
  border-color: rgb(141 84 35 / 0.6);
}
.border-orange-2\/70{
  border-color: rgb(141 84 35 / 0.7);
}
.border-orange-2\/75{
  border-color: rgb(141 84 35 / 0.75);
}
.border-orange-2\/80{
  border-color: rgb(141 84 35 / 0.8);
}
.border-orange-2\/90{
  border-color: rgb(141 84 35 / 0.9);
}
.border-orange-2\/95{
  border-color: rgb(141 84 35 / 0.95);
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}
.border-orange-200\/0{
  border-color: rgb(254 215 170 / 0);
}
.border-orange-200\/10{
  border-color: rgb(254 215 170 / 0.1);
}
.border-orange-200\/100{
  border-color: rgb(254 215 170 / 1);
}
.border-orange-200\/20{
  border-color: rgb(254 215 170 / 0.2);
}
.border-orange-200\/25{
  border-color: rgb(254 215 170 / 0.25);
}
.border-orange-200\/30{
  border-color: rgb(254 215 170 / 0.3);
}
.border-orange-200\/40{
  border-color: rgb(254 215 170 / 0.4);
}
.border-orange-200\/5{
  border-color: rgb(254 215 170 / 0.05);
}
.border-orange-200\/50{
  border-color: rgb(254 215 170 / 0.5);
}
.border-orange-200\/60{
  border-color: rgb(254 215 170 / 0.6);
}
.border-orange-200\/70{
  border-color: rgb(254 215 170 / 0.7);
}
.border-orange-200\/75{
  border-color: rgb(254 215 170 / 0.75);
}
.border-orange-200\/80{
  border-color: rgb(254 215 170 / 0.8);
}
.border-orange-200\/90{
  border-color: rgb(254 215 170 / 0.9);
}
.border-orange-200\/95{
  border-color: rgb(254 215 170 / 0.95);
}
.border-orange-3{
  --tw-border-opacity: 1;
  border-color: rgb(175 105 44 / var(--tw-border-opacity));
}
.border-orange-3\/0{
  border-color: rgb(175 105 44 / 0);
}
.border-orange-3\/10{
  border-color: rgb(175 105 44 / 0.1);
}
.border-orange-3\/100{
  border-color: rgb(175 105 44 / 1);
}
.border-orange-3\/20{
  border-color: rgb(175 105 44 / 0.2);
}
.border-orange-3\/25{
  border-color: rgb(175 105 44 / 0.25);
}
.border-orange-3\/30{
  border-color: rgb(175 105 44 / 0.3);
}
.border-orange-3\/40{
  border-color: rgb(175 105 44 / 0.4);
}
.border-orange-3\/5{
  border-color: rgb(175 105 44 / 0.05);
}
.border-orange-3\/50{
  border-color: rgb(175 105 44 / 0.5);
}
.border-orange-3\/60{
  border-color: rgb(175 105 44 / 0.6);
}
.border-orange-3\/70{
  border-color: rgb(175 105 44 / 0.7);
}
.border-orange-3\/75{
  border-color: rgb(175 105 44 / 0.75);
}
.border-orange-3\/80{
  border-color: rgb(175 105 44 / 0.8);
}
.border-orange-3\/90{
  border-color: rgb(175 105 44 / 0.9);
}
.border-orange-3\/95{
  border-color: rgb(175 105 44 / 0.95);
}
.border-orange-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.border-orange-300\/0{
  border-color: rgb(253 186 116 / 0);
}
.border-orange-300\/10{
  border-color: rgb(253 186 116 / 0.1);
}
.border-orange-300\/100{
  border-color: rgb(253 186 116 / 1);
}
.border-orange-300\/20{
  border-color: rgb(253 186 116 / 0.2);
}
.border-orange-300\/25{
  border-color: rgb(253 186 116 / 0.25);
}
.border-orange-300\/30{
  border-color: rgb(253 186 116 / 0.3);
}
.border-orange-300\/40{
  border-color: rgb(253 186 116 / 0.4);
}
.border-orange-300\/5{
  border-color: rgb(253 186 116 / 0.05);
}
.border-orange-300\/50{
  border-color: rgb(253 186 116 / 0.5);
}
.border-orange-300\/60{
  border-color: rgb(253 186 116 / 0.6);
}
.border-orange-300\/70{
  border-color: rgb(253 186 116 / 0.7);
}
.border-orange-300\/75{
  border-color: rgb(253 186 116 / 0.75);
}
.border-orange-300\/80{
  border-color: rgb(253 186 116 / 0.8);
}
.border-orange-300\/90{
  border-color: rgb(253 186 116 / 0.9);
}
.border-orange-300\/95{
  border-color: rgb(253 186 116 / 0.95);
}
.border-orange-4{
  --tw-border-opacity: 1;
  border-color: rgb(210 126 53 / var(--tw-border-opacity));
}
.border-orange-4\/0{
  border-color: rgb(210 126 53 / 0);
}
.border-orange-4\/10{
  border-color: rgb(210 126 53 / 0.1);
}
.border-orange-4\/100{
  border-color: rgb(210 126 53 / 1);
}
.border-orange-4\/20{
  border-color: rgb(210 126 53 / 0.2);
}
.border-orange-4\/25{
  border-color: rgb(210 126 53 / 0.25);
}
.border-orange-4\/30{
  border-color: rgb(210 126 53 / 0.3);
}
.border-orange-4\/40{
  border-color: rgb(210 126 53 / 0.4);
}
.border-orange-4\/5{
  border-color: rgb(210 126 53 / 0.05);
}
.border-orange-4\/50{
  border-color: rgb(210 126 53 / 0.5);
}
.border-orange-4\/60{
  border-color: rgb(210 126 53 / 0.6);
}
.border-orange-4\/70{
  border-color: rgb(210 126 53 / 0.7);
}
.border-orange-4\/75{
  border-color: rgb(210 126 53 / 0.75);
}
.border-orange-4\/80{
  border-color: rgb(210 126 53 / 0.8);
}
.border-orange-4\/90{
  border-color: rgb(210 126 53 / 0.9);
}
.border-orange-4\/95{
  border-color: rgb(210 126 53 / 0.95);
}
.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-orange-400\/0{
  border-color: rgb(251 146 60 / 0);
}
.border-orange-400\/10{
  border-color: rgb(251 146 60 / 0.1);
}
.border-orange-400\/100{
  border-color: rgb(251 146 60 / 1);
}
.border-orange-400\/20{
  border-color: rgb(251 146 60 / 0.2);
}
.border-orange-400\/25{
  border-color: rgb(251 146 60 / 0.25);
}
.border-orange-400\/30{
  border-color: rgb(251 146 60 / 0.3);
}
.border-orange-400\/40{
  border-color: rgb(251 146 60 / 0.4);
}
.border-orange-400\/5{
  border-color: rgb(251 146 60 / 0.05);
}
.border-orange-400\/50{
  border-color: rgb(251 146 60 / 0.5);
}
.border-orange-400\/60{
  border-color: rgb(251 146 60 / 0.6);
}
.border-orange-400\/70{
  border-color: rgb(251 146 60 / 0.7);
}
.border-orange-400\/75{
  border-color: rgb(251 146 60 / 0.75);
}
.border-orange-400\/80{
  border-color: rgb(251 146 60 / 0.8);
}
.border-orange-400\/90{
  border-color: rgb(251 146 60 / 0.9);
}
.border-orange-400\/95{
  border-color: rgb(251 146 60 / 0.95);
}
.border-orange-5{
  --tw-border-opacity: 1;
  border-color: rgb(247 148 62 / var(--tw-border-opacity));
}
.border-orange-5\/0{
  border-color: rgb(247 148 62 / 0);
}
.border-orange-5\/10{
  border-color: rgb(247 148 62 / 0.1);
}
.border-orange-5\/100{
  border-color: rgb(247 148 62 / 1);
}
.border-orange-5\/20{
  border-color: rgb(247 148 62 / 0.2);
}
.border-orange-5\/25{
  border-color: rgb(247 148 62 / 0.25);
}
.border-orange-5\/30{
  border-color: rgb(247 148 62 / 0.3);
}
.border-orange-5\/40{
  border-color: rgb(247 148 62 / 0.4);
}
.border-orange-5\/5{
  border-color: rgb(247 148 62 / 0.05);
}
.border-orange-5\/50{
  border-color: rgb(247 148 62 / 0.5);
}
.border-orange-5\/60{
  border-color: rgb(247 148 62 / 0.6);
}
.border-orange-5\/70{
  border-color: rgb(247 148 62 / 0.7);
}
.border-orange-5\/75{
  border-color: rgb(247 148 62 / 0.75);
}
.border-orange-5\/80{
  border-color: rgb(247 148 62 / 0.8);
}
.border-orange-5\/90{
  border-color: rgb(247 148 62 / 0.9);
}
.border-orange-5\/95{
  border-color: rgb(247 148 62 / 0.95);
}
.border-orange-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity));
}
.border-orange-50\/0{
  border-color: rgb(255 247 237 / 0);
}
.border-orange-50\/10{
  border-color: rgb(255 247 237 / 0.1);
}
.border-orange-50\/100{
  border-color: rgb(255 247 237 / 1);
}
.border-orange-50\/20{
  border-color: rgb(255 247 237 / 0.2);
}
.border-orange-50\/25{
  border-color: rgb(255 247 237 / 0.25);
}
.border-orange-50\/30{
  border-color: rgb(255 247 237 / 0.3);
}
.border-orange-50\/40{
  border-color: rgb(255 247 237 / 0.4);
}
.border-orange-50\/5{
  border-color: rgb(255 247 237 / 0.05);
}
.border-orange-50\/50{
  border-color: rgb(255 247 237 / 0.5);
}
.border-orange-50\/60{
  border-color: rgb(255 247 237 / 0.6);
}
.border-orange-50\/70{
  border-color: rgb(255 247 237 / 0.7);
}
.border-orange-50\/75{
  border-color: rgb(255 247 237 / 0.75);
}
.border-orange-50\/80{
  border-color: rgb(255 247 237 / 0.8);
}
.border-orange-50\/90{
  border-color: rgb(255 247 237 / 0.9);
}
.border-orange-50\/95{
  border-color: rgb(255 247 237 / 0.95);
}
.border-orange-500{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.border-orange-500\/0{
  border-color: rgb(249 115 22 / 0);
}
.border-orange-500\/10{
  border-color: rgb(249 115 22 / 0.1);
}
.border-orange-500\/100{
  border-color: rgb(249 115 22 / 1);
}
.border-orange-500\/20{
  border-color: rgb(249 115 22 / 0.2);
}
.border-orange-500\/25{
  border-color: rgb(249 115 22 / 0.25);
}
.border-orange-500\/30{
  border-color: rgb(249 115 22 / 0.3);
}
.border-orange-500\/40{
  border-color: rgb(249 115 22 / 0.4);
}
.border-orange-500\/5{
  border-color: rgb(249 115 22 / 0.05);
}
.border-orange-500\/50{
  border-color: rgb(249 115 22 / 0.5);
}
.border-orange-500\/60{
  border-color: rgb(249 115 22 / 0.6);
}
.border-orange-500\/70{
  border-color: rgb(249 115 22 / 0.7);
}
.border-orange-500\/75{
  border-color: rgb(249 115 22 / 0.75);
}
.border-orange-500\/80{
  border-color: rgb(249 115 22 / 0.8);
}
.border-orange-500\/90{
  border-color: rgb(249 115 22 / 0.9);
}
.border-orange-500\/95{
  border-color: rgb(249 115 22 / 0.95);
}
.border-orange-6{
  --tw-border-opacity: 1;
  border-color: rgb(248 167 97 / var(--tw-border-opacity));
}
.border-orange-6\/0{
  border-color: rgb(248 167 97 / 0);
}
.border-orange-6\/10{
  border-color: rgb(248 167 97 / 0.1);
}
.border-orange-6\/100{
  border-color: rgb(248 167 97 / 1);
}
.border-orange-6\/20{
  border-color: rgb(248 167 97 / 0.2);
}
.border-orange-6\/25{
  border-color: rgb(248 167 97 / 0.25);
}
.border-orange-6\/30{
  border-color: rgb(248 167 97 / 0.3);
}
.border-orange-6\/40{
  border-color: rgb(248 167 97 / 0.4);
}
.border-orange-6\/5{
  border-color: rgb(248 167 97 / 0.05);
}
.border-orange-6\/50{
  border-color: rgb(248 167 97 / 0.5);
}
.border-orange-6\/60{
  border-color: rgb(248 167 97 / 0.6);
}
.border-orange-6\/70{
  border-color: rgb(248 167 97 / 0.7);
}
.border-orange-6\/75{
  border-color: rgb(248 167 97 / 0.75);
}
.border-orange-6\/80{
  border-color: rgb(248 167 97 / 0.8);
}
.border-orange-6\/90{
  border-color: rgb(248 167 97 / 0.9);
}
.border-orange-6\/95{
  border-color: rgb(248 167 97 / 0.95);
}
.border-orange-600{
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.border-orange-600\/0{
  border-color: rgb(234 88 12 / 0);
}
.border-orange-600\/10{
  border-color: rgb(234 88 12 / 0.1);
}
.border-orange-600\/100{
  border-color: rgb(234 88 12 / 1);
}
.border-orange-600\/20{
  border-color: rgb(234 88 12 / 0.2);
}
.border-orange-600\/25{
  border-color: rgb(234 88 12 / 0.25);
}
.border-orange-600\/30{
  border-color: rgb(234 88 12 / 0.3);
}
.border-orange-600\/40{
  border-color: rgb(234 88 12 / 0.4);
}
.border-orange-600\/5{
  border-color: rgb(234 88 12 / 0.05);
}
.border-orange-600\/50{
  border-color: rgb(234 88 12 / 0.5);
}
.border-orange-600\/60{
  border-color: rgb(234 88 12 / 0.6);
}
.border-orange-600\/70{
  border-color: rgb(234 88 12 / 0.7);
}
.border-orange-600\/75{
  border-color: rgb(234 88 12 / 0.75);
}
.border-orange-600\/80{
  border-color: rgb(234 88 12 / 0.8);
}
.border-orange-600\/90{
  border-color: rgb(234 88 12 / 0.9);
}
.border-orange-600\/95{
  border-color: rgb(234 88 12 / 0.95);
}
.border-orange-7{
  --tw-border-opacity: 1;
  border-color: rgb(250 188 133 / var(--tw-border-opacity));
}
.border-orange-7\/0{
  border-color: rgb(250 188 133 / 0);
}
.border-orange-7\/10{
  border-color: rgb(250 188 133 / 0.1);
}
.border-orange-7\/100{
  border-color: rgb(250 188 133 / 1);
}
.border-orange-7\/20{
  border-color: rgb(250 188 133 / 0.2);
}
.border-orange-7\/25{
  border-color: rgb(250 188 133 / 0.25);
}
.border-orange-7\/30{
  border-color: rgb(250 188 133 / 0.3);
}
.border-orange-7\/40{
  border-color: rgb(250 188 133 / 0.4);
}
.border-orange-7\/5{
  border-color: rgb(250 188 133 / 0.05);
}
.border-orange-7\/50{
  border-color: rgb(250 188 133 / 0.5);
}
.border-orange-7\/60{
  border-color: rgb(250 188 133 / 0.6);
}
.border-orange-7\/70{
  border-color: rgb(250 188 133 / 0.7);
}
.border-orange-7\/75{
  border-color: rgb(250 188 133 / 0.75);
}
.border-orange-7\/80{
  border-color: rgb(250 188 133 / 0.8);
}
.border-orange-7\/90{
  border-color: rgb(250 188 133 / 0.9);
}
.border-orange-7\/95{
  border-color: rgb(250 188 133 / 0.95);
}
.border-orange-700{
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}
.border-orange-700\/0{
  border-color: rgb(194 65 12 / 0);
}
.border-orange-700\/10{
  border-color: rgb(194 65 12 / 0.1);
}
.border-orange-700\/100{
  border-color: rgb(194 65 12 / 1);
}
.border-orange-700\/20{
  border-color: rgb(194 65 12 / 0.2);
}
.border-orange-700\/25{
  border-color: rgb(194 65 12 / 0.25);
}
.border-orange-700\/30{
  border-color: rgb(194 65 12 / 0.3);
}
.border-orange-700\/40{
  border-color: rgb(194 65 12 / 0.4);
}
.border-orange-700\/5{
  border-color: rgb(194 65 12 / 0.05);
}
.border-orange-700\/50{
  border-color: rgb(194 65 12 / 0.5);
}
.border-orange-700\/60{
  border-color: rgb(194 65 12 / 0.6);
}
.border-orange-700\/70{
  border-color: rgb(194 65 12 / 0.7);
}
.border-orange-700\/75{
  border-color: rgb(194 65 12 / 0.75);
}
.border-orange-700\/80{
  border-color: rgb(194 65 12 / 0.8);
}
.border-orange-700\/90{
  border-color: rgb(194 65 12 / 0.9);
}
.border-orange-700\/95{
  border-color: rgb(194 65 12 / 0.95);
}
.border-orange-8{
  --tw-border-opacity: 1;
  border-color: rgb(252 209 172 / var(--tw-border-opacity));
}
.border-orange-8\/0{
  border-color: rgb(252 209 172 / 0);
}
.border-orange-8\/10{
  border-color: rgb(252 209 172 / 0.1);
}
.border-orange-8\/100{
  border-color: rgb(252 209 172 / 1);
}
.border-orange-8\/20{
  border-color: rgb(252 209 172 / 0.2);
}
.border-orange-8\/25{
  border-color: rgb(252 209 172 / 0.25);
}
.border-orange-8\/30{
  border-color: rgb(252 209 172 / 0.3);
}
.border-orange-8\/40{
  border-color: rgb(252 209 172 / 0.4);
}
.border-orange-8\/5{
  border-color: rgb(252 209 172 / 0.05);
}
.border-orange-8\/50{
  border-color: rgb(252 209 172 / 0.5);
}
.border-orange-8\/60{
  border-color: rgb(252 209 172 / 0.6);
}
.border-orange-8\/70{
  border-color: rgb(252 209 172 / 0.7);
}
.border-orange-8\/75{
  border-color: rgb(252 209 172 / 0.75);
}
.border-orange-8\/80{
  border-color: rgb(252 209 172 / 0.8);
}
.border-orange-8\/90{
  border-color: rgb(252 209 172 / 0.9);
}
.border-orange-8\/95{
  border-color: rgb(252 209 172 / 0.95);
}
.border-orange-800{
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity));
}
.border-orange-800\/0{
  border-color: rgb(154 52 18 / 0);
}
.border-orange-800\/10{
  border-color: rgb(154 52 18 / 0.1);
}
.border-orange-800\/100{
  border-color: rgb(154 52 18 / 1);
}
.border-orange-800\/20{
  border-color: rgb(154 52 18 / 0.2);
}
.border-orange-800\/25{
  border-color: rgb(154 52 18 / 0.25);
}
.border-orange-800\/30{
  border-color: rgb(154 52 18 / 0.3);
}
.border-orange-800\/40{
  border-color: rgb(154 52 18 / 0.4);
}
.border-orange-800\/5{
  border-color: rgb(154 52 18 / 0.05);
}
.border-orange-800\/50{
  border-color: rgb(154 52 18 / 0.5);
}
.border-orange-800\/60{
  border-color: rgb(154 52 18 / 0.6);
}
.border-orange-800\/70{
  border-color: rgb(154 52 18 / 0.7);
}
.border-orange-800\/75{
  border-color: rgb(154 52 18 / 0.75);
}
.border-orange-800\/80{
  border-color: rgb(154 52 18 / 0.8);
}
.border-orange-800\/90{
  border-color: rgb(154 52 18 / 0.9);
}
.border-orange-800\/95{
  border-color: rgb(154 52 18 / 0.95);
}
.border-orange-9{
  --tw-border-opacity: 1;
  border-color: rgb(253 229 209 / var(--tw-border-opacity));
}
.border-orange-9\/0{
  border-color: rgb(253 229 209 / 0);
}
.border-orange-9\/10{
  border-color: rgb(253 229 209 / 0.1);
}
.border-orange-9\/100{
  border-color: rgb(253 229 209 / 1);
}
.border-orange-9\/20{
  border-color: rgb(253 229 209 / 0.2);
}
.border-orange-9\/25{
  border-color: rgb(253 229 209 / 0.25);
}
.border-orange-9\/30{
  border-color: rgb(253 229 209 / 0.3);
}
.border-orange-9\/40{
  border-color: rgb(253 229 209 / 0.4);
}
.border-orange-9\/5{
  border-color: rgb(253 229 209 / 0.05);
}
.border-orange-9\/50{
  border-color: rgb(253 229 209 / 0.5);
}
.border-orange-9\/60{
  border-color: rgb(253 229 209 / 0.6);
}
.border-orange-9\/70{
  border-color: rgb(253 229 209 / 0.7);
}
.border-orange-9\/75{
  border-color: rgb(253 229 209 / 0.75);
}
.border-orange-9\/80{
  border-color: rgb(253 229 209 / 0.8);
}
.border-orange-9\/90{
  border-color: rgb(253 229 209 / 0.9);
}
.border-orange-9\/95{
  border-color: rgb(253 229 209 / 0.95);
}
.border-orange-900{
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity));
}
.border-orange-900\/0{
  border-color: rgb(124 45 18 / 0);
}
.border-orange-900\/10{
  border-color: rgb(124 45 18 / 0.1);
}
.border-orange-900\/100{
  border-color: rgb(124 45 18 / 1);
}
.border-orange-900\/20{
  border-color: rgb(124 45 18 / 0.2);
}
.border-orange-900\/25{
  border-color: rgb(124 45 18 / 0.25);
}
.border-orange-900\/30{
  border-color: rgb(124 45 18 / 0.3);
}
.border-orange-900\/40{
  border-color: rgb(124 45 18 / 0.4);
}
.border-orange-900\/5{
  border-color: rgb(124 45 18 / 0.05);
}
.border-orange-900\/50{
  border-color: rgb(124 45 18 / 0.5);
}
.border-orange-900\/60{
  border-color: rgb(124 45 18 / 0.6);
}
.border-orange-900\/70{
  border-color: rgb(124 45 18 / 0.7);
}
.border-orange-900\/75{
  border-color: rgb(124 45 18 / 0.75);
}
.border-orange-900\/80{
  border-color: rgb(124 45 18 / 0.8);
}
.border-orange-900\/90{
  border-color: rgb(124 45 18 / 0.9);
}
.border-orange-900\/95{
  border-color: rgb(124 45 18 / 0.95);
}
.border-orange-950{
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity));
}
.border-orange-950\/0{
  border-color: rgb(67 20 7 / 0);
}
.border-orange-950\/10{
  border-color: rgb(67 20 7 / 0.1);
}
.border-orange-950\/100{
  border-color: rgb(67 20 7 / 1);
}
.border-orange-950\/20{
  border-color: rgb(67 20 7 / 0.2);
}
.border-orange-950\/25{
  border-color: rgb(67 20 7 / 0.25);
}
.border-orange-950\/30{
  border-color: rgb(67 20 7 / 0.3);
}
.border-orange-950\/40{
  border-color: rgb(67 20 7 / 0.4);
}
.border-orange-950\/5{
  border-color: rgb(67 20 7 / 0.05);
}
.border-orange-950\/50{
  border-color: rgb(67 20 7 / 0.5);
}
.border-orange-950\/60{
  border-color: rgb(67 20 7 / 0.6);
}
.border-orange-950\/70{
  border-color: rgb(67 20 7 / 0.7);
}
.border-orange-950\/75{
  border-color: rgb(67 20 7 / 0.75);
}
.border-orange-950\/80{
  border-color: rgb(67 20 7 / 0.8);
}
.border-orange-950\/90{
  border-color: rgb(67 20 7 / 0.9);
}
.border-orange-950\/95{
  border-color: rgb(67 20 7 / 0.95);
}
.border-orange-disabled{
  --tw-border-opacity: 1;
  border-color: rgb(255 248 232 / var(--tw-border-opacity));
}
.border-orange-disabled\/0{
  border-color: rgb(255 248 232 / 0);
}
.border-orange-disabled\/10{
  border-color: rgb(255 248 232 / 0.1);
}
.border-orange-disabled\/100{
  border-color: rgb(255 248 232 / 1);
}
.border-orange-disabled\/20{
  border-color: rgb(255 248 232 / 0.2);
}
.border-orange-disabled\/25{
  border-color: rgb(255 248 232 / 0.25);
}
.border-orange-disabled\/30{
  border-color: rgb(255 248 232 / 0.3);
}
.border-orange-disabled\/40{
  border-color: rgb(255 248 232 / 0.4);
}
.border-orange-disabled\/5{
  border-color: rgb(255 248 232 / 0.05);
}
.border-orange-disabled\/50{
  border-color: rgb(255 248 232 / 0.5);
}
.border-orange-disabled\/60{
  border-color: rgb(255 248 232 / 0.6);
}
.border-orange-disabled\/70{
  border-color: rgb(255 248 232 / 0.7);
}
.border-orange-disabled\/75{
  border-color: rgb(255 248 232 / 0.75);
}
.border-orange-disabled\/80{
  border-color: rgb(255 248 232 / 0.8);
}
.border-orange-disabled\/90{
  border-color: rgb(255 248 232 / 0.9);
}
.border-orange-disabled\/95{
  border-color: rgb(255 248 232 / 0.95);
}
.border-primary-10{
  --tw-border-opacity: 1;
  border-color: rgb(247 248 253 / var(--tw-border-opacity));
}
.border-primary-10\/0{
  border-color: rgb(247 248 253 / 0);
}
.border-primary-10\/10{
  border-color: rgb(247 248 253 / 0.1);
}
.border-primary-10\/100{
  border-color: rgb(247 248 253 / 1);
}
.border-primary-10\/20{
  border-color: rgb(247 248 253 / 0.2);
}
.border-primary-10\/25{
  border-color: rgb(247 248 253 / 0.25);
}
.border-primary-10\/30{
  border-color: rgb(247 248 253 / 0.3);
}
.border-primary-10\/40{
  border-color: rgb(247 248 253 / 0.4);
}
.border-primary-10\/5{
  border-color: rgb(247 248 253 / 0.05);
}
.border-primary-10\/50{
  border-color: rgb(247 248 253 / 0.5);
}
.border-primary-10\/60{
  border-color: rgb(247 248 253 / 0.6);
}
.border-primary-10\/70{
  border-color: rgb(247 248 253 / 0.7);
}
.border-primary-10\/75{
  border-color: rgb(247 248 253 / 0.75);
}
.border-primary-10\/80{
  border-color: rgb(247 248 253 / 0.8);
}
.border-primary-10\/90{
  border-color: rgb(247 248 253 / 0.9);
}
.border-primary-10\/95{
  border-color: rgb(247 248 253 / 0.95);
}
.border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(188 183 248 / var(--tw-border-opacity));
}
.border-primary-100\/0{
  border-color: rgb(188 183 248 / 0);
}
.border-primary-100\/10{
  border-color: rgb(188 183 248 / 0.1);
}
.border-primary-100\/100{
  border-color: rgb(188 183 248 / 1);
}
.border-primary-100\/20{
  border-color: rgb(188 183 248 / 0.2);
}
.border-primary-100\/25{
  border-color: rgb(188 183 248 / 0.25);
}
.border-primary-100\/30{
  border-color: rgb(188 183 248 / 0.3);
}
.border-primary-100\/40{
  border-color: rgb(188 183 248 / 0.4);
}
.border-primary-100\/5{
  border-color: rgb(188 183 248 / 0.05);
}
.border-primary-100\/50{
  border-color: rgb(188 183 248 / 0.5);
}
.border-primary-100\/60{
  border-color: rgb(188 183 248 / 0.6);
}
.border-primary-100\/70{
  border-color: rgb(188 183 248 / 0.7);
}
.border-primary-100\/75{
  border-color: rgb(188 183 248 / 0.75);
}
.border-primary-100\/80{
  border-color: rgb(188 183 248 / 0.8);
}
.border-primary-100\/90{
  border-color: rgb(188 183 248 / 0.9);
}
.border-primary-100\/95{
  border-color: rgb(188 183 248 / 0.95);
}
.border-primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(156 148 245 / var(--tw-border-opacity));
}
.border-primary-200\/0{
  border-color: rgb(156 148 245 / 0);
}
.border-primary-200\/10{
  border-color: rgb(156 148 245 / 0.1);
}
.border-primary-200\/100{
  border-color: rgb(156 148 245 / 1);
}
.border-primary-200\/20{
  border-color: rgb(156 148 245 / 0.2);
}
.border-primary-200\/25{
  border-color: rgb(156 148 245 / 0.25);
}
.border-primary-200\/30{
  border-color: rgb(156 148 245 / 0.3);
}
.border-primary-200\/40{
  border-color: rgb(156 148 245 / 0.4);
}
.border-primary-200\/5{
  border-color: rgb(156 148 245 / 0.05);
}
.border-primary-200\/50{
  border-color: rgb(156 148 245 / 0.5);
}
.border-primary-200\/60{
  border-color: rgb(156 148 245 / 0.6);
}
.border-primary-200\/70{
  border-color: rgb(156 148 245 / 0.7);
}
.border-primary-200\/75{
  border-color: rgb(156 148 245 / 0.75);
}
.border-primary-200\/80{
  border-color: rgb(156 148 245 / 0.8);
}
.border-primary-200\/90{
  border-color: rgb(156 148 245 / 0.9);
}
.border-primary-200\/95{
  border-color: rgb(156 148 245 / 0.95);
}
.border-primary-300{
  --tw-border-opacity: 1;
  border-color: rgb(110 99 240 / var(--tw-border-opacity));
}
.border-primary-300\/0{
  border-color: rgb(110 99 240 / 0);
}
.border-primary-300\/10{
  border-color: rgb(110 99 240 / 0.1);
}
.border-primary-300\/100{
  border-color: rgb(110 99 240 / 1);
}
.border-primary-300\/20{
  border-color: rgb(110 99 240 / 0.2);
}
.border-primary-300\/25{
  border-color: rgb(110 99 240 / 0.25);
}
.border-primary-300\/30{
  border-color: rgb(110 99 240 / 0.3);
}
.border-primary-300\/40{
  border-color: rgb(110 99 240 / 0.4);
}
.border-primary-300\/5{
  border-color: rgb(110 99 240 / 0.05);
}
.border-primary-300\/50{
  border-color: rgb(110 99 240 / 0.5);
}
.border-primary-300\/60{
  border-color: rgb(110 99 240 / 0.6);
}
.border-primary-300\/70{
  border-color: rgb(110 99 240 / 0.7);
}
.border-primary-300\/75{
  border-color: rgb(110 99 240 / 0.75);
}
.border-primary-300\/80{
  border-color: rgb(110 99 240 / 0.8);
}
.border-primary-300\/90{
  border-color: rgb(110 99 240 / 0.9);
}
.border-primary-300\/95{
  border-color: rgb(110 99 240 / 0.95);
}
.border-primary-50{
  --tw-border-opacity: 1;
  border-color: rgb(233 232 253 / var(--tw-border-opacity));
}
.border-primary-50\/0{
  border-color: rgb(233 232 253 / 0);
}
.border-primary-50\/10{
  border-color: rgb(233 232 253 / 0.1);
}
.border-primary-50\/100{
  border-color: rgb(233 232 253 / 1);
}
.border-primary-50\/20{
  border-color: rgb(233 232 253 / 0.2);
}
.border-primary-50\/25{
  border-color: rgb(233 232 253 / 0.25);
}
.border-primary-50\/30{
  border-color: rgb(233 232 253 / 0.3);
}
.border-primary-50\/40{
  border-color: rgb(233 232 253 / 0.4);
}
.border-primary-50\/5{
  border-color: rgb(233 232 253 / 0.05);
}
.border-primary-50\/50{
  border-color: rgb(233 232 253 / 0.5);
}
.border-primary-50\/60{
  border-color: rgb(233 232 253 / 0.6);
}
.border-primary-50\/70{
  border-color: rgb(233 232 253 / 0.7);
}
.border-primary-50\/75{
  border-color: rgb(233 232 253 / 0.75);
}
.border-primary-50\/80{
  border-color: rgb(233 232 253 / 0.8);
}
.border-primary-50\/90{
  border-color: rgb(233 232 253 / 0.9);
}
.border-primary-50\/95{
  border-color: rgb(233 232 253 / 0.95);
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(39 22 233 / var(--tw-border-opacity));
}
.border-primary-500\/0{
  border-color: rgb(39 22 233 / 0);
}
.border-primary-500\/10{
  border-color: rgb(39 22 233 / 0.1);
}
.border-primary-500\/100{
  border-color: rgb(39 22 233 / 1);
}
.border-primary-500\/20{
  border-color: rgb(39 22 233 / 0.2);
}
.border-primary-500\/25{
  border-color: rgb(39 22 233 / 0.25);
}
.border-primary-500\/30{
  border-color: rgb(39 22 233 / 0.3);
}
.border-primary-500\/40{
  border-color: rgb(39 22 233 / 0.4);
}
.border-primary-500\/5{
  border-color: rgb(39 22 233 / 0.05);
}
.border-primary-500\/50{
  border-color: rgb(39 22 233 / 0.5);
}
.border-primary-500\/60{
  border-color: rgb(39 22 233 / 0.6);
}
.border-primary-500\/70{
  border-color: rgb(39 22 233 / 0.7);
}
.border-primary-500\/75{
  border-color: rgb(39 22 233 / 0.75);
}
.border-primary-500\/80{
  border-color: rgb(39 22 233 / 0.8);
}
.border-primary-500\/90{
  border-color: rgb(39 22 233 / 0.9);
}
.border-primary-500\/95{
  border-color: rgb(39 22 233 / 0.95);
}
.border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(28 16 165 / var(--tw-border-opacity));
}
.border-primary-700\/0{
  border-color: rgb(28 16 165 / 0);
}
.border-primary-700\/10{
  border-color: rgb(28 16 165 / 0.1);
}
.border-primary-700\/100{
  border-color: rgb(28 16 165 / 1);
}
.border-primary-700\/20{
  border-color: rgb(28 16 165 / 0.2);
}
.border-primary-700\/25{
  border-color: rgb(28 16 165 / 0.25);
}
.border-primary-700\/30{
  border-color: rgb(28 16 165 / 0.3);
}
.border-primary-700\/40{
  border-color: rgb(28 16 165 / 0.4);
}
.border-primary-700\/5{
  border-color: rgb(28 16 165 / 0.05);
}
.border-primary-700\/50{
  border-color: rgb(28 16 165 / 0.5);
}
.border-primary-700\/60{
  border-color: rgb(28 16 165 / 0.6);
}
.border-primary-700\/70{
  border-color: rgb(28 16 165 / 0.7);
}
.border-primary-700\/75{
  border-color: rgb(28 16 165 / 0.75);
}
.border-primary-700\/80{
  border-color: rgb(28 16 165 / 0.8);
}
.border-primary-700\/90{
  border-color: rgb(28 16 165 / 0.9);
}
.border-primary-700\/95{
  border-color: rgb(28 16 165 / 0.95);
}
.border-primary-800{
  --tw-border-opacity: 1;
  border-color: rgb(21 12 128 / var(--tw-border-opacity));
}
.border-primary-800\/0{
  border-color: rgb(21 12 128 / 0);
}
.border-primary-800\/10{
  border-color: rgb(21 12 128 / 0.1);
}
.border-primary-800\/100{
  border-color: rgb(21 12 128 / 1);
}
.border-primary-800\/20{
  border-color: rgb(21 12 128 / 0.2);
}
.border-primary-800\/25{
  border-color: rgb(21 12 128 / 0.25);
}
.border-primary-800\/30{
  border-color: rgb(21 12 128 / 0.3);
}
.border-primary-800\/40{
  border-color: rgb(21 12 128 / 0.4);
}
.border-primary-800\/5{
  border-color: rgb(21 12 128 / 0.05);
}
.border-primary-800\/50{
  border-color: rgb(21 12 128 / 0.5);
}
.border-primary-800\/60{
  border-color: rgb(21 12 128 / 0.6);
}
.border-primary-800\/70{
  border-color: rgb(21 12 128 / 0.7);
}
.border-primary-800\/75{
  border-color: rgb(21 12 128 / 0.75);
}
.border-primary-800\/80{
  border-color: rgb(21 12 128 / 0.8);
}
.border-primary-800\/90{
  border-color: rgb(21 12 128 / 0.9);
}
.border-primary-800\/95{
  border-color: rgb(21 12 128 / 0.95);
}
.border-primary-900{
  --tw-border-opacity: 1;
  border-color: rgb(16 9 98 / var(--tw-border-opacity));
}
.border-primary-900\/0{
  border-color: rgb(16 9 98 / 0);
}
.border-primary-900\/10{
  border-color: rgb(16 9 98 / 0.1);
}
.border-primary-900\/100{
  border-color: rgb(16 9 98 / 1);
}
.border-primary-900\/20{
  border-color: rgb(16 9 98 / 0.2);
}
.border-primary-900\/25{
  border-color: rgb(16 9 98 / 0.25);
}
.border-primary-900\/30{
  border-color: rgb(16 9 98 / 0.3);
}
.border-primary-900\/40{
  border-color: rgb(16 9 98 / 0.4);
}
.border-primary-900\/5{
  border-color: rgb(16 9 98 / 0.05);
}
.border-primary-900\/50{
  border-color: rgb(16 9 98 / 0.5);
}
.border-primary-900\/60{
  border-color: rgb(16 9 98 / 0.6);
}
.border-primary-900\/70{
  border-color: rgb(16 9 98 / 0.7);
}
.border-primary-900\/75{
  border-color: rgb(16 9 98 / 0.75);
}
.border-primary-900\/80{
  border-color: rgb(16 9 98 / 0.8);
}
.border-primary-900\/90{
  border-color: rgb(16 9 98 / 0.9);
}
.border-primary-900\/95{
  border-color: rgb(16 9 98 / 0.95);
}
.border-primary-default{
  --tw-border-opacity: 1;
  border-color: rgb(39 22 233 / var(--tw-border-opacity));
}
.border-primary-default\/0{
  border-color: rgb(39 22 233 / 0);
}
.border-primary-default\/10{
  border-color: rgb(39 22 233 / 0.1);
}
.border-primary-default\/100{
  border-color: rgb(39 22 233 / 1);
}
.border-primary-default\/20{
  border-color: rgb(39 22 233 / 0.2);
}
.border-primary-default\/25{
  border-color: rgb(39 22 233 / 0.25);
}
.border-primary-default\/30{
  border-color: rgb(39 22 233 / 0.3);
}
.border-primary-default\/40{
  border-color: rgb(39 22 233 / 0.4);
}
.border-primary-default\/5{
  border-color: rgb(39 22 233 / 0.05);
}
.border-primary-default\/50{
  border-color: rgb(39 22 233 / 0.5);
}
.border-primary-default\/60{
  border-color: rgb(39 22 233 / 0.6);
}
.border-primary-default\/70{
  border-color: rgb(39 22 233 / 0.7);
}
.border-primary-default\/75{
  border-color: rgb(39 22 233 / 0.75);
}
.border-primary-default\/80{
  border-color: rgb(39 22 233 / 0.8);
}
.border-primary-default\/90{
  border-color: rgb(39 22 233 / 0.9);
}
.border-primary-default\/95{
  border-color: rgb(39 22 233 / 0.95);
}
.border-primary-white{
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}
.border-primary-white\/0{
  border-color: rgb(243 243 243 / 0);
}
.border-primary-white\/10{
  border-color: rgb(243 243 243 / 0.1);
}
.border-primary-white\/100{
  border-color: rgb(243 243 243 / 1);
}
.border-primary-white\/20{
  border-color: rgb(243 243 243 / 0.2);
}
.border-primary-white\/25{
  border-color: rgb(243 243 243 / 0.25);
}
.border-primary-white\/30{
  border-color: rgb(243 243 243 / 0.3);
}
.border-primary-white\/40{
  border-color: rgb(243 243 243 / 0.4);
}
.border-primary-white\/5{
  border-color: rgb(243 243 243 / 0.05);
}
.border-primary-white\/50{
  border-color: rgb(243 243 243 / 0.5);
}
.border-primary-white\/60{
  border-color: rgb(243 243 243 / 0.6);
}
.border-primary-white\/70{
  border-color: rgb(243 243 243 / 0.7);
}
.border-primary-white\/75{
  border-color: rgb(243 243 243 / 0.75);
}
.border-primary-white\/80{
  border-color: rgb(243 243 243 / 0.8);
}
.border-primary-white\/90{
  border-color: rgb(243 243 243 / 0.9);
}
.border-primary-white\/95{
  border-color: rgb(243 243 243 / 0.95);
}
.border-purple-1{
  --tw-border-opacity: 1;
  border-color: rgb(30 23 106 / var(--tw-border-opacity));
}
.border-purple-1\/0{
  border-color: rgb(30 23 106 / 0);
}
.border-purple-1\/10{
  border-color: rgb(30 23 106 / 0.1);
}
.border-purple-1\/100{
  border-color: rgb(30 23 106 / 1);
}
.border-purple-1\/20{
  border-color: rgb(30 23 106 / 0.2);
}
.border-purple-1\/25{
  border-color: rgb(30 23 106 / 0.25);
}
.border-purple-1\/30{
  border-color: rgb(30 23 106 / 0.3);
}
.border-purple-1\/40{
  border-color: rgb(30 23 106 / 0.4);
}
.border-purple-1\/5{
  border-color: rgb(30 23 106 / 0.05);
}
.border-purple-1\/50{
  border-color: rgb(30 23 106 / 0.5);
}
.border-purple-1\/60{
  border-color: rgb(30 23 106 / 0.6);
}
.border-purple-1\/70{
  border-color: rgb(30 23 106 / 0.7);
}
.border-purple-1\/75{
  border-color: rgb(30 23 106 / 0.75);
}
.border-purple-1\/80{
  border-color: rgb(30 23 106 / 0.8);
}
.border-purple-1\/90{
  border-color: rgb(30 23 106 / 0.9);
}
.border-purple-1\/95{
  border-color: rgb(30 23 106 / 0.95);
}
.border-purple-10{
  --tw-border-opacity: 1;
  border-color: rgb(233 232 253 / var(--tw-border-opacity));
}
.border-purple-10\/0{
  border-color: rgb(233 232 253 / 0);
}
.border-purple-10\/10{
  border-color: rgb(233 232 253 / 0.1);
}
.border-purple-10\/100{
  border-color: rgb(233 232 253 / 1);
}
.border-purple-10\/20{
  border-color: rgb(233 232 253 / 0.2);
}
.border-purple-10\/25{
  border-color: rgb(233 232 253 / 0.25);
}
.border-purple-10\/30{
  border-color: rgb(233 232 253 / 0.3);
}
.border-purple-10\/40{
  border-color: rgb(233 232 253 / 0.4);
}
.border-purple-10\/5{
  border-color: rgb(233 232 253 / 0.05);
}
.border-purple-10\/50{
  border-color: rgb(233 232 253 / 0.5);
}
.border-purple-10\/60{
  border-color: rgb(233 232 253 / 0.6);
}
.border-purple-10\/70{
  border-color: rgb(233 232 253 / 0.7);
}
.border-purple-10\/75{
  border-color: rgb(233 232 253 / 0.75);
}
.border-purple-10\/80{
  border-color: rgb(233 232 253 / 0.8);
}
.border-purple-10\/90{
  border-color: rgb(233 232 253 / 0.9);
}
.border-purple-10\/95{
  border-color: rgb(233 232 253 / 0.95);
}
.border-purple-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity));
}
.border-purple-100\/0{
  border-color: rgb(243 232 255 / 0);
}
.border-purple-100\/10{
  border-color: rgb(243 232 255 / 0.1);
}
.border-purple-100\/100{
  border-color: rgb(243 232 255 / 1);
}
.border-purple-100\/20{
  border-color: rgb(243 232 255 / 0.2);
}
.border-purple-100\/25{
  border-color: rgb(243 232 255 / 0.25);
}
.border-purple-100\/30{
  border-color: rgb(243 232 255 / 0.3);
}
.border-purple-100\/40{
  border-color: rgb(243 232 255 / 0.4);
}
.border-purple-100\/5{
  border-color: rgb(243 232 255 / 0.05);
}
.border-purple-100\/50{
  border-color: rgb(243 232 255 / 0.5);
}
.border-purple-100\/60{
  border-color: rgb(243 232 255 / 0.6);
}
.border-purple-100\/70{
  border-color: rgb(243 232 255 / 0.7);
}
.border-purple-100\/75{
  border-color: rgb(243 232 255 / 0.75);
}
.border-purple-100\/80{
  border-color: rgb(243 232 255 / 0.8);
}
.border-purple-100\/90{
  border-color: rgb(243 232 255 / 0.9);
}
.border-purple-100\/95{
  border-color: rgb(243 232 255 / 0.95);
}
.border-purple-11{
  --tw-border-opacity: 1;
  border-color: rgb(242 241 254 / var(--tw-border-opacity));
}
.border-purple-11\/0{
  border-color: rgb(242 241 254 / 0);
}
.border-purple-11\/10{
  border-color: rgb(242 241 254 / 0.1);
}
.border-purple-11\/100{
  border-color: rgb(242 241 254 / 1);
}
.border-purple-11\/20{
  border-color: rgb(242 241 254 / 0.2);
}
.border-purple-11\/25{
  border-color: rgb(242 241 254 / 0.25);
}
.border-purple-11\/30{
  border-color: rgb(242 241 254 / 0.3);
}
.border-purple-11\/40{
  border-color: rgb(242 241 254 / 0.4);
}
.border-purple-11\/5{
  border-color: rgb(242 241 254 / 0.05);
}
.border-purple-11\/50{
  border-color: rgb(242 241 254 / 0.5);
}
.border-purple-11\/60{
  border-color: rgb(242 241 254 / 0.6);
}
.border-purple-11\/70{
  border-color: rgb(242 241 254 / 0.7);
}
.border-purple-11\/75{
  border-color: rgb(242 241 254 / 0.75);
}
.border-purple-11\/80{
  border-color: rgb(242 241 254 / 0.8);
}
.border-purple-11\/90{
  border-color: rgb(242 241 254 / 0.9);
}
.border-purple-11\/95{
  border-color: rgb(242 241 254 / 0.95);
}
.border-purple-2{
  --tw-border-opacity: 1;
  border-color: rgb(38 30 135 / var(--tw-border-opacity));
}
.border-purple-2\/0{
  border-color: rgb(38 30 135 / 0);
}
.border-purple-2\/10{
  border-color: rgb(38 30 135 / 0.1);
}
.border-purple-2\/100{
  border-color: rgb(38 30 135 / 1);
}
.border-purple-2\/20{
  border-color: rgb(38 30 135 / 0.2);
}
.border-purple-2\/25{
  border-color: rgb(38 30 135 / 0.25);
}
.border-purple-2\/30{
  border-color: rgb(38 30 135 / 0.3);
}
.border-purple-2\/40{
  border-color: rgb(38 30 135 / 0.4);
}
.border-purple-2\/5{
  border-color: rgb(38 30 135 / 0.05);
}
.border-purple-2\/50{
  border-color: rgb(38 30 135 / 0.5);
}
.border-purple-2\/60{
  border-color: rgb(38 30 135 / 0.6);
}
.border-purple-2\/70{
  border-color: rgb(38 30 135 / 0.7);
}
.border-purple-2\/75{
  border-color: rgb(38 30 135 / 0.75);
}
.border-purple-2\/80{
  border-color: rgb(38 30 135 / 0.8);
}
.border-purple-2\/90{
  border-color: rgb(38 30 135 / 0.9);
}
.border-purple-2\/95{
  border-color: rgb(38 30 135 / 0.95);
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity));
}
.border-purple-200\/0{
  border-color: rgb(233 213 255 / 0);
}
.border-purple-200\/10{
  border-color: rgb(233 213 255 / 0.1);
}
.border-purple-200\/100{
  border-color: rgb(233 213 255 / 1);
}
.border-purple-200\/20{
  border-color: rgb(233 213 255 / 0.2);
}
.border-purple-200\/25{
  border-color: rgb(233 213 255 / 0.25);
}
.border-purple-200\/30{
  border-color: rgb(233 213 255 / 0.3);
}
.border-purple-200\/40{
  border-color: rgb(233 213 255 / 0.4);
}
.border-purple-200\/5{
  border-color: rgb(233 213 255 / 0.05);
}
.border-purple-200\/50{
  border-color: rgb(233 213 255 / 0.5);
}
.border-purple-200\/60{
  border-color: rgb(233 213 255 / 0.6);
}
.border-purple-200\/70{
  border-color: rgb(233 213 255 / 0.7);
}
.border-purple-200\/75{
  border-color: rgb(233 213 255 / 0.75);
}
.border-purple-200\/80{
  border-color: rgb(233 213 255 / 0.8);
}
.border-purple-200\/90{
  border-color: rgb(233 213 255 / 0.9);
}
.border-purple-200\/95{
  border-color: rgb(233 213 255 / 0.95);
}
.border-purple-3{
  --tw-border-opacity: 1;
  border-color: rgb(48 37 168 / var(--tw-border-opacity));
}
.border-purple-3\/0{
  border-color: rgb(48 37 168 / 0);
}
.border-purple-3\/10{
  border-color: rgb(48 37 168 / 0.1);
}
.border-purple-3\/100{
  border-color: rgb(48 37 168 / 1);
}
.border-purple-3\/20{
  border-color: rgb(48 37 168 / 0.2);
}
.border-purple-3\/25{
  border-color: rgb(48 37 168 / 0.25);
}
.border-purple-3\/30{
  border-color: rgb(48 37 168 / 0.3);
}
.border-purple-3\/40{
  border-color: rgb(48 37 168 / 0.4);
}
.border-purple-3\/5{
  border-color: rgb(48 37 168 / 0.05);
}
.border-purple-3\/50{
  border-color: rgb(48 37 168 / 0.5);
}
.border-purple-3\/60{
  border-color: rgb(48 37 168 / 0.6);
}
.border-purple-3\/70{
  border-color: rgb(48 37 168 / 0.7);
}
.border-purple-3\/75{
  border-color: rgb(48 37 168 / 0.75);
}
.border-purple-3\/80{
  border-color: rgb(48 37 168 / 0.8);
}
.border-purple-3\/90{
  border-color: rgb(48 37 168 / 0.9);
}
.border-purple-3\/95{
  border-color: rgb(48 37 168 / 0.95);
}
.border-purple-300{
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity));
}
.border-purple-300\/0{
  border-color: rgb(216 180 254 / 0);
}
.border-purple-300\/10{
  border-color: rgb(216 180 254 / 0.1);
}
.border-purple-300\/100{
  border-color: rgb(216 180 254 / 1);
}
.border-purple-300\/20{
  border-color: rgb(216 180 254 / 0.2);
}
.border-purple-300\/25{
  border-color: rgb(216 180 254 / 0.25);
}
.border-purple-300\/30{
  border-color: rgb(216 180 254 / 0.3);
}
.border-purple-300\/40{
  border-color: rgb(216 180 254 / 0.4);
}
.border-purple-300\/5{
  border-color: rgb(216 180 254 / 0.05);
}
.border-purple-300\/50{
  border-color: rgb(216 180 254 / 0.5);
}
.border-purple-300\/60{
  border-color: rgb(216 180 254 / 0.6);
}
.border-purple-300\/70{
  border-color: rgb(216 180 254 / 0.7);
}
.border-purple-300\/75{
  border-color: rgb(216 180 254 / 0.75);
}
.border-purple-300\/80{
  border-color: rgb(216 180 254 / 0.8);
}
.border-purple-300\/90{
  border-color: rgb(216 180 254 / 0.9);
}
.border-purple-300\/95{
  border-color: rgb(216 180 254 / 0.95);
}
.border-purple-4{
  --tw-border-opacity: 1;
  border-color: rgb(57 44 201 / var(--tw-border-opacity));
}
.border-purple-4\/0{
  border-color: rgb(57 44 201 / 0);
}
.border-purple-4\/10{
  border-color: rgb(57 44 201 / 0.1);
}
.border-purple-4\/100{
  border-color: rgb(57 44 201 / 1);
}
.border-purple-4\/20{
  border-color: rgb(57 44 201 / 0.2);
}
.border-purple-4\/25{
  border-color: rgb(57 44 201 / 0.25);
}
.border-purple-4\/30{
  border-color: rgb(57 44 201 / 0.3);
}
.border-purple-4\/40{
  border-color: rgb(57 44 201 / 0.4);
}
.border-purple-4\/5{
  border-color: rgb(57 44 201 / 0.05);
}
.border-purple-4\/50{
  border-color: rgb(57 44 201 / 0.5);
}
.border-purple-4\/60{
  border-color: rgb(57 44 201 / 0.6);
}
.border-purple-4\/70{
  border-color: rgb(57 44 201 / 0.7);
}
.border-purple-4\/75{
  border-color: rgb(57 44 201 / 0.75);
}
.border-purple-4\/80{
  border-color: rgb(57 44 201 / 0.8);
}
.border-purple-4\/90{
  border-color: rgb(57 44 201 / 0.9);
}
.border-purple-4\/95{
  border-color: rgb(57 44 201 / 0.95);
}
.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}
.border-purple-400\/0{
  border-color: rgb(192 132 252 / 0);
}
.border-purple-400\/10{
  border-color: rgb(192 132 252 / 0.1);
}
.border-purple-400\/100{
  border-color: rgb(192 132 252 / 1);
}
.border-purple-400\/20{
  border-color: rgb(192 132 252 / 0.2);
}
.border-purple-400\/25{
  border-color: rgb(192 132 252 / 0.25);
}
.border-purple-400\/30{
  border-color: rgb(192 132 252 / 0.3);
}
.border-purple-400\/40{
  border-color: rgb(192 132 252 / 0.4);
}
.border-purple-400\/5{
  border-color: rgb(192 132 252 / 0.05);
}
.border-purple-400\/50{
  border-color: rgb(192 132 252 / 0.5);
}
.border-purple-400\/60{
  border-color: rgb(192 132 252 / 0.6);
}
.border-purple-400\/70{
  border-color: rgb(192 132 252 / 0.7);
}
.border-purple-400\/75{
  border-color: rgb(192 132 252 / 0.75);
}
.border-purple-400\/80{
  border-color: rgb(192 132 252 / 0.8);
}
.border-purple-400\/90{
  border-color: rgb(192 132 252 / 0.9);
}
.border-purple-400\/95{
  border-color: rgb(192 132 252 / 0.95);
}
.border-purple-5{
  --tw-border-opacity: 1;
  border-color: rgb(67 52 236 / var(--tw-border-opacity));
}
.border-purple-5\/0{
  border-color: rgb(67 52 236 / 0);
}
.border-purple-5\/10{
  border-color: rgb(67 52 236 / 0.1);
}
.border-purple-5\/100{
  border-color: rgb(67 52 236 / 1);
}
.border-purple-5\/20{
  border-color: rgb(67 52 236 / 0.2);
}
.border-purple-5\/25{
  border-color: rgb(67 52 236 / 0.25);
}
.border-purple-5\/30{
  border-color: rgb(67 52 236 / 0.3);
}
.border-purple-5\/40{
  border-color: rgb(67 52 236 / 0.4);
}
.border-purple-5\/5{
  border-color: rgb(67 52 236 / 0.05);
}
.border-purple-5\/50{
  border-color: rgb(67 52 236 / 0.5);
}
.border-purple-5\/60{
  border-color: rgb(67 52 236 / 0.6);
}
.border-purple-5\/70{
  border-color: rgb(67 52 236 / 0.7);
}
.border-purple-5\/75{
  border-color: rgb(67 52 236 / 0.75);
}
.border-purple-5\/80{
  border-color: rgb(67 52 236 / 0.8);
}
.border-purple-5\/90{
  border-color: rgb(67 52 236 / 0.9);
}
.border-purple-5\/95{
  border-color: rgb(67 52 236 / 0.95);
}
.border-purple-50{
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity));
}
.border-purple-50\/0{
  border-color: rgb(250 245 255 / 0);
}
.border-purple-50\/10{
  border-color: rgb(250 245 255 / 0.1);
}
.border-purple-50\/100{
  border-color: rgb(250 245 255 / 1);
}
.border-purple-50\/20{
  border-color: rgb(250 245 255 / 0.2);
}
.border-purple-50\/25{
  border-color: rgb(250 245 255 / 0.25);
}
.border-purple-50\/30{
  border-color: rgb(250 245 255 / 0.3);
}
.border-purple-50\/40{
  border-color: rgb(250 245 255 / 0.4);
}
.border-purple-50\/5{
  border-color: rgb(250 245 255 / 0.05);
}
.border-purple-50\/50{
  border-color: rgb(250 245 255 / 0.5);
}
.border-purple-50\/60{
  border-color: rgb(250 245 255 / 0.6);
}
.border-purple-50\/70{
  border-color: rgb(250 245 255 / 0.7);
}
.border-purple-50\/75{
  border-color: rgb(250 245 255 / 0.75);
}
.border-purple-50\/80{
  border-color: rgb(250 245 255 / 0.8);
}
.border-purple-50\/90{
  border-color: rgb(250 245 255 / 0.9);
}
.border-purple-50\/95{
  border-color: rgb(250 245 255 / 0.95);
}
.border-purple-500{
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}
.border-purple-500\/0{
  border-color: rgb(168 85 247 / 0);
}
.border-purple-500\/10{
  border-color: rgb(168 85 247 / 0.1);
}
.border-purple-500\/100{
  border-color: rgb(168 85 247 / 1);
}
.border-purple-500\/20{
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/25{
  border-color: rgb(168 85 247 / 0.25);
}
.border-purple-500\/30{
  border-color: rgb(168 85 247 / 0.3);
}
.border-purple-500\/40{
  border-color: rgb(168 85 247 / 0.4);
}
.border-purple-500\/5{
  border-color: rgb(168 85 247 / 0.05);
}
.border-purple-500\/50{
  border-color: rgb(168 85 247 / 0.5);
}
.border-purple-500\/60{
  border-color: rgb(168 85 247 / 0.6);
}
.border-purple-500\/70{
  border-color: rgb(168 85 247 / 0.7);
}
.border-purple-500\/75{
  border-color: rgb(168 85 247 / 0.75);
}
.border-purple-500\/80{
  border-color: rgb(168 85 247 / 0.8);
}
.border-purple-500\/90{
  border-color: rgb(168 85 247 / 0.9);
}
.border-purple-500\/95{
  border-color: rgb(168 85 247 / 0.95);
}
.border-purple-6{
  --tw-border-opacity: 1;
  border-color: rgb(101 89 239 / var(--tw-border-opacity));
}
.border-purple-6\/0{
  border-color: rgb(101 89 239 / 0);
}
.border-purple-6\/10{
  border-color: rgb(101 89 239 / 0.1);
}
.border-purple-6\/100{
  border-color: rgb(101 89 239 / 1);
}
.border-purple-6\/20{
  border-color: rgb(101 89 239 / 0.2);
}
.border-purple-6\/25{
  border-color: rgb(101 89 239 / 0.25);
}
.border-purple-6\/30{
  border-color: rgb(101 89 239 / 0.3);
}
.border-purple-6\/40{
  border-color: rgb(101 89 239 / 0.4);
}
.border-purple-6\/5{
  border-color: rgb(101 89 239 / 0.05);
}
.border-purple-6\/50{
  border-color: rgb(101 89 239 / 0.5);
}
.border-purple-6\/60{
  border-color: rgb(101 89 239 / 0.6);
}
.border-purple-6\/70{
  border-color: rgb(101 89 239 / 0.7);
}
.border-purple-6\/75{
  border-color: rgb(101 89 239 / 0.75);
}
.border-purple-6\/80{
  border-color: rgb(101 89 239 / 0.8);
}
.border-purple-6\/90{
  border-color: rgb(101 89 239 / 0.9);
}
.border-purple-6\/95{
  border-color: rgb(101 89 239 / 0.95);
}
.border-purple-600{
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity));
}
.border-purple-600\/0{
  border-color: rgb(147 51 234 / 0);
}
.border-purple-600\/10{
  border-color: rgb(147 51 234 / 0.1);
}
.border-purple-600\/100{
  border-color: rgb(147 51 234 / 1);
}
.border-purple-600\/20{
  border-color: rgb(147 51 234 / 0.2);
}
.border-purple-600\/25{
  border-color: rgb(147 51 234 / 0.25);
}
.border-purple-600\/30{
  border-color: rgb(147 51 234 / 0.3);
}
.border-purple-600\/40{
  border-color: rgb(147 51 234 / 0.4);
}
.border-purple-600\/5{
  border-color: rgb(147 51 234 / 0.05);
}
.border-purple-600\/50{
  border-color: rgb(147 51 234 / 0.5);
}
.border-purple-600\/60{
  border-color: rgb(147 51 234 / 0.6);
}
.border-purple-600\/70{
  border-color: rgb(147 51 234 / 0.7);
}
.border-purple-600\/75{
  border-color: rgb(147 51 234 / 0.75);
}
.border-purple-600\/80{
  border-color: rgb(147 51 234 / 0.8);
}
.border-purple-600\/90{
  border-color: rgb(147 51 234 / 0.9);
}
.border-purple-600\/95{
  border-color: rgb(147 51 234 / 0.95);
}
.border-purple-7{
  --tw-border-opacity: 1;
  border-color: rgb(137 127 243 / var(--tw-border-opacity));
}
.border-purple-7\/0{
  border-color: rgb(137 127 243 / 0);
}
.border-purple-7\/10{
  border-color: rgb(137 127 243 / 0.1);
}
.border-purple-7\/100{
  border-color: rgb(137 127 243 / 1);
}
.border-purple-7\/20{
  border-color: rgb(137 127 243 / 0.2);
}
.border-purple-7\/25{
  border-color: rgb(137 127 243 / 0.25);
}
.border-purple-7\/30{
  border-color: rgb(137 127 243 / 0.3);
}
.border-purple-7\/40{
  border-color: rgb(137 127 243 / 0.4);
}
.border-purple-7\/5{
  border-color: rgb(137 127 243 / 0.05);
}
.border-purple-7\/50{
  border-color: rgb(137 127 243 / 0.5);
}
.border-purple-7\/60{
  border-color: rgb(137 127 243 / 0.6);
}
.border-purple-7\/70{
  border-color: rgb(137 127 243 / 0.7);
}
.border-purple-7\/75{
  border-color: rgb(137 127 243 / 0.75);
}
.border-purple-7\/80{
  border-color: rgb(137 127 243 / 0.8);
}
.border-purple-7\/90{
  border-color: rgb(137 127 243 / 0.9);
}
.border-purple-7\/95{
  border-color: rgb(137 127 243 / 0.95);
}
.border-purple-700{
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity));
}
.border-purple-700\/0{
  border-color: rgb(126 34 206 / 0);
}
.border-purple-700\/10{
  border-color: rgb(126 34 206 / 0.1);
}
.border-purple-700\/100{
  border-color: rgb(126 34 206 / 1);
}
.border-purple-700\/20{
  border-color: rgb(126 34 206 / 0.2);
}
.border-purple-700\/25{
  border-color: rgb(126 34 206 / 0.25);
}
.border-purple-700\/30{
  border-color: rgb(126 34 206 / 0.3);
}
.border-purple-700\/40{
  border-color: rgb(126 34 206 / 0.4);
}
.border-purple-700\/5{
  border-color: rgb(126 34 206 / 0.05);
}
.border-purple-700\/50{
  border-color: rgb(126 34 206 / 0.5);
}
.border-purple-700\/60{
  border-color: rgb(126 34 206 / 0.6);
}
.border-purple-700\/70{
  border-color: rgb(126 34 206 / 0.7);
}
.border-purple-700\/75{
  border-color: rgb(126 34 206 / 0.75);
}
.border-purple-700\/80{
  border-color: rgb(126 34 206 / 0.8);
}
.border-purple-700\/90{
  border-color: rgb(126 34 206 / 0.9);
}
.border-purple-700\/95{
  border-color: rgb(126 34 206 / 0.95);
}
.border-purple-8{
  --tw-border-opacity: 1;
  border-color: rgb(174 168 247 / var(--tw-border-opacity));
}
.border-purple-8\/0{
  border-color: rgb(174 168 247 / 0);
}
.border-purple-8\/10{
  border-color: rgb(174 168 247 / 0.1);
}
.border-purple-8\/100{
  border-color: rgb(174 168 247 / 1);
}
.border-purple-8\/20{
  border-color: rgb(174 168 247 / 0.2);
}
.border-purple-8\/25{
  border-color: rgb(174 168 247 / 0.25);
}
.border-purple-8\/30{
  border-color: rgb(174 168 247 / 0.3);
}
.border-purple-8\/40{
  border-color: rgb(174 168 247 / 0.4);
}
.border-purple-8\/5{
  border-color: rgb(174 168 247 / 0.05);
}
.border-purple-8\/50{
  border-color: rgb(174 168 247 / 0.5);
}
.border-purple-8\/60{
  border-color: rgb(174 168 247 / 0.6);
}
.border-purple-8\/70{
  border-color: rgb(174 168 247 / 0.7);
}
.border-purple-8\/75{
  border-color: rgb(174 168 247 / 0.75);
}
.border-purple-8\/80{
  border-color: rgb(174 168 247 / 0.8);
}
.border-purple-8\/90{
  border-color: rgb(174 168 247 / 0.9);
}
.border-purple-8\/95{
  border-color: rgb(174 168 247 / 0.95);
}
.border-purple-800{
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity));
}
.border-purple-800\/0{
  border-color: rgb(107 33 168 / 0);
}
.border-purple-800\/10{
  border-color: rgb(107 33 168 / 0.1);
}
.border-purple-800\/100{
  border-color: rgb(107 33 168 / 1);
}
.border-purple-800\/20{
  border-color: rgb(107 33 168 / 0.2);
}
.border-purple-800\/25{
  border-color: rgb(107 33 168 / 0.25);
}
.border-purple-800\/30{
  border-color: rgb(107 33 168 / 0.3);
}
.border-purple-800\/40{
  border-color: rgb(107 33 168 / 0.4);
}
.border-purple-800\/5{
  border-color: rgb(107 33 168 / 0.05);
}
.border-purple-800\/50{
  border-color: rgb(107 33 168 / 0.5);
}
.border-purple-800\/60{
  border-color: rgb(107 33 168 / 0.6);
}
.border-purple-800\/70{
  border-color: rgb(107 33 168 / 0.7);
}
.border-purple-800\/75{
  border-color: rgb(107 33 168 / 0.75);
}
.border-purple-800\/80{
  border-color: rgb(107 33 168 / 0.8);
}
.border-purple-800\/90{
  border-color: rgb(107 33 168 / 0.9);
}
.border-purple-800\/95{
  border-color: rgb(107 33 168 / 0.95);
}
.border-purple-9{
  --tw-border-opacity: 1;
  border-color: rgb(210 206 250 / var(--tw-border-opacity));
}
.border-purple-9\/0{
  border-color: rgb(210 206 250 / 0);
}
.border-purple-9\/10{
  border-color: rgb(210 206 250 / 0.1);
}
.border-purple-9\/100{
  border-color: rgb(210 206 250 / 1);
}
.border-purple-9\/20{
  border-color: rgb(210 206 250 / 0.2);
}
.border-purple-9\/25{
  border-color: rgb(210 206 250 / 0.25);
}
.border-purple-9\/30{
  border-color: rgb(210 206 250 / 0.3);
}
.border-purple-9\/40{
  border-color: rgb(210 206 250 / 0.4);
}
.border-purple-9\/5{
  border-color: rgb(210 206 250 / 0.05);
}
.border-purple-9\/50{
  border-color: rgb(210 206 250 / 0.5);
}
.border-purple-9\/60{
  border-color: rgb(210 206 250 / 0.6);
}
.border-purple-9\/70{
  border-color: rgb(210 206 250 / 0.7);
}
.border-purple-9\/75{
  border-color: rgb(210 206 250 / 0.75);
}
.border-purple-9\/80{
  border-color: rgb(210 206 250 / 0.8);
}
.border-purple-9\/90{
  border-color: rgb(210 206 250 / 0.9);
}
.border-purple-9\/95{
  border-color: rgb(210 206 250 / 0.95);
}
.border-purple-900{
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity));
}
.border-purple-900\/0{
  border-color: rgb(88 28 135 / 0);
}
.border-purple-900\/10{
  border-color: rgb(88 28 135 / 0.1);
}
.border-purple-900\/100{
  border-color: rgb(88 28 135 / 1);
}
.border-purple-900\/20{
  border-color: rgb(88 28 135 / 0.2);
}
.border-purple-900\/25{
  border-color: rgb(88 28 135 / 0.25);
}
.border-purple-900\/30{
  border-color: rgb(88 28 135 / 0.3);
}
.border-purple-900\/40{
  border-color: rgb(88 28 135 / 0.4);
}
.border-purple-900\/5{
  border-color: rgb(88 28 135 / 0.05);
}
.border-purple-900\/50{
  border-color: rgb(88 28 135 / 0.5);
}
.border-purple-900\/60{
  border-color: rgb(88 28 135 / 0.6);
}
.border-purple-900\/70{
  border-color: rgb(88 28 135 / 0.7);
}
.border-purple-900\/75{
  border-color: rgb(88 28 135 / 0.75);
}
.border-purple-900\/80{
  border-color: rgb(88 28 135 / 0.8);
}
.border-purple-900\/90{
  border-color: rgb(88 28 135 / 0.9);
}
.border-purple-900\/95{
  border-color: rgb(88 28 135 / 0.95);
}
.border-purple-950{
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity));
}
.border-purple-950\/0{
  border-color: rgb(59 7 100 / 0);
}
.border-purple-950\/10{
  border-color: rgb(59 7 100 / 0.1);
}
.border-purple-950\/100{
  border-color: rgb(59 7 100 / 1);
}
.border-purple-950\/20{
  border-color: rgb(59 7 100 / 0.2);
}
.border-purple-950\/25{
  border-color: rgb(59 7 100 / 0.25);
}
.border-purple-950\/30{
  border-color: rgb(59 7 100 / 0.3);
}
.border-purple-950\/40{
  border-color: rgb(59 7 100 / 0.4);
}
.border-purple-950\/5{
  border-color: rgb(59 7 100 / 0.05);
}
.border-purple-950\/50{
  border-color: rgb(59 7 100 / 0.5);
}
.border-purple-950\/60{
  border-color: rgb(59 7 100 / 0.6);
}
.border-purple-950\/70{
  border-color: rgb(59 7 100 / 0.7);
}
.border-purple-950\/75{
  border-color: rgb(59 7 100 / 0.75);
}
.border-purple-950\/80{
  border-color: rgb(59 7 100 / 0.8);
}
.border-purple-950\/90{
  border-color: rgb(59 7 100 / 0.9);
}
.border-purple-950\/95{
  border-color: rgb(59 7 100 / 0.95);
}
.border-red-1{
  --tw-border-opacity: 1;
  border-color: rgb(108 35 31 / var(--tw-border-opacity));
}
.border-red-1\/0{
  border-color: rgb(108 35 31 / 0);
}
.border-red-1\/10{
  border-color: rgb(108 35 31 / 0.1);
}
.border-red-1\/100{
  border-color: rgb(108 35 31 / 1);
}
.border-red-1\/20{
  border-color: rgb(108 35 31 / 0.2);
}
.border-red-1\/25{
  border-color: rgb(108 35 31 / 0.25);
}
.border-red-1\/30{
  border-color: rgb(108 35 31 / 0.3);
}
.border-red-1\/40{
  border-color: rgb(108 35 31 / 0.4);
}
.border-red-1\/5{
  border-color: rgb(108 35 31 / 0.05);
}
.border-red-1\/50{
  border-color: rgb(108 35 31 / 0.5);
}
.border-red-1\/60{
  border-color: rgb(108 35 31 / 0.6);
}
.border-red-1\/70{
  border-color: rgb(108 35 31 / 0.7);
}
.border-red-1\/75{
  border-color: rgb(108 35 31 / 0.75);
}
.border-red-1\/80{
  border-color: rgb(108 35 31 / 0.8);
}
.border-red-1\/90{
  border-color: rgb(108 35 31 / 0.9);
}
.border-red-1\/95{
  border-color: rgb(108 35 31 / 0.95);
}
.border-red-10{
  --tw-border-opacity: 1;
  border-color: rgb(254 232 231 / var(--tw-border-opacity));
}
.border-red-10\/0{
  border-color: rgb(254 232 231 / 0);
}
.border-red-10\/10{
  border-color: rgb(254 232 231 / 0.1);
}
.border-red-10\/100{
  border-color: rgb(254 232 231 / 1);
}
.border-red-10\/20{
  border-color: rgb(254 232 231 / 0.2);
}
.border-red-10\/25{
  border-color: rgb(254 232 231 / 0.25);
}
.border-red-10\/30{
  border-color: rgb(254 232 231 / 0.3);
}
.border-red-10\/40{
  border-color: rgb(254 232 231 / 0.4);
}
.border-red-10\/5{
  border-color: rgb(254 232 231 / 0.05);
}
.border-red-10\/50{
  border-color: rgb(254 232 231 / 0.5);
}
.border-red-10\/60{
  border-color: rgb(254 232 231 / 0.6);
}
.border-red-10\/70{
  border-color: rgb(254 232 231 / 0.7);
}
.border-red-10\/75{
  border-color: rgb(254 232 231 / 0.75);
}
.border-red-10\/80{
  border-color: rgb(254 232 231 / 0.8);
}
.border-red-10\/90{
  border-color: rgb(254 232 231 / 0.9);
}
.border-red-10\/95{
  border-color: rgb(254 232 231 / 0.95);
}
.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity));
}
.border-red-100\/0{
  border-color: rgb(254 226 226 / 0);
}
.border-red-100\/10{
  border-color: rgb(254 226 226 / 0.1);
}
.border-red-100\/100{
  border-color: rgb(254 226 226 / 1);
}
.border-red-100\/20{
  border-color: rgb(254 226 226 / 0.2);
}
.border-red-100\/25{
  border-color: rgb(254 226 226 / 0.25);
}
.border-red-100\/30{
  border-color: rgb(254 226 226 / 0.3);
}
.border-red-100\/40{
  border-color: rgb(254 226 226 / 0.4);
}
.border-red-100\/5{
  border-color: rgb(254 226 226 / 0.05);
}
.border-red-100\/50{
  border-color: rgb(254 226 226 / 0.5);
}
.border-red-100\/60{
  border-color: rgb(254 226 226 / 0.6);
}
.border-red-100\/70{
  border-color: rgb(254 226 226 / 0.7);
}
.border-red-100\/75{
  border-color: rgb(254 226 226 / 0.75);
}
.border-red-100\/80{
  border-color: rgb(254 226 226 / 0.8);
}
.border-red-100\/90{
  border-color: rgb(254 226 226 / 0.9);
}
.border-red-100\/95{
  border-color: rgb(254 226 226 / 0.95);
}
.border-red-11{
  --tw-border-opacity: 1;
  border-color: rgb(254 241 240 / var(--tw-border-opacity));
}
.border-red-11\/0{
  border-color: rgb(254 241 240 / 0);
}
.border-red-11\/10{
  border-color: rgb(254 241 240 / 0.1);
}
.border-red-11\/100{
  border-color: rgb(254 241 240 / 1);
}
.border-red-11\/20{
  border-color: rgb(254 241 240 / 0.2);
}
.border-red-11\/25{
  border-color: rgb(254 241 240 / 0.25);
}
.border-red-11\/30{
  border-color: rgb(254 241 240 / 0.3);
}
.border-red-11\/40{
  border-color: rgb(254 241 240 / 0.4);
}
.border-red-11\/5{
  border-color: rgb(254 241 240 / 0.05);
}
.border-red-11\/50{
  border-color: rgb(254 241 240 / 0.5);
}
.border-red-11\/60{
  border-color: rgb(254 241 240 / 0.6);
}
.border-red-11\/70{
  border-color: rgb(254 241 240 / 0.7);
}
.border-red-11\/75{
  border-color: rgb(254 241 240 / 0.75);
}
.border-red-11\/80{
  border-color: rgb(254 241 240 / 0.8);
}
.border-red-11\/90{
  border-color: rgb(254 241 240 / 0.9);
}
.border-red-11\/95{
  border-color: rgb(254 241 240 / 0.95);
}
.border-red-2{
  --tw-border-opacity: 1;
  border-color: rgb(137 44 39 / var(--tw-border-opacity));
}
.border-red-2\/0{
  border-color: rgb(137 44 39 / 0);
}
.border-red-2\/10{
  border-color: rgb(137 44 39 / 0.1);
}
.border-red-2\/100{
  border-color: rgb(137 44 39 / 1);
}
.border-red-2\/20{
  border-color: rgb(137 44 39 / 0.2);
}
.border-red-2\/25{
  border-color: rgb(137 44 39 / 0.25);
}
.border-red-2\/30{
  border-color: rgb(137 44 39 / 0.3);
}
.border-red-2\/40{
  border-color: rgb(137 44 39 / 0.4);
}
.border-red-2\/5{
  border-color: rgb(137 44 39 / 0.05);
}
.border-red-2\/50{
  border-color: rgb(137 44 39 / 0.5);
}
.border-red-2\/60{
  border-color: rgb(137 44 39 / 0.6);
}
.border-red-2\/70{
  border-color: rgb(137 44 39 / 0.7);
}
.border-red-2\/75{
  border-color: rgb(137 44 39 / 0.75);
}
.border-red-2\/80{
  border-color: rgb(137 44 39 / 0.8);
}
.border-red-2\/90{
  border-color: rgb(137 44 39 / 0.9);
}
.border-red-2\/95{
  border-color: rgb(137 44 39 / 0.95);
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
.border-red-200\/0{
  border-color: rgb(254 202 202 / 0);
}
.border-red-200\/10{
  border-color: rgb(254 202 202 / 0.1);
}
.border-red-200\/100{
  border-color: rgb(254 202 202 / 1);
}
.border-red-200\/20{
  border-color: rgb(254 202 202 / 0.2);
}
.border-red-200\/25{
  border-color: rgb(254 202 202 / 0.25);
}
.border-red-200\/30{
  border-color: rgb(254 202 202 / 0.3);
}
.border-red-200\/40{
  border-color: rgb(254 202 202 / 0.4);
}
.border-red-200\/5{
  border-color: rgb(254 202 202 / 0.05);
}
.border-red-200\/50{
  border-color: rgb(254 202 202 / 0.5);
}
.border-red-200\/60{
  border-color: rgb(254 202 202 / 0.6);
}
.border-red-200\/70{
  border-color: rgb(254 202 202 / 0.7);
}
.border-red-200\/75{
  border-color: rgb(254 202 202 / 0.75);
}
.border-red-200\/80{
  border-color: rgb(254 202 202 / 0.8);
}
.border-red-200\/90{
  border-color: rgb(254 202 202 / 0.9);
}
.border-red-200\/95{
  border-color: rgb(254 202 202 / 0.95);
}
.border-red-3{
  --tw-border-opacity: 1;
  border-color: rgb(170 55 49 / var(--tw-border-opacity));
}
.border-red-3\/0{
  border-color: rgb(170 55 49 / 0);
}
.border-red-3\/10{
  border-color: rgb(170 55 49 / 0.1);
}
.border-red-3\/100{
  border-color: rgb(170 55 49 / 1);
}
.border-red-3\/20{
  border-color: rgb(170 55 49 / 0.2);
}
.border-red-3\/25{
  border-color: rgb(170 55 49 / 0.25);
}
.border-red-3\/30{
  border-color: rgb(170 55 49 / 0.3);
}
.border-red-3\/40{
  border-color: rgb(170 55 49 / 0.4);
}
.border-red-3\/5{
  border-color: rgb(170 55 49 / 0.05);
}
.border-red-3\/50{
  border-color: rgb(170 55 49 / 0.5);
}
.border-red-3\/60{
  border-color: rgb(170 55 49 / 0.6);
}
.border-red-3\/70{
  border-color: rgb(170 55 49 / 0.7);
}
.border-red-3\/75{
  border-color: rgb(170 55 49 / 0.75);
}
.border-red-3\/80{
  border-color: rgb(170 55 49 / 0.8);
}
.border-red-3\/90{
  border-color: rgb(170 55 49 / 0.9);
}
.border-red-3\/95{
  border-color: rgb(170 55 49 / 0.95);
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-red-300\/0{
  border-color: rgb(252 165 165 / 0);
}
.border-red-300\/10{
  border-color: rgb(252 165 165 / 0.1);
}
.border-red-300\/100{
  border-color: rgb(252 165 165 / 1);
}
.border-red-300\/20{
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-300\/25{
  border-color: rgb(252 165 165 / 0.25);
}
.border-red-300\/30{
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-300\/40{
  border-color: rgb(252 165 165 / 0.4);
}
.border-red-300\/5{
  border-color: rgb(252 165 165 / 0.05);
}
.border-red-300\/50{
  border-color: rgb(252 165 165 / 0.5);
}
.border-red-300\/60{
  border-color: rgb(252 165 165 / 0.6);
}
.border-red-300\/70{
  border-color: rgb(252 165 165 / 0.7);
}
.border-red-300\/75{
  border-color: rgb(252 165 165 / 0.75);
}
.border-red-300\/80{
  border-color: rgb(252 165 165 / 0.8);
}
.border-red-300\/90{
  border-color: rgb(252 165 165 / 0.9);
}
.border-red-300\/95{
  border-color: rgb(252 165 165 / 0.95);
}
.border-red-4{
  --tw-border-opacity: 1;
  border-color: rgb(204 66 59 / var(--tw-border-opacity));
}
.border-red-4\/0{
  border-color: rgb(204 66 59 / 0);
}
.border-red-4\/10{
  border-color: rgb(204 66 59 / 0.1);
}
.border-red-4\/100{
  border-color: rgb(204 66 59 / 1);
}
.border-red-4\/20{
  border-color: rgb(204 66 59 / 0.2);
}
.border-red-4\/25{
  border-color: rgb(204 66 59 / 0.25);
}
.border-red-4\/30{
  border-color: rgb(204 66 59 / 0.3);
}
.border-red-4\/40{
  border-color: rgb(204 66 59 / 0.4);
}
.border-red-4\/5{
  border-color: rgb(204 66 59 / 0.05);
}
.border-red-4\/50{
  border-color: rgb(204 66 59 / 0.5);
}
.border-red-4\/60{
  border-color: rgb(204 66 59 / 0.6);
}
.border-red-4\/70{
  border-color: rgb(204 66 59 / 0.7);
}
.border-red-4\/75{
  border-color: rgb(204 66 59 / 0.75);
}
.border-red-4\/80{
  border-color: rgb(204 66 59 / 0.8);
}
.border-red-4\/90{
  border-color: rgb(204 66 59 / 0.9);
}
.border-red-4\/95{
  border-color: rgb(204 66 59 / 0.95);
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-red-400\/0{
  border-color: rgb(248 113 113 / 0);
}
.border-red-400\/10{
  border-color: rgb(248 113 113 / 0.1);
}
.border-red-400\/100{
  border-color: rgb(248 113 113 / 1);
}
.border-red-400\/20{
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25{
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30{
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/40{
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/5{
  border-color: rgb(248 113 113 / 0.05);
}
.border-red-400\/50{
  border-color: rgb(248 113 113 / 0.5);
}
.border-red-400\/60{
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/70{
  border-color: rgb(248 113 113 / 0.7);
}
.border-red-400\/75{
  border-color: rgb(248 113 113 / 0.75);
}
.border-red-400\/80{
  border-color: rgb(248 113 113 / 0.8);
}
.border-red-400\/90{
  border-color: rgb(248 113 113 / 0.9);
}
.border-red-400\/95{
  border-color: rgb(248 113 113 / 0.95);
}
.border-red-5{
  --tw-border-opacity: 1;
  border-color: rgb(240 78 69 / var(--tw-border-opacity));
}
.border-red-5\/0{
  border-color: rgb(240 78 69 / 0);
}
.border-red-5\/10{
  border-color: rgb(240 78 69 / 0.1);
}
.border-red-5\/100{
  border-color: rgb(240 78 69 / 1);
}
.border-red-5\/20{
  border-color: rgb(240 78 69 / 0.2);
}
.border-red-5\/25{
  border-color: rgb(240 78 69 / 0.25);
}
.border-red-5\/30{
  border-color: rgb(240 78 69 / 0.3);
}
.border-red-5\/40{
  border-color: rgb(240 78 69 / 0.4);
}
.border-red-5\/5{
  border-color: rgb(240 78 69 / 0.05);
}
.border-red-5\/50{
  border-color: rgb(240 78 69 / 0.5);
}
.border-red-5\/60{
  border-color: rgb(240 78 69 / 0.6);
}
.border-red-5\/70{
  border-color: rgb(240 78 69 / 0.7);
}
.border-red-5\/75{
  border-color: rgb(240 78 69 / 0.75);
}
.border-red-5\/80{
  border-color: rgb(240 78 69 / 0.8);
}
.border-red-5\/90{
  border-color: rgb(240 78 69 / 0.9);
}
.border-red-5\/95{
  border-color: rgb(240 78 69 / 0.95);
}
.border-red-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity));
}
.border-red-50\/0{
  border-color: rgb(254 242 242 / 0);
}
.border-red-50\/10{
  border-color: rgb(254 242 242 / 0.1);
}
.border-red-50\/100{
  border-color: rgb(254 242 242 / 1);
}
.border-red-50\/20{
  border-color: rgb(254 242 242 / 0.2);
}
.border-red-50\/25{
  border-color: rgb(254 242 242 / 0.25);
}
.border-red-50\/30{
  border-color: rgb(254 242 242 / 0.3);
}
.border-red-50\/40{
  border-color: rgb(254 242 242 / 0.4);
}
.border-red-50\/5{
  border-color: rgb(254 242 242 / 0.05);
}
.border-red-50\/50{
  border-color: rgb(254 242 242 / 0.5);
}
.border-red-50\/60{
  border-color: rgb(254 242 242 / 0.6);
}
.border-red-50\/70{
  border-color: rgb(254 242 242 / 0.7);
}
.border-red-50\/75{
  border-color: rgb(254 242 242 / 0.75);
}
.border-red-50\/80{
  border-color: rgb(254 242 242 / 0.8);
}
.border-red-50\/90{
  border-color: rgb(254 242 242 / 0.9);
}
.border-red-50\/95{
  border-color: rgb(254 242 242 / 0.95);
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-500\/0{
  border-color: rgb(239 68 68 / 0);
}
.border-red-500\/10{
  border-color: rgb(239 68 68 / 0.1);
}
.border-red-500\/100{
  border-color: rgb(239 68 68 / 1);
}
.border-red-500\/20{
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/25{
  border-color: rgb(239 68 68 / 0.25);
}
.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/40{
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/5{
  border-color: rgb(239 68 68 / 0.05);
}
.border-red-500\/50{
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-500\/60{
  border-color: rgb(239 68 68 / 0.6);
}
.border-red-500\/70{
  border-color: rgb(239 68 68 / 0.7);
}
.border-red-500\/75{
  border-color: rgb(239 68 68 / 0.75);
}
.border-red-500\/80{
  border-color: rgb(239 68 68 / 0.8);
}
.border-red-500\/90{
  border-color: rgb(239 68 68 / 0.9);
}
.border-red-500\/95{
  border-color: rgb(239 68 68 / 0.95);
}
.border-red-6{
  --tw-border-opacity: 1;
  border-color: rgb(243 110 102 / var(--tw-border-opacity));
}
.border-red-6\/0{
  border-color: rgb(243 110 102 / 0);
}
.border-red-6\/10{
  border-color: rgb(243 110 102 / 0.1);
}
.border-red-6\/100{
  border-color: rgb(243 110 102 / 1);
}
.border-red-6\/20{
  border-color: rgb(243 110 102 / 0.2);
}
.border-red-6\/25{
  border-color: rgb(243 110 102 / 0.25);
}
.border-red-6\/30{
  border-color: rgb(243 110 102 / 0.3);
}
.border-red-6\/40{
  border-color: rgb(243 110 102 / 0.4);
}
.border-red-6\/5{
  border-color: rgb(243 110 102 / 0.05);
}
.border-red-6\/50{
  border-color: rgb(243 110 102 / 0.5);
}
.border-red-6\/60{
  border-color: rgb(243 110 102 / 0.6);
}
.border-red-6\/70{
  border-color: rgb(243 110 102 / 0.7);
}
.border-red-6\/75{
  border-color: rgb(243 110 102 / 0.75);
}
.border-red-6\/80{
  border-color: rgb(243 110 102 / 0.8);
}
.border-red-6\/90{
  border-color: rgb(243 110 102 / 0.9);
}
.border-red-6\/95{
  border-color: rgb(243 110 102 / 0.95);
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-red-600\/0{
  border-color: rgb(220 38 38 / 0);
}
.border-red-600\/10{
  border-color: rgb(220 38 38 / 0.1);
}
.border-red-600\/100{
  border-color: rgb(220 38 38 / 1);
}
.border-red-600\/20{
  border-color: rgb(220 38 38 / 0.2);
}
.border-red-600\/25{
  border-color: rgb(220 38 38 / 0.25);
}
.border-red-600\/30{
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-600\/40{
  border-color: rgb(220 38 38 / 0.4);
}
.border-red-600\/5{
  border-color: rgb(220 38 38 / 0.05);
}
.border-red-600\/50{
  border-color: rgb(220 38 38 / 0.5);
}
.border-red-600\/60{
  border-color: rgb(220 38 38 / 0.6);
}
.border-red-600\/70{
  border-color: rgb(220 38 38 / 0.7);
}
.border-red-600\/75{
  border-color: rgb(220 38 38 / 0.75);
}
.border-red-600\/80{
  border-color: rgb(220 38 38 / 0.8);
}
.border-red-600\/90{
  border-color: rgb(220 38 38 / 0.9);
}
.border-red-600\/95{
  border-color: rgb(220 38 38 / 0.95);
}
.border-red-7{
  --tw-border-opacity: 1;
  border-color: rgb(246 143 138 / var(--tw-border-opacity));
}
.border-red-7\/0{
  border-color: rgb(246 143 138 / 0);
}
.border-red-7\/10{
  border-color: rgb(246 143 138 / 0.1);
}
.border-red-7\/100{
  border-color: rgb(246 143 138 / 1);
}
.border-red-7\/20{
  border-color: rgb(246 143 138 / 0.2);
}
.border-red-7\/25{
  border-color: rgb(246 143 138 / 0.25);
}
.border-red-7\/30{
  border-color: rgb(246 143 138 / 0.3);
}
.border-red-7\/40{
  border-color: rgb(246 143 138 / 0.4);
}
.border-red-7\/5{
  border-color: rgb(246 143 138 / 0.05);
}
.border-red-7\/50{
  border-color: rgb(246 143 138 / 0.5);
}
.border-red-7\/60{
  border-color: rgb(246 143 138 / 0.6);
}
.border-red-7\/70{
  border-color: rgb(246 143 138 / 0.7);
}
.border-red-7\/75{
  border-color: rgb(246 143 138 / 0.75);
}
.border-red-7\/80{
  border-color: rgb(246 143 138 / 0.8);
}
.border-red-7\/90{
  border-color: rgb(246 143 138 / 0.9);
}
.border-red-7\/95{
  border-color: rgb(246 143 138 / 0.95);
}
.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.border-red-700\/0{
  border-color: rgb(185 28 28 / 0);
}
.border-red-700\/10{
  border-color: rgb(185 28 28 / 0.1);
}
.border-red-700\/100{
  border-color: rgb(185 28 28 / 1);
}
.border-red-700\/20{
  border-color: rgb(185 28 28 / 0.2);
}
.border-red-700\/25{
  border-color: rgb(185 28 28 / 0.25);
}
.border-red-700\/30{
  border-color: rgb(185 28 28 / 0.3);
}
.border-red-700\/40{
  border-color: rgb(185 28 28 / 0.4);
}
.border-red-700\/5{
  border-color: rgb(185 28 28 / 0.05);
}
.border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5);
}
.border-red-700\/60{
  border-color: rgb(185 28 28 / 0.6);
}
.border-red-700\/70{
  border-color: rgb(185 28 28 / 0.7);
}
.border-red-700\/75{
  border-color: rgb(185 28 28 / 0.75);
}
.border-red-700\/80{
  border-color: rgb(185 28 28 / 0.8);
}
.border-red-700\/90{
  border-color: rgb(185 28 28 / 0.9);
}
.border-red-700\/95{
  border-color: rgb(185 28 28 / 0.95);
}
.border-red-8{
  --tw-border-opacity: 1;
  border-color: rgb(249 179 175 / var(--tw-border-opacity));
}
.border-red-8\/0{
  border-color: rgb(249 179 175 / 0);
}
.border-red-8\/10{
  border-color: rgb(249 179 175 / 0.1);
}
.border-red-8\/100{
  border-color: rgb(249 179 175 / 1);
}
.border-red-8\/20{
  border-color: rgb(249 179 175 / 0.2);
}
.border-red-8\/25{
  border-color: rgb(249 179 175 / 0.25);
}
.border-red-8\/30{
  border-color: rgb(249 179 175 / 0.3);
}
.border-red-8\/40{
  border-color: rgb(249 179 175 / 0.4);
}
.border-red-8\/5{
  border-color: rgb(249 179 175 / 0.05);
}
.border-red-8\/50{
  border-color: rgb(249 179 175 / 0.5);
}
.border-red-8\/60{
  border-color: rgb(249 179 175 / 0.6);
}
.border-red-8\/70{
  border-color: rgb(249 179 175 / 0.7);
}
.border-red-8\/75{
  border-color: rgb(249 179 175 / 0.75);
}
.border-red-8\/80{
  border-color: rgb(249 179 175 / 0.8);
}
.border-red-8\/90{
  border-color: rgb(249 179 175 / 0.9);
}
.border-red-8\/95{
  border-color: rgb(249 179 175 / 0.95);
}
.border-red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}
.border-red-800\/0{
  border-color: rgb(153 27 27 / 0);
}
.border-red-800\/10{
  border-color: rgb(153 27 27 / 0.1);
}
.border-red-800\/100{
  border-color: rgb(153 27 27 / 1);
}
.border-red-800\/20{
  border-color: rgb(153 27 27 / 0.2);
}
.border-red-800\/25{
  border-color: rgb(153 27 27 / 0.25);
}
.border-red-800\/30{
  border-color: rgb(153 27 27 / 0.3);
}
.border-red-800\/40{
  border-color: rgb(153 27 27 / 0.4);
}
.border-red-800\/5{
  border-color: rgb(153 27 27 / 0.05);
}
.border-red-800\/50{
  border-color: rgb(153 27 27 / 0.5);
}
.border-red-800\/60{
  border-color: rgb(153 27 27 / 0.6);
}
.border-red-800\/70{
  border-color: rgb(153 27 27 / 0.7);
}
.border-red-800\/75{
  border-color: rgb(153 27 27 / 0.75);
}
.border-red-800\/80{
  border-color: rgb(153 27 27 / 0.8);
}
.border-red-800\/90{
  border-color: rgb(153 27 27 / 0.9);
}
.border-red-800\/95{
  border-color: rgb(153 27 27 / 0.95);
}
.border-red-9{
  --tw-border-opacity: 1;
  border-color: rgb(251 213 210 / var(--tw-border-opacity));
}
.border-red-9\/0{
  border-color: rgb(251 213 210 / 0);
}
.border-red-9\/10{
  border-color: rgb(251 213 210 / 0.1);
}
.border-red-9\/100{
  border-color: rgb(251 213 210 / 1);
}
.border-red-9\/20{
  border-color: rgb(251 213 210 / 0.2);
}
.border-red-9\/25{
  border-color: rgb(251 213 210 / 0.25);
}
.border-red-9\/30{
  border-color: rgb(251 213 210 / 0.3);
}
.border-red-9\/40{
  border-color: rgb(251 213 210 / 0.4);
}
.border-red-9\/5{
  border-color: rgb(251 213 210 / 0.05);
}
.border-red-9\/50{
  border-color: rgb(251 213 210 / 0.5);
}
.border-red-9\/60{
  border-color: rgb(251 213 210 / 0.6);
}
.border-red-9\/70{
  border-color: rgb(251 213 210 / 0.7);
}
.border-red-9\/75{
  border-color: rgb(251 213 210 / 0.75);
}
.border-red-9\/80{
  border-color: rgb(251 213 210 / 0.8);
}
.border-red-9\/90{
  border-color: rgb(251 213 210 / 0.9);
}
.border-red-9\/95{
  border-color: rgb(251 213 210 / 0.95);
}
.border-red-900{
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}
.border-red-900\/0{
  border-color: rgb(127 29 29 / 0);
}
.border-red-900\/10{
  border-color: rgb(127 29 29 / 0.1);
}
.border-red-900\/100{
  border-color: rgb(127 29 29 / 1);
}
.border-red-900\/20{
  border-color: rgb(127 29 29 / 0.2);
}
.border-red-900\/25{
  border-color: rgb(127 29 29 / 0.25);
}
.border-red-900\/30{
  border-color: rgb(127 29 29 / 0.3);
}
.border-red-900\/40{
  border-color: rgb(127 29 29 / 0.4);
}
.border-red-900\/5{
  border-color: rgb(127 29 29 / 0.05);
}
.border-red-900\/50{
  border-color: rgb(127 29 29 / 0.5);
}
.border-red-900\/60{
  border-color: rgb(127 29 29 / 0.6);
}
.border-red-900\/70{
  border-color: rgb(127 29 29 / 0.7);
}
.border-red-900\/75{
  border-color: rgb(127 29 29 / 0.75);
}
.border-red-900\/80{
  border-color: rgb(127 29 29 / 0.8);
}
.border-red-900\/90{
  border-color: rgb(127 29 29 / 0.9);
}
.border-red-900\/95{
  border-color: rgb(127 29 29 / 0.95);
}
.border-red-950{
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity));
}
.border-red-950\/0{
  border-color: rgb(69 10 10 / 0);
}
.border-red-950\/10{
  border-color: rgb(69 10 10 / 0.1);
}
.border-red-950\/100{
  border-color: rgb(69 10 10 / 1);
}
.border-red-950\/20{
  border-color: rgb(69 10 10 / 0.2);
}
.border-red-950\/25{
  border-color: rgb(69 10 10 / 0.25);
}
.border-red-950\/30{
  border-color: rgb(69 10 10 / 0.3);
}
.border-red-950\/40{
  border-color: rgb(69 10 10 / 0.4);
}
.border-red-950\/5{
  border-color: rgb(69 10 10 / 0.05);
}
.border-red-950\/50{
  border-color: rgb(69 10 10 / 0.5);
}
.border-red-950\/60{
  border-color: rgb(69 10 10 / 0.6);
}
.border-red-950\/70{
  border-color: rgb(69 10 10 / 0.7);
}
.border-red-950\/75{
  border-color: rgb(69 10 10 / 0.75);
}
.border-red-950\/80{
  border-color: rgb(69 10 10 / 0.8);
}
.border-red-950\/90{
  border-color: rgb(69 10 10 / 0.9);
}
.border-red-950\/95{
  border-color: rgb(69 10 10 / 0.95);
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(52 50 87 / var(--tw-border-opacity));
}
.border-secondary-500{
  --tw-border-opacity: 1;
  border-color: rgb(252 182 25 / var(--tw-border-opacity));
}
.border-secondary-500\/0{
  border-color: rgb(252 182 25 / 0);
}
.border-secondary-500\/10{
  border-color: rgb(252 182 25 / 0.1);
}
.border-secondary-500\/100{
  border-color: rgb(252 182 25 / 1);
}
.border-secondary-500\/20{
  border-color: rgb(252 182 25 / 0.2);
}
.border-secondary-500\/25{
  border-color: rgb(252 182 25 / 0.25);
}
.border-secondary-500\/30{
  border-color: rgb(252 182 25 / 0.3);
}
.border-secondary-500\/40{
  border-color: rgb(252 182 25 / 0.4);
}
.border-secondary-500\/5{
  border-color: rgb(252 182 25 / 0.05);
}
.border-secondary-500\/50{
  border-color: rgb(252 182 25 / 0.5);
}
.border-secondary-500\/60{
  border-color: rgb(252 182 25 / 0.6);
}
.border-secondary-500\/70{
  border-color: rgb(252 182 25 / 0.7);
}
.border-secondary-500\/75{
  border-color: rgb(252 182 25 / 0.75);
}
.border-secondary-500\/80{
  border-color: rgb(252 182 25 / 0.8);
}
.border-secondary-500\/90{
  border-color: rgb(252 182 25 / 0.9);
}
.border-secondary-500\/95{
  border-color: rgb(252 182 25 / 0.95);
}
.border-secondary\/0{
  border-color: rgb(52 50 87 / 0);
}
.border-secondary\/10{
  border-color: rgb(52 50 87 / 0.1);
}
.border-secondary\/100{
  border-color: rgb(52 50 87 / 1);
}
.border-secondary\/20{
  border-color: rgb(52 50 87 / 0.2);
}
.border-secondary\/25{
  border-color: rgb(52 50 87 / 0.25);
}
.border-secondary\/30{
  border-color: rgb(52 50 87 / 0.3);
}
.border-secondary\/40{
  border-color: rgb(52 50 87 / 0.4);
}
.border-secondary\/5{
  border-color: rgb(52 50 87 / 0.05);
}
.border-secondary\/50{
  border-color: rgb(52 50 87 / 0.5);
}
.border-secondary\/60{
  border-color: rgb(52 50 87 / 0.6);
}
.border-secondary\/70{
  border-color: rgb(52 50 87 / 0.7);
}
.border-secondary\/75{
  border-color: rgb(52 50 87 / 0.75);
}
.border-secondary\/80{
  border-color: rgb(52 50 87 / 0.8);
}
.border-secondary\/90{
  border-color: rgb(52 50 87 / 0.9);
}
.border-secondary\/95{
  border-color: rgb(52 50 87 / 0.95);
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-1{
  --tw-border-opacity: 1;
  border-color: rgb(115 103 0 / var(--tw-border-opacity));
}
.border-yellow-1\/0{
  border-color: rgb(115 103 0 / 0);
}
.border-yellow-1\/10{
  border-color: rgb(115 103 0 / 0.1);
}
.border-yellow-1\/100{
  border-color: rgb(115 103 0 / 1);
}
.border-yellow-1\/20{
  border-color: rgb(115 103 0 / 0.2);
}
.border-yellow-1\/25{
  border-color: rgb(115 103 0 / 0.25);
}
.border-yellow-1\/30{
  border-color: rgb(115 103 0 / 0.3);
}
.border-yellow-1\/40{
  border-color: rgb(115 103 0 / 0.4);
}
.border-yellow-1\/5{
  border-color: rgb(115 103 0 / 0.05);
}
.border-yellow-1\/50{
  border-color: rgb(115 103 0 / 0.5);
}
.border-yellow-1\/60{
  border-color: rgb(115 103 0 / 0.6);
}
.border-yellow-1\/70{
  border-color: rgb(115 103 0 / 0.7);
}
.border-yellow-1\/75{
  border-color: rgb(115 103 0 / 0.75);
}
.border-yellow-1\/80{
  border-color: rgb(115 103 0 / 0.8);
}
.border-yellow-1\/90{
  border-color: rgb(115 103 0 / 0.9);
}
.border-yellow-1\/95{
  border-color: rgb(115 103 0 / 0.95);
}
.border-yellow-10{
  --tw-border-opacity: 1;
  border-color: rgb(255 252 230 / var(--tw-border-opacity));
}
.border-yellow-10\/0{
  border-color: rgb(255 252 230 / 0);
}
.border-yellow-10\/10{
  border-color: rgb(255 252 230 / 0.1);
}
.border-yellow-10\/100{
  border-color: rgb(255 252 230 / 1);
}
.border-yellow-10\/20{
  border-color: rgb(255 252 230 / 0.2);
}
.border-yellow-10\/25{
  border-color: rgb(255 252 230 / 0.25);
}
.border-yellow-10\/30{
  border-color: rgb(255 252 230 / 0.3);
}
.border-yellow-10\/40{
  border-color: rgb(255 252 230 / 0.4);
}
.border-yellow-10\/5{
  border-color: rgb(255 252 230 / 0.05);
}
.border-yellow-10\/50{
  border-color: rgb(255 252 230 / 0.5);
}
.border-yellow-10\/60{
  border-color: rgb(255 252 230 / 0.6);
}
.border-yellow-10\/70{
  border-color: rgb(255 252 230 / 0.7);
}
.border-yellow-10\/75{
  border-color: rgb(255 252 230 / 0.75);
}
.border-yellow-10\/80{
  border-color: rgb(255 252 230 / 0.8);
}
.border-yellow-10\/90{
  border-color: rgb(255 252 230 / 0.9);
}
.border-yellow-10\/95{
  border-color: rgb(255 252 230 / 0.95);
}
.border-yellow-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}
.border-yellow-100\/0{
  border-color: rgb(254 249 195 / 0);
}
.border-yellow-100\/10{
  border-color: rgb(254 249 195 / 0.1);
}
.border-yellow-100\/100{
  border-color: rgb(254 249 195 / 1);
}
.border-yellow-100\/20{
  border-color: rgb(254 249 195 / 0.2);
}
.border-yellow-100\/25{
  border-color: rgb(254 249 195 / 0.25);
}
.border-yellow-100\/30{
  border-color: rgb(254 249 195 / 0.3);
}
.border-yellow-100\/40{
  border-color: rgb(254 249 195 / 0.4);
}
.border-yellow-100\/5{
  border-color: rgb(254 249 195 / 0.05);
}
.border-yellow-100\/50{
  border-color: rgb(254 249 195 / 0.5);
}
.border-yellow-100\/60{
  border-color: rgb(254 249 195 / 0.6);
}
.border-yellow-100\/70{
  border-color: rgb(254 249 195 / 0.7);
}
.border-yellow-100\/75{
  border-color: rgb(254 249 195 / 0.75);
}
.border-yellow-100\/80{
  border-color: rgb(254 249 195 / 0.8);
}
.border-yellow-100\/90{
  border-color: rgb(254 249 195 / 0.9);
}
.border-yellow-100\/95{
  border-color: rgb(254 249 195 / 0.95);
}
.border-yellow-11{
  --tw-border-opacity: 1;
  border-color: rgb(255 253 240 / var(--tw-border-opacity));
}
.border-yellow-11\/0{
  border-color: rgb(255 253 240 / 0);
}
.border-yellow-11\/10{
  border-color: rgb(255 253 240 / 0.1);
}
.border-yellow-11\/100{
  border-color: rgb(255 253 240 / 1);
}
.border-yellow-11\/20{
  border-color: rgb(255 253 240 / 0.2);
}
.border-yellow-11\/25{
  border-color: rgb(255 253 240 / 0.25);
}
.border-yellow-11\/30{
  border-color: rgb(255 253 240 / 0.3);
}
.border-yellow-11\/40{
  border-color: rgb(255 253 240 / 0.4);
}
.border-yellow-11\/5{
  border-color: rgb(255 253 240 / 0.05);
}
.border-yellow-11\/50{
  border-color: rgb(255 253 240 / 0.5);
}
.border-yellow-11\/60{
  border-color: rgb(255 253 240 / 0.6);
}
.border-yellow-11\/70{
  border-color: rgb(255 253 240 / 0.7);
}
.border-yellow-11\/75{
  border-color: rgb(255 253 240 / 0.75);
}
.border-yellow-11\/80{
  border-color: rgb(255 253 240 / 0.8);
}
.border-yellow-11\/90{
  border-color: rgb(255 253 240 / 0.9);
}
.border-yellow-11\/95{
  border-color: rgb(255 253 240 / 0.95);
}
.border-yellow-2{
  --tw-border-opacity: 1;
  border-color: rgb(145 131 0 / var(--tw-border-opacity));
}
.border-yellow-2\/0{
  border-color: rgb(145 131 0 / 0);
}
.border-yellow-2\/10{
  border-color: rgb(145 131 0 / 0.1);
}
.border-yellow-2\/100{
  border-color: rgb(145 131 0 / 1);
}
.border-yellow-2\/20{
  border-color: rgb(145 131 0 / 0.2);
}
.border-yellow-2\/25{
  border-color: rgb(145 131 0 / 0.25);
}
.border-yellow-2\/30{
  border-color: rgb(145 131 0 / 0.3);
}
.border-yellow-2\/40{
  border-color: rgb(145 131 0 / 0.4);
}
.border-yellow-2\/5{
  border-color: rgb(145 131 0 / 0.05);
}
.border-yellow-2\/50{
  border-color: rgb(145 131 0 / 0.5);
}
.border-yellow-2\/60{
  border-color: rgb(145 131 0 / 0.6);
}
.border-yellow-2\/70{
  border-color: rgb(145 131 0 / 0.7);
}
.border-yellow-2\/75{
  border-color: rgb(145 131 0 / 0.75);
}
.border-yellow-2\/80{
  border-color: rgb(145 131 0 / 0.8);
}
.border-yellow-2\/90{
  border-color: rgb(145 131 0 / 0.9);
}
.border-yellow-2\/95{
  border-color: rgb(145 131 0 / 0.95);
}
.border-yellow-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
}
.border-yellow-200\/0{
  border-color: rgb(254 240 138 / 0);
}
.border-yellow-200\/10{
  border-color: rgb(254 240 138 / 0.1);
}
.border-yellow-200\/100{
  border-color: rgb(254 240 138 / 1);
}
.border-yellow-200\/20{
  border-color: rgb(254 240 138 / 0.2);
}
.border-yellow-200\/25{
  border-color: rgb(254 240 138 / 0.25);
}
.border-yellow-200\/30{
  border-color: rgb(254 240 138 / 0.3);
}
.border-yellow-200\/40{
  border-color: rgb(254 240 138 / 0.4);
}
.border-yellow-200\/5{
  border-color: rgb(254 240 138 / 0.05);
}
.border-yellow-200\/50{
  border-color: rgb(254 240 138 / 0.5);
}
.border-yellow-200\/60{
  border-color: rgb(254 240 138 / 0.6);
}
.border-yellow-200\/70{
  border-color: rgb(254 240 138 / 0.7);
}
.border-yellow-200\/75{
  border-color: rgb(254 240 138 / 0.75);
}
.border-yellow-200\/80{
  border-color: rgb(254 240 138 / 0.8);
}
.border-yellow-200\/90{
  border-color: rgb(254 240 138 / 0.9);
}
.border-yellow-200\/95{
  border-color: rgb(254 240 138 / 0.95);
}
.border-yellow-3{
  --tw-border-opacity: 1;
  border-color: rgb(181 163 0 / var(--tw-border-opacity));
}
.border-yellow-3\/0{
  border-color: rgb(181 163 0 / 0);
}
.border-yellow-3\/10{
  border-color: rgb(181 163 0 / 0.1);
}
.border-yellow-3\/100{
  border-color: rgb(181 163 0 / 1);
}
.border-yellow-3\/20{
  border-color: rgb(181 163 0 / 0.2);
}
.border-yellow-3\/25{
  border-color: rgb(181 163 0 / 0.25);
}
.border-yellow-3\/30{
  border-color: rgb(181 163 0 / 0.3);
}
.border-yellow-3\/40{
  border-color: rgb(181 163 0 / 0.4);
}
.border-yellow-3\/5{
  border-color: rgb(181 163 0 / 0.05);
}
.border-yellow-3\/50{
  border-color: rgb(181 163 0 / 0.5);
}
.border-yellow-3\/60{
  border-color: rgb(181 163 0 / 0.6);
}
.border-yellow-3\/70{
  border-color: rgb(181 163 0 / 0.7);
}
.border-yellow-3\/75{
  border-color: rgb(181 163 0 / 0.75);
}
.border-yellow-3\/80{
  border-color: rgb(181 163 0 / 0.8);
}
.border-yellow-3\/90{
  border-color: rgb(181 163 0 / 0.9);
}
.border-yellow-3\/95{
  border-color: rgb(181 163 0 / 0.95);
}
.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}
.border-yellow-300\/0{
  border-color: rgb(253 224 71 / 0);
}
.border-yellow-300\/10{
  border-color: rgb(253 224 71 / 0.1);
}
.border-yellow-300\/100{
  border-color: rgb(253 224 71 / 1);
}
.border-yellow-300\/20{
  border-color: rgb(253 224 71 / 0.2);
}
.border-yellow-300\/25{
  border-color: rgb(253 224 71 / 0.25);
}
.border-yellow-300\/30{
  border-color: rgb(253 224 71 / 0.3);
}
.border-yellow-300\/40{
  border-color: rgb(253 224 71 / 0.4);
}
.border-yellow-300\/5{
  border-color: rgb(253 224 71 / 0.05);
}
.border-yellow-300\/50{
  border-color: rgb(253 224 71 / 0.5);
}
.border-yellow-300\/60{
  border-color: rgb(253 224 71 / 0.6);
}
.border-yellow-300\/70{
  border-color: rgb(253 224 71 / 0.7);
}
.border-yellow-300\/75{
  border-color: rgb(253 224 71 / 0.75);
}
.border-yellow-300\/80{
  border-color: rgb(253 224 71 / 0.8);
}
.border-yellow-300\/90{
  border-color: rgb(253 224 71 / 0.9);
}
.border-yellow-300\/95{
  border-color: rgb(253 224 71 / 0.95);
}
.border-yellow-4{
  --tw-border-opacity: 1;
  border-color: rgb(217 195 0 / var(--tw-border-opacity));
}
.border-yellow-4\/0{
  border-color: rgb(217 195 0 / 0);
}
.border-yellow-4\/10{
  border-color: rgb(217 195 0 / 0.1);
}
.border-yellow-4\/100{
  border-color: rgb(217 195 0 / 1);
}
.border-yellow-4\/20{
  border-color: rgb(217 195 0 / 0.2);
}
.border-yellow-4\/25{
  border-color: rgb(217 195 0 / 0.25);
}
.border-yellow-4\/30{
  border-color: rgb(217 195 0 / 0.3);
}
.border-yellow-4\/40{
  border-color: rgb(217 195 0 / 0.4);
}
.border-yellow-4\/5{
  border-color: rgb(217 195 0 / 0.05);
}
.border-yellow-4\/50{
  border-color: rgb(217 195 0 / 0.5);
}
.border-yellow-4\/60{
  border-color: rgb(217 195 0 / 0.6);
}
.border-yellow-4\/70{
  border-color: rgb(217 195 0 / 0.7);
}
.border-yellow-4\/75{
  border-color: rgb(217 195 0 / 0.75);
}
.border-yellow-4\/80{
  border-color: rgb(217 195 0 / 0.8);
}
.border-yellow-4\/90{
  border-color: rgb(217 195 0 / 0.9);
}
.border-yellow-4\/95{
  border-color: rgb(217 195 0 / 0.95);
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.border-yellow-400\/0{
  border-color: rgb(250 204 21 / 0);
}
.border-yellow-400\/10{
  border-color: rgb(250 204 21 / 0.1);
}
.border-yellow-400\/100{
  border-color: rgb(250 204 21 / 1);
}
.border-yellow-400\/20{
  border-color: rgb(250 204 21 / 0.2);
}
.border-yellow-400\/25{
  border-color: rgb(250 204 21 / 0.25);
}
.border-yellow-400\/30{
  border-color: rgb(250 204 21 / 0.3);
}
.border-yellow-400\/40{
  border-color: rgb(250 204 21 / 0.4);
}
.border-yellow-400\/5{
  border-color: rgb(250 204 21 / 0.05);
}
.border-yellow-400\/50{
  border-color: rgb(250 204 21 / 0.5);
}
.border-yellow-400\/60{
  border-color: rgb(250 204 21 / 0.6);
}
.border-yellow-400\/70{
  border-color: rgb(250 204 21 / 0.7);
}
.border-yellow-400\/75{
  border-color: rgb(250 204 21 / 0.75);
}
.border-yellow-400\/80{
  border-color: rgb(250 204 21 / 0.8);
}
.border-yellow-400\/90{
  border-color: rgb(250 204 21 / 0.9);
}
.border-yellow-400\/95{
  border-color: rgb(250 204 21 / 0.95);
}
.border-yellow-5{
  --tw-border-opacity: 1;
  border-color: rgb(255 229 0 / var(--tw-border-opacity));
}
.border-yellow-5\/0{
  border-color: rgb(255 229 0 / 0);
}
.border-yellow-5\/10{
  border-color: rgb(255 229 0 / 0.1);
}
.border-yellow-5\/100{
  border-color: rgb(255 229 0 / 1);
}
.border-yellow-5\/20{
  border-color: rgb(255 229 0 / 0.2);
}
.border-yellow-5\/25{
  border-color: rgb(255 229 0 / 0.25);
}
.border-yellow-5\/30{
  border-color: rgb(255 229 0 / 0.3);
}
.border-yellow-5\/40{
  border-color: rgb(255 229 0 / 0.4);
}
.border-yellow-5\/5{
  border-color: rgb(255 229 0 / 0.05);
}
.border-yellow-5\/50{
  border-color: rgb(255 229 0 / 0.5);
}
.border-yellow-5\/60{
  border-color: rgb(255 229 0 / 0.6);
}
.border-yellow-5\/70{
  border-color: rgb(255 229 0 / 0.7);
}
.border-yellow-5\/75{
  border-color: rgb(255 229 0 / 0.75);
}
.border-yellow-5\/80{
  border-color: rgb(255 229 0 / 0.8);
}
.border-yellow-5\/90{
  border-color: rgb(255 229 0 / 0.9);
}
.border-yellow-5\/95{
  border-color: rgb(255 229 0 / 0.95);
}
.border-yellow-50{
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity));
}
.border-yellow-50\/0{
  border-color: rgb(254 252 232 / 0);
}
.border-yellow-50\/10{
  border-color: rgb(254 252 232 / 0.1);
}
.border-yellow-50\/100{
  border-color: rgb(254 252 232 / 1);
}
.border-yellow-50\/20{
  border-color: rgb(254 252 232 / 0.2);
}
.border-yellow-50\/25{
  border-color: rgb(254 252 232 / 0.25);
}
.border-yellow-50\/30{
  border-color: rgb(254 252 232 / 0.3);
}
.border-yellow-50\/40{
  border-color: rgb(254 252 232 / 0.4);
}
.border-yellow-50\/5{
  border-color: rgb(254 252 232 / 0.05);
}
.border-yellow-50\/50{
  border-color: rgb(254 252 232 / 0.5);
}
.border-yellow-50\/60{
  border-color: rgb(254 252 232 / 0.6);
}
.border-yellow-50\/70{
  border-color: rgb(254 252 232 / 0.7);
}
.border-yellow-50\/75{
  border-color: rgb(254 252 232 / 0.75);
}
.border-yellow-50\/80{
  border-color: rgb(254 252 232 / 0.8);
}
.border-yellow-50\/90{
  border-color: rgb(254 252 232 / 0.9);
}
.border-yellow-50\/95{
  border-color: rgb(254 252 232 / 0.95);
}
.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}
.border-yellow-500\/0{
  border-color: rgb(234 179 8 / 0);
}
.border-yellow-500\/10{
  border-color: rgb(234 179 8 / 0.1);
}
.border-yellow-500\/100{
  border-color: rgb(234 179 8 / 1);
}
.border-yellow-500\/20{
  border-color: rgb(234 179 8 / 0.2);
}
.border-yellow-500\/25{
  border-color: rgb(234 179 8 / 0.25);
}
.border-yellow-500\/30{
  border-color: rgb(234 179 8 / 0.3);
}
.border-yellow-500\/40{
  border-color: rgb(234 179 8 / 0.4);
}
.border-yellow-500\/5{
  border-color: rgb(234 179 8 / 0.05);
}
.border-yellow-500\/50{
  border-color: rgb(234 179 8 / 0.5);
}
.border-yellow-500\/60{
  border-color: rgb(234 179 8 / 0.6);
}
.border-yellow-500\/70{
  border-color: rgb(234 179 8 / 0.7);
}
.border-yellow-500\/75{
  border-color: rgb(234 179 8 / 0.75);
}
.border-yellow-500\/80{
  border-color: rgb(234 179 8 / 0.8);
}
.border-yellow-500\/90{
  border-color: rgb(234 179 8 / 0.9);
}
.border-yellow-500\/95{
  border-color: rgb(234 179 8 / 0.95);
}
.border-yellow-6{
  --tw-border-opacity: 1;
  border-color: rgb(255 234 46 / var(--tw-border-opacity));
}
.border-yellow-6\/0{
  border-color: rgb(255 234 46 / 0);
}
.border-yellow-6\/10{
  border-color: rgb(255 234 46 / 0.1);
}
.border-yellow-6\/100{
  border-color: rgb(255 234 46 / 1);
}
.border-yellow-6\/20{
  border-color: rgb(255 234 46 / 0.2);
}
.border-yellow-6\/25{
  border-color: rgb(255 234 46 / 0.25);
}
.border-yellow-6\/30{
  border-color: rgb(255 234 46 / 0.3);
}
.border-yellow-6\/40{
  border-color: rgb(255 234 46 / 0.4);
}
.border-yellow-6\/5{
  border-color: rgb(255 234 46 / 0.05);
}
.border-yellow-6\/50{
  border-color: rgb(255 234 46 / 0.5);
}
.border-yellow-6\/60{
  border-color: rgb(255 234 46 / 0.6);
}
.border-yellow-6\/70{
  border-color: rgb(255 234 46 / 0.7);
}
.border-yellow-6\/75{
  border-color: rgb(255 234 46 / 0.75);
}
.border-yellow-6\/80{
  border-color: rgb(255 234 46 / 0.8);
}
.border-yellow-6\/90{
  border-color: rgb(255 234 46 / 0.9);
}
.border-yellow-6\/95{
  border-color: rgb(255 234 46 / 0.95);
}
.border-yellow-600{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
}
.border-yellow-600\/0{
  border-color: rgb(202 138 4 / 0);
}
.border-yellow-600\/10{
  border-color: rgb(202 138 4 / 0.1);
}
.border-yellow-600\/100{
  border-color: rgb(202 138 4 / 1);
}
.border-yellow-600\/20{
  border-color: rgb(202 138 4 / 0.2);
}
.border-yellow-600\/25{
  border-color: rgb(202 138 4 / 0.25);
}
.border-yellow-600\/30{
  border-color: rgb(202 138 4 / 0.3);
}
.border-yellow-600\/40{
  border-color: rgb(202 138 4 / 0.4);
}
.border-yellow-600\/5{
  border-color: rgb(202 138 4 / 0.05);
}
.border-yellow-600\/50{
  border-color: rgb(202 138 4 / 0.5);
}
.border-yellow-600\/60{
  border-color: rgb(202 138 4 / 0.6);
}
.border-yellow-600\/70{
  border-color: rgb(202 138 4 / 0.7);
}
.border-yellow-600\/75{
  border-color: rgb(202 138 4 / 0.75);
}
.border-yellow-600\/80{
  border-color: rgb(202 138 4 / 0.8);
}
.border-yellow-600\/90{
  border-color: rgb(202 138 4 / 0.9);
}
.border-yellow-600\/95{
  border-color: rgb(202 138 4 / 0.95);
}
.border-yellow-7{
  --tw-border-opacity: 1;
  border-color: rgb(255 239 94 / var(--tw-border-opacity));
}
.border-yellow-7\/0{
  border-color: rgb(255 239 94 / 0);
}
.border-yellow-7\/10{
  border-color: rgb(255 239 94 / 0.1);
}
.border-yellow-7\/100{
  border-color: rgb(255 239 94 / 1);
}
.border-yellow-7\/20{
  border-color: rgb(255 239 94 / 0.2);
}
.border-yellow-7\/25{
  border-color: rgb(255 239 94 / 0.25);
}
.border-yellow-7\/30{
  border-color: rgb(255 239 94 / 0.3);
}
.border-yellow-7\/40{
  border-color: rgb(255 239 94 / 0.4);
}
.border-yellow-7\/5{
  border-color: rgb(255 239 94 / 0.05);
}
.border-yellow-7\/50{
  border-color: rgb(255 239 94 / 0.5);
}
.border-yellow-7\/60{
  border-color: rgb(255 239 94 / 0.6);
}
.border-yellow-7\/70{
  border-color: rgb(255 239 94 / 0.7);
}
.border-yellow-7\/75{
  border-color: rgb(255 239 94 / 0.75);
}
.border-yellow-7\/80{
  border-color: rgb(255 239 94 / 0.8);
}
.border-yellow-7\/90{
  border-color: rgb(255 239 94 / 0.9);
}
.border-yellow-7\/95{
  border-color: rgb(255 239 94 / 0.95);
}
.border-yellow-700{
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity));
}
.border-yellow-700\/0{
  border-color: rgb(161 98 7 / 0);
}
.border-yellow-700\/10{
  border-color: rgb(161 98 7 / 0.1);
}
.border-yellow-700\/100{
  border-color: rgb(161 98 7 / 1);
}
.border-yellow-700\/20{
  border-color: rgb(161 98 7 / 0.2);
}
.border-yellow-700\/25{
  border-color: rgb(161 98 7 / 0.25);
}
.border-yellow-700\/30{
  border-color: rgb(161 98 7 / 0.3);
}
.border-yellow-700\/40{
  border-color: rgb(161 98 7 / 0.4);
}
.border-yellow-700\/5{
  border-color: rgb(161 98 7 / 0.05);
}
.border-yellow-700\/50{
  border-color: rgb(161 98 7 / 0.5);
}
.border-yellow-700\/60{
  border-color: rgb(161 98 7 / 0.6);
}
.border-yellow-700\/70{
  border-color: rgb(161 98 7 / 0.7);
}
.border-yellow-700\/75{
  border-color: rgb(161 98 7 / 0.75);
}
.border-yellow-700\/80{
  border-color: rgb(161 98 7 / 0.8);
}
.border-yellow-700\/90{
  border-color: rgb(161 98 7 / 0.9);
}
.border-yellow-700\/95{
  border-color: rgb(161 98 7 / 0.95);
}
.border-yellow-8{
  --tw-border-opacity: 1;
  border-color: rgb(255 244 145 / var(--tw-border-opacity));
}
.border-yellow-8\/0{
  border-color: rgb(255 244 145 / 0);
}
.border-yellow-8\/10{
  border-color: rgb(255 244 145 / 0.1);
}
.border-yellow-8\/100{
  border-color: rgb(255 244 145 / 1);
}
.border-yellow-8\/20{
  border-color: rgb(255 244 145 / 0.2);
}
.border-yellow-8\/25{
  border-color: rgb(255 244 145 / 0.25);
}
.border-yellow-8\/30{
  border-color: rgb(255 244 145 / 0.3);
}
.border-yellow-8\/40{
  border-color: rgb(255 244 145 / 0.4);
}
.border-yellow-8\/5{
  border-color: rgb(255 244 145 / 0.05);
}
.border-yellow-8\/50{
  border-color: rgb(255 244 145 / 0.5);
}
.border-yellow-8\/60{
  border-color: rgb(255 244 145 / 0.6);
}
.border-yellow-8\/70{
  border-color: rgb(255 244 145 / 0.7);
}
.border-yellow-8\/75{
  border-color: rgb(255 244 145 / 0.75);
}
.border-yellow-8\/80{
  border-color: rgb(255 244 145 / 0.8);
}
.border-yellow-8\/90{
  border-color: rgb(255 244 145 / 0.9);
}
.border-yellow-8\/95{
  border-color: rgb(255 244 145 / 0.95);
}
.border-yellow-800{
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity));
}
.border-yellow-800\/0{
  border-color: rgb(133 77 14 / 0);
}
.border-yellow-800\/10{
  border-color: rgb(133 77 14 / 0.1);
}
.border-yellow-800\/100{
  border-color: rgb(133 77 14 / 1);
}
.border-yellow-800\/20{
  border-color: rgb(133 77 14 / 0.2);
}
.border-yellow-800\/25{
  border-color: rgb(133 77 14 / 0.25);
}
.border-yellow-800\/30{
  border-color: rgb(133 77 14 / 0.3);
}
.border-yellow-800\/40{
  border-color: rgb(133 77 14 / 0.4);
}
.border-yellow-800\/5{
  border-color: rgb(133 77 14 / 0.05);
}
.border-yellow-800\/50{
  border-color: rgb(133 77 14 / 0.5);
}
.border-yellow-800\/60{
  border-color: rgb(133 77 14 / 0.6);
}
.border-yellow-800\/70{
  border-color: rgb(133 77 14 / 0.7);
}
.border-yellow-800\/75{
  border-color: rgb(133 77 14 / 0.75);
}
.border-yellow-800\/80{
  border-color: rgb(133 77 14 / 0.8);
}
.border-yellow-800\/90{
  border-color: rgb(133 77 14 / 0.9);
}
.border-yellow-800\/95{
  border-color: rgb(133 77 14 / 0.95);
}
.border-yellow-9{
  --tw-border-opacity: 1;
  border-color: rgb(255 249 194 / var(--tw-border-opacity));
}
.border-yellow-9\/0{
  border-color: rgb(255 249 194 / 0);
}
.border-yellow-9\/10{
  border-color: rgb(255 249 194 / 0.1);
}
.border-yellow-9\/100{
  border-color: rgb(255 249 194 / 1);
}
.border-yellow-9\/20{
  border-color: rgb(255 249 194 / 0.2);
}
.border-yellow-9\/25{
  border-color: rgb(255 249 194 / 0.25);
}
.border-yellow-9\/30{
  border-color: rgb(255 249 194 / 0.3);
}
.border-yellow-9\/40{
  border-color: rgb(255 249 194 / 0.4);
}
.border-yellow-9\/5{
  border-color: rgb(255 249 194 / 0.05);
}
.border-yellow-9\/50{
  border-color: rgb(255 249 194 / 0.5);
}
.border-yellow-9\/60{
  border-color: rgb(255 249 194 / 0.6);
}
.border-yellow-9\/70{
  border-color: rgb(255 249 194 / 0.7);
}
.border-yellow-9\/75{
  border-color: rgb(255 249 194 / 0.75);
}
.border-yellow-9\/80{
  border-color: rgb(255 249 194 / 0.8);
}
.border-yellow-9\/90{
  border-color: rgb(255 249 194 / 0.9);
}
.border-yellow-9\/95{
  border-color: rgb(255 249 194 / 0.95);
}
.border-yellow-900{
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}
.border-yellow-900\/0{
  border-color: rgb(113 63 18 / 0);
}
.border-yellow-900\/10{
  border-color: rgb(113 63 18 / 0.1);
}
.border-yellow-900\/100{
  border-color: rgb(113 63 18 / 1);
}
.border-yellow-900\/20{
  border-color: rgb(113 63 18 / 0.2);
}
.border-yellow-900\/25{
  border-color: rgb(113 63 18 / 0.25);
}
.border-yellow-900\/30{
  border-color: rgb(113 63 18 / 0.3);
}
.border-yellow-900\/40{
  border-color: rgb(113 63 18 / 0.4);
}
.border-yellow-900\/5{
  border-color: rgb(113 63 18 / 0.05);
}
.border-yellow-900\/50{
  border-color: rgb(113 63 18 / 0.5);
}
.border-yellow-900\/60{
  border-color: rgb(113 63 18 / 0.6);
}
.border-yellow-900\/70{
  border-color: rgb(113 63 18 / 0.7);
}
.border-yellow-900\/75{
  border-color: rgb(113 63 18 / 0.75);
}
.border-yellow-900\/80{
  border-color: rgb(113 63 18 / 0.8);
}
.border-yellow-900\/90{
  border-color: rgb(113 63 18 / 0.9);
}
.border-yellow-900\/95{
  border-color: rgb(113 63 18 / 0.95);
}
.border-yellow-950{
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity));
}
.border-yellow-950\/0{
  border-color: rgb(66 32 6 / 0);
}
.border-yellow-950\/10{
  border-color: rgb(66 32 6 / 0.1);
}
.border-yellow-950\/100{
  border-color: rgb(66 32 6 / 1);
}
.border-yellow-950\/20{
  border-color: rgb(66 32 6 / 0.2);
}
.border-yellow-950\/25{
  border-color: rgb(66 32 6 / 0.25);
}
.border-yellow-950\/30{
  border-color: rgb(66 32 6 / 0.3);
}
.border-yellow-950\/40{
  border-color: rgb(66 32 6 / 0.4);
}
.border-yellow-950\/5{
  border-color: rgb(66 32 6 / 0.05);
}
.border-yellow-950\/50{
  border-color: rgb(66 32 6 / 0.5);
}
.border-yellow-950\/60{
  border-color: rgb(66 32 6 / 0.6);
}
.border-yellow-950\/70{
  border-color: rgb(66 32 6 / 0.7);
}
.border-yellow-950\/75{
  border-color: rgb(66 32 6 / 0.75);
}
.border-yellow-950\/80{
  border-color: rgb(66 32 6 / 0.8);
}
.border-yellow-950\/90{
  border-color: rgb(66 32 6 / 0.9);
}
.border-yellow-950\/95{
  border-color: rgb(66 32 6 / 0.95);
}
.\!border-b-\[\#3D414B\]{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(61 65 75 / var(--tw-border-opacity)) !important;
}
.border-b-b2{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(195 196 199 / var(--tw-border-opacity));
}
.border-r-transparent{
  border-right-color: transparent;
}
.\!bg-neutral-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 232 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-10{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-20{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity)) !important;
}
.\!bg-surface-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(43 46 53 / var(--tw-bg-opacity)) !important;
}
.bg-Equity{
  --tw-bg-opacity: 1;
  background-color: rgb(210 216 252 / var(--tw-bg-opacity));
}
.bg-\[\#0044CC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 204 / var(--tw-bg-opacity));
}
.bg-\[\#717075\]{
  --tw-bg-opacity: 1;
  background-color: rgb(113 112 117 / var(--tw-bg-opacity));
}
.bg-\[\#8D8D9B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(141 141 155 / var(--tw-bg-opacity));
}
.bg-\[\#9C94F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(156 148 245 / var(--tw-bg-opacity));
}
.bg-\[\#B1DBEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(177 219 234 / var(--tw-bg-opacity));
}
.bg-\[\#B1DDD3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(177 221 211 / var(--tw-bg-opacity));
}
.bg-\[\#BCE893\]{
  --tw-bg-opacity: 1;
  background-color: rgb(188 232 147 / var(--tw-bg-opacity));
}
.bg-\[\#D2D8FC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 216 252 / var(--tw-bg-opacity));
}
.bg-\[\#DFEBC5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 235 197 / var(--tw-bg-opacity));
}
.bg-\[\#E7E7EA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 234 / var(--tw-bg-opacity));
}
.bg-\[\#E9F5CE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 245 206 / var(--tw-bg-opacity));
}
.bg-\[\#F0E4CB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 228 203 / var(--tw-bg-opacity));
}
.bg-\[\#FDCE65\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 206 101 / var(--tw-bg-opacity));
}
.bg-\[\#FEE8B8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 232 184 / var(--tw-bg-opacity));
}
.bg-\[inherit\]{
  background-color: inherit;
}
.bg-\[rgba\(254\2c 247\2c 240\2c 0\.70\)\]{
  background-color: rgba(254,247,240,0.70);
}
.bg-black-1{
  --tw-bg-opacity: 1;
  background-color: rgb(3 0 47 / var(--tw-bg-opacity));
}
.bg-black-1\/0{
  background-color: rgb(3 0 47 / 0);
}
.bg-black-1\/10{
  background-color: rgb(3 0 47 / 0.1);
}
.bg-black-1\/100{
  background-color: rgb(3 0 47 / 1);
}
.bg-black-1\/20{
  background-color: rgb(3 0 47 / 0.2);
}
.bg-black-1\/25{
  background-color: rgb(3 0 47 / 0.25);
}
.bg-black-1\/30{
  background-color: rgb(3 0 47 / 0.3);
}
.bg-black-1\/40{
  background-color: rgb(3 0 47 / 0.4);
}
.bg-black-1\/5{
  background-color: rgb(3 0 47 / 0.05);
}
.bg-black-1\/50{
  background-color: rgb(3 0 47 / 0.5);
}
.bg-black-1\/60{
  background-color: rgb(3 0 47 / 0.6);
}
.bg-black-1\/70{
  background-color: rgb(3 0 47 / 0.7);
}
.bg-black-1\/75{
  background-color: rgb(3 0 47 / 0.75);
}
.bg-black-1\/80{
  background-color: rgb(3 0 47 / 0.8);
}
.bg-black-1\/90{
  background-color: rgb(3 0 47 / 0.9);
}
.bg-black-1\/95{
  background-color: rgb(3 0 47 / 0.95);
}
.bg-black-10{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-black-10\/0{
  background-color: rgb(245 245 245 / 0);
}
.bg-black-10\/10{
  background-color: rgb(245 245 245 / 0.1);
}
.bg-black-10\/100{
  background-color: rgb(245 245 245 / 1);
}
.bg-black-10\/20{
  background-color: rgb(245 245 245 / 0.2);
}
.bg-black-10\/25{
  background-color: rgb(245 245 245 / 0.25);
}
.bg-black-10\/30{
  background-color: rgb(245 245 245 / 0.3);
}
.bg-black-10\/40{
  background-color: rgb(245 245 245 / 0.4);
}
.bg-black-10\/5{
  background-color: rgb(245 245 245 / 0.05);
}
.bg-black-10\/50{
  background-color: rgb(245 245 245 / 0.5);
}
.bg-black-10\/60{
  background-color: rgb(245 245 245 / 0.6);
}
.bg-black-10\/70{
  background-color: rgb(245 245 245 / 0.7);
}
.bg-black-10\/75{
  background-color: rgb(245 245 245 / 0.75);
}
.bg-black-10\/80{
  background-color: rgb(245 245 245 / 0.8);
}
.bg-black-10\/90{
  background-color: rgb(245 245 245 / 0.9);
}
.bg-black-10\/95{
  background-color: rgb(245 245 245 / 0.95);
}
.bg-black-11{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.bg-black-11\/0{
  background-color: rgb(252 252 252 / 0);
}
.bg-black-11\/10{
  background-color: rgb(252 252 252 / 0.1);
}
.bg-black-11\/100{
  background-color: rgb(252 252 252 / 1);
}
.bg-black-11\/20{
  background-color: rgb(252 252 252 / 0.2);
}
.bg-black-11\/25{
  background-color: rgb(252 252 252 / 0.25);
}
.bg-black-11\/30{
  background-color: rgb(252 252 252 / 0.3);
}
.bg-black-11\/40{
  background-color: rgb(252 252 252 / 0.4);
}
.bg-black-11\/5{
  background-color: rgb(252 252 252 / 0.05);
}
.bg-black-11\/50{
  background-color: rgb(252 252 252 / 0.5);
}
.bg-black-11\/60{
  background-color: rgb(252 252 252 / 0.6);
}
.bg-black-11\/70{
  background-color: rgb(252 252 252 / 0.7);
}
.bg-black-11\/75{
  background-color: rgb(252 252 252 / 0.75);
}
.bg-black-11\/80{
  background-color: rgb(252 252 252 / 0.8);
}
.bg-black-11\/90{
  background-color: rgb(252 252 252 / 0.9);
}
.bg-black-11\/95{
  background-color: rgb(252 252 252 / 0.95);
}
.bg-black-2{
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}
.bg-black-2\/0{
  background-color: rgb(31 31 31 / 0);
}
.bg-black-2\/10{
  background-color: rgb(31 31 31 / 0.1);
}
.bg-black-2\/100{
  background-color: rgb(31 31 31 / 1);
}
.bg-black-2\/20{
  background-color: rgb(31 31 31 / 0.2);
}
.bg-black-2\/25{
  background-color: rgb(31 31 31 / 0.25);
}
.bg-black-2\/30{
  background-color: rgb(31 31 31 / 0.3);
}
.bg-black-2\/40{
  background-color: rgb(31 31 31 / 0.4);
}
.bg-black-2\/5{
  background-color: rgb(31 31 31 / 0.05);
}
.bg-black-2\/50{
  background-color: rgb(31 31 31 / 0.5);
}
.bg-black-2\/60{
  background-color: rgb(31 31 31 / 0.6);
}
.bg-black-2\/70{
  background-color: rgb(31 31 31 / 0.7);
}
.bg-black-2\/75{
  background-color: rgb(31 31 31 / 0.75);
}
.bg-black-2\/80{
  background-color: rgb(31 31 31 / 0.8);
}
.bg-black-2\/90{
  background-color: rgb(31 31 31 / 0.9);
}
.bg-black-2\/95{
  background-color: rgb(31 31 31 / 0.95);
}
.bg-black-3{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-black-3\/0{
  background-color: rgb(38 38 38 / 0);
}
.bg-black-3\/10{
  background-color: rgb(38 38 38 / 0.1);
}
.bg-black-3\/100{
  background-color: rgb(38 38 38 / 1);
}
.bg-black-3\/20{
  background-color: rgb(38 38 38 / 0.2);
}
.bg-black-3\/25{
  background-color: rgb(38 38 38 / 0.25);
}
.bg-black-3\/30{
  background-color: rgb(38 38 38 / 0.3);
}
.bg-black-3\/40{
  background-color: rgb(38 38 38 / 0.4);
}
.bg-black-3\/5{
  background-color: rgb(38 38 38 / 0.05);
}
.bg-black-3\/50{
  background-color: rgb(38 38 38 / 0.5);
}
.bg-black-3\/60{
  background-color: rgb(38 38 38 / 0.6);
}
.bg-black-3\/70{
  background-color: rgb(38 38 38 / 0.7);
}
.bg-black-3\/75{
  background-color: rgb(38 38 38 / 0.75);
}
.bg-black-3\/80{
  background-color: rgb(38 38 38 / 0.8);
}
.bg-black-3\/90{
  background-color: rgb(38 38 38 / 0.9);
}
.bg-black-3\/95{
  background-color: rgb(38 38 38 / 0.95);
}
.bg-black-4{
  --tw-bg-opacity: 1;
  background-color: rgb(69 69 69 / var(--tw-bg-opacity));
}
.bg-black-4\/0{
  background-color: rgb(69 69 69 / 0);
}
.bg-black-4\/10{
  background-color: rgb(69 69 69 / 0.1);
}
.bg-black-4\/100{
  background-color: rgb(69 69 69 / 1);
}
.bg-black-4\/20{
  background-color: rgb(69 69 69 / 0.2);
}
.bg-black-4\/25{
  background-color: rgb(69 69 69 / 0.25);
}
.bg-black-4\/30{
  background-color: rgb(69 69 69 / 0.3);
}
.bg-black-4\/40{
  background-color: rgb(69 69 69 / 0.4);
}
.bg-black-4\/5{
  background-color: rgb(69 69 69 / 0.05);
}
.bg-black-4\/50{
  background-color: rgb(69 69 69 / 0.5);
}
.bg-black-4\/60{
  background-color: rgb(69 69 69 / 0.6);
}
.bg-black-4\/70{
  background-color: rgb(69 69 69 / 0.7);
}
.bg-black-4\/75{
  background-color: rgb(69 69 69 / 0.75);
}
.bg-black-4\/80{
  background-color: rgb(69 69 69 / 0.8);
}
.bg-black-4\/90{
  background-color: rgb(69 69 69 / 0.9);
}
.bg-black-4\/95{
  background-color: rgb(69 69 69 / 0.95);
}
.bg-black-5{
  --tw-bg-opacity: 1;
  background-color: rgb(89 89 89 / var(--tw-bg-opacity));
}
.bg-black-5\/0{
  background-color: rgb(89 89 89 / 0);
}
.bg-black-5\/10{
  background-color: rgb(89 89 89 / 0.1);
}
.bg-black-5\/100{
  background-color: rgb(89 89 89 / 1);
}
.bg-black-5\/20{
  background-color: rgb(89 89 89 / 0.2);
}
.bg-black-5\/25{
  background-color: rgb(89 89 89 / 0.25);
}
.bg-black-5\/30{
  background-color: rgb(89 89 89 / 0.3);
}
.bg-black-5\/40{
  background-color: rgb(89 89 89 / 0.4);
}
.bg-black-5\/5{
  background-color: rgb(89 89 89 / 0.05);
}
.bg-black-5\/50{
  background-color: rgb(89 89 89 / 0.5);
}
.bg-black-5\/60{
  background-color: rgb(89 89 89 / 0.6);
}
.bg-black-5\/70{
  background-color: rgb(89 89 89 / 0.7);
}
.bg-black-5\/75{
  background-color: rgb(89 89 89 / 0.75);
}
.bg-black-5\/80{
  background-color: rgb(89 89 89 / 0.8);
}
.bg-black-5\/90{
  background-color: rgb(89 89 89 / 0.9);
}
.bg-black-5\/95{
  background-color: rgb(89 89 89 / 0.95);
}
.bg-black-6{
  --tw-bg-opacity: 1;
  background-color: rgb(140 140 140 / var(--tw-bg-opacity));
}
.bg-black-6\/0{
  background-color: rgb(140 140 140 / 0);
}
.bg-black-6\/10{
  background-color: rgb(140 140 140 / 0.1);
}
.bg-black-6\/100{
  background-color: rgb(140 140 140 / 1);
}
.bg-black-6\/20{
  background-color: rgb(140 140 140 / 0.2);
}
.bg-black-6\/25{
  background-color: rgb(140 140 140 / 0.25);
}
.bg-black-6\/30{
  background-color: rgb(140 140 140 / 0.3);
}
.bg-black-6\/40{
  background-color: rgb(140 140 140 / 0.4);
}
.bg-black-6\/5{
  background-color: rgb(140 140 140 / 0.05);
}
.bg-black-6\/50{
  background-color: rgb(140 140 140 / 0.5);
}
.bg-black-6\/60{
  background-color: rgb(140 140 140 / 0.6);
}
.bg-black-6\/70{
  background-color: rgb(140 140 140 / 0.7);
}
.bg-black-6\/75{
  background-color: rgb(140 140 140 / 0.75);
}
.bg-black-6\/80{
  background-color: rgb(140 140 140 / 0.8);
}
.bg-black-6\/90{
  background-color: rgb(140 140 140 / 0.9);
}
.bg-black-6\/95{
  background-color: rgb(140 140 140 / 0.95);
}
.bg-black-7{
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}
.bg-black-7\/0{
  background-color: rgb(191 191 191 / 0);
}
.bg-black-7\/10{
  background-color: rgb(191 191 191 / 0.1);
}
.bg-black-7\/100{
  background-color: rgb(191 191 191 / 1);
}
.bg-black-7\/20{
  background-color: rgb(191 191 191 / 0.2);
}
.bg-black-7\/25{
  background-color: rgb(191 191 191 / 0.25);
}
.bg-black-7\/30{
  background-color: rgb(191 191 191 / 0.3);
}
.bg-black-7\/40{
  background-color: rgb(191 191 191 / 0.4);
}
.bg-black-7\/5{
  background-color: rgb(191 191 191 / 0.05);
}
.bg-black-7\/50{
  background-color: rgb(191 191 191 / 0.5);
}
.bg-black-7\/60{
  background-color: rgb(191 191 191 / 0.6);
}
.bg-black-7\/70{
  background-color: rgb(191 191 191 / 0.7);
}
.bg-black-7\/75{
  background-color: rgb(191 191 191 / 0.75);
}
.bg-black-7\/80{
  background-color: rgb(191 191 191 / 0.8);
}
.bg-black-7\/90{
  background-color: rgb(191 191 191 / 0.9);
}
.bg-black-7\/95{
  background-color: rgb(191 191 191 / 0.95);
}
.bg-black-8{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-black-8\/0{
  background-color: rgb(217 217 217 / 0);
}
.bg-black-8\/10{
  background-color: rgb(217 217 217 / 0.1);
}
.bg-black-8\/100{
  background-color: rgb(217 217 217 / 1);
}
.bg-black-8\/20{
  background-color: rgb(217 217 217 / 0.2);
}
.bg-black-8\/25{
  background-color: rgb(217 217 217 / 0.25);
}
.bg-black-8\/30{
  background-color: rgb(217 217 217 / 0.3);
}
.bg-black-8\/40{
  background-color: rgb(217 217 217 / 0.4);
}
.bg-black-8\/5{
  background-color: rgb(217 217 217 / 0.05);
}
.bg-black-8\/50{
  background-color: rgb(217 217 217 / 0.5);
}
.bg-black-8\/60{
  background-color: rgb(217 217 217 / 0.6);
}
.bg-black-8\/70{
  background-color: rgb(217 217 217 / 0.7);
}
.bg-black-8\/75{
  background-color: rgb(217 217 217 / 0.75);
}
.bg-black-8\/80{
  background-color: rgb(217 217 217 / 0.8);
}
.bg-black-8\/90{
  background-color: rgb(217 217 217 / 0.9);
}
.bg-black-8\/95{
  background-color: rgb(217 217 217 / 0.95);
}
.bg-black-9{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-black-9\/0{
  background-color: rgb(240 240 240 / 0);
}
.bg-black-9\/10{
  background-color: rgb(240 240 240 / 0.1);
}
.bg-black-9\/100{
  background-color: rgb(240 240 240 / 1);
}
.bg-black-9\/20{
  background-color: rgb(240 240 240 / 0.2);
}
.bg-black-9\/25{
  background-color: rgb(240 240 240 / 0.25);
}
.bg-black-9\/30{
  background-color: rgb(240 240 240 / 0.3);
}
.bg-black-9\/40{
  background-color: rgb(240 240 240 / 0.4);
}
.bg-black-9\/5{
  background-color: rgb(240 240 240 / 0.05);
}
.bg-black-9\/50{
  background-color: rgb(240 240 240 / 0.5);
}
.bg-black-9\/60{
  background-color: rgb(240 240 240 / 0.6);
}
.bg-black-9\/70{
  background-color: rgb(240 240 240 / 0.7);
}
.bg-black-9\/75{
  background-color: rgb(240 240 240 / 0.75);
}
.bg-black-9\/80{
  background-color: rgb(240 240 240 / 0.8);
}
.bg-black-9\/90{
  background-color: rgb(240 240 240 / 0.9);
}
.bg-black-9\/95{
  background-color: rgb(240 240 240 / 0.95);
}
.bg-blue-1{
  --tw-bg-opacity: 1;
  background-color: rgb(13 69 96 / var(--tw-bg-opacity));
}
.bg-blue-1\/0{
  background-color: rgb(13 69 96 / 0);
}
.bg-blue-1\/10{
  background-color: rgb(13 69 96 / 0.1);
}
.bg-blue-1\/100{
  background-color: rgb(13 69 96 / 1);
}
.bg-blue-1\/20{
  background-color: rgb(13 69 96 / 0.2);
}
.bg-blue-1\/25{
  background-color: rgb(13 69 96 / 0.25);
}
.bg-blue-1\/30{
  background-color: rgb(13 69 96 / 0.3);
}
.bg-blue-1\/40{
  background-color: rgb(13 69 96 / 0.4);
}
.bg-blue-1\/5{
  background-color: rgb(13 69 96 / 0.05);
}
.bg-blue-1\/50{
  background-color: rgb(13 69 96 / 0.5);
}
.bg-blue-1\/60{
  background-color: rgb(13 69 96 / 0.6);
}
.bg-blue-1\/70{
  background-color: rgb(13 69 96 / 0.7);
}
.bg-blue-1\/75{
  background-color: rgb(13 69 96 / 0.75);
}
.bg-blue-1\/80{
  background-color: rgb(13 69 96 / 0.8);
}
.bg-blue-1\/90{
  background-color: rgb(13 69 96 / 0.9);
}
.bg-blue-1\/95{
  background-color: rgb(13 69 96 / 0.95);
}
.bg-blue-10{
  --tw-bg-opacity: 1;
  background-color: rgb(232 245 251 / var(--tw-bg-opacity));
}
.bg-blue-10\/0{
  background-color: rgb(232 245 251 / 0);
}
.bg-blue-10\/10{
  background-color: rgb(232 245 251 / 0.1);
}
.bg-blue-10\/100{
  background-color: rgb(232 245 251 / 1);
}
.bg-blue-10\/20{
  background-color: rgb(232 245 251 / 0.2);
}
.bg-blue-10\/25{
  background-color: rgb(232 245 251 / 0.25);
}
.bg-blue-10\/30{
  background-color: rgb(232 245 251 / 0.3);
}
.bg-blue-10\/40{
  background-color: rgb(232 245 251 / 0.4);
}
.bg-blue-10\/5{
  background-color: rgb(232 245 251 / 0.05);
}
.bg-blue-10\/50{
  background-color: rgb(232 245 251 / 0.5);
}
.bg-blue-10\/60{
  background-color: rgb(232 245 251 / 0.6);
}
.bg-blue-10\/70{
  background-color: rgb(232 245 251 / 0.7);
}
.bg-blue-10\/75{
  background-color: rgb(232 245 251 / 0.75);
}
.bg-blue-10\/80{
  background-color: rgb(232 245 251 / 0.8);
}
.bg-blue-10\/90{
  background-color: rgb(232 245 251 / 0.9);
}
.bg-blue-10\/95{
  background-color: rgb(232 245 251 / 0.95);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0{
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10{
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100{
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/20{
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25{
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30{
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/40{
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/5{
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50{
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/60{
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75{
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80{
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/90{
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95{
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-11{
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 253 / var(--tw-bg-opacity));
}
.bg-blue-11\/0{
  background-color: rgb(242 249 253 / 0);
}
.bg-blue-11\/10{
  background-color: rgb(242 249 253 / 0.1);
}
.bg-blue-11\/100{
  background-color: rgb(242 249 253 / 1);
}
.bg-blue-11\/20{
  background-color: rgb(242 249 253 / 0.2);
}
.bg-blue-11\/25{
  background-color: rgb(242 249 253 / 0.25);
}
.bg-blue-11\/30{
  background-color: rgb(242 249 253 / 0.3);
}
.bg-blue-11\/40{
  background-color: rgb(242 249 253 / 0.4);
}
.bg-blue-11\/5{
  background-color: rgb(242 249 253 / 0.05);
}
.bg-blue-11\/50{
  background-color: rgb(242 249 253 / 0.5);
}
.bg-blue-11\/60{
  background-color: rgb(242 249 253 / 0.6);
}
.bg-blue-11\/70{
  background-color: rgb(242 249 253 / 0.7);
}
.bg-blue-11\/75{
  background-color: rgb(242 249 253 / 0.75);
}
.bg-blue-11\/80{
  background-color: rgb(242 249 253 / 0.8);
}
.bg-blue-11\/90{
  background-color: rgb(242 249 253 / 0.9);
}
.bg-blue-11\/95{
  background-color: rgb(242 249 253 / 0.95);
}
.bg-blue-2{
  --tw-bg-opacity: 1;
  background-color: rgb(16 88 122 / var(--tw-bg-opacity));
}
.bg-blue-2\/0{
  background-color: rgb(16 88 122 / 0);
}
.bg-blue-2\/10{
  background-color: rgb(16 88 122 / 0.1);
}
.bg-blue-2\/100{
  background-color: rgb(16 88 122 / 1);
}
.bg-blue-2\/20{
  background-color: rgb(16 88 122 / 0.2);
}
.bg-blue-2\/25{
  background-color: rgb(16 88 122 / 0.25);
}
.bg-blue-2\/30{
  background-color: rgb(16 88 122 / 0.3);
}
.bg-blue-2\/40{
  background-color: rgb(16 88 122 / 0.4);
}
.bg-blue-2\/5{
  background-color: rgb(16 88 122 / 0.05);
}
.bg-blue-2\/50{
  background-color: rgb(16 88 122 / 0.5);
}
.bg-blue-2\/60{
  background-color: rgb(16 88 122 / 0.6);
}
.bg-blue-2\/70{
  background-color: rgb(16 88 122 / 0.7);
}
.bg-blue-2\/75{
  background-color: rgb(16 88 122 / 0.75);
}
.bg-blue-2\/80{
  background-color: rgb(16 88 122 / 0.8);
}
.bg-blue-2\/90{
  background-color: rgb(16 88 122 / 0.9);
}
.bg-blue-2\/95{
  background-color: rgb(16 88 122 / 0.95);
}
.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-200\/0{
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10{
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100{
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/20{
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25{
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30{
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/40{
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/5{
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50{
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/60{
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/70{
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75{
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80{
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/90{
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95{
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-3{
  --tw-bg-opacity: 1;
  background-color: rgb(20 109 152 / var(--tw-bg-opacity));
}
.bg-blue-3\/0{
  background-color: rgb(20 109 152 / 0);
}
.bg-blue-3\/10{
  background-color: rgb(20 109 152 / 0.1);
}
.bg-blue-3\/100{
  background-color: rgb(20 109 152 / 1);
}
.bg-blue-3\/20{
  background-color: rgb(20 109 152 / 0.2);
}
.bg-blue-3\/25{
  background-color: rgb(20 109 152 / 0.25);
}
.bg-blue-3\/30{
  background-color: rgb(20 109 152 / 0.3);
}
.bg-blue-3\/40{
  background-color: rgb(20 109 152 / 0.4);
}
.bg-blue-3\/5{
  background-color: rgb(20 109 152 / 0.05);
}
.bg-blue-3\/50{
  background-color: rgb(20 109 152 / 0.5);
}
.bg-blue-3\/60{
  background-color: rgb(20 109 152 / 0.6);
}
.bg-blue-3\/70{
  background-color: rgb(20 109 152 / 0.7);
}
.bg-blue-3\/75{
  background-color: rgb(20 109 152 / 0.75);
}
.bg-blue-3\/80{
  background-color: rgb(20 109 152 / 0.8);
}
.bg-blue-3\/90{
  background-color: rgb(20 109 152 / 0.9);
}
.bg-blue-3\/95{
  background-color: rgb(20 109 152 / 0.95);
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-300\/0{
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10{
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100{
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/20{
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25{
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30{
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/40{
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/5{
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50{
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/60{
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/70{
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75{
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80{
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/90{
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95{
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-4{
  --tw-bg-opacity: 1;
  background-color: rgb(24 131 182 / var(--tw-bg-opacity));
}
.bg-blue-4\/0{
  background-color: rgb(24 131 182 / 0);
}
.bg-blue-4\/10{
  background-color: rgb(24 131 182 / 0.1);
}
.bg-blue-4\/100{
  background-color: rgb(24 131 182 / 1);
}
.bg-blue-4\/20{
  background-color: rgb(24 131 182 / 0.2);
}
.bg-blue-4\/25{
  background-color: rgb(24 131 182 / 0.25);
}
.bg-blue-4\/30{
  background-color: rgb(24 131 182 / 0.3);
}
.bg-blue-4\/40{
  background-color: rgb(24 131 182 / 0.4);
}
.bg-blue-4\/5{
  background-color: rgb(24 131 182 / 0.05);
}
.bg-blue-4\/50{
  background-color: rgb(24 131 182 / 0.5);
}
.bg-blue-4\/60{
  background-color: rgb(24 131 182 / 0.6);
}
.bg-blue-4\/70{
  background-color: rgb(24 131 182 / 0.7);
}
.bg-blue-4\/75{
  background-color: rgb(24 131 182 / 0.75);
}
.bg-blue-4\/80{
  background-color: rgb(24 131 182 / 0.8);
}
.bg-blue-4\/90{
  background-color: rgb(24 131 182 / 0.9);
}
.bg-blue-4\/95{
  background-color: rgb(24 131 182 / 0.95);
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-400\/0{
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10{
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100{
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/20{
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25{
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30{
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/40{
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/5{
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50{
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/60{
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/70{
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75{
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80{
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/90{
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95{
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-5{
  --tw-bg-opacity: 1;
  background-color: rgb(28 154 214 / var(--tw-bg-opacity));
}
.bg-blue-5\/0{
  background-color: rgb(28 154 214 / 0);
}
.bg-blue-5\/10{
  background-color: rgb(28 154 214 / 0.1);
}
.bg-blue-5\/100{
  background-color: rgb(28 154 214 / 1);
}
.bg-blue-5\/20{
  background-color: rgb(28 154 214 / 0.2);
}
.bg-blue-5\/25{
  background-color: rgb(28 154 214 / 0.25);
}
.bg-blue-5\/30{
  background-color: rgb(28 154 214 / 0.3);
}
.bg-blue-5\/40{
  background-color: rgb(28 154 214 / 0.4);
}
.bg-blue-5\/5{
  background-color: rgb(28 154 214 / 0.05);
}
.bg-blue-5\/50{
  background-color: rgb(28 154 214 / 0.5);
}
.bg-blue-5\/60{
  background-color: rgb(28 154 214 / 0.6);
}
.bg-blue-5\/70{
  background-color: rgb(28 154 214 / 0.7);
}
.bg-blue-5\/75{
  background-color: rgb(28 154 214 / 0.75);
}
.bg-blue-5\/80{
  background-color: rgb(28 154 214 / 0.8);
}
.bg-blue-5\/90{
  background-color: rgb(28 154 214 / 0.9);
}
.bg-blue-5\/95{
  background-color: rgb(28 154 214 / 0.95);
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-50\/0{
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10{
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100{
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/25{
  background-color: rgb(239 246 255 / 0.25);
}
.bg-blue-50\/30{
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/40{
  background-color: rgb(239 246 255 / 0.4);
}
.bg-blue-50\/5{
  background-color: rgb(239 246 255 / 0.05);
}
.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/75{
  background-color: rgb(239 246 255 / 0.75);
}
.bg-blue-50\/80{
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/90{
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95{
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-500\/0{
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10{
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100{
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/20{
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25{
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30{
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/40{
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/5{
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50{
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/60{
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/70{
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75{
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80{
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/90{
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95{
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-6{
  --tw-bg-opacity: 1;
  background-color: rgb(69 172 221 / var(--tw-bg-opacity));
}
.bg-blue-6\/0{
  background-color: rgb(69 172 221 / 0);
}
.bg-blue-6\/10{
  background-color: rgb(69 172 221 / 0.1);
}
.bg-blue-6\/100{
  background-color: rgb(69 172 221 / 1);
}
.bg-blue-6\/20{
  background-color: rgb(69 172 221 / 0.2);
}
.bg-blue-6\/25{
  background-color: rgb(69 172 221 / 0.25);
}
.bg-blue-6\/30{
  background-color: rgb(69 172 221 / 0.3);
}
.bg-blue-6\/40{
  background-color: rgb(69 172 221 / 0.4);
}
.bg-blue-6\/5{
  background-color: rgb(69 172 221 / 0.05);
}
.bg-blue-6\/50{
  background-color: rgb(69 172 221 / 0.5);
}
.bg-blue-6\/60{
  background-color: rgb(69 172 221 / 0.6);
}
.bg-blue-6\/70{
  background-color: rgb(69 172 221 / 0.7);
}
.bg-blue-6\/75{
  background-color: rgb(69 172 221 / 0.75);
}
.bg-blue-6\/80{
  background-color: rgb(69 172 221 / 0.8);
}
.bg-blue-6\/90{
  background-color: rgb(69 172 221 / 0.9);
}
.bg-blue-6\/95{
  background-color: rgb(69 172 221 / 0.95);
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-600\/0{
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10{
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100{
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/20{
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25{
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30{
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/40{
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/5{
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50{
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/60{
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/70{
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75{
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80{
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/90{
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95{
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-7{
  --tw-bg-opacity: 1;
  background-color: rgb(112 191 229 / var(--tw-bg-opacity));
}
.bg-blue-7\/0{
  background-color: rgb(112 191 229 / 0);
}
.bg-blue-7\/10{
  background-color: rgb(112 191 229 / 0.1);
}
.bg-blue-7\/100{
  background-color: rgb(112 191 229 / 1);
}
.bg-blue-7\/20{
  background-color: rgb(112 191 229 / 0.2);
}
.bg-blue-7\/25{
  background-color: rgb(112 191 229 / 0.25);
}
.bg-blue-7\/30{
  background-color: rgb(112 191 229 / 0.3);
}
.bg-blue-7\/40{
  background-color: rgb(112 191 229 / 0.4);
}
.bg-blue-7\/5{
  background-color: rgb(112 191 229 / 0.05);
}
.bg-blue-7\/50{
  background-color: rgb(112 191 229 / 0.5);
}
.bg-blue-7\/60{
  background-color: rgb(112 191 229 / 0.6);
}
.bg-blue-7\/70{
  background-color: rgb(112 191 229 / 0.7);
}
.bg-blue-7\/75{
  background-color: rgb(112 191 229 / 0.75);
}
.bg-blue-7\/80{
  background-color: rgb(112 191 229 / 0.8);
}
.bg-blue-7\/90{
  background-color: rgb(112 191 229 / 0.9);
}
.bg-blue-7\/95{
  background-color: rgb(112 191 229 / 0.95);
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-700\/0{
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10{
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100{
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/20{
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25{
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30{
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/40{
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/5{
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50{
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/60{
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/70{
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75{
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80{
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/90{
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95{
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-8{
  --tw-bg-opacity: 1;
  background-color: rgb(157 212 237 / var(--tw-bg-opacity));
}
.bg-blue-8\/0{
  background-color: rgb(157 212 237 / 0);
}
.bg-blue-8\/10{
  background-color: rgb(157 212 237 / 0.1);
}
.bg-blue-8\/100{
  background-color: rgb(157 212 237 / 1);
}
.bg-blue-8\/20{
  background-color: rgb(157 212 237 / 0.2);
}
.bg-blue-8\/25{
  background-color: rgb(157 212 237 / 0.25);
}
.bg-blue-8\/30{
  background-color: rgb(157 212 237 / 0.3);
}
.bg-blue-8\/40{
  background-color: rgb(157 212 237 / 0.4);
}
.bg-blue-8\/5{
  background-color: rgb(157 212 237 / 0.05);
}
.bg-blue-8\/50{
  background-color: rgb(157 212 237 / 0.5);
}
.bg-blue-8\/60{
  background-color: rgb(157 212 237 / 0.6);
}
.bg-blue-8\/70{
  background-color: rgb(157 212 237 / 0.7);
}
.bg-blue-8\/75{
  background-color: rgb(157 212 237 / 0.75);
}
.bg-blue-8\/80{
  background-color: rgb(157 212 237 / 0.8);
}
.bg-blue-8\/90{
  background-color: rgb(157 212 237 / 0.9);
}
.bg-blue-8\/95{
  background-color: rgb(157 212 237 / 0.95);
}
.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-blue-800\/0{
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10{
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100{
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/20{
  background-color: rgb(30 64 175 / 0.2);
}
.bg-blue-800\/25{
  background-color: rgb(30 64 175 / 0.25);
}
.bg-blue-800\/30{
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/40{
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/5{
  background-color: rgb(30 64 175 / 0.05);
}
.bg-blue-800\/50{
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/60{
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-800\/70{
  background-color: rgb(30 64 175 / 0.7);
}
.bg-blue-800\/75{
  background-color: rgb(30 64 175 / 0.75);
}
.bg-blue-800\/80{
  background-color: rgb(30 64 175 / 0.8);
}
.bg-blue-800\/90{
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95{
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-9{
  --tw-bg-opacity: 1;
  background-color: rgb(201 231 245 / var(--tw-bg-opacity));
}
.bg-blue-9\/0{
  background-color: rgb(201 231 245 / 0);
}
.bg-blue-9\/10{
  background-color: rgb(201 231 245 / 0.1);
}
.bg-blue-9\/100{
  background-color: rgb(201 231 245 / 1);
}
.bg-blue-9\/20{
  background-color: rgb(201 231 245 / 0.2);
}
.bg-blue-9\/25{
  background-color: rgb(201 231 245 / 0.25);
}
.bg-blue-9\/30{
  background-color: rgb(201 231 245 / 0.3);
}
.bg-blue-9\/40{
  background-color: rgb(201 231 245 / 0.4);
}
.bg-blue-9\/5{
  background-color: rgb(201 231 245 / 0.05);
}
.bg-blue-9\/50{
  background-color: rgb(201 231 245 / 0.5);
}
.bg-blue-9\/60{
  background-color: rgb(201 231 245 / 0.6);
}
.bg-blue-9\/70{
  background-color: rgb(201 231 245 / 0.7);
}
.bg-blue-9\/75{
  background-color: rgb(201 231 245 / 0.75);
}
.bg-blue-9\/80{
  background-color: rgb(201 231 245 / 0.8);
}
.bg-blue-9\/90{
  background-color: rgb(201 231 245 / 0.9);
}
.bg-blue-9\/95{
  background-color: rgb(201 231 245 / 0.95);
}
.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-blue-900\/0{
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10{
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100{
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/25{
  background-color: rgb(30 58 138 / 0.25);
}
.bg-blue-900\/30{
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/40{
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/5{
  background-color: rgb(30 58 138 / 0.05);
}
.bg-blue-900\/50{
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/60{
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/70{
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-900\/75{
  background-color: rgb(30 58 138 / 0.75);
}
.bg-blue-900\/80{
  background-color: rgb(30 58 138 / 0.8);
}
.bg-blue-900\/90{
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95{
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-950{
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.bg-blue-950\/0{
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10{
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100{
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/20{
  background-color: rgb(23 37 84 / 0.2);
}
.bg-blue-950\/25{
  background-color: rgb(23 37 84 / 0.25);
}
.bg-blue-950\/30{
  background-color: rgb(23 37 84 / 0.3);
}
.bg-blue-950\/40{
  background-color: rgb(23 37 84 / 0.4);
}
.bg-blue-950\/5{
  background-color: rgb(23 37 84 / 0.05);
}
.bg-blue-950\/50{
  background-color: rgb(23 37 84 / 0.5);
}
.bg-blue-950\/60{
  background-color: rgb(23 37 84 / 0.6);
}
.bg-blue-950\/70{
  background-color: rgb(23 37 84 / 0.7);
}
.bg-blue-950\/75{
  background-color: rgb(23 37 84 / 0.75);
}
.bg-blue-950\/80{
  background-color: rgb(23 37 84 / 0.8);
}
.bg-blue-950\/90{
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95{
  background-color: rgb(23 37 84 / 0.95);
}
.bg-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(195 32 47 / var(--tw-bg-opacity));
}
.bg-danger-fill{
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 236 / var(--tw-bg-opacity));
}
.bg-green-1{
  --tw-bg-opacity: 1;
  background-color: rgb(36 80 38 / var(--tw-bg-opacity));
}
.bg-green-1\/0{
  background-color: rgb(36 80 38 / 0);
}
.bg-green-1\/10{
  background-color: rgb(36 80 38 / 0.1);
}
.bg-green-1\/100{
  background-color: rgb(36 80 38 / 1);
}
.bg-green-1\/20{
  background-color: rgb(36 80 38 / 0.2);
}
.bg-green-1\/25{
  background-color: rgb(36 80 38 / 0.25);
}
.bg-green-1\/30{
  background-color: rgb(36 80 38 / 0.3);
}
.bg-green-1\/40{
  background-color: rgb(36 80 38 / 0.4);
}
.bg-green-1\/5{
  background-color: rgb(36 80 38 / 0.05);
}
.bg-green-1\/50{
  background-color: rgb(36 80 38 / 0.5);
}
.bg-green-1\/60{
  background-color: rgb(36 80 38 / 0.6);
}
.bg-green-1\/70{
  background-color: rgb(36 80 38 / 0.7);
}
.bg-green-1\/75{
  background-color: rgb(36 80 38 / 0.75);
}
.bg-green-1\/80{
  background-color: rgb(36 80 38 / 0.8);
}
.bg-green-1\/90{
  background-color: rgb(36 80 38 / 0.9);
}
.bg-green-1\/95{
  background-color: rgb(36 80 38 / 0.95);
}
.bg-green-10{
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 238 / var(--tw-bg-opacity));
}
.bg-green-10\/0{
  background-color: rgb(238 247 238 / 0);
}
.bg-green-10\/10{
  background-color: rgb(238 247 238 / 0.1);
}
.bg-green-10\/100{
  background-color: rgb(238 247 238 / 1);
}
.bg-green-10\/20{
  background-color: rgb(238 247 238 / 0.2);
}
.bg-green-10\/25{
  background-color: rgb(238 247 238 / 0.25);
}
.bg-green-10\/30{
  background-color: rgb(238 247 238 / 0.3);
}
.bg-green-10\/40{
  background-color: rgb(238 247 238 / 0.4);
}
.bg-green-10\/5{
  background-color: rgb(238 247 238 / 0.05);
}
.bg-green-10\/50{
  background-color: rgb(238 247 238 / 0.5);
}
.bg-green-10\/60{
  background-color: rgb(238 247 238 / 0.6);
}
.bg-green-10\/70{
  background-color: rgb(238 247 238 / 0.7);
}
.bg-green-10\/75{
  background-color: rgb(238 247 238 / 0.75);
}
.bg-green-10\/80{
  background-color: rgb(238 247 238 / 0.8);
}
.bg-green-10\/90{
  background-color: rgb(238 247 238 / 0.9);
}
.bg-green-10\/95{
  background-color: rgb(238 247 238 / 0.95);
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-100\/0{
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10{
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100{
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/20{
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25{
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30{
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/40{
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/5{
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50{
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/60{
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/70{
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75{
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80{
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/90{
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95{
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-11{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 245 / var(--tw-bg-opacity));
}
.bg-green-11\/0{
  background-color: rgb(245 250 245 / 0);
}
.bg-green-11\/10{
  background-color: rgb(245 250 245 / 0.1);
}
.bg-green-11\/100{
  background-color: rgb(245 250 245 / 1);
}
.bg-green-11\/20{
  background-color: rgb(245 250 245 / 0.2);
}
.bg-green-11\/25{
  background-color: rgb(245 250 245 / 0.25);
}
.bg-green-11\/30{
  background-color: rgb(245 250 245 / 0.3);
}
.bg-green-11\/40{
  background-color: rgb(245 250 245 / 0.4);
}
.bg-green-11\/5{
  background-color: rgb(245 250 245 / 0.05);
}
.bg-green-11\/50{
  background-color: rgb(245 250 245 / 0.5);
}
.bg-green-11\/60{
  background-color: rgb(245 250 245 / 0.6);
}
.bg-green-11\/70{
  background-color: rgb(245 250 245 / 0.7);
}
.bg-green-11\/75{
  background-color: rgb(245 250 245 / 0.75);
}
.bg-green-11\/80{
  background-color: rgb(245 250 245 / 0.8);
}
.bg-green-11\/90{
  background-color: rgb(245 250 245 / 0.9);
}
.bg-green-11\/95{
  background-color: rgb(245 250 245 / 0.95);
}
.bg-green-2{
  --tw-bg-opacity: 1;
  background-color: rgb(46 101 48 / var(--tw-bg-opacity));
}
.bg-green-2\/0{
  background-color: rgb(46 101 48 / 0);
}
.bg-green-2\/10{
  background-color: rgb(46 101 48 / 0.1);
}
.bg-green-2\/100{
  background-color: rgb(46 101 48 / 1);
}
.bg-green-2\/20{
  background-color: rgb(46 101 48 / 0.2);
}
.bg-green-2\/25{
  background-color: rgb(46 101 48 / 0.25);
}
.bg-green-2\/30{
  background-color: rgb(46 101 48 / 0.3);
}
.bg-green-2\/40{
  background-color: rgb(46 101 48 / 0.4);
}
.bg-green-2\/5{
  background-color: rgb(46 101 48 / 0.05);
}
.bg-green-2\/50{
  background-color: rgb(46 101 48 / 0.5);
}
.bg-green-2\/60{
  background-color: rgb(46 101 48 / 0.6);
}
.bg-green-2\/70{
  background-color: rgb(46 101 48 / 0.7);
}
.bg-green-2\/75{
  background-color: rgb(46 101 48 / 0.75);
}
.bg-green-2\/80{
  background-color: rgb(46 101 48 / 0.8);
}
.bg-green-2\/90{
  background-color: rgb(46 101 48 / 0.9);
}
.bg-green-2\/95{
  background-color: rgb(46 101 48 / 0.95);
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0{
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10{
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100{
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/20{
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25{
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30{
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/40{
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/5{
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50{
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/60{
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/70{
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75{
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80{
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/90{
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95{
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-3{
  --tw-bg-opacity: 1;
  background-color: rgb(58 126 60 / var(--tw-bg-opacity));
}
.bg-green-3\/0{
  background-color: rgb(58 126 60 / 0);
}
.bg-green-3\/10{
  background-color: rgb(58 126 60 / 0.1);
}
.bg-green-3\/100{
  background-color: rgb(58 126 60 / 1);
}
.bg-green-3\/20{
  background-color: rgb(58 126 60 / 0.2);
}
.bg-green-3\/25{
  background-color: rgb(58 126 60 / 0.25);
}
.bg-green-3\/30{
  background-color: rgb(58 126 60 / 0.3);
}
.bg-green-3\/40{
  background-color: rgb(58 126 60 / 0.4);
}
.bg-green-3\/5{
  background-color: rgb(58 126 60 / 0.05);
}
.bg-green-3\/50{
  background-color: rgb(58 126 60 / 0.5);
}
.bg-green-3\/60{
  background-color: rgb(58 126 60 / 0.6);
}
.bg-green-3\/70{
  background-color: rgb(58 126 60 / 0.7);
}
.bg-green-3\/75{
  background-color: rgb(58 126 60 / 0.75);
}
.bg-green-3\/80{
  background-color: rgb(58 126 60 / 0.8);
}
.bg-green-3\/90{
  background-color: rgb(58 126 60 / 0.9);
}
.bg-green-3\/95{
  background-color: rgb(58 126 60 / 0.95);
}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-300\/0{
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10{
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100{
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/20{
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25{
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30{
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/40{
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/5{
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50{
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/60{
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/70{
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75{
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80{
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/90{
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95{
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-4{
  --tw-bg-opacity: 1;
  background-color: rgb(69 151 72 / var(--tw-bg-opacity));
}
.bg-green-4\/0{
  background-color: rgb(69 151 72 / 0);
}
.bg-green-4\/10{
  background-color: rgb(69 151 72 / 0.1);
}
.bg-green-4\/100{
  background-color: rgb(69 151 72 / 1);
}
.bg-green-4\/20{
  background-color: rgb(69 151 72 / 0.2);
}
.bg-green-4\/25{
  background-color: rgb(69 151 72 / 0.25);
}
.bg-green-4\/30{
  background-color: rgb(69 151 72 / 0.3);
}
.bg-green-4\/40{
  background-color: rgb(69 151 72 / 0.4);
}
.bg-green-4\/5{
  background-color: rgb(69 151 72 / 0.05);
}
.bg-green-4\/50{
  background-color: rgb(69 151 72 / 0.5);
}
.bg-green-4\/60{
  background-color: rgb(69 151 72 / 0.6);
}
.bg-green-4\/70{
  background-color: rgb(69 151 72 / 0.7);
}
.bg-green-4\/75{
  background-color: rgb(69 151 72 / 0.75);
}
.bg-green-4\/80{
  background-color: rgb(69 151 72 / 0.8);
}
.bg-green-4\/90{
  background-color: rgb(69 151 72 / 0.9);
}
.bg-green-4\/95{
  background-color: rgb(69 151 72 / 0.95);
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-green-400\/0{
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10{
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100{
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/20{
  background-color: rgb(74 222 128 / 0.2);
}
.bg-green-400\/25{
  background-color: rgb(74 222 128 / 0.25);
}
.bg-green-400\/30{
  background-color: rgb(74 222 128 / 0.3);
}
.bg-green-400\/40{
  background-color: rgb(74 222 128 / 0.4);
}
.bg-green-400\/5{
  background-color: rgb(74 222 128 / 0.05);
}
.bg-green-400\/50{
  background-color: rgb(74 222 128 / 0.5);
}
.bg-green-400\/60{
  background-color: rgb(74 222 128 / 0.6);
}
.bg-green-400\/70{
  background-color: rgb(74 222 128 / 0.7);
}
.bg-green-400\/75{
  background-color: rgb(74 222 128 / 0.75);
}
.bg-green-400\/80{
  background-color: rgb(74 222 128 / 0.8);
}
.bg-green-400\/90{
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95{
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-5{
  --tw-bg-opacity: 1;
  background-color: rgb(81 178 85 / var(--tw-bg-opacity));
}
.bg-green-5\/0{
  background-color: rgb(81 178 85 / 0);
}
.bg-green-5\/10{
  background-color: rgb(81 178 85 / 0.1);
}
.bg-green-5\/100{
  background-color: rgb(81 178 85 / 1);
}
.bg-green-5\/20{
  background-color: rgb(81 178 85 / 0.2);
}
.bg-green-5\/25{
  background-color: rgb(81 178 85 / 0.25);
}
.bg-green-5\/30{
  background-color: rgb(81 178 85 / 0.3);
}
.bg-green-5\/40{
  background-color: rgb(81 178 85 / 0.4);
}
.bg-green-5\/5{
  background-color: rgb(81 178 85 / 0.05);
}
.bg-green-5\/50{
  background-color: rgb(81 178 85 / 0.5);
}
.bg-green-5\/60{
  background-color: rgb(81 178 85 / 0.6);
}
.bg-green-5\/70{
  background-color: rgb(81 178 85 / 0.7);
}
.bg-green-5\/75{
  background-color: rgb(81 178 85 / 0.75);
}
.bg-green-5\/80{
  background-color: rgb(81 178 85 / 0.8);
}
.bg-green-5\/90{
  background-color: rgb(81 178 85 / 0.9);
}
.bg-green-5\/95{
  background-color: rgb(81 178 85 / 0.95);
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-50\/0{
  background-color: rgb(240 253 244 / 0);
}
.bg-green-50\/10{
  background-color: rgb(240 253 244 / 0.1);
}
.bg-green-50\/100{
  background-color: rgb(240 253 244 / 1);
}
.bg-green-50\/20{
  background-color: rgb(240 253 244 / 0.2);
}
.bg-green-50\/25{
  background-color: rgb(240 253 244 / 0.25);
}
.bg-green-50\/30{
  background-color: rgb(240 253 244 / 0.3);
}
.bg-green-50\/40{
  background-color: rgb(240 253 244 / 0.4);
}
.bg-green-50\/5{
  background-color: rgb(240 253 244 / 0.05);
}
.bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-50\/60{
  background-color: rgb(240 253 244 / 0.6);
}
.bg-green-50\/70{
  background-color: rgb(240 253 244 / 0.7);
}
.bg-green-50\/75{
  background-color: rgb(240 253 244 / 0.75);
}
.bg-green-50\/80{
  background-color: rgb(240 253 244 / 0.8);
}
.bg-green-50\/90{
  background-color: rgb(240 253 244 / 0.9);
}
.bg-green-50\/95{
  background-color: rgb(240 253 244 / 0.95);
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-500\/0{
  background-color: rgb(34 197 94 / 0);
}
.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/100{
  background-color: rgb(34 197 94 / 1);
}
.bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/25{
  background-color: rgb(34 197 94 / 0.25);
}
.bg-green-500\/30{
  background-color: rgb(34 197 94 / 0.3);
}
.bg-green-500\/40{
  background-color: rgb(34 197 94 / 0.4);
}
.bg-green-500\/5{
  background-color: rgb(34 197 94 / 0.05);
}
.bg-green-500\/50{
  background-color: rgb(34 197 94 / 0.5);
}
.bg-green-500\/60{
  background-color: rgb(34 197 94 / 0.6);
}
.bg-green-500\/70{
  background-color: rgb(34 197 94 / 0.7);
}
.bg-green-500\/75{
  background-color: rgb(34 197 94 / 0.75);
}
.bg-green-500\/80{
  background-color: rgb(34 197 94 / 0.8);
}
.bg-green-500\/90{
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-500\/95{
  background-color: rgb(34 197 94 / 0.95);
}
.bg-green-6{
  --tw-bg-opacity: 1;
  background-color: rgb(112 192 116 / var(--tw-bg-opacity));
}
.bg-green-6\/0{
  background-color: rgb(112 192 116 / 0);
}
.bg-green-6\/10{
  background-color: rgb(112 192 116 / 0.1);
}
.bg-green-6\/100{
  background-color: rgb(112 192 116 / 1);
}
.bg-green-6\/20{
  background-color: rgb(112 192 116 / 0.2);
}
.bg-green-6\/25{
  background-color: rgb(112 192 116 / 0.25);
}
.bg-green-6\/30{
  background-color: rgb(112 192 116 / 0.3);
}
.bg-green-6\/40{
  background-color: rgb(112 192 116 / 0.4);
}
.bg-green-6\/5{
  background-color: rgb(112 192 116 / 0.05);
}
.bg-green-6\/50{
  background-color: rgb(112 192 116 / 0.5);
}
.bg-green-6\/60{
  background-color: rgb(112 192 116 / 0.6);
}
.bg-green-6\/70{
  background-color: rgb(112 192 116 / 0.7);
}
.bg-green-6\/75{
  background-color: rgb(112 192 116 / 0.75);
}
.bg-green-6\/80{
  background-color: rgb(112 192 116 / 0.8);
}
.bg-green-6\/90{
  background-color: rgb(112 192 116 / 0.9);
}
.bg-green-6\/95{
  background-color: rgb(112 192 116 / 0.95);
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-600\/0{
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10{
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100{
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/20{
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-600\/25{
  background-color: rgb(22 163 74 / 0.25);
}
.bg-green-600\/30{
  background-color: rgb(22 163 74 / 0.3);
}
.bg-green-600\/40{
  background-color: rgb(22 163 74 / 0.4);
}
.bg-green-600\/5{
  background-color: rgb(22 163 74 / 0.05);
}
.bg-green-600\/50{
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/60{
  background-color: rgb(22 163 74 / 0.6);
}
.bg-green-600\/70{
  background-color: rgb(22 163 74 / 0.7);
}
.bg-green-600\/75{
  background-color: rgb(22 163 74 / 0.75);
}
.bg-green-600\/80{
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-600\/90{
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95{
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-7{
  --tw-bg-opacity: 1;
  background-color: rgb(145 206 148 / var(--tw-bg-opacity));
}
.bg-green-7\/0{
  background-color: rgb(145 206 148 / 0);
}
.bg-green-7\/10{
  background-color: rgb(145 206 148 / 0.1);
}
.bg-green-7\/100{
  background-color: rgb(145 206 148 / 1);
}
.bg-green-7\/20{
  background-color: rgb(145 206 148 / 0.2);
}
.bg-green-7\/25{
  background-color: rgb(145 206 148 / 0.25);
}
.bg-green-7\/30{
  background-color: rgb(145 206 148 / 0.3);
}
.bg-green-7\/40{
  background-color: rgb(145 206 148 / 0.4);
}
.bg-green-7\/5{
  background-color: rgb(145 206 148 / 0.05);
}
.bg-green-7\/50{
  background-color: rgb(145 206 148 / 0.5);
}
.bg-green-7\/60{
  background-color: rgb(145 206 148 / 0.6);
}
.bg-green-7\/70{
  background-color: rgb(145 206 148 / 0.7);
}
.bg-green-7\/75{
  background-color: rgb(145 206 148 / 0.75);
}
.bg-green-7\/80{
  background-color: rgb(145 206 148 / 0.8);
}
.bg-green-7\/90{
  background-color: rgb(145 206 148 / 0.9);
}
.bg-green-7\/95{
  background-color: rgb(145 206 148 / 0.95);
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-green-700\/0{
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10{
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100{
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/20{
  background-color: rgb(21 128 61 / 0.2);
}
.bg-green-700\/25{
  background-color: rgb(21 128 61 / 0.25);
}
.bg-green-700\/30{
  background-color: rgb(21 128 61 / 0.3);
}
.bg-green-700\/40{
  background-color: rgb(21 128 61 / 0.4);
}
.bg-green-700\/5{
  background-color: rgb(21 128 61 / 0.05);
}
.bg-green-700\/50{
  background-color: rgb(21 128 61 / 0.5);
}
.bg-green-700\/60{
  background-color: rgb(21 128 61 / 0.6);
}
.bg-green-700\/70{
  background-color: rgb(21 128 61 / 0.7);
}
.bg-green-700\/75{
  background-color: rgb(21 128 61 / 0.75);
}
.bg-green-700\/80{
  background-color: rgb(21 128 61 / 0.8);
}
.bg-green-700\/90{
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95{
  background-color: rgb(21 128 61 / 0.95);
}
.bg-green-8{
  --tw-bg-opacity: 1;
  background-color: rgb(180 222 182 / var(--tw-bg-opacity));
}
.bg-green-8\/0{
  background-color: rgb(180 222 182 / 0);
}
.bg-green-8\/10{
  background-color: rgb(180 222 182 / 0.1);
}
.bg-green-8\/100{
  background-color: rgb(180 222 182 / 1);
}
.bg-green-8\/20{
  background-color: rgb(180 222 182 / 0.2);
}
.bg-green-8\/25{
  background-color: rgb(180 222 182 / 0.25);
}
.bg-green-8\/30{
  background-color: rgb(180 222 182 / 0.3);
}
.bg-green-8\/40{
  background-color: rgb(180 222 182 / 0.4);
}
.bg-green-8\/5{
  background-color: rgb(180 222 182 / 0.05);
}
.bg-green-8\/50{
  background-color: rgb(180 222 182 / 0.5);
}
.bg-green-8\/60{
  background-color: rgb(180 222 182 / 0.6);
}
.bg-green-8\/70{
  background-color: rgb(180 222 182 / 0.7);
}
.bg-green-8\/75{
  background-color: rgb(180 222 182 / 0.75);
}
.bg-green-8\/80{
  background-color: rgb(180 222 182 / 0.8);
}
.bg-green-8\/90{
  background-color: rgb(180 222 182 / 0.9);
}
.bg-green-8\/95{
  background-color: rgb(180 222 182 / 0.95);
}
.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-green-800\/0{
  background-color: rgb(22 101 52 / 0);
}
.bg-green-800\/10{
  background-color: rgb(22 101 52 / 0.1);
}
.bg-green-800\/100{
  background-color: rgb(22 101 52 / 1);
}
.bg-green-800\/20{
  background-color: rgb(22 101 52 / 0.2);
}
.bg-green-800\/25{
  background-color: rgb(22 101 52 / 0.25);
}
.bg-green-800\/30{
  background-color: rgb(22 101 52 / 0.3);
}
.bg-green-800\/40{
  background-color: rgb(22 101 52 / 0.4);
}
.bg-green-800\/5{
  background-color: rgb(22 101 52 / 0.05);
}
.bg-green-800\/50{
  background-color: rgb(22 101 52 / 0.5);
}
.bg-green-800\/60{
  background-color: rgb(22 101 52 / 0.6);
}
.bg-green-800\/70{
  background-color: rgb(22 101 52 / 0.7);
}
.bg-green-800\/75{
  background-color: rgb(22 101 52 / 0.75);
}
.bg-green-800\/80{
  background-color: rgb(22 101 52 / 0.8);
}
.bg-green-800\/90{
  background-color: rgb(22 101 52 / 0.9);
}
.bg-green-800\/95{
  background-color: rgb(22 101 52 / 0.95);
}
.bg-green-9{
  --tw-bg-opacity: 1;
  background-color: rgb(213 237 214 / var(--tw-bg-opacity));
}
.bg-green-9\/0{
  background-color: rgb(213 237 214 / 0);
}
.bg-green-9\/10{
  background-color: rgb(213 237 214 / 0.1);
}
.bg-green-9\/100{
  background-color: rgb(213 237 214 / 1);
}
.bg-green-9\/20{
  background-color: rgb(213 237 214 / 0.2);
}
.bg-green-9\/25{
  background-color: rgb(213 237 214 / 0.25);
}
.bg-green-9\/30{
  background-color: rgb(213 237 214 / 0.3);
}
.bg-green-9\/40{
  background-color: rgb(213 237 214 / 0.4);
}
.bg-green-9\/5{
  background-color: rgb(213 237 214 / 0.05);
}
.bg-green-9\/50{
  background-color: rgb(213 237 214 / 0.5);
}
.bg-green-9\/60{
  background-color: rgb(213 237 214 / 0.6);
}
.bg-green-9\/70{
  background-color: rgb(213 237 214 / 0.7);
}
.bg-green-9\/75{
  background-color: rgb(213 237 214 / 0.75);
}
.bg-green-9\/80{
  background-color: rgb(213 237 214 / 0.8);
}
.bg-green-9\/90{
  background-color: rgb(213 237 214 / 0.9);
}
.bg-green-9\/95{
  background-color: rgb(213 237 214 / 0.95);
}
.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.bg-green-900\/0{
  background-color: rgb(20 83 45 / 0);
}
.bg-green-900\/10{
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/100{
  background-color: rgb(20 83 45 / 1);
}
.bg-green-900\/20{
  background-color: rgb(20 83 45 / 0.2);
}
.bg-green-900\/25{
  background-color: rgb(20 83 45 / 0.25);
}
.bg-green-900\/30{
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/40{
  background-color: rgb(20 83 45 / 0.4);
}
.bg-green-900\/5{
  background-color: rgb(20 83 45 / 0.05);
}
.bg-green-900\/50{
  background-color: rgb(20 83 45 / 0.5);
}
.bg-green-900\/60{
  background-color: rgb(20 83 45 / 0.6);
}
.bg-green-900\/70{
  background-color: rgb(20 83 45 / 0.7);
}
.bg-green-900\/75{
  background-color: rgb(20 83 45 / 0.75);
}
.bg-green-900\/80{
  background-color: rgb(20 83 45 / 0.8);
}
.bg-green-900\/90{
  background-color: rgb(20 83 45 / 0.9);
}
.bg-green-900\/95{
  background-color: rgb(20 83 45 / 0.95);
}
.bg-green-950{
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.bg-green-950\/0{
  background-color: rgb(5 46 22 / 0);
}
.bg-green-950\/10{
  background-color: rgb(5 46 22 / 0.1);
}
.bg-green-950\/100{
  background-color: rgb(5 46 22 / 1);
}
.bg-green-950\/20{
  background-color: rgb(5 46 22 / 0.2);
}
.bg-green-950\/25{
  background-color: rgb(5 46 22 / 0.25);
}
.bg-green-950\/30{
  background-color: rgb(5 46 22 / 0.3);
}
.bg-green-950\/40{
  background-color: rgb(5 46 22 / 0.4);
}
.bg-green-950\/5{
  background-color: rgb(5 46 22 / 0.05);
}
.bg-green-950\/50{
  background-color: rgb(5 46 22 / 0.5);
}
.bg-green-950\/60{
  background-color: rgb(5 46 22 / 0.6);
}
.bg-green-950\/70{
  background-color: rgb(5 46 22 / 0.7);
}
.bg-green-950\/75{
  background-color: rgb(5 46 22 / 0.75);
}
.bg-green-950\/80{
  background-color: rgb(5 46 22 / 0.8);
}
.bg-green-950\/90{
  background-color: rgb(5 46 22 / 0.9);
}
.bg-green-950\/95{
  background-color: rgb(5 46 22 / 0.95);
}
.bg-inherit{
  background-color: inherit;
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-orange-1{
  --tw-bg-opacity: 1;
  background-color: rgb(111 67 28 / var(--tw-bg-opacity));
}
.bg-orange-1\/0{
  background-color: rgb(111 67 28 / 0);
}
.bg-orange-1\/10{
  background-color: rgb(111 67 28 / 0.1);
}
.bg-orange-1\/100{
  background-color: rgb(111 67 28 / 1);
}
.bg-orange-1\/20{
  background-color: rgb(111 67 28 / 0.2);
}
.bg-orange-1\/25{
  background-color: rgb(111 67 28 / 0.25);
}
.bg-orange-1\/30{
  background-color: rgb(111 67 28 / 0.3);
}
.bg-orange-1\/40{
  background-color: rgb(111 67 28 / 0.4);
}
.bg-orange-1\/5{
  background-color: rgb(111 67 28 / 0.05);
}
.bg-orange-1\/50{
  background-color: rgb(111 67 28 / 0.5);
}
.bg-orange-1\/60{
  background-color: rgb(111 67 28 / 0.6);
}
.bg-orange-1\/70{
  background-color: rgb(111 67 28 / 0.7);
}
.bg-orange-1\/75{
  background-color: rgb(111 67 28 / 0.75);
}
.bg-orange-1\/80{
  background-color: rgb(111 67 28 / 0.8);
}
.bg-orange-1\/90{
  background-color: rgb(111 67 28 / 0.9);
}
.bg-orange-1\/95{
  background-color: rgb(111 67 28 / 0.95);
}
.bg-orange-10{
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 231 / var(--tw-bg-opacity));
}
.bg-orange-10\/0{
  background-color: rgb(254 241 231 / 0);
}
.bg-orange-10\/10{
  background-color: rgb(254 241 231 / 0.1);
}
.bg-orange-10\/100{
  background-color: rgb(254 241 231 / 1);
}
.bg-orange-10\/20{
  background-color: rgb(254 241 231 / 0.2);
}
.bg-orange-10\/25{
  background-color: rgb(254 241 231 / 0.25);
}
.bg-orange-10\/30{
  background-color: rgb(254 241 231 / 0.3);
}
.bg-orange-10\/40{
  background-color: rgb(254 241 231 / 0.4);
}
.bg-orange-10\/5{
  background-color: rgb(254 241 231 / 0.05);
}
.bg-orange-10\/50{
  background-color: rgb(254 241 231 / 0.5);
}
.bg-orange-10\/60{
  background-color: rgb(254 241 231 / 0.6);
}
.bg-orange-10\/70{
  background-color: rgb(254 241 231 / 0.7);
}
.bg-orange-10\/75{
  background-color: rgb(254 241 231 / 0.75);
}
.bg-orange-10\/80{
  background-color: rgb(254 241 231 / 0.8);
}
.bg-orange-10\/90{
  background-color: rgb(254 241 231 / 0.9);
}
.bg-orange-10\/95{
  background-color: rgb(254 241 231 / 0.95);
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-100\/0{
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10{
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100{
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/20{
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25{
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30{
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/40{
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/5{
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50{
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/60{
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/70{
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75{
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80{
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/90{
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95{
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-11{
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 240 / var(--tw-bg-opacity));
}
.bg-orange-11\/0{
  background-color: rgb(254 247 240 / 0);
}
.bg-orange-11\/10{
  background-color: rgb(254 247 240 / 0.1);
}
.bg-orange-11\/100{
  background-color: rgb(254 247 240 / 1);
}
.bg-orange-11\/20{
  background-color: rgb(254 247 240 / 0.2);
}
.bg-orange-11\/25{
  background-color: rgb(254 247 240 / 0.25);
}
.bg-orange-11\/30{
  background-color: rgb(254 247 240 / 0.3);
}
.bg-orange-11\/40{
  background-color: rgb(254 247 240 / 0.4);
}
.bg-orange-11\/5{
  background-color: rgb(254 247 240 / 0.05);
}
.bg-orange-11\/50{
  background-color: rgb(254 247 240 / 0.5);
}
.bg-orange-11\/60{
  background-color: rgb(254 247 240 / 0.6);
}
.bg-orange-11\/70{
  background-color: rgb(254 247 240 / 0.7);
}
.bg-orange-11\/75{
  background-color: rgb(254 247 240 / 0.75);
}
.bg-orange-11\/80{
  background-color: rgb(254 247 240 / 0.8);
}
.bg-orange-11\/90{
  background-color: rgb(254 247 240 / 0.9);
}
.bg-orange-11\/95{
  background-color: rgb(254 247 240 / 0.95);
}
.bg-orange-2{
  --tw-bg-opacity: 1;
  background-color: rgb(141 84 35 / var(--tw-bg-opacity));
}
.bg-orange-2\/0{
  background-color: rgb(141 84 35 / 0);
}
.bg-orange-2\/10{
  background-color: rgb(141 84 35 / 0.1);
}
.bg-orange-2\/100{
  background-color: rgb(141 84 35 / 1);
}
.bg-orange-2\/20{
  background-color: rgb(141 84 35 / 0.2);
}
.bg-orange-2\/25{
  background-color: rgb(141 84 35 / 0.25);
}
.bg-orange-2\/30{
  background-color: rgb(141 84 35 / 0.3);
}
.bg-orange-2\/40{
  background-color: rgb(141 84 35 / 0.4);
}
.bg-orange-2\/5{
  background-color: rgb(141 84 35 / 0.05);
}
.bg-orange-2\/50{
  background-color: rgb(141 84 35 / 0.5);
}
.bg-orange-2\/60{
  background-color: rgb(141 84 35 / 0.6);
}
.bg-orange-2\/70{
  background-color: rgb(141 84 35 / 0.7);
}
.bg-orange-2\/75{
  background-color: rgb(141 84 35 / 0.75);
}
.bg-orange-2\/80{
  background-color: rgb(141 84 35 / 0.8);
}
.bg-orange-2\/90{
  background-color: rgb(141 84 35 / 0.9);
}
.bg-orange-2\/95{
  background-color: rgb(141 84 35 / 0.95);
}
.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-200\/0{
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10{
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100{
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/20{
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25{
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30{
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/40{
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/5{
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50{
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/60{
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/70{
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75{
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80{
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/90{
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95{
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-3{
  --tw-bg-opacity: 1;
  background-color: rgb(175 105 44 / var(--tw-bg-opacity));
}
.bg-orange-3\/0{
  background-color: rgb(175 105 44 / 0);
}
.bg-orange-3\/10{
  background-color: rgb(175 105 44 / 0.1);
}
.bg-orange-3\/100{
  background-color: rgb(175 105 44 / 1);
}
.bg-orange-3\/20{
  background-color: rgb(175 105 44 / 0.2);
}
.bg-orange-3\/25{
  background-color: rgb(175 105 44 / 0.25);
}
.bg-orange-3\/30{
  background-color: rgb(175 105 44 / 0.3);
}
.bg-orange-3\/40{
  background-color: rgb(175 105 44 / 0.4);
}
.bg-orange-3\/5{
  background-color: rgb(175 105 44 / 0.05);
}
.bg-orange-3\/50{
  background-color: rgb(175 105 44 / 0.5);
}
.bg-orange-3\/60{
  background-color: rgb(175 105 44 / 0.6);
}
.bg-orange-3\/70{
  background-color: rgb(175 105 44 / 0.7);
}
.bg-orange-3\/75{
  background-color: rgb(175 105 44 / 0.75);
}
.bg-orange-3\/80{
  background-color: rgb(175 105 44 / 0.8);
}
.bg-orange-3\/90{
  background-color: rgb(175 105 44 / 0.9);
}
.bg-orange-3\/95{
  background-color: rgb(175 105 44 / 0.95);
}
.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-300\/0{
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10{
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100{
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/20{
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25{
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30{
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/40{
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/5{
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50{
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/60{
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/70{
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75{
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80{
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/90{
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95{
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-4{
  --tw-bg-opacity: 1;
  background-color: rgb(210 126 53 / var(--tw-bg-opacity));
}
.bg-orange-4\/0{
  background-color: rgb(210 126 53 / 0);
}
.bg-orange-4\/10{
  background-color: rgb(210 126 53 / 0.1);
}
.bg-orange-4\/100{
  background-color: rgb(210 126 53 / 1);
}
.bg-orange-4\/20{
  background-color: rgb(210 126 53 / 0.2);
}
.bg-orange-4\/25{
  background-color: rgb(210 126 53 / 0.25);
}
.bg-orange-4\/30{
  background-color: rgb(210 126 53 / 0.3);
}
.bg-orange-4\/40{
  background-color: rgb(210 126 53 / 0.4);
}
.bg-orange-4\/5{
  background-color: rgb(210 126 53 / 0.05);
}
.bg-orange-4\/50{
  background-color: rgb(210 126 53 / 0.5);
}
.bg-orange-4\/60{
  background-color: rgb(210 126 53 / 0.6);
}
.bg-orange-4\/70{
  background-color: rgb(210 126 53 / 0.7);
}
.bg-orange-4\/75{
  background-color: rgb(210 126 53 / 0.75);
}
.bg-orange-4\/80{
  background-color: rgb(210 126 53 / 0.8);
}
.bg-orange-4\/90{
  background-color: rgb(210 126 53 / 0.9);
}
.bg-orange-4\/95{
  background-color: rgb(210 126 53 / 0.95);
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-orange-400\/0{
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100{
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/20{
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25{
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30{
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/40{
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/5{
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50{
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/60{
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/70{
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75{
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80{
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95{
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-5{
  --tw-bg-opacity: 1;
  background-color: rgb(247 148 62 / var(--tw-bg-opacity));
}
.bg-orange-5\/0{
  background-color: rgb(247 148 62 / 0);
}
.bg-orange-5\/10{
  background-color: rgb(247 148 62 / 0.1);
}
.bg-orange-5\/100{
  background-color: rgb(247 148 62 / 1);
}
.bg-orange-5\/20{
  background-color: rgb(247 148 62 / 0.2);
}
.bg-orange-5\/25{
  background-color: rgb(247 148 62 / 0.25);
}
.bg-orange-5\/30{
  background-color: rgb(247 148 62 / 0.3);
}
.bg-orange-5\/40{
  background-color: rgb(247 148 62 / 0.4);
}
.bg-orange-5\/5{
  background-color: rgb(247 148 62 / 0.05);
}
.bg-orange-5\/50{
  background-color: rgb(247 148 62 / 0.5);
}
.bg-orange-5\/60{
  background-color: rgb(247 148 62 / 0.6);
}
.bg-orange-5\/70{
  background-color: rgb(247 148 62 / 0.7);
}
.bg-orange-5\/75{
  background-color: rgb(247 148 62 / 0.75);
}
.bg-orange-5\/80{
  background-color: rgb(247 148 62 / 0.8);
}
.bg-orange-5\/90{
  background-color: rgb(247 148 62 / 0.9);
}
.bg-orange-5\/95{
  background-color: rgb(247 148 62 / 0.95);
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-orange-500\/0{
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100{
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25{
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30{
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/40{
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50{
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/60{
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/70{
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75{
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80{
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/90{
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95{
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-6{
  --tw-bg-opacity: 1;
  background-color: rgb(248 167 97 / var(--tw-bg-opacity));
}
.bg-orange-6\/0{
  background-color: rgb(248 167 97 / 0);
}
.bg-orange-6\/10{
  background-color: rgb(248 167 97 / 0.1);
}
.bg-orange-6\/100{
  background-color: rgb(248 167 97 / 1);
}
.bg-orange-6\/20{
  background-color: rgb(248 167 97 / 0.2);
}
.bg-orange-6\/25{
  background-color: rgb(248 167 97 / 0.25);
}
.bg-orange-6\/30{
  background-color: rgb(248 167 97 / 0.3);
}
.bg-orange-6\/40{
  background-color: rgb(248 167 97 / 0.4);
}
.bg-orange-6\/5{
  background-color: rgb(248 167 97 / 0.05);
}
.bg-orange-6\/50{
  background-color: rgb(248 167 97 / 0.5);
}
.bg-orange-6\/60{
  background-color: rgb(248 167 97 / 0.6);
}
.bg-orange-6\/70{
  background-color: rgb(248 167 97 / 0.7);
}
.bg-orange-6\/75{
  background-color: rgb(248 167 97 / 0.75);
}
.bg-orange-6\/80{
  background-color: rgb(248 167 97 / 0.8);
}
.bg-orange-6\/90{
  background-color: rgb(248 167 97 / 0.9);
}
.bg-orange-6\/95{
  background-color: rgb(248 167 97 / 0.95);
}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-orange-600\/0{
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10{
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100{
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/20{
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25{
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30{
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/40{
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/5{
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50{
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/60{
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/70{
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75{
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80{
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/90{
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95{
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-7{
  --tw-bg-opacity: 1;
  background-color: rgb(250 188 133 / var(--tw-bg-opacity));
}
.bg-orange-7\/0{
  background-color: rgb(250 188 133 / 0);
}
.bg-orange-7\/10{
  background-color: rgb(250 188 133 / 0.1);
}
.bg-orange-7\/100{
  background-color: rgb(250 188 133 / 1);
}
.bg-orange-7\/20{
  background-color: rgb(250 188 133 / 0.2);
}
.bg-orange-7\/25{
  background-color: rgb(250 188 133 / 0.25);
}
.bg-orange-7\/30{
  background-color: rgb(250 188 133 / 0.3);
}
.bg-orange-7\/40{
  background-color: rgb(250 188 133 / 0.4);
}
.bg-orange-7\/5{
  background-color: rgb(250 188 133 / 0.05);
}
.bg-orange-7\/50{
  background-color: rgb(250 188 133 / 0.5);
}
.bg-orange-7\/60{
  background-color: rgb(250 188 133 / 0.6);
}
.bg-orange-7\/70{
  background-color: rgb(250 188 133 / 0.7);
}
.bg-orange-7\/75{
  background-color: rgb(250 188 133 / 0.75);
}
.bg-orange-7\/80{
  background-color: rgb(250 188 133 / 0.8);
}
.bg-orange-7\/90{
  background-color: rgb(250 188 133 / 0.9);
}
.bg-orange-7\/95{
  background-color: rgb(250 188 133 / 0.95);
}
.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-700\/0{
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10{
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100{
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/20{
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25{
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30{
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/40{
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/5{
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50{
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/60{
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/70{
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75{
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80{
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/90{
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95{
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-8{
  --tw-bg-opacity: 1;
  background-color: rgb(252 209 172 / var(--tw-bg-opacity));
}
.bg-orange-8\/0{
  background-color: rgb(252 209 172 / 0);
}
.bg-orange-8\/10{
  background-color: rgb(252 209 172 / 0.1);
}
.bg-orange-8\/100{
  background-color: rgb(252 209 172 / 1);
}
.bg-orange-8\/20{
  background-color: rgb(252 209 172 / 0.2);
}
.bg-orange-8\/25{
  background-color: rgb(252 209 172 / 0.25);
}
.bg-orange-8\/30{
  background-color: rgb(252 209 172 / 0.3);
}
.bg-orange-8\/40{
  background-color: rgb(252 209 172 / 0.4);
}
.bg-orange-8\/5{
  background-color: rgb(252 209 172 / 0.05);
}
.bg-orange-8\/50{
  background-color: rgb(252 209 172 / 0.5);
}
.bg-orange-8\/60{
  background-color: rgb(252 209 172 / 0.6);
}
.bg-orange-8\/70{
  background-color: rgb(252 209 172 / 0.7);
}
.bg-orange-8\/75{
  background-color: rgb(252 209 172 / 0.75);
}
.bg-orange-8\/80{
  background-color: rgb(252 209 172 / 0.8);
}
.bg-orange-8\/90{
  background-color: rgb(252 209 172 / 0.9);
}
.bg-orange-8\/95{
  background-color: rgb(252 209 172 / 0.95);
}
.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-800\/0{
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10{
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100{
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/20{
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25{
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30{
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/40{
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/5{
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50{
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/60{
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/70{
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75{
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80{
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/90{
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95{
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-9{
  --tw-bg-opacity: 1;
  background-color: rgb(253 229 209 / var(--tw-bg-opacity));
}
.bg-orange-9\/0{
  background-color: rgb(253 229 209 / 0);
}
.bg-orange-9\/10{
  background-color: rgb(253 229 209 / 0.1);
}
.bg-orange-9\/100{
  background-color: rgb(253 229 209 / 1);
}
.bg-orange-9\/20{
  background-color: rgb(253 229 209 / 0.2);
}
.bg-orange-9\/25{
  background-color: rgb(253 229 209 / 0.25);
}
.bg-orange-9\/30{
  background-color: rgb(253 229 209 / 0.3);
}
.bg-orange-9\/40{
  background-color: rgb(253 229 209 / 0.4);
}
.bg-orange-9\/5{
  background-color: rgb(253 229 209 / 0.05);
}
.bg-orange-9\/50{
  background-color: rgb(253 229 209 / 0.5);
}
.bg-orange-9\/60{
  background-color: rgb(253 229 209 / 0.6);
}
.bg-orange-9\/70{
  background-color: rgb(253 229 209 / 0.7);
}
.bg-orange-9\/75{
  background-color: rgb(253 229 209 / 0.75);
}
.bg-orange-9\/80{
  background-color: rgb(253 229 209 / 0.8);
}
.bg-orange-9\/90{
  background-color: rgb(253 229 209 / 0.9);
}
.bg-orange-9\/95{
  background-color: rgb(253 229 209 / 0.95);
}
.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-orange-900\/0{
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10{
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100{
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25{
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30{
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/40{
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/5{
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/60{
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/70{
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75{
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80{
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/90{
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95{
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-950{
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.bg-orange-950\/0{
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10{
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100{
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/20{
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25{
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30{
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/40{
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/5{
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50{
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/60{
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/70{
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75{
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80{
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/90{
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95{
  background-color: rgb(67 20 7 / 0.95);
}
.bg-orange-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 232 / var(--tw-bg-opacity));
}
.bg-orange-disabled\/0{
  background-color: rgb(255 248 232 / 0);
}
.bg-orange-disabled\/10{
  background-color: rgb(255 248 232 / 0.1);
}
.bg-orange-disabled\/100{
  background-color: rgb(255 248 232 / 1);
}
.bg-orange-disabled\/20{
  background-color: rgb(255 248 232 / 0.2);
}
.bg-orange-disabled\/25{
  background-color: rgb(255 248 232 / 0.25);
}
.bg-orange-disabled\/30{
  background-color: rgb(255 248 232 / 0.3);
}
.bg-orange-disabled\/40{
  background-color: rgb(255 248 232 / 0.4);
}
.bg-orange-disabled\/5{
  background-color: rgb(255 248 232 / 0.05);
}
.bg-orange-disabled\/50{
  background-color: rgb(255 248 232 / 0.5);
}
.bg-orange-disabled\/60{
  background-color: rgb(255 248 232 / 0.6);
}
.bg-orange-disabled\/70{
  background-color: rgb(255 248 232 / 0.7);
}
.bg-orange-disabled\/75{
  background-color: rgb(255 248 232 / 0.75);
}
.bg-orange-disabled\/80{
  background-color: rgb(255 248 232 / 0.8);
}
.bg-orange-disabled\/90{
  background-color: rgb(255 248 232 / 0.9);
}
.bg-orange-disabled\/95{
  background-color: rgb(255 248 232 / 0.95);
}
.bg-primary-10{
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 253 / var(--tw-bg-opacity));
}
.bg-primary-10\/0{
  background-color: rgb(247 248 253 / 0);
}
.bg-primary-10\/10{
  background-color: rgb(247 248 253 / 0.1);
}
.bg-primary-10\/100{
  background-color: rgb(247 248 253 / 1);
}
.bg-primary-10\/20{
  background-color: rgb(247 248 253 / 0.2);
}
.bg-primary-10\/25{
  background-color: rgb(247 248 253 / 0.25);
}
.bg-primary-10\/30{
  background-color: rgb(247 248 253 / 0.3);
}
.bg-primary-10\/40{
  background-color: rgb(247 248 253 / 0.4);
}
.bg-primary-10\/5{
  background-color: rgb(247 248 253 / 0.05);
}
.bg-primary-10\/50{
  background-color: rgb(247 248 253 / 0.5);
}
.bg-primary-10\/60{
  background-color: rgb(247 248 253 / 0.6);
}
.bg-primary-10\/70{
  background-color: rgb(247 248 253 / 0.7);
}
.bg-primary-10\/75{
  background-color: rgb(247 248 253 / 0.75);
}
.bg-primary-10\/80{
  background-color: rgb(247 248 253 / 0.8);
}
.bg-primary-10\/90{
  background-color: rgb(247 248 253 / 0.9);
}
.bg-primary-10\/95{
  background-color: rgb(247 248 253 / 0.95);
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(188 183 248 / var(--tw-bg-opacity));
}
.bg-primary-100\/0{
  background-color: rgb(188 183 248 / 0);
}
.bg-primary-100\/10{
  background-color: rgb(188 183 248 / 0.1);
}
.bg-primary-100\/100{
  background-color: rgb(188 183 248 / 1);
}
.bg-primary-100\/20{
  background-color: rgb(188 183 248 / 0.2);
}
.bg-primary-100\/25{
  background-color: rgb(188 183 248 / 0.25);
}
.bg-primary-100\/30{
  background-color: rgb(188 183 248 / 0.3);
}
.bg-primary-100\/40{
  background-color: rgb(188 183 248 / 0.4);
}
.bg-primary-100\/5{
  background-color: rgb(188 183 248 / 0.05);
}
.bg-primary-100\/50{
  background-color: rgb(188 183 248 / 0.5);
}
.bg-primary-100\/60{
  background-color: rgb(188 183 248 / 0.6);
}
.bg-primary-100\/70{
  background-color: rgb(188 183 248 / 0.7);
}
.bg-primary-100\/75{
  background-color: rgb(188 183 248 / 0.75);
}
.bg-primary-100\/80{
  background-color: rgb(188 183 248 / 0.8);
}
.bg-primary-100\/90{
  background-color: rgb(188 183 248 / 0.9);
}
.bg-primary-100\/95{
  background-color: rgb(188 183 248 / 0.95);
}
.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(156 148 245 / var(--tw-bg-opacity));
}
.bg-primary-200\/0{
  background-color: rgb(156 148 245 / 0);
}
.bg-primary-200\/10{
  background-color: rgb(156 148 245 / 0.1);
}
.bg-primary-200\/100{
  background-color: rgb(156 148 245 / 1);
}
.bg-primary-200\/20{
  background-color: rgb(156 148 245 / 0.2);
}
.bg-primary-200\/25{
  background-color: rgb(156 148 245 / 0.25);
}
.bg-primary-200\/30{
  background-color: rgb(156 148 245 / 0.3);
}
.bg-primary-200\/40{
  background-color: rgb(156 148 245 / 0.4);
}
.bg-primary-200\/5{
  background-color: rgb(156 148 245 / 0.05);
}
.bg-primary-200\/50{
  background-color: rgb(156 148 245 / 0.5);
}
.bg-primary-200\/60{
  background-color: rgb(156 148 245 / 0.6);
}
.bg-primary-200\/70{
  background-color: rgb(156 148 245 / 0.7);
}
.bg-primary-200\/75{
  background-color: rgb(156 148 245 / 0.75);
}
.bg-primary-200\/80{
  background-color: rgb(156 148 245 / 0.8);
}
.bg-primary-200\/90{
  background-color: rgb(156 148 245 / 0.9);
}
.bg-primary-200\/95{
  background-color: rgb(156 148 245 / 0.95);
}
.bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(110 99 240 / var(--tw-bg-opacity));
}
.bg-primary-300\/0{
  background-color: rgb(110 99 240 / 0);
}
.bg-primary-300\/10{
  background-color: rgb(110 99 240 / 0.1);
}
.bg-primary-300\/100{
  background-color: rgb(110 99 240 / 1);
}
.bg-primary-300\/20{
  background-color: rgb(110 99 240 / 0.2);
}
.bg-primary-300\/25{
  background-color: rgb(110 99 240 / 0.25);
}
.bg-primary-300\/30{
  background-color: rgb(110 99 240 / 0.3);
}
.bg-primary-300\/40{
  background-color: rgb(110 99 240 / 0.4);
}
.bg-primary-300\/5{
  background-color: rgb(110 99 240 / 0.05);
}
.bg-primary-300\/50{
  background-color: rgb(110 99 240 / 0.5);
}
.bg-primary-300\/60{
  background-color: rgb(110 99 240 / 0.6);
}
.bg-primary-300\/70{
  background-color: rgb(110 99 240 / 0.7);
}
.bg-primary-300\/75{
  background-color: rgb(110 99 240 / 0.75);
}
.bg-primary-300\/80{
  background-color: rgb(110 99 240 / 0.8);
}
.bg-primary-300\/90{
  background-color: rgb(110 99 240 / 0.9);
}
.bg-primary-300\/95{
  background-color: rgb(110 99 240 / 0.95);
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 253 / var(--tw-bg-opacity));
}
.bg-primary-50\/0{
  background-color: rgb(233 232 253 / 0);
}
.bg-primary-50\/10{
  background-color: rgb(233 232 253 / 0.1);
}
.bg-primary-50\/100{
  background-color: rgb(233 232 253 / 1);
}
.bg-primary-50\/20{
  background-color: rgb(233 232 253 / 0.2);
}
.bg-primary-50\/25{
  background-color: rgb(233 232 253 / 0.25);
}
.bg-primary-50\/30{
  background-color: rgb(233 232 253 / 0.3);
}
.bg-primary-50\/40{
  background-color: rgb(233 232 253 / 0.4);
}
.bg-primary-50\/5{
  background-color: rgb(233 232 253 / 0.05);
}
.bg-primary-50\/50{
  background-color: rgb(233 232 253 / 0.5);
}
.bg-primary-50\/60{
  background-color: rgb(233 232 253 / 0.6);
}
.bg-primary-50\/70{
  background-color: rgb(233 232 253 / 0.7);
}
.bg-primary-50\/75{
  background-color: rgb(233 232 253 / 0.75);
}
.bg-primary-50\/80{
  background-color: rgb(233 232 253 / 0.8);
}
.bg-primary-50\/90{
  background-color: rgb(233 232 253 / 0.9);
}
.bg-primary-50\/95{
  background-color: rgb(233 232 253 / 0.95);
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(39 22 233 / var(--tw-bg-opacity));
}
.bg-primary-500\/0{
  background-color: rgb(39 22 233 / 0);
}
.bg-primary-500\/10{
  background-color: rgb(39 22 233 / 0.1);
}
.bg-primary-500\/100{
  background-color: rgb(39 22 233 / 1);
}
.bg-primary-500\/20{
  background-color: rgb(39 22 233 / 0.2);
}
.bg-primary-500\/25{
  background-color: rgb(39 22 233 / 0.25);
}
.bg-primary-500\/30{
  background-color: rgb(39 22 233 / 0.3);
}
.bg-primary-500\/40{
  background-color: rgb(39 22 233 / 0.4);
}
.bg-primary-500\/5{
  background-color: rgb(39 22 233 / 0.05);
}
.bg-primary-500\/50{
  background-color: rgb(39 22 233 / 0.5);
}
.bg-primary-500\/60{
  background-color: rgb(39 22 233 / 0.6);
}
.bg-primary-500\/70{
  background-color: rgb(39 22 233 / 0.7);
}
.bg-primary-500\/75{
  background-color: rgb(39 22 233 / 0.75);
}
.bg-primary-500\/80{
  background-color: rgb(39 22 233 / 0.8);
}
.bg-primary-500\/90{
  background-color: rgb(39 22 233 / 0.9);
}
.bg-primary-500\/95{
  background-color: rgb(39 22 233 / 0.95);
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(28 16 165 / var(--tw-bg-opacity));
}
.bg-primary-700\/0{
  background-color: rgb(28 16 165 / 0);
}
.bg-primary-700\/10{
  background-color: rgb(28 16 165 / 0.1);
}
.bg-primary-700\/100{
  background-color: rgb(28 16 165 / 1);
}
.bg-primary-700\/20{
  background-color: rgb(28 16 165 / 0.2);
}
.bg-primary-700\/25{
  background-color: rgb(28 16 165 / 0.25);
}
.bg-primary-700\/30{
  background-color: rgb(28 16 165 / 0.3);
}
.bg-primary-700\/40{
  background-color: rgb(28 16 165 / 0.4);
}
.bg-primary-700\/5{
  background-color: rgb(28 16 165 / 0.05);
}
.bg-primary-700\/50{
  background-color: rgb(28 16 165 / 0.5);
}
.bg-primary-700\/60{
  background-color: rgb(28 16 165 / 0.6);
}
.bg-primary-700\/70{
  background-color: rgb(28 16 165 / 0.7);
}
.bg-primary-700\/75{
  background-color: rgb(28 16 165 / 0.75);
}
.bg-primary-700\/80{
  background-color: rgb(28 16 165 / 0.8);
}
.bg-primary-700\/90{
  background-color: rgb(28 16 165 / 0.9);
}
.bg-primary-700\/95{
  background-color: rgb(28 16 165 / 0.95);
}
.bg-primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(21 12 128 / var(--tw-bg-opacity));
}
.bg-primary-800\/0{
  background-color: rgb(21 12 128 / 0);
}
.bg-primary-800\/10{
  background-color: rgb(21 12 128 / 0.1);
}
.bg-primary-800\/100{
  background-color: rgb(21 12 128 / 1);
}
.bg-primary-800\/20{
  background-color: rgb(21 12 128 / 0.2);
}
.bg-primary-800\/25{
  background-color: rgb(21 12 128 / 0.25);
}
.bg-primary-800\/30{
  background-color: rgb(21 12 128 / 0.3);
}
.bg-primary-800\/40{
  background-color: rgb(21 12 128 / 0.4);
}
.bg-primary-800\/5{
  background-color: rgb(21 12 128 / 0.05);
}
.bg-primary-800\/50{
  background-color: rgb(21 12 128 / 0.5);
}
.bg-primary-800\/60{
  background-color: rgb(21 12 128 / 0.6);
}
.bg-primary-800\/70{
  background-color: rgb(21 12 128 / 0.7);
}
.bg-primary-800\/75{
  background-color: rgb(21 12 128 / 0.75);
}
.bg-primary-800\/80{
  background-color: rgb(21 12 128 / 0.8);
}
.bg-primary-800\/90{
  background-color: rgb(21 12 128 / 0.9);
}
.bg-primary-800\/95{
  background-color: rgb(21 12 128 / 0.95);
}
.bg-primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(16 9 98 / var(--tw-bg-opacity));
}
.bg-primary-900\/0{
  background-color: rgb(16 9 98 / 0);
}
.bg-primary-900\/10{
  background-color: rgb(16 9 98 / 0.1);
}
.bg-primary-900\/100{
  background-color: rgb(16 9 98 / 1);
}
.bg-primary-900\/20{
  background-color: rgb(16 9 98 / 0.2);
}
.bg-primary-900\/25{
  background-color: rgb(16 9 98 / 0.25);
}
.bg-primary-900\/30{
  background-color: rgb(16 9 98 / 0.3);
}
.bg-primary-900\/40{
  background-color: rgb(16 9 98 / 0.4);
}
.bg-primary-900\/5{
  background-color: rgb(16 9 98 / 0.05);
}
.bg-primary-900\/50{
  background-color: rgb(16 9 98 / 0.5);
}
.bg-primary-900\/60{
  background-color: rgb(16 9 98 / 0.6);
}
.bg-primary-900\/70{
  background-color: rgb(16 9 98 / 0.7);
}
.bg-primary-900\/75{
  background-color: rgb(16 9 98 / 0.75);
}
.bg-primary-900\/80{
  background-color: rgb(16 9 98 / 0.8);
}
.bg-primary-900\/90{
  background-color: rgb(16 9 98 / 0.9);
}
.bg-primary-900\/95{
  background-color: rgb(16 9 98 / 0.95);
}
.bg-primary-default{
  --tw-bg-opacity: 1;
  background-color: rgb(39 22 233 / var(--tw-bg-opacity));
}
.bg-primary-default\/0{
  background-color: rgb(39 22 233 / 0);
}
.bg-primary-default\/10{
  background-color: rgb(39 22 233 / 0.1);
}
.bg-primary-default\/100{
  background-color: rgb(39 22 233 / 1);
}
.bg-primary-default\/20{
  background-color: rgb(39 22 233 / 0.2);
}
.bg-primary-default\/25{
  background-color: rgb(39 22 233 / 0.25);
}
.bg-primary-default\/30{
  background-color: rgb(39 22 233 / 0.3);
}
.bg-primary-default\/40{
  background-color: rgb(39 22 233 / 0.4);
}
.bg-primary-default\/5{
  background-color: rgb(39 22 233 / 0.05);
}
.bg-primary-default\/50{
  background-color: rgb(39 22 233 / 0.5);
}
.bg-primary-default\/60{
  background-color: rgb(39 22 233 / 0.6);
}
.bg-primary-default\/70{
  background-color: rgb(39 22 233 / 0.7);
}
.bg-primary-default\/75{
  background-color: rgb(39 22 233 / 0.75);
}
.bg-primary-default\/80{
  background-color: rgb(39 22 233 / 0.8);
}
.bg-primary-default\/90{
  background-color: rgb(39 22 233 / 0.9);
}
.bg-primary-default\/95{
  background-color: rgb(39 22 233 / 0.95);
}
.bg-primary-white{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}
.bg-primary-white\/0{
  background-color: rgb(243 243 243 / 0);
}
.bg-primary-white\/10{
  background-color: rgb(243 243 243 / 0.1);
}
.bg-primary-white\/100{
  background-color: rgb(243 243 243 / 1);
}
.bg-primary-white\/20{
  background-color: rgb(243 243 243 / 0.2);
}
.bg-primary-white\/25{
  background-color: rgb(243 243 243 / 0.25);
}
.bg-primary-white\/30{
  background-color: rgb(243 243 243 / 0.3);
}
.bg-primary-white\/40{
  background-color: rgb(243 243 243 / 0.4);
}
.bg-primary-white\/5{
  background-color: rgb(243 243 243 / 0.05);
}
.bg-primary-white\/50{
  background-color: rgb(243 243 243 / 0.5);
}
.bg-primary-white\/60{
  background-color: rgb(243 243 243 / 0.6);
}
.bg-primary-white\/70{
  background-color: rgb(243 243 243 / 0.7);
}
.bg-primary-white\/75{
  background-color: rgb(243 243 243 / 0.75);
}
.bg-primary-white\/80{
  background-color: rgb(243 243 243 / 0.8);
}
.bg-primary-white\/90{
  background-color: rgb(243 243 243 / 0.9);
}
.bg-primary-white\/95{
  background-color: rgb(243 243 243 / 0.95);
}
.bg-purple-1{
  --tw-bg-opacity: 1;
  background-color: rgb(30 23 106 / var(--tw-bg-opacity));
}
.bg-purple-1\/0{
  background-color: rgb(30 23 106 / 0);
}
.bg-purple-1\/10{
  background-color: rgb(30 23 106 / 0.1);
}
.bg-purple-1\/100{
  background-color: rgb(30 23 106 / 1);
}
.bg-purple-1\/20{
  background-color: rgb(30 23 106 / 0.2);
}
.bg-purple-1\/25{
  background-color: rgb(30 23 106 / 0.25);
}
.bg-purple-1\/30{
  background-color: rgb(30 23 106 / 0.3);
}
.bg-purple-1\/40{
  background-color: rgb(30 23 106 / 0.4);
}
.bg-purple-1\/5{
  background-color: rgb(30 23 106 / 0.05);
}
.bg-purple-1\/50{
  background-color: rgb(30 23 106 / 0.5);
}
.bg-purple-1\/60{
  background-color: rgb(30 23 106 / 0.6);
}
.bg-purple-1\/70{
  background-color: rgb(30 23 106 / 0.7);
}
.bg-purple-1\/75{
  background-color: rgb(30 23 106 / 0.75);
}
.bg-purple-1\/80{
  background-color: rgb(30 23 106 / 0.8);
}
.bg-purple-1\/90{
  background-color: rgb(30 23 106 / 0.9);
}
.bg-purple-1\/95{
  background-color: rgb(30 23 106 / 0.95);
}
.bg-purple-10{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 253 / var(--tw-bg-opacity));
}
.bg-purple-10\/0{
  background-color: rgb(233 232 253 / 0);
}
.bg-purple-10\/10{
  background-color: rgb(233 232 253 / 0.1);
}
.bg-purple-10\/100{
  background-color: rgb(233 232 253 / 1);
}
.bg-purple-10\/20{
  background-color: rgb(233 232 253 / 0.2);
}
.bg-purple-10\/25{
  background-color: rgb(233 232 253 / 0.25);
}
.bg-purple-10\/30{
  background-color: rgb(233 232 253 / 0.3);
}
.bg-purple-10\/40{
  background-color: rgb(233 232 253 / 0.4);
}
.bg-purple-10\/5{
  background-color: rgb(233 232 253 / 0.05);
}
.bg-purple-10\/50{
  background-color: rgb(233 232 253 / 0.5);
}
.bg-purple-10\/60{
  background-color: rgb(233 232 253 / 0.6);
}
.bg-purple-10\/70{
  background-color: rgb(233 232 253 / 0.7);
}
.bg-purple-10\/75{
  background-color: rgb(233 232 253 / 0.75);
}
.bg-purple-10\/80{
  background-color: rgb(233 232 253 / 0.8);
}
.bg-purple-10\/90{
  background-color: rgb(233 232 253 / 0.9);
}
.bg-purple-10\/95{
  background-color: rgb(233 232 253 / 0.95);
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-purple-100\/0{
  background-color: rgb(243 232 255 / 0);
}
.bg-purple-100\/10{
  background-color: rgb(243 232 255 / 0.1);
}
.bg-purple-100\/100{
  background-color: rgb(243 232 255 / 1);
}
.bg-purple-100\/20{
  background-color: rgb(243 232 255 / 0.2);
}
.bg-purple-100\/25{
  background-color: rgb(243 232 255 / 0.25);
}
.bg-purple-100\/30{
  background-color: rgb(243 232 255 / 0.3);
}
.bg-purple-100\/40{
  background-color: rgb(243 232 255 / 0.4);
}
.bg-purple-100\/5{
  background-color: rgb(243 232 255 / 0.05);
}
.bg-purple-100\/50{
  background-color: rgb(243 232 255 / 0.5);
}
.bg-purple-100\/60{
  background-color: rgb(243 232 255 / 0.6);
}
.bg-purple-100\/70{
  background-color: rgb(243 232 255 / 0.7);
}
.bg-purple-100\/75{
  background-color: rgb(243 232 255 / 0.75);
}
.bg-purple-100\/80{
  background-color: rgb(243 232 255 / 0.8);
}
.bg-purple-100\/90{
  background-color: rgb(243 232 255 / 0.9);
}
.bg-purple-100\/95{
  background-color: rgb(243 232 255 / 0.95);
}
.bg-purple-11{
  --tw-bg-opacity: 1;
  background-color: rgb(242 241 254 / var(--tw-bg-opacity));
}
.bg-purple-11\/0{
  background-color: rgb(242 241 254 / 0);
}
.bg-purple-11\/10{
  background-color: rgb(242 241 254 / 0.1);
}
.bg-purple-11\/100{
  background-color: rgb(242 241 254 / 1);
}
.bg-purple-11\/20{
  background-color: rgb(242 241 254 / 0.2);
}
.bg-purple-11\/25{
  background-color: rgb(242 241 254 / 0.25);
}
.bg-purple-11\/30{
  background-color: rgb(242 241 254 / 0.3);
}
.bg-purple-11\/40{
  background-color: rgb(242 241 254 / 0.4);
}
.bg-purple-11\/5{
  background-color: rgb(242 241 254 / 0.05);
}
.bg-purple-11\/50{
  background-color: rgb(242 241 254 / 0.5);
}
.bg-purple-11\/60{
  background-color: rgb(242 241 254 / 0.6);
}
.bg-purple-11\/70{
  background-color: rgb(242 241 254 / 0.7);
}
.bg-purple-11\/75{
  background-color: rgb(242 241 254 / 0.75);
}
.bg-purple-11\/80{
  background-color: rgb(242 241 254 / 0.8);
}
.bg-purple-11\/90{
  background-color: rgb(242 241 254 / 0.9);
}
.bg-purple-11\/95{
  background-color: rgb(242 241 254 / 0.95);
}
.bg-purple-2{
  --tw-bg-opacity: 1;
  background-color: rgb(38 30 135 / var(--tw-bg-opacity));
}
.bg-purple-2\/0{
  background-color: rgb(38 30 135 / 0);
}
.bg-purple-2\/10{
  background-color: rgb(38 30 135 / 0.1);
}
.bg-purple-2\/100{
  background-color: rgb(38 30 135 / 1);
}
.bg-purple-2\/20{
  background-color: rgb(38 30 135 / 0.2);
}
.bg-purple-2\/25{
  background-color: rgb(38 30 135 / 0.25);
}
.bg-purple-2\/30{
  background-color: rgb(38 30 135 / 0.3);
}
.bg-purple-2\/40{
  background-color: rgb(38 30 135 / 0.4);
}
.bg-purple-2\/5{
  background-color: rgb(38 30 135 / 0.05);
}
.bg-purple-2\/50{
  background-color: rgb(38 30 135 / 0.5);
}
.bg-purple-2\/60{
  background-color: rgb(38 30 135 / 0.6);
}
.bg-purple-2\/70{
  background-color: rgb(38 30 135 / 0.7);
}
.bg-purple-2\/75{
  background-color: rgb(38 30 135 / 0.75);
}
.bg-purple-2\/80{
  background-color: rgb(38 30 135 / 0.8);
}
.bg-purple-2\/90{
  background-color: rgb(38 30 135 / 0.9);
}
.bg-purple-2\/95{
  background-color: rgb(38 30 135 / 0.95);
}
.bg-purple-200{
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.bg-purple-200\/0{
  background-color: rgb(233 213 255 / 0);
}
.bg-purple-200\/10{
  background-color: rgb(233 213 255 / 0.1);
}
.bg-purple-200\/100{
  background-color: rgb(233 213 255 / 1);
}
.bg-purple-200\/20{
  background-color: rgb(233 213 255 / 0.2);
}
.bg-purple-200\/25{
  background-color: rgb(233 213 255 / 0.25);
}
.bg-purple-200\/30{
  background-color: rgb(233 213 255 / 0.3);
}
.bg-purple-200\/40{
  background-color: rgb(233 213 255 / 0.4);
}
.bg-purple-200\/5{
  background-color: rgb(233 213 255 / 0.05);
}
.bg-purple-200\/50{
  background-color: rgb(233 213 255 / 0.5);
}
.bg-purple-200\/60{
  background-color: rgb(233 213 255 / 0.6);
}
.bg-purple-200\/70{
  background-color: rgb(233 213 255 / 0.7);
}
.bg-purple-200\/75{
  background-color: rgb(233 213 255 / 0.75);
}
.bg-purple-200\/80{
  background-color: rgb(233 213 255 / 0.8);
}
.bg-purple-200\/90{
  background-color: rgb(233 213 255 / 0.9);
}
.bg-purple-200\/95{
  background-color: rgb(233 213 255 / 0.95);
}
.bg-purple-3{
  --tw-bg-opacity: 1;
  background-color: rgb(48 37 168 / var(--tw-bg-opacity));
}
.bg-purple-3\/0{
  background-color: rgb(48 37 168 / 0);
}
.bg-purple-3\/10{
  background-color: rgb(48 37 168 / 0.1);
}
.bg-purple-3\/100{
  background-color: rgb(48 37 168 / 1);
}
.bg-purple-3\/20{
  background-color: rgb(48 37 168 / 0.2);
}
.bg-purple-3\/25{
  background-color: rgb(48 37 168 / 0.25);
}
.bg-purple-3\/30{
  background-color: rgb(48 37 168 / 0.3);
}
.bg-purple-3\/40{
  background-color: rgb(48 37 168 / 0.4);
}
.bg-purple-3\/5{
  background-color: rgb(48 37 168 / 0.05);
}
.bg-purple-3\/50{
  background-color: rgb(48 37 168 / 0.5);
}
.bg-purple-3\/60{
  background-color: rgb(48 37 168 / 0.6);
}
.bg-purple-3\/70{
  background-color: rgb(48 37 168 / 0.7);
}
.bg-purple-3\/75{
  background-color: rgb(48 37 168 / 0.75);
}
.bg-purple-3\/80{
  background-color: rgb(48 37 168 / 0.8);
}
.bg-purple-3\/90{
  background-color: rgb(48 37 168 / 0.9);
}
.bg-purple-3\/95{
  background-color: rgb(48 37 168 / 0.95);
}
.bg-purple-300{
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.bg-purple-300\/0{
  background-color: rgb(216 180 254 / 0);
}
.bg-purple-300\/10{
  background-color: rgb(216 180 254 / 0.1);
}
.bg-purple-300\/100{
  background-color: rgb(216 180 254 / 1);
}
.bg-purple-300\/20{
  background-color: rgb(216 180 254 / 0.2);
}
.bg-purple-300\/25{
  background-color: rgb(216 180 254 / 0.25);
}
.bg-purple-300\/30{
  background-color: rgb(216 180 254 / 0.3);
}
.bg-purple-300\/40{
  background-color: rgb(216 180 254 / 0.4);
}
.bg-purple-300\/5{
  background-color: rgb(216 180 254 / 0.05);
}
.bg-purple-300\/50{
  background-color: rgb(216 180 254 / 0.5);
}
.bg-purple-300\/60{
  background-color: rgb(216 180 254 / 0.6);
}
.bg-purple-300\/70{
  background-color: rgb(216 180 254 / 0.7);
}
.bg-purple-300\/75{
  background-color: rgb(216 180 254 / 0.75);
}
.bg-purple-300\/80{
  background-color: rgb(216 180 254 / 0.8);
}
.bg-purple-300\/90{
  background-color: rgb(216 180 254 / 0.9);
}
.bg-purple-300\/95{
  background-color: rgb(216 180 254 / 0.95);
}
.bg-purple-4{
  --tw-bg-opacity: 1;
  background-color: rgb(57 44 201 / var(--tw-bg-opacity));
}
.bg-purple-4\/0{
  background-color: rgb(57 44 201 / 0);
}
.bg-purple-4\/10{
  background-color: rgb(57 44 201 / 0.1);
}
.bg-purple-4\/100{
  background-color: rgb(57 44 201 / 1);
}
.bg-purple-4\/20{
  background-color: rgb(57 44 201 / 0.2);
}
.bg-purple-4\/25{
  background-color: rgb(57 44 201 / 0.25);
}
.bg-purple-4\/30{
  background-color: rgb(57 44 201 / 0.3);
}
.bg-purple-4\/40{
  background-color: rgb(57 44 201 / 0.4);
}
.bg-purple-4\/5{
  background-color: rgb(57 44 201 / 0.05);
}
.bg-purple-4\/50{
  background-color: rgb(57 44 201 / 0.5);
}
.bg-purple-4\/60{
  background-color: rgb(57 44 201 / 0.6);
}
.bg-purple-4\/70{
  background-color: rgb(57 44 201 / 0.7);
}
.bg-purple-4\/75{
  background-color: rgb(57 44 201 / 0.75);
}
.bg-purple-4\/80{
  background-color: rgb(57 44 201 / 0.8);
}
.bg-purple-4\/90{
  background-color: rgb(57 44 201 / 0.9);
}
.bg-purple-4\/95{
  background-color: rgb(57 44 201 / 0.95);
}
.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.bg-purple-400\/0{
  background-color: rgb(192 132 252 / 0);
}
.bg-purple-400\/10{
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/100{
  background-color: rgb(192 132 252 / 1);
}
.bg-purple-400\/20{
  background-color: rgb(192 132 252 / 0.2);
}
.bg-purple-400\/25{
  background-color: rgb(192 132 252 / 0.25);
}
.bg-purple-400\/30{
  background-color: rgb(192 132 252 / 0.3);
}
.bg-purple-400\/40{
  background-color: rgb(192 132 252 / 0.4);
}
.bg-purple-400\/5{
  background-color: rgb(192 132 252 / 0.05);
}
.bg-purple-400\/50{
  background-color: rgb(192 132 252 / 0.5);
}
.bg-purple-400\/60{
  background-color: rgb(192 132 252 / 0.6);
}
.bg-purple-400\/70{
  background-color: rgb(192 132 252 / 0.7);
}
.bg-purple-400\/75{
  background-color: rgb(192 132 252 / 0.75);
}
.bg-purple-400\/80{
  background-color: rgb(192 132 252 / 0.8);
}
.bg-purple-400\/90{
  background-color: rgb(192 132 252 / 0.9);
}
.bg-purple-400\/95{
  background-color: rgb(192 132 252 / 0.95);
}
.bg-purple-5{
  --tw-bg-opacity: 1;
  background-color: rgb(67 52 236 / var(--tw-bg-opacity));
}
.bg-purple-5\/0{
  background-color: rgb(67 52 236 / 0);
}
.bg-purple-5\/10{
  background-color: rgb(67 52 236 / 0.1);
}
.bg-purple-5\/100{
  background-color: rgb(67 52 236 / 1);
}
.bg-purple-5\/20{
  background-color: rgb(67 52 236 / 0.2);
}
.bg-purple-5\/25{
  background-color: rgb(67 52 236 / 0.25);
}
.bg-purple-5\/30{
  background-color: rgb(67 52 236 / 0.3);
}
.bg-purple-5\/40{
  background-color: rgb(67 52 236 / 0.4);
}
.bg-purple-5\/5{
  background-color: rgb(67 52 236 / 0.05);
}
.bg-purple-5\/50{
  background-color: rgb(67 52 236 / 0.5);
}
.bg-purple-5\/60{
  background-color: rgb(67 52 236 / 0.6);
}
.bg-purple-5\/70{
  background-color: rgb(67 52 236 / 0.7);
}
.bg-purple-5\/75{
  background-color: rgb(67 52 236 / 0.75);
}
.bg-purple-5\/80{
  background-color: rgb(67 52 236 / 0.8);
}
.bg-purple-5\/90{
  background-color: rgb(67 52 236 / 0.9);
}
.bg-purple-5\/95{
  background-color: rgb(67 52 236 / 0.95);
}
.bg-purple-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.bg-purple-50\/0{
  background-color: rgb(250 245 255 / 0);
}
.bg-purple-50\/10{
  background-color: rgb(250 245 255 / 0.1);
}
.bg-purple-50\/100{
  background-color: rgb(250 245 255 / 1);
}
.bg-purple-50\/20{
  background-color: rgb(250 245 255 / 0.2);
}
.bg-purple-50\/25{
  background-color: rgb(250 245 255 / 0.25);
}
.bg-purple-50\/30{
  background-color: rgb(250 245 255 / 0.3);
}
.bg-purple-50\/40{
  background-color: rgb(250 245 255 / 0.4);
}
.bg-purple-50\/5{
  background-color: rgb(250 245 255 / 0.05);
}
.bg-purple-50\/50{
  background-color: rgb(250 245 255 / 0.5);
}
.bg-purple-50\/60{
  background-color: rgb(250 245 255 / 0.6);
}
.bg-purple-50\/70{
  background-color: rgb(250 245 255 / 0.7);
}
.bg-purple-50\/75{
  background-color: rgb(250 245 255 / 0.75);
}
.bg-purple-50\/80{
  background-color: rgb(250 245 255 / 0.8);
}
.bg-purple-50\/90{
  background-color: rgb(250 245 255 / 0.9);
}
.bg-purple-50\/95{
  background-color: rgb(250 245 255 / 0.95);
}
.bg-purple-500{
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-purple-500\/0{
  background-color: rgb(168 85 247 / 0);
}
.bg-purple-500\/10{
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/100{
  background-color: rgb(168 85 247 / 1);
}
.bg-purple-500\/20{
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/25{
  background-color: rgb(168 85 247 / 0.25);
}
.bg-purple-500\/30{
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-500\/40{
  background-color: rgb(168 85 247 / 0.4);
}
.bg-purple-500\/5{
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-500\/50{
  background-color: rgb(168 85 247 / 0.5);
}
.bg-purple-500\/60{
  background-color: rgb(168 85 247 / 0.6);
}
.bg-purple-500\/70{
  background-color: rgb(168 85 247 / 0.7);
}
.bg-purple-500\/75{
  background-color: rgb(168 85 247 / 0.75);
}
.bg-purple-500\/80{
  background-color: rgb(168 85 247 / 0.8);
}
.bg-purple-500\/90{
  background-color: rgb(168 85 247 / 0.9);
}
.bg-purple-500\/95{
  background-color: rgb(168 85 247 / 0.95);
}
.bg-purple-6{
  --tw-bg-opacity: 1;
  background-color: rgb(101 89 239 / var(--tw-bg-opacity));
}
.bg-purple-6\/0{
  background-color: rgb(101 89 239 / 0);
}
.bg-purple-6\/10{
  background-color: rgb(101 89 239 / 0.1);
}
.bg-purple-6\/100{
  background-color: rgb(101 89 239 / 1);
}
.bg-purple-6\/20{
  background-color: rgb(101 89 239 / 0.2);
}
.bg-purple-6\/25{
  background-color: rgb(101 89 239 / 0.25);
}
.bg-purple-6\/30{
  background-color: rgb(101 89 239 / 0.3);
}
.bg-purple-6\/40{
  background-color: rgb(101 89 239 / 0.4);
}
.bg-purple-6\/5{
  background-color: rgb(101 89 239 / 0.05);
}
.bg-purple-6\/50{
  background-color: rgb(101 89 239 / 0.5);
}
.bg-purple-6\/60{
  background-color: rgb(101 89 239 / 0.6);
}
.bg-purple-6\/70{
  background-color: rgb(101 89 239 / 0.7);
}
.bg-purple-6\/75{
  background-color: rgb(101 89 239 / 0.75);
}
.bg-purple-6\/80{
  background-color: rgb(101 89 239 / 0.8);
}
.bg-purple-6\/90{
  background-color: rgb(101 89 239 / 0.9);
}
.bg-purple-6\/95{
  background-color: rgb(101 89 239 / 0.95);
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-purple-600\/0{
  background-color: rgb(147 51 234 / 0);
}
.bg-purple-600\/10{
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-600\/100{
  background-color: rgb(147 51 234 / 1);
}
.bg-purple-600\/20{
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-600\/25{
  background-color: rgb(147 51 234 / 0.25);
}
.bg-purple-600\/30{
  background-color: rgb(147 51 234 / 0.3);
}
.bg-purple-600\/40{
  background-color: rgb(147 51 234 / 0.4);
}
.bg-purple-600\/5{
  background-color: rgb(147 51 234 / 0.05);
}
.bg-purple-600\/50{
  background-color: rgb(147 51 234 / 0.5);
}
.bg-purple-600\/60{
  background-color: rgb(147 51 234 / 0.6);
}
.bg-purple-600\/70{
  background-color: rgb(147 51 234 / 0.7);
}
.bg-purple-600\/75{
  background-color: rgb(147 51 234 / 0.75);
}
.bg-purple-600\/80{
  background-color: rgb(147 51 234 / 0.8);
}
.bg-purple-600\/90{
  background-color: rgb(147 51 234 / 0.9);
}
.bg-purple-600\/95{
  background-color: rgb(147 51 234 / 0.95);
}
.bg-purple-7{
  --tw-bg-opacity: 1;
  background-color: rgb(137 127 243 / var(--tw-bg-opacity));
}
.bg-purple-7\/0{
  background-color: rgb(137 127 243 / 0);
}
.bg-purple-7\/10{
  background-color: rgb(137 127 243 / 0.1);
}
.bg-purple-7\/100{
  background-color: rgb(137 127 243 / 1);
}
.bg-purple-7\/20{
  background-color: rgb(137 127 243 / 0.2);
}
.bg-purple-7\/25{
  background-color: rgb(137 127 243 / 0.25);
}
.bg-purple-7\/30{
  background-color: rgb(137 127 243 / 0.3);
}
.bg-purple-7\/40{
  background-color: rgb(137 127 243 / 0.4);
}
.bg-purple-7\/5{
  background-color: rgb(137 127 243 / 0.05);
}
.bg-purple-7\/50{
  background-color: rgb(137 127 243 / 0.5);
}
.bg-purple-7\/60{
  background-color: rgb(137 127 243 / 0.6);
}
.bg-purple-7\/70{
  background-color: rgb(137 127 243 / 0.7);
}
.bg-purple-7\/75{
  background-color: rgb(137 127 243 / 0.75);
}
.bg-purple-7\/80{
  background-color: rgb(137 127 243 / 0.8);
}
.bg-purple-7\/90{
  background-color: rgb(137 127 243 / 0.9);
}
.bg-purple-7\/95{
  background-color: rgb(137 127 243 / 0.95);
}
.bg-purple-700{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.bg-purple-700\/0{
  background-color: rgb(126 34 206 / 0);
}
.bg-purple-700\/10{
  background-color: rgb(126 34 206 / 0.1);
}
.bg-purple-700\/100{
  background-color: rgb(126 34 206 / 1);
}
.bg-purple-700\/20{
  background-color: rgb(126 34 206 / 0.2);
}
.bg-purple-700\/25{
  background-color: rgb(126 34 206 / 0.25);
}
.bg-purple-700\/30{
  background-color: rgb(126 34 206 / 0.3);
}
.bg-purple-700\/40{
  background-color: rgb(126 34 206 / 0.4);
}
.bg-purple-700\/5{
  background-color: rgb(126 34 206 / 0.05);
}
.bg-purple-700\/50{
  background-color: rgb(126 34 206 / 0.5);
}
.bg-purple-700\/60{
  background-color: rgb(126 34 206 / 0.6);
}
.bg-purple-700\/70{
  background-color: rgb(126 34 206 / 0.7);
}
.bg-purple-700\/75{
  background-color: rgb(126 34 206 / 0.75);
}
.bg-purple-700\/80{
  background-color: rgb(126 34 206 / 0.8);
}
.bg-purple-700\/90{
  background-color: rgb(126 34 206 / 0.9);
}
.bg-purple-700\/95{
  background-color: rgb(126 34 206 / 0.95);
}
.bg-purple-8{
  --tw-bg-opacity: 1;
  background-color: rgb(174 168 247 / var(--tw-bg-opacity));
}
.bg-purple-8\/0{
  background-color: rgb(174 168 247 / 0);
}
.bg-purple-8\/10{
  background-color: rgb(174 168 247 / 0.1);
}
.bg-purple-8\/100{
  background-color: rgb(174 168 247 / 1);
}
.bg-purple-8\/20{
  background-color: rgb(174 168 247 / 0.2);
}
.bg-purple-8\/25{
  background-color: rgb(174 168 247 / 0.25);
}
.bg-purple-8\/30{
  background-color: rgb(174 168 247 / 0.3);
}
.bg-purple-8\/40{
  background-color: rgb(174 168 247 / 0.4);
}
.bg-purple-8\/5{
  background-color: rgb(174 168 247 / 0.05);
}
.bg-purple-8\/50{
  background-color: rgb(174 168 247 / 0.5);
}
.bg-purple-8\/60{
  background-color: rgb(174 168 247 / 0.6);
}
.bg-purple-8\/70{
  background-color: rgb(174 168 247 / 0.7);
}
.bg-purple-8\/75{
  background-color: rgb(174 168 247 / 0.75);
}
.bg-purple-8\/80{
  background-color: rgb(174 168 247 / 0.8);
}
.bg-purple-8\/90{
  background-color: rgb(174 168 247 / 0.9);
}
.bg-purple-8\/95{
  background-color: rgb(174 168 247 / 0.95);
}
.bg-purple-800{
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.bg-purple-800\/0{
  background-color: rgb(107 33 168 / 0);
}
.bg-purple-800\/10{
  background-color: rgb(107 33 168 / 0.1);
}
.bg-purple-800\/100{
  background-color: rgb(107 33 168 / 1);
}
.bg-purple-800\/20{
  background-color: rgb(107 33 168 / 0.2);
}
.bg-purple-800\/25{
  background-color: rgb(107 33 168 / 0.25);
}
.bg-purple-800\/30{
  background-color: rgb(107 33 168 / 0.3);
}
.bg-purple-800\/40{
  background-color: rgb(107 33 168 / 0.4);
}
.bg-purple-800\/5{
  background-color: rgb(107 33 168 / 0.05);
}
.bg-purple-800\/50{
  background-color: rgb(107 33 168 / 0.5);
}
.bg-purple-800\/60{
  background-color: rgb(107 33 168 / 0.6);
}
.bg-purple-800\/70{
  background-color: rgb(107 33 168 / 0.7);
}
.bg-purple-800\/75{
  background-color: rgb(107 33 168 / 0.75);
}
.bg-purple-800\/80{
  background-color: rgb(107 33 168 / 0.8);
}
.bg-purple-800\/90{
  background-color: rgb(107 33 168 / 0.9);
}
.bg-purple-800\/95{
  background-color: rgb(107 33 168 / 0.95);
}
.bg-purple-9{
  --tw-bg-opacity: 1;
  background-color: rgb(210 206 250 / var(--tw-bg-opacity));
}
.bg-purple-9\/0{
  background-color: rgb(210 206 250 / 0);
}
.bg-purple-9\/10{
  background-color: rgb(210 206 250 / 0.1);
}
.bg-purple-9\/100{
  background-color: rgb(210 206 250 / 1);
}
.bg-purple-9\/20{
  background-color: rgb(210 206 250 / 0.2);
}
.bg-purple-9\/25{
  background-color: rgb(210 206 250 / 0.25);
}
.bg-purple-9\/30{
  background-color: rgb(210 206 250 / 0.3);
}
.bg-purple-9\/40{
  background-color: rgb(210 206 250 / 0.4);
}
.bg-purple-9\/5{
  background-color: rgb(210 206 250 / 0.05);
}
.bg-purple-9\/50{
  background-color: rgb(210 206 250 / 0.5);
}
.bg-purple-9\/60{
  background-color: rgb(210 206 250 / 0.6);
}
.bg-purple-9\/70{
  background-color: rgb(210 206 250 / 0.7);
}
.bg-purple-9\/75{
  background-color: rgb(210 206 250 / 0.75);
}
.bg-purple-9\/80{
  background-color: rgb(210 206 250 / 0.8);
}
.bg-purple-9\/90{
  background-color: rgb(210 206 250 / 0.9);
}
.bg-purple-9\/95{
  background-color: rgb(210 206 250 / 0.95);
}
.bg-purple-900{
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.bg-purple-900\/0{
  background-color: rgb(88 28 135 / 0);
}
.bg-purple-900\/10{
  background-color: rgb(88 28 135 / 0.1);
}
.bg-purple-900\/100{
  background-color: rgb(88 28 135 / 1);
}
.bg-purple-900\/20{
  background-color: rgb(88 28 135 / 0.2);
}
.bg-purple-900\/25{
  background-color: rgb(88 28 135 / 0.25);
}
.bg-purple-900\/30{
  background-color: rgb(88 28 135 / 0.3);
}
.bg-purple-900\/40{
  background-color: rgb(88 28 135 / 0.4);
}
.bg-purple-900\/5{
  background-color: rgb(88 28 135 / 0.05);
}
.bg-purple-900\/50{
  background-color: rgb(88 28 135 / 0.5);
}
.bg-purple-900\/60{
  background-color: rgb(88 28 135 / 0.6);
}
.bg-purple-900\/70{
  background-color: rgb(88 28 135 / 0.7);
}
.bg-purple-900\/75{
  background-color: rgb(88 28 135 / 0.75);
}
.bg-purple-900\/80{
  background-color: rgb(88 28 135 / 0.8);
}
.bg-purple-900\/90{
  background-color: rgb(88 28 135 / 0.9);
}
.bg-purple-900\/95{
  background-color: rgb(88 28 135 / 0.95);
}
.bg-purple-950{
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
.bg-purple-950\/0{
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10{
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100{
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/20{
  background-color: rgb(59 7 100 / 0.2);
}
.bg-purple-950\/25{
  background-color: rgb(59 7 100 / 0.25);
}
.bg-purple-950\/30{
  background-color: rgb(59 7 100 / 0.3);
}
.bg-purple-950\/40{
  background-color: rgb(59 7 100 / 0.4);
}
.bg-purple-950\/5{
  background-color: rgb(59 7 100 / 0.05);
}
.bg-purple-950\/50{
  background-color: rgb(59 7 100 / 0.5);
}
.bg-purple-950\/60{
  background-color: rgb(59 7 100 / 0.6);
}
.bg-purple-950\/70{
  background-color: rgb(59 7 100 / 0.7);
}
.bg-purple-950\/75{
  background-color: rgb(59 7 100 / 0.75);
}
.bg-purple-950\/80{
  background-color: rgb(59 7 100 / 0.8);
}
.bg-purple-950\/90{
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95{
  background-color: rgb(59 7 100 / 0.95);
}
.bg-red-1{
  --tw-bg-opacity: 1;
  background-color: rgb(108 35 31 / var(--tw-bg-opacity));
}
.bg-red-1\/0{
  background-color: rgb(108 35 31 / 0);
}
.bg-red-1\/10{
  background-color: rgb(108 35 31 / 0.1);
}
.bg-red-1\/100{
  background-color: rgb(108 35 31 / 1);
}
.bg-red-1\/20{
  background-color: rgb(108 35 31 / 0.2);
}
.bg-red-1\/25{
  background-color: rgb(108 35 31 / 0.25);
}
.bg-red-1\/30{
  background-color: rgb(108 35 31 / 0.3);
}
.bg-red-1\/40{
  background-color: rgb(108 35 31 / 0.4);
}
.bg-red-1\/5{
  background-color: rgb(108 35 31 / 0.05);
}
.bg-red-1\/50{
  background-color: rgb(108 35 31 / 0.5);
}
.bg-red-1\/60{
  background-color: rgb(108 35 31 / 0.6);
}
.bg-red-1\/70{
  background-color: rgb(108 35 31 / 0.7);
}
.bg-red-1\/75{
  background-color: rgb(108 35 31 / 0.75);
}
.bg-red-1\/80{
  background-color: rgb(108 35 31 / 0.8);
}
.bg-red-1\/90{
  background-color: rgb(108 35 31 / 0.9);
}
.bg-red-1\/95{
  background-color: rgb(108 35 31 / 0.95);
}
.bg-red-10{
  --tw-bg-opacity: 1;
  background-color: rgb(254 232 231 / var(--tw-bg-opacity));
}
.bg-red-10\/0{
  background-color: rgb(254 232 231 / 0);
}
.bg-red-10\/10{
  background-color: rgb(254 232 231 / 0.1);
}
.bg-red-10\/100{
  background-color: rgb(254 232 231 / 1);
}
.bg-red-10\/20{
  background-color: rgb(254 232 231 / 0.2);
}
.bg-red-10\/25{
  background-color: rgb(254 232 231 / 0.25);
}
.bg-red-10\/30{
  background-color: rgb(254 232 231 / 0.3);
}
.bg-red-10\/40{
  background-color: rgb(254 232 231 / 0.4);
}
.bg-red-10\/5{
  background-color: rgb(254 232 231 / 0.05);
}
.bg-red-10\/50{
  background-color: rgb(254 232 231 / 0.5);
}
.bg-red-10\/60{
  background-color: rgb(254 232 231 / 0.6);
}
.bg-red-10\/70{
  background-color: rgb(254 232 231 / 0.7);
}
.bg-red-10\/75{
  background-color: rgb(254 232 231 / 0.75);
}
.bg-red-10\/80{
  background-color: rgb(254 232 231 / 0.8);
}
.bg-red-10\/90{
  background-color: rgb(254 232 231 / 0.9);
}
.bg-red-10\/95{
  background-color: rgb(254 232 231 / 0.95);
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0{
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100{
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-11{
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 240 / var(--tw-bg-opacity));
}
.bg-red-11\/0{
  background-color: rgb(254 241 240 / 0);
}
.bg-red-11\/10{
  background-color: rgb(254 241 240 / 0.1);
}
.bg-red-11\/100{
  background-color: rgb(254 241 240 / 1);
}
.bg-red-11\/20{
  background-color: rgb(254 241 240 / 0.2);
}
.bg-red-11\/25{
  background-color: rgb(254 241 240 / 0.25);
}
.bg-red-11\/30{
  background-color: rgb(254 241 240 / 0.3);
}
.bg-red-11\/40{
  background-color: rgb(254 241 240 / 0.4);
}
.bg-red-11\/5{
  background-color: rgb(254 241 240 / 0.05);
}
.bg-red-11\/50{
  background-color: rgb(254 241 240 / 0.5);
}
.bg-red-11\/60{
  background-color: rgb(254 241 240 / 0.6);
}
.bg-red-11\/70{
  background-color: rgb(254 241 240 / 0.7);
}
.bg-red-11\/75{
  background-color: rgb(254 241 240 / 0.75);
}
.bg-red-11\/80{
  background-color: rgb(254 241 240 / 0.8);
}
.bg-red-11\/90{
  background-color: rgb(254 241 240 / 0.9);
}
.bg-red-11\/95{
  background-color: rgb(254 241 240 / 0.95);
}
.bg-red-2{
  --tw-bg-opacity: 1;
  background-color: rgb(137 44 39 / var(--tw-bg-opacity));
}
.bg-red-2\/0{
  background-color: rgb(137 44 39 / 0);
}
.bg-red-2\/10{
  background-color: rgb(137 44 39 / 0.1);
}
.bg-red-2\/100{
  background-color: rgb(137 44 39 / 1);
}
.bg-red-2\/20{
  background-color: rgb(137 44 39 / 0.2);
}
.bg-red-2\/25{
  background-color: rgb(137 44 39 / 0.25);
}
.bg-red-2\/30{
  background-color: rgb(137 44 39 / 0.3);
}
.bg-red-2\/40{
  background-color: rgb(137 44 39 / 0.4);
}
.bg-red-2\/5{
  background-color: rgb(137 44 39 / 0.05);
}
.bg-red-2\/50{
  background-color: rgb(137 44 39 / 0.5);
}
.bg-red-2\/60{
  background-color: rgb(137 44 39 / 0.6);
}
.bg-red-2\/70{
  background-color: rgb(137 44 39 / 0.7);
}
.bg-red-2\/75{
  background-color: rgb(137 44 39 / 0.75);
}
.bg-red-2\/80{
  background-color: rgb(137 44 39 / 0.8);
}
.bg-red-2\/90{
  background-color: rgb(137 44 39 / 0.9);
}
.bg-red-2\/95{
  background-color: rgb(137 44 39 / 0.95);
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-3{
  --tw-bg-opacity: 1;
  background-color: rgb(170 55 49 / var(--tw-bg-opacity));
}
.bg-red-3\/0{
  background-color: rgb(170 55 49 / 0);
}
.bg-red-3\/10{
  background-color: rgb(170 55 49 / 0.1);
}
.bg-red-3\/100{
  background-color: rgb(170 55 49 / 1);
}
.bg-red-3\/20{
  background-color: rgb(170 55 49 / 0.2);
}
.bg-red-3\/25{
  background-color: rgb(170 55 49 / 0.25);
}
.bg-red-3\/30{
  background-color: rgb(170 55 49 / 0.3);
}
.bg-red-3\/40{
  background-color: rgb(170 55 49 / 0.4);
}
.bg-red-3\/5{
  background-color: rgb(170 55 49 / 0.05);
}
.bg-red-3\/50{
  background-color: rgb(170 55 49 / 0.5);
}
.bg-red-3\/60{
  background-color: rgb(170 55 49 / 0.6);
}
.bg-red-3\/70{
  background-color: rgb(170 55 49 / 0.7);
}
.bg-red-3\/75{
  background-color: rgb(170 55 49 / 0.75);
}
.bg-red-3\/80{
  background-color: rgb(170 55 49 / 0.8);
}
.bg-red-3\/90{
  background-color: rgb(170 55 49 / 0.9);
}
.bg-red-3\/95{
  background-color: rgb(170 55 49 / 0.95);
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-4{
  --tw-bg-opacity: 1;
  background-color: rgb(204 66 59 / var(--tw-bg-opacity));
}
.bg-red-4\/0{
  background-color: rgb(204 66 59 / 0);
}
.bg-red-4\/10{
  background-color: rgb(204 66 59 / 0.1);
}
.bg-red-4\/100{
  background-color: rgb(204 66 59 / 1);
}
.bg-red-4\/20{
  background-color: rgb(204 66 59 / 0.2);
}
.bg-red-4\/25{
  background-color: rgb(204 66 59 / 0.25);
}
.bg-red-4\/30{
  background-color: rgb(204 66 59 / 0.3);
}
.bg-red-4\/40{
  background-color: rgb(204 66 59 / 0.4);
}
.bg-red-4\/5{
  background-color: rgb(204 66 59 / 0.05);
}
.bg-red-4\/50{
  background-color: rgb(204 66 59 / 0.5);
}
.bg-red-4\/60{
  background-color: rgb(204 66 59 / 0.6);
}
.bg-red-4\/70{
  background-color: rgb(204 66 59 / 0.7);
}
.bg-red-4\/75{
  background-color: rgb(204 66 59 / 0.75);
}
.bg-red-4\/80{
  background-color: rgb(204 66 59 / 0.8);
}
.bg-red-4\/90{
  background-color: rgb(204 66 59 / 0.9);
}
.bg-red-4\/95{
  background-color: rgb(204 66 59 / 0.95);
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-5{
  --tw-bg-opacity: 1;
  background-color: rgb(240 78 69 / var(--tw-bg-opacity));
}
.bg-red-5\/0{
  background-color: rgb(240 78 69 / 0);
}
.bg-red-5\/10{
  background-color: rgb(240 78 69 / 0.1);
}
.bg-red-5\/100{
  background-color: rgb(240 78 69 / 1);
}
.bg-red-5\/20{
  background-color: rgb(240 78 69 / 0.2);
}
.bg-red-5\/25{
  background-color: rgb(240 78 69 / 0.25);
}
.bg-red-5\/30{
  background-color: rgb(240 78 69 / 0.3);
}
.bg-red-5\/40{
  background-color: rgb(240 78 69 / 0.4);
}
.bg-red-5\/5{
  background-color: rgb(240 78 69 / 0.05);
}
.bg-red-5\/50{
  background-color: rgb(240 78 69 / 0.5);
}
.bg-red-5\/60{
  background-color: rgb(240 78 69 / 0.6);
}
.bg-red-5\/70{
  background-color: rgb(240 78 69 / 0.7);
}
.bg-red-5\/75{
  background-color: rgb(240 78 69 / 0.75);
}
.bg-red-5\/80{
  background-color: rgb(240 78 69 / 0.8);
}
.bg-red-5\/90{
  background-color: rgb(240 78 69 / 0.9);
}
.bg-red-5\/95{
  background-color: rgb(240 78 69 / 0.95);
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-6{
  --tw-bg-opacity: 1;
  background-color: rgb(243 110 102 / var(--tw-bg-opacity));
}
.bg-red-6\/0{
  background-color: rgb(243 110 102 / 0);
}
.bg-red-6\/10{
  background-color: rgb(243 110 102 / 0.1);
}
.bg-red-6\/100{
  background-color: rgb(243 110 102 / 1);
}
.bg-red-6\/20{
  background-color: rgb(243 110 102 / 0.2);
}
.bg-red-6\/25{
  background-color: rgb(243 110 102 / 0.25);
}
.bg-red-6\/30{
  background-color: rgb(243 110 102 / 0.3);
}
.bg-red-6\/40{
  background-color: rgb(243 110 102 / 0.4);
}
.bg-red-6\/5{
  background-color: rgb(243 110 102 / 0.05);
}
.bg-red-6\/50{
  background-color: rgb(243 110 102 / 0.5);
}
.bg-red-6\/60{
  background-color: rgb(243 110 102 / 0.6);
}
.bg-red-6\/70{
  background-color: rgb(243 110 102 / 0.7);
}
.bg-red-6\/75{
  background-color: rgb(243 110 102 / 0.75);
}
.bg-red-6\/80{
  background-color: rgb(243 110 102 / 0.8);
}
.bg-red-6\/90{
  background-color: rgb(243 110 102 / 0.9);
}
.bg-red-6\/95{
  background-color: rgb(243 110 102 / 0.95);
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-7{
  --tw-bg-opacity: 1;
  background-color: rgb(246 143 138 / var(--tw-bg-opacity));
}
.bg-red-7\/0{
  background-color: rgb(246 143 138 / 0);
}
.bg-red-7\/10{
  background-color: rgb(246 143 138 / 0.1);
}
.bg-red-7\/100{
  background-color: rgb(246 143 138 / 1);
}
.bg-red-7\/20{
  background-color: rgb(246 143 138 / 0.2);
}
.bg-red-7\/25{
  background-color: rgb(246 143 138 / 0.25);
}
.bg-red-7\/30{
  background-color: rgb(246 143 138 / 0.3);
}
.bg-red-7\/40{
  background-color: rgb(246 143 138 / 0.4);
}
.bg-red-7\/5{
  background-color: rgb(246 143 138 / 0.05);
}
.bg-red-7\/50{
  background-color: rgb(246 143 138 / 0.5);
}
.bg-red-7\/60{
  background-color: rgb(246 143 138 / 0.6);
}
.bg-red-7\/70{
  background-color: rgb(246 143 138 / 0.7);
}
.bg-red-7\/75{
  background-color: rgb(246 143 138 / 0.75);
}
.bg-red-7\/80{
  background-color: rgb(246 143 138 / 0.8);
}
.bg-red-7\/90{
  background-color: rgb(246 143 138 / 0.9);
}
.bg-red-7\/95{
  background-color: rgb(246 143 138 / 0.95);
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-8{
  --tw-bg-opacity: 1;
  background-color: rgb(249 179 175 / var(--tw-bg-opacity));
}
.bg-red-8\/0{
  background-color: rgb(249 179 175 / 0);
}
.bg-red-8\/10{
  background-color: rgb(249 179 175 / 0.1);
}
.bg-red-8\/100{
  background-color: rgb(249 179 175 / 1);
}
.bg-red-8\/20{
  background-color: rgb(249 179 175 / 0.2);
}
.bg-red-8\/25{
  background-color: rgb(249 179 175 / 0.25);
}
.bg-red-8\/30{
  background-color: rgb(249 179 175 / 0.3);
}
.bg-red-8\/40{
  background-color: rgb(249 179 175 / 0.4);
}
.bg-red-8\/5{
  background-color: rgb(249 179 175 / 0.05);
}
.bg-red-8\/50{
  background-color: rgb(249 179 175 / 0.5);
}
.bg-red-8\/60{
  background-color: rgb(249 179 175 / 0.6);
}
.bg-red-8\/70{
  background-color: rgb(249 179 175 / 0.7);
}
.bg-red-8\/75{
  background-color: rgb(249 179 175 / 0.75);
}
.bg-red-8\/80{
  background-color: rgb(249 179 175 / 0.8);
}
.bg-red-8\/90{
  background-color: rgb(249 179 175 / 0.9);
}
.bg-red-8\/95{
  background-color: rgb(249 179 175 / 0.95);
}
.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-9{
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 210 / var(--tw-bg-opacity));
}
.bg-red-9\/0{
  background-color: rgb(251 213 210 / 0);
}
.bg-red-9\/10{
  background-color: rgb(251 213 210 / 0.1);
}
.bg-red-9\/100{
  background-color: rgb(251 213 210 / 1);
}
.bg-red-9\/20{
  background-color: rgb(251 213 210 / 0.2);
}
.bg-red-9\/25{
  background-color: rgb(251 213 210 / 0.25);
}
.bg-red-9\/30{
  background-color: rgb(251 213 210 / 0.3);
}
.bg-red-9\/40{
  background-color: rgb(251 213 210 / 0.4);
}
.bg-red-9\/5{
  background-color: rgb(251 213 210 / 0.05);
}
.bg-red-9\/50{
  background-color: rgb(251 213 210 / 0.5);
}
.bg-red-9\/60{
  background-color: rgb(251 213 210 / 0.6);
}
.bg-red-9\/70{
  background-color: rgb(251 213 210 / 0.7);
}
.bg-red-9\/75{
  background-color: rgb(251 213 210 / 0.75);
}
.bg-red-9\/80{
  background-color: rgb(251 213 210 / 0.8);
}
.bg-red-9\/90{
  background-color: rgb(251 213 210 / 0.9);
}
.bg-red-9\/95{
  background-color: rgb(251 213 210 / 0.95);
}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950{
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-red-950\/0{
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10{
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100{
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/20{
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25{
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30{
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/40{
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/5{
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50{
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/60{
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/70{
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75{
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80{
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/90{
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95{
  background-color: rgb(69 10 10 / 0.95);
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(52 50 87 / var(--tw-bg-opacity));
}
.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(252 182 25 / var(--tw-bg-opacity));
}
.bg-secondary-500\/0{
  background-color: rgb(252 182 25 / 0);
}
.bg-secondary-500\/10{
  background-color: rgb(252 182 25 / 0.1);
}
.bg-secondary-500\/100{
  background-color: rgb(252 182 25 / 1);
}
.bg-secondary-500\/20{
  background-color: rgb(252 182 25 / 0.2);
}
.bg-secondary-500\/25{
  background-color: rgb(252 182 25 / 0.25);
}
.bg-secondary-500\/30{
  background-color: rgb(252 182 25 / 0.3);
}
.bg-secondary-500\/40{
  background-color: rgb(252 182 25 / 0.4);
}
.bg-secondary-500\/5{
  background-color: rgb(252 182 25 / 0.05);
}
.bg-secondary-500\/50{
  background-color: rgb(252 182 25 / 0.5);
}
.bg-secondary-500\/60{
  background-color: rgb(252 182 25 / 0.6);
}
.bg-secondary-500\/70{
  background-color: rgb(252 182 25 / 0.7);
}
.bg-secondary-500\/75{
  background-color: rgb(252 182 25 / 0.75);
}
.bg-secondary-500\/80{
  background-color: rgb(252 182 25 / 0.8);
}
.bg-secondary-500\/90{
  background-color: rgb(252 182 25 / 0.9);
}
.bg-secondary-500\/95{
  background-color: rgb(252 182 25 / 0.95);
}
.bg-secondary\/0{
  background-color: rgb(52 50 87 / 0);
}
.bg-secondary\/10{
  background-color: rgb(52 50 87 / 0.1);
}
.bg-secondary\/100{
  background-color: rgb(52 50 87 / 1);
}
.bg-secondary\/20{
  background-color: rgb(52 50 87 / 0.2);
}
.bg-secondary\/25{
  background-color: rgb(52 50 87 / 0.25);
}
.bg-secondary\/30{
  background-color: rgb(52 50 87 / 0.3);
}
.bg-secondary\/40{
  background-color: rgb(52 50 87 / 0.4);
}
.bg-secondary\/5{
  background-color: rgb(52 50 87 / 0.05);
}
.bg-secondary\/50{
  background-color: rgb(52 50 87 / 0.5);
}
.bg-secondary\/60{
  background-color: rgb(52 50 87 / 0.6);
}
.bg-secondary\/70{
  background-color: rgb(52 50 87 / 0.7);
}
.bg-secondary\/75{
  background-color: rgb(52 50 87 / 0.75);
}
.bg-secondary\/80{
  background-color: rgb(52 50 87 / 0.8);
}
.bg-secondary\/90{
  background-color: rgb(52 50 87 / 0.9);
}
.bg-secondary\/95{
  background-color: rgb(52 50 87 / 0.95);
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(11 140 32 / var(--tw-bg-opacity));
}
.bg-success-fill{
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 232 / var(--tw-bg-opacity));
}
.bg-surface-10{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}
.bg-surface-100{
  --tw-bg-opacity: 1;
  background-color: rgb(195 196 199 / var(--tw-bg-opacity));
}
.bg-surface-20{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-surface-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
}
.bg-surface-700{
  --tw-bg-opacity: 1;
  background-color: rgb(43 46 53 / var(--tw-bg-opacity));
}
.bg-surface-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 32 37 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(255 122 3 / var(--tw-bg-opacity));
}
.bg-warning-fill{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 229 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-1{
  --tw-bg-opacity: 1;
  background-color: rgb(115 103 0 / var(--tw-bg-opacity));
}
.bg-yellow-1\/0{
  background-color: rgb(115 103 0 / 0);
}
.bg-yellow-1\/10{
  background-color: rgb(115 103 0 / 0.1);
}
.bg-yellow-1\/100{
  background-color: rgb(115 103 0 / 1);
}
.bg-yellow-1\/20{
  background-color: rgb(115 103 0 / 0.2);
}
.bg-yellow-1\/25{
  background-color: rgb(115 103 0 / 0.25);
}
.bg-yellow-1\/30{
  background-color: rgb(115 103 0 / 0.3);
}
.bg-yellow-1\/40{
  background-color: rgb(115 103 0 / 0.4);
}
.bg-yellow-1\/5{
  background-color: rgb(115 103 0 / 0.05);
}
.bg-yellow-1\/50{
  background-color: rgb(115 103 0 / 0.5);
}
.bg-yellow-1\/60{
  background-color: rgb(115 103 0 / 0.6);
}
.bg-yellow-1\/70{
  background-color: rgb(115 103 0 / 0.7);
}
.bg-yellow-1\/75{
  background-color: rgb(115 103 0 / 0.75);
}
.bg-yellow-1\/80{
  background-color: rgb(115 103 0 / 0.8);
}
.bg-yellow-1\/90{
  background-color: rgb(115 103 0 / 0.9);
}
.bg-yellow-1\/95{
  background-color: rgb(115 103 0 / 0.95);
}
.bg-yellow-10{
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 230 / var(--tw-bg-opacity));
}
.bg-yellow-10\/0{
  background-color: rgb(255 252 230 / 0);
}
.bg-yellow-10\/10{
  background-color: rgb(255 252 230 / 0.1);
}
.bg-yellow-10\/100{
  background-color: rgb(255 252 230 / 1);
}
.bg-yellow-10\/20{
  background-color: rgb(255 252 230 / 0.2);
}
.bg-yellow-10\/25{
  background-color: rgb(255 252 230 / 0.25);
}
.bg-yellow-10\/30{
  background-color: rgb(255 252 230 / 0.3);
}
.bg-yellow-10\/40{
  background-color: rgb(255 252 230 / 0.4);
}
.bg-yellow-10\/5{
  background-color: rgb(255 252 230 / 0.05);
}
.bg-yellow-10\/50{
  background-color: rgb(255 252 230 / 0.5);
}
.bg-yellow-10\/60{
  background-color: rgb(255 252 230 / 0.6);
}
.bg-yellow-10\/70{
  background-color: rgb(255 252 230 / 0.7);
}
.bg-yellow-10\/75{
  background-color: rgb(255 252 230 / 0.75);
}
.bg-yellow-10\/80{
  background-color: rgb(255 252 230 / 0.8);
}
.bg-yellow-10\/90{
  background-color: rgb(255 252 230 / 0.9);
}
.bg-yellow-10\/95{
  background-color: rgb(255 252 230 / 0.95);
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0{
  background-color: rgb(254 249 195 / 0);
}
.bg-yellow-100\/10{
  background-color: rgb(254 249 195 / 0.1);
}
.bg-yellow-100\/100{
  background-color: rgb(254 249 195 / 1);
}
.bg-yellow-100\/20{
  background-color: rgb(254 249 195 / 0.2);
}
.bg-yellow-100\/25{
  background-color: rgb(254 249 195 / 0.25);
}
.bg-yellow-100\/30{
  background-color: rgb(254 249 195 / 0.3);
}
.bg-yellow-100\/40{
  background-color: rgb(254 249 195 / 0.4);
}
.bg-yellow-100\/5{
  background-color: rgb(254 249 195 / 0.05);
}
.bg-yellow-100\/50{
  background-color: rgb(254 249 195 / 0.5);
}
.bg-yellow-100\/60{
  background-color: rgb(254 249 195 / 0.6);
}
.bg-yellow-100\/70{
  background-color: rgb(254 249 195 / 0.7);
}
.bg-yellow-100\/75{
  background-color: rgb(254 249 195 / 0.75);
}
.bg-yellow-100\/80{
  background-color: rgb(254 249 195 / 0.8);
}
.bg-yellow-100\/90{
  background-color: rgb(254 249 195 / 0.9);
}
.bg-yellow-100\/95{
  background-color: rgb(254 249 195 / 0.95);
}
.bg-yellow-11{
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 240 / var(--tw-bg-opacity));
}
.bg-yellow-11\/0{
  background-color: rgb(255 253 240 / 0);
}
.bg-yellow-11\/10{
  background-color: rgb(255 253 240 / 0.1);
}
.bg-yellow-11\/100{
  background-color: rgb(255 253 240 / 1);
}
.bg-yellow-11\/20{
  background-color: rgb(255 253 240 / 0.2);
}
.bg-yellow-11\/25{
  background-color: rgb(255 253 240 / 0.25);
}
.bg-yellow-11\/30{
  background-color: rgb(255 253 240 / 0.3);
}
.bg-yellow-11\/40{
  background-color: rgb(255 253 240 / 0.4);
}
.bg-yellow-11\/5{
  background-color: rgb(255 253 240 / 0.05);
}
.bg-yellow-11\/50{
  background-color: rgb(255 253 240 / 0.5);
}
.bg-yellow-11\/60{
  background-color: rgb(255 253 240 / 0.6);
}
.bg-yellow-11\/70{
  background-color: rgb(255 253 240 / 0.7);
}
.bg-yellow-11\/75{
  background-color: rgb(255 253 240 / 0.75);
}
.bg-yellow-11\/80{
  background-color: rgb(255 253 240 / 0.8);
}
.bg-yellow-11\/90{
  background-color: rgb(255 253 240 / 0.9);
}
.bg-yellow-11\/95{
  background-color: rgb(255 253 240 / 0.95);
}
.bg-yellow-2{
  --tw-bg-opacity: 1;
  background-color: rgb(145 131 0 / var(--tw-bg-opacity));
}
.bg-yellow-2\/0{
  background-color: rgb(145 131 0 / 0);
}
.bg-yellow-2\/10{
  background-color: rgb(145 131 0 / 0.1);
}
.bg-yellow-2\/100{
  background-color: rgb(145 131 0 / 1);
}
.bg-yellow-2\/20{
  background-color: rgb(145 131 0 / 0.2);
}
.bg-yellow-2\/25{
  background-color: rgb(145 131 0 / 0.25);
}
.bg-yellow-2\/30{
  background-color: rgb(145 131 0 / 0.3);
}
.bg-yellow-2\/40{
  background-color: rgb(145 131 0 / 0.4);
}
.bg-yellow-2\/5{
  background-color: rgb(145 131 0 / 0.05);
}
.bg-yellow-2\/50{
  background-color: rgb(145 131 0 / 0.5);
}
.bg-yellow-2\/60{
  background-color: rgb(145 131 0 / 0.6);
}
.bg-yellow-2\/70{
  background-color: rgb(145 131 0 / 0.7);
}
.bg-yellow-2\/75{
  background-color: rgb(145 131 0 / 0.75);
}
.bg-yellow-2\/80{
  background-color: rgb(145 131 0 / 0.8);
}
.bg-yellow-2\/90{
  background-color: rgb(145 131 0 / 0.9);
}
.bg-yellow-2\/95{
  background-color: rgb(145 131 0 / 0.95);
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellow-200\/0{
  background-color: rgb(254 240 138 / 0);
}
.bg-yellow-200\/10{
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellow-200\/100{
  background-color: rgb(254 240 138 / 1);
}
.bg-yellow-200\/20{
  background-color: rgb(254 240 138 / 0.2);
}
.bg-yellow-200\/25{
  background-color: rgb(254 240 138 / 0.25);
}
.bg-yellow-200\/30{
  background-color: rgb(254 240 138 / 0.3);
}
.bg-yellow-200\/40{
  background-color: rgb(254 240 138 / 0.4);
}
.bg-yellow-200\/5{
  background-color: rgb(254 240 138 / 0.05);
}
.bg-yellow-200\/50{
  background-color: rgb(254 240 138 / 0.5);
}
.bg-yellow-200\/60{
  background-color: rgb(254 240 138 / 0.6);
}
.bg-yellow-200\/70{
  background-color: rgb(254 240 138 / 0.7);
}
.bg-yellow-200\/75{
  background-color: rgb(254 240 138 / 0.75);
}
.bg-yellow-200\/80{
  background-color: rgb(254 240 138 / 0.8);
}
.bg-yellow-200\/90{
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellow-200\/95{
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellow-3{
  --tw-bg-opacity: 1;
  background-color: rgb(181 163 0 / var(--tw-bg-opacity));
}
.bg-yellow-3\/0{
  background-color: rgb(181 163 0 / 0);
}
.bg-yellow-3\/10{
  background-color: rgb(181 163 0 / 0.1);
}
.bg-yellow-3\/100{
  background-color: rgb(181 163 0 / 1);
}
.bg-yellow-3\/20{
  background-color: rgb(181 163 0 / 0.2);
}
.bg-yellow-3\/25{
  background-color: rgb(181 163 0 / 0.25);
}
.bg-yellow-3\/30{
  background-color: rgb(181 163 0 / 0.3);
}
.bg-yellow-3\/40{
  background-color: rgb(181 163 0 / 0.4);
}
.bg-yellow-3\/5{
  background-color: rgb(181 163 0 / 0.05);
}
.bg-yellow-3\/50{
  background-color: rgb(181 163 0 / 0.5);
}
.bg-yellow-3\/60{
  background-color: rgb(181 163 0 / 0.6);
}
.bg-yellow-3\/70{
  background-color: rgb(181 163 0 / 0.7);
}
.bg-yellow-3\/75{
  background-color: rgb(181 163 0 / 0.75);
}
.bg-yellow-3\/80{
  background-color: rgb(181 163 0 / 0.8);
}
.bg-yellow-3\/90{
  background-color: rgb(181 163 0 / 0.9);
}
.bg-yellow-3\/95{
  background-color: rgb(181 163 0 / 0.95);
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0{
  background-color: rgb(253 224 71 / 0);
}
.bg-yellow-300\/10{
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/100{
  background-color: rgb(253 224 71 / 1);
}
.bg-yellow-300\/20{
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellow-300\/25{
  background-color: rgb(253 224 71 / 0.25);
}
.bg-yellow-300\/30{
  background-color: rgb(253 224 71 / 0.3);
}
.bg-yellow-300\/40{
  background-color: rgb(253 224 71 / 0.4);
}
.bg-yellow-300\/5{
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellow-300\/50{
  background-color: rgb(253 224 71 / 0.5);
}
.bg-yellow-300\/60{
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellow-300\/70{
  background-color: rgb(253 224 71 / 0.7);
}
.bg-yellow-300\/75{
  background-color: rgb(253 224 71 / 0.75);
}
.bg-yellow-300\/80{
  background-color: rgb(253 224 71 / 0.8);
}
.bg-yellow-300\/90{
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellow-300\/95{
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellow-4{
  --tw-bg-opacity: 1;
  background-color: rgb(217 195 0 / var(--tw-bg-opacity));
}
.bg-yellow-4\/0{
  background-color: rgb(217 195 0 / 0);
}
.bg-yellow-4\/10{
  background-color: rgb(217 195 0 / 0.1);
}
.bg-yellow-4\/100{
  background-color: rgb(217 195 0 / 1);
}
.bg-yellow-4\/20{
  background-color: rgb(217 195 0 / 0.2);
}
.bg-yellow-4\/25{
  background-color: rgb(217 195 0 / 0.25);
}
.bg-yellow-4\/30{
  background-color: rgb(217 195 0 / 0.3);
}
.bg-yellow-4\/40{
  background-color: rgb(217 195 0 / 0.4);
}
.bg-yellow-4\/5{
  background-color: rgb(217 195 0 / 0.05);
}
.bg-yellow-4\/50{
  background-color: rgb(217 195 0 / 0.5);
}
.bg-yellow-4\/60{
  background-color: rgb(217 195 0 / 0.6);
}
.bg-yellow-4\/70{
  background-color: rgb(217 195 0 / 0.7);
}
.bg-yellow-4\/75{
  background-color: rgb(217 195 0 / 0.75);
}
.bg-yellow-4\/80{
  background-color: rgb(217 195 0 / 0.8);
}
.bg-yellow-4\/90{
  background-color: rgb(217 195 0 / 0.9);
}
.bg-yellow-4\/95{
  background-color: rgb(217 195 0 / 0.95);
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-400\/0{
  background-color: rgb(250 204 21 / 0);
}
.bg-yellow-400\/10{
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-400\/100{
  background-color: rgb(250 204 21 / 1);
}
.bg-yellow-400\/20{
  background-color: rgb(250 204 21 / 0.2);
}
.bg-yellow-400\/25{
  background-color: rgb(250 204 21 / 0.25);
}
.bg-yellow-400\/30{
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-400\/40{
  background-color: rgb(250 204 21 / 0.4);
}
.bg-yellow-400\/5{
  background-color: rgb(250 204 21 / 0.05);
}
.bg-yellow-400\/50{
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellow-400\/60{
  background-color: rgb(250 204 21 / 0.6);
}
.bg-yellow-400\/70{
  background-color: rgb(250 204 21 / 0.7);
}
.bg-yellow-400\/75{
  background-color: rgb(250 204 21 / 0.75);
}
.bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8);
}
.bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellow-400\/95{
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellow-5{
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 0 / var(--tw-bg-opacity));
}
.bg-yellow-5\/0{
  background-color: rgb(255 229 0 / 0);
}
.bg-yellow-5\/10{
  background-color: rgb(255 229 0 / 0.1);
}
.bg-yellow-5\/100{
  background-color: rgb(255 229 0 / 1);
}
.bg-yellow-5\/20{
  background-color: rgb(255 229 0 / 0.2);
}
.bg-yellow-5\/25{
  background-color: rgb(255 229 0 / 0.25);
}
.bg-yellow-5\/30{
  background-color: rgb(255 229 0 / 0.3);
}
.bg-yellow-5\/40{
  background-color: rgb(255 229 0 / 0.4);
}
.bg-yellow-5\/5{
  background-color: rgb(255 229 0 / 0.05);
}
.bg-yellow-5\/50{
  background-color: rgb(255 229 0 / 0.5);
}
.bg-yellow-5\/60{
  background-color: rgb(255 229 0 / 0.6);
}
.bg-yellow-5\/70{
  background-color: rgb(255 229 0 / 0.7);
}
.bg-yellow-5\/75{
  background-color: rgb(255 229 0 / 0.75);
}
.bg-yellow-5\/80{
  background-color: rgb(255 229 0 / 0.8);
}
.bg-yellow-5\/90{
  background-color: rgb(255 229 0 / 0.9);
}
.bg-yellow-5\/95{
  background-color: rgb(255 229 0 / 0.95);
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-50\/0{
  background-color: rgb(254 252 232 / 0);
}
.bg-yellow-50\/10{
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellow-50\/100{
  background-color: rgb(254 252 232 / 1);
}
.bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2);
}
.bg-yellow-50\/25{
  background-color: rgb(254 252 232 / 0.25);
}
.bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3);
}
.bg-yellow-50\/40{
  background-color: rgb(254 252 232 / 0.4);
}
.bg-yellow-50\/5{
  background-color: rgb(254 252 232 / 0.05);
}
.bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5);
}
.bg-yellow-50\/60{
  background-color: rgb(254 252 232 / 0.6);
}
.bg-yellow-50\/70{
  background-color: rgb(254 252 232 / 0.7);
}
.bg-yellow-50\/75{
  background-color: rgb(254 252 232 / 0.75);
}
.bg-yellow-50\/80{
  background-color: rgb(254 252 232 / 0.8);
}
.bg-yellow-50\/90{
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellow-50\/95{
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0{
  background-color: rgb(234 179 8 / 0);
}
.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/100{
  background-color: rgb(234 179 8 / 1);
}
.bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-500\/25{
  background-color: rgb(234 179 8 / 0.25);
}
.bg-yellow-500\/30{
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellow-500\/40{
  background-color: rgb(234 179 8 / 0.4);
}
.bg-yellow-500\/5{
  background-color: rgb(234 179 8 / 0.05);
}
.bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5);
}
.bg-yellow-500\/60{
  background-color: rgb(234 179 8 / 0.6);
}
.bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7);
}
.bg-yellow-500\/75{
  background-color: rgb(234 179 8 / 0.75);
}
.bg-yellow-500\/80{
  background-color: rgb(234 179 8 / 0.8);
}
.bg-yellow-500\/90{
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellow-500\/95{
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellow-6{
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 46 / var(--tw-bg-opacity));
}
.bg-yellow-6\/0{
  background-color: rgb(255 234 46 / 0);
}
.bg-yellow-6\/10{
  background-color: rgb(255 234 46 / 0.1);
}
.bg-yellow-6\/100{
  background-color: rgb(255 234 46 / 1);
}
.bg-yellow-6\/20{
  background-color: rgb(255 234 46 / 0.2);
}
.bg-yellow-6\/25{
  background-color: rgb(255 234 46 / 0.25);
}
.bg-yellow-6\/30{
  background-color: rgb(255 234 46 / 0.3);
}
.bg-yellow-6\/40{
  background-color: rgb(255 234 46 / 0.4);
}
.bg-yellow-6\/5{
  background-color: rgb(255 234 46 / 0.05);
}
.bg-yellow-6\/50{
  background-color: rgb(255 234 46 / 0.5);
}
.bg-yellow-6\/60{
  background-color: rgb(255 234 46 / 0.6);
}
.bg-yellow-6\/70{
  background-color: rgb(255 234 46 / 0.7);
}
.bg-yellow-6\/75{
  background-color: rgb(255 234 46 / 0.75);
}
.bg-yellow-6\/80{
  background-color: rgb(255 234 46 / 0.8);
}
.bg-yellow-6\/90{
  background-color: rgb(255 234 46 / 0.9);
}
.bg-yellow-6\/95{
  background-color: rgb(255 234 46 / 0.95);
}
.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-yellow-600\/0{
  background-color: rgb(202 138 4 / 0);
}
.bg-yellow-600\/10{
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellow-600\/100{
  background-color: rgb(202 138 4 / 1);
}
.bg-yellow-600\/20{
  background-color: rgb(202 138 4 / 0.2);
}
.bg-yellow-600\/25{
  background-color: rgb(202 138 4 / 0.25);
}
.bg-yellow-600\/30{
  background-color: rgb(202 138 4 / 0.3);
}
.bg-yellow-600\/40{
  background-color: rgb(202 138 4 / 0.4);
}
.bg-yellow-600\/5{
  background-color: rgb(202 138 4 / 0.05);
}
.bg-yellow-600\/50{
  background-color: rgb(202 138 4 / 0.5);
}
.bg-yellow-600\/60{
  background-color: rgb(202 138 4 / 0.6);
}
.bg-yellow-600\/70{
  background-color: rgb(202 138 4 / 0.7);
}
.bg-yellow-600\/75{
  background-color: rgb(202 138 4 / 0.75);
}
.bg-yellow-600\/80{
  background-color: rgb(202 138 4 / 0.8);
}
.bg-yellow-600\/90{
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellow-600\/95{
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellow-7{
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 94 / var(--tw-bg-opacity));
}
.bg-yellow-7\/0{
  background-color: rgb(255 239 94 / 0);
}
.bg-yellow-7\/10{
  background-color: rgb(255 239 94 / 0.1);
}
.bg-yellow-7\/100{
  background-color: rgb(255 239 94 / 1);
}
.bg-yellow-7\/20{
  background-color: rgb(255 239 94 / 0.2);
}
.bg-yellow-7\/25{
  background-color: rgb(255 239 94 / 0.25);
}
.bg-yellow-7\/30{
  background-color: rgb(255 239 94 / 0.3);
}
.bg-yellow-7\/40{
  background-color: rgb(255 239 94 / 0.4);
}
.bg-yellow-7\/5{
  background-color: rgb(255 239 94 / 0.05);
}
.bg-yellow-7\/50{
  background-color: rgb(255 239 94 / 0.5);
}
.bg-yellow-7\/60{
  background-color: rgb(255 239 94 / 0.6);
}
.bg-yellow-7\/70{
  background-color: rgb(255 239 94 / 0.7);
}
.bg-yellow-7\/75{
  background-color: rgb(255 239 94 / 0.75);
}
.bg-yellow-7\/80{
  background-color: rgb(255 239 94 / 0.8);
}
.bg-yellow-7\/90{
  background-color: rgb(255 239 94 / 0.9);
}
.bg-yellow-7\/95{
  background-color: rgb(255 239 94 / 0.95);
}
.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-yellow-700\/0{
  background-color: rgb(161 98 7 / 0);
}
.bg-yellow-700\/10{
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellow-700\/100{
  background-color: rgb(161 98 7 / 1);
}
.bg-yellow-700\/20{
  background-color: rgb(161 98 7 / 0.2);
}
.bg-yellow-700\/25{
  background-color: rgb(161 98 7 / 0.25);
}
.bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3);
}
.bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4);
}
.bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05);
}
.bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5);
}
.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6);
}
.bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7);
}
.bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75);
}
.bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8);
}
.bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellow-8{
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 145 / var(--tw-bg-opacity));
}
.bg-yellow-8\/0{
  background-color: rgb(255 244 145 / 0);
}
.bg-yellow-8\/10{
  background-color: rgb(255 244 145 / 0.1);
}
.bg-yellow-8\/100{
  background-color: rgb(255 244 145 / 1);
}
.bg-yellow-8\/20{
  background-color: rgb(255 244 145 / 0.2);
}
.bg-yellow-8\/25{
  background-color: rgb(255 244 145 / 0.25);
}
.bg-yellow-8\/30{
  background-color: rgb(255 244 145 / 0.3);
}
.bg-yellow-8\/40{
  background-color: rgb(255 244 145 / 0.4);
}
.bg-yellow-8\/5{
  background-color: rgb(255 244 145 / 0.05);
}
.bg-yellow-8\/50{
  background-color: rgb(255 244 145 / 0.5);
}
.bg-yellow-8\/60{
  background-color: rgb(255 244 145 / 0.6);
}
.bg-yellow-8\/70{
  background-color: rgb(255 244 145 / 0.7);
}
.bg-yellow-8\/75{
  background-color: rgb(255 244 145 / 0.75);
}
.bg-yellow-8\/80{
  background-color: rgb(255 244 145 / 0.8);
}
.bg-yellow-8\/90{
  background-color: rgb(255 244 145 / 0.9);
}
.bg-yellow-8\/95{
  background-color: rgb(255 244 145 / 0.95);
}
.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0);
}
.bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1);
}
.bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2);
}
.bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25);
}
.bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3);
}
.bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4);
}
.bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05);
}
.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5);
}
.bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6);
}
.bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7);
}
.bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75);
}
.bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8);
}
.bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellow-9{
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 194 / var(--tw-bg-opacity));
}
.bg-yellow-9\/0{
  background-color: rgb(255 249 194 / 0);
}
.bg-yellow-9\/10{
  background-color: rgb(255 249 194 / 0.1);
}
.bg-yellow-9\/100{
  background-color: rgb(255 249 194 / 1);
}
.bg-yellow-9\/20{
  background-color: rgb(255 249 194 / 0.2);
}
.bg-yellow-9\/25{
  background-color: rgb(255 249 194 / 0.25);
}
.bg-yellow-9\/30{
  background-color: rgb(255 249 194 / 0.3);
}
.bg-yellow-9\/40{
  background-color: rgb(255 249 194 / 0.4);
}
.bg-yellow-9\/5{
  background-color: rgb(255 249 194 / 0.05);
}
.bg-yellow-9\/50{
  background-color: rgb(255 249 194 / 0.5);
}
.bg-yellow-9\/60{
  background-color: rgb(255 249 194 / 0.6);
}
.bg-yellow-9\/70{
  background-color: rgb(255 249 194 / 0.7);
}
.bg-yellow-9\/75{
  background-color: rgb(255 249 194 / 0.75);
}
.bg-yellow-9\/80{
  background-color: rgb(255 249 194 / 0.8);
}
.bg-yellow-9\/90{
  background-color: rgb(255 249 194 / 0.9);
}
.bg-yellow-9\/95{
  background-color: rgb(255 249 194 / 0.95);
}
.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0);
}
.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1);
}
.bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2);
}
.bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25);
}
.bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4);
}
.bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05);
}
.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5);
}
.bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6);
}
.bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7);
}
.bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75);
}
.bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8);
}
.bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellow-950{
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
.bg-yellow-950\/0{
  background-color: rgb(66 32 6 / 0);
}
.bg-yellow-950\/10{
  background-color: rgb(66 32 6 / 0.1);
}
.bg-yellow-950\/100{
  background-color: rgb(66 32 6 / 1);
}
.bg-yellow-950\/20{
  background-color: rgb(66 32 6 / 0.2);
}
.bg-yellow-950\/25{
  background-color: rgb(66 32 6 / 0.25);
}
.bg-yellow-950\/30{
  background-color: rgb(66 32 6 / 0.3);
}
.bg-yellow-950\/40{
  background-color: rgb(66 32 6 / 0.4);
}
.bg-yellow-950\/5{
  background-color: rgb(66 32 6 / 0.05);
}
.bg-yellow-950\/50{
  background-color: rgb(66 32 6 / 0.5);
}
.bg-yellow-950\/60{
  background-color: rgb(66 32 6 / 0.6);
}
.bg-yellow-950\/70{
  background-color: rgb(66 32 6 / 0.7);
}
.bg-yellow-950\/75{
  background-color: rgb(66 32 6 / 0.75);
}
.bg-yellow-950\/80{
  background-color: rgb(66 32 6 / 0.8);
}
.bg-yellow-950\/90{
  background-color: rgb(66 32 6 / 0.9);
}
.bg-yellow-950\/95{
  background-color: rgb(66 32 6 / 0.95);
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#739DFF\]{
  --tw-gradient-from: #739DFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 157 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#7A6AF6\]{
  --tw-gradient-to: rgb(122 106 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7A6AF6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#CE6CF4\]{
  --tw-gradient-to: #CE6CF4 var(--tw-gradient-to-position);
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-black-1{
  fill: #03002F;
}
.fill-black-1\/0{
  fill: rgb(3 0 47 / 0);
}
.fill-black-1\/10{
  fill: rgb(3 0 47 / 0.1);
}
.fill-black-1\/100{
  fill: rgb(3 0 47 / 1);
}
.fill-black-1\/20{
  fill: rgb(3 0 47 / 0.2);
}
.fill-black-1\/25{
  fill: rgb(3 0 47 / 0.25);
}
.fill-black-1\/30{
  fill: rgb(3 0 47 / 0.3);
}
.fill-black-1\/40{
  fill: rgb(3 0 47 / 0.4);
}
.fill-black-1\/5{
  fill: rgb(3 0 47 / 0.05);
}
.fill-black-1\/50{
  fill: rgb(3 0 47 / 0.5);
}
.fill-black-1\/60{
  fill: rgb(3 0 47 / 0.6);
}
.fill-black-1\/70{
  fill: rgb(3 0 47 / 0.7);
}
.fill-black-1\/75{
  fill: rgb(3 0 47 / 0.75);
}
.fill-black-1\/80{
  fill: rgb(3 0 47 / 0.8);
}
.fill-black-1\/90{
  fill: rgb(3 0 47 / 0.9);
}
.fill-black-1\/95{
  fill: rgb(3 0 47 / 0.95);
}
.fill-black-10{
  fill: #F5F5F5;
}
.fill-black-10\/0{
  fill: rgb(245 245 245 / 0);
}
.fill-black-10\/10{
  fill: rgb(245 245 245 / 0.1);
}
.fill-black-10\/100{
  fill: rgb(245 245 245 / 1);
}
.fill-black-10\/20{
  fill: rgb(245 245 245 / 0.2);
}
.fill-black-10\/25{
  fill: rgb(245 245 245 / 0.25);
}
.fill-black-10\/30{
  fill: rgb(245 245 245 / 0.3);
}
.fill-black-10\/40{
  fill: rgb(245 245 245 / 0.4);
}
.fill-black-10\/5{
  fill: rgb(245 245 245 / 0.05);
}
.fill-black-10\/50{
  fill: rgb(245 245 245 / 0.5);
}
.fill-black-10\/60{
  fill: rgb(245 245 245 / 0.6);
}
.fill-black-10\/70{
  fill: rgb(245 245 245 / 0.7);
}
.fill-black-10\/75{
  fill: rgb(245 245 245 / 0.75);
}
.fill-black-10\/80{
  fill: rgb(245 245 245 / 0.8);
}
.fill-black-10\/90{
  fill: rgb(245 245 245 / 0.9);
}
.fill-black-10\/95{
  fill: rgb(245 245 245 / 0.95);
}
.fill-black-11{
  fill: #FCFCFC;
}
.fill-black-11\/0{
  fill: rgb(252 252 252 / 0);
}
.fill-black-11\/10{
  fill: rgb(252 252 252 / 0.1);
}
.fill-black-11\/100{
  fill: rgb(252 252 252 / 1);
}
.fill-black-11\/20{
  fill: rgb(252 252 252 / 0.2);
}
.fill-black-11\/25{
  fill: rgb(252 252 252 / 0.25);
}
.fill-black-11\/30{
  fill: rgb(252 252 252 / 0.3);
}
.fill-black-11\/40{
  fill: rgb(252 252 252 / 0.4);
}
.fill-black-11\/5{
  fill: rgb(252 252 252 / 0.05);
}
.fill-black-11\/50{
  fill: rgb(252 252 252 / 0.5);
}
.fill-black-11\/60{
  fill: rgb(252 252 252 / 0.6);
}
.fill-black-11\/70{
  fill: rgb(252 252 252 / 0.7);
}
.fill-black-11\/75{
  fill: rgb(252 252 252 / 0.75);
}
.fill-black-11\/80{
  fill: rgb(252 252 252 / 0.8);
}
.fill-black-11\/90{
  fill: rgb(252 252 252 / 0.9);
}
.fill-black-11\/95{
  fill: rgb(252 252 252 / 0.95);
}
.fill-black-2{
  fill: #1F1F1F;
}
.fill-black-2\/0{
  fill: rgb(31 31 31 / 0);
}
.fill-black-2\/10{
  fill: rgb(31 31 31 / 0.1);
}
.fill-black-2\/100{
  fill: rgb(31 31 31 / 1);
}
.fill-black-2\/20{
  fill: rgb(31 31 31 / 0.2);
}
.fill-black-2\/25{
  fill: rgb(31 31 31 / 0.25);
}
.fill-black-2\/30{
  fill: rgb(31 31 31 / 0.3);
}
.fill-black-2\/40{
  fill: rgb(31 31 31 / 0.4);
}
.fill-black-2\/5{
  fill: rgb(31 31 31 / 0.05);
}
.fill-black-2\/50{
  fill: rgb(31 31 31 / 0.5);
}
.fill-black-2\/60{
  fill: rgb(31 31 31 / 0.6);
}
.fill-black-2\/70{
  fill: rgb(31 31 31 / 0.7);
}
.fill-black-2\/75{
  fill: rgb(31 31 31 / 0.75);
}
.fill-black-2\/80{
  fill: rgb(31 31 31 / 0.8);
}
.fill-black-2\/90{
  fill: rgb(31 31 31 / 0.9);
}
.fill-black-2\/95{
  fill: rgb(31 31 31 / 0.95);
}
.fill-black-3{
  fill: #262626;
}
.fill-black-3\/0{
  fill: rgb(38 38 38 / 0);
}
.fill-black-3\/10{
  fill: rgb(38 38 38 / 0.1);
}
.fill-black-3\/100{
  fill: rgb(38 38 38 / 1);
}
.fill-black-3\/20{
  fill: rgb(38 38 38 / 0.2);
}
.fill-black-3\/25{
  fill: rgb(38 38 38 / 0.25);
}
.fill-black-3\/30{
  fill: rgb(38 38 38 / 0.3);
}
.fill-black-3\/40{
  fill: rgb(38 38 38 / 0.4);
}
.fill-black-3\/5{
  fill: rgb(38 38 38 / 0.05);
}
.fill-black-3\/50{
  fill: rgb(38 38 38 / 0.5);
}
.fill-black-3\/60{
  fill: rgb(38 38 38 / 0.6);
}
.fill-black-3\/70{
  fill: rgb(38 38 38 / 0.7);
}
.fill-black-3\/75{
  fill: rgb(38 38 38 / 0.75);
}
.fill-black-3\/80{
  fill: rgb(38 38 38 / 0.8);
}
.fill-black-3\/90{
  fill: rgb(38 38 38 / 0.9);
}
.fill-black-3\/95{
  fill: rgb(38 38 38 / 0.95);
}
.fill-black-4{
  fill: #454545;
}
.fill-black-4\/0{
  fill: rgb(69 69 69 / 0);
}
.fill-black-4\/10{
  fill: rgb(69 69 69 / 0.1);
}
.fill-black-4\/100{
  fill: rgb(69 69 69 / 1);
}
.fill-black-4\/20{
  fill: rgb(69 69 69 / 0.2);
}
.fill-black-4\/25{
  fill: rgb(69 69 69 / 0.25);
}
.fill-black-4\/30{
  fill: rgb(69 69 69 / 0.3);
}
.fill-black-4\/40{
  fill: rgb(69 69 69 / 0.4);
}
.fill-black-4\/5{
  fill: rgb(69 69 69 / 0.05);
}
.fill-black-4\/50{
  fill: rgb(69 69 69 / 0.5);
}
.fill-black-4\/60{
  fill: rgb(69 69 69 / 0.6);
}
.fill-black-4\/70{
  fill: rgb(69 69 69 / 0.7);
}
.fill-black-4\/75{
  fill: rgb(69 69 69 / 0.75);
}
.fill-black-4\/80{
  fill: rgb(69 69 69 / 0.8);
}
.fill-black-4\/90{
  fill: rgb(69 69 69 / 0.9);
}
.fill-black-4\/95{
  fill: rgb(69 69 69 / 0.95);
}
.fill-black-5{
  fill: #595959;
}
.fill-black-5\/0{
  fill: rgb(89 89 89 / 0);
}
.fill-black-5\/10{
  fill: rgb(89 89 89 / 0.1);
}
.fill-black-5\/100{
  fill: rgb(89 89 89 / 1);
}
.fill-black-5\/20{
  fill: rgb(89 89 89 / 0.2);
}
.fill-black-5\/25{
  fill: rgb(89 89 89 / 0.25);
}
.fill-black-5\/30{
  fill: rgb(89 89 89 / 0.3);
}
.fill-black-5\/40{
  fill: rgb(89 89 89 / 0.4);
}
.fill-black-5\/5{
  fill: rgb(89 89 89 / 0.05);
}
.fill-black-5\/50{
  fill: rgb(89 89 89 / 0.5);
}
.fill-black-5\/60{
  fill: rgb(89 89 89 / 0.6);
}
.fill-black-5\/70{
  fill: rgb(89 89 89 / 0.7);
}
.fill-black-5\/75{
  fill: rgb(89 89 89 / 0.75);
}
.fill-black-5\/80{
  fill: rgb(89 89 89 / 0.8);
}
.fill-black-5\/90{
  fill: rgb(89 89 89 / 0.9);
}
.fill-black-5\/95{
  fill: rgb(89 89 89 / 0.95);
}
.fill-black-6{
  fill: #8C8C8C;
}
.fill-black-6\/0{
  fill: rgb(140 140 140 / 0);
}
.fill-black-6\/10{
  fill: rgb(140 140 140 / 0.1);
}
.fill-black-6\/100{
  fill: rgb(140 140 140 / 1);
}
.fill-black-6\/20{
  fill: rgb(140 140 140 / 0.2);
}
.fill-black-6\/25{
  fill: rgb(140 140 140 / 0.25);
}
.fill-black-6\/30{
  fill: rgb(140 140 140 / 0.3);
}
.fill-black-6\/40{
  fill: rgb(140 140 140 / 0.4);
}
.fill-black-6\/5{
  fill: rgb(140 140 140 / 0.05);
}
.fill-black-6\/50{
  fill: rgb(140 140 140 / 0.5);
}
.fill-black-6\/60{
  fill: rgb(140 140 140 / 0.6);
}
.fill-black-6\/70{
  fill: rgb(140 140 140 / 0.7);
}
.fill-black-6\/75{
  fill: rgb(140 140 140 / 0.75);
}
.fill-black-6\/80{
  fill: rgb(140 140 140 / 0.8);
}
.fill-black-6\/90{
  fill: rgb(140 140 140 / 0.9);
}
.fill-black-6\/95{
  fill: rgb(140 140 140 / 0.95);
}
.fill-black-7{
  fill: #BFBFBF;
}
.fill-black-7\/0{
  fill: rgb(191 191 191 / 0);
}
.fill-black-7\/10{
  fill: rgb(191 191 191 / 0.1);
}
.fill-black-7\/100{
  fill: rgb(191 191 191 / 1);
}
.fill-black-7\/20{
  fill: rgb(191 191 191 / 0.2);
}
.fill-black-7\/25{
  fill: rgb(191 191 191 / 0.25);
}
.fill-black-7\/30{
  fill: rgb(191 191 191 / 0.3);
}
.fill-black-7\/40{
  fill: rgb(191 191 191 / 0.4);
}
.fill-black-7\/5{
  fill: rgb(191 191 191 / 0.05);
}
.fill-black-7\/50{
  fill: rgb(191 191 191 / 0.5);
}
.fill-black-7\/60{
  fill: rgb(191 191 191 / 0.6);
}
.fill-black-7\/70{
  fill: rgb(191 191 191 / 0.7);
}
.fill-black-7\/75{
  fill: rgb(191 191 191 / 0.75);
}
.fill-black-7\/80{
  fill: rgb(191 191 191 / 0.8);
}
.fill-black-7\/90{
  fill: rgb(191 191 191 / 0.9);
}
.fill-black-7\/95{
  fill: rgb(191 191 191 / 0.95);
}
.fill-black-8{
  fill: #D9D9D9;
}
.fill-black-8\/0{
  fill: rgb(217 217 217 / 0);
}
.fill-black-8\/10{
  fill: rgb(217 217 217 / 0.1);
}
.fill-black-8\/100{
  fill: rgb(217 217 217 / 1);
}
.fill-black-8\/20{
  fill: rgb(217 217 217 / 0.2);
}
.fill-black-8\/25{
  fill: rgb(217 217 217 / 0.25);
}
.fill-black-8\/30{
  fill: rgb(217 217 217 / 0.3);
}
.fill-black-8\/40{
  fill: rgb(217 217 217 / 0.4);
}
.fill-black-8\/5{
  fill: rgb(217 217 217 / 0.05);
}
.fill-black-8\/50{
  fill: rgb(217 217 217 / 0.5);
}
.fill-black-8\/60{
  fill: rgb(217 217 217 / 0.6);
}
.fill-black-8\/70{
  fill: rgb(217 217 217 / 0.7);
}
.fill-black-8\/75{
  fill: rgb(217 217 217 / 0.75);
}
.fill-black-8\/80{
  fill: rgb(217 217 217 / 0.8);
}
.fill-black-8\/90{
  fill: rgb(217 217 217 / 0.9);
}
.fill-black-8\/95{
  fill: rgb(217 217 217 / 0.95);
}
.fill-black-9{
  fill: #F0F0F0;
}
.fill-black-9\/0{
  fill: rgb(240 240 240 / 0);
}
.fill-black-9\/10{
  fill: rgb(240 240 240 / 0.1);
}
.fill-black-9\/100{
  fill: rgb(240 240 240 / 1);
}
.fill-black-9\/20{
  fill: rgb(240 240 240 / 0.2);
}
.fill-black-9\/25{
  fill: rgb(240 240 240 / 0.25);
}
.fill-black-9\/30{
  fill: rgb(240 240 240 / 0.3);
}
.fill-black-9\/40{
  fill: rgb(240 240 240 / 0.4);
}
.fill-black-9\/5{
  fill: rgb(240 240 240 / 0.05);
}
.fill-black-9\/50{
  fill: rgb(240 240 240 / 0.5);
}
.fill-black-9\/60{
  fill: rgb(240 240 240 / 0.6);
}
.fill-black-9\/70{
  fill: rgb(240 240 240 / 0.7);
}
.fill-black-9\/75{
  fill: rgb(240 240 240 / 0.75);
}
.fill-black-9\/80{
  fill: rgb(240 240 240 / 0.8);
}
.fill-black-9\/90{
  fill: rgb(240 240 240 / 0.9);
}
.fill-black-9\/95{
  fill: rgb(240 240 240 / 0.95);
}
.fill-blue-1{
  fill: #0D4560;
}
.fill-blue-1\/0{
  fill: rgb(13 69 96 / 0);
}
.fill-blue-1\/10{
  fill: rgb(13 69 96 / 0.1);
}
.fill-blue-1\/100{
  fill: rgb(13 69 96 / 1);
}
.fill-blue-1\/20{
  fill: rgb(13 69 96 / 0.2);
}
.fill-blue-1\/25{
  fill: rgb(13 69 96 / 0.25);
}
.fill-blue-1\/30{
  fill: rgb(13 69 96 / 0.3);
}
.fill-blue-1\/40{
  fill: rgb(13 69 96 / 0.4);
}
.fill-blue-1\/5{
  fill: rgb(13 69 96 / 0.05);
}
.fill-blue-1\/50{
  fill: rgb(13 69 96 / 0.5);
}
.fill-blue-1\/60{
  fill: rgb(13 69 96 / 0.6);
}
.fill-blue-1\/70{
  fill: rgb(13 69 96 / 0.7);
}
.fill-blue-1\/75{
  fill: rgb(13 69 96 / 0.75);
}
.fill-blue-1\/80{
  fill: rgb(13 69 96 / 0.8);
}
.fill-blue-1\/90{
  fill: rgb(13 69 96 / 0.9);
}
.fill-blue-1\/95{
  fill: rgb(13 69 96 / 0.95);
}
.fill-blue-10{
  fill: #E8F5FB;
}
.fill-blue-10\/0{
  fill: rgb(232 245 251 / 0);
}
.fill-blue-10\/10{
  fill: rgb(232 245 251 / 0.1);
}
.fill-blue-10\/100{
  fill: rgb(232 245 251 / 1);
}
.fill-blue-10\/20{
  fill: rgb(232 245 251 / 0.2);
}
.fill-blue-10\/25{
  fill: rgb(232 245 251 / 0.25);
}
.fill-blue-10\/30{
  fill: rgb(232 245 251 / 0.3);
}
.fill-blue-10\/40{
  fill: rgb(232 245 251 / 0.4);
}
.fill-blue-10\/5{
  fill: rgb(232 245 251 / 0.05);
}
.fill-blue-10\/50{
  fill: rgb(232 245 251 / 0.5);
}
.fill-blue-10\/60{
  fill: rgb(232 245 251 / 0.6);
}
.fill-blue-10\/70{
  fill: rgb(232 245 251 / 0.7);
}
.fill-blue-10\/75{
  fill: rgb(232 245 251 / 0.75);
}
.fill-blue-10\/80{
  fill: rgb(232 245 251 / 0.8);
}
.fill-blue-10\/90{
  fill: rgb(232 245 251 / 0.9);
}
.fill-blue-10\/95{
  fill: rgb(232 245 251 / 0.95);
}
.fill-blue-100{
  fill: #dbeafe;
}
.fill-blue-100\/0{
  fill: rgb(219 234 254 / 0);
}
.fill-blue-100\/10{
  fill: rgb(219 234 254 / 0.1);
}
.fill-blue-100\/100{
  fill: rgb(219 234 254 / 1);
}
.fill-blue-100\/20{
  fill: rgb(219 234 254 / 0.2);
}
.fill-blue-100\/25{
  fill: rgb(219 234 254 / 0.25);
}
.fill-blue-100\/30{
  fill: rgb(219 234 254 / 0.3);
}
.fill-blue-100\/40{
  fill: rgb(219 234 254 / 0.4);
}
.fill-blue-100\/5{
  fill: rgb(219 234 254 / 0.05);
}
.fill-blue-100\/50{
  fill: rgb(219 234 254 / 0.5);
}
.fill-blue-100\/60{
  fill: rgb(219 234 254 / 0.6);
}
.fill-blue-100\/70{
  fill: rgb(219 234 254 / 0.7);
}
.fill-blue-100\/75{
  fill: rgb(219 234 254 / 0.75);
}
.fill-blue-100\/80{
  fill: rgb(219 234 254 / 0.8);
}
.fill-blue-100\/90{
  fill: rgb(219 234 254 / 0.9);
}
.fill-blue-100\/95{
  fill: rgb(219 234 254 / 0.95);
}
.fill-blue-11{
  fill: #F2F9FD;
}
.fill-blue-11\/0{
  fill: rgb(242 249 253 / 0);
}
.fill-blue-11\/10{
  fill: rgb(242 249 253 / 0.1);
}
.fill-blue-11\/100{
  fill: rgb(242 249 253 / 1);
}
.fill-blue-11\/20{
  fill: rgb(242 249 253 / 0.2);
}
.fill-blue-11\/25{
  fill: rgb(242 249 253 / 0.25);
}
.fill-blue-11\/30{
  fill: rgb(242 249 253 / 0.3);
}
.fill-blue-11\/40{
  fill: rgb(242 249 253 / 0.4);
}
.fill-blue-11\/5{
  fill: rgb(242 249 253 / 0.05);
}
.fill-blue-11\/50{
  fill: rgb(242 249 253 / 0.5);
}
.fill-blue-11\/60{
  fill: rgb(242 249 253 / 0.6);
}
.fill-blue-11\/70{
  fill: rgb(242 249 253 / 0.7);
}
.fill-blue-11\/75{
  fill: rgb(242 249 253 / 0.75);
}
.fill-blue-11\/80{
  fill: rgb(242 249 253 / 0.8);
}
.fill-blue-11\/90{
  fill: rgb(242 249 253 / 0.9);
}
.fill-blue-11\/95{
  fill: rgb(242 249 253 / 0.95);
}
.fill-blue-2{
  fill: #10587A;
}
.fill-blue-2\/0{
  fill: rgb(16 88 122 / 0);
}
.fill-blue-2\/10{
  fill: rgb(16 88 122 / 0.1);
}
.fill-blue-2\/100{
  fill: rgb(16 88 122 / 1);
}
.fill-blue-2\/20{
  fill: rgb(16 88 122 / 0.2);
}
.fill-blue-2\/25{
  fill: rgb(16 88 122 / 0.25);
}
.fill-blue-2\/30{
  fill: rgb(16 88 122 / 0.3);
}
.fill-blue-2\/40{
  fill: rgb(16 88 122 / 0.4);
}
.fill-blue-2\/5{
  fill: rgb(16 88 122 / 0.05);
}
.fill-blue-2\/50{
  fill: rgb(16 88 122 / 0.5);
}
.fill-blue-2\/60{
  fill: rgb(16 88 122 / 0.6);
}
.fill-blue-2\/70{
  fill: rgb(16 88 122 / 0.7);
}
.fill-blue-2\/75{
  fill: rgb(16 88 122 / 0.75);
}
.fill-blue-2\/80{
  fill: rgb(16 88 122 / 0.8);
}
.fill-blue-2\/90{
  fill: rgb(16 88 122 / 0.9);
}
.fill-blue-2\/95{
  fill: rgb(16 88 122 / 0.95);
}
.fill-blue-200{
  fill: #bfdbfe;
}
.fill-blue-200\/0{
  fill: rgb(191 219 254 / 0);
}
.fill-blue-200\/10{
  fill: rgb(191 219 254 / 0.1);
}
.fill-blue-200\/100{
  fill: rgb(191 219 254 / 1);
}
.fill-blue-200\/20{
  fill: rgb(191 219 254 / 0.2);
}
.fill-blue-200\/25{
  fill: rgb(191 219 254 / 0.25);
}
.fill-blue-200\/30{
  fill: rgb(191 219 254 / 0.3);
}
.fill-blue-200\/40{
  fill: rgb(191 219 254 / 0.4);
}
.fill-blue-200\/5{
  fill: rgb(191 219 254 / 0.05);
}
.fill-blue-200\/50{
  fill: rgb(191 219 254 / 0.5);
}
.fill-blue-200\/60{
  fill: rgb(191 219 254 / 0.6);
}
.fill-blue-200\/70{
  fill: rgb(191 219 254 / 0.7);
}
.fill-blue-200\/75{
  fill: rgb(191 219 254 / 0.75);
}
.fill-blue-200\/80{
  fill: rgb(191 219 254 / 0.8);
}
.fill-blue-200\/90{
  fill: rgb(191 219 254 / 0.9);
}
.fill-blue-200\/95{
  fill: rgb(191 219 254 / 0.95);
}
.fill-blue-3{
  fill: #146D98;
}
.fill-blue-3\/0{
  fill: rgb(20 109 152 / 0);
}
.fill-blue-3\/10{
  fill: rgb(20 109 152 / 0.1);
}
.fill-blue-3\/100{
  fill: rgb(20 109 152 / 1);
}
.fill-blue-3\/20{
  fill: rgb(20 109 152 / 0.2);
}
.fill-blue-3\/25{
  fill: rgb(20 109 152 / 0.25);
}
.fill-blue-3\/30{
  fill: rgb(20 109 152 / 0.3);
}
.fill-blue-3\/40{
  fill: rgb(20 109 152 / 0.4);
}
.fill-blue-3\/5{
  fill: rgb(20 109 152 / 0.05);
}
.fill-blue-3\/50{
  fill: rgb(20 109 152 / 0.5);
}
.fill-blue-3\/60{
  fill: rgb(20 109 152 / 0.6);
}
.fill-blue-3\/70{
  fill: rgb(20 109 152 / 0.7);
}
.fill-blue-3\/75{
  fill: rgb(20 109 152 / 0.75);
}
.fill-blue-3\/80{
  fill: rgb(20 109 152 / 0.8);
}
.fill-blue-3\/90{
  fill: rgb(20 109 152 / 0.9);
}
.fill-blue-3\/95{
  fill: rgb(20 109 152 / 0.95);
}
.fill-blue-300{
  fill: #93c5fd;
}
.fill-blue-300\/0{
  fill: rgb(147 197 253 / 0);
}
.fill-blue-300\/10{
  fill: rgb(147 197 253 / 0.1);
}
.fill-blue-300\/100{
  fill: rgb(147 197 253 / 1);
}
.fill-blue-300\/20{
  fill: rgb(147 197 253 / 0.2);
}
.fill-blue-300\/25{
  fill: rgb(147 197 253 / 0.25);
}
.fill-blue-300\/30{
  fill: rgb(147 197 253 / 0.3);
}
.fill-blue-300\/40{
  fill: rgb(147 197 253 / 0.4);
}
.fill-blue-300\/5{
  fill: rgb(147 197 253 / 0.05);
}
.fill-blue-300\/50{
  fill: rgb(147 197 253 / 0.5);
}
.fill-blue-300\/60{
  fill: rgb(147 197 253 / 0.6);
}
.fill-blue-300\/70{
  fill: rgb(147 197 253 / 0.7);
}
.fill-blue-300\/75{
  fill: rgb(147 197 253 / 0.75);
}
.fill-blue-300\/80{
  fill: rgb(147 197 253 / 0.8);
}
.fill-blue-300\/90{
  fill: rgb(147 197 253 / 0.9);
}
.fill-blue-300\/95{
  fill: rgb(147 197 253 / 0.95);
}
.fill-blue-4{
  fill: #1883B6;
}
.fill-blue-4\/0{
  fill: rgb(24 131 182 / 0);
}
.fill-blue-4\/10{
  fill: rgb(24 131 182 / 0.1);
}
.fill-blue-4\/100{
  fill: rgb(24 131 182 / 1);
}
.fill-blue-4\/20{
  fill: rgb(24 131 182 / 0.2);
}
.fill-blue-4\/25{
  fill: rgb(24 131 182 / 0.25);
}
.fill-blue-4\/30{
  fill: rgb(24 131 182 / 0.3);
}
.fill-blue-4\/40{
  fill: rgb(24 131 182 / 0.4);
}
.fill-blue-4\/5{
  fill: rgb(24 131 182 / 0.05);
}
.fill-blue-4\/50{
  fill: rgb(24 131 182 / 0.5);
}
.fill-blue-4\/60{
  fill: rgb(24 131 182 / 0.6);
}
.fill-blue-4\/70{
  fill: rgb(24 131 182 / 0.7);
}
.fill-blue-4\/75{
  fill: rgb(24 131 182 / 0.75);
}
.fill-blue-4\/80{
  fill: rgb(24 131 182 / 0.8);
}
.fill-blue-4\/90{
  fill: rgb(24 131 182 / 0.9);
}
.fill-blue-4\/95{
  fill: rgb(24 131 182 / 0.95);
}
.fill-blue-400{
  fill: #60a5fa;
}
.fill-blue-400\/0{
  fill: rgb(96 165 250 / 0);
}
.fill-blue-400\/10{
  fill: rgb(96 165 250 / 0.1);
}
.fill-blue-400\/100{
  fill: rgb(96 165 250 / 1);
}
.fill-blue-400\/20{
  fill: rgb(96 165 250 / 0.2);
}
.fill-blue-400\/25{
  fill: rgb(96 165 250 / 0.25);
}
.fill-blue-400\/30{
  fill: rgb(96 165 250 / 0.3);
}
.fill-blue-400\/40{
  fill: rgb(96 165 250 / 0.4);
}
.fill-blue-400\/5{
  fill: rgb(96 165 250 / 0.05);
}
.fill-blue-400\/50{
  fill: rgb(96 165 250 / 0.5);
}
.fill-blue-400\/60{
  fill: rgb(96 165 250 / 0.6);
}
.fill-blue-400\/70{
  fill: rgb(96 165 250 / 0.7);
}
.fill-blue-400\/75{
  fill: rgb(96 165 250 / 0.75);
}
.fill-blue-400\/80{
  fill: rgb(96 165 250 / 0.8);
}
.fill-blue-400\/90{
  fill: rgb(96 165 250 / 0.9);
}
.fill-blue-400\/95{
  fill: rgb(96 165 250 / 0.95);
}
.fill-blue-5{
  fill: #1C9AD6;
}
.fill-blue-5\/0{
  fill: rgb(28 154 214 / 0);
}
.fill-blue-5\/10{
  fill: rgb(28 154 214 / 0.1);
}
.fill-blue-5\/100{
  fill: rgb(28 154 214 / 1);
}
.fill-blue-5\/20{
  fill: rgb(28 154 214 / 0.2);
}
.fill-blue-5\/25{
  fill: rgb(28 154 214 / 0.25);
}
.fill-blue-5\/30{
  fill: rgb(28 154 214 / 0.3);
}
.fill-blue-5\/40{
  fill: rgb(28 154 214 / 0.4);
}
.fill-blue-5\/5{
  fill: rgb(28 154 214 / 0.05);
}
.fill-blue-5\/50{
  fill: rgb(28 154 214 / 0.5);
}
.fill-blue-5\/60{
  fill: rgb(28 154 214 / 0.6);
}
.fill-blue-5\/70{
  fill: rgb(28 154 214 / 0.7);
}
.fill-blue-5\/75{
  fill: rgb(28 154 214 / 0.75);
}
.fill-blue-5\/80{
  fill: rgb(28 154 214 / 0.8);
}
.fill-blue-5\/90{
  fill: rgb(28 154 214 / 0.9);
}
.fill-blue-5\/95{
  fill: rgb(28 154 214 / 0.95);
}
.fill-blue-50{
  fill: #eff6ff;
}
.fill-blue-50\/0{
  fill: rgb(239 246 255 / 0);
}
.fill-blue-50\/10{
  fill: rgb(239 246 255 / 0.1);
}
.fill-blue-50\/100{
  fill: rgb(239 246 255 / 1);
}
.fill-blue-50\/20{
  fill: rgb(239 246 255 / 0.2);
}
.fill-blue-50\/25{
  fill: rgb(239 246 255 / 0.25);
}
.fill-blue-50\/30{
  fill: rgb(239 246 255 / 0.3);
}
.fill-blue-50\/40{
  fill: rgb(239 246 255 / 0.4);
}
.fill-blue-50\/5{
  fill: rgb(239 246 255 / 0.05);
}
.fill-blue-50\/50{
  fill: rgb(239 246 255 / 0.5);
}
.fill-blue-50\/60{
  fill: rgb(239 246 255 / 0.6);
}
.fill-blue-50\/70{
  fill: rgb(239 246 255 / 0.7);
}
.fill-blue-50\/75{
  fill: rgb(239 246 255 / 0.75);
}
.fill-blue-50\/80{
  fill: rgb(239 246 255 / 0.8);
}
.fill-blue-50\/90{
  fill: rgb(239 246 255 / 0.9);
}
.fill-blue-50\/95{
  fill: rgb(239 246 255 / 0.95);
}
.fill-blue-500{
  fill: #3b82f6;
}
.fill-blue-500\/0{
  fill: rgb(59 130 246 / 0);
}
.fill-blue-500\/10{
  fill: rgb(59 130 246 / 0.1);
}
.fill-blue-500\/100{
  fill: rgb(59 130 246 / 1);
}
.fill-blue-500\/20{
  fill: rgb(59 130 246 / 0.2);
}
.fill-blue-500\/25{
  fill: rgb(59 130 246 / 0.25);
}
.fill-blue-500\/30{
  fill: rgb(59 130 246 / 0.3);
}
.fill-blue-500\/40{
  fill: rgb(59 130 246 / 0.4);
}
.fill-blue-500\/5{
  fill: rgb(59 130 246 / 0.05);
}
.fill-blue-500\/50{
  fill: rgb(59 130 246 / 0.5);
}
.fill-blue-500\/60{
  fill: rgb(59 130 246 / 0.6);
}
.fill-blue-500\/70{
  fill: rgb(59 130 246 / 0.7);
}
.fill-blue-500\/75{
  fill: rgb(59 130 246 / 0.75);
}
.fill-blue-500\/80{
  fill: rgb(59 130 246 / 0.8);
}
.fill-blue-500\/90{
  fill: rgb(59 130 246 / 0.9);
}
.fill-blue-500\/95{
  fill: rgb(59 130 246 / 0.95);
}
.fill-blue-6{
  fill: #45ACDD;
}
.fill-blue-6\/0{
  fill: rgb(69 172 221 / 0);
}
.fill-blue-6\/10{
  fill: rgb(69 172 221 / 0.1);
}
.fill-blue-6\/100{
  fill: rgb(69 172 221 / 1);
}
.fill-blue-6\/20{
  fill: rgb(69 172 221 / 0.2);
}
.fill-blue-6\/25{
  fill: rgb(69 172 221 / 0.25);
}
.fill-blue-6\/30{
  fill: rgb(69 172 221 / 0.3);
}
.fill-blue-6\/40{
  fill: rgb(69 172 221 / 0.4);
}
.fill-blue-6\/5{
  fill: rgb(69 172 221 / 0.05);
}
.fill-blue-6\/50{
  fill: rgb(69 172 221 / 0.5);
}
.fill-blue-6\/60{
  fill: rgb(69 172 221 / 0.6);
}
.fill-blue-6\/70{
  fill: rgb(69 172 221 / 0.7);
}
.fill-blue-6\/75{
  fill: rgb(69 172 221 / 0.75);
}
.fill-blue-6\/80{
  fill: rgb(69 172 221 / 0.8);
}
.fill-blue-6\/90{
  fill: rgb(69 172 221 / 0.9);
}
.fill-blue-6\/95{
  fill: rgb(69 172 221 / 0.95);
}
.fill-blue-600{
  fill: #2563eb;
}
.fill-blue-600\/0{
  fill: rgb(37 99 235 / 0);
}
.fill-blue-600\/10{
  fill: rgb(37 99 235 / 0.1);
}
.fill-blue-600\/100{
  fill: rgb(37 99 235 / 1);
}
.fill-blue-600\/20{
  fill: rgb(37 99 235 / 0.2);
}
.fill-blue-600\/25{
  fill: rgb(37 99 235 / 0.25);
}
.fill-blue-600\/30{
  fill: rgb(37 99 235 / 0.3);
}
.fill-blue-600\/40{
  fill: rgb(37 99 235 / 0.4);
}
.fill-blue-600\/5{
  fill: rgb(37 99 235 / 0.05);
}
.fill-blue-600\/50{
  fill: rgb(37 99 235 / 0.5);
}
.fill-blue-600\/60{
  fill: rgb(37 99 235 / 0.6);
}
.fill-blue-600\/70{
  fill: rgb(37 99 235 / 0.7);
}
.fill-blue-600\/75{
  fill: rgb(37 99 235 / 0.75);
}
.fill-blue-600\/80{
  fill: rgb(37 99 235 / 0.8);
}
.fill-blue-600\/90{
  fill: rgb(37 99 235 / 0.9);
}
.fill-blue-600\/95{
  fill: rgb(37 99 235 / 0.95);
}
.fill-blue-7{
  fill: #70BFE5;
}
.fill-blue-7\/0{
  fill: rgb(112 191 229 / 0);
}
.fill-blue-7\/10{
  fill: rgb(112 191 229 / 0.1);
}
.fill-blue-7\/100{
  fill: rgb(112 191 229 / 1);
}
.fill-blue-7\/20{
  fill: rgb(112 191 229 / 0.2);
}
.fill-blue-7\/25{
  fill: rgb(112 191 229 / 0.25);
}
.fill-blue-7\/30{
  fill: rgb(112 191 229 / 0.3);
}
.fill-blue-7\/40{
  fill: rgb(112 191 229 / 0.4);
}
.fill-blue-7\/5{
  fill: rgb(112 191 229 / 0.05);
}
.fill-blue-7\/50{
  fill: rgb(112 191 229 / 0.5);
}
.fill-blue-7\/60{
  fill: rgb(112 191 229 / 0.6);
}
.fill-blue-7\/70{
  fill: rgb(112 191 229 / 0.7);
}
.fill-blue-7\/75{
  fill: rgb(112 191 229 / 0.75);
}
.fill-blue-7\/80{
  fill: rgb(112 191 229 / 0.8);
}
.fill-blue-7\/90{
  fill: rgb(112 191 229 / 0.9);
}
.fill-blue-7\/95{
  fill: rgb(112 191 229 / 0.95);
}
.fill-blue-700{
  fill: #1d4ed8;
}
.fill-blue-700\/0{
  fill: rgb(29 78 216 / 0);
}
.fill-blue-700\/10{
  fill: rgb(29 78 216 / 0.1);
}
.fill-blue-700\/100{
  fill: rgb(29 78 216 / 1);
}
.fill-blue-700\/20{
  fill: rgb(29 78 216 / 0.2);
}
.fill-blue-700\/25{
  fill: rgb(29 78 216 / 0.25);
}
.fill-blue-700\/30{
  fill: rgb(29 78 216 / 0.3);
}
.fill-blue-700\/40{
  fill: rgb(29 78 216 / 0.4);
}
.fill-blue-700\/5{
  fill: rgb(29 78 216 / 0.05);
}
.fill-blue-700\/50{
  fill: rgb(29 78 216 / 0.5);
}
.fill-blue-700\/60{
  fill: rgb(29 78 216 / 0.6);
}
.fill-blue-700\/70{
  fill: rgb(29 78 216 / 0.7);
}
.fill-blue-700\/75{
  fill: rgb(29 78 216 / 0.75);
}
.fill-blue-700\/80{
  fill: rgb(29 78 216 / 0.8);
}
.fill-blue-700\/90{
  fill: rgb(29 78 216 / 0.9);
}
.fill-blue-700\/95{
  fill: rgb(29 78 216 / 0.95);
}
.fill-blue-8{
  fill: #9DD4ED;
}
.fill-blue-8\/0{
  fill: rgb(157 212 237 / 0);
}
.fill-blue-8\/10{
  fill: rgb(157 212 237 / 0.1);
}
.fill-blue-8\/100{
  fill: rgb(157 212 237 / 1);
}
.fill-blue-8\/20{
  fill: rgb(157 212 237 / 0.2);
}
.fill-blue-8\/25{
  fill: rgb(157 212 237 / 0.25);
}
.fill-blue-8\/30{
  fill: rgb(157 212 237 / 0.3);
}
.fill-blue-8\/40{
  fill: rgb(157 212 237 / 0.4);
}
.fill-blue-8\/5{
  fill: rgb(157 212 237 / 0.05);
}
.fill-blue-8\/50{
  fill: rgb(157 212 237 / 0.5);
}
.fill-blue-8\/60{
  fill: rgb(157 212 237 / 0.6);
}
.fill-blue-8\/70{
  fill: rgb(157 212 237 / 0.7);
}
.fill-blue-8\/75{
  fill: rgb(157 212 237 / 0.75);
}
.fill-blue-8\/80{
  fill: rgb(157 212 237 / 0.8);
}
.fill-blue-8\/90{
  fill: rgb(157 212 237 / 0.9);
}
.fill-blue-8\/95{
  fill: rgb(157 212 237 / 0.95);
}
.fill-blue-800{
  fill: #1e40af;
}
.fill-blue-800\/0{
  fill: rgb(30 64 175 / 0);
}
.fill-blue-800\/10{
  fill: rgb(30 64 175 / 0.1);
}
.fill-blue-800\/100{
  fill: rgb(30 64 175 / 1);
}
.fill-blue-800\/20{
  fill: rgb(30 64 175 / 0.2);
}
.fill-blue-800\/25{
  fill: rgb(30 64 175 / 0.25);
}
.fill-blue-800\/30{
  fill: rgb(30 64 175 / 0.3);
}
.fill-blue-800\/40{
  fill: rgb(30 64 175 / 0.4);
}
.fill-blue-800\/5{
  fill: rgb(30 64 175 / 0.05);
}
.fill-blue-800\/50{
  fill: rgb(30 64 175 / 0.5);
}
.fill-blue-800\/60{
  fill: rgb(30 64 175 / 0.6);
}
.fill-blue-800\/70{
  fill: rgb(30 64 175 / 0.7);
}
.fill-blue-800\/75{
  fill: rgb(30 64 175 / 0.75);
}
.fill-blue-800\/80{
  fill: rgb(30 64 175 / 0.8);
}
.fill-blue-800\/90{
  fill: rgb(30 64 175 / 0.9);
}
.fill-blue-800\/95{
  fill: rgb(30 64 175 / 0.95);
}
.fill-blue-9{
  fill: #C9E7F5;
}
.fill-blue-9\/0{
  fill: rgb(201 231 245 / 0);
}
.fill-blue-9\/10{
  fill: rgb(201 231 245 / 0.1);
}
.fill-blue-9\/100{
  fill: rgb(201 231 245 / 1);
}
.fill-blue-9\/20{
  fill: rgb(201 231 245 / 0.2);
}
.fill-blue-9\/25{
  fill: rgb(201 231 245 / 0.25);
}
.fill-blue-9\/30{
  fill: rgb(201 231 245 / 0.3);
}
.fill-blue-9\/40{
  fill: rgb(201 231 245 / 0.4);
}
.fill-blue-9\/5{
  fill: rgb(201 231 245 / 0.05);
}
.fill-blue-9\/50{
  fill: rgb(201 231 245 / 0.5);
}
.fill-blue-9\/60{
  fill: rgb(201 231 245 / 0.6);
}
.fill-blue-9\/70{
  fill: rgb(201 231 245 / 0.7);
}
.fill-blue-9\/75{
  fill: rgb(201 231 245 / 0.75);
}
.fill-blue-9\/80{
  fill: rgb(201 231 245 / 0.8);
}
.fill-blue-9\/90{
  fill: rgb(201 231 245 / 0.9);
}
.fill-blue-9\/95{
  fill: rgb(201 231 245 / 0.95);
}
.fill-blue-900{
  fill: #1e3a8a;
}
.fill-blue-900\/0{
  fill: rgb(30 58 138 / 0);
}
.fill-blue-900\/10{
  fill: rgb(30 58 138 / 0.1);
}
.fill-blue-900\/100{
  fill: rgb(30 58 138 / 1);
}
.fill-blue-900\/20{
  fill: rgb(30 58 138 / 0.2);
}
.fill-blue-900\/25{
  fill: rgb(30 58 138 / 0.25);
}
.fill-blue-900\/30{
  fill: rgb(30 58 138 / 0.3);
}
.fill-blue-900\/40{
  fill: rgb(30 58 138 / 0.4);
}
.fill-blue-900\/5{
  fill: rgb(30 58 138 / 0.05);
}
.fill-blue-900\/50{
  fill: rgb(30 58 138 / 0.5);
}
.fill-blue-900\/60{
  fill: rgb(30 58 138 / 0.6);
}
.fill-blue-900\/70{
  fill: rgb(30 58 138 / 0.7);
}
.fill-blue-900\/75{
  fill: rgb(30 58 138 / 0.75);
}
.fill-blue-900\/80{
  fill: rgb(30 58 138 / 0.8);
}
.fill-blue-900\/90{
  fill: rgb(30 58 138 / 0.9);
}
.fill-blue-900\/95{
  fill: rgb(30 58 138 / 0.95);
}
.fill-blue-950{
  fill: #172554;
}
.fill-blue-950\/0{
  fill: rgb(23 37 84 / 0);
}
.fill-blue-950\/10{
  fill: rgb(23 37 84 / 0.1);
}
.fill-blue-950\/100{
  fill: rgb(23 37 84 / 1);
}
.fill-blue-950\/20{
  fill: rgb(23 37 84 / 0.2);
}
.fill-blue-950\/25{
  fill: rgb(23 37 84 / 0.25);
}
.fill-blue-950\/30{
  fill: rgb(23 37 84 / 0.3);
}
.fill-blue-950\/40{
  fill: rgb(23 37 84 / 0.4);
}
.fill-blue-950\/5{
  fill: rgb(23 37 84 / 0.05);
}
.fill-blue-950\/50{
  fill: rgb(23 37 84 / 0.5);
}
.fill-blue-950\/60{
  fill: rgb(23 37 84 / 0.6);
}
.fill-blue-950\/70{
  fill: rgb(23 37 84 / 0.7);
}
.fill-blue-950\/75{
  fill: rgb(23 37 84 / 0.75);
}
.fill-blue-950\/80{
  fill: rgb(23 37 84 / 0.8);
}
.fill-blue-950\/90{
  fill: rgb(23 37 84 / 0.9);
}
.fill-blue-950\/95{
  fill: rgb(23 37 84 / 0.95);
}
.fill-green-1{
  fill: #245026;
}
.fill-green-1\/0{
  fill: rgb(36 80 38 / 0);
}
.fill-green-1\/10{
  fill: rgb(36 80 38 / 0.1);
}
.fill-green-1\/100{
  fill: rgb(36 80 38 / 1);
}
.fill-green-1\/20{
  fill: rgb(36 80 38 / 0.2);
}
.fill-green-1\/25{
  fill: rgb(36 80 38 / 0.25);
}
.fill-green-1\/30{
  fill: rgb(36 80 38 / 0.3);
}
.fill-green-1\/40{
  fill: rgb(36 80 38 / 0.4);
}
.fill-green-1\/5{
  fill: rgb(36 80 38 / 0.05);
}
.fill-green-1\/50{
  fill: rgb(36 80 38 / 0.5);
}
.fill-green-1\/60{
  fill: rgb(36 80 38 / 0.6);
}
.fill-green-1\/70{
  fill: rgb(36 80 38 / 0.7);
}
.fill-green-1\/75{
  fill: rgb(36 80 38 / 0.75);
}
.fill-green-1\/80{
  fill: rgb(36 80 38 / 0.8);
}
.fill-green-1\/90{
  fill: rgb(36 80 38 / 0.9);
}
.fill-green-1\/95{
  fill: rgb(36 80 38 / 0.95);
}
.fill-green-10{
  fill: #EEF7EE;
}
.fill-green-10\/0{
  fill: rgb(238 247 238 / 0);
}
.fill-green-10\/10{
  fill: rgb(238 247 238 / 0.1);
}
.fill-green-10\/100{
  fill: rgb(238 247 238 / 1);
}
.fill-green-10\/20{
  fill: rgb(238 247 238 / 0.2);
}
.fill-green-10\/25{
  fill: rgb(238 247 238 / 0.25);
}
.fill-green-10\/30{
  fill: rgb(238 247 238 / 0.3);
}
.fill-green-10\/40{
  fill: rgb(238 247 238 / 0.4);
}
.fill-green-10\/5{
  fill: rgb(238 247 238 / 0.05);
}
.fill-green-10\/50{
  fill: rgb(238 247 238 / 0.5);
}
.fill-green-10\/60{
  fill: rgb(238 247 238 / 0.6);
}
.fill-green-10\/70{
  fill: rgb(238 247 238 / 0.7);
}
.fill-green-10\/75{
  fill: rgb(238 247 238 / 0.75);
}
.fill-green-10\/80{
  fill: rgb(238 247 238 / 0.8);
}
.fill-green-10\/90{
  fill: rgb(238 247 238 / 0.9);
}
.fill-green-10\/95{
  fill: rgb(238 247 238 / 0.95);
}
.fill-green-100{
  fill: #dcfce7;
}
.fill-green-100\/0{
  fill: rgb(220 252 231 / 0);
}
.fill-green-100\/10{
  fill: rgb(220 252 231 / 0.1);
}
.fill-green-100\/100{
  fill: rgb(220 252 231 / 1);
}
.fill-green-100\/20{
  fill: rgb(220 252 231 / 0.2);
}
.fill-green-100\/25{
  fill: rgb(220 252 231 / 0.25);
}
.fill-green-100\/30{
  fill: rgb(220 252 231 / 0.3);
}
.fill-green-100\/40{
  fill: rgb(220 252 231 / 0.4);
}
.fill-green-100\/5{
  fill: rgb(220 252 231 / 0.05);
}
.fill-green-100\/50{
  fill: rgb(220 252 231 / 0.5);
}
.fill-green-100\/60{
  fill: rgb(220 252 231 / 0.6);
}
.fill-green-100\/70{
  fill: rgb(220 252 231 / 0.7);
}
.fill-green-100\/75{
  fill: rgb(220 252 231 / 0.75);
}
.fill-green-100\/80{
  fill: rgb(220 252 231 / 0.8);
}
.fill-green-100\/90{
  fill: rgb(220 252 231 / 0.9);
}
.fill-green-100\/95{
  fill: rgb(220 252 231 / 0.95);
}
.fill-green-11{
  fill: #F5FAF5;
}
.fill-green-11\/0{
  fill: rgb(245 250 245 / 0);
}
.fill-green-11\/10{
  fill: rgb(245 250 245 / 0.1);
}
.fill-green-11\/100{
  fill: rgb(245 250 245 / 1);
}
.fill-green-11\/20{
  fill: rgb(245 250 245 / 0.2);
}
.fill-green-11\/25{
  fill: rgb(245 250 245 / 0.25);
}
.fill-green-11\/30{
  fill: rgb(245 250 245 / 0.3);
}
.fill-green-11\/40{
  fill: rgb(245 250 245 / 0.4);
}
.fill-green-11\/5{
  fill: rgb(245 250 245 / 0.05);
}
.fill-green-11\/50{
  fill: rgb(245 250 245 / 0.5);
}
.fill-green-11\/60{
  fill: rgb(245 250 245 / 0.6);
}
.fill-green-11\/70{
  fill: rgb(245 250 245 / 0.7);
}
.fill-green-11\/75{
  fill: rgb(245 250 245 / 0.75);
}
.fill-green-11\/80{
  fill: rgb(245 250 245 / 0.8);
}
.fill-green-11\/90{
  fill: rgb(245 250 245 / 0.9);
}
.fill-green-11\/95{
  fill: rgb(245 250 245 / 0.95);
}
.fill-green-2{
  fill: #2E6530;
}
.fill-green-2\/0{
  fill: rgb(46 101 48 / 0);
}
.fill-green-2\/10{
  fill: rgb(46 101 48 / 0.1);
}
.fill-green-2\/100{
  fill: rgb(46 101 48 / 1);
}
.fill-green-2\/20{
  fill: rgb(46 101 48 / 0.2);
}
.fill-green-2\/25{
  fill: rgb(46 101 48 / 0.25);
}
.fill-green-2\/30{
  fill: rgb(46 101 48 / 0.3);
}
.fill-green-2\/40{
  fill: rgb(46 101 48 / 0.4);
}
.fill-green-2\/5{
  fill: rgb(46 101 48 / 0.05);
}
.fill-green-2\/50{
  fill: rgb(46 101 48 / 0.5);
}
.fill-green-2\/60{
  fill: rgb(46 101 48 / 0.6);
}
.fill-green-2\/70{
  fill: rgb(46 101 48 / 0.7);
}
.fill-green-2\/75{
  fill: rgb(46 101 48 / 0.75);
}
.fill-green-2\/80{
  fill: rgb(46 101 48 / 0.8);
}
.fill-green-2\/90{
  fill: rgb(46 101 48 / 0.9);
}
.fill-green-2\/95{
  fill: rgb(46 101 48 / 0.95);
}
.fill-green-200{
  fill: #bbf7d0;
}
.fill-green-200\/0{
  fill: rgb(187 247 208 / 0);
}
.fill-green-200\/10{
  fill: rgb(187 247 208 / 0.1);
}
.fill-green-200\/100{
  fill: rgb(187 247 208 / 1);
}
.fill-green-200\/20{
  fill: rgb(187 247 208 / 0.2);
}
.fill-green-200\/25{
  fill: rgb(187 247 208 / 0.25);
}
.fill-green-200\/30{
  fill: rgb(187 247 208 / 0.3);
}
.fill-green-200\/40{
  fill: rgb(187 247 208 / 0.4);
}
.fill-green-200\/5{
  fill: rgb(187 247 208 / 0.05);
}
.fill-green-200\/50{
  fill: rgb(187 247 208 / 0.5);
}
.fill-green-200\/60{
  fill: rgb(187 247 208 / 0.6);
}
.fill-green-200\/70{
  fill: rgb(187 247 208 / 0.7);
}
.fill-green-200\/75{
  fill: rgb(187 247 208 / 0.75);
}
.fill-green-200\/80{
  fill: rgb(187 247 208 / 0.8);
}
.fill-green-200\/90{
  fill: rgb(187 247 208 / 0.9);
}
.fill-green-200\/95{
  fill: rgb(187 247 208 / 0.95);
}
.fill-green-3{
  fill: #3A7E3C;
}
.fill-green-3\/0{
  fill: rgb(58 126 60 / 0);
}
.fill-green-3\/10{
  fill: rgb(58 126 60 / 0.1);
}
.fill-green-3\/100{
  fill: rgb(58 126 60 / 1);
}
.fill-green-3\/20{
  fill: rgb(58 126 60 / 0.2);
}
.fill-green-3\/25{
  fill: rgb(58 126 60 / 0.25);
}
.fill-green-3\/30{
  fill: rgb(58 126 60 / 0.3);
}
.fill-green-3\/40{
  fill: rgb(58 126 60 / 0.4);
}
.fill-green-3\/5{
  fill: rgb(58 126 60 / 0.05);
}
.fill-green-3\/50{
  fill: rgb(58 126 60 / 0.5);
}
.fill-green-3\/60{
  fill: rgb(58 126 60 / 0.6);
}
.fill-green-3\/70{
  fill: rgb(58 126 60 / 0.7);
}
.fill-green-3\/75{
  fill: rgb(58 126 60 / 0.75);
}
.fill-green-3\/80{
  fill: rgb(58 126 60 / 0.8);
}
.fill-green-3\/90{
  fill: rgb(58 126 60 / 0.9);
}
.fill-green-3\/95{
  fill: rgb(58 126 60 / 0.95);
}
.fill-green-300{
  fill: #86efac;
}
.fill-green-300\/0{
  fill: rgb(134 239 172 / 0);
}
.fill-green-300\/10{
  fill: rgb(134 239 172 / 0.1);
}
.fill-green-300\/100{
  fill: rgb(134 239 172 / 1);
}
.fill-green-300\/20{
  fill: rgb(134 239 172 / 0.2);
}
.fill-green-300\/25{
  fill: rgb(134 239 172 / 0.25);
}
.fill-green-300\/30{
  fill: rgb(134 239 172 / 0.3);
}
.fill-green-300\/40{
  fill: rgb(134 239 172 / 0.4);
}
.fill-green-300\/5{
  fill: rgb(134 239 172 / 0.05);
}
.fill-green-300\/50{
  fill: rgb(134 239 172 / 0.5);
}
.fill-green-300\/60{
  fill: rgb(134 239 172 / 0.6);
}
.fill-green-300\/70{
  fill: rgb(134 239 172 / 0.7);
}
.fill-green-300\/75{
  fill: rgb(134 239 172 / 0.75);
}
.fill-green-300\/80{
  fill: rgb(134 239 172 / 0.8);
}
.fill-green-300\/90{
  fill: rgb(134 239 172 / 0.9);
}
.fill-green-300\/95{
  fill: rgb(134 239 172 / 0.95);
}
.fill-green-4{
  fill: #459748;
}
.fill-green-4\/0{
  fill: rgb(69 151 72 / 0);
}
.fill-green-4\/10{
  fill: rgb(69 151 72 / 0.1);
}
.fill-green-4\/100{
  fill: rgb(69 151 72 / 1);
}
.fill-green-4\/20{
  fill: rgb(69 151 72 / 0.2);
}
.fill-green-4\/25{
  fill: rgb(69 151 72 / 0.25);
}
.fill-green-4\/30{
  fill: rgb(69 151 72 / 0.3);
}
.fill-green-4\/40{
  fill: rgb(69 151 72 / 0.4);
}
.fill-green-4\/5{
  fill: rgb(69 151 72 / 0.05);
}
.fill-green-4\/50{
  fill: rgb(69 151 72 / 0.5);
}
.fill-green-4\/60{
  fill: rgb(69 151 72 / 0.6);
}
.fill-green-4\/70{
  fill: rgb(69 151 72 / 0.7);
}
.fill-green-4\/75{
  fill: rgb(69 151 72 / 0.75);
}
.fill-green-4\/80{
  fill: rgb(69 151 72 / 0.8);
}
.fill-green-4\/90{
  fill: rgb(69 151 72 / 0.9);
}
.fill-green-4\/95{
  fill: rgb(69 151 72 / 0.95);
}
.fill-green-400{
  fill: #4ade80;
}
.fill-green-400\/0{
  fill: rgb(74 222 128 / 0);
}
.fill-green-400\/10{
  fill: rgb(74 222 128 / 0.1);
}
.fill-green-400\/100{
  fill: rgb(74 222 128 / 1);
}
.fill-green-400\/20{
  fill: rgb(74 222 128 / 0.2);
}
.fill-green-400\/25{
  fill: rgb(74 222 128 / 0.25);
}
.fill-green-400\/30{
  fill: rgb(74 222 128 / 0.3);
}
.fill-green-400\/40{
  fill: rgb(74 222 128 / 0.4);
}
.fill-green-400\/5{
  fill: rgb(74 222 128 / 0.05);
}
.fill-green-400\/50{
  fill: rgb(74 222 128 / 0.5);
}
.fill-green-400\/60{
  fill: rgb(74 222 128 / 0.6);
}
.fill-green-400\/70{
  fill: rgb(74 222 128 / 0.7);
}
.fill-green-400\/75{
  fill: rgb(74 222 128 / 0.75);
}
.fill-green-400\/80{
  fill: rgb(74 222 128 / 0.8);
}
.fill-green-400\/90{
  fill: rgb(74 222 128 / 0.9);
}
.fill-green-400\/95{
  fill: rgb(74 222 128 / 0.95);
}
.fill-green-5{
  fill: #51B255;
}
.fill-green-5\/0{
  fill: rgb(81 178 85 / 0);
}
.fill-green-5\/10{
  fill: rgb(81 178 85 / 0.1);
}
.fill-green-5\/100{
  fill: rgb(81 178 85 / 1);
}
.fill-green-5\/20{
  fill: rgb(81 178 85 / 0.2);
}
.fill-green-5\/25{
  fill: rgb(81 178 85 / 0.25);
}
.fill-green-5\/30{
  fill: rgb(81 178 85 / 0.3);
}
.fill-green-5\/40{
  fill: rgb(81 178 85 / 0.4);
}
.fill-green-5\/5{
  fill: rgb(81 178 85 / 0.05);
}
.fill-green-5\/50{
  fill: rgb(81 178 85 / 0.5);
}
.fill-green-5\/60{
  fill: rgb(81 178 85 / 0.6);
}
.fill-green-5\/70{
  fill: rgb(81 178 85 / 0.7);
}
.fill-green-5\/75{
  fill: rgb(81 178 85 / 0.75);
}
.fill-green-5\/80{
  fill: rgb(81 178 85 / 0.8);
}
.fill-green-5\/90{
  fill: rgb(81 178 85 / 0.9);
}
.fill-green-5\/95{
  fill: rgb(81 178 85 / 0.95);
}
.fill-green-50{
  fill: #f0fdf4;
}
.fill-green-50\/0{
  fill: rgb(240 253 244 / 0);
}
.fill-green-50\/10{
  fill: rgb(240 253 244 / 0.1);
}
.fill-green-50\/100{
  fill: rgb(240 253 244 / 1);
}
.fill-green-50\/20{
  fill: rgb(240 253 244 / 0.2);
}
.fill-green-50\/25{
  fill: rgb(240 253 244 / 0.25);
}
.fill-green-50\/30{
  fill: rgb(240 253 244 / 0.3);
}
.fill-green-50\/40{
  fill: rgb(240 253 244 / 0.4);
}
.fill-green-50\/5{
  fill: rgb(240 253 244 / 0.05);
}
.fill-green-50\/50{
  fill: rgb(240 253 244 / 0.5);
}
.fill-green-50\/60{
  fill: rgb(240 253 244 / 0.6);
}
.fill-green-50\/70{
  fill: rgb(240 253 244 / 0.7);
}
.fill-green-50\/75{
  fill: rgb(240 253 244 / 0.75);
}
.fill-green-50\/80{
  fill: rgb(240 253 244 / 0.8);
}
.fill-green-50\/90{
  fill: rgb(240 253 244 / 0.9);
}
.fill-green-50\/95{
  fill: rgb(240 253 244 / 0.95);
}
.fill-green-500{
  fill: #22c55e;
}
.fill-green-500\/0{
  fill: rgb(34 197 94 / 0);
}
.fill-green-500\/10{
  fill: rgb(34 197 94 / 0.1);
}
.fill-green-500\/100{
  fill: rgb(34 197 94 / 1);
}
.fill-green-500\/20{
  fill: rgb(34 197 94 / 0.2);
}
.fill-green-500\/25{
  fill: rgb(34 197 94 / 0.25);
}
.fill-green-500\/30{
  fill: rgb(34 197 94 / 0.3);
}
.fill-green-500\/40{
  fill: rgb(34 197 94 / 0.4);
}
.fill-green-500\/5{
  fill: rgb(34 197 94 / 0.05);
}
.fill-green-500\/50{
  fill: rgb(34 197 94 / 0.5);
}
.fill-green-500\/60{
  fill: rgb(34 197 94 / 0.6);
}
.fill-green-500\/70{
  fill: rgb(34 197 94 / 0.7);
}
.fill-green-500\/75{
  fill: rgb(34 197 94 / 0.75);
}
.fill-green-500\/80{
  fill: rgb(34 197 94 / 0.8);
}
.fill-green-500\/90{
  fill: rgb(34 197 94 / 0.9);
}
.fill-green-500\/95{
  fill: rgb(34 197 94 / 0.95);
}
.fill-green-6{
  fill: #70C074;
}
.fill-green-6\/0{
  fill: rgb(112 192 116 / 0);
}
.fill-green-6\/10{
  fill: rgb(112 192 116 / 0.1);
}
.fill-green-6\/100{
  fill: rgb(112 192 116 / 1);
}
.fill-green-6\/20{
  fill: rgb(112 192 116 / 0.2);
}
.fill-green-6\/25{
  fill: rgb(112 192 116 / 0.25);
}
.fill-green-6\/30{
  fill: rgb(112 192 116 / 0.3);
}
.fill-green-6\/40{
  fill: rgb(112 192 116 / 0.4);
}
.fill-green-6\/5{
  fill: rgb(112 192 116 / 0.05);
}
.fill-green-6\/50{
  fill: rgb(112 192 116 / 0.5);
}
.fill-green-6\/60{
  fill: rgb(112 192 116 / 0.6);
}
.fill-green-6\/70{
  fill: rgb(112 192 116 / 0.7);
}
.fill-green-6\/75{
  fill: rgb(112 192 116 / 0.75);
}
.fill-green-6\/80{
  fill: rgb(112 192 116 / 0.8);
}
.fill-green-6\/90{
  fill: rgb(112 192 116 / 0.9);
}
.fill-green-6\/95{
  fill: rgb(112 192 116 / 0.95);
}
.fill-green-600{
  fill: #16a34a;
}
.fill-green-600\/0{
  fill: rgb(22 163 74 / 0);
}
.fill-green-600\/10{
  fill: rgb(22 163 74 / 0.1);
}
.fill-green-600\/100{
  fill: rgb(22 163 74 / 1);
}
.fill-green-600\/20{
  fill: rgb(22 163 74 / 0.2);
}
.fill-green-600\/25{
  fill: rgb(22 163 74 / 0.25);
}
.fill-green-600\/30{
  fill: rgb(22 163 74 / 0.3);
}
.fill-green-600\/40{
  fill: rgb(22 163 74 / 0.4);
}
.fill-green-600\/5{
  fill: rgb(22 163 74 / 0.05);
}
.fill-green-600\/50{
  fill: rgb(22 163 74 / 0.5);
}
.fill-green-600\/60{
  fill: rgb(22 163 74 / 0.6);
}
.fill-green-600\/70{
  fill: rgb(22 163 74 / 0.7);
}
.fill-green-600\/75{
  fill: rgb(22 163 74 / 0.75);
}
.fill-green-600\/80{
  fill: rgb(22 163 74 / 0.8);
}
.fill-green-600\/90{
  fill: rgb(22 163 74 / 0.9);
}
.fill-green-600\/95{
  fill: rgb(22 163 74 / 0.95);
}
.fill-green-7{
  fill: #91CE94;
}
.fill-green-7\/0{
  fill: rgb(145 206 148 / 0);
}
.fill-green-7\/10{
  fill: rgb(145 206 148 / 0.1);
}
.fill-green-7\/100{
  fill: rgb(145 206 148 / 1);
}
.fill-green-7\/20{
  fill: rgb(145 206 148 / 0.2);
}
.fill-green-7\/25{
  fill: rgb(145 206 148 / 0.25);
}
.fill-green-7\/30{
  fill: rgb(145 206 148 / 0.3);
}
.fill-green-7\/40{
  fill: rgb(145 206 148 / 0.4);
}
.fill-green-7\/5{
  fill: rgb(145 206 148 / 0.05);
}
.fill-green-7\/50{
  fill: rgb(145 206 148 / 0.5);
}
.fill-green-7\/60{
  fill: rgb(145 206 148 / 0.6);
}
.fill-green-7\/70{
  fill: rgb(145 206 148 / 0.7);
}
.fill-green-7\/75{
  fill: rgb(145 206 148 / 0.75);
}
.fill-green-7\/80{
  fill: rgb(145 206 148 / 0.8);
}
.fill-green-7\/90{
  fill: rgb(145 206 148 / 0.9);
}
.fill-green-7\/95{
  fill: rgb(145 206 148 / 0.95);
}
.fill-green-700{
  fill: #15803d;
}
.fill-green-700\/0{
  fill: rgb(21 128 61 / 0);
}
.fill-green-700\/10{
  fill: rgb(21 128 61 / 0.1);
}
.fill-green-700\/100{
  fill: rgb(21 128 61 / 1);
}
.fill-green-700\/20{
  fill: rgb(21 128 61 / 0.2);
}
.fill-green-700\/25{
  fill: rgb(21 128 61 / 0.25);
}
.fill-green-700\/30{
  fill: rgb(21 128 61 / 0.3);
}
.fill-green-700\/40{
  fill: rgb(21 128 61 / 0.4);
}
.fill-green-700\/5{
  fill: rgb(21 128 61 / 0.05);
}
.fill-green-700\/50{
  fill: rgb(21 128 61 / 0.5);
}
.fill-green-700\/60{
  fill: rgb(21 128 61 / 0.6);
}
.fill-green-700\/70{
  fill: rgb(21 128 61 / 0.7);
}
.fill-green-700\/75{
  fill: rgb(21 128 61 / 0.75);
}
.fill-green-700\/80{
  fill: rgb(21 128 61 / 0.8);
}
.fill-green-700\/90{
  fill: rgb(21 128 61 / 0.9);
}
.fill-green-700\/95{
  fill: rgb(21 128 61 / 0.95);
}
.fill-green-8{
  fill: #B4DEB6;
}
.fill-green-8\/0{
  fill: rgb(180 222 182 / 0);
}
.fill-green-8\/10{
  fill: rgb(180 222 182 / 0.1);
}
.fill-green-8\/100{
  fill: rgb(180 222 182 / 1);
}
.fill-green-8\/20{
  fill: rgb(180 222 182 / 0.2);
}
.fill-green-8\/25{
  fill: rgb(180 222 182 / 0.25);
}
.fill-green-8\/30{
  fill: rgb(180 222 182 / 0.3);
}
.fill-green-8\/40{
  fill: rgb(180 222 182 / 0.4);
}
.fill-green-8\/5{
  fill: rgb(180 222 182 / 0.05);
}
.fill-green-8\/50{
  fill: rgb(180 222 182 / 0.5);
}
.fill-green-8\/60{
  fill: rgb(180 222 182 / 0.6);
}
.fill-green-8\/70{
  fill: rgb(180 222 182 / 0.7);
}
.fill-green-8\/75{
  fill: rgb(180 222 182 / 0.75);
}
.fill-green-8\/80{
  fill: rgb(180 222 182 / 0.8);
}
.fill-green-8\/90{
  fill: rgb(180 222 182 / 0.9);
}
.fill-green-8\/95{
  fill: rgb(180 222 182 / 0.95);
}
.fill-green-800{
  fill: #166534;
}
.fill-green-800\/0{
  fill: rgb(22 101 52 / 0);
}
.fill-green-800\/10{
  fill: rgb(22 101 52 / 0.1);
}
.fill-green-800\/100{
  fill: rgb(22 101 52 / 1);
}
.fill-green-800\/20{
  fill: rgb(22 101 52 / 0.2);
}
.fill-green-800\/25{
  fill: rgb(22 101 52 / 0.25);
}
.fill-green-800\/30{
  fill: rgb(22 101 52 / 0.3);
}
.fill-green-800\/40{
  fill: rgb(22 101 52 / 0.4);
}
.fill-green-800\/5{
  fill: rgb(22 101 52 / 0.05);
}
.fill-green-800\/50{
  fill: rgb(22 101 52 / 0.5);
}
.fill-green-800\/60{
  fill: rgb(22 101 52 / 0.6);
}
.fill-green-800\/70{
  fill: rgb(22 101 52 / 0.7);
}
.fill-green-800\/75{
  fill: rgb(22 101 52 / 0.75);
}
.fill-green-800\/80{
  fill: rgb(22 101 52 / 0.8);
}
.fill-green-800\/90{
  fill: rgb(22 101 52 / 0.9);
}
.fill-green-800\/95{
  fill: rgb(22 101 52 / 0.95);
}
.fill-green-9{
  fill: #D5EDD6;
}
.fill-green-9\/0{
  fill: rgb(213 237 214 / 0);
}
.fill-green-9\/10{
  fill: rgb(213 237 214 / 0.1);
}
.fill-green-9\/100{
  fill: rgb(213 237 214 / 1);
}
.fill-green-9\/20{
  fill: rgb(213 237 214 / 0.2);
}
.fill-green-9\/25{
  fill: rgb(213 237 214 / 0.25);
}
.fill-green-9\/30{
  fill: rgb(213 237 214 / 0.3);
}
.fill-green-9\/40{
  fill: rgb(213 237 214 / 0.4);
}
.fill-green-9\/5{
  fill: rgb(213 237 214 / 0.05);
}
.fill-green-9\/50{
  fill: rgb(213 237 214 / 0.5);
}
.fill-green-9\/60{
  fill: rgb(213 237 214 / 0.6);
}
.fill-green-9\/70{
  fill: rgb(213 237 214 / 0.7);
}
.fill-green-9\/75{
  fill: rgb(213 237 214 / 0.75);
}
.fill-green-9\/80{
  fill: rgb(213 237 214 / 0.8);
}
.fill-green-9\/90{
  fill: rgb(213 237 214 / 0.9);
}
.fill-green-9\/95{
  fill: rgb(213 237 214 / 0.95);
}
.fill-green-900{
  fill: #14532d;
}
.fill-green-900\/0{
  fill: rgb(20 83 45 / 0);
}
.fill-green-900\/10{
  fill: rgb(20 83 45 / 0.1);
}
.fill-green-900\/100{
  fill: rgb(20 83 45 / 1);
}
.fill-green-900\/20{
  fill: rgb(20 83 45 / 0.2);
}
.fill-green-900\/25{
  fill: rgb(20 83 45 / 0.25);
}
.fill-green-900\/30{
  fill: rgb(20 83 45 / 0.3);
}
.fill-green-900\/40{
  fill: rgb(20 83 45 / 0.4);
}
.fill-green-900\/5{
  fill: rgb(20 83 45 / 0.05);
}
.fill-green-900\/50{
  fill: rgb(20 83 45 / 0.5);
}
.fill-green-900\/60{
  fill: rgb(20 83 45 / 0.6);
}
.fill-green-900\/70{
  fill: rgb(20 83 45 / 0.7);
}
.fill-green-900\/75{
  fill: rgb(20 83 45 / 0.75);
}
.fill-green-900\/80{
  fill: rgb(20 83 45 / 0.8);
}
.fill-green-900\/90{
  fill: rgb(20 83 45 / 0.9);
}
.fill-green-900\/95{
  fill: rgb(20 83 45 / 0.95);
}
.fill-green-950{
  fill: #052e16;
}
.fill-green-950\/0{
  fill: rgb(5 46 22 / 0);
}
.fill-green-950\/10{
  fill: rgb(5 46 22 / 0.1);
}
.fill-green-950\/100{
  fill: rgb(5 46 22 / 1);
}
.fill-green-950\/20{
  fill: rgb(5 46 22 / 0.2);
}
.fill-green-950\/25{
  fill: rgb(5 46 22 / 0.25);
}
.fill-green-950\/30{
  fill: rgb(5 46 22 / 0.3);
}
.fill-green-950\/40{
  fill: rgb(5 46 22 / 0.4);
}
.fill-green-950\/5{
  fill: rgb(5 46 22 / 0.05);
}
.fill-green-950\/50{
  fill: rgb(5 46 22 / 0.5);
}
.fill-green-950\/60{
  fill: rgb(5 46 22 / 0.6);
}
.fill-green-950\/70{
  fill: rgb(5 46 22 / 0.7);
}
.fill-green-950\/75{
  fill: rgb(5 46 22 / 0.75);
}
.fill-green-950\/80{
  fill: rgb(5 46 22 / 0.8);
}
.fill-green-950\/90{
  fill: rgb(5 46 22 / 0.9);
}
.fill-green-950\/95{
  fill: rgb(5 46 22 / 0.95);
}
.fill-orange-1{
  fill: #6F431C;
}
.fill-orange-1\/0{
  fill: rgb(111 67 28 / 0);
}
.fill-orange-1\/10{
  fill: rgb(111 67 28 / 0.1);
}
.fill-orange-1\/100{
  fill: rgb(111 67 28 / 1);
}
.fill-orange-1\/20{
  fill: rgb(111 67 28 / 0.2);
}
.fill-orange-1\/25{
  fill: rgb(111 67 28 / 0.25);
}
.fill-orange-1\/30{
  fill: rgb(111 67 28 / 0.3);
}
.fill-orange-1\/40{
  fill: rgb(111 67 28 / 0.4);
}
.fill-orange-1\/5{
  fill: rgb(111 67 28 / 0.05);
}
.fill-orange-1\/50{
  fill: rgb(111 67 28 / 0.5);
}
.fill-orange-1\/60{
  fill: rgb(111 67 28 / 0.6);
}
.fill-orange-1\/70{
  fill: rgb(111 67 28 / 0.7);
}
.fill-orange-1\/75{
  fill: rgb(111 67 28 / 0.75);
}
.fill-orange-1\/80{
  fill: rgb(111 67 28 / 0.8);
}
.fill-orange-1\/90{
  fill: rgb(111 67 28 / 0.9);
}
.fill-orange-1\/95{
  fill: rgb(111 67 28 / 0.95);
}
.fill-orange-10{
  fill: #FEF1E7;
}
.fill-orange-10\/0{
  fill: rgb(254 241 231 / 0);
}
.fill-orange-10\/10{
  fill: rgb(254 241 231 / 0.1);
}
.fill-orange-10\/100{
  fill: rgb(254 241 231 / 1);
}
.fill-orange-10\/20{
  fill: rgb(254 241 231 / 0.2);
}
.fill-orange-10\/25{
  fill: rgb(254 241 231 / 0.25);
}
.fill-orange-10\/30{
  fill: rgb(254 241 231 / 0.3);
}
.fill-orange-10\/40{
  fill: rgb(254 241 231 / 0.4);
}
.fill-orange-10\/5{
  fill: rgb(254 241 231 / 0.05);
}
.fill-orange-10\/50{
  fill: rgb(254 241 231 / 0.5);
}
.fill-orange-10\/60{
  fill: rgb(254 241 231 / 0.6);
}
.fill-orange-10\/70{
  fill: rgb(254 241 231 / 0.7);
}
.fill-orange-10\/75{
  fill: rgb(254 241 231 / 0.75);
}
.fill-orange-10\/80{
  fill: rgb(254 241 231 / 0.8);
}
.fill-orange-10\/90{
  fill: rgb(254 241 231 / 0.9);
}
.fill-orange-10\/95{
  fill: rgb(254 241 231 / 0.95);
}
.fill-orange-100{
  fill: #ffedd5;
}
.fill-orange-100\/0{
  fill: rgb(255 237 213 / 0);
}
.fill-orange-100\/10{
  fill: rgb(255 237 213 / 0.1);
}
.fill-orange-100\/100{
  fill: rgb(255 237 213 / 1);
}
.fill-orange-100\/20{
  fill: rgb(255 237 213 / 0.2);
}
.fill-orange-100\/25{
  fill: rgb(255 237 213 / 0.25);
}
.fill-orange-100\/30{
  fill: rgb(255 237 213 / 0.3);
}
.fill-orange-100\/40{
  fill: rgb(255 237 213 / 0.4);
}
.fill-orange-100\/5{
  fill: rgb(255 237 213 / 0.05);
}
.fill-orange-100\/50{
  fill: rgb(255 237 213 / 0.5);
}
.fill-orange-100\/60{
  fill: rgb(255 237 213 / 0.6);
}
.fill-orange-100\/70{
  fill: rgb(255 237 213 / 0.7);
}
.fill-orange-100\/75{
  fill: rgb(255 237 213 / 0.75);
}
.fill-orange-100\/80{
  fill: rgb(255 237 213 / 0.8);
}
.fill-orange-100\/90{
  fill: rgb(255 237 213 / 0.9);
}
.fill-orange-100\/95{
  fill: rgb(255 237 213 / 0.95);
}
.fill-orange-11{
  fill: #FEF7F0;
}
.fill-orange-11\/0{
  fill: rgb(254 247 240 / 0);
}
.fill-orange-11\/10{
  fill: rgb(254 247 240 / 0.1);
}
.fill-orange-11\/100{
  fill: rgb(254 247 240 / 1);
}
.fill-orange-11\/20{
  fill: rgb(254 247 240 / 0.2);
}
.fill-orange-11\/25{
  fill: rgb(254 247 240 / 0.25);
}
.fill-orange-11\/30{
  fill: rgb(254 247 240 / 0.3);
}
.fill-orange-11\/40{
  fill: rgb(254 247 240 / 0.4);
}
.fill-orange-11\/5{
  fill: rgb(254 247 240 / 0.05);
}
.fill-orange-11\/50{
  fill: rgb(254 247 240 / 0.5);
}
.fill-orange-11\/60{
  fill: rgb(254 247 240 / 0.6);
}
.fill-orange-11\/70{
  fill: rgb(254 247 240 / 0.7);
}
.fill-orange-11\/75{
  fill: rgb(254 247 240 / 0.75);
}
.fill-orange-11\/80{
  fill: rgb(254 247 240 / 0.8);
}
.fill-orange-11\/90{
  fill: rgb(254 247 240 / 0.9);
}
.fill-orange-11\/95{
  fill: rgb(254 247 240 / 0.95);
}
.fill-orange-2{
  fill: #8D5423;
}
.fill-orange-2\/0{
  fill: rgb(141 84 35 / 0);
}
.fill-orange-2\/10{
  fill: rgb(141 84 35 / 0.1);
}
.fill-orange-2\/100{
  fill: rgb(141 84 35 / 1);
}
.fill-orange-2\/20{
  fill: rgb(141 84 35 / 0.2);
}
.fill-orange-2\/25{
  fill: rgb(141 84 35 / 0.25);
}
.fill-orange-2\/30{
  fill: rgb(141 84 35 / 0.3);
}
.fill-orange-2\/40{
  fill: rgb(141 84 35 / 0.4);
}
.fill-orange-2\/5{
  fill: rgb(141 84 35 / 0.05);
}
.fill-orange-2\/50{
  fill: rgb(141 84 35 / 0.5);
}
.fill-orange-2\/60{
  fill: rgb(141 84 35 / 0.6);
}
.fill-orange-2\/70{
  fill: rgb(141 84 35 / 0.7);
}
.fill-orange-2\/75{
  fill: rgb(141 84 35 / 0.75);
}
.fill-orange-2\/80{
  fill: rgb(141 84 35 / 0.8);
}
.fill-orange-2\/90{
  fill: rgb(141 84 35 / 0.9);
}
.fill-orange-2\/95{
  fill: rgb(141 84 35 / 0.95);
}
.fill-orange-200{
  fill: #fed7aa;
}
.fill-orange-200\/0{
  fill: rgb(254 215 170 / 0);
}
.fill-orange-200\/10{
  fill: rgb(254 215 170 / 0.1);
}
.fill-orange-200\/100{
  fill: rgb(254 215 170 / 1);
}
.fill-orange-200\/20{
  fill: rgb(254 215 170 / 0.2);
}
.fill-orange-200\/25{
  fill: rgb(254 215 170 / 0.25);
}
.fill-orange-200\/30{
  fill: rgb(254 215 170 / 0.3);
}
.fill-orange-200\/40{
  fill: rgb(254 215 170 / 0.4);
}
.fill-orange-200\/5{
  fill: rgb(254 215 170 / 0.05);
}
.fill-orange-200\/50{
  fill: rgb(254 215 170 / 0.5);
}
.fill-orange-200\/60{
  fill: rgb(254 215 170 / 0.6);
}
.fill-orange-200\/70{
  fill: rgb(254 215 170 / 0.7);
}
.fill-orange-200\/75{
  fill: rgb(254 215 170 / 0.75);
}
.fill-orange-200\/80{
  fill: rgb(254 215 170 / 0.8);
}
.fill-orange-200\/90{
  fill: rgb(254 215 170 / 0.9);
}
.fill-orange-200\/95{
  fill: rgb(254 215 170 / 0.95);
}
.fill-orange-3{
  fill: #AF692C;
}
.fill-orange-3\/0{
  fill: rgb(175 105 44 / 0);
}
.fill-orange-3\/10{
  fill: rgb(175 105 44 / 0.1);
}
.fill-orange-3\/100{
  fill: rgb(175 105 44 / 1);
}
.fill-orange-3\/20{
  fill: rgb(175 105 44 / 0.2);
}
.fill-orange-3\/25{
  fill: rgb(175 105 44 / 0.25);
}
.fill-orange-3\/30{
  fill: rgb(175 105 44 / 0.3);
}
.fill-orange-3\/40{
  fill: rgb(175 105 44 / 0.4);
}
.fill-orange-3\/5{
  fill: rgb(175 105 44 / 0.05);
}
.fill-orange-3\/50{
  fill: rgb(175 105 44 / 0.5);
}
.fill-orange-3\/60{
  fill: rgb(175 105 44 / 0.6);
}
.fill-orange-3\/70{
  fill: rgb(175 105 44 / 0.7);
}
.fill-orange-3\/75{
  fill: rgb(175 105 44 / 0.75);
}
.fill-orange-3\/80{
  fill: rgb(175 105 44 / 0.8);
}
.fill-orange-3\/90{
  fill: rgb(175 105 44 / 0.9);
}
.fill-orange-3\/95{
  fill: rgb(175 105 44 / 0.95);
}
.fill-orange-300{
  fill: #fdba74;
}
.fill-orange-300\/0{
  fill: rgb(253 186 116 / 0);
}
.fill-orange-300\/10{
  fill: rgb(253 186 116 / 0.1);
}
.fill-orange-300\/100{
  fill: rgb(253 186 116 / 1);
}
.fill-orange-300\/20{
  fill: rgb(253 186 116 / 0.2);
}
.fill-orange-300\/25{
  fill: rgb(253 186 116 / 0.25);
}
.fill-orange-300\/30{
  fill: rgb(253 186 116 / 0.3);
}
.fill-orange-300\/40{
  fill: rgb(253 186 116 / 0.4);
}
.fill-orange-300\/5{
  fill: rgb(253 186 116 / 0.05);
}
.fill-orange-300\/50{
  fill: rgb(253 186 116 / 0.5);
}
.fill-orange-300\/60{
  fill: rgb(253 186 116 / 0.6);
}
.fill-orange-300\/70{
  fill: rgb(253 186 116 / 0.7);
}
.fill-orange-300\/75{
  fill: rgb(253 186 116 / 0.75);
}
.fill-orange-300\/80{
  fill: rgb(253 186 116 / 0.8);
}
.fill-orange-300\/90{
  fill: rgb(253 186 116 / 0.9);
}
.fill-orange-300\/95{
  fill: rgb(253 186 116 / 0.95);
}
.fill-orange-4{
  fill: #D27E35;
}
.fill-orange-4\/0{
  fill: rgb(210 126 53 / 0);
}
.fill-orange-4\/10{
  fill: rgb(210 126 53 / 0.1);
}
.fill-orange-4\/100{
  fill: rgb(210 126 53 / 1);
}
.fill-orange-4\/20{
  fill: rgb(210 126 53 / 0.2);
}
.fill-orange-4\/25{
  fill: rgb(210 126 53 / 0.25);
}
.fill-orange-4\/30{
  fill: rgb(210 126 53 / 0.3);
}
.fill-orange-4\/40{
  fill: rgb(210 126 53 / 0.4);
}
.fill-orange-4\/5{
  fill: rgb(210 126 53 / 0.05);
}
.fill-orange-4\/50{
  fill: rgb(210 126 53 / 0.5);
}
.fill-orange-4\/60{
  fill: rgb(210 126 53 / 0.6);
}
.fill-orange-4\/70{
  fill: rgb(210 126 53 / 0.7);
}
.fill-orange-4\/75{
  fill: rgb(210 126 53 / 0.75);
}
.fill-orange-4\/80{
  fill: rgb(210 126 53 / 0.8);
}
.fill-orange-4\/90{
  fill: rgb(210 126 53 / 0.9);
}
.fill-orange-4\/95{
  fill: rgb(210 126 53 / 0.95);
}
.fill-orange-400{
  fill: #fb923c;
}
.fill-orange-400\/0{
  fill: rgb(251 146 60 / 0);
}
.fill-orange-400\/10{
  fill: rgb(251 146 60 / 0.1);
}
.fill-orange-400\/100{
  fill: rgb(251 146 60 / 1);
}
.fill-orange-400\/20{
  fill: rgb(251 146 60 / 0.2);
}
.fill-orange-400\/25{
  fill: rgb(251 146 60 / 0.25);
}
.fill-orange-400\/30{
  fill: rgb(251 146 60 / 0.3);
}
.fill-orange-400\/40{
  fill: rgb(251 146 60 / 0.4);
}
.fill-orange-400\/5{
  fill: rgb(251 146 60 / 0.05);
}
.fill-orange-400\/50{
  fill: rgb(251 146 60 / 0.5);
}
.fill-orange-400\/60{
  fill: rgb(251 146 60 / 0.6);
}
.fill-orange-400\/70{
  fill: rgb(251 146 60 / 0.7);
}
.fill-orange-400\/75{
  fill: rgb(251 146 60 / 0.75);
}
.fill-orange-400\/80{
  fill: rgb(251 146 60 / 0.8);
}
.fill-orange-400\/90{
  fill: rgb(251 146 60 / 0.9);
}
.fill-orange-400\/95{
  fill: rgb(251 146 60 / 0.95);
}
.fill-orange-5{
  fill: #F7943E;
}
.fill-orange-5\/0{
  fill: rgb(247 148 62 / 0);
}
.fill-orange-5\/10{
  fill: rgb(247 148 62 / 0.1);
}
.fill-orange-5\/100{
  fill: rgb(247 148 62 / 1);
}
.fill-orange-5\/20{
  fill: rgb(247 148 62 / 0.2);
}
.fill-orange-5\/25{
  fill: rgb(247 148 62 / 0.25);
}
.fill-orange-5\/30{
  fill: rgb(247 148 62 / 0.3);
}
.fill-orange-5\/40{
  fill: rgb(247 148 62 / 0.4);
}
.fill-orange-5\/5{
  fill: rgb(247 148 62 / 0.05);
}
.fill-orange-5\/50{
  fill: rgb(247 148 62 / 0.5);
}
.fill-orange-5\/60{
  fill: rgb(247 148 62 / 0.6);
}
.fill-orange-5\/70{
  fill: rgb(247 148 62 / 0.7);
}
.fill-orange-5\/75{
  fill: rgb(247 148 62 / 0.75);
}
.fill-orange-5\/80{
  fill: rgb(247 148 62 / 0.8);
}
.fill-orange-5\/90{
  fill: rgb(247 148 62 / 0.9);
}
.fill-orange-5\/95{
  fill: rgb(247 148 62 / 0.95);
}
.fill-orange-50{
  fill: #fff7ed;
}
.fill-orange-50\/0{
  fill: rgb(255 247 237 / 0);
}
.fill-orange-50\/10{
  fill: rgb(255 247 237 / 0.1);
}
.fill-orange-50\/100{
  fill: rgb(255 247 237 / 1);
}
.fill-orange-50\/20{
  fill: rgb(255 247 237 / 0.2);
}
.fill-orange-50\/25{
  fill: rgb(255 247 237 / 0.25);
}
.fill-orange-50\/30{
  fill: rgb(255 247 237 / 0.3);
}
.fill-orange-50\/40{
  fill: rgb(255 247 237 / 0.4);
}
.fill-orange-50\/5{
  fill: rgb(255 247 237 / 0.05);
}
.fill-orange-50\/50{
  fill: rgb(255 247 237 / 0.5);
}
.fill-orange-50\/60{
  fill: rgb(255 247 237 / 0.6);
}
.fill-orange-50\/70{
  fill: rgb(255 247 237 / 0.7);
}
.fill-orange-50\/75{
  fill: rgb(255 247 237 / 0.75);
}
.fill-orange-50\/80{
  fill: rgb(255 247 237 / 0.8);
}
.fill-orange-50\/90{
  fill: rgb(255 247 237 / 0.9);
}
.fill-orange-50\/95{
  fill: rgb(255 247 237 / 0.95);
}
.fill-orange-500{
  fill: #f97316;
}
.fill-orange-500\/0{
  fill: rgb(249 115 22 / 0);
}
.fill-orange-500\/10{
  fill: rgb(249 115 22 / 0.1);
}
.fill-orange-500\/100{
  fill: rgb(249 115 22 / 1);
}
.fill-orange-500\/20{
  fill: rgb(249 115 22 / 0.2);
}
.fill-orange-500\/25{
  fill: rgb(249 115 22 / 0.25);
}
.fill-orange-500\/30{
  fill: rgb(249 115 22 / 0.3);
}
.fill-orange-500\/40{
  fill: rgb(249 115 22 / 0.4);
}
.fill-orange-500\/5{
  fill: rgb(249 115 22 / 0.05);
}
.fill-orange-500\/50{
  fill: rgb(249 115 22 / 0.5);
}
.fill-orange-500\/60{
  fill: rgb(249 115 22 / 0.6);
}
.fill-orange-500\/70{
  fill: rgb(249 115 22 / 0.7);
}
.fill-orange-500\/75{
  fill: rgb(249 115 22 / 0.75);
}
.fill-orange-500\/80{
  fill: rgb(249 115 22 / 0.8);
}
.fill-orange-500\/90{
  fill: rgb(249 115 22 / 0.9);
}
.fill-orange-500\/95{
  fill: rgb(249 115 22 / 0.95);
}
.fill-orange-6{
  fill: #F8A761;
}
.fill-orange-6\/0{
  fill: rgb(248 167 97 / 0);
}
.fill-orange-6\/10{
  fill: rgb(248 167 97 / 0.1);
}
.fill-orange-6\/100{
  fill: rgb(248 167 97 / 1);
}
.fill-orange-6\/20{
  fill: rgb(248 167 97 / 0.2);
}
.fill-orange-6\/25{
  fill: rgb(248 167 97 / 0.25);
}
.fill-orange-6\/30{
  fill: rgb(248 167 97 / 0.3);
}
.fill-orange-6\/40{
  fill: rgb(248 167 97 / 0.4);
}
.fill-orange-6\/5{
  fill: rgb(248 167 97 / 0.05);
}
.fill-orange-6\/50{
  fill: rgb(248 167 97 / 0.5);
}
.fill-orange-6\/60{
  fill: rgb(248 167 97 / 0.6);
}
.fill-orange-6\/70{
  fill: rgb(248 167 97 / 0.7);
}
.fill-orange-6\/75{
  fill: rgb(248 167 97 / 0.75);
}
.fill-orange-6\/80{
  fill: rgb(248 167 97 / 0.8);
}
.fill-orange-6\/90{
  fill: rgb(248 167 97 / 0.9);
}
.fill-orange-6\/95{
  fill: rgb(248 167 97 / 0.95);
}
.fill-orange-600{
  fill: #ea580c;
}
.fill-orange-600\/0{
  fill: rgb(234 88 12 / 0);
}
.fill-orange-600\/10{
  fill: rgb(234 88 12 / 0.1);
}
.fill-orange-600\/100{
  fill: rgb(234 88 12 / 1);
}
.fill-orange-600\/20{
  fill: rgb(234 88 12 / 0.2);
}
.fill-orange-600\/25{
  fill: rgb(234 88 12 / 0.25);
}
.fill-orange-600\/30{
  fill: rgb(234 88 12 / 0.3);
}
.fill-orange-600\/40{
  fill: rgb(234 88 12 / 0.4);
}
.fill-orange-600\/5{
  fill: rgb(234 88 12 / 0.05);
}
.fill-orange-600\/50{
  fill: rgb(234 88 12 / 0.5);
}
.fill-orange-600\/60{
  fill: rgb(234 88 12 / 0.6);
}
.fill-orange-600\/70{
  fill: rgb(234 88 12 / 0.7);
}
.fill-orange-600\/75{
  fill: rgb(234 88 12 / 0.75);
}
.fill-orange-600\/80{
  fill: rgb(234 88 12 / 0.8);
}
.fill-orange-600\/90{
  fill: rgb(234 88 12 / 0.9);
}
.fill-orange-600\/95{
  fill: rgb(234 88 12 / 0.95);
}
.fill-orange-7{
  fill: #FABC85;
}
.fill-orange-7\/0{
  fill: rgb(250 188 133 / 0);
}
.fill-orange-7\/10{
  fill: rgb(250 188 133 / 0.1);
}
.fill-orange-7\/100{
  fill: rgb(250 188 133 / 1);
}
.fill-orange-7\/20{
  fill: rgb(250 188 133 / 0.2);
}
.fill-orange-7\/25{
  fill: rgb(250 188 133 / 0.25);
}
.fill-orange-7\/30{
  fill: rgb(250 188 133 / 0.3);
}
.fill-orange-7\/40{
  fill: rgb(250 188 133 / 0.4);
}
.fill-orange-7\/5{
  fill: rgb(250 188 133 / 0.05);
}
.fill-orange-7\/50{
  fill: rgb(250 188 133 / 0.5);
}
.fill-orange-7\/60{
  fill: rgb(250 188 133 / 0.6);
}
.fill-orange-7\/70{
  fill: rgb(250 188 133 / 0.7);
}
.fill-orange-7\/75{
  fill: rgb(250 188 133 / 0.75);
}
.fill-orange-7\/80{
  fill: rgb(250 188 133 / 0.8);
}
.fill-orange-7\/90{
  fill: rgb(250 188 133 / 0.9);
}
.fill-orange-7\/95{
  fill: rgb(250 188 133 / 0.95);
}
.fill-orange-700{
  fill: #c2410c;
}
.fill-orange-700\/0{
  fill: rgb(194 65 12 / 0);
}
.fill-orange-700\/10{
  fill: rgb(194 65 12 / 0.1);
}
.fill-orange-700\/100{
  fill: rgb(194 65 12 / 1);
}
.fill-orange-700\/20{
  fill: rgb(194 65 12 / 0.2);
}
.fill-orange-700\/25{
  fill: rgb(194 65 12 / 0.25);
}
.fill-orange-700\/30{
  fill: rgb(194 65 12 / 0.3);
}
.fill-orange-700\/40{
  fill: rgb(194 65 12 / 0.4);
}
.fill-orange-700\/5{
  fill: rgb(194 65 12 / 0.05);
}
.fill-orange-700\/50{
  fill: rgb(194 65 12 / 0.5);
}
.fill-orange-700\/60{
  fill: rgb(194 65 12 / 0.6);
}
.fill-orange-700\/70{
  fill: rgb(194 65 12 / 0.7);
}
.fill-orange-700\/75{
  fill: rgb(194 65 12 / 0.75);
}
.fill-orange-700\/80{
  fill: rgb(194 65 12 / 0.8);
}
.fill-orange-700\/90{
  fill: rgb(194 65 12 / 0.9);
}
.fill-orange-700\/95{
  fill: rgb(194 65 12 / 0.95);
}
.fill-orange-8{
  fill: #FCD1AC;
}
.fill-orange-8\/0{
  fill: rgb(252 209 172 / 0);
}
.fill-orange-8\/10{
  fill: rgb(252 209 172 / 0.1);
}
.fill-orange-8\/100{
  fill: rgb(252 209 172 / 1);
}
.fill-orange-8\/20{
  fill: rgb(252 209 172 / 0.2);
}
.fill-orange-8\/25{
  fill: rgb(252 209 172 / 0.25);
}
.fill-orange-8\/30{
  fill: rgb(252 209 172 / 0.3);
}
.fill-orange-8\/40{
  fill: rgb(252 209 172 / 0.4);
}
.fill-orange-8\/5{
  fill: rgb(252 209 172 / 0.05);
}
.fill-orange-8\/50{
  fill: rgb(252 209 172 / 0.5);
}
.fill-orange-8\/60{
  fill: rgb(252 209 172 / 0.6);
}
.fill-orange-8\/70{
  fill: rgb(252 209 172 / 0.7);
}
.fill-orange-8\/75{
  fill: rgb(252 209 172 / 0.75);
}
.fill-orange-8\/80{
  fill: rgb(252 209 172 / 0.8);
}
.fill-orange-8\/90{
  fill: rgb(252 209 172 / 0.9);
}
.fill-orange-8\/95{
  fill: rgb(252 209 172 / 0.95);
}
.fill-orange-800{
  fill: #9a3412;
}
.fill-orange-800\/0{
  fill: rgb(154 52 18 / 0);
}
.fill-orange-800\/10{
  fill: rgb(154 52 18 / 0.1);
}
.fill-orange-800\/100{
  fill: rgb(154 52 18 / 1);
}
.fill-orange-800\/20{
  fill: rgb(154 52 18 / 0.2);
}
.fill-orange-800\/25{
  fill: rgb(154 52 18 / 0.25);
}
.fill-orange-800\/30{
  fill: rgb(154 52 18 / 0.3);
}
.fill-orange-800\/40{
  fill: rgb(154 52 18 / 0.4);
}
.fill-orange-800\/5{
  fill: rgb(154 52 18 / 0.05);
}
.fill-orange-800\/50{
  fill: rgb(154 52 18 / 0.5);
}
.fill-orange-800\/60{
  fill: rgb(154 52 18 / 0.6);
}
.fill-orange-800\/70{
  fill: rgb(154 52 18 / 0.7);
}
.fill-orange-800\/75{
  fill: rgb(154 52 18 / 0.75);
}
.fill-orange-800\/80{
  fill: rgb(154 52 18 / 0.8);
}
.fill-orange-800\/90{
  fill: rgb(154 52 18 / 0.9);
}
.fill-orange-800\/95{
  fill: rgb(154 52 18 / 0.95);
}
.fill-orange-9{
  fill: #FDE5D1;
}
.fill-orange-9\/0{
  fill: rgb(253 229 209 / 0);
}
.fill-orange-9\/10{
  fill: rgb(253 229 209 / 0.1);
}
.fill-orange-9\/100{
  fill: rgb(253 229 209 / 1);
}
.fill-orange-9\/20{
  fill: rgb(253 229 209 / 0.2);
}
.fill-orange-9\/25{
  fill: rgb(253 229 209 / 0.25);
}
.fill-orange-9\/30{
  fill: rgb(253 229 209 / 0.3);
}
.fill-orange-9\/40{
  fill: rgb(253 229 209 / 0.4);
}
.fill-orange-9\/5{
  fill: rgb(253 229 209 / 0.05);
}
.fill-orange-9\/50{
  fill: rgb(253 229 209 / 0.5);
}
.fill-orange-9\/60{
  fill: rgb(253 229 209 / 0.6);
}
.fill-orange-9\/70{
  fill: rgb(253 229 209 / 0.7);
}
.fill-orange-9\/75{
  fill: rgb(253 229 209 / 0.75);
}
.fill-orange-9\/80{
  fill: rgb(253 229 209 / 0.8);
}
.fill-orange-9\/90{
  fill: rgb(253 229 209 / 0.9);
}
.fill-orange-9\/95{
  fill: rgb(253 229 209 / 0.95);
}
.fill-orange-900{
  fill: #7c2d12;
}
.fill-orange-900\/0{
  fill: rgb(124 45 18 / 0);
}
.fill-orange-900\/10{
  fill: rgb(124 45 18 / 0.1);
}
.fill-orange-900\/100{
  fill: rgb(124 45 18 / 1);
}
.fill-orange-900\/20{
  fill: rgb(124 45 18 / 0.2);
}
.fill-orange-900\/25{
  fill: rgb(124 45 18 / 0.25);
}
.fill-orange-900\/30{
  fill: rgb(124 45 18 / 0.3);
}
.fill-orange-900\/40{
  fill: rgb(124 45 18 / 0.4);
}
.fill-orange-900\/5{
  fill: rgb(124 45 18 / 0.05);
}
.fill-orange-900\/50{
  fill: rgb(124 45 18 / 0.5);
}
.fill-orange-900\/60{
  fill: rgb(124 45 18 / 0.6);
}
.fill-orange-900\/70{
  fill: rgb(124 45 18 / 0.7);
}
.fill-orange-900\/75{
  fill: rgb(124 45 18 / 0.75);
}
.fill-orange-900\/80{
  fill: rgb(124 45 18 / 0.8);
}
.fill-orange-900\/90{
  fill: rgb(124 45 18 / 0.9);
}
.fill-orange-900\/95{
  fill: rgb(124 45 18 / 0.95);
}
.fill-orange-950{
  fill: #431407;
}
.fill-orange-950\/0{
  fill: rgb(67 20 7 / 0);
}
.fill-orange-950\/10{
  fill: rgb(67 20 7 / 0.1);
}
.fill-orange-950\/100{
  fill: rgb(67 20 7 / 1);
}
.fill-orange-950\/20{
  fill: rgb(67 20 7 / 0.2);
}
.fill-orange-950\/25{
  fill: rgb(67 20 7 / 0.25);
}
.fill-orange-950\/30{
  fill: rgb(67 20 7 / 0.3);
}
.fill-orange-950\/40{
  fill: rgb(67 20 7 / 0.4);
}
.fill-orange-950\/5{
  fill: rgb(67 20 7 / 0.05);
}
.fill-orange-950\/50{
  fill: rgb(67 20 7 / 0.5);
}
.fill-orange-950\/60{
  fill: rgb(67 20 7 / 0.6);
}
.fill-orange-950\/70{
  fill: rgb(67 20 7 / 0.7);
}
.fill-orange-950\/75{
  fill: rgb(67 20 7 / 0.75);
}
.fill-orange-950\/80{
  fill: rgb(67 20 7 / 0.8);
}
.fill-orange-950\/90{
  fill: rgb(67 20 7 / 0.9);
}
.fill-orange-950\/95{
  fill: rgb(67 20 7 / 0.95);
}
.fill-orange-disabled{
  fill: #FFF8E8;
}
.fill-orange-disabled\/0{
  fill: rgb(255 248 232 / 0);
}
.fill-orange-disabled\/10{
  fill: rgb(255 248 232 / 0.1);
}
.fill-orange-disabled\/100{
  fill: rgb(255 248 232 / 1);
}
.fill-orange-disabled\/20{
  fill: rgb(255 248 232 / 0.2);
}
.fill-orange-disabled\/25{
  fill: rgb(255 248 232 / 0.25);
}
.fill-orange-disabled\/30{
  fill: rgb(255 248 232 / 0.3);
}
.fill-orange-disabled\/40{
  fill: rgb(255 248 232 / 0.4);
}
.fill-orange-disabled\/5{
  fill: rgb(255 248 232 / 0.05);
}
.fill-orange-disabled\/50{
  fill: rgb(255 248 232 / 0.5);
}
.fill-orange-disabled\/60{
  fill: rgb(255 248 232 / 0.6);
}
.fill-orange-disabled\/70{
  fill: rgb(255 248 232 / 0.7);
}
.fill-orange-disabled\/75{
  fill: rgb(255 248 232 / 0.75);
}
.fill-orange-disabled\/80{
  fill: rgb(255 248 232 / 0.8);
}
.fill-orange-disabled\/90{
  fill: rgb(255 248 232 / 0.9);
}
.fill-orange-disabled\/95{
  fill: rgb(255 248 232 / 0.95);
}
.fill-primary{
  fill: #000000;
}
.fill-primary-white{
  fill: #F3F3F3;
}
.fill-primary-white\/0{
  fill: rgb(243 243 243 / 0);
}
.fill-primary-white\/10{
  fill: rgb(243 243 243 / 0.1);
}
.fill-primary-white\/100{
  fill: rgb(243 243 243 / 1);
}
.fill-primary-white\/20{
  fill: rgb(243 243 243 / 0.2);
}
.fill-primary-white\/25{
  fill: rgb(243 243 243 / 0.25);
}
.fill-primary-white\/30{
  fill: rgb(243 243 243 / 0.3);
}
.fill-primary-white\/40{
  fill: rgb(243 243 243 / 0.4);
}
.fill-primary-white\/5{
  fill: rgb(243 243 243 / 0.05);
}
.fill-primary-white\/50{
  fill: rgb(243 243 243 / 0.5);
}
.fill-primary-white\/60{
  fill: rgb(243 243 243 / 0.6);
}
.fill-primary-white\/70{
  fill: rgb(243 243 243 / 0.7);
}
.fill-primary-white\/75{
  fill: rgb(243 243 243 / 0.75);
}
.fill-primary-white\/80{
  fill: rgb(243 243 243 / 0.8);
}
.fill-primary-white\/90{
  fill: rgb(243 243 243 / 0.9);
}
.fill-primary-white\/95{
  fill: rgb(243 243 243 / 0.95);
}
.fill-primary\/0{
  fill: rgb(0 0 0 / 0);
}
.fill-primary\/10{
  fill: rgb(0 0 0 / 0.1);
}
.fill-primary\/100{
  fill: rgb(0 0 0 / 1);
}
.fill-primary\/20{
  fill: rgb(0 0 0 / 0.2);
}
.fill-primary\/25{
  fill: rgb(0 0 0 / 0.25);
}
.fill-primary\/30{
  fill: rgb(0 0 0 / 0.3);
}
.fill-primary\/40{
  fill: rgb(0 0 0 / 0.4);
}
.fill-primary\/5{
  fill: rgb(0 0 0 / 0.05);
}
.fill-primary\/50{
  fill: rgb(0 0 0 / 0.5);
}
.fill-primary\/60{
  fill: rgb(0 0 0 / 0.6);
}
.fill-primary\/70{
  fill: rgb(0 0 0 / 0.7);
}
.fill-primary\/75{
  fill: rgb(0 0 0 / 0.75);
}
.fill-primary\/80{
  fill: rgb(0 0 0 / 0.8);
}
.fill-primary\/90{
  fill: rgb(0 0 0 / 0.9);
}
.fill-primary\/95{
  fill: rgb(0 0 0 / 0.95);
}
.fill-purple-1{
  fill: #1E176A;
}
.fill-purple-1\/0{
  fill: rgb(30 23 106 / 0);
}
.fill-purple-1\/10{
  fill: rgb(30 23 106 / 0.1);
}
.fill-purple-1\/100{
  fill: rgb(30 23 106 / 1);
}
.fill-purple-1\/20{
  fill: rgb(30 23 106 / 0.2);
}
.fill-purple-1\/25{
  fill: rgb(30 23 106 / 0.25);
}
.fill-purple-1\/30{
  fill: rgb(30 23 106 / 0.3);
}
.fill-purple-1\/40{
  fill: rgb(30 23 106 / 0.4);
}
.fill-purple-1\/5{
  fill: rgb(30 23 106 / 0.05);
}
.fill-purple-1\/50{
  fill: rgb(30 23 106 / 0.5);
}
.fill-purple-1\/60{
  fill: rgb(30 23 106 / 0.6);
}
.fill-purple-1\/70{
  fill: rgb(30 23 106 / 0.7);
}
.fill-purple-1\/75{
  fill: rgb(30 23 106 / 0.75);
}
.fill-purple-1\/80{
  fill: rgb(30 23 106 / 0.8);
}
.fill-purple-1\/90{
  fill: rgb(30 23 106 / 0.9);
}
.fill-purple-1\/95{
  fill: rgb(30 23 106 / 0.95);
}
.fill-purple-10{
  fill: #E9E8FD;
}
.fill-purple-10\/0{
  fill: rgb(233 232 253 / 0);
}
.fill-purple-10\/10{
  fill: rgb(233 232 253 / 0.1);
}
.fill-purple-10\/100{
  fill: rgb(233 232 253 / 1);
}
.fill-purple-10\/20{
  fill: rgb(233 232 253 / 0.2);
}
.fill-purple-10\/25{
  fill: rgb(233 232 253 / 0.25);
}
.fill-purple-10\/30{
  fill: rgb(233 232 253 / 0.3);
}
.fill-purple-10\/40{
  fill: rgb(233 232 253 / 0.4);
}
.fill-purple-10\/5{
  fill: rgb(233 232 253 / 0.05);
}
.fill-purple-10\/50{
  fill: rgb(233 232 253 / 0.5);
}
.fill-purple-10\/60{
  fill: rgb(233 232 253 / 0.6);
}
.fill-purple-10\/70{
  fill: rgb(233 232 253 / 0.7);
}
.fill-purple-10\/75{
  fill: rgb(233 232 253 / 0.75);
}
.fill-purple-10\/80{
  fill: rgb(233 232 253 / 0.8);
}
.fill-purple-10\/90{
  fill: rgb(233 232 253 / 0.9);
}
.fill-purple-10\/95{
  fill: rgb(233 232 253 / 0.95);
}
.fill-purple-100{
  fill: #f3e8ff;
}
.fill-purple-100\/0{
  fill: rgb(243 232 255 / 0);
}
.fill-purple-100\/10{
  fill: rgb(243 232 255 / 0.1);
}
.fill-purple-100\/100{
  fill: rgb(243 232 255 / 1);
}
.fill-purple-100\/20{
  fill: rgb(243 232 255 / 0.2);
}
.fill-purple-100\/25{
  fill: rgb(243 232 255 / 0.25);
}
.fill-purple-100\/30{
  fill: rgb(243 232 255 / 0.3);
}
.fill-purple-100\/40{
  fill: rgb(243 232 255 / 0.4);
}
.fill-purple-100\/5{
  fill: rgb(243 232 255 / 0.05);
}
.fill-purple-100\/50{
  fill: rgb(243 232 255 / 0.5);
}
.fill-purple-100\/60{
  fill: rgb(243 232 255 / 0.6);
}
.fill-purple-100\/70{
  fill: rgb(243 232 255 / 0.7);
}
.fill-purple-100\/75{
  fill: rgb(243 232 255 / 0.75);
}
.fill-purple-100\/80{
  fill: rgb(243 232 255 / 0.8);
}
.fill-purple-100\/90{
  fill: rgb(243 232 255 / 0.9);
}
.fill-purple-100\/95{
  fill: rgb(243 232 255 / 0.95);
}
.fill-purple-11{
  fill: #F2F1FE;
}
.fill-purple-11\/0{
  fill: rgb(242 241 254 / 0);
}
.fill-purple-11\/10{
  fill: rgb(242 241 254 / 0.1);
}
.fill-purple-11\/100{
  fill: rgb(242 241 254 / 1);
}
.fill-purple-11\/20{
  fill: rgb(242 241 254 / 0.2);
}
.fill-purple-11\/25{
  fill: rgb(242 241 254 / 0.25);
}
.fill-purple-11\/30{
  fill: rgb(242 241 254 / 0.3);
}
.fill-purple-11\/40{
  fill: rgb(242 241 254 / 0.4);
}
.fill-purple-11\/5{
  fill: rgb(242 241 254 / 0.05);
}
.fill-purple-11\/50{
  fill: rgb(242 241 254 / 0.5);
}
.fill-purple-11\/60{
  fill: rgb(242 241 254 / 0.6);
}
.fill-purple-11\/70{
  fill: rgb(242 241 254 / 0.7);
}
.fill-purple-11\/75{
  fill: rgb(242 241 254 / 0.75);
}
.fill-purple-11\/80{
  fill: rgb(242 241 254 / 0.8);
}
.fill-purple-11\/90{
  fill: rgb(242 241 254 / 0.9);
}
.fill-purple-11\/95{
  fill: rgb(242 241 254 / 0.95);
}
.fill-purple-2{
  fill: #261E87;
}
.fill-purple-2\/0{
  fill: rgb(38 30 135 / 0);
}
.fill-purple-2\/10{
  fill: rgb(38 30 135 / 0.1);
}
.fill-purple-2\/100{
  fill: rgb(38 30 135 / 1);
}
.fill-purple-2\/20{
  fill: rgb(38 30 135 / 0.2);
}
.fill-purple-2\/25{
  fill: rgb(38 30 135 / 0.25);
}
.fill-purple-2\/30{
  fill: rgb(38 30 135 / 0.3);
}
.fill-purple-2\/40{
  fill: rgb(38 30 135 / 0.4);
}
.fill-purple-2\/5{
  fill: rgb(38 30 135 / 0.05);
}
.fill-purple-2\/50{
  fill: rgb(38 30 135 / 0.5);
}
.fill-purple-2\/60{
  fill: rgb(38 30 135 / 0.6);
}
.fill-purple-2\/70{
  fill: rgb(38 30 135 / 0.7);
}
.fill-purple-2\/75{
  fill: rgb(38 30 135 / 0.75);
}
.fill-purple-2\/80{
  fill: rgb(38 30 135 / 0.8);
}
.fill-purple-2\/90{
  fill: rgb(38 30 135 / 0.9);
}
.fill-purple-2\/95{
  fill: rgb(38 30 135 / 0.95);
}
.fill-purple-200{
  fill: #e9d5ff;
}
.fill-purple-200\/0{
  fill: rgb(233 213 255 / 0);
}
.fill-purple-200\/10{
  fill: rgb(233 213 255 / 0.1);
}
.fill-purple-200\/100{
  fill: rgb(233 213 255 / 1);
}
.fill-purple-200\/20{
  fill: rgb(233 213 255 / 0.2);
}
.fill-purple-200\/25{
  fill: rgb(233 213 255 / 0.25);
}
.fill-purple-200\/30{
  fill: rgb(233 213 255 / 0.3);
}
.fill-purple-200\/40{
  fill: rgb(233 213 255 / 0.4);
}
.fill-purple-200\/5{
  fill: rgb(233 213 255 / 0.05);
}
.fill-purple-200\/50{
  fill: rgb(233 213 255 / 0.5);
}
.fill-purple-200\/60{
  fill: rgb(233 213 255 / 0.6);
}
.fill-purple-200\/70{
  fill: rgb(233 213 255 / 0.7);
}
.fill-purple-200\/75{
  fill: rgb(233 213 255 / 0.75);
}
.fill-purple-200\/80{
  fill: rgb(233 213 255 / 0.8);
}
.fill-purple-200\/90{
  fill: rgb(233 213 255 / 0.9);
}
.fill-purple-200\/95{
  fill: rgb(233 213 255 / 0.95);
}
.fill-purple-3{
  fill: #3025A8;
}
.fill-purple-3\/0{
  fill: rgb(48 37 168 / 0);
}
.fill-purple-3\/10{
  fill: rgb(48 37 168 / 0.1);
}
.fill-purple-3\/100{
  fill: rgb(48 37 168 / 1);
}
.fill-purple-3\/20{
  fill: rgb(48 37 168 / 0.2);
}
.fill-purple-3\/25{
  fill: rgb(48 37 168 / 0.25);
}
.fill-purple-3\/30{
  fill: rgb(48 37 168 / 0.3);
}
.fill-purple-3\/40{
  fill: rgb(48 37 168 / 0.4);
}
.fill-purple-3\/5{
  fill: rgb(48 37 168 / 0.05);
}
.fill-purple-3\/50{
  fill: rgb(48 37 168 / 0.5);
}
.fill-purple-3\/60{
  fill: rgb(48 37 168 / 0.6);
}
.fill-purple-3\/70{
  fill: rgb(48 37 168 / 0.7);
}
.fill-purple-3\/75{
  fill: rgb(48 37 168 / 0.75);
}
.fill-purple-3\/80{
  fill: rgb(48 37 168 / 0.8);
}
.fill-purple-3\/90{
  fill: rgb(48 37 168 / 0.9);
}
.fill-purple-3\/95{
  fill: rgb(48 37 168 / 0.95);
}
.fill-purple-300{
  fill: #d8b4fe;
}
.fill-purple-300\/0{
  fill: rgb(216 180 254 / 0);
}
.fill-purple-300\/10{
  fill: rgb(216 180 254 / 0.1);
}
.fill-purple-300\/100{
  fill: rgb(216 180 254 / 1);
}
.fill-purple-300\/20{
  fill: rgb(216 180 254 / 0.2);
}
.fill-purple-300\/25{
  fill: rgb(216 180 254 / 0.25);
}
.fill-purple-300\/30{
  fill: rgb(216 180 254 / 0.3);
}
.fill-purple-300\/40{
  fill: rgb(216 180 254 / 0.4);
}
.fill-purple-300\/5{
  fill: rgb(216 180 254 / 0.05);
}
.fill-purple-300\/50{
  fill: rgb(216 180 254 / 0.5);
}
.fill-purple-300\/60{
  fill: rgb(216 180 254 / 0.6);
}
.fill-purple-300\/70{
  fill: rgb(216 180 254 / 0.7);
}
.fill-purple-300\/75{
  fill: rgb(216 180 254 / 0.75);
}
.fill-purple-300\/80{
  fill: rgb(216 180 254 / 0.8);
}
.fill-purple-300\/90{
  fill: rgb(216 180 254 / 0.9);
}
.fill-purple-300\/95{
  fill: rgb(216 180 254 / 0.95);
}
.fill-purple-4{
  fill: #392CC9;
}
.fill-purple-4\/0{
  fill: rgb(57 44 201 / 0);
}
.fill-purple-4\/10{
  fill: rgb(57 44 201 / 0.1);
}
.fill-purple-4\/100{
  fill: rgb(57 44 201 / 1);
}
.fill-purple-4\/20{
  fill: rgb(57 44 201 / 0.2);
}
.fill-purple-4\/25{
  fill: rgb(57 44 201 / 0.25);
}
.fill-purple-4\/30{
  fill: rgb(57 44 201 / 0.3);
}
.fill-purple-4\/40{
  fill: rgb(57 44 201 / 0.4);
}
.fill-purple-4\/5{
  fill: rgb(57 44 201 / 0.05);
}
.fill-purple-4\/50{
  fill: rgb(57 44 201 / 0.5);
}
.fill-purple-4\/60{
  fill: rgb(57 44 201 / 0.6);
}
.fill-purple-4\/70{
  fill: rgb(57 44 201 / 0.7);
}
.fill-purple-4\/75{
  fill: rgb(57 44 201 / 0.75);
}
.fill-purple-4\/80{
  fill: rgb(57 44 201 / 0.8);
}
.fill-purple-4\/90{
  fill: rgb(57 44 201 / 0.9);
}
.fill-purple-4\/95{
  fill: rgb(57 44 201 / 0.95);
}
.fill-purple-400{
  fill: #c084fc;
}
.fill-purple-400\/0{
  fill: rgb(192 132 252 / 0);
}
.fill-purple-400\/10{
  fill: rgb(192 132 252 / 0.1);
}
.fill-purple-400\/100{
  fill: rgb(192 132 252 / 1);
}
.fill-purple-400\/20{
  fill: rgb(192 132 252 / 0.2);
}
.fill-purple-400\/25{
  fill: rgb(192 132 252 / 0.25);
}
.fill-purple-400\/30{
  fill: rgb(192 132 252 / 0.3);
}
.fill-purple-400\/40{
  fill: rgb(192 132 252 / 0.4);
}
.fill-purple-400\/5{
  fill: rgb(192 132 252 / 0.05);
}
.fill-purple-400\/50{
  fill: rgb(192 132 252 / 0.5);
}
.fill-purple-400\/60{
  fill: rgb(192 132 252 / 0.6);
}
.fill-purple-400\/70{
  fill: rgb(192 132 252 / 0.7);
}
.fill-purple-400\/75{
  fill: rgb(192 132 252 / 0.75);
}
.fill-purple-400\/80{
  fill: rgb(192 132 252 / 0.8);
}
.fill-purple-400\/90{
  fill: rgb(192 132 252 / 0.9);
}
.fill-purple-400\/95{
  fill: rgb(192 132 252 / 0.95);
}
.fill-purple-5{
  fill: #4334EC;
}
.fill-purple-5\/0{
  fill: rgb(67 52 236 / 0);
}
.fill-purple-5\/10{
  fill: rgb(67 52 236 / 0.1);
}
.fill-purple-5\/100{
  fill: rgb(67 52 236 / 1);
}
.fill-purple-5\/20{
  fill: rgb(67 52 236 / 0.2);
}
.fill-purple-5\/25{
  fill: rgb(67 52 236 / 0.25);
}
.fill-purple-5\/30{
  fill: rgb(67 52 236 / 0.3);
}
.fill-purple-5\/40{
  fill: rgb(67 52 236 / 0.4);
}
.fill-purple-5\/5{
  fill: rgb(67 52 236 / 0.05);
}
.fill-purple-5\/50{
  fill: rgb(67 52 236 / 0.5);
}
.fill-purple-5\/60{
  fill: rgb(67 52 236 / 0.6);
}
.fill-purple-5\/70{
  fill: rgb(67 52 236 / 0.7);
}
.fill-purple-5\/75{
  fill: rgb(67 52 236 / 0.75);
}
.fill-purple-5\/80{
  fill: rgb(67 52 236 / 0.8);
}
.fill-purple-5\/90{
  fill: rgb(67 52 236 / 0.9);
}
.fill-purple-5\/95{
  fill: rgb(67 52 236 / 0.95);
}
.fill-purple-50{
  fill: #faf5ff;
}
.fill-purple-50\/0{
  fill: rgb(250 245 255 / 0);
}
.fill-purple-50\/10{
  fill: rgb(250 245 255 / 0.1);
}
.fill-purple-50\/100{
  fill: rgb(250 245 255 / 1);
}
.fill-purple-50\/20{
  fill: rgb(250 245 255 / 0.2);
}
.fill-purple-50\/25{
  fill: rgb(250 245 255 / 0.25);
}
.fill-purple-50\/30{
  fill: rgb(250 245 255 / 0.3);
}
.fill-purple-50\/40{
  fill: rgb(250 245 255 / 0.4);
}
.fill-purple-50\/5{
  fill: rgb(250 245 255 / 0.05);
}
.fill-purple-50\/50{
  fill: rgb(250 245 255 / 0.5);
}
.fill-purple-50\/60{
  fill: rgb(250 245 255 / 0.6);
}
.fill-purple-50\/70{
  fill: rgb(250 245 255 / 0.7);
}
.fill-purple-50\/75{
  fill: rgb(250 245 255 / 0.75);
}
.fill-purple-50\/80{
  fill: rgb(250 245 255 / 0.8);
}
.fill-purple-50\/90{
  fill: rgb(250 245 255 / 0.9);
}
.fill-purple-50\/95{
  fill: rgb(250 245 255 / 0.95);
}
.fill-purple-500{
  fill: #a855f7;
}
.fill-purple-500\/0{
  fill: rgb(168 85 247 / 0);
}
.fill-purple-500\/10{
  fill: rgb(168 85 247 / 0.1);
}
.fill-purple-500\/100{
  fill: rgb(168 85 247 / 1);
}
.fill-purple-500\/20{
  fill: rgb(168 85 247 / 0.2);
}
.fill-purple-500\/25{
  fill: rgb(168 85 247 / 0.25);
}
.fill-purple-500\/30{
  fill: rgb(168 85 247 / 0.3);
}
.fill-purple-500\/40{
  fill: rgb(168 85 247 / 0.4);
}
.fill-purple-500\/5{
  fill: rgb(168 85 247 / 0.05);
}
.fill-purple-500\/50{
  fill: rgb(168 85 247 / 0.5);
}
.fill-purple-500\/60{
  fill: rgb(168 85 247 / 0.6);
}
.fill-purple-500\/70{
  fill: rgb(168 85 247 / 0.7);
}
.fill-purple-500\/75{
  fill: rgb(168 85 247 / 0.75);
}
.fill-purple-500\/80{
  fill: rgb(168 85 247 / 0.8);
}
.fill-purple-500\/90{
  fill: rgb(168 85 247 / 0.9);
}
.fill-purple-500\/95{
  fill: rgb(168 85 247 / 0.95);
}
.fill-purple-6{
  fill: #6559EF;
}
.fill-purple-6\/0{
  fill: rgb(101 89 239 / 0);
}
.fill-purple-6\/10{
  fill: rgb(101 89 239 / 0.1);
}
.fill-purple-6\/100{
  fill: rgb(101 89 239 / 1);
}
.fill-purple-6\/20{
  fill: rgb(101 89 239 / 0.2);
}
.fill-purple-6\/25{
  fill: rgb(101 89 239 / 0.25);
}
.fill-purple-6\/30{
  fill: rgb(101 89 239 / 0.3);
}
.fill-purple-6\/40{
  fill: rgb(101 89 239 / 0.4);
}
.fill-purple-6\/5{
  fill: rgb(101 89 239 / 0.05);
}
.fill-purple-6\/50{
  fill: rgb(101 89 239 / 0.5);
}
.fill-purple-6\/60{
  fill: rgb(101 89 239 / 0.6);
}
.fill-purple-6\/70{
  fill: rgb(101 89 239 / 0.7);
}
.fill-purple-6\/75{
  fill: rgb(101 89 239 / 0.75);
}
.fill-purple-6\/80{
  fill: rgb(101 89 239 / 0.8);
}
.fill-purple-6\/90{
  fill: rgb(101 89 239 / 0.9);
}
.fill-purple-6\/95{
  fill: rgb(101 89 239 / 0.95);
}
.fill-purple-600{
  fill: #9333ea;
}
.fill-purple-600\/0{
  fill: rgb(147 51 234 / 0);
}
.fill-purple-600\/10{
  fill: rgb(147 51 234 / 0.1);
}
.fill-purple-600\/100{
  fill: rgb(147 51 234 / 1);
}
.fill-purple-600\/20{
  fill: rgb(147 51 234 / 0.2);
}
.fill-purple-600\/25{
  fill: rgb(147 51 234 / 0.25);
}
.fill-purple-600\/30{
  fill: rgb(147 51 234 / 0.3);
}
.fill-purple-600\/40{
  fill: rgb(147 51 234 / 0.4);
}
.fill-purple-600\/5{
  fill: rgb(147 51 234 / 0.05);
}
.fill-purple-600\/50{
  fill: rgb(147 51 234 / 0.5);
}
.fill-purple-600\/60{
  fill: rgb(147 51 234 / 0.6);
}
.fill-purple-600\/70{
  fill: rgb(147 51 234 / 0.7);
}
.fill-purple-600\/75{
  fill: rgb(147 51 234 / 0.75);
}
.fill-purple-600\/80{
  fill: rgb(147 51 234 / 0.8);
}
.fill-purple-600\/90{
  fill: rgb(147 51 234 / 0.9);
}
.fill-purple-600\/95{
  fill: rgb(147 51 234 / 0.95);
}
.fill-purple-7{
  fill: #897FF3;
}
.fill-purple-7\/0{
  fill: rgb(137 127 243 / 0);
}
.fill-purple-7\/10{
  fill: rgb(137 127 243 / 0.1);
}
.fill-purple-7\/100{
  fill: rgb(137 127 243 / 1);
}
.fill-purple-7\/20{
  fill: rgb(137 127 243 / 0.2);
}
.fill-purple-7\/25{
  fill: rgb(137 127 243 / 0.25);
}
.fill-purple-7\/30{
  fill: rgb(137 127 243 / 0.3);
}
.fill-purple-7\/40{
  fill: rgb(137 127 243 / 0.4);
}
.fill-purple-7\/5{
  fill: rgb(137 127 243 / 0.05);
}
.fill-purple-7\/50{
  fill: rgb(137 127 243 / 0.5);
}
.fill-purple-7\/60{
  fill: rgb(137 127 243 / 0.6);
}
.fill-purple-7\/70{
  fill: rgb(137 127 243 / 0.7);
}
.fill-purple-7\/75{
  fill: rgb(137 127 243 / 0.75);
}
.fill-purple-7\/80{
  fill: rgb(137 127 243 / 0.8);
}
.fill-purple-7\/90{
  fill: rgb(137 127 243 / 0.9);
}
.fill-purple-7\/95{
  fill: rgb(137 127 243 / 0.95);
}
.fill-purple-700{
  fill: #7e22ce;
}
.fill-purple-700\/0{
  fill: rgb(126 34 206 / 0);
}
.fill-purple-700\/10{
  fill: rgb(126 34 206 / 0.1);
}
.fill-purple-700\/100{
  fill: rgb(126 34 206 / 1);
}
.fill-purple-700\/20{
  fill: rgb(126 34 206 / 0.2);
}
.fill-purple-700\/25{
  fill: rgb(126 34 206 / 0.25);
}
.fill-purple-700\/30{
  fill: rgb(126 34 206 / 0.3);
}
.fill-purple-700\/40{
  fill: rgb(126 34 206 / 0.4);
}
.fill-purple-700\/5{
  fill: rgb(126 34 206 / 0.05);
}
.fill-purple-700\/50{
  fill: rgb(126 34 206 / 0.5);
}
.fill-purple-700\/60{
  fill: rgb(126 34 206 / 0.6);
}
.fill-purple-700\/70{
  fill: rgb(126 34 206 / 0.7);
}
.fill-purple-700\/75{
  fill: rgb(126 34 206 / 0.75);
}
.fill-purple-700\/80{
  fill: rgb(126 34 206 / 0.8);
}
.fill-purple-700\/90{
  fill: rgb(126 34 206 / 0.9);
}
.fill-purple-700\/95{
  fill: rgb(126 34 206 / 0.95);
}
.fill-purple-8{
  fill: #AEA8F7;
}
.fill-purple-8\/0{
  fill: rgb(174 168 247 / 0);
}
.fill-purple-8\/10{
  fill: rgb(174 168 247 / 0.1);
}
.fill-purple-8\/100{
  fill: rgb(174 168 247 / 1);
}
.fill-purple-8\/20{
  fill: rgb(174 168 247 / 0.2);
}
.fill-purple-8\/25{
  fill: rgb(174 168 247 / 0.25);
}
.fill-purple-8\/30{
  fill: rgb(174 168 247 / 0.3);
}
.fill-purple-8\/40{
  fill: rgb(174 168 247 / 0.4);
}
.fill-purple-8\/5{
  fill: rgb(174 168 247 / 0.05);
}
.fill-purple-8\/50{
  fill: rgb(174 168 247 / 0.5);
}
.fill-purple-8\/60{
  fill: rgb(174 168 247 / 0.6);
}
.fill-purple-8\/70{
  fill: rgb(174 168 247 / 0.7);
}
.fill-purple-8\/75{
  fill: rgb(174 168 247 / 0.75);
}
.fill-purple-8\/80{
  fill: rgb(174 168 247 / 0.8);
}
.fill-purple-8\/90{
  fill: rgb(174 168 247 / 0.9);
}
.fill-purple-8\/95{
  fill: rgb(174 168 247 / 0.95);
}
.fill-purple-800{
  fill: #6b21a8;
}
.fill-purple-800\/0{
  fill: rgb(107 33 168 / 0);
}
.fill-purple-800\/10{
  fill: rgb(107 33 168 / 0.1);
}
.fill-purple-800\/100{
  fill: rgb(107 33 168 / 1);
}
.fill-purple-800\/20{
  fill: rgb(107 33 168 / 0.2);
}
.fill-purple-800\/25{
  fill: rgb(107 33 168 / 0.25);
}
.fill-purple-800\/30{
  fill: rgb(107 33 168 / 0.3);
}
.fill-purple-800\/40{
  fill: rgb(107 33 168 / 0.4);
}
.fill-purple-800\/5{
  fill: rgb(107 33 168 / 0.05);
}
.fill-purple-800\/50{
  fill: rgb(107 33 168 / 0.5);
}
.fill-purple-800\/60{
  fill: rgb(107 33 168 / 0.6);
}
.fill-purple-800\/70{
  fill: rgb(107 33 168 / 0.7);
}
.fill-purple-800\/75{
  fill: rgb(107 33 168 / 0.75);
}
.fill-purple-800\/80{
  fill: rgb(107 33 168 / 0.8);
}
.fill-purple-800\/90{
  fill: rgb(107 33 168 / 0.9);
}
.fill-purple-800\/95{
  fill: rgb(107 33 168 / 0.95);
}
.fill-purple-9{
  fill: #D2CEFA;
}
.fill-purple-9\/0{
  fill: rgb(210 206 250 / 0);
}
.fill-purple-9\/10{
  fill: rgb(210 206 250 / 0.1);
}
.fill-purple-9\/100{
  fill: rgb(210 206 250 / 1);
}
.fill-purple-9\/20{
  fill: rgb(210 206 250 / 0.2);
}
.fill-purple-9\/25{
  fill: rgb(210 206 250 / 0.25);
}
.fill-purple-9\/30{
  fill: rgb(210 206 250 / 0.3);
}
.fill-purple-9\/40{
  fill: rgb(210 206 250 / 0.4);
}
.fill-purple-9\/5{
  fill: rgb(210 206 250 / 0.05);
}
.fill-purple-9\/50{
  fill: rgb(210 206 250 / 0.5);
}
.fill-purple-9\/60{
  fill: rgb(210 206 250 / 0.6);
}
.fill-purple-9\/70{
  fill: rgb(210 206 250 / 0.7);
}
.fill-purple-9\/75{
  fill: rgb(210 206 250 / 0.75);
}
.fill-purple-9\/80{
  fill: rgb(210 206 250 / 0.8);
}
.fill-purple-9\/90{
  fill: rgb(210 206 250 / 0.9);
}
.fill-purple-9\/95{
  fill: rgb(210 206 250 / 0.95);
}
.fill-purple-900{
  fill: #581c87;
}
.fill-purple-900\/0{
  fill: rgb(88 28 135 / 0);
}
.fill-purple-900\/10{
  fill: rgb(88 28 135 / 0.1);
}
.fill-purple-900\/100{
  fill: rgb(88 28 135 / 1);
}
.fill-purple-900\/20{
  fill: rgb(88 28 135 / 0.2);
}
.fill-purple-900\/25{
  fill: rgb(88 28 135 / 0.25);
}
.fill-purple-900\/30{
  fill: rgb(88 28 135 / 0.3);
}
.fill-purple-900\/40{
  fill: rgb(88 28 135 / 0.4);
}
.fill-purple-900\/5{
  fill: rgb(88 28 135 / 0.05);
}
.fill-purple-900\/50{
  fill: rgb(88 28 135 / 0.5);
}
.fill-purple-900\/60{
  fill: rgb(88 28 135 / 0.6);
}
.fill-purple-900\/70{
  fill: rgb(88 28 135 / 0.7);
}
.fill-purple-900\/75{
  fill: rgb(88 28 135 / 0.75);
}
.fill-purple-900\/80{
  fill: rgb(88 28 135 / 0.8);
}
.fill-purple-900\/90{
  fill: rgb(88 28 135 / 0.9);
}
.fill-purple-900\/95{
  fill: rgb(88 28 135 / 0.95);
}
.fill-purple-950{
  fill: #3b0764;
}
.fill-purple-950\/0{
  fill: rgb(59 7 100 / 0);
}
.fill-purple-950\/10{
  fill: rgb(59 7 100 / 0.1);
}
.fill-purple-950\/100{
  fill: rgb(59 7 100 / 1);
}
.fill-purple-950\/20{
  fill: rgb(59 7 100 / 0.2);
}
.fill-purple-950\/25{
  fill: rgb(59 7 100 / 0.25);
}
.fill-purple-950\/30{
  fill: rgb(59 7 100 / 0.3);
}
.fill-purple-950\/40{
  fill: rgb(59 7 100 / 0.4);
}
.fill-purple-950\/5{
  fill: rgb(59 7 100 / 0.05);
}
.fill-purple-950\/50{
  fill: rgb(59 7 100 / 0.5);
}
.fill-purple-950\/60{
  fill: rgb(59 7 100 / 0.6);
}
.fill-purple-950\/70{
  fill: rgb(59 7 100 / 0.7);
}
.fill-purple-950\/75{
  fill: rgb(59 7 100 / 0.75);
}
.fill-purple-950\/80{
  fill: rgb(59 7 100 / 0.8);
}
.fill-purple-950\/90{
  fill: rgb(59 7 100 / 0.9);
}
.fill-purple-950\/95{
  fill: rgb(59 7 100 / 0.95);
}
.fill-red-1{
  fill: #6C231F;
}
.fill-red-1\/0{
  fill: rgb(108 35 31 / 0);
}
.fill-red-1\/10{
  fill: rgb(108 35 31 / 0.1);
}
.fill-red-1\/100{
  fill: rgb(108 35 31 / 1);
}
.fill-red-1\/20{
  fill: rgb(108 35 31 / 0.2);
}
.fill-red-1\/25{
  fill: rgb(108 35 31 / 0.25);
}
.fill-red-1\/30{
  fill: rgb(108 35 31 / 0.3);
}
.fill-red-1\/40{
  fill: rgb(108 35 31 / 0.4);
}
.fill-red-1\/5{
  fill: rgb(108 35 31 / 0.05);
}
.fill-red-1\/50{
  fill: rgb(108 35 31 / 0.5);
}
.fill-red-1\/60{
  fill: rgb(108 35 31 / 0.6);
}
.fill-red-1\/70{
  fill: rgb(108 35 31 / 0.7);
}
.fill-red-1\/75{
  fill: rgb(108 35 31 / 0.75);
}
.fill-red-1\/80{
  fill: rgb(108 35 31 / 0.8);
}
.fill-red-1\/90{
  fill: rgb(108 35 31 / 0.9);
}
.fill-red-1\/95{
  fill: rgb(108 35 31 / 0.95);
}
.fill-red-10{
  fill: #FEE8E7;
}
.fill-red-10\/0{
  fill: rgb(254 232 231 / 0);
}
.fill-red-10\/10{
  fill: rgb(254 232 231 / 0.1);
}
.fill-red-10\/100{
  fill: rgb(254 232 231 / 1);
}
.fill-red-10\/20{
  fill: rgb(254 232 231 / 0.2);
}
.fill-red-10\/25{
  fill: rgb(254 232 231 / 0.25);
}
.fill-red-10\/30{
  fill: rgb(254 232 231 / 0.3);
}
.fill-red-10\/40{
  fill: rgb(254 232 231 / 0.4);
}
.fill-red-10\/5{
  fill: rgb(254 232 231 / 0.05);
}
.fill-red-10\/50{
  fill: rgb(254 232 231 / 0.5);
}
.fill-red-10\/60{
  fill: rgb(254 232 231 / 0.6);
}
.fill-red-10\/70{
  fill: rgb(254 232 231 / 0.7);
}
.fill-red-10\/75{
  fill: rgb(254 232 231 / 0.75);
}
.fill-red-10\/80{
  fill: rgb(254 232 231 / 0.8);
}
.fill-red-10\/90{
  fill: rgb(254 232 231 / 0.9);
}
.fill-red-10\/95{
  fill: rgb(254 232 231 / 0.95);
}
.fill-red-100{
  fill: #fee2e2;
}
.fill-red-100\/0{
  fill: rgb(254 226 226 / 0);
}
.fill-red-100\/10{
  fill: rgb(254 226 226 / 0.1);
}
.fill-red-100\/100{
  fill: rgb(254 226 226 / 1);
}
.fill-red-100\/20{
  fill: rgb(254 226 226 / 0.2);
}
.fill-red-100\/25{
  fill: rgb(254 226 226 / 0.25);
}
.fill-red-100\/30{
  fill: rgb(254 226 226 / 0.3);
}
.fill-red-100\/40{
  fill: rgb(254 226 226 / 0.4);
}
.fill-red-100\/5{
  fill: rgb(254 226 226 / 0.05);
}
.fill-red-100\/50{
  fill: rgb(254 226 226 / 0.5);
}
.fill-red-100\/60{
  fill: rgb(254 226 226 / 0.6);
}
.fill-red-100\/70{
  fill: rgb(254 226 226 / 0.7);
}
.fill-red-100\/75{
  fill: rgb(254 226 226 / 0.75);
}
.fill-red-100\/80{
  fill: rgb(254 226 226 / 0.8);
}
.fill-red-100\/90{
  fill: rgb(254 226 226 / 0.9);
}
.fill-red-100\/95{
  fill: rgb(254 226 226 / 0.95);
}
.fill-red-11{
  fill: #FEF1F0;
}
.fill-red-11\/0{
  fill: rgb(254 241 240 / 0);
}
.fill-red-11\/10{
  fill: rgb(254 241 240 / 0.1);
}
.fill-red-11\/100{
  fill: rgb(254 241 240 / 1);
}
.fill-red-11\/20{
  fill: rgb(254 241 240 / 0.2);
}
.fill-red-11\/25{
  fill: rgb(254 241 240 / 0.25);
}
.fill-red-11\/30{
  fill: rgb(254 241 240 / 0.3);
}
.fill-red-11\/40{
  fill: rgb(254 241 240 / 0.4);
}
.fill-red-11\/5{
  fill: rgb(254 241 240 / 0.05);
}
.fill-red-11\/50{
  fill: rgb(254 241 240 / 0.5);
}
.fill-red-11\/60{
  fill: rgb(254 241 240 / 0.6);
}
.fill-red-11\/70{
  fill: rgb(254 241 240 / 0.7);
}
.fill-red-11\/75{
  fill: rgb(254 241 240 / 0.75);
}
.fill-red-11\/80{
  fill: rgb(254 241 240 / 0.8);
}
.fill-red-11\/90{
  fill: rgb(254 241 240 / 0.9);
}
.fill-red-11\/95{
  fill: rgb(254 241 240 / 0.95);
}
.fill-red-2{
  fill: #892C27;
}
.fill-red-2\/0{
  fill: rgb(137 44 39 / 0);
}
.fill-red-2\/10{
  fill: rgb(137 44 39 / 0.1);
}
.fill-red-2\/100{
  fill: rgb(137 44 39 / 1);
}
.fill-red-2\/20{
  fill: rgb(137 44 39 / 0.2);
}
.fill-red-2\/25{
  fill: rgb(137 44 39 / 0.25);
}
.fill-red-2\/30{
  fill: rgb(137 44 39 / 0.3);
}
.fill-red-2\/40{
  fill: rgb(137 44 39 / 0.4);
}
.fill-red-2\/5{
  fill: rgb(137 44 39 / 0.05);
}
.fill-red-2\/50{
  fill: rgb(137 44 39 / 0.5);
}
.fill-red-2\/60{
  fill: rgb(137 44 39 / 0.6);
}
.fill-red-2\/70{
  fill: rgb(137 44 39 / 0.7);
}
.fill-red-2\/75{
  fill: rgb(137 44 39 / 0.75);
}
.fill-red-2\/80{
  fill: rgb(137 44 39 / 0.8);
}
.fill-red-2\/90{
  fill: rgb(137 44 39 / 0.9);
}
.fill-red-2\/95{
  fill: rgb(137 44 39 / 0.95);
}
.fill-red-200{
  fill: #fecaca;
}
.fill-red-200\/0{
  fill: rgb(254 202 202 / 0);
}
.fill-red-200\/10{
  fill: rgb(254 202 202 / 0.1);
}
.fill-red-200\/100{
  fill: rgb(254 202 202 / 1);
}
.fill-red-200\/20{
  fill: rgb(254 202 202 / 0.2);
}
.fill-red-200\/25{
  fill: rgb(254 202 202 / 0.25);
}
.fill-red-200\/30{
  fill: rgb(254 202 202 / 0.3);
}
.fill-red-200\/40{
  fill: rgb(254 202 202 / 0.4);
}
.fill-red-200\/5{
  fill: rgb(254 202 202 / 0.05);
}
.fill-red-200\/50{
  fill: rgb(254 202 202 / 0.5);
}
.fill-red-200\/60{
  fill: rgb(254 202 202 / 0.6);
}
.fill-red-200\/70{
  fill: rgb(254 202 202 / 0.7);
}
.fill-red-200\/75{
  fill: rgb(254 202 202 / 0.75);
}
.fill-red-200\/80{
  fill: rgb(254 202 202 / 0.8);
}
.fill-red-200\/90{
  fill: rgb(254 202 202 / 0.9);
}
.fill-red-200\/95{
  fill: rgb(254 202 202 / 0.95);
}
.fill-red-3{
  fill: #AA3731;
}
.fill-red-3\/0{
  fill: rgb(170 55 49 / 0);
}
.fill-red-3\/10{
  fill: rgb(170 55 49 / 0.1);
}
.fill-red-3\/100{
  fill: rgb(170 55 49 / 1);
}
.fill-red-3\/20{
  fill: rgb(170 55 49 / 0.2);
}
.fill-red-3\/25{
  fill: rgb(170 55 49 / 0.25);
}
.fill-red-3\/30{
  fill: rgb(170 55 49 / 0.3);
}
.fill-red-3\/40{
  fill: rgb(170 55 49 / 0.4);
}
.fill-red-3\/5{
  fill: rgb(170 55 49 / 0.05);
}
.fill-red-3\/50{
  fill: rgb(170 55 49 / 0.5);
}
.fill-red-3\/60{
  fill: rgb(170 55 49 / 0.6);
}
.fill-red-3\/70{
  fill: rgb(170 55 49 / 0.7);
}
.fill-red-3\/75{
  fill: rgb(170 55 49 / 0.75);
}
.fill-red-3\/80{
  fill: rgb(170 55 49 / 0.8);
}
.fill-red-3\/90{
  fill: rgb(170 55 49 / 0.9);
}
.fill-red-3\/95{
  fill: rgb(170 55 49 / 0.95);
}
.fill-red-300{
  fill: #fca5a5;
}
.fill-red-300\/0{
  fill: rgb(252 165 165 / 0);
}
.fill-red-300\/10{
  fill: rgb(252 165 165 / 0.1);
}
.fill-red-300\/100{
  fill: rgb(252 165 165 / 1);
}
.fill-red-300\/20{
  fill: rgb(252 165 165 / 0.2);
}
.fill-red-300\/25{
  fill: rgb(252 165 165 / 0.25);
}
.fill-red-300\/30{
  fill: rgb(252 165 165 / 0.3);
}
.fill-red-300\/40{
  fill: rgb(252 165 165 / 0.4);
}
.fill-red-300\/5{
  fill: rgb(252 165 165 / 0.05);
}
.fill-red-300\/50{
  fill: rgb(252 165 165 / 0.5);
}
.fill-red-300\/60{
  fill: rgb(252 165 165 / 0.6);
}
.fill-red-300\/70{
  fill: rgb(252 165 165 / 0.7);
}
.fill-red-300\/75{
  fill: rgb(252 165 165 / 0.75);
}
.fill-red-300\/80{
  fill: rgb(252 165 165 / 0.8);
}
.fill-red-300\/90{
  fill: rgb(252 165 165 / 0.9);
}
.fill-red-300\/95{
  fill: rgb(252 165 165 / 0.95);
}
.fill-red-4{
  fill: #CC423B;
}
.fill-red-4\/0{
  fill: rgb(204 66 59 / 0);
}
.fill-red-4\/10{
  fill: rgb(204 66 59 / 0.1);
}
.fill-red-4\/100{
  fill: rgb(204 66 59 / 1);
}
.fill-red-4\/20{
  fill: rgb(204 66 59 / 0.2);
}
.fill-red-4\/25{
  fill: rgb(204 66 59 / 0.25);
}
.fill-red-4\/30{
  fill: rgb(204 66 59 / 0.3);
}
.fill-red-4\/40{
  fill: rgb(204 66 59 / 0.4);
}
.fill-red-4\/5{
  fill: rgb(204 66 59 / 0.05);
}
.fill-red-4\/50{
  fill: rgb(204 66 59 / 0.5);
}
.fill-red-4\/60{
  fill: rgb(204 66 59 / 0.6);
}
.fill-red-4\/70{
  fill: rgb(204 66 59 / 0.7);
}
.fill-red-4\/75{
  fill: rgb(204 66 59 / 0.75);
}
.fill-red-4\/80{
  fill: rgb(204 66 59 / 0.8);
}
.fill-red-4\/90{
  fill: rgb(204 66 59 / 0.9);
}
.fill-red-4\/95{
  fill: rgb(204 66 59 / 0.95);
}
.fill-red-400{
  fill: #f87171;
}
.fill-red-400\/0{
  fill: rgb(248 113 113 / 0);
}
.fill-red-400\/10{
  fill: rgb(248 113 113 / 0.1);
}
.fill-red-400\/100{
  fill: rgb(248 113 113 / 1);
}
.fill-red-400\/20{
  fill: rgb(248 113 113 / 0.2);
}
.fill-red-400\/25{
  fill: rgb(248 113 113 / 0.25);
}
.fill-red-400\/30{
  fill: rgb(248 113 113 / 0.3);
}
.fill-red-400\/40{
  fill: rgb(248 113 113 / 0.4);
}
.fill-red-400\/5{
  fill: rgb(248 113 113 / 0.05);
}
.fill-red-400\/50{
  fill: rgb(248 113 113 / 0.5);
}
.fill-red-400\/60{
  fill: rgb(248 113 113 / 0.6);
}
.fill-red-400\/70{
  fill: rgb(248 113 113 / 0.7);
}
.fill-red-400\/75{
  fill: rgb(248 113 113 / 0.75);
}
.fill-red-400\/80{
  fill: rgb(248 113 113 / 0.8);
}
.fill-red-400\/90{
  fill: rgb(248 113 113 / 0.9);
}
.fill-red-400\/95{
  fill: rgb(248 113 113 / 0.95);
}
.fill-red-5{
  fill: #F04E45;
}
.fill-red-5\/0{
  fill: rgb(240 78 69 / 0);
}
.fill-red-5\/10{
  fill: rgb(240 78 69 / 0.1);
}
.fill-red-5\/100{
  fill: rgb(240 78 69 / 1);
}
.fill-red-5\/20{
  fill: rgb(240 78 69 / 0.2);
}
.fill-red-5\/25{
  fill: rgb(240 78 69 / 0.25);
}
.fill-red-5\/30{
  fill: rgb(240 78 69 / 0.3);
}
.fill-red-5\/40{
  fill: rgb(240 78 69 / 0.4);
}
.fill-red-5\/5{
  fill: rgb(240 78 69 / 0.05);
}
.fill-red-5\/50{
  fill: rgb(240 78 69 / 0.5);
}
.fill-red-5\/60{
  fill: rgb(240 78 69 / 0.6);
}
.fill-red-5\/70{
  fill: rgb(240 78 69 / 0.7);
}
.fill-red-5\/75{
  fill: rgb(240 78 69 / 0.75);
}
.fill-red-5\/80{
  fill: rgb(240 78 69 / 0.8);
}
.fill-red-5\/90{
  fill: rgb(240 78 69 / 0.9);
}
.fill-red-5\/95{
  fill: rgb(240 78 69 / 0.95);
}
.fill-red-50{
  fill: #fef2f2;
}
.fill-red-50\/0{
  fill: rgb(254 242 242 / 0);
}
.fill-red-50\/10{
  fill: rgb(254 242 242 / 0.1);
}
.fill-red-50\/100{
  fill: rgb(254 242 242 / 1);
}
.fill-red-50\/20{
  fill: rgb(254 242 242 / 0.2);
}
.fill-red-50\/25{
  fill: rgb(254 242 242 / 0.25);
}
.fill-red-50\/30{
  fill: rgb(254 242 242 / 0.3);
}
.fill-red-50\/40{
  fill: rgb(254 242 242 / 0.4);
}
.fill-red-50\/5{
  fill: rgb(254 242 242 / 0.05);
}
.fill-red-50\/50{
  fill: rgb(254 242 242 / 0.5);
}
.fill-red-50\/60{
  fill: rgb(254 242 242 / 0.6);
}
.fill-red-50\/70{
  fill: rgb(254 242 242 / 0.7);
}
.fill-red-50\/75{
  fill: rgb(254 242 242 / 0.75);
}
.fill-red-50\/80{
  fill: rgb(254 242 242 / 0.8);
}
.fill-red-50\/90{
  fill: rgb(254 242 242 / 0.9);
}
.fill-red-50\/95{
  fill: rgb(254 242 242 / 0.95);
}
.fill-red-500{
  fill: #ef4444;
}
.fill-red-500\/0{
  fill: rgb(239 68 68 / 0);
}
.fill-red-500\/10{
  fill: rgb(239 68 68 / 0.1);
}
.fill-red-500\/100{
  fill: rgb(239 68 68 / 1);
}
.fill-red-500\/20{
  fill: rgb(239 68 68 / 0.2);
}
.fill-red-500\/25{
  fill: rgb(239 68 68 / 0.25);
}
.fill-red-500\/30{
  fill: rgb(239 68 68 / 0.3);
}
.fill-red-500\/40{
  fill: rgb(239 68 68 / 0.4);
}
.fill-red-500\/5{
  fill: rgb(239 68 68 / 0.05);
}
.fill-red-500\/50{
  fill: rgb(239 68 68 / 0.5);
}
.fill-red-500\/60{
  fill: rgb(239 68 68 / 0.6);
}
.fill-red-500\/70{
  fill: rgb(239 68 68 / 0.7);
}
.fill-red-500\/75{
  fill: rgb(239 68 68 / 0.75);
}
.fill-red-500\/80{
  fill: rgb(239 68 68 / 0.8);
}
.fill-red-500\/90{
  fill: rgb(239 68 68 / 0.9);
}
.fill-red-500\/95{
  fill: rgb(239 68 68 / 0.95);
}
.fill-red-6{
  fill: #F36E66;
}
.fill-red-6\/0{
  fill: rgb(243 110 102 / 0);
}
.fill-red-6\/10{
  fill: rgb(243 110 102 / 0.1);
}
.fill-red-6\/100{
  fill: rgb(243 110 102 / 1);
}
.fill-red-6\/20{
  fill: rgb(243 110 102 / 0.2);
}
.fill-red-6\/25{
  fill: rgb(243 110 102 / 0.25);
}
.fill-red-6\/30{
  fill: rgb(243 110 102 / 0.3);
}
.fill-red-6\/40{
  fill: rgb(243 110 102 / 0.4);
}
.fill-red-6\/5{
  fill: rgb(243 110 102 / 0.05);
}
.fill-red-6\/50{
  fill: rgb(243 110 102 / 0.5);
}
.fill-red-6\/60{
  fill: rgb(243 110 102 / 0.6);
}
.fill-red-6\/70{
  fill: rgb(243 110 102 / 0.7);
}
.fill-red-6\/75{
  fill: rgb(243 110 102 / 0.75);
}
.fill-red-6\/80{
  fill: rgb(243 110 102 / 0.8);
}
.fill-red-6\/90{
  fill: rgb(243 110 102 / 0.9);
}
.fill-red-6\/95{
  fill: rgb(243 110 102 / 0.95);
}
.fill-red-600{
  fill: #dc2626;
}
.fill-red-600\/0{
  fill: rgb(220 38 38 / 0);
}
.fill-red-600\/10{
  fill: rgb(220 38 38 / 0.1);
}
.fill-red-600\/100{
  fill: rgb(220 38 38 / 1);
}
.fill-red-600\/20{
  fill: rgb(220 38 38 / 0.2);
}
.fill-red-600\/25{
  fill: rgb(220 38 38 / 0.25);
}
.fill-red-600\/30{
  fill: rgb(220 38 38 / 0.3);
}
.fill-red-600\/40{
  fill: rgb(220 38 38 / 0.4);
}
.fill-red-600\/5{
  fill: rgb(220 38 38 / 0.05);
}
.fill-red-600\/50{
  fill: rgb(220 38 38 / 0.5);
}
.fill-red-600\/60{
  fill: rgb(220 38 38 / 0.6);
}
.fill-red-600\/70{
  fill: rgb(220 38 38 / 0.7);
}
.fill-red-600\/75{
  fill: rgb(220 38 38 / 0.75);
}
.fill-red-600\/80{
  fill: rgb(220 38 38 / 0.8);
}
.fill-red-600\/90{
  fill: rgb(220 38 38 / 0.9);
}
.fill-red-600\/95{
  fill: rgb(220 38 38 / 0.95);
}
.fill-red-7{
  fill: #F68F8A;
}
.fill-red-7\/0{
  fill: rgb(246 143 138 / 0);
}
.fill-red-7\/10{
  fill: rgb(246 143 138 / 0.1);
}
.fill-red-7\/100{
  fill: rgb(246 143 138 / 1);
}
.fill-red-7\/20{
  fill: rgb(246 143 138 / 0.2);
}
.fill-red-7\/25{
  fill: rgb(246 143 138 / 0.25);
}
.fill-red-7\/30{
  fill: rgb(246 143 138 / 0.3);
}
.fill-red-7\/40{
  fill: rgb(246 143 138 / 0.4);
}
.fill-red-7\/5{
  fill: rgb(246 143 138 / 0.05);
}
.fill-red-7\/50{
  fill: rgb(246 143 138 / 0.5);
}
.fill-red-7\/60{
  fill: rgb(246 143 138 / 0.6);
}
.fill-red-7\/70{
  fill: rgb(246 143 138 / 0.7);
}
.fill-red-7\/75{
  fill: rgb(246 143 138 / 0.75);
}
.fill-red-7\/80{
  fill: rgb(246 143 138 / 0.8);
}
.fill-red-7\/90{
  fill: rgb(246 143 138 / 0.9);
}
.fill-red-7\/95{
  fill: rgb(246 143 138 / 0.95);
}
.fill-red-700{
  fill: #b91c1c;
}
.fill-red-700\/0{
  fill: rgb(185 28 28 / 0);
}
.fill-red-700\/10{
  fill: rgb(185 28 28 / 0.1);
}
.fill-red-700\/100{
  fill: rgb(185 28 28 / 1);
}
.fill-red-700\/20{
  fill: rgb(185 28 28 / 0.2);
}
.fill-red-700\/25{
  fill: rgb(185 28 28 / 0.25);
}
.fill-red-700\/30{
  fill: rgb(185 28 28 / 0.3);
}
.fill-red-700\/40{
  fill: rgb(185 28 28 / 0.4);
}
.fill-red-700\/5{
  fill: rgb(185 28 28 / 0.05);
}
.fill-red-700\/50{
  fill: rgb(185 28 28 / 0.5);
}
.fill-red-700\/60{
  fill: rgb(185 28 28 / 0.6);
}
.fill-red-700\/70{
  fill: rgb(185 28 28 / 0.7);
}
.fill-red-700\/75{
  fill: rgb(185 28 28 / 0.75);
}
.fill-red-700\/80{
  fill: rgb(185 28 28 / 0.8);
}
.fill-red-700\/90{
  fill: rgb(185 28 28 / 0.9);
}
.fill-red-700\/95{
  fill: rgb(185 28 28 / 0.95);
}
.fill-red-8{
  fill: #F9B3AF;
}
.fill-red-8\/0{
  fill: rgb(249 179 175 / 0);
}
.fill-red-8\/10{
  fill: rgb(249 179 175 / 0.1);
}
.fill-red-8\/100{
  fill: rgb(249 179 175 / 1);
}
.fill-red-8\/20{
  fill: rgb(249 179 175 / 0.2);
}
.fill-red-8\/25{
  fill: rgb(249 179 175 / 0.25);
}
.fill-red-8\/30{
  fill: rgb(249 179 175 / 0.3);
}
.fill-red-8\/40{
  fill: rgb(249 179 175 / 0.4);
}
.fill-red-8\/5{
  fill: rgb(249 179 175 / 0.05);
}
.fill-red-8\/50{
  fill: rgb(249 179 175 / 0.5);
}
.fill-red-8\/60{
  fill: rgb(249 179 175 / 0.6);
}
.fill-red-8\/70{
  fill: rgb(249 179 175 / 0.7);
}
.fill-red-8\/75{
  fill: rgb(249 179 175 / 0.75);
}
.fill-red-8\/80{
  fill: rgb(249 179 175 / 0.8);
}
.fill-red-8\/90{
  fill: rgb(249 179 175 / 0.9);
}
.fill-red-8\/95{
  fill: rgb(249 179 175 / 0.95);
}
.fill-red-800{
  fill: #991b1b;
}
.fill-red-800\/0{
  fill: rgb(153 27 27 / 0);
}
.fill-red-800\/10{
  fill: rgb(153 27 27 / 0.1);
}
.fill-red-800\/100{
  fill: rgb(153 27 27 / 1);
}
.fill-red-800\/20{
  fill: rgb(153 27 27 / 0.2);
}
.fill-red-800\/25{
  fill: rgb(153 27 27 / 0.25);
}
.fill-red-800\/30{
  fill: rgb(153 27 27 / 0.3);
}
.fill-red-800\/40{
  fill: rgb(153 27 27 / 0.4);
}
.fill-red-800\/5{
  fill: rgb(153 27 27 / 0.05);
}
.fill-red-800\/50{
  fill: rgb(153 27 27 / 0.5);
}
.fill-red-800\/60{
  fill: rgb(153 27 27 / 0.6);
}
.fill-red-800\/70{
  fill: rgb(153 27 27 / 0.7);
}
.fill-red-800\/75{
  fill: rgb(153 27 27 / 0.75);
}
.fill-red-800\/80{
  fill: rgb(153 27 27 / 0.8);
}
.fill-red-800\/90{
  fill: rgb(153 27 27 / 0.9);
}
.fill-red-800\/95{
  fill: rgb(153 27 27 / 0.95);
}
.fill-red-9{
  fill: #FBD5D2;
}
.fill-red-9\/0{
  fill: rgb(251 213 210 / 0);
}
.fill-red-9\/10{
  fill: rgb(251 213 210 / 0.1);
}
.fill-red-9\/100{
  fill: rgb(251 213 210 / 1);
}
.fill-red-9\/20{
  fill: rgb(251 213 210 / 0.2);
}
.fill-red-9\/25{
  fill: rgb(251 213 210 / 0.25);
}
.fill-red-9\/30{
  fill: rgb(251 213 210 / 0.3);
}
.fill-red-9\/40{
  fill: rgb(251 213 210 / 0.4);
}
.fill-red-9\/5{
  fill: rgb(251 213 210 / 0.05);
}
.fill-red-9\/50{
  fill: rgb(251 213 210 / 0.5);
}
.fill-red-9\/60{
  fill: rgb(251 213 210 / 0.6);
}
.fill-red-9\/70{
  fill: rgb(251 213 210 / 0.7);
}
.fill-red-9\/75{
  fill: rgb(251 213 210 / 0.75);
}
.fill-red-9\/80{
  fill: rgb(251 213 210 / 0.8);
}
.fill-red-9\/90{
  fill: rgb(251 213 210 / 0.9);
}
.fill-red-9\/95{
  fill: rgb(251 213 210 / 0.95);
}
.fill-red-900{
  fill: #7f1d1d;
}
.fill-red-900\/0{
  fill: rgb(127 29 29 / 0);
}
.fill-red-900\/10{
  fill: rgb(127 29 29 / 0.1);
}
.fill-red-900\/100{
  fill: rgb(127 29 29 / 1);
}
.fill-red-900\/20{
  fill: rgb(127 29 29 / 0.2);
}
.fill-red-900\/25{
  fill: rgb(127 29 29 / 0.25);
}
.fill-red-900\/30{
  fill: rgb(127 29 29 / 0.3);
}
.fill-red-900\/40{
  fill: rgb(127 29 29 / 0.4);
}
.fill-red-900\/5{
  fill: rgb(127 29 29 / 0.05);
}
.fill-red-900\/50{
  fill: rgb(127 29 29 / 0.5);
}
.fill-red-900\/60{
  fill: rgb(127 29 29 / 0.6);
}
.fill-red-900\/70{
  fill: rgb(127 29 29 / 0.7);
}
.fill-red-900\/75{
  fill: rgb(127 29 29 / 0.75);
}
.fill-red-900\/80{
  fill: rgb(127 29 29 / 0.8);
}
.fill-red-900\/90{
  fill: rgb(127 29 29 / 0.9);
}
.fill-red-900\/95{
  fill: rgb(127 29 29 / 0.95);
}
.fill-red-950{
  fill: #450a0a;
}
.fill-red-950\/0{
  fill: rgb(69 10 10 / 0);
}
.fill-red-950\/10{
  fill: rgb(69 10 10 / 0.1);
}
.fill-red-950\/100{
  fill: rgb(69 10 10 / 1);
}
.fill-red-950\/20{
  fill: rgb(69 10 10 / 0.2);
}
.fill-red-950\/25{
  fill: rgb(69 10 10 / 0.25);
}
.fill-red-950\/30{
  fill: rgb(69 10 10 / 0.3);
}
.fill-red-950\/40{
  fill: rgb(69 10 10 / 0.4);
}
.fill-red-950\/5{
  fill: rgb(69 10 10 / 0.05);
}
.fill-red-950\/50{
  fill: rgb(69 10 10 / 0.5);
}
.fill-red-950\/60{
  fill: rgb(69 10 10 / 0.6);
}
.fill-red-950\/70{
  fill: rgb(69 10 10 / 0.7);
}
.fill-red-950\/75{
  fill: rgb(69 10 10 / 0.75);
}
.fill-red-950\/80{
  fill: rgb(69 10 10 / 0.8);
}
.fill-red-950\/90{
  fill: rgb(69 10 10 / 0.9);
}
.fill-red-950\/95{
  fill: rgb(69 10 10 / 0.95);
}
.fill-secondary{
  fill: #39393B;
}
.fill-secondary-500{
  fill: #FCB619;
}
.fill-secondary-500\/0{
  fill: rgb(252 182 25 / 0);
}
.fill-secondary-500\/10{
  fill: rgb(252 182 25 / 0.1);
}
.fill-secondary-500\/100{
  fill: rgb(252 182 25 / 1);
}
.fill-secondary-500\/20{
  fill: rgb(252 182 25 / 0.2);
}
.fill-secondary-500\/25{
  fill: rgb(252 182 25 / 0.25);
}
.fill-secondary-500\/30{
  fill: rgb(252 182 25 / 0.3);
}
.fill-secondary-500\/40{
  fill: rgb(252 182 25 / 0.4);
}
.fill-secondary-500\/5{
  fill: rgb(252 182 25 / 0.05);
}
.fill-secondary-500\/50{
  fill: rgb(252 182 25 / 0.5);
}
.fill-secondary-500\/60{
  fill: rgb(252 182 25 / 0.6);
}
.fill-secondary-500\/70{
  fill: rgb(252 182 25 / 0.7);
}
.fill-secondary-500\/75{
  fill: rgb(252 182 25 / 0.75);
}
.fill-secondary-500\/80{
  fill: rgb(252 182 25 / 0.8);
}
.fill-secondary-500\/90{
  fill: rgb(252 182 25 / 0.9);
}
.fill-secondary-500\/95{
  fill: rgb(252 182 25 / 0.95);
}
.fill-secondary\/0{
  fill: rgb(57 57 59 / 0);
}
.fill-secondary\/10{
  fill: rgb(57 57 59 / 0.1);
}
.fill-secondary\/100{
  fill: rgb(57 57 59 / 1);
}
.fill-secondary\/20{
  fill: rgb(57 57 59 / 0.2);
}
.fill-secondary\/25{
  fill: rgb(57 57 59 / 0.25);
}
.fill-secondary\/30{
  fill: rgb(57 57 59 / 0.3);
}
.fill-secondary\/40{
  fill: rgb(57 57 59 / 0.4);
}
.fill-secondary\/5{
  fill: rgb(57 57 59 / 0.05);
}
.fill-secondary\/50{
  fill: rgb(57 57 59 / 0.5);
}
.fill-secondary\/60{
  fill: rgb(57 57 59 / 0.6);
}
.fill-secondary\/70{
  fill: rgb(57 57 59 / 0.7);
}
.fill-secondary\/75{
  fill: rgb(57 57 59 / 0.75);
}
.fill-secondary\/80{
  fill: rgb(57 57 59 / 0.8);
}
.fill-secondary\/90{
  fill: rgb(57 57 59 / 0.9);
}
.fill-secondary\/95{
  fill: rgb(57 57 59 / 0.95);
}
.fill-yellow-1{
  fill: #736700;
}
.fill-yellow-1\/0{
  fill: rgb(115 103 0 / 0);
}
.fill-yellow-1\/10{
  fill: rgb(115 103 0 / 0.1);
}
.fill-yellow-1\/100{
  fill: rgb(115 103 0 / 1);
}
.fill-yellow-1\/20{
  fill: rgb(115 103 0 / 0.2);
}
.fill-yellow-1\/25{
  fill: rgb(115 103 0 / 0.25);
}
.fill-yellow-1\/30{
  fill: rgb(115 103 0 / 0.3);
}
.fill-yellow-1\/40{
  fill: rgb(115 103 0 / 0.4);
}
.fill-yellow-1\/5{
  fill: rgb(115 103 0 / 0.05);
}
.fill-yellow-1\/50{
  fill: rgb(115 103 0 / 0.5);
}
.fill-yellow-1\/60{
  fill: rgb(115 103 0 / 0.6);
}
.fill-yellow-1\/70{
  fill: rgb(115 103 0 / 0.7);
}
.fill-yellow-1\/75{
  fill: rgb(115 103 0 / 0.75);
}
.fill-yellow-1\/80{
  fill: rgb(115 103 0 / 0.8);
}
.fill-yellow-1\/90{
  fill: rgb(115 103 0 / 0.9);
}
.fill-yellow-1\/95{
  fill: rgb(115 103 0 / 0.95);
}
.fill-yellow-10{
  fill: #FFFCE6;
}
.fill-yellow-10\/0{
  fill: rgb(255 252 230 / 0);
}
.fill-yellow-10\/10{
  fill: rgb(255 252 230 / 0.1);
}
.fill-yellow-10\/100{
  fill: rgb(255 252 230 / 1);
}
.fill-yellow-10\/20{
  fill: rgb(255 252 230 / 0.2);
}
.fill-yellow-10\/25{
  fill: rgb(255 252 230 / 0.25);
}
.fill-yellow-10\/30{
  fill: rgb(255 252 230 / 0.3);
}
.fill-yellow-10\/40{
  fill: rgb(255 252 230 / 0.4);
}
.fill-yellow-10\/5{
  fill: rgb(255 252 230 / 0.05);
}
.fill-yellow-10\/50{
  fill: rgb(255 252 230 / 0.5);
}
.fill-yellow-10\/60{
  fill: rgb(255 252 230 / 0.6);
}
.fill-yellow-10\/70{
  fill: rgb(255 252 230 / 0.7);
}
.fill-yellow-10\/75{
  fill: rgb(255 252 230 / 0.75);
}
.fill-yellow-10\/80{
  fill: rgb(255 252 230 / 0.8);
}
.fill-yellow-10\/90{
  fill: rgb(255 252 230 / 0.9);
}
.fill-yellow-10\/95{
  fill: rgb(255 252 230 / 0.95);
}
.fill-yellow-100{
  fill: #fef9c3;
}
.fill-yellow-100\/0{
  fill: rgb(254 249 195 / 0);
}
.fill-yellow-100\/10{
  fill: rgb(254 249 195 / 0.1);
}
.fill-yellow-100\/100{
  fill: rgb(254 249 195 / 1);
}
.fill-yellow-100\/20{
  fill: rgb(254 249 195 / 0.2);
}
.fill-yellow-100\/25{
  fill: rgb(254 249 195 / 0.25);
}
.fill-yellow-100\/30{
  fill: rgb(254 249 195 / 0.3);
}
.fill-yellow-100\/40{
  fill: rgb(254 249 195 / 0.4);
}
.fill-yellow-100\/5{
  fill: rgb(254 249 195 / 0.05);
}
.fill-yellow-100\/50{
  fill: rgb(254 249 195 / 0.5);
}
.fill-yellow-100\/60{
  fill: rgb(254 249 195 / 0.6);
}
.fill-yellow-100\/70{
  fill: rgb(254 249 195 / 0.7);
}
.fill-yellow-100\/75{
  fill: rgb(254 249 195 / 0.75);
}
.fill-yellow-100\/80{
  fill: rgb(254 249 195 / 0.8);
}
.fill-yellow-100\/90{
  fill: rgb(254 249 195 / 0.9);
}
.fill-yellow-100\/95{
  fill: rgb(254 249 195 / 0.95);
}
.fill-yellow-11{
  fill: #FFFDF0;
}
.fill-yellow-11\/0{
  fill: rgb(255 253 240 / 0);
}
.fill-yellow-11\/10{
  fill: rgb(255 253 240 / 0.1);
}
.fill-yellow-11\/100{
  fill: rgb(255 253 240 / 1);
}
.fill-yellow-11\/20{
  fill: rgb(255 253 240 / 0.2);
}
.fill-yellow-11\/25{
  fill: rgb(255 253 240 / 0.25);
}
.fill-yellow-11\/30{
  fill: rgb(255 253 240 / 0.3);
}
.fill-yellow-11\/40{
  fill: rgb(255 253 240 / 0.4);
}
.fill-yellow-11\/5{
  fill: rgb(255 253 240 / 0.05);
}
.fill-yellow-11\/50{
  fill: rgb(255 253 240 / 0.5);
}
.fill-yellow-11\/60{
  fill: rgb(255 253 240 / 0.6);
}
.fill-yellow-11\/70{
  fill: rgb(255 253 240 / 0.7);
}
.fill-yellow-11\/75{
  fill: rgb(255 253 240 / 0.75);
}
.fill-yellow-11\/80{
  fill: rgb(255 253 240 / 0.8);
}
.fill-yellow-11\/90{
  fill: rgb(255 253 240 / 0.9);
}
.fill-yellow-11\/95{
  fill: rgb(255 253 240 / 0.95);
}
.fill-yellow-2{
  fill: #918300;
}
.fill-yellow-2\/0{
  fill: rgb(145 131 0 / 0);
}
.fill-yellow-2\/10{
  fill: rgb(145 131 0 / 0.1);
}
.fill-yellow-2\/100{
  fill: rgb(145 131 0 / 1);
}
.fill-yellow-2\/20{
  fill: rgb(145 131 0 / 0.2);
}
.fill-yellow-2\/25{
  fill: rgb(145 131 0 / 0.25);
}
.fill-yellow-2\/30{
  fill: rgb(145 131 0 / 0.3);
}
.fill-yellow-2\/40{
  fill: rgb(145 131 0 / 0.4);
}
.fill-yellow-2\/5{
  fill: rgb(145 131 0 / 0.05);
}
.fill-yellow-2\/50{
  fill: rgb(145 131 0 / 0.5);
}
.fill-yellow-2\/60{
  fill: rgb(145 131 0 / 0.6);
}
.fill-yellow-2\/70{
  fill: rgb(145 131 0 / 0.7);
}
.fill-yellow-2\/75{
  fill: rgb(145 131 0 / 0.75);
}
.fill-yellow-2\/80{
  fill: rgb(145 131 0 / 0.8);
}
.fill-yellow-2\/90{
  fill: rgb(145 131 0 / 0.9);
}
.fill-yellow-2\/95{
  fill: rgb(145 131 0 / 0.95);
}
.fill-yellow-200{
  fill: #fef08a;
}
.fill-yellow-200\/0{
  fill: rgb(254 240 138 / 0);
}
.fill-yellow-200\/10{
  fill: rgb(254 240 138 / 0.1);
}
.fill-yellow-200\/100{
  fill: rgb(254 240 138 / 1);
}
.fill-yellow-200\/20{
  fill: rgb(254 240 138 / 0.2);
}
.fill-yellow-200\/25{
  fill: rgb(254 240 138 / 0.25);
}
.fill-yellow-200\/30{
  fill: rgb(254 240 138 / 0.3);
}
.fill-yellow-200\/40{
  fill: rgb(254 240 138 / 0.4);
}
.fill-yellow-200\/5{
  fill: rgb(254 240 138 / 0.05);
}
.fill-yellow-200\/50{
  fill: rgb(254 240 138 / 0.5);
}
.fill-yellow-200\/60{
  fill: rgb(254 240 138 / 0.6);
}
.fill-yellow-200\/70{
  fill: rgb(254 240 138 / 0.7);
}
.fill-yellow-200\/75{
  fill: rgb(254 240 138 / 0.75);
}
.fill-yellow-200\/80{
  fill: rgb(254 240 138 / 0.8);
}
.fill-yellow-200\/90{
  fill: rgb(254 240 138 / 0.9);
}
.fill-yellow-200\/95{
  fill: rgb(254 240 138 / 0.95);
}
.fill-yellow-3{
  fill: #B5A300;
}
.fill-yellow-3\/0{
  fill: rgb(181 163 0 / 0);
}
.fill-yellow-3\/10{
  fill: rgb(181 163 0 / 0.1);
}
.fill-yellow-3\/100{
  fill: rgb(181 163 0 / 1);
}
.fill-yellow-3\/20{
  fill: rgb(181 163 0 / 0.2);
}
.fill-yellow-3\/25{
  fill: rgb(181 163 0 / 0.25);
}
.fill-yellow-3\/30{
  fill: rgb(181 163 0 / 0.3);
}
.fill-yellow-3\/40{
  fill: rgb(181 163 0 / 0.4);
}
.fill-yellow-3\/5{
  fill: rgb(181 163 0 / 0.05);
}
.fill-yellow-3\/50{
  fill: rgb(181 163 0 / 0.5);
}
.fill-yellow-3\/60{
  fill: rgb(181 163 0 / 0.6);
}
.fill-yellow-3\/70{
  fill: rgb(181 163 0 / 0.7);
}
.fill-yellow-3\/75{
  fill: rgb(181 163 0 / 0.75);
}
.fill-yellow-3\/80{
  fill: rgb(181 163 0 / 0.8);
}
.fill-yellow-3\/90{
  fill: rgb(181 163 0 / 0.9);
}
.fill-yellow-3\/95{
  fill: rgb(181 163 0 / 0.95);
}
.fill-yellow-300{
  fill: #fde047;
}
.fill-yellow-300\/0{
  fill: rgb(253 224 71 / 0);
}
.fill-yellow-300\/10{
  fill: rgb(253 224 71 / 0.1);
}
.fill-yellow-300\/100{
  fill: rgb(253 224 71 / 1);
}
.fill-yellow-300\/20{
  fill: rgb(253 224 71 / 0.2);
}
.fill-yellow-300\/25{
  fill: rgb(253 224 71 / 0.25);
}
.fill-yellow-300\/30{
  fill: rgb(253 224 71 / 0.3);
}
.fill-yellow-300\/40{
  fill: rgb(253 224 71 / 0.4);
}
.fill-yellow-300\/5{
  fill: rgb(253 224 71 / 0.05);
}
.fill-yellow-300\/50{
  fill: rgb(253 224 71 / 0.5);
}
.fill-yellow-300\/60{
  fill: rgb(253 224 71 / 0.6);
}
.fill-yellow-300\/70{
  fill: rgb(253 224 71 / 0.7);
}
.fill-yellow-300\/75{
  fill: rgb(253 224 71 / 0.75);
}
.fill-yellow-300\/80{
  fill: rgb(253 224 71 / 0.8);
}
.fill-yellow-300\/90{
  fill: rgb(253 224 71 / 0.9);
}
.fill-yellow-300\/95{
  fill: rgb(253 224 71 / 0.95);
}
.fill-yellow-4{
  fill: #D9C300;
}
.fill-yellow-4\/0{
  fill: rgb(217 195 0 / 0);
}
.fill-yellow-4\/10{
  fill: rgb(217 195 0 / 0.1);
}
.fill-yellow-4\/100{
  fill: rgb(217 195 0 / 1);
}
.fill-yellow-4\/20{
  fill: rgb(217 195 0 / 0.2);
}
.fill-yellow-4\/25{
  fill: rgb(217 195 0 / 0.25);
}
.fill-yellow-4\/30{
  fill: rgb(217 195 0 / 0.3);
}
.fill-yellow-4\/40{
  fill: rgb(217 195 0 / 0.4);
}
.fill-yellow-4\/5{
  fill: rgb(217 195 0 / 0.05);
}
.fill-yellow-4\/50{
  fill: rgb(217 195 0 / 0.5);
}
.fill-yellow-4\/60{
  fill: rgb(217 195 0 / 0.6);
}
.fill-yellow-4\/70{
  fill: rgb(217 195 0 / 0.7);
}
.fill-yellow-4\/75{
  fill: rgb(217 195 0 / 0.75);
}
.fill-yellow-4\/80{
  fill: rgb(217 195 0 / 0.8);
}
.fill-yellow-4\/90{
  fill: rgb(217 195 0 / 0.9);
}
.fill-yellow-4\/95{
  fill: rgb(217 195 0 / 0.95);
}
.fill-yellow-400{
  fill: #facc15;
}
.fill-yellow-400\/0{
  fill: rgb(250 204 21 / 0);
}
.fill-yellow-400\/10{
  fill: rgb(250 204 21 / 0.1);
}
.fill-yellow-400\/100{
  fill: rgb(250 204 21 / 1);
}
.fill-yellow-400\/20{
  fill: rgb(250 204 21 / 0.2);
}
.fill-yellow-400\/25{
  fill: rgb(250 204 21 / 0.25);
}
.fill-yellow-400\/30{
  fill: rgb(250 204 21 / 0.3);
}
.fill-yellow-400\/40{
  fill: rgb(250 204 21 / 0.4);
}
.fill-yellow-400\/5{
  fill: rgb(250 204 21 / 0.05);
}
.fill-yellow-400\/50{
  fill: rgb(250 204 21 / 0.5);
}
.fill-yellow-400\/60{
  fill: rgb(250 204 21 / 0.6);
}
.fill-yellow-400\/70{
  fill: rgb(250 204 21 / 0.7);
}
.fill-yellow-400\/75{
  fill: rgb(250 204 21 / 0.75);
}
.fill-yellow-400\/80{
  fill: rgb(250 204 21 / 0.8);
}
.fill-yellow-400\/90{
  fill: rgb(250 204 21 / 0.9);
}
.fill-yellow-400\/95{
  fill: rgb(250 204 21 / 0.95);
}
.fill-yellow-5{
  fill: #FFE500;
}
.fill-yellow-5\/0{
  fill: rgb(255 229 0 / 0);
}
.fill-yellow-5\/10{
  fill: rgb(255 229 0 / 0.1);
}
.fill-yellow-5\/100{
  fill: rgb(255 229 0 / 1);
}
.fill-yellow-5\/20{
  fill: rgb(255 229 0 / 0.2);
}
.fill-yellow-5\/25{
  fill: rgb(255 229 0 / 0.25);
}
.fill-yellow-5\/30{
  fill: rgb(255 229 0 / 0.3);
}
.fill-yellow-5\/40{
  fill: rgb(255 229 0 / 0.4);
}
.fill-yellow-5\/5{
  fill: rgb(255 229 0 / 0.05);
}
.fill-yellow-5\/50{
  fill: rgb(255 229 0 / 0.5);
}
.fill-yellow-5\/60{
  fill: rgb(255 229 0 / 0.6);
}
.fill-yellow-5\/70{
  fill: rgb(255 229 0 / 0.7);
}
.fill-yellow-5\/75{
  fill: rgb(255 229 0 / 0.75);
}
.fill-yellow-5\/80{
  fill: rgb(255 229 0 / 0.8);
}
.fill-yellow-5\/90{
  fill: rgb(255 229 0 / 0.9);
}
.fill-yellow-5\/95{
  fill: rgb(255 229 0 / 0.95);
}
.fill-yellow-50{
  fill: #fefce8;
}
.fill-yellow-50\/0{
  fill: rgb(254 252 232 / 0);
}
.fill-yellow-50\/10{
  fill: rgb(254 252 232 / 0.1);
}
.fill-yellow-50\/100{
  fill: rgb(254 252 232 / 1);
}
.fill-yellow-50\/20{
  fill: rgb(254 252 232 / 0.2);
}
.fill-yellow-50\/25{
  fill: rgb(254 252 232 / 0.25);
}
.fill-yellow-50\/30{
  fill: rgb(254 252 232 / 0.3);
}
.fill-yellow-50\/40{
  fill: rgb(254 252 232 / 0.4);
}
.fill-yellow-50\/5{
  fill: rgb(254 252 232 / 0.05);
}
.fill-yellow-50\/50{
  fill: rgb(254 252 232 / 0.5);
}
.fill-yellow-50\/60{
  fill: rgb(254 252 232 / 0.6);
}
.fill-yellow-50\/70{
  fill: rgb(254 252 232 / 0.7);
}
.fill-yellow-50\/75{
  fill: rgb(254 252 232 / 0.75);
}
.fill-yellow-50\/80{
  fill: rgb(254 252 232 / 0.8);
}
.fill-yellow-50\/90{
  fill: rgb(254 252 232 / 0.9);
}
.fill-yellow-50\/95{
  fill: rgb(254 252 232 / 0.95);
}
.fill-yellow-500{
  fill: #eab308;
}
.fill-yellow-500\/0{
  fill: rgb(234 179 8 / 0);
}
.fill-yellow-500\/10{
  fill: rgb(234 179 8 / 0.1);
}
.fill-yellow-500\/100{
  fill: rgb(234 179 8 / 1);
}
.fill-yellow-500\/20{
  fill: rgb(234 179 8 / 0.2);
}
.fill-yellow-500\/25{
  fill: rgb(234 179 8 / 0.25);
}
.fill-yellow-500\/30{
  fill: rgb(234 179 8 / 0.3);
}
.fill-yellow-500\/40{
  fill: rgb(234 179 8 / 0.4);
}
.fill-yellow-500\/5{
  fill: rgb(234 179 8 / 0.05);
}
.fill-yellow-500\/50{
  fill: rgb(234 179 8 / 0.5);
}
.fill-yellow-500\/60{
  fill: rgb(234 179 8 / 0.6);
}
.fill-yellow-500\/70{
  fill: rgb(234 179 8 / 0.7);
}
.fill-yellow-500\/75{
  fill: rgb(234 179 8 / 0.75);
}
.fill-yellow-500\/80{
  fill: rgb(234 179 8 / 0.8);
}
.fill-yellow-500\/90{
  fill: rgb(234 179 8 / 0.9);
}
.fill-yellow-500\/95{
  fill: rgb(234 179 8 / 0.95);
}
.fill-yellow-6{
  fill: #FFEA2E;
}
.fill-yellow-6\/0{
  fill: rgb(255 234 46 / 0);
}
.fill-yellow-6\/10{
  fill: rgb(255 234 46 / 0.1);
}
.fill-yellow-6\/100{
  fill: rgb(255 234 46 / 1);
}
.fill-yellow-6\/20{
  fill: rgb(255 234 46 / 0.2);
}
.fill-yellow-6\/25{
  fill: rgb(255 234 46 / 0.25);
}
.fill-yellow-6\/30{
  fill: rgb(255 234 46 / 0.3);
}
.fill-yellow-6\/40{
  fill: rgb(255 234 46 / 0.4);
}
.fill-yellow-6\/5{
  fill: rgb(255 234 46 / 0.05);
}
.fill-yellow-6\/50{
  fill: rgb(255 234 46 / 0.5);
}
.fill-yellow-6\/60{
  fill: rgb(255 234 46 / 0.6);
}
.fill-yellow-6\/70{
  fill: rgb(255 234 46 / 0.7);
}
.fill-yellow-6\/75{
  fill: rgb(255 234 46 / 0.75);
}
.fill-yellow-6\/80{
  fill: rgb(255 234 46 / 0.8);
}
.fill-yellow-6\/90{
  fill: rgb(255 234 46 / 0.9);
}
.fill-yellow-6\/95{
  fill: rgb(255 234 46 / 0.95);
}
.fill-yellow-600{
  fill: #ca8a04;
}
.fill-yellow-600\/0{
  fill: rgb(202 138 4 / 0);
}
.fill-yellow-600\/10{
  fill: rgb(202 138 4 / 0.1);
}
.fill-yellow-600\/100{
  fill: rgb(202 138 4 / 1);
}
.fill-yellow-600\/20{
  fill: rgb(202 138 4 / 0.2);
}
.fill-yellow-600\/25{
  fill: rgb(202 138 4 / 0.25);
}
.fill-yellow-600\/30{
  fill: rgb(202 138 4 / 0.3);
}
.fill-yellow-600\/40{
  fill: rgb(202 138 4 / 0.4);
}
.fill-yellow-600\/5{
  fill: rgb(202 138 4 / 0.05);
}
.fill-yellow-600\/50{
  fill: rgb(202 138 4 / 0.5);
}
.fill-yellow-600\/60{
  fill: rgb(202 138 4 / 0.6);
}
.fill-yellow-600\/70{
  fill: rgb(202 138 4 / 0.7);
}
.fill-yellow-600\/75{
  fill: rgb(202 138 4 / 0.75);
}
.fill-yellow-600\/80{
  fill: rgb(202 138 4 / 0.8);
}
.fill-yellow-600\/90{
  fill: rgb(202 138 4 / 0.9);
}
.fill-yellow-600\/95{
  fill: rgb(202 138 4 / 0.95);
}
.fill-yellow-7{
  fill: #FFEF5E;
}
.fill-yellow-7\/0{
  fill: rgb(255 239 94 / 0);
}
.fill-yellow-7\/10{
  fill: rgb(255 239 94 / 0.1);
}
.fill-yellow-7\/100{
  fill: rgb(255 239 94 / 1);
}
.fill-yellow-7\/20{
  fill: rgb(255 239 94 / 0.2);
}
.fill-yellow-7\/25{
  fill: rgb(255 239 94 / 0.25);
}
.fill-yellow-7\/30{
  fill: rgb(255 239 94 / 0.3);
}
.fill-yellow-7\/40{
  fill: rgb(255 239 94 / 0.4);
}
.fill-yellow-7\/5{
  fill: rgb(255 239 94 / 0.05);
}
.fill-yellow-7\/50{
  fill: rgb(255 239 94 / 0.5);
}
.fill-yellow-7\/60{
  fill: rgb(255 239 94 / 0.6);
}
.fill-yellow-7\/70{
  fill: rgb(255 239 94 / 0.7);
}
.fill-yellow-7\/75{
  fill: rgb(255 239 94 / 0.75);
}
.fill-yellow-7\/80{
  fill: rgb(255 239 94 / 0.8);
}
.fill-yellow-7\/90{
  fill: rgb(255 239 94 / 0.9);
}
.fill-yellow-7\/95{
  fill: rgb(255 239 94 / 0.95);
}
.fill-yellow-700{
  fill: #a16207;
}
.fill-yellow-700\/0{
  fill: rgb(161 98 7 / 0);
}
.fill-yellow-700\/10{
  fill: rgb(161 98 7 / 0.1);
}
.fill-yellow-700\/100{
  fill: rgb(161 98 7 / 1);
}
.fill-yellow-700\/20{
  fill: rgb(161 98 7 / 0.2);
}
.fill-yellow-700\/25{
  fill: rgb(161 98 7 / 0.25);
}
.fill-yellow-700\/30{
  fill: rgb(161 98 7 / 0.3);
}
.fill-yellow-700\/40{
  fill: rgb(161 98 7 / 0.4);
}
.fill-yellow-700\/5{
  fill: rgb(161 98 7 / 0.05);
}
.fill-yellow-700\/50{
  fill: rgb(161 98 7 / 0.5);
}
.fill-yellow-700\/60{
  fill: rgb(161 98 7 / 0.6);
}
.fill-yellow-700\/70{
  fill: rgb(161 98 7 / 0.7);
}
.fill-yellow-700\/75{
  fill: rgb(161 98 7 / 0.75);
}
.fill-yellow-700\/80{
  fill: rgb(161 98 7 / 0.8);
}
.fill-yellow-700\/90{
  fill: rgb(161 98 7 / 0.9);
}
.fill-yellow-700\/95{
  fill: rgb(161 98 7 / 0.95);
}
.fill-yellow-8{
  fill: #FFF491;
}
.fill-yellow-8\/0{
  fill: rgb(255 244 145 / 0);
}
.fill-yellow-8\/10{
  fill: rgb(255 244 145 / 0.1);
}
.fill-yellow-8\/100{
  fill: rgb(255 244 145 / 1);
}
.fill-yellow-8\/20{
  fill: rgb(255 244 145 / 0.2);
}
.fill-yellow-8\/25{
  fill: rgb(255 244 145 / 0.25);
}
.fill-yellow-8\/30{
  fill: rgb(255 244 145 / 0.3);
}
.fill-yellow-8\/40{
  fill: rgb(255 244 145 / 0.4);
}
.fill-yellow-8\/5{
  fill: rgb(255 244 145 / 0.05);
}
.fill-yellow-8\/50{
  fill: rgb(255 244 145 / 0.5);
}
.fill-yellow-8\/60{
  fill: rgb(255 244 145 / 0.6);
}
.fill-yellow-8\/70{
  fill: rgb(255 244 145 / 0.7);
}
.fill-yellow-8\/75{
  fill: rgb(255 244 145 / 0.75);
}
.fill-yellow-8\/80{
  fill: rgb(255 244 145 / 0.8);
}
.fill-yellow-8\/90{
  fill: rgb(255 244 145 / 0.9);
}
.fill-yellow-8\/95{
  fill: rgb(255 244 145 / 0.95);
}
.fill-yellow-800{
  fill: #854d0e;
}
.fill-yellow-800\/0{
  fill: rgb(133 77 14 / 0);
}
.fill-yellow-800\/10{
  fill: rgb(133 77 14 / 0.1);
}
.fill-yellow-800\/100{
  fill: rgb(133 77 14 / 1);
}
.fill-yellow-800\/20{
  fill: rgb(133 77 14 / 0.2);
}
.fill-yellow-800\/25{
  fill: rgb(133 77 14 / 0.25);
}
.fill-yellow-800\/30{
  fill: rgb(133 77 14 / 0.3);
}
.fill-yellow-800\/40{
  fill: rgb(133 77 14 / 0.4);
}
.fill-yellow-800\/5{
  fill: rgb(133 77 14 / 0.05);
}
.fill-yellow-800\/50{
  fill: rgb(133 77 14 / 0.5);
}
.fill-yellow-800\/60{
  fill: rgb(133 77 14 / 0.6);
}
.fill-yellow-800\/70{
  fill: rgb(133 77 14 / 0.7);
}
.fill-yellow-800\/75{
  fill: rgb(133 77 14 / 0.75);
}
.fill-yellow-800\/80{
  fill: rgb(133 77 14 / 0.8);
}
.fill-yellow-800\/90{
  fill: rgb(133 77 14 / 0.9);
}
.fill-yellow-800\/95{
  fill: rgb(133 77 14 / 0.95);
}
.fill-yellow-9{
  fill: #FFF9C2;
}
.fill-yellow-9\/0{
  fill: rgb(255 249 194 / 0);
}
.fill-yellow-9\/10{
  fill: rgb(255 249 194 / 0.1);
}
.fill-yellow-9\/100{
  fill: rgb(255 249 194 / 1);
}
.fill-yellow-9\/20{
  fill: rgb(255 249 194 / 0.2);
}
.fill-yellow-9\/25{
  fill: rgb(255 249 194 / 0.25);
}
.fill-yellow-9\/30{
  fill: rgb(255 249 194 / 0.3);
}
.fill-yellow-9\/40{
  fill: rgb(255 249 194 / 0.4);
}
.fill-yellow-9\/5{
  fill: rgb(255 249 194 / 0.05);
}
.fill-yellow-9\/50{
  fill: rgb(255 249 194 / 0.5);
}
.fill-yellow-9\/60{
  fill: rgb(255 249 194 / 0.6);
}
.fill-yellow-9\/70{
  fill: rgb(255 249 194 / 0.7);
}
.fill-yellow-9\/75{
  fill: rgb(255 249 194 / 0.75);
}
.fill-yellow-9\/80{
  fill: rgb(255 249 194 / 0.8);
}
.fill-yellow-9\/90{
  fill: rgb(255 249 194 / 0.9);
}
.fill-yellow-9\/95{
  fill: rgb(255 249 194 / 0.95);
}
.fill-yellow-900{
  fill: #713f12;
}
.fill-yellow-900\/0{
  fill: rgb(113 63 18 / 0);
}
.fill-yellow-900\/10{
  fill: rgb(113 63 18 / 0.1);
}
.fill-yellow-900\/100{
  fill: rgb(113 63 18 / 1);
}
.fill-yellow-900\/20{
  fill: rgb(113 63 18 / 0.2);
}
.fill-yellow-900\/25{
  fill: rgb(113 63 18 / 0.25);
}
.fill-yellow-900\/30{
  fill: rgb(113 63 18 / 0.3);
}
.fill-yellow-900\/40{
  fill: rgb(113 63 18 / 0.4);
}
.fill-yellow-900\/5{
  fill: rgb(113 63 18 / 0.05);
}
.fill-yellow-900\/50{
  fill: rgb(113 63 18 / 0.5);
}
.fill-yellow-900\/60{
  fill: rgb(113 63 18 / 0.6);
}
.fill-yellow-900\/70{
  fill: rgb(113 63 18 / 0.7);
}
.fill-yellow-900\/75{
  fill: rgb(113 63 18 / 0.75);
}
.fill-yellow-900\/80{
  fill: rgb(113 63 18 / 0.8);
}
.fill-yellow-900\/90{
  fill: rgb(113 63 18 / 0.9);
}
.fill-yellow-900\/95{
  fill: rgb(113 63 18 / 0.95);
}
.fill-yellow-950{
  fill: #422006;
}
.fill-yellow-950\/0{
  fill: rgb(66 32 6 / 0);
}
.fill-yellow-950\/10{
  fill: rgb(66 32 6 / 0.1);
}
.fill-yellow-950\/100{
  fill: rgb(66 32 6 / 1);
}
.fill-yellow-950\/20{
  fill: rgb(66 32 6 / 0.2);
}
.fill-yellow-950\/25{
  fill: rgb(66 32 6 / 0.25);
}
.fill-yellow-950\/30{
  fill: rgb(66 32 6 / 0.3);
}
.fill-yellow-950\/40{
  fill: rgb(66 32 6 / 0.4);
}
.fill-yellow-950\/5{
  fill: rgb(66 32 6 / 0.05);
}
.fill-yellow-950\/50{
  fill: rgb(66 32 6 / 0.5);
}
.fill-yellow-950\/60{
  fill: rgb(66 32 6 / 0.6);
}
.fill-yellow-950\/70{
  fill: rgb(66 32 6 / 0.7);
}
.fill-yellow-950\/75{
  fill: rgb(66 32 6 / 0.75);
}
.fill-yellow-950\/80{
  fill: rgb(66 32 6 / 0.8);
}
.fill-yellow-950\/90{
  fill: rgb(66 32 6 / 0.9);
}
.fill-yellow-950\/95{
  fill: rgb(66 32 6 / 0.95);
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1px\]{
  padding: 1px;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.\!py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pb-10{
  padding-bottom: 2.5rem !important;
}
.\!pl-10{
  padding-left: 2.5rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-baseline{
  vertical-align: baseline;
}
.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-button1{
  font-size: var(--b1_size);
  line-height: var(--b1_lineheight);
  font-weight: var(--b1_fontweight);
}
.text-h5{
  font-size: var(--h5_size);
  line-height: var(--h5_lineheight);
  font-weight: var(--h5_fontweight);
}
.text-h6{
  font-size: var(--h6_size);
  line-height: var(--h6_lineheight);
  font-weight: var(--h6_fontweight);
}
.text-l1{
  font-size: var(--l1_size);
  line-height: var(--l1_lineheight);
  font-weight: var(--l1_fontweight);
}
.text-l3{
  font-size: var(--l3_size);
  line-height: var(--l3_lineheight);
  font-weight: var(--l3_fontweight);
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-p1{
  font-size: var(--p1_size);
  line-height: var(--p1_lineheight);
  font-weight: var(--p1_fontwight);
}
.text-p2{
  font-size: var(--p2_size);
  line-height: var(--p2_lineheight);
  font-weight: var(--p2_fontweight);
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold{
  font-weight: 700 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-4{
  line-height: 1rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[147\%\]{
  line-height: 147%;
}
.\!text-color-1{
  --tw-text-opacity: 1 !important;
  color: rgb(18 19 23 / var(--tw-text-opacity)) !important;
}
.\!text-color-2{
  --tw-text-opacity: 1 !important;
  color: rgb(111 113 119 / var(--tw-text-opacity)) !important;
}
.\!text-neutral-500{
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}
.text-\[\#01A7E1\]{
  --tw-text-opacity: 1;
  color: rgb(1 167 225 / var(--tw-text-opacity));
}
.text-\[\#030234\]{
  --tw-text-opacity: 1;
  color: rgb(3 2 52 / var(--tw-text-opacity));
}
.text-\[\#404040\]{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-\[\#436F00\]{
  --tw-text-opacity: 1;
  color: rgb(67 111 0 / var(--tw-text-opacity));
}
.text-\[\#494949\]{
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}
.text-\[\#6A4C0B\]{
  --tw-text-opacity: 1;
  color: rgb(106 76 11 / var(--tw-text-opacity));
}
.text-\[\#8D8D9B\]{
  --tw-text-opacity: 1;
  color: rgb(141 141 155 / var(--tw-text-opacity));
}
.text-\[\#C3C4C7\]{
  --tw-text-opacity: 1;
  color: rgb(195 196 199 / var(--tw-text-opacity));
}
.text-\[\#FAFAFA\]{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-\[\#FCB619\]{
  --tw-text-opacity: 1;
  color: rgb(252 182 25 / var(--tw-text-opacity));
}
.text-\[\#ffffff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black-1{
  --tw-text-opacity: 1;
  color: rgb(3 0 47 / var(--tw-text-opacity));
}
.text-black-1\/0{
  color: rgb(3 0 47 / 0);
}
.text-black-1\/10{
  color: rgb(3 0 47 / 0.1);
}
.text-black-1\/100{
  color: rgb(3 0 47 / 1);
}
.text-black-1\/20{
  color: rgb(3 0 47 / 0.2);
}
.text-black-1\/25{
  color: rgb(3 0 47 / 0.25);
}
.text-black-1\/30{
  color: rgb(3 0 47 / 0.3);
}
.text-black-1\/40{
  color: rgb(3 0 47 / 0.4);
}
.text-black-1\/5{
  color: rgb(3 0 47 / 0.05);
}
.text-black-1\/50{
  color: rgb(3 0 47 / 0.5);
}
.text-black-1\/60{
  color: rgb(3 0 47 / 0.6);
}
.text-black-1\/70{
  color: rgb(3 0 47 / 0.7);
}
.text-black-1\/75{
  color: rgb(3 0 47 / 0.75);
}
.text-black-1\/80{
  color: rgb(3 0 47 / 0.8);
}
.text-black-1\/90{
  color: rgb(3 0 47 / 0.9);
}
.text-black-1\/95{
  color: rgb(3 0 47 / 0.95);
}
.text-black-10{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-black-10\/0{
  color: rgb(245 245 245 / 0);
}
.text-black-10\/10{
  color: rgb(245 245 245 / 0.1);
}
.text-black-10\/100{
  color: rgb(245 245 245 / 1);
}
.text-black-10\/20{
  color: rgb(245 245 245 / 0.2);
}
.text-black-10\/25{
  color: rgb(245 245 245 / 0.25);
}
.text-black-10\/30{
  color: rgb(245 245 245 / 0.3);
}
.text-black-10\/40{
  color: rgb(245 245 245 / 0.4);
}
.text-black-10\/5{
  color: rgb(245 245 245 / 0.05);
}
.text-black-10\/50{
  color: rgb(245 245 245 / 0.5);
}
.text-black-10\/60{
  color: rgb(245 245 245 / 0.6);
}
.text-black-10\/70{
  color: rgb(245 245 245 / 0.7);
}
.text-black-10\/75{
  color: rgb(245 245 245 / 0.75);
}
.text-black-10\/80{
  color: rgb(245 245 245 / 0.8);
}
.text-black-10\/90{
  color: rgb(245 245 245 / 0.9);
}
.text-black-10\/95{
  color: rgb(245 245 245 / 0.95);
}
.text-black-11{
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity));
}
.text-black-11\/0{
  color: rgb(252 252 252 / 0);
}
.text-black-11\/10{
  color: rgb(252 252 252 / 0.1);
}
.text-black-11\/100{
  color: rgb(252 252 252 / 1);
}
.text-black-11\/20{
  color: rgb(252 252 252 / 0.2);
}
.text-black-11\/25{
  color: rgb(252 252 252 / 0.25);
}
.text-black-11\/30{
  color: rgb(252 252 252 / 0.3);
}
.text-black-11\/40{
  color: rgb(252 252 252 / 0.4);
}
.text-black-11\/5{
  color: rgb(252 252 252 / 0.05);
}
.text-black-11\/50{
  color: rgb(252 252 252 / 0.5);
}
.text-black-11\/60{
  color: rgb(252 252 252 / 0.6);
}
.text-black-11\/70{
  color: rgb(252 252 252 / 0.7);
}
.text-black-11\/75{
  color: rgb(252 252 252 / 0.75);
}
.text-black-11\/80{
  color: rgb(252 252 252 / 0.8);
}
.text-black-11\/90{
  color: rgb(252 252 252 / 0.9);
}
.text-black-11\/95{
  color: rgb(252 252 252 / 0.95);
}
.text-black-2{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.text-black-2\/0{
  color: rgb(31 31 31 / 0);
}
.text-black-2\/10{
  color: rgb(31 31 31 / 0.1);
}
.text-black-2\/100{
  color: rgb(31 31 31 / 1);
}
.text-black-2\/20{
  color: rgb(31 31 31 / 0.2);
}
.text-black-2\/25{
  color: rgb(31 31 31 / 0.25);
}
.text-black-2\/30{
  color: rgb(31 31 31 / 0.3);
}
.text-black-2\/40{
  color: rgb(31 31 31 / 0.4);
}
.text-black-2\/5{
  color: rgb(31 31 31 / 0.05);
}
.text-black-2\/50{
  color: rgb(31 31 31 / 0.5);
}
.text-black-2\/60{
  color: rgb(31 31 31 / 0.6);
}
.text-black-2\/70{
  color: rgb(31 31 31 / 0.7);
}
.text-black-2\/75{
  color: rgb(31 31 31 / 0.75);
}
.text-black-2\/80{
  color: rgb(31 31 31 / 0.8);
}
.text-black-2\/90{
  color: rgb(31 31 31 / 0.9);
}
.text-black-2\/95{
  color: rgb(31 31 31 / 0.95);
}
.text-black-3{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-black-3\/0{
  color: rgb(38 38 38 / 0);
}
.text-black-3\/10{
  color: rgb(38 38 38 / 0.1);
}
.text-black-3\/100{
  color: rgb(38 38 38 / 1);
}
.text-black-3\/20{
  color: rgb(38 38 38 / 0.2);
}
.text-black-3\/25{
  color: rgb(38 38 38 / 0.25);
}
.text-black-3\/30{
  color: rgb(38 38 38 / 0.3);
}
.text-black-3\/40{
  color: rgb(38 38 38 / 0.4);
}
.text-black-3\/5{
  color: rgb(38 38 38 / 0.05);
}
.text-black-3\/50{
  color: rgb(38 38 38 / 0.5);
}
.text-black-3\/60{
  color: rgb(38 38 38 / 0.6);
}
.text-black-3\/70{
  color: rgb(38 38 38 / 0.7);
}
.text-black-3\/75{
  color: rgb(38 38 38 / 0.75);
}
.text-black-3\/80{
  color: rgb(38 38 38 / 0.8);
}
.text-black-3\/90{
  color: rgb(38 38 38 / 0.9);
}
.text-black-3\/95{
  color: rgb(38 38 38 / 0.95);
}
.text-black-4{
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity));
}
.text-black-4\/0{
  color: rgb(69 69 69 / 0);
}
.text-black-4\/10{
  color: rgb(69 69 69 / 0.1);
}
.text-black-4\/100{
  color: rgb(69 69 69 / 1);
}
.text-black-4\/20{
  color: rgb(69 69 69 / 0.2);
}
.text-black-4\/25{
  color: rgb(69 69 69 / 0.25);
}
.text-black-4\/30{
  color: rgb(69 69 69 / 0.3);
}
.text-black-4\/40{
  color: rgb(69 69 69 / 0.4);
}
.text-black-4\/5{
  color: rgb(69 69 69 / 0.05);
}
.text-black-4\/50{
  color: rgb(69 69 69 / 0.5);
}
.text-black-4\/60{
  color: rgb(69 69 69 / 0.6);
}
.text-black-4\/70{
  color: rgb(69 69 69 / 0.7);
}
.text-black-4\/75{
  color: rgb(69 69 69 / 0.75);
}
.text-black-4\/80{
  color: rgb(69 69 69 / 0.8);
}
.text-black-4\/90{
  color: rgb(69 69 69 / 0.9);
}
.text-black-4\/95{
  color: rgb(69 69 69 / 0.95);
}
.text-black-5{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.text-black-5\/0{
  color: rgb(89 89 89 / 0);
}
.text-black-5\/10{
  color: rgb(89 89 89 / 0.1);
}
.text-black-5\/100{
  color: rgb(89 89 89 / 1);
}
.text-black-5\/20{
  color: rgb(89 89 89 / 0.2);
}
.text-black-5\/25{
  color: rgb(89 89 89 / 0.25);
}
.text-black-5\/30{
  color: rgb(89 89 89 / 0.3);
}
.text-black-5\/40{
  color: rgb(89 89 89 / 0.4);
}
.text-black-5\/5{
  color: rgb(89 89 89 / 0.05);
}
.text-black-5\/50{
  color: rgb(89 89 89 / 0.5);
}
.text-black-5\/60{
  color: rgb(89 89 89 / 0.6);
}
.text-black-5\/70{
  color: rgb(89 89 89 / 0.7);
}
.text-black-5\/75{
  color: rgb(89 89 89 / 0.75);
}
.text-black-5\/80{
  color: rgb(89 89 89 / 0.8);
}
.text-black-5\/90{
  color: rgb(89 89 89 / 0.9);
}
.text-black-5\/95{
  color: rgb(89 89 89 / 0.95);
}
.text-black-6{
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}
.text-black-6\/0{
  color: rgb(140 140 140 / 0);
}
.text-black-6\/10{
  color: rgb(140 140 140 / 0.1);
}
.text-black-6\/100{
  color: rgb(140 140 140 / 1);
}
.text-black-6\/20{
  color: rgb(140 140 140 / 0.2);
}
.text-black-6\/25{
  color: rgb(140 140 140 / 0.25);
}
.text-black-6\/30{
  color: rgb(140 140 140 / 0.3);
}
.text-black-6\/40{
  color: rgb(140 140 140 / 0.4);
}
.text-black-6\/5{
  color: rgb(140 140 140 / 0.05);
}
.text-black-6\/50{
  color: rgb(140 140 140 / 0.5);
}
.text-black-6\/60{
  color: rgb(140 140 140 / 0.6);
}
.text-black-6\/70{
  color: rgb(140 140 140 / 0.7);
}
.text-black-6\/75{
  color: rgb(140 140 140 / 0.75);
}
.text-black-6\/80{
  color: rgb(140 140 140 / 0.8);
}
.text-black-6\/90{
  color: rgb(140 140 140 / 0.9);
}
.text-black-6\/95{
  color: rgb(140 140 140 / 0.95);
}
.text-black-7{
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity));
}
.text-black-7\/0{
  color: rgb(191 191 191 / 0);
}
.text-black-7\/10{
  color: rgb(191 191 191 / 0.1);
}
.text-black-7\/100{
  color: rgb(191 191 191 / 1);
}
.text-black-7\/20{
  color: rgb(191 191 191 / 0.2);
}
.text-black-7\/25{
  color: rgb(191 191 191 / 0.25);
}
.text-black-7\/30{
  color: rgb(191 191 191 / 0.3);
}
.text-black-7\/40{
  color: rgb(191 191 191 / 0.4);
}
.text-black-7\/5{
  color: rgb(191 191 191 / 0.05);
}
.text-black-7\/50{
  color: rgb(191 191 191 / 0.5);
}
.text-black-7\/60{
  color: rgb(191 191 191 / 0.6);
}
.text-black-7\/70{
  color: rgb(191 191 191 / 0.7);
}
.text-black-7\/75{
  color: rgb(191 191 191 / 0.75);
}
.text-black-7\/80{
  color: rgb(191 191 191 / 0.8);
}
.text-black-7\/90{
  color: rgb(191 191 191 / 0.9);
}
.text-black-7\/95{
  color: rgb(191 191 191 / 0.95);
}
.text-black-8{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-black-8\/0{
  color: rgb(217 217 217 / 0);
}
.text-black-8\/10{
  color: rgb(217 217 217 / 0.1);
}
.text-black-8\/100{
  color: rgb(217 217 217 / 1);
}
.text-black-8\/20{
  color: rgb(217 217 217 / 0.2);
}
.text-black-8\/25{
  color: rgb(217 217 217 / 0.25);
}
.text-black-8\/30{
  color: rgb(217 217 217 / 0.3);
}
.text-black-8\/40{
  color: rgb(217 217 217 / 0.4);
}
.text-black-8\/5{
  color: rgb(217 217 217 / 0.05);
}
.text-black-8\/50{
  color: rgb(217 217 217 / 0.5);
}
.text-black-8\/60{
  color: rgb(217 217 217 / 0.6);
}
.text-black-8\/70{
  color: rgb(217 217 217 / 0.7);
}
.text-black-8\/75{
  color: rgb(217 217 217 / 0.75);
}
.text-black-8\/80{
  color: rgb(217 217 217 / 0.8);
}
.text-black-8\/90{
  color: rgb(217 217 217 / 0.9);
}
.text-black-8\/95{
  color: rgb(217 217 217 / 0.95);
}
.text-black-9{
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}
.text-black-9\/0{
  color: rgb(240 240 240 / 0);
}
.text-black-9\/10{
  color: rgb(240 240 240 / 0.1);
}
.text-black-9\/100{
  color: rgb(240 240 240 / 1);
}
.text-black-9\/20{
  color: rgb(240 240 240 / 0.2);
}
.text-black-9\/25{
  color: rgb(240 240 240 / 0.25);
}
.text-black-9\/30{
  color: rgb(240 240 240 / 0.3);
}
.text-black-9\/40{
  color: rgb(240 240 240 / 0.4);
}
.text-black-9\/5{
  color: rgb(240 240 240 / 0.05);
}
.text-black-9\/50{
  color: rgb(240 240 240 / 0.5);
}
.text-black-9\/60{
  color: rgb(240 240 240 / 0.6);
}
.text-black-9\/70{
  color: rgb(240 240 240 / 0.7);
}
.text-black-9\/75{
  color: rgb(240 240 240 / 0.75);
}
.text-black-9\/80{
  color: rgb(240 240 240 / 0.8);
}
.text-black-9\/90{
  color: rgb(240 240 240 / 0.9);
}
.text-black-9\/95{
  color: rgb(240 240 240 / 0.95);
}
.text-blue-1{
  --tw-text-opacity: 1;
  color: rgb(13 69 96 / var(--tw-text-opacity));
}
.text-blue-1\/0{
  color: rgb(13 69 96 / 0);
}
.text-blue-1\/10{
  color: rgb(13 69 96 / 0.1);
}
.text-blue-1\/100{
  color: rgb(13 69 96 / 1);
}
.text-blue-1\/20{
  color: rgb(13 69 96 / 0.2);
}
.text-blue-1\/25{
  color: rgb(13 69 96 / 0.25);
}
.text-blue-1\/30{
  color: rgb(13 69 96 / 0.3);
}
.text-blue-1\/40{
  color: rgb(13 69 96 / 0.4);
}
.text-blue-1\/5{
  color: rgb(13 69 96 / 0.05);
}
.text-blue-1\/50{
  color: rgb(13 69 96 / 0.5);
}
.text-blue-1\/60{
  color: rgb(13 69 96 / 0.6);
}
.text-blue-1\/70{
  color: rgb(13 69 96 / 0.7);
}
.text-blue-1\/75{
  color: rgb(13 69 96 / 0.75);
}
.text-blue-1\/80{
  color: rgb(13 69 96 / 0.8);
}
.text-blue-1\/90{
  color: rgb(13 69 96 / 0.9);
}
.text-blue-1\/95{
  color: rgb(13 69 96 / 0.95);
}
.text-blue-10{
  --tw-text-opacity: 1;
  color: rgb(232 245 251 / var(--tw-text-opacity));
}
.text-blue-10\/0{
  color: rgb(232 245 251 / 0);
}
.text-blue-10\/10{
  color: rgb(232 245 251 / 0.1);
}
.text-blue-10\/100{
  color: rgb(232 245 251 / 1);
}
.text-blue-10\/20{
  color: rgb(232 245 251 / 0.2);
}
.text-blue-10\/25{
  color: rgb(232 245 251 / 0.25);
}
.text-blue-10\/30{
  color: rgb(232 245 251 / 0.3);
}
.text-blue-10\/40{
  color: rgb(232 245 251 / 0.4);
}
.text-blue-10\/5{
  color: rgb(232 245 251 / 0.05);
}
.text-blue-10\/50{
  color: rgb(232 245 251 / 0.5);
}
.text-blue-10\/60{
  color: rgb(232 245 251 / 0.6);
}
.text-blue-10\/70{
  color: rgb(232 245 251 / 0.7);
}
.text-blue-10\/75{
  color: rgb(232 245 251 / 0.75);
}
.text-blue-10\/80{
  color: rgb(232 245 251 / 0.8);
}
.text-blue-10\/90{
  color: rgb(232 245 251 / 0.9);
}
.text-blue-10\/95{
  color: rgb(232 245 251 / 0.95);
}
.text-blue-100{
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.text-blue-100\/0{
  color: rgb(219 234 254 / 0);
}
.text-blue-100\/10{
  color: rgb(219 234 254 / 0.1);
}
.text-blue-100\/100{
  color: rgb(219 234 254 / 1);
}
.text-blue-100\/20{
  color: rgb(219 234 254 / 0.2);
}
.text-blue-100\/25{
  color: rgb(219 234 254 / 0.25);
}
.text-blue-100\/30{
  color: rgb(219 234 254 / 0.3);
}
.text-blue-100\/40{
  color: rgb(219 234 254 / 0.4);
}
.text-blue-100\/5{
  color: rgb(219 234 254 / 0.05);
}
.text-blue-100\/50{
  color: rgb(219 234 254 / 0.5);
}
.text-blue-100\/60{
  color: rgb(219 234 254 / 0.6);
}
.text-blue-100\/70{
  color: rgb(219 234 254 / 0.7);
}
.text-blue-100\/75{
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80{
  color: rgb(219 234 254 / 0.8);
}
.text-blue-100\/90{
  color: rgb(219 234 254 / 0.9);
}
.text-blue-100\/95{
  color: rgb(219 234 254 / 0.95);
}
.text-blue-11{
  --tw-text-opacity: 1;
  color: rgb(242 249 253 / var(--tw-text-opacity));
}
.text-blue-11\/0{
  color: rgb(242 249 253 / 0);
}
.text-blue-11\/10{
  color: rgb(242 249 253 / 0.1);
}
.text-blue-11\/100{
  color: rgb(242 249 253 / 1);
}
.text-blue-11\/20{
  color: rgb(242 249 253 / 0.2);
}
.text-blue-11\/25{
  color: rgb(242 249 253 / 0.25);
}
.text-blue-11\/30{
  color: rgb(242 249 253 / 0.3);
}
.text-blue-11\/40{
  color: rgb(242 249 253 / 0.4);
}
.text-blue-11\/5{
  color: rgb(242 249 253 / 0.05);
}
.text-blue-11\/50{
  color: rgb(242 249 253 / 0.5);
}
.text-blue-11\/60{
  color: rgb(242 249 253 / 0.6);
}
.text-blue-11\/70{
  color: rgb(242 249 253 / 0.7);
}
.text-blue-11\/75{
  color: rgb(242 249 253 / 0.75);
}
.text-blue-11\/80{
  color: rgb(242 249 253 / 0.8);
}
.text-blue-11\/90{
  color: rgb(242 249 253 / 0.9);
}
.text-blue-11\/95{
  color: rgb(242 249 253 / 0.95);
}
.text-blue-2{
  --tw-text-opacity: 1;
  color: rgb(16 88 122 / var(--tw-text-opacity));
}
.text-blue-2\/0{
  color: rgb(16 88 122 / 0);
}
.text-blue-2\/10{
  color: rgb(16 88 122 / 0.1);
}
.text-blue-2\/100{
  color: rgb(16 88 122 / 1);
}
.text-blue-2\/20{
  color: rgb(16 88 122 / 0.2);
}
.text-blue-2\/25{
  color: rgb(16 88 122 / 0.25);
}
.text-blue-2\/30{
  color: rgb(16 88 122 / 0.3);
}
.text-blue-2\/40{
  color: rgb(16 88 122 / 0.4);
}
.text-blue-2\/5{
  color: rgb(16 88 122 / 0.05);
}
.text-blue-2\/50{
  color: rgb(16 88 122 / 0.5);
}
.text-blue-2\/60{
  color: rgb(16 88 122 / 0.6);
}
.text-blue-2\/70{
  color: rgb(16 88 122 / 0.7);
}
.text-blue-2\/75{
  color: rgb(16 88 122 / 0.75);
}
.text-blue-2\/80{
  color: rgb(16 88 122 / 0.8);
}
.text-blue-2\/90{
  color: rgb(16 88 122 / 0.9);
}
.text-blue-2\/95{
  color: rgb(16 88 122 / 0.95);
}
.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-200\/0{
  color: rgb(191 219 254 / 0);
}
.text-blue-200\/10{
  color: rgb(191 219 254 / 0.1);
}
.text-blue-200\/100{
  color: rgb(191 219 254 / 1);
}
.text-blue-200\/20{
  color: rgb(191 219 254 / 0.2);
}
.text-blue-200\/25{
  color: rgb(191 219 254 / 0.25);
}
.text-blue-200\/30{
  color: rgb(191 219 254 / 0.3);
}
.text-blue-200\/40{
  color: rgb(191 219 254 / 0.4);
}
.text-blue-200\/5{
  color: rgb(191 219 254 / 0.05);
}
.text-blue-200\/50{
  color: rgb(191 219 254 / 0.5);
}
.text-blue-200\/60{
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/70{
  color: rgb(191 219 254 / 0.7);
}
.text-blue-200\/75{
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80{
  color: rgb(191 219 254 / 0.8);
}
.text-blue-200\/90{
  color: rgb(191 219 254 / 0.9);
}
.text-blue-200\/95{
  color: rgb(191 219 254 / 0.95);
}
.text-blue-3{
  --tw-text-opacity: 1;
  color: rgb(20 109 152 / var(--tw-text-opacity));
}
.text-blue-3\/0{
  color: rgb(20 109 152 / 0);
}
.text-blue-3\/10{
  color: rgb(20 109 152 / 0.1);
}
.text-blue-3\/100{
  color: rgb(20 109 152 / 1);
}
.text-blue-3\/20{
  color: rgb(20 109 152 / 0.2);
}
.text-blue-3\/25{
  color: rgb(20 109 152 / 0.25);
}
.text-blue-3\/30{
  color: rgb(20 109 152 / 0.3);
}
.text-blue-3\/40{
  color: rgb(20 109 152 / 0.4);
}
.text-blue-3\/5{
  color: rgb(20 109 152 / 0.05);
}
.text-blue-3\/50{
  color: rgb(20 109 152 / 0.5);
}
.text-blue-3\/60{
  color: rgb(20 109 152 / 0.6);
}
.text-blue-3\/70{
  color: rgb(20 109 152 / 0.7);
}
.text-blue-3\/75{
  color: rgb(20 109 152 / 0.75);
}
.text-blue-3\/80{
  color: rgb(20 109 152 / 0.8);
}
.text-blue-3\/90{
  color: rgb(20 109 152 / 0.9);
}
.text-blue-3\/95{
  color: rgb(20 109 152 / 0.95);
}
.text-blue-300{
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.text-blue-300\/0{
  color: rgb(147 197 253 / 0);
}
.text-blue-300\/10{
  color: rgb(147 197 253 / 0.1);
}
.text-blue-300\/100{
  color: rgb(147 197 253 / 1);
}
.text-blue-300\/20{
  color: rgb(147 197 253 / 0.2);
}
.text-blue-300\/25{
  color: rgb(147 197 253 / 0.25);
}
.text-blue-300\/30{
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/40{
  color: rgb(147 197 253 / 0.4);
}
.text-blue-300\/5{
  color: rgb(147 197 253 / 0.05);
}
.text-blue-300\/50{
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/60{
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/70{
  color: rgb(147 197 253 / 0.7);
}
.text-blue-300\/75{
  color: rgb(147 197 253 / 0.75);
}
.text-blue-300\/80{
  color: rgb(147 197 253 / 0.8);
}
.text-blue-300\/90{
  color: rgb(147 197 253 / 0.9);
}
.text-blue-300\/95{
  color: rgb(147 197 253 / 0.95);
}
.text-blue-4{
  --tw-text-opacity: 1;
  color: rgb(24 131 182 / var(--tw-text-opacity));
}
.text-blue-4\/0{
  color: rgb(24 131 182 / 0);
}
.text-blue-4\/10{
  color: rgb(24 131 182 / 0.1);
}
.text-blue-4\/100{
  color: rgb(24 131 182 / 1);
}
.text-blue-4\/20{
  color: rgb(24 131 182 / 0.2);
}
.text-blue-4\/25{
  color: rgb(24 131 182 / 0.25);
}
.text-blue-4\/30{
  color: rgb(24 131 182 / 0.3);
}
.text-blue-4\/40{
  color: rgb(24 131 182 / 0.4);
}
.text-blue-4\/5{
  color: rgb(24 131 182 / 0.05);
}
.text-blue-4\/50{
  color: rgb(24 131 182 / 0.5);
}
.text-blue-4\/60{
  color: rgb(24 131 182 / 0.6);
}
.text-blue-4\/70{
  color: rgb(24 131 182 / 0.7);
}
.text-blue-4\/75{
  color: rgb(24 131 182 / 0.75);
}
.text-blue-4\/80{
  color: rgb(24 131 182 / 0.8);
}
.text-blue-4\/90{
  color: rgb(24 131 182 / 0.9);
}
.text-blue-4\/95{
  color: rgb(24 131 182 / 0.95);
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-400\/0{
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10{
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100{
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/20{
  color: rgb(96 165 250 / 0.2);
}
.text-blue-400\/25{
  color: rgb(96 165 250 / 0.25);
}
.text-blue-400\/30{
  color: rgb(96 165 250 / 0.3);
}
.text-blue-400\/40{
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/5{
  color: rgb(96 165 250 / 0.05);
}
.text-blue-400\/50{
  color: rgb(96 165 250 / 0.5);
}
.text-blue-400\/60{
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/70{
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/75{
  color: rgb(96 165 250 / 0.75);
}
.text-blue-400\/80{
  color: rgb(96 165 250 / 0.8);
}
.text-blue-400\/90{
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95{
  color: rgb(96 165 250 / 0.95);
}
.text-blue-5{
  --tw-text-opacity: 1;
  color: rgb(28 154 214 / var(--tw-text-opacity));
}
.text-blue-5\/0{
  color: rgb(28 154 214 / 0);
}
.text-blue-5\/10{
  color: rgb(28 154 214 / 0.1);
}
.text-blue-5\/100{
  color: rgb(28 154 214 / 1);
}
.text-blue-5\/20{
  color: rgb(28 154 214 / 0.2);
}
.text-blue-5\/25{
  color: rgb(28 154 214 / 0.25);
}
.text-blue-5\/30{
  color: rgb(28 154 214 / 0.3);
}
.text-blue-5\/40{
  color: rgb(28 154 214 / 0.4);
}
.text-blue-5\/5{
  color: rgb(28 154 214 / 0.05);
}
.text-blue-5\/50{
  color: rgb(28 154 214 / 0.5);
}
.text-blue-5\/60{
  color: rgb(28 154 214 / 0.6);
}
.text-blue-5\/70{
  color: rgb(28 154 214 / 0.7);
}
.text-blue-5\/75{
  color: rgb(28 154 214 / 0.75);
}
.text-blue-5\/80{
  color: rgb(28 154 214 / 0.8);
}
.text-blue-5\/90{
  color: rgb(28 154 214 / 0.9);
}
.text-blue-5\/95{
  color: rgb(28 154 214 / 0.95);
}
.text-blue-50{
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.text-blue-50\/0{
  color: rgb(239 246 255 / 0);
}
.text-blue-50\/10{
  color: rgb(239 246 255 / 0.1);
}
.text-blue-50\/100{
  color: rgb(239 246 255 / 1);
}
.text-blue-50\/20{
  color: rgb(239 246 255 / 0.2);
}
.text-blue-50\/25{
  color: rgb(239 246 255 / 0.25);
}
.text-blue-50\/30{
  color: rgb(239 246 255 / 0.3);
}
.text-blue-50\/40{
  color: rgb(239 246 255 / 0.4);
}
.text-blue-50\/5{
  color: rgb(239 246 255 / 0.05);
}
.text-blue-50\/50{
  color: rgb(239 246 255 / 0.5);
}
.text-blue-50\/60{
  color: rgb(239 246 255 / 0.6);
}
.text-blue-50\/70{
  color: rgb(239 246 255 / 0.7);
}
.text-blue-50\/75{
  color: rgb(239 246 255 / 0.75);
}
.text-blue-50\/80{
  color: rgb(239 246 255 / 0.8);
}
.text-blue-50\/90{
  color: rgb(239 246 255 / 0.9);
}
.text-blue-50\/95{
  color: rgb(239 246 255 / 0.95);
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-500\/0{
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10{
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100{
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/20{
  color: rgb(59 130 246 / 0.2);
}
.text-blue-500\/25{
  color: rgb(59 130 246 / 0.25);
}
.text-blue-500\/30{
  color: rgb(59 130 246 / 0.3);
}
.text-blue-500\/40{
  color: rgb(59 130 246 / 0.4);
}
.text-blue-500\/5{
  color: rgb(59 130 246 / 0.05);
}
.text-blue-500\/50{
  color: rgb(59 130 246 / 0.5);
}
.text-blue-500\/60{
  color: rgb(59 130 246 / 0.6);
}
.text-blue-500\/70{
  color: rgb(59 130 246 / 0.7);
}
.text-blue-500\/75{
  color: rgb(59 130 246 / 0.75);
}
.text-blue-500\/80{
  color: rgb(59 130 246 / 0.8);
}
.text-blue-500\/90{
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95{
  color: rgb(59 130 246 / 0.95);
}
.text-blue-6{
  --tw-text-opacity: 1;
  color: rgb(69 172 221 / var(--tw-text-opacity));
}
.text-blue-6\/0{
  color: rgb(69 172 221 / 0);
}
.text-blue-6\/10{
  color: rgb(69 172 221 / 0.1);
}
.text-blue-6\/100{
  color: rgb(69 172 221 / 1);
}
.text-blue-6\/20{
  color: rgb(69 172 221 / 0.2);
}
.text-blue-6\/25{
  color: rgb(69 172 221 / 0.25);
}
.text-blue-6\/30{
  color: rgb(69 172 221 / 0.3);
}
.text-blue-6\/40{
  color: rgb(69 172 221 / 0.4);
}
.text-blue-6\/5{
  color: rgb(69 172 221 / 0.05);
}
.text-blue-6\/50{
  color: rgb(69 172 221 / 0.5);
}
.text-blue-6\/60{
  color: rgb(69 172 221 / 0.6);
}
.text-blue-6\/70{
  color: rgb(69 172 221 / 0.7);
}
.text-blue-6\/75{
  color: rgb(69 172 221 / 0.75);
}
.text-blue-6\/80{
  color: rgb(69 172 221 / 0.8);
}
.text-blue-6\/90{
  color: rgb(69 172 221 / 0.9);
}
.text-blue-6\/95{
  color: rgb(69 172 221 / 0.95);
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-600\/0{
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10{
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100{
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/20{
  color: rgb(37 99 235 / 0.2);
}
.text-blue-600\/25{
  color: rgb(37 99 235 / 0.25);
}
.text-blue-600\/30{
  color: rgb(37 99 235 / 0.3);
}
.text-blue-600\/40{
  color: rgb(37 99 235 / 0.4);
}
.text-blue-600\/5{
  color: rgb(37 99 235 / 0.05);
}
.text-blue-600\/50{
  color: rgb(37 99 235 / 0.5);
}
.text-blue-600\/60{
  color: rgb(37 99 235 / 0.6);
}
.text-blue-600\/70{
  color: rgb(37 99 235 / 0.7);
}
.text-blue-600\/75{
  color: rgb(37 99 235 / 0.75);
}
.text-blue-600\/80{
  color: rgb(37 99 235 / 0.8);
}
.text-blue-600\/90{
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95{
  color: rgb(37 99 235 / 0.95);
}
.text-blue-7{
  --tw-text-opacity: 1;
  color: rgb(112 191 229 / var(--tw-text-opacity));
}
.text-blue-7\/0{
  color: rgb(112 191 229 / 0);
}
.text-blue-7\/10{
  color: rgb(112 191 229 / 0.1);
}
.text-blue-7\/100{
  color: rgb(112 191 229 / 1);
}
.text-blue-7\/20{
  color: rgb(112 191 229 / 0.2);
}
.text-blue-7\/25{
  color: rgb(112 191 229 / 0.25);
}
.text-blue-7\/30{
  color: rgb(112 191 229 / 0.3);
}
.text-blue-7\/40{
  color: rgb(112 191 229 / 0.4);
}
.text-blue-7\/5{
  color: rgb(112 191 229 / 0.05);
}
.text-blue-7\/50{
  color: rgb(112 191 229 / 0.5);
}
.text-blue-7\/60{
  color: rgb(112 191 229 / 0.6);
}
.text-blue-7\/70{
  color: rgb(112 191 229 / 0.7);
}
.text-blue-7\/75{
  color: rgb(112 191 229 / 0.75);
}
.text-blue-7\/80{
  color: rgb(112 191 229 / 0.8);
}
.text-blue-7\/90{
  color: rgb(112 191 229 / 0.9);
}
.text-blue-7\/95{
  color: rgb(112 191 229 / 0.95);
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-700\/0{
  color: rgb(29 78 216 / 0);
}
.text-blue-700\/10{
  color: rgb(29 78 216 / 0.1);
}
.text-blue-700\/100{
  color: rgb(29 78 216 / 1);
}
.text-blue-700\/20{
  color: rgb(29 78 216 / 0.2);
}
.text-blue-700\/25{
  color: rgb(29 78 216 / 0.25);
}
.text-blue-700\/30{
  color: rgb(29 78 216 / 0.3);
}
.text-blue-700\/40{
  color: rgb(29 78 216 / 0.4);
}
.text-blue-700\/5{
  color: rgb(29 78 216 / 0.05);
}
.text-blue-700\/50{
  color: rgb(29 78 216 / 0.5);
}
.text-blue-700\/60{
  color: rgb(29 78 216 / 0.6);
}
.text-blue-700\/70{
  color: rgb(29 78 216 / 0.7);
}
.text-blue-700\/75{
  color: rgb(29 78 216 / 0.75);
}
.text-blue-700\/80{
  color: rgb(29 78 216 / 0.8);
}
.text-blue-700\/90{
  color: rgb(29 78 216 / 0.9);
}
.text-blue-700\/95{
  color: rgb(29 78 216 / 0.95);
}
.text-blue-8{
  --tw-text-opacity: 1;
  color: rgb(157 212 237 / var(--tw-text-opacity));
}
.text-blue-8\/0{
  color: rgb(157 212 237 / 0);
}
.text-blue-8\/10{
  color: rgb(157 212 237 / 0.1);
}
.text-blue-8\/100{
  color: rgb(157 212 237 / 1);
}
.text-blue-8\/20{
  color: rgb(157 212 237 / 0.2);
}
.text-blue-8\/25{
  color: rgb(157 212 237 / 0.25);
}
.text-blue-8\/30{
  color: rgb(157 212 237 / 0.3);
}
.text-blue-8\/40{
  color: rgb(157 212 237 / 0.4);
}
.text-blue-8\/5{
  color: rgb(157 212 237 / 0.05);
}
.text-blue-8\/50{
  color: rgb(157 212 237 / 0.5);
}
.text-blue-8\/60{
  color: rgb(157 212 237 / 0.6);
}
.text-blue-8\/70{
  color: rgb(157 212 237 / 0.7);
}
.text-blue-8\/75{
  color: rgb(157 212 237 / 0.75);
}
.text-blue-8\/80{
  color: rgb(157 212 237 / 0.8);
}
.text-blue-8\/90{
  color: rgb(157 212 237 / 0.9);
}
.text-blue-8\/95{
  color: rgb(157 212 237 / 0.95);
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-blue-800\/0{
  color: rgb(30 64 175 / 0);
}
.text-blue-800\/10{
  color: rgb(30 64 175 / 0.1);
}
.text-blue-800\/100{
  color: rgb(30 64 175 / 1);
}
.text-blue-800\/20{
  color: rgb(30 64 175 / 0.2);
}
.text-blue-800\/25{
  color: rgb(30 64 175 / 0.25);
}
.text-blue-800\/30{
  color: rgb(30 64 175 / 0.3);
}
.text-blue-800\/40{
  color: rgb(30 64 175 / 0.4);
}
.text-blue-800\/5{
  color: rgb(30 64 175 / 0.05);
}
.text-blue-800\/50{
  color: rgb(30 64 175 / 0.5);
}
.text-blue-800\/60{
  color: rgb(30 64 175 / 0.6);
}
.text-blue-800\/70{
  color: rgb(30 64 175 / 0.7);
}
.text-blue-800\/75{
  color: rgb(30 64 175 / 0.75);
}
.text-blue-800\/80{
  color: rgb(30 64 175 / 0.8);
}
.text-blue-800\/90{
  color: rgb(30 64 175 / 0.9);
}
.text-blue-800\/95{
  color: rgb(30 64 175 / 0.95);
}
.text-blue-9{
  --tw-text-opacity: 1;
  color: rgb(201 231 245 / var(--tw-text-opacity));
}
.text-blue-9\/0{
  color: rgb(201 231 245 / 0);
}
.text-blue-9\/10{
  color: rgb(201 231 245 / 0.1);
}
.text-blue-9\/100{
  color: rgb(201 231 245 / 1);
}
.text-blue-9\/20{
  color: rgb(201 231 245 / 0.2);
}
.text-blue-9\/25{
  color: rgb(201 231 245 / 0.25);
}
.text-blue-9\/30{
  color: rgb(201 231 245 / 0.3);
}
.text-blue-9\/40{
  color: rgb(201 231 245 / 0.4);
}
.text-blue-9\/5{
  color: rgb(201 231 245 / 0.05);
}
.text-blue-9\/50{
  color: rgb(201 231 245 / 0.5);
}
.text-blue-9\/60{
  color: rgb(201 231 245 / 0.6);
}
.text-blue-9\/70{
  color: rgb(201 231 245 / 0.7);
}
.text-blue-9\/75{
  color: rgb(201 231 245 / 0.75);
}
.text-blue-9\/80{
  color: rgb(201 231 245 / 0.8);
}
.text-blue-9\/90{
  color: rgb(201 231 245 / 0.9);
}
.text-blue-9\/95{
  color: rgb(201 231 245 / 0.95);
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-blue-900\/0{
  color: rgb(30 58 138 / 0);
}
.text-blue-900\/10{
  color: rgb(30 58 138 / 0.1);
}
.text-blue-900\/100{
  color: rgb(30 58 138 / 1);
}
.text-blue-900\/20{
  color: rgb(30 58 138 / 0.2);
}
.text-blue-900\/25{
  color: rgb(30 58 138 / 0.25);
}
.text-blue-900\/30{
  color: rgb(30 58 138 / 0.3);
}
.text-blue-900\/40{
  color: rgb(30 58 138 / 0.4);
}
.text-blue-900\/5{
  color: rgb(30 58 138 / 0.05);
}
.text-blue-900\/50{
  color: rgb(30 58 138 / 0.5);
}
.text-blue-900\/60{
  color: rgb(30 58 138 / 0.6);
}
.text-blue-900\/70{
  color: rgb(30 58 138 / 0.7);
}
.text-blue-900\/75{
  color: rgb(30 58 138 / 0.75);
}
.text-blue-900\/80{
  color: rgb(30 58 138 / 0.8);
}
.text-blue-900\/90{
  color: rgb(30 58 138 / 0.9);
}
.text-blue-900\/95{
  color: rgb(30 58 138 / 0.95);
}
.text-blue-950{
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
.text-blue-950\/0{
  color: rgb(23 37 84 / 0);
}
.text-blue-950\/10{
  color: rgb(23 37 84 / 0.1);
}
.text-blue-950\/100{
  color: rgb(23 37 84 / 1);
}
.text-blue-950\/20{
  color: rgb(23 37 84 / 0.2);
}
.text-blue-950\/25{
  color: rgb(23 37 84 / 0.25);
}
.text-blue-950\/30{
  color: rgb(23 37 84 / 0.3);
}
.text-blue-950\/40{
  color: rgb(23 37 84 / 0.4);
}
.text-blue-950\/5{
  color: rgb(23 37 84 / 0.05);
}
.text-blue-950\/50{
  color: rgb(23 37 84 / 0.5);
}
.text-blue-950\/60{
  color: rgb(23 37 84 / 0.6);
}
.text-blue-950\/70{
  color: rgb(23 37 84 / 0.7);
}
.text-blue-950\/75{
  color: rgb(23 37 84 / 0.75);
}
.text-blue-950\/80{
  color: rgb(23 37 84 / 0.8);
}
.text-blue-950\/90{
  color: rgb(23 37 84 / 0.9);
}
.text-blue-950\/95{
  color: rgb(23 37 84 / 0.95);
}
.text-color-1{
  --tw-text-opacity: 1;
  color: rgb(18 19 23 / var(--tw-text-opacity));
}
.text-color-2{
  --tw-text-opacity: 1;
  color: rgb(111 113 119 / var(--tw-text-opacity));
}
.text-color-3{
  --tw-text-opacity: 1;
  color: rgb(166 168 172 / var(--tw-text-opacity));
}
.text-color-4{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-danger{
  --tw-text-opacity: 1;
  color: rgb(195 32 47 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-green-1{
  --tw-text-opacity: 1;
  color: rgb(36 80 38 / var(--tw-text-opacity));
}
.text-green-1\/0{
  color: rgb(36 80 38 / 0);
}
.text-green-1\/10{
  color: rgb(36 80 38 / 0.1);
}
.text-green-1\/100{
  color: rgb(36 80 38 / 1);
}
.text-green-1\/20{
  color: rgb(36 80 38 / 0.2);
}
.text-green-1\/25{
  color: rgb(36 80 38 / 0.25);
}
.text-green-1\/30{
  color: rgb(36 80 38 / 0.3);
}
.text-green-1\/40{
  color: rgb(36 80 38 / 0.4);
}
.text-green-1\/5{
  color: rgb(36 80 38 / 0.05);
}
.text-green-1\/50{
  color: rgb(36 80 38 / 0.5);
}
.text-green-1\/60{
  color: rgb(36 80 38 / 0.6);
}
.text-green-1\/70{
  color: rgb(36 80 38 / 0.7);
}
.text-green-1\/75{
  color: rgb(36 80 38 / 0.75);
}
.text-green-1\/80{
  color: rgb(36 80 38 / 0.8);
}
.text-green-1\/90{
  color: rgb(36 80 38 / 0.9);
}
.text-green-1\/95{
  color: rgb(36 80 38 / 0.95);
}
.text-green-10{
  --tw-text-opacity: 1;
  color: rgb(238 247 238 / var(--tw-text-opacity));
}
.text-green-10\/0{
  color: rgb(238 247 238 / 0);
}
.text-green-10\/10{
  color: rgb(238 247 238 / 0.1);
}
.text-green-10\/100{
  color: rgb(238 247 238 / 1);
}
.text-green-10\/20{
  color: rgb(238 247 238 / 0.2);
}
.text-green-10\/25{
  color: rgb(238 247 238 / 0.25);
}
.text-green-10\/30{
  color: rgb(238 247 238 / 0.3);
}
.text-green-10\/40{
  color: rgb(238 247 238 / 0.4);
}
.text-green-10\/5{
  color: rgb(238 247 238 / 0.05);
}
.text-green-10\/50{
  color: rgb(238 247 238 / 0.5);
}
.text-green-10\/60{
  color: rgb(238 247 238 / 0.6);
}
.text-green-10\/70{
  color: rgb(238 247 238 / 0.7);
}
.text-green-10\/75{
  color: rgb(238 247 238 / 0.75);
}
.text-green-10\/80{
  color: rgb(238 247 238 / 0.8);
}
.text-green-10\/90{
  color: rgb(238 247 238 / 0.9);
}
.text-green-10\/95{
  color: rgb(238 247 238 / 0.95);
}
.text-green-100{
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.text-green-100\/0{
  color: rgb(220 252 231 / 0);
}
.text-green-100\/10{
  color: rgb(220 252 231 / 0.1);
}
.text-green-100\/100{
  color: rgb(220 252 231 / 1);
}
.text-green-100\/20{
  color: rgb(220 252 231 / 0.2);
}
.text-green-100\/25{
  color: rgb(220 252 231 / 0.25);
}
.text-green-100\/30{
  color: rgb(220 252 231 / 0.3);
}
.text-green-100\/40{
  color: rgb(220 252 231 / 0.4);
}
.text-green-100\/5{
  color: rgb(220 252 231 / 0.05);
}
.text-green-100\/50{
  color: rgb(220 252 231 / 0.5);
}
.text-green-100\/60{
  color: rgb(220 252 231 / 0.6);
}
.text-green-100\/70{
  color: rgb(220 252 231 / 0.7);
}
.text-green-100\/75{
  color: rgb(220 252 231 / 0.75);
}
.text-green-100\/80{
  color: rgb(220 252 231 / 0.8);
}
.text-green-100\/90{
  color: rgb(220 252 231 / 0.9);
}
.text-green-100\/95{
  color: rgb(220 252 231 / 0.95);
}
.text-green-11{
  --tw-text-opacity: 1;
  color: rgb(245 250 245 / var(--tw-text-opacity));
}
.text-green-11\/0{
  color: rgb(245 250 245 / 0);
}
.text-green-11\/10{
  color: rgb(245 250 245 / 0.1);
}
.text-green-11\/100{
  color: rgb(245 250 245 / 1);
}
.text-green-11\/20{
  color: rgb(245 250 245 / 0.2);
}
.text-green-11\/25{
  color: rgb(245 250 245 / 0.25);
}
.text-green-11\/30{
  color: rgb(245 250 245 / 0.3);
}
.text-green-11\/40{
  color: rgb(245 250 245 / 0.4);
}
.text-green-11\/5{
  color: rgb(245 250 245 / 0.05);
}
.text-green-11\/50{
  color: rgb(245 250 245 / 0.5);
}
.text-green-11\/60{
  color: rgb(245 250 245 / 0.6);
}
.text-green-11\/70{
  color: rgb(245 250 245 / 0.7);
}
.text-green-11\/75{
  color: rgb(245 250 245 / 0.75);
}
.text-green-11\/80{
  color: rgb(245 250 245 / 0.8);
}
.text-green-11\/90{
  color: rgb(245 250 245 / 0.9);
}
.text-green-11\/95{
  color: rgb(245 250 245 / 0.95);
}
.text-green-2{
  --tw-text-opacity: 1;
  color: rgb(46 101 48 / var(--tw-text-opacity));
}
.text-green-2\/0{
  color: rgb(46 101 48 / 0);
}
.text-green-2\/10{
  color: rgb(46 101 48 / 0.1);
}
.text-green-2\/100{
  color: rgb(46 101 48 / 1);
}
.text-green-2\/20{
  color: rgb(46 101 48 / 0.2);
}
.text-green-2\/25{
  color: rgb(46 101 48 / 0.25);
}
.text-green-2\/30{
  color: rgb(46 101 48 / 0.3);
}
.text-green-2\/40{
  color: rgb(46 101 48 / 0.4);
}
.text-green-2\/5{
  color: rgb(46 101 48 / 0.05);
}
.text-green-2\/50{
  color: rgb(46 101 48 / 0.5);
}
.text-green-2\/60{
  color: rgb(46 101 48 / 0.6);
}
.text-green-2\/70{
  color: rgb(46 101 48 / 0.7);
}
.text-green-2\/75{
  color: rgb(46 101 48 / 0.75);
}
.text-green-2\/80{
  color: rgb(46 101 48 / 0.8);
}
.text-green-2\/90{
  color: rgb(46 101 48 / 0.9);
}
.text-green-2\/95{
  color: rgb(46 101 48 / 0.95);
}
.text-green-200{
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.text-green-200\/0{
  color: rgb(187 247 208 / 0);
}
.text-green-200\/10{
  color: rgb(187 247 208 / 0.1);
}
.text-green-200\/100{
  color: rgb(187 247 208 / 1);
}
.text-green-200\/20{
  color: rgb(187 247 208 / 0.2);
}
.text-green-200\/25{
  color: rgb(187 247 208 / 0.25);
}
.text-green-200\/30{
  color: rgb(187 247 208 / 0.3);
}
.text-green-200\/40{
  color: rgb(187 247 208 / 0.4);
}
.text-green-200\/5{
  color: rgb(187 247 208 / 0.05);
}
.text-green-200\/50{
  color: rgb(187 247 208 / 0.5);
}
.text-green-200\/60{
  color: rgb(187 247 208 / 0.6);
}
.text-green-200\/70{
  color: rgb(187 247 208 / 0.7);
}
.text-green-200\/75{
  color: rgb(187 247 208 / 0.75);
}
.text-green-200\/80{
  color: rgb(187 247 208 / 0.8);
}
.text-green-200\/90{
  color: rgb(187 247 208 / 0.9);
}
.text-green-200\/95{
  color: rgb(187 247 208 / 0.95);
}
.text-green-3{
  --tw-text-opacity: 1;
  color: rgb(58 126 60 / var(--tw-text-opacity));
}
.text-green-3\/0{
  color: rgb(58 126 60 / 0);
}
.text-green-3\/10{
  color: rgb(58 126 60 / 0.1);
}
.text-green-3\/100{
  color: rgb(58 126 60 / 1);
}
.text-green-3\/20{
  color: rgb(58 126 60 / 0.2);
}
.text-green-3\/25{
  color: rgb(58 126 60 / 0.25);
}
.text-green-3\/30{
  color: rgb(58 126 60 / 0.3);
}
.text-green-3\/40{
  color: rgb(58 126 60 / 0.4);
}
.text-green-3\/5{
  color: rgb(58 126 60 / 0.05);
}
.text-green-3\/50{
  color: rgb(58 126 60 / 0.5);
}
.text-green-3\/60{
  color: rgb(58 126 60 / 0.6);
}
.text-green-3\/70{
  color: rgb(58 126 60 / 0.7);
}
.text-green-3\/75{
  color: rgb(58 126 60 / 0.75);
}
.text-green-3\/80{
  color: rgb(58 126 60 / 0.8);
}
.text-green-3\/90{
  color: rgb(58 126 60 / 0.9);
}
.text-green-3\/95{
  color: rgb(58 126 60 / 0.95);
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.text-green-300\/0{
  color: rgb(134 239 172 / 0);
}
.text-green-300\/10{
  color: rgb(134 239 172 / 0.1);
}
.text-green-300\/100{
  color: rgb(134 239 172 / 1);
}
.text-green-300\/20{
  color: rgb(134 239 172 / 0.2);
}
.text-green-300\/25{
  color: rgb(134 239 172 / 0.25);
}
.text-green-300\/30{
  color: rgb(134 239 172 / 0.3);
}
.text-green-300\/40{
  color: rgb(134 239 172 / 0.4);
}
.text-green-300\/5{
  color: rgb(134 239 172 / 0.05);
}
.text-green-300\/50{
  color: rgb(134 239 172 / 0.5);
}
.text-green-300\/60{
  color: rgb(134 239 172 / 0.6);
}
.text-green-300\/70{
  color: rgb(134 239 172 / 0.7);
}
.text-green-300\/75{
  color: rgb(134 239 172 / 0.75);
}
.text-green-300\/80{
  color: rgb(134 239 172 / 0.8);
}
.text-green-300\/90{
  color: rgb(134 239 172 / 0.9);
}
.text-green-300\/95{
  color: rgb(134 239 172 / 0.95);
}
.text-green-4{
  --tw-text-opacity: 1;
  color: rgb(69 151 72 / var(--tw-text-opacity));
}
.text-green-4\/0{
  color: rgb(69 151 72 / 0);
}
.text-green-4\/10{
  color: rgb(69 151 72 / 0.1);
}
.text-green-4\/100{
  color: rgb(69 151 72 / 1);
}
.text-green-4\/20{
  color: rgb(69 151 72 / 0.2);
}
.text-green-4\/25{
  color: rgb(69 151 72 / 0.25);
}
.text-green-4\/30{
  color: rgb(69 151 72 / 0.3);
}
.text-green-4\/40{
  color: rgb(69 151 72 / 0.4);
}
.text-green-4\/5{
  color: rgb(69 151 72 / 0.05);
}
.text-green-4\/50{
  color: rgb(69 151 72 / 0.5);
}
.text-green-4\/60{
  color: rgb(69 151 72 / 0.6);
}
.text-green-4\/70{
  color: rgb(69 151 72 / 0.7);
}
.text-green-4\/75{
  color: rgb(69 151 72 / 0.75);
}
.text-green-4\/80{
  color: rgb(69 151 72 / 0.8);
}
.text-green-4\/90{
  color: rgb(69 151 72 / 0.9);
}
.text-green-4\/95{
  color: rgb(69 151 72 / 0.95);
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-400\/0{
  color: rgb(74 222 128 / 0);
}
.text-green-400\/10{
  color: rgb(74 222 128 / 0.1);
}
.text-green-400\/100{
  color: rgb(74 222 128 / 1);
}
.text-green-400\/20{
  color: rgb(74 222 128 / 0.2);
}
.text-green-400\/25{
  color: rgb(74 222 128 / 0.25);
}
.text-green-400\/30{
  color: rgb(74 222 128 / 0.3);
}
.text-green-400\/40{
  color: rgb(74 222 128 / 0.4);
}
.text-green-400\/5{
  color: rgb(74 222 128 / 0.05);
}
.text-green-400\/50{
  color: rgb(74 222 128 / 0.5);
}
.text-green-400\/60{
  color: rgb(74 222 128 / 0.6);
}
.text-green-400\/70{
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/75{
  color: rgb(74 222 128 / 0.75);
}
.text-green-400\/80{
  color: rgb(74 222 128 / 0.8);
}
.text-green-400\/90{
  color: rgb(74 222 128 / 0.9);
}
.text-green-400\/95{
  color: rgb(74 222 128 / 0.95);
}
.text-green-5{
  --tw-text-opacity: 1;
  color: rgb(81 178 85 / var(--tw-text-opacity));
}
.text-green-5\/0{
  color: rgb(81 178 85 / 0);
}
.text-green-5\/10{
  color: rgb(81 178 85 / 0.1);
}
.text-green-5\/100{
  color: rgb(81 178 85 / 1);
}
.text-green-5\/20{
  color: rgb(81 178 85 / 0.2);
}
.text-green-5\/25{
  color: rgb(81 178 85 / 0.25);
}
.text-green-5\/30{
  color: rgb(81 178 85 / 0.3);
}
.text-green-5\/40{
  color: rgb(81 178 85 / 0.4);
}
.text-green-5\/5{
  color: rgb(81 178 85 / 0.05);
}
.text-green-5\/50{
  color: rgb(81 178 85 / 0.5);
}
.text-green-5\/60{
  color: rgb(81 178 85 / 0.6);
}
.text-green-5\/70{
  color: rgb(81 178 85 / 0.7);
}
.text-green-5\/75{
  color: rgb(81 178 85 / 0.75);
}
.text-green-5\/80{
  color: rgb(81 178 85 / 0.8);
}
.text-green-5\/90{
  color: rgb(81 178 85 / 0.9);
}
.text-green-5\/95{
  color: rgb(81 178 85 / 0.95);
}
.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-green-50\/0{
  color: rgb(240 253 244 / 0);
}
.text-green-50\/10{
  color: rgb(240 253 244 / 0.1);
}
.text-green-50\/100{
  color: rgb(240 253 244 / 1);
}
.text-green-50\/20{
  color: rgb(240 253 244 / 0.2);
}
.text-green-50\/25{
  color: rgb(240 253 244 / 0.25);
}
.text-green-50\/30{
  color: rgb(240 253 244 / 0.3);
}
.text-green-50\/40{
  color: rgb(240 253 244 / 0.4);
}
.text-green-50\/5{
  color: rgb(240 253 244 / 0.05);
}
.text-green-50\/50{
  color: rgb(240 253 244 / 0.5);
}
.text-green-50\/60{
  color: rgb(240 253 244 / 0.6);
}
.text-green-50\/70{
  color: rgb(240 253 244 / 0.7);
}
.text-green-50\/75{
  color: rgb(240 253 244 / 0.75);
}
.text-green-50\/80{
  color: rgb(240 253 244 / 0.8);
}
.text-green-50\/90{
  color: rgb(240 253 244 / 0.9);
}
.text-green-50\/95{
  color: rgb(240 253 244 / 0.95);
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-500\/0{
  color: rgb(34 197 94 / 0);
}
.text-green-500\/10{
  color: rgb(34 197 94 / 0.1);
}
.text-green-500\/100{
  color: rgb(34 197 94 / 1);
}
.text-green-500\/20{
  color: rgb(34 197 94 / 0.2);
}
.text-green-500\/25{
  color: rgb(34 197 94 / 0.25);
}
.text-green-500\/30{
  color: rgb(34 197 94 / 0.3);
}
.text-green-500\/40{
  color: rgb(34 197 94 / 0.4);
}
.text-green-500\/5{
  color: rgb(34 197 94 / 0.05);
}
.text-green-500\/50{
  color: rgb(34 197 94 / 0.5);
}
.text-green-500\/60{
  color: rgb(34 197 94 / 0.6);
}
.text-green-500\/70{
  color: rgb(34 197 94 / 0.7);
}
.text-green-500\/75{
  color: rgb(34 197 94 / 0.75);
}
.text-green-500\/80{
  color: rgb(34 197 94 / 0.8);
}
.text-green-500\/90{
  color: rgb(34 197 94 / 0.9);
}
.text-green-500\/95{
  color: rgb(34 197 94 / 0.95);
}
.text-green-6{
  --tw-text-opacity: 1;
  color: rgb(112 192 116 / var(--tw-text-opacity));
}
.text-green-6\/0{
  color: rgb(112 192 116 / 0);
}
.text-green-6\/10{
  color: rgb(112 192 116 / 0.1);
}
.text-green-6\/100{
  color: rgb(112 192 116 / 1);
}
.text-green-6\/20{
  color: rgb(112 192 116 / 0.2);
}
.text-green-6\/25{
  color: rgb(112 192 116 / 0.25);
}
.text-green-6\/30{
  color: rgb(112 192 116 / 0.3);
}
.text-green-6\/40{
  color: rgb(112 192 116 / 0.4);
}
.text-green-6\/5{
  color: rgb(112 192 116 / 0.05);
}
.text-green-6\/50{
  color: rgb(112 192 116 / 0.5);
}
.text-green-6\/60{
  color: rgb(112 192 116 / 0.6);
}
.text-green-6\/70{
  color: rgb(112 192 116 / 0.7);
}
.text-green-6\/75{
  color: rgb(112 192 116 / 0.75);
}
.text-green-6\/80{
  color: rgb(112 192 116 / 0.8);
}
.text-green-6\/90{
  color: rgb(112 192 116 / 0.9);
}
.text-green-6\/95{
  color: rgb(112 192 116 / 0.95);
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-600\/0{
  color: rgb(22 163 74 / 0);
}
.text-green-600\/10{
  color: rgb(22 163 74 / 0.1);
}
.text-green-600\/100{
  color: rgb(22 163 74 / 1);
}
.text-green-600\/20{
  color: rgb(22 163 74 / 0.2);
}
.text-green-600\/25{
  color: rgb(22 163 74 / 0.25);
}
.text-green-600\/30{
  color: rgb(22 163 74 / 0.3);
}
.text-green-600\/40{
  color: rgb(22 163 74 / 0.4);
}
.text-green-600\/5{
  color: rgb(22 163 74 / 0.05);
}
.text-green-600\/50{
  color: rgb(22 163 74 / 0.5);
}
.text-green-600\/60{
  color: rgb(22 163 74 / 0.6);
}
.text-green-600\/70{
  color: rgb(22 163 74 / 0.7);
}
.text-green-600\/75{
  color: rgb(22 163 74 / 0.75);
}
.text-green-600\/80{
  color: rgb(22 163 74 / 0.8);
}
.text-green-600\/90{
  color: rgb(22 163 74 / 0.9);
}
.text-green-600\/95{
  color: rgb(22 163 74 / 0.95);
}
.text-green-7{
  --tw-text-opacity: 1;
  color: rgb(145 206 148 / var(--tw-text-opacity));
}
.text-green-7\/0{
  color: rgb(145 206 148 / 0);
}
.text-green-7\/10{
  color: rgb(145 206 148 / 0.1);
}
.text-green-7\/100{
  color: rgb(145 206 148 / 1);
}
.text-green-7\/20{
  color: rgb(145 206 148 / 0.2);
}
.text-green-7\/25{
  color: rgb(145 206 148 / 0.25);
}
.text-green-7\/30{
  color: rgb(145 206 148 / 0.3);
}
.text-green-7\/40{
  color: rgb(145 206 148 / 0.4);
}
.text-green-7\/5{
  color: rgb(145 206 148 / 0.05);
}
.text-green-7\/50{
  color: rgb(145 206 148 / 0.5);
}
.text-green-7\/60{
  color: rgb(145 206 148 / 0.6);
}
.text-green-7\/70{
  color: rgb(145 206 148 / 0.7);
}
.text-green-7\/75{
  color: rgb(145 206 148 / 0.75);
}
.text-green-7\/80{
  color: rgb(145 206 148 / 0.8);
}
.text-green-7\/90{
  color: rgb(145 206 148 / 0.9);
}
.text-green-7\/95{
  color: rgb(145 206 148 / 0.95);
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-700\/0{
  color: rgb(21 128 61 / 0);
}
.text-green-700\/10{
  color: rgb(21 128 61 / 0.1);
}
.text-green-700\/100{
  color: rgb(21 128 61 / 1);
}
.text-green-700\/20{
  color: rgb(21 128 61 / 0.2);
}
.text-green-700\/25{
  color: rgb(21 128 61 / 0.25);
}
.text-green-700\/30{
  color: rgb(21 128 61 / 0.3);
}
.text-green-700\/40{
  color: rgb(21 128 61 / 0.4);
}
.text-green-700\/5{
  color: rgb(21 128 61 / 0.05);
}
.text-green-700\/50{
  color: rgb(21 128 61 / 0.5);
}
.text-green-700\/60{
  color: rgb(21 128 61 / 0.6);
}
.text-green-700\/70{
  color: rgb(21 128 61 / 0.7);
}
.text-green-700\/75{
  color: rgb(21 128 61 / 0.75);
}
.text-green-700\/80{
  color: rgb(21 128 61 / 0.8);
}
.text-green-700\/90{
  color: rgb(21 128 61 / 0.9);
}
.text-green-700\/95{
  color: rgb(21 128 61 / 0.95);
}
.text-green-8{
  --tw-text-opacity: 1;
  color: rgb(180 222 182 / var(--tw-text-opacity));
}
.text-green-8\/0{
  color: rgb(180 222 182 / 0);
}
.text-green-8\/10{
  color: rgb(180 222 182 / 0.1);
}
.text-green-8\/100{
  color: rgb(180 222 182 / 1);
}
.text-green-8\/20{
  color: rgb(180 222 182 / 0.2);
}
.text-green-8\/25{
  color: rgb(180 222 182 / 0.25);
}
.text-green-8\/30{
  color: rgb(180 222 182 / 0.3);
}
.text-green-8\/40{
  color: rgb(180 222 182 / 0.4);
}
.text-green-8\/5{
  color: rgb(180 222 182 / 0.05);
}
.text-green-8\/50{
  color: rgb(180 222 182 / 0.5);
}
.text-green-8\/60{
  color: rgb(180 222 182 / 0.6);
}
.text-green-8\/70{
  color: rgb(180 222 182 / 0.7);
}
.text-green-8\/75{
  color: rgb(180 222 182 / 0.75);
}
.text-green-8\/80{
  color: rgb(180 222 182 / 0.8);
}
.text-green-8\/90{
  color: rgb(180 222 182 / 0.9);
}
.text-green-8\/95{
  color: rgb(180 222 182 / 0.95);
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-green-800\/0{
  color: rgb(22 101 52 / 0);
}
.text-green-800\/10{
  color: rgb(22 101 52 / 0.1);
}
.text-green-800\/100{
  color: rgb(22 101 52 / 1);
}
.text-green-800\/20{
  color: rgb(22 101 52 / 0.2);
}
.text-green-800\/25{
  color: rgb(22 101 52 / 0.25);
}
.text-green-800\/30{
  color: rgb(22 101 52 / 0.3);
}
.text-green-800\/40{
  color: rgb(22 101 52 / 0.4);
}
.text-green-800\/5{
  color: rgb(22 101 52 / 0.05);
}
.text-green-800\/50{
  color: rgb(22 101 52 / 0.5);
}
.text-green-800\/60{
  color: rgb(22 101 52 / 0.6);
}
.text-green-800\/70{
  color: rgb(22 101 52 / 0.7);
}
.text-green-800\/75{
  color: rgb(22 101 52 / 0.75);
}
.text-green-800\/80{
  color: rgb(22 101 52 / 0.8);
}
.text-green-800\/90{
  color: rgb(22 101 52 / 0.9);
}
.text-green-800\/95{
  color: rgb(22 101 52 / 0.95);
}
.text-green-9{
  --tw-text-opacity: 1;
  color: rgb(213 237 214 / var(--tw-text-opacity));
}
.text-green-9\/0{
  color: rgb(213 237 214 / 0);
}
.text-green-9\/10{
  color: rgb(213 237 214 / 0.1);
}
.text-green-9\/100{
  color: rgb(213 237 214 / 1);
}
.text-green-9\/20{
  color: rgb(213 237 214 / 0.2);
}
.text-green-9\/25{
  color: rgb(213 237 214 / 0.25);
}
.text-green-9\/30{
  color: rgb(213 237 214 / 0.3);
}
.text-green-9\/40{
  color: rgb(213 237 214 / 0.4);
}
.text-green-9\/5{
  color: rgb(213 237 214 / 0.05);
}
.text-green-9\/50{
  color: rgb(213 237 214 / 0.5);
}
.text-green-9\/60{
  color: rgb(213 237 214 / 0.6);
}
.text-green-9\/70{
  color: rgb(213 237 214 / 0.7);
}
.text-green-9\/75{
  color: rgb(213 237 214 / 0.75);
}
.text-green-9\/80{
  color: rgb(213 237 214 / 0.8);
}
.text-green-9\/90{
  color: rgb(213 237 214 / 0.9);
}
.text-green-9\/95{
  color: rgb(213 237 214 / 0.95);
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.text-green-900\/0{
  color: rgb(20 83 45 / 0);
}
.text-green-900\/10{
  color: rgb(20 83 45 / 0.1);
}
.text-green-900\/100{
  color: rgb(20 83 45 / 1);
}
.text-green-900\/20{
  color: rgb(20 83 45 / 0.2);
}
.text-green-900\/25{
  color: rgb(20 83 45 / 0.25);
}
.text-green-900\/30{
  color: rgb(20 83 45 / 0.3);
}
.text-green-900\/40{
  color: rgb(20 83 45 / 0.4);
}
.text-green-900\/5{
  color: rgb(20 83 45 / 0.05);
}
.text-green-900\/50{
  color: rgb(20 83 45 / 0.5);
}
.text-green-900\/60{
  color: rgb(20 83 45 / 0.6);
}
.text-green-900\/70{
  color: rgb(20 83 45 / 0.7);
}
.text-green-900\/75{
  color: rgb(20 83 45 / 0.75);
}
.text-green-900\/80{
  color: rgb(20 83 45 / 0.8);
}
.text-green-900\/90{
  color: rgb(20 83 45 / 0.9);
}
.text-green-900\/95{
  color: rgb(20 83 45 / 0.95);
}
.text-green-950{
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
.text-green-950\/0{
  color: rgb(5 46 22 / 0);
}
.text-green-950\/10{
  color: rgb(5 46 22 / 0.1);
}
.text-green-950\/100{
  color: rgb(5 46 22 / 1);
}
.text-green-950\/20{
  color: rgb(5 46 22 / 0.2);
}
.text-green-950\/25{
  color: rgb(5 46 22 / 0.25);
}
.text-green-950\/30{
  color: rgb(5 46 22 / 0.3);
}
.text-green-950\/40{
  color: rgb(5 46 22 / 0.4);
}
.text-green-950\/5{
  color: rgb(5 46 22 / 0.05);
}
.text-green-950\/50{
  color: rgb(5 46 22 / 0.5);
}
.text-green-950\/60{
  color: rgb(5 46 22 / 0.6);
}
.text-green-950\/70{
  color: rgb(5 46 22 / 0.7);
}
.text-green-950\/75{
  color: rgb(5 46 22 / 0.75);
}
.text-green-950\/80{
  color: rgb(5 46 22 / 0.8);
}
.text-green-950\/90{
  color: rgb(5 46 22 / 0.9);
}
.text-green-950\/95{
  color: rgb(5 46 22 / 0.95);
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-neutral-900{
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-orange-1{
  --tw-text-opacity: 1;
  color: rgb(111 67 28 / var(--tw-text-opacity));
}
.text-orange-1\/0{
  color: rgb(111 67 28 / 0);
}
.text-orange-1\/10{
  color: rgb(111 67 28 / 0.1);
}
.text-orange-1\/100{
  color: rgb(111 67 28 / 1);
}
.text-orange-1\/20{
  color: rgb(111 67 28 / 0.2);
}
.text-orange-1\/25{
  color: rgb(111 67 28 / 0.25);
}
.text-orange-1\/30{
  color: rgb(111 67 28 / 0.3);
}
.text-orange-1\/40{
  color: rgb(111 67 28 / 0.4);
}
.text-orange-1\/5{
  color: rgb(111 67 28 / 0.05);
}
.text-orange-1\/50{
  color: rgb(111 67 28 / 0.5);
}
.text-orange-1\/60{
  color: rgb(111 67 28 / 0.6);
}
.text-orange-1\/70{
  color: rgb(111 67 28 / 0.7);
}
.text-orange-1\/75{
  color: rgb(111 67 28 / 0.75);
}
.text-orange-1\/80{
  color: rgb(111 67 28 / 0.8);
}
.text-orange-1\/90{
  color: rgb(111 67 28 / 0.9);
}
.text-orange-1\/95{
  color: rgb(111 67 28 / 0.95);
}
.text-orange-10{
  --tw-text-opacity: 1;
  color: rgb(254 241 231 / var(--tw-text-opacity));
}
.text-orange-10\/0{
  color: rgb(254 241 231 / 0);
}
.text-orange-10\/10{
  color: rgb(254 241 231 / 0.1);
}
.text-orange-10\/100{
  color: rgb(254 241 231 / 1);
}
.text-orange-10\/20{
  color: rgb(254 241 231 / 0.2);
}
.text-orange-10\/25{
  color: rgb(254 241 231 / 0.25);
}
.text-orange-10\/30{
  color: rgb(254 241 231 / 0.3);
}
.text-orange-10\/40{
  color: rgb(254 241 231 / 0.4);
}
.text-orange-10\/5{
  color: rgb(254 241 231 / 0.05);
}
.text-orange-10\/50{
  color: rgb(254 241 231 / 0.5);
}
.text-orange-10\/60{
  color: rgb(254 241 231 / 0.6);
}
.text-orange-10\/70{
  color: rgb(254 241 231 / 0.7);
}
.text-orange-10\/75{
  color: rgb(254 241 231 / 0.75);
}
.text-orange-10\/80{
  color: rgb(254 241 231 / 0.8);
}
.text-orange-10\/90{
  color: rgb(254 241 231 / 0.9);
}
.text-orange-10\/95{
  color: rgb(254 241 231 / 0.95);
}
.text-orange-100{
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.text-orange-100\/0{
  color: rgb(255 237 213 / 0);
}
.text-orange-100\/10{
  color: rgb(255 237 213 / 0.1);
}
.text-orange-100\/100{
  color: rgb(255 237 213 / 1);
}
.text-orange-100\/20{
  color: rgb(255 237 213 / 0.2);
}
.text-orange-100\/25{
  color: rgb(255 237 213 / 0.25);
}
.text-orange-100\/30{
  color: rgb(255 237 213 / 0.3);
}
.text-orange-100\/40{
  color: rgb(255 237 213 / 0.4);
}
.text-orange-100\/5{
  color: rgb(255 237 213 / 0.05);
}
.text-orange-100\/50{
  color: rgb(255 237 213 / 0.5);
}
.text-orange-100\/60{
  color: rgb(255 237 213 / 0.6);
}
.text-orange-100\/70{
  color: rgb(255 237 213 / 0.7);
}
.text-orange-100\/75{
  color: rgb(255 237 213 / 0.75);
}
.text-orange-100\/80{
  color: rgb(255 237 213 / 0.8);
}
.text-orange-100\/90{
  color: rgb(255 237 213 / 0.9);
}
.text-orange-100\/95{
  color: rgb(255 237 213 / 0.95);
}
.text-orange-11{
  --tw-text-opacity: 1;
  color: rgb(254 247 240 / var(--tw-text-opacity));
}
.text-orange-11\/0{
  color: rgb(254 247 240 / 0);
}
.text-orange-11\/10{
  color: rgb(254 247 240 / 0.1);
}
.text-orange-11\/100{
  color: rgb(254 247 240 / 1);
}
.text-orange-11\/20{
  color: rgb(254 247 240 / 0.2);
}
.text-orange-11\/25{
  color: rgb(254 247 240 / 0.25);
}
.text-orange-11\/30{
  color: rgb(254 247 240 / 0.3);
}
.text-orange-11\/40{
  color: rgb(254 247 240 / 0.4);
}
.text-orange-11\/5{
  color: rgb(254 247 240 / 0.05);
}
.text-orange-11\/50{
  color: rgb(254 247 240 / 0.5);
}
.text-orange-11\/60{
  color: rgb(254 247 240 / 0.6);
}
.text-orange-11\/70{
  color: rgb(254 247 240 / 0.7);
}
.text-orange-11\/75{
  color: rgb(254 247 240 / 0.75);
}
.text-orange-11\/80{
  color: rgb(254 247 240 / 0.8);
}
.text-orange-11\/90{
  color: rgb(254 247 240 / 0.9);
}
.text-orange-11\/95{
  color: rgb(254 247 240 / 0.95);
}
.text-orange-2{
  --tw-text-opacity: 1;
  color: rgb(141 84 35 / var(--tw-text-opacity));
}
.text-orange-2\/0{
  color: rgb(141 84 35 / 0);
}
.text-orange-2\/10{
  color: rgb(141 84 35 / 0.1);
}
.text-orange-2\/100{
  color: rgb(141 84 35 / 1);
}
.text-orange-2\/20{
  color: rgb(141 84 35 / 0.2);
}
.text-orange-2\/25{
  color: rgb(141 84 35 / 0.25);
}
.text-orange-2\/30{
  color: rgb(141 84 35 / 0.3);
}
.text-orange-2\/40{
  color: rgb(141 84 35 / 0.4);
}
.text-orange-2\/5{
  color: rgb(141 84 35 / 0.05);
}
.text-orange-2\/50{
  color: rgb(141 84 35 / 0.5);
}
.text-orange-2\/60{
  color: rgb(141 84 35 / 0.6);
}
.text-orange-2\/70{
  color: rgb(141 84 35 / 0.7);
}
.text-orange-2\/75{
  color: rgb(141 84 35 / 0.75);
}
.text-orange-2\/80{
  color: rgb(141 84 35 / 0.8);
}
.text-orange-2\/90{
  color: rgb(141 84 35 / 0.9);
}
.text-orange-2\/95{
  color: rgb(141 84 35 / 0.95);
}
.text-orange-200{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.text-orange-200\/0{
  color: rgb(254 215 170 / 0);
}
.text-orange-200\/10{
  color: rgb(254 215 170 / 0.1);
}
.text-orange-200\/100{
  color: rgb(254 215 170 / 1);
}
.text-orange-200\/20{
  color: rgb(254 215 170 / 0.2);
}
.text-orange-200\/25{
  color: rgb(254 215 170 / 0.25);
}
.text-orange-200\/30{
  color: rgb(254 215 170 / 0.3);
}
.text-orange-200\/40{
  color: rgb(254 215 170 / 0.4);
}
.text-orange-200\/5{
  color: rgb(254 215 170 / 0.05);
}
.text-orange-200\/50{
  color: rgb(254 215 170 / 0.5);
}
.text-orange-200\/60{
  color: rgb(254 215 170 / 0.6);
}
.text-orange-200\/70{
  color: rgb(254 215 170 / 0.7);
}
.text-orange-200\/75{
  color: rgb(254 215 170 / 0.75);
}
.text-orange-200\/80{
  color: rgb(254 215 170 / 0.8);
}
.text-orange-200\/90{
  color: rgb(254 215 170 / 0.9);
}
.text-orange-200\/95{
  color: rgb(254 215 170 / 0.95);
}
.text-orange-3{
  --tw-text-opacity: 1;
  color: rgb(175 105 44 / var(--tw-text-opacity));
}
.text-orange-3\/0{
  color: rgb(175 105 44 / 0);
}
.text-orange-3\/10{
  color: rgb(175 105 44 / 0.1);
}
.text-orange-3\/100{
  color: rgb(175 105 44 / 1);
}
.text-orange-3\/20{
  color: rgb(175 105 44 / 0.2);
}
.text-orange-3\/25{
  color: rgb(175 105 44 / 0.25);
}
.text-orange-3\/30{
  color: rgb(175 105 44 / 0.3);
}
.text-orange-3\/40{
  color: rgb(175 105 44 / 0.4);
}
.text-orange-3\/5{
  color: rgb(175 105 44 / 0.05);
}
.text-orange-3\/50{
  color: rgb(175 105 44 / 0.5);
}
.text-orange-3\/60{
  color: rgb(175 105 44 / 0.6);
}
.text-orange-3\/70{
  color: rgb(175 105 44 / 0.7);
}
.text-orange-3\/75{
  color: rgb(175 105 44 / 0.75);
}
.text-orange-3\/80{
  color: rgb(175 105 44 / 0.8);
}
.text-orange-3\/90{
  color: rgb(175 105 44 / 0.9);
}
.text-orange-3\/95{
  color: rgb(175 105 44 / 0.95);
}
.text-orange-300{
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.text-orange-300\/0{
  color: rgb(253 186 116 / 0);
}
.text-orange-300\/10{
  color: rgb(253 186 116 / 0.1);
}
.text-orange-300\/100{
  color: rgb(253 186 116 / 1);
}
.text-orange-300\/20{
  color: rgb(253 186 116 / 0.2);
}
.text-orange-300\/25{
  color: rgb(253 186 116 / 0.25);
}
.text-orange-300\/30{
  color: rgb(253 186 116 / 0.3);
}
.text-orange-300\/40{
  color: rgb(253 186 116 / 0.4);
}
.text-orange-300\/5{
  color: rgb(253 186 116 / 0.05);
}
.text-orange-300\/50{
  color: rgb(253 186 116 / 0.5);
}
.text-orange-300\/60{
  color: rgb(253 186 116 / 0.6);
}
.text-orange-300\/70{
  color: rgb(253 186 116 / 0.7);
}
.text-orange-300\/75{
  color: rgb(253 186 116 / 0.75);
}
.text-orange-300\/80{
  color: rgb(253 186 116 / 0.8);
}
.text-orange-300\/90{
  color: rgb(253 186 116 / 0.9);
}
.text-orange-300\/95{
  color: rgb(253 186 116 / 0.95);
}
.text-orange-4{
  --tw-text-opacity: 1;
  color: rgb(210 126 53 / var(--tw-text-opacity));
}
.text-orange-4\/0{
  color: rgb(210 126 53 / 0);
}
.text-orange-4\/10{
  color: rgb(210 126 53 / 0.1);
}
.text-orange-4\/100{
  color: rgb(210 126 53 / 1);
}
.text-orange-4\/20{
  color: rgb(210 126 53 / 0.2);
}
.text-orange-4\/25{
  color: rgb(210 126 53 / 0.25);
}
.text-orange-4\/30{
  color: rgb(210 126 53 / 0.3);
}
.text-orange-4\/40{
  color: rgb(210 126 53 / 0.4);
}
.text-orange-4\/5{
  color: rgb(210 126 53 / 0.05);
}
.text-orange-4\/50{
  color: rgb(210 126 53 / 0.5);
}
.text-orange-4\/60{
  color: rgb(210 126 53 / 0.6);
}
.text-orange-4\/70{
  color: rgb(210 126 53 / 0.7);
}
.text-orange-4\/75{
  color: rgb(210 126 53 / 0.75);
}
.text-orange-4\/80{
  color: rgb(210 126 53 / 0.8);
}
.text-orange-4\/90{
  color: rgb(210 126 53 / 0.9);
}
.text-orange-4\/95{
  color: rgb(210 126 53 / 0.95);
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-400\/0{
  color: rgb(251 146 60 / 0);
}
.text-orange-400\/10{
  color: rgb(251 146 60 / 0.1);
}
.text-orange-400\/100{
  color: rgb(251 146 60 / 1);
}
.text-orange-400\/20{
  color: rgb(251 146 60 / 0.2);
}
.text-orange-400\/25{
  color: rgb(251 146 60 / 0.25);
}
.text-orange-400\/30{
  color: rgb(251 146 60 / 0.3);
}
.text-orange-400\/40{
  color: rgb(251 146 60 / 0.4);
}
.text-orange-400\/5{
  color: rgb(251 146 60 / 0.05);
}
.text-orange-400\/50{
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/60{
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/70{
  color: rgb(251 146 60 / 0.7);
}
.text-orange-400\/75{
  color: rgb(251 146 60 / 0.75);
}
.text-orange-400\/80{
  color: rgb(251 146 60 / 0.8);
}
.text-orange-400\/90{
  color: rgb(251 146 60 / 0.9);
}
.text-orange-400\/95{
  color: rgb(251 146 60 / 0.95);
}
.text-orange-5{
  --tw-text-opacity: 1;
  color: rgb(247 148 62 / var(--tw-text-opacity));
}
.text-orange-5\/0{
  color: rgb(247 148 62 / 0);
}
.text-orange-5\/10{
  color: rgb(247 148 62 / 0.1);
}
.text-orange-5\/100{
  color: rgb(247 148 62 / 1);
}
.text-orange-5\/20{
  color: rgb(247 148 62 / 0.2);
}
.text-orange-5\/25{
  color: rgb(247 148 62 / 0.25);
}
.text-orange-5\/30{
  color: rgb(247 148 62 / 0.3);
}
.text-orange-5\/40{
  color: rgb(247 148 62 / 0.4);
}
.text-orange-5\/5{
  color: rgb(247 148 62 / 0.05);
}
.text-orange-5\/50{
  color: rgb(247 148 62 / 0.5);
}
.text-orange-5\/60{
  color: rgb(247 148 62 / 0.6);
}
.text-orange-5\/70{
  color: rgb(247 148 62 / 0.7);
}
.text-orange-5\/75{
  color: rgb(247 148 62 / 0.75);
}
.text-orange-5\/80{
  color: rgb(247 148 62 / 0.8);
}
.text-orange-5\/90{
  color: rgb(247 148 62 / 0.9);
}
.text-orange-5\/95{
  color: rgb(247 148 62 / 0.95);
}
.text-orange-50{
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.text-orange-50\/0{
  color: rgb(255 247 237 / 0);
}
.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1);
}
.text-orange-50\/100{
  color: rgb(255 247 237 / 1);
}
.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2);
}
.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25);
}
.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3);
}
.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4);
}
.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05);
}
.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5);
}
.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6);
}
.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7);
}
.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75);
}
.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8);
}
.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9);
}
.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95);
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-500\/0{
  color: rgb(249 115 22 / 0);
}
.text-orange-500\/10{
  color: rgb(249 115 22 / 0.1);
}
.text-orange-500\/100{
  color: rgb(249 115 22 / 1);
}
.text-orange-500\/20{
  color: rgb(249 115 22 / 0.2);
}
.text-orange-500\/25{
  color: rgb(249 115 22 / 0.25);
}
.text-orange-500\/30{
  color: rgb(249 115 22 / 0.3);
}
.text-orange-500\/40{
  color: rgb(249 115 22 / 0.4);
}
.text-orange-500\/5{
  color: rgb(249 115 22 / 0.05);
}
.text-orange-500\/50{
  color: rgb(249 115 22 / 0.5);
}
.text-orange-500\/60{
  color: rgb(249 115 22 / 0.6);
}
.text-orange-500\/70{
  color: rgb(249 115 22 / 0.7);
}
.text-orange-500\/75{
  color: rgb(249 115 22 / 0.75);
}
.text-orange-500\/80{
  color: rgb(249 115 22 / 0.8);
}
.text-orange-500\/90{
  color: rgb(249 115 22 / 0.9);
}
.text-orange-500\/95{
  color: rgb(249 115 22 / 0.95);
}
.text-orange-6{
  --tw-text-opacity: 1;
  color: rgb(248 167 97 / var(--tw-text-opacity));
}
.text-orange-6\/0{
  color: rgb(248 167 97 / 0);
}
.text-orange-6\/10{
  color: rgb(248 167 97 / 0.1);
}
.text-orange-6\/100{
  color: rgb(248 167 97 / 1);
}
.text-orange-6\/20{
  color: rgb(248 167 97 / 0.2);
}
.text-orange-6\/25{
  color: rgb(248 167 97 / 0.25);
}
.text-orange-6\/30{
  color: rgb(248 167 97 / 0.3);
}
.text-orange-6\/40{
  color: rgb(248 167 97 / 0.4);
}
.text-orange-6\/5{
  color: rgb(248 167 97 / 0.05);
}
.text-orange-6\/50{
  color: rgb(248 167 97 / 0.5);
}
.text-orange-6\/60{
  color: rgb(248 167 97 / 0.6);
}
.text-orange-6\/70{
  color: rgb(248 167 97 / 0.7);
}
.text-orange-6\/75{
  color: rgb(248 167 97 / 0.75);
}
.text-orange-6\/80{
  color: rgb(248 167 97 / 0.8);
}
.text-orange-6\/90{
  color: rgb(248 167 97 / 0.9);
}
.text-orange-6\/95{
  color: rgb(248 167 97 / 0.95);
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-orange-600\/0{
  color: rgb(234 88 12 / 0);
}
.text-orange-600\/10{
  color: rgb(234 88 12 / 0.1);
}
.text-orange-600\/100{
  color: rgb(234 88 12 / 1);
}
.text-orange-600\/20{
  color: rgb(234 88 12 / 0.2);
}
.text-orange-600\/25{
  color: rgb(234 88 12 / 0.25);
}
.text-orange-600\/30{
  color: rgb(234 88 12 / 0.3);
}
.text-orange-600\/40{
  color: rgb(234 88 12 / 0.4);
}
.text-orange-600\/5{
  color: rgb(234 88 12 / 0.05);
}
.text-orange-600\/50{
  color: rgb(234 88 12 / 0.5);
}
.text-orange-600\/60{
  color: rgb(234 88 12 / 0.6);
}
.text-orange-600\/70{
  color: rgb(234 88 12 / 0.7);
}
.text-orange-600\/75{
  color: rgb(234 88 12 / 0.75);
}
.text-orange-600\/80{
  color: rgb(234 88 12 / 0.8);
}
.text-orange-600\/90{
  color: rgb(234 88 12 / 0.9);
}
.text-orange-600\/95{
  color: rgb(234 88 12 / 0.95);
}
.text-orange-7{
  --tw-text-opacity: 1;
  color: rgb(250 188 133 / var(--tw-text-opacity));
}
.text-orange-7\/0{
  color: rgb(250 188 133 / 0);
}
.text-orange-7\/10{
  color: rgb(250 188 133 / 0.1);
}
.text-orange-7\/100{
  color: rgb(250 188 133 / 1);
}
.text-orange-7\/20{
  color: rgb(250 188 133 / 0.2);
}
.text-orange-7\/25{
  color: rgb(250 188 133 / 0.25);
}
.text-orange-7\/30{
  color: rgb(250 188 133 / 0.3);
}
.text-orange-7\/40{
  color: rgb(250 188 133 / 0.4);
}
.text-orange-7\/5{
  color: rgb(250 188 133 / 0.05);
}
.text-orange-7\/50{
  color: rgb(250 188 133 / 0.5);
}
.text-orange-7\/60{
  color: rgb(250 188 133 / 0.6);
}
.text-orange-7\/70{
  color: rgb(250 188 133 / 0.7);
}
.text-orange-7\/75{
  color: rgb(250 188 133 / 0.75);
}
.text-orange-7\/80{
  color: rgb(250 188 133 / 0.8);
}
.text-orange-7\/90{
  color: rgb(250 188 133 / 0.9);
}
.text-orange-7\/95{
  color: rgb(250 188 133 / 0.95);
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-orange-700\/0{
  color: rgb(194 65 12 / 0);
}
.text-orange-700\/10{
  color: rgb(194 65 12 / 0.1);
}
.text-orange-700\/100{
  color: rgb(194 65 12 / 1);
}
.text-orange-700\/20{
  color: rgb(194 65 12 / 0.2);
}
.text-orange-700\/25{
  color: rgb(194 65 12 / 0.25);
}
.text-orange-700\/30{
  color: rgb(194 65 12 / 0.3);
}
.text-orange-700\/40{
  color: rgb(194 65 12 / 0.4);
}
.text-orange-700\/5{
  color: rgb(194 65 12 / 0.05);
}
.text-orange-700\/50{
  color: rgb(194 65 12 / 0.5);
}
.text-orange-700\/60{
  color: rgb(194 65 12 / 0.6);
}
.text-orange-700\/70{
  color: rgb(194 65 12 / 0.7);
}
.text-orange-700\/75{
  color: rgb(194 65 12 / 0.75);
}
.text-orange-700\/80{
  color: rgb(194 65 12 / 0.8);
}
.text-orange-700\/90{
  color: rgb(194 65 12 / 0.9);
}
.text-orange-700\/95{
  color: rgb(194 65 12 / 0.95);
}
.text-orange-8{
  --tw-text-opacity: 1;
  color: rgb(252 209 172 / var(--tw-text-opacity));
}
.text-orange-8\/0{
  color: rgb(252 209 172 / 0);
}
.text-orange-8\/10{
  color: rgb(252 209 172 / 0.1);
}
.text-orange-8\/100{
  color: rgb(252 209 172 / 1);
}
.text-orange-8\/20{
  color: rgb(252 209 172 / 0.2);
}
.text-orange-8\/25{
  color: rgb(252 209 172 / 0.25);
}
.text-orange-8\/30{
  color: rgb(252 209 172 / 0.3);
}
.text-orange-8\/40{
  color: rgb(252 209 172 / 0.4);
}
.text-orange-8\/5{
  color: rgb(252 209 172 / 0.05);
}
.text-orange-8\/50{
  color: rgb(252 209 172 / 0.5);
}
.text-orange-8\/60{
  color: rgb(252 209 172 / 0.6);
}
.text-orange-8\/70{
  color: rgb(252 209 172 / 0.7);
}
.text-orange-8\/75{
  color: rgb(252 209 172 / 0.75);
}
.text-orange-8\/80{
  color: rgb(252 209 172 / 0.8);
}
.text-orange-8\/90{
  color: rgb(252 209 172 / 0.9);
}
.text-orange-8\/95{
  color: rgb(252 209 172 / 0.95);
}
.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.text-orange-800\/0{
  color: rgb(154 52 18 / 0);
}
.text-orange-800\/10{
  color: rgb(154 52 18 / 0.1);
}
.text-orange-800\/100{
  color: rgb(154 52 18 / 1);
}
.text-orange-800\/20{
  color: rgb(154 52 18 / 0.2);
}
.text-orange-800\/25{
  color: rgb(154 52 18 / 0.25);
}
.text-orange-800\/30{
  color: rgb(154 52 18 / 0.3);
}
.text-orange-800\/40{
  color: rgb(154 52 18 / 0.4);
}
.text-orange-800\/5{
  color: rgb(154 52 18 / 0.05);
}
.text-orange-800\/50{
  color: rgb(154 52 18 / 0.5);
}
.text-orange-800\/60{
  color: rgb(154 52 18 / 0.6);
}
.text-orange-800\/70{
  color: rgb(154 52 18 / 0.7);
}
.text-orange-800\/75{
  color: rgb(154 52 18 / 0.75);
}
.text-orange-800\/80{
  color: rgb(154 52 18 / 0.8);
}
.text-orange-800\/90{
  color: rgb(154 52 18 / 0.9);
}
.text-orange-800\/95{
  color: rgb(154 52 18 / 0.95);
}
.text-orange-9{
  --tw-text-opacity: 1;
  color: rgb(253 229 209 / var(--tw-text-opacity));
}
.text-orange-9\/0{
  color: rgb(253 229 209 / 0);
}
.text-orange-9\/10{
  color: rgb(253 229 209 / 0.1);
}
.text-orange-9\/100{
  color: rgb(253 229 209 / 1);
}
.text-orange-9\/20{
  color: rgb(253 229 209 / 0.2);
}
.text-orange-9\/25{
  color: rgb(253 229 209 / 0.25);
}
.text-orange-9\/30{
  color: rgb(253 229 209 / 0.3);
}
.text-orange-9\/40{
  color: rgb(253 229 209 / 0.4);
}
.text-orange-9\/5{
  color: rgb(253 229 209 / 0.05);
}
.text-orange-9\/50{
  color: rgb(253 229 209 / 0.5);
}
.text-orange-9\/60{
  color: rgb(253 229 209 / 0.6);
}
.text-orange-9\/70{
  color: rgb(253 229 209 / 0.7);
}
.text-orange-9\/75{
  color: rgb(253 229 209 / 0.75);
}
.text-orange-9\/80{
  color: rgb(253 229 209 / 0.8);
}
.text-orange-9\/90{
  color: rgb(253 229 209 / 0.9);
}
.text-orange-9\/95{
  color: rgb(253 229 209 / 0.95);
}
.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.text-orange-900\/0{
  color: rgb(124 45 18 / 0);
}
.text-orange-900\/10{
  color: rgb(124 45 18 / 0.1);
}
.text-orange-900\/100{
  color: rgb(124 45 18 / 1);
}
.text-orange-900\/20{
  color: rgb(124 45 18 / 0.2);
}
.text-orange-900\/25{
  color: rgb(124 45 18 / 0.25);
}
.text-orange-900\/30{
  color: rgb(124 45 18 / 0.3);
}
.text-orange-900\/40{
  color: rgb(124 45 18 / 0.4);
}
.text-orange-900\/5{
  color: rgb(124 45 18 / 0.05);
}
.text-orange-900\/50{
  color: rgb(124 45 18 / 0.5);
}
.text-orange-900\/60{
  color: rgb(124 45 18 / 0.6);
}
.text-orange-900\/70{
  color: rgb(124 45 18 / 0.7);
}
.text-orange-900\/75{
  color: rgb(124 45 18 / 0.75);
}
.text-orange-900\/80{
  color: rgb(124 45 18 / 0.8);
}
.text-orange-900\/90{
  color: rgb(124 45 18 / 0.9);
}
.text-orange-900\/95{
  color: rgb(124 45 18 / 0.95);
}
.text-orange-950{
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.text-orange-950\/0{
  color: rgb(67 20 7 / 0);
}
.text-orange-950\/10{
  color: rgb(67 20 7 / 0.1);
}
.text-orange-950\/100{
  color: rgb(67 20 7 / 1);
}
.text-orange-950\/20{
  color: rgb(67 20 7 / 0.2);
}
.text-orange-950\/25{
  color: rgb(67 20 7 / 0.25);
}
.text-orange-950\/30{
  color: rgb(67 20 7 / 0.3);
}
.text-orange-950\/40{
  color: rgb(67 20 7 / 0.4);
}
.text-orange-950\/5{
  color: rgb(67 20 7 / 0.05);
}
.text-orange-950\/50{
  color: rgb(67 20 7 / 0.5);
}
.text-orange-950\/60{
  color: rgb(67 20 7 / 0.6);
}
.text-orange-950\/70{
  color: rgb(67 20 7 / 0.7);
}
.text-orange-950\/75{
  color: rgb(67 20 7 / 0.75);
}
.text-orange-950\/80{
  color: rgb(67 20 7 / 0.8);
}
.text-orange-950\/90{
  color: rgb(67 20 7 / 0.9);
}
.text-orange-950\/95{
  color: rgb(67 20 7 / 0.95);
}
.text-orange-disabled{
  --tw-text-opacity: 1;
  color: rgb(255 248 232 / var(--tw-text-opacity));
}
.text-orange-disabled\/0{
  color: rgb(255 248 232 / 0);
}
.text-orange-disabled\/10{
  color: rgb(255 248 232 / 0.1);
}
.text-orange-disabled\/100{
  color: rgb(255 248 232 / 1);
}
.text-orange-disabled\/20{
  color: rgb(255 248 232 / 0.2);
}
.text-orange-disabled\/25{
  color: rgb(255 248 232 / 0.25);
}
.text-orange-disabled\/30{
  color: rgb(255 248 232 / 0.3);
}
.text-orange-disabled\/40{
  color: rgb(255 248 232 / 0.4);
}
.text-orange-disabled\/5{
  color: rgb(255 248 232 / 0.05);
}
.text-orange-disabled\/50{
  color: rgb(255 248 232 / 0.5);
}
.text-orange-disabled\/60{
  color: rgb(255 248 232 / 0.6);
}
.text-orange-disabled\/70{
  color: rgb(255 248 232 / 0.7);
}
.text-orange-disabled\/75{
  color: rgb(255 248 232 / 0.75);
}
.text-orange-disabled\/80{
  color: rgb(255 248 232 / 0.8);
}
.text-orange-disabled\/90{
  color: rgb(255 248 232 / 0.9);
}
.text-orange-disabled\/95{
  color: rgb(255 248 232 / 0.95);
}
.text-primary-10{
  --tw-text-opacity: 1;
  color: rgb(247 248 253 / var(--tw-text-opacity));
}
.text-primary-10\/0{
  color: rgb(247 248 253 / 0);
}
.text-primary-10\/10{
  color: rgb(247 248 253 / 0.1);
}
.text-primary-10\/100{
  color: rgb(247 248 253 / 1);
}
.text-primary-10\/20{
  color: rgb(247 248 253 / 0.2);
}
.text-primary-10\/25{
  color: rgb(247 248 253 / 0.25);
}
.text-primary-10\/30{
  color: rgb(247 248 253 / 0.3);
}
.text-primary-10\/40{
  color: rgb(247 248 253 / 0.4);
}
.text-primary-10\/5{
  color: rgb(247 248 253 / 0.05);
}
.text-primary-10\/50{
  color: rgb(247 248 253 / 0.5);
}
.text-primary-10\/60{
  color: rgb(247 248 253 / 0.6);
}
.text-primary-10\/70{
  color: rgb(247 248 253 / 0.7);
}
.text-primary-10\/75{
  color: rgb(247 248 253 / 0.75);
}
.text-primary-10\/80{
  color: rgb(247 248 253 / 0.8);
}
.text-primary-10\/90{
  color: rgb(247 248 253 / 0.9);
}
.text-primary-10\/95{
  color: rgb(247 248 253 / 0.95);
}
.text-primary-100{
  --tw-text-opacity: 1;
  color: rgb(188 183 248 / var(--tw-text-opacity));
}
.text-primary-100\/0{
  color: rgb(188 183 248 / 0);
}
.text-primary-100\/10{
  color: rgb(188 183 248 / 0.1);
}
.text-primary-100\/100{
  color: rgb(188 183 248 / 1);
}
.text-primary-100\/20{
  color: rgb(188 183 248 / 0.2);
}
.text-primary-100\/25{
  color: rgb(188 183 248 / 0.25);
}
.text-primary-100\/30{
  color: rgb(188 183 248 / 0.3);
}
.text-primary-100\/40{
  color: rgb(188 183 248 / 0.4);
}
.text-primary-100\/5{
  color: rgb(188 183 248 / 0.05);
}
.text-primary-100\/50{
  color: rgb(188 183 248 / 0.5);
}
.text-primary-100\/60{
  color: rgb(188 183 248 / 0.6);
}
.text-primary-100\/70{
  color: rgb(188 183 248 / 0.7);
}
.text-primary-100\/75{
  color: rgb(188 183 248 / 0.75);
}
.text-primary-100\/80{
  color: rgb(188 183 248 / 0.8);
}
.text-primary-100\/90{
  color: rgb(188 183 248 / 0.9);
}
.text-primary-100\/95{
  color: rgb(188 183 248 / 0.95);
}
.text-primary-200{
  --tw-text-opacity: 1;
  color: rgb(156 148 245 / var(--tw-text-opacity));
}
.text-primary-200\/0{
  color: rgb(156 148 245 / 0);
}
.text-primary-200\/10{
  color: rgb(156 148 245 / 0.1);
}
.text-primary-200\/100{
  color: rgb(156 148 245 / 1);
}
.text-primary-200\/20{
  color: rgb(156 148 245 / 0.2);
}
.text-primary-200\/25{
  color: rgb(156 148 245 / 0.25);
}
.text-primary-200\/30{
  color: rgb(156 148 245 / 0.3);
}
.text-primary-200\/40{
  color: rgb(156 148 245 / 0.4);
}
.text-primary-200\/5{
  color: rgb(156 148 245 / 0.05);
}
.text-primary-200\/50{
  color: rgb(156 148 245 / 0.5);
}
.text-primary-200\/60{
  color: rgb(156 148 245 / 0.6);
}
.text-primary-200\/70{
  color: rgb(156 148 245 / 0.7);
}
.text-primary-200\/75{
  color: rgb(156 148 245 / 0.75);
}
.text-primary-200\/80{
  color: rgb(156 148 245 / 0.8);
}
.text-primary-200\/90{
  color: rgb(156 148 245 / 0.9);
}
.text-primary-200\/95{
  color: rgb(156 148 245 / 0.95);
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(110 99 240 / var(--tw-text-opacity));
}
.text-primary-300\/0{
  color: rgb(110 99 240 / 0);
}
.text-primary-300\/10{
  color: rgb(110 99 240 / 0.1);
}
.text-primary-300\/100{
  color: rgb(110 99 240 / 1);
}
.text-primary-300\/20{
  color: rgb(110 99 240 / 0.2);
}
.text-primary-300\/25{
  color: rgb(110 99 240 / 0.25);
}
.text-primary-300\/30{
  color: rgb(110 99 240 / 0.3);
}
.text-primary-300\/40{
  color: rgb(110 99 240 / 0.4);
}
.text-primary-300\/5{
  color: rgb(110 99 240 / 0.05);
}
.text-primary-300\/50{
  color: rgb(110 99 240 / 0.5);
}
.text-primary-300\/60{
  color: rgb(110 99 240 / 0.6);
}
.text-primary-300\/70{
  color: rgb(110 99 240 / 0.7);
}
.text-primary-300\/75{
  color: rgb(110 99 240 / 0.75);
}
.text-primary-300\/80{
  color: rgb(110 99 240 / 0.8);
}
.text-primary-300\/90{
  color: rgb(110 99 240 / 0.9);
}
.text-primary-300\/95{
  color: rgb(110 99 240 / 0.95);
}
.text-primary-50{
  --tw-text-opacity: 1;
  color: rgb(233 232 253 / var(--tw-text-opacity));
}
.text-primary-50\/0{
  color: rgb(233 232 253 / 0);
}
.text-primary-50\/10{
  color: rgb(233 232 253 / 0.1);
}
.text-primary-50\/100{
  color: rgb(233 232 253 / 1);
}
.text-primary-50\/20{
  color: rgb(233 232 253 / 0.2);
}
.text-primary-50\/25{
  color: rgb(233 232 253 / 0.25);
}
.text-primary-50\/30{
  color: rgb(233 232 253 / 0.3);
}
.text-primary-50\/40{
  color: rgb(233 232 253 / 0.4);
}
.text-primary-50\/5{
  color: rgb(233 232 253 / 0.05);
}
.text-primary-50\/50{
  color: rgb(233 232 253 / 0.5);
}
.text-primary-50\/60{
  color: rgb(233 232 253 / 0.6);
}
.text-primary-50\/70{
  color: rgb(233 232 253 / 0.7);
}
.text-primary-50\/75{
  color: rgb(233 232 253 / 0.75);
}
.text-primary-50\/80{
  color: rgb(233 232 253 / 0.8);
}
.text-primary-50\/90{
  color: rgb(233 232 253 / 0.9);
}
.text-primary-50\/95{
  color: rgb(233 232 253 / 0.95);
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(39 22 233 / var(--tw-text-opacity));
}
.text-primary-500\/0{
  color: rgb(39 22 233 / 0);
}
.text-primary-500\/10{
  color: rgb(39 22 233 / 0.1);
}
.text-primary-500\/100{
  color: rgb(39 22 233 / 1);
}
.text-primary-500\/20{
  color: rgb(39 22 233 / 0.2);
}
.text-primary-500\/25{
  color: rgb(39 22 233 / 0.25);
}
.text-primary-500\/30{
  color: rgb(39 22 233 / 0.3);
}
.text-primary-500\/40{
  color: rgb(39 22 233 / 0.4);
}
.text-primary-500\/5{
  color: rgb(39 22 233 / 0.05);
}
.text-primary-500\/50{
  color: rgb(39 22 233 / 0.5);
}
.text-primary-500\/60{
  color: rgb(39 22 233 / 0.6);
}
.text-primary-500\/70{
  color: rgb(39 22 233 / 0.7);
}
.text-primary-500\/75{
  color: rgb(39 22 233 / 0.75);
}
.text-primary-500\/80{
  color: rgb(39 22 233 / 0.8);
}
.text-primary-500\/90{
  color: rgb(39 22 233 / 0.9);
}
.text-primary-500\/95{
  color: rgb(39 22 233 / 0.95);
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(28 16 165 / var(--tw-text-opacity));
}
.text-primary-700\/0{
  color: rgb(28 16 165 / 0);
}
.text-primary-700\/10{
  color: rgb(28 16 165 / 0.1);
}
.text-primary-700\/100{
  color: rgb(28 16 165 / 1);
}
.text-primary-700\/20{
  color: rgb(28 16 165 / 0.2);
}
.text-primary-700\/25{
  color: rgb(28 16 165 / 0.25);
}
.text-primary-700\/30{
  color: rgb(28 16 165 / 0.3);
}
.text-primary-700\/40{
  color: rgb(28 16 165 / 0.4);
}
.text-primary-700\/5{
  color: rgb(28 16 165 / 0.05);
}
.text-primary-700\/50{
  color: rgb(28 16 165 / 0.5);
}
.text-primary-700\/60{
  color: rgb(28 16 165 / 0.6);
}
.text-primary-700\/70{
  color: rgb(28 16 165 / 0.7);
}
.text-primary-700\/75{
  color: rgb(28 16 165 / 0.75);
}
.text-primary-700\/80{
  color: rgb(28 16 165 / 0.8);
}
.text-primary-700\/90{
  color: rgb(28 16 165 / 0.9);
}
.text-primary-700\/95{
  color: rgb(28 16 165 / 0.95);
}
.text-primary-800{
  --tw-text-opacity: 1;
  color: rgb(21 12 128 / var(--tw-text-opacity));
}
.text-primary-800\/0{
  color: rgb(21 12 128 / 0);
}
.text-primary-800\/10{
  color: rgb(21 12 128 / 0.1);
}
.text-primary-800\/100{
  color: rgb(21 12 128 / 1);
}
.text-primary-800\/20{
  color: rgb(21 12 128 / 0.2);
}
.text-primary-800\/25{
  color: rgb(21 12 128 / 0.25);
}
.text-primary-800\/30{
  color: rgb(21 12 128 / 0.3);
}
.text-primary-800\/40{
  color: rgb(21 12 128 / 0.4);
}
.text-primary-800\/5{
  color: rgb(21 12 128 / 0.05);
}
.text-primary-800\/50{
  color: rgb(21 12 128 / 0.5);
}
.text-primary-800\/60{
  color: rgb(21 12 128 / 0.6);
}
.text-primary-800\/70{
  color: rgb(21 12 128 / 0.7);
}
.text-primary-800\/75{
  color: rgb(21 12 128 / 0.75);
}
.text-primary-800\/80{
  color: rgb(21 12 128 / 0.8);
}
.text-primary-800\/90{
  color: rgb(21 12 128 / 0.9);
}
.text-primary-800\/95{
  color: rgb(21 12 128 / 0.95);
}
.text-primary-900{
  --tw-text-opacity: 1;
  color: rgb(16 9 98 / var(--tw-text-opacity));
}
.text-primary-900\/0{
  color: rgb(16 9 98 / 0);
}
.text-primary-900\/10{
  color: rgb(16 9 98 / 0.1);
}
.text-primary-900\/100{
  color: rgb(16 9 98 / 1);
}
.text-primary-900\/20{
  color: rgb(16 9 98 / 0.2);
}
.text-primary-900\/25{
  color: rgb(16 9 98 / 0.25);
}
.text-primary-900\/30{
  color: rgb(16 9 98 / 0.3);
}
.text-primary-900\/40{
  color: rgb(16 9 98 / 0.4);
}
.text-primary-900\/5{
  color: rgb(16 9 98 / 0.05);
}
.text-primary-900\/50{
  color: rgb(16 9 98 / 0.5);
}
.text-primary-900\/60{
  color: rgb(16 9 98 / 0.6);
}
.text-primary-900\/70{
  color: rgb(16 9 98 / 0.7);
}
.text-primary-900\/75{
  color: rgb(16 9 98 / 0.75);
}
.text-primary-900\/80{
  color: rgb(16 9 98 / 0.8);
}
.text-primary-900\/90{
  color: rgb(16 9 98 / 0.9);
}
.text-primary-900\/95{
  color: rgb(16 9 98 / 0.95);
}
.text-primary-default{
  --tw-text-opacity: 1;
  color: rgb(39 22 233 / var(--tw-text-opacity));
}
.text-primary-default\/0{
  color: rgb(39 22 233 / 0);
}
.text-primary-default\/10{
  color: rgb(39 22 233 / 0.1);
}
.text-primary-default\/100{
  color: rgb(39 22 233 / 1);
}
.text-primary-default\/20{
  color: rgb(39 22 233 / 0.2);
}
.text-primary-default\/25{
  color: rgb(39 22 233 / 0.25);
}
.text-primary-default\/30{
  color: rgb(39 22 233 / 0.3);
}
.text-primary-default\/40{
  color: rgb(39 22 233 / 0.4);
}
.text-primary-default\/5{
  color: rgb(39 22 233 / 0.05);
}
.text-primary-default\/50{
  color: rgb(39 22 233 / 0.5);
}
.text-primary-default\/60{
  color: rgb(39 22 233 / 0.6);
}
.text-primary-default\/70{
  color: rgb(39 22 233 / 0.7);
}
.text-primary-default\/75{
  color: rgb(39 22 233 / 0.75);
}
.text-primary-default\/80{
  color: rgb(39 22 233 / 0.8);
}
.text-primary-default\/90{
  color: rgb(39 22 233 / 0.9);
}
.text-primary-default\/95{
  color: rgb(39 22 233 / 0.95);
}
.text-primary-white{
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}
.text-primary-white\/0{
  color: rgb(243 243 243 / 0);
}
.text-primary-white\/10{
  color: rgb(243 243 243 / 0.1);
}
.text-primary-white\/100{
  color: rgb(243 243 243 / 1);
}
.text-primary-white\/20{
  color: rgb(243 243 243 / 0.2);
}
.text-primary-white\/25{
  color: rgb(243 243 243 / 0.25);
}
.text-primary-white\/30{
  color: rgb(243 243 243 / 0.3);
}
.text-primary-white\/40{
  color: rgb(243 243 243 / 0.4);
}
.text-primary-white\/5{
  color: rgb(243 243 243 / 0.05);
}
.text-primary-white\/50{
  color: rgb(243 243 243 / 0.5);
}
.text-primary-white\/60{
  color: rgb(243 243 243 / 0.6);
}
.text-primary-white\/70{
  color: rgb(243 243 243 / 0.7);
}
.text-primary-white\/75{
  color: rgb(243 243 243 / 0.75);
}
.text-primary-white\/80{
  color: rgb(243 243 243 / 0.8);
}
.text-primary-white\/90{
  color: rgb(243 243 243 / 0.9);
}
.text-primary-white\/95{
  color: rgb(243 243 243 / 0.95);
}
.text-purple-1{
  --tw-text-opacity: 1;
  color: rgb(30 23 106 / var(--tw-text-opacity));
}
.text-purple-1\/0{
  color: rgb(30 23 106 / 0);
}
.text-purple-1\/10{
  color: rgb(30 23 106 / 0.1);
}
.text-purple-1\/100{
  color: rgb(30 23 106 / 1);
}
.text-purple-1\/20{
  color: rgb(30 23 106 / 0.2);
}
.text-purple-1\/25{
  color: rgb(30 23 106 / 0.25);
}
.text-purple-1\/30{
  color: rgb(30 23 106 / 0.3);
}
.text-purple-1\/40{
  color: rgb(30 23 106 / 0.4);
}
.text-purple-1\/5{
  color: rgb(30 23 106 / 0.05);
}
.text-purple-1\/50{
  color: rgb(30 23 106 / 0.5);
}
.text-purple-1\/60{
  color: rgb(30 23 106 / 0.6);
}
.text-purple-1\/70{
  color: rgb(30 23 106 / 0.7);
}
.text-purple-1\/75{
  color: rgb(30 23 106 / 0.75);
}
.text-purple-1\/80{
  color: rgb(30 23 106 / 0.8);
}
.text-purple-1\/90{
  color: rgb(30 23 106 / 0.9);
}
.text-purple-1\/95{
  color: rgb(30 23 106 / 0.95);
}
.text-purple-10{
  --tw-text-opacity: 1;
  color: rgb(233 232 253 / var(--tw-text-opacity));
}
.text-purple-10\/0{
  color: rgb(233 232 253 / 0);
}
.text-purple-10\/10{
  color: rgb(233 232 253 / 0.1);
}
.text-purple-10\/100{
  color: rgb(233 232 253 / 1);
}
.text-purple-10\/20{
  color: rgb(233 232 253 / 0.2);
}
.text-purple-10\/25{
  color: rgb(233 232 253 / 0.25);
}
.text-purple-10\/30{
  color: rgb(233 232 253 / 0.3);
}
.text-purple-10\/40{
  color: rgb(233 232 253 / 0.4);
}
.text-purple-10\/5{
  color: rgb(233 232 253 / 0.05);
}
.text-purple-10\/50{
  color: rgb(233 232 253 / 0.5);
}
.text-purple-10\/60{
  color: rgb(233 232 253 / 0.6);
}
.text-purple-10\/70{
  color: rgb(233 232 253 / 0.7);
}
.text-purple-10\/75{
  color: rgb(233 232 253 / 0.75);
}
.text-purple-10\/80{
  color: rgb(233 232 253 / 0.8);
}
.text-purple-10\/90{
  color: rgb(233 232 253 / 0.9);
}
.text-purple-10\/95{
  color: rgb(233 232 253 / 0.95);
}
.text-purple-100{
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.text-purple-100\/0{
  color: rgb(243 232 255 / 0);
}
.text-purple-100\/10{
  color: rgb(243 232 255 / 0.1);
}
.text-purple-100\/100{
  color: rgb(243 232 255 / 1);
}
.text-purple-100\/20{
  color: rgb(243 232 255 / 0.2);
}
.text-purple-100\/25{
  color: rgb(243 232 255 / 0.25);
}
.text-purple-100\/30{
  color: rgb(243 232 255 / 0.3);
}
.text-purple-100\/40{
  color: rgb(243 232 255 / 0.4);
}
.text-purple-100\/5{
  color: rgb(243 232 255 / 0.05);
}
.text-purple-100\/50{
  color: rgb(243 232 255 / 0.5);
}
.text-purple-100\/60{
  color: rgb(243 232 255 / 0.6);
}
.text-purple-100\/70{
  color: rgb(243 232 255 / 0.7);
}
.text-purple-100\/75{
  color: rgb(243 232 255 / 0.75);
}
.text-purple-100\/80{
  color: rgb(243 232 255 / 0.8);
}
.text-purple-100\/90{
  color: rgb(243 232 255 / 0.9);
}
.text-purple-100\/95{
  color: rgb(243 232 255 / 0.95);
}
.text-purple-11{
  --tw-text-opacity: 1;
  color: rgb(242 241 254 / var(--tw-text-opacity));
}
.text-purple-11\/0{
  color: rgb(242 241 254 / 0);
}
.text-purple-11\/10{
  color: rgb(242 241 254 / 0.1);
}
.text-purple-11\/100{
  color: rgb(242 241 254 / 1);
}
.text-purple-11\/20{
  color: rgb(242 241 254 / 0.2);
}
.text-purple-11\/25{
  color: rgb(242 241 254 / 0.25);
}
.text-purple-11\/30{
  color: rgb(242 241 254 / 0.3);
}
.text-purple-11\/40{
  color: rgb(242 241 254 / 0.4);
}
.text-purple-11\/5{
  color: rgb(242 241 254 / 0.05);
}
.text-purple-11\/50{
  color: rgb(242 241 254 / 0.5);
}
.text-purple-11\/60{
  color: rgb(242 241 254 / 0.6);
}
.text-purple-11\/70{
  color: rgb(242 241 254 / 0.7);
}
.text-purple-11\/75{
  color: rgb(242 241 254 / 0.75);
}
.text-purple-11\/80{
  color: rgb(242 241 254 / 0.8);
}
.text-purple-11\/90{
  color: rgb(242 241 254 / 0.9);
}
.text-purple-11\/95{
  color: rgb(242 241 254 / 0.95);
}
.text-purple-2{
  --tw-text-opacity: 1;
  color: rgb(38 30 135 / var(--tw-text-opacity));
}
.text-purple-2\/0{
  color: rgb(38 30 135 / 0);
}
.text-purple-2\/10{
  color: rgb(38 30 135 / 0.1);
}
.text-purple-2\/100{
  color: rgb(38 30 135 / 1);
}
.text-purple-2\/20{
  color: rgb(38 30 135 / 0.2);
}
.text-purple-2\/25{
  color: rgb(38 30 135 / 0.25);
}
.text-purple-2\/30{
  color: rgb(38 30 135 / 0.3);
}
.text-purple-2\/40{
  color: rgb(38 30 135 / 0.4);
}
.text-purple-2\/5{
  color: rgb(38 30 135 / 0.05);
}
.text-purple-2\/50{
  color: rgb(38 30 135 / 0.5);
}
.text-purple-2\/60{
  color: rgb(38 30 135 / 0.6);
}
.text-purple-2\/70{
  color: rgb(38 30 135 / 0.7);
}
.text-purple-2\/75{
  color: rgb(38 30 135 / 0.75);
}
.text-purple-2\/80{
  color: rgb(38 30 135 / 0.8);
}
.text-purple-2\/90{
  color: rgb(38 30 135 / 0.9);
}
.text-purple-2\/95{
  color: rgb(38 30 135 / 0.95);
}
.text-purple-200{
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
.text-purple-200\/0{
  color: rgb(233 213 255 / 0);
}
.text-purple-200\/10{
  color: rgb(233 213 255 / 0.1);
}
.text-purple-200\/100{
  color: rgb(233 213 255 / 1);
}
.text-purple-200\/20{
  color: rgb(233 213 255 / 0.2);
}
.text-purple-200\/25{
  color: rgb(233 213 255 / 0.25);
}
.text-purple-200\/30{
  color: rgb(233 213 255 / 0.3);
}
.text-purple-200\/40{
  color: rgb(233 213 255 / 0.4);
}
.text-purple-200\/5{
  color: rgb(233 213 255 / 0.05);
}
.text-purple-200\/50{
  color: rgb(233 213 255 / 0.5);
}
.text-purple-200\/60{
  color: rgb(233 213 255 / 0.6);
}
.text-purple-200\/70{
  color: rgb(233 213 255 / 0.7);
}
.text-purple-200\/75{
  color: rgb(233 213 255 / 0.75);
}
.text-purple-200\/80{
  color: rgb(233 213 255 / 0.8);
}
.text-purple-200\/90{
  color: rgb(233 213 255 / 0.9);
}
.text-purple-200\/95{
  color: rgb(233 213 255 / 0.95);
}
.text-purple-3{
  --tw-text-opacity: 1;
  color: rgb(48 37 168 / var(--tw-text-opacity));
}
.text-purple-3\/0{
  color: rgb(48 37 168 / 0);
}
.text-purple-3\/10{
  color: rgb(48 37 168 / 0.1);
}
.text-purple-3\/100{
  color: rgb(48 37 168 / 1);
}
.text-purple-3\/20{
  color: rgb(48 37 168 / 0.2);
}
.text-purple-3\/25{
  color: rgb(48 37 168 / 0.25);
}
.text-purple-3\/30{
  color: rgb(48 37 168 / 0.3);
}
.text-purple-3\/40{
  color: rgb(48 37 168 / 0.4);
}
.text-purple-3\/5{
  color: rgb(48 37 168 / 0.05);
}
.text-purple-3\/50{
  color: rgb(48 37 168 / 0.5);
}
.text-purple-3\/60{
  color: rgb(48 37 168 / 0.6);
}
.text-purple-3\/70{
  color: rgb(48 37 168 / 0.7);
}
.text-purple-3\/75{
  color: rgb(48 37 168 / 0.75);
}
.text-purple-3\/80{
  color: rgb(48 37 168 / 0.8);
}
.text-purple-3\/90{
  color: rgb(48 37 168 / 0.9);
}
.text-purple-3\/95{
  color: rgb(48 37 168 / 0.95);
}
.text-purple-300{
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}
.text-purple-300\/0{
  color: rgb(216 180 254 / 0);
}
.text-purple-300\/10{
  color: rgb(216 180 254 / 0.1);
}
.text-purple-300\/100{
  color: rgb(216 180 254 / 1);
}
.text-purple-300\/20{
  color: rgb(216 180 254 / 0.2);
}
.text-purple-300\/25{
  color: rgb(216 180 254 / 0.25);
}
.text-purple-300\/30{
  color: rgb(216 180 254 / 0.3);
}
.text-purple-300\/40{
  color: rgb(216 180 254 / 0.4);
}
.text-purple-300\/5{
  color: rgb(216 180 254 / 0.05);
}
.text-purple-300\/50{
  color: rgb(216 180 254 / 0.5);
}
.text-purple-300\/60{
  color: rgb(216 180 254 / 0.6);
}
.text-purple-300\/70{
  color: rgb(216 180 254 / 0.7);
}
.text-purple-300\/75{
  color: rgb(216 180 254 / 0.75);
}
.text-purple-300\/80{
  color: rgb(216 180 254 / 0.8);
}
.text-purple-300\/90{
  color: rgb(216 180 254 / 0.9);
}
.text-purple-300\/95{
  color: rgb(216 180 254 / 0.95);
}
.text-purple-4{
  --tw-text-opacity: 1;
  color: rgb(57 44 201 / var(--tw-text-opacity));
}
.text-purple-4\/0{
  color: rgb(57 44 201 / 0);
}
.text-purple-4\/10{
  color: rgb(57 44 201 / 0.1);
}
.text-purple-4\/100{
  color: rgb(57 44 201 / 1);
}
.text-purple-4\/20{
  color: rgb(57 44 201 / 0.2);
}
.text-purple-4\/25{
  color: rgb(57 44 201 / 0.25);
}
.text-purple-4\/30{
  color: rgb(57 44 201 / 0.3);
}
.text-purple-4\/40{
  color: rgb(57 44 201 / 0.4);
}
.text-purple-4\/5{
  color: rgb(57 44 201 / 0.05);
}
.text-purple-4\/50{
  color: rgb(57 44 201 / 0.5);
}
.text-purple-4\/60{
  color: rgb(57 44 201 / 0.6);
}
.text-purple-4\/70{
  color: rgb(57 44 201 / 0.7);
}
.text-purple-4\/75{
  color: rgb(57 44 201 / 0.75);
}
.text-purple-4\/80{
  color: rgb(57 44 201 / 0.8);
}
.text-purple-4\/90{
  color: rgb(57 44 201 / 0.9);
}
.text-purple-4\/95{
  color: rgb(57 44 201 / 0.95);
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.text-purple-400\/0{
  color: rgb(192 132 252 / 0);
}
.text-purple-400\/10{
  color: rgb(192 132 252 / 0.1);
}
.text-purple-400\/100{
  color: rgb(192 132 252 / 1);
}
.text-purple-400\/20{
  color: rgb(192 132 252 / 0.2);
}
.text-purple-400\/25{
  color: rgb(192 132 252 / 0.25);
}
.text-purple-400\/30{
  color: rgb(192 132 252 / 0.3);
}
.text-purple-400\/40{
  color: rgb(192 132 252 / 0.4);
}
.text-purple-400\/5{
  color: rgb(192 132 252 / 0.05);
}
.text-purple-400\/50{
  color: rgb(192 132 252 / 0.5);
}
.text-purple-400\/60{
  color: rgb(192 132 252 / 0.6);
}
.text-purple-400\/70{
  color: rgb(192 132 252 / 0.7);
}
.text-purple-400\/75{
  color: rgb(192 132 252 / 0.75);
}
.text-purple-400\/80{
  color: rgb(192 132 252 / 0.8);
}
.text-purple-400\/90{
  color: rgb(192 132 252 / 0.9);
}
.text-purple-400\/95{
  color: rgb(192 132 252 / 0.95);
}
.text-purple-5{
  --tw-text-opacity: 1;
  color: rgb(67 52 236 / var(--tw-text-opacity));
}
.text-purple-5\/0{
  color: rgb(67 52 236 / 0);
}
.text-purple-5\/10{
  color: rgb(67 52 236 / 0.1);
}
.text-purple-5\/100{
  color: rgb(67 52 236 / 1);
}
.text-purple-5\/20{
  color: rgb(67 52 236 / 0.2);
}
.text-purple-5\/25{
  color: rgb(67 52 236 / 0.25);
}
.text-purple-5\/30{
  color: rgb(67 52 236 / 0.3);
}
.text-purple-5\/40{
  color: rgb(67 52 236 / 0.4);
}
.text-purple-5\/5{
  color: rgb(67 52 236 / 0.05);
}
.text-purple-5\/50{
  color: rgb(67 52 236 / 0.5);
}
.text-purple-5\/60{
  color: rgb(67 52 236 / 0.6);
}
.text-purple-5\/70{
  color: rgb(67 52 236 / 0.7);
}
.text-purple-5\/75{
  color: rgb(67 52 236 / 0.75);
}
.text-purple-5\/80{
  color: rgb(67 52 236 / 0.8);
}
.text-purple-5\/90{
  color: rgb(67 52 236 / 0.9);
}
.text-purple-5\/95{
  color: rgb(67 52 236 / 0.95);
}
.text-purple-50{
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}
.text-purple-50\/0{
  color: rgb(250 245 255 / 0);
}
.text-purple-50\/10{
  color: rgb(250 245 255 / 0.1);
}
.text-purple-50\/100{
  color: rgb(250 245 255 / 1);
}
.text-purple-50\/20{
  color: rgb(250 245 255 / 0.2);
}
.text-purple-50\/25{
  color: rgb(250 245 255 / 0.25);
}
.text-purple-50\/30{
  color: rgb(250 245 255 / 0.3);
}
.text-purple-50\/40{
  color: rgb(250 245 255 / 0.4);
}
.text-purple-50\/5{
  color: rgb(250 245 255 / 0.05);
}
.text-purple-50\/50{
  color: rgb(250 245 255 / 0.5);
}
.text-purple-50\/60{
  color: rgb(250 245 255 / 0.6);
}
.text-purple-50\/70{
  color: rgb(250 245 255 / 0.7);
}
.text-purple-50\/75{
  color: rgb(250 245 255 / 0.75);
}
.text-purple-50\/80{
  color: rgb(250 245 255 / 0.8);
}
.text-purple-50\/90{
  color: rgb(250 245 255 / 0.9);
}
.text-purple-50\/95{
  color: rgb(250 245 255 / 0.95);
}
.text-purple-500{
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.text-purple-500\/0{
  color: rgb(168 85 247 / 0);
}
.text-purple-500\/10{
  color: rgb(168 85 247 / 0.1);
}
.text-purple-500\/100{
  color: rgb(168 85 247 / 1);
}
.text-purple-500\/20{
  color: rgb(168 85 247 / 0.2);
}
.text-purple-500\/25{
  color: rgb(168 85 247 / 0.25);
}
.text-purple-500\/30{
  color: rgb(168 85 247 / 0.3);
}
.text-purple-500\/40{
  color: rgb(168 85 247 / 0.4);
}
.text-purple-500\/5{
  color: rgb(168 85 247 / 0.05);
}
.text-purple-500\/50{
  color: rgb(168 85 247 / 0.5);
}
.text-purple-500\/60{
  color: rgb(168 85 247 / 0.6);
}
.text-purple-500\/70{
  color: rgb(168 85 247 / 0.7);
}
.text-purple-500\/75{
  color: rgb(168 85 247 / 0.75);
}
.text-purple-500\/80{
  color: rgb(168 85 247 / 0.8);
}
.text-purple-500\/90{
  color: rgb(168 85 247 / 0.9);
}
.text-purple-500\/95{
  color: rgb(168 85 247 / 0.95);
}
.text-purple-6{
  --tw-text-opacity: 1;
  color: rgb(101 89 239 / var(--tw-text-opacity));
}
.text-purple-6\/0{
  color: rgb(101 89 239 / 0);
}
.text-purple-6\/10{
  color: rgb(101 89 239 / 0.1);
}
.text-purple-6\/100{
  color: rgb(101 89 239 / 1);
}
.text-purple-6\/20{
  color: rgb(101 89 239 / 0.2);
}
.text-purple-6\/25{
  color: rgb(101 89 239 / 0.25);
}
.text-purple-6\/30{
  color: rgb(101 89 239 / 0.3);
}
.text-purple-6\/40{
  color: rgb(101 89 239 / 0.4);
}
.text-purple-6\/5{
  color: rgb(101 89 239 / 0.05);
}
.text-purple-6\/50{
  color: rgb(101 89 239 / 0.5);
}
.text-purple-6\/60{
  color: rgb(101 89 239 / 0.6);
}
.text-purple-6\/70{
  color: rgb(101 89 239 / 0.7);
}
.text-purple-6\/75{
  color: rgb(101 89 239 / 0.75);
}
.text-purple-6\/80{
  color: rgb(101 89 239 / 0.8);
}
.text-purple-6\/90{
  color: rgb(101 89 239 / 0.9);
}
.text-purple-6\/95{
  color: rgb(101 89 239 / 0.95);
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-purple-600\/0{
  color: rgb(147 51 234 / 0);
}
.text-purple-600\/10{
  color: rgb(147 51 234 / 0.1);
}
.text-purple-600\/100{
  color: rgb(147 51 234 / 1);
}
.text-purple-600\/20{
  color: rgb(147 51 234 / 0.2);
}
.text-purple-600\/25{
  color: rgb(147 51 234 / 0.25);
}
.text-purple-600\/30{
  color: rgb(147 51 234 / 0.3);
}
.text-purple-600\/40{
  color: rgb(147 51 234 / 0.4);
}
.text-purple-600\/5{
  color: rgb(147 51 234 / 0.05);
}
.text-purple-600\/50{
  color: rgb(147 51 234 / 0.5);
}
.text-purple-600\/60{
  color: rgb(147 51 234 / 0.6);
}
.text-purple-600\/70{
  color: rgb(147 51 234 / 0.7);
}
.text-purple-600\/75{
  color: rgb(147 51 234 / 0.75);
}
.text-purple-600\/80{
  color: rgb(147 51 234 / 0.8);
}
.text-purple-600\/90{
  color: rgb(147 51 234 / 0.9);
}
.text-purple-600\/95{
  color: rgb(147 51 234 / 0.95);
}
.text-purple-7{
  --tw-text-opacity: 1;
  color: rgb(137 127 243 / var(--tw-text-opacity));
}
.text-purple-7\/0{
  color: rgb(137 127 243 / 0);
}
.text-purple-7\/10{
  color: rgb(137 127 243 / 0.1);
}
.text-purple-7\/100{
  color: rgb(137 127 243 / 1);
}
.text-purple-7\/20{
  color: rgb(137 127 243 / 0.2);
}
.text-purple-7\/25{
  color: rgb(137 127 243 / 0.25);
}
.text-purple-7\/30{
  color: rgb(137 127 243 / 0.3);
}
.text-purple-7\/40{
  color: rgb(137 127 243 / 0.4);
}
.text-purple-7\/5{
  color: rgb(137 127 243 / 0.05);
}
.text-purple-7\/50{
  color: rgb(137 127 243 / 0.5);
}
.text-purple-7\/60{
  color: rgb(137 127 243 / 0.6);
}
.text-purple-7\/70{
  color: rgb(137 127 243 / 0.7);
}
.text-purple-7\/75{
  color: rgb(137 127 243 / 0.75);
}
.text-purple-7\/80{
  color: rgb(137 127 243 / 0.8);
}
.text-purple-7\/90{
  color: rgb(137 127 243 / 0.9);
}
.text-purple-7\/95{
  color: rgb(137 127 243 / 0.95);
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-purple-700\/0{
  color: rgb(126 34 206 / 0);
}
.text-purple-700\/10{
  color: rgb(126 34 206 / 0.1);
}
.text-purple-700\/100{
  color: rgb(126 34 206 / 1);
}
.text-purple-700\/20{
  color: rgb(126 34 206 / 0.2);
}
.text-purple-700\/25{
  color: rgb(126 34 206 / 0.25);
}
.text-purple-700\/30{
  color: rgb(126 34 206 / 0.3);
}
.text-purple-700\/40{
  color: rgb(126 34 206 / 0.4);
}
.text-purple-700\/5{
  color: rgb(126 34 206 / 0.05);
}
.text-purple-700\/50{
  color: rgb(126 34 206 / 0.5);
}
.text-purple-700\/60{
  color: rgb(126 34 206 / 0.6);
}
.text-purple-700\/70{
  color: rgb(126 34 206 / 0.7);
}
.text-purple-700\/75{
  color: rgb(126 34 206 / 0.75);
}
.text-purple-700\/80{
  color: rgb(126 34 206 / 0.8);
}
.text-purple-700\/90{
  color: rgb(126 34 206 / 0.9);
}
.text-purple-700\/95{
  color: rgb(126 34 206 / 0.95);
}
.text-purple-8{
  --tw-text-opacity: 1;
  color: rgb(174 168 247 / var(--tw-text-opacity));
}
.text-purple-8\/0{
  color: rgb(174 168 247 / 0);
}
.text-purple-8\/10{
  color: rgb(174 168 247 / 0.1);
}
.text-purple-8\/100{
  color: rgb(174 168 247 / 1);
}
.text-purple-8\/20{
  color: rgb(174 168 247 / 0.2);
}
.text-purple-8\/25{
  color: rgb(174 168 247 / 0.25);
}
.text-purple-8\/30{
  color: rgb(174 168 247 / 0.3);
}
.text-purple-8\/40{
  color: rgb(174 168 247 / 0.4);
}
.text-purple-8\/5{
  color: rgb(174 168 247 / 0.05);
}
.text-purple-8\/50{
  color: rgb(174 168 247 / 0.5);
}
.text-purple-8\/60{
  color: rgb(174 168 247 / 0.6);
}
.text-purple-8\/70{
  color: rgb(174 168 247 / 0.7);
}
.text-purple-8\/75{
  color: rgb(174 168 247 / 0.75);
}
.text-purple-8\/80{
  color: rgb(174 168 247 / 0.8);
}
.text-purple-8\/90{
  color: rgb(174 168 247 / 0.9);
}
.text-purple-8\/95{
  color: rgb(174 168 247 / 0.95);
}
.text-purple-800{
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.text-purple-800\/0{
  color: rgb(107 33 168 / 0);
}
.text-purple-800\/10{
  color: rgb(107 33 168 / 0.1);
}
.text-purple-800\/100{
  color: rgb(107 33 168 / 1);
}
.text-purple-800\/20{
  color: rgb(107 33 168 / 0.2);
}
.text-purple-800\/25{
  color: rgb(107 33 168 / 0.25);
}
.text-purple-800\/30{
  color: rgb(107 33 168 / 0.3);
}
.text-purple-800\/40{
  color: rgb(107 33 168 / 0.4);
}
.text-purple-800\/5{
  color: rgb(107 33 168 / 0.05);
}
.text-purple-800\/50{
  color: rgb(107 33 168 / 0.5);
}
.text-purple-800\/60{
  color: rgb(107 33 168 / 0.6);
}
.text-purple-800\/70{
  color: rgb(107 33 168 / 0.7);
}
.text-purple-800\/75{
  color: rgb(107 33 168 / 0.75);
}
.text-purple-800\/80{
  color: rgb(107 33 168 / 0.8);
}
.text-purple-800\/90{
  color: rgb(107 33 168 / 0.9);
}
.text-purple-800\/95{
  color: rgb(107 33 168 / 0.95);
}
.text-purple-9{
  --tw-text-opacity: 1;
  color: rgb(210 206 250 / var(--tw-text-opacity));
}
.text-purple-9\/0{
  color: rgb(210 206 250 / 0);
}
.text-purple-9\/10{
  color: rgb(210 206 250 / 0.1);
}
.text-purple-9\/100{
  color: rgb(210 206 250 / 1);
}
.text-purple-9\/20{
  color: rgb(210 206 250 / 0.2);
}
.text-purple-9\/25{
  color: rgb(210 206 250 / 0.25);
}
.text-purple-9\/30{
  color: rgb(210 206 250 / 0.3);
}
.text-purple-9\/40{
  color: rgb(210 206 250 / 0.4);
}
.text-purple-9\/5{
  color: rgb(210 206 250 / 0.05);
}
.text-purple-9\/50{
  color: rgb(210 206 250 / 0.5);
}
.text-purple-9\/60{
  color: rgb(210 206 250 / 0.6);
}
.text-purple-9\/70{
  color: rgb(210 206 250 / 0.7);
}
.text-purple-9\/75{
  color: rgb(210 206 250 / 0.75);
}
.text-purple-9\/80{
  color: rgb(210 206 250 / 0.8);
}
.text-purple-9\/90{
  color: rgb(210 206 250 / 0.9);
}
.text-purple-9\/95{
  color: rgb(210 206 250 / 0.95);
}
.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.text-purple-900\/0{
  color: rgb(88 28 135 / 0);
}
.text-purple-900\/10{
  color: rgb(88 28 135 / 0.1);
}
.text-purple-900\/100{
  color: rgb(88 28 135 / 1);
}
.text-purple-900\/20{
  color: rgb(88 28 135 / 0.2);
}
.text-purple-900\/25{
  color: rgb(88 28 135 / 0.25);
}
.text-purple-900\/30{
  color: rgb(88 28 135 / 0.3);
}
.text-purple-900\/40{
  color: rgb(88 28 135 / 0.4);
}
.text-purple-900\/5{
  color: rgb(88 28 135 / 0.05);
}
.text-purple-900\/50{
  color: rgb(88 28 135 / 0.5);
}
.text-purple-900\/60{
  color: rgb(88 28 135 / 0.6);
}
.text-purple-900\/70{
  color: rgb(88 28 135 / 0.7);
}
.text-purple-900\/75{
  color: rgb(88 28 135 / 0.75);
}
.text-purple-900\/80{
  color: rgb(88 28 135 / 0.8);
}
.text-purple-900\/90{
  color: rgb(88 28 135 / 0.9);
}
.text-purple-900\/95{
  color: rgb(88 28 135 / 0.95);
}
.text-purple-950{
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.text-purple-950\/0{
  color: rgb(59 7 100 / 0);
}
.text-purple-950\/10{
  color: rgb(59 7 100 / 0.1);
}
.text-purple-950\/100{
  color: rgb(59 7 100 / 1);
}
.text-purple-950\/20{
  color: rgb(59 7 100 / 0.2);
}
.text-purple-950\/25{
  color: rgb(59 7 100 / 0.25);
}
.text-purple-950\/30{
  color: rgb(59 7 100 / 0.3);
}
.text-purple-950\/40{
  color: rgb(59 7 100 / 0.4);
}
.text-purple-950\/5{
  color: rgb(59 7 100 / 0.05);
}
.text-purple-950\/50{
  color: rgb(59 7 100 / 0.5);
}
.text-purple-950\/60{
  color: rgb(59 7 100 / 0.6);
}
.text-purple-950\/70{
  color: rgb(59 7 100 / 0.7);
}
.text-purple-950\/75{
  color: rgb(59 7 100 / 0.75);
}
.text-purple-950\/80{
  color: rgb(59 7 100 / 0.8);
}
.text-purple-950\/90{
  color: rgb(59 7 100 / 0.9);
}
.text-purple-950\/95{
  color: rgb(59 7 100 / 0.95);
}
.text-red-1{
  --tw-text-opacity: 1;
  color: rgb(108 35 31 / var(--tw-text-opacity));
}
.text-red-1\/0{
  color: rgb(108 35 31 / 0);
}
.text-red-1\/10{
  color: rgb(108 35 31 / 0.1);
}
.text-red-1\/100{
  color: rgb(108 35 31 / 1);
}
.text-red-1\/20{
  color: rgb(108 35 31 / 0.2);
}
.text-red-1\/25{
  color: rgb(108 35 31 / 0.25);
}
.text-red-1\/30{
  color: rgb(108 35 31 / 0.3);
}
.text-red-1\/40{
  color: rgb(108 35 31 / 0.4);
}
.text-red-1\/5{
  color: rgb(108 35 31 / 0.05);
}
.text-red-1\/50{
  color: rgb(108 35 31 / 0.5);
}
.text-red-1\/60{
  color: rgb(108 35 31 / 0.6);
}
.text-red-1\/70{
  color: rgb(108 35 31 / 0.7);
}
.text-red-1\/75{
  color: rgb(108 35 31 / 0.75);
}
.text-red-1\/80{
  color: rgb(108 35 31 / 0.8);
}
.text-red-1\/90{
  color: rgb(108 35 31 / 0.9);
}
.text-red-1\/95{
  color: rgb(108 35 31 / 0.95);
}
.text-red-10{
  --tw-text-opacity: 1;
  color: rgb(254 232 231 / var(--tw-text-opacity));
}
.text-red-10\/0{
  color: rgb(254 232 231 / 0);
}
.text-red-10\/10{
  color: rgb(254 232 231 / 0.1);
}
.text-red-10\/100{
  color: rgb(254 232 231 / 1);
}
.text-red-10\/20{
  color: rgb(254 232 231 / 0.2);
}
.text-red-10\/25{
  color: rgb(254 232 231 / 0.25);
}
.text-red-10\/30{
  color: rgb(254 232 231 / 0.3);
}
.text-red-10\/40{
  color: rgb(254 232 231 / 0.4);
}
.text-red-10\/5{
  color: rgb(254 232 231 / 0.05);
}
.text-red-10\/50{
  color: rgb(254 232 231 / 0.5);
}
.text-red-10\/60{
  color: rgb(254 232 231 / 0.6);
}
.text-red-10\/70{
  color: rgb(254 232 231 / 0.7);
}
.text-red-10\/75{
  color: rgb(254 232 231 / 0.75);
}
.text-red-10\/80{
  color: rgb(254 232 231 / 0.8);
}
.text-red-10\/90{
  color: rgb(254 232 231 / 0.9);
}
.text-red-10\/95{
  color: rgb(254 232 231 / 0.95);
}
.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.text-red-100\/0{
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10{
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100{
  color: rgb(254 226 226 / 1);
}
.text-red-100\/20{
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25{
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30{
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/40{
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/5{
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50{
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/60{
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/70{
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75{
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80{
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/90{
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95{
  color: rgb(254 226 226 / 0.95);
}
.text-red-11{
  --tw-text-opacity: 1;
  color: rgb(254 241 240 / var(--tw-text-opacity));
}
.text-red-11\/0{
  color: rgb(254 241 240 / 0);
}
.text-red-11\/10{
  color: rgb(254 241 240 / 0.1);
}
.text-red-11\/100{
  color: rgb(254 241 240 / 1);
}
.text-red-11\/20{
  color: rgb(254 241 240 / 0.2);
}
.text-red-11\/25{
  color: rgb(254 241 240 / 0.25);
}
.text-red-11\/30{
  color: rgb(254 241 240 / 0.3);
}
.text-red-11\/40{
  color: rgb(254 241 240 / 0.4);
}
.text-red-11\/5{
  color: rgb(254 241 240 / 0.05);
}
.text-red-11\/50{
  color: rgb(254 241 240 / 0.5);
}
.text-red-11\/60{
  color: rgb(254 241 240 / 0.6);
}
.text-red-11\/70{
  color: rgb(254 241 240 / 0.7);
}
.text-red-11\/75{
  color: rgb(254 241 240 / 0.75);
}
.text-red-11\/80{
  color: rgb(254 241 240 / 0.8);
}
.text-red-11\/90{
  color: rgb(254 241 240 / 0.9);
}
.text-red-11\/95{
  color: rgb(254 241 240 / 0.95);
}
.text-red-2{
  --tw-text-opacity: 1;
  color: rgb(137 44 39 / var(--tw-text-opacity));
}
.text-red-2\/0{
  color: rgb(137 44 39 / 0);
}
.text-red-2\/10{
  color: rgb(137 44 39 / 0.1);
}
.text-red-2\/100{
  color: rgb(137 44 39 / 1);
}
.text-red-2\/20{
  color: rgb(137 44 39 / 0.2);
}
.text-red-2\/25{
  color: rgb(137 44 39 / 0.25);
}
.text-red-2\/30{
  color: rgb(137 44 39 / 0.3);
}
.text-red-2\/40{
  color: rgb(137 44 39 / 0.4);
}
.text-red-2\/5{
  color: rgb(137 44 39 / 0.05);
}
.text-red-2\/50{
  color: rgb(137 44 39 / 0.5);
}
.text-red-2\/60{
  color: rgb(137 44 39 / 0.6);
}
.text-red-2\/70{
  color: rgb(137 44 39 / 0.7);
}
.text-red-2\/75{
  color: rgb(137 44 39 / 0.75);
}
.text-red-2\/80{
  color: rgb(137 44 39 / 0.8);
}
.text-red-2\/90{
  color: rgb(137 44 39 / 0.9);
}
.text-red-2\/95{
  color: rgb(137 44 39 / 0.95);
}
.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-200\/0{
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10{
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100{
  color: rgb(254 202 202 / 1);
}
.text-red-200\/20{
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25{
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30{
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/40{
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/5{
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50{
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/60{
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/70{
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75{
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80{
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/90{
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95{
  color: rgb(254 202 202 / 0.95);
}
.text-red-3{
  --tw-text-opacity: 1;
  color: rgb(170 55 49 / var(--tw-text-opacity));
}
.text-red-3\/0{
  color: rgb(170 55 49 / 0);
}
.text-red-3\/10{
  color: rgb(170 55 49 / 0.1);
}
.text-red-3\/100{
  color: rgb(170 55 49 / 1);
}
.text-red-3\/20{
  color: rgb(170 55 49 / 0.2);
}
.text-red-3\/25{
  color: rgb(170 55 49 / 0.25);
}
.text-red-3\/30{
  color: rgb(170 55 49 / 0.3);
}
.text-red-3\/40{
  color: rgb(170 55 49 / 0.4);
}
.text-red-3\/5{
  color: rgb(170 55 49 / 0.05);
}
.text-red-3\/50{
  color: rgb(170 55 49 / 0.5);
}
.text-red-3\/60{
  color: rgb(170 55 49 / 0.6);
}
.text-red-3\/70{
  color: rgb(170 55 49 / 0.7);
}
.text-red-3\/75{
  color: rgb(170 55 49 / 0.75);
}
.text-red-3\/80{
  color: rgb(170 55 49 / 0.8);
}
.text-red-3\/90{
  color: rgb(170 55 49 / 0.9);
}
.text-red-3\/95{
  color: rgb(170 55 49 / 0.95);
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-red-300\/0{
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10{
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100{
  color: rgb(252 165 165 / 1);
}
.text-red-300\/20{
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25{
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30{
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/40{
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/5{
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50{
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/60{
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/70{
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75{
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80{
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/90{
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95{
  color: rgb(252 165 165 / 0.95);
}
.text-red-4{
  --tw-text-opacity: 1;
  color: rgb(204 66 59 / var(--tw-text-opacity));
}
.text-red-4\/0{
  color: rgb(204 66 59 / 0);
}
.text-red-4\/10{
  color: rgb(204 66 59 / 0.1);
}
.text-red-4\/100{
  color: rgb(204 66 59 / 1);
}
.text-red-4\/20{
  color: rgb(204 66 59 / 0.2);
}
.text-red-4\/25{
  color: rgb(204 66 59 / 0.25);
}
.text-red-4\/30{
  color: rgb(204 66 59 / 0.3);
}
.text-red-4\/40{
  color: rgb(204 66 59 / 0.4);
}
.text-red-4\/5{
  color: rgb(204 66 59 / 0.05);
}
.text-red-4\/50{
  color: rgb(204 66 59 / 0.5);
}
.text-red-4\/60{
  color: rgb(204 66 59 / 0.6);
}
.text-red-4\/70{
  color: rgb(204 66 59 / 0.7);
}
.text-red-4\/75{
  color: rgb(204 66 59 / 0.75);
}
.text-red-4\/80{
  color: rgb(204 66 59 / 0.8);
}
.text-red-4\/90{
  color: rgb(204 66 59 / 0.9);
}
.text-red-4\/95{
  color: rgb(204 66 59 / 0.95);
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-400\/0{
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10{
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100{
  color: rgb(248 113 113 / 1);
}
.text-red-400\/20{
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25{
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30{
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/40{
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/5{
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50{
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/60{
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/70{
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75{
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/90{
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95{
  color: rgb(248 113 113 / 0.95);
}
.text-red-5{
  --tw-text-opacity: 1;
  color: rgb(240 78 69 / var(--tw-text-opacity));
}
.text-red-5\/0{
  color: rgb(240 78 69 / 0);
}
.text-red-5\/10{
  color: rgb(240 78 69 / 0.1);
}
.text-red-5\/100{
  color: rgb(240 78 69 / 1);
}
.text-red-5\/20{
  color: rgb(240 78 69 / 0.2);
}
.text-red-5\/25{
  color: rgb(240 78 69 / 0.25);
}
.text-red-5\/30{
  color: rgb(240 78 69 / 0.3);
}
.text-red-5\/40{
  color: rgb(240 78 69 / 0.4);
}
.text-red-5\/5{
  color: rgb(240 78 69 / 0.05);
}
.text-red-5\/50{
  color: rgb(240 78 69 / 0.5);
}
.text-red-5\/60{
  color: rgb(240 78 69 / 0.6);
}
.text-red-5\/70{
  color: rgb(240 78 69 / 0.7);
}
.text-red-5\/75{
  color: rgb(240 78 69 / 0.75);
}
.text-red-5\/80{
  color: rgb(240 78 69 / 0.8);
}
.text-red-5\/90{
  color: rgb(240 78 69 / 0.9);
}
.text-red-5\/95{
  color: rgb(240 78 69 / 0.95);
}
.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-red-50\/0{
  color: rgb(254 242 242 / 0);
}
.text-red-50\/10{
  color: rgb(254 242 242 / 0.1);
}
.text-red-50\/100{
  color: rgb(254 242 242 / 1);
}
.text-red-50\/20{
  color: rgb(254 242 242 / 0.2);
}
.text-red-50\/25{
  color: rgb(254 242 242 / 0.25);
}
.text-red-50\/30{
  color: rgb(254 242 242 / 0.3);
}
.text-red-50\/40{
  color: rgb(254 242 242 / 0.4);
}
.text-red-50\/5{
  color: rgb(254 242 242 / 0.05);
}
.text-red-50\/50{
  color: rgb(254 242 242 / 0.5);
}
.text-red-50\/60{
  color: rgb(254 242 242 / 0.6);
}
.text-red-50\/70{
  color: rgb(254 242 242 / 0.7);
}
.text-red-50\/75{
  color: rgb(254 242 242 / 0.75);
}
.text-red-50\/80{
  color: rgb(254 242 242 / 0.8);
}
.text-red-50\/90{
  color: rgb(254 242 242 / 0.9);
}
.text-red-50\/95{
  color: rgb(254 242 242 / 0.95);
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-500\/0{
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10{
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100{
  color: rgb(239 68 68 / 1);
}
.text-red-500\/20{
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25{
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30{
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/40{
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/5{
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50{
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/60{
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/70{
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75{
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80{
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/90{
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95{
  color: rgb(239 68 68 / 0.95);
}
.text-red-6{
  --tw-text-opacity: 1;
  color: rgb(243 110 102 / var(--tw-text-opacity));
}
.text-red-6\/0{
  color: rgb(243 110 102 / 0);
}
.text-red-6\/10{
  color: rgb(243 110 102 / 0.1);
}
.text-red-6\/100{
  color: rgb(243 110 102 / 1);
}
.text-red-6\/20{
  color: rgb(243 110 102 / 0.2);
}
.text-red-6\/25{
  color: rgb(243 110 102 / 0.25);
}
.text-red-6\/30{
  color: rgb(243 110 102 / 0.3);
}
.text-red-6\/40{
  color: rgb(243 110 102 / 0.4);
}
.text-red-6\/5{
  color: rgb(243 110 102 / 0.05);
}
.text-red-6\/50{
  color: rgb(243 110 102 / 0.5);
}
.text-red-6\/60{
  color: rgb(243 110 102 / 0.6);
}
.text-red-6\/70{
  color: rgb(243 110 102 / 0.7);
}
.text-red-6\/75{
  color: rgb(243 110 102 / 0.75);
}
.text-red-6\/80{
  color: rgb(243 110 102 / 0.8);
}
.text-red-6\/90{
  color: rgb(243 110 102 / 0.9);
}
.text-red-6\/95{
  color: rgb(243 110 102 / 0.95);
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-600\/0{
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10{
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100{
  color: rgb(220 38 38 / 1);
}
.text-red-600\/20{
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25{
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30{
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/40{
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/5{
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50{
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/60{
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/70{
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75{
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80{
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/90{
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95{
  color: rgb(220 38 38 / 0.95);
}
.text-red-7{
  --tw-text-opacity: 1;
  color: rgb(246 143 138 / var(--tw-text-opacity));
}
.text-red-7\/0{
  color: rgb(246 143 138 / 0);
}
.text-red-7\/10{
  color: rgb(246 143 138 / 0.1);
}
.text-red-7\/100{
  color: rgb(246 143 138 / 1);
}
.text-red-7\/20{
  color: rgb(246 143 138 / 0.2);
}
.text-red-7\/25{
  color: rgb(246 143 138 / 0.25);
}
.text-red-7\/30{
  color: rgb(246 143 138 / 0.3);
}
.text-red-7\/40{
  color: rgb(246 143 138 / 0.4);
}
.text-red-7\/5{
  color: rgb(246 143 138 / 0.05);
}
.text-red-7\/50{
  color: rgb(246 143 138 / 0.5);
}
.text-red-7\/60{
  color: rgb(246 143 138 / 0.6);
}
.text-red-7\/70{
  color: rgb(246 143 138 / 0.7);
}
.text-red-7\/75{
  color: rgb(246 143 138 / 0.75);
}
.text-red-7\/80{
  color: rgb(246 143 138 / 0.8);
}
.text-red-7\/90{
  color: rgb(246 143 138 / 0.9);
}
.text-red-7\/95{
  color: rgb(246 143 138 / 0.95);
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-700\/0{
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10{
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100{
  color: rgb(185 28 28 / 1);
}
.text-red-700\/20{
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25{
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30{
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/40{
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/5{
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50{
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/60{
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/70{
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75{
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80{
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/90{
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95{
  color: rgb(185 28 28 / 0.95);
}
.text-red-8{
  --tw-text-opacity: 1;
  color: rgb(249 179 175 / var(--tw-text-opacity));
}
.text-red-8\/0{
  color: rgb(249 179 175 / 0);
}
.text-red-8\/10{
  color: rgb(249 179 175 / 0.1);
}
.text-red-8\/100{
  color: rgb(249 179 175 / 1);
}
.text-red-8\/20{
  color: rgb(249 179 175 / 0.2);
}
.text-red-8\/25{
  color: rgb(249 179 175 / 0.25);
}
.text-red-8\/30{
  color: rgb(249 179 175 / 0.3);
}
.text-red-8\/40{
  color: rgb(249 179 175 / 0.4);
}
.text-red-8\/5{
  color: rgb(249 179 175 / 0.05);
}
.text-red-8\/50{
  color: rgb(249 179 175 / 0.5);
}
.text-red-8\/60{
  color: rgb(249 179 175 / 0.6);
}
.text-red-8\/70{
  color: rgb(249 179 175 / 0.7);
}
.text-red-8\/75{
  color: rgb(249 179 175 / 0.75);
}
.text-red-8\/80{
  color: rgb(249 179 175 / 0.8);
}
.text-red-8\/90{
  color: rgb(249 179 175 / 0.9);
}
.text-red-8\/95{
  color: rgb(249 179 175 / 0.95);
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-red-800\/0{
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10{
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100{
  color: rgb(153 27 27 / 1);
}
.text-red-800\/20{
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25{
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30{
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/40{
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/5{
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50{
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/60{
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/70{
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75{
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80{
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/90{
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95{
  color: rgb(153 27 27 / 0.95);
}
.text-red-9{
  --tw-text-opacity: 1;
  color: rgb(251 213 210 / var(--tw-text-opacity));
}
.text-red-9\/0{
  color: rgb(251 213 210 / 0);
}
.text-red-9\/10{
  color: rgb(251 213 210 / 0.1);
}
.text-red-9\/100{
  color: rgb(251 213 210 / 1);
}
.text-red-9\/20{
  color: rgb(251 213 210 / 0.2);
}
.text-red-9\/25{
  color: rgb(251 213 210 / 0.25);
}
.text-red-9\/30{
  color: rgb(251 213 210 / 0.3);
}
.text-red-9\/40{
  color: rgb(251 213 210 / 0.4);
}
.text-red-9\/5{
  color: rgb(251 213 210 / 0.05);
}
.text-red-9\/50{
  color: rgb(251 213 210 / 0.5);
}
.text-red-9\/60{
  color: rgb(251 213 210 / 0.6);
}
.text-red-9\/70{
  color: rgb(251 213 210 / 0.7);
}
.text-red-9\/75{
  color: rgb(251 213 210 / 0.75);
}
.text-red-9\/80{
  color: rgb(251 213 210 / 0.8);
}
.text-red-9\/90{
  color: rgb(251 213 210 / 0.9);
}
.text-red-9\/95{
  color: rgb(251 213 210 / 0.95);
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-red-900\/0{
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10{
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100{
  color: rgb(127 29 29 / 1);
}
.text-red-900\/20{
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25{
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30{
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/40{
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/5{
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50{
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/60{
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/70{
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75{
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80{
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/90{
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95{
  color: rgb(127 29 29 / 0.95);
}
.text-red-950{
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.text-red-950\/0{
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10{
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100{
  color: rgb(69 10 10 / 1);
}
.text-red-950\/20{
  color: rgb(69 10 10 / 0.2);
}
.text-red-950\/25{
  color: rgb(69 10 10 / 0.25);
}
.text-red-950\/30{
  color: rgb(69 10 10 / 0.3);
}
.text-red-950\/40{
  color: rgb(69 10 10 / 0.4);
}
.text-red-950\/5{
  color: rgb(69 10 10 / 0.05);
}
.text-red-950\/50{
  color: rgb(69 10 10 / 0.5);
}
.text-red-950\/60{
  color: rgb(69 10 10 / 0.6);
}
.text-red-950\/70{
  color: rgb(69 10 10 / 0.7);
}
.text-red-950\/75{
  color: rgb(69 10 10 / 0.75);
}
.text-red-950\/80{
  color: rgb(69 10 10 / 0.8);
}
.text-red-950\/90{
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95{
  color: rgb(69 10 10 / 0.95);
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(52 50 87 / var(--tw-text-opacity));
}
.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(252 182 25 / var(--tw-text-opacity));
}
.text-secondary-500\/0{
  color: rgb(252 182 25 / 0);
}
.text-secondary-500\/10{
  color: rgb(252 182 25 / 0.1);
}
.text-secondary-500\/100{
  color: rgb(252 182 25 / 1);
}
.text-secondary-500\/20{
  color: rgb(252 182 25 / 0.2);
}
.text-secondary-500\/25{
  color: rgb(252 182 25 / 0.25);
}
.text-secondary-500\/30{
  color: rgb(252 182 25 / 0.3);
}
.text-secondary-500\/40{
  color: rgb(252 182 25 / 0.4);
}
.text-secondary-500\/5{
  color: rgb(252 182 25 / 0.05);
}
.text-secondary-500\/50{
  color: rgb(252 182 25 / 0.5);
}
.text-secondary-500\/60{
  color: rgb(252 182 25 / 0.6);
}
.text-secondary-500\/70{
  color: rgb(252 182 25 / 0.7);
}
.text-secondary-500\/75{
  color: rgb(252 182 25 / 0.75);
}
.text-secondary-500\/80{
  color: rgb(252 182 25 / 0.8);
}
.text-secondary-500\/90{
  color: rgb(252 182 25 / 0.9);
}
.text-secondary-500\/95{
  color: rgb(252 182 25 / 0.95);
}
.text-secondary\/0{
  color: rgb(52 50 87 / 0);
}
.text-secondary\/10{
  color: rgb(52 50 87 / 0.1);
}
.text-secondary\/100{
  color: rgb(52 50 87 / 1);
}
.text-secondary\/20{
  color: rgb(52 50 87 / 0.2);
}
.text-secondary\/25{
  color: rgb(52 50 87 / 0.25);
}
.text-secondary\/30{
  color: rgb(52 50 87 / 0.3);
}
.text-secondary\/40{
  color: rgb(52 50 87 / 0.4);
}
.text-secondary\/5{
  color: rgb(52 50 87 / 0.05);
}
.text-secondary\/50{
  color: rgb(52 50 87 / 0.5);
}
.text-secondary\/60{
  color: rgb(52 50 87 / 0.6);
}
.text-secondary\/70{
  color: rgb(52 50 87 / 0.7);
}
.text-secondary\/75{
  color: rgb(52 50 87 / 0.75);
}
.text-secondary\/80{
  color: rgb(52 50 87 / 0.8);
}
.text-secondary\/90{
  color: rgb(52 50 87 / 0.9);
}
.text-secondary\/95{
  color: rgb(52 50 87 / 0.95);
}
.text-success{
  --tw-text-opacity: 1;
  color: rgb(11 140 32 / var(--tw-text-opacity));
}
.text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(105 102 131 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-warning{
  --tw-text-opacity: 1;
  color: rgb(255 122 3 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-1{
  --tw-text-opacity: 1;
  color: rgb(115 103 0 / var(--tw-text-opacity));
}
.text-yellow-1\/0{
  color: rgb(115 103 0 / 0);
}
.text-yellow-1\/10{
  color: rgb(115 103 0 / 0.1);
}
.text-yellow-1\/100{
  color: rgb(115 103 0 / 1);
}
.text-yellow-1\/20{
  color: rgb(115 103 0 / 0.2);
}
.text-yellow-1\/25{
  color: rgb(115 103 0 / 0.25);
}
.text-yellow-1\/30{
  color: rgb(115 103 0 / 0.3);
}
.text-yellow-1\/40{
  color: rgb(115 103 0 / 0.4);
}
.text-yellow-1\/5{
  color: rgb(115 103 0 / 0.05);
}
.text-yellow-1\/50{
  color: rgb(115 103 0 / 0.5);
}
.text-yellow-1\/60{
  color: rgb(115 103 0 / 0.6);
}
.text-yellow-1\/70{
  color: rgb(115 103 0 / 0.7);
}
.text-yellow-1\/75{
  color: rgb(115 103 0 / 0.75);
}
.text-yellow-1\/80{
  color: rgb(115 103 0 / 0.8);
}
.text-yellow-1\/90{
  color: rgb(115 103 0 / 0.9);
}
.text-yellow-1\/95{
  color: rgb(115 103 0 / 0.95);
}
.text-yellow-10{
  --tw-text-opacity: 1;
  color: rgb(255 252 230 / var(--tw-text-opacity));
}
.text-yellow-10\/0{
  color: rgb(255 252 230 / 0);
}
.text-yellow-10\/10{
  color: rgb(255 252 230 / 0.1);
}
.text-yellow-10\/100{
  color: rgb(255 252 230 / 1);
}
.text-yellow-10\/20{
  color: rgb(255 252 230 / 0.2);
}
.text-yellow-10\/25{
  color: rgb(255 252 230 / 0.25);
}
.text-yellow-10\/30{
  color: rgb(255 252 230 / 0.3);
}
.text-yellow-10\/40{
  color: rgb(255 252 230 / 0.4);
}
.text-yellow-10\/5{
  color: rgb(255 252 230 / 0.05);
}
.text-yellow-10\/50{
  color: rgb(255 252 230 / 0.5);
}
.text-yellow-10\/60{
  color: rgb(255 252 230 / 0.6);
}
.text-yellow-10\/70{
  color: rgb(255 252 230 / 0.7);
}
.text-yellow-10\/75{
  color: rgb(255 252 230 / 0.75);
}
.text-yellow-10\/80{
  color: rgb(255 252 230 / 0.8);
}
.text-yellow-10\/90{
  color: rgb(255 252 230 / 0.9);
}
.text-yellow-10\/95{
  color: rgb(255 252 230 / 0.95);
}
.text-yellow-100{
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.text-yellow-100\/0{
  color: rgb(254 249 195 / 0);
}
.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1);
}
.text-yellow-100\/100{
  color: rgb(254 249 195 / 1);
}
.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2);
}
.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25);
}
.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3);
}
.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4);
}
.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05);
}
.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5);
}
.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6);
}
.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7);
}
.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75);
}
.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8);
}
.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9);
}
.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95);
}
.text-yellow-11{
  --tw-text-opacity: 1;
  color: rgb(255 253 240 / var(--tw-text-opacity));
}
.text-yellow-11\/0{
  color: rgb(255 253 240 / 0);
}
.text-yellow-11\/10{
  color: rgb(255 253 240 / 0.1);
}
.text-yellow-11\/100{
  color: rgb(255 253 240 / 1);
}
.text-yellow-11\/20{
  color: rgb(255 253 240 / 0.2);
}
.text-yellow-11\/25{
  color: rgb(255 253 240 / 0.25);
}
.text-yellow-11\/30{
  color: rgb(255 253 240 / 0.3);
}
.text-yellow-11\/40{
  color: rgb(255 253 240 / 0.4);
}
.text-yellow-11\/5{
  color: rgb(255 253 240 / 0.05);
}
.text-yellow-11\/50{
  color: rgb(255 253 240 / 0.5);
}
.text-yellow-11\/60{
  color: rgb(255 253 240 / 0.6);
}
.text-yellow-11\/70{
  color: rgb(255 253 240 / 0.7);
}
.text-yellow-11\/75{
  color: rgb(255 253 240 / 0.75);
}
.text-yellow-11\/80{
  color: rgb(255 253 240 / 0.8);
}
.text-yellow-11\/90{
  color: rgb(255 253 240 / 0.9);
}
.text-yellow-11\/95{
  color: rgb(255 253 240 / 0.95);
}
.text-yellow-2{
  --tw-text-opacity: 1;
  color: rgb(145 131 0 / var(--tw-text-opacity));
}
.text-yellow-2\/0{
  color: rgb(145 131 0 / 0);
}
.text-yellow-2\/10{
  color: rgb(145 131 0 / 0.1);
}
.text-yellow-2\/100{
  color: rgb(145 131 0 / 1);
}
.text-yellow-2\/20{
  color: rgb(145 131 0 / 0.2);
}
.text-yellow-2\/25{
  color: rgb(145 131 0 / 0.25);
}
.text-yellow-2\/30{
  color: rgb(145 131 0 / 0.3);
}
.text-yellow-2\/40{
  color: rgb(145 131 0 / 0.4);
}
.text-yellow-2\/5{
  color: rgb(145 131 0 / 0.05);
}
.text-yellow-2\/50{
  color: rgb(145 131 0 / 0.5);
}
.text-yellow-2\/60{
  color: rgb(145 131 0 / 0.6);
}
.text-yellow-2\/70{
  color: rgb(145 131 0 / 0.7);
}
.text-yellow-2\/75{
  color: rgb(145 131 0 / 0.75);
}
.text-yellow-2\/80{
  color: rgb(145 131 0 / 0.8);
}
.text-yellow-2\/90{
  color: rgb(145 131 0 / 0.9);
}
.text-yellow-2\/95{
  color: rgb(145 131 0 / 0.95);
}
.text-yellow-200{
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
.text-yellow-200\/0{
  color: rgb(254 240 138 / 0);
}
.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1);
}
.text-yellow-200\/100{
  color: rgb(254 240 138 / 1);
}
.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2);
}
.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25);
}
.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3);
}
.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4);
}
.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05);
}
.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5);
}
.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6);
}
.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7);
}
.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75);
}
.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8);
}
.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9);
}
.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95);
}
.text-yellow-3{
  --tw-text-opacity: 1;
  color: rgb(181 163 0 / var(--tw-text-opacity));
}
.text-yellow-3\/0{
  color: rgb(181 163 0 / 0);
}
.text-yellow-3\/10{
  color: rgb(181 163 0 / 0.1);
}
.text-yellow-3\/100{
  color: rgb(181 163 0 / 1);
}
.text-yellow-3\/20{
  color: rgb(181 163 0 / 0.2);
}
.text-yellow-3\/25{
  color: rgb(181 163 0 / 0.25);
}
.text-yellow-3\/30{
  color: rgb(181 163 0 / 0.3);
}
.text-yellow-3\/40{
  color: rgb(181 163 0 / 0.4);
}
.text-yellow-3\/5{
  color: rgb(181 163 0 / 0.05);
}
.text-yellow-3\/50{
  color: rgb(181 163 0 / 0.5);
}
.text-yellow-3\/60{
  color: rgb(181 163 0 / 0.6);
}
.text-yellow-3\/70{
  color: rgb(181 163 0 / 0.7);
}
.text-yellow-3\/75{
  color: rgb(181 163 0 / 0.75);
}
.text-yellow-3\/80{
  color: rgb(181 163 0 / 0.8);
}
.text-yellow-3\/90{
  color: rgb(181 163 0 / 0.9);
}
.text-yellow-3\/95{
  color: rgb(181 163 0 / 0.95);
}
.text-yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-yellow-300\/0{
  color: rgb(253 224 71 / 0);
}
.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1);
}
.text-yellow-300\/100{
  color: rgb(253 224 71 / 1);
}
.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2);
}
.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25);
}
.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3);
}
.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4);
}
.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05);
}
.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5);
}
.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6);
}
.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7);
}
.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75);
}
.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8);
}
.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9);
}
.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95);
}
.text-yellow-4{
  --tw-text-opacity: 1;
  color: rgb(217 195 0 / var(--tw-text-opacity));
}
.text-yellow-4\/0{
  color: rgb(217 195 0 / 0);
}
.text-yellow-4\/10{
  color: rgb(217 195 0 / 0.1);
}
.text-yellow-4\/100{
  color: rgb(217 195 0 / 1);
}
.text-yellow-4\/20{
  color: rgb(217 195 0 / 0.2);
}
.text-yellow-4\/25{
  color: rgb(217 195 0 / 0.25);
}
.text-yellow-4\/30{
  color: rgb(217 195 0 / 0.3);
}
.text-yellow-4\/40{
  color: rgb(217 195 0 / 0.4);
}
.text-yellow-4\/5{
  color: rgb(217 195 0 / 0.05);
}
.text-yellow-4\/50{
  color: rgb(217 195 0 / 0.5);
}
.text-yellow-4\/60{
  color: rgb(217 195 0 / 0.6);
}
.text-yellow-4\/70{
  color: rgb(217 195 0 / 0.7);
}
.text-yellow-4\/75{
  color: rgb(217 195 0 / 0.75);
}
.text-yellow-4\/80{
  color: rgb(217 195 0 / 0.8);
}
.text-yellow-4\/90{
  color: rgb(217 195 0 / 0.9);
}
.text-yellow-4\/95{
  color: rgb(217 195 0 / 0.95);
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-400\/0{
  color: rgb(250 204 21 / 0);
}
.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1);
}
.text-yellow-400\/100{
  color: rgb(250 204 21 / 1);
}
.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2);
}
.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25);
}
.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3);
}
.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4);
}
.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05);
}
.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5);
}
.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6);
}
.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7);
}
.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75);
}
.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8);
}
.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9);
}
.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95);
}
.text-yellow-5{
  --tw-text-opacity: 1;
  color: rgb(255 229 0 / var(--tw-text-opacity));
}
.text-yellow-5\/0{
  color: rgb(255 229 0 / 0);
}
.text-yellow-5\/10{
  color: rgb(255 229 0 / 0.1);
}
.text-yellow-5\/100{
  color: rgb(255 229 0 / 1);
}
.text-yellow-5\/20{
  color: rgb(255 229 0 / 0.2);
}
.text-yellow-5\/25{
  color: rgb(255 229 0 / 0.25);
}
.text-yellow-5\/30{
  color: rgb(255 229 0 / 0.3);
}
.text-yellow-5\/40{
  color: rgb(255 229 0 / 0.4);
}
.text-yellow-5\/5{
  color: rgb(255 229 0 / 0.05);
}
.text-yellow-5\/50{
  color: rgb(255 229 0 / 0.5);
}
.text-yellow-5\/60{
  color: rgb(255 229 0 / 0.6);
}
.text-yellow-5\/70{
  color: rgb(255 229 0 / 0.7);
}
.text-yellow-5\/75{
  color: rgb(255 229 0 / 0.75);
}
.text-yellow-5\/80{
  color: rgb(255 229 0 / 0.8);
}
.text-yellow-5\/90{
  color: rgb(255 229 0 / 0.9);
}
.text-yellow-5\/95{
  color: rgb(255 229 0 / 0.95);
}
.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.text-yellow-50\/0{
  color: rgb(254 252 232 / 0);
}
.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1);
}
.text-yellow-50\/100{
  color: rgb(254 252 232 / 1);
}
.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2);
}
.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25);
}
.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3);
}
.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4);
}
.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05);
}
.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5);
}
.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6);
}
.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7);
}
.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75);
}
.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8);
}
.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9);
}
.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95);
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-yellow-500\/0{
  color: rgb(234 179 8 / 0);
}
.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1);
}
.text-yellow-500\/100{
  color: rgb(234 179 8 / 1);
}
.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2);
}
.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25);
}
.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3);
}
.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4);
}
.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05);
}
.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5);
}
.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6);
}
.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7);
}
.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75);
}
.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8);
}
.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9);
}
.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95);
}
.text-yellow-6{
  --tw-text-opacity: 1;
  color: rgb(255 234 46 / var(--tw-text-opacity));
}
.text-yellow-6\/0{
  color: rgb(255 234 46 / 0);
}
.text-yellow-6\/10{
  color: rgb(255 234 46 / 0.1);
}
.text-yellow-6\/100{
  color: rgb(255 234 46 / 1);
}
.text-yellow-6\/20{
  color: rgb(255 234 46 / 0.2);
}
.text-yellow-6\/25{
  color: rgb(255 234 46 / 0.25);
}
.text-yellow-6\/30{
  color: rgb(255 234 46 / 0.3);
}
.text-yellow-6\/40{
  color: rgb(255 234 46 / 0.4);
}
.text-yellow-6\/5{
  color: rgb(255 234 46 / 0.05);
}
.text-yellow-6\/50{
  color: rgb(255 234 46 / 0.5);
}
.text-yellow-6\/60{
  color: rgb(255 234 46 / 0.6);
}
.text-yellow-6\/70{
  color: rgb(255 234 46 / 0.7);
}
.text-yellow-6\/75{
  color: rgb(255 234 46 / 0.75);
}
.text-yellow-6\/80{
  color: rgb(255 234 46 / 0.8);
}
.text-yellow-6\/90{
  color: rgb(255 234 46 / 0.9);
}
.text-yellow-6\/95{
  color: rgb(255 234 46 / 0.95);
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.text-yellow-600\/0{
  color: rgb(202 138 4 / 0);
}
.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1);
}
.text-yellow-600\/100{
  color: rgb(202 138 4 / 1);
}
.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2);
}
.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25);
}
.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3);
}
.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4);
}
.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05);
}
.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5);
}
.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6);
}
.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7);
}
.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75);
}
.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8);
}
.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9);
}
.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95);
}
.text-yellow-7{
  --tw-text-opacity: 1;
  color: rgb(255 239 94 / var(--tw-text-opacity));
}
.text-yellow-7\/0{
  color: rgb(255 239 94 / 0);
}
.text-yellow-7\/10{
  color: rgb(255 239 94 / 0.1);
}
.text-yellow-7\/100{
  color: rgb(255 239 94 / 1);
}
.text-yellow-7\/20{
  color: rgb(255 239 94 / 0.2);
}
.text-yellow-7\/25{
  color: rgb(255 239 94 / 0.25);
}
.text-yellow-7\/30{
  color: rgb(255 239 94 / 0.3);
}
.text-yellow-7\/40{
  color: rgb(255 239 94 / 0.4);
}
.text-yellow-7\/5{
  color: rgb(255 239 94 / 0.05);
}
.text-yellow-7\/50{
  color: rgb(255 239 94 / 0.5);
}
.text-yellow-7\/60{
  color: rgb(255 239 94 / 0.6);
}
.text-yellow-7\/70{
  color: rgb(255 239 94 / 0.7);
}
.text-yellow-7\/75{
  color: rgb(255 239 94 / 0.75);
}
.text-yellow-7\/80{
  color: rgb(255 239 94 / 0.8);
}
.text-yellow-7\/90{
  color: rgb(255 239 94 / 0.9);
}
.text-yellow-7\/95{
  color: rgb(255 239 94 / 0.95);
}
.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-yellow-700\/0{
  color: rgb(161 98 7 / 0);
}
.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1);
}
.text-yellow-700\/100{
  color: rgb(161 98 7 / 1);
}
.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2);
}
.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25);
}
.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3);
}
.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4);
}
.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05);
}
.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5);
}
.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6);
}
.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7);
}
.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75);
}
.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8);
}
.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9);
}
.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95);
}
.text-yellow-8{
  --tw-text-opacity: 1;
  color: rgb(255 244 145 / var(--tw-text-opacity));
}
.text-yellow-8\/0{
  color: rgb(255 244 145 / 0);
}
.text-yellow-8\/10{
  color: rgb(255 244 145 / 0.1);
}
.text-yellow-8\/100{
  color: rgb(255 244 145 / 1);
}
.text-yellow-8\/20{
  color: rgb(255 244 145 / 0.2);
}
.text-yellow-8\/25{
  color: rgb(255 244 145 / 0.25);
}
.text-yellow-8\/30{
  color: rgb(255 244 145 / 0.3);
}
.text-yellow-8\/40{
  color: rgb(255 244 145 / 0.4);
}
.text-yellow-8\/5{
  color: rgb(255 244 145 / 0.05);
}
.text-yellow-8\/50{
  color: rgb(255 244 145 / 0.5);
}
.text-yellow-8\/60{
  color: rgb(255 244 145 / 0.6);
}
.text-yellow-8\/70{
  color: rgb(255 244 145 / 0.7);
}
.text-yellow-8\/75{
  color: rgb(255 244 145 / 0.75);
}
.text-yellow-8\/80{
  color: rgb(255 244 145 / 0.8);
}
.text-yellow-8\/90{
  color: rgb(255 244 145 / 0.9);
}
.text-yellow-8\/95{
  color: rgb(255 244 145 / 0.95);
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-yellow-800\/0{
  color: rgb(133 77 14 / 0);
}
.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1);
}
.text-yellow-800\/100{
  color: rgb(133 77 14 / 1);
}
.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2);
}
.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25);
}
.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3);
}
.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4);
}
.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05);
}
.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5);
}
.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6);
}
.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7);
}
.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75);
}
.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8);
}
.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9);
}
.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95);
}
.text-yellow-9{
  --tw-text-opacity: 1;
  color: rgb(255 249 194 / var(--tw-text-opacity));
}
.text-yellow-9\/0{
  color: rgb(255 249 194 / 0);
}
.text-yellow-9\/10{
  color: rgb(255 249 194 / 0.1);
}
.text-yellow-9\/100{
  color: rgb(255 249 194 / 1);
}
.text-yellow-9\/20{
  color: rgb(255 249 194 / 0.2);
}
.text-yellow-9\/25{
  color: rgb(255 249 194 / 0.25);
}
.text-yellow-9\/30{
  color: rgb(255 249 194 / 0.3);
}
.text-yellow-9\/40{
  color: rgb(255 249 194 / 0.4);
}
.text-yellow-9\/5{
  color: rgb(255 249 194 / 0.05);
}
.text-yellow-9\/50{
  color: rgb(255 249 194 / 0.5);
}
.text-yellow-9\/60{
  color: rgb(255 249 194 / 0.6);
}
.text-yellow-9\/70{
  color: rgb(255 249 194 / 0.7);
}
.text-yellow-9\/75{
  color: rgb(255 249 194 / 0.75);
}
.text-yellow-9\/80{
  color: rgb(255 249 194 / 0.8);
}
.text-yellow-9\/90{
  color: rgb(255 249 194 / 0.9);
}
.text-yellow-9\/95{
  color: rgb(255 249 194 / 0.95);
}
.text-yellow-900{
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.text-yellow-900\/0{
  color: rgb(113 63 18 / 0);
}
.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1);
}
.text-yellow-900\/100{
  color: rgb(113 63 18 / 1);
}
.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2);
}
.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25);
}
.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3);
}
.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4);
}
.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05);
}
.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5);
}
.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6);
}
.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7);
}
.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75);
}
.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8);
}
.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9);
}
.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95);
}
.text-yellow-950{
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}
.text-yellow-950\/0{
  color: rgb(66 32 6 / 0);
}
.text-yellow-950\/10{
  color: rgb(66 32 6 / 0.1);
}
.text-yellow-950\/100{
  color: rgb(66 32 6 / 1);
}
.text-yellow-950\/20{
  color: rgb(66 32 6 / 0.2);
}
.text-yellow-950\/25{
  color: rgb(66 32 6 / 0.25);
}
.text-yellow-950\/30{
  color: rgb(66 32 6 / 0.3);
}
.text-yellow-950\/40{
  color: rgb(66 32 6 / 0.4);
}
.text-yellow-950\/5{
  color: rgb(66 32 6 / 0.05);
}
.text-yellow-950\/50{
  color: rgb(66 32 6 / 0.5);
}
.text-yellow-950\/60{
  color: rgb(66 32 6 / 0.6);
}
.text-yellow-950\/70{
  color: rgb(66 32 6 / 0.7);
}
.text-yellow-950\/75{
  color: rgb(66 32 6 / 0.75);
}
.text-yellow-950\/80{
  color: rgb(66 32 6 / 0.8);
}
.text-yellow-950\/90{
  color: rgb(66 32 6 / 0.9);
}
.text-yellow-950\/95{
  color: rgb(66 32 6 / 0.95);
}
.underline{
  text-decoration-line: underline;
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.opacity-\[0\.3\]{
  opacity: 0.3;
}
.\!shadow-\[0px_0px_16px_0px_\#C7C6EC\]{
  --tw-shadow: 0px 0px 16px 0px #C7C6EC !important;
  --tw-shadow-colored: 0px 0px 16px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.\!shadow-default{
  --tw-shadow: 0px 2px 7px 0px #DDDDE1 !important;
  --tw-shadow-colored: 0px 2px 7px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[0px_2px_7px_0px_\#DDDDE1\]{
  --tw-shadow: 0px 2px 7px 0px #DDDDE1;
  --tw-shadow-colored: 0px 2px 7px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_3px_10px_0px_rgba\(40\2c 37\2c 70\2c 0\.20\)\]{
  --tw-shadow: 0px 3px 10px 0px rgba(40,37,70,0.20);
  --tw-shadow-colored: 0px 3px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[4px_0px_0px_0px_\#ECECED_inset\]{
  --tw-shadow: 4px 0px 0px 0px #ECECED inset;
  --tw-shadow-colored: inset 4px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[4px_0px_0px_0px_rgba\(1\2c 177\2c 134\2c 0\.25\)_inset\]{
  --tw-shadow: 4px 0px 0px 0px rgba(1,177,134,0.25) inset;
  --tw-shadow-colored: inset 4px 0px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.\!ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.\!ring-b2{
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(195 196 199 / var(--tw-ring-opacity)) !important;
}
.ring-b1{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 128 134 / var(--tw-ring-opacity));
}
.ring-b2{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(195 196 199 / var(--tw-ring-opacity));
}
.ring-primary-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 22 233 / var(--tw-ring-opacity));
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[12\.5px\]{
  --tw-backdrop-blur: blur(12.5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-linear{
  transition-timing-function: linear;
}
.title-1{
  font-size: var(--t1_size);
  line-height: var(--t1_lineheight);
  font-weight: var(--t1_fontweight);
}
@media (max-width: 767px){
  .title-1{
    font-size: var(--t1_size_md);
    line-height: var(--t1_lineheight_md);
    font-weight: var(--t1_fontweight_md);
  }
}
.title-2{
  font-size: var(--t2_size);
  line-height: var(--t2_lineheight);
  font-weight: var(--t2_fontweight);
}
@media (max-width: 767px){
  .title-2{
    font-size: var(--t2_size_md);
    line-height: var(--t2_lineheight_md);
    font-weight: var(--t2_fontweight_md);
  }
}
.para-1{
  font-size: var(--p1_size);
  line-height: var(--p1_lineheight);
  font-weight: var(--p1_fontwight);
}
@media (max-width: 767px){
  .para-1{
    font-size: var(--p1_size_md);
    line-height: var(--p1_lineheight_md);
    font-weight: var(--p1_fontweight_md);
  }
}
.para-2{
  font-size: var(--p2_size);
  line-height: var(--p2_lineheight);
  font-weight: var(--p2_fontweight);
}
@media (max-width: 767px){
  .para-2{
    font-size: var(--p2_size_md);
    line-height: var(--p2_lineheight_md);
    font-weight: var(--p2_fontweight_md);
  }
}
.label-1{
  font-size: var(--l1_size);
  line-height: var(--l1_lineheight);
  font-weight: var(--l1_fontweight);
}
@media (max-width: 767px){
  .label-1{
    font-size: var(--l1_size_md);
    line-height: var(--l1_lineheight_md);
    font-weight: var(--l1_fontweight_md);
  }
}
.label-2{
  font-size: var(--l2_size);
  line-height: var(--l2_lineheight);
  font-weight: var(--l2_fontweight);
}
@media (max-width: 767px){
  .label-2{
    font-size: var(--l2_size_md);
    line-height: var(--l2_lineheight_md);
    font-weight: var(--l2_fontweight_md);
  }
}
.label-3{
  font-size: var(--l3_size);
  line-height: var(--l3_lineheight);
  font-weight: var(--l3_fontweight);
}
@media (max-width: 767px){
  .label-3{
    font-size: var(--l3_size_md);
    line-height: var(--l3_lineheight_md);
    font-weight: var(--l3_fontweight_md);
  }
}
.button-text-1{
  font-size: var(--b1_size);
  line-height: var(--b1_lineheight);
  font-weight: var(--b1_fontweight);
}
@media (max-width: 767px){
  .button-text-1{
    font-size: var(--b1_size_md);
    line-height: var(--b1_lineheight_md);
    font-weight: var(--b1_fontweight_md);
  }
}
.button-text-2{
  font-size: var(--b2_size);
  line-height: var(--b2_lineheight);
  font-weight: var(--b2_fontweight);
}
@media (max-width: 767px){
  .button-text-2{
    font-size: var(--b2_size_md);
    line-height: var(--b2_lineheight_md);
    font-weight: var(--b2_fontweight_md);
  }
}
.button-text-3{
  font-size: var(--b3_size);
  line-height: var(--b3_lineheight);
  font-weight: var(--b3_fontweight);
}
@media (max-width: 767px){
  .button-text-3{
    font-size: var(--b3_size_md);
    line-height: var(--b3_lineheight_md);
    font-weight: var(--b3_fontweight_md);
  }
}
.button:disabled{
  cursor: default;
}
.appContainer{
  padding: 0px 32px;
  margin: 0px auto;
  max-width: 100%;
}
@media (max-width: 1080px){
  .appContainer{
    padding: 0px 16px;
  }
}
.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
}

input[type=radio].custom-radio{
  height: 1rem;
  width: 1rem;
  accent-color: #2716E9;
}

input[type=text].custom-input,
input[type=number].custom-input{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(195 196 199 / var(--tw-border-opacity));
  padding: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type=text].custom-input::placeholder,
input[type=number].custom-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(113 112 117 / var(--tw-text-opacity));
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  appearance: none;
}

.scroller::-webkit-scrollbar{
  min-height: 2px;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(195 196 199 / var(--tw-bg-opacity));
}

.scroller::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(105 102 131 / var(--tw-bg-opacity));
  background-clip: padding-box;
}

.noScroll::-webkit-scrollbar{
  min-height: 0px;
  width: 0px;
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: inherit;
}

.cdk-overlay-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.customToolTip .mdc-tooltip__surface {
  border-radius: 5px !important;
  border: 1px solid var(--mobile-border-b-1, #e7e7e7);
  background-color: #f7f7f7 !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  color: #343257 !important;
  font-size: 10px !important;
  max-width: 320px !important;
}

.custom-radio{
  min-height: 20px;
  min-width: 20px;
  appearance: none;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(39 22 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(39 22 233 / var(--tw-text-opacity));
}

.btn {
  outline: none;
  background: var(--btn-bg-color);
  color: var(--btn-font-color);
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  border-width: var(--btn-border-width);
  border-color: var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  border-style: solid;
  text-align: center;
}
.btn.link {
  padding: 0px !important;
}
.btn-small {
  --btn-font-size: 0.875rem;
  --btn-line-height: 1rem;
  --btn-padding: 0.4375rem 1rem;
}
.btn-large {
  --btn-font-size: 1.25rem;
  --btn-line-height: 1.75rem;
  --btn-padding: 0.875rem 2.5rem;
}
.btn-primary:not(.fill) {
  --btn-font-color: var(--primary500);
}
.btn-primary:not(.fill):not(.outline):hover {
  --btn-font-color: var(--primary700);
  text-decoration: underline;
}
.btn-primary:not(.link) {
  --btn-border-color: var(--primary500);
}
.btn-primary:not(.link):hover {
  --btn-bg-color: var(--primary50);
  --btn-font-color: var(--primary700);
}
.btn-primary:not(.link):disabled, .btn-primary:not(.link).disabled {
  --btn-border-color: var(--border2);
  --btn-bg-color: var(--surface50);
  --btn-font-color: var(--color_3);
  cursor: not-allowed;
}
.btn-primary:not(.outline, .link) {
  --btn-bg-color: var(--primary500);
  --btn-font-color: var(--color_4);
}
.btn-primary:not(.outline, .link):hover {
  --btn-bg-color: var(--primary700);
  --btn-font-color: var(--color_4);
}
.btn-primary:not(.outline, .link):disabled, .btn-primary:not(.outline, .link).disabled {
  --btn-border-color: var(--surface50);
  --btn-bg-color: var(--surface50);
  --btn-font-color: var(--color_3);
  cursor: not-allowed;
}
.btn-secondary:not(.fill) {
  --btn-font-color: var(--surface100);
}
.btn-secondary:not(.link) {
  --btn-border-color: var(--surface100);
}
.btn-secondary:not(.outline, .link) {
  --btn-bg-color: var(--surface100);
  --btn-font-color: var(--color_4);
}
.btn-success:not(.fill) {
  --btn-font-color: var(--success);
}
.btn-success:not(.link) {
  --btn-border-color: var(--success);
}
.btn-success:not(.outline, .link) {
  --btn-bg-color: var(--success);
  --btn-font-color: var(--color_4);
}
.btn-danger:not(.fill) {
  --btn-font-color: var(--danger);
}
.btn-danger:not(.link) {
  --btn-border-color: var(--danger);
}
.btn-danger:not(.outline, .link) {
  --btn-bg-color: var(--danger);
  --btn-font-color: var(--color_4);
}
.btn-warning:not(.fill) {
  --btn-font-color: var(--warning);
}
.btn-warning:not(.link) {
  --btn-border-color: var(--warning);
}
.btn-warning:not(.outline, .link) {
  --btn-bg-color: var(--warning);
  --btn-font-color: var(--color_4);
}

.ck-content {
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.ck-content h3.category {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #555;
  letter-spacing: 10px;
  margin: 0;
  padding: 0;
}

.ck-content h2.document-title {
  font-family: "DM Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: 0;
}

.ck-content h3.document-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: #555;
  margin: 0 0 1em;
  font-weight: bold;
  padding: 0;
}

.ck-content p.info-box {
  --background-size: 30px;
  --background-color: #e91e63;
  padding: 1.2em 2em;
  border: 1px solid var(--background-color);
  background: linear-gradient(135deg, var(--background-color) 0%, var(--background-color) var(--background-size), transparent var(--background-size)), linear-gradient(135deg, transparent calc(100% - var(--background-size)), var(--background-color) calc(100% - var(--background-size)), var(--background-color));
  border-radius: 10px;
  margin: 1.5em 2em;
  box-shadow: 5px 5px 0 #ffe6ef;
}

.ck-content blockquote.side-quote {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  float: right;
  width: 35%;
  position: relative;
  border: 0;
  overflow: visible;
  z-index: 1;
  margin-left: 1em;
}

.ck-content blockquote.side-quote::before {
  content: "“";
  position: absolute;
  top: -37px;
  left: -10px;
  display: block;
  font-size: 200px;
  color: #e7e7e7;
  z-index: -1;
  line-height: 1;
}

.ck-content blockquote.side-quote p {
  font-size: 2em;
  line-height: 1;
}

.ck-content blockquote.side-quote p:last-child:not(:first-child) {
  font-size: 1.3em;
  text-align: right;
  color: #555;
}

.ck-content span.marker {
  background: yellow;
}

.ck-content span.spoiler {
  background: #000;
  color: #000;
}

.ck-content span.spoiler:hover {
  background: #000;
  color: #fff;
}

.ck-content pre.fancy-code {
  border: 0;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 10px;
}

.ck-content pre.fancy-code::before {
  content: "";
  display: block;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NCAxMyI+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGMzZCNUMiLz4KICA8Y2lyY2xlIGN4PSIyNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGOUJFNEQiLz4KICA8Y2lyY2xlIGN4PSI0Ny41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiM1NkM0NTMiLz4KPC9zdmc+Cg==);
  margin-bottom: 8px;
  background-repeat: no-repeat;
}

.ck-content pre.fancy-code-dark {
  background: #272822;
  color: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1215686275);
}

.ck-content pre.fancy-code-bright {
  background: #dddfe0;
  color: #000;
  box-shadow: 5px 5px 0 #b3b3b3;
}

.c-m-v-dialog .ck-content.ck-editor__editable {
  min-height: 136px;
  max-height: 280px;
}

.upcoming {
  color: #D19D01;
  background-color: #FFF2CC;
}

.due {
  color: #AD130C;
  background-color: #FDDAD9;
}

.completed {
  color: #28A745;
  background-color: #CEF3D6;
}

.prose {
  --tw-prose-body: inherit;
  --tw-prose-headings: inherit;
  --tw-prose-lead: inherit;
  --tw-prose-links: inherit;
  --tw-prose-bold: inherit;
  --tw-prose-counters: inherit;
  --tw-prose-bullets: inherit;
  --tw-prose-hr: inherit;
  --tw-prose-quotes: inherit;
  --tw-prose-quote-borders: inherit;
  --tw-prose-captions: inherit;
  --tw-prose-kbd: inherit;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: inherit;
  --tw-prose-pre-code: inherit;
  --tw-prose-pre-bg: inherit;
  --tw-prose-th-borders: inherit;
  --tw-prose-td-borders: inherit;
  --tw-prose-invert-body: inherit;
  --tw-prose-invert-headings: inherit;
  --tw-prose-invert-lead: inherit;
  --tw-prose-invert-links: inherit;
  --tw-prose-invert-bold: inherit;
  --tw-prose-invert-counters: inherit;
  --tw-prose-invert-bullets: inherit;
  --tw-prose-invert-hr: inherit;
  --tw-prose-invert-quotes: inherit;
  --tw-prose-invert-quote-borders: inherit;
  --tw-prose-invert-captions: inherit;
  --tw-prose-invert-kbd: inherit;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: inherit;
  --tw-prose-invert-pre-code: inherit;
  --tw-prose-invert-pre-bg: inherit;
  --tw-prose-invert-th-borders: inherit;
  --tw-prose-invert-td-borders: inherit;
  max-width: none;
}

ngx-editor.editor-height {
  min-height: 240px;
  height: 240px;
  display: block;
}
ngx-editor.editor-height .NgxEditor .ProseMirror {
  min-height: 240px;
  height: 240px;
  overflow-y: auto;
}
.odd\:bg-\[\#F5F5F5\]:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.odd\:bg-primary-10:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 253 / var(--tw-bg-opacity));
}
.odd\:bg-surface-10:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}
.odd\:bg-surface-20:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.odd\:bg-surface-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
}
.even\:bg-\[\#F9FAFC\]:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 252 / var(--tw-bg-opacity));
}
.checked\:border-0:checked{
  border-width: 0px;
}
.checked\:bg-primary-500:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(39 22 233 / var(--tw-bg-opacity));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:border-b2:hover{
  --tw-border-opacity: 1;
  border-color: rgb(195 196 199 / var(--tw-border-opacity));
}
.hover\:border-primary-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(188 183 248 / var(--tw-border-opacity));
}
.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 253 / var(--tw-bg-opacity));
}
.hover\:bg-surface-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 237 / var(--tw-bg-opacity));
}
.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(28 16 165 / var(--tw-text-opacity));
}
.hover\:text-primary-default:hover{
  --tw-text-opacity: 1;
  color: rgb(39 22 233 / var(--tw-text-opacity));
}
.hover\:\!underline:hover{
  text-decoration-line: underline !important;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:ring-primary-700:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 16 165 / var(--tw-ring-opacity));
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:bg-purple-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.group:nth-child(odd) .group-odd\:bg-surface-20{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.group:nth-child(even) .group-even\:bg-surface-10{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 253 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-color-1{
  --tw-text-opacity: 1;
  color: rgb(18 19 23 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(28 16 165 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:\!block{
  display: block !important;
}
@media (prefers-reduced-motion: reduce){
  @keyframes spin{
    to{
      transform: rotate(360deg);
    }
  }
  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }
}
@media (max-width: 767px){
  .md\:hidden{
    display: none;
  }
  .md\:overflow-x-auto{
    overflow-x: auto;
  }
  .md\:p-2{
    padding: 0.5rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1080px){
  .lg\:w-\[33\%\]{
    width: 33%;
  }
}
@media (max-width: 1279px){
  .xl\:w-\[25\%\]{
    width: 25%;
  }
  .xl\:flex-wrap{
    flex-wrap: wrap;
  }
}
.\[\&\>\*\:nth-child\(even\)\]\:bg-surface-10>*:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity));
}
.\[\&\>\*\:nth-child\(even\)\]\:bg-surface-20>*:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

/*# sourceMappingURL=styles.5e064ccf26d53cc9.css.map*/