/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ckeditor5/dist/ckeditor5.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
/**
 * @license Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-extra-large:				calc(var(--ck-spacing-unit) * 2);
	--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-medium-small:				calc(var(--ck-spacing-unit) * 0.667);
	--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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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: 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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: 3.384em;
}
.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);
	/* To prevent shrinking when placed in flexbox. */
	flex-shrink: 0;
}
.ck.ck-form__header > .ck-icon {
		margin-inline-end: var(--ck-spacing-medium);
		flex-shrink: 0;
	}
.ck.ck-form__header .ck-form__header__label {
		/* Defaults to 15px. */
		--ck-font-size-base: 1.153em;

		font-weight: bold;
	}
/* Padding when back button is hidden */
.ck.ck-form__header:has(.ck-button-back.ck-hidden) {
		padding-inline: var(--ck-spacing-large) var(--ck-spacing-large);
	}
/* Padding when back button is visible */
.ck.ck-form__header:has(.ck-button-back:not(.ck-hidden)) {
		padding-inline: var(--ck-spacing-small) var(--ck-spacing-small);
	}
.ck.ck-form__header > .ck-button-back {
		margin-inline-end: var(--ck-spacing-small);
	}
.ck.ck-form__header > .ck.ck-button {
		flex-shrink: 0;
	}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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));
	}
.ck.ck-labeled-field-view.ck-labeled-field-view_full-width {
		flex-grow: 1;
	}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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: 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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 .ck-bookmark.ck-widget {
		display: inline-block;
		outline: none;
	}
.ck .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 .ck-bookmark.ck-widget:hover .ck-bookmark__icon .ck-icon__fill {
				fill: var(--ck-bookmark-icon-hover-fill-color);
			}
.ck .ck-bookmark.ck-widget.ck-widget_selected .ck-bookmark__icon .ck-icon__fill {
				fill: var(--ck-bookmark-icon-selected-fill-color);
			}
.ck .ck-bookmark.ck-widget.ck-widget_selected,
		.ck .ck-bookmark.ck-widget.ck-widget_selected:hover {
			outline: none;
		}
.ck .ck-bookmark.ck-widget .ck-bookmark__icon {
			position: relative;
			display: block;
			/* To make it align with text baseline. */
			top: -0.1em;
		}
.ck .ck-bookmark.ck-widget .ck-bookmark__icon .ck-icon {
				height: 1.2em;
				width: auto;
				vertical-align: middle;
			}
/*
 * 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-2026, 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-2026, 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-form-width: 340px;
}
@media screen and (max-width: 600px) {
	:root {
		--ck-bookmark-form-width: 300px;
	}
	}
.ck.ck-bookmark-form {
	width: var(--ck-bookmark-form-width);
}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-balloon .ck.ck-toolbar > .ck-toolbar__items {
			flex-wrap: nowrap;
		}
.ck.ck-bookmark-toolbar__preview {
	padding: 0 var(--ck-spacing-medium);
	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;
}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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/ckeditor/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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-text-alternative-form-width: 340px;
}
@media screen and (max-width: 600px) {
	:root {
		--ck-text-alternative-form-width: 300px;
	}
	}
.ck.ck-text-alternative-form.ck-responsive-form {
		width: var(--ck-text-alternative-form-width);
	}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-custom-resize-form-width: 340px;
}
@media screen and (max-width: 600px) {
	:root {
		--ck-image-custom-resize-form-width: 300px;
	}
	}
.ck.ck-image-custom-resize-form.ck-responsive-form {
		width: var(--ck-image-custom-resize-form-width);
	}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-link-bookmark-icon-size: calc( var(--ck-icon-size) * 0.7); /* 0.7 = 14/20 cause default the icon size is 20px */
}
.ck.ck-toolbar.ck-link-toolbar > .ck-toolbar__items {
		flex-wrap: nowrap;
	}
a.ck.ck-button.ck-link-toolbar__preview {
	padding: 0 var(--ck-spacing-medium);
	color: var(--ck-color-link-default);
	cursor: pointer;
	justify-content: center;
}
a.ck.ck-button.ck-link-toolbar__preview .ck.ck-button__label {
		text-overflow: ellipsis;

		/* 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);
	}
a.ck.ck-button.ck-link-toolbar__preview,
	a.ck.ck-button.ck-link-toolbar__preview:hover,
	a.ck.ck-button.ck-link-toolbar__preview:focus,
	a.ck.ck-button.ck-link-toolbar__preview:active {
		background: none;
	}
a.ck.ck-button.ck-link-toolbar__preview:active {
		box-shadow: none;
	}
a.ck.ck-button.ck-link-toolbar__preview:hover,
	a.ck.ck-button.ck-link-toolbar__preview:focus {
		text-decoration: underline;
	}
a.ck.ck-button.ck-link-toolbar__preview.ck-button_with-text .ck.ck-icon.ck-button__icon {
		width: var(--ck-link-bookmark-icon-size);
		height: var(--ck-link-bookmark-icon-size);
	}
[dir="ltr"] a.ck.ck-button.ck-link-toolbar__preview.ck-button_with-text .ck.ck-icon.ck-button__icon {
			margin-right: var(--ck-spacing-tiny);
			margin-left: var(--ck-spacing-small);
	}
[dir="rtl"] a.ck.ck-button.ck-link-toolbar__preview.ck-button_with-text .ck.ck-icon.ck-button__icon {
			margin-left: var(--ck-spacing-tiny);
			margin-right: var(--ck-spacing-small);
	}
a.ck.ck-button.ck-link-toolbar__preview:has( .ck-icon ) {
		padding-left: var(--ck-spacing-extra-tiny );
	}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-link-panel-width: 340px;
	/* The height of the text inside the link providers list button. */
	--ck-link-provider-list-item-text-height: calc(var(--ck-line-height-base) * var(--ck-font-size-base));
	/* The height of the link providers list item contained paddings. */
	--ck-link-provider-list-item-height: calc(var(--ck-link-provider-list-item-text-height) + var(--ck-spacing-small) + var(--ck-spacing-small));
}
@media screen and (max-width: 600px) {
	:root {
		--ck-link-panel-width: 300px;
	}
	}
/* Generic class that wraps each link balloon view. */
.ck.ck-form.ck-link-form {
	width: var(--ck-link-panel-width);
	padding-bottom: 0;
}
@media screen and (max-width: 600px) {
.ck.ck-form.ck-link-form.ck-responsive-form .ck-labeled-field-view {
				margin: 0;
		}
	}
.ck.ck-form.ck-link-form .ck-link-form__providers-list {
		border-top: 1px solid var(--ck-color-base-border);

		/* The list should be scrollable when there are more than 4 items. */
	}
.ck.ck-form.ck-link-form .ck-link-form__providers-list:has(.ck-list__item:nth-child(n + 5)) {
			overflow: auto;
			/* Scroll should appear when there are more than 5 item on the list.
			* var(--ck-spacing-large) - is a form padding.
			* 1px - is a border width. */
			max-height: calc(var(--ck-link-provider-list-item-height) * 4 + var(--ck-spacing-large) + 1px);
		}
.ck.ck-form.ck-link-form .ck-link-form__providers-list .ck-link__button {
			padding: var(--ck-spacing-small) var(--ck-spacing-large);
			border-radius: 0;
		}
.ck.ck-form.ck-link-form .ck-link-form__providers-list .ck-link__button > .ck-button__label {
				overflow: hidden;
				text-overflow: ellipsis;
			}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-link-properties-width: 340px;
}
@media screen and (max-width: 600px) {
	:root {
		--ck-link-properties-width: 300px;
	}
	}
.ck.ck-link-properties {
	width: var(--ck-link-properties-width);
}
/*
 * Copyright (c) 2003-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-link-providers-width: 340px;
	--ck-link-list-view-max-height: 240px;
	--ck-link-list-view-icon-size: calc( var(--ck-icon-size) * 0.8); /* 0.8 = 16/20 cause default the icon size is 20px */
}
@media screen and (max-width: 600px) {
	:root {
		--ck-link-providers-width: 300px;
	}
	}
.ck.ck-link-providers {
	width: var(--ck-link-providers-width);
}
.ck.ck-link-providers .ck-form__header__label {
		overflow: hidden;
		text-overflow: ellipsis;
	}
.ck.ck-link-providers > .ck-link-providers__list {
		max-height: min( var(--ck-link-list-view-max-height), 40vh );
	}
.ck.ck-link-providers > .ck-link-providers__list .ck-button > .ck-icon {
				width: var(--ck-link-list-view-icon-size);
				height: var(--ck-link-list-view-icon-size);
			}
.ck.ck-link-providers > .ck-link-providers__list .ck-button > .ck-button__label {
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
.ck.ck-link-providers .ck-link__empty-list-info {
		padding: calc( 2 * var(--ck-spacing-large) ) var(--ck-spacing-medium);
		text-align: center;
		font-style: italic;
	}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
:root {
	--ck-content-color-mention-background: hsla(341, 100%, 30%, 0.1);
	--ck-content-color-mention-text: hsl(341, 100%, 30%);
}
.ck-content .mention {
	background: var(--ck-content-color-mention-background);
	color: var(--ck-content-color-mention-text);
}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Ignore labels that work as fieldset legends */
.ck.ck-form__row > *:not(.ck-label) + * {
			margin-inline-start: 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-2026, 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-2026, 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-2026, 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-table-focused-cell-background: hsla(212, 90%, 80%, .3);
	--ck-table-content-default-border-color: hsl(0, 0%, 83%);
	--ck-table-border-none-helper-line-color: hsl(0, 0%, 83%);
	--ck-table-border-none-helper-line-style: dashed;
	--ck-table-border-none-helper-line-width: 1px;
}
/* Dashed outline for table without any border. */
.ck-widget.table table[style*="border:none"],
	.ck-widget.table table[style*="border-style:none"] {
		outline: var(--ck-table-content-default-border-color) 1px dashed;
	}
/**
		 * 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-widget.table th.ck-editor__nested-editable {
			outline: unset;
		}
.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused:not(.ck-editor__editable_selected),
				.ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused:not(.ck-editor__editable_selected),
				.ck-widget.table td.ck-editor__nested-editable:not(.ck-editor__editable_selected):focus,
				.ck-widget.table th.ck-editor__nested-editable:not(.ck-editor__editable_selected):focus {
					/* A very slight background to highlight the focused cell */
					background: var(--ck-color-table-focused-cell-background);
					outline: 1px solid var(--ck-color-focus-border);
					outline-offset: -1px; /* progressive enhancement - no IE support */
				}
/*
By using `:where` we set the specificity to 0, but we need to override the inline styles that's why we must use `!important`.
This way it will be easier to override it in custom themes if needed.
*/
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border:none"], td[style*="border-style:none"], th[style*="border:none"], th[style*="border-style:none"] ) {
		border: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
	}
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where( table[style*="border-top-style:none"] ),
	:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border-top-style:none"], th[style*="border-top-style:none"] ) {
		border-top: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
	}
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where( table[style*="border-right-style:none"] ),
	:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border-right-style:none"], th[style*="border-right-style:none"] ) {
		border-right: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
	}
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where( table[style*="border-bottom-style:none"] ),
	:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border-bottom-style:none"], th[style*="border-bottom-style:none"] ) {
		border-bottom: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
	}
:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) > :where( table[style*="border-left-style:none"] ),
	:where(.ck.ck-editor__editable.ck-table-show-hidden-borders .ck-widget.table) :where( td[style*="border-left-style:none"], th[style*="border-left-style:none"] ) {
		border-left: var(--ck-table-border-none-helper-line-style) var(--ck-table-border-none-helper-line-width) var(--ck-table-border-none-helper-line-color) !important;
	}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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;
		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-2026, 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-layout-widget-type-around-button-size: 16px;
	--ck-table-layout-widget-type-around-icon-width: 10px;
	--ck-table-layout-widget-type-around-icon-height: 8px;
	--ck-table-layout-widget-handler-icon-size: 10px;
	--ck-table-layout-default-border-color: hsl(0, 0%, 83%);

}
.ck-editor__editable .table.layout-table > table {
			width: 100%;
			height: 100%;

			/* Resetting `border-collapse` property to the user agent styles. */
			border-collapse: revert;

			/* The default table layout style in the editing view when the border is unset. */
		}
.ck-editor__editable .table.layout-table > table:not(
			[style*="border:"],
			[style*="border-top"],
			[style*="border-bottom"],
			[style*="border-left"],
			[style*="border-right"],
			[style*="border-width"],
			[style*="border-style"],
			[style*="border-color"]) {
				border-color: transparent;
				border-width: 0;
				outline: none;
			}
.ck-editor__editable .table.layout-table > table > tbody > tr > td {
			box-shadow: revert;
			padding: revert;
			min-width: 2em;
			/* To make the caret visible. */
			text-indent: 1px;

			/* Resets the `min-width` style attribute that was added by the content table style. */
		}
.ck-editor__editable .table.layout-table > table > tbody > tr > td[style^="width:"],
			.ck-editor__editable .table.layout-table > table > tbody > tr > td[style*=" width:"],
			.ck-editor__editable .table.layout-table > table > tbody > tr > td[style*=";width:"],
			.ck-editor__editable .table.layout-table > table > tbody > tr > td[style*="'width:"] {
				min-width: auto;
			}
/* Remove the default background color from the focused table cell. */
.ck-editor__editable .table.layout-table > table > tbody > tr > td:focus {
				background-color: transparent;
			}
/* The default table layout cell style in the editing view when the border is unset.
			But it need to be more strict cause of style attributes like `border-collapse`, `border-spacing`, etc. */
.ck-editor__editable .table.layout-table > table > tbody > tr > td:not(
			[style*="border:"],
			[style*="border-top"],
			[style*="border-bottom"],
			[style*="border-left"],
			[style*="border-right"],
			[style*="border-width"],
			[style*="border-style"],
			[style*="border-color"]) {
				border-color: transparent;
				/* Resetting `border-width` property to the user agent styles. */
				border-width: 0;
				outline: var(--ck-table-layout-default-border-color) 1px dashed;
				outline-offset: -1px;
			}
.ck-editor__editable .table.layout-table > table > tbody > tr > td:not(
			[style*="border:"],
			[style*="border-top"],
			[style*="border-bottom"],
			[style*="border-left"],
			[style*="border-right"],
			[style*="border-width"],
			[style*="border-style"],
			[style*="border-color"]):focus {
					outline: var(--ck-color-focus-border) 1px solid;
				}
/* Reset the `width` and `text-indent` of the bogus paragraph because <td> has 1px text indent. */
.ck-editor__editable .table.layout-table > table > tbody > tr > td > .ck-table-bogus-paragraph {
				width: calc(100% - 1px);
				text-indent: 0;
			}
/* Widget type around overrides. */
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around {
				--ck-widget-type-around-button-size: var(--ck-table-layout-widget-type-around-button-size);
			}
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_before,
					.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_after {
						transform: translateY(0);
						/* Same value as inline-image widget because it is after the inline-image in HTML structure */
						z-index: 2;
					}
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_before {
						margin-left: var(--ck-table-layout-widget-type-around-button-size);
						left: min(10%, 30px);
						border-radius: 0 0 100px 100px;
					}
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_before::after {
							border-radius: 0 0 100px 100px;
						}
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_after {
						border-radius: 100px 100px 0 0;
					}
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button.ck-widget__type-around__button_after::after {
							border-radius: 100px 100px 0 0;
						}
.ck-editor__editable .table.layout-table.ck-widget > .ck-widget__type-around > .ck-widget__type-around__button svg {
						width: var(--ck-table-layout-widget-type-around-icon-width);
						height: var(--ck-table-layout-widget-type-around-icon-height);
					}
.ck-editor__editable .table.layout-table.ck-widget.ck-widget_with-selection-handle > .ck-widget__selection-handle {
					--ck-widget-handler-icon-size: var(--ck-table-layout-widget-handler-icon-size);

					transform: translateY(calc(0px - var(--ck-widget-outline-thickness)));
					/* Value increased by 1 as in selected inline-image widget
					because it is before the inline-image in HTML structure. */
					z-index: 3;
				}
/* Show fake caret on border not above. */
.ck-editor__editable .table.layout-table.ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
						top: 0;
					}
/* Show fake caret on border not below. */
.ck-editor__editable .table.layout-table.ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
						bottom: 0;
					}
/*
 * Copyright (c) 2003-2026, 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;
		}
.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 > * {
					flex: 1;
				}
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-properties-form__alignment-row {
				padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;
			}
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row {
				justify-content: flex-end;
			}
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button {
					flex-grow: initial;
				}
.ck.ck-table-properties-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
						color: currentColor;
					}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-table-properties-form_experimental {
	--ck-table-form-default-input-width: 80px;
}
.ck.ck-table-form.ck-table-properties-form_experimental .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-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
			.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
				width: var(--ck-table-form-default-input-width);
				min-width: var(--ck-table-form-default-input-width);
				max-width: var(--ck-table-form-default-input-width);
			}
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row {
			--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));

			width: var(--ck-table-form-dimensions-input-width);
			max-width: var(--ck-table-form-dimensions-input-width);
			min-width: var(--ck-table-form-dimensions-input-width);
			padding: 0;
		}
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
			.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
				width: var(--ck-table-form-default-input-width);
				min-width: var(--ck-table-form-default-input-width);
				max-width: var(--ck-table-form-default-input-width);
				margin: 0
			}
.ck.ck-table-form.ck-table-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
				position: relative;
				left: -0.5ch;
				width: 0;
				overflow: visible;
				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-table-properties-form_experimental .ck.ck-labeled-field-view {
		padding-top: var(--ck-spacing-standard);
	}
.ck.ck-table-form.ck-table-properties-form_experimental .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-table-properties-form_experimental .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status,
	.ck.ck-table-form.ck-table-properties-form_experimental .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-table-properties-form_experimental .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-table-properties-form_experimental .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-table-properties-form_experimental .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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */
/* Ignore labels that work as fieldset legends */
.ck.ck-form__row > *:not(.ck-label) + * {
			margin-inline-start: 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);
	}
/*
 * Copyright (c) 2003-2026, 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-table-cell-properties-form_experimental {
		--ck-table-form-default-input-width: 80px;
	}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .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-table-cell-properties-form_experimental .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);
				}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .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-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-style,
				.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
					width: 80px;
					min-width: 80px;
					max-width: 80px;
				}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row {
				padding: 0;
			}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
				.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
					margin: 0
				}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .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-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button {
					flex-grow: initial;
				}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental .ck-form__row.ck-form__row.ck-table-form__action-row > .ck.ck-button .ck-button__label {
						color: currentColor;
					}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row {
					--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));

					width: var(--ck-table-form-dimensions-input-width);
					max-width: var(--ck-table-form-dimensions-input-width);
					min-width: var(--ck-table-form-dimensions-input-width);
					padding: 0;
				}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width,
					.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height {
						width: var(--ck-table-form-default-input-width);
						min-width: var(--ck-table-form-default-input-width);
						max-width: var(--ck-table-form-default-input-width);
						margin: 0
					}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
						position: relative;
						left: -0.5ch;
						width: 0;
						overflow: visible;
						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-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-form__cell-type-row {
					--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));

					width: var(--ck-table-form-dimensions-input-width);
					max-width: var(--ck-table-form-dimensions-input-width);
					min-width: var(--ck-table-form-dimensions-input-width);
					padding: 0;
				}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__horizontal-alignment-toolbar {
							--ck-table-form-dimensions-input-width: calc(var(--ck-table-form-default-input-width) * 2 + var(--ck-spacing-large));

							width: var(--ck-table-form-dimensions-input-width);
							max-width: var(--ck-table-form-dimensions-input-width);
							min-width: var(--ck-table-form-dimensions-input-width);
							padding: 0;
						}
.ck.ck-table-cell-properties-form.ck-table-cell-properties-form_experimental.ck-table-cell-properties-form_experimental-no-cell-type .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar.ck-table-cell-properties-form__vertical-alignment-toolbar {
							flex-grow: 1;
						}
/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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);
		}
/*
* Hide the outline of all widget parents when the widget is being hovered.
*/
.ck .ck-widget:has( .ck-widget.table:hover ) {
	outline-color: transparent;
}
/* Hide the selection handle on mouse hover over the widget of all the widget parents. */
.ck .ck-widget.ck-widget_with-selection-handle:has( .ck-widget.table:hover ) > .ck-widget__selection-handle {
	opacity: 0;
	visibility: hidden;
}
/* 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:not(.ck-pagination-view) > .ck-widget.ck-widget_with-selection-handle:first-child,
.ck.ck-editor__editable:not(.ck-pagination-view) 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-2026, 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-2026, 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 is being hovered.
	 */
.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 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;
		}
/*
		* Show type around buttons when the widget gets selected.
		*/
.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button {
			opacity: 1;
			pointer-events: auto;
		}
/*
	 * 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);
	}
/*
		 * 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.
 */
/* stylelint-disable-next-line no-descending-specificity */
.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;
			}
/*
 * Hide type around buttons of all widget parents when the widget is being hovered.
 */
.ck .ck-widget:has( .ck-widget.table: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-2026, 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-2026, 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-2026, 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-2026, 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;
	z-index: var(--ck-z-default);
	pointer-events: none;
}

/*
 * Copyright (c) 2003-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-content-font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	--ck-content-font-size: medium;
	/* stylelint-disable-next-line declaration-property-value-disallowed-list */
	--ck-content-font-color: #000;
	--ck-content-line-height: 1.5;
	--ck-content-word-break: break-word;
}

.ck-content {
	font-family: var(--ck-content-font-family);
	font-size: var(--ck-content-font-size);
	color: var(--ck-content-font-color);
	line-height: var(--ck-content-line-height);
	word-break: var(--ck-content-word-break);
}

/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

.ck.ck-emoji {
	width: 320px;
}

.ck .ck.ck-emoji__search {
	display: flex;
	padding: var(--ck-spacing-large);
	padding-bottom: var(--ck-spacing-medium);
	justify-content: space-between;
	align-items: center;
}

.ck .ck.ck-emoji__search > .ck.ck-search {
		flex: 1;
	}

/*
 * Classes used by the "fake visual selection" displayed in the content when an input
 * in the emoji picker UI has focus (the browser does not render the native selection in this state).
 */
.ck .ck-fake-emoji-selection {
	background: var(--ck-color-link-fake-selection);
}

/* A collapsed fake visual selection. */
.ck .ck-fake-emoji-selection_collapsed {
	height: 100%;
	border-right: 1px solid var(--ck-color-base-text);
	margin-right: -1px;
	outline: solid 1px hsla(0, 0%, 100%, .5);
}

div.ck.ck-balloon-panel.ck-emoji-picker-balloon {
	z-index: calc( var( --ck-z-dialog ) + 1 );
}

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

.ck.ck-emoji__categories-list {
	display: flex;
	justify-content: space-between;
	margin: 0 var(--ck-spacing-large);
}

.ck.ck-emoji__categories-list > .ck.ck-button.ck-button_with-text {
		border-width: 0;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: transparent;
		padding: 0;
		font-size: var(--ck-font-size-big);
		min-width: var(--ck-font-size-big);
		min-height: var(--ck-font-size-big);
	}

.ck.ck-emoji__categories-list > .ck.ck-button.ck-button_with-text.ck-emoji__category-item.ck-on {
			border-bottom-color: var(--ck-color-base-active);
		}

.ck.ck-emoji__categories-list > .ck.ck-button.ck-button_with-text > span {
			margin: auto;
		}

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

:root {
	--ck-emoji-grid-tile-size: 27px;
}

.ck.ck-emoji .ck.ck-emoji__tiles {
		max-width: 100%;
		max-height: min(265px, 40vh);

		overflow-y: auto;
		overflow-x: hidden;
		border-top: 1px solid var(--ck-color-base-border);
	}

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__grid {
			display: grid;
			grid-template-columns: repeat(auto-fill, minmax(var(--ck-emoji-grid-tile-size), 1fr));
			margin: var(--ck-spacing-standard) var(--ck-spacing-large);
			grid-gap: var(--ck-spacing-small);
		}

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__tile {
			width: var(--ck-emoji-grid-tile-size);
			height: var(--ck-emoji-grid-tile-size);
			min-width: var(--ck-emoji-grid-tile-size);
			min-height: var(--ck-emoji-grid-tile-size);
			font-size: 1.5em;
			padding: 0;
			transition: .2s ease box-shadow;
			border: 0;
		}

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

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__tile {
				transition: none;
		}
			}

.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__tile:focus:not(.ck-disabled),
			.ck.ck-emoji .ck.ck-emoji__tiles .ck-emoji__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-emoji .ck.ck-emoji__tiles .ck-emoji__tile .ck-button__label {
				line-height: var(--ck-emoji-grid-tile-size);
				width: 100%;
				text-align: center;
			}

/*
 * Copyright (c) 2003-2026, 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.ck-emoji-picker-form {
	padding-bottom: 0;

	/*
	 * `.ck-form` overrides styling of all dropdowns by adding border around them.
	 * The border is not needed in the emoji picker form so try to remove it keeping
	 * specificity high enough to override the form styling.
	 */
}

.ck.ck-form.ck-emoji-picker-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
		border-color: transparent;
	}

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

.ck.ck-emoji__skin-tone {
	margin-left: var(--ck-spacing-standard);
}

.ck.ck-emoji__skin-tone > .ck.ck-dropdown .ck.ck-list__item {
			min-width: 1em;
		}

.ck.ck-emoji__skin-tone > .ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
				width: initial;
			}

/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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. */

:root {
	--ck-content-font-size-tiny: 0.7em;
	--ck-content-font-size-small: 0.85em;
	--ck-content-font-size-big: 1.4em;
	--ck-content-font-size-huge: 1.8em;
}

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

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

/* Increase z-index of everything to make sure nothing sticks in front of the editor.
Disable scrollbars that can be present due to the rest of the website content. */
html.ck-fullscreen,
body.ck-fullscreen {
	--ck-z-fullscreen: 10000;

	overflow: hidden;

	--ck-z-default: calc(var(--ck-z-fullscreen) + 1);
	--ck-z-panel: calc(var(--ck-z-default) + 999);
	--ck-z-dialog: 100000;

	/* CKBox wrappers have z-index of 9999, let's bump them over the dialog's to ensure visibility like outside fullscreen mode. */
}
html.ck-fullscreen .ckbox-reset:not(#n)>.ckbox--dialog, body.ck-fullscreen .ckbox-reset:not(#n)>.ckbox--dialog {
		--ckbox-z-index-root: calc(var(--ck-z-dialog) + 1);
	}
html.ck-fullscreen .ckbox:not(#n) .ckbox-img-editor, body.ck-fullscreen .ckbox:not(#n) .ckbox-img-editor {
		--ckbox-z-index-preview: calc(var(--ck-z-dialog) + 1);
	}
html.ck-fullscreen .ck-pagination-view-line, body.ck-fullscreen .ck-pagination-view-line {
		z-index: calc(var(--ck-z-fullscreen) + 1);
	}
html.ck-fullscreen .page-break__label, body.ck-fullscreen .page-break__label {
		/* Needs to be higher than for .ck-pagination-view-line to be displayed on top of the line. */
		z-index: calc(var(--ck-z-fullscreen) + 2);
	}

/*
Fullscreen layout:

<div class="ck ck-fullscreen__main-wrapper">
	<div class="ck ck-fullscreen__top-wrapper ck-reset_all">
		<div class="ck ck-fullscreen__menu-bar" data-ck-fullscreen="menu-bar"></div>
		<div class="ck ck-fullscreen__toolbar" data-ck-fullscreen="toolbar"></div>
	</div>
	<div class="ck ck-fullscreen__editable-wrapper">
		<div class="ck ck-fullscreen__sidebar ck-fullscreen__left-sidebar" data-ck-fullscreen="left-sidebar"></div>
		<div class="ck ck-fullscreen__editable" data-ck-fullscreen="editable"></div>
		<div class="ck ck-fullscreen__sidebar ck-fullscreen__right-sidebar" data-ck-fullscreen="right-sidebar"></div>
		<div class="ck ck-fullscreen__right-edge" data-ck-fullscreen="right-edge"></div>
	</div>
	<div class="ck ck-fullscreen__bottom-wrapper">
		<div class="ck ck-fullscreen__body-wrapper" data-ck-fullscreen="body-wrapper"></div>
	</div>
</div>
*/

.ck.ck-fullscreen__main-wrapper {
	/* `position: fixed` prevents the overscroll on macos that would happen with `position: absolute`. */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--ck-z-fullscreen);
	background: var(--ck-color-base-foreground);
	display: flex;
	flex-direction: column;
}

.ck.ck-fullscreen__main-wrapper .ck.ck-revision-history-ui__changes-navigation {
		margin-top: 0px;
		margin-bottom: 0px;
	}

/* If the fullscreen container is not directly in the body, we need to make sure it's positioned absolutely. */
:not(body> .ck-fullscreen__main-wrapper).ck-fullscreen__main-wrapper {
	position: absolute;
}
.ck-fullscreen__main-wrapper:not(body> .ck-fullscreen__main-wrapper) .ck-fullscreen__top-wrapper {
		border-top: 1px solid var(--ck-color-base-border);
		border-left: 1px solid var(--ck-color-base-border);
		border-right: 1px solid var(--ck-color-base-border);
		border-radius: var(--ck-border-radius) 0;
	}

.ck-fullscreen__menu-bar .ck.ck-menu-bar {
	border: none;
}

.ck.ck-fullscreen__toolbar .ck-toolbar {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}

.ck-fullscreen__main-wrapper .ck-fullscreen__editable-wrapper {
	--ck-fullscreen-editor-top-margin: 28px;
	--ck-fullscreen-editor-bottom-margin: 28px;
	display: flex;
	justify-content: flex-start;
	overflow: auto;
	max-height: 100%;
}

.ck-fullscreen__main-wrapper .ck-fullscreen__editable {
	margin-top: var(--ck-fullscreen-editor-top-margin);
	height: 100%;
	margin-left: auto;
}

.ck-fullscreen__main-wrapper .ck-fullscreen__editable::after {
		content: '';
		display: block;
		height: var(--ck-fullscreen-editor-bottom-margin);
	}

.ck-fullscreen__main-wrapper .ck-fullscreen__editable .ck.ck-editor__editable:not(.ck-editor__nested-editable) {
	box-sizing: border-box;
	/* Make sure the border is taken into account. */
	width: calc(210mm + 2px);
	/* Make sure the border is taken into account. */
	max-width: calc(210mm + 2px);
	min-height: 297mm;
	height: fit-content;
	/* Reset margins that may be present on editable. We add them in other places. */
	margin: 0;
	padding: 20mm 12mm;
	border: 1px var(--ck-color-base-border) solid;
	background: hsl(0, 0%, 100%);
	box-shadow: 0 2px 3px hsla(0, 0%, 0%, 0.078);
}

.ck-fullscreen__main-wrapper .ck-fullscreen__editable .ck-source-editing-area {
	width: calc(210mm + 2px);
}

.ck-fullscreen__sidebar {
	width: 270px;
	margin-top: var(--ck-fullscreen-editor-top-margin);
	margin-left: 10px;
}

.ck-fullscreen__left-sidebar {
	font-family: Helvetica, Arial, sans-serif;
	--ck-user-avatar-size: 28px;
	position: sticky;
	align-self: flex-start;
	top: 0;
	height: 100%;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.ck-fullscreen__left-sidebar .ck-button.ck-fullscreen__left-sidebar-toggle-button {
		--ck-icon-size: 20px;
		--ck-ui-component-min-height: 0px;

		align-self: flex-start;
		padding-top: 0;
		margin-top: var(--ck-fullscreen-editor-top-margin);
		margin-bottom: var(--ck-spacing-large);
		opacity: 0.5;
		border-radius: 100%;
	}

.ck-fullscreen__left-sidebar > .ck-fullscreen__left-sidebar-sticky {
		/* Set minimal width if there is any item in the sidebar. */
		min-width: 270px;
	}

.ck-fullscreen__left-sidebar > .ck-fullscreen__left-sidebar-sticky:first-child {
			padding-top: var(--ck-fullscreen-editor-top-margin);
		}

.ck-fullscreen__left-sidebar.ck-fullscreen__left-sidebar--collapsed {
		width: 65px;
	}

.ck-fullscreen__left-sidebar.ck-fullscreen__left-sidebar--collapsed > :not(.ck-fullscreen__left-sidebar-toggle-button) {
			display: none;
		}

.ck-fullscreen__left-sidebar .ck.ck-presence-list--collapsed {
	--ck-user-avatar-size: 32px;
}

.ck-fullscreen__left-sidebar .ck-user {
	font-size: 0.85em;
}

.ck-fullscreen__left-sidebar .ck-presence-list__users-counter__text {
	font-size: 0.85em;
}

.ck-fullscreen__left-sidebar-item {
	padding: var(--ck-spacing-medium);
	margin-bottom: var(--ck-spacing-medium);

	/* First header should not have top padding. */
}

.ck-fullscreen__left-sidebar-item:first-child {
		padding-top: 0;
	}

.ck-fullscreen__left-sidebar-item:last-child {
		margin-bottom: 0;
	}

.ck-fullscreen__left-sidebar-header {
	--ck-fullscreen-presence-list-header-font-size: 0.875em;
	font-size: var(--ck-fullscreen-presence-list-header-font-size);
	font-weight: bold;
	color: var(--ck-document-outline-item-default-color);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ck-fullscreen__left-sidebar--sticky {
	position: sticky;
	top: 0;
}

.ck-fullscreen__left-sidebar--sticky > :first-child {
		padding-top: 0;
	}

.ck-fullscreen__presence-list {
	margin-top: var(--ck-spacing-medium);
}

.ck-fullscreen__left-sidebar-item--no-margin {
	margin: 0;
}

.ck-fullscreen__left-sidebar .ck.ck-document-outline {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.ck-fullscreen__document-outline-wrapper {
	padding-top: 0;
	overflow-y: auto;
}

.ck-fullscreen__sidebar.ck-fullscreen__right-sidebar {
	margin-top: var(--ck-fullscreen-editor-top-margin);
	margin-right: auto;
}

.ck-fullscreen__sidebar.ck-fullscreen__right-sidebar:not(.ck-fullscreen__right-sidebar--collapsed) > :first-child {
		/* Set minimal width if there is any item in the sidebar. */
		min-width: 270px;
	}

.ck-fullscreen__sidebar.ck-fullscreen__right-sidebar.ck-fullscreen__right-sidebar--collapsed {
		width: 65px;
	}

.ck-fullscreen__sidebar.ck-fullscreen__right-sidebar.ck-fullscreen__right-sidebar--collapsed > :first-child {
			min-width: 65px;
		}

.ck.ck-fullscreen__right-edge {
	position: sticky;
	top: 0;
	margin-top: 0;
	margin-left: 10px;
}

.ck.ck-fullscreen__right-edge > :first-child {
		border-top: none;
		border-bottom: none;
		border-right: none;
		height: 100%;
		width: 495px;
	}

/*
 * Copyright (c) 2003-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

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

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

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

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

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

/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-content-color-image-caption-background: hsl(0, 0%, 97%);
	--ck-content-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: normal;
	overflow-wrap: anywhere;
	break-before: avoid;
	color: var(--ck-content-color-image-caption-text);
	background-color: var(--ck-content-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-content-color-image-caption-background);
	}
}

/*
 * Copyright (c) 2003-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-content-image-style-spacing: 1.5em;
	--ck-content-inline-image-style-spacing: calc(var(--ck-content-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-content-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-content-image-style-spacing);
			max-width: 50%;
		}

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

.ck-content .image.image-style-align-right {
			float: right;
			margin-left: var(--ck-content-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-content-image-style-spacing);
	}

.ck-content .image-style-align-right {
		float: right;
		margin-left: var(--ck-content-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-content-inline-image-style-spacing);
			margin-bottom: var(--ck-content-inline-image-style-spacing);
		}

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

.ck-content .image-inline.image-style-align-right {
			margin-left: var(--ck-content-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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-toolbar__preview {
	display: inline-block;
}

.ck.ck-link-toolbar__preview .ck-button__label {
		overflow: hidden;
	}

/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Generic class that wraps each link balloon view. */
.ck.ck-link-form .ck-link-form__providers-list {
		display: flex;
		flex-direction: column;
	}
.ck.ck-link-form .ck-link-form__providers-list .ck-link__button > .ck-button__label {
				flex-grow: 1;
			}
.ck.ck-link-form .ck-link__items:empty {
		display: none;
	}

/*
 * Copyright (c) 2003-2026, 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-providers > .ck-link-providers__list {
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

.ck.ck-link-providers > .ck-link-providers__list .ck-button > .ck-icon {
				flex-shrink: 0;
			}

/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-content-list-marker-color: var(--ck-content-font-color);
	--ck-content-list-marker-font-family: var(--ck-content-font-family);
	--ck-content-list-marker-font-size: var(--ck-content-font-size);
}

/* Opinionated list content styling: prevents content shift
	 * when a list becomes multi-block (Enter + Backspace scenario).
	 * See: https://github.com/ckeditor/ckeditor5/pull/18801
	 */

.ck-content li > p:first-of-type {
		margin-top: 0;
	}

/* Prevents margins from appearing when a bogus paragraph
	 * receives line height or text alignment.
	 * Ensures a consistent experience with the first paragraph.
	 * See: https://github.com/ckeditor/ckeditor5/pull/18801
	 */

.ck-content li > p:only-of-type {
		margin-top: 0;
		margin-bottom: 0;
	}

.ck-content li.ck-list-marker-bold::marker {
		font-weight: bold;
	}

.ck-content li.ck-list-marker-italic::marker {
		font-style: italic;
	}

.ck-content li.ck-list-marker-color::marker {
		color: var(--ck-content-list-marker-color);
	}

.ck-content li.ck-list-marker-font-family::marker {
		font-family: var(--ck-content-list-marker-font-family);
	}

.ck-content li.ck-list-marker-font-size::marker {
		font-size: var(--ck-content-list-marker-font-size);
	}

.ck-content li.ck-list-marker-font-size-tiny::marker {
		font-size: var(--ck-content-font-size-tiny);
	}

.ck-content li.ck-list-marker-font-size-small::marker {
		font-size: var(--ck-content-font-size-small);
	}

.ck-content li.ck-list-marker-font-size-big::marker {
		font-size: var(--ck-content-font-size-big);
	}

.ck-content li.ck-list-marker-font-size-huge::marker {
		font-size: var(--ck-content-font-size-huge);
	}

/*
 * Copyright (c) 2003-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

:root {
	--ck-content-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-content-todo-list-checkmark-size);
			height: var(--ck-content-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-content-todo-list-checkmark-size) / 3 );
		top: calc( var(--ck-content-todo-list-checkmark-size) / 5.3 );
		width: calc( var(--ck-content-todo-list-checkmark-size) / 5.3 );
		height: calc( var(--ck-content-todo-list-checkmark-size) / 2.6 );
		border-style: solid;
		border-color: transparent;
		border-width: 0 calc( var(--ck-content-todo-list-checkmark-size) / 8 ) calc( var(--ck-content-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-content-todo-list-checkmark-size);
		height: var(--ck-content-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-content-todo-list-checkmark-size) / 3 );
		top: calc( var(--ck-content-todo-list-checkmark-size) / 5.3 );
		width: calc( var(--ck-content-todo-list-checkmark-size) / 5.3 );
		height: calc( var(--ck-content-todo-list-checkmark-size) / 2.6 );
		border-style: solid;
		border-color: transparent;
		border-width: 0 calc( var(--ck-content-todo-list-checkmark-size) / 8 ) calc( var(--ck-content-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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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;
	}

div.ck.ck-balloon-panel.ck-mention-balloon {
	z-index: calc( var( --ck-z-dialog ) + 1 );
}

/*
 * Copyright (c) 2003-2026, 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-2026, 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-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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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.
 */

.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-2026, 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-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

/* Ensure that table header text is aligned to the start by default. See https://github.com/ckeditor/ckeditor5/issues/19454. */

.ck-content .table th {
		text-align: start;
	}

/* 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-content figure.table:not(.layout-table) {
		display: table;
	}

.ck-content figure.table:not(.layout-table) > table {
			width: 100%;
			height: 100%;
		}

.ck-content .table:not(.layout-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;
	}

.ck-content table.table:not(.layout-table),
	.ck-content figure.table:not(.layout-table) > table {
		/* The table cells should have slight borders */
		border-collapse: collapse;
		border-spacing: 0;

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

/* The linter is disabled here because linter is confused when resolving the `table.table:not(.layout-table)`
			and `figure.table:not(.layout-table) > table` selectors combined with below selectors.
			There is no need to split it into two large structures with same code just to make linter happy. */

/* stylelint-disable no-descending-specificity */

.ck-content table.table:not(.layout-table) > thead > tr > th, .ck-content figure.table:not(.layout-table) > table > thead > tr > th, .ck-content table.table:not(.layout-table) > tbody > tr > th, .ck-content figure.table:not(.layout-table) > table > tbody > tr > th {
					font-weight: bold;
					background: hsla(0, 0%, 0%, 5%);
				}

.ck-content table.table:not(.layout-table) > thead > tr > td,
				.ck-content figure.table:not(.layout-table) > table > thead > tr > td,
				.ck-content table.table:not(.layout-table) > tbody > tr > td,
				.ck-content figure.table:not(.layout-table) > table > tbody > tr > td,
				.ck-content table.table:not(.layout-table) > thead > tr > th,
				.ck-content figure.table:not(.layout-table) > table > thead > tr > th,
				.ck-content table.table:not(.layout-table) > tbody > tr > th,
				.ck-content figure.table:not(.layout-table) > table > tbody > tr > th {

					min-width: 2em;
					padding: 0.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%);
					/* Opinionated table content styling: prevents content from shifting
					 * when Enter is pressed in the first cell.
					 * See: https://github.com/ckeditor/ckeditor5/pull/18801
					 */
				}

.ck-content table.table:not(.layout-table) > thead > tr > td > p:first-of-type, .ck-content figure.table:not(.layout-table) > table > thead > tr > td > p:first-of-type, .ck-content table.table:not(.layout-table) > tbody > tr > td > p:first-of-type, .ck-content figure.table:not(.layout-table) > table > tbody > tr > td > p:first-of-type, .ck-content table.table:not(.layout-table) > thead > tr > th > p:first-of-type, .ck-content figure.table:not(.layout-table) > table > thead > tr > th > p:first-of-type, .ck-content table.table:not(.layout-table) > tbody > tr > th > p:first-of-type, .ck-content figure.table:not(.layout-table) > table > tbody > tr > th > p:first-of-type {
						margin-top: 0;
					}

/* Mirrors the rule above for the last paragraph to keep the
					 * experience consistent with the first paragraph.
					 *
					 * Together, these rules prevent margins from appearing when a
					 * bogus paragraph becomes a real paragraph after it receives line
					 * height, text alignment, or other block style.
					 *
					 * See: https://github.com/ckeditor/ckeditor5/pull/18801
					 */

.ck-content table.table:not(.layout-table) > thead > tr > td > p:last-of-type, .ck-content figure.table:not(.layout-table) > table > thead > tr > td > p:last-of-type, .ck-content table.table:not(.layout-table) > tbody > tr > td > p:last-of-type, .ck-content figure.table:not(.layout-table) > table > tbody > tr > td > p:last-of-type, .ck-content table.table:not(.layout-table) > thead > tr > th > p:last-of-type, .ck-content figure.table:not(.layout-table) > table > thead > tr > th > p:last-of-type, .ck-content table.table:not(.layout-table) > tbody > tr > th > p:last-of-type, .ck-content figure.table:not(.layout-table) > table > tbody > tr > th > p:last-of-type {
						margin-bottom: 0;
					}

@media print {
		/**
		 * Sometimes Chrome incorrectly calculates the height of the last table row and some
		 * of the content overlaps the paragraph that is placed directly after the table. It affects
		 * the column split mode pagination calculation which causes mismatch between the print mode and
		 * the preview mode.
		 *
		 * This issue happens only if:
		 *
		 * 	* The table is inside a figure element.
		 * 	* The table has `display: table` style set.
		 * 	* The block element is placed directly after the table.
		 */
		.ck-content figure.table:not(.layout-table) {
			width: fit-content;
			height: fit-content;
		}

		/**
		 * 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.
		 */
		.ck-content figure.table:not(.layout-table) > table {
			height: initial;
		}
}

.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-2026, 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-2026, 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-editor__editable_inline > .ck-widget.ck-widget_with-selection-handle.layout-table:first-child {
				margin-top: var(--ck-spacing-large);
			}

/*
			* This value should match with the default margins of the block elements (like .media, .image or .table)
			* to avoid a content jumping when the fake selection container shows up (See https://github.com/ckeditor/ckeditor5/issues/9825).
			*/

.ck-editor__editable.ck-editor__editable_inline > .ck-widget.ck-widget_with-selection-handle.layout-table:last-child,
			
			.ck-editor__editable.ck-editor__editable_inline > .ck-widget.ck-widget_with-selection-handle.layout-table:nth-last-child(2):has( + .ck-fake-selection-container) {
				margin-bottom: var(--ck-spacing-large);
			}

.ck-editor__editable .table.layout-table {
		display: table;
		margin: 0;

		/* Widget type around overrides. */
	}

.ck-editor__editable .table.layout-table.ck-widget:hover {
				/* To prevent the widget outline from being cut off at the bottom
				when the next cell or table has a background color, for example. */
				z-index: var(--ck-z-default);
			}

.ck-editor__editable .table.layout-table.ck-widget:hover > .ck-widget__selection-handle {
				opacity: 0.75;
				visibility: visible;
			}

.ck-editor__editable .table.layout-table.ck-widget:hover > .ck-widget__selection-handle:hover {
					opacity: 1;
				}

/* Because of setting the opacity to 0.75 to the selection handle for the layout table,
			it overrides the similar selector in widget (specificity is higher),
			thats why we must override it here also. */

.ck-editor__editable .table.layout-table.ck-widget:has( .ck-widget.table:hover ) > .ck-widget__selection-handle {
				opacity: 0;
				visibility: hidden;
			}

.ck-editor__editable .table.layout-table.ck-widget.ck-widget_selected {
				/* To prevent the widget outline from being cut off at the bottom
				when the next cell or table has a background color, for example. */
				z-index: var(--ck-z-default);
			}

.ck-content table.table.layout-table,
	.ck-content figure.table.layout-table {
		/* Do not reserve space above and below the layout table. */
		margin-top: 0;
		margin-bottom: 0;
	}

.ck-content table.table.layout-table,
	.ck-content figure.table.layout-table > table {
		border-spacing: 0;
	}

/*
 * Copyright (c) 2003-2026, 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.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-2026, 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,
		.ck.ck-table-form .ck-form__row.ck-table-form__background-row,
		.ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row {
			flex-wrap: wrap;
		}

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

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-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, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-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, .ck.ck-table-form .ck-form__row.ck-table-form__cell-type-row .ck-table-form__dimension-operator {
				flex-grow: 0;
			}

/* Ignore labels that work as fieldset legends */

/* Fallback for table dimension operator */

.ck.ck-table-form .ck-form__row > *:not(.ck-label, .ck-table-form__dimension-operator) {
			flex-grow: 1;
		}

.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-2026, 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-2026, 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-2026, CKSource Holding sp. z o.o. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
 */

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

/* Content styles */
.ck-content .table > figcaption,
.ck-content figure.table > table > caption {
	display: table-caption;
	caption-side: top;
	word-break: normal;
	overflow-wrap: anywhere;
	text-align: center;
	color: var(--ck-content-color-table-caption-text);
	background-color: var(--ck-content-color-table-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, .ck-content figure.table > table > caption {
		background-color: unset;
		color: unset;
		}
	}

/* Editing styles */
@media (forced-colors: none) {
		.ck.ck-editor__editable .table > figcaption.table__caption_highlighted, .ck.ck-editor__editable figure.table > table > caption.table__caption_highlighted {
			animation: ck-table-caption-highlight .6s ease-out;
		}
	}
.ck.ck-editor__editable .table > figcaption.ck-placeholder::before, .ck.ck-editor__editable figure.table > table > caption.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-table-caption-highlighted-background);
	}

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

/*
 * Copyright (c) 2003-2026, 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-table-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 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;
}

.ck.ck-editor__editable .table td,
.ck.ck-editor__editable .table th {
	/* The resizer element is placed inside each cell, so it must be positioned relatively to the cell. */
	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-table-column-resizer-hover);
	opacity: 0.25;
}

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

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

:root {
	--ck-content-table-style-spacing: 1.5em;
}

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

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

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

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

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

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

.ck-editor__editable .table.layout-table.table-style-align-center {
			margin-left: auto;
			margin-right: auto;
		}

.ck-editor__editable .table.layout-table.table-style-align-left {
			margin-right: var(--ck-content-table-style-spacing);
		}

.ck-editor__editable .table.layout-table.table-style-align-right {
			margin-left: var(--ck-content-table-style-spacing);
		}

.ck-editor__editable .table.layout-table.table-style-block-align-left {
			margin-left: 0;
			margin-right: auto;
		}

.ck-editor__editable .table.layout-table.table-style-block-align-right {
			margin-left: auto;
			margin-right: 0;
		}

/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-default-width: 340px;
}

.ck.ck-form {
	padding: 0 0 var(--ck-spacing-large);
}

.ck.ck-form.ck-form_default-width {
		width: var(--ck-form-default-width);
	}

.ck.ck-form:focus {
		outline: none;
	}

.ck.ck-form .ck.ck-input-text,
	.ck.ck-form .ck.ck-input-number {
		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%;
			}

/* Default `ck-responsive-form` customization when it lies next to `ck-form` class */

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

.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit {
					flex-direction: column;
					align-items: stretch;
					padding: 0;
			}
	}

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

.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit > .ck {
						margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
				}
	}

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

.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_with-submit .ck-button_with-text {
						justify-content: center;
				}
	}

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

.ck.ck-form.ck-responsive-form .ck.ck-form__row.ck-form__row_large-bottom-padding {
					padding-bottom: var(--ck-spacing-large);
			}
	}

[dir="ltr"] .ck.ck-form.ck-responsive-form > :not(:first-child) {
				margin-left: 0;
			}

[dir="rtl"] .ck.ck-form.ck-responsive-form > :not(:last-child) {
				margin-left: 0;
			}

/* End of `ck-responsive-form` customization */

/*
 * Copyright (c) 2003-2026, 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.ck-table-form__action-row {
		justify-content: flex-end;
	}

.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-2026, 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;
				}

/* Ignore labels that work as fieldset legends */

/* Fallback for table dimension operator */

.ck.ck-table-form .ck-form__row:not(.ck-table-form__action-row) > *:not(.ck-label, .ck-table-form__dimension-operator) {
			flex-grow: 1;
		}

.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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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: 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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;
	justify-content: space-between;
	align-items: flex-start;
	padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;
}

.ck.ck-form__row.ck-form__row_large-top-padding {
		padding-top: var(--ck-spacing-large);
	}

.ck.ck-form__row.ck-form__row_large-bottom-padding {
		padding-bottom: var(--ck-spacing-large);
	}

.ck.ck-form__row.ck-form__row_with-submit {
		flex-wrap: nowrap;
	}

.ck.ck-form__row.ck-form__row_with-submit > *:not(:first-child) {
			margin-inline-start: var(--ck-spacing-standard);
		}

.ck.ck-form__row > .ck.ck-form__row {
		padding: 0;
	}

/*
 * Copyright (c) 2003-2026, 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;
		text-overflow: ellipsis;
		overflow: hidden;
	}

/*
 * Copyright (c) 2003-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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-2026, 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 #isEnabled property of the WidgetTypeAround plugin.
 */
.ck.ck-editor__editable.ck-widget__type-around_disabled .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;
	}
.ck.ck-editor__editable.ck-restricted-editing_mode_restricted div.restricted-editing-exception .ck-widget__type-around {
		display: initial;
	}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@angular/cdk/overlay-prebuilt.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.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;display:flex;max-width:100%;max-height:100%;z-index:1000}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;touch-action:manipulation;z-index:1000;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}@media(prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media(forced-colors: active){.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(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,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px;z-index:1000}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./apps/alphabet-portal/src/styles.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** ads-theme-alphabet (in this order) **/
@font-face {
  font-family: "Alphabet sans pro light";
  src: url('AlphabetSansPro-Light.37e742b15faeadf0.woff2') format("woff2"), url('AlphabetSansPro-Light.6af37317e4821e6b.woff') format("woff");
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Alphabet sans pro";
  src: url('AlphabetSansPro-Medium.81441bbf1a12a4f5.woff2') format("woff2"), url('AlphabetSansPro-Medium.ffe9ccbb96308979.woff') format("woff");
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Alphabet slab pro light";
  src: url('AlphabetSlabPro-Light.654b2aff9a53316d.woff2') format("woff2"), url('AlphabetSlabPro-Light.aeb26ff871a2fef8.woff') format("woff");
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Alphabet slab pro";
  src: url('AlphabetSlabPro-Medium.a3bcdc01f7915559.woff2') format("woff2"), url('AlphabetSlabPro-Medium.ef77cfcfac20fb05.woff') format("woff");
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: epaasTextFont;
  font-style: normal;
  font-weight: normal;
  src: local("Alphabet sans pro light"), local("alphabet-sans-pro-light"), url('AlphabetSansPro-Light.37e742b15faeadf0.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-display: swap;
  font-family: epaasTextFont;
  font-style: normal;
  font-weight: 600;
  src: local("Alphabet sans pro"), local("alphabet-sans-pro"), url('AlphabetSansPro-Medium.81441bbf1a12a4f5.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-display: swap;
  font-family: epaasLinkFont;
  font-style: normal;
  font-weight: normal;
  src: local("Alphabet sans pro light"), local("alphabet-sans-pro-light"), url('AlphabetSansPro-Light.37e742b15faeadf0.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-display: swap;
  font-family: epaasLinkFont;
  font-style: normal;
  font-weight: 600;
  src: local("Alphabet sans pro"), local("alphabet-sans-pro"), url('AlphabetSansPro-Medium.81441bbf1a12a4f5.woff2') format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/** Generic **/
/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

html,
body {
  min-width: 300px;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  min-height: 100%;
  box-sizing: border-box;
  background-color: var(--ads-color-app);
  color: var(--ads-color-app-text);
  font-family: monospace;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 769px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-x: hidden;
  word-break: normal;
}

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

/*
	@see https://blog.rudolphk.co.za/css-tip-remove-spinner-on-input-of-number-9fc4d9cac121
*/
/* For Firefox */
input[type=number] {
  appearance: textfield !important;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

input::-ms-clear {
  display: none;
}

::selection {
  background-color: #333;
  color: #fff;
}

ul,
ol {
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  outline: 0;
  outline-offset: 0;
  padding-inline-start: 1.25rem;
}

/** Elements **/
/* disabled for now */
/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-input_label {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: var(--ads-color-primary);
  cursor: pointer;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-input_label span {
  line-height: inherit;
}
.ads-input_label.screen-reader-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border-width: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.ads-input_label.highlight {
  color: var(--ads-color-accent);
}
.ads-input_label.has-errors {
  color: var(--ads-color-error);
}
.ads-input_label.has-errors::after {
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--ads-color-notification);
  border-radius: 50%;
  box-shadow: var(--ads-shadow-depth-2);
  color: black;
  content: "!";
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  transform: translateY(-50%);
}
.ads-input_label .is-optional {
  display: inline-block;
  color: var(--ads-color-secondary);
  font-size: 0.75rem;
  font-style: italic;
  line-height: 0.5;
  transform: translateY(-2px);
}

input.ads-input {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid var(--ads-color-gray-50);
  background-color: var(--ads-color-white);
  border-radius: 0.125rem;
  color: var(--ads-color-primary);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 1rem;
  line-height: 1;
  outline: 0;
  text-align: left;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
input.ads-input:focus {
  outline: 1px solid var(--ads-color-primary);
  outline-offset: -2px;
}
input.ads-input::placeholder {
  color: var(--ads-color-gray-50);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
input.ads-input:hover:not(:disabled, [readonly]) {
  border-color: var(--ads-color-primary);
  color: var(--ads-color-primary_hover);
}
input.ads-input:hover:not(:disabled, [readonly])::placeholder {
  color: var(--ads-color-gray-20);
}
input.ads-input:focus:not(:disabled, [readonly]) {
  border-color: var(--ads-color-primary_focus);
  color: var(--ads-color-primary_focus);
}
input.ads-input:focus:not(:disabled, [readonly])::placeholder {
  color: transparent;
}
input.ads-input:disabled {
  border-color: var(--ads-color-disabled);
  background-color: var(--ads-color-disabled);
  color: var(--ads-color-disabled-foreground);
  cursor: not-allowed;
}
input.ads-input[readonly] {
  cursor: not-allowed;
  pointer-events: none;
}
input.ads-input.has-errors, input.ads-input.ng-touched.ng-invalid:not(:focus) {
  border-color: var(--ads-color-error) !important;
  color: var(--ads-color-error) !important;
  font-style: italic;
}
input.ads-input.has-errors::placeholder, input.ads-input.ng-touched.ng-invalid:not(:focus)::placeholder {
  color: var(--ads-color-gray-50);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-form-hint {
  position: relative;
  display: block;
  padding: 0;
  margin: 0.5rem 0 0.5rem 0;
  color: var(--ads-color-secondary);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  overflow-wrap: normal;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  word-break: normal;
}
.ads-form-hint.align-right {
  text-align: right;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
label.ads-textarea_label {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: var(--ads-color-primary);
  cursor: pointer;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  overflow-wrap: normal;
  text-align: left;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  white-space: normal;
  word-break: normal;
}
label.ads-textarea_label span {
  line-height: inherit;
}

textarea.ads-textarea {
  position: relative;
  display: block;
  width: 100%;
  min-height: 12rem;
  padding: 1rem 1rem 1rem 1rem;
  border: 1px solid var(--ads-color-gray-50);
  background-color: var(--ads-color-white);
  border-radius: 0.125rem;
  color: var(--ads-color-primary);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  outline: 0;
  outline-offset: 0;
  resize: none;
  text-align: left;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
textarea.ads-textarea::placeholder {
  color: var(--ads-color-gray-50);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
textarea.ads-textarea:hover:not(:disabled, [readonly]) {
  border-color: var(--ads-color-primary);
  color: var(--ads-color-primary_hover);
}
textarea.ads-textarea:hover:not(:disabled, [readonly])::placeholder {
  color: var(--ads-color-primary);
}
textarea.ads-textarea:focus:not(:disabled, [readonly]) {
  border-color: var(--ads-color-primary_focus);
}
textarea.ads-textarea:focus:not(:disabled, [readonly])::placeholder {
  color: var(--ads-color-primary);
}
textarea.ads-textarea:disabled {
  border-color: var(--ads-color-disabled);
  background-color: var(--ads-color-disabled);
  color: var(--ads-color-disabled-foreground);
  cursor: not-allowed;
}
textarea.ads-textarea.ng-touched.ng-invalid:not(:focus) {
  border-color: var(--ads-color-error) !important;
  color: var(--ads-color-error) !important;
  font-family: "Alphabet sans pro light", sans-serif;
  font-style: italic;
}
textarea.ads-textarea.ng-touched.ng-invalid:not(:focus)::placeholder {
  color: var(--ads-color-gray-50);
}
textarea.ads-textarea[readonly] {
  cursor: not-allowed;
  pointer-events: none;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
h1,
h2,
h3 {
  color: var(--ads-color-app-text);
  font-family: "Alphabet slab pro light", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  text-align: left;
}
h1 .font-alphabet-default,
h2 .font-alphabet-default,
h3 .font-alphabet-default {
  font-family: "Alphabet sans pro light", sans-serif;
}
h1 .font-alphabet-default-bold,
h2 .font-alphabet-default-bold,
h3 .font-alphabet-default-bold {
  font-family: "Alphabet sans pro", sans-serif;
}
h1 .text-weight-light,
h2 .text-weight-light,
h3 .text-weight-light {
  font-weight: 300;
}
h1 .text-weight-regular,
h2 .text-weight-regular,
h3 .text-weight-regular {
  font-weight: normal;
}
h1 .text-weight-bold,
h2 .text-weight-bold,
h3 .text-weight-bold {
  font-family: "Alphabet slab pro", sans-serif;
  font-weight: 600;
}
h1 .text-align-center,
h2 .text-align-center,
h3 .text-align-center {
  text-align: center;
}
h1 + blockquote,
h1 + dl,
h1 + dd,
h1 + dt,
h1 + h1,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6,
h1 + hr,
h1 + figure,
h1 + p,
h1 + pre,
h2 + blockquote,
h2 + dl,
h2 + dd,
h2 + dt,
h2 + h1,
h2 + h2,
h2 + h3,
h2 + h4,
h2 + h5,
h2 + h6,
h2 + hr,
h2 + figure,
h2 + p,
h2 + pre,
h3 + blockquote,
h3 + dl,
h3 + dd,
h3 + dt,
h3 + h1,
h3 + h2,
h3 + h3,
h3 + h4,
h3 + h5,
h3 + h6,
h3 + hr,
h3 + figure,
h3 + p,
h3 + pre {
  margin-top: 0;
}
h1 span,
h2 span,
h3 span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h4,
h5,
h6 {
  color: var(--ads-color-app-text);
  font-family: "Alphabet slab pro light", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  text-align: left;
}
h4 .font-alphabet-default,
h5 .font-alphabet-default,
h6 .font-alphabet-default {
  font-family: "Alphabet sans pro light", sans-serif;
}
h4 .font-alphabet-default-bold,
h5 .font-alphabet-default-bold,
h6 .font-alphabet-default-bold {
  font-family: "Alphabet sans pro", sans-serif;
}
h4 .text-weight-light,
h5 .text-weight-light,
h6 .text-weight-light {
  font-weight: 300;
}
h4 .text-weight-regular,
h5 .text-weight-regular,
h6 .text-weight-regular {
  font-weight: normal;
}
h4 .text-weight-bold,
h5 .text-weight-bold,
h6 .text-weight-bold {
  font-family: "Alphabet slab pro", sans-serif;
  font-weight: 600;
}
h4 .text-align-center,
h5 .text-align-center,
h6 .text-align-center {
  text-align: center;
}
h4 + blockquote,
h4 + dl,
h4 + dd,
h4 + dt,
h4 + h1,
h4 + h2,
h4 + h3,
h4 + h4,
h4 + h5,
h4 + h6,
h4 + hr,
h4 + figure,
h4 + p,
h4 + pre,
h5 + blockquote,
h5 + dl,
h5 + dd,
h5 + dt,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
h5 + h5,
h5 + h6,
h5 + hr,
h5 + figure,
h5 + p,
h5 + pre,
h6 + blockquote,
h6 + dl,
h6 + dd,
h6 + dt,
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h6 + h5,
h6 + h6,
h6 + hr,
h6 + figure,
h6 + p,
h6 + pre {
  margin-top: 0;
}
h4 span,
h5 span,
h6 span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ads-h1,
h1 {
  font-size: 4rem;
  line-height: 1.2;
}

.ads-h2,
h2 {
  font-size: 3rem;
  line-height: 1.2;
}

.ads-h3,
h3 {
  font-size: 2.25rem;
  line-height: 1.2;
}

.ads-h4,
h4 {
  font-size: 1.875rem;
  line-height: 1.25;
}

.ads-h5,
h5 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.ads-h6,
h6 {
  font-size: 1.125rem;
  line-height: 1.25;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
hr {
  height: 0;
  border: none;
  background-color: transparent;
  margin: 0;
  border-top: 1px solid var(--ads-color-gray-6);
}
hr.has-gray-12-border {
  border-top-color: var(--ads-color-gray-12);
}
hr.has-gray-20-border {
  border-top-color: var(--ads-color-gray-20);
}
hr.has-gray-50-border {
  border-top-color: var(--ads-color-gray-50);
}
hr.has-gradient-border {
  border-top-color: var(--ads-color-solid-gradient-accent-to-secondary-to-primary);
}
hr.has-primary-border {
  border-top-color: var(--ads-color-primary);
}
hr.has-primary-65-border {
  border-top-color: var(--ads-color-primary-65);
}
hr.has-primary-40-border {
  border-top-color: var(--ads-color-primary-40);
}
hr.has-secondary-border {
  border-top-color: var(--ads-color-secondary);
}
hr.has-secondary-65-border {
  border-top-color: var(--ads-color-secondary-65);
}
hr.has-secondary-40-border {
  border-top-color: var(--ads-color-secondary-40);
}
hr.has-accent-border {
  border-top-color: var(--ads-color-accent);
}
hr.has-accent-65-border {
  border-top-color: var(--ads-color-accent-65);
}
hr.has-accent-40-border {
  border-top-color: var(--ads-color-accent-40);
}

main {
  display: block;
  width: 100%;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-toolbar-menu-item {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 3.75rem;
  align-items: center;
  padding: 0.75rem 0.5rem 0.75rem 0.5rem;
  border: none;
  margin: 0;
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background);
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground);
  line-height: 1;
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1200px) {
  .ads-toolbar-menu-item {
    padding: 1.5rem 0.75rem 1.375rem 0.75rem;
  }
}
.ads-toolbar-menu-item .ads-icon {
  flex: none;
  margin: 0 0.5rem 0 0;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ads-toolbar-menu-item .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground) !important;
}
.ads-toolbar-menu-item .ads-icon.size-extra-small {
  margin: 0 0 0 1rem;
}
.ads-toolbar-menu-item .ads-icon.size-extra-small svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground) !important;
}
@media (min-width: 1200px) {
  .ads-toolbar-menu-item .ads-icon.size-extra-small {
    transform: rotate(90deg);
  }
}
.ads-toolbar-menu-item span {
  display: inline-block;
  overflow: hidden;
  flex: 1 1 auto;
  padding: 0;
  border: none;
  border-width: 0;
  color: inherit;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  overflow: visible;
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ads-toolbar-menu-item.is-selected {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
}
.ads-toolbar-menu-item.is-selected::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: var(--ads-color-accent);
}
.ads-toolbar-menu-item.is-selected span {
  font-weight: 600;
}
.ads-toolbar-menu-item.is-selected ads-icon .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected) !important;
}
.ads-toolbar-menu-item.is-expanded .ads-icon.size-extra-small {
  transform: scaleY(-1);
}
.ads-toolbar-menu-item:hover:not(:disabled) {
  cursor: pointer;
}
.ads-toolbar-menu-item.state-hover, .ads-toolbar-menu-item:hover:not(:disabled, .state-focus, :focus) {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_hover);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_hover);
}
.ads-toolbar-menu-item.state-hover .ads-icon svg > path, .ads-toolbar-menu-item:hover:not(:disabled, .state-focus, :focus) .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover) !important;
}
.ads-toolbar-menu-item.state-focus, .ads-toolbar-menu-item:focus:not(:disabled) {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_focus);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_focus);
  box-shadow: var(--ads-ring_focus);
}
.ads-toolbar-menu-item.state-focus .ads-icon svg > path, .ads-toolbar-menu-item:focus:not(:disabled) .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus) !important;
}
.ads-toolbar-menu-item.state-focus.is-selected, .ads-toolbar-menu-item:focus:not(:disabled).is-selected {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_selected);
}
.ads-toolbar-menu-item.state-focus.is-selected .ads-icon svg > path, .ads-toolbar-menu-item:focus:not(:disabled).is-selected .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected) !important;
}
.ads-toolbar-menu-item:focus:not(:disabled, :focus-visible) {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_hover);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_hover);
  box-shadow: none;
}
.ads-toolbar-menu-item:focus:not(:disabled, :focus-visible) .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover) !important;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-toolbar-submenu-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.75rem 0.5rem 0.75rem 1rem;
  border: none;
  margin: 0;
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background);
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground);
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-toolbar-submenu-item::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  left: auto;
  display: block;
  width: 0.125rem;
  height: 0;
  background-color: transparent;
  content: "";
  transform: translateY(-50%);
  transition: background-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), height 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-toolbar-submenu-item .ads-icon {
  flex: none;
  margin: 0 0.5rem 0 0;
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ads-toolbar-submenu-item .ads-icon.size-extra-small {
  margin: 0 0 0 1rem;
}
.ads-toolbar-submenu-item .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground) !important;
}
.ads-toolbar-submenu-item span {
  display: inline-block;
  flex: 1 1 auto;
  margin: 0;
  color: inherit;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-toolbar-submenu-item.is-selected {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_selected);
}
.ads-toolbar-submenu-item.is-selected:after {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground);
  height: calc(100% - 1.25rem);
}
.ads-toolbar-submenu-item.is-selected .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected) !important;
}
.ads-toolbar-submenu-item.is-selected .ads-icon.size-extra-small {
  transform: translateX(1rem);
  opacity: 0;
}
.ads-toolbar-submenu-item.is-current-page {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_selected);
}
.ads-toolbar-submenu-item.is-current-page .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected) !important;
}
.ads-toolbar-submenu-item.is-current-page span {
  font-weight: 600;
}
.ads-toolbar-submenu-item.is-current-page:after {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground);
  height: calc(100% - 1.25rem);
}
.ads-toolbar-submenu-item.state-hover, .ads-toolbar-submenu-item:hover:not(:disabled, :focus) {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_hover);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_hover);
  cursor: pointer;
}
.ads-toolbar-submenu-item.state-hover .ads-icon:not(.size-extra-small) svg > path, .ads-toolbar-submenu-item:hover:not(:disabled, :focus) .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground_hover) !important;
}
.ads-toolbar-submenu-item.state-focus, .ads-toolbar-submenu-item:focus:not(:disabled) {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_focus);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_focus);
  box-shadow: var(--ads-ring_focus-inset);
}
.ads-toolbar-submenu-item.state-focus .ads-icon:not(.size-extra-small) svg > path, .ads-toolbar-submenu-item:focus:not(:disabled) .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground_focus) !important;
}
.ads-toolbar-submenu-item.state-focus.is-selected, .ads-toolbar-submenu-item:focus:not(:disabled).is-selected {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_selected);
}
.ads-toolbar-submenu-item.state-focus.is-selected .ads-icon:not(.size-extra-small) svg > path, .ads-toolbar-submenu-item:focus:not(:disabled).is-selected .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected) !important;
}
.ads-toolbar-submenu-item.state-focus.is-current-page, .ads-toolbar-submenu-item:focus:not(:disabled).is-current-page {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_focus);
}
.ads-toolbar-submenu-item:focus:not(:disabled, :focus-visible) {
  color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_hover);
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-background_hover);
  box-shadow: none;
}
.ads-toolbar-submenu-item:focus:not(:disabled, :focus-visible) .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-toolbar-menu-item-foreground_hover) !important;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-toolbar-hamburger {
  display: block;
  position: relative;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  margin: 0;
  appearance: none;
  background-color: transparent;
  border-radius: 0.25rem;
  outline: 0;
  outline-offset: 0;
}
.ads-toolbar-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground);
  border-radius: 0.125rem;
  transform-origin: top left;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.ads-toolbar-hamburger span:nth-child(1) {
  transform: translate(-50%, -0.5rem);
}
.ads-toolbar-hamburger span:nth-child(2) {
  width: 1.5rem;
  transform: translate(calc(-50% - 0.125rem), 0);
}
.ads-toolbar-hamburger span:nth-child(2)::before, .ads-toolbar-hamburger span:nth-child(2)::after {
  position: absolute;
  left: 1px;
  display: block;
  width: 1px;
  height: 5px;
  background-color: inherit;
  border-radius: 0.125rem;
  content: "";
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ads-toolbar-hamburger span:nth-child(2)::before {
  top: auto;
  bottom: 0;
  height: 6px;
  border-bottom-right-radius: 0;
  transform: rotate(45deg);
}
.ads-toolbar-hamburger span:nth-child(2)::after {
  top: 0;
  bottom: auto;
  border-top-right-radius: 0;
  transform: rotate(-45deg);
}
.ads-toolbar-hamburger span:nth-child(3) {
  opacity: 1;
  transform: translate(-50%, 0.5rem);
}
.ads-toolbar-hamburger::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid var(--ads-color-app-navigation-toolbar-menu-item-background);
  border-radius: 0.5rem;
  content: "";
  transition: border-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-toolbar-hamburger:hover:not(:disabled) {
  cursor: pointer;
}
.ads-toolbar-hamburger:hover:not(:disabled) span {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_hover);
}
.ads-toolbar-hamburger:hover:not(:disabled) span:nth-child(2) {
  width: 1.75rem;
  transform: translate(calc(-50% - 0.25rem), 0);
}
.ads-toolbar-hamburger:hover:not(:disabled)::after {
  border-color: var(--ads-color-app-navigation-toolbar-menu-item-background_hover);
}
.ads-toolbar-hamburger:focus:not(:disabled) span {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_focus);
}
.ads-toolbar-hamburger:focus:not(:disabled)::after {
  border-color: var(--ads-color-app-navigation-toolbar-menu-item-background_focus);
}
.ads-toolbar-hamburger:focus:not(:disabled, :focus-visible) span {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_hover);
}
.ads-toolbar-hamburger:focus:not(:disabled, :focus-visible)::after {
  border-color: var(--ads-color-app-navigation-toolbar-menu-item-background_hover);
}
.ads-toolbar-hamburger.is-expanded span {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
}
.ads-toolbar-hamburger.is-expanded span:nth-child(2) {
  transform: translate(calc(-50% + 0.125rem), 0);
}
.ads-toolbar-hamburger.is-expanded span:nth-child(2)::before {
  left: auto;
  right: 1px;
  transform: rotate(-45deg);
}
.ads-toolbar-hamburger.is-expanded span:nth-child(2)::after {
  left: auto;
  right: 1px;
  transform: rotate(45deg);
}
.ads-toolbar-hamburger.is-expanded:hover span:nth-child(2) {
  width: 1.75rem;
  transform: translate(calc(-50% + 0.25rem), 0);
}
.ads-toolbar-hamburger.is-expanded:focus:not(:disabled) span {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_focus);
}
.ads-toolbar-hamburger.is-expanded:focus:not(:disabled) span::before, .ads-toolbar-hamburger.is-expanded:focus:not(:disabled) span::after {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_focus);
}
.ads-toolbar-hamburger.is-expanded:focus:not(:disabled, :focus-visible) span {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
}
.ads-toolbar-hamburger.is-expanded:focus:not(:disabled, :focus-visible) span::before, .ads-toolbar-hamburger.is-expanded:focus:not(:disabled, :focus-visible) span::after {
  background-color: var(--ads-color-app-navigation-toolbar-menu-item-foreground_selected);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-hamburger {
  position: relative;
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: none;
  margin: 0;
  appearance: none;
  background-color: transparent;
  border-radius: 0.25rem;
  outline: 0;
  outline-offset: 0;
}
@media (min-width: 769px) {
  .ads-hamburger {
    display: block;
  }
}
.ads-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: var(--ads-color-app-navigation-menu-item-foreground);
  border-radius: 0.125rem;
  transform-origin: top left;
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
.ads-hamburger span:nth-child(1) {
  transform: translate(-50%, -0.5rem);
}
.ads-hamburger span:nth-child(2) {
  width: 1.5rem;
  transform: translate(calc(-50% + 0.125rem), 0);
}
.ads-hamburger span:nth-child(2)::before, .ads-hamburger span:nth-child(2)::after {
  position: absolute;
  right: 1px;
  display: block;
  width: 1px;
  height: 5px;
  background-color: inherit;
  border-radius: 0.125rem;
  content: "";
  transition: background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ads-hamburger span:nth-child(2)::before {
  top: auto;
  bottom: 0;
  height: 6px;
  border-bottom-right-radius: 0;
  transform: rotate(-45deg);
}
.ads-hamburger span:nth-child(2)::after {
  top: 0;
  bottom: auto;
  border-top-right-radius: 0;
  transform: rotate(45deg);
}
.ads-hamburger span:nth-child(3) {
  opacity: 1;
  transform: translate(-50%, 0.5rem);
}
.ads-hamburger::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid var(--ads-color-app-navigation-menu-item-background);
  border-radius: 0.5rem;
  content: "";
  transition: border-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-hamburger:hover:not(:disabled) {
  cursor: pointer;
}
.ads-hamburger:hover:not(:disabled) span {
  background-color: var(--ads-color-app-navigation-menu-item-foreground_hover);
}
.ads-hamburger:hover:not(:disabled) span:nth-child(2) {
  width: 1.75rem;
  transform: translate(calc(-50% + 0.25rem), 0);
}
.ads-hamburger:hover:not(:disabled)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_hover);
}
.ads-hamburger:focus:not(:disabled) span {
  background-color: var(--ads-color-app-navigation-menu-item-foreground_focus);
}
.ads-hamburger:focus:not(:disabled)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_focus);
}
.ads-hamburger:focus:not(:disabled, :focus-visible) span {
  background-color: var(--ads-color-app-navigation-menu-item-foreground_hover);
}
.ads-hamburger:focus:not(:disabled, :focus-visible)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_hover);
}
.ads-hamburger.is-expanded span {
  background-color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-hamburger.is-expanded span:nth-child(2) {
  transform: translate(calc(-50% - 0.125rem), 0);
}
.ads-hamburger.is-expanded span:nth-child(2)::before {
  right: auto;
  left: 1px;
  transform: rotate(45deg);
}
.ads-hamburger.is-expanded span:nth-child(2)::after {
  right: auto;
  left: 1px;
  transform: rotate(-45deg);
}
.ads-hamburger.is-expanded:hover span:nth-child(2) {
  width: 1.75rem;
  transform: translate(calc(-50% - 0.25rem), 0);
}
.ads-hamburger.is-expanded:focus:not(:disabled) span {
  background-color: var(--ads-color-app-navigation-menu-item-foreground_focus);
}
.ads-hamburger.is-expanded:focus:not(:disabled) span::before, .ads-hamburger.is-expanded:focus:not(:disabled) span::after {
  background-color: var(--ads-color-app-navigation-menu-item-foreground_focus);
}
.ads-hamburger.is-expanded:focus:not(:disabled, :focus-visible) span {
  background-color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-hamburger.is-expanded:focus:not(:disabled, :focus-visible) span::before, .ads-hamburger.is-expanded:focus:not(:disabled, :focus-visible) span::after {
  background-color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-menu-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 2rem 1.5rem 1rem 1.5rem;
  border: none;
  margin: 0;
  background-color: transparent;
  color: var(--ads-color-app-navigation-menu-item-foreground);
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .ads-menu-item {
    padding: 0.5rem 1.5rem 0.5rem 1.5rem;
    margin: 0;
  }
}
.ads-menu-item .ads-icon {
  flex: none;
  background-color: var(--ads-color-app-navigation-menu-item-icon-background);
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ads-menu-item .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-menu-item-icon-foreground) !important;
}
.ads-menu-item .ads-icon.size-extra-small {
  display: none;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.15s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
}
.ads-menu-item .ads-icon.size-extra-small svg > path {
  fill: var(--ads-color-app-navigation-menu-item-foreground) !important;
}
@media (min-width: 1200px) {
  .ads-menu-item .ads-icon.size-extra-small {
    display: inline-flex;
  }
}
.ads-menu-item span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  flex: 1 1 auto;
  padding: 0;
  border: none;
  border-width: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  color: inherit;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  opacity: 0;
  text-align: left;
  transition: color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.15s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  white-space: nowrap;
}
@media (min-width: 769px) {
  .ads-menu-item span {
    overflow: unset;
    width: auto;
    height: auto;
    margin: 0 0 0 1rem;
    clip: unset;
  }
}
.ads-menu-item .ads-menu-item_initials {
  position: relative;
  display: inline-flex;
  width: 1.75rem;
  height: 0;
  color: var(--ads-color-app-navigation-menu-item-foreground);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0.125rem;
  padding: 0;
  transition: color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ads-menu-item .ads-menu-item_initials::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid var(--ads-color-app-navigation-menu-item-foreground);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  transition: border-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translate(-50%, -50%);
}
.ads-menu-item .ads-menu-item_notifications {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  left: 2.75rem;
  display: block;
  height: auto;
  padding: 0.25rem 0.375rem 0.25rem 0.375rem;
  border-radius: 0.75rem;
  box-shadow: var(--ads-shadow-depth-2);
  background-color: var(--ads-color-accent);
  color: var(--ads-color-app-navigation-menu-item-foreground);
  font-family: "Alphabet sans pro", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .ads-menu-item .ads-menu-item_notifications {
    top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .ads-menu-item .ads-menu-item_notifications {
    top: 0;
  }
}
.ads-menu-item::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 1rem;
  display: block;
  width: calc(100% - 2rem);
  height: 0;
  background-color: transparent;
  content: "";
  transition: width 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), height 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1200px) {
  .ads-menu-item::before {
    left: 0;
    width: 0;
    height: 100%;
  }
}
.ads-menu-item::after {
  position: absolute;
  z-index: -1;
  top: -0.5rem;
  right: auto;
  right: auto;
  bottom: auto;
  left: 1rem;
  display: block;
  width: 3rem;
  height: calc(100% + 1rem);
  border: 2px solid var(--ads-color-app-navigation-menu-item-background);
  border-radius: 0.5rem;
  content: "";
  transition: border-color 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), width 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ads-menu-item.is-selected {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-menu-item.is-selected::before {
  height: 2px;
  background-color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
@media (min-width: 1200px) {
  .ads-menu-item.is-selected::before {
    width: 2px;
    height: 100%;
  }
}
.ads-menu-item.is-selected::after {
  background-color: transparent;
}
.ads-menu-item.is-selected ads-icon .ads-icon:not(.size-extra-small) {
  background-color: var(--ads-color-app-navigation-menu-item-icon-background_selected);
}
.ads-menu-item.is-selected ads-icon .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-icon-foreground_selected) !important;
}
.ads-menu-item.is-selected .ads-menu-item_initials {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-menu-item.is-selected .ads-menu-item_initials::after {
  border-color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-menu-item.is-expanded span {
  opacity: 1;
  visibility: visible;
}
.ads-menu-item.is-expanded .ads-icon.size-extra-small {
  opacity: 1;
  visibility: visible;
}
.ads-menu-item.is-expanded::after {
  right: 1rem;
  width: auto;
}
.ads-menu-item:hover:not(:disabled) {
  cursor: pointer;
}
.ads-menu-item.state-hover, .ads-menu-item:hover:not(:disabled, .is-selected, :focus) {
  color: var(--ads-color-app-navigation-menu-item-foreground_hover);
}
.ads-menu-item.state-hover::after, .ads-menu-item:hover:not(:disabled, .is-selected, :focus)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_hover);
}
.ads-menu-item.state-hover .ads-icon:not(.size-extra-small), .ads-menu-item:hover:not(:disabled, .is-selected, :focus) .ads-icon:not(.size-extra-small) {
  background-color: var(--ads-color-app-navigation-menu-item-icon-background_hover);
}
.ads-menu-item.state-hover .ads-icon:not(.size-extra-small) svg > path, .ads-menu-item:hover:not(:disabled, .is-selected, :focus) .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-icon-foreground_hover) !important;
}
.ads-menu-item.state-hover .ads-menu-item_initials, .ads-menu-item:hover:not(:disabled, .is-selected, :focus) .ads-menu-item_initials {
  color: var(--ads-color-app-navigation-menu-item-foreground_hover);
}
.ads-menu-item.state-hover .ads-menu-item_initials::after, .ads-menu-item:hover:not(:disabled, .is-selected, :focus) .ads-menu-item_initials::after {
  border-color: var(--ads-color-app-navigation-menu-item-foreground_hover);
}
.ads-menu-item.state-focus, .ads-menu-item:focus:not(:disabled) {
  color: var(--ads-color-app-navigation-menu-item-foreground_focus);
}
.ads-menu-item.state-focus::after, .ads-menu-item:focus:not(:disabled)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_focus);
}
.ads-menu-item.state-focus .ads-icon:not(.size-extra-small), .ads-menu-item:focus:not(:disabled) .ads-icon:not(.size-extra-small) {
  background-color: var(--ads-color-app-navigation-menu-item-icon-background_focus);
}
.ads-menu-item.state-focus .ads-icon:not(.size-extra-small) svg > path, .ads-menu-item:focus:not(:disabled) .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-icon-foreground_focus) !important;
}
.ads-menu-item.state-focus .ads-menu-item_initials, .ads-menu-item:focus:not(:disabled) .ads-menu-item_initials {
  color: var(--ads-color-app-navigation-menu-item-foreground_focus);
}
.ads-menu-item.state-focus .ads-menu-item_initials::after, .ads-menu-item:focus:not(:disabled) .ads-menu-item_initials::after {
  border-color: var(--ads-color-app-navigation-menu-item-foreground_focus);
}
.ads-menu-item.state-focus.is-selected, .ads-menu-item:focus:not(:disabled).is-selected {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-menu-item.state-focus.is-selected .ads-icon:not(.size-extra-small), .ads-menu-item:focus:not(:disabled).is-selected .ads-icon:not(.size-extra-small) {
  background-color: var(--ads-color-app-navigation-menu-item-icon-background_selected);
}
.ads-menu-item.state-focus.is-selected .ads-icon:not(.size-extra-small) svg > path, .ads-menu-item:focus:not(:disabled).is-selected .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-icon-foreground_selected) !important;
}
.ads-menu-item.state-focus.is-selected .ads-menu-item_initials, .ads-menu-item:focus:not(:disabled).is-selected .ads-menu-item_initials {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-menu-item.state-focus.is-selected .ads-menu-item_initials::after, .ads-menu-item:focus:not(:disabled).is-selected .ads-menu-item_initials::after {
  border-color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-menu-item:focus:not(:disabled, :focus-visible) {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-menu-item:focus:not(:disabled, :focus-visible)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_selected);
}
.ads-menu-item:focus:not(:disabled, :focus-visible) .ads-icon:not(.size-extra-small) {
  background-color: var(--ads-color-app-navigation-menu-item-icon-background_selected);
}
.ads-menu-item:focus:not(:disabled, :focus-visible) .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-icon-foreground_selected) !important;
}
.ads-menu-item:focus:not(:disabled, :focus-visible) .ads-menu-item_initials {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-menu-item:focus:not(:disabled, :focus-visible) .ads-menu-item_initials::after {
  border-color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-submenu-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.5rem 0 0.5rem 0;
  border: none;
  margin: 0;
  background-color: transparent;
  color: var(--ads-color-app-navigation-menu-item-foreground);
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}
.ads-submenu-item .ads-icon {
  flex: none;
  margin: 0 0.75rem 0 0;
  transition: transform 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.ads-submenu-item .ads-icon.size-extra-small {
  margin: 0;
}
.ads-submenu-item .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-menu-item-foreground) !important;
}
.ads-submenu-item span {
  display: inline-block;
  flex: 1 1 auto;
  margin: 0;
  color: inherit;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.15s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-submenu-item::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: block;
  width: calc(100% + 1rem);
  height: 100%;
  border: 2px solid var(--ads-color-app-navigation-menu-item-background);
  border-radius: 0.5rem;
  content: "";
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: border-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-submenu-item.is-selected {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-submenu-item.is-selected::after {
  background-color: var(--ads-color-app-navigation-menu-item-background_selected);
}
.ads-submenu-item.is-selected .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-foreground_selected) !important;
}
.ads-submenu-item.is-current-page {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-submenu-item.is-current-page::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -1rem;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--ads-color-app-navigation-menu-item-foreground_selected);
  border-radius: 50%;
  content: "";
  transform: translate(0, -50%);
  transition: background-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-submenu-item.state-hover, .ads-submenu-item:hover:not(:disabled, :focus) {
  color: var(--ads-color-app-navigation-menu-item-foreground_hover);
  cursor: pointer;
}
.ads-submenu-item.state-hover::after, .ads-submenu-item:hover:not(:disabled, :focus)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_hover);
}
.ads-submenu-item.state-hover .ads-icon:not(.size-extra-small) svg > path, .ads-submenu-item:hover:not(:disabled, :focus) .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-foreground_hover) !important;
}
.ads-submenu-item.state-focus, .ads-submenu-item:focus:not(:disabled) {
  color: var(--ads-color-app-navigation-menu-item-foreground_focus);
}
.ads-submenu-item.state-focus::after, .ads-submenu-item:focus:not(:disabled)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_focus);
}
.ads-submenu-item.state-focus .ads-icon:not(.size-extra-small) svg > path, .ads-submenu-item:focus:not(:disabled) .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-foreground_focus) !important;
}
.ads-submenu-item.state-focus.is-selected, .ads-submenu-item:focus:not(:disabled).is-selected {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-submenu-item.state-focus.is-selected .ads-icon:not(.size-extra-small) svg > path, .ads-submenu-item:focus:not(:disabled).is-selected .ads-icon:not(.size-extra-small) svg > path {
  fill: var(--ads-color-app-navigation-menu-item-foreground_selected) !important;
}
.ads-submenu-item.state-focus.is-current-page, .ads-submenu-item:focus:not(:disabled).is-current-page {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-submenu-item.state-focus.is-current-page::before, .ads-submenu-item:focus:not(:disabled).is-current-page::before {
  background-color: var(--ads-color-app-navigation-menu-item-background_focus);
}
.ads-submenu-item:focus:not(:disabled, :focus-visible) {
  color: var(--ads-color-app-navigation-menu-item-foreground_selected);
}
.ads-submenu-item:focus:not(:disabled, :focus-visible) .ads-icon svg > path {
  fill: var(--ads-color-app-navigation-menu-item-foreground_selected) !important;
}
.ads-submenu-item:focus:not(:disabled, :focus-visible)::after {
  border-color: var(--ads-color-app-navigation-menu-item-background_selected);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-side-menu-item {
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 1rem 1rem;
  border: none;
  background-color: transparent;
  color: var(--ads-color-white);
  cursor: pointer;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), box-shadow 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-side-menu-item span {
  font-size: inherit;
}
.ads-side-menu-item::before {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background-color: transparent;
  content: "";
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media (min-width: 769px) {
  .ads-side-menu-item {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: 1rem;
    line-height: 1.1;
  }
  .ads-side-menu-item span {
    display: inline-block;
  }
  .ads-side-menu-item::before {
    top: 0;
    bottom: auto;
    left: 0;
    width: 0.25rem;
    height: 100%;
  }
}
.ads-side-menu-item .ads-icon {
  margin: 0;
}
@media (min-width: 769px) {
  .ads-side-menu-item .ads-icon {
    margin-right: 0.5rem;
  }
}
.ads-side-menu-item .ads-icon svg path {
  fill: var(--ads-color-white) !important;
}
.ads-side-menu-item:hover {
  color: var(--ads-color-secondary);
}
.ads-side-menu-item:hover::before {
  background-color: transparent;
}
.ads-side-menu-item:hover .ads-icon svg path {
  fill: var(--ads-color-secondary) !important;
}
.ads-side-menu-item:focus {
  box-shadow: var(--ads-ring_focus);
  color: var(--ads-color-secondary);
}
.ads-side-menu-item:focus::before {
  background-color: transparent;
}
.ads-side-menu-item:focus .ads-icon svg path {
  fill: var(--ads-color-secondary) !important;
}
.ads-side-menu-item:active {
  color: var(--ads-color-white);
}
.ads-side-menu-item:active::before {
  background-color: transparent;
}
.ads-side-menu-item:active .ads-icon svg path {
  fill: var(--ads-color-white) !important;
}
.ads-side-menu-item.selected {
  color: var(--ads-color-secondary);
}
.ads-side-menu-item.selected::before {
  background-color: var(--ads-color-secondary);
}
.ads-side-menu-item.selected .ads-icon svg path {
  fill: var(--ads-color-secondary) !important;
}
.ads-side-menu-item.selected:focus {
  box-shadow: none;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-anchor {
  position: relative;
  display: inline-flex;
  padding: 0;
  border: none;
  align-items: center;
  background-color: transparent;
  border-radius: 0.125rem;
  box-shadow: var(--ads-ring_transparent);
  color: var(--ads-color-primary);
  cursor: pointer;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
  transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), box-shadow 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-anchor.text-size-large {
  font-size: 1.25rem;
}
.ads-anchor.text-size-small {
  font-size: 0.875rem;
}
.ads-anchor.text-size-extra-small {
  font-size: 0.75rem;
}
.ads-anchor::after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0.125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--ads-color-primary);
  content: "";
  transform: scaleX(0);
  transform-origin: bottom left;
  transform-style: preserve-3d;
  transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.ads-anchor.active::after, .ads-anchor:hover::after, .ads-anchor:active::after, .ads-anchor:focus::after {
  transform: scaleX(1);
}
.ads-anchor:focus {
  box-shadow: var(--ads-ring_focus);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
p {
  margin-bottom: 1rem;
  color: var(--ads-color-app-text);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-block-end: 1rem;
  margin-block-start: 0;
}
p.text-size-large {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  p.text-size-large {
    margin-bottom: 3rem;
  }
}
p.text-size-extra-large {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  p.text-size-extra-large {
    margin-bottom: 3rem;
  }
}
p.text-size-small {
  font-size: 0.875rem;
}
p.text-size-extra-small {
  font-size: 0.75rem;
}
@media (min-width: 769px) {
  p {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  p {
    margin-bottom: 2rem;
  }
}

span {
  color: inherit;
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-block-end: 0;
  margin-block-start: 0;
}
span.text-size-large {
  font-size: 1.25rem;
  line-height: 1.5;
}
span.text-size-small {
  font-size: 0.875rem;
}
span.text-size-extra-small {
  font-size: 0.75rem;
}
span.is-hidden {
  display: none;
}

article {
  margin-bottom: 1rem;
}
article h3,
article h4,
article h5 {
  margin-bottom: 1rem;
}
article p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  article {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  article {
    margin-bottom: 3rem;
  }
}

strong {
  font-family: "Alphabet sans pro", sans-serif;
  font-weight: 600;
}

blockquote + blockquote,
blockquote + dl,
blockquote + dd,
blockquote + dt,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
blockquote + hr,
blockquote + figure,
blockquote + p,
blockquote + pre,
dl + blockquote,
dl + dl,
dl + dd,
dl + dt,
dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
dl + hr,
dl + figure,
dl + p,
dl + pre,
dd + blockquote,
dd + dl,
dd + dd,
dd + dt,
dd + h1,
dd + h2,
dd + h3,
dd + h4,
dd + h5,
dd + h6,
dd + hr,
dd + figure,
dd + p,
dd + pre,
dt + blockquote,
dt + dl,
dt + dd,
dt + dt,
dt + h1,
dt + h2,
dt + h3,
dt + h4,
dt + h5,
dt + h6,
dt + hr,
dt + figure,
dt + p,
dt + pre,
hr + blockquote,
hr + dl,
hr + dd,
hr + dt,
hr + h1,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
hr + hr,
hr + figure,
hr + p,
hr + pre,
figure + blockquote,
figure + dl,
figure + dd,
figure + dt,
figure + h1,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6,
figure + hr,
figure + figure,
figure + p,
figure + pre,
p + blockquote,
p + dl,
p + dd,
p + dt,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
p + hr,
p + figure,
p + p,
p + pre,
pre + blockquote,
pre + dl,
pre + dd,
pre + dt,
pre + h1,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
pre + hr,
pre + figure,
pre + p,
pre + pre {
  margin-top: 0.5rem;
}

blockquote {
  border-left: 0.25rem Solid var(--ads-color-gray-6);
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0.25rem 0.75rem;
  margin-block-start: 0;
  margin-block-end: 0;
  font-style: italic;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
/** Utilities **/
/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.bg-color-white {
  background-color: var(--ads-color-white);
}

.bg-color-black {
  background-color: var(--ads-color-black);
}

.bg-color-primary {
  background-color: var(--ads-color-primary);
}

.bg-color-primary-active {
  background-color: var(--ads-color-primary_active);
}

.bg-color-primary-hover {
  background-color: var(--ads-color-primary_hover);
}

.bg-color-primary-focus {
  background-color: var(--ads-color-primary_focus);
}

.bg-color-accent {
  background-color: var(--ads-color-accent);
}

.bg-color-accent-active {
  background-color: var(--ads-color-accent_hover);
}

.bg-color-accent-hover {
  background-color: var(--ads-color-accent_hover);
}

.bg-color-accent-focus {
  background-color: var(--ads-color-accent_focus);
}

.bg-color-gray {
  background-color: var(--ads-color-gray-20);
}

.bg-color-gray-background {
  background-color: var(--ads-color-gray-6);
}

.bg-color-gray-dark {
  background-color: var(--ads-color-gray-70);
}

.bg-color-disabled {
  background-color: var(--ads-color-disabled);
}

.bg-color-disabled-font {
  background-color: var(--ads-color-disabled-foreground);
}

.bg-color-secondary {
  background-color: var(--ads-color-secondary);
}

.bg-color-secondary-active {
  background-color: var(--ads-color-secondary_active);
}

.bg-color-secondary-hover {
  background-color: var(--ads-color-secondary_hover);
}

.bg-color-secondary-focus {
  background-color: var(--ads-color-secondary_focus);
}

.bg-color-error {
  background-color: var(--ads-color-error);
}

.bg-color-error-background {
  background-color: var(--ads-color-error-background);
}

.bg-color-info {
  background-color: var(--ads-color-info);
}

.bg-color-info-background {
  background-color: var(--ads-color-info-background);
}

.bg-color-success {
  background-color: var(--ads-color-success);
}

.bg-color-success-background {
  background-color: var(--ads-color-success-background);
}

.bg-color-warning {
  background-color: var(--ads-color-warning);
}

.bg-color-warning-background {
  background-color: var(--ads-color-warning-background);
}

.bg-color-notification {
  background-color: var(--ads-color-notification);
}

.bg-color-notification-background {
  background-color: var(--ads-color-notification-background);
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.flex-centered {
  display: flex;
  align-items: center;
}

.ads-display-block-as-2-columns {
  display: grid;
  gap: 1rem 2rem;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
.ads-display-block-as-2-columns p {
  padding-right: 2rem;
  margin: 0;
}
@media (min-width: 769px) {
  .ads-display-block-as-2-columns {
    gap: 2rem 4rem;
    grid-template-columns: 1fr 1fr;
  }
}

.ads-display-block-as-3-columns {
  display: grid;
  gap: 1rem 2rem;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
.ads-display-block-as-3-columns p {
  padding-right: 2rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ads-display-block-as-3-columns {
    gap: 2rem 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.opacity-05 {
  opacity: 0.5;
}

/** Eases **/
@keyframes alFxAppear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ads-fx-appear {
  position: inherit;
  z-index: inherit;
  animation-delay: 0.15s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: alFxAppear;
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform-style: preserve-3d;
}

.ads-fx-appear-fast {
  position: inherit;
  z-index: inherit;
  animation-delay: 0.1s;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-name: alFxAppear;
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform-style: preserve-3d;
}

@keyframes alFxDisappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ads-fx-disappear {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: alFxDisappear;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.ads-fx-disappear-fast {
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-name: alFxDisappear;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.ads-fx-disappear-slow {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: alFxDisappear;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  z-index: -1;
}

@keyframes alFxAppearFromTop {
  from {
    opacity: 0;
    transform: translateY(-6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ads-fx-appear-from-top {
  animation-delay: 0;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: alFxAppearFromTop;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateY(-6rem);
}

@keyframes alFxAppearFromBottom {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ads-fx-appear-from-bottom {
  animation-delay: 0;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: alFxAppearFromBottom;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateY(1rem);
}

@keyframes alFxAppearFromRight {
  from {
    opacity: 0;
    transform: translateX(1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ads-fx-appear-from-right {
  animation-delay: 0;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: alFxAppearFromRight;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateX(1rem);
}

@keyframes alFxAppearFromLeft {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ads-fx-appear-from-left {
  animation-delay: 0;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: alFxAppearFromLeft;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateX(-1rem);
}

@keyframes alFxPulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ads-fx-pulse {
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: alFxPulse;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes alFxLoading {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  45% {
    transform: scale(0, 1);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  95% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ads-fx-loading {
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: alFxLoading;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(1, 1);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.text-color-primary {
  color: var(--ads-color-primary);
}

.text-color-accent {
  color: var(--ads-color-accent);
}

.text-color-secondary {
  color: var(--ads-color-secondary);
}

.text-color-white {
  color: var(--ads-color-white);
}

.text-color-black {
  color: var(--ads-color-black);
}

.text-color-gray-12 {
  color: var(--ads-color-gray-12);
}

.text-color-gray-20 {
  color: var(--ads-color-gray-20);
}

.text-color-gray,
.text-color-gray-50 {
  color: var(--ads-color-gray-50);
}

.text-color-gray-70 {
  color: var(--ads-color-gray-70);
}

.text-color-gray-85 {
  color: var(--ads-color-gray-85);
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-regular {
  font-weight: normal;
}

.text-weight-bold {
  font-weight: 600;
}

.text-size-tiny {
  font-size: 10px;
}

.text-size-extra-small {
  font-size: 0.75rem;
}

.text-size-small {
  font-size: 0.875rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-extra-large {
  font-size: 1.5rem;
}

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

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.font-alphabet-default {
  font-family: "Alphabet sans pro light", sans-serif;
}

.font-alphabet-default-bold {
  font-family: "Alphabet sans pro", sans-serif;
}

.font-alphabet-heading {
  font-family: "Alphabet slab pro light", sans-serif;
}

.font-alphabet-heading-bold {
  font-family: "Alphabet slab pro", sans-serif;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
@media (max-width: 768px) {
  .hide-on-mobile {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: none;
    border-width: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 1200px) {
  .hide-on-tablet {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: none;
    border-width: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .display-mobile-only {
    display: none;
  }
}

.screen-reader-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border-width: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.is-hidden {
  display: none;
}

@media print {
  button,
  i {
    display: none !important;
  }
}
/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mx-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.px-0 {
  padding-right: 0rem;
  padding-left: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.w-0 {
  width: 0rem;
}

.h-0 {
  height: 0rem;
}

.mh-0 {
  max-height: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.w-1 {
  width: 0.25rem;
}

.h-1 {
  height: 0.25rem;
}

.mh-1 {
  max-height: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.w-2 {
  width: 0.5rem;
}

.h-2 {
  height: 0.5rem;
}

.mh-2 {
  max-height: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mx-3 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.px-3 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.w-3 {
  width: 0.75rem;
}

.h-3 {
  height: 0.75rem;
}

.mh-3 {
  max-height: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.mh-4 {
  max-height: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.mx-5 {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.mh-5 {
  max-height: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mx-6 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

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

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.mh-6 {
  max-height: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

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

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mx-7 {
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.px-7 {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

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

.w-7 {
  width: 1.75rem;
}

.h-7 {
  height: 1.75rem;
}

.mh-7 {
  max-height: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mx-8 {
  margin-right: 2rem;
  margin-left: 2rem;
}

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

.p-8 {
  padding: 2rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

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

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.mh-8 {
  max-height: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mx-9 {
  margin-right: 2.25rem;
  margin-left: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.p-9 {
  padding: 2.25rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

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

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

.w-9 {
  width: 2.25rem;
}

.h-9 {
  height: 2.25rem;
}

.mh-9 {
  max-height: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

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

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

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

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

.mx-10 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

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

.p-10 {
  padding: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.mh-10 {
  max-height: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mx-11 {
  margin-right: 2.75rem;
  margin-left: 2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.p-11 {
  padding: 2.75rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.px-11 {
  padding-right: 2.75rem;
  padding-left: 2.75rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.w-11 {
  width: 2.75rem;
}

.h-11 {
  height: 2.75rem;
}

.mh-11 {
  max-height: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mx-12 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-12 {
  padding: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

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

.pl-12 {
  padding-left: 3rem;
}

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

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

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.mh-12 {
  max-height: 3rem;
}

.m-13 {
  margin: 3.25rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.mx-13 {
  margin-right: 3.25rem;
  margin-left: 3.25rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.p-13 {
  padding: 3.25rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.px-13 {
  padding-right: 3.25rem;
  padding-left: 3.25rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.w-13 {
  width: 3.25rem;
}

.h-13 {
  height: 3.25rem;
}

.mh-13 {
  max-height: 3.25rem;
}

.m-14 {
  margin: 3.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mx-14 {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.w-14 {
  width: 3.5rem;
}

.h-14 {
  height: 3.5rem;
}

.mh-14 {
  max-height: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mx-15 {
  margin-right: 3.75rem;
  margin-left: 3.75rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.p-15 {
  padding: 3.75rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.px-15 {
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.w-15 {
  width: 3.75rem;
}

.h-15 {
  height: 3.75rem;
}

.mh-15 {
  max-height: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

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

.mr-16 {
  margin-right: 4rem;
}

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

.ml-16 {
  margin-left: 4rem;
}

.mx-16 {
  margin-right: 4rem;
  margin-left: 4rem;
}

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

.p-16 {
  padding: 4rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.px-16 {
  padding-right: 4rem;
  padding-left: 4rem;
}

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

.w-16 {
  width: 4rem;
}

.h-16 {
  height: 4rem;
}

.mh-16 {
  max-height: 4rem;
}

.m-17 {
  margin: 4.25rem;
}

.mt-17 {
  margin-top: 4.25rem;
}

.mr-17 {
  margin-right: 4.25rem;
}

.mb-17 {
  margin-bottom: 4.25rem;
}

.ml-17 {
  margin-left: 4.25rem;
}

.mx-17 {
  margin-right: 4.25rem;
  margin-left: 4.25rem;
}

.my-17 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.p-17 {
  padding: 4.25rem;
}

.pt-17 {
  padding-top: 4.25rem;
}

.pr-17 {
  padding-right: 4.25rem;
}

.pb-17 {
  padding-bottom: 4.25rem;
}

.pl-17 {
  padding-left: 4.25rem;
}

.px-17 {
  padding-right: 4.25rem;
  padding-left: 4.25rem;
}

.py-17 {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.w-17 {
  width: 4.25rem;
}

.h-17 {
  height: 4.25rem;
}

.mh-17 {
  max-height: 4.25rem;
}

.m-18 {
  margin: 4.5rem;
}

.mt-18 {
  margin-top: 4.5rem;
}

.mr-18 {
  margin-right: 4.5rem;
}

.mb-18 {
  margin-bottom: 4.5rem;
}

.ml-18 {
  margin-left: 4.5rem;
}

.mx-18 {
  margin-right: 4.5rem;
  margin-left: 4.5rem;
}

.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.p-18 {
  padding: 4.5rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pr-18 {
  padding-right: 4.5rem;
}

.pb-18 {
  padding-bottom: 4.5rem;
}

.pl-18 {
  padding-left: 4.5rem;
}

.px-18 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.w-18 {
  width: 4.5rem;
}

.h-18 {
  height: 4.5rem;
}

.mh-18 {
  max-height: 4.5rem;
}

.m-19 {
  margin: 4.75rem;
}

.mt-19 {
  margin-top: 4.75rem;
}

.mr-19 {
  margin-right: 4.75rem;
}

.mb-19 {
  margin-bottom: 4.75rem;
}

.ml-19 {
  margin-left: 4.75rem;
}

.mx-19 {
  margin-right: 4.75rem;
  margin-left: 4.75rem;
}

.my-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.p-19 {
  padding: 4.75rem;
}

.pt-19 {
  padding-top: 4.75rem;
}

.pr-19 {
  padding-right: 4.75rem;
}

.pb-19 {
  padding-bottom: 4.75rem;
}

.pl-19 {
  padding-left: 4.75rem;
}

.px-19 {
  padding-right: 4.75rem;
  padding-left: 4.75rem;
}

.py-19 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.w-19 {
  width: 4.75rem;
}

.h-19 {
  height: 4.75rem;
}

.mh-19 {
  max-height: 4.75rem;
}

.m-20 {
  margin: 5rem;
}

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

.mr-20 {
  margin-right: 5rem;
}

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

.ml-20 {
  margin-left: 5rem;
}

.mx-20 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-20 {
  padding: 5rem;
}

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

.pr-20 {
  padding-right: 5rem;
}

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

.pl-20 {
  padding-left: 5rem;
}

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

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

.w-20 {
  width: 5rem;
}

.h-20 {
  height: 5rem;
}

.mh-20 {
  max-height: 5rem;
}

.m-21 {
  margin: 5.25rem;
}

.mt-21 {
  margin-top: 5.25rem;
}

.mr-21 {
  margin-right: 5.25rem;
}

.mb-21 {
  margin-bottom: 5.25rem;
}

.ml-21 {
  margin-left: 5.25rem;
}

.mx-21 {
  margin-right: 5.25rem;
  margin-left: 5.25rem;
}

.my-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.p-21 {
  padding: 5.25rem;
}

.pt-21 {
  padding-top: 5.25rem;
}

.pr-21 {
  padding-right: 5.25rem;
}

.pb-21 {
  padding-bottom: 5.25rem;
}

.pl-21 {
  padding-left: 5.25rem;
}

.px-21 {
  padding-right: 5.25rem;
  padding-left: 5.25rem;
}

.py-21 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.w-21 {
  width: 5.25rem;
}

.h-21 {
  height: 5.25rem;
}

.mh-21 {
  max-height: 5.25rem;
}

.m-22 {
  margin: 5.5rem;
}

.mt-22 {
  margin-top: 5.5rem;
}

.mr-22 {
  margin-right: 5.5rem;
}

.mb-22 {
  margin-bottom: 5.5rem;
}

.ml-22 {
  margin-left: 5.5rem;
}

.mx-22 {
  margin-right: 5.5rem;
  margin-left: 5.5rem;
}

.my-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.p-22 {
  padding: 5.5rem;
}

.pt-22 {
  padding-top: 5.5rem;
}

.pr-22 {
  padding-right: 5.5rem;
}

.pb-22 {
  padding-bottom: 5.5rem;
}

.pl-22 {
  padding-left: 5.5rem;
}

.px-22 {
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}

.py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.w-22 {
  width: 5.5rem;
}

.h-22 {
  height: 5.5rem;
}

.mh-22 {
  max-height: 5.5rem;
}

.m-23 {
  margin: 5.75rem;
}

.mt-23 {
  margin-top: 5.75rem;
}

.mr-23 {
  margin-right: 5.75rem;
}

.mb-23 {
  margin-bottom: 5.75rem;
}

.ml-23 {
  margin-left: 5.75rem;
}

.mx-23 {
  margin-right: 5.75rem;
  margin-left: 5.75rem;
}

.my-23 {
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
}

.p-23 {
  padding: 5.75rem;
}

.pt-23 {
  padding-top: 5.75rem;
}

.pr-23 {
  padding-right: 5.75rem;
}

.pb-23 {
  padding-bottom: 5.75rem;
}

.pl-23 {
  padding-left: 5.75rem;
}

.px-23 {
  padding-right: 5.75rem;
  padding-left: 5.75rem;
}

.py-23 {
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}

.w-23 {
  width: 5.75rem;
}

.h-23 {
  height: 5.75rem;
}

.mh-23 {
  max-height: 5.75rem;
}

.m-24 {
  margin: 6rem;
}

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

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mx-24 {
  margin-right: 6rem;
  margin-left: 6rem;
}

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

.p-24 {
  padding: 6rem;
}

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

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

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

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

.w-24 {
  width: 6rem;
}

.h-24 {
  height: 6rem;
}

.mh-24 {
  max-height: 6rem;
}

.m-25 {
  margin: 6.25rem;
}

.mt-25 {
  margin-top: 6.25rem;
}

.mr-25 {
  margin-right: 6.25rem;
}

.mb-25 {
  margin-bottom: 6.25rem;
}

.ml-25 {
  margin-left: 6.25rem;
}

.mx-25 {
  margin-right: 6.25rem;
  margin-left: 6.25rem;
}

.my-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.p-25 {
  padding: 6.25rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

.pr-25 {
  padding-right: 6.25rem;
}

.pb-25 {
  padding-bottom: 6.25rem;
}

.pl-25 {
  padding-left: 6.25rem;
}

.px-25 {
  padding-right: 6.25rem;
  padding-left: 6.25rem;
}

.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.w-25 {
  width: 6.25rem;
}

.h-25 {
  height: 6.25rem;
}

.mh-25 {
  max-height: 6.25rem;
}

.m-26 {
  margin: 6.5rem;
}

.mt-26 {
  margin-top: 6.5rem;
}

.mr-26 {
  margin-right: 6.5rem;
}

.mb-26 {
  margin-bottom: 6.5rem;
}

.ml-26 {
  margin-left: 6.5rem;
}

.mx-26 {
  margin-right: 6.5rem;
  margin-left: 6.5rem;
}

.my-26 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.p-26 {
  padding: 6.5rem;
}

.pt-26 {
  padding-top: 6.5rem;
}

.pr-26 {
  padding-right: 6.5rem;
}

.pb-26 {
  padding-bottom: 6.5rem;
}

.pl-26 {
  padding-left: 6.5rem;
}

.px-26 {
  padding-right: 6.5rem;
  padding-left: 6.5rem;
}

.py-26 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.w-26 {
  width: 6.5rem;
}

.h-26 {
  height: 6.5rem;
}

.mh-26 {
  max-height: 6.5rem;
}

.m-27 {
  margin: 6.75rem;
}

.mt-27 {
  margin-top: 6.75rem;
}

.mr-27 {
  margin-right: 6.75rem;
}

.mb-27 {
  margin-bottom: 6.75rem;
}

.ml-27 {
  margin-left: 6.75rem;
}

.mx-27 {
  margin-right: 6.75rem;
  margin-left: 6.75rem;
}

.my-27 {
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

.p-27 {
  padding: 6.75rem;
}

.pt-27 {
  padding-top: 6.75rem;
}

.pr-27 {
  padding-right: 6.75rem;
}

.pb-27 {
  padding-bottom: 6.75rem;
}

.pl-27 {
  padding-left: 6.75rem;
}

.px-27 {
  padding-right: 6.75rem;
  padding-left: 6.75rem;
}

.py-27 {
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

.w-27 {
  width: 6.75rem;
}

.h-27 {
  height: 6.75rem;
}

.mh-27 {
  max-height: 6.75rem;
}

.m-28 {
  margin: 7rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mr-28 {
  margin-right: 7rem;
}

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

.ml-28 {
  margin-left: 7rem;
}

.mx-28 {
  margin-right: 7rem;
  margin-left: 7rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.p-28 {
  padding: 7rem;
}

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

.pr-28 {
  padding-right: 7rem;
}

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

.pl-28 {
  padding-left: 7rem;
}

.px-28 {
  padding-right: 7rem;
  padding-left: 7rem;
}

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

.w-28 {
  width: 7rem;
}

.h-28 {
  height: 7rem;
}

.mh-28 {
  max-height: 7rem;
}

.m-29 {
  margin: 7.25rem;
}

.mt-29 {
  margin-top: 7.25rem;
}

.mr-29 {
  margin-right: 7.25rem;
}

.mb-29 {
  margin-bottom: 7.25rem;
}

.ml-29 {
  margin-left: 7.25rem;
}

.mx-29 {
  margin-right: 7.25rem;
  margin-left: 7.25rem;
}

.my-29 {
  margin-top: 7.25rem;
  margin-bottom: 7.25rem;
}

.p-29 {
  padding: 7.25rem;
}

.pt-29 {
  padding-top: 7.25rem;
}

.pr-29 {
  padding-right: 7.25rem;
}

.pb-29 {
  padding-bottom: 7.25rem;
}

.pl-29 {
  padding-left: 7.25rem;
}

.px-29 {
  padding-right: 7.25rem;
  padding-left: 7.25rem;
}

.py-29 {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
}

.w-29 {
  width: 7.25rem;
}

.h-29 {
  height: 7.25rem;
}

.mh-29 {
  max-height: 7.25rem;
}

.m-30 {
  margin: 7.5rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mr-30 {
  margin-right: 7.5rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.ml-30 {
  margin-left: 7.5rem;
}

.mx-30 {
  margin-right: 7.5rem;
  margin-left: 7.5rem;
}

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.p-30 {
  padding: 7.5rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pr-30 {
  padding-right: 7.5rem;
}

.pb-30 {
  padding-bottom: 7.5rem;
}

.pl-30 {
  padding-left: 7.5rem;
}

.px-30 {
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.w-30 {
  width: 7.5rem;
}

.h-30 {
  height: 7.5rem;
}

.mh-30 {
  max-height: 7.5rem;
}

.m-31 {
  margin: 7.75rem;
}

.mt-31 {
  margin-top: 7.75rem;
}

.mr-31 {
  margin-right: 7.75rem;
}

.mb-31 {
  margin-bottom: 7.75rem;
}

.ml-31 {
  margin-left: 7.75rem;
}

.mx-31 {
  margin-right: 7.75rem;
  margin-left: 7.75rem;
}

.my-31 {
  margin-top: 7.75rem;
  margin-bottom: 7.75rem;
}

.p-31 {
  padding: 7.75rem;
}

.pt-31 {
  padding-top: 7.75rem;
}

.pr-31 {
  padding-right: 7.75rem;
}

.pb-31 {
  padding-bottom: 7.75rem;
}

.pl-31 {
  padding-left: 7.75rem;
}

.px-31 {
  padding-right: 7.75rem;
  padding-left: 7.75rem;
}

.py-31 {
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
}

.w-31 {
  width: 7.75rem;
}

.h-31 {
  height: 7.75rem;
}

.mh-31 {
  max-height: 7.75rem;
}

.m-32 {
  margin: 8rem;
}

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

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mx-32 {
  margin-right: 8rem;
  margin-left: 8rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.p-32 {
  padding: 8rem;
}

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

.pr-32 {
  padding-right: 8rem;
}

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

.pl-32 {
  padding-left: 8rem;
}

.px-32 {
  padding-right: 8rem;
  padding-left: 8rem;
}

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

.w-32 {
  width: 8rem;
}

.h-32 {
  height: 8rem;
}

.mh-32 {
  max-height: 8rem;
}

.m-33 {
  margin: 8.25rem;
}

.mt-33 {
  margin-top: 8.25rem;
}

.mr-33 {
  margin-right: 8.25rem;
}

.mb-33 {
  margin-bottom: 8.25rem;
}

.ml-33 {
  margin-left: 8.25rem;
}

.mx-33 {
  margin-right: 8.25rem;
  margin-left: 8.25rem;
}

.my-33 {
  margin-top: 8.25rem;
  margin-bottom: 8.25rem;
}

.p-33 {
  padding: 8.25rem;
}

.pt-33 {
  padding-top: 8.25rem;
}

.pr-33 {
  padding-right: 8.25rem;
}

.pb-33 {
  padding-bottom: 8.25rem;
}

.pl-33 {
  padding-left: 8.25rem;
}

.px-33 {
  padding-right: 8.25rem;
  padding-left: 8.25rem;
}

.py-33 {
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.w-33 {
  width: 8.25rem;
}

.h-33 {
  height: 8.25rem;
}

.mh-33 {
  max-height: 8.25rem;
}

.m-34 {
  margin: 8.5rem;
}

.mt-34 {
  margin-top: 8.5rem;
}

.mr-34 {
  margin-right: 8.5rem;
}

.mb-34 {
  margin-bottom: 8.5rem;
}

.ml-34 {
  margin-left: 8.5rem;
}

.mx-34 {
  margin-right: 8.5rem;
  margin-left: 8.5rem;
}

.my-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.p-34 {
  padding: 8.5rem;
}

.pt-34 {
  padding-top: 8.5rem;
}

.pr-34 {
  padding-right: 8.5rem;
}

.pb-34 {
  padding-bottom: 8.5rem;
}

.pl-34 {
  padding-left: 8.5rem;
}

.px-34 {
  padding-right: 8.5rem;
  padding-left: 8.5rem;
}

.py-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.w-34 {
  width: 8.5rem;
}

.h-34 {
  height: 8.5rem;
}

.mh-34 {
  max-height: 8.5rem;
}

.m-35 {
  margin: 8.75rem;
}

.mt-35 {
  margin-top: 8.75rem;
}

.mr-35 {
  margin-right: 8.75rem;
}

.mb-35 {
  margin-bottom: 8.75rem;
}

.ml-35 {
  margin-left: 8.75rem;
}

.mx-35 {
  margin-right: 8.75rem;
  margin-left: 8.75rem;
}

.my-35 {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

.p-35 {
  padding: 8.75rem;
}

.pt-35 {
  padding-top: 8.75rem;
}

.pr-35 {
  padding-right: 8.75rem;
}

.pb-35 {
  padding-bottom: 8.75rem;
}

.pl-35 {
  padding-left: 8.75rem;
}

.px-35 {
  padding-right: 8.75rem;
  padding-left: 8.75rem;
}

.py-35 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.w-35 {
  width: 8.75rem;
}

.h-35 {
  height: 8.75rem;
}

.mh-35 {
  max-height: 8.75rem;
}

.m-36 {
  margin: 9rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.ml-36 {
  margin-left: 9rem;
}

.mx-36 {
  margin-right: 9rem;
  margin-left: 9rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.p-36 {
  padding: 9rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pl-36 {
  padding-left: 9rem;
}

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

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.w-36 {
  width: 9rem;
}

.h-36 {
  height: 9rem;
}

.mh-36 {
  max-height: 9rem;
}

.m-37 {
  margin: 9.25rem;
}

.mt-37 {
  margin-top: 9.25rem;
}

.mr-37 {
  margin-right: 9.25rem;
}

.mb-37 {
  margin-bottom: 9.25rem;
}

.ml-37 {
  margin-left: 9.25rem;
}

.mx-37 {
  margin-right: 9.25rem;
  margin-left: 9.25rem;
}

.my-37 {
  margin-top: 9.25rem;
  margin-bottom: 9.25rem;
}

.p-37 {
  padding: 9.25rem;
}

.pt-37 {
  padding-top: 9.25rem;
}

.pr-37 {
  padding-right: 9.25rem;
}

.pb-37 {
  padding-bottom: 9.25rem;
}

.pl-37 {
  padding-left: 9.25rem;
}

.px-37 {
  padding-right: 9.25rem;
  padding-left: 9.25rem;
}

.py-37 {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
}

.w-37 {
  width: 9.25rem;
}

.h-37 {
  height: 9.25rem;
}

.mh-37 {
  max-height: 9.25rem;
}

.m-38 {
  margin: 9.5rem;
}

.mt-38 {
  margin-top: 9.5rem;
}

.mr-38 {
  margin-right: 9.5rem;
}

.mb-38 {
  margin-bottom: 9.5rem;
}

.ml-38 {
  margin-left: 9.5rem;
}

.mx-38 {
  margin-right: 9.5rem;
  margin-left: 9.5rem;
}

.my-38 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.p-38 {
  padding: 9.5rem;
}

.pt-38 {
  padding-top: 9.5rem;
}

.pr-38 {
  padding-right: 9.5rem;
}

.pb-38 {
  padding-bottom: 9.5rem;
}

.pl-38 {
  padding-left: 9.5rem;
}

.px-38 {
  padding-right: 9.5rem;
  padding-left: 9.5rem;
}

.py-38 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.w-38 {
  width: 9.5rem;
}

.h-38 {
  height: 9.5rem;
}

.mh-38 {
  max-height: 9.5rem;
}

.m-39 {
  margin: 9.75rem;
}

.mt-39 {
  margin-top: 9.75rem;
}

.mr-39 {
  margin-right: 9.75rem;
}

.mb-39 {
  margin-bottom: 9.75rem;
}

.ml-39 {
  margin-left: 9.75rem;
}

.mx-39 {
  margin-right: 9.75rem;
  margin-left: 9.75rem;
}

.my-39 {
  margin-top: 9.75rem;
  margin-bottom: 9.75rem;
}

.p-39 {
  padding: 9.75rem;
}

.pt-39 {
  padding-top: 9.75rem;
}

.pr-39 {
  padding-right: 9.75rem;
}

.pb-39 {
  padding-bottom: 9.75rem;
}

.pl-39 {
  padding-left: 9.75rem;
}

.px-39 {
  padding-right: 9.75rem;
  padding-left: 9.75rem;
}

.py-39 {
  padding-top: 9.75rem;
  padding-bottom: 9.75rem;
}

.w-39 {
  width: 9.75rem;
}

.h-39 {
  height: 9.75rem;
}

.mh-39 {
  max-height: 9.75rem;
}

.m-40 {
  margin: 10rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mx-40 {
  margin-right: 10rem;
  margin-left: 10rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.p-40 {
  padding: 10rem;
}

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

.pr-40 {
  padding-right: 10rem;
}

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

.pl-40 {
  padding-left: 10rem;
}

.px-40 {
  padding-right: 10rem;
  padding-left: 10rem;
}

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

.w-40 {
  width: 10rem;
}

.h-40 {
  height: 10rem;
}

.mh-40 {
  max-height: 10rem;
}

.m-41 {
  margin: 10.25rem;
}

.mt-41 {
  margin-top: 10.25rem;
}

.mr-41 {
  margin-right: 10.25rem;
}

.mb-41 {
  margin-bottom: 10.25rem;
}

.ml-41 {
  margin-left: 10.25rem;
}

.mx-41 {
  margin-right: 10.25rem;
  margin-left: 10.25rem;
}

.my-41 {
  margin-top: 10.25rem;
  margin-bottom: 10.25rem;
}

.p-41 {
  padding: 10.25rem;
}

.pt-41 {
  padding-top: 10.25rem;
}

.pr-41 {
  padding-right: 10.25rem;
}

.pb-41 {
  padding-bottom: 10.25rem;
}

.pl-41 {
  padding-left: 10.25rem;
}

.px-41 {
  padding-right: 10.25rem;
  padding-left: 10.25rem;
}

.py-41 {
  padding-top: 10.25rem;
  padding-bottom: 10.25rem;
}

.w-41 {
  width: 10.25rem;
}

.h-41 {
  height: 10.25rem;
}

.mh-41 {
  max-height: 10.25rem;
}

.m-42 {
  margin: 10.5rem;
}

.mt-42 {
  margin-top: 10.5rem;
}

.mr-42 {
  margin-right: 10.5rem;
}

.mb-42 {
  margin-bottom: 10.5rem;
}

.ml-42 {
  margin-left: 10.5rem;
}

.mx-42 {
  margin-right: 10.5rem;
  margin-left: 10.5rem;
}

.my-42 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.p-42 {
  padding: 10.5rem;
}

.pt-42 {
  padding-top: 10.5rem;
}

.pr-42 {
  padding-right: 10.5rem;
}

.pb-42 {
  padding-bottom: 10.5rem;
}

.pl-42 {
  padding-left: 10.5rem;
}

.px-42 {
  padding-right: 10.5rem;
  padding-left: 10.5rem;
}

.py-42 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.w-42 {
  width: 10.5rem;
}

.h-42 {
  height: 10.5rem;
}

.mh-42 {
  max-height: 10.5rem;
}

.m-43 {
  margin: 10.75rem;
}

.mt-43 {
  margin-top: 10.75rem;
}

.mr-43 {
  margin-right: 10.75rem;
}

.mb-43 {
  margin-bottom: 10.75rem;
}

.ml-43 {
  margin-left: 10.75rem;
}

.mx-43 {
  margin-right: 10.75rem;
  margin-left: 10.75rem;
}

.my-43 {
  margin-top: 10.75rem;
  margin-bottom: 10.75rem;
}

.p-43 {
  padding: 10.75rem;
}

.pt-43 {
  padding-top: 10.75rem;
}

.pr-43 {
  padding-right: 10.75rem;
}

.pb-43 {
  padding-bottom: 10.75rem;
}

.pl-43 {
  padding-left: 10.75rem;
}

.px-43 {
  padding-right: 10.75rem;
  padding-left: 10.75rem;
}

.py-43 {
  padding-top: 10.75rem;
  padding-bottom: 10.75rem;
}

.w-43 {
  width: 10.75rem;
}

.h-43 {
  height: 10.75rem;
}

.mh-43 {
  max-height: 10.75rem;
}

.m-44 {
  margin: 11rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.ml-44 {
  margin-left: 11rem;
}

.mx-44 {
  margin-right: 11rem;
  margin-left: 11rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.p-44 {
  padding: 11rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pl-44 {
  padding-left: 11rem;
}

.px-44 {
  padding-right: 11rem;
  padding-left: 11rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.w-44 {
  width: 11rem;
}

.h-44 {
  height: 11rem;
}

.mh-44 {
  max-height: 11rem;
}

.m-45 {
  margin: 11.25rem;
}

.mt-45 {
  margin-top: 11.25rem;
}

.mr-45 {
  margin-right: 11.25rem;
}

.mb-45 {
  margin-bottom: 11.25rem;
}

.ml-45 {
  margin-left: 11.25rem;
}

.mx-45 {
  margin-right: 11.25rem;
  margin-left: 11.25rem;
}

.my-45 {
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

.p-45 {
  padding: 11.25rem;
}

.pt-45 {
  padding-top: 11.25rem;
}

.pr-45 {
  padding-right: 11.25rem;
}

.pb-45 {
  padding-bottom: 11.25rem;
}

.pl-45 {
  padding-left: 11.25rem;
}

.px-45 {
  padding-right: 11.25rem;
  padding-left: 11.25rem;
}

.py-45 {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.w-45 {
  width: 11.25rem;
}

.h-45 {
  height: 11.25rem;
}

.mh-45 {
  max-height: 11.25rem;
}

.m-46 {
  margin: 11.5rem;
}

.mt-46 {
  margin-top: 11.5rem;
}

.mr-46 {
  margin-right: 11.5rem;
}

.mb-46 {
  margin-bottom: 11.5rem;
}

.ml-46 {
  margin-left: 11.5rem;
}

.mx-46 {
  margin-right: 11.5rem;
  margin-left: 11.5rem;
}

.my-46 {
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

.p-46 {
  padding: 11.5rem;
}

.pt-46 {
  padding-top: 11.5rem;
}

.pr-46 {
  padding-right: 11.5rem;
}

.pb-46 {
  padding-bottom: 11.5rem;
}

.pl-46 {
  padding-left: 11.5rem;
}

.px-46 {
  padding-right: 11.5rem;
  padding-left: 11.5rem;
}

.py-46 {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

.w-46 {
  width: 11.5rem;
}

.h-46 {
  height: 11.5rem;
}

.mh-46 {
  max-height: 11.5rem;
}

.m-47 {
  margin: 11.75rem;
}

.mt-47 {
  margin-top: 11.75rem;
}

.mr-47 {
  margin-right: 11.75rem;
}

.mb-47 {
  margin-bottom: 11.75rem;
}

.ml-47 {
  margin-left: 11.75rem;
}

.mx-47 {
  margin-right: 11.75rem;
  margin-left: 11.75rem;
}

.my-47 {
  margin-top: 11.75rem;
  margin-bottom: 11.75rem;
}

.p-47 {
  padding: 11.75rem;
}

.pt-47 {
  padding-top: 11.75rem;
}

.pr-47 {
  padding-right: 11.75rem;
}

.pb-47 {
  padding-bottom: 11.75rem;
}

.pl-47 {
  padding-left: 11.75rem;
}

.px-47 {
  padding-right: 11.75rem;
  padding-left: 11.75rem;
}

.py-47 {
  padding-top: 11.75rem;
  padding-bottom: 11.75rem;
}

.w-47 {
  width: 11.75rem;
}

.h-47 {
  height: 11.75rem;
}

.mh-47 {
  max-height: 11.75rem;
}

.m-48 {
  margin: 12rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

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

.ml-48 {
  margin-left: 12rem;
}

.mx-48 {
  margin-right: 12rem;
  margin-left: 12rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.p-48 {
  padding: 12rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.px-48 {
  padding-right: 12rem;
  padding-left: 12rem;
}

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

.w-48 {
  width: 12rem;
}

.h-48 {
  height: 12rem;
}

.mh-48 {
  max-height: 12rem;
}

.m-49 {
  margin: 12.25rem;
}

.mt-49 {
  margin-top: 12.25rem;
}

.mr-49 {
  margin-right: 12.25rem;
}

.mb-49 {
  margin-bottom: 12.25rem;
}

.ml-49 {
  margin-left: 12.25rem;
}

.mx-49 {
  margin-right: 12.25rem;
  margin-left: 12.25rem;
}

.my-49 {
  margin-top: 12.25rem;
  margin-bottom: 12.25rem;
}

.p-49 {
  padding: 12.25rem;
}

.pt-49 {
  padding-top: 12.25rem;
}

.pr-49 {
  padding-right: 12.25rem;
}

.pb-49 {
  padding-bottom: 12.25rem;
}

.pl-49 {
  padding-left: 12.25rem;
}

.px-49 {
  padding-right: 12.25rem;
  padding-left: 12.25rem;
}

.py-49 {
  padding-top: 12.25rem;
  padding-bottom: 12.25rem;
}

.w-49 {
  width: 12.25rem;
}

.h-49 {
  height: 12.25rem;
}

.mh-49 {
  max-height: 12.25rem;
}

.m-50 {
  margin: 12.5rem;
}

.mt-50 {
  margin-top: 12.5rem;
}

.mr-50 {
  margin-right: 12.5rem;
}

.mb-50 {
  margin-bottom: 12.5rem;
}

.ml-50 {
  margin-left: 12.5rem;
}

.mx-50 {
  margin-right: 12.5rem;
  margin-left: 12.5rem;
}

.my-50 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.p-50 {
  padding: 12.5rem;
}

.pt-50 {
  padding-top: 12.5rem;
}

.pr-50 {
  padding-right: 12.5rem;
}

.pb-50 {
  padding-bottom: 12.5rem;
}

.pl-50 {
  padding-left: 12.5rem;
}

.px-50 {
  padding-right: 12.5rem;
  padding-left: 12.5rem;
}

.py-50 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.w-50 {
  width: 12.5rem;
}

.h-50 {
  height: 12.5rem;
}

.mh-50 {
  max-height: 12.5rem;
}

.m-51 {
  margin: 12.75rem;
}

.mt-51 {
  margin-top: 12.75rem;
}

.mr-51 {
  margin-right: 12.75rem;
}

.mb-51 {
  margin-bottom: 12.75rem;
}

.ml-51 {
  margin-left: 12.75rem;
}

.mx-51 {
  margin-right: 12.75rem;
  margin-left: 12.75rem;
}

.my-51 {
  margin-top: 12.75rem;
  margin-bottom: 12.75rem;
}

.p-51 {
  padding: 12.75rem;
}

.pt-51 {
  padding-top: 12.75rem;
}

.pr-51 {
  padding-right: 12.75rem;
}

.pb-51 {
  padding-bottom: 12.75rem;
}

.pl-51 {
  padding-left: 12.75rem;
}

.px-51 {
  padding-right: 12.75rem;
  padding-left: 12.75rem;
}

.py-51 {
  padding-top: 12.75rem;
  padding-bottom: 12.75rem;
}

.w-51 {
  width: 12.75rem;
}

.h-51 {
  height: 12.75rem;
}

.mh-51 {
  max-height: 12.75rem;
}

.m-52 {
  margin: 13rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.ml-52 {
  margin-left: 13rem;
}

.mx-52 {
  margin-right: 13rem;
  margin-left: 13rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.p-52 {
  padding: 13rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pl-52 {
  padding-left: 13rem;
}

.px-52 {
  padding-right: 13rem;
  padding-left: 13rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.w-52 {
  width: 13rem;
}

.h-52 {
  height: 13rem;
}

.mh-52 {
  max-height: 13rem;
}

.m-53 {
  margin: 13.25rem;
}

.mt-53 {
  margin-top: 13.25rem;
}

.mr-53 {
  margin-right: 13.25rem;
}

.mb-53 {
  margin-bottom: 13.25rem;
}

.ml-53 {
  margin-left: 13.25rem;
}

.mx-53 {
  margin-right: 13.25rem;
  margin-left: 13.25rem;
}

.my-53 {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.p-53 {
  padding: 13.25rem;
}

.pt-53 {
  padding-top: 13.25rem;
}

.pr-53 {
  padding-right: 13.25rem;
}

.pb-53 {
  padding-bottom: 13.25rem;
}

.pl-53 {
  padding-left: 13.25rem;
}

.px-53 {
  padding-right: 13.25rem;
  padding-left: 13.25rem;
}

.py-53 {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.w-53 {
  width: 13.25rem;
}

.h-53 {
  height: 13.25rem;
}

.mh-53 {
  max-height: 13.25rem;
}

.m-54 {
  margin: 13.5rem;
}

.mt-54 {
  margin-top: 13.5rem;
}

.mr-54 {
  margin-right: 13.5rem;
}

.mb-54 {
  margin-bottom: 13.5rem;
}

.ml-54 {
  margin-left: 13.5rem;
}

.mx-54 {
  margin-right: 13.5rem;
  margin-left: 13.5rem;
}

.my-54 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.p-54 {
  padding: 13.5rem;
}

.pt-54 {
  padding-top: 13.5rem;
}

.pr-54 {
  padding-right: 13.5rem;
}

.pb-54 {
  padding-bottom: 13.5rem;
}

.pl-54 {
  padding-left: 13.5rem;
}

.px-54 {
  padding-right: 13.5rem;
  padding-left: 13.5rem;
}

.py-54 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.w-54 {
  width: 13.5rem;
}

.h-54 {
  height: 13.5rem;
}

.mh-54 {
  max-height: 13.5rem;
}

.m-55 {
  margin: 13.75rem;
}

.mt-55 {
  margin-top: 13.75rem;
}

.mr-55 {
  margin-right: 13.75rem;
}

.mb-55 {
  margin-bottom: 13.75rem;
}

.ml-55 {
  margin-left: 13.75rem;
}

.mx-55 {
  margin-right: 13.75rem;
  margin-left: 13.75rem;
}

.my-55 {
  margin-top: 13.75rem;
  margin-bottom: 13.75rem;
}

.p-55 {
  padding: 13.75rem;
}

.pt-55 {
  padding-top: 13.75rem;
}

.pr-55 {
  padding-right: 13.75rem;
}

.pb-55 {
  padding-bottom: 13.75rem;
}

.pl-55 {
  padding-left: 13.75rem;
}

.px-55 {
  padding-right: 13.75rem;
  padding-left: 13.75rem;
}

.py-55 {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem;
}

.w-55 {
  width: 13.75rem;
}

.h-55 {
  height: 13.75rem;
}

.mh-55 {
  max-height: 13.75rem;
}

.m-56 {
  margin: 14rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mx-56 {
  margin-right: 14rem;
  margin-left: 14rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.p-56 {
  padding: 14rem;
}

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

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.px-56 {
  padding-right: 14rem;
  padding-left: 14rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.w-56 {
  width: 14rem;
}

.h-56 {
  height: 14rem;
}

.mh-56 {
  max-height: 14rem;
}

.m-57 {
  margin: 14.25rem;
}

.mt-57 {
  margin-top: 14.25rem;
}

.mr-57 {
  margin-right: 14.25rem;
}

.mb-57 {
  margin-bottom: 14.25rem;
}

.ml-57 {
  margin-left: 14.25rem;
}

.mx-57 {
  margin-right: 14.25rem;
  margin-left: 14.25rem;
}

.my-57 {
  margin-top: 14.25rem;
  margin-bottom: 14.25rem;
}

.p-57 {
  padding: 14.25rem;
}

.pt-57 {
  padding-top: 14.25rem;
}

.pr-57 {
  padding-right: 14.25rem;
}

.pb-57 {
  padding-bottom: 14.25rem;
}

.pl-57 {
  padding-left: 14.25rem;
}

.px-57 {
  padding-right: 14.25rem;
  padding-left: 14.25rem;
}

.py-57 {
  padding-top: 14.25rem;
  padding-bottom: 14.25rem;
}

.w-57 {
  width: 14.25rem;
}

.h-57 {
  height: 14.25rem;
}

.mh-57 {
  max-height: 14.25rem;
}

.m-58 {
  margin: 14.5rem;
}

.mt-58 {
  margin-top: 14.5rem;
}

.mr-58 {
  margin-right: 14.5rem;
}

.mb-58 {
  margin-bottom: 14.5rem;
}

.ml-58 {
  margin-left: 14.5rem;
}

.mx-58 {
  margin-right: 14.5rem;
  margin-left: 14.5rem;
}

.my-58 {
  margin-top: 14.5rem;
  margin-bottom: 14.5rem;
}

.p-58 {
  padding: 14.5rem;
}

.pt-58 {
  padding-top: 14.5rem;
}

.pr-58 {
  padding-right: 14.5rem;
}

.pb-58 {
  padding-bottom: 14.5rem;
}

.pl-58 {
  padding-left: 14.5rem;
}

.px-58 {
  padding-right: 14.5rem;
  padding-left: 14.5rem;
}

.py-58 {
  padding-top: 14.5rem;
  padding-bottom: 14.5rem;
}

.w-58 {
  width: 14.5rem;
}

.h-58 {
  height: 14.5rem;
}

.mh-58 {
  max-height: 14.5rem;
}

.m-59 {
  margin: 14.75rem;
}

.mt-59 {
  margin-top: 14.75rem;
}

.mr-59 {
  margin-right: 14.75rem;
}

.mb-59 {
  margin-bottom: 14.75rem;
}

.ml-59 {
  margin-left: 14.75rem;
}

.mx-59 {
  margin-right: 14.75rem;
  margin-left: 14.75rem;
}

.my-59 {
  margin-top: 14.75rem;
  margin-bottom: 14.75rem;
}

.p-59 {
  padding: 14.75rem;
}

.pt-59 {
  padding-top: 14.75rem;
}

.pr-59 {
  padding-right: 14.75rem;
}

.pb-59 {
  padding-bottom: 14.75rem;
}

.pl-59 {
  padding-left: 14.75rem;
}

.px-59 {
  padding-right: 14.75rem;
  padding-left: 14.75rem;
}

.py-59 {
  padding-top: 14.75rem;
  padding-bottom: 14.75rem;
}

.w-59 {
  width: 14.75rem;
}

.h-59 {
  height: 14.75rem;
}

.mh-59 {
  max-height: 14.75rem;
}

.m-60 {
  margin: 15rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.ml-60 {
  margin-left: 15rem;
}

.mx-60 {
  margin-right: 15rem;
  margin-left: 15rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.p-60 {
  padding: 15rem;
}

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

.pr-60 {
  padding-right: 15rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pl-60 {
  padding-left: 15rem;
}

.px-60 {
  padding-right: 15rem;
  padding-left: 15rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.w-60 {
  width: 15rem;
}

.h-60 {
  height: 15rem;
}

.mh-60 {
  max-height: 15rem;
}

.m-61 {
  margin: 15.25rem;
}

.mt-61 {
  margin-top: 15.25rem;
}

.mr-61 {
  margin-right: 15.25rem;
}

.mb-61 {
  margin-bottom: 15.25rem;
}

.ml-61 {
  margin-left: 15.25rem;
}

.mx-61 {
  margin-right: 15.25rem;
  margin-left: 15.25rem;
}

.my-61 {
  margin-top: 15.25rem;
  margin-bottom: 15.25rem;
}

.p-61 {
  padding: 15.25rem;
}

.pt-61 {
  padding-top: 15.25rem;
}

.pr-61 {
  padding-right: 15.25rem;
}

.pb-61 {
  padding-bottom: 15.25rem;
}

.pl-61 {
  padding-left: 15.25rem;
}

.px-61 {
  padding-right: 15.25rem;
  padding-left: 15.25rem;
}

.py-61 {
  padding-top: 15.25rem;
  padding-bottom: 15.25rem;
}

.w-61 {
  width: 15.25rem;
}

.h-61 {
  height: 15.25rem;
}

.mh-61 {
  max-height: 15.25rem;
}

.m-62 {
  margin: 15.5rem;
}

.mt-62 {
  margin-top: 15.5rem;
}

.mr-62 {
  margin-right: 15.5rem;
}

.mb-62 {
  margin-bottom: 15.5rem;
}

.ml-62 {
  margin-left: 15.5rem;
}

.mx-62 {
  margin-right: 15.5rem;
  margin-left: 15.5rem;
}

.my-62 {
  margin-top: 15.5rem;
  margin-bottom: 15.5rem;
}

.p-62 {
  padding: 15.5rem;
}

.pt-62 {
  padding-top: 15.5rem;
}

.pr-62 {
  padding-right: 15.5rem;
}

.pb-62 {
  padding-bottom: 15.5rem;
}

.pl-62 {
  padding-left: 15.5rem;
}

.px-62 {
  padding-right: 15.5rem;
  padding-left: 15.5rem;
}

.py-62 {
  padding-top: 15.5rem;
  padding-bottom: 15.5rem;
}

.w-62 {
  width: 15.5rem;
}

.h-62 {
  height: 15.5rem;
}

.mh-62 {
  max-height: 15.5rem;
}

.m-63 {
  margin: 15.75rem;
}

.mt-63 {
  margin-top: 15.75rem;
}

.mr-63 {
  margin-right: 15.75rem;
}

.mb-63 {
  margin-bottom: 15.75rem;
}

.ml-63 {
  margin-left: 15.75rem;
}

.mx-63 {
  margin-right: 15.75rem;
  margin-left: 15.75rem;
}

.my-63 {
  margin-top: 15.75rem;
  margin-bottom: 15.75rem;
}

.p-63 {
  padding: 15.75rem;
}

.pt-63 {
  padding-top: 15.75rem;
}

.pr-63 {
  padding-right: 15.75rem;
}

.pb-63 {
  padding-bottom: 15.75rem;
}

.pl-63 {
  padding-left: 15.75rem;
}

.px-63 {
  padding-right: 15.75rem;
  padding-left: 15.75rem;
}

.py-63 {
  padding-top: 15.75rem;
  padding-bottom: 15.75rem;
}

.w-63 {
  width: 15.75rem;
}

.h-63 {
  height: 15.75rem;
}

.mh-63 {
  max-height: 15.75rem;
}

.m-64 {
  margin: 16rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mx-64 {
  margin-right: 16rem;
  margin-left: 16rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.p-64 {
  padding: 16rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.px-64 {
  padding-right: 16rem;
  padding-left: 16rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.w-64 {
  width: 16rem;
}

.h-64 {
  height: 16rem;
}

.mh-64 {
  max-height: 16rem;
}

.m-65 {
  margin: 16.25rem;
}

.mt-65 {
  margin-top: 16.25rem;
}

.mr-65 {
  margin-right: 16.25rem;
}

.mb-65 {
  margin-bottom: 16.25rem;
}

.ml-65 {
  margin-left: 16.25rem;
}

.mx-65 {
  margin-right: 16.25rem;
  margin-left: 16.25rem;
}

.my-65 {
  margin-top: 16.25rem;
  margin-bottom: 16.25rem;
}

.p-65 {
  padding: 16.25rem;
}

.pt-65 {
  padding-top: 16.25rem;
}

.pr-65 {
  padding-right: 16.25rem;
}

.pb-65 {
  padding-bottom: 16.25rem;
}

.pl-65 {
  padding-left: 16.25rem;
}

.px-65 {
  padding-right: 16.25rem;
  padding-left: 16.25rem;
}

.py-65 {
  padding-top: 16.25rem;
  padding-bottom: 16.25rem;
}

.w-65 {
  width: 16.25rem;
}

.h-65 {
  height: 16.25rem;
}

.mh-65 {
  max-height: 16.25rem;
}

.m-66 {
  margin: 16.5rem;
}

.mt-66 {
  margin-top: 16.5rem;
}

.mr-66 {
  margin-right: 16.5rem;
}

.mb-66 {
  margin-bottom: 16.5rem;
}

.ml-66 {
  margin-left: 16.5rem;
}

.mx-66 {
  margin-right: 16.5rem;
  margin-left: 16.5rem;
}

.my-66 {
  margin-top: 16.5rem;
  margin-bottom: 16.5rem;
}

.p-66 {
  padding: 16.5rem;
}

.pt-66 {
  padding-top: 16.5rem;
}

.pr-66 {
  padding-right: 16.5rem;
}

.pb-66 {
  padding-bottom: 16.5rem;
}

.pl-66 {
  padding-left: 16.5rem;
}

.px-66 {
  padding-right: 16.5rem;
  padding-left: 16.5rem;
}

.py-66 {
  padding-top: 16.5rem;
  padding-bottom: 16.5rem;
}

.w-66 {
  width: 16.5rem;
}

.h-66 {
  height: 16.5rem;
}

.mh-66 {
  max-height: 16.5rem;
}

.m-67 {
  margin: 16.75rem;
}

.mt-67 {
  margin-top: 16.75rem;
}

.mr-67 {
  margin-right: 16.75rem;
}

.mb-67 {
  margin-bottom: 16.75rem;
}

.ml-67 {
  margin-left: 16.75rem;
}

.mx-67 {
  margin-right: 16.75rem;
  margin-left: 16.75rem;
}

.my-67 {
  margin-top: 16.75rem;
  margin-bottom: 16.75rem;
}

.p-67 {
  padding: 16.75rem;
}

.pt-67 {
  padding-top: 16.75rem;
}

.pr-67 {
  padding-right: 16.75rem;
}

.pb-67 {
  padding-bottom: 16.75rem;
}

.pl-67 {
  padding-left: 16.75rem;
}

.px-67 {
  padding-right: 16.75rem;
  padding-left: 16.75rem;
}

.py-67 {
  padding-top: 16.75rem;
  padding-bottom: 16.75rem;
}

.w-67 {
  width: 16.75rem;
}

.h-67 {
  height: 16.75rem;
}

.mh-67 {
  max-height: 16.75rem;
}

.m-68 {
  margin: 17rem;
}

.mt-68 {
  margin-top: 17rem;
}

.mr-68 {
  margin-right: 17rem;
}

.mb-68 {
  margin-bottom: 17rem;
}

.ml-68 {
  margin-left: 17rem;
}

.mx-68 {
  margin-right: 17rem;
  margin-left: 17rem;
}

.my-68 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.p-68 {
  padding: 17rem;
}

.pt-68 {
  padding-top: 17rem;
}

.pr-68 {
  padding-right: 17rem;
}

.pb-68 {
  padding-bottom: 17rem;
}

.pl-68 {
  padding-left: 17rem;
}

.px-68 {
  padding-right: 17rem;
  padding-left: 17rem;
}

.py-68 {
  padding-top: 17rem;
  padding-bottom: 17rem;
}

.w-68 {
  width: 17rem;
}

.h-68 {
  height: 17rem;
}

.mh-68 {
  max-height: 17rem;
}

.m-69 {
  margin: 17.25rem;
}

.mt-69 {
  margin-top: 17.25rem;
}

.mr-69 {
  margin-right: 17.25rem;
}

.mb-69 {
  margin-bottom: 17.25rem;
}

.ml-69 {
  margin-left: 17.25rem;
}

.mx-69 {
  margin-right: 17.25rem;
  margin-left: 17.25rem;
}

.my-69 {
  margin-top: 17.25rem;
  margin-bottom: 17.25rem;
}

.p-69 {
  padding: 17.25rem;
}

.pt-69 {
  padding-top: 17.25rem;
}

.pr-69 {
  padding-right: 17.25rem;
}

.pb-69 {
  padding-bottom: 17.25rem;
}

.pl-69 {
  padding-left: 17.25rem;
}

.px-69 {
  padding-right: 17.25rem;
  padding-left: 17.25rem;
}

.py-69 {
  padding-top: 17.25rem;
  padding-bottom: 17.25rem;
}

.w-69 {
  width: 17.25rem;
}

.h-69 {
  height: 17.25rem;
}

.mh-69 {
  max-height: 17.25rem;
}

.m-70 {
  margin: 17.5rem;
}

.mt-70 {
  margin-top: 17.5rem;
}

.mr-70 {
  margin-right: 17.5rem;
}

.mb-70 {
  margin-bottom: 17.5rem;
}

.ml-70 {
  margin-left: 17.5rem;
}

.mx-70 {
  margin-right: 17.5rem;
  margin-left: 17.5rem;
}

.my-70 {
  margin-top: 17.5rem;
  margin-bottom: 17.5rem;
}

.p-70 {
  padding: 17.5rem;
}

.pt-70 {
  padding-top: 17.5rem;
}

.pr-70 {
  padding-right: 17.5rem;
}

.pb-70 {
  padding-bottom: 17.5rem;
}

.pl-70 {
  padding-left: 17.5rem;
}

.px-70 {
  padding-right: 17.5rem;
  padding-left: 17.5rem;
}

.py-70 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
}

.w-70 {
  width: 17.5rem;
}

.h-70 {
  height: 17.5rem;
}

.mh-70 {
  max-height: 17.5rem;
}

.m-71 {
  margin: 17.75rem;
}

.mt-71 {
  margin-top: 17.75rem;
}

.mr-71 {
  margin-right: 17.75rem;
}

.mb-71 {
  margin-bottom: 17.75rem;
}

.ml-71 {
  margin-left: 17.75rem;
}

.mx-71 {
  margin-right: 17.75rem;
  margin-left: 17.75rem;
}

.my-71 {
  margin-top: 17.75rem;
  margin-bottom: 17.75rem;
}

.p-71 {
  padding: 17.75rem;
}

.pt-71 {
  padding-top: 17.75rem;
}

.pr-71 {
  padding-right: 17.75rem;
}

.pb-71 {
  padding-bottom: 17.75rem;
}

.pl-71 {
  padding-left: 17.75rem;
}

.px-71 {
  padding-right: 17.75rem;
  padding-left: 17.75rem;
}

.py-71 {
  padding-top: 17.75rem;
  padding-bottom: 17.75rem;
}

.w-71 {
  width: 17.75rem;
}

.h-71 {
  height: 17.75rem;
}

.mh-71 {
  max-height: 17.75rem;
}

.m-72 {
  margin: 18rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.ml-72 {
  margin-left: 18rem;
}

.mx-72 {
  margin-right: 18rem;
  margin-left: 18rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.p-72 {
  padding: 18rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pl-72 {
  padding-left: 18rem;
}

.px-72 {
  padding-right: 18rem;
  padding-left: 18rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.w-72 {
  width: 18rem;
}

.h-72 {
  height: 18rem;
}

.mh-72 {
  max-height: 18rem;
}

.m-73 {
  margin: 18.25rem;
}

.mt-73 {
  margin-top: 18.25rem;
}

.mr-73 {
  margin-right: 18.25rem;
}

.mb-73 {
  margin-bottom: 18.25rem;
}

.ml-73 {
  margin-left: 18.25rem;
}

.mx-73 {
  margin-right: 18.25rem;
  margin-left: 18.25rem;
}

.my-73 {
  margin-top: 18.25rem;
  margin-bottom: 18.25rem;
}

.p-73 {
  padding: 18.25rem;
}

.pt-73 {
  padding-top: 18.25rem;
}

.pr-73 {
  padding-right: 18.25rem;
}

.pb-73 {
  padding-bottom: 18.25rem;
}

.pl-73 {
  padding-left: 18.25rem;
}

.px-73 {
  padding-right: 18.25rem;
  padding-left: 18.25rem;
}

.py-73 {
  padding-top: 18.25rem;
  padding-bottom: 18.25rem;
}

.w-73 {
  width: 18.25rem;
}

.h-73 {
  height: 18.25rem;
}

.mh-73 {
  max-height: 18.25rem;
}

.m-74 {
  margin: 18.5rem;
}

.mt-74 {
  margin-top: 18.5rem;
}

.mr-74 {
  margin-right: 18.5rem;
}

.mb-74 {
  margin-bottom: 18.5rem;
}

.ml-74 {
  margin-left: 18.5rem;
}

.mx-74 {
  margin-right: 18.5rem;
  margin-left: 18.5rem;
}

.my-74 {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.p-74 {
  padding: 18.5rem;
}

.pt-74 {
  padding-top: 18.5rem;
}

.pr-74 {
  padding-right: 18.5rem;
}

.pb-74 {
  padding-bottom: 18.5rem;
}

.pl-74 {
  padding-left: 18.5rem;
}

.px-74 {
  padding-right: 18.5rem;
  padding-left: 18.5rem;
}

.py-74 {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.w-74 {
  width: 18.5rem;
}

.h-74 {
  height: 18.5rem;
}

.mh-74 {
  max-height: 18.5rem;
}

.m-75 {
  margin: 18.75rem;
}

.mt-75 {
  margin-top: 18.75rem;
}

.mr-75 {
  margin-right: 18.75rem;
}

.mb-75 {
  margin-bottom: 18.75rem;
}

.ml-75 {
  margin-left: 18.75rem;
}

.mx-75 {
  margin-right: 18.75rem;
  margin-left: 18.75rem;
}

.my-75 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.p-75 {
  padding: 18.75rem;
}

.pt-75 {
  padding-top: 18.75rem;
}

.pr-75 {
  padding-right: 18.75rem;
}

.pb-75 {
  padding-bottom: 18.75rem;
}

.pl-75 {
  padding-left: 18.75rem;
}

.px-75 {
  padding-right: 18.75rem;
  padding-left: 18.75rem;
}

.py-75 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.w-75 {
  width: 18.75rem;
}

.h-75 {
  height: 18.75rem;
}

.mh-75 {
  max-height: 18.75rem;
}

.m-76 {
  margin: 19rem;
}

.mt-76 {
  margin-top: 19rem;
}

.mr-76 {
  margin-right: 19rem;
}

.mb-76 {
  margin-bottom: 19rem;
}

.ml-76 {
  margin-left: 19rem;
}

.mx-76 {
  margin-right: 19rem;
  margin-left: 19rem;
}

.my-76 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.p-76 {
  padding: 19rem;
}

.pt-76 {
  padding-top: 19rem;
}

.pr-76 {
  padding-right: 19rem;
}

.pb-76 {
  padding-bottom: 19rem;
}

.pl-76 {
  padding-left: 19rem;
}

.px-76 {
  padding-right: 19rem;
  padding-left: 19rem;
}

.py-76 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.w-76 {
  width: 19rem;
}

.h-76 {
  height: 19rem;
}

.mh-76 {
  max-height: 19rem;
}

.m-77 {
  margin: 19.25rem;
}

.mt-77 {
  margin-top: 19.25rem;
}

.mr-77 {
  margin-right: 19.25rem;
}

.mb-77 {
  margin-bottom: 19.25rem;
}

.ml-77 {
  margin-left: 19.25rem;
}

.mx-77 {
  margin-right: 19.25rem;
  margin-left: 19.25rem;
}

.my-77 {
  margin-top: 19.25rem;
  margin-bottom: 19.25rem;
}

.p-77 {
  padding: 19.25rem;
}

.pt-77 {
  padding-top: 19.25rem;
}

.pr-77 {
  padding-right: 19.25rem;
}

.pb-77 {
  padding-bottom: 19.25rem;
}

.pl-77 {
  padding-left: 19.25rem;
}

.px-77 {
  padding-right: 19.25rem;
  padding-left: 19.25rem;
}

.py-77 {
  padding-top: 19.25rem;
  padding-bottom: 19.25rem;
}

.w-77 {
  width: 19.25rem;
}

.h-77 {
  height: 19.25rem;
}

.mh-77 {
  max-height: 19.25rem;
}

.m-78 {
  margin: 19.5rem;
}

.mt-78 {
  margin-top: 19.5rem;
}

.mr-78 {
  margin-right: 19.5rem;
}

.mb-78 {
  margin-bottom: 19.5rem;
}

.ml-78 {
  margin-left: 19.5rem;
}

.mx-78 {
  margin-right: 19.5rem;
  margin-left: 19.5rem;
}

.my-78 {
  margin-top: 19.5rem;
  margin-bottom: 19.5rem;
}

.p-78 {
  padding: 19.5rem;
}

.pt-78 {
  padding-top: 19.5rem;
}

.pr-78 {
  padding-right: 19.5rem;
}

.pb-78 {
  padding-bottom: 19.5rem;
}

.pl-78 {
  padding-left: 19.5rem;
}

.px-78 {
  padding-right: 19.5rem;
  padding-left: 19.5rem;
}

.py-78 {
  padding-top: 19.5rem;
  padding-bottom: 19.5rem;
}

.w-78 {
  width: 19.5rem;
}

.h-78 {
  height: 19.5rem;
}

.mh-78 {
  max-height: 19.5rem;
}

.m-79 {
  margin: 19.75rem;
}

.mt-79 {
  margin-top: 19.75rem;
}

.mr-79 {
  margin-right: 19.75rem;
}

.mb-79 {
  margin-bottom: 19.75rem;
}

.ml-79 {
  margin-left: 19.75rem;
}

.mx-79 {
  margin-right: 19.75rem;
  margin-left: 19.75rem;
}

.my-79 {
  margin-top: 19.75rem;
  margin-bottom: 19.75rem;
}

.p-79 {
  padding: 19.75rem;
}

.pt-79 {
  padding-top: 19.75rem;
}

.pr-79 {
  padding-right: 19.75rem;
}

.pb-79 {
  padding-bottom: 19.75rem;
}

.pl-79 {
  padding-left: 19.75rem;
}

.px-79 {
  padding-right: 19.75rem;
  padding-left: 19.75rem;
}

.py-79 {
  padding-top: 19.75rem;
  padding-bottom: 19.75rem;
}

.w-79 {
  width: 19.75rem;
}

.h-79 {
  height: 19.75rem;
}

.mh-79 {
  max-height: 19.75rem;
}

.m-80 {
  margin: 20rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.ml-80 {
  margin-left: 20rem;
}

.mx-80 {
  margin-right: 20rem;
  margin-left: 20rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.p-80 {
  padding: 20rem;
}

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

.pr-80 {
  padding-right: 20rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pl-80 {
  padding-left: 20rem;
}

.px-80 {
  padding-right: 20rem;
  padding-left: 20rem;
}

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

.w-80 {
  width: 20rem;
}

.h-80 {
  height: 20rem;
}

.mh-80 {
  max-height: 20rem;
}

.m-81 {
  margin: 20.25rem;
}

.mt-81 {
  margin-top: 20.25rem;
}

.mr-81 {
  margin-right: 20.25rem;
}

.mb-81 {
  margin-bottom: 20.25rem;
}

.ml-81 {
  margin-left: 20.25rem;
}

.mx-81 {
  margin-right: 20.25rem;
  margin-left: 20.25rem;
}

.my-81 {
  margin-top: 20.25rem;
  margin-bottom: 20.25rem;
}

.p-81 {
  padding: 20.25rem;
}

.pt-81 {
  padding-top: 20.25rem;
}

.pr-81 {
  padding-right: 20.25rem;
}

.pb-81 {
  padding-bottom: 20.25rem;
}

.pl-81 {
  padding-left: 20.25rem;
}

.px-81 {
  padding-right: 20.25rem;
  padding-left: 20.25rem;
}

.py-81 {
  padding-top: 20.25rem;
  padding-bottom: 20.25rem;
}

.w-81 {
  width: 20.25rem;
}

.h-81 {
  height: 20.25rem;
}

.mh-81 {
  max-height: 20.25rem;
}

.m-82 {
  margin: 20.5rem;
}

.mt-82 {
  margin-top: 20.5rem;
}

.mr-82 {
  margin-right: 20.5rem;
}

.mb-82 {
  margin-bottom: 20.5rem;
}

.ml-82 {
  margin-left: 20.5rem;
}

.mx-82 {
  margin-right: 20.5rem;
  margin-left: 20.5rem;
}

.my-82 {
  margin-top: 20.5rem;
  margin-bottom: 20.5rem;
}

.p-82 {
  padding: 20.5rem;
}

.pt-82 {
  padding-top: 20.5rem;
}

.pr-82 {
  padding-right: 20.5rem;
}

.pb-82 {
  padding-bottom: 20.5rem;
}

.pl-82 {
  padding-left: 20.5rem;
}

.px-82 {
  padding-right: 20.5rem;
  padding-left: 20.5rem;
}

.py-82 {
  padding-top: 20.5rem;
  padding-bottom: 20.5rem;
}

.w-82 {
  width: 20.5rem;
}

.h-82 {
  height: 20.5rem;
}

.mh-82 {
  max-height: 20.5rem;
}

.m-83 {
  margin: 20.75rem;
}

.mt-83 {
  margin-top: 20.75rem;
}

.mr-83 {
  margin-right: 20.75rem;
}

.mb-83 {
  margin-bottom: 20.75rem;
}

.ml-83 {
  margin-left: 20.75rem;
}

.mx-83 {
  margin-right: 20.75rem;
  margin-left: 20.75rem;
}

.my-83 {
  margin-top: 20.75rem;
  margin-bottom: 20.75rem;
}

.p-83 {
  padding: 20.75rem;
}

.pt-83 {
  padding-top: 20.75rem;
}

.pr-83 {
  padding-right: 20.75rem;
}

.pb-83 {
  padding-bottom: 20.75rem;
}

.pl-83 {
  padding-left: 20.75rem;
}

.px-83 {
  padding-right: 20.75rem;
  padding-left: 20.75rem;
}

.py-83 {
  padding-top: 20.75rem;
  padding-bottom: 20.75rem;
}

.w-83 {
  width: 20.75rem;
}

.h-83 {
  height: 20.75rem;
}

.mh-83 {
  max-height: 20.75rem;
}

.m-84 {
  margin: 21rem;
}

.mt-84 {
  margin-top: 21rem;
}

.mr-84 {
  margin-right: 21rem;
}

.mb-84 {
  margin-bottom: 21rem;
}

.ml-84 {
  margin-left: 21rem;
}

.mx-84 {
  margin-right: 21rem;
  margin-left: 21rem;
}

.my-84 {
  margin-top: 21rem;
  margin-bottom: 21rem;
}

.p-84 {
  padding: 21rem;
}

.pt-84 {
  padding-top: 21rem;
}

.pr-84 {
  padding-right: 21rem;
}

.pb-84 {
  padding-bottom: 21rem;
}

.pl-84 {
  padding-left: 21rem;
}

.px-84 {
  padding-right: 21rem;
  padding-left: 21rem;
}

.py-84 {
  padding-top: 21rem;
  padding-bottom: 21rem;
}

.w-84 {
  width: 21rem;
}

.h-84 {
  height: 21rem;
}

.mh-84 {
  max-height: 21rem;
}

.m-85 {
  margin: 21.25rem;
}

.mt-85 {
  margin-top: 21.25rem;
}

.mr-85 {
  margin-right: 21.25rem;
}

.mb-85 {
  margin-bottom: 21.25rem;
}

.ml-85 {
  margin-left: 21.25rem;
}

.mx-85 {
  margin-right: 21.25rem;
  margin-left: 21.25rem;
}

.my-85 {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.p-85 {
  padding: 21.25rem;
}

.pt-85 {
  padding-top: 21.25rem;
}

.pr-85 {
  padding-right: 21.25rem;
}

.pb-85 {
  padding-bottom: 21.25rem;
}

.pl-85 {
  padding-left: 21.25rem;
}

.px-85 {
  padding-right: 21.25rem;
  padding-left: 21.25rem;
}

.py-85 {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.w-85 {
  width: 21.25rem;
}

.h-85 {
  height: 21.25rem;
}

.mh-85 {
  max-height: 21.25rem;
}

.m-86 {
  margin: 21.5rem;
}

.mt-86 {
  margin-top: 21.5rem;
}

.mr-86 {
  margin-right: 21.5rem;
}

.mb-86 {
  margin-bottom: 21.5rem;
}

.ml-86 {
  margin-left: 21.5rem;
}

.mx-86 {
  margin-right: 21.5rem;
  margin-left: 21.5rem;
}

.my-86 {
  margin-top: 21.5rem;
  margin-bottom: 21.5rem;
}

.p-86 {
  padding: 21.5rem;
}

.pt-86 {
  padding-top: 21.5rem;
}

.pr-86 {
  padding-right: 21.5rem;
}

.pb-86 {
  padding-bottom: 21.5rem;
}

.pl-86 {
  padding-left: 21.5rem;
}

.px-86 {
  padding-right: 21.5rem;
  padding-left: 21.5rem;
}

.py-86 {
  padding-top: 21.5rem;
  padding-bottom: 21.5rem;
}

.w-86 {
  width: 21.5rem;
}

.h-86 {
  height: 21.5rem;
}

.mh-86 {
  max-height: 21.5rem;
}

.m-87 {
  margin: 21.75rem;
}

.mt-87 {
  margin-top: 21.75rem;
}

.mr-87 {
  margin-right: 21.75rem;
}

.mb-87 {
  margin-bottom: 21.75rem;
}

.ml-87 {
  margin-left: 21.75rem;
}

.mx-87 {
  margin-right: 21.75rem;
  margin-left: 21.75rem;
}

.my-87 {
  margin-top: 21.75rem;
  margin-bottom: 21.75rem;
}

.p-87 {
  padding: 21.75rem;
}

.pt-87 {
  padding-top: 21.75rem;
}

.pr-87 {
  padding-right: 21.75rem;
}

.pb-87 {
  padding-bottom: 21.75rem;
}

.pl-87 {
  padding-left: 21.75rem;
}

.px-87 {
  padding-right: 21.75rem;
  padding-left: 21.75rem;
}

.py-87 {
  padding-top: 21.75rem;
  padding-bottom: 21.75rem;
}

.w-87 {
  width: 21.75rem;
}

.h-87 {
  height: 21.75rem;
}

.mh-87 {
  max-height: 21.75rem;
}

.m-88 {
  margin: 22rem;
}

.mt-88 {
  margin-top: 22rem;
}

.mr-88 {
  margin-right: 22rem;
}

.mb-88 {
  margin-bottom: 22rem;
}

.ml-88 {
  margin-left: 22rem;
}

.mx-88 {
  margin-right: 22rem;
  margin-left: 22rem;
}

.my-88 {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.p-88 {
  padding: 22rem;
}

.pt-88 {
  padding-top: 22rem;
}

.pr-88 {
  padding-right: 22rem;
}

.pb-88 {
  padding-bottom: 22rem;
}

.pl-88 {
  padding-left: 22rem;
}

.px-88 {
  padding-right: 22rem;
  padding-left: 22rem;
}

.py-88 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.w-88 {
  width: 22rem;
}

.h-88 {
  height: 22rem;
}

.mh-88 {
  max-height: 22rem;
}

.m-89 {
  margin: 22.25rem;
}

.mt-89 {
  margin-top: 22.25rem;
}

.mr-89 {
  margin-right: 22.25rem;
}

.mb-89 {
  margin-bottom: 22.25rem;
}

.ml-89 {
  margin-left: 22.25rem;
}

.mx-89 {
  margin-right: 22.25rem;
  margin-left: 22.25rem;
}

.my-89 {
  margin-top: 22.25rem;
  margin-bottom: 22.25rem;
}

.p-89 {
  padding: 22.25rem;
}

.pt-89 {
  padding-top: 22.25rem;
}

.pr-89 {
  padding-right: 22.25rem;
}

.pb-89 {
  padding-bottom: 22.25rem;
}

.pl-89 {
  padding-left: 22.25rem;
}

.px-89 {
  padding-right: 22.25rem;
  padding-left: 22.25rem;
}

.py-89 {
  padding-top: 22.25rem;
  padding-bottom: 22.25rem;
}

.w-89 {
  width: 22.25rem;
}

.h-89 {
  height: 22.25rem;
}

.mh-89 {
  max-height: 22.25rem;
}

.m-90 {
  margin: 22.5rem;
}

.mt-90 {
  margin-top: 22.5rem;
}

.mr-90 {
  margin-right: 22.5rem;
}

.mb-90 {
  margin-bottom: 22.5rem;
}

.ml-90 {
  margin-left: 22.5rem;
}

.mx-90 {
  margin-right: 22.5rem;
  margin-left: 22.5rem;
}

.my-90 {
  margin-top: 22.5rem;
  margin-bottom: 22.5rem;
}

.p-90 {
  padding: 22.5rem;
}

.pt-90 {
  padding-top: 22.5rem;
}

.pr-90 {
  padding-right: 22.5rem;
}

.pb-90 {
  padding-bottom: 22.5rem;
}

.pl-90 {
  padding-left: 22.5rem;
}

.px-90 {
  padding-right: 22.5rem;
  padding-left: 22.5rem;
}

.py-90 {
  padding-top: 22.5rem;
  padding-bottom: 22.5rem;
}

.w-90 {
  width: 22.5rem;
}

.h-90 {
  height: 22.5rem;
}

.mh-90 {
  max-height: 22.5rem;
}

.m-91 {
  margin: 22.75rem;
}

.mt-91 {
  margin-top: 22.75rem;
}

.mr-91 {
  margin-right: 22.75rem;
}

.mb-91 {
  margin-bottom: 22.75rem;
}

.ml-91 {
  margin-left: 22.75rem;
}

.mx-91 {
  margin-right: 22.75rem;
  margin-left: 22.75rem;
}

.my-91 {
  margin-top: 22.75rem;
  margin-bottom: 22.75rem;
}

.p-91 {
  padding: 22.75rem;
}

.pt-91 {
  padding-top: 22.75rem;
}

.pr-91 {
  padding-right: 22.75rem;
}

.pb-91 {
  padding-bottom: 22.75rem;
}

.pl-91 {
  padding-left: 22.75rem;
}

.px-91 {
  padding-right: 22.75rem;
  padding-left: 22.75rem;
}

.py-91 {
  padding-top: 22.75rem;
  padding-bottom: 22.75rem;
}

.w-91 {
  width: 22.75rem;
}

.h-91 {
  height: 22.75rem;
}

.mh-91 {
  max-height: 22.75rem;
}

.m-92 {
  margin: 23rem;
}

.mt-92 {
  margin-top: 23rem;
}

.mr-92 {
  margin-right: 23rem;
}

.mb-92 {
  margin-bottom: 23rem;
}

.ml-92 {
  margin-left: 23rem;
}

.mx-92 {
  margin-right: 23rem;
  margin-left: 23rem;
}

.my-92 {
  margin-top: 23rem;
  margin-bottom: 23rem;
}

.p-92 {
  padding: 23rem;
}

.pt-92 {
  padding-top: 23rem;
}

.pr-92 {
  padding-right: 23rem;
}

.pb-92 {
  padding-bottom: 23rem;
}

.pl-92 {
  padding-left: 23rem;
}

.px-92 {
  padding-right: 23rem;
  padding-left: 23rem;
}

.py-92 {
  padding-top: 23rem;
  padding-bottom: 23rem;
}

.w-92 {
  width: 23rem;
}

.h-92 {
  height: 23rem;
}

.mh-92 {
  max-height: 23rem;
}

.m-93 {
  margin: 23.25rem;
}

.mt-93 {
  margin-top: 23.25rem;
}

.mr-93 {
  margin-right: 23.25rem;
}

.mb-93 {
  margin-bottom: 23.25rem;
}

.ml-93 {
  margin-left: 23.25rem;
}

.mx-93 {
  margin-right: 23.25rem;
  margin-left: 23.25rem;
}

.my-93 {
  margin-top: 23.25rem;
  margin-bottom: 23.25rem;
}

.p-93 {
  padding: 23.25rem;
}

.pt-93 {
  padding-top: 23.25rem;
}

.pr-93 {
  padding-right: 23.25rem;
}

.pb-93 {
  padding-bottom: 23.25rem;
}

.pl-93 {
  padding-left: 23.25rem;
}

.px-93 {
  padding-right: 23.25rem;
  padding-left: 23.25rem;
}

.py-93 {
  padding-top: 23.25rem;
  padding-bottom: 23.25rem;
}

.w-93 {
  width: 23.25rem;
}

.h-93 {
  height: 23.25rem;
}

.mh-93 {
  max-height: 23.25rem;
}

.m-94 {
  margin: 23.5rem;
}

.mt-94 {
  margin-top: 23.5rem;
}

.mr-94 {
  margin-right: 23.5rem;
}

.mb-94 {
  margin-bottom: 23.5rem;
}

.ml-94 {
  margin-left: 23.5rem;
}

.mx-94 {
  margin-right: 23.5rem;
  margin-left: 23.5rem;
}

.my-94 {
  margin-top: 23.5rem;
  margin-bottom: 23.5rem;
}

.p-94 {
  padding: 23.5rem;
}

.pt-94 {
  padding-top: 23.5rem;
}

.pr-94 {
  padding-right: 23.5rem;
}

.pb-94 {
  padding-bottom: 23.5rem;
}

.pl-94 {
  padding-left: 23.5rem;
}

.px-94 {
  padding-right: 23.5rem;
  padding-left: 23.5rem;
}

.py-94 {
  padding-top: 23.5rem;
  padding-bottom: 23.5rem;
}

.w-94 {
  width: 23.5rem;
}

.h-94 {
  height: 23.5rem;
}

.mh-94 {
  max-height: 23.5rem;
}

.m-95 {
  margin: 23.75rem;
}

.mt-95 {
  margin-top: 23.75rem;
}

.mr-95 {
  margin-right: 23.75rem;
}

.mb-95 {
  margin-bottom: 23.75rem;
}

.ml-95 {
  margin-left: 23.75rem;
}

.mx-95 {
  margin-right: 23.75rem;
  margin-left: 23.75rem;
}

.my-95 {
  margin-top: 23.75rem;
  margin-bottom: 23.75rem;
}

.p-95 {
  padding: 23.75rem;
}

.pt-95 {
  padding-top: 23.75rem;
}

.pr-95 {
  padding-right: 23.75rem;
}

.pb-95 {
  padding-bottom: 23.75rem;
}

.pl-95 {
  padding-left: 23.75rem;
}

.px-95 {
  padding-right: 23.75rem;
  padding-left: 23.75rem;
}

.py-95 {
  padding-top: 23.75rem;
  padding-bottom: 23.75rem;
}

.w-95 {
  width: 23.75rem;
}

.h-95 {
  height: 23.75rem;
}

.mh-95 {
  max-height: 23.75rem;
}

.m-96 {
  margin: 24rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.ml-96 {
  margin-left: 24rem;
}

.mx-96 {
  margin-right: 24rem;
  margin-left: 24rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.p-96 {
  padding: 24rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pl-96 {
  padding-left: 24rem;
}

.px-96 {
  padding-right: 24rem;
  padding-left: 24rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.w-96 {
  width: 24rem;
}

.h-96 {
  height: 24rem;
}

.mh-96 {
  max-height: 24rem;
}

.m-97 {
  margin: 24.25rem;
}

.mt-97 {
  margin-top: 24.25rem;
}

.mr-97 {
  margin-right: 24.25rem;
}

.mb-97 {
  margin-bottom: 24.25rem;
}

.ml-97 {
  margin-left: 24.25rem;
}

.mx-97 {
  margin-right: 24.25rem;
  margin-left: 24.25rem;
}

.my-97 {
  margin-top: 24.25rem;
  margin-bottom: 24.25rem;
}

.p-97 {
  padding: 24.25rem;
}

.pt-97 {
  padding-top: 24.25rem;
}

.pr-97 {
  padding-right: 24.25rem;
}

.pb-97 {
  padding-bottom: 24.25rem;
}

.pl-97 {
  padding-left: 24.25rem;
}

.px-97 {
  padding-right: 24.25rem;
  padding-left: 24.25rem;
}

.py-97 {
  padding-top: 24.25rem;
  padding-bottom: 24.25rem;
}

.w-97 {
  width: 24.25rem;
}

.h-97 {
  height: 24.25rem;
}

.mh-97 {
  max-height: 24.25rem;
}

.m-98 {
  margin: 24.5rem;
}

.mt-98 {
  margin-top: 24.5rem;
}

.mr-98 {
  margin-right: 24.5rem;
}

.mb-98 {
  margin-bottom: 24.5rem;
}

.ml-98 {
  margin-left: 24.5rem;
}

.mx-98 {
  margin-right: 24.5rem;
  margin-left: 24.5rem;
}

.my-98 {
  margin-top: 24.5rem;
  margin-bottom: 24.5rem;
}

.p-98 {
  padding: 24.5rem;
}

.pt-98 {
  padding-top: 24.5rem;
}

.pr-98 {
  padding-right: 24.5rem;
}

.pb-98 {
  padding-bottom: 24.5rem;
}

.pl-98 {
  padding-left: 24.5rem;
}

.px-98 {
  padding-right: 24.5rem;
  padding-left: 24.5rem;
}

.py-98 {
  padding-top: 24.5rem;
  padding-bottom: 24.5rem;
}

.w-98 {
  width: 24.5rem;
}

.h-98 {
  height: 24.5rem;
}

.mh-98 {
  max-height: 24.5rem;
}

.m-99 {
  margin: 24.75rem;
}

.mt-99 {
  margin-top: 24.75rem;
}

.mr-99 {
  margin-right: 24.75rem;
}

.mb-99 {
  margin-bottom: 24.75rem;
}

.ml-99 {
  margin-left: 24.75rem;
}

.mx-99 {
  margin-right: 24.75rem;
  margin-left: 24.75rem;
}

.my-99 {
  margin-top: 24.75rem;
  margin-bottom: 24.75rem;
}

.p-99 {
  padding: 24.75rem;
}

.pt-99 {
  padding-top: 24.75rem;
}

.pr-99 {
  padding-right: 24.75rem;
}

.pb-99 {
  padding-bottom: 24.75rem;
}

.pl-99 {
  padding-left: 24.75rem;
}

.px-99 {
  padding-right: 24.75rem;
  padding-left: 24.75rem;
}

.py-99 {
  padding-top: 24.75rem;
  padding-bottom: 24.75rem;
}

.w-99 {
  width: 24.75rem;
}

.h-99 {
  height: 24.75rem;
}

.mh-99 {
  max-height: 24.75rem;
}

.m-100 {
  margin: 25rem;
}

.mt-100 {
  margin-top: 25rem;
}

.mr-100 {
  margin-right: 25rem;
}

.mb-100 {
  margin-bottom: 25rem;
}

.ml-100 {
  margin-left: 25rem;
}

.mx-100 {
  margin-right: 25rem;
  margin-left: 25rem;
}

.my-100 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.p-100 {
  padding: 25rem;
}

.pt-100 {
  padding-top: 25rem;
}

.pr-100 {
  padding-right: 25rem;
}

.pb-100 {
  padding-bottom: 25rem;
}

.pl-100 {
  padding-left: 25rem;
}

.px-100 {
  padding-right: 25rem;
  padding-left: 25rem;
}

.py-100 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.w-100 {
  width: 25rem;
}

.h-100 {
  height: 25rem;
}

.mh-100 {
  max-height: 25rem;
}

.m-101 {
  margin: 25.25rem;
}

.mt-101 {
  margin-top: 25.25rem;
}

.mr-101 {
  margin-right: 25.25rem;
}

.mb-101 {
  margin-bottom: 25.25rem;
}

.ml-101 {
  margin-left: 25.25rem;
}

.mx-101 {
  margin-right: 25.25rem;
  margin-left: 25.25rem;
}

.my-101 {
  margin-top: 25.25rem;
  margin-bottom: 25.25rem;
}

.p-101 {
  padding: 25.25rem;
}

.pt-101 {
  padding-top: 25.25rem;
}

.pr-101 {
  padding-right: 25.25rem;
}

.pb-101 {
  padding-bottom: 25.25rem;
}

.pl-101 {
  padding-left: 25.25rem;
}

.px-101 {
  padding-right: 25.25rem;
  padding-left: 25.25rem;
}

.py-101 {
  padding-top: 25.25rem;
  padding-bottom: 25.25rem;
}

.w-101 {
  width: 25.25rem;
}

.h-101 {
  height: 25.25rem;
}

.mh-101 {
  max-height: 25.25rem;
}

.m-102 {
  margin: 25.5rem;
}

.mt-102 {
  margin-top: 25.5rem;
}

.mr-102 {
  margin-right: 25.5rem;
}

.mb-102 {
  margin-bottom: 25.5rem;
}

.ml-102 {
  margin-left: 25.5rem;
}

.mx-102 {
  margin-right: 25.5rem;
  margin-left: 25.5rem;
}

.my-102 {
  margin-top: 25.5rem;
  margin-bottom: 25.5rem;
}

.p-102 {
  padding: 25.5rem;
}

.pt-102 {
  padding-top: 25.5rem;
}

.pr-102 {
  padding-right: 25.5rem;
}

.pb-102 {
  padding-bottom: 25.5rem;
}

.pl-102 {
  padding-left: 25.5rem;
}

.px-102 {
  padding-right: 25.5rem;
  padding-left: 25.5rem;
}

.py-102 {
  padding-top: 25.5rem;
  padding-bottom: 25.5rem;
}

.w-102 {
  width: 25.5rem;
}

.h-102 {
  height: 25.5rem;
}

.mh-102 {
  max-height: 25.5rem;
}

.m-103 {
  margin: 25.75rem;
}

.mt-103 {
  margin-top: 25.75rem;
}

.mr-103 {
  margin-right: 25.75rem;
}

.mb-103 {
  margin-bottom: 25.75rem;
}

.ml-103 {
  margin-left: 25.75rem;
}

.mx-103 {
  margin-right: 25.75rem;
  margin-left: 25.75rem;
}

.my-103 {
  margin-top: 25.75rem;
  margin-bottom: 25.75rem;
}

.p-103 {
  padding: 25.75rem;
}

.pt-103 {
  padding-top: 25.75rem;
}

.pr-103 {
  padding-right: 25.75rem;
}

.pb-103 {
  padding-bottom: 25.75rem;
}

.pl-103 {
  padding-left: 25.75rem;
}

.px-103 {
  padding-right: 25.75rem;
  padding-left: 25.75rem;
}

.py-103 {
  padding-top: 25.75rem;
  padding-bottom: 25.75rem;
}

.w-103 {
  width: 25.75rem;
}

.h-103 {
  height: 25.75rem;
}

.mh-103 {
  max-height: 25.75rem;
}

.m-104 {
  margin: 26rem;
}

.mt-104 {
  margin-top: 26rem;
}

.mr-104 {
  margin-right: 26rem;
}

.mb-104 {
  margin-bottom: 26rem;
}

.ml-104 {
  margin-left: 26rem;
}

.mx-104 {
  margin-right: 26rem;
  margin-left: 26rem;
}

.my-104 {
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.p-104 {
  padding: 26rem;
}

.pt-104 {
  padding-top: 26rem;
}

.pr-104 {
  padding-right: 26rem;
}

.pb-104 {
  padding-bottom: 26rem;
}

.pl-104 {
  padding-left: 26rem;
}

.px-104 {
  padding-right: 26rem;
  padding-left: 26rem;
}

.py-104 {
  padding-top: 26rem;
  padding-bottom: 26rem;
}

.w-104 {
  width: 26rem;
}

.h-104 {
  height: 26rem;
}

.mh-104 {
  max-height: 26rem;
}

.m-105 {
  margin: 26.25rem;
}

.mt-105 {
  margin-top: 26.25rem;
}

.mr-105 {
  margin-right: 26.25rem;
}

.mb-105 {
  margin-bottom: 26.25rem;
}

.ml-105 {
  margin-left: 26.25rem;
}

.mx-105 {
  margin-right: 26.25rem;
  margin-left: 26.25rem;
}

.my-105 {
  margin-top: 26.25rem;
  margin-bottom: 26.25rem;
}

.p-105 {
  padding: 26.25rem;
}

.pt-105 {
  padding-top: 26.25rem;
}

.pr-105 {
  padding-right: 26.25rem;
}

.pb-105 {
  padding-bottom: 26.25rem;
}

.pl-105 {
  padding-left: 26.25rem;
}

.px-105 {
  padding-right: 26.25rem;
  padding-left: 26.25rem;
}

.py-105 {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.w-105 {
  width: 26.25rem;
}

.h-105 {
  height: 26.25rem;
}

.mh-105 {
  max-height: 26.25rem;
}

.m-106 {
  margin: 26.5rem;
}

.mt-106 {
  margin-top: 26.5rem;
}

.mr-106 {
  margin-right: 26.5rem;
}

.mb-106 {
  margin-bottom: 26.5rem;
}

.ml-106 {
  margin-left: 26.5rem;
}

.mx-106 {
  margin-right: 26.5rem;
  margin-left: 26.5rem;
}

.my-106 {
  margin-top: 26.5rem;
  margin-bottom: 26.5rem;
}

.p-106 {
  padding: 26.5rem;
}

.pt-106 {
  padding-top: 26.5rem;
}

.pr-106 {
  padding-right: 26.5rem;
}

.pb-106 {
  padding-bottom: 26.5rem;
}

.pl-106 {
  padding-left: 26.5rem;
}

.px-106 {
  padding-right: 26.5rem;
  padding-left: 26.5rem;
}

.py-106 {
  padding-top: 26.5rem;
  padding-bottom: 26.5rem;
}

.w-106 {
  width: 26.5rem;
}

.h-106 {
  height: 26.5rem;
}

.mh-106 {
  max-height: 26.5rem;
}

.m-107 {
  margin: 26.75rem;
}

.mt-107 {
  margin-top: 26.75rem;
}

.mr-107 {
  margin-right: 26.75rem;
}

.mb-107 {
  margin-bottom: 26.75rem;
}

.ml-107 {
  margin-left: 26.75rem;
}

.mx-107 {
  margin-right: 26.75rem;
  margin-left: 26.75rem;
}

.my-107 {
  margin-top: 26.75rem;
  margin-bottom: 26.75rem;
}

.p-107 {
  padding: 26.75rem;
}

.pt-107 {
  padding-top: 26.75rem;
}

.pr-107 {
  padding-right: 26.75rem;
}

.pb-107 {
  padding-bottom: 26.75rem;
}

.pl-107 {
  padding-left: 26.75rem;
}

.px-107 {
  padding-right: 26.75rem;
  padding-left: 26.75rem;
}

.py-107 {
  padding-top: 26.75rem;
  padding-bottom: 26.75rem;
}

.w-107 {
  width: 26.75rem;
}

.h-107 {
  height: 26.75rem;
}

.mh-107 {
  max-height: 26.75rem;
}

.m-108 {
  margin: 27rem;
}

.mt-108 {
  margin-top: 27rem;
}

.mr-108 {
  margin-right: 27rem;
}

.mb-108 {
  margin-bottom: 27rem;
}

.ml-108 {
  margin-left: 27rem;
}

.mx-108 {
  margin-right: 27rem;
  margin-left: 27rem;
}

.my-108 {
  margin-top: 27rem;
  margin-bottom: 27rem;
}

.p-108 {
  padding: 27rem;
}

.pt-108 {
  padding-top: 27rem;
}

.pr-108 {
  padding-right: 27rem;
}

.pb-108 {
  padding-bottom: 27rem;
}

.pl-108 {
  padding-left: 27rem;
}

.px-108 {
  padding-right: 27rem;
  padding-left: 27rem;
}

.py-108 {
  padding-top: 27rem;
  padding-bottom: 27rem;
}

.w-108 {
  width: 27rem;
}

.h-108 {
  height: 27rem;
}

.mh-108 {
  max-height: 27rem;
}

.m-109 {
  margin: 27.25rem;
}

.mt-109 {
  margin-top: 27.25rem;
}

.mr-109 {
  margin-right: 27.25rem;
}

.mb-109 {
  margin-bottom: 27.25rem;
}

.ml-109 {
  margin-left: 27.25rem;
}

.mx-109 {
  margin-right: 27.25rem;
  margin-left: 27.25rem;
}

.my-109 {
  margin-top: 27.25rem;
  margin-bottom: 27.25rem;
}

.p-109 {
  padding: 27.25rem;
}

.pt-109 {
  padding-top: 27.25rem;
}

.pr-109 {
  padding-right: 27.25rem;
}

.pb-109 {
  padding-bottom: 27.25rem;
}

.pl-109 {
  padding-left: 27.25rem;
}

.px-109 {
  padding-right: 27.25rem;
  padding-left: 27.25rem;
}

.py-109 {
  padding-top: 27.25rem;
  padding-bottom: 27.25rem;
}

.w-109 {
  width: 27.25rem;
}

.h-109 {
  height: 27.25rem;
}

.mh-109 {
  max-height: 27.25rem;
}

.m-110 {
  margin: 27.5rem;
}

.mt-110 {
  margin-top: 27.5rem;
}

.mr-110 {
  margin-right: 27.5rem;
}

.mb-110 {
  margin-bottom: 27.5rem;
}

.ml-110 {
  margin-left: 27.5rem;
}

.mx-110 {
  margin-right: 27.5rem;
  margin-left: 27.5rem;
}

.my-110 {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.p-110 {
  padding: 27.5rem;
}

.pt-110 {
  padding-top: 27.5rem;
}

.pr-110 {
  padding-right: 27.5rem;
}

.pb-110 {
  padding-bottom: 27.5rem;
}

.pl-110 {
  padding-left: 27.5rem;
}

.px-110 {
  padding-right: 27.5rem;
  padding-left: 27.5rem;
}

.py-110 {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.w-110 {
  width: 27.5rem;
}

.h-110 {
  height: 27.5rem;
}

.mh-110 {
  max-height: 27.5rem;
}

.m-111 {
  margin: 27.75rem;
}

.mt-111 {
  margin-top: 27.75rem;
}

.mr-111 {
  margin-right: 27.75rem;
}

.mb-111 {
  margin-bottom: 27.75rem;
}

.ml-111 {
  margin-left: 27.75rem;
}

.mx-111 {
  margin-right: 27.75rem;
  margin-left: 27.75rem;
}

.my-111 {
  margin-top: 27.75rem;
  margin-bottom: 27.75rem;
}

.p-111 {
  padding: 27.75rem;
}

.pt-111 {
  padding-top: 27.75rem;
}

.pr-111 {
  padding-right: 27.75rem;
}

.pb-111 {
  padding-bottom: 27.75rem;
}

.pl-111 {
  padding-left: 27.75rem;
}

.px-111 {
  padding-right: 27.75rem;
  padding-left: 27.75rem;
}

.py-111 {
  padding-top: 27.75rem;
  padding-bottom: 27.75rem;
}

.w-111 {
  width: 27.75rem;
}

.h-111 {
  height: 27.75rem;
}

.mh-111 {
  max-height: 27.75rem;
}

.m-112 {
  margin: 28rem;
}

.mt-112 {
  margin-top: 28rem;
}

.mr-112 {
  margin-right: 28rem;
}

.mb-112 {
  margin-bottom: 28rem;
}

.ml-112 {
  margin-left: 28rem;
}

.mx-112 {
  margin-right: 28rem;
  margin-left: 28rem;
}

.my-112 {
  margin-top: 28rem;
  margin-bottom: 28rem;
}

.p-112 {
  padding: 28rem;
}

.pt-112 {
  padding-top: 28rem;
}

.pr-112 {
  padding-right: 28rem;
}

.pb-112 {
  padding-bottom: 28rem;
}

.pl-112 {
  padding-left: 28rem;
}

.px-112 {
  padding-right: 28rem;
  padding-left: 28rem;
}

.py-112 {
  padding-top: 28rem;
  padding-bottom: 28rem;
}

.w-112 {
  width: 28rem;
}

.h-112 {
  height: 28rem;
}

.mh-112 {
  max-height: 28rem;
}

.m-113 {
  margin: 28.25rem;
}

.mt-113 {
  margin-top: 28.25rem;
}

.mr-113 {
  margin-right: 28.25rem;
}

.mb-113 {
  margin-bottom: 28.25rem;
}

.ml-113 {
  margin-left: 28.25rem;
}

.mx-113 {
  margin-right: 28.25rem;
  margin-left: 28.25rem;
}

.my-113 {
  margin-top: 28.25rem;
  margin-bottom: 28.25rem;
}

.p-113 {
  padding: 28.25rem;
}

.pt-113 {
  padding-top: 28.25rem;
}

.pr-113 {
  padding-right: 28.25rem;
}

.pb-113 {
  padding-bottom: 28.25rem;
}

.pl-113 {
  padding-left: 28.25rem;
}

.px-113 {
  padding-right: 28.25rem;
  padding-left: 28.25rem;
}

.py-113 {
  padding-top: 28.25rem;
  padding-bottom: 28.25rem;
}

.w-113 {
  width: 28.25rem;
}

.h-113 {
  height: 28.25rem;
}

.mh-113 {
  max-height: 28.25rem;
}

.m-114 {
  margin: 28.5rem;
}

.mt-114 {
  margin-top: 28.5rem;
}

.mr-114 {
  margin-right: 28.5rem;
}

.mb-114 {
  margin-bottom: 28.5rem;
}

.ml-114 {
  margin-left: 28.5rem;
}

.mx-114 {
  margin-right: 28.5rem;
  margin-left: 28.5rem;
}

.my-114 {
  margin-top: 28.5rem;
  margin-bottom: 28.5rem;
}

.p-114 {
  padding: 28.5rem;
}

.pt-114 {
  padding-top: 28.5rem;
}

.pr-114 {
  padding-right: 28.5rem;
}

.pb-114 {
  padding-bottom: 28.5rem;
}

.pl-114 {
  padding-left: 28.5rem;
}

.px-114 {
  padding-right: 28.5rem;
  padding-left: 28.5rem;
}

.py-114 {
  padding-top: 28.5rem;
  padding-bottom: 28.5rem;
}

.w-114 {
  width: 28.5rem;
}

.h-114 {
  height: 28.5rem;
}

.mh-114 {
  max-height: 28.5rem;
}

.m-115 {
  margin: 28.75rem;
}

.mt-115 {
  margin-top: 28.75rem;
}

.mr-115 {
  margin-right: 28.75rem;
}

.mb-115 {
  margin-bottom: 28.75rem;
}

.ml-115 {
  margin-left: 28.75rem;
}

.mx-115 {
  margin-right: 28.75rem;
  margin-left: 28.75rem;
}

.my-115 {
  margin-top: 28.75rem;
  margin-bottom: 28.75rem;
}

.p-115 {
  padding: 28.75rem;
}

.pt-115 {
  padding-top: 28.75rem;
}

.pr-115 {
  padding-right: 28.75rem;
}

.pb-115 {
  padding-bottom: 28.75rem;
}

.pl-115 {
  padding-left: 28.75rem;
}

.px-115 {
  padding-right: 28.75rem;
  padding-left: 28.75rem;
}

.py-115 {
  padding-top: 28.75rem;
  padding-bottom: 28.75rem;
}

.w-115 {
  width: 28.75rem;
}

.h-115 {
  height: 28.75rem;
}

.mh-115 {
  max-height: 28.75rem;
}

.m-116 {
  margin: 29rem;
}

.mt-116 {
  margin-top: 29rem;
}

.mr-116 {
  margin-right: 29rem;
}

.mb-116 {
  margin-bottom: 29rem;
}

.ml-116 {
  margin-left: 29rem;
}

.mx-116 {
  margin-right: 29rem;
  margin-left: 29rem;
}

.my-116 {
  margin-top: 29rem;
  margin-bottom: 29rem;
}

.p-116 {
  padding: 29rem;
}

.pt-116 {
  padding-top: 29rem;
}

.pr-116 {
  padding-right: 29rem;
}

.pb-116 {
  padding-bottom: 29rem;
}

.pl-116 {
  padding-left: 29rem;
}

.px-116 {
  padding-right: 29rem;
  padding-left: 29rem;
}

.py-116 {
  padding-top: 29rem;
  padding-bottom: 29rem;
}

.w-116 {
  width: 29rem;
}

.h-116 {
  height: 29rem;
}

.mh-116 {
  max-height: 29rem;
}

.m-117 {
  margin: 29.25rem;
}

.mt-117 {
  margin-top: 29.25rem;
}

.mr-117 {
  margin-right: 29.25rem;
}

.mb-117 {
  margin-bottom: 29.25rem;
}

.ml-117 {
  margin-left: 29.25rem;
}

.mx-117 {
  margin-right: 29.25rem;
  margin-left: 29.25rem;
}

.my-117 {
  margin-top: 29.25rem;
  margin-bottom: 29.25rem;
}

.p-117 {
  padding: 29.25rem;
}

.pt-117 {
  padding-top: 29.25rem;
}

.pr-117 {
  padding-right: 29.25rem;
}

.pb-117 {
  padding-bottom: 29.25rem;
}

.pl-117 {
  padding-left: 29.25rem;
}

.px-117 {
  padding-right: 29.25rem;
  padding-left: 29.25rem;
}

.py-117 {
  padding-top: 29.25rem;
  padding-bottom: 29.25rem;
}

.w-117 {
  width: 29.25rem;
}

.h-117 {
  height: 29.25rem;
}

.mh-117 {
  max-height: 29.25rem;
}

.m-118 {
  margin: 29.5rem;
}

.mt-118 {
  margin-top: 29.5rem;
}

.mr-118 {
  margin-right: 29.5rem;
}

.mb-118 {
  margin-bottom: 29.5rem;
}

.ml-118 {
  margin-left: 29.5rem;
}

.mx-118 {
  margin-right: 29.5rem;
  margin-left: 29.5rem;
}

.my-118 {
  margin-top: 29.5rem;
  margin-bottom: 29.5rem;
}

.p-118 {
  padding: 29.5rem;
}

.pt-118 {
  padding-top: 29.5rem;
}

.pr-118 {
  padding-right: 29.5rem;
}

.pb-118 {
  padding-bottom: 29.5rem;
}

.pl-118 {
  padding-left: 29.5rem;
}

.px-118 {
  padding-right: 29.5rem;
  padding-left: 29.5rem;
}

.py-118 {
  padding-top: 29.5rem;
  padding-bottom: 29.5rem;
}

.w-118 {
  width: 29.5rem;
}

.h-118 {
  height: 29.5rem;
}

.mh-118 {
  max-height: 29.5rem;
}

.m-119 {
  margin: 29.75rem;
}

.mt-119 {
  margin-top: 29.75rem;
}

.mr-119 {
  margin-right: 29.75rem;
}

.mb-119 {
  margin-bottom: 29.75rem;
}

.ml-119 {
  margin-left: 29.75rem;
}

.mx-119 {
  margin-right: 29.75rem;
  margin-left: 29.75rem;
}

.my-119 {
  margin-top: 29.75rem;
  margin-bottom: 29.75rem;
}

.p-119 {
  padding: 29.75rem;
}

.pt-119 {
  padding-top: 29.75rem;
}

.pr-119 {
  padding-right: 29.75rem;
}

.pb-119 {
  padding-bottom: 29.75rem;
}

.pl-119 {
  padding-left: 29.75rem;
}

.px-119 {
  padding-right: 29.75rem;
  padding-left: 29.75rem;
}

.py-119 {
  padding-top: 29.75rem;
  padding-bottom: 29.75rem;
}

.w-119 {
  width: 29.75rem;
}

.h-119 {
  height: 29.75rem;
}

.mh-119 {
  max-height: 29.75rem;
}

.m-120 {
  margin: 30rem;
}

.mt-120 {
  margin-top: 30rem;
}

.mr-120 {
  margin-right: 30rem;
}

.mb-120 {
  margin-bottom: 30rem;
}

.ml-120 {
  margin-left: 30rem;
}

.mx-120 {
  margin-right: 30rem;
  margin-left: 30rem;
}

.my-120 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.p-120 {
  padding: 30rem;
}

.pt-120 {
  padding-top: 30rem;
}

.pr-120 {
  padding-right: 30rem;
}

.pb-120 {
  padding-bottom: 30rem;
}

.pl-120 {
  padding-left: 30rem;
}

.px-120 {
  padding-right: 30rem;
  padding-left: 30rem;
}

.py-120 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.w-120 {
  width: 30rem;
}

.h-120 {
  height: 30rem;
}

.mh-120 {
  max-height: 30rem;
}

.m-121 {
  margin: 30.25rem;
}

.mt-121 {
  margin-top: 30.25rem;
}

.mr-121 {
  margin-right: 30.25rem;
}

.mb-121 {
  margin-bottom: 30.25rem;
}

.ml-121 {
  margin-left: 30.25rem;
}

.mx-121 {
  margin-right: 30.25rem;
  margin-left: 30.25rem;
}

.my-121 {
  margin-top: 30.25rem;
  margin-bottom: 30.25rem;
}

.p-121 {
  padding: 30.25rem;
}

.pt-121 {
  padding-top: 30.25rem;
}

.pr-121 {
  padding-right: 30.25rem;
}

.pb-121 {
  padding-bottom: 30.25rem;
}

.pl-121 {
  padding-left: 30.25rem;
}

.px-121 {
  padding-right: 30.25rem;
  padding-left: 30.25rem;
}

.py-121 {
  padding-top: 30.25rem;
  padding-bottom: 30.25rem;
}

.w-121 {
  width: 30.25rem;
}

.h-121 {
  height: 30.25rem;
}

.mh-121 {
  max-height: 30.25rem;
}

.m-122 {
  margin: 30.5rem;
}

.mt-122 {
  margin-top: 30.5rem;
}

.mr-122 {
  margin-right: 30.5rem;
}

.mb-122 {
  margin-bottom: 30.5rem;
}

.ml-122 {
  margin-left: 30.5rem;
}

.mx-122 {
  margin-right: 30.5rem;
  margin-left: 30.5rem;
}

.my-122 {
  margin-top: 30.5rem;
  margin-bottom: 30.5rem;
}

.p-122 {
  padding: 30.5rem;
}

.pt-122 {
  padding-top: 30.5rem;
}

.pr-122 {
  padding-right: 30.5rem;
}

.pb-122 {
  padding-bottom: 30.5rem;
}

.pl-122 {
  padding-left: 30.5rem;
}

.px-122 {
  padding-right: 30.5rem;
  padding-left: 30.5rem;
}

.py-122 {
  padding-top: 30.5rem;
  padding-bottom: 30.5rem;
}

.w-122 {
  width: 30.5rem;
}

.h-122 {
  height: 30.5rem;
}

.mh-122 {
  max-height: 30.5rem;
}

.m-123 {
  margin: 30.75rem;
}

.mt-123 {
  margin-top: 30.75rem;
}

.mr-123 {
  margin-right: 30.75rem;
}

.mb-123 {
  margin-bottom: 30.75rem;
}

.ml-123 {
  margin-left: 30.75rem;
}

.mx-123 {
  margin-right: 30.75rem;
  margin-left: 30.75rem;
}

.my-123 {
  margin-top: 30.75rem;
  margin-bottom: 30.75rem;
}

.p-123 {
  padding: 30.75rem;
}

.pt-123 {
  padding-top: 30.75rem;
}

.pr-123 {
  padding-right: 30.75rem;
}

.pb-123 {
  padding-bottom: 30.75rem;
}

.pl-123 {
  padding-left: 30.75rem;
}

.px-123 {
  padding-right: 30.75rem;
  padding-left: 30.75rem;
}

.py-123 {
  padding-top: 30.75rem;
  padding-bottom: 30.75rem;
}

.w-123 {
  width: 30.75rem;
}

.h-123 {
  height: 30.75rem;
}

.mh-123 {
  max-height: 30.75rem;
}

.m-124 {
  margin: 31rem;
}

.mt-124 {
  margin-top: 31rem;
}

.mr-124 {
  margin-right: 31rem;
}

.mb-124 {
  margin-bottom: 31rem;
}

.ml-124 {
  margin-left: 31rem;
}

.mx-124 {
  margin-right: 31rem;
  margin-left: 31rem;
}

.my-124 {
  margin-top: 31rem;
  margin-bottom: 31rem;
}

.p-124 {
  padding: 31rem;
}

.pt-124 {
  padding-top: 31rem;
}

.pr-124 {
  padding-right: 31rem;
}

.pb-124 {
  padding-bottom: 31rem;
}

.pl-124 {
  padding-left: 31rem;
}

.px-124 {
  padding-right: 31rem;
  padding-left: 31rem;
}

.py-124 {
  padding-top: 31rem;
  padding-bottom: 31rem;
}

.w-124 {
  width: 31rem;
}

.h-124 {
  height: 31rem;
}

.mh-124 {
  max-height: 31rem;
}

.m-125 {
  margin: 31.25rem;
}

.mt-125 {
  margin-top: 31.25rem;
}

.mr-125 {
  margin-right: 31.25rem;
}

.mb-125 {
  margin-bottom: 31.25rem;
}

.ml-125 {
  margin-left: 31.25rem;
}

.mx-125 {
  margin-right: 31.25rem;
  margin-left: 31.25rem;
}

.my-125 {
  margin-top: 31.25rem;
  margin-bottom: 31.25rem;
}

.p-125 {
  padding: 31.25rem;
}

.pt-125 {
  padding-top: 31.25rem;
}

.pr-125 {
  padding-right: 31.25rem;
}

.pb-125 {
  padding-bottom: 31.25rem;
}

.pl-125 {
  padding-left: 31.25rem;
}

.px-125 {
  padding-right: 31.25rem;
  padding-left: 31.25rem;
}

.py-125 {
  padding-top: 31.25rem;
  padding-bottom: 31.25rem;
}

.w-125 {
  width: 31.25rem;
}

.h-125 {
  height: 31.25rem;
}

.mh-125 {
  max-height: 31.25rem;
}

.m-126 {
  margin: 31.5rem;
}

.mt-126 {
  margin-top: 31.5rem;
}

.mr-126 {
  margin-right: 31.5rem;
}

.mb-126 {
  margin-bottom: 31.5rem;
}

.ml-126 {
  margin-left: 31.5rem;
}

.mx-126 {
  margin-right: 31.5rem;
  margin-left: 31.5rem;
}

.my-126 {
  margin-top: 31.5rem;
  margin-bottom: 31.5rem;
}

.p-126 {
  padding: 31.5rem;
}

.pt-126 {
  padding-top: 31.5rem;
}

.pr-126 {
  padding-right: 31.5rem;
}

.pb-126 {
  padding-bottom: 31.5rem;
}

.pl-126 {
  padding-left: 31.5rem;
}

.px-126 {
  padding-right: 31.5rem;
  padding-left: 31.5rem;
}

.py-126 {
  padding-top: 31.5rem;
  padding-bottom: 31.5rem;
}

.w-126 {
  width: 31.5rem;
}

.h-126 {
  height: 31.5rem;
}

.mh-126 {
  max-height: 31.5rem;
}

.m-127 {
  margin: 31.75rem;
}

.mt-127 {
  margin-top: 31.75rem;
}

.mr-127 {
  margin-right: 31.75rem;
}

.mb-127 {
  margin-bottom: 31.75rem;
}

.ml-127 {
  margin-left: 31.75rem;
}

.mx-127 {
  margin-right: 31.75rem;
  margin-left: 31.75rem;
}

.my-127 {
  margin-top: 31.75rem;
  margin-bottom: 31.75rem;
}

.p-127 {
  padding: 31.75rem;
}

.pt-127 {
  padding-top: 31.75rem;
}

.pr-127 {
  padding-right: 31.75rem;
}

.pb-127 {
  padding-bottom: 31.75rem;
}

.pl-127 {
  padding-left: 31.75rem;
}

.px-127 {
  padding-right: 31.75rem;
  padding-left: 31.75rem;
}

.py-127 {
  padding-top: 31.75rem;
  padding-bottom: 31.75rem;
}

.w-127 {
  width: 31.75rem;
}

.h-127 {
  height: 31.75rem;
}

.mh-127 {
  max-height: 31.75rem;
}

.m-128 {
  margin: 32rem;
}

.mt-128 {
  margin-top: 32rem;
}

.mr-128 {
  margin-right: 32rem;
}

.mb-128 {
  margin-bottom: 32rem;
}

.ml-128 {
  margin-left: 32rem;
}

.mx-128 {
  margin-right: 32rem;
  margin-left: 32rem;
}

.my-128 {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.p-128 {
  padding: 32rem;
}

.pt-128 {
  padding-top: 32rem;
}

.pr-128 {
  padding-right: 32rem;
}

.pb-128 {
  padding-bottom: 32rem;
}

.pl-128 {
  padding-left: 32rem;
}

.px-128 {
  padding-right: 32rem;
  padding-left: 32rem;
}

.py-128 {
  padding-top: 32rem;
  padding-bottom: 32rem;
}

.w-128 {
  width: 32rem;
}

.h-128 {
  height: 32rem;
}

.mh-128 {
  max-height: 32rem;
}

@media (min-width: 1921px) {
  .ads-block-has-max-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
}

@media (min-width: 1921px) {
  .ads-block-has-large-max-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
  }
}

.ads-report-type {
  position: relative;
  display: block;
  width: 8rem;
  height: 12rem;
  padding: 0;
  margin: 0;
  border-radius: 0.25rem;
  box-shadow: var(--ads-shadow-depth-1);
  text-align: left;
}
.ads-report-type span {
  display: block;
  color: var(--ads-color-primary);
  font-family: "Alphabet slab pro light", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.1;
  opacity: 0.8;
  overflow-wrap: break-word;
  text-align: left;
}
.ads-report-type span pre {
  margin: 0.375rem 0 0 0;
  color: var(--ads-color-app-text);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
}
.ads-report-type::before {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 2px;
  background-color: var(--ads-color-gray-70);
  content: "";
}
.ads-report-type::after {
  position: absolute;
  bottom: 0.375rem;
  left: 1rem;
  width: 1.25rem;
  height: 1px;
  background-color: var(--ads-color-gray-70);
  content: "";
}
.ads-report-type.is-corporate-image-report-dark {
  padding: 0;
  background-color: var(--ads-color-primary);
}
.ads-report-type.is-corporate-image-report-dark span {
  position: relative;
  top: 6rem;
  height: 6rem;
  padding: 0.375rem 1.5rem 0.375rem 1rem;
  border-top: 2px solid var(--ads-color-accent);
  background-color: var(--ads-color-primary);
  color: var(--ads-color-white);
}
.ads-report-type.is-corporate-image-report-dark span pre {
  color: var(--ads-color-white);
}
.ads-report-type.is-corporate-image-report-dark::before {
  background-color: var(--ads-color-primary);
  opacity: 0.5;
}
.ads-report-type.is-corporate-image-report-dark::after {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.is-corporate-image-report-light {
  padding: 0;
  background-color: var(--ads-color-primary);
}
.ads-report-type.is-corporate-image-report-light span {
  position: relative;
  top: 6rem;
  height: 6rem;
  padding: 0.375rem 1.5rem 0.375rem 1rem;
  border-top: 2px solid var(--ads-color-accent);
  background-color: var(--ads-color-secondary);
  color: var(--ads-color-white);
}
.ads-report-type.is-corporate-image-report-light span pre {
  color: var(--ads-color-white);
}
.ads-report-type.is-corporate-image-report-light::before {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.is-corporate-image-report-light::after {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.is-factual-report-light {
  padding: 2.5rem 1rem 1rem 1rem;
  border-bottom: 2px solid var(--ads-color-accent);
  background-color: var(--ads-color-secondary);
}
.ads-report-type.is-factual-report-light span {
  color: var(--ads-color-white);
  font-weight: normal;
}
.ads-report-type.is-factual-report-light span pre {
  color: var(--ads-color-primary);
  font-weight: normal;
}
.ads-report-type.is-factual-report-light::before {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.is-factual-report-light:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: var(--ads-color-image-gradient-accent-to-primary);
  -webkit-mask-image: var(--ads-color-image-gradient-mask);
          mask-image: var(--ads-color-image-gradient-mask);
  z-index: 2;
}
.ads-report-type.is-factual-report-light al-icon {
  position: absolute;
  bottom: 1.75rem;
  left: 1rem;
}
.ads-report-type.is-factual-report-light al-icon .ads-icon svg path {
  fill: var(--ads-color-accent) !important;
}
.ads-report-type.is-factual-report-dark {
  padding: 2.5rem 1rem 1rem 1rem;
  border-bottom: 2px solid var(--ads-color-accent);
  background-color: var(--ads-color-primary);
}
.ads-report-type.is-factual-report-dark span {
  color: var(--ads-color-white);
  font-weight: normal;
}
.ads-report-type.is-factual-report-dark span pre {
  color: var(--ads-color-white);
  font-weight: normal;
}
.ads-report-type.is-factual-report-dark::after {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.is-factual-report-dark:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: var(--ads-color-image-gradient-secondary-to-accent);
  -webkit-mask-image: var(--ads-color-image-gradient-mask);
          mask-image: var(--ads-color-image-gradient-mask);
  z-index: 2;
}
.ads-report-type.is-factual-report-dark al-icon {
  position: absolute;
  bottom: 1.75rem;
  left: 1rem;
}
.ads-report-type.is-factual-report-dark al-icon .ads-icon svg path {
  fill: var(--ads-color-accent) !important;
}
.ads-report-type.is-corporate-report-light {
  padding: 3rem 1rem 1rem 1rem;
  border-bottom: 2px solid var(--ads-color-accent);
  background: var(--ads-color-secondary);
  background: var(--ads-color-solid-gradient-secondary-to-accent);
}
.ads-report-type.is-corporate-report-light span {
  color: var(--ads-color-white);
}
.ads-report-type.is-corporate-report-light span pre {
  color: var(--ads-color-white);
}
.ads-report-type.is-corporate-report-light::before {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.is-corporate-report-light::after {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.is-corporate-report-dark {
  padding: 3rem 1rem 1rem 1rem;
  border-bottom: 2px solid var(--ads-color-accent);
  background: var(--ads-color-primary);
  background: var(--ads-color-solid-gradient-secondary-to-accent);
}
.ads-report-type.is-corporate-report-dark span {
  color: var(--ads-color-white);
}
.ads-report-type.is-corporate-report-dark span pre {
  color: var(--ads-color-white);
}
.ads-report-type.is-corporate-report-dark::before {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.is-corporate-report-dark::after {
  background-color: var(--ads-color-white);
  opacity: 0.5;
}
.ads-report-type.size-large {
  position: relative;
  width: 12rem;
  height: 18rem;
  padding: 5rem 1rem 1rem 1rem;
  border-bottom: 2px solid var(--ads-color-accent);
}
.ads-report-type.size-large span {
  font-size: 1rem;
  line-height: 1.2;
}
.ads-report-type.size-large al-icon {
  position: absolute;
  bottom: 3rem;
  left: 1rem;
}
.ads-report-type.size-large span.ads-report-type_footer {
  position: absolute;
  z-index: 3;
  bottom: 0.75rem;
  left: 1.125rem;
  width: 2.5rem;
  height: 1px;
  background-color: var(--ads-color-white);
  opacity: 0.5;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  color: var(--ads-color-app-text);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
}
@media (min-width: 1200px) {
  .ads-table tbody {
    display: inline-table;
    width: 100%;
    gap: initial;
    grid-template-columns: none;
  }
  .ads-table .ads-table_header {
    display: table-row;
  }
  .ads-table th {
    z-index: 2;
    top: 5.5rem;
    padding: 0;
    padding: 0.5rem 0 0.5rem 0;
    background-color: var(--ads-color-white);
    color: var(--ads-color-primary);
    vertical-align: top;
  }
  .ads-table th .ads-table_header-button {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 0.25rem;
    border: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0.25rem;
    box-shadow: var(--ads-ring_transparent);
    color: var(--ads-color-primary);
    cursor: pointer;
    font: unset;
    font-family: "Alphabet sans pro", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    line-height: 1;
    outline: 0;
    outline-offset: 0;
    text-align: left;
    transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    white-space: nowrap;
  }
  .ads-table th .ads-table_header-button span {
    flex: 1 1 0%;
    font-family: "Alphabet sans pro", sans-serif;
    font-size: 0.75rem;
    line-height: 1;
    white-space: break-spaces;
  }
  .ads-table th .ads-table_header-button al-icon {
    flex: none;
  }
  .ads-table th .ads-table_header-button al-icon .ads-icon.sort-hidden svg > path {
    fill: transparent;
  }
  .ads-table th .ads-table_header-button al-icon .ads-icon.sort-ascending {
    transform: scaleY(1);
  }
  .ads-table th .ads-table_header-button al-icon .ads-icon.sort-descending {
    transform: scaleY(-1);
  }
  .ads-table th .ads-table_header-button:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1px var(--ads-color-accent_focus);
    color: var(--ads-color-primary_focus);
  }
  .ads-table th .ads-table_header-span {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0.5rem 0.5rem 0.5rem 0.25rem;
    border: none;
    background-color: transparent;
    color: var(--ads-color-primary);
    cursor: default;
    font-family: "Alphabet sans pro", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    line-height: 1;
    outline: 0;
    outline-offset: 0;
    text-align: left;
    white-space: nowrap;
  }
  .ads-table th .ads-table_header-span.disabled {
    color: var(--ads-color-disabled-foreground);
  }
  .ads-table th.has-button-copy, .ads-table th.has-button-download, .ads-table th.has-button-reset, .ads-table th.has-button-edit, .ads-table th.has-button-delete, .ads-table th.has-button-next {
    width: 2rem;
    min-width: 0;
    padding: 0;
    text-align: center;
  }
  .ads-table th.has-checkbox {
    width: 3.75rem;
    min-width: 0;
    padding: 0 0.25rem 0 0;
    text-align: center;
  }
  .ads-table th.has-checkbox .ads-form-checkbox.is-checkbox + label.size-small {
    padding: 0;
    margin: 1rem 0 0 0;
  }
  .ads-table tr {
    display: table-row;
    padding: 0;
    border: 0 solid transparent;
    background-color: rgb(var(--ads-color-white) 0.5);
    border-radius: 0;
  }
  .ads-table tr:nth-child(even) {
    background-color: rgb(var(--ads-color-white) 0.3);
  }
  .ads-table tr:nth-child(odd) {
    background-color: rgb(var(--ads-color-gray-6) 0.3);
  }
  .ads-table td {
    display: table-cell;
    width: auto;
    max-width: 500px;
    padding: 0.5rem 1rem 0.5rem 0.25rem;
    border-bottom: none;
    transition: color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    vertical-align: middle;
  }
  .ads-table td::before {
    display: none;
  }
  .ads-table td.has-button {
    width: 0px;
    padding: 0.25rem 0.125rem;
    text-align: center;
  }
  .ads-table td.has-checkbox {
    position: relative;
    width: 3.75rem;
    min-width: 3.75rem !important;
    padding: 0 0.25rem 0 0;
    margin-top: 0.375rem;
    text-align: center;
  }
  .ads-table td.has-checkbox .ads-form-checkbox.is-checkbox + label.size-small {
    padding: 0;
    margin: 0;
  }
  .ads-table td.is-sorted {
    background-color: rgb(var(--ads-color-secondary) 0.05);
    color: var(--ads-color-accent);
  }
  .ads-table td.is-sorted .is-date,
  .ads-table td.is-sorted .is-amount,
  .ads-table td.is-sorted .is-total-amount,
  .ads-table td.is-sorted .is-fuel-type-vehicle,
  .ads-table td.is-sorted .is-fuel-type-exeption,
  .ads-table td.is-sorted .is-edited,
  .ads-table td.is-sorted .text-color-primary {
    color: var(--ads-color-accent);
  }
  .ads-table td .ads-input {
    border-color: rgb(var(--ads-color-secondary) 0.6);
    font-size: 0.875rem;
  }
  .ads-table td .ads-input.is-edited {
    color: var(--ads-color-success);
  }
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-todo {
  font-family: "Alphabet sans pro", sans-serif;
  font-size: 0.875rem;
  color: var(--ads-color-primary);
  font-style: normal;
  line-height: 1.5;
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid var(--ads-color-gray-50);
  background: repeating-linear-gradient(-45deg, var(--ads-color-gray-6), var(--ads-color-gray-6) 10px, var(--ads-color-white) 10px, var(--ads-color-white) 20px);
}

.ads-todo-reverted {
  font-family: "Alphabet sans pro", sans-serif;
  font-size: 0.875rem;
  color: var(--ads-color-primary);
  font-style: normal;
  line-height: 1.5;
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid var(--ads-color-gray-50);
  background: repeating-linear-gradient(45deg, var(--ads-color-gray-6), var(--ads-color-gray-6) 10px, var(--ads-color-white) 10px, var(--ads-color-white) 20px);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.has-active-contract-status {
  color: var(--ads-color-success);
  font-size: 0.75rem !important;
  font-weight: bold;
  text-transform: uppercase;
}
.has-active-contract-status al-icon > .ads-icon svg path {
  fill: rgb(var(--ads-color-success) 0.5);
}

.has-inactive-contract-status {
  color: var(--ads-color-error);
  font-family: "Alphabet sans pro", sans-serif;
  font-size: 0.75rem !important;
  text-transform: uppercase;
}
.has-inactive-contract-status al-icon > .ads-icon svg path {
  fill: rgb(var(--ads-color-error) 0.5);
}

.has-terminated-contract-status {
  color: var(--ads-color-error);
  font-family: "Alphabet sans pro", sans-serif;
  font-size: 0.75rem !important;
  text-transform: uppercase;
}
.has-terminated-contract-status al-icon > .ads-icon svg path {
  fill: rgb(var(--ads-color-error) 0.5);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.is-licence-plate {
  position: relative;
  display: inline-block !important;
  width: 6rem;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  border: 1px solid var(--ads-color-gray-20);
  background-color: transparent;
  border-radius: 0.25rem;
  color: var(--ads-color-app-text);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.675rem !important;
  letter-spacing: 0.09rem;
  line-height: 1 !important;
  text-align: center;
  text-transform: uppercase;
}
.is-licence-plate::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  border-right: 1px solid var(--ads-color-gray-20);
  content: "";
  opacity: 0.5;
}
.is-licence-plate::after {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 3px;
  height: 3px;
  background-color: var(--ads-color-gray-20);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

/** Blocks **/
/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-block-dashboard {
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0 0 1.5rem 0;
  gap: 1rem;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  .ads-block-dashboard {
    margin-bottom: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .ads-block-dashboard {
    margin-bottom: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1921px) {
  .ads-block-dashboard {
    margin-bottom: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ads-block-dashboard .ads-block-dashboard_item {
  position: relative;
  display: block;
  padding: 1rem;
  border: 1px solid var(--ads-color-gray-20);
  margin: 0;
  aspect-ratio: 1;
  background-color: var(--ads-color-white);
  border-radius: 0.25rem;
  font-size: 0;
  line-height: 0;
}
.ads-block-dashboard .ads-block-dashboard_item:hover {
  cursor: pointer;
}
.ads-block-dashboard .ads-block-dashboard_item.is-kpi {
  padding: 0;
  border: none;
}
.ads-block-dashboard .ads-block-dashboard_item al-chart-skeleton {
  padding-bottom: 4rem;
}
.ads-block-dashboard .ads-block-dashboard_item al-chart-skeleton:hover {
  cursor: default;
}
.ads-block-dashboard .ads-block-dashboard_item .ads-chart .highcharts-container {
  height: auto !important;
}
@media (min-width: 1921px) {
  .ads-block-dashboard.display-as-grid-1 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .ads-block-dashboard.display-as-grid-1 .ads-block-dashboard_item:nth-child(1) {
    aspect-ratio: 2/1;
    grid-column-end: span 2;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-row-start: 1;
  }
  .ads-block-dashboard.display-as-grid-1 .ads-block-dashboard_item:nth-child(2) {
    aspect-ratio: auto;
    grid-column-end: 3;
    grid-column-start: 3;
    grid-row-end: span 2;
    grid-row-start: 1;
  }
  .ads-block-dashboard.display-as-grid-1 .ads-block-dashboard_item:nth-child(3) {
    grid-column: 1;
    grid-row-end: 2;
    grid-row-start: 2;
  }
  .ads-block-dashboard.display-as-grid-1 .ads-block-dashboard_item:nth-child(4) {
    grid-column: 2;
    grid-row-end: 2;
    grid-row-start: 2;
  }
  .ads-block-dashboard.display-as-grid-1 .ads-block-dashboard_item:nth-child(5) {
    aspect-ratio: 1/1;
    grid-column-end: span 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-row-start: 3;
  }
  .ads-block-dashboard.display-as-grid-1 .ads-block-dashboard_item:nth-child(6) {
    aspect-ratio: auto;
    grid-column-end: span 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-row-start: 3;
  }
}
@media (min-width: 1921px) {
  .ads-block-dashboard.display-as-grid-2 {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(1) {
    aspect-ratio: 2/1;
    grid-column-end: span 2;
    grid-column-start: 1;
    grid-row-end: 1;
    grid-row-start: 1;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(2) {
    aspect-ratio: auto;
    grid-column-end: span 2;
    grid-column-start: 3;
    grid-row-end: span 2;
    grid-row-start: 1;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(3) {
    aspect-ratio: 1;
    grid-column-end: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-row-start: 2;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(4) {
    aspect-ratio: 1;
    grid-column-end: 2;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-row-start: 2;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(5) {
    aspect-ratio: auto;
    grid-column-end: span 2;
    grid-column-start: 1;
    grid-row-end: span 2;
    grid-row-start: 3;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(6) {
    aspect-ratio: 1;
    grid-column-end: 3;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-row-start: 3;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(7) {
    aspect-ratio: 1;
    grid-column-end: 4;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-row-start: 3;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(8) {
    aspect-ratio: 2/1;
    grid-column-end: span 2;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-row-start: 4;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(9) {
    aspect-ratio: 2/1;
    grid-column-end: span 2;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-row-start: 5;
  }
  .ads-block-dashboard.display-as-grid-2 .ads-block-dashboard_item:nth-child(10) {
    aspect-ratio: 2/1;
    grid-column-end: span 2;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-row-start: 5;
  }
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-block_2-columns {
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  .ads-block_2-columns {
    grid-template-columns: 1fr 1fr;
  }
}
.ads-block_2-columns article {
  padding-right: 1.5rem;
}
@media (min-width: 1200px) {
  .ads-block_2-columns article {
    padding-right: 2rem;
  }
}
@media (min-width: 1921px) {
  .ads-block_2-columns article {
    padding-right: 3rem;
  }
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-block-heading {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0 0 1rem 0;
  align-items: center;
}
.ads-block-heading .ads-block-heading_header {
  flex: 1 1 auto;
  padding: 0 1rem 0 0;
  margin: 0;
}
.ads-block-heading .ads-block-heading_subelements {
  flex: none;
  margin-left: 0.25rem;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-block-text_highlighted {
  position: relative;
  z-index: 0;
  padding: 2rem 0 3rem 0;
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  .ads-block-text_highlighted {
    padding: 4rem 0 5rem 0;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .ads-block-text_highlighted {
    padding: 4rem 0 5rem 0;
    margin-bottom: 4rem;
  }
}
.ads-block-text_highlighted h4 {
  margin-bottom: 2rem;
  color: var(--ads-color-white);
}
.ads-block-text_highlighted p {
  color: var(--ads-color-white);
}
.ads-block-text_highlighted::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  border-bottom: 0.5rem solid var(--ads-color-accent);
  background: var(--ads-color-primary);
  background: var(--ads-color-solid-gradient-secondary-to-accent);
  content: "";
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .ads-block-text_highlighted::after {
    border-bottom: 1rem solid var(--ads-color-accent);
  }
}
.ads-block-text_highlighted.has-secondary-background::after {
  background: none;
  background-color: var(--ads-color-secondary);
}
.ads-block-text_highlighted.has-grey-background::after {
  border-bottom: none;
  background: none;
  background-color: var(--ads-color-gray-6);
}
.ads-block-text_highlighted.is-indented {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 769px) {
  .ads-block-text_highlighted.is-indented {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .ads-block-text_highlighted.is-indented {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.ads-block-text_image {
  position: relative;
  z-index: 0;
  min-height: 45vh;
  padding: 4rem 0 5rem 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .ads-block-text_image {
    padding: 5rem 0 6rem 0;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .ads-block-text_image {
    padding: 7rem 0 8rem 0;
    margin-bottom: 4rem;
  }
}
.ads-block-text_image h4 {
  margin-bottom: 2rem;
  color: var(--ads-color-white);
}
.ads-block-text_image p {
  color: var(--ads-color-white);
}
.ads-block-text_image::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  border-bottom: 0.5rem solid var(--ads-color-accent);
  background: var(--ads-color-image-gradient-secondary-to-accent);
  -webkit-mask-image: var(--ads-color-image-gradient-mask);
          mask-image: var(--ads-color-image-gradient-mask);
  content: "";
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .ads-block-text_image::before {
    border-bottom: 1rem solid var(--ads-color-accent);
  }
}
.ads-block-text_image::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  transform: translateX(-50%);
}
.ads-block-text_image.has-image-about::after {
  background: url("https://d2g7hq7b13ky76.cloudfront.net/files/styles/16_to_10_xl/public/2021-07/ladesaeulen_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ads-block-text_image.has-image-contact::after {
  background: url("https://d2g7hq7b13ky76.cloudfront.net/files/styles/16_to_10_xl/public/2020-11/emobility-consultant_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ads-block-text_image.has-image-imprint::after {
  background: url("https://www.alphabet.com/files/styles/16_to_10_xl/public/2018-02/al0000057_7530.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ads-block-text_image.has-image-legal::after {
  background: url("https://www.alphabet.com/files/styles/16_to_10_xl/public/2018-02/alphabet_hr-recruiting_20055_02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ads-block-text_image.has-image-privacy::after {
  background: url("https://d2g7hq7b13ky76.cloudfront.net/files/styles/content__zoomed/public/2018-02/alphabet_freestyle_business_1902_03_s.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ads-block-text_image.has-image-settings::after {
  background: url("https://www.alphabet.com/files/styles/16_to_10_xl/public/2018-02/al0000063_7942.jpg?itok=A6Y1VTXW%201x");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ads-block-text_image.has-image-portal-settings::after {
  background: url("https://d2g7hq7b13ky76.cloudfront.net/files/styles/16_to_10_xl/public/2020-11/emobility-consultant_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ads-block-text_image.is-indented {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 769px) {
  .ads-block-text_image.is-indented {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .ads-block-text_image.is-indented {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.ads-block-text_columns {
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0 0 2rem 0;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .ads-block-text_columns {
    margin-bottom: 3rem;
    gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .ads-block-text_columns {
    margin-bottom: 3rem;
    gap: 7rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ads-block-text_columns article {
  align-self: stretch;
  padding-right: 1rem;
  margin: 0;
  justify-self: stretch;
}
@media (min-width: 1200px) {
  .ads-block-text_columns article {
    padding-right: 2rem;
  }
}
@media (min-width: 1921px) {
  .ads-block-text_columns article {
    padding-right: 1rem;
  }
}
.ads-block-text_columns.is-indented article {
  padding: 1rem;
  border: 1px solid var(--ads-color-gray-20);
  margin: 0;
  border-radius: 0.5rem;
}
@media (min-width: 769px) {
  .ads-block-text_columns.is-indented article {
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .ads-block-text_columns.is-indented article {
    padding: 2rem;
  }
}
.ads-block-text_columns.is-indented article .ads-anchor {
  animation-delay: 0.6s;
}

.ads-block_2-columns {
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0;
  gap: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 769px) {
  .ads-block_2-columns {
    grid-template-columns: 1fr 1fr;
  }
}
.ads-block_2-columns article {
  padding-right: 1.5rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .ads-block_2-columns article {
    padding-right: 2rem;
  }
}
@media (min-width: 1921px) {
  .ads-block_2-columns article {
    padding-right: 1.5rem;
  }
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-block-side-pane {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .ads-block-side-pane {
    flex-direction: row;
  }
}
.ads-block-side-pane .ads-block-side-pane_left {
  width: 100%;
  height: auto;
  flex: none;
  flex-direction: row;
  margin: 0 0 0 0;
}
@media (min-width: 1200px) {
  .ads-block-side-pane .ads-block-side-pane_left {
    width: 25rem;
    height: 100%;
    margin: 0 2rem 0 0;
  }
}
.ads-block-side-pane .ads-block-side-pane_right {
  width: 100%;
  height: auto;
  flex: 1;
  margin: 0;
}
@media (min-width: 1200px) {
  .ads-block-side-pane .ads-block-side-pane_right {
    width: auto;
    height: 100%;
  }
}
.ads-block-side-pane.display-pane-right .ads-block-side-pane_left {
  width: 100%;
}
@media (min-width: 1200px) {
  .ads-block-side-pane.display-pane-right .ads-block-side-pane_left {
    width: auto;
    flex: 1;
  }
}
.ads-block-side-pane.display-pane-right .ads-block-side-pane_right {
  width: 100%;
  flex: none;
}
@media (min-width: 1200px) {
  .ads-block-side-pane.display-pane-right .ads-block-side-pane_right {
    width: 20rem;
  }
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.ads-block-snackbars {
  position: fixed;
  z-index: 150;
  top: 6rem;
  right: 1rem;
  width: calc(100vw - 4rem);
}
@media (min-width: 1200px) {
  .ads-block-snackbars {
    right: 1rem;
    width: 24rem;
    max-width: calc(100vw - 4rem);
  }
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
:host {
  width: 100%;
}

.ads-block-web_text-left {
  position: relative;
  z-index: auto;
  display: flex;
  width: 100%;
  min-height: 35rem;
  flex-direction: column;
  padding: 0;
  background-color: var(--ads-color-white);
}
.ads-block-web_text-left .ads-block-web_text-left-text {
  display: block;
  width: 100%;
  max-width: none;
  padding: 4rem 2rem 4rem 2rem;
  margin-left: auto;
}
.ads-block-web_text-left .ads-block-web_text-left-text .h1,
.ads-block-web_text-left .ads-block-web_text-left-text .h2,
.ads-block-web_text-left .ads-block-web_text-left-text .h3,
.ads-block-web_text-left .ads-block-web_text-left-text .h4,
.ads-block-web_text-left .ads-block-web_text-left-text .h5,
.ads-block-web_text-left .ads-block-web_text-left-text .h6 {
  margin-bottom: 2rem;
  color: var(--ads-color-primary);
  font-family: "Alphabet slab pro", sans-serif;
}
.ads-block-web_text-left .ads-block-web_text-left-text p {
  color: var(--ads-color-primary);
}
.ads-block-web_text-left.has-primary-background {
  background-color: var(--ads-color-primary);
}
.ads-block-web_text-left.has-primary-background .ads-block-web_text-left-text .h1,
.ads-block-web_text-left.has-primary-background .ads-block-web_text-left-text .h2,
.ads-block-web_text-left.has-primary-background .ads-block-web_text-left-text .h3,
.ads-block-web_text-left.has-primary-background .ads-block-web_text-left-text .h4,
.ads-block-web_text-left.has-primary-background .ads-block-web_text-left-text .h5,
.ads-block-web_text-left.has-primary-background .ads-block-web_text-left-text .h6 {
  color: var(--ads-color-white);
}
.ads-block-web_text-left.has-primary-background .ads-block-web_text-left-text p {
  color: var(--ads-color-white);
}
.ads-block-web_text-left.has-primary-background .ads-block-web_text-left-text p .ads-anchor {
  color: var(--ads-color-white);
}
.ads-block-web_text-left .ads-block-web_text-left-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 25rem;
}
.ads-block-web_text-left .ads-block-web_text-left-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  transform: translate(-50%, -40%);
}
.ads-block-web_text-left .ads-block-web_text-left-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: var(--ads-color-image-gradient-primary-to-accent);
  -webkit-mask-image: var(--ads-color-image-gradient-mask);
          mask-image: var(--ads-color-image-gradient-mask);
  z-index: 2;
}
@media (min-width: 769px) {
  .ads-block-web_text-left {
    flex-direction: row;
  }
  .ads-block-web_text-left .ads-block-web_text-left-text {
    width: 50%;
    max-width: 770px;
    padding: 8rem 8rem 8rem 2rem;
  }
  .ads-block-web_text-left .ads-block-web_text-left-image {
    width: 50%;
    min-height: auto;
  }
}

.ads-block-web_text-right {
  position: relative;
  z-index: auto;
  display: flex;
  width: 100%;
  min-height: 35rem;
  flex-direction: column;
  padding: 0;
  background-color: var(--ads-color-white);
}
.ads-block-web_text-right .ads-block-web_text-right-text {
  display: block;
  width: 100%;
  max-width: none;
  padding: 4rem 2rem 4rem 2rem;
  margin-right: auto;
}
.ads-block-web_text-right .ads-block-web_text-right-text .h1,
.ads-block-web_text-right .ads-block-web_text-right-text .h2,
.ads-block-web_text-right .ads-block-web_text-right-text .h3,
.ads-block-web_text-right .ads-block-web_text-right-text .h4,
.ads-block-web_text-right .ads-block-web_text-right-text .h5,
.ads-block-web_text-right .ads-block-web_text-right-text .h6 {
  margin-bottom: 2rem;
  color: var(--ads-color-primary);
  font-family: "Alphabet slab pro", sans-serif;
}
.ads-block-web_text-right .ads-block-web_text-right-text p {
  color: var(--ads-color-primary);
}
.ads-block-web_text-right.has-primary-background {
  background-color: var(--ads-color-primary);
}
.ads-block-web_text-right.has-primary-background .ads-block-web_text-right-text .h1,
.ads-block-web_text-right.has-primary-background .ads-block-web_text-right-text .h2,
.ads-block-web_text-right.has-primary-background .ads-block-web_text-right-text .h3,
.ads-block-web_text-right.has-primary-background .ads-block-web_text-right-text .h4,
.ads-block-web_text-right.has-primary-background .ads-block-web_text-right-text .h5,
.ads-block-web_text-right.has-primary-background .ads-block-web_text-right-text .h6 {
  color: var(--ads-color-white);
}
.ads-block-web_text-right.has-primary-background .ads-block-web_text-right-text p {
  color: var(--ads-color-white);
}
.ads-block-web_text-right.has-primary-background .ads-block-web_text-right-text p .ads-anchor {
  color: var(--ads-color-white);
}
.ads-block-web_text-right .ads-block-web_text-right-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 25rem;
}
.ads-block-web_text-right .ads-block-web_text-right-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  transform: translate(-50%, -40%);
}
.ads-block-web_text-right .ads-block-web_text-right-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: var(--ads-color-image-gradient-accent-to-primary);
  -webkit-mask-image: var(--ads-color-image-gradient-mask);
          mask-image: var(--ads-color-image-gradient-mask);
  z-index: 2;
}
@media (min-width: 769px) {
  .ads-block-web_text-right {
    flex-direction: row;
  }
  .ads-block-web_text-right .ads-block-web_text-right-text {
    width: 50%;
    max-width: 770px;
    padding: 8rem 2rem 8rem 2rem;
  }
  .ads-block-web_text-right .ads-block-web_text-right-image {
    width: 50%;
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .ads-block-web_text-right .ads-block-web_text-right-text {
    padding: 8rem 2rem 8rem 8rem;
  }
}

.ads-block-web_text-center {
  position: relative;
  max-width: 1540px;
  padding: 2rem 0 2rem 0;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .ads-block-web_text-center {
    padding: 3rem 0 3rem 0;
  }
}
.ads-block-web_text-center.pt-0 {
  padding-top: 0;
}
.ads-block-web_text-center.pt-8 {
  padding-top: 2rem;
}
.ads-block-web_text-center.pb-0 {
  padding-bottom: 0;
}
.ads-block-web_text-center.pb-8 {
  padding-bottom: 2rem;
}
.ads-block-web_text-center.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ads-block-web_text-center .ads-block-web_text-center-text .h1,
.ads-block-web_text-center .ads-block-web_text-center-text .h2,
.ads-block-web_text-center .ads-block-web_text-center-text .h3 {
  margin-bottom: 2rem;
  font-family: "Alphabet slab pro", sans-serif;
}
.ads-block-web_text-center .ads-block-web_text-center-text .h1.mt-0,
.ads-block-web_text-center .ads-block-web_text-center-text .h2.mt-0,
.ads-block-web_text-center .ads-block-web_text-center-text .h3.mt-0 {
  margin-top: 0;
}
.ads-block-web_text-center .ads-block-web_text-center-text .h1.mb-0,
.ads-block-web_text-center .ads-block-web_text-center-text .h2.mb-0,
.ads-block-web_text-center .ads-block-web_text-center-text .h3.mb-0 {
  margin-bottom: 0;
}
.ads-block-web_text-center .ads-block-web_text-center-text .h1.font-alphabet-heading,
.ads-block-web_text-center .ads-block-web_text-center-text .h2.font-alphabet-heading,
.ads-block-web_text-center .ads-block-web_text-center-text .h3.font-alphabet-heading {
  font-family: "Alphabet slab pro light", sans-serif;
}
.ads-block-web_text-center .ads-block-web_text-center-text .h4,
.ads-block-web_text-center .ads-block-web_text-center-text .h5,
.ads-block-web_text-center .ads-block-web_text-center-text .h6 {
  margin-bottom: 1rem;
  font-family: "Alphabet slab pro light", sans-serif;
}
.ads-block-web_text-center .ads-block-web_text-center-text .h4.mt-0,
.ads-block-web_text-center .ads-block-web_text-center-text .h5.mt-0,
.ads-block-web_text-center .ads-block-web_text-center-text .h6.mt-0 {
  margin-top: 0;
}
.ads-block-web_text-center .ads-block-web_text-center-text .h4.mb-0,
.ads-block-web_text-center .ads-block-web_text-center-text .h5.mb-0,
.ads-block-web_text-center .ads-block-web_text-center-text .h6.mb-0 {
  margin-bottom: 0;
}
.ads-block-web_text-center .ads-block-web_text-center-text .h4.font-alphabet-heading-bold,
.ads-block-web_text-center .ads-block-web_text-center-text .h5.font-alphabet-heading-bold,
.ads-block-web_text-center .ads-block-web_text-center-text .h6.font-alphabet-heading-bold {
  font-family: "Alphabet slab pro", sans-serif;
}
.ads-block-web_text-center .ads-block-web_text-center-text p {
  margin-top: 0;
}
.ads-block-web_text-center .ads-block-web_text-center-text p:last-of-type {
  margin-bottom: 0;
}
.ads-block-web_text-center .ads-block-web_text-center-text .is-sub-title {
  margin-bottom: 2rem;
  color: var(--ads-color-primary);
  font-family: "Alphabet sans pro light", sans-serif;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .ads-block-web_text-center .ads-block-web_text-center-text .is-sub-title {
    margin-bottom: 3rem;
  }
}
.ads-block-web_text-center .ads-block-web_text-center-text .display-as-2-columns, .ads-block-web_text-center .ads-block-web_text-center-text.display-as-2-columns {
  display: grid;
  gap: 1rem 2rem;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
.ads-block-web_text-center .ads-block-web_text-center-text .display-as-2-columns p, .ads-block-web_text-center .ads-block-web_text-center-text.display-as-2-columns p {
  padding-right: 2rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ads-block-web_text-center .ads-block-web_text-center-text .display-as-2-columns, .ads-block-web_text-center .ads-block-web_text-center-text.display-as-2-columns {
    gap: 2rem 4rem;
    grid-template-columns: 1fr 1fr;
  }
}
.ads-block-web_text-center .ads-block-web_text-center-text .display-as-3-columns, .ads-block-web_text-center .ads-block-web_text-center-text.display-as-3-columns {
  display: grid;
  gap: 1rem 2rem;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
.ads-block-web_text-center .ads-block-web_text-center-text .display-as-3-columns p, .ads-block-web_text-center .ads-block-web_text-center-text.display-as-3-columns p {
  padding-right: 2rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ads-block-web_text-center .ads-block-web_text-center-text .display-as-3-columns, .ads-block-web_text-center .ads-block-web_text-center-text.display-as-3-columns {
    gap: 2rem 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ads-block-web_text-center.is-indented {
  max-width: 1200px;
}
.ads-block-web_text-center.has-primary-background {
  background-color: var(--ads-color-primary);
}
.ads-block-web_text-center.has-primary-background .ads-block-web_text-center-text .h1,
.ads-block-web_text-center.has-primary-background .ads-block-web_text-center-text .h2,
.ads-block-web_text-center.has-primary-background .ads-block-web_text-center-text .h3,
.ads-block-web_text-center.has-primary-background .ads-block-web_text-center-text .h4,
.ads-block-web_text-center.has-primary-background .ads-block-web_text-center-text .h5,
.ads-block-web_text-center.has-primary-background .ads-block-web_text-center-text .h6 {
  color: var(--ads-color-white);
}
.ads-block-web_text-center.has-primary-background .ads-block-web_text-center-text p {
  color: var(--ads-color-white);
}
.ads-block-web_text-center.has-primary-background .ads-block-web_text-center-text p .ads-anchor {
  color: var(--ads-color-white);
}

.ads-block-web_header {
  position: relative;
  z-index: auto;
  display: flex;
  width: 100%;
  min-height: 50vh;
  flex-direction: column;
  padding: 0;
  border-bottom: 0.75rem solid var(--ads-color-accent);
  background-color: var(--ads-color-white);
}
.ads-block-web_header .ads-block-web_header-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ads-block-web_header .ads-block-web_header-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.ads-block-web_header .ads-block-web_header-image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--ads-color-image-gradient-primary-to-accent);
  -webkit-mask-image: var(--ads-color-image-gradient-mask);
          mask-image: var(--ads-color-image-gradient-mask);
  content: "";
}
.ads-block-web_header .ads-block-web_header-text {
  position: relative;
  width: 100%;
  max-width: 1540px;
  padding: 4rem 2rem 3rem 2rem;
  margin: 0 auto;
}
.ads-block-web_header .ads-block-web_header-text .h1,
.ads-block-web_header .ads-block-web_header-text .h2,
.ads-block-web_header .ads-block-web_header-text .h3,
.ads-block-web_header .ads-block-web_header-text .h4,
.ads-block-web_header .ads-block-web_header-text .h5,
.ads-block-web_header .ads-block-web_header-text .h6 {
  max-width: 60%;
  margin-bottom: 1rem;
  font-family: "Alphabet slab pro", sans-serif;
}
.ads-block-web_header .ads-block-web_header-text p {
  max-width: 60%;
  color: var(--ads-color-white);
}
.ads-block-web_header.is-indented .ads-block-web_header-text {
  max-width: 1200px;
}

/** Utilities **/
/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.bg-color-white {
  background-color: var(--ads-color-white);
}

.bg-color-black {
  background-color: var(--ads-color-black);
}

.bg-color-primary {
  background-color: var(--ads-color-primary);
}

.bg-color-primary-active {
  background-color: var(--ads-color-primary_active);
}

.bg-color-primary-hover {
  background-color: var(--ads-color-primary_hover);
}

.bg-color-primary-focus {
  background-color: var(--ads-color-primary_focus);
}

.bg-color-accent {
  background-color: var(--ads-color-accent);
}

.bg-color-accent-active {
  background-color: var(--ads-color-accent_hover);
}

.bg-color-accent-hover {
  background-color: var(--ads-color-accent_hover);
}

.bg-color-accent-focus {
  background-color: var(--ads-color-accent_focus);
}

.bg-color-gray {
  background-color: var(--ads-color-gray-20);
}

.bg-color-gray-background {
  background-color: var(--ads-color-gray-6);
}

.bg-color-gray-dark {
  background-color: var(--ads-color-gray-70);
}

.bg-color-disabled {
  background-color: var(--ads-color-disabled);
}

.bg-color-disabled-font {
  background-color: var(--ads-color-disabled-foreground);
}

.bg-color-secondary {
  background-color: var(--ads-color-secondary);
}

.bg-color-secondary-active {
  background-color: var(--ads-color-secondary_active);
}

.bg-color-secondary-hover {
  background-color: var(--ads-color-secondary_hover);
}

.bg-color-secondary-focus {
  background-color: var(--ads-color-secondary_focus);
}

.bg-color-error {
  background-color: var(--ads-color-error);
}

.bg-color-error-background {
  background-color: var(--ads-color-error-background);
}

.bg-color-info {
  background-color: var(--ads-color-info);
}

.bg-color-info-background {
  background-color: var(--ads-color-info-background);
}

.bg-color-success {
  background-color: var(--ads-color-success);
}

.bg-color-success-background {
  background-color: var(--ads-color-success-background);
}

.bg-color-warning {
  background-color: var(--ads-color-warning);
}

.bg-color-warning-background {
  background-color: var(--ads-color-warning-background);
}

.bg-color-notification {
  background-color: var(--ads-color-notification);
}

.bg-color-notification-background {
  background-color: var(--ads-color-notification-background);
}

.block {
  display: block;
}

.inline {
  display: inline-block;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.flex-centered {
  display: flex;
  align-items: center;
}

.ads-display-block-as-2-columns {
  display: grid;
  gap: 1rem 2rem;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
.ads-display-block-as-2-columns p {
  padding-right: 2rem;
  margin: 0;
}
@media (min-width: 769px) {
  .ads-display-block-as-2-columns {
    gap: 2rem 4rem;
    grid-template-columns: 1fr 1fr;
  }
}

.ads-display-block-as-3-columns {
  display: grid;
  gap: 1rem 2rem;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
}
.ads-display-block-as-3-columns p {
  padding-right: 2rem;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ads-display-block-as-3-columns {
    gap: 2rem 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.opacity-05 {
  opacity: 0.5;
}

/** Eases **/
@keyframes alFxAppear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ads-fx-appear {
  position: inherit;
  z-index: inherit;
  animation-delay: 0.15s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: alFxAppear;
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform-style: preserve-3d;
}

.ads-fx-appear-fast {
  position: inherit;
  z-index: inherit;
  animation-delay: 0.1s;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-name: alFxAppear;
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  opacity: 0;
  transform-style: preserve-3d;
}

@keyframes alFxDisappear {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ads-fx-disappear {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: alFxDisappear;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.ads-fx-disappear-fast {
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-name: alFxDisappear;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}

.ads-fx-disappear-slow {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: alFxDisappear;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  z-index: -1;
}

@keyframes alFxAppearFromTop {
  from {
    opacity: 0;
    transform: translateY(-6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ads-fx-appear-from-top {
  animation-delay: 0;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: alFxAppearFromTop;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateY(-6rem);
}

@keyframes alFxAppearFromBottom {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ads-fx-appear-from-bottom {
  animation-delay: 0;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: alFxAppearFromBottom;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateY(1rem);
}

@keyframes alFxAppearFromRight {
  from {
    opacity: 0;
    transform: translateX(1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ads-fx-appear-from-right {
  animation-delay: 0;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: alFxAppearFromRight;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateX(1rem);
}

@keyframes alFxAppearFromLeft {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ads-fx-appear-from-left {
  animation-delay: 0;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-name: alFxAppearFromLeft;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateX(-1rem);
}

@keyframes alFxPulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ads-fx-pulse {
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: alFxPulse;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes alFxLoading {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  45% {
    transform: scale(0, 1);
  }
  50% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  95% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.ads-fx-loading {
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: alFxLoading;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(1, 1);
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.text-color-primary {
  color: var(--ads-color-primary);
}

.text-color-accent {
  color: var(--ads-color-accent);
}

.text-color-secondary {
  color: var(--ads-color-secondary);
}

.text-color-white {
  color: var(--ads-color-white);
}

.text-color-black {
  color: var(--ads-color-black);
}

.text-color-gray-12 {
  color: var(--ads-color-gray-12);
}

.text-color-gray-20 {
  color: var(--ads-color-gray-20);
}

.text-color-gray,
.text-color-gray-50 {
  color: var(--ads-color-gray-50);
}

.text-color-gray-70 {
  color: var(--ads-color-gray-70);
}

.text-color-gray-85 {
  color: var(--ads-color-gray-85);
}

.text-weight-light {
  font-weight: 300;
}

.text-weight-regular {
  font-weight: normal;
}

.text-weight-bold {
  font-weight: 600;
}

.text-size-tiny {
  font-size: 10px;
}

.text-size-extra-small {
  font-size: 0.75rem;
}

.text-size-small {
  font-size: 0.875rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-extra-large {
  font-size: 1.5rem;
}

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

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.font-alphabet-default {
  font-family: "Alphabet sans pro light", sans-serif;
}

.font-alphabet-default-bold {
  font-family: "Alphabet sans pro", sans-serif;
}

.font-alphabet-heading {
  font-family: "Alphabet slab pro light", sans-serif;
}

.font-alphabet-heading-bold {
  font-family: "Alphabet slab pro", sans-serif;
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
@media (max-width: 768px) {
  .hide-on-mobile {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: none;
    border-width: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (max-width: 1200px) {
  .hide-on-tablet {
    display: inline-block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: none;
    border-width: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .display-mobile-only {
    display: none;
  }
}

.screen-reader-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border-width: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.is-hidden {
  display: none;
}

@media print {
  button,
  i {
    display: none !important;
  }
}
/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.m-0 {
  margin: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mx-0 {
  margin-right: 0rem;
  margin-left: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.px-0 {
  padding-right: 0rem;
  padding-left: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.w-0 {
  width: 0rem;
}

.h-0 {
  height: 0rem;
}

.mh-0 {
  max-height: 0rem;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.w-1 {
  width: 0.25rem;
}

.h-1 {
  height: 0.25rem;
}

.mh-1 {
  max-height: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.w-2 {
  width: 0.5rem;
}

.h-2 {
  height: 0.5rem;
}

.mh-2 {
  max-height: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mx-3 {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.px-3 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.w-3 {
  width: 0.75rem;
}

.h-3 {
  height: 0.75rem;
}

.mh-3 {
  max-height: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mx-4 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.mh-4 {
  max-height: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.mx-5 {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

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

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.mh-5 {
  max-height: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mx-6 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

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

.p-6 {
  padding: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.mh-6 {
  max-height: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

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

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mx-7 {
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.px-7 {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

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

.w-7 {
  width: 1.75rem;
}

.h-7 {
  height: 1.75rem;
}

.mh-7 {
  max-height: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mx-8 {
  margin-right: 2rem;
  margin-left: 2rem;
}

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

.p-8 {
  padding: 2rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

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

.w-8 {
  width: 2rem;
}

.h-8 {
  height: 2rem;
}

.mh-8 {
  max-height: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

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

.mr-9 {
  margin-right: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mx-9 {
  margin-right: 2.25rem;
  margin-left: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.p-9 {
  padding: 2.25rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

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

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

.w-9 {
  width: 2.25rem;
}

.h-9 {
  height: 2.25rem;
}

.mh-9 {
  max-height: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

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

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

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

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

.mx-10 {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

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

.p-10 {
  padding: 2.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

.w-10 {
  width: 2.5rem;
}

.h-10 {
  height: 2.5rem;
}

.mh-10 {
  max-height: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mx-11 {
  margin-right: 2.75rem;
  margin-left: 2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.p-11 {
  padding: 2.75rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.px-11 {
  padding-right: 2.75rem;
  padding-left: 2.75rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.w-11 {
  width: 2.75rem;
}

.h-11 {
  height: 2.75rem;
}

.mh-11 {
  max-height: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mx-12 {
  margin-right: 3rem;
  margin-left: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-12 {
  padding: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

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

.pl-12 {
  padding-left: 3rem;
}

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

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

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.mh-12 {
  max-height: 3rem;
}

.m-13 {
  margin: 3.25rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.mx-13 {
  margin-right: 3.25rem;
  margin-left: 3.25rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.p-13 {
  padding: 3.25rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.px-13 {
  padding-right: 3.25rem;
  padding-left: 3.25rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.w-13 {
  width: 3.25rem;
}

.h-13 {
  height: 3.25rem;
}

.mh-13 {
  max-height: 3.25rem;
}

.m-14 {
  margin: 3.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mx-14 {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.w-14 {
  width: 3.5rem;
}

.h-14 {
  height: 3.5rem;
}

.mh-14 {
  max-height: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mx-15 {
  margin-right: 3.75rem;
  margin-left: 3.75rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.p-15 {
  padding: 3.75rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.px-15 {
  padding-right: 3.75rem;
  padding-left: 3.75rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.w-15 {
  width: 3.75rem;
}

.h-15 {
  height: 3.75rem;
}

.mh-15 {
  max-height: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

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

.mr-16 {
  margin-right: 4rem;
}

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

.ml-16 {
  margin-left: 4rem;
}

.mx-16 {
  margin-right: 4rem;
  margin-left: 4rem;
}

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

.p-16 {
  padding: 4rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.px-16 {
  padding-right: 4rem;
  padding-left: 4rem;
}

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

.w-16 {
  width: 4rem;
}

.h-16 {
  height: 4rem;
}

.mh-16 {
  max-height: 4rem;
}

.m-17 {
  margin: 4.25rem;
}

.mt-17 {
  margin-top: 4.25rem;
}

.mr-17 {
  margin-right: 4.25rem;
}

.mb-17 {
  margin-bottom: 4.25rem;
}

.ml-17 {
  margin-left: 4.25rem;
}

.mx-17 {
  margin-right: 4.25rem;
  margin-left: 4.25rem;
}

.my-17 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.p-17 {
  padding: 4.25rem;
}

.pt-17 {
  padding-top: 4.25rem;
}

.pr-17 {
  padding-right: 4.25rem;
}

.pb-17 {
  padding-bottom: 4.25rem;
}

.pl-17 {
  padding-left: 4.25rem;
}

.px-17 {
  padding-right: 4.25rem;
  padding-left: 4.25rem;
}

.py-17 {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.w-17 {
  width: 4.25rem;
}

.h-17 {
  height: 4.25rem;
}

.mh-17 {
  max-height: 4.25rem;
}

.m-18 {
  margin: 4.5rem;
}

.mt-18 {
  margin-top: 4.5rem;
}

.mr-18 {
  margin-right: 4.5rem;
}

.mb-18 {
  margin-bottom: 4.5rem;
}

.ml-18 {
  margin-left: 4.5rem;
}

.mx-18 {
  margin-right: 4.5rem;
  margin-left: 4.5rem;
}

.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.p-18 {
  padding: 4.5rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pr-18 {
  padding-right: 4.5rem;
}

.pb-18 {
  padding-bottom: 4.5rem;
}

.pl-18 {
  padding-left: 4.5rem;
}

.px-18 {
  padding-right: 4.5rem;
  padding-left: 4.5rem;
}

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.w-18 {
  width: 4.5rem;
}

.h-18 {
  height: 4.5rem;
}

.mh-18 {
  max-height: 4.5rem;
}

.m-19 {
  margin: 4.75rem;
}

.mt-19 {
  margin-top: 4.75rem;
}

.mr-19 {
  margin-right: 4.75rem;
}

.mb-19 {
  margin-bottom: 4.75rem;
}

.ml-19 {
  margin-left: 4.75rem;
}

.mx-19 {
  margin-right: 4.75rem;
  margin-left: 4.75rem;
}

.my-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.p-19 {
  padding: 4.75rem;
}

.pt-19 {
  padding-top: 4.75rem;
}

.pr-19 {
  padding-right: 4.75rem;
}

.pb-19 {
  padding-bottom: 4.75rem;
}

.pl-19 {
  padding-left: 4.75rem;
}

.px-19 {
  padding-right: 4.75rem;
  padding-left: 4.75rem;
}

.py-19 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.w-19 {
  width: 4.75rem;
}

.h-19 {
  height: 4.75rem;
}

.mh-19 {
  max-height: 4.75rem;
}

.m-20 {
  margin: 5rem;
}

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

.mr-20 {
  margin-right: 5rem;
}

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

.ml-20 {
  margin-left: 5rem;
}

.mx-20 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-20 {
  padding: 5rem;
}

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

.pr-20 {
  padding-right: 5rem;
}

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

.pl-20 {
  padding-left: 5rem;
}

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

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

.w-20 {
  width: 5rem;
}

.h-20 {
  height: 5rem;
}

.mh-20 {
  max-height: 5rem;
}

.m-21 {
  margin: 5.25rem;
}

.mt-21 {
  margin-top: 5.25rem;
}

.mr-21 {
  margin-right: 5.25rem;
}

.mb-21 {
  margin-bottom: 5.25rem;
}

.ml-21 {
  margin-left: 5.25rem;
}

.mx-21 {
  margin-right: 5.25rem;
  margin-left: 5.25rem;
}

.my-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.p-21 {
  padding: 5.25rem;
}

.pt-21 {
  padding-top: 5.25rem;
}

.pr-21 {
  padding-right: 5.25rem;
}

.pb-21 {
  padding-bottom: 5.25rem;
}

.pl-21 {
  padding-left: 5.25rem;
}

.px-21 {
  padding-right: 5.25rem;
  padding-left: 5.25rem;
}

.py-21 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.w-21 {
  width: 5.25rem;
}

.h-21 {
  height: 5.25rem;
}

.mh-21 {
  max-height: 5.25rem;
}

.m-22 {
  margin: 5.5rem;
}

.mt-22 {
  margin-top: 5.5rem;
}

.mr-22 {
  margin-right: 5.5rem;
}

.mb-22 {
  margin-bottom: 5.5rem;
}

.ml-22 {
  margin-left: 5.5rem;
}

.mx-22 {
  margin-right: 5.5rem;
  margin-left: 5.5rem;
}

.my-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.p-22 {
  padding: 5.5rem;
}

.pt-22 {
  padding-top: 5.5rem;
}

.pr-22 {
  padding-right: 5.5rem;
}

.pb-22 {
  padding-bottom: 5.5rem;
}

.pl-22 {
  padding-left: 5.5rem;
}

.px-22 {
  padding-right: 5.5rem;
  padding-left: 5.5rem;
}

.py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.w-22 {
  width: 5.5rem;
}

.h-22 {
  height: 5.5rem;
}

.mh-22 {
  max-height: 5.5rem;
}

.m-23 {
  margin: 5.75rem;
}

.mt-23 {
  margin-top: 5.75rem;
}

.mr-23 {
  margin-right: 5.75rem;
}

.mb-23 {
  margin-bottom: 5.75rem;
}

.ml-23 {
  margin-left: 5.75rem;
}

.mx-23 {
  margin-right: 5.75rem;
  margin-left: 5.75rem;
}

.my-23 {
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
}

.p-23 {
  padding: 5.75rem;
}

.pt-23 {
  padding-top: 5.75rem;
}

.pr-23 {
  padding-right: 5.75rem;
}

.pb-23 {
  padding-bottom: 5.75rem;
}

.pl-23 {
  padding-left: 5.75rem;
}

.px-23 {
  padding-right: 5.75rem;
  padding-left: 5.75rem;
}

.py-23 {
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}

.w-23 {
  width: 5.75rem;
}

.h-23 {
  height: 5.75rem;
}

.mh-23 {
  max-height: 5.75rem;
}

.m-24 {
  margin: 6rem;
}

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

.mr-24 {
  margin-right: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mx-24 {
  margin-right: 6rem;
  margin-left: 6rem;
}

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

.p-24 {
  padding: 6rem;
}

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

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

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

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

.w-24 {
  width: 6rem;
}

.h-24 {
  height: 6rem;
}

.mh-24 {
  max-height: 6rem;
}

.m-25 {
  margin: 6.25rem;
}

.mt-25 {
  margin-top: 6.25rem;
}

.mr-25 {
  margin-right: 6.25rem;
}

.mb-25 {
  margin-bottom: 6.25rem;
}

.ml-25 {
  margin-left: 6.25rem;
}

.mx-25 {
  margin-right: 6.25rem;
  margin-left: 6.25rem;
}

.my-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.p-25 {
  padding: 6.25rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

.pr-25 {
  padding-right: 6.25rem;
}

.pb-25 {
  padding-bottom: 6.25rem;
}

.pl-25 {
  padding-left: 6.25rem;
}

.px-25 {
  padding-right: 6.25rem;
  padding-left: 6.25rem;
}

.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.w-25 {
  width: 6.25rem;
}

.h-25 {
  height: 6.25rem;
}

.mh-25 {
  max-height: 6.25rem;
}

.m-26 {
  margin: 6.5rem;
}

.mt-26 {
  margin-top: 6.5rem;
}

.mr-26 {
  margin-right: 6.5rem;
}

.mb-26 {
  margin-bottom: 6.5rem;
}

.ml-26 {
  margin-left: 6.5rem;
}

.mx-26 {
  margin-right: 6.5rem;
  margin-left: 6.5rem;
}

.my-26 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.p-26 {
  padding: 6.5rem;
}

.pt-26 {
  padding-top: 6.5rem;
}

.pr-26 {
  padding-right: 6.5rem;
}

.pb-26 {
  padding-bottom: 6.5rem;
}

.pl-26 {
  padding-left: 6.5rem;
}

.px-26 {
  padding-right: 6.5rem;
  padding-left: 6.5rem;
}

.py-26 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.w-26 {
  width: 6.5rem;
}

.h-26 {
  height: 6.5rem;
}

.mh-26 {
  max-height: 6.5rem;
}

.m-27 {
  margin: 6.75rem;
}

.mt-27 {
  margin-top: 6.75rem;
}

.mr-27 {
  margin-right: 6.75rem;
}

.mb-27 {
  margin-bottom: 6.75rem;
}

.ml-27 {
  margin-left: 6.75rem;
}

.mx-27 {
  margin-right: 6.75rem;
  margin-left: 6.75rem;
}

.my-27 {
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

.p-27 {
  padding: 6.75rem;
}

.pt-27 {
  padding-top: 6.75rem;
}

.pr-27 {
  padding-right: 6.75rem;
}

.pb-27 {
  padding-bottom: 6.75rem;
}

.pl-27 {
  padding-left: 6.75rem;
}

.px-27 {
  padding-right: 6.75rem;
  padding-left: 6.75rem;
}

.py-27 {
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

.w-27 {
  width: 6.75rem;
}

.h-27 {
  height: 6.75rem;
}

.mh-27 {
  max-height: 6.75rem;
}

.m-28 {
  margin: 7rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mr-28 {
  margin-right: 7rem;
}

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

.ml-28 {
  margin-left: 7rem;
}

.mx-28 {
  margin-right: 7rem;
  margin-left: 7rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.p-28 {
  padding: 7rem;
}

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

.pr-28 {
  padding-right: 7rem;
}

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

.pl-28 {
  padding-left: 7rem;
}

.px-28 {
  padding-right: 7rem;
  padding-left: 7rem;
}

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

.w-28 {
  width: 7rem;
}

.h-28 {
  height: 7rem;
}

.mh-28 {
  max-height: 7rem;
}

.m-29 {
  margin: 7.25rem;
}

.mt-29 {
  margin-top: 7.25rem;
}

.mr-29 {
  margin-right: 7.25rem;
}

.mb-29 {
  margin-bottom: 7.25rem;
}

.ml-29 {
  margin-left: 7.25rem;
}

.mx-29 {
  margin-right: 7.25rem;
  margin-left: 7.25rem;
}

.my-29 {
  margin-top: 7.25rem;
  margin-bottom: 7.25rem;
}

.p-29 {
  padding: 7.25rem;
}

.pt-29 {
  padding-top: 7.25rem;
}

.pr-29 {
  padding-right: 7.25rem;
}

.pb-29 {
  padding-bottom: 7.25rem;
}

.pl-29 {
  padding-left: 7.25rem;
}

.px-29 {
  padding-right: 7.25rem;
  padding-left: 7.25rem;
}

.py-29 {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
}

.w-29 {
  width: 7.25rem;
}

.h-29 {
  height: 7.25rem;
}

.mh-29 {
  max-height: 7.25rem;
}

.m-30 {
  margin: 7.5rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mr-30 {
  margin-right: 7.5rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.ml-30 {
  margin-left: 7.5rem;
}

.mx-30 {
  margin-right: 7.5rem;
  margin-left: 7.5rem;
}

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.p-30 {
  padding: 7.5rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pr-30 {
  padding-right: 7.5rem;
}

.pb-30 {
  padding-bottom: 7.5rem;
}

.pl-30 {
  padding-left: 7.5rem;
}

.px-30 {
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.w-30 {
  width: 7.5rem;
}

.h-30 {
  height: 7.5rem;
}

.mh-30 {
  max-height: 7.5rem;
}

.m-31 {
  margin: 7.75rem;
}

.mt-31 {
  margin-top: 7.75rem;
}

.mr-31 {
  margin-right: 7.75rem;
}

.mb-31 {
  margin-bottom: 7.75rem;
}

.ml-31 {
  margin-left: 7.75rem;
}

.mx-31 {
  margin-right: 7.75rem;
  margin-left: 7.75rem;
}

.my-31 {
  margin-top: 7.75rem;
  margin-bottom: 7.75rem;
}

.p-31 {
  padding: 7.75rem;
}

.pt-31 {
  padding-top: 7.75rem;
}

.pr-31 {
  padding-right: 7.75rem;
}

.pb-31 {
  padding-bottom: 7.75rem;
}

.pl-31 {
  padding-left: 7.75rem;
}

.px-31 {
  padding-right: 7.75rem;
  padding-left: 7.75rem;
}

.py-31 {
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
}

.w-31 {
  width: 7.75rem;
}

.h-31 {
  height: 7.75rem;
}

.mh-31 {
  max-height: 7.75rem;
}

.m-32 {
  margin: 8rem;
}

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

.mr-32 {
  margin-right: 8rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.ml-32 {
  margin-left: 8rem;
}

.mx-32 {
  margin-right: 8rem;
  margin-left: 8rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.p-32 {
  padding: 8rem;
}

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

.pr-32 {
  padding-right: 8rem;
}

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

.pl-32 {
  padding-left: 8rem;
}

.px-32 {
  padding-right: 8rem;
  padding-left: 8rem;
}

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

.w-32 {
  width: 8rem;
}

.h-32 {
  height: 8rem;
}

.mh-32 {
  max-height: 8rem;
}

.m-33 {
  margin: 8.25rem;
}

.mt-33 {
  margin-top: 8.25rem;
}

.mr-33 {
  margin-right: 8.25rem;
}

.mb-33 {
  margin-bottom: 8.25rem;
}

.ml-33 {
  margin-left: 8.25rem;
}

.mx-33 {
  margin-right: 8.25rem;
  margin-left: 8.25rem;
}

.my-33 {
  margin-top: 8.25rem;
  margin-bottom: 8.25rem;
}

.p-33 {
  padding: 8.25rem;
}

.pt-33 {
  padding-top: 8.25rem;
}

.pr-33 {
  padding-right: 8.25rem;
}

.pb-33 {
  padding-bottom: 8.25rem;
}

.pl-33 {
  padding-left: 8.25rem;
}

.px-33 {
  padding-right: 8.25rem;
  padding-left: 8.25rem;
}

.py-33 {
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.w-33 {
  width: 8.25rem;
}

.h-33 {
  height: 8.25rem;
}

.mh-33 {
  max-height: 8.25rem;
}

.m-34 {
  margin: 8.5rem;
}

.mt-34 {
  margin-top: 8.5rem;
}

.mr-34 {
  margin-right: 8.5rem;
}

.mb-34 {
  margin-bottom: 8.5rem;
}

.ml-34 {
  margin-left: 8.5rem;
}

.mx-34 {
  margin-right: 8.5rem;
  margin-left: 8.5rem;
}

.my-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.p-34 {
  padding: 8.5rem;
}

.pt-34 {
  padding-top: 8.5rem;
}

.pr-34 {
  padding-right: 8.5rem;
}

.pb-34 {
  padding-bottom: 8.5rem;
}

.pl-34 {
  padding-left: 8.5rem;
}

.px-34 {
  padding-right: 8.5rem;
  padding-left: 8.5rem;
}

.py-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.w-34 {
  width: 8.5rem;
}

.h-34 {
  height: 8.5rem;
}

.mh-34 {
  max-height: 8.5rem;
}

.m-35 {
  margin: 8.75rem;
}

.mt-35 {
  margin-top: 8.75rem;
}

.mr-35 {
  margin-right: 8.75rem;
}

.mb-35 {
  margin-bottom: 8.75rem;
}

.ml-35 {
  margin-left: 8.75rem;
}

.mx-35 {
  margin-right: 8.75rem;
  margin-left: 8.75rem;
}

.my-35 {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

.p-35 {
  padding: 8.75rem;
}

.pt-35 {
  padding-top: 8.75rem;
}

.pr-35 {
  padding-right: 8.75rem;
}

.pb-35 {
  padding-bottom: 8.75rem;
}

.pl-35 {
  padding-left: 8.75rem;
}

.px-35 {
  padding-right: 8.75rem;
  padding-left: 8.75rem;
}

.py-35 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.w-35 {
  width: 8.75rem;
}

.h-35 {
  height: 8.75rem;
}

.mh-35 {
  max-height: 8.75rem;
}

.m-36 {
  margin: 9rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.ml-36 {
  margin-left: 9rem;
}

.mx-36 {
  margin-right: 9rem;
  margin-left: 9rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.p-36 {
  padding: 9rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pl-36 {
  padding-left: 9rem;
}

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

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.w-36 {
  width: 9rem;
}

.h-36 {
  height: 9rem;
}

.mh-36 {
  max-height: 9rem;
}

.m-37 {
  margin: 9.25rem;
}

.mt-37 {
  margin-top: 9.25rem;
}

.mr-37 {
  margin-right: 9.25rem;
}

.mb-37 {
  margin-bottom: 9.25rem;
}

.ml-37 {
  margin-left: 9.25rem;
}

.mx-37 {
  margin-right: 9.25rem;
  margin-left: 9.25rem;
}

.my-37 {
  margin-top: 9.25rem;
  margin-bottom: 9.25rem;
}

.p-37 {
  padding: 9.25rem;
}

.pt-37 {
  padding-top: 9.25rem;
}

.pr-37 {
  padding-right: 9.25rem;
}

.pb-37 {
  padding-bottom: 9.25rem;
}

.pl-37 {
  padding-left: 9.25rem;
}

.px-37 {
  padding-right: 9.25rem;
  padding-left: 9.25rem;
}

.py-37 {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
}

.w-37 {
  width: 9.25rem;
}

.h-37 {
  height: 9.25rem;
}

.mh-37 {
  max-height: 9.25rem;
}

.m-38 {
  margin: 9.5rem;
}

.mt-38 {
  margin-top: 9.5rem;
}

.mr-38 {
  margin-right: 9.5rem;
}

.mb-38 {
  margin-bottom: 9.5rem;
}

.ml-38 {
  margin-left: 9.5rem;
}

.mx-38 {
  margin-right: 9.5rem;
  margin-left: 9.5rem;
}

.my-38 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.p-38 {
  padding: 9.5rem;
}

.pt-38 {
  padding-top: 9.5rem;
}

.pr-38 {
  padding-right: 9.5rem;
}

.pb-38 {
  padding-bottom: 9.5rem;
}

.pl-38 {
  padding-left: 9.5rem;
}

.px-38 {
  padding-right: 9.5rem;
  padding-left: 9.5rem;
}

.py-38 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.w-38 {
  width: 9.5rem;
}

.h-38 {
  height: 9.5rem;
}

.mh-38 {
  max-height: 9.5rem;
}

.m-39 {
  margin: 9.75rem;
}

.mt-39 {
  margin-top: 9.75rem;
}

.mr-39 {
  margin-right: 9.75rem;
}

.mb-39 {
  margin-bottom: 9.75rem;
}

.ml-39 {
  margin-left: 9.75rem;
}

.mx-39 {
  margin-right: 9.75rem;
  margin-left: 9.75rem;
}

.my-39 {
  margin-top: 9.75rem;
  margin-bottom: 9.75rem;
}

.p-39 {
  padding: 9.75rem;
}

.pt-39 {
  padding-top: 9.75rem;
}

.pr-39 {
  padding-right: 9.75rem;
}

.pb-39 {
  padding-bottom: 9.75rem;
}

.pl-39 {
  padding-left: 9.75rem;
}

.px-39 {
  padding-right: 9.75rem;
  padding-left: 9.75rem;
}

.py-39 {
  padding-top: 9.75rem;
  padding-bottom: 9.75rem;
}

.w-39 {
  width: 9.75rem;
}

.h-39 {
  height: 9.75rem;
}

.mh-39 {
  max-height: 9.75rem;
}

.m-40 {
  margin: 10rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mx-40 {
  margin-right: 10rem;
  margin-left: 10rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.p-40 {
  padding: 10rem;
}

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

.pr-40 {
  padding-right: 10rem;
}

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

.pl-40 {
  padding-left: 10rem;
}

.px-40 {
  padding-right: 10rem;
  padding-left: 10rem;
}

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

.w-40 {
  width: 10rem;
}

.h-40 {
  height: 10rem;
}

.mh-40 {
  max-height: 10rem;
}

.m-41 {
  margin: 10.25rem;
}

.mt-41 {
  margin-top: 10.25rem;
}

.mr-41 {
  margin-right: 10.25rem;
}

.mb-41 {
  margin-bottom: 10.25rem;
}

.ml-41 {
  margin-left: 10.25rem;
}

.mx-41 {
  margin-right: 10.25rem;
  margin-left: 10.25rem;
}

.my-41 {
  margin-top: 10.25rem;
  margin-bottom: 10.25rem;
}

.p-41 {
  padding: 10.25rem;
}

.pt-41 {
  padding-top: 10.25rem;
}

.pr-41 {
  padding-right: 10.25rem;
}

.pb-41 {
  padding-bottom: 10.25rem;
}

.pl-41 {
  padding-left: 10.25rem;
}

.px-41 {
  padding-right: 10.25rem;
  padding-left: 10.25rem;
}

.py-41 {
  padding-top: 10.25rem;
  padding-bottom: 10.25rem;
}

.w-41 {
  width: 10.25rem;
}

.h-41 {
  height: 10.25rem;
}

.mh-41 {
  max-height: 10.25rem;
}

.m-42 {
  margin: 10.5rem;
}

.mt-42 {
  margin-top: 10.5rem;
}

.mr-42 {
  margin-right: 10.5rem;
}

.mb-42 {
  margin-bottom: 10.5rem;
}

.ml-42 {
  margin-left: 10.5rem;
}

.mx-42 {
  margin-right: 10.5rem;
  margin-left: 10.5rem;
}

.my-42 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.p-42 {
  padding: 10.5rem;
}

.pt-42 {
  padding-top: 10.5rem;
}

.pr-42 {
  padding-right: 10.5rem;
}

.pb-42 {
  padding-bottom: 10.5rem;
}

.pl-42 {
  padding-left: 10.5rem;
}

.px-42 {
  padding-right: 10.5rem;
  padding-left: 10.5rem;
}

.py-42 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.w-42 {
  width: 10.5rem;
}

.h-42 {
  height: 10.5rem;
}

.mh-42 {
  max-height: 10.5rem;
}

.m-43 {
  margin: 10.75rem;
}

.mt-43 {
  margin-top: 10.75rem;
}

.mr-43 {
  margin-right: 10.75rem;
}

.mb-43 {
  margin-bottom: 10.75rem;
}

.ml-43 {
  margin-left: 10.75rem;
}

.mx-43 {
  margin-right: 10.75rem;
  margin-left: 10.75rem;
}

.my-43 {
  margin-top: 10.75rem;
  margin-bottom: 10.75rem;
}

.p-43 {
  padding: 10.75rem;
}

.pt-43 {
  padding-top: 10.75rem;
}

.pr-43 {
  padding-right: 10.75rem;
}

.pb-43 {
  padding-bottom: 10.75rem;
}

.pl-43 {
  padding-left: 10.75rem;
}

.px-43 {
  padding-right: 10.75rem;
  padding-left: 10.75rem;
}

.py-43 {
  padding-top: 10.75rem;
  padding-bottom: 10.75rem;
}

.w-43 {
  width: 10.75rem;
}

.h-43 {
  height: 10.75rem;
}

.mh-43 {
  max-height: 10.75rem;
}

.m-44 {
  margin: 11rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.ml-44 {
  margin-left: 11rem;
}

.mx-44 {
  margin-right: 11rem;
  margin-left: 11rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.p-44 {
  padding: 11rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pl-44 {
  padding-left: 11rem;
}

.px-44 {
  padding-right: 11rem;
  padding-left: 11rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.w-44 {
  width: 11rem;
}

.h-44 {
  height: 11rem;
}

.mh-44 {
  max-height: 11rem;
}

.m-45 {
  margin: 11.25rem;
}

.mt-45 {
  margin-top: 11.25rem;
}

.mr-45 {
  margin-right: 11.25rem;
}

.mb-45 {
  margin-bottom: 11.25rem;
}

.ml-45 {
  margin-left: 11.25rem;
}

.mx-45 {
  margin-right: 11.25rem;
  margin-left: 11.25rem;
}

.my-45 {
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

.p-45 {
  padding: 11.25rem;
}

.pt-45 {
  padding-top: 11.25rem;
}

.pr-45 {
  padding-right: 11.25rem;
}

.pb-45 {
  padding-bottom: 11.25rem;
}

.pl-45 {
  padding-left: 11.25rem;
}

.px-45 {
  padding-right: 11.25rem;
  padding-left: 11.25rem;
}

.py-45 {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.w-45 {
  width: 11.25rem;
}

.h-45 {
  height: 11.25rem;
}

.mh-45 {
  max-height: 11.25rem;
}

.m-46 {
  margin: 11.5rem;
}

.mt-46 {
  margin-top: 11.5rem;
}

.mr-46 {
  margin-right: 11.5rem;
}

.mb-46 {
  margin-bottom: 11.5rem;
}

.ml-46 {
  margin-left: 11.5rem;
}

.mx-46 {
  margin-right: 11.5rem;
  margin-left: 11.5rem;
}

.my-46 {
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

.p-46 {
  padding: 11.5rem;
}

.pt-46 {
  padding-top: 11.5rem;
}

.pr-46 {
  padding-right: 11.5rem;
}

.pb-46 {
  padding-bottom: 11.5rem;
}

.pl-46 {
  padding-left: 11.5rem;
}

.px-46 {
  padding-right: 11.5rem;
  padding-left: 11.5rem;
}

.py-46 {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

.w-46 {
  width: 11.5rem;
}

.h-46 {
  height: 11.5rem;
}

.mh-46 {
  max-height: 11.5rem;
}

.m-47 {
  margin: 11.75rem;
}

.mt-47 {
  margin-top: 11.75rem;
}

.mr-47 {
  margin-right: 11.75rem;
}

.mb-47 {
  margin-bottom: 11.75rem;
}

.ml-47 {
  margin-left: 11.75rem;
}

.mx-47 {
  margin-right: 11.75rem;
  margin-left: 11.75rem;
}

.my-47 {
  margin-top: 11.75rem;
  margin-bottom: 11.75rem;
}

.p-47 {
  padding: 11.75rem;
}

.pt-47 {
  padding-top: 11.75rem;
}

.pr-47 {
  padding-right: 11.75rem;
}

.pb-47 {
  padding-bottom: 11.75rem;
}

.pl-47 {
  padding-left: 11.75rem;
}

.px-47 {
  padding-right: 11.75rem;
  padding-left: 11.75rem;
}

.py-47 {
  padding-top: 11.75rem;
  padding-bottom: 11.75rem;
}

.w-47 {
  width: 11.75rem;
}

.h-47 {
  height: 11.75rem;
}

.mh-47 {
  max-height: 11.75rem;
}

.m-48 {
  margin: 12rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mr-48 {
  margin-right: 12rem;
}

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

.ml-48 {
  margin-left: 12rem;
}

.mx-48 {
  margin-right: 12rem;
  margin-left: 12rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.p-48 {
  padding: 12rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.px-48 {
  padding-right: 12rem;
  padding-left: 12rem;
}

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

.w-48 {
  width: 12rem;
}

.h-48 {
  height: 12rem;
}

.mh-48 {
  max-height: 12rem;
}

.m-49 {
  margin: 12.25rem;
}

.mt-49 {
  margin-top: 12.25rem;
}

.mr-49 {
  margin-right: 12.25rem;
}

.mb-49 {
  margin-bottom: 12.25rem;
}

.ml-49 {
  margin-left: 12.25rem;
}

.mx-49 {
  margin-right: 12.25rem;
  margin-left: 12.25rem;
}

.my-49 {
  margin-top: 12.25rem;
  margin-bottom: 12.25rem;
}

.p-49 {
  padding: 12.25rem;
}

.pt-49 {
  padding-top: 12.25rem;
}

.pr-49 {
  padding-right: 12.25rem;
}

.pb-49 {
  padding-bottom: 12.25rem;
}

.pl-49 {
  padding-left: 12.25rem;
}

.px-49 {
  padding-right: 12.25rem;
  padding-left: 12.25rem;
}

.py-49 {
  padding-top: 12.25rem;
  padding-bottom: 12.25rem;
}

.w-49 {
  width: 12.25rem;
}

.h-49 {
  height: 12.25rem;
}

.mh-49 {
  max-height: 12.25rem;
}

.m-50 {
  margin: 12.5rem;
}

.mt-50 {
  margin-top: 12.5rem;
}

.mr-50 {
  margin-right: 12.5rem;
}

.mb-50 {
  margin-bottom: 12.5rem;
}

.ml-50 {
  margin-left: 12.5rem;
}

.mx-50 {
  margin-right: 12.5rem;
  margin-left: 12.5rem;
}

.my-50 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.p-50 {
  padding: 12.5rem;
}

.pt-50 {
  padding-top: 12.5rem;
}

.pr-50 {
  padding-right: 12.5rem;
}

.pb-50 {
  padding-bottom: 12.5rem;
}

.pl-50 {
  padding-left: 12.5rem;
}

.px-50 {
  padding-right: 12.5rem;
  padding-left: 12.5rem;
}

.py-50 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.w-50 {
  width: 12.5rem;
}

.h-50 {
  height: 12.5rem;
}

.mh-50 {
  max-height: 12.5rem;
}

.m-51 {
  margin: 12.75rem;
}

.mt-51 {
  margin-top: 12.75rem;
}

.mr-51 {
  margin-right: 12.75rem;
}

.mb-51 {
  margin-bottom: 12.75rem;
}

.ml-51 {
  margin-left: 12.75rem;
}

.mx-51 {
  margin-right: 12.75rem;
  margin-left: 12.75rem;
}

.my-51 {
  margin-top: 12.75rem;
  margin-bottom: 12.75rem;
}

.p-51 {
  padding: 12.75rem;
}

.pt-51 {
  padding-top: 12.75rem;
}

.pr-51 {
  padding-right: 12.75rem;
}

.pb-51 {
  padding-bottom: 12.75rem;
}

.pl-51 {
  padding-left: 12.75rem;
}

.px-51 {
  padding-right: 12.75rem;
  padding-left: 12.75rem;
}

.py-51 {
  padding-top: 12.75rem;
  padding-bottom: 12.75rem;
}

.w-51 {
  width: 12.75rem;
}

.h-51 {
  height: 12.75rem;
}

.mh-51 {
  max-height: 12.75rem;
}

.m-52 {
  margin: 13rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.ml-52 {
  margin-left: 13rem;
}

.mx-52 {
  margin-right: 13rem;
  margin-left: 13rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.p-52 {
  padding: 13rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pl-52 {
  padding-left: 13rem;
}

.px-52 {
  padding-right: 13rem;
  padding-left: 13rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.w-52 {
  width: 13rem;
}

.h-52 {
  height: 13rem;
}

.mh-52 {
  max-height: 13rem;
}

.m-53 {
  margin: 13.25rem;
}

.mt-53 {
  margin-top: 13.25rem;
}

.mr-53 {
  margin-right: 13.25rem;
}

.mb-53 {
  margin-bottom: 13.25rem;
}

.ml-53 {
  margin-left: 13.25rem;
}

.mx-53 {
  margin-right: 13.25rem;
  margin-left: 13.25rem;
}

.my-53 {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.p-53 {
  padding: 13.25rem;
}

.pt-53 {
  padding-top: 13.25rem;
}

.pr-53 {
  padding-right: 13.25rem;
}

.pb-53 {
  padding-bottom: 13.25rem;
}

.pl-53 {
  padding-left: 13.25rem;
}

.px-53 {
  padding-right: 13.25rem;
  padding-left: 13.25rem;
}

.py-53 {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.w-53 {
  width: 13.25rem;
}

.h-53 {
  height: 13.25rem;
}

.mh-53 {
  max-height: 13.25rem;
}

.m-54 {
  margin: 13.5rem;
}

.mt-54 {
  margin-top: 13.5rem;
}

.mr-54 {
  margin-right: 13.5rem;
}

.mb-54 {
  margin-bottom: 13.5rem;
}

.ml-54 {
  margin-left: 13.5rem;
}

.mx-54 {
  margin-right: 13.5rem;
  margin-left: 13.5rem;
}

.my-54 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.p-54 {
  padding: 13.5rem;
}

.pt-54 {
  padding-top: 13.5rem;
}

.pr-54 {
  padding-right: 13.5rem;
}

.pb-54 {
  padding-bottom: 13.5rem;
}

.pl-54 {
  padding-left: 13.5rem;
}

.px-54 {
  padding-right: 13.5rem;
  padding-left: 13.5rem;
}

.py-54 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.w-54 {
  width: 13.5rem;
}

.h-54 {
  height: 13.5rem;
}

.mh-54 {
  max-height: 13.5rem;
}

.m-55 {
  margin: 13.75rem;
}

.mt-55 {
  margin-top: 13.75rem;
}

.mr-55 {
  margin-right: 13.75rem;
}

.mb-55 {
  margin-bottom: 13.75rem;
}

.ml-55 {
  margin-left: 13.75rem;
}

.mx-55 {
  margin-right: 13.75rem;
  margin-left: 13.75rem;
}

.my-55 {
  margin-top: 13.75rem;
  margin-bottom: 13.75rem;
}

.p-55 {
  padding: 13.75rem;
}

.pt-55 {
  padding-top: 13.75rem;
}

.pr-55 {
  padding-right: 13.75rem;
}

.pb-55 {
  padding-bottom: 13.75rem;
}

.pl-55 {
  padding-left: 13.75rem;
}

.px-55 {
  padding-right: 13.75rem;
  padding-left: 13.75rem;
}

.py-55 {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem;
}

.w-55 {
  width: 13.75rem;
}

.h-55 {
  height: 13.75rem;
}

.mh-55 {
  max-height: 13.75rem;
}

.m-56 {
  margin: 14rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.ml-56 {
  margin-left: 14rem;
}

.mx-56 {
  margin-right: 14rem;
  margin-left: 14rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.p-56 {
  padding: 14rem;
}

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

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.px-56 {
  padding-right: 14rem;
  padding-left: 14rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.w-56 {
  width: 14rem;
}

.h-56 {
  height: 14rem;
}

.mh-56 {
  max-height: 14rem;
}

.m-57 {
  margin: 14.25rem;
}

.mt-57 {
  margin-top: 14.25rem;
}

.mr-57 {
  margin-right: 14.25rem;
}

.mb-57 {
  margin-bottom: 14.25rem;
}

.ml-57 {
  margin-left: 14.25rem;
}

.mx-57 {
  margin-right: 14.25rem;
  margin-left: 14.25rem;
}

.my-57 {
  margin-top: 14.25rem;
  margin-bottom: 14.25rem;
}

.p-57 {
  padding: 14.25rem;
}

.pt-57 {
  padding-top: 14.25rem;
}

.pr-57 {
  padding-right: 14.25rem;
}

.pb-57 {
  padding-bottom: 14.25rem;
}

.pl-57 {
  padding-left: 14.25rem;
}

.px-57 {
  padding-right: 14.25rem;
  padding-left: 14.25rem;
}

.py-57 {
  padding-top: 14.25rem;
  padding-bottom: 14.25rem;
}

.w-57 {
  width: 14.25rem;
}

.h-57 {
  height: 14.25rem;
}

.mh-57 {
  max-height: 14.25rem;
}

.m-58 {
  margin: 14.5rem;
}

.mt-58 {
  margin-top: 14.5rem;
}

.mr-58 {
  margin-right: 14.5rem;
}

.mb-58 {
  margin-bottom: 14.5rem;
}

.ml-58 {
  margin-left: 14.5rem;
}

.mx-58 {
  margin-right: 14.5rem;
  margin-left: 14.5rem;
}

.my-58 {
  margin-top: 14.5rem;
  margin-bottom: 14.5rem;
}

.p-58 {
  padding: 14.5rem;
}

.pt-58 {
  padding-top: 14.5rem;
}

.pr-58 {
  padding-right: 14.5rem;
}

.pb-58 {
  padding-bottom: 14.5rem;
}

.pl-58 {
  padding-left: 14.5rem;
}

.px-58 {
  padding-right: 14.5rem;
  padding-left: 14.5rem;
}

.py-58 {
  padding-top: 14.5rem;
  padding-bottom: 14.5rem;
}

.w-58 {
  width: 14.5rem;
}

.h-58 {
  height: 14.5rem;
}

.mh-58 {
  max-height: 14.5rem;
}

.m-59 {
  margin: 14.75rem;
}

.mt-59 {
  margin-top: 14.75rem;
}

.mr-59 {
  margin-right: 14.75rem;
}

.mb-59 {
  margin-bottom: 14.75rem;
}

.ml-59 {
  margin-left: 14.75rem;
}

.mx-59 {
  margin-right: 14.75rem;
  margin-left: 14.75rem;
}

.my-59 {
  margin-top: 14.75rem;
  margin-bottom: 14.75rem;
}

.p-59 {
  padding: 14.75rem;
}

.pt-59 {
  padding-top: 14.75rem;
}

.pr-59 {
  padding-right: 14.75rem;
}

.pb-59 {
  padding-bottom: 14.75rem;
}

.pl-59 {
  padding-left: 14.75rem;
}

.px-59 {
  padding-right: 14.75rem;
  padding-left: 14.75rem;
}

.py-59 {
  padding-top: 14.75rem;
  padding-bottom: 14.75rem;
}

.w-59 {
  width: 14.75rem;
}

.h-59 {
  height: 14.75rem;
}

.mh-59 {
  max-height: 14.75rem;
}

.m-60 {
  margin: 15rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.ml-60 {
  margin-left: 15rem;
}

.mx-60 {
  margin-right: 15rem;
  margin-left: 15rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.p-60 {
  padding: 15rem;
}

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

.pr-60 {
  padding-right: 15rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pl-60 {
  padding-left: 15rem;
}

.px-60 {
  padding-right: 15rem;
  padding-left: 15rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.w-60 {
  width: 15rem;
}

.h-60 {
  height: 15rem;
}

.mh-60 {
  max-height: 15rem;
}

.m-61 {
  margin: 15.25rem;
}

.mt-61 {
  margin-top: 15.25rem;
}

.mr-61 {
  margin-right: 15.25rem;
}

.mb-61 {
  margin-bottom: 15.25rem;
}

.ml-61 {
  margin-left: 15.25rem;
}

.mx-61 {
  margin-right: 15.25rem;
  margin-left: 15.25rem;
}

.my-61 {
  margin-top: 15.25rem;
  margin-bottom: 15.25rem;
}

.p-61 {
  padding: 15.25rem;
}

.pt-61 {
  padding-top: 15.25rem;
}

.pr-61 {
  padding-right: 15.25rem;
}

.pb-61 {
  padding-bottom: 15.25rem;
}

.pl-61 {
  padding-left: 15.25rem;
}

.px-61 {
  padding-right: 15.25rem;
  padding-left: 15.25rem;
}

.py-61 {
  padding-top: 15.25rem;
  padding-bottom: 15.25rem;
}

.w-61 {
  width: 15.25rem;
}

.h-61 {
  height: 15.25rem;
}

.mh-61 {
  max-height: 15.25rem;
}

.m-62 {
  margin: 15.5rem;
}

.mt-62 {
  margin-top: 15.5rem;
}

.mr-62 {
  margin-right: 15.5rem;
}

.mb-62 {
  margin-bottom: 15.5rem;
}

.ml-62 {
  margin-left: 15.5rem;
}

.mx-62 {
  margin-right: 15.5rem;
  margin-left: 15.5rem;
}

.my-62 {
  margin-top: 15.5rem;
  margin-bottom: 15.5rem;
}

.p-62 {
  padding: 15.5rem;
}

.pt-62 {
  padding-top: 15.5rem;
}

.pr-62 {
  padding-right: 15.5rem;
}

.pb-62 {
  padding-bottom: 15.5rem;
}

.pl-62 {
  padding-left: 15.5rem;
}

.px-62 {
  padding-right: 15.5rem;
  padding-left: 15.5rem;
}

.py-62 {
  padding-top: 15.5rem;
  padding-bottom: 15.5rem;
}

.w-62 {
  width: 15.5rem;
}

.h-62 {
  height: 15.5rem;
}

.mh-62 {
  max-height: 15.5rem;
}

.m-63 {
  margin: 15.75rem;
}

.mt-63 {
  margin-top: 15.75rem;
}

.mr-63 {
  margin-right: 15.75rem;
}

.mb-63 {
  margin-bottom: 15.75rem;
}

.ml-63 {
  margin-left: 15.75rem;
}

.mx-63 {
  margin-right: 15.75rem;
  margin-left: 15.75rem;
}

.my-63 {
  margin-top: 15.75rem;
  margin-bottom: 15.75rem;
}

.p-63 {
  padding: 15.75rem;
}

.pt-63 {
  padding-top: 15.75rem;
}

.pr-63 {
  padding-right: 15.75rem;
}

.pb-63 {
  padding-bottom: 15.75rem;
}

.pl-63 {
  padding-left: 15.75rem;
}

.px-63 {
  padding-right: 15.75rem;
  padding-left: 15.75rem;
}

.py-63 {
  padding-top: 15.75rem;
  padding-bottom: 15.75rem;
}

.w-63 {
  width: 15.75rem;
}

.h-63 {
  height: 15.75rem;
}

.mh-63 {
  max-height: 15.75rem;
}

.m-64 {
  margin: 16rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.ml-64 {
  margin-left: 16rem;
}

.mx-64 {
  margin-right: 16rem;
  margin-left: 16rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.p-64 {
  padding: 16rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.px-64 {
  padding-right: 16rem;
  padding-left: 16rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.w-64 {
  width: 16rem;
}

.h-64 {
  height: 16rem;
}

.mh-64 {
  max-height: 16rem;
}

.m-65 {
  margin: 16.25rem;
}

.mt-65 {
  margin-top: 16.25rem;
}

.mr-65 {
  margin-right: 16.25rem;
}

.mb-65 {
  margin-bottom: 16.25rem;
}

.ml-65 {
  margin-left: 16.25rem;
}

.mx-65 {
  margin-right: 16.25rem;
  margin-left: 16.25rem;
}

.my-65 {
  margin-top: 16.25rem;
  margin-bottom: 16.25rem;
}

.p-65 {
  padding: 16.25rem;
}

.pt-65 {
  padding-top: 16.25rem;
}

.pr-65 {
  padding-right: 16.25rem;
}

.pb-65 {
  padding-bottom: 16.25rem;
}

.pl-65 {
  padding-left: 16.25rem;
}

.px-65 {
  padding-right: 16.25rem;
  padding-left: 16.25rem;
}

.py-65 {
  padding-top: 16.25rem;
  padding-bottom: 16.25rem;
}

.w-65 {
  width: 16.25rem;
}

.h-65 {
  height: 16.25rem;
}

.mh-65 {
  max-height: 16.25rem;
}

.m-66 {
  margin: 16.5rem;
}

.mt-66 {
  margin-top: 16.5rem;
}

.mr-66 {
  margin-right: 16.5rem;
}

.mb-66 {
  margin-bottom: 16.5rem;
}

.ml-66 {
  margin-left: 16.5rem;
}

.mx-66 {
  margin-right: 16.5rem;
  margin-left: 16.5rem;
}

.my-66 {
  margin-top: 16.5rem;
  margin-bottom: 16.5rem;
}

.p-66 {
  padding: 16.5rem;
}

.pt-66 {
  padding-top: 16.5rem;
}

.pr-66 {
  padding-right: 16.5rem;
}

.pb-66 {
  padding-bottom: 16.5rem;
}

.pl-66 {
  padding-left: 16.5rem;
}

.px-66 {
  padding-right: 16.5rem;
  padding-left: 16.5rem;
}

.py-66 {
  padding-top: 16.5rem;
  padding-bottom: 16.5rem;
}

.w-66 {
  width: 16.5rem;
}

.h-66 {
  height: 16.5rem;
}

.mh-66 {
  max-height: 16.5rem;
}

.m-67 {
  margin: 16.75rem;
}

.mt-67 {
  margin-top: 16.75rem;
}

.mr-67 {
  margin-right: 16.75rem;
}

.mb-67 {
  margin-bottom: 16.75rem;
}

.ml-67 {
  margin-left: 16.75rem;
}

.mx-67 {
  margin-right: 16.75rem;
  margin-left: 16.75rem;
}

.my-67 {
  margin-top: 16.75rem;
  margin-bottom: 16.75rem;
}

.p-67 {
  padding: 16.75rem;
}

.pt-67 {
  padding-top: 16.75rem;
}

.pr-67 {
  padding-right: 16.75rem;
}

.pb-67 {
  padding-bottom: 16.75rem;
}

.pl-67 {
  padding-left: 16.75rem;
}

.px-67 {
  padding-right: 16.75rem;
  padding-left: 16.75rem;
}

.py-67 {
  padding-top: 16.75rem;
  padding-bottom: 16.75rem;
}

.w-67 {
  width: 16.75rem;
}

.h-67 {
  height: 16.75rem;
}

.mh-67 {
  max-height: 16.75rem;
}

.m-68 {
  margin: 17rem;
}

.mt-68 {
  margin-top: 17rem;
}

.mr-68 {
  margin-right: 17rem;
}

.mb-68 {
  margin-bottom: 17rem;
}

.ml-68 {
  margin-left: 17rem;
}

.mx-68 {
  margin-right: 17rem;
  margin-left: 17rem;
}

.my-68 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.p-68 {
  padding: 17rem;
}

.pt-68 {
  padding-top: 17rem;
}

.pr-68 {
  padding-right: 17rem;
}

.pb-68 {
  padding-bottom: 17rem;
}

.pl-68 {
  padding-left: 17rem;
}

.px-68 {
  padding-right: 17rem;
  padding-left: 17rem;
}

.py-68 {
  padding-top: 17rem;
  padding-bottom: 17rem;
}

.w-68 {
  width: 17rem;
}

.h-68 {
  height: 17rem;
}

.mh-68 {
  max-height: 17rem;
}

.m-69 {
  margin: 17.25rem;
}

.mt-69 {
  margin-top: 17.25rem;
}

.mr-69 {
  margin-right: 17.25rem;
}

.mb-69 {
  margin-bottom: 17.25rem;
}

.ml-69 {
  margin-left: 17.25rem;
}

.mx-69 {
  margin-right: 17.25rem;
  margin-left: 17.25rem;
}

.my-69 {
  margin-top: 17.25rem;
  margin-bottom: 17.25rem;
}

.p-69 {
  padding: 17.25rem;
}

.pt-69 {
  padding-top: 17.25rem;
}

.pr-69 {
  padding-right: 17.25rem;
}

.pb-69 {
  padding-bottom: 17.25rem;
}

.pl-69 {
  padding-left: 17.25rem;
}

.px-69 {
  padding-right: 17.25rem;
  padding-left: 17.25rem;
}

.py-69 {
  padding-top: 17.25rem;
  padding-bottom: 17.25rem;
}

.w-69 {
  width: 17.25rem;
}

.h-69 {
  height: 17.25rem;
}

.mh-69 {
  max-height: 17.25rem;
}

.m-70 {
  margin: 17.5rem;
}

.mt-70 {
  margin-top: 17.5rem;
}

.mr-70 {
  margin-right: 17.5rem;
}

.mb-70 {
  margin-bottom: 17.5rem;
}

.ml-70 {
  margin-left: 17.5rem;
}

.mx-70 {
  margin-right: 17.5rem;
  margin-left: 17.5rem;
}

.my-70 {
  margin-top: 17.5rem;
  margin-bottom: 17.5rem;
}

.p-70 {
  padding: 17.5rem;
}

.pt-70 {
  padding-top: 17.5rem;
}

.pr-70 {
  padding-right: 17.5rem;
}

.pb-70 {
  padding-bottom: 17.5rem;
}

.pl-70 {
  padding-left: 17.5rem;
}

.px-70 {
  padding-right: 17.5rem;
  padding-left: 17.5rem;
}

.py-70 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
}

.w-70 {
  width: 17.5rem;
}

.h-70 {
  height: 17.5rem;
}

.mh-70 {
  max-height: 17.5rem;
}

.m-71 {
  margin: 17.75rem;
}

.mt-71 {
  margin-top: 17.75rem;
}

.mr-71 {
  margin-right: 17.75rem;
}

.mb-71 {
  margin-bottom: 17.75rem;
}

.ml-71 {
  margin-left: 17.75rem;
}

.mx-71 {
  margin-right: 17.75rem;
  margin-left: 17.75rem;
}

.my-71 {
  margin-top: 17.75rem;
  margin-bottom: 17.75rem;
}

.p-71 {
  padding: 17.75rem;
}

.pt-71 {
  padding-top: 17.75rem;
}

.pr-71 {
  padding-right: 17.75rem;
}

.pb-71 {
  padding-bottom: 17.75rem;
}

.pl-71 {
  padding-left: 17.75rem;
}

.px-71 {
  padding-right: 17.75rem;
  padding-left: 17.75rem;
}

.py-71 {
  padding-top: 17.75rem;
  padding-bottom: 17.75rem;
}

.w-71 {
  width: 17.75rem;
}

.h-71 {
  height: 17.75rem;
}

.mh-71 {
  max-height: 17.75rem;
}

.m-72 {
  margin: 18rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.ml-72 {
  margin-left: 18rem;
}

.mx-72 {
  margin-right: 18rem;
  margin-left: 18rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.p-72 {
  padding: 18rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pl-72 {
  padding-left: 18rem;
}

.px-72 {
  padding-right: 18rem;
  padding-left: 18rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.w-72 {
  width: 18rem;
}

.h-72 {
  height: 18rem;
}

.mh-72 {
  max-height: 18rem;
}

.m-73 {
  margin: 18.25rem;
}

.mt-73 {
  margin-top: 18.25rem;
}

.mr-73 {
  margin-right: 18.25rem;
}

.mb-73 {
  margin-bottom: 18.25rem;
}

.ml-73 {
  margin-left: 18.25rem;
}

.mx-73 {
  margin-right: 18.25rem;
  margin-left: 18.25rem;
}

.my-73 {
  margin-top: 18.25rem;
  margin-bottom: 18.25rem;
}

.p-73 {
  padding: 18.25rem;
}

.pt-73 {
  padding-top: 18.25rem;
}

.pr-73 {
  padding-right: 18.25rem;
}

.pb-73 {
  padding-bottom: 18.25rem;
}

.pl-73 {
  padding-left: 18.25rem;
}

.px-73 {
  padding-right: 18.25rem;
  padding-left: 18.25rem;
}

.py-73 {
  padding-top: 18.25rem;
  padding-bottom: 18.25rem;
}

.w-73 {
  width: 18.25rem;
}

.h-73 {
  height: 18.25rem;
}

.mh-73 {
  max-height: 18.25rem;
}

.m-74 {
  margin: 18.5rem;
}

.mt-74 {
  margin-top: 18.5rem;
}

.mr-74 {
  margin-right: 18.5rem;
}

.mb-74 {
  margin-bottom: 18.5rem;
}

.ml-74 {
  margin-left: 18.5rem;
}

.mx-74 {
  margin-right: 18.5rem;
  margin-left: 18.5rem;
}

.my-74 {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.p-74 {
  padding: 18.5rem;
}

.pt-74 {
  padding-top: 18.5rem;
}

.pr-74 {
  padding-right: 18.5rem;
}

.pb-74 {
  padding-bottom: 18.5rem;
}

.pl-74 {
  padding-left: 18.5rem;
}

.px-74 {
  padding-right: 18.5rem;
  padding-left: 18.5rem;
}

.py-74 {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.w-74 {
  width: 18.5rem;
}

.h-74 {
  height: 18.5rem;
}

.mh-74 {
  max-height: 18.5rem;
}

.m-75 {
  margin: 18.75rem;
}

.mt-75 {
  margin-top: 18.75rem;
}

.mr-75 {
  margin-right: 18.75rem;
}

.mb-75 {
  margin-bottom: 18.75rem;
}

.ml-75 {
  margin-left: 18.75rem;
}

.mx-75 {
  margin-right: 18.75rem;
  margin-left: 18.75rem;
}

.my-75 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.p-75 {
  padding: 18.75rem;
}

.pt-75 {
  padding-top: 18.75rem;
}

.pr-75 {
  padding-right: 18.75rem;
}

.pb-75 {
  padding-bottom: 18.75rem;
}

.pl-75 {
  padding-left: 18.75rem;
}

.px-75 {
  padding-right: 18.75rem;
  padding-left: 18.75rem;
}

.py-75 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.w-75 {
  width: 18.75rem;
}

.h-75 {
  height: 18.75rem;
}

.mh-75 {
  max-height: 18.75rem;
}

.m-76 {
  margin: 19rem;
}

.mt-76 {
  margin-top: 19rem;
}

.mr-76 {
  margin-right: 19rem;
}

.mb-76 {
  margin-bottom: 19rem;
}

.ml-76 {
  margin-left: 19rem;
}

.mx-76 {
  margin-right: 19rem;
  margin-left: 19rem;
}

.my-76 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.p-76 {
  padding: 19rem;
}

.pt-76 {
  padding-top: 19rem;
}

.pr-76 {
  padding-right: 19rem;
}

.pb-76 {
  padding-bottom: 19rem;
}

.pl-76 {
  padding-left: 19rem;
}

.px-76 {
  padding-right: 19rem;
  padding-left: 19rem;
}

.py-76 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.w-76 {
  width: 19rem;
}

.h-76 {
  height: 19rem;
}

.mh-76 {
  max-height: 19rem;
}

.m-77 {
  margin: 19.25rem;
}

.mt-77 {
  margin-top: 19.25rem;
}

.mr-77 {
  margin-right: 19.25rem;
}

.mb-77 {
  margin-bottom: 19.25rem;
}

.ml-77 {
  margin-left: 19.25rem;
}

.mx-77 {
  margin-right: 19.25rem;
  margin-left: 19.25rem;
}

.my-77 {
  margin-top: 19.25rem;
  margin-bottom: 19.25rem;
}

.p-77 {
  padding: 19.25rem;
}

.pt-77 {
  padding-top: 19.25rem;
}

.pr-77 {
  padding-right: 19.25rem;
}

.pb-77 {
  padding-bottom: 19.25rem;
}

.pl-77 {
  padding-left: 19.25rem;
}

.px-77 {
  padding-right: 19.25rem;
  padding-left: 19.25rem;
}

.py-77 {
  padding-top: 19.25rem;
  padding-bottom: 19.25rem;
}

.w-77 {
  width: 19.25rem;
}

.h-77 {
  height: 19.25rem;
}

.mh-77 {
  max-height: 19.25rem;
}

.m-78 {
  margin: 19.5rem;
}

.mt-78 {
  margin-top: 19.5rem;
}

.mr-78 {
  margin-right: 19.5rem;
}

.mb-78 {
  margin-bottom: 19.5rem;
}

.ml-78 {
  margin-left: 19.5rem;
}

.mx-78 {
  margin-right: 19.5rem;
  margin-left: 19.5rem;
}

.my-78 {
  margin-top: 19.5rem;
  margin-bottom: 19.5rem;
}

.p-78 {
  padding: 19.5rem;
}

.pt-78 {
  padding-top: 19.5rem;
}

.pr-78 {
  padding-right: 19.5rem;
}

.pb-78 {
  padding-bottom: 19.5rem;
}

.pl-78 {
  padding-left: 19.5rem;
}

.px-78 {
  padding-right: 19.5rem;
  padding-left: 19.5rem;
}

.py-78 {
  padding-top: 19.5rem;
  padding-bottom: 19.5rem;
}

.w-78 {
  width: 19.5rem;
}

.h-78 {
  height: 19.5rem;
}

.mh-78 {
  max-height: 19.5rem;
}

.m-79 {
  margin: 19.75rem;
}

.mt-79 {
  margin-top: 19.75rem;
}

.mr-79 {
  margin-right: 19.75rem;
}

.mb-79 {
  margin-bottom: 19.75rem;
}

.ml-79 {
  margin-left: 19.75rem;
}

.mx-79 {
  margin-right: 19.75rem;
  margin-left: 19.75rem;
}

.my-79 {
  margin-top: 19.75rem;
  margin-bottom: 19.75rem;
}

.p-79 {
  padding: 19.75rem;
}

.pt-79 {
  padding-top: 19.75rem;
}

.pr-79 {
  padding-right: 19.75rem;
}

.pb-79 {
  padding-bottom: 19.75rem;
}

.pl-79 {
  padding-left: 19.75rem;
}

.px-79 {
  padding-right: 19.75rem;
  padding-left: 19.75rem;
}

.py-79 {
  padding-top: 19.75rem;
  padding-bottom: 19.75rem;
}

.w-79 {
  width: 19.75rem;
}

.h-79 {
  height: 19.75rem;
}

.mh-79 {
  max-height: 19.75rem;
}

.m-80 {
  margin: 20rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.ml-80 {
  margin-left: 20rem;
}

.mx-80 {
  margin-right: 20rem;
  margin-left: 20rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.p-80 {
  padding: 20rem;
}

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

.pr-80 {
  padding-right: 20rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pl-80 {
  padding-left: 20rem;
}

.px-80 {
  padding-right: 20rem;
  padding-left: 20rem;
}

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

.w-80 {
  width: 20rem;
}

.h-80 {
  height: 20rem;
}

.mh-80 {
  max-height: 20rem;
}

.m-81 {
  margin: 20.25rem;
}

.mt-81 {
  margin-top: 20.25rem;
}

.mr-81 {
  margin-right: 20.25rem;
}

.mb-81 {
  margin-bottom: 20.25rem;
}

.ml-81 {
  margin-left: 20.25rem;
}

.mx-81 {
  margin-right: 20.25rem;
  margin-left: 20.25rem;
}

.my-81 {
  margin-top: 20.25rem;
  margin-bottom: 20.25rem;
}

.p-81 {
  padding: 20.25rem;
}

.pt-81 {
  padding-top: 20.25rem;
}

.pr-81 {
  padding-right: 20.25rem;
}

.pb-81 {
  padding-bottom: 20.25rem;
}

.pl-81 {
  padding-left: 20.25rem;
}

.px-81 {
  padding-right: 20.25rem;
  padding-left: 20.25rem;
}

.py-81 {
  padding-top: 20.25rem;
  padding-bottom: 20.25rem;
}

.w-81 {
  width: 20.25rem;
}

.h-81 {
  height: 20.25rem;
}

.mh-81 {
  max-height: 20.25rem;
}

.m-82 {
  margin: 20.5rem;
}

.mt-82 {
  margin-top: 20.5rem;
}

.mr-82 {
  margin-right: 20.5rem;
}

.mb-82 {
  margin-bottom: 20.5rem;
}

.ml-82 {
  margin-left: 20.5rem;
}

.mx-82 {
  margin-right: 20.5rem;
  margin-left: 20.5rem;
}

.my-82 {
  margin-top: 20.5rem;
  margin-bottom: 20.5rem;
}

.p-82 {
  padding: 20.5rem;
}

.pt-82 {
  padding-top: 20.5rem;
}

.pr-82 {
  padding-right: 20.5rem;
}

.pb-82 {
  padding-bottom: 20.5rem;
}

.pl-82 {
  padding-left: 20.5rem;
}

.px-82 {
  padding-right: 20.5rem;
  padding-left: 20.5rem;
}

.py-82 {
  padding-top: 20.5rem;
  padding-bottom: 20.5rem;
}

.w-82 {
  width: 20.5rem;
}

.h-82 {
  height: 20.5rem;
}

.mh-82 {
  max-height: 20.5rem;
}

.m-83 {
  margin: 20.75rem;
}

.mt-83 {
  margin-top: 20.75rem;
}

.mr-83 {
  margin-right: 20.75rem;
}

.mb-83 {
  margin-bottom: 20.75rem;
}

.ml-83 {
  margin-left: 20.75rem;
}

.mx-83 {
  margin-right: 20.75rem;
  margin-left: 20.75rem;
}

.my-83 {
  margin-top: 20.75rem;
  margin-bottom: 20.75rem;
}

.p-83 {
  padding: 20.75rem;
}

.pt-83 {
  padding-top: 20.75rem;
}

.pr-83 {
  padding-right: 20.75rem;
}

.pb-83 {
  padding-bottom: 20.75rem;
}

.pl-83 {
  padding-left: 20.75rem;
}

.px-83 {
  padding-right: 20.75rem;
  padding-left: 20.75rem;
}

.py-83 {
  padding-top: 20.75rem;
  padding-bottom: 20.75rem;
}

.w-83 {
  width: 20.75rem;
}

.h-83 {
  height: 20.75rem;
}

.mh-83 {
  max-height: 20.75rem;
}

.m-84 {
  margin: 21rem;
}

.mt-84 {
  margin-top: 21rem;
}

.mr-84 {
  margin-right: 21rem;
}

.mb-84 {
  margin-bottom: 21rem;
}

.ml-84 {
  margin-left: 21rem;
}

.mx-84 {
  margin-right: 21rem;
  margin-left: 21rem;
}

.my-84 {
  margin-top: 21rem;
  margin-bottom: 21rem;
}

.p-84 {
  padding: 21rem;
}

.pt-84 {
  padding-top: 21rem;
}

.pr-84 {
  padding-right: 21rem;
}

.pb-84 {
  padding-bottom: 21rem;
}

.pl-84 {
  padding-left: 21rem;
}

.px-84 {
  padding-right: 21rem;
  padding-left: 21rem;
}

.py-84 {
  padding-top: 21rem;
  padding-bottom: 21rem;
}

.w-84 {
  width: 21rem;
}

.h-84 {
  height: 21rem;
}

.mh-84 {
  max-height: 21rem;
}

.m-85 {
  margin: 21.25rem;
}

.mt-85 {
  margin-top: 21.25rem;
}

.mr-85 {
  margin-right: 21.25rem;
}

.mb-85 {
  margin-bottom: 21.25rem;
}

.ml-85 {
  margin-left: 21.25rem;
}

.mx-85 {
  margin-right: 21.25rem;
  margin-left: 21.25rem;
}

.my-85 {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.p-85 {
  padding: 21.25rem;
}

.pt-85 {
  padding-top: 21.25rem;
}

.pr-85 {
  padding-right: 21.25rem;
}

.pb-85 {
  padding-bottom: 21.25rem;
}

.pl-85 {
  padding-left: 21.25rem;
}

.px-85 {
  padding-right: 21.25rem;
  padding-left: 21.25rem;
}

.py-85 {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.w-85 {
  width: 21.25rem;
}

.h-85 {
  height: 21.25rem;
}

.mh-85 {
  max-height: 21.25rem;
}

.m-86 {
  margin: 21.5rem;
}

.mt-86 {
  margin-top: 21.5rem;
}

.mr-86 {
  margin-right: 21.5rem;
}

.mb-86 {
  margin-bottom: 21.5rem;
}

.ml-86 {
  margin-left: 21.5rem;
}

.mx-86 {
  margin-right: 21.5rem;
  margin-left: 21.5rem;
}

.my-86 {
  margin-top: 21.5rem;
  margin-bottom: 21.5rem;
}

.p-86 {
  padding: 21.5rem;
}

.pt-86 {
  padding-top: 21.5rem;
}

.pr-86 {
  padding-right: 21.5rem;
}

.pb-86 {
  padding-bottom: 21.5rem;
}

.pl-86 {
  padding-left: 21.5rem;
}

.px-86 {
  padding-right: 21.5rem;
  padding-left: 21.5rem;
}

.py-86 {
  padding-top: 21.5rem;
  padding-bottom: 21.5rem;
}

.w-86 {
  width: 21.5rem;
}

.h-86 {
  height: 21.5rem;
}

.mh-86 {
  max-height: 21.5rem;
}

.m-87 {
  margin: 21.75rem;
}

.mt-87 {
  margin-top: 21.75rem;
}

.mr-87 {
  margin-right: 21.75rem;
}

.mb-87 {
  margin-bottom: 21.75rem;
}

.ml-87 {
  margin-left: 21.75rem;
}

.mx-87 {
  margin-right: 21.75rem;
  margin-left: 21.75rem;
}

.my-87 {
  margin-top: 21.75rem;
  margin-bottom: 21.75rem;
}

.p-87 {
  padding: 21.75rem;
}

.pt-87 {
  padding-top: 21.75rem;
}

.pr-87 {
  padding-right: 21.75rem;
}

.pb-87 {
  padding-bottom: 21.75rem;
}

.pl-87 {
  padding-left: 21.75rem;
}

.px-87 {
  padding-right: 21.75rem;
  padding-left: 21.75rem;
}

.py-87 {
  padding-top: 21.75rem;
  padding-bottom: 21.75rem;
}

.w-87 {
  width: 21.75rem;
}

.h-87 {
  height: 21.75rem;
}

.mh-87 {
  max-height: 21.75rem;
}

.m-88 {
  margin: 22rem;
}

.mt-88 {
  margin-top: 22rem;
}

.mr-88 {
  margin-right: 22rem;
}

.mb-88 {
  margin-bottom: 22rem;
}

.ml-88 {
  margin-left: 22rem;
}

.mx-88 {
  margin-right: 22rem;
  margin-left: 22rem;
}

.my-88 {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.p-88 {
  padding: 22rem;
}

.pt-88 {
  padding-top: 22rem;
}

.pr-88 {
  padding-right: 22rem;
}

.pb-88 {
  padding-bottom: 22rem;
}

.pl-88 {
  padding-left: 22rem;
}

.px-88 {
  padding-right: 22rem;
  padding-left: 22rem;
}

.py-88 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.w-88 {
  width: 22rem;
}

.h-88 {
  height: 22rem;
}

.mh-88 {
  max-height: 22rem;
}

.m-89 {
  margin: 22.25rem;
}

.mt-89 {
  margin-top: 22.25rem;
}

.mr-89 {
  margin-right: 22.25rem;
}

.mb-89 {
  margin-bottom: 22.25rem;
}

.ml-89 {
  margin-left: 22.25rem;
}

.mx-89 {
  margin-right: 22.25rem;
  margin-left: 22.25rem;
}

.my-89 {
  margin-top: 22.25rem;
  margin-bottom: 22.25rem;
}

.p-89 {
  padding: 22.25rem;
}

.pt-89 {
  padding-top: 22.25rem;
}

.pr-89 {
  padding-right: 22.25rem;
}

.pb-89 {
  padding-bottom: 22.25rem;
}

.pl-89 {
  padding-left: 22.25rem;
}

.px-89 {
  padding-right: 22.25rem;
  padding-left: 22.25rem;
}

.py-89 {
  padding-top: 22.25rem;
  padding-bottom: 22.25rem;
}

.w-89 {
  width: 22.25rem;
}

.h-89 {
  height: 22.25rem;
}

.mh-89 {
  max-height: 22.25rem;
}

.m-90 {
  margin: 22.5rem;
}

.mt-90 {
  margin-top: 22.5rem;
}

.mr-90 {
  margin-right: 22.5rem;
}

.mb-90 {
  margin-bottom: 22.5rem;
}

.ml-90 {
  margin-left: 22.5rem;
}

.mx-90 {
  margin-right: 22.5rem;
  margin-left: 22.5rem;
}

.my-90 {
  margin-top: 22.5rem;
  margin-bottom: 22.5rem;
}

.p-90 {
  padding: 22.5rem;
}

.pt-90 {
  padding-top: 22.5rem;
}

.pr-90 {
  padding-right: 22.5rem;
}

.pb-90 {
  padding-bottom: 22.5rem;
}

.pl-90 {
  padding-left: 22.5rem;
}

.px-90 {
  padding-right: 22.5rem;
  padding-left: 22.5rem;
}

.py-90 {
  padding-top: 22.5rem;
  padding-bottom: 22.5rem;
}

.w-90 {
  width: 22.5rem;
}

.h-90 {
  height: 22.5rem;
}

.mh-90 {
  max-height: 22.5rem;
}

.m-91 {
  margin: 22.75rem;
}

.mt-91 {
  margin-top: 22.75rem;
}

.mr-91 {
  margin-right: 22.75rem;
}

.mb-91 {
  margin-bottom: 22.75rem;
}

.ml-91 {
  margin-left: 22.75rem;
}

.mx-91 {
  margin-right: 22.75rem;
  margin-left: 22.75rem;
}

.my-91 {
  margin-top: 22.75rem;
  margin-bottom: 22.75rem;
}

.p-91 {
  padding: 22.75rem;
}

.pt-91 {
  padding-top: 22.75rem;
}

.pr-91 {
  padding-right: 22.75rem;
}

.pb-91 {
  padding-bottom: 22.75rem;
}

.pl-91 {
  padding-left: 22.75rem;
}

.px-91 {
  padding-right: 22.75rem;
  padding-left: 22.75rem;
}

.py-91 {
  padding-top: 22.75rem;
  padding-bottom: 22.75rem;
}

.w-91 {
  width: 22.75rem;
}

.h-91 {
  height: 22.75rem;
}

.mh-91 {
  max-height: 22.75rem;
}

.m-92 {
  margin: 23rem;
}

.mt-92 {
  margin-top: 23rem;
}

.mr-92 {
  margin-right: 23rem;
}

.mb-92 {
  margin-bottom: 23rem;
}

.ml-92 {
  margin-left: 23rem;
}

.mx-92 {
  margin-right: 23rem;
  margin-left: 23rem;
}

.my-92 {
  margin-top: 23rem;
  margin-bottom: 23rem;
}

.p-92 {
  padding: 23rem;
}

.pt-92 {
  padding-top: 23rem;
}

.pr-92 {
  padding-right: 23rem;
}

.pb-92 {
  padding-bottom: 23rem;
}

.pl-92 {
  padding-left: 23rem;
}

.px-92 {
  padding-right: 23rem;
  padding-left: 23rem;
}

.py-92 {
  padding-top: 23rem;
  padding-bottom: 23rem;
}

.w-92 {
  width: 23rem;
}

.h-92 {
  height: 23rem;
}

.mh-92 {
  max-height: 23rem;
}

.m-93 {
  margin: 23.25rem;
}

.mt-93 {
  margin-top: 23.25rem;
}

.mr-93 {
  margin-right: 23.25rem;
}

.mb-93 {
  margin-bottom: 23.25rem;
}

.ml-93 {
  margin-left: 23.25rem;
}

.mx-93 {
  margin-right: 23.25rem;
  margin-left: 23.25rem;
}

.my-93 {
  margin-top: 23.25rem;
  margin-bottom: 23.25rem;
}

.p-93 {
  padding: 23.25rem;
}

.pt-93 {
  padding-top: 23.25rem;
}

.pr-93 {
  padding-right: 23.25rem;
}

.pb-93 {
  padding-bottom: 23.25rem;
}

.pl-93 {
  padding-left: 23.25rem;
}

.px-93 {
  padding-right: 23.25rem;
  padding-left: 23.25rem;
}

.py-93 {
  padding-top: 23.25rem;
  padding-bottom: 23.25rem;
}

.w-93 {
  width: 23.25rem;
}

.h-93 {
  height: 23.25rem;
}

.mh-93 {
  max-height: 23.25rem;
}

.m-94 {
  margin: 23.5rem;
}

.mt-94 {
  margin-top: 23.5rem;
}

.mr-94 {
  margin-right: 23.5rem;
}

.mb-94 {
  margin-bottom: 23.5rem;
}

.ml-94 {
  margin-left: 23.5rem;
}

.mx-94 {
  margin-right: 23.5rem;
  margin-left: 23.5rem;
}

.my-94 {
  margin-top: 23.5rem;
  margin-bottom: 23.5rem;
}

.p-94 {
  padding: 23.5rem;
}

.pt-94 {
  padding-top: 23.5rem;
}

.pr-94 {
  padding-right: 23.5rem;
}

.pb-94 {
  padding-bottom: 23.5rem;
}

.pl-94 {
  padding-left: 23.5rem;
}

.px-94 {
  padding-right: 23.5rem;
  padding-left: 23.5rem;
}

.py-94 {
  padding-top: 23.5rem;
  padding-bottom: 23.5rem;
}

.w-94 {
  width: 23.5rem;
}

.h-94 {
  height: 23.5rem;
}

.mh-94 {
  max-height: 23.5rem;
}

.m-95 {
  margin: 23.75rem;
}

.mt-95 {
  margin-top: 23.75rem;
}

.mr-95 {
  margin-right: 23.75rem;
}

.mb-95 {
  margin-bottom: 23.75rem;
}

.ml-95 {
  margin-left: 23.75rem;
}

.mx-95 {
  margin-right: 23.75rem;
  margin-left: 23.75rem;
}

.my-95 {
  margin-top: 23.75rem;
  margin-bottom: 23.75rem;
}

.p-95 {
  padding: 23.75rem;
}

.pt-95 {
  padding-top: 23.75rem;
}

.pr-95 {
  padding-right: 23.75rem;
}

.pb-95 {
  padding-bottom: 23.75rem;
}

.pl-95 {
  padding-left: 23.75rem;
}

.px-95 {
  padding-right: 23.75rem;
  padding-left: 23.75rem;
}

.py-95 {
  padding-top: 23.75rem;
  padding-bottom: 23.75rem;
}

.w-95 {
  width: 23.75rem;
}

.h-95 {
  height: 23.75rem;
}

.mh-95 {
  max-height: 23.75rem;
}

.m-96 {
  margin: 24rem;
}

.mt-96 {
  margin-top: 24rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.ml-96 {
  margin-left: 24rem;
}

.mx-96 {
  margin-right: 24rem;
  margin-left: 24rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.p-96 {
  padding: 24rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pl-96 {
  padding-left: 24rem;
}

.px-96 {
  padding-right: 24rem;
  padding-left: 24rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.w-96 {
  width: 24rem;
}

.h-96 {
  height: 24rem;
}

.mh-96 {
  max-height: 24rem;
}

.m-97 {
  margin: 24.25rem;
}

.mt-97 {
  margin-top: 24.25rem;
}

.mr-97 {
  margin-right: 24.25rem;
}

.mb-97 {
  margin-bottom: 24.25rem;
}

.ml-97 {
  margin-left: 24.25rem;
}

.mx-97 {
  margin-right: 24.25rem;
  margin-left: 24.25rem;
}

.my-97 {
  margin-top: 24.25rem;
  margin-bottom: 24.25rem;
}

.p-97 {
  padding: 24.25rem;
}

.pt-97 {
  padding-top: 24.25rem;
}

.pr-97 {
  padding-right: 24.25rem;
}

.pb-97 {
  padding-bottom: 24.25rem;
}

.pl-97 {
  padding-left: 24.25rem;
}

.px-97 {
  padding-right: 24.25rem;
  padding-left: 24.25rem;
}

.py-97 {
  padding-top: 24.25rem;
  padding-bottom: 24.25rem;
}

.w-97 {
  width: 24.25rem;
}

.h-97 {
  height: 24.25rem;
}

.mh-97 {
  max-height: 24.25rem;
}

.m-98 {
  margin: 24.5rem;
}

.mt-98 {
  margin-top: 24.5rem;
}

.mr-98 {
  margin-right: 24.5rem;
}

.mb-98 {
  margin-bottom: 24.5rem;
}

.ml-98 {
  margin-left: 24.5rem;
}

.mx-98 {
  margin-right: 24.5rem;
  margin-left: 24.5rem;
}

.my-98 {
  margin-top: 24.5rem;
  margin-bottom: 24.5rem;
}

.p-98 {
  padding: 24.5rem;
}

.pt-98 {
  padding-top: 24.5rem;
}

.pr-98 {
  padding-right: 24.5rem;
}

.pb-98 {
  padding-bottom: 24.5rem;
}

.pl-98 {
  padding-left: 24.5rem;
}

.px-98 {
  padding-right: 24.5rem;
  padding-left: 24.5rem;
}

.py-98 {
  padding-top: 24.5rem;
  padding-bottom: 24.5rem;
}

.w-98 {
  width: 24.5rem;
}

.h-98 {
  height: 24.5rem;
}

.mh-98 {
  max-height: 24.5rem;
}

.m-99 {
  margin: 24.75rem;
}

.mt-99 {
  margin-top: 24.75rem;
}

.mr-99 {
  margin-right: 24.75rem;
}

.mb-99 {
  margin-bottom: 24.75rem;
}

.ml-99 {
  margin-left: 24.75rem;
}

.mx-99 {
  margin-right: 24.75rem;
  margin-left: 24.75rem;
}

.my-99 {
  margin-top: 24.75rem;
  margin-bottom: 24.75rem;
}

.p-99 {
  padding: 24.75rem;
}

.pt-99 {
  padding-top: 24.75rem;
}

.pr-99 {
  padding-right: 24.75rem;
}

.pb-99 {
  padding-bottom: 24.75rem;
}

.pl-99 {
  padding-left: 24.75rem;
}

.px-99 {
  padding-right: 24.75rem;
  padding-left: 24.75rem;
}

.py-99 {
  padding-top: 24.75rem;
  padding-bottom: 24.75rem;
}

.w-99 {
  width: 24.75rem;
}

.h-99 {
  height: 24.75rem;
}

.mh-99 {
  max-height: 24.75rem;
}

.m-100 {
  margin: 25rem;
}

.mt-100 {
  margin-top: 25rem;
}

.mr-100 {
  margin-right: 25rem;
}

.mb-100 {
  margin-bottom: 25rem;
}

.ml-100 {
  margin-left: 25rem;
}

.mx-100 {
  margin-right: 25rem;
  margin-left: 25rem;
}

.my-100 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.p-100 {
  padding: 25rem;
}

.pt-100 {
  padding-top: 25rem;
}

.pr-100 {
  padding-right: 25rem;
}

.pb-100 {
  padding-bottom: 25rem;
}

.pl-100 {
  padding-left: 25rem;
}

.px-100 {
  padding-right: 25rem;
  padding-left: 25rem;
}

.py-100 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.w-100 {
  width: 25rem;
}

.h-100 {
  height: 25rem;
}

.mh-100 {
  max-height: 25rem;
}

.m-101 {
  margin: 25.25rem;
}

.mt-101 {
  margin-top: 25.25rem;
}

.mr-101 {
  margin-right: 25.25rem;
}

.mb-101 {
  margin-bottom: 25.25rem;
}

.ml-101 {
  margin-left: 25.25rem;
}

.mx-101 {
  margin-right: 25.25rem;
  margin-left: 25.25rem;
}

.my-101 {
  margin-top: 25.25rem;
  margin-bottom: 25.25rem;
}

.p-101 {
  padding: 25.25rem;
}

.pt-101 {
  padding-top: 25.25rem;
}

.pr-101 {
  padding-right: 25.25rem;
}

.pb-101 {
  padding-bottom: 25.25rem;
}

.pl-101 {
  padding-left: 25.25rem;
}

.px-101 {
  padding-right: 25.25rem;
  padding-left: 25.25rem;
}

.py-101 {
  padding-top: 25.25rem;
  padding-bottom: 25.25rem;
}

.w-101 {
  width: 25.25rem;
}

.h-101 {
  height: 25.25rem;
}

.mh-101 {
  max-height: 25.25rem;
}

.m-102 {
  margin: 25.5rem;
}

.mt-102 {
  margin-top: 25.5rem;
}

.mr-102 {
  margin-right: 25.5rem;
}

.mb-102 {
  margin-bottom: 25.5rem;
}

.ml-102 {
  margin-left: 25.5rem;
}

.mx-102 {
  margin-right: 25.5rem;
  margin-left: 25.5rem;
}

.my-102 {
  margin-top: 25.5rem;
  margin-bottom: 25.5rem;
}

.p-102 {
  padding: 25.5rem;
}

.pt-102 {
  padding-top: 25.5rem;
}

.pr-102 {
  padding-right: 25.5rem;
}

.pb-102 {
  padding-bottom: 25.5rem;
}

.pl-102 {
  padding-left: 25.5rem;
}

.px-102 {
  padding-right: 25.5rem;
  padding-left: 25.5rem;
}

.py-102 {
  padding-top: 25.5rem;
  padding-bottom: 25.5rem;
}

.w-102 {
  width: 25.5rem;
}

.h-102 {
  height: 25.5rem;
}

.mh-102 {
  max-height: 25.5rem;
}

.m-103 {
  margin: 25.75rem;
}

.mt-103 {
  margin-top: 25.75rem;
}

.mr-103 {
  margin-right: 25.75rem;
}

.mb-103 {
  margin-bottom: 25.75rem;
}

.ml-103 {
  margin-left: 25.75rem;
}

.mx-103 {
  margin-right: 25.75rem;
  margin-left: 25.75rem;
}

.my-103 {
  margin-top: 25.75rem;
  margin-bottom: 25.75rem;
}

.p-103 {
  padding: 25.75rem;
}

.pt-103 {
  padding-top: 25.75rem;
}

.pr-103 {
  padding-right: 25.75rem;
}

.pb-103 {
  padding-bottom: 25.75rem;
}

.pl-103 {
  padding-left: 25.75rem;
}

.px-103 {
  padding-right: 25.75rem;
  padding-left: 25.75rem;
}

.py-103 {
  padding-top: 25.75rem;
  padding-bottom: 25.75rem;
}

.w-103 {
  width: 25.75rem;
}

.h-103 {
  height: 25.75rem;
}

.mh-103 {
  max-height: 25.75rem;
}

.m-104 {
  margin: 26rem;
}

.mt-104 {
  margin-top: 26rem;
}

.mr-104 {
  margin-right: 26rem;
}

.mb-104 {
  margin-bottom: 26rem;
}

.ml-104 {
  margin-left: 26rem;
}

.mx-104 {
  margin-right: 26rem;
  margin-left: 26rem;
}

.my-104 {
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.p-104 {
  padding: 26rem;
}

.pt-104 {
  padding-top: 26rem;
}

.pr-104 {
  padding-right: 26rem;
}

.pb-104 {
  padding-bottom: 26rem;
}

.pl-104 {
  padding-left: 26rem;
}

.px-104 {
  padding-right: 26rem;
  padding-left: 26rem;
}

.py-104 {
  padding-top: 26rem;
  padding-bottom: 26rem;
}

.w-104 {
  width: 26rem;
}

.h-104 {
  height: 26rem;
}

.mh-104 {
  max-height: 26rem;
}

.m-105 {
  margin: 26.25rem;
}

.mt-105 {
  margin-top: 26.25rem;
}

.mr-105 {
  margin-right: 26.25rem;
}

.mb-105 {
  margin-bottom: 26.25rem;
}

.ml-105 {
  margin-left: 26.25rem;
}

.mx-105 {
  margin-right: 26.25rem;
  margin-left: 26.25rem;
}

.my-105 {
  margin-top: 26.25rem;
  margin-bottom: 26.25rem;
}

.p-105 {
  padding: 26.25rem;
}

.pt-105 {
  padding-top: 26.25rem;
}

.pr-105 {
  padding-right: 26.25rem;
}

.pb-105 {
  padding-bottom: 26.25rem;
}

.pl-105 {
  padding-left: 26.25rem;
}

.px-105 {
  padding-right: 26.25rem;
  padding-left: 26.25rem;
}

.py-105 {
  padding-top: 26.25rem;
  padding-bottom: 26.25rem;
}

.w-105 {
  width: 26.25rem;
}

.h-105 {
  height: 26.25rem;
}

.mh-105 {
  max-height: 26.25rem;
}

.m-106 {
  margin: 26.5rem;
}

.mt-106 {
  margin-top: 26.5rem;
}

.mr-106 {
  margin-right: 26.5rem;
}

.mb-106 {
  margin-bottom: 26.5rem;
}

.ml-106 {
  margin-left: 26.5rem;
}

.mx-106 {
  margin-right: 26.5rem;
  margin-left: 26.5rem;
}

.my-106 {
  margin-top: 26.5rem;
  margin-bottom: 26.5rem;
}

.p-106 {
  padding: 26.5rem;
}

.pt-106 {
  padding-top: 26.5rem;
}

.pr-106 {
  padding-right: 26.5rem;
}

.pb-106 {
  padding-bottom: 26.5rem;
}

.pl-106 {
  padding-left: 26.5rem;
}

.px-106 {
  padding-right: 26.5rem;
  padding-left: 26.5rem;
}

.py-106 {
  padding-top: 26.5rem;
  padding-bottom: 26.5rem;
}

.w-106 {
  width: 26.5rem;
}

.h-106 {
  height: 26.5rem;
}

.mh-106 {
  max-height: 26.5rem;
}

.m-107 {
  margin: 26.75rem;
}

.mt-107 {
  margin-top: 26.75rem;
}

.mr-107 {
  margin-right: 26.75rem;
}

.mb-107 {
  margin-bottom: 26.75rem;
}

.ml-107 {
  margin-left: 26.75rem;
}

.mx-107 {
  margin-right: 26.75rem;
  margin-left: 26.75rem;
}

.my-107 {
  margin-top: 26.75rem;
  margin-bottom: 26.75rem;
}

.p-107 {
  padding: 26.75rem;
}

.pt-107 {
  padding-top: 26.75rem;
}

.pr-107 {
  padding-right: 26.75rem;
}

.pb-107 {
  padding-bottom: 26.75rem;
}

.pl-107 {
  padding-left: 26.75rem;
}

.px-107 {
  padding-right: 26.75rem;
  padding-left: 26.75rem;
}

.py-107 {
  padding-top: 26.75rem;
  padding-bottom: 26.75rem;
}

.w-107 {
  width: 26.75rem;
}

.h-107 {
  height: 26.75rem;
}

.mh-107 {
  max-height: 26.75rem;
}

.m-108 {
  margin: 27rem;
}

.mt-108 {
  margin-top: 27rem;
}

.mr-108 {
  margin-right: 27rem;
}

.mb-108 {
  margin-bottom: 27rem;
}

.ml-108 {
  margin-left: 27rem;
}

.mx-108 {
  margin-right: 27rem;
  margin-left: 27rem;
}

.my-108 {
  margin-top: 27rem;
  margin-bottom: 27rem;
}

.p-108 {
  padding: 27rem;
}

.pt-108 {
  padding-top: 27rem;
}

.pr-108 {
  padding-right: 27rem;
}

.pb-108 {
  padding-bottom: 27rem;
}

.pl-108 {
  padding-left: 27rem;
}

.px-108 {
  padding-right: 27rem;
  padding-left: 27rem;
}

.py-108 {
  padding-top: 27rem;
  padding-bottom: 27rem;
}

.w-108 {
  width: 27rem;
}

.h-108 {
  height: 27rem;
}

.mh-108 {
  max-height: 27rem;
}

.m-109 {
  margin: 27.25rem;
}

.mt-109 {
  margin-top: 27.25rem;
}

.mr-109 {
  margin-right: 27.25rem;
}

.mb-109 {
  margin-bottom: 27.25rem;
}

.ml-109 {
  margin-left: 27.25rem;
}

.mx-109 {
  margin-right: 27.25rem;
  margin-left: 27.25rem;
}

.my-109 {
  margin-top: 27.25rem;
  margin-bottom: 27.25rem;
}

.p-109 {
  padding: 27.25rem;
}

.pt-109 {
  padding-top: 27.25rem;
}

.pr-109 {
  padding-right: 27.25rem;
}

.pb-109 {
  padding-bottom: 27.25rem;
}

.pl-109 {
  padding-left: 27.25rem;
}

.px-109 {
  padding-right: 27.25rem;
  padding-left: 27.25rem;
}

.py-109 {
  padding-top: 27.25rem;
  padding-bottom: 27.25rem;
}

.w-109 {
  width: 27.25rem;
}

.h-109 {
  height: 27.25rem;
}

.mh-109 {
  max-height: 27.25rem;
}

.m-110 {
  margin: 27.5rem;
}

.mt-110 {
  margin-top: 27.5rem;
}

.mr-110 {
  margin-right: 27.5rem;
}

.mb-110 {
  margin-bottom: 27.5rem;
}

.ml-110 {
  margin-left: 27.5rem;
}

.mx-110 {
  margin-right: 27.5rem;
  margin-left: 27.5rem;
}

.my-110 {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.p-110 {
  padding: 27.5rem;
}

.pt-110 {
  padding-top: 27.5rem;
}

.pr-110 {
  padding-right: 27.5rem;
}

.pb-110 {
  padding-bottom: 27.5rem;
}

.pl-110 {
  padding-left: 27.5rem;
}

.px-110 {
  padding-right: 27.5rem;
  padding-left: 27.5rem;
}

.py-110 {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.w-110 {
  width: 27.5rem;
}

.h-110 {
  height: 27.5rem;
}

.mh-110 {
  max-height: 27.5rem;
}

.m-111 {
  margin: 27.75rem;
}

.mt-111 {
  margin-top: 27.75rem;
}

.mr-111 {
  margin-right: 27.75rem;
}

.mb-111 {
  margin-bottom: 27.75rem;
}

.ml-111 {
  margin-left: 27.75rem;
}

.mx-111 {
  margin-right: 27.75rem;
  margin-left: 27.75rem;
}

.my-111 {
  margin-top: 27.75rem;
  margin-bottom: 27.75rem;
}

.p-111 {
  padding: 27.75rem;
}

.pt-111 {
  padding-top: 27.75rem;
}

.pr-111 {
  padding-right: 27.75rem;
}

.pb-111 {
  padding-bottom: 27.75rem;
}

.pl-111 {
  padding-left: 27.75rem;
}

.px-111 {
  padding-right: 27.75rem;
  padding-left: 27.75rem;
}

.py-111 {
  padding-top: 27.75rem;
  padding-bottom: 27.75rem;
}

.w-111 {
  width: 27.75rem;
}

.h-111 {
  height: 27.75rem;
}

.mh-111 {
  max-height: 27.75rem;
}

.m-112 {
  margin: 28rem;
}

.mt-112 {
  margin-top: 28rem;
}

.mr-112 {
  margin-right: 28rem;
}

.mb-112 {
  margin-bottom: 28rem;
}

.ml-112 {
  margin-left: 28rem;
}

.mx-112 {
  margin-right: 28rem;
  margin-left: 28rem;
}

.my-112 {
  margin-top: 28rem;
  margin-bottom: 28rem;
}

.p-112 {
  padding: 28rem;
}

.pt-112 {
  padding-top: 28rem;
}

.pr-112 {
  padding-right: 28rem;
}

.pb-112 {
  padding-bottom: 28rem;
}

.pl-112 {
  padding-left: 28rem;
}

.px-112 {
  padding-right: 28rem;
  padding-left: 28rem;
}

.py-112 {
  padding-top: 28rem;
  padding-bottom: 28rem;
}

.w-112 {
  width: 28rem;
}

.h-112 {
  height: 28rem;
}

.mh-112 {
  max-height: 28rem;
}

.m-113 {
  margin: 28.25rem;
}

.mt-113 {
  margin-top: 28.25rem;
}

.mr-113 {
  margin-right: 28.25rem;
}

.mb-113 {
  margin-bottom: 28.25rem;
}

.ml-113 {
  margin-left: 28.25rem;
}

.mx-113 {
  margin-right: 28.25rem;
  margin-left: 28.25rem;
}

.my-113 {
  margin-top: 28.25rem;
  margin-bottom: 28.25rem;
}

.p-113 {
  padding: 28.25rem;
}

.pt-113 {
  padding-top: 28.25rem;
}

.pr-113 {
  padding-right: 28.25rem;
}

.pb-113 {
  padding-bottom: 28.25rem;
}

.pl-113 {
  padding-left: 28.25rem;
}

.px-113 {
  padding-right: 28.25rem;
  padding-left: 28.25rem;
}

.py-113 {
  padding-top: 28.25rem;
  padding-bottom: 28.25rem;
}

.w-113 {
  width: 28.25rem;
}

.h-113 {
  height: 28.25rem;
}

.mh-113 {
  max-height: 28.25rem;
}

.m-114 {
  margin: 28.5rem;
}

.mt-114 {
  margin-top: 28.5rem;
}

.mr-114 {
  margin-right: 28.5rem;
}

.mb-114 {
  margin-bottom: 28.5rem;
}

.ml-114 {
  margin-left: 28.5rem;
}

.mx-114 {
  margin-right: 28.5rem;
  margin-left: 28.5rem;
}

.my-114 {
  margin-top: 28.5rem;
  margin-bottom: 28.5rem;
}

.p-114 {
  padding: 28.5rem;
}

.pt-114 {
  padding-top: 28.5rem;
}

.pr-114 {
  padding-right: 28.5rem;
}

.pb-114 {
  padding-bottom: 28.5rem;
}

.pl-114 {
  padding-left: 28.5rem;
}

.px-114 {
  padding-right: 28.5rem;
  padding-left: 28.5rem;
}

.py-114 {
  padding-top: 28.5rem;
  padding-bottom: 28.5rem;
}

.w-114 {
  width: 28.5rem;
}

.h-114 {
  height: 28.5rem;
}

.mh-114 {
  max-height: 28.5rem;
}

.m-115 {
  margin: 28.75rem;
}

.mt-115 {
  margin-top: 28.75rem;
}

.mr-115 {
  margin-right: 28.75rem;
}

.mb-115 {
  margin-bottom: 28.75rem;
}

.ml-115 {
  margin-left: 28.75rem;
}

.mx-115 {
  margin-right: 28.75rem;
  margin-left: 28.75rem;
}

.my-115 {
  margin-top: 28.75rem;
  margin-bottom: 28.75rem;
}

.p-115 {
  padding: 28.75rem;
}

.pt-115 {
  padding-top: 28.75rem;
}

.pr-115 {
  padding-right: 28.75rem;
}

.pb-115 {
  padding-bottom: 28.75rem;
}

.pl-115 {
  padding-left: 28.75rem;
}

.px-115 {
  padding-right: 28.75rem;
  padding-left: 28.75rem;
}

.py-115 {
  padding-top: 28.75rem;
  padding-bottom: 28.75rem;
}

.w-115 {
  width: 28.75rem;
}

.h-115 {
  height: 28.75rem;
}

.mh-115 {
  max-height: 28.75rem;
}

.m-116 {
  margin: 29rem;
}

.mt-116 {
  margin-top: 29rem;
}

.mr-116 {
  margin-right: 29rem;
}

.mb-116 {
  margin-bottom: 29rem;
}

.ml-116 {
  margin-left: 29rem;
}

.mx-116 {
  margin-right: 29rem;
  margin-left: 29rem;
}

.my-116 {
  margin-top: 29rem;
  margin-bottom: 29rem;
}

.p-116 {
  padding: 29rem;
}

.pt-116 {
  padding-top: 29rem;
}

.pr-116 {
  padding-right: 29rem;
}

.pb-116 {
  padding-bottom: 29rem;
}

.pl-116 {
  padding-left: 29rem;
}

.px-116 {
  padding-right: 29rem;
  padding-left: 29rem;
}

.py-116 {
  padding-top: 29rem;
  padding-bottom: 29rem;
}

.w-116 {
  width: 29rem;
}

.h-116 {
  height: 29rem;
}

.mh-116 {
  max-height: 29rem;
}

.m-117 {
  margin: 29.25rem;
}

.mt-117 {
  margin-top: 29.25rem;
}

.mr-117 {
  margin-right: 29.25rem;
}

.mb-117 {
  margin-bottom: 29.25rem;
}

.ml-117 {
  margin-left: 29.25rem;
}

.mx-117 {
  margin-right: 29.25rem;
  margin-left: 29.25rem;
}

.my-117 {
  margin-top: 29.25rem;
  margin-bottom: 29.25rem;
}

.p-117 {
  padding: 29.25rem;
}

.pt-117 {
  padding-top: 29.25rem;
}

.pr-117 {
  padding-right: 29.25rem;
}

.pb-117 {
  padding-bottom: 29.25rem;
}

.pl-117 {
  padding-left: 29.25rem;
}

.px-117 {
  padding-right: 29.25rem;
  padding-left: 29.25rem;
}

.py-117 {
  padding-top: 29.25rem;
  padding-bottom: 29.25rem;
}

.w-117 {
  width: 29.25rem;
}

.h-117 {
  height: 29.25rem;
}

.mh-117 {
  max-height: 29.25rem;
}

.m-118 {
  margin: 29.5rem;
}

.mt-118 {
  margin-top: 29.5rem;
}

.mr-118 {
  margin-right: 29.5rem;
}

.mb-118 {
  margin-bottom: 29.5rem;
}

.ml-118 {
  margin-left: 29.5rem;
}

.mx-118 {
  margin-right: 29.5rem;
  margin-left: 29.5rem;
}

.my-118 {
  margin-top: 29.5rem;
  margin-bottom: 29.5rem;
}

.p-118 {
  padding: 29.5rem;
}

.pt-118 {
  padding-top: 29.5rem;
}

.pr-118 {
  padding-right: 29.5rem;
}

.pb-118 {
  padding-bottom: 29.5rem;
}

.pl-118 {
  padding-left: 29.5rem;
}

.px-118 {
  padding-right: 29.5rem;
  padding-left: 29.5rem;
}

.py-118 {
  padding-top: 29.5rem;
  padding-bottom: 29.5rem;
}

.w-118 {
  width: 29.5rem;
}

.h-118 {
  height: 29.5rem;
}

.mh-118 {
  max-height: 29.5rem;
}

.m-119 {
  margin: 29.75rem;
}

.mt-119 {
  margin-top: 29.75rem;
}

.mr-119 {
  margin-right: 29.75rem;
}

.mb-119 {
  margin-bottom: 29.75rem;
}

.ml-119 {
  margin-left: 29.75rem;
}

.mx-119 {
  margin-right: 29.75rem;
  margin-left: 29.75rem;
}

.my-119 {
  margin-top: 29.75rem;
  margin-bottom: 29.75rem;
}

.p-119 {
  padding: 29.75rem;
}

.pt-119 {
  padding-top: 29.75rem;
}

.pr-119 {
  padding-right: 29.75rem;
}

.pb-119 {
  padding-bottom: 29.75rem;
}

.pl-119 {
  padding-left: 29.75rem;
}

.px-119 {
  padding-right: 29.75rem;
  padding-left: 29.75rem;
}

.py-119 {
  padding-top: 29.75rem;
  padding-bottom: 29.75rem;
}

.w-119 {
  width: 29.75rem;
}

.h-119 {
  height: 29.75rem;
}

.mh-119 {
  max-height: 29.75rem;
}

.m-120 {
  margin: 30rem;
}

.mt-120 {
  margin-top: 30rem;
}

.mr-120 {
  margin-right: 30rem;
}

.mb-120 {
  margin-bottom: 30rem;
}

.ml-120 {
  margin-left: 30rem;
}

.mx-120 {
  margin-right: 30rem;
  margin-left: 30rem;
}

.my-120 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.p-120 {
  padding: 30rem;
}

.pt-120 {
  padding-top: 30rem;
}

.pr-120 {
  padding-right: 30rem;
}

.pb-120 {
  padding-bottom: 30rem;
}

.pl-120 {
  padding-left: 30rem;
}

.px-120 {
  padding-right: 30rem;
  padding-left: 30rem;
}

.py-120 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.w-120 {
  width: 30rem;
}

.h-120 {
  height: 30rem;
}

.mh-120 {
  max-height: 30rem;
}

.m-121 {
  margin: 30.25rem;
}

.mt-121 {
  margin-top: 30.25rem;
}

.mr-121 {
  margin-right: 30.25rem;
}

.mb-121 {
  margin-bottom: 30.25rem;
}

.ml-121 {
  margin-left: 30.25rem;
}

.mx-121 {
  margin-right: 30.25rem;
  margin-left: 30.25rem;
}

.my-121 {
  margin-top: 30.25rem;
  margin-bottom: 30.25rem;
}

.p-121 {
  padding: 30.25rem;
}

.pt-121 {
  padding-top: 30.25rem;
}

.pr-121 {
  padding-right: 30.25rem;
}

.pb-121 {
  padding-bottom: 30.25rem;
}

.pl-121 {
  padding-left: 30.25rem;
}

.px-121 {
  padding-right: 30.25rem;
  padding-left: 30.25rem;
}

.py-121 {
  padding-top: 30.25rem;
  padding-bottom: 30.25rem;
}

.w-121 {
  width: 30.25rem;
}

.h-121 {
  height: 30.25rem;
}

.mh-121 {
  max-height: 30.25rem;
}

.m-122 {
  margin: 30.5rem;
}

.mt-122 {
  margin-top: 30.5rem;
}

.mr-122 {
  margin-right: 30.5rem;
}

.mb-122 {
  margin-bottom: 30.5rem;
}

.ml-122 {
  margin-left: 30.5rem;
}

.mx-122 {
  margin-right: 30.5rem;
  margin-left: 30.5rem;
}

.my-122 {
  margin-top: 30.5rem;
  margin-bottom: 30.5rem;
}

.p-122 {
  padding: 30.5rem;
}

.pt-122 {
  padding-top: 30.5rem;
}

.pr-122 {
  padding-right: 30.5rem;
}

.pb-122 {
  padding-bottom: 30.5rem;
}

.pl-122 {
  padding-left: 30.5rem;
}

.px-122 {
  padding-right: 30.5rem;
  padding-left: 30.5rem;
}

.py-122 {
  padding-top: 30.5rem;
  padding-bottom: 30.5rem;
}

.w-122 {
  width: 30.5rem;
}

.h-122 {
  height: 30.5rem;
}

.mh-122 {
  max-height: 30.5rem;
}

.m-123 {
  margin: 30.75rem;
}

.mt-123 {
  margin-top: 30.75rem;
}

.mr-123 {
  margin-right: 30.75rem;
}

.mb-123 {
  margin-bottom: 30.75rem;
}

.ml-123 {
  margin-left: 30.75rem;
}

.mx-123 {
  margin-right: 30.75rem;
  margin-left: 30.75rem;
}

.my-123 {
  margin-top: 30.75rem;
  margin-bottom: 30.75rem;
}

.p-123 {
  padding: 30.75rem;
}

.pt-123 {
  padding-top: 30.75rem;
}

.pr-123 {
  padding-right: 30.75rem;
}

.pb-123 {
  padding-bottom: 30.75rem;
}

.pl-123 {
  padding-left: 30.75rem;
}

.px-123 {
  padding-right: 30.75rem;
  padding-left: 30.75rem;
}

.py-123 {
  padding-top: 30.75rem;
  padding-bottom: 30.75rem;
}

.w-123 {
  width: 30.75rem;
}

.h-123 {
  height: 30.75rem;
}

.mh-123 {
  max-height: 30.75rem;
}

.m-124 {
  margin: 31rem;
}

.mt-124 {
  margin-top: 31rem;
}

.mr-124 {
  margin-right: 31rem;
}

.mb-124 {
  margin-bottom: 31rem;
}

.ml-124 {
  margin-left: 31rem;
}

.mx-124 {
  margin-right: 31rem;
  margin-left: 31rem;
}

.my-124 {
  margin-top: 31rem;
  margin-bottom: 31rem;
}

.p-124 {
  padding: 31rem;
}

.pt-124 {
  padding-top: 31rem;
}

.pr-124 {
  padding-right: 31rem;
}

.pb-124 {
  padding-bottom: 31rem;
}

.pl-124 {
  padding-left: 31rem;
}

.px-124 {
  padding-right: 31rem;
  padding-left: 31rem;
}

.py-124 {
  padding-top: 31rem;
  padding-bottom: 31rem;
}

.w-124 {
  width: 31rem;
}

.h-124 {
  height: 31rem;
}

.mh-124 {
  max-height: 31rem;
}

.m-125 {
  margin: 31.25rem;
}

.mt-125 {
  margin-top: 31.25rem;
}

.mr-125 {
  margin-right: 31.25rem;
}

.mb-125 {
  margin-bottom: 31.25rem;
}

.ml-125 {
  margin-left: 31.25rem;
}

.mx-125 {
  margin-right: 31.25rem;
  margin-left: 31.25rem;
}

.my-125 {
  margin-top: 31.25rem;
  margin-bottom: 31.25rem;
}

.p-125 {
  padding: 31.25rem;
}

.pt-125 {
  padding-top: 31.25rem;
}

.pr-125 {
  padding-right: 31.25rem;
}

.pb-125 {
  padding-bottom: 31.25rem;
}

.pl-125 {
  padding-left: 31.25rem;
}

.px-125 {
  padding-right: 31.25rem;
  padding-left: 31.25rem;
}

.py-125 {
  padding-top: 31.25rem;
  padding-bottom: 31.25rem;
}

.w-125 {
  width: 31.25rem;
}

.h-125 {
  height: 31.25rem;
}

.mh-125 {
  max-height: 31.25rem;
}

.m-126 {
  margin: 31.5rem;
}

.mt-126 {
  margin-top: 31.5rem;
}

.mr-126 {
  margin-right: 31.5rem;
}

.mb-126 {
  margin-bottom: 31.5rem;
}

.ml-126 {
  margin-left: 31.5rem;
}

.mx-126 {
  margin-right: 31.5rem;
  margin-left: 31.5rem;
}

.my-126 {
  margin-top: 31.5rem;
  margin-bottom: 31.5rem;
}

.p-126 {
  padding: 31.5rem;
}

.pt-126 {
  padding-top: 31.5rem;
}

.pr-126 {
  padding-right: 31.5rem;
}

.pb-126 {
  padding-bottom: 31.5rem;
}

.pl-126 {
  padding-left: 31.5rem;
}

.px-126 {
  padding-right: 31.5rem;
  padding-left: 31.5rem;
}

.py-126 {
  padding-top: 31.5rem;
  padding-bottom: 31.5rem;
}

.w-126 {
  width: 31.5rem;
}

.h-126 {
  height: 31.5rem;
}

.mh-126 {
  max-height: 31.5rem;
}

.m-127 {
  margin: 31.75rem;
}

.mt-127 {
  margin-top: 31.75rem;
}

.mr-127 {
  margin-right: 31.75rem;
}

.mb-127 {
  margin-bottom: 31.75rem;
}

.ml-127 {
  margin-left: 31.75rem;
}

.mx-127 {
  margin-right: 31.75rem;
  margin-left: 31.75rem;
}

.my-127 {
  margin-top: 31.75rem;
  margin-bottom: 31.75rem;
}

.p-127 {
  padding: 31.75rem;
}

.pt-127 {
  padding-top: 31.75rem;
}

.pr-127 {
  padding-right: 31.75rem;
}

.pb-127 {
  padding-bottom: 31.75rem;
}

.pl-127 {
  padding-left: 31.75rem;
}

.px-127 {
  padding-right: 31.75rem;
  padding-left: 31.75rem;
}

.py-127 {
  padding-top: 31.75rem;
  padding-bottom: 31.75rem;
}

.w-127 {
  width: 31.75rem;
}

.h-127 {
  height: 31.75rem;
}

.mh-127 {
  max-height: 31.75rem;
}

.m-128 {
  margin: 32rem;
}

.mt-128 {
  margin-top: 32rem;
}

.mr-128 {
  margin-right: 32rem;
}

.mb-128 {
  margin-bottom: 32rem;
}

.ml-128 {
  margin-left: 32rem;
}

.mx-128 {
  margin-right: 32rem;
  margin-left: 32rem;
}

.my-128 {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.p-128 {
  padding: 32rem;
}

.pt-128 {
  padding-top: 32rem;
}

.pr-128 {
  padding-right: 32rem;
}

.pb-128 {
  padding-bottom: 32rem;
}

.pl-128 {
  padding-left: 32rem;
}

.px-128 {
  padding-right: 32rem;
  padding-left: 32rem;
}

.py-128 {
  padding-top: 32rem;
  padding-bottom: 32rem;
}

.w-128 {
  width: 32rem;
}

.h-128 {
  height: 32rem;
}

.mh-128 {
  max-height: 32rem;
}

@media (min-width: 1921px) {
  .ads-block-has-max-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
  }
}

@media (min-width: 1921px) {
  .ads-block-has-large-max-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
  }
}

/* Sizes */
/** Eases **/
:root {
  --ads-color-white: #fff;
  --ads-color-white_foreground: #000;
  --ads-color-gray-3: rgb(247.35, 247.35, 247.35);
  --ads-color-gray-6: rgb(239.7, 239.7, 239.7);
  --ads-color-gray-6_foreground: #000;
  --ads-color-gray-12: rgb(224.4, 224.4, 224.4);
  --ads-color-gray-12_foreground: #000;
  --ads-color-gray-20: #cccccc;
  --ads-color-gray-20_foreground: #000;
  --ads-color-gray-50: rgb(127.5, 127.5, 127.5);
  --ads-color-gray-50_foreground: #fff;
  --ads-color-gray-70: rgb(76.5, 76.5, 76.5);
  --ads-color-gray-70_foreground: #fff;
  --ads-color-gray-85: rgb(38.25, 38.25, 38.25);
  --ads-color-gray-85_foreground: #fff;
  --ads-color-black: #000;
  --ads-color-black_foreground: #fff;
  --ads-color-error: #d21e36;
  --ads-color-error_hover: rgb(165.375, 23.625, 42.525);
  --ads-color-error_active: rgb(129.675, 18.525, 33.345);
  --ads-color-error-background: #fceaea;
  --ads-color-info: #1e236e;
  --ads-color-info-background: var(--ads-color-gray-6);
  --ads-color-success: #01964c;
  --ads-color-success_hover: rgb(0.6622516556, 99.3377483444, 50.3311258278);
  --ads-color-success_active: rgb(0.3920529801, 58.8079470199, 29.7960264901);
  --ads-color-success-background: #eaf6eb;
  --ads-color-warning: #ef7d00;
  --ads-color-warning-background: #fffadf;
  --ads-color-notification: #ffd900;
  --ads-color-notification-background: #fffdf0;
  --ads-color-primary: #1e236e;
  --ads-color-primary-40: #a5a7c5;
  --ads-color-primary-65: #6e71a2;
  --ads-color-primary-foreground: #fff;
  --ads-color-primary_active: rgb(10.3285714286, 12.05, 37.8714285714);
  --ads-color-primary_active-foreground: #fff;
  --ads-color-primary_focus: rgb(14.7, 17.15, 53.9);
  --ads-color-primary_focus-foreground: #fff;
  --ads-color-primary_hover: rgb(19.0714285714, 22.25, 69.9285714286);
  --ads-color-primary_hover-foreground: #fff;
  --ads-color-secondary: #00d7e7;
  --ads-color-secondary-40: #9aeff5;
  --ads-color-secondary-65: #5ae5ef;
  --ads-color-secondary-foreground: #fff;
  --ads-color-secondary_active: rgb(0, 129.5584415584, 139.2);
  --ads-color-secondary_active-foreground: #fff;
  --ads-color-secondary_focus: rgb(0, 148.5454545455, 159.6);
  --ads-color-secondary_focus-foreground: #fff;
  --ads-color-secondary_hover: rgb(0, 167.5324675325, 180);
  --ads-color-secondary_hover-foreground: #fff;
  --ads-color-accent: #ff6d6a;
  --ads-color-accent-40: #ffc5c3;
  --ads-color-accent-65: #ffa19f;
  --ads-color-accent-foreground: #fff;
  --ads-color-accent_active: rgb(255, 84.0134228188, 80.5);
  --ads-color-accent_active-foreground: #fff;
  --ads-color-accent_hover: rgb(255, 59.0268456376, 55);
  --ads-color-accent_hover-foreground: #fff;
  --ads-color-accent_focus: rgb(255, 34.0402684564, 29.5);
  --ads-color-accent_focus-foreground: #fff;
  --ads-color-disabled: rgb(224.4, 224.4, 224.4);
  --ads-color-disabled-foreground: rgb(127.5, 127.5, 127.5);
  --ads-color-app: #fff;
  --ads-color-app-text: rgb(38.25, 38.25, 38.25);
  --ads-color-app-navigation: #1e236e;
  --ads-color-app-navigation-divider: #6e71a2;
  --ads-color-app-navigation-menu-item-foreground: #fff;
  --ads-color-app-navigation-menu-item-background: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-foreground_focus: #fff;
  --ads-color-app-navigation-menu-item-background_focus: #fff;
  --ads-color-app-navigation-menu-item-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-background_selected: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground: #fff;
  --ads-color-app-navigation-menu-item-icon-background: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_hover: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_hover: #1e236e;
  --ads-color-app-navigation-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-menu-item-icon-foreground_selected: #00d7e7;
  --ads-color-app-navigation-menu-item-icon-background_selected: #1e236e;
  --ads-color-app-navigation-toolbar: #fff;
  --ads-color-app-navigation-toolbar-divider: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-background_selected: rgb(224.4, 224.4, 224.4);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_hover: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_hover: rgb(239.7, 239.7, 239.7);
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_focus: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_focus: #fff;
  --ads-color-app-navigation-toolbar-menu-item-icon-foreground_selected: #1e236e;
  --ads-color-app-navigation-toolbar-menu-item-icon-background_selected: rgb(239.7, 239.7, 239.7);
  --ads-color-solid-gradient-primary-to-accent: linear-gradient(90deg, #1e236e 0%, #ff6d6a 100%);
  --ads-color-solid-gradient-primary-to-accent-angled: linear-gradient(130deg, #1e236e 0%, #1e236e 30%, #ff6d6a 150%);
  --ads-color-solid-gradient-secondary-to-accent: linear-gradient(-170deg, rgba(0, 215, 231, 0) 60%, #00d7e7 125%), linear-gradient(170deg, #ff6d6a 60%, #ff6d6a 125%);
  --ads-color-solid-gradient-accent-to-secondary-to-primary: linear-gradient(90deg, #ff6d6a 0%, #00d7e7 50%, #1e236e 100%);
  --ads-color-solid-gradient-gray-to-primary: linear-gradient(90deg, rgb(224.4, 224.4, 224.4) 0%, #a5a7c5 100%);
  --ads-color-image-gradient-primary-to-accent: linear-gradient(90deg, rgba(30, 35, 110, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-primary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(30, 35, 110, 0.7) 100%);
  --ads-color-image-gradient-secondary-to-accent: linear-gradient(90deg, rgba(0, 215, 231, 0.7) 0, rgba(255, 109, 106, 0.7) 100%);
  --ads-color-image-gradient-accent-to-secondary: linear-gradient(90deg, rgba(255, 109, 106, 0.7) 0, rgba(0, 215, 231, 0.7) 100%);
  --ads-color-image-gradient-mask: linear-gradient(to bottom, rgba(0,0,0,0) 48%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,1) 100%);
  --ads-color-image-gradient-darken-bottom: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.4) 100%);
  --ads-color-app-gradient-secondary-to-accent:
      linear-gradient(160deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(220deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 60%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-large:
      linear-gradient(170deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.5) 90%),
      linear-gradient(210deg, rgba(0, 215, 231, 0.05) 0%, rgba(0, 215, 231, 0) 70%, rgba(0, 215, 231, 0.6) 90%),
      linear-gradient(var(--ads-color-primary), var(--ads-color-primary));
  --ads-color-app-gradient-secondary-to-accent-foreground: #fff;
  --ads-color-app-gradient-primary-to-accent:
      linear-gradient(200deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 55%, rgba(255, 109, 106, 0.7) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 60%, rgba(30, 35, 110, 0.4) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-large:
      linear-gradient(190deg, rgba(255, 109, 106, 0.05) 0%, rgba(255, 109, 106, 0) 65%, rgba(255, 109, 106, 0.6) 90%),
      linear-gradient(160deg, rgba(30, 35, 110, 0.05) 0%, rgba(30, 35, 110, 0) 70%, rgba(30, 35, 110, 0.5) 90%),
      linear-gradient(var(--ads-color-secondary), var(--ads-color-secondary-40));
  --ads-color-app-gradient-primary-to-accent-foreground: #1e236e;
  --ads-color-app-gradient-primary-inverted:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 60%, rgba(255, 109, 106, 0.4) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 65%, rgba(0, 215, 231, 0.45) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-large:
      linear-gradient(200deg, rgba(255, 109, 106, 0) 0%, rgba(255, 109, 106, 0) 75%, rgba(255, 109, 106, 0.05) 90%),
      linear-gradient(160deg, rgba(0, 215, 231, 0) 0%, rgba(0, 215, 231, 0) 75%, rgba(0, 215, 231, 0.02) 90%),
      linear-gradient(var(--ads-color-white), var(--ads-color-white));
  --ads-color-app-gradient-primary-inverted-foreground: #1e236e;
  --ads-ring_active: 0 0 0 2px #fff, 0 0 0 5px #1e236e;
  --ads-ring_focus: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_hover: 0 0 0 2px #fff, 0 0 0 4px #1e236e;
  --ads-ring_transparent: 0 0 0 2px transparent, 0 0 0 3px transparent;
  --ads-ring_focus-inset: inset 0 0 0 2px #fff, inset 0 0 0 3px #1e236e;
  --ads-ring_focus-inset-inverted: inset 0 0 0 2px #1e236e, inset 0 0 0 4px #fff;
  --ads-ring-focus-with-contextmenu:
  	0 0 0 1px #fff, 0 0 0 2px rgb(84.5, 92.25, 208.5),
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-0: 0 0 0 0 rgba(0, 0, 0, 0);
  --ads-shadow-depth-1:
  	0 0.4px 0.4px rgba(0, 0, 0, 0.05),
  	0 1px 1px rgba(0, 0, 0, 0.036),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.03),
  	0 3.4px 3.4px rgba(0, 0, 0, 0.025),
  	0 6.3px 6.3px rgba(0, 0, 0, 0.02),
  	0 15px 15px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-2:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.05),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.036),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.02),
  	0 25px 25px rgba(0, 0, 0, 0.014);
  --ads-shadow-depth-3:
  	0 0.7px 0.7px rgba(0, 0, 0, 0.017),
  	0 1.7px 1.7px rgba(0, 0, 0, 0.024),
  	0 3.1px 3.1px rgba(0, 0, 0, 0.03),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.036),
  	0 10.4px 10.4px rgba(0, 0, 0, 0.043),
  	0 25px 25px rgba(0, 0, 0, 0.06);
  --ads-shadow-depth-4:
  	0 1px 1px rgba(0, 0, 0, 0.014),
  	0 2.3px 2.3px rgba(0, 0, 0, 0.02),
  	0 4.4px 4.4px rgba(0, 0, 0, 0.025),
  	0 7.8px 7.8px rgba(0, 0, 0, 0.03),
  	0 14.6px 14.6px rgba(0, 0, 0, 0.036),
  	0 35px 35px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-5:
  	0 1.2px 1.2px rgba(0, 0, 0, 0.014),
  	0 3px 3px rgba(0, 0, 0, 0.02),
  	0 5.6px 5.6px rgba(0, 0, 0, 0.025),
  	0 10.1px 10.1px rgba(0, 0, 0, 0.03),
  	0 18.8px 18.8px rgba(0, 0, 0, 0.036),
  	0 45px 45px rgba(0, 0, 0, 0.05);
  --ads-shadow-depth-6:
  	0 0.9px 0.9px rgba(0, 0, 0, 0.011),
  	0 1.9px 1.9px rgba(0, 0, 0, 0.016),
  	0 3.2px 3.2px rgba(0, 0, 0, 0.019),
  	0 4.8px 4.8px rgba(0, 0, 0, 0.022),
  	0 6.9px 6.9px rgba(0, 0, 0, 0.025),
  	0 9.7px 9.7px rgba(0, 0, 0, 0.028),
  	0 13.8px 13.8px rgba(0, 0, 0, 0.031),
  	0 20.1px 20.1px rgba(0, 0, 0, 0.034),
  	0 30.9px 30.9px rgba(0, 0, 0, 0.039),
  	0 55px 55px rgba(0, 0, 0, 0.05);
}

/** Settings **/
:host {
  display: block;
  width: 100%;
}

.al-portal-app {
  position: relative;
  z-index: auto;
  display: block;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 13rem);
  padding: 2rem 1rem 2rem 1rem;
  margin: 0;
  background-color: var(--ads-color-app);
  border: none;
}
@media (min-width: 480px) {
  .al-portal-app {
    padding: 2rem 1rem 2rem 1rem;
  }
}
@media (min-width: 769px) {
  .al-portal-app {
    min-height: calc(100vh - 9.5rem);
    padding: 2rem 2rem 2rem 7.5rem;
  }
}
@media (min-width: 1921px) {
  .al-portal-app {
    padding: 2rem 2rem 2rem 7.5rem;
  }
}
.al-portal-app .al-portal-app_body {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1780px;
  height: auto;
  padding: 0;
  margin: 0 auto 0 auto;
}
