

/* Start:/local/templates/ulstd/components/bitrix/menu/catalog_horizontal_ulstd/style.css?17484385752487*/
/* Базовые стили */
.mobile-menu {
  position: relative;
  z-index: 1000;
}
/* Фиксация body при открытом меню */
body.menu-opened {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
/* Скрываем чекбокс */
.menu-toggle {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Стили бургера */
.menu-burger {
  position: relative;
  width: 30px;
  height: 24px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.burger-line {
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
  transform-origin: left center;
}

/* Затемнение фона */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

/* Контейнер меню */
.menu-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  max-width: 320px;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: left 0.4s ease;
  overflow-y: auto;
  box-shadow: 2px 0 15px rgba(0,0,0,0.1);
}

/* Крестик закрытия */
.menu-close {
  position: absolute;
  top: 50px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #333;
  z-index: 1000;
}

/* Шапка меню */
.menu-header {
  padding: 55px 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
}

.menu-logo {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.menu-title {
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}

/* Список меню */
.menu-list {
  padding: 15px 20px;
}

.menu-item {
  border-bottom: 1px solid #f0f0f0;
}

.menu-link {
  display: block;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.menu-link:hover {
  background: #f5f5f5;
}

/* Состояния при открытом меню */
.menu-toggle:checked ~ .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.menu-toggle:checked ~ .menu-container {
  left: 0;
}

.menu-toggle:checked ~ .menu-burger .burger-line:nth-child(1) {
  transform: rotate(45deg) translate(4px, -2px);
}

.menu-toggle:checked ~ .menu-burger .burger-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle:checked ~ .menu-burger .burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(4px, 2px);
}
/* End */


/* Start:/local/templates/ulstd/css/template_styles.css?1747375651305006*/
/* Start:/local/templates/2023/assets/styles/settings/variables.css?16856230812354*/
/*!
 * Settings/Variables
 */

:root {
	/* Fonts */

	--x-font-family-root: "Inter Tight", sans-serif;

	/* 1. РџСЂРµРґРїРѕР»Р°РіР°РµС‚СЃСЏ Р·РЅР°С‡РµРЅРёРµ Р±СЂР°СѓР·РµСЂР° РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ, РѕР±С‹С‡РЅРѕ СЂР°РІРЅРѕРµ `16px` */

	--x-font-size-root: 1rem; /* 1 */
	--x-font-weight-root: 400;
	--x-line-height-root: 1.5;
	--x-letter-spacing-root: 0.05rem;

	/* Border */
	--x-border-radius-full: 999;
	--x-border-color: var(--grey-lighten);
	--x-border-opacity: 1;

	/* Opacity */
	--x-opacity-btn: 0.5;
	--x-opacity-app-brand: 0.5;

	/* Title */

	--x-h1-font-size: 6rem;
	--x-h1-font-weight: 700;
	--x-h1-line-height: 6.5rem;
	--x-h1-text-transform: uppercase;

	--x-h2-font-size: 2rem;
	--x-h2-font-weight: 700;
	--x-h2-line-height: 2.5rem;
	--x-h2-text-transform: uppercase;

	--x-h3-font-size: 1.25rem;
	--x-h3-font-weight: 700;
	--x-h3-line-height: 1.75rem;
	--x-h3-text-transform: uppercase;

	/* Body */

	--x-body-x-big-font-size: 1.5rem;
	--x-body-x-big-font-weight: 400;
	--x-body-x-big-line-height: 2.25rem;
	--x-body-x-big-text-transform: none;

	--x-body-x-normal-font-size: 1rem;
	--x-body-x-normal-font-weight: 400;
	--x-body-x-normal-line-height: 1.5rem;
	--x-body-x-normal-text-transform: none;

	--x-body-x-small-font-size: 0.75rem;
	--x-body-x-small-font-weight: 400;
	--x-body-x-small-line-height: 1.5rem;
	--x-body-x-small-text-transform: none;
}

/* 600px */
@media (min-width: 37.5em) {
	:root {
		--x-h1-font-size: 6.5rem;
		--x-h1-line-height: 7rem;

		--x-h2-font-size: 2.5rem;
		--x-h2-line-height: 3rem;
	}
}

/* 960px */
@media (min-width: 60em) {
	:root {
		--x-h1-font-size: 6.5rem;
		--x-h1-line-height: 7rem;

		--x-h2-font-size: 3rem;
		--x-h2-line-height: 3.5rem;

		--x-h3-font-size: 1.5rem;
		--x-h3-line-height: 2rem;
	}
}

/* 1280px */
@media (min-width: 80em) {
	:root {
		--x-h1-font-size: 7rem;
		--x-h1-line-height: 7.5rem;

		--x-h2-font-size: 3.75rem;
		--x-h2-line-height: 3.75rem;

		--x-h3-font-size: 1.75rem;
		--x-h3-line-height: 1.75rem;

		--x-body-x-big-font-size:  1.75rem;
		--x-body-x-big-line-height: 2.5rem;

		--x-body-x-normal-font-size: 1.25rem;
		--x-body-x-normal-line-height: 1.75rem;

		--x-body-x-small-font-size: 1rem;
		--x-body-x-small-line-height: 1.25rem;
	}
}

/* 1600px */
@media (min-width: 100em) {
	:root {
		--x-h1-font-size: 7.75rem;
		--x-h1-line-height: 7.75rem;
	}
}
/* End */


/* Start:/local/templates/2023/assets/styles/generic/fonts.css?16856230811932*/
/*!
 * Generic/Fonts
 */
/* inter-tight-regular - latin_cyrillic */
@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('/local/templates/2023/assets/styles/generic/../../fonts/inter/inter-tight-v2-latin_cyrillic-regular.woff2') format('woff2');
}
/* inter-tight-500 - latin_cyrillic */
@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		url('/local/templates/2023/assets/styles/generic/../../fonts/inter/inter-tight-v2-latin_cyrillic-500.woff2') format('woff2');
}
/* inter-tight-700 - latin_cyrillic */
@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('/local/templates/2023/assets/styles/generic/../../fonts/inter/inter-tight-v2-latin_cyrillic-700.woff2') format('woff2');
}
/* inter-tight-900 - latin_cyrillic */
@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 900;
	src: local(''),
		url('/local/templates/2023/assets/styles/generic/../../fonts/inter/inter-tight-v2-latin_cyrillic-900.woff2') format('woff2');
}
/* inter-tight-italic - latin_cyrillic */
@font-face {
	font-family: 'Inter Tight';
	font-style: italic;
	font-weight: 400;
	src: local(''),
		url('/local/templates/2023/assets/styles/generic/../../fonts/inter/inter-tight-v2-latin_cyrillic-italic.woff2') format('woff2');
}
/* inter-tight-500italic - latin_cyrillic */
@font-face {
	font-family: 'Inter Tight';
	font-style: italic;
	font-weight: 500;
	src: local(''),
		url('/local/templates/2023/assets/styles/generic/../../fonts/inter/inter-tight-v2-latin_cyrillic-500italic.woff2') format('woff2');
}
/* inter-tight-700italic - latin_cyrillic */
@font-face {
	font-family: 'Inter Tight';
	font-style: italic;
	font-weight: 700;
	src: local(''),
		url('/local/templates/2023/assets/styles/generic/../../fonts/inter/inter-tight-v2-latin_cyrillic-700italic.woff2') format('woff2');
}
/* inter-tight-900italic - latin_cyrillic */
@font-face {
	font-family: 'Inter Tight';
	font-style: italic;
	font-weight: 900;
	src: local(''),
		url('/local/templates/2023/assets/styles/generic/../../fonts/inter/inter-tight-v2-latin_cyrillic-900italic.woff2') format('woff2');
}
/* End */


/* Start:/local/templates/2023/assets/styles/generic/equate.css?168562308113387*/
/*!
* Equate v1.0.0 | MIT License
*
* Modern CSS Reset with some useful normalization features.
*/

/**
* Document
*
* 1. Set `background-repeat: no-repeat` to all elements and pseudo elements.
* 2. Change from `box-sizing: content-box` so that `width` is not affected
* by `padding` or `border`.
* 3. Inherit text-decoration and vertical align
* to ::before and ::after pseudo elements.
* See https://github.com/tailwindcss/tailwindcss/pull/116
* 4. Reset `padding` and `margin` of all elements.
*/

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: border-box; /* 2 */
}

::before,
::after {
	text-decoration: inherit; /* 3 */
	vertical-align: inherit; /* 3 */
}

* {
	margin: 0; /* 4 */
	padding: 0; /* 4 */
}

/**
* Root
*
* 1. Improve font rendering in Firefox on macOS.
* 2. Improve font rendering in Chrome and Safari on macOS.
* 3. Set more readable tab size
* 4. Change the default tap highlight to be completely transparent in iOS.
* 5. The text-rendering CSS property provides information to the rendering
* engine about what to optimize for when rendering text.
* 6. Prevent adjustments of font size after orientation changes in iOS.
*/

:root {
	-moz-osx-font-smoothing: grayscale; /* 1 */
	-webkit-font-smoothing: antialiased; /* 2 */
	-moz-tab-size: 4; /* 3 */
	tab-size: 4; /* 3 */
	-webkit-tap-highlight-color: rgb(0, 0, 0, 0); /* 4 */
	text-rendering: optimizeLegibility; /* 5 */
	-webkit-text-size-adjust: 100%; /* 6 */
}

/**
* Body
*
* 1. Improve consistency of default fonts in all browsers.
* 2. Set default typography styles in all browsers.
* 3. Correct the line height in all browsers.
*/

body {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif; /* 1 */
	font-size: 1rem; /* 2 */
	font-weight: 400; /* 2 */
	line-height: 1.5; /* 3 */
}

/**
* Content grouping
*
* 1. Correct the inheritance of border color in Firefox.
* (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
* 2. Add the correct height in Firefox.
*/

hr {
	color: inherit; /* 1 */
	height: 0; /* 2 */
}

/**
* Headings
*
* Set heading elements style same font-size and font-weight as normal text.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/**
* Abbreviations
*
* 1. Add explicit cursor to indicate changed behavior.
* 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
* 3. Prevent the text-decoration to be skipped.
*/

abbr[title] {
	cursor: help; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
	text-decoration-skip-ink: none; /* 3 */
}

/**
* Address
*
* Improve consistency of `font-style` and `line-height` in all browsers.
*/

address {
	font-style: normal;
	line-height: inherit;
}

/**
* Lists
*
* 1. Ordered and unordered lists are unstyled by default
* Accessibility considerations: unstyled lists are not announced as lists
* by VoiceOver. If your content is truly a list but you would like to keep
* it unstyled, add a вЂњlistвЂќ role to the element.
* 2. Add the correct font weight in Chrome, Edge, and Safari.
*/

ol,
ul {
	list-style: none; /* 1 */
}

dt {
	font-weight: 700; /* 2 */
}

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

b,
strong {
	font-weight: 700;
}

/**
* Small
*
* Add the correct font size in all browsers.
*/

small {
	font-size: 0.875em;
}

/**
 * Sub and Sup
 *
 * Prevent `sub` and `sup` elements from affecting the line height
 * in all browsers.
 */

sub,
sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/**
 * Links
 * Remove the outline when hovering in all browsers
 */

a:active,
a:hover {
	outline-width: 0;
}

/**
 * And undo these styles for placeholder links/named anchors (without href).
 * It would be more straightforward to just use a[href] in previous block,
 * but that causes specificity issues in many other styles
 * that are too complex to fix.
 * See https://github.com/twbs/bootstrap/issues/19402
 */

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

/**
 * Code
 *
 * 1. Improve consistency of default fonts in all browsers.
 * (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd 'em' font sizing in all browsers.
 * 3. Correct direction support.
 */

code,
kbd,
pre,
samp {
	direction: ltr;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
	font-size: 1em; /* 2 */
	unicode-bidi: bidi-override; /* 3 */
}

/* Don't allow content to break outside */

pre {
	display: block;
	overflow: auto;
}

/* Account for some code outputs that place code tags in pre tags */

pre code {
	color: inherit;
	font-size: inherit;
	word-break: normal;
}

code {
	word-wrap: break-word;
}

/* Streamline the style when inside anchors to avoid broken underline and more */

a > code {
	color: inherit;
}

/**
 * Images and content
 *
 * 1. Make replaced elements `display: block` by default as that's the behavior
 * you want almost all of the time. Inspired by CSS Remedy, with `svg`
 * added as well.
 * (https://github.com/mozdevs/cssremedy/issues/14)
 * 2. Add `vertical-align: middle` to align replaced elements more sensibly
 * by default when overriding `display` by adding a utility like `inline`.
 * This can trigger a poorly considered linting error in some tools but
 * is included by design.
 * (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block; /* 1 */
	vertical-align: middle; /* 2 */
}

/* Remove border from iframe */

iframe {
	border: 0;
}

/**
 * Constrain images and videos to the parent width and preserve their
 * intrinsic aspect ratio.
 *
 * (https://github.com/mozdevs/cssremedy/issues/14)
 */

img,
video {
	height: auto;
	max-width: 100%;
}

/**
 * Tables
 *
 * 1. Prevent double borders.
 * 2. Correct border color in all Chrome, Edge, and Safari.
 * 3. Remove text indentation in Chrome, Edge, and Safari.
 */

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

/**
 * 1. Matches default `<td>` alignment by inheriting `text-align`.
 * 2. Fix alignment for Safari.
 */

th {
	text-align: inherit; /* 1 */
	text-align: -webkit-match-parent; /* 2 */
}

/**
 * Forms
 *
 * 1. Remove `background-color` from form elements.
 * 2. Remove `border-style` from form elements.
 * 3. Change the font styles in all browsers.
 */

button,
input,
optgroup,
select,
textarea {
	background-color: transparent; /* 1 */
	border-style: none; /* 2 */
	font-family: inherit; /* 3 */
	font-size: inherit; /* 3 */
	line-height: inherit; /* 3 */
}

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

button,
select {
	text-transform: none;
}

/**
 * Remove the default `border-radius` that macOS Chrome adds.
 * See https://github.com/twbs/bootstrap/issues/24093
 */

button {
	border-radius: 0;
}

/**
 * Explicitly remove focus outline in Chromium when it shouldn't be
 * visible (e.g. as result of mouse click or touch tap). It already
 * should be doing this automatically, but seems to currently be
 * confused and applies its very visible two-tone outline anyway.
 */

button:focus:not(:focus-visible) {
	outline-width: 0;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 * controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 * 3. Add "hand" cursor to non-disabled button elements.
 */

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

button:not(:disabled),
[type=button]:not(:disabled), /* 1 */
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
	cursor: pointer; /* 3 */
}

/**
 * Set the cursor for non-`<button>` buttons
 * Details at https://github.com/twbs/bootstrap/pull/30562
 */

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

/**
 * 1. Style select like a standard input.
 * 2. Remove the inheritance of word-wrap in Safari.
 * See https://github.com/twbs/bootstrap/issues/24990
 * 3. Undo the opacity change from Chrome
 */

select {
	-moz-appearance: none; /* 1 */
	-webkit-appearance: none; /* 1 */
	word-wrap: normal; /* 2 */
}

select:disabled {
	opacity: 1; /* 3 */
}

/* Reset `border-radius` */

input {
	border-radius: 0;
}

/* Textareas should really only resize vertically so they don't break their (horizontal) containers. */

textarea {
	resize: vertical;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
}

/* Allow labels to use `margin` for spacing. */

label {
	display: inline-block;
}

/**
 * 1. Reset the default outline behavior of fieldsets so they don't affect
 * page layout.
 * 2. Browsers set a default `min-width: min-content;` on fieldsets,
 * unlike e.g. `<div>`s, which have `min-width: 0;` by default.
 * So we reset that to ensure fieldsets behave more like
 * a standard block element.
 * See https://github.com/twbs/bootstrap/issues/12359
 * and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
 */

fieldset {
	border: 0; /* 1 */
	min-width: 0; /* 2 */
}

/**
 * 1. By using `float: left`, the legend will behave like a block element.
 * This way the border of a fieldset wraps around the legend if present.
 * 1. Fix wrapping bug.
 * See https://github.com/twbs/bootstrap/issues/29712
 */

legend {
	float: left; /* 1 */
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding: 0;
	width: 100%;
}

legend + * {
	clear: left; /* 2 */
}

/* Replace pointer cursor in disabled elements */

[disabled] {
	cursor: default;
}

/**
 * Remove the dropdown arrow in Chrome from inputs built with datalists.
 * See https://stackoverflow.com/a/54997118
 */

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

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

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

/**
 * Fix height of inputs with a type of datetime-local, date, month, week, or time.
 * See https://github.com/twbs/bootstrap/issues/18842
 */

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/* Remove the inner padding in Chrome and Safari on macOS. */

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* Remove padding around color pickers in webkit browsers. */

::-webkit-color-swatch-wrapper {
	padding: 0;
}

/* Inherit font family and line height for file input buttons. */

::file-selector-button {
	font: inherit;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change `color` to 'inherit' in Safari.
 * 3. Change `font` properties to 'inherit' in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	color: inherit; /* 2 */
	font: inherit; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -0.125rem; /* 2 */
}

/* Correct element displays. */

output {
	display: inline-block;
}

/**
 * Summary
 *
 * 1. Add the correct display in all browsers.
 */

summary {
	cursor: pointer;
	display: list-item; /* 1 */
}

/**
 * Progress
 *
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Hidden attribute
 * Always hide an element with the `hidden` HTML attribute.
 */

[hidden] {
	display: none !important;
}

/**
 * Accessibility
 *
 * Hide content from screens but not screenreaders.
 */

@media screen {
	[hidden~="screen"] {
		display: inherit;
	}

	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		clip: rect(0 0 0 0) !important;
		position: absolute !important;
	}
}

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements. */

[aria-disabled] {
	cursor: default;
}

/* End */


/* Start:/local/templates/2023/assets/styles/generic/alpinejs.css?168562308170*/
/*!
 * Generic/AlpineJS
 */

[x-cloak] {
	display: none !important;
}

/* End */


/* Start:/local/templates/2023/assets/styles/generic/bitrix.css?1685623081431*/
/*!
 * Generic/Bitrix
 */

#bx-panel,
#bx-panel.bx-panel-fixed {
	z-index: 1015 !important;
}

/* #bx-panel ~ * > .x-app-bar.x-toolbar.x-toolbar--absolute,
#bx-panel ~ * > .x-app-bar.x-toolbar.x-toolbar--fixed {
	top: 147px !important;
}

#bx-panel.bx-panel-folded ~ * > .x-app-bar.x-toolbar.x-toolbar--absolute,
#bx-panel.bx-panel-folded ~ * > .x-app-bar.x-toolbar.x-toolbar--fixed {
	top: 39px !important;
} */

/* End */


/* Start:/local/templates/2023/assets/styles/generic/animations.css?1685623081186*/
/*!
 * Generic/Animations
 */

@keyframes x-shake {
	59% {
		margin-left: 0;
	}

	60%,
	80% {
		margin-left: 0.125rem;
	}

	70%,
	90% {
		margin-left: -0.125rem;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/generic/selection.css?1685623081199*/
/**
 * Generic/Selection
 *
 * Consistent selection style in all browsers
 */
/*
::selection {
	background-color: rgb(var(--x-theme-on-surface));
	color: rgb(var(--x-theme-surface));
}
*/

/* End */


/* Start:/local/templates/2023/assets/styles/generic/stretched-link.css?1685623081166*/
/*!
 * Generic/Stretched link
 */

.stretched-link::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

/* End */


/* Start:/local/templates/2023/assets/styles/elements/global.css?16856230811755*/
/*!
 * Elements/Global
 */

/**
 * Root
 *
 * 1. Base app styles
 *
 * 2. The scroll-behavior property in CSS allows us to define whether the scroll
 * location of the browser jumps to a new location or smoothly animates
 * the transition when a user clicks a link that targets an anchored position
 * within a scrolling box.
 */

:root {
	--x-theme-background: #fff; /* 1 */
	--x-theme-text-color: #000; /* 1 */
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth; /* 2 */
	}
}

/**
 * Body
 *
 * 1. Improve consistency of default fonts in all browsers.
 * 2. Set default typography styles in all browsers.
 * 3. Correct the line height in all browsers.
 */

body {
	font-family: var(--x-font-family-root); /* 1 */
	font-size: var(--x-font-size-root); /* 2 */
	font-weight: var(--x-font-weight-root); /* 2 */
	line-height: var(--x-line-height-root); /* 3 */
	letter-spacing: var(--x-letter-spacing-root);
}

/**
 * Links
 */

a {
	text-decoration: none;
	color: var(--black);
}

/**
 * Paragraph
 */

p {
	margin-bottom: var(--x-body-x-normal-line-height);
}

/**
 * Headings
 */

h1 {
	font-size: var(--x-h1-font-size);
	line-height: var(--x-h1-line-height);
	font-weight: var(--x-h1-font-weight);
	text-transform: var(--x-h1-text-transform);
	text-align: left;
}

h2 {
	font-size: var(--x-h2-font-size);
	line-height: var(--x-h2-line-height);
	font-weight: var(--x-h2-font-weight);
	text-transform: var(--x-h2-text-transform);
	text-align: left;
}

h3 {
	font-size: var(--x-h3-font-size);
	line-height: var(--x-h3-line-height);
	font-weight: var(--x-h3-font-weight);
	text-transform: var(--x-h3-text-transform);
	text-align: left;
}
/* End */


/* Start:/local/templates/2023/assets/styles/elements/typefonts.css?16856230816112*/
.type-h1 {
	font-size: var(--x-h1-font-size);
	line-height: var(--x-h1-line-height);
	font-weight: var(--x-h1-font-weight);
	text-transform: var(--x-h1-text-transform);
}
.type-h2 {
	font-size: var(--x-h2-font-size);
	line-height: var(--x-h2-line-height);
	font-weight: var(--x-h2-font-weight);
	text-transform: var(--x-h2-text-transform);
}
.type-h3 {
	font-size: var(--x-h3-font-size);
	line-height: var(--x-h3-line-height);
	font-weight: var(--x-h3-font-weight);
	text-transform: var(--x-h3-text-transform);
}
.type-big {
	font-size: var(--x-body-x-big-font-size);
	line-height: var(--x-body-x-big-line-height);
	font-weight: var(--x-body-x-big-font-weight);
	text-transform: var(--x-body-x-big-text-transform);
}
.type-normal {
	font-size: var(--x-body-x-normal-font-size);
	line-height: var(--x-body-x-normal-line-height);
	font-weight: var(--x-body-x-normal-font-weight);
	text-transform: var(--x-body-x-normal-text-transform);
}
.type-small {
	font-size: var(--x-body-x-small-font-size);
	line-height: var(--x-body-x-small-line-height);
	font-weight: var(--x-body-x-small-font-weight);
	text-transform: var(--x-body-x-small-text-transform);
}

@media (min-width: 37.5em) {
	.sm\@type-h1 {
		font-size: var(--x-h1-font-size);
		line-height: var(--x-h1-line-height);
		font-weight: var(--x-h1-font-weight);
		text-transform: var(--x-h1-text-transform);
	}
	.sm\@type-h2 {
		font-size: var(--x-h2-font-size);
		line-height: var(--x-h2-line-height);
		font-weight: var(--x-h2-font-weight);
		text-transform: var(--x-h2-text-transform);
	}
	.sm\@type-h3 {
		font-size: var(--x-h3-font-size);
		line-height: var(--x-h3-line-height);
		font-weight: var(--x-h3-font-weight);
		text-transform: var(--x-h3-text-transform);
	}
	.sm\@type-big {
		font-size: var(--x-body-x-big-font-size);
		line-height: var(--x-body-x-big-line-height);
		font-weight: var(--x-body-x-big-font-weight);
		text-transform: var(--x-body-x-big-text-transform);
	}
	.sm\@type-normal {
		font-size: var(--x-body-x-normal-font-size);
		line-height: var(--x-body-x-normal-line-height);
		font-weight: var(--x-body-x-normal-font-weight);
		text-transform: var(--x-body-x-normal-text-transform);
	}
	.sm\@type-small {
		font-size: var(--x-body-x-small-font-size);
		line-height: var(--x-body-x-small-line-height);
		font-weight: var(--x-body-x-small-font-weight);
		text-transform: var(--x-body-x-small-text-transform);
	}
}

@media (min-width: 60em) {
	.md\@type-h1 {
		font-size: var(--x-h1-font-size);
		line-height: var(--x-h1-line-height);
		font-weight: var(--x-h1-font-weight);
		text-transform: var(--x-h1-text-transform);
	}
	.md\@type-h2 {
		font-size: var(--x-h2-font-size);
		line-height: var(--x-h2-line-height);
		font-weight: var(--x-h2-font-weight);
		text-transform: var(--x-h2-text-transform);
	}
	.md\@type-h3 {
		font-size: var(--x-h3-font-size);
		line-height: var(--x-h3-line-height);
		font-weight: var(--x-h3-font-weight);
		text-transform: var(--x-h3-text-transform);
	}
	.md\@type-big {
		font-size: var(--x-body-x-big-font-size);
		line-height: var(--x-body-x-big-line-height);
		font-weight: var(--x-body-x-big-font-weight);
		text-transform: var(--x-body-x-big-text-transform);
	}
	.md\@type-normal {
		font-size: var(--x-body-x-normal-font-size);
		line-height: var(--x-body-x-normal-line-height);
		font-weight: var(--x-body-x-normal-font-weight);
		text-transform: var(--x-body-x-normal-text-transform);
	}
	.md\@type-small {
		font-size: var(--x-body-x-small-font-size);
		line-height: var(--x-body-x-small-line-height);
		font-weight: var(--x-body-x-small-font-weight);
		text-transform: var(--x-body-x-small-text-transform);
	}
}

@media (min-width: 80em) {
	.lg\@type-h1 {
		font-size: var(--x-h1-font-size);
		line-height: var(--x-h1-line-height);
		font-weight: var(--x-h1-font-weight);
		text-transform: var(--x-h1-text-transform);
	}
	.lg\@type-h2 {
		font-size: var(--x-h2-font-size);
		line-height: var(--x-h2-line-height);
		font-weight: var(--x-h2-font-weight);
		text-transform: var(--x-h2-text-transform);
	}
	.lg\@type-h3 {
		font-size: var(--x-h3-font-size);
		line-height: var(--x-h3-line-height);
		font-weight: var(--x-h3-font-weight);
		text-transform: var(--x-h3-text-transform);
	}
	.lg\@type-big {
		font-size: var(--x-body-x-big-font-size);
		line-height: var(--x-body-x-big-line-height);
		font-weight: var(--x-body-x-big-font-weight);
		text-transform: var(--x-body-x-big-text-transform);
	}
	.lg\@type-normal {
		font-size: var(--x-body-x-normal-font-size);
		line-height: var(--x-body-x-normal-line-height);
		font-weight: var(--x-body-x-normal-font-weight);
		text-transform: var(--x-body-x-normal-text-transform);
	}
	.lg\@type-small {
		font-size: var(--x-body-x-small-font-size);
		line-height: var(--x-body-x-small-line-height);
		font-weight: var(--x-body-x-small-font-weight);
		text-transform: var(--x-body-x-small-text-transform);
	}
}

@media (min-width: 100em) {
	.xl\@type-h1 {
		font-size: var(--x-h1-font-size);
		line-height: var(--x-h1-line-height);
		font-weight: var(--x-h1-font-weight);
		text-transform: var(--x-h1-text-transform);
	}
	.xl\@type-h2 {
		font-size: var(--x-h2-font-size);
		line-height: var(--x-h2-line-height);
		font-weight: var(--x-h2-font-weight);
		text-transform: var(--x-h2-text-transform);
	}
	.xl\@type-h3 {
		font-size: var(--x-h3-font-size);
		line-height: var(--x-h3-line-height);
		font-weight: var(--x-h3-font-weight);
		text-transform: var(--x-h3-text-transform);
	}
	.xl\@type-big {
		font-size: var(--x-body-x-big-font-size);
		line-height: var(--x-body-x-big-line-height);
		font-weight: var(--x-body-x-big-font-weight);
		text-transform: var(--x-body-x-big-text-transform);
	}
	.xl\@type-normal {
		font-size: var(--x-body-x-normal-font-size);
		line-height: var(--x-body-x-normal-line-height);
		font-weight: var(--x-body-x-normal-font-weight);
		text-transform: var(--x-body-x-normal-text-transform);
	}
	.xl\@type-small {
		font-size: var(--x-body-x-small-font-size);
		line-height: var(--x-body-x-small-line-height);
		font-weight: var(--x-body-x-small-font-weight);
		text-transform: var(--x-body-x-small-text-transform);
	}
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/section-btn.css?1685623081103*/
.section-btn a::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/nav-bar.css?1685623081199*/
.nav-bar--btn path {
	fill: rgb(var(--x-theme-on-background-color));
}
.nav-bar--btn__open {
	width: 2.5rem;
	height: auto;
}

@media (min-width: 80em) {
	.nav-bar--btn__open {
		width: 3.75rem;
	}
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/app-bar.css?16856230811215*/
.app-bar {
	padding: 1.5rem;
    -webkit-box-shadow: 0px 2px 10px -7px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 2px 10px -7px rgba(34, 60, 80, 0.2);
box-shadow: 0px 2px 10px -7px rgba(34, 60, 80, 0.2);

}
.app-bar__element {
	padding: 1.5rem;
}
.app-bar__section {
	position: relative;
}
.app-bar__section-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	object-fit: cover;
	background-position: center center;
	z-index: 0;
}
.app-bar__prepend {
	margin-inline-end: auto;
}
.app-bar__append {
	margin-inline-start: auto;
}
.app-bar-burger {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgb(var(--x-theme-turquoise-dark-background-color));

	display: flex;
	flex-direction: column;
	gap: 2rem;

	padding: 2.5rem;
}

.app-bar-burger__close {
	width: 1.5rem;
	height: auto;
}
.app-bar-burger__close path {
	fill: rgb(var(--x-theme-on-background-color));
}

@media (min-width: 37.5em) {
	.app-bar {
		padding: 2rem;
	}
}
@media (min-width: 60em) {
	.app-bar {
		padding: 3rem;
	}
	.app-bar-burger__close {
		width: 2.75rem;
	}
}
@media (min-width: 80em) {
	.app-bar {
		padding: 3.75rem;
	}
	.app-bar-burger {
		padding: 2.5rem 5rem 5rem 5rem;
		gap: 3.75rem;
	}
}
@media (min-width: 100em) {
	.app-bar {
		padding: 3.75rem 5rem 5rem 5rem;
	}
	.app-bar__element {
		padding: 2.5rem 5rem;
	}
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/app-brand.css?1685623081437*/
.app-brand {
	width: 10rem;
	height: auto;
}
.app-brand__root {
	margin-inline-end: 6.25rem;
}
.app-brand__root a:hover {
	opacity: var(--x-opacity-app-brand);
}
.app-brand path {
	fill: var(--x-theme-on-background-color);
}

@media (min-width: 60em) {
	.app-brand {
		width: 14rem;
	}
	.app-brand__section {
		width: 11rem;
	}
}

@media (min-width: 80em) {
	.app-brand {
		width: 17.25rem;
	}
	.app-brand__section {
		width: 12rem;
	}
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/swiper-carousel.css?1685623081412*/
/*!
* Components/SwiperCarousel
*/

.swiper-carousel .swiper-pagination {
	position: relative;
	bottom: 0;
}
.swiper-carousel .swiper-pagination-bullet {
	background-color: rgb(var(--x-theme-grey-lighten-background-color));
	opacity: 1;
	width: 0.75rem;
	height: 0.75rem;
}
.swiper-carousel .swiper-pagination-bullet-active {
	background-color: rgb(var(--x-theme-grey-darken-background-color));
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/x-app.css?1685623081898*/
/*!
* Components/XApp
*/

/**
 * 1. Apply a default `background-color` and `color`.
 * 2. Improve cursor pointer behavior for links.
 * 3. Firefox overrides.
 */

.x-app {
	background-color: rgb(var(--x-theme-background)); /* 1 */
	color: rgb(var(--x-theme-on-background-color)); /* 1 */

	font-size: var(--x-body-x-normal-font-size);
	line-height: var(--x-body-x-normal-line-height);
	font-weight: var(--x-body-x-normal-font-weight);
	text-transform: var(--x-body-x-normal-text-transform);
}

.x-app__wrap {
	backface-visibility: hidden;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	max-width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1;
}

.x-app a {
	cursor: pointer; /* 2 */
}

@-moz-document url-prefix() {
	@media print {
		.x-app {
			display: block; /* 3 */
		}
		.x-app__wrap {
			display: block; /* 3 */
		}
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/components/x-btn.css?16856230811387*/
.x-btn {
	align-items: center;
	border-radius: 0.25rem;
	display: inline-flex;
	flex-shrink: 0;
	font-family: inherit;
	font-weight: 400;
	line-height: 1;
	justify-content: center;
	max-width: 100%;
	outline: none;
	position: relative;
	text-decoration: none;
	text-indent: 0.00625rem;
	text-transform: none;
	user-select: none;
	vertical-align: middle;
	border: none;
	color: rgb(var(--x-theme-on-background-color));
	cursor: pointer;
}
.x-btn:hover {
	/*opacity: var(--x-opacity-btn);*/
}
.x-btn:disabled,
.x-btn[disabled] {
	opacity: var(--x-opacity-btn);
	cursor: default;
}
.x-btn--border-radius-none {
	border-radius: 0;
}
.x-btn--border {
	border-width: 0.0625rem;
	border-color: rgb(var(--x-theme-on-background-color));
	border-style: solid;
}
.x-btn--border-light {
	border-color: rgb(var(--x-theme-grey-darken-background-color));
	color: rgb(var(--x-theme-grey-darken-background-color));
}
.x-btn--size-x-small {
	padding: 0.5rem 1.5rem;
	font-size: var(--x-body-x-small-font-size);
}
.x-btn--size-x-default {
	padding: 1rem 1.5rem;
	font-size: var(--x-body-x-normal-font-size);
}
.x-btn--size-x-big {
	padding: 1rem 1.5rem;
	font-size: var(--x-body-x-normal-font-size);
}
.x-btn-surface {
	background-color: rgb( var(--x-theme-on-background-color) );
	color: rgb( var(--x-theme-background) );;
}

@media (min-width: 37.5em) {
	.x-btn--size-x-big {
		padding: 1.5rem 2rem;
	}
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/x-card.css?168562308128*/
.x-card {
	display: block;
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/x-container.css?1685623081492*/
/*!
* Components/XContainer
*/

.x-container {
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 37.5em) {
	.x-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (min-width: 60em) {
	.x-container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
@media (min-width: 80em) {
	.x-container {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}
}
@media (min-width: 100em) {
	.x-container {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/components/x-img.css?1685623081556*/
/*!
* Components/XImg
*/

.x-img {
	--x-theme-overlay-multiplier: 3;

	z-index: 0;
}

.x-img--booting > .x-responsive__sizer {
	transition: none;
}

.x-img__img,
.x-img__picture,
.x-img__gradient,
.x-img__placeholder,
.x-img__error {
	z-index: -1;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.x-img__img--preload {
	filter: blur(0.25rem);
}

.x-img__img--contain {
	object-fit: contain;
}

.x-img__img--cover {
	object-fit: cover;
}

.x-img__gradient {
	background-repeat: no-repeat;
}

/* End */


/* Start:/local/templates/2023/assets/styles/components/x-input.css?1685623081191*/
.x-input {
	display: block;
	border: none;
	outline: none;
	border-radius: 0;
}

.x-input-border {
	border-radius: 0.25rem;
	border: 0.0625rem solid rgb(var(--x-theme-on-background-color));
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/x-main.css?1685623081180*/
/*!
* Components/XMain
*/

.x-main {
	display: flex;
	flex: 1 0 auto;
	max-width: 100%;
}

.x-main__wrap {
	flex: 1 1 auto;
	max-width: 100%;
	position: relative;
}

/* End */


/* Start:/local/templates/2023/assets/styles/components/x-responsive.css?16856230812442*/
/*!
* Components/XResponsive
*/

.x-responsive {
	display: flex;
	/*flex: 1 0 auto;*/
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.x-responsive__content {
	flex: 1 0 0;
	max-width: 100%;
}

.x-responsive__sizer {
	flex: 1 0 0;
	padding-top: var(--x-aspect-ratio, 0);
	pointer-events: none;
	transition: padding-top 0.2s var(--x-responsive-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
}

.x-responsive__sizer ~ .x-responsive__content {
	margin-inline-start: -100%;
}

.x-responsive--ratio-1\/1 {
	--x-aspect-ratio: 100%;
}

.x-responsive--ratio-3\/2 {
	--x-aspect-ratio: 66%;
}

.x-responsive--ratio-4\/3 {
	--x-aspect-ratio: 75%;
}

.x-responsive--ratio-16\/9 {
	--x-aspect-ratio: 56.25%;
}

.x-responsive--ratio-16\/10 {
	--x-aspect-ratio: 62.5%;
}

.x-responsive--ratio-21\/9 {
	--x-aspect-ratio: 42.8571428571%;
}

@media (min-width: 37.5em) {
	.sm\@x-responsive--ratio-1\/1 {
		--x-aspect-ratio: 100%;
	}

	.sm\@x-responsive--ratio-4\/3 {
		--x-aspect-ratio: 75%;
	}

	.sm\@x-responsive--ratio-16\/9 {
		--x-aspect-ratio: 56.25%;
	}

	.sm\@x-responsive--ratio-16\/10 {
		--x-aspect-ratio: 62.5%;
	}

	.sm\@x-responsive--ratio-21\/9 {
		--x-aspect-ratio: 42.8571428571%;
	}
}
@media (min-width: 60em) {
	.md\@x-responsive--ratio-1\/1 {
		--x-aspect-ratio: 100%;
	}

	.md\@x-responsive--ratio-4\/3 {
		--x-aspect-ratio: 75%;
	}

	.md\@x-responsive--ratio-16\/9 {
		--x-aspect-ratio: 56.25%;
	}

	.md\@x-responsive--ratio-16\/10 {
		--x-aspect-ratio: 62.5%;
	}

	.md\@x-responsive--ratio-21\/9 {
		--x-aspect-ratio: 42.8571428571%;
	}
}
@media (min-width: 80em) {
	.lg\@x-responsive--ratio-1\/1 {
		--x-aspect-ratio: 100%;
	}

	.lg\@x-responsive--ratio-4\/3 {
		--x-aspect-ratio: 75%;
	}

	.lg\@x-responsive--ratio-16\/9 {
		--x-aspect-ratio: 56.25%;
	}

	.lg\@x-responsive--ratio-16\/10 {
		--x-aspect-ratio: 62.5%;
	}

	.lg\@x-responsive--ratio-21\/9 {
		--x-aspect-ratio: 42.8571428571%;
	}
}
@media (min-width: 100em) {
	.xl\@x-responsive--ratio-1\/1 {
		--x-aspect-ratio: 100%;
	}

	.xl\@x-responsive--ratio-4\/3 {
		--x-aspect-ratio: 75%;
	}

	.xl\@x-responsive--ratio-16\/9 {
		--x-aspect-ratio: 56.25%;
	}

	.xl\@x-responsive--ratio-16\/10 {
		--x-aspect-ratio: 62.5%;
	}

	.xl\@x-responsive--ratio-21\/9 {
		--x-aspect-ratio: 42.8571428571%;
	}
}
/* End */


/* Start:/local/templates/2023/assets/styles/components/x-layout.css?1685623081354*/
/*!
* Components/XLayout
*/

.x-layout {
	display: flex;
	flex: 1 1 auto;
	position: relative;
}

.x-layout--full-height {
	height: 100%;
}

.x-layout--horizontal {
	overflow-y: hidden;
}

.x-layout--vertical {
	overflow-x: hidden;
}

.x-layout__item {
	position: fixed;
}

.x-layout__item--absolute {
	position: absolute;
}

/* End */


/* Start:/local/templates/2023/assets/styles/components/x-toolbar.css?16856230812947*/
/*!
* Components/XToolbar
*/

.x-toolbar {
	align-items: flex-start;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	height: auto;
	justify-content: space-between;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	transition-property: height, transform, max-width;
	transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 0;
	border: 0;
}

.x-toolbar__content,
.x-toolbar__extension {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	position: relative;
	transition: inherit;
	width: 100%;
}

.x-toolbar--density-prominent .x-toolbar__content {
	align-items: flex-start;
}

.x-toolbar__image {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
}

.x-toolbar__prepend,
.x-toolbar__append {
	display: flex;
}

.x-toolbar__prepend {
	margin-inline-end: auto;
}

.x-toolbar__prepend > .v-btn:first-child {
	margin-inline-start: -0.75rem;
}

.x-toolbar__prepend + .x-toolbar-title {
	padding-inline-start: 1.25rem;
}

.x-toolbar__append {
	margin-inline-start: auto;
}

.x-toolbar__append > .v-btn:last-child {
	margin-inline-end: -0.75rem;
}

.x-toolbar--absolute {
	position: absolute;
}

.x-toolbar--border {
	border-width: thin;
	box-shadow: none;
}

.x-toolbar--collapse {
	max-width: 7rem;
	overflow: hidden;
}

.x-toolbar--collapse .x-toolbar-title {
	display: none;
}

.x-toolbar--collapse.x-locale--ltr,
.x-locale--ltr .x-toolbar--collapse {
	border-bottom-right-radius: 1.5rem;
}

.x-toolbar--collapse.x-locale--rtl,
.x-locale--rtl .x-toolbar--collapse {
	border-bottom-left-radius: 1.5rem;
}

.x-toolbar--density-default .x-toolbar__content {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.x-toolbar--density-comfortable .x-toolbar__content {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.x-toolbar--density-compact .x-toolbar__content {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.x-toolbar--density-prominent .x-toolbar__content {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.x-toolbar--flat {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
}

.x-toolbar--floating {
	display: inline-flex;
}

.x-toolbar--rounded {
	border-radius: 0.25rem;
}

.x-toolbar-title {
	flex: 1 1;
	font-size: 1.25rem;
	min-width: 0;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.75rem;
	text-transform: none;
}

.x-toolbar--density-prominent .x-toolbar-title {
	align-self: flex-end;
	padding-bottom: 0.375rem;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2.25rem;
	text-transform: none;
}

.x-toolbar-title__placeholder {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.x-toolbar-items {
	display: flex;
	height: inherit;
}

.x-toolbar-items > .v-btn {
	border-radius: 0;
}

/* End */


/* Start:/local/templates/2023/assets/styles/components/app-search.css?1685623081438*/
.app-search__input {
	width: 100%;
	padding: 1rem;
	border-radius: 0.25rem 0 0 0.25rem;
	border: 0.0625rem solid rgb(var(--x-theme-on-background-color));
	line-height: 1;
}
.app-search__btn {
	padding: 1rem 2rem;
	border-radius: 0 0.25rem 0.25rem 0;
	background-color: rgb(var(--x-theme-on-background-color));
	line-height: 1;
}
.app-search__btn svg {
	width: var(--x-body-x-normal-font-size);
	height: var(--x-body-x-normal-font-size);
}
/* End */


/* Start:/local/templates/2023/assets/styles/utilities/align.css?16856230815623*/
/*!
 * Utilities/Align
 */

.content-center {
	align-content: center !important;
}

.content-start {
	align-content: flex-start !important;
}

.content-end {
	align-content: flex-end !important;
}

.content-between {
	align-content: space-between !important;
}

.content-around {
	align-content: space-around !important;
}

.content-evenly {
	align-content: space-evenly !important;
}

.items-start {
	align-items: flex-start !important;
}

.items-end {
	align-items: flex-end !important;
}

.items-center {
	align-items: center !important;
}

.items-baseline {
	align-items: baseline !important;
}

.items-stretch {
	align-items: stretch !important;
}

.self-auto {
	align-self: auto !important;
}

.self-start {
	align-self: flex-start !important;
}

.self-end {
	align-self: flex-end !important;
}

.self-center {
	align-self: center !important;
}

.self-stretch {
	align-self: stretch !important;
}

.self-baseline {
	align-self: baseline !important;
}

@media (min-width: 37.5em) {
	.sm\@content-center {
		align-content: center !important;
	}

	.sm\@content-start {
		align-content: flex-start !important;
	}

	.sm\@content-end {
		align-content: flex-end !important;
	}

	.sm\@content-between {
		align-content: space-between !important;
	}

	.sm\@content-around {
		align-content: space-around !important;
	}

	.sm\@content-evenly {
		align-content: space-evenly !important;
	}

	.sm\@items-start {
		align-items: flex-start !important;
	}

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

	.sm\@items-center {
		align-items: center !important;
	}

	.sm\@items-baseline {
		align-items: baseline !important;
	}

	.sm\@items-stretch {
		align-items: stretch !important;
	}

	.sm\@self-auto {
		align-self: auto !important;
	}

	.sm\@self-start {
		align-self: flex-start !important;
	}

	.sm\@self-end {
		align-self: flex-end !important;
	}

	.sm\@self-center {
		align-self: center !important;
	}

	.sm\@self-stretch {
		align-self: stretch !important;
	}

	.sm\@self-baseline {
		align-self: baseline !important;
	}
}

@media (min-width: 60em) {
	.md\@content-center {
		align-content: center !important;
	}

	.md\@content-start {
		align-content: flex-start !important;
	}

	.md\@content-end {
		align-content: flex-end !important;
	}

	.md\@content-between {
		align-content: space-between !important;
	}

	.md\@content-around {
		align-content: space-around !important;
	}

	.md\@content-evenly {
		align-content: space-evenly !important;
	}

	.md\@items-start {
		align-items: flex-start !important;
	}

	.md\@items-end {
		align-items: flex-end !important;
	}

	.md\@items-center {
		align-items: center !important;
	}

	.md\@items-baseline {
		align-items: baseline !important;
	}

	.md\@items-stretch {
		align-items: stretch !important;
	}

	.md\@self-auto {
		align-self: auto !important;
	}

	.md\@self-start {
		align-self: flex-start !important;
	}

	.md\@self-end {
		align-self: flex-end !important;
	}

	.md\@self-center {
		align-self: center !important;
	}

	.md\@self-stretch {
		align-self: stretch !important;
	}

	.md\@self-baseline {
		align-self: baseline !important;
	}
}

@media (min-width: 80em) {
	.lg\@content-center {
		align-content: center !important;
	}

	.lg\@content-start {
		align-content: flex-start !important;
	}

	.lg\@content-end {
		align-content: flex-end !important;
	}

	.lg\@content-between {
		align-content: space-between !important;
	}

	.lg\@content-around {
		align-content: space-around !important;
	}

	.lg\@content-evenly {
		align-content: space-evenly !important;
	}

	.lg\@items-start {
		align-items: flex-start !important;
	}

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

	.lg\@items-center {
		align-items: center !important;
	}

	.lg\@items-baseline {
		align-items: baseline !important;
	}

	.lg\@items-stretch {
		align-items: stretch !important;
	}

	.lg\@self-auto {
		align-self: auto !important;
	}

	.lg\@self-start {
		align-self: flex-start !important;
	}

	.lg\@self-end {
		align-self: flex-end !important;
	}

	.lg\@self-center {
		align-self: center !important;
	}

	.lg\@self-stretch {
		align-self: stretch !important;
	}

	.lg\@self-baseline {
		align-self: baseline !important;
	}
}

@media (min-width: 100em) {
	.xl\@content-center {
		align-content: center !important;
	}

	.xl\@content-start {
		align-content: flex-start !important;
	}

	.xl\@content-end {
		align-content: flex-end !important;
	}

	.xl\@content-between {
		align-content: space-between !important;
	}

	.xl\@content-around {
		align-content: space-around !important;
	}

	.xl\@content-evenly {
		align-content: space-evenly !important;
	}

	.xl\@items-start {
		align-items: flex-start !important;
	}

	.xl\@items-end {
		align-items: flex-end !important;
	}

	.xl\@items-center {
		align-items: center !important;
	}

	.xl\@items-baseline {
		align-items: baseline !important;
	}

	.xl\@items-stretch {
		align-items: stretch !important;
	}

	.xl\@self-auto {
		align-self: auto !important;
	}

	.xl\@self-start {
		align-self: flex-start !important;
	}

	.xl\@self-end {
		align-self: flex-end !important;
	}

	.xl\@self-center {
		align-self: center !important;
	}

	.xl\@self-stretch {
		align-self: stretch !important;
	}

	.xl\@self-baseline {
		align-self: baseline !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/border.css?16856230815657*/
/*!
 * Utilities/Border
 */

.border-0 {
	border: 0 solid rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border {
	border: thin solid rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-sm {
	border: 0.0625rem solid rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-md {
	border: 0.125rem solid rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-lg {
	border: 0.25rem solid rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-xl {
	border: 0.5rem solid rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-t-0 {
	border-top-width: 0 !important;
	border-top-style: solid !important;
	border-top-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-t {
	border-top-width: thin !important;
	border-top-style: solid !important;
	border-top-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-t-sm {
	border-top-width: 0.0625rem !important;
	border-top-style: solid !important;
	border-top-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-t-md {
	border-top-width: 0.125rem !important;
	border-top-style: solid !important;
	border-top-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-t-lg {
	border-top-width: 0.25rem !important;
	border-top-style: solid !important;
	border-top-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-t-xl {
	border-top-width: 0.5rem !important;
	border-top-style: solid !important;
	border-top-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-r-0 {
	border-right-width: 0 !important;
	border-right-style: solid !important;
	border-right-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-r {
	border-right-width: thin !important;
	border-right-style: solid !important;
	border-right-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-r-sm {
	border-right-width: 0.0625rem !important;
	border-right-style: solid !important;
	border-right-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-r-md {
	border-right-width: 0.125rem !important;
	border-right-style: solid !important;
	border-right-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-r-lg {
	border-right-width: 0.25rem !important;
	border-right-style: solid !important;
	border-right-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-r-xl {
	border-right-width: 0.5rem !important;
	border-right-style: solid !important;
	border-right-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-b-0 {
	border-bottom-width: 0 !important;
	border-bottom-style: solid !important;
	border-bottom-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-b {
	border-bottom-width: thin !important;
	border-bottom-style: solid !important;
	border-bottom-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-b-sm {
	border-bottom-width: 0.0625rem !important;
	border-bottom-style: solid !important;
	border-bottom-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-b-md {
	border-bottom-width: 0.125rem !important;
	border-bottom-style: solid !important;
	border-bottom-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-b-lg {
	border-bottom-width: 0.25rem !important;
	border-bottom-style: solid !important;
	border-bottom-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-b-xl {
	border-bottom-width: 0.5rem !important;
	border-bottom-style: solid !important;
	border-bottom-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-l-0 {
	border-left-width: 0 !important;
	border-left-style: solid !important;
	border-left-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-l {
	border-left-width: thin !important;
	border-left-style: solid !important;
	border-left-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-l-sm {
	border-left-width: 0.0625rem !important;
	border-left-style: solid !important;
	border-left-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-l-md {
	border-left-width: 0.125rem !important;
	border-left-style: solid !important;
	border-left-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-l-lg {
	border-left-width: 0.25rem !important;
	border-left-style: solid !important;
	border-left-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-l-xl {
	border-left-width: 0.5rem !important;
	border-left-style: solid !important;
	border-left-color: rgb(var(--x-border-color), var(--x-border-opacity)) !important;
}

.border-dashed {
	border-style: dashed !important;
}

.border-dotted {
	border-style: dotted !important;
}

.border-double {
	border-style: double !important;
}

.border-none {
	border-style: none !important;
}

.border-solid {
	border-style: solid !important;
}

.border-opacity-0 {
	--x-border-opacity: 0 !important;
}

.border-opacity {
	--x-border-opacity: 0.12 !important;
}

.border-opacity-32 {
	--x-border-opacity: 0.32 !important;
}

.border-opacity-100 {
	--x-border-opacity: 1 !important;
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/columns.css?1685623081114*/
/*!
 * Utilities/Columns
 */

@media (min-width: 60em) {
	.md\@columns-2 {
		columns: 2 !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/display.css?16856230816139*/
/*!
 * Utilities/Display
 */

.block {
	display: block !important;
}

.inline-block {
	display: inline-block !important;
}

.inline {
	display: inline !important;
}

.flex {
	display: flex !important;
}

.inline-flex {
	display: inline-flex !important;
}

.table {
	display: table !important;
}

.table-caption {
	display: table-caption !important;
}

.table-cell {
	display: table-cell !important;
}

.table-column {
	display: table-column !important;
}

.table-column-group {
	display: table-column-group !important;
}

.table-footer-group {
	display: table-footer-group !important;
}

.table-header-group {
	display: table-header-group !important;
}

.table-row-group {
	display: table-row-group !important;
}

.table-row {
	display: table-row !important;
}

.flow-root {
	display: flow-root !important;
}

.grid {
	display: grid !important;
}

.inline-grid {
	display: inline-grid !important;
}

.contents {
	display: contents !important;
}

.list-item {
	display: list-item !important;
}

.hidden {
	display: none !important;
}

@media (min-width: 37.5em) {
	.sm\@block {
		display: block !important;
	}

	.sm\@inline-block {
		display: inline-block !important;
	}

	.sm\@inline {
		display: inline !important;
	}

	.sm\@flex {
		display: flex !important;
	}

	.sm\@inline-flex {
		display: inline-flex !important;
	}

	.sm\@table {
		display: table !important;
	}

	.sm\@table-caption {
		display: table-caption !important;
	}

	.sm\@table-cell {
		display: table-cell !important;
	}

	.sm\@table-column {
		display: table-column !important;
	}

	.sm\@table-column-group {
		display: table-column-group !important;
	}

	.sm\@table-footer-group {
		display: table-footer-group !important;
	}

	.sm\@table-header-group {
		display: table-header-group !important;
	}

	.sm\@table-row-group {
		display: table-row-group !important;
	}

	.sm\@table-row {
		display: table-row !important;
	}

	.sm\@flow-root {
		display: flow-root !important;
	}

	.sm\@grid {
		display: grid !important;
	}

	.sm\@inline-grid {
		display: inline-grid !important;
	}

	.sm\@contents {
		display: contents !important;
	}

	.sm\@list-item {
		display: list-item !important;
	}

	.sm\@hidden {
		display: none !important;
	}
}

@media (min-width: 60em) {
	.md\@block {
		display: block !important;
	}

	.md\@inline-block {
		display: inline-block !important;
	}

	.md\@inline {
		display: inline !important;
	}

	.md\@flex {
		display: flex !important;
	}

	.md\@inline-flex {
		display: inline-flex !important;
	}

	.md\@table {
		display: table !important;
	}

	.md\@table-caption {
		display: table-caption !important;
	}

	.md\@table-cell {
		display: table-cell !important;
	}

	.md\@table-column {
		display: table-column !important;
	}

	.md\@table-column-group {
		display: table-column-group !important;
	}

	.md\@table-footer-group {
		display: table-footer-group !important;
	}

	.md\@table-header-group {
		display: table-header-group !important;
	}

	.md\@table-row-group {
		display: table-row-group !important;
	}

	.md\@table-row {
		display: table-row !important;
	}

	.md\@flow-root {
		display: flow-root !important;
	}

	.md\@grid {
		display: grid !important;
	}

	.md\@inline-grid {
		display: inline-grid !important;
	}

	.md\@contents {
		display: contents !important;
	}

	.md\@list-item {
		display: list-item !important;
	}

	.md\@hidden {
		display: none !important;
	}
}

@media (min-width: 80em) {
	.lg\@block {
		display: block !important;
	}

	.lg\@inline-block {
		display: inline-block !important;
	}

	.lg\@inline {
		display: inline !important;
	}

	.lg\@flex {
		display: flex !important;
	}

	.lg\@inline-flex {
		display: inline-flex !important;
	}

	.lg\@table {
		display: table !important;
	}

	.lg\@table-caption {
		display: table-caption !important;
	}

	.lg\@table-cell {
		display: table-cell !important;
	}

	.lg\@table-column {
		display: table-column !important;
	}

	.lg\@table-column-group {
		display: table-column-group !important;
	}

	.lg\@table-footer-group {
		display: table-footer-group !important;
	}

	.lg\@table-header-group {
		display: table-header-group !important;
	}

	.lg\@table-row-group {
		display: table-row-group !important;
	}

	.lg\@table-row {
		display: table-row !important;
	}

	.lg\@flow-root {
		display: flow-root !important;
	}

	.lg\@grid {
		display: grid !important;
	}

	.lg\@inline-grid {
		display: inline-grid !important;
	}

	.lg\@contents {
		display: contents !important;
	}

	.lg\@list-item {
		display: list-item !important;
	}

	.lg\@hidden {
		display: none !important;
	}
}

@media (min-width: 100em) {
	.xl\@block {
		display: block !important;
	}

	.xl\@inline-block {
		display: inline-block !important;
	}

	.xl\@inline {
		display: inline !important;
	}

	.xl\@flex {
		display: flex !important;
	}

	.xl\@inline-flex {
		display: inline-flex !important;
	}

	.xl\@table {
		display: table !important;
	}

	.xl\@table-caption {
		display: table-caption !important;
	}

	.xl\@table-cell {
		display: table-cell !important;
	}

	.xl\@table-column {
		display: table-column !important;
	}

	.xl\@table-column-group {
		display: table-column-group !important;
	}

	.xl\@table-footer-group {
		display: table-footer-group !important;
	}

	.xl\@table-header-group {
		display: table-header-group !important;
	}

	.xl\@table-row-group {
		display: table-row-group !important;
	}

	.xl\@table-row {
		display: table-row !important;
	}

	.xl\@flow-root {
		display: flow-root !important;
	}

	.xl\@grid {
		display: grid !important;
	}

	.xl\@inline-grid {
		display: inline-grid !important;
	}

	.xl\@contents {
		display: contents !important;
	}

	.xl\@list-item {
		display: list-item !important;
	}

	.xl\@hidden {
		display: none !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/flex.css?16856230814451*/
/*!
 * Utilities/Flex
 */

.flex-row {
	flex-direction: row !important;
}

.flex-col {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-col-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-1 {
	flex: 1 1 0% !important;
}

.flex-auto {
	flex: 1 1 auto !important;
}

.flex-initial {
	flex: 0 1 auto !important;
}

.flex-none {
	flex: none !important;
}

.grow {
	flex-grow: 1 !important;
}

.grow-0 {
	flex-grow: 0 !important;
}

.shrink {
	flex-shrink: 1 !important;
}

.shrink-0 {
	flex-shrink: 0 !important;
}

@media (min-width: 37.5em) {
	.sm\@flex-row {
		flex-direction: row !important;
	}

	.sm\@flex-col {
		flex-direction: column !important;
	}

	.sm\@flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.sm\@flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.sm\@flex-wrap {
		flex-wrap: wrap !important;
	}

	.sm\@flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.sm\@flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.sm\@flex-1 {
		flex: 1 1 0% !important;
	}

	.sm\@flex-auto {
		flex: 1 1 auto !important;
	}

	.sm\@flex-initial {
		flex: 0 1 auto !important;
	}

	.sm\@flex-none {
		flex: none !important;
	}

	.sm\@grow {
		flex-grow: 1 !important;
	}

	.sm\@grow-0 {
		flex-grow: 0 !important;
	}

	.sm\@shrink {
		flex-shrink: 1 !important;
	}

	.sm\@shrink-0 {
		flex-shrink: 0 !important;
	}
}

@media (min-width: 60em) {
	.md\@flex-row {
		flex-direction: row !important;
	}

	.md\@flex-col {
		flex-direction: column !important;
	}

	.md\@flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.md\@flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.md\@flex-wrap {
		flex-wrap: wrap !important;
	}

	.md\@flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.md\@flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.md\@flex-1 {
		flex: 1 1 0% !important;
	}

	.md\@flex-auto {
		flex: 1 1 auto !important;
	}

	.md\@flex-initial {
		flex: 0 1 auto !important;
	}

	.md\@flex-none {
		flex: none !important;
	}

	.md\@grow {
		flex-grow: 1 !important;
	}

	.md\@grow-0 {
		flex-grow: 0 !important;
	}

	.md\@shrink {
		flex-shrink: 1 !important;
	}

	.md\@shrink-0 {
		flex-shrink: 0 !important;
	}
}

@media (min-width: 80em) {
	.lg\@flex-row {
		flex-direction: row !important;
	}

	.lg\@flex-col {
		flex-direction: column !important;
	}

	.lg\@flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.lg\@flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.lg\@flex-wrap {
		flex-wrap: wrap !important;
	}

	.lg\@flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.lg\@flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.lg\@flex-1 {
		flex: 1 1 0% !important;
	}

	.lg\@flex-auto {
		flex: 1 1 auto !important;
	}

	.lg\@flex-initial {
		flex: 0 1 auto !important;
	}

	.lg\@flex-none {
		flex: none !important;
	}

	.lg\@grow {
		flex-grow: 1 !important;
	}

	.lg\@grow-0 {
		flex-grow: 0 !important;
	}

	.lg\@shrink {
		flex-shrink: 1 !important;
	}

	.lg\@shrink-0 {
		flex-shrink: 0 !important;
	}
}

@media (min-width: 100em) {
	.xl\@flex-row {
		flex-direction: row !important;
	}

	.xl\@flex-col {
		flex-direction: column !important;
	}

	.xl\@flex-row-reverse {
		flex-direction: row-reverse !important;
	}

	.xl\@flex-col-reverse {
		flex-direction: column-reverse !important;
	}

	.xl\@flex-wrap {
		flex-wrap: wrap !important;
	}

	.xl\@flex-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}

	.xl\@flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.xl\@flex-1 {
		flex: 1 1 0% !important;
	}

	.xl\@flex-auto {
		flex: 1 1 auto !important;
	}

	.xl\@flex-initial {
		flex: 0 1 auto !important;
	}

	.xl\@flex-none {
		flex: none !important;
	}

	.xl\@grow {
		flex-grow: 1 !important;
	}

	.xl\@grow-0 {
		flex-grow: 0 !important;
	}

	.xl\@shrink {
		flex-shrink: 1 !important;
	}

	.xl\@shrink-0 {
		flex-shrink: 0 !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/gap.css?168562308116499*/
/*!
 * Utilities/Gap
 */

.gap-0 {
	gap: 0 !important;
}

.gap-x-0 {
	column-gap: 0 !important;
}

.gap-y-0 {
	row-gap: 0 !important;
}

.gap-1 {
	gap: 0.25rem !important;
}

.gap-x-1 {
	column-gap: 0.25rem !important;
}

.gap-y-1 {
	row-gap: 0.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-x-2 {
	column-gap: 0.5rem !important;
}

.gap-y-2 {
	row-gap: 0.5rem !important;
}

.gap-3 {
	gap: 0.75rem !important;
}

.gap-x-3 {
	column-gap: 0.75rem !important;
}

.gap-y-3 {
	row-gap: 0.75rem !important;
}

.gap-4 {
	gap: 1rem !important;
}

.gap-x-4 {
	column-gap: 1rem !important;
}

.gap-y-4 {
	row-gap: 1rem !important;
}

.gap-5 {
	gap: 1.25rem !important;
}

.gap-x-5 {
	column-gap: 1.25rem !important;
}

.gap-y-5 {
	row-gap: 1.25rem !important;
}

.gap-6 {
	gap: 1.5rem !important;
}

.gap-x-6 {
	column-gap: 1.5rem !important;
}

.gap-y-6 {
	row-gap: 1.5rem !important;
}

.gap-7 {
	gap: 1.75rem !important;
}

.gap-x-7 {
	column-gap: 1.75rem !important;
}

.gap-y-7 {
	row-gap: 1.75rem !important;
}

.gap-8 {
	gap: 2rem !important;
}

.gap-x-8 {
	column-gap: 2rem !important;
}

.gap-y-8 {
	row-gap: 2rem !important;
}

.gap-9 {
	gap: 2.25rem !important;
}

.gap-x-9 {
	column-gap: 2.25rem !important;
}

.gap-y-9 {
	row-gap: 2.25rem !important;
}

.gap-10 {
	gap: 2.5rem !important;
}

.gap-x-10 {
	column-gap: 2.5rem !important;
}

.gap-y-10 {
	row-gap: 2.5rem !important;
}

.gap-11 {
	gap: 2.75rem !important;
}

.gap-x-11 {
	column-gap: 2.75rem !important;
}

.gap-y-11 {
	row-gap: 2.75rem !important;
}

.gap-12 {
	gap: 3rem !important;
}

.gap-x-12 {
	column-gap: 3rem !important;
}

.gap-y-12 {
	row-gap: 3rem !important;
}

.gap-13 {
	gap: 3.25rem !important;
}

.gap-x-13 {
	column-gap: 3.25rem !important;
}

.gap-y-13 {
	row-gap: 3.25rem !important;
}

.gap-14 {
	gap: 3.5rem !important;
}

.gap-x-14 {
	column-gap: 3.5rem !important;
}

.gap-y-14 {
	row-gap: 3.5rem !important;
}

.gap-15 {
	gap: 3.75rem !important;
}

.gap-x-15 {
	column-gap: 3.75rem !important;
}

.gap-y-15 {
	row-gap: 3.75rem !important;
}

.gap-16 {
	gap: 4rem !important;
}

.gap-x-16 {
	column-gap: 4rem !important;
}

.gap-y-16 {
	row-gap: 4rem !important;
}

.gap-17 {
	gap: 4.25rem !important;
}

.gap-x-17 {
	column-gap: 4.25rem !important;
}

.gap-y-17 {
	row-gap: 4.25rem !important;
}

.gap-18 {
	gap: 4.5rem !important;
}

.gap-x-18 {
	column-gap: 4.5rem !important;
}

.gap-y-18 {
	row-gap: 4.5rem !important;
}

.gap-19 {
	gap: 4.75rem !important;
}

.gap-x-19 {
	column-gap: 4.75rem !important;
}

.gap-y-19 {
	row-gap: 4.75rem !important;
}

.gap-20 {
	gap: 5rem !important;
}

.gap-x-20 {
	column-gap: 5rem !important;
}

.gap-y-20 {
	row-gap: 5rem !important;
}

@media (min-width: 37.5em) {
	.sm\@gap-0 {
		gap: 0 !important;
	}

	.sm\@gap-x-0 {
		column-gap: 0 !important;
	}

	.sm\@gap-y-0 {
		row-gap: 0 !important;
	}

	.sm\@gap-1 {
		gap: 0.25rem !important;
	}

	.sm\@gap-x-1 {
		column-gap: 0.25rem !important;
	}

	.sm\@gap-y-1 {
		row-gap: 0.25rem !important;
	}

	.sm\@gap-2 {
		gap: 0.5rem !important;
	}

	.sm\@gap-x-2 {
		column-gap: 0.5rem !important;
	}

	.sm\@gap-y-2 {
		row-gap: 0.5rem !important;
	}

	.sm\@gap-3 {
		gap: 0.75rem !important;
	}

	.sm\@gap-x-3 {
		column-gap: 0.75rem !important;
	}

	.sm\@gap-y-3 {
		row-gap: 0.75rem !important;
	}

	.sm\@gap-4 {
		gap: 1rem !important;
	}

	.sm\@gap-x-4 {
		column-gap: 1rem !important;
	}

	.sm\@gap-y-4 {
		row-gap: 1rem !important;
	}

	.sm\@gap-5 {
		gap: 1.25rem !important;
	}

	.sm\@gap-x-5 {
		column-gap: 1.25rem !important;
	}

	.sm\@gap-y-5 {
		row-gap: 1.25rem !important;
	}

	.sm\@gap-6 {
		gap: 1.5rem !important;
	}

	.sm\@gap-x-6 {
		column-gap: 1.5rem !important;
	}

	.sm\@gap-y-6 {
		row-gap: 1.5rem !important;
	}

	.sm\@gap-7 {
		gap: 1.75rem !important;
	}

	.sm\@gap-x-7 {
		column-gap: 1.75rem !important;
	}

	.sm\@gap-y-7 {
		row-gap: 1.75rem !important;
	}

	.sm\@gap-8 {
		gap: 2rem !important;
	}

	.sm\@gap-x-8 {
		column-gap: 2rem !important;
	}

	.sm\@gap-y-8 {
		row-gap: 2rem !important;
	}

	.sm\@gap-9 {
		gap: 2.25rem !important;
	}

	.sm\@gap-x-9 {
		column-gap: 2.25rem !important;
	}

	.sm\@gap-y-9 {
		row-gap: 2.25rem !important;
	}

	.sm\@gap-10 {
		gap: 2.5rem !important;
	}

	.sm\@gap-x-10 {
		column-gap: 2.5rem !important;
	}

	.sm\@gap-y-10 {
		row-gap: 2.5rem !important;
	}

	.sm\@gap-11 {
		gap: 2.75rem !important;
	}

	.sm\@gap-x-11 {
		column-gap: 2.75rem !important;
	}

	.sm\@gap-y-11 {
		row-gap: 2.75rem !important;
	}

	.sm\@gap-12 {
		gap: 3rem !important;
	}

	.sm\@gap-x-12 {
		column-gap: 3rem !important;
	}

	.sm\@gap-y-12 {
		row-gap: 3rem !important;
	}

	.sm\@gap-13 {
		gap: 3.25rem !important;
	}

	.sm\@gap-x-13 {
		column-gap: 3.25rem !important;
	}

	.sm\@gap-y-13 {
		row-gap: 3.25rem !important;
	}

	.sm\@gap-14 {
		gap: 3.5rem !important;
	}

	.sm\@gap-x-14 {
		column-gap: 3.5rem !important;
	}

	.sm\@gap-y-14 {
		row-gap: 3.5rem !important;
	}

	.sm\@gap-15 {
		gap: 3.75rem !important;
	}

	.sm\@gap-x-15 {
		column-gap: 3.75rem !important;
	}

	.sm\@gap-y-15 {
		row-gap: 3.75rem !important;
	}

	.sm\@gap-16 {
		gap: 4rem !important;
	}

	.sm\@gap-x-16 {
		column-gap: 4rem !important;
	}

	.sm\@gap-y-16 {
		row-gap: 4rem !important;
	}

	.sm\@gap-17 {
		gap: 4.25rem !important;
	}

	.sm\@gap-x-17 {
		column-gap: 4.25rem !important;
	}

	.sm\@gap-y-17 {
		row-gap: 4.25rem !important;
	}

	.sm\@gap-18 {
		gap: 4.5rem !important;
	}

	.sm\@gap-x-18 {
		column-gap: 4.5rem !important;
	}

	.sm\@gap-y-18 {
		row-gap: 4.5rem !important;
	}

	.sm\@gap-19 {
		gap: 4.75rem !important;
	}

	.sm\@gap-x-19 {
		column-gap: 4.75rem !important;
	}

	.sm\@gap-y-19 {
		row-gap: 4.75rem !important;
	}

	.sm\@gap-20 {
		gap: 5rem !important;
	}

	.sm\@gap-x-20 {
		column-gap: 5rem !important;
	}

	.sm\@gap-y-20 {
		row-gap: 5rem !important;
	}
}

@media (min-width: 60em) {
	.md\@gap-0 {
		gap: 0 !important;
	}

	.md\@gap-x-0 {
		column-gap: 0 !important;
	}

	.md\@gap-y-0 {
		row-gap: 0 !important;
	}

	.md\@gap-1 {
		gap: 0.25rem !important;
	}

	.md\@gap-x-1 {
		column-gap: 0.25rem !important;
	}

	.md\@gap-y-1 {
		row-gap: 0.25rem !important;
	}

	.md\@gap-2 {
		gap: 0.5rem !important;
	}

	.md\@gap-x-2 {
		column-gap: 0.5rem !important;
	}

	.md\@gap-y-2 {
		row-gap: 0.5rem !important;
	}

	.md\@gap-3 {
		gap: 0.75rem !important;
	}

	.md\@gap-x-3 {
		column-gap: 0.75rem !important;
	}

	.md\@gap-y-3 {
		row-gap: 0.75rem !important;
	}

	.md\@gap-4 {
		gap: 1rem !important;
	}

	.md\@gap-x-4 {
		column-gap: 1rem !important;
	}

	.md\@gap-y-4 {
		row-gap: 1rem !important;
	}

	.md\@gap-5 {
		gap: 1.25rem !important;
	}

	.md\@gap-x-5 {
		column-gap: 1.25rem !important;
	}

	.md\@gap-y-5 {
		row-gap: 1.25rem !important;
	}

	.md\@gap-6 {
		gap: 1.5rem !important;
	}

	.md\@gap-x-6 {
		column-gap: 1.5rem !important;
	}

	.md\@gap-y-6 {
		row-gap: 1.5rem !important;
	}

	.md\@gap-7 {
		gap: 1.75rem !important;
	}

	.md\@gap-x-7 {
		column-gap: 1.75rem !important;
	}

	.md\@gap-y-7 {
		row-gap: 1.75rem !important;
	}

	.md\@gap-8 {
		gap: 2rem !important;
	}

	.md\@gap-x-8 {
		column-gap: 2rem !important;
	}

	.md\@gap-y-8 {
		row-gap: 2rem !important;
	}

	.md\@gap-9 {
		gap: 2.25rem !important;
	}

	.md\@gap-x-9 {
		column-gap: 2.25rem !important;
	}

	.md\@gap-y-9 {
		row-gap: 2.25rem !important;
	}

	.md\@gap-10 {
		gap: 2.5rem !important;
	}

	.md\@gap-x-10 {
		column-gap: 2.5rem !important;
	}

	.md\@gap-y-10 {
		row-gap: 2.5rem !important;
	}

	.md\@gap-11 {
		gap: 2.75rem !important;
	}

	.md\@gap-x-11 {
		column-gap: 2.75rem !important;
	}

	.md\@gap-y-11 {
		row-gap: 2.75rem !important;
	}

	.md\@gap-12 {
		gap: 3rem !important;
	}

	.md\@gap-x-12 {
		column-gap: 3rem !important;
	}

	.md\@gap-y-12 {
		row-gap: 3rem !important;
	}

	.md\@gap-13 {
		gap: 3.25rem !important;
	}

	.md\@gap-x-13 {
		column-gap: 3.25rem !important;
	}

	.md\@gap-y-13 {
		row-gap: 3.25rem !important;
	}

	.md\@gap-14 {
		gap: 3.5rem !important;
	}

	.md\@gap-x-14 {
		column-gap: 3.5rem !important;
	}

	.md\@gap-y-14 {
		row-gap: 3.5rem !important;
	}
	.md\@gap-15 {
		gap: 3.75rem !important;
	}

	.md\@gap-x-15 {
		column-gap: 3.75rem !important;
	}

	.md\@gap-y-15 {
		row-gap: 3.75rem !important;
	}

	.md\@gap-16 {
		gap: 4rem !important;
	}

	.md\@gap-x-16 {
		column-gap: 4rem !important;
	}

	.md\@gap-y-16 {
		row-gap: 4rem !important;
	}

	.md\@gap-17 {
		gap: 4.25rem !important;
	}

	.md\@gap-x-17 {
		column-gap: 4.25rem !important;
	}

	.md\@gap-y-17 {
		row-gap: 4.25rem !important;
	}

	.md\@gap-18 {
		gap: 4.5rem !important;
	}

	.md\@gap-x-18 {
		column-gap: 4.5rem !important;
	}

	.md\@gap-y-18 {
		row-gap: 4.5rem !important;
	}

	.md\@gap-19 {
		gap: 4.75rem !important;
	}

	.md\@gap-x-19 {
		column-gap: 4.75rem !important;
	}

	.md\@gap-y-19 {
		row-gap: 4.75rem !important;
	}

	.md\@gap-20 {
		gap: 5rem !important;
	}

	.md\@gap-x-20 {
		column-gap: 5rem !important;
	}

	.md\@gap-y-20 {
		row-gap: 5rem !important;
	}
}

@media (min-width: 80em) {
	.lg\@gap-0 {
		gap: 0 !important;
	}

	.lg\@gap-x-0 {
		column-gap: 0 !important;
	}

	.lg\@gap-y-0 {
		row-gap: 0 !important;
	}

	.lg\@gap-1 {
		gap: 0.25rem !important;
	}

	.lg\@gap-x-1 {
		column-gap: 0.25rem !important;
	}

	.lg\@gap-y-1 {
		row-gap: 0.25rem !important;
	}

	.lg\@gap-2 {
		gap: 0.5rem !important;
	}

	.lg\@gap-x-2 {
		column-gap: 0.5rem !important;
	}

	.lg\@gap-y-2 {
		row-gap: 0.5rem !important;
	}

	.lg\@gap-3 {
		gap: 0.75rem !important;
	}

	.lg\@gap-x-3 {
		column-gap: 0.75rem !important;
	}

	.lg\@gap-y-3 {
		row-gap: 0.75rem !important;
	}

	.lg\@gap-4 {
		gap: 1rem !important;
	}

	.lg\@gap-x-4 {
		column-gap: 1rem !important;
	}

	.lg\@gap-y-4 {
		row-gap: 1rem !important;
	}

	.lg\@gap-5 {
		gap: 1.25rem !important;
	}

	.lg\@gap-x-5 {
		column-gap: 1.25rem !important;
	}

	.lg\@gap-y-5 {
		row-gap: 1.25rem !important;
	}

	.lg\@gap-6 {
		gap: 1.5rem !important;
	}

	.lg\@gap-x-6 {
		column-gap: 1.5rem !important;
	}

	.lg\@gap-y-6 {
		row-gap: 1.5rem !important;
	}

	.lg\@gap-7 {
		gap: 1.75rem !important;
	}

	.lg\@gap-x-7 {
		column-gap: 1.75rem !important;
	}

	.lg\@gap-y-7 {
		row-gap: 1.75rem !important;
	}

	.lg\@gap-8 {
		gap: 2rem !important;
	}

	.lg\@gap-x-8 {
		column-gap: 2rem !important;
	}

	.lg\@gap-y-8 {
		row-gap: 2rem !important;
	}

	.lg\@gap-9 {
		gap: 2.25rem !important;
	}

	.lg\@gap-x-9 {
		column-gap: 2.25rem !important;
	}

	.lg\@gap-y-9 {
		row-gap: 2.25rem !important;
	}

	.lg\@gap-10 {
		gap: 2.5rem !important;
	}

	.lg\@gap-x-10 {
		column-gap: 2.5rem !important;
	}

	.lg\@gap-y-10 {
		row-gap: 2.5rem !important;
	}

	.lg\@gap-11 {
		gap: 2.75rem !important;
	}

	.lg\@gap-x-11 {
		column-gap: 2.75rem !important;
	}

	.lg\@gap-y-11 {
		row-gap: 2.75rem !important;
	}

	.lg\@gap-12 {
		gap: 3rem !important;
	}

	.lg\@gap-x-12 {
		column-gap: 3rem !important;
	}

	.lg\@gap-y-12 {
		row-gap: 3rem !important;
	}

	.lg\@gap-13 {
		gap: 3.25rem !important;
	}

	.lg\@gap-x-13 {
		column-gap: 3.25rem !important;
	}

	.lg\@gap-y-13 {
		row-gap: 3.25rem !important;
	}

	.lg\@gap-14 {
		gap: 3.5rem !important;
	}

	.lg\@gap-x-14 {
		column-gap: 3.5rem !important;
	}

	.lg\@gap-y-14 {
		row-gap: 3.5rem !important;
	}

	.lg\@gap-15 {
		gap: 3.75rem !important;
	}

	.lg\@gap-x-15 {
		column-gap: 3.75rem !important;
	}

	.lg\@gap-y-15 {
		row-gap: 3.75rem !important;
	}

	.lg\@gap-16 {
		gap: 4rem !important;
	}

	.lg\@gap-x-16 {
		column-gap: 4rem !important;
	}

	.lg\@gap-y-16 {
		row-gap: 4rem !important;
	}

	.lg\@gap-17 {
		gap: 4.25rem !important;
	}

	.lg\@gap-x-17 {
		column-gap: 4.25rem !important;
	}

	.lg\@gap-y-17 {
		row-gap: 4.25rem !important;
	}

	.lg\@gap-18 {
		gap: 4.5rem !important;
	}

	.lg\@gap-x-18 {
		column-gap: 4.5rem !important;
	}

	.lg\@gap-y-18 {
		row-gap: 4.5rem !important;
	}

	.lg\@gap-19 {
		gap: 4.75rem !important;
	}

	.lg\@gap-x-19 {
		column-gap: 4.75rem !important;
	}

	.lg\@gap-y-19 {
		row-gap: 4.75rem !important;
	}

	.lg\@gap-20 {
		gap: 5rem !important;
	}

	.lg\@gap-x-20 {
		column-gap: 5rem !important;
	}

	.lg\@gap-y-20 {
		row-gap: 5rem !important;
	}
}

@media (min-width: 100em) {
	.xl\@gap-0 {
		gap: 0 !important;
	}

	.xl\@gap-x-0 {
		column-gap: 0 !important;
	}

	.xl\@gap-y-0 {
		row-gap: 0 !important;
	}

	.xl\@gap-1 {
		gap: 0.25rem !important;
	}

	.xl\@gap-x-1 {
		column-gap: 0.25rem !important;
	}

	.xl\@gap-y-1 {
		row-gap: 0.25rem !important;
	}

	.xl\@gap-2 {
		gap: 0.5rem !important;
	}

	.xl\@gap-x-2 {
		column-gap: 0.5rem !important;
	}

	.xl\@gap-y-2 {
		row-gap: 0.5rem !important;
	}

	.xl\@gap-3 {
		gap: 0.75rem !important;
	}

	.xl\@gap-x-3 {
		column-gap: 0.75rem !important;
	}

	.xl\@gap-y-3 {
		row-gap: 0.75rem !important;
	}

	.xl\@gap-4 {
		gap: 1rem !important;
	}

	.xl\@gap-x-4 {
		column-gap: 1rem !important;
	}

	.xl\@gap-y-4 {
		row-gap: 1rem !important;
	}

	.xl\@gap-5 {
		gap: 1.25rem !important;
	}

	.xl\@gap-x-5 {
		column-gap: 1.25rem !important;
	}

	.xl\@gap-y-5 {
		row-gap: 1.25rem !important;
	}

	.xl\@gap-6 {
		gap: 1.5rem !important;
	}

	.xl\@gap-x-6 {
		column-gap: 1.5rem !important;
	}

	.xl\@gap-y-6 {
		row-gap: 1.5rem !important;
	}

	.xl\@gap-7 {
		gap: 1.75rem !important;
	}

	.xl\@gap-x-7 {
		column-gap: 1.75rem !important;
	}

	.xl\@gap-y-7 {
		row-gap: 1.75rem !important;
	}

	.xl\@gap-8 {
		gap: 2rem !important;
	}

	.xl\@gap-x-8 {
		column-gap: 2rem !important;
	}

	.xl\@gap-y-8 {
		row-gap: 2rem !important;
	}

	.xl\@gap-9 {
		gap: 2.25rem !important;
	}

	.xl\@gap-x-9 {
		column-gap: 2.25rem !important;
	}

	.xl\@gap-y-9 {
		row-gap: 2.25rem !important;
	}

	.xl\@gap-10 {
		gap: 2.5rem !important;
	}

	.xl\@gap-x-10 {
		column-gap: 2.5rem !important;
	}

	.xl\@gap-y-10 {
		row-gap: 2.5rem !important;
	}

	.xl\@gap-11 {
		gap: 2.75rem !important;
	}

	.xl\@gap-x-11 {
		column-gap: 2.75rem !important;
	}

	.xl\@gap-y-11 {
		row-gap: 2.75rem !important;
	}

	.xl\@gap-12 {
		gap: 3rem !important;
	}

	.xl\@gap-x-12 {
		column-gap: 3rem !important;
	}

	.xl\@gap-y-12 {
		row-gap: 3rem !important;
	}

	.xl\@gap-13 {
		gap: 3.25rem !important;
	}

	.xl\@gap-x-13 {
		column-gap: 3.25rem !important;
	}

	.xl\@gap-y-13 {
		row-gap: 3.25rem !important;
	}

	.xl\@gap-14 {
		gap: 3.5rem !important;
	}

	.xl\@gap-x-14 {
		column-gap: 3.5rem !important;
	}

	.xl\@gap-y-14 {
		row-gap: 3.5rem !important;
	}

	.xl\@gap-15 {
		gap: 3.75rem !important;
	}

	.xl\@gap-x-15 {
		column-gap: 3.75rem !important;
	}

	.xl\@gap-y-15 {
		row-gap: 3.75rem !important;
	}

	.xl\@gap-16 {
		gap: 4rem !important;
	}

	.xl\@gap-x-16 {
		column-gap: 4rem !important;
	}

	.xl\@gap-y-16 {
		row-gap: 4rem !important;
	}

	.xl\@gap-17 {
		gap: 4.25rem !important;
	}

	.xl\@gap-x-17 {
		column-gap: 4.25rem !important;
	}

	.xl\@gap-y-17 {
		row-gap: 4.25rem !important;
	}

	.xl\@gap-18 {
		gap: 4.5rem !important;
	}

	.xl\@gap-x-18 {
		column-gap: 4.5rem !important;
	}

	.xl\@gap-y-18 {
		row-gap: 4.5rem !important;
	}

	.xl\@gap-19 {
		gap: 4.75rem !important;
	}

	.xl\@gap-x-19 {
		column-gap: 4.75rem !important;
	}

	.xl\@gap-y-19 {
		row-gap: 4.75rem !important;
	}

	.xl\@gap-20 {
		gap: 5rem !important;
	}

	.xl\@gap-x-20 {
		column-gap: 5rem !important;
	}

	.xl\@gap-y-20 {
		row-gap: 5rem !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/grid.css?168562308133459*/
/*!
* Components/Grid
*/

.grid-flow-row {
	grid-auto-flow: row !important;
}

.grid-flow-col {
	grid-auto-flow: column !important;
}

.grid-flow-row-dense {
	grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
	grid-auto-flow: column dense !important;
}

.auto-cols-max {
	grid-auto-columns: max-content !important;
}

.auto-cols-min {
	grid-auto-columns: min-content !important;
}

.auto-cols-auto {
	grid-auto-columns: auto !important;
}

.auto-cols-fr {
	grid-auto-columns: minmax(0, 1fr) !important;
}

.auto-rows-max {
	grid-auto-rows: max-content !important;
}

.auto-rows-min {
	grid-auto-rows: min-content !important;
}

.auto-rows-auto {
	grid-auto-rows: auto !important;
}

.auto-rows-fr {
	grid-auto-rows: minmax(0, 1fr) !important;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

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

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

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

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

.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.grid-cols-8 {
	grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.grid-cols-11 {
	grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.grid-cols-none {
	grid-template-columns: none !important;
}

.grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
	grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
	grid-template-rows: none !important;
}

.col-auto {
	grid-column: auto !important;
}

.col-span-1 {
	grid-column: span 1 / span 1 !important;
}

.col-span-2 {
	grid-column: span 2 / span 2 !important;
}

.col-span-3 {
	grid-column: span 3 / span 3 !important;
}

.col-span-4 {
	grid-column: span 4 / span 4 !important;
}

.col-span-5 {
	grid-column: span 5 / span 5 !important;
}

.col-span-6 {
	grid-column: span 6 / span 6 !important;
}

.col-span-7 {
	grid-column: span 7 / span 7 !important;
}

.col-span-8 {
	grid-column: span 8 / span 8 !important;
}

.col-span-9 {
	grid-column: span 9 / span 9 !important;
}

.col-span-10 {
	grid-column: span 10 / span 10 !important;
}

.col-span-11 {
	grid-column: span 11 / span 11 !important;
}

.col-span-12 {
	grid-column: span 12 / span 12 !important;
}

.col-span-full {
	grid-column: 1 / -1 !important;
}

.col-start-1 {
	grid-column-start: 1 !important;
}

.col-start-2 {
	grid-column-start: 2 !important;
}

.col-start-3 {
	grid-column-start: 3 !important;
}

.col-start-4 {
	grid-column-start: 4 !important;
}

.col-start-5 {
	grid-column-start: 5 !important;
}

.col-start-6 {
	grid-column-start: 6 !important;
}

.col-start-7 {
	grid-column-start: 7 !important;
}

.col-start-8 {
	grid-column-start: 8 !important;
}

.col-start-9 {
	grid-column-start: 9 !important;
}

.col-start-10 {
	grid-column-start: 10 !important;
}

.col-start-11 {
	grid-column-start: 11 !important;
}

.col-start-12 {
	grid-column-start: 12 !important;
}

.col-start-13 {
	grid-column-start: 13 !important;
}

.col-start-auto {
	grid-column-start: auto !important;
}

.col-end-1 {
	grid-column-end: 1 !important;
}

.col-end-2 {
	grid-column-end: 2 !important;
}

.col-end-3 {
	grid-column-end: 3 !important;
}

.col-end-4 {
	grid-column-end: 4 !important;
}

.col-end-5 {
	grid-column-end: 5 !important;
}

.col-end-6 {
	grid-column-end: 6 !important;
}

.col-end-7 {
	grid-column-end: 7 !important;
}

.col-end-8 {
	grid-column-end: 8 !important;
}

.col-end-9 {
	grid-column-end: 9 !important;
}

.col-end-10 {
	grid-column-end: 10 !important;
}

.col-end-11 {
	grid-column-end: 11 !important;
}

.col-end-12 {
	grid-column-end: 12 !important;
}

.col-end-13 {
	grid-column-end: 13 !important;
}

.col-end-auto {
	grid-column-end: auto !important;
}

.row-auto {
	grid-row: auto !important;
}

.row-span-1 {
	grid-row: span 1 / span 1 !important;
}

.row-span-2 {
	grid-row: span 2 / span 2 !important;
}

.row-span-3 {
	grid-row: span 3 / span 3 !important;
}

.row-span-4 {
	grid-row: span 4 / span 4 !important;
}

.row-span-5 {
	grid-row: span 5 / span 5 !important;
}

.row-span-6 {
	grid-row: span 6 / span 6 !important;
}

.row-span-full {
	grid-row: 1 / -1 !important;
}

.row-start-1 {
	grid-row-start: 1 !important;
}

.row-start-2 {
	grid-row-start: 2 !important;
}

.row-start-3 {
	grid-row-start: 3 !important;
}

.row-start-4 {
	grid-row-start: 4 !important;
}

.row-start-5 {
	grid-row-start: 5 !important;
}

.row-start-6 {
	grid-row-start: 6 !important;
}

.row-start-7 {
	grid-row-start: 7 !important;
}

.row-start-auto {
	grid-row-start: auto !important;
}

.row-end-1 {
	grid-row-end: 1 !important;
}

.row-end-2 {
	grid-row-end: 2 !important;
}

.row-end-3 {
	grid-row-end: 3 !important;
}

.row-end-4 {
	grid-row-end: 4 !important;
}

.row-end-5 {
	grid-row-end: 5 !important;
}

.row-end-6 {
	grid-row-end: 6 !important;
}

.row-end-7 {
	grid-row-end: 7 !important;
}

.row-end-auto {
	grid-row-end: auto !important;
}

@media (min-width: 37.5em) {
	.sm\@grid-flow-row {
		grid-auto-flow: row !important;
	}

	.sm\@grid-flow-col {
		grid-auto-flow: column !important;
	}

	.sm\@grid-flow-row-dense {
		grid-auto-flow: row dense !important;
	}

	.sm\@grid-flow-col-dense {
		grid-auto-flow: column dense !important;
	}

	.sm\@auto-cols-max {
		grid-auto-columns: max-content !important;
	}

	.sm\@auto-cols-min {
		grid-auto-columns: min-content !important;
	}

	.sm\@auto-cols-auto {
		grid-auto-columns: auto !important;
	}

	.sm\@auto-cols-fr {
		grid-auto-columns: minmax(0, 1fr) !important;
	}

	.sm\@auto-rows-max {
		grid-auto-rows: max-content !important;
	}

	.sm\@auto-rows-min {
		grid-auto-rows: min-content !important;
	}

	.sm\@auto-rows-auto {
		grid-auto-rows: auto !important;
	}

	.sm\@auto-rows-fr {
		grid-auto-rows: minmax(0, 1fr) !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.sm\@grid-cols-none {
		grid-template-columns: none !important;
	}

	.sm\@grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
	}

	.sm\@grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
	}

	.sm\@grid-rows-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
	}

	.sm\@grid-rows-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
	}

	.sm\@grid-rows-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
	}

	.sm\@grid-rows-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
	}

	.sm\@grid-rows-none {
		grid-template-rows: none !important;
	}

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

	.sm\@col-span-1 {
		grid-column: span 1 / span 1 !important;
	}

	.sm\@col-span-2 {
		grid-column: span 2 / span 2 !important;
	}

	.sm\@col-span-3 {
		grid-column: span 3 / span 3 !important;
	}

	.sm\@col-span-4 {
		grid-column: span 4 / span 4 !important;
	}

	.sm\@col-span-5 {
		grid-column: span 5 / span 5 !important;
	}

	.sm\@col-span-6 {
		grid-column: span 6 / span 6 !important;
	}

	.sm\@col-span-7 {
		grid-column: span 7 / span 7 !important;
	}

	.sm\@col-span-8 {
		grid-column: span 8 / span 8 !important;
	}

	.sm\@col-span-9 {
		grid-column: span 9 / span 9 !important;
	}

	.sm\@col-span-10 {
		grid-column: span 10 / span 10 !important;
	}

	.sm\@col-span-11 {
		grid-column: span 11 / span 11 !important;
	}

	.sm\@col-span-12 {
		grid-column: span 12 / span 12 !important;
	}

	.sm\@col-span-full {
		grid-column: 1 / -1 !important;
	}

	.sm\@col-start-1 {
		grid-column-start: 1 !important;
	}

	.sm\@col-start-2 {
		grid-column-start: 2 !important;
	}

	.sm\@col-start-3 {
		grid-column-start: 3 !important;
	}

	.sm\@col-start-4 {
		grid-column-start: 4 !important;
	}

	.sm\@col-start-5 {
		grid-column-start: 5 !important;
	}

	.sm\@col-start-6 {
		grid-column-start: 6 !important;
	}

	.sm\@col-start-7 {
		grid-column-start: 7 !important;
	}

	.sm\@col-start-8 {
		grid-column-start: 8 !important;
	}

	.sm\@col-start-9 {
		grid-column-start: 9 !important;
	}

	.sm\@col-start-10 {
		grid-column-start: 10 !important;
	}

	.sm\@col-start-11 {
		grid-column-start: 11 !important;
	}

	.sm\@col-start-12 {
		grid-column-start: 12 !important;
	}

	.sm\@col-start-13 {
		grid-column-start: 13 !important;
	}

	.sm\@col-start-auto {
		grid-column-start: auto !important;
	}

	.sm\@col-end-1 {
		grid-column-end: 1 !important;
	}

	.sm\@col-end-2 {
		grid-column-end: 2 !important;
	}

	.sm\@col-end-3 {
		grid-column-end: 3 !important;
	}

	.sm\@col-end-4 {
		grid-column-end: 4 !important;
	}

	.sm\@col-end-5 {
		grid-column-end: 5 !important;
	}

	.sm\@col-end-6 {
		grid-column-end: 6 !important;
	}

	.sm\@col-end-7 {
		grid-column-end: 7 !important;
	}

	.sm\@col-end-8 {
		grid-column-end: 8 !important;
	}

	.sm\@col-end-9 {
		grid-column-end: 9 !important;
	}

	.sm\@col-end-10 {
		grid-column-end: 10 !important;
	}

	.sm\@col-end-11 {
		grid-column-end: 11 !important;
	}

	.sm\@col-end-12 {
		grid-column-end: 12 !important;
	}

	.sm\@col-end-13 {
		grid-column-end: 13 !important;
	}

	.sm\@col-end-auto {
		grid-column-end: auto !important;
	}

	.sm\@row-auto {
		grid-row: auto !important;
	}

	.sm\@row-span-1 {
		grid-row: span 1 / span 1 !important;
	}

	.sm\@row-span-2 {
		grid-row: span 2 / span 2 !important;
	}

	.sm\@row-span-3 {
		grid-row: span 3 / span 3 !important;
	}

	.sm\@row-span-4 {
		grid-row: span 4 / span 4 !important;
	}

	.sm\@row-span-5 {
		grid-row: span 5 / span 5 !important;
	}

	.sm\@row-span-6 {
		grid-row: span 6 / span 6 !important;
	}

	.sm\@row-span-full {
		grid-row: 1 / -1 !important;
	}

	.sm\@row-start-1 {
		grid-row-start: 1 !important;
	}

	.sm\@row-start-2 {
		grid-row-start: 2 !important;
	}

	.sm\@row-start-3 {
		grid-row-start: 3 !important;
	}

	.sm\@row-start-4 {
		grid-row-start: 4 !important;
	}

	.sm\@row-start-5 {
		grid-row-start: 5 !important;
	}

	.sm\@row-start-6 {
		grid-row-start: 6 !important;
	}

	.sm\@row-start-7 {
		grid-row-start: 7 !important;
	}

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

	.sm\@row-end-1 {
		grid-row-end: 1 !important;
	}

	.sm\@row-end-2 {
		grid-row-end: 2 !important;
	}

	.sm\@row-end-3 {
		grid-row-end: 3 !important;
	}

	.sm\@row-end-4 {
		grid-row-end: 4 !important;
	}

	.sm\@row-end-5 {
		grid-row-end: 5 !important;
	}

	.sm\@row-end-6 {
		grid-row-end: 6 !important;
	}

	.sm\@row-end-7 {
		grid-row-end: 7 !important;
	}

	.sm\@row-end-auto {
		grid-row-end: auto !important;
	}
}

@media (min-width: 60em) {
	.md\@grid-flow-row {
		grid-auto-flow: row !important;
	}

	.md\@grid-flow-col {
		grid-auto-flow: column !important;
	}

	.md\@grid-flow-row-dense {
		grid-auto-flow: row dense !important;
	}

	.md\@grid-flow-col-dense {
		grid-auto-flow: column dense !important;
	}

	.md\@auto-cols-max {
		grid-auto-columns: max-content !important;
	}

	.md\@auto-cols-min {
		grid-auto-columns: min-content !important;
	}

	.md\@auto-cols-auto {
		grid-auto-columns: auto !important;
	}

	.md\@auto-cols-fr {
		grid-auto-columns: minmax(0, 1fr) !important;
	}

	.md\@auto-rows-max {
		grid-auto-rows: max-content !important;
	}

	.md\@auto-rows-min {
		grid-auto-rows: min-content !important;
	}

	.md\@auto-rows-auto {
		grid-auto-rows: auto !important;
	}

	.md\@auto-rows-fr {
		grid-auto-rows: minmax(0, 1fr) !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.md\@grid-cols-none {
		grid-template-columns: none !important;
	}

	.md\@grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
	}

	.md\@grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
	}

	.md\@grid-rows-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
	}

	.md\@grid-rows-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
	}

	.md\@grid-rows-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
	}

	.md\@grid-rows-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
	}

	.md\@grid-rows-none {
		grid-template-rows: none !important;
	}

	.md\@col-auto {
		grid-column: auto !important;
	}

	.md\@col-span-1 {
		grid-column: span 1 / span 1 !important;
	}

	.md\@col-span-2 {
		grid-column: span 2 / span 2 !important;
	}

	.md\@col-span-3 {
		grid-column: span 3 / span 3 !important;
	}

	.md\@col-span-4 {
		grid-column: span 4 / span 4 !important;
	}

	.md\@col-span-5 {
		grid-column: span 5 / span 5 !important;
	}

	.md\@col-span-6 {
		grid-column: span 6 / span 6 !important;
	}

	.md\@col-span-7 {
		grid-column: span 7 / span 7 !important;
	}

	.md\@col-span-8 {
		grid-column: span 8 / span 8 !important;
	}

	.md\@col-span-9 {
		grid-column: span 9 / span 9 !important;
	}

	.md\@col-span-10 {
		grid-column: span 10 / span 10 !important;
	}

	.md\@col-span-11 {
		grid-column: span 11 / span 11 !important;
	}

	.md\@col-span-12 {
		grid-column: span 12 / span 12 !important;
	}

	.md\@col-span-full {
		grid-column: 1 / -1 !important;
	}

	.md\@col-start-1 {
		grid-column-start: 1 !important;
	}

	.md\@col-start-2 {
		grid-column-start: 2 !important;
	}

	.md\@col-start-3 {
		grid-column-start: 3 !important;
	}

	.md\@col-start-4 {
		grid-column-start: 4 !important;
	}

	.md\@col-start-5 {
		grid-column-start: 5 !important;
	}

	.md\@col-start-6 {
		grid-column-start: 6 !important;
	}

	.md\@col-start-7 {
		grid-column-start: 7 !important;
	}

	.md\@col-start-8 {
		grid-column-start: 8 !important;
	}

	.md\@col-start-9 {
		grid-column-start: 9 !important;
	}

	.md\@col-start-10 {
		grid-column-start: 10 !important;
	}

	.md\@col-start-11 {
		grid-column-start: 11 !important;
	}

	.md\@col-start-12 {
		grid-column-start: 12 !important;
	}

	.md\@col-start-13 {
		grid-column-start: 13 !important;
	}

	.md\@col-start-auto {
		grid-column-start: auto !important;
	}

	.md\@col-end-1 {
		grid-column-end: 1 !important;
	}

	.md\@col-end-2 {
		grid-column-end: 2 !important;
	}

	.md\@col-end-3 {
		grid-column-end: 3 !important;
	}

	.md\@col-end-4 {
		grid-column-end: 4 !important;
	}

	.md\@col-end-5 {
		grid-column-end: 5 !important;
	}

	.md\@col-end-6 {
		grid-column-end: 6 !important;
	}

	.md\@col-end-7 {
		grid-column-end: 7 !important;
	}

	.md\@col-end-8 {
		grid-column-end: 8 !important;
	}

	.md\@col-end-9 {
		grid-column-end: 9 !important;
	}

	.md\@col-end-10 {
		grid-column-end: 10 !important;
	}

	.md\@col-end-11 {
		grid-column-end: 11 !important;
	}

	.md\@col-end-12 {
		grid-column-end: 12 !important;
	}

	.md\@col-end-13 {
		grid-column-end: 13 !important;
	}

	.md\@col-end-auto {
		grid-column-end: auto !important;
	}

	.md\@row-auto {
		grid-row: auto !important;
	}

	.md\@row-span-1 {
		grid-row: span 1 / span 1 !important;
	}

	.md\@row-span-2 {
		grid-row: span 2 / span 2 !important;
	}

	.md\@row-span-3 {
		grid-row: span 3 / span 3 !important;
	}

	.md\@row-span-4 {
		grid-row: span 4 / span 4 !important;
	}

	.md\@row-span-5 {
		grid-row: span 5 / span 5 !important;
	}

	.md\@row-span-6 {
		grid-row: span 6 / span 6 !important;
	}

	.md\@row-span-full {
		grid-row: 1 / -1 !important;
	}

	.md\@row-start-1 {
		grid-row-start: 1 !important;
	}

	.md\@row-start-2 {
		grid-row-start: 2 !important;
	}

	.md\@row-start-3 {
		grid-row-start: 3 !important;
	}

	.md\@row-start-4 {
		grid-row-start: 4 !important;
	}

	.md\@row-start-5 {
		grid-row-start: 5 !important;
	}

	.md\@row-start-6 {
		grid-row-start: 6 !important;
	}

	.md\@row-start-7 {
		grid-row-start: 7 !important;
	}

	.md\@row-start-auto {
		grid-row-start: auto !important;
	}

	.md\@row-end-1 {
		grid-row-end: 1 !important;
	}

	.md\@row-end-2 {
		grid-row-end: 2 !important;
	}

	.md\@row-end-3 {
		grid-row-end: 3 !important;
	}

	.md\@row-end-4 {
		grid-row-end: 4 !important;
	}

	.md\@row-end-5 {
		grid-row-end: 5 !important;
	}

	.md\@row-end-6 {
		grid-row-end: 6 !important;
	}

	.md\@row-end-7 {
		grid-row-end: 7 !important;
	}

	.md\@row-end-auto {
		grid-row-end: auto !important;
	}
}

@media (min-width: 80em) {
	.lg\@grid-flow-row {
		grid-auto-flow: row !important;
	}

	.lg\@grid-flow-col {
		grid-auto-flow: column !important;
	}

	.lg\@grid-flow-row-dense {
		grid-auto-flow: row dense !important;
	}

	.lg\@grid-flow-col-dense {
		grid-auto-flow: column dense !important;
	}

	.lg\@auto-cols-max {
		grid-auto-columns: max-content !important;
	}

	.lg\@auto-cols-min {
		grid-auto-columns: min-content !important;
	}

	.lg\@auto-cols-auto {
		grid-auto-columns: auto !important;
	}

	.lg\@auto-cols-fr {
		grid-auto-columns: minmax(0, 1fr) !important;
	}

	.lg\@auto-rows-max {
		grid-auto-rows: max-content !important;
	}

	.lg\@auto-rows-min {
		grid-auto-rows: min-content !important;
	}

	.lg\@auto-rows-auto {
		grid-auto-rows: auto !important;
	}

	.lg\@auto-rows-fr {
		grid-auto-rows: minmax(0, 1fr) !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.lg\@grid-cols-none {
		grid-template-columns: none !important;
	}

	.lg\@grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
	}

	.lg\@grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
	}

	.lg\@grid-rows-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
	}

	.lg\@grid-rows-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
	}

	.lg\@grid-rows-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
	}

	.lg\@grid-rows-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
	}

	.lg\@grid-rows-none {
		grid-template-rows: none !important;
	}

	.lg\@col-auto {
		grid-column: auto !important;
	}

	.lg\@col-span-1 {
		grid-column: span 1 / span 1 !important;
	}

	.lg\@col-span-2 {
		grid-column: span 2 / span 2 !important;
	}

	.lg\@col-span-3 {
		grid-column: span 3 / span 3 !important;
	}

	.lg\@col-span-4 {
		grid-column: span 4 / span 4 !important;
	}

	.lg\@col-span-5 {
		grid-column: span 5 / span 5 !important;
	}

	.lg\@col-span-6 {
		grid-column: span 6 / span 6 !important;
	}

	.lg\@col-span-7 {
		grid-column: span 7 / span 7 !important;
	}

	.lg\@col-span-8 {
		grid-column: span 8 / span 8 !important;
	}

	.lg\@col-span-9 {
		grid-column: span 9 / span 9 !important;
	}

	.lg\@col-span-10 {
		grid-column: span 10 / span 10 !important;
	}

	.lg\@col-span-11 {
		grid-column: span 11 / span 11 !important;
	}

	.lg\@col-span-12 {
		grid-column: span 12 / span 12 !important;
	}

	.lg\@col-span-full {
		grid-column: 1 / -1 !important;
	}

	.lg\@col-start-1 {
		grid-column-start: 1 !important;
	}

	.lg\@col-start-2 {
		grid-column-start: 2 !important;
	}

	.lg\@col-start-3 {
		grid-column-start: 3 !important;
	}

	.lg\@col-start-4 {
		grid-column-start: 4 !important;
	}

	.lg\@col-start-5 {
		grid-column-start: 5 !important;
	}

	.lg\@col-start-6 {
		grid-column-start: 6 !important;
	}

	.lg\@col-start-7 {
		grid-column-start: 7 !important;
	}

	.lg\@col-start-8 {
		grid-column-start: 8 !important;
	}

	.lg\@col-start-9 {
		grid-column-start: 9 !important;
	}

	.lg\@col-start-10 {
		grid-column-start: 10 !important;
	}

	.lg\@col-start-11 {
		grid-column-start: 11 !important;
	}

	.lg\@col-start-12 {
		grid-column-start: 12 !important;
	}

	.lg\@col-start-13 {
		grid-column-start: 13 !important;
	}

	.lg\@col-start-auto {
		grid-column-start: auto !important;
	}

	.lg\@col-end-1 {
		grid-column-end: 1 !important;
	}

	.lg\@col-end-2 {
		grid-column-end: 2 !important;
	}

	.lg\@col-end-3 {
		grid-column-end: 3 !important;
	}

	.lg\@col-end-4 {
		grid-column-end: 4 !important;
	}

	.lg\@col-end-5 {
		grid-column-end: 5 !important;
	}

	.lg\@col-end-6 {
		grid-column-end: 6 !important;
	}

	.lg\@col-end-7 {
		grid-column-end: 7 !important;
	}

	.lg\@col-end-8 {
		grid-column-end: 8 !important;
	}

	.lg\@col-end-9 {
		grid-column-end: 9 !important;
	}

	.lg\@col-end-10 {
		grid-column-end: 10 !important;
	}

	.lg\@col-end-11 {
		grid-column-end: 11 !important;
	}

	.lg\@col-end-12 {
		grid-column-end: 12 !important;
	}

	.lg\@col-end-13 {
		grid-column-end: 13 !important;
	}

	.lg\@col-end-auto {
		grid-column-end: auto !important;
	}

	.lg\@row-auto {
		grid-row: auto !important;
	}

	.lg\@row-span-1 {
		grid-row: span 1 / span 1 !important;
	}

	.lg\@row-span-2 {
		grid-row: span 2 / span 2 !important;
	}

	.lg\@row-span-3 {
		grid-row: span 3 / span 3 !important;
	}

	.lg\@row-span-4 {
		grid-row: span 4 / span 4 !important;
	}

	.lg\@row-span-5 {
		grid-row: span 5 / span 5 !important;
	}

	.lg\@row-span-6 {
		grid-row: span 6 / span 6 !important;
	}

	.lg\@row-span-full {
		grid-row: 1 / -1 !important;
	}

	.lg\@row-start-1 {
		grid-row-start: 1 !important;
	}

	.lg\@row-start-2 {
		grid-row-start: 2 !important;
	}

	.lg\@row-start-3 {
		grid-row-start: 3 !important;
	}

	.lg\@row-start-4 {
		grid-row-start: 4 !important;
	}

	.lg\@row-start-5 {
		grid-row-start: 5 !important;
	}

	.lg\@row-start-6 {
		grid-row-start: 6 !important;
	}

	.lg\@row-start-7 {
		grid-row-start: 7 !important;
	}

	.lg\@row-start-auto {
		grid-row-start: auto !important;
	}

	.lg\@row-end-1 {
		grid-row-end: 1 !important;
	}

	.lg\@row-end-2 {
		grid-row-end: 2 !important;
	}

	.lg\@row-end-3 {
		grid-row-end: 3 !important;
	}

	.lg\@row-end-4 {
		grid-row-end: 4 !important;
	}

	.lg\@row-end-5 {
		grid-row-end: 5 !important;
	}

	.lg\@row-end-6 {
		grid-row-end: 6 !important;
	}

	.lg\@row-end-7 {
		grid-row-end: 7 !important;
	}

	.lg\@row-end-auto {
		grid-row-end: auto !important;
	}
}

@media (min-width: 100em) {
	.xl\@grid-flow-row {
		grid-auto-flow: row !important;
	}

	.xl\@grid-flow-col {
		grid-auto-flow: column !important;
	}

	.xl\@grid-flow-row-dense {
		grid-auto-flow: row dense !important;
	}

	.xl\@grid-flow-col-dense {
		grid-auto-flow: column dense !important;
	}

	.xl\@auto-cols-max {
		grid-auto-columns: max-content !important;
	}

	.xl\@auto-cols-min {
		grid-auto-columns: min-content !important;
	}

	.xl\@auto-cols-auto {
		grid-auto-columns: auto !important;
	}

	.xl\@auto-cols-fr {
		grid-auto-columns: minmax(0, 1fr) !important;
	}

	.xl\@auto-rows-max {
		grid-auto-rows: max-content !important;
	}

	.xl\@auto-rows-min {
		grid-auto-rows: min-content !important;
	}

	.xl\@auto-rows-auto {
		grid-auto-rows: auto !important;
	}

	.xl\@auto-rows-fr {
		grid-auto-rows: minmax(0, 1fr) !important;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.xl\@grid-cols-none {
		grid-template-columns: none !important;
	}

	.xl\@grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
	}

	.xl\@grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
	}

	.xl\@grid-rows-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
	}

	.xl\@grid-rows-4 {
		grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
	}

	.xl\@grid-rows-5 {
		grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
	}

	.xl\@grid-rows-6 {
		grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
	}

	.xl\@grid-rows-none {
		grid-template-rows: none !important;
	}

	.xl\@col-auto {
		grid-column: auto !important;
	}

	.xl\@col-span-1 {
		grid-column: span 1 / span 1 !important;
	}

	.xl\@col-span-2 {
		grid-column: span 2 / span 2 !important;
	}

	.xl\@col-span-3 {
		grid-column: span 3 / span 3 !important;
	}

	.xl\@col-span-4 {
		grid-column: span 4 / span 4 !important;
	}

	.xl\@col-span-5 {
		grid-column: span 5 / span 5 !important;
	}

	.xl\@col-span-6 {
		grid-column: span 6 / span 6 !important;
	}

	.xl\@col-span-7 {
		grid-column: span 7 / span 7 !important;
	}

	.xl\@col-span-8 {
		grid-column: span 8 / span 8 !important;
	}

	.xl\@col-span-9 {
		grid-column: span 9 / span 9 !important;
	}

	.xl\@col-span-10 {
		grid-column: span 10 / span 10 !important;
	}

	.xl\@col-span-11 {
		grid-column: span 11 / span 11 !important;
	}

	.xl\@col-span-12 {
		grid-column: span 12 / span 12 !important;
	}

	.xl\@col-span-full {
		grid-column: 1 / -1 !important;
	}

	.xl\@col-start-1 {
		grid-column-start: 1 !important;
	}

	.xl\@col-start-2 {
		grid-column-start: 2 !important;
	}

	.xl\@col-start-3 {
		grid-column-start: 3 !important;
	}

	.xl\@col-start-4 {
		grid-column-start: 4 !important;
	}

	.xl\@col-start-5 {
		grid-column-start: 5 !important;
	}

	.xl\@col-start-6 {
		grid-column-start: 6 !important;
	}

	.xl\@col-start-7 {
		grid-column-start: 7 !important;
	}

	.xl\@col-start-8 {
		grid-column-start: 8 !important;
	}

	.xl\@col-start-9 {
		grid-column-start: 9 !important;
	}

	.xl\@col-start-10 {
		grid-column-start: 10 !important;
	}

	.xl\@col-start-11 {
		grid-column-start: 11 !important;
	}

	.xl\@col-start-12 {
		grid-column-start: 12 !important;
	}

	.xl\@col-start-13 {
		grid-column-start: 13 !important;
	}

	.xl\@col-start-auto {
		grid-column-start: auto !important;
	}

	.xl\@col-end-1 {
		grid-column-end: 1 !important;
	}

	.xl\@col-end-2 {
		grid-column-end: 2 !important;
	}

	.xl\@col-end-3 {
		grid-column-end: 3 !important;
	}

	.xl\@col-end-4 {
		grid-column-end: 4 !important;
	}

	.xl\@col-end-5 {
		grid-column-end: 5 !important;
	}

	.xl\@col-end-6 {
		grid-column-end: 6 !important;
	}

	.xl\@col-end-7 {
		grid-column-end: 7 !important;
	}

	.xl\@col-end-8 {
		grid-column-end: 8 !important;
	}

	.xl\@col-end-9 {
		grid-column-end: 9 !important;
	}

	.xl\@col-end-10 {
		grid-column-end: 10 !important;
	}

	.xl\@col-end-11 {
		grid-column-end: 11 !important;
	}

	.xl\@col-end-12 {
		grid-column-end: 12 !important;
	}

	.xl\@col-end-13 {
		grid-column-end: 13 !important;
	}

	.xl\@col-end-auto {
		grid-column-end: auto !important;
	}

	.xl\@row-auto {
		grid-row: auto !important;
	}

	.xl\@row-span-1 {
		grid-row: span 1 / span 1 !important;
	}

	.xl\@row-span-2 {
		grid-row: span 2 / span 2 !important;
	}

	.xl\@row-span-3 {
		grid-row: span 3 / span 3 !important;
	}

	.xl\@row-span-4 {
		grid-row: span 4 / span 4 !important;
	}

	.xl\@row-span-5 {
		grid-row: span 5 / span 5 !important;
	}

	.xl\@row-span-6 {
		grid-row: span 6 / span 6 !important;
	}

	.xl\@row-span-full {
		grid-row: 1 / -1 !important;
	}

	.xl\@row-start-1 {
		grid-row-start: 1 !important;
	}

	.xl\@row-start-2 {
		grid-row-start: 2 !important;
	}

	.xl\@row-start-3 {
		grid-row-start: 3 !important;
	}

	.xl\@row-start-4 {
		grid-row-start: 4 !important;
	}

	.xl\@row-start-5 {
		grid-row-start: 5 !important;
	}

	.xl\@row-start-6 {
		grid-row-start: 6 !important;
	}

	.xl\@row-start-7 {
		grid-row-start: 7 !important;
	}

	.xl\@row-start-auto {
		grid-row-start: auto !important;
	}

	.xl\@row-end-1 {
		grid-row-end: 1 !important;
	}

	.xl\@row-end-2 {
		grid-row-end: 2 !important;
	}

	.xl\@row-end-3 {
		grid-row-end: 3 !important;
	}

	.xl\@row-end-4 {
		grid-row-end: 4 !important;
	}

	.xl\@row-end-5 {
		grid-row-end: 5 !important;
	}

	.xl\@row-end-6 {
		grid-row-end: 6 !important;
	}

	.xl\@row-end-7 {
		grid-row-end: 7 !important;
	}

	.xl\@row-end-auto {
		grid-row-end: auto !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/justify.css?16856230815388*/
/*!
* Components/Justify
*/

.justify-start {
	justify-content: flex-start !important;
}

.justify-end {
	justify-content: flex-end !important;
}

.justify-center {
	justify-content: center !important;
}

.justify-between {
	justify-content: space-between !important;
}

.justify-around {
	justify-content: space-around !important;
}

.justify-evenly {
	justify-content: space-evenly !important;
}

.justify-items-start {
	justify-items: start !important;
}

.justify-items-end {
	justify-items: end !important;
}

.justify-items-center {
	justify-items: center !important;
}

.justify-items-stretch {
	justify-items: stretch !important;
}

.justify-self-auto {
	justify-self: auto !important;
}

.justify-self-start {
	justify-self: start !important;
}

.justify-self-end {
	justify-self: end !important;
}

.justify-self-center {
	justify-self: center !important;
}

.justify-self-stretch {
	justify-self: stretch !important;
}

@media (min-width: 37.5em) {
	.sm\@justify-start {
		justify-content: flex-start !important;
	}

	.sm\@justify-end {
		justify-content: flex-end !important;
	}

	.sm\@justify-center {
		justify-content: center !important;
	}

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

	.sm\@justify-around {
		justify-content: space-around !important;
	}

	.sm\@justify-evenly {
		justify-content: space-evenly !important;
	}

	.sm\@justify-items-start {
		justify-items: start !important;
	}

	.sm\@justify-items-end {
		justify-items: end !important;
	}

	.sm\@justify-items-center {
		justify-items: center !important;
	}

	.sm\@justify-items-stretch {
		justify-items: stretch !important;
	}

	.sm\@justify-self-auto {
		justify-self: auto !important;
	}

	.sm\@justify-self-start {
		justify-self: start !important;
	}

	.sm\@justify-self-end {
		justify-self: end !important;
	}

	.sm\@justify-self-center {
		justify-self: center !important;
	}

	.sm\@justify-self-stretch {
		justify-self: stretch !important;
	}
}

@media (min-width: 60em) {
	.md\@justify-start {
		justify-content: flex-start !important;
	}

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

	.md\@justify-center {
		justify-content: center !important;
	}

	.md\@justify-between {
		justify-content: space-between !important;
	}

	.md\@justify-around {
		justify-content: space-around !important;
	}

	.md\@justify-evenly {
		justify-content: space-evenly !important;
	}

	.md\@justify-items-start {
		justify-items: start !important;
	}

	.md\@justify-items-end {
		justify-items: end !important;
	}

	.md\@justify-items-center {
		justify-items: center !important;
	}

	.md\@justify-items-stretch {
		justify-items: stretch !important;
	}

	.md\@justify-self-auto {
		justify-self: auto !important;
	}

	.md\@justify-self-start {
		justify-self: start !important;
	}

	.md\@justify-self-end {
		justify-self: end !important;
	}

	.md\@justify-self-center {
		justify-self: center !important;
	}

	.md\@justify-self-stretch {
		justify-self: stretch !important;
	}
}

@media (min-width: 80em) {
	.lg\@justify-start {
		justify-content: flex-start !important;
	}

	.lg\@justify-end {
		justify-content: flex-end !important;
	}

	.lg\@justify-center {
		justify-content: center !important;
	}

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

	.lg\@justify-around {
		justify-content: space-around !important;
	}

	.lg\@justify-evenly {
		justify-content: space-evenly !important;
	}

	.lg\@justify-items-start {
		justify-items: start !important;
	}

	.lg\@justify-items-end {
		justify-items: end !important;
	}

	.lg\@justify-items-center {
		justify-items: center !important;
	}

	.lg\@justify-items-stretch {
		justify-items: stretch !important;
	}

	.lg\@justify-self-auto {
		justify-self: auto !important;
	}

	.lg\@justify-self-start {
		justify-self: start !important;
	}

	.lg\@justify-self-end {
		justify-self: end !important;
	}

	.lg\@justify-self-center {
		justify-self: center !important;
	}

	.lg\@justify-self-stretch {
		justify-self: stretch !important;
	}
}

@media (min-width: 100em) {
	.xl\@justify-start {
		justify-content: flex-start !important;
	}

	.xl\@justify-end {
		justify-content: flex-end !important;
	}

	.xl\@justify-center {
		justify-content: center !important;
	}

	.xl\@justify-between {
		justify-content: space-between !important;
	}

	.xl\@justify-around {
		justify-content: space-around !important;
	}

	.xl\@justify-evenly {
		justify-content: space-evenly !important;
	}

	.xl\@justify-items-start {
		justify-items: start !important;
	}

	.xl\@justify-items-end {
		justify-items: end !important;
	}

	.xl\@justify-items-center {
		justify-items: center !important;
	}

	.xl\@justify-items-stretch {
		justify-items: stretch !important;
	}

	.xl\@justify-self-auto {
		justify-self: auto !important;
	}

	.xl\@justify-self-start {
		justify-self: start !important;
	}

	.xl\@justify-self-end {
		justify-self: end !important;
	}

	.xl\@justify-self-center {
		justify-self: center !important;
	}

	.xl\@justify-self-stretch {
		justify-self: stretch !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/opacity.css?1685623081463*/
/*!
 * Utilities/Opacity
 */

.opacity-0 {
	opacity: 0 !important;
}

.opacity-20 {
	opacity: 0.2 !important;
}

.opacity-25 {
	opacity: 0.25 !important;
}

.opacity-50 {
	opacity: 0.5 !important;
}
.opacity-50-hover:hover {
	opacity: 0.5 !important;
}

.opacity-75 {
	opacity: 0.75 !important;
}

.opacity-80 {
	opacity: 0.8 !important;
}

.opacity-90 {
	opacity: 0.9 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/order.css?16856230813692*/
/*!
 * Utilities/Order
 */

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-6 {
	order: 6 !important;
}

.order-7 {
	order: 7 !important;
}

.order-8 {
	order: 8 !important;
}

.order-9 {
	order: 9 !important;
}

.order-10 {
	order: 10 !important;
}

.order-11 {
	order: 11 !important;
}

.order-12 {
	order: 12 !important;
}

.order-last {
	order: 9999 !important;
}

.order-first {
	order: -9999 !important;
}

.order-none {
	order: 0 !important;
}

@media (min-width: 37.5em) {
	.sm\@order-1 {
		order: 1 !important;
	}

	.sm\@order-2 {
		order: 2 !important;
	}

	.sm\@order-3 {
		order: 3 !important;
	}

	.sm\@order-4 {
		order: 4 !important;
	}

	.sm\@order-5 {
		order: 5 !important;
	}

	.sm\@order-6 {
		order: 6 !important;
	}

	.sm\@order-7 {
		order: 7 !important;
	}

	.sm\@order-8 {
		order: 8 !important;
	}

	.sm\@order-9 {
		order: 9 !important;
	}

	.sm\@order-10 {
		order: 10 !important;
	}

	.sm\@order-11 {
		order: 11 !important;
	}

	.sm\@order-12 {
		order: 12 !important;
	}

	.sm\@order-last {
		order: 9999 !important;
	}

	.sm\@order-first {
		order: -9999 !important;
	}

	.sm\@order-none {
		order: 0 !important;
	}
}

@media (min-width: 60em) {
	.md\@order-1 {
		order: 1 !important;
	}

	.md\@order-2 {
		order: 2 !important;
	}

	.md\@order-3 {
		order: 3 !important;
	}

	.md\@order-4 {
		order: 4 !important;
	}

	.md\@order-5 {
		order: 5 !important;
	}

	.md\@order-6 {
		order: 6 !important;
	}

	.md\@order-7 {
		order: 7 !important;
	}

	.md\@order-8 {
		order: 8 !important;
	}

	.md\@order-9 {
		order: 9 !important;
	}

	.md\@order-10 {
		order: 10 !important;
	}

	.md\@order-11 {
		order: 11 !important;
	}

	.md\@order-12 {
		order: 12 !important;
	}

	.md\@order-last {
		order: 9999 !important;
	}

	.md\@order-first {
		order: -9999 !important;
	}

	.md\@order-none {
		order: 0 !important;
	}
}

@media (min-width: 80em) {
	.lg\@order-1 {
		order: 1 !important;
	}

	.lg\@order-2 {
		order: 2 !important;
	}

	.lg\@order-3 {
		order: 3 !important;
	}

	.lg\@order-4 {
		order: 4 !important;
	}

	.lg\@order-5 {
		order: 5 !important;
	}

	.lg\@order-6 {
		order: 6 !important;
	}

	.lg\@order-7 {
		order: 7 !important;
	}

	.lg\@order-8 {
		order: 8 !important;
	}

	.lg\@order-9 {
		order: 9 !important;
	}

	.lg\@order-10 {
		order: 10 !important;
	}

	.lg\@order-11 {
		order: 11 !important;
	}

	.lg\@order-12 {
		order: 12 !important;
	}

	.lg\@order-last {
		order: 9999 !important;
	}

	.lg\@order-first {
		order: -9999 !important;
	}

	.lg\@order-none {
		order: 0 !important;
	}
}

@media (min-width: 100em) {
	.xl\@order-1 {
		order: 1 !important;
	}

	.xl\@order-2 {
		order: 2 !important;
	}

	.xl\@order-3 {
		order: 3 !important;
	}

	.xl\@order-4 {
		order: 4 !important;
	}

	.xl\@order-5 {
		order: 5 !important;
	}

	.xl\@order-6 {
		order: 6 !important;
	}

	.xl\@order-7 {
		order: 7 !important;
	}

	.xl\@order-8 {
		order: 8 !important;
	}

	.xl\@order-9 {
		order: 9 !important;
	}

	.xl\@order-10 {
		order: 10 !important;
	}

	.xl\@order-11 {
		order: 11 !important;
	}

	.xl\@order-12 {
		order: 12 !important;
	}

	.xl\@order-last {
		order: 9999 !important;
	}

	.xl\@order-first {
		order: -9999 !important;
	}

	.xl\@order-none {
		order: 0 !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/overflow.css?16856230814888*/
/*!
* Utilities/Overflow
*/

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-clip {
	overflow: clip !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.overflow-x-auto {
	overflow-x: auto !important;
}

.overflow-y-auto {
	overflow-y: auto !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.overflow-y-hidden {
	overflow-y: hidden !important;
}

.overflow-x-clip {
	overflow-x: clip !important;
}

.overflow-y-clip {
	overflow-y: clip !important;
}

.overflow-x-visible {
	overflow-x: visible !important;
}

.overflow-y-visible {
	overflow-y: visible !important;
}

.overflow-x-scroll {
	overflow-x: scroll !important;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
}

@media (min-width: 37.5em) {
	.sm\@overflow-auto {
		overflow: auto !important;
	}

	.sm\@overflow-hidden {
		overflow: hidden !important;
	}

	.sm\@overflow-clip {
		overflow: clip !important;
	}

	.sm\@overflow-visible {
		overflow: visible !important;
	}

	.sm\@overflow-scroll {
		overflow: scroll !important;
	}

	.sm\@overflow-x-auto {
		overflow-x: auto !important;
	}

	.sm\@overflow-y-auto {
		overflow-y: auto !important;
	}

	.sm\@overflow-x-hidden {
		overflow-x: hidden !important;
	}

	.sm\@overflow-y-hidden {
		overflow-y: hidden !important;
	}

	.sm\@overflow-x-clip {
		overflow-x: clip !important;
	}

	.sm\@overflow-y-clip {
		overflow-y: clip !important;
	}

	.sm\@overflow-x-visible {
		overflow-x: visible !important;
	}

	.sm\@overflow-y-visible {
		overflow-y: visible !important;
	}

	.sm\@overflow-x-scroll {
		overflow-x: scroll !important;
	}

	.sm\@overflow-y-scroll {
		overflow-y: scroll !important;
	}
}

@media (min-width: 60em) {
	.md\@overflow-auto {
		overflow: auto !important;
	}

	.md\@overflow-hidden {
		overflow: hidden !important;
	}

	.md\@overflow-clip {
		overflow: clip !important;
	}

	.md\@overflow-visible {
		overflow: visible !important;
	}

	.md\@overflow-scroll {
		overflow: scroll !important;
	}

	.md\@overflow-x-auto {
		overflow-x: auto !important;
	}

	.md\@overflow-y-auto {
		overflow-y: auto !important;
	}

	.md\@overflow-x-hidden {
		overflow-x: hidden !important;
	}

	.md\@overflow-y-hidden {
		overflow-y: hidden !important;
	}

	.md\@overflow-x-clip {
		overflow-x: clip !important;
	}

	.md\@overflow-y-clip {
		overflow-y: clip !important;
	}

	.md\@overflow-x-visible {
		overflow-x: visible !important;
	}

	.md\@overflow-y-visible {
		overflow-y: visible !important;
	}

	.md\@overflow-x-scroll {
		overflow-x: scroll !important;
	}

	.md\@overflow-y-scroll {
		overflow-y: scroll !important;
	}
}

@media (min-width: 80em) {
	.lg\@overflow-auto {
		overflow: auto !important;
	}

	.lg\@overflow-hidden {
		overflow: hidden !important;
	}

	.lg\@overflow-clip {
		overflow: clip !important;
	}

	.lg\@overflow-visible {
		overflow: visible !important;
	}

	.lg\@overflow-scroll {
		overflow: scroll !important;
	}

	.lg\@overflow-x-auto {
		overflow-x: auto !important;
	}

	.lg\@overflow-y-auto {
		overflow-y: auto !important;
	}

	.lg\@overflow-x-hidden {
		overflow-x: hidden !important;
	}

	.lg\@overflow-y-hidden {
		overflow-y: hidden !important;
	}

	.lg\@overflow-x-clip {
		overflow-x: clip !important;
	}

	.lg\@overflow-y-clip {
		overflow-y: clip !important;
	}

	.lg\@overflow-x-visible {
		overflow-x: visible !important;
	}

	.lg\@overflow-y-visible {
		overflow-y: visible !important;
	}

	.lg\@overflow-x-scroll {
		overflow-x: scroll !important;
	}

	.lg\@overflow-y-scroll {
		overflow-y: scroll !important;
	}
}

@media (min-width: 100em) {
	.xl\@overflow-auto {
		overflow: auto !important;
	}

	.xl\@overflow-hidden {
		overflow: hidden !important;
	}

	.xl\@overflow-clip {
		overflow: clip !important;
	}

	.xl\@overflow-visible {
		overflow: visible !important;
	}

	.xl\@overflow-scroll {
		overflow: scroll !important;
	}

	.xl\@overflow-x-auto {
		overflow-x: auto !important;
	}

	.xl\@overflow-y-auto {
		overflow-y: auto !important;
	}

	.xl\@overflow-x-hidden {
		overflow-x: hidden !important;
	}

	.xl\@overflow-y-hidden {
		overflow-y: hidden !important;
	}

	.xl\@overflow-x-clip {
		overflow-x: clip !important;
	}

	.xl\@overflow-y-clip {
		overflow-y: clip !important;
	}

	.xl\@overflow-x-visible {
		overflow-x: visible !important;
	}

	.xl\@overflow-y-visible {
		overflow-y: visible !important;
	}

	.xl\@overflow-x-scroll {
		overflow-x: scroll !important;
	}

	.xl\@overflow-y-scroll {
		overflow-y: scroll !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/place.css?16856230815644*/
/*!
* Components/Place
*/

.place-content-center {
	place-content: center !important;
}

.place-content-start {
	place-content: start !important;
}

.place-content-end {
	place-content: end !important;
}

.place-content-between {
	place-content: space-between !important;
}

.place-content-around {
	place-content: space-around !important;
}

.place-content-evenly {
	place-content: space-evenly !important;
}

.place-content-stretch {
	place-content: stretch !important;
}

.place-items-start {
	place-items: start !important;
}

.place-items-end {
	place-items: end !important;
}

.place-items-center {
	place-items: center !important;
}

.place-items-stretch {
	place-items: stretch !important;
}

.place-self-auto {
	place-self: auto !important;
}

.place-self-start {
	place-self: start !important;
}

.place-self-end {
	place-self: end !important;
}

.place-self-center {
	place-self: center !important;
}

.place-self-stretch {
	place-self: stretch !important;
}

@media (min-width: 37.5em) {
	.sm\@place-content-center {
		place-content: center !important;
	}

	.sm\@place-content-start {
		place-content: start !important;
	}

	.sm\@place-content-end {
		place-content: end !important;
	}

	.sm\@place-content-between {
		place-content: space-between !important;
	}

	.sm\@place-content-around {
		place-content: space-around !important;
	}

	.sm\@place-content-evenly {
		place-content: space-evenly !important;
	}

	.sm\@place-content-stretch {
		place-content: stretch !important;
	}

	.sm\@place-items-start {
		place-items: start !important;
	}

	.sm\@place-items-end {
		place-items: end !important;
	}

	.sm\@place-items-center {
		place-items: center !important;
	}

	.sm\@place-items-stretch {
		place-items: stretch !important;
	}

	.sm\@place-self-auto {
		place-self: auto !important;
	}

	.sm\@place-self-start {
		place-self: start !important;
	}

	.sm\@place-self-end {
		place-self: end !important;
	}

	.sm\@place-self-center {
		place-self: center !important;
	}

	.sm\@place-self-stretch {
		place-self: stretch !important;
	}
}

@media (min-width: 60em) {
	.md\@place-content-center {
		place-content: center !important;
	}

	.md\@place-content-start {
		place-content: start !important;
	}

	.md\@place-content-end {
		place-content: end !important;
	}

	.md\@place-content-between {
		place-content: space-between !important;
	}

	.md\@place-content-around {
		place-content: space-around !important;
	}

	.md\@place-content-evenly {
		place-content: space-evenly !important;
	}

	.md\@place-content-stretch {
		place-content: stretch !important;
	}

	.md\@place-items-start {
		place-items: start !important;
	}

	.md\@place-items-end {
		place-items: end !important;
	}

	.md\@place-items-center {
		place-items: center !important;
	}

	.md\@place-items-stretch {
		place-items: stretch !important;
	}

	.md\@place-self-auto {
		place-self: auto !important;
	}

	.md\@place-self-start {
		place-self: start !important;
	}

	.md\@place-self-end {
		place-self: end !important;
	}

	.md\@place-self-center {
		place-self: center !important;
	}

	.md\@place-self-stretch {
		place-self: stretch !important;
	}
}

@media (min-width: 80em) {
	.lg\@place-content-center {
		place-content: center !important;
	}

	.lg\@place-content-start {
		place-content: start !important;
	}

	.lg\@place-content-end {
		place-content: end !important;
	}

	.lg\@place-content-between {
		place-content: space-between !important;
	}

	.lg\@place-content-around {
		place-content: space-around !important;
	}

	.lg\@place-content-evenly {
		place-content: space-evenly !important;
	}

	.lg\@place-content-stretch {
		place-content: stretch !important;
	}

	.lg\@place-items-start {
		place-items: start !important;
	}

	.lg\@place-items-end {
		place-items: end !important;
	}

	.lg\@place-items-center {
		place-items: center !important;
	}

	.lg\@place-items-stretch {
		place-items: stretch !important;
	}

	.lg\@place-self-auto {
		place-self: auto !important;
	}

	.lg\@place-self-start {
		place-self: start !important;
	}

	.lg\@place-self-end {
		place-self: end !important;
	}

	.lg\@place-self-center {
		place-self: center !important;
	}

	.lg\@place-self-stretch {
		place-self: stretch !important;
	}
}

@media (min-width: 100em) {
	.xl\@place-content-center {
		place-content: center !important;
	}

	.xl\@place-content-start {
		place-content: start !important;
	}

	.xl\@place-content-end {
		place-content: end !important;
	}

	.xl\@place-content-between {
		place-content: space-between !important;
	}

	.xl\@place-content-around {
		place-content: space-around !important;
	}

	.xl\@place-content-evenly {
		place-content: space-evenly !important;
	}

	.xl\@place-content-stretch {
		place-content: stretch !important;
	}

	.xl\@place-items-start {
		place-items: start !important;
	}

	.xl\@place-items-end {
		place-items: end !important;
	}

	.xl\@place-items-center {
		place-items: center !important;
	}

	.xl\@place-items-stretch {
		place-items: stretch !important;
	}

	.xl\@place-self-auto {
		place-self: auto !important;
	}

	.xl\@place-self-start {
		place-self: start !important;
	}

	.xl\@place-self-end {
		place-self: end !important;
	}

	.xl\@place-self-center {
		place-self: center !important;
	}

	.xl\@place-self-stretch {
		place-self: stretch !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/placement.css?16856230817724*/
/*!
* Utilities/Placement
*/

.inset-0 {
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
}

.inset-x-0 {
	left: 0 !important;
	right: 0 !important;
}

.inset-y-0 {
	bottom: 0 !important;
	top: 0 !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.left-0 {
	left: 0 !important;
}

.right-0 {
	right: 0 !important;
}

.top-0 {
	top: 0 !important;
}

.inset-auto {
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
}

.inset-x-auto {
	left: auto !important;
	right: auto !important;
}

.inset-y-auto {
	bottom: auto !important;
	top: auto !important;
}

.bottom-auto {
	bottom: auto !important;
}

.left-auto {
	left: auto !important;
}

.right-auto {
	right: auto !important;
}

.top-auto {
	top: auto !important;
}

.inset-full {
	bottom: 100% !important;
	left: 100% !important;
	right: 100% !important;
	top: 100% !important;
}

.inset-x-full {
	left: 100% !important;
	right: 100% !important;
}

.inset-y-full {
	bottom: 100% !important;
	top: 100% !important;
}

.bottom-full {
	bottom: 100% !important;
}

.left-full {
	left: 100% !important;
}

.right-full {
	right: 100% !important;
}

.top-full {
	top: 100% !important;
}

/* START: Custom, xs breakpoint */
.bottom-\[-5rem\] {
	bottom: -5rem;
}
/* END: Custom, xs breakpoint */

@media (min-width: 37.5em) {
	.sm\@inset-0 {
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
	}

	.sm\@inset-x-0 {
		left: 0 !important;
		right: 0 !important;
	}

	.sm\@inset-y-0 {
		bottom: 0 !important;
		top: 0 !important;
	}

	.sm\@bottom-0 {
		bottom: 0 !important;
	}

	.sm\@left-0 {
		left: 0 !important;
	}

	.sm\@right-0 {
		right: 0 !important;
	}

	.sm\@top-0 {
		top: 0 !important;
	}

	.sm\@inset-auto {
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}

	.sm\@inset-x-auto {
		left: auto !important;
		right: auto !important;
	}

	.sm\@inset-y-auto {
		bottom: auto !important;
		top: auto !important;
	}

	.sm\@bottom-auto {
		bottom: auto !important;
	}

	.sm\@left-auto {
		left: auto !important;
	}

	.sm\@right-auto {
		right: auto !important;
	}

	.sm\@top-auto {
		top: auto !important;
	}

	.sm\@inset-full {
		bottom: 100% !important;
		left: 100% !important;
		right: 100% !important;
		top: 100% !important;
	}

	.sm\@inset-x-full {
		left: 100% !important;
		right: 100% !important;
	}

	.sm\@inset-y-full {
		bottom: 100% !important;
		top: 100% !important;
	}

	.sm\@bottom-full {
		bottom: 100% !important;
	}

	.sm\@left-full {
		left: 100% !important;
	}

	.sm\@right-full {
		right: 100% !important;
	}

	.sm\@top-full {
		top: 100% !important;
	}
}

/* START: Custom, sm breakpoint */
/* END: Custom, sm breakpoint */

@media (min-width: 60em) {
	.md\@inset-0 {
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
	}

	.md\@inset-x-0 {
		left: 0 !important;
		right: 0 !important;
	}

	.md\@inset-y-0 {
		bottom: 0 !important;
		top: 0 !important;
	}

	.md\@bottom-0 {
		bottom: 0 !important;
	}

	.md\@left-0 {
		left: 0 !important;
	}

	.md\@right-0 {
		right: 0 !important;
	}

	.md\@top-0 {
		top: 0 !important;
	}

	.md\@inset-auto {
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}

	.md\@inset-x-auto {
		left: auto !important;
		right: auto !important;
	}

	.md\@inset-y-auto {
		bottom: auto !important;
		top: auto !important;
	}

	.md\@bottom-auto {
		bottom: auto !important;
	}

	.md\@left-auto {
		left: auto !important;
	}

	.md\@right-auto {
		right: auto !important;
	}

	.md\@top-auto {
		top: auto !important;
	}

	.md\@inset-full {
		bottom: 100% !important;
		left: 100% !important;
		right: 100% !important;
		top: 100% !important;
	}

	.md\@inset-x-full {
		left: 100% !important;
		right: 100% !important;
	}

	.md\@inset-y-full {
		bottom: 100% !important;
		top: 100% !important;
	}

	.md\@bottom-full {
		bottom: 100% !important;
	}

	.md\@left-full {
		left: 100% !important;
	}

	.md\@right-full {
		right: 100% !important;
	}

	.md\@top-full {
		top: 100% !important;
	}
}

/* START: Custom, md breakpoint */
/* END: Custom, md breakpoint */

@media (min-width: 80em) {
	.lg\@inset-0 {
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
	}

	.lg\@inset-x-0 {
		left: 0 !important;
		right: 0 !important;
	}

	.lg\@inset-y-0 {
		bottom: 0 !important;
		top: 0 !important;
	}

	.lg\@bottom-0 {
		bottom: 0 !important;
	}

	.lg\@left-0 {
		left: 0 !important;
	}

	.lg\@right-0 {
		right: 0 !important;
	}

	.lg\@top-0 {
		top: 0 !important;
	}

	.lg\@inset-auto {
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}

	.lg\@inset-x-auto {
		left: auto !important;
		right: auto !important;
	}

	.lg\@inset-y-auto {
		bottom: auto !important;
		top: auto !important;
	}

	.lg\@bottom-auto {
		bottom: auto !important;
	}

	.lg\@left-auto {
		left: auto !important;
	}

	.lg\@right-auto {
		right: auto !important;
	}

	.lg\@top-auto {
		top: auto !important;
	}

	.lg\@inset-full {
		bottom: 100% !important;
		left: 100% !important;
		right: 100% !important;
		top: 100% !important;
	}

	.lg\@inset-x-full {
		left: 100% !important;
		right: 100% !important;
	}

	.lg\@inset-y-full {
		bottom: 100% !important;
		top: 100% !important;
	}

	.lg\@bottom-full {
		bottom: 100% !important;
	}

	.lg\@left-full {
		left: 100% !important;
	}

	.lg\@right-full {
		right: 100% !important;
	}

	.lg\@top-full {
		top: 100% !important;
	}
}

/* START: Custom, lg breakpoint */
@media (min-width: 80em) {
	.lg\@bottom-\[-10rem\] {
		bottom: -10rem;
	}
}
/* END: Custom, lg breakpoint */

@media (min-width: 100em) {
	.xl\@inset-0 {
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
	}

	.xl\@inset-x-0 {
		left: 0 !important;
		right: 0 !important;
	}

	.xl\@inset-y-0 {
		bottom: 0 !important;
		top: 0 !important;
	}

	.xl\@bottom-0 {
		bottom: 0 !important;
	}

	.xl\@left-0 {
		left: 0 !important;
	}

	.xl\@right-0 {
		right: 0 !important;
	}

	.xl\@top-0 {
		top: 0 !important;
	}

	.xl\@inset-auto {
		bottom: auto !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
	}

	.xl\@inset-x-auto {
		left: auto !important;
		right: auto !important;
	}

	.xl\@inset-y-auto {
		bottom: auto !important;
		top: auto !important;
	}

	.xl\@bottom-auto {
		bottom: auto !important;
	}

	.xl\@left-auto {
		left: auto !important;
	}

	.xl\@right-auto {
		right: auto !important;
	}

	.xl\@top-auto {
		top: auto !important;
	}

	.xl\@inset-full {
		bottom: 100% !important;
		left: 100% !important;
		right: 100% !important;
		top: 100% !important;
	}

	.xl\@inset-x-full {
		left: 100% !important;
		right: 100% !important;
	}

	.xl\@inset-y-full {
		bottom: 100% !important;
		top: 100% !important;
	}

	.xl\@bottom-full {
		bottom: 100% !important;
	}

	.xl\@left-full {
		left: 100% !important;
	}

	.xl\@right-full {
		right: 100% !important;
	}

	.xl\@top-full {
		top: 100% !important;
	}
}

/* START: Custom, xl breakpoint */
/* END: Custom, xl breakpoint */

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/position.css?16856230811505*/
/*!
 * Utilities/Position
 */

.static {
	position: static !important;
}

.relative {
	position: relative !important;
}

.absolute {
	position: absolute !important;
}

.fixed {
	position: fixed !important;
}

.sticky {
	position: sticky !important;
}

@media (min-width: 37.5em) {
	.sm\@static {
		position: static !important;
	}

	.sm\@relative {
		position: relative !important;
	}

	.sm\@absolute {
		position: absolute !important;
	}

	.sm\@fixed {
		position: fixed !important;
	}

	.sm\@sticky {
		position: sticky !important;
	}
}

@media (min-width: 60em) {
	.md\@static {
		position: static !important;
	}

	.md\@relative {
		position: relative !important;
	}

	.md\@absolute {
		position: absolute !important;
	}

	.md\@fixed {
		position: fixed !important;
	}

	.md\@sticky {
		position: sticky !important;
	}
}

@media (min-width: 80em) {
	.lg\@static {
		position: static !important;
	}

	.lg\@relative {
		position: relative !important;
	}

	.lg\@absolute {
		position: absolute !important;
	}

	.lg\@fixed {
		position: fixed !important;
	}

	.lg\@sticky {
		position: sticky !important;
	}
}

@media (min-width: 100em) {
	.xl\@static {
		position: static !important;
	}

	.xl\@relative {
		position: relative !important;
	}

	.xl\@absolute {
		position: absolute !important;
	}

	.xl\@fixed {
		position: fixed !important;
	}

	.xl\@sticky {
		position: sticky !important;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/rounded.css?168562308112942*/
/*!
 * Utilities/Rounded
 */

.rounded-none {
	border-radius: 0 !important;
}

.rounded-full {
	border-radius: var(--x-border-radius-full, 999rem) !important;
}

.rounded-\[100\%\] {
	border-radius: 100% !important;
}

.rounded-shaped {
	border-radius: var(--x-border-radius-shaped, 1.5rem 0) !important;
}

.rounded-x-small {
	border-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.rounded-small {
	border-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.rounded-medium {
	border-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.rounded-large {
	border-radius: var(--x-border-radius-large, 1rem) !important;
}

.rounded-x-large {
	border-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.rounded-t-none {
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.rounded-t-x-small {
	border-top-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
	border-top-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.rounded-t-small {
	border-top-right-radius: var(--x-border-radius-small, 0.5rem) !important;
	border-top-left-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.rounded-t-medium {
	border-top-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
	border-top-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.rounded-t-large {
	border-top-right-radius: var(--x-border-radius-large, 1rem) !important;
	border-top-left-radius: var(--x-border-radius-large, 1rem) !important;
}

.rounded-t-x-large {
	border-top-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
	border-top-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-ltr .rounded-e-none {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.x-locale--is-rtl .rounded-e-none {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.x-locale--is-ltr .rounded-e-x-small {
	border-top-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
	border-bottom-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-rtl .rounded-e-x-small {
	border-top-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
	border-bottom-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-ltr .rounded-e-small {
	border-top-right-radius: var(--x-border-radius-small, 0.5rem) !important;
	border-bottom-right-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-rtl .rounded-e-small {
	border-top-left-radius: var(--x-border-radius-small, 0.5rem) !important;
	border-bottom-left-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-ltr .rounded-e-medium {
	border-top-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
	border-bottom-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-rtl .rounded-e-medium {
	border-top-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
	border-bottom-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-ltr .rounded-e-large {
	border-top-right-radius: var(--x-border-radius-large, 1rem) !important;
	border-bottom-right-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-rtl .rounded-e-large {
	border-top-left-radius: var(--x-border-radius-large, 1rem) !important;
	border-bottom-left-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-ltr .rounded-e-x-large {
	border-top-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
	border-bottom-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-rtl .rounded-e-x-large {
	border-top-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
	border-bottom-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.rounded-b-none {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-b-x-small {
	border-bottom-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
	border-bottom-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.rounded-b-small {
	border-bottom-right-radius: var(--x-border-radius-small, 0.5rem) !important;
	border-bottom-left-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.rounded-b-medium {
	border-bottom-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
	border-bottom-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.rounded-b-large {
	border-bottom-right-radius: var(--x-border-radius-large, 1rem) !important;
	border-bottom-left-radius: var(--x-border-radius-large, 1rem) !important;
}

.rounded-b-x-large {
	border-bottom-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
	border-bottom-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-ltr .rounded-s-none {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.x-locale--is-rtl .rounded-s-none {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.x-locale--is-ltr .rounded-s-x-small {
	border-top-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
	border-bottom-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-rtl .rounded-s-x-small {
	border-top-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
	border-bottom-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-ltr .rounded-s-small {
	border-top-left-radius: var(--x-border-radius-small, 0.5rem) !important;
	border-bottom-left-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-rtl .rounded-s-small {
	border-top-right-radius: var(--x-border-radius-small, 0.5rem) !important;
	border-bottom-right-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-ltr .rounded-s-medium {
	border-top-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
	border-bottom-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-rtl .rounded-s-medium {
	border-top-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
	border-bottom-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-ltr .rounded-s-large {
	border-top-left-radius: var(--x-border-radius-large, 1rem) !important;
	border-bottom-left-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-rtl .rounded-s-large {
	border-top-right-radius: var(--x-border-radius-large, 1rem) !important;
	border-bottom-right-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-ltr .rounded-s-x-large {
	border-top-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
	border-bottom-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-rtl .rounded-s-x-large {
	border-top-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
	border-bottom-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-ltr .rounded-ts-none {
	border-top-left-radius: 0 !important;
}

.x-locale--is-rtl .rounded-ts-none {
	border-top-right-radius: 0 !important;
}

.x-locale--is-ltr .rounded-ts-x-small {
	border-top-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-rtl .rounded-ts-x-small {
	border-top-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-ltr .rounded-ts-small {
	border-top-left-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-rtl .rounded-ts-small {
	border-top-right-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-ltr .rounded-ts-medium {
	border-top-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-rtl .rounded-ts-medium {
	border-top-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-ltr .rounded-ts-large {
	border-top-left-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-rtl .rounded-ts-large {
	border-top-right-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-ltr .rounded-ts-x-large {
	border-top-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-rtl .rounded-ts-x-large {
	border-top-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-ltr .rounded-te-none {
	border-top-right-radius: 0 !important;
}

.x-locale--is-rtl .rounded-te-none {
	border-top-left-radius: 0 !important;
}

.x-locale--is-ltr .rounded-te-x-small {
	border-top-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-rtl .rounded-te-x-small {
	border-top-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-ltr .rounded-te-small {
	border-top-right-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-rtl .rounded-te-small {
	border-top-left-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-ltr .rounded-te-medium {
	border-top-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-rtl .rounded-te-medium {
	border-top-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-ltr .rounded-te-large {
	border-top-right-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-rtl .rounded-te-large {
	border-top-left-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-ltr .rounded-te-x-large {
	border-top-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-rtl .rounded-te-x-large {
	border-top-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-ltr .rounded-bs-none {
	border-bottom-left-radius: 0 !important;
}

.x-locale--is-rtl .rounded-bs-none {
	border-bottom-right-radius: 0 !important;
}

.x-locale--is-ltr .rounded-bs-x-small {
	border-bottom-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-rtl .rounded-bs-x-small {
	border-bottom-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-ltr .rounded-bs-small {
	border-bottom-left-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-rtl .rounded-bs-small {
	border-bottom-right-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-ltr .rounded-bs-medium {
	border-bottom-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-rtl .rounded-bs-medium {
	border-bottom-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-ltr .rounded-bs-large {
	border-bottom-left-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-rtl .rounded-bs-large {
	border-bottom-right-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-ltr .rounded-bs-x-large {
	border-bottom-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-rtl .rounded-bs-x-large {
	border-bottom-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-ltr .rounded-be-none {
	border-bottom-right-radius: 0 !important;
}

.x-locale--is-rtl .rounded-be-none {
	border-bottom-left-radius: 0 !important;
}

.x-locale--is-ltr .rounded-be-x-small {
	border-bottom-right-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-rtl .rounded-be-x-small {
	border-bottom-left-radius: var(--x-border-radius-x-small, 0.25rem) !important;
}

.x-locale--is-ltr .rounded-be-small {
	border-bottom-right-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-rtl .rounded-be-small {
	border-bottom-left-radius: var(--x-border-radius-small, 0.5rem) !important;
}

.x-locale--is-ltr .rounded-be-medium {
	border-bottom-right-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-rtl .rounded-be-medium {
	border-bottom-left-radius: var(--x-border-radius-medium, 0.75rem) !important;
}

.x-locale--is-ltr .rounded-be-large {
	border-bottom-right-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-rtl .rounded-be-large {
	border-bottom-left-radius: var(--x-border-radius-large, 1rem) !important;
}

.x-locale--is-ltr .rounded-be-x-large {
	border-bottom-right-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

.x-locale--is-rtl .rounded-be-x-large {
	border-bottom-left-radius: var(--x-border-radius-x-large, 1.75rem) !important;
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/screen-readers.css?1685623081546*/
.sr-only {
	position: absolute !important;
	width: 0.0625rem !important;
	height: 0.0625rem !important;
	padding: 0 !important;
	margin: -0.0625rem !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}

.not-sr-only {
	position: static !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/sizing.css?17322269763706*/
/*!
 * Utilities/Sizing
 */

.h-0 {
	height: 0 !important;
}

.h-1 {
	height: 0.25rem !important;
}

.h-1\.5 {
	height: 0.375rem !important;
}

.h-20 {
	height: 5rem !important;
}

.h-auto {
	height: auto !important;
}

.h-full {
	height: 100% !important;
}

.h-screen {
	height: 100vh !important;
}

.h-min {
	height: min-content !important;
}

.h-max {
	height: max-content !important;
}

.h-fit {
	height: fit-content !important;
}

.min-h-0 {
	min-height: 0 !important;
}

.min-h-full {
	min-height: 100% !important;
}

.min-h-screen {
	min-height: 100vh !important;
}

.min-h-min {
	min-height: min-content !important;
}

.min-h-max {
	min-height: max-content !important;
}

.min-h-fit {
	min-height: fit-content !important;
}

.max-h-0 {
	max-height: 0 !important;
}

.max-h-full {
	max-height: 100% !important;
}

.max-h-screen {
	max-height: 100vh !important;
}

.max-h-min {
	max-height: min-content !important;
}

.max-h-max {
	max-height: max-content !important;
}

.max-h-fit {
	max-height: fit-content !important;
}

.w-0 {
	width: 0 !important;
}

.w-10 {
	width: 2.5rem !important;
}

.w-15 {
	width: 3.75rem !important;
}

.w-20 {
	width: 5rem !important;
}

.w-26 {
	width: 6.5rem !important;
}

.w-auto {
	width: auto !important;
}

.w-full {
	width: 100% !important;
}

.w-screen {
	width: 100vw !important;
}

.w-min {
	width: min-content !important;
}

.w-max {
	width: max-content !important;
}

.w-fit {
	width: fit-content !important;
}

.min-w-0 {
	min-width: 0 !important;
}

.min-w-full {
	min-width: 100% !important;
}

.min-w-screen {
	min-width: 100vw !important;
}

.min-w-min {
	min-width: min-content !important;
}

.min-w-max {
	min-width: max-content !important;
}

.min-w-fit {
	min-width: fit-content !important;
}

.max-w-0 {
	max-width: 0 !important;
}

.max-w-full {
	max-width: 100% !important;
}

.max-w-screen {
	max-width: 100vw !important;
}

.max-w-min {
	max-width: min-content !important;
}

.max-w-max {
	max-width: max-content !important;
}

.max-w-fit {
	max-width: fit-content !important;
}

.max-h\[2rem\] {
	max-height: 2rem;
}

@media (min-width: 37.5em) {
	.sm\@w-full {
		width: 100% !important;
	}
	.sm\@w-fit {
		width: fit-content !important;
	}
}
@media (min-width: 60em) {
	.md\@w-full {
		width: 100% !important;
	}
	.md\@h-screen {
		height: 100vh !important;
	}
}
@media (min-width: 80em) {
	.lg\@w-full {
		width: 100% !important;
	}
	.lg\@w-15 {
		width: 3.75rem !important;
	}
	.lg\@w-20 {
		width: 5rem !important;
	}
	.lg\@w-21 {
		width: 5.25rem !important;
	}
	.lg\@w-22 {
		width: 5.5rem !important;
	}
	.lg\@w-23 {
		width: 5.75rem !important;
	}
	.lg\@w-24 {
		width: 6rem !important;
	}
	.lg\@w-26 {
		width: 6.5rem !important;
	}
	.lg\@h-screen {
		height: 100vh !important;
	}
}
@media (min-width: 100em) {
	.xl\@w-full {
		width: 100% !important;
	}
}

/* START: Custom breakpoint */

.w-\[25\%\] {
	width: 25% !important;
}

.w-\[30\%\] {
	width: 30% !important;
}

.w-\[70\%\] {
	width: 70% !important;
}

@media (min-width: 37.5em) {
	.sm\@w-\[30\%\] {
		width: 30% !important;
	}
}
@media (min-width: 60em) {
	.md\@h-1\.5 {
		height: 0.375rem !important;;
	}

	.md\@w-\[30\%\] {
		width: 30% !important;
	}

	.md\@w-\[70\%\] {
		width: 70% !important;
	}
}
@media (min-width: 80em) {
	.lg\@w-\[30\%\] {
		width: 30% !important;
	}

	.lg\@w-\[70\%\] {
		width: 70% !important;
	}
}
@media (min-width: 100em) {}

/* END: Custom breakpoint */

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/spacing.css?1685623081151342*/
/*!
 * Utilities/Spacing
 */

.ma-0 {
	margin: 0 !important;
}

.ma-1 {
	margin: 0.25rem !important;
}

.ma-2 {
	margin: 0.5rem !important;
}

.ma-3 {
	margin: 0.75rem !important;
}

.ma-4 {
	margin: 1rem !important;
}

.ma-5 {
	margin: 1.25rem !important;
}

.ma-6 {
	margin: 1.5rem !important;
}

.ma-7 {
	margin: 1.75rem !important;
}

.ma-8 {
	margin: 2rem !important;
}

.ma-9 {
	margin: 2.25rem !important;
}

.ma-10 {
	margin: 2.5rem !important;
}

.ma-11 {
	margin: 2.75rem !important;
}

.ma-12 {
	margin: 3rem !important;
}

.ma-13 {
	margin: 3.25rem !important;
}

.ma-14 {
	margin: 3.5rem !important;
}

.ma-15 {
	margin: 3.75rem !important;
}

.ma-16 {
	margin: 4rem !important;
}

.ma-17 {
	margin: 4.25rem !important;
}

.ma-18 {
	margin: 4.5rem !important;
}

.ma-19 {
	margin: 4.75rem !important;
}

.ma-20 {
	margin: 5rem !important;
}

.ma-auto {
	margin: auto !important;
}

.mx-0 {
	margin-inline-end: 0 !important;
	margin-inline-start: 0 !important;
}

.mx-1 {
	margin-inline-end: 0.25rem !important;
	margin-inline-start: 0.25rem !important;
}

.mx-2 {
	margin-inline-end: 0.5rem !important;
	margin-inline-start: 0.5rem !important;
}

.mx-3 {
	margin-inline-end: 0.75rem !important;
	margin-inline-start: 0.75rem !important;
}

.mx-4 {
	margin-inline-end: 1rem !important;
	margin-inline-start: 1rem !important;
}

.mx-5 {
	margin-inline-end: 1.25rem !important;
	margin-inline-start: 1.25rem !important;
}

.mx-6 {
	margin-inline-end: 1.5rem !important;
	margin-inline-start: 1.5rem !important;
}

.mx-7 {
	margin-inline-end: 1.75rem !important;
	margin-inline-start: 1.75rem !important;
}

.mx-8 {
	margin-inline-end: 2rem !important;
	margin-inline-start: 2rem !important;
}

.mx-9 {
	margin-inline-end: 2.25rem !important;
	margin-inline-start: 2.25rem !important;
}

.mx-10 {
	margin-inline-end: 2.5rem !important;
	margin-inline-start: 2.5rem !important;
}

.mx-11 {
	margin-inline-end: 2.75rem !important;
	margin-inline-start: 2.75rem !important;
}

.mx-12 {
	margin-inline-end: 3rem !important;
	margin-inline-start: 3rem !important;
}

.mx-13 {
	margin-inline-end: 3.25rem !important;
	margin-inline-start: 3.25rem !important;
}

.mx-14 {
	margin-inline-end: 3.5rem !important;
	margin-inline-start: 3.5rem !important;
}

.mx-15 {
	margin-inline-end: 3.75rem !important;
	margin-inline-start: 3.75rem !important;
}

.mx-16 {
	margin-inline-end: 4rem !important;
	margin-inline-start: 4rem !important;
}

.mx-17 {
	margin-inline-end: 4.25rem !important;
	margin-inline-start: 4.25rem !important;
}

.mx-18 {
	margin-inline-end: 4.5rem !important;
	margin-inline-start: 4.5rem !important;
}

.mx-19 {
	margin-inline-end: 4.75rem !important;
	margin-inline-start: 4.75rem !important;
}

.mx-20 {
	margin-inline-end: 5rem !important;
	margin-inline-start: 5rem !important;
}

.mx-auto {
	margin-inline-end: auto !important;
	margin-inline-start: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-inline-end: 0 !important;
}

.me-1 {
	margin-inline-end: 0.25rem !important;
}

.me-2 {
	margin-inline-end: 0.5rem !important;
}

.me-3 {
	margin-inline-end: 0.75rem !important;
}

.me-4 {
	margin-inline-end: 1rem !important;
}

.me-5 {
	margin-inline-end: 1.25rem !important;
}

.me-6 {
	margin-inline-end: 1.5rem !important;
}

.me-7 {
	margin-inline-end: 1.75rem !important;
}

.me-8 {
	margin-inline-end: 2rem !important;
}

.me-9 {
	margin-inline-end: 2.25rem !important;
}

.me-10 {
	margin-inline-end: 2.5rem !important;
}

.me-11 {
	margin-inline-end: 2.75rem !important;
}

.me-12 {
	margin-inline-end: 3rem !important;
}

.me-13 {
	margin-inline-end: 3.25rem !important;
}

.me-14 {
	margin-inline-end: 3.5rem !important;
}

.me-15 {
	margin-inline-end: 3.75rem !important;
}

.me-16 {
	margin-inline-end: 4rem !important;
}

.me-17 {
	margin-inline-end: 4.25rem !important;
}

.me-18 {
	margin-inline-end: 4.5rem !important;
}

.me-19 {
	margin-inline-end: 4.75rem !important;
}

.me-20 {
	margin-inline-end: 5rem !important;
}

.me-auto {
	margin-inline-end: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-inline-start: 0 !important;
}

.ms-1 {
	margin-inline-start: 0.25rem !important;
}

.ms-2 {
	margin-inline-start: 0.5rem !important;
}

.ms-3 {
	margin-inline-start: 0.75rem !important;
}

.ms-4 {
	margin-inline-start: 1rem !important;
}

.ms-5 {
	margin-inline-start: 1.25rem !important;
}

.ms-6 {
	margin-inline-start: 1.5rem !important;
}

.ms-7 {
	margin-inline-start: 1.75rem !important;
}

.ms-8 {
	margin-inline-start: 2rem !important;
}

.ms-9 {
	margin-inline-start: 2.25rem !important;
}

.ms-10 {
	margin-inline-start: 2.5rem !important;
}

.ms-11 {
	margin-inline-start: 2.75rem !important;
}

.ms-12 {
	margin-inline-start: 3rem !important;
}

.ms-13 {
	margin-inline-start: 3.25rem !important;
}

.ms-14 {
	margin-inline-start: 3.5rem !important;
}

.ms-15 {
	margin-inline-start: 3.75rem !important;
}

.ms-16 {
	margin-inline-start: 4rem !important;
}

.ms-17 {
	margin-inline-start: 4.25rem !important;
}

.ms-18 {
	margin-inline-start: 4.5rem !important;
}

.ms-19 {
	margin-inline-start: 4.75rem !important;
}

.ms-20 {
	margin-inline-start: 5rem !important;
}

.ms-auto {
	margin-inline-start: auto !important;
}

.ma-n1 {
	margin: -0.25rem !important;
}

.ma-n2 {
	margin: -0.5rem !important;
}

.ma-n3 {
	margin: -0.75rem !important;
}

.ma-n4 {
	margin: -1rem !important;
}

.ma-n5 {
	margin: -1.25rem !important;
}

.ma-n6 {
	margin: -1.5rem !important;
}

.ma-n7 {
	margin: -1.75rem !important;
}

.ma-n8 {
	margin: -2rem !important;
}

.ma-n9 {
	margin: -2.25rem !important;
}

.ma-n10 {
	margin: -2.5rem !important;
}

.ma-n11 {
	margin: -2.75rem !important;
}

.ma-n12 {
	margin: -3rem !important;
}

.ma-n13 {
	margin: -3.25rem !important;
}

.ma-n14 {
	margin: -3.5rem !important;
}

.ma-n15 {
	margin: -3.75rem !important;
}

.ma-n16 {
	margin: -4rem !important;
}

.ma-n17 {
	margin: -4.25rem !important;
}

.ma-n18 {
	margin: -4.5rem !important;
}

.ma-n19 {
	margin: -4.75rem !important;
}

.ma-n20 {
	margin: -5rem !important;
}

.mx-n1 {
	margin-inline-end: -0.25rem !important;
	margin-inline-start: -0.25rem !important;
}

.mx-n2 {
	margin-inline-end: -0.5rem !important;
	margin-inline-start: -0.5rem !important;
}

.mx-n3 {
	margin-inline-end: -0.75rem !important;
	margin-inline-start: -0.75rem !important;
}

.mx-n4 {
	margin-inline-end: -1rem !important;
	margin-inline-start: -1rem !important;
}

.mx-n5 {
	margin-inline-end: -1.25rem !important;
	margin-inline-start: -1.25rem !important;
}

.mx-n6 {
	margin-inline-end: -1.5rem !important;
	margin-inline-start: -1.5rem !important;
}

.mx-n7 {
	margin-inline-end: -1.75rem !important;
	margin-inline-start: -1.75rem !important;
}

.mx-n8 {
	margin-inline-end: -2rem !important;
	margin-inline-start: -2rem !important;
}

.mx-n9 {
	margin-inline-end: -2.25rem !important;
	margin-inline-start: -2.25rem !important;
}

.mx-n10 {
	margin-inline-end: -2.5rem !important;
	margin-inline-start: -2.5rem !important;
}

.mx-n11 {
	margin-inline-end: -2.75rem !important;
	margin-inline-start: -2.75rem !important;
}

.mx-n12 {
	margin-inline-end: -3rem !important;
	margin-inline-start: -3rem !important;
}

.mx-n13 {
	margin-inline-end: -3.25rem !important;
	margin-inline-start: -3.25rem !important;
}

.mx-n14 {
	margin-inline-end: -3.5rem !important;
	margin-inline-start: -3.5rem !important;
}

.mx-n15 {
	margin-inline-end: -3.75rem !important;
	margin-inline-start: -3.75rem !important;
}

.mx-n16 {
	margin-inline-end: -4rem !important;
	margin-inline-start: -4rem !important;
}

.mx-n17 {
	margin-inline-end: -4.25rem !important;
	margin-inline-start: -4.25rem !important;
}

.mx-n18 {
	margin-inline-end: -4.5rem !important;
	margin-inline-start: -4.5rem !important;
}

.mx-n19 {
	margin-inline-end: -4.75rem !important;
	margin-inline-start: -4.75rem !important;
}

.mx-n20 {
	margin-inline-end: -5rem !important;
	margin-inline-start: -5rem !important;
}

.my-n1 {
	margin-top: -0.25rem !important;
	margin-bottom: -0.25rem !important;
}

.my-n2 {
	margin-top: -0.5rem !important;
	margin-bottom: -0.5rem !important;
}

.my-n3 {
	margin-top: -0.75rem !important;
	margin-bottom: -0.75rem !important;
}

.my-n4 {
	margin-top: -1rem !important;
	margin-bottom: -1rem !important;
}

.my-n5 {
	margin-top: -1.25rem !important;
	margin-bottom: -1.25rem !important;
}

.my-n6 {
	margin-top: -1.5rem !important;
	margin-bottom: -1.5rem !important;
}

.my-n7 {
	margin-top: -1.75rem !important;
	margin-bottom: -1.75rem !important;
}

.my-n8 {
	margin-top: -2rem !important;
	margin-bottom: -2rem !important;
}

.my-n9 {
	margin-top: -2.25rem !important;
	margin-bottom: -2.25rem !important;
}

.my-n10 {
	margin-top: -2.5rem !important;
	margin-bottom: -2.5rem !important;
}

.my-n11 {
	margin-top: -2.75rem !important;
	margin-bottom: -2.75rem !important;
}

.my-n12 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important;
}

.my-n13 {
	margin-top: -3.25rem !important;
	margin-bottom: -3.25rem !important;
}

.my-n14 {
	margin-top: -3.5rem !important;
	margin-bottom: -3.5rem !important;
}

.my-n15 {
	margin-top: -3.75rem !important;
	margin-bottom: -3.75rem !important;
}

.my-n16 {
	margin-top: -4rem !important;
	margin-bottom: -4rem !important;
}

.my-n17 {
	margin-top: -4.25rem !important;
	margin-bottom: -4.25rem !important;
}

.my-n18 {
	margin-top: -4.5rem !important;
	margin-bottom: -4.5rem !important;
}

.my-n19 {
	margin-top: -4.75rem !important;
	margin-bottom: -4.75rem !important;
}

.my-n20 {
	margin-top: -5rem !important;
	margin-bottom: -5rem !important;
}

.mt-n1 {
	margin-top: -0.25rem !important;
}

.mt-n2 {
	margin-top: -0.5rem !important;
}

.mt-n3 {
	margin-top: -0.75rem !important;
}

.mt-n4 {
	margin-top: -1rem !important;
}

.mt-n5 {
	margin-top: -1.25rem !important;
}

.mt-n6 {
	margin-top: -1.5rem !important;
}

.mt-n7 {
	margin-top: -1.75rem !important;
}

.mt-n8 {
	margin-top: -2rem !important;
}

.mt-n9 {
	margin-top: -2.25rem !important;
}

.mt-n10 {
	margin-top: -2.5rem !important;
}

.mt-n11 {
	margin-top: -2.75rem !important;
}

.mt-n12 {
	margin-top: -3rem !important;
}

.mt-n13 {
	margin-top: -3.25rem !important;
}

.mt-n14 {
	margin-top: -3.5rem !important;
}

.mt-n15 {
	margin-top: -3.75rem !important;
}

.mt-n16 {
	margin-top: -4rem !important;
}

.mt-n17 {
	margin-top: -4.25rem !important;
}

.mt-n18 {
	margin-top: -4.5rem !important;
}

.mt-n19 {
	margin-top: -4.75rem !important;
}

.mt-n20 {
	margin-top: -5rem !important;
}

.me-n1 {
	margin-inline-end: -0.25rem !important;
}

.me-n2 {
	margin-inline-end: -0.5rem !important;
}

.me-n3 {
	margin-inline-end: -0.75rem !important;
}

.me-n4 {
	margin-inline-end: -1rem !important;
}

.me-n5 {
	margin-inline-end: -1.25rem !important;
}

.me-n6 {
	margin-inline-end: -1.5rem !important;
}

.me-n7 {
	margin-inline-end: -1.75rem !important;
}

.me-n8 {
	margin-inline-end: -2rem !important;
}

.me-n9 {
	margin-inline-end: -2.25rem !important;
}

.me-n10 {
	margin-inline-end: -2.5rem !important;
}

.me-n11 {
	margin-inline-end: -2.75rem !important;
}

.me-n12 {
	margin-inline-end: -3rem !important;
}

.me-n13 {
	margin-inline-end: -3.25rem !important;
}

.me-n14 {
	margin-inline-end: -3.5rem !important;
}

.me-n15 {
	margin-inline-end: -3.75rem !important;
}

.me-n16 {
	margin-inline-end: -4rem !important;
}

.me-n17 {
	margin-inline-end: -4.25rem !important;
}

.me-n18 {
	margin-inline-end: -4.5rem !important;
}

.me-n19 {
	margin-inline-end: -4.75rem !important;
}

.me-n20 {
	margin-inline-end: -5rem !important;
}

.mb-n1 {
	margin-bottom: -0.25rem !important;
}

.mb-n2 {
	margin-bottom: -0.5rem !important;
}

.mb-n3 {
	margin-bottom: -0.75rem !important;
}

.mb-n4 {
	margin-bottom: -1rem !important;
}

.mb-n5 {
	margin-bottom: -1.25rem !important;
}

.mb-n6 {
	margin-bottom: -1.5rem !important;
}

.mb-n7 {
	margin-bottom: -1.75rem !important;
}

.mb-n8 {
	margin-bottom: -2rem !important;
}

.mb-n9 {
	margin-bottom: -2.25rem !important;
}

.mb-n10 {
	margin-bottom: -2.5rem !important;
}

.mb-n11 {
	margin-bottom: -2.75rem !important;
}

.mb-n12 {
	margin-bottom: -3rem !important;
}

.mb-n13 {
	margin-bottom: -3.25rem !important;
}

.mb-n14 {
	margin-bottom: -3.5rem !important;
}

.mb-n15 {
	margin-bottom: -3.75rem !important;
}

.mb-n16 {
	margin-bottom: -4rem !important;
}

.mb-n17 {
	margin-bottom: -4.25rem !important;
}

.mb-n18 {
	margin-bottom: -4.5rem !important;
}

.mb-n19 {
	margin-bottom: -4.75rem !important;
}

.mb-n20 {
	margin-bottom: -5rem !important;
}

.ms-n1 {
	margin-inline-start: -0.25rem !important;
}

.ms-n2 {
	margin-inline-start: -0.5rem !important;
}

.ms-n3 {
	margin-inline-start: -0.75rem !important;
}

.ms-n4 {
	margin-inline-start: -1rem !important;
}

.ms-n5 {
	margin-inline-start: -1.25rem !important;
}

.ms-n6 {
	margin-inline-start: -1.5rem !important;
}

.ms-n7 {
	margin-inline-start: -1.75rem !important;
}

.ms-n8 {
	margin-inline-start: -2rem !important;
}

.ms-n9 {
	margin-inline-start: -2.25rem !important;
}

.ms-n10 {
	margin-inline-start: -2.5rem !important;
}

.ms-n11 {
	margin-inline-start: -2.75rem !important;
}

.ms-n12 {
	margin-inline-start: -3rem !important;
}

.ms-n13 {
	margin-inline-start: -3.25rem !important;
}

.ms-n14 {
	margin-inline-start: -3.5rem !important;
}

.ms-n15 {
	margin-inline-start: -3.75rem !important;
}

.ms-n16 {
	margin-inline-start: -4rem !important;
}

.ms-n17 {
	margin-inline-start: -4.25rem !important;
}

.ms-n18 {
	margin-inline-start: -4.5rem !important;
}

.ms-n19 {
	margin-inline-start: -4.75rem !important;
}

.ms-n20 {
	margin-inline-start: -5rem !important;
}

.pa-0 {
	padding: 0 !important;
}

.pa-1 {
	padding: 0.25rem !important;
}

.pa-2 {
	padding: 0.5rem !important;
}

.pa-3 {
	padding: 0.75rem !important;
}

.pa-4 {
	padding: 1rem !important;
}

.pa-5 {
	padding: 1.25rem !important;
}

.pa-6 {
	padding: 1.5rem !important;
}

.pa-7 {
	padding: 1.75rem !important;
}

.pa-8 {
	padding: 2rem !important;
}

.pa-9 {
	padding: 2.25rem !important;
}

.pa-10 {
	padding: 2.5rem !important;
}

.pa-11 {
	padding: 2.75rem !important;
}

.pa-12 {
	padding: 3rem !important;
}

.pa-13 {
	padding: 3.25rem !important;
}

.pa-14 {
	padding: 3.5rem !important;
}

.pa-15 {
	padding: 3.75rem !important;
}

.pa-16 {
	padding: 4rem !important;
}

.pa-17 {
	padding: 4.25rem !important;
}

.pa-18 {
	padding: 4.5rem !important;
}

.pa-19 {
	padding: 4.75rem !important;
}

.pa-20 {
	padding: 5rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
	padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 0.75rem !important;
}

.pe-4 {
	padding-right: 1rem !important;
}

.pe-5 {
	padding-right: 1.25rem !important;
}

.pe-6 {
	padding-right: 1.5rem !important;
}

.pe-7 {
	padding-right: 1.75rem !important;
}

.pe-8 {
	padding-right: 2rem !important;
}

.pe-9 {
	padding-right: 2.25rem !important;
}

.pe-10 {
	padding-right: 2.5rem !important;
}

.pe-11 {
	padding-right: 2.75rem !important;
}

.pe-12 {
	padding-right: 3rem !important;
}

.pe-13 {
	padding-right: 3.25rem !important;
}

.pe-14 {
	padding-right: 3.5rem !important;
}

.pe-15 {
	padding-right: 3.75rem !important;
}

.pe-16 {
	padding-right: 4rem !important;
}

.pe-17 {
	padding-right: 4.25rem !important;
}

.pe-18 {
	padding-right: 4.5rem !important;
}

.pe-19 {
	padding-right: 4.75rem !important;
}

.pe-20 {
	padding-right: 5rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 0.75rem !important;
}

.ps-4 {
	padding-left: 1rem !important;
}

.ps-5 {
	padding-left: 1.25rem !important;
}

.ps-6 {
	padding-left: 1.5rem !important;
}

.ps-7 {
	padding-left: 1.75rem !important;
}

.ps-8 {
	padding-left: 2rem !important;
}

.ps-9 {
	padding-left: 2.25rem !important;
}

.ps-10 {
	padding-left: 2.5rem !important;
}

.ps-11 {
	padding-left: 2.75rem !important;
}

.ps-12 {
	padding-left: 3rem !important;
}

.ps-13 {
	padding-left: 3.25rem !important;
}

.ps-14 {
	padding-left: 3.5rem !important;
}

.ps-15 {
	padding-left: 3.75rem !important;
}

.ps-16 {
	padding-left: 4rem !important;
}

.ps-17 {
	padding-left: 4.25rem !important;
}

.ps-18 {
	padding-left: 4.5rem !important;
}

.ps-19 {
	padding-left: 4.75rem !important;
}

.ps-20 {
	padding-left: 5rem !important;
}

/* START: Custom, xs breakpoint */

.me-n\[5\%\] {
	margin-inline-end: -5% !important;
}

.mt-\[-3\.5rem\] {
	margin-top: -3.5rem !important;
}

.mt-\[-7\.5rem\] {
	margin-top: -7.5rem !important;
}

.mt-\[-12\.5rem\] {
	margin-top: -12.5rem !important;
}

.mt-\[var\(--app-bar-height\)\] {
	margin-top: var(--app-bar-height);
}

.me-n\[12\.5\%\] {
	margin-inline-end: -12.5% !important;
}

.py-\[0\.625rem\] {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.pt-\[25\%\] {
	padding-top: 25%;
}

.pt-\[var\(--app-bar-height\)\] {
	padding-top: var(--app-bar-height);
}

.first-of-type\:pt-0:first-of-type{
	padding-top: 0 !important;
}

.pe-container {
	padding-right: 1rem !important;
}

.ps-container {
	padding-left: 1rem !important;
}

.\[\&\:not\(\:last-of-type\)\]\:me-2:not(:last-of-type) {
	margin-inline-end: 0.5rem !important;
}

/* END: Custom, xs breakpoint */

@media (min-width: 37.5em) {
	.sm\@ma-0 {
		margin: 0 !important;
	}

	.sm\@ma-1 {
		margin: 0.25rem !important;
	}

	.sm\@ma-2 {
		margin: 0.5rem !important;
	}

	.sm\@ma-3 {
		margin: 0.75rem !important;
	}

	.sm\@ma-4 {
		margin: 1rem !important;
	}

	.sm\@ma-5 {
		margin: 1.25rem !important;
	}

	.sm\@ma-6 {
		margin: 1.5rem !important;
	}

	.sm\@ma-7 {
		margin: 1.75rem !important;
	}

	.sm\@ma-8 {
		margin: 2rem !important;
	}

	.sm\@ma-9 {
		margin: 2.25rem !important;
	}

	.sm\@ma-10 {
		margin: 2.5rem !important;
	}

	.sm\@ma-11 {
		margin: 2.75rem !important;
	}

	.sm\@ma-12 {
		margin: 3rem !important;
	}

	.sm\@ma-13 {
		margin: 3.25rem !important;
	}

	.sm\@ma-14 {
		margin: 3.5rem !important;
	}

	.sm\@ma-15 {
		margin: 3.75rem !important;
	}

	.sm\@ma-16 {
		margin: 4rem !important;
	}

	.sm\@ma-17 {
		margin: 4.25rem !important;
	}

	.sm\@ma-18 {
		margin: 4.5rem !important;
	}

	.sm\@ma-19 {
		margin: 4.75rem !important;
	}

	.sm\@ma-20 {
		margin: 5rem !important;
	}

	.sm\@ma-auto {
		margin: auto !important;
	}

	.sm\@mx-0 {
		margin-inline-end: 0 !important;
		margin-inline-start: 0 !important;
	}

	.sm\@mx-1 {
		margin-inline-end: 0.25rem !important;
		margin-inline-start: 0.25rem !important;
	}

	.sm\@mx-2 {
		margin-inline-end: 0.5rem !important;
		margin-inline-start: 0.5rem !important;
	}

	.sm\@mx-3 {
		margin-inline-end: 0.75rem !important;
		margin-inline-start: 0.75rem !important;
	}

	.sm\@mx-4 {
		margin-inline-end: 1rem !important;
		margin-inline-start: 1rem !important;
	}

	.sm\@mx-5 {
		margin-inline-end: 1.25rem !important;
		margin-inline-start: 1.25rem !important;
	}

	.sm\@mx-6 {
		margin-inline-end: 1.5rem !important;
		margin-inline-start: 1.5rem !important;
	}

	.sm\@mx-7 {
		margin-inline-end: 1.75rem !important;
		margin-inline-start: 1.75rem !important;
	}

	.sm\@mx-8 {
		margin-inline-end: 2rem !important;
		margin-inline-start: 2rem !important;
	}

	.sm\@mx-9 {
		margin-inline-end: 2.25rem !important;
		margin-inline-start: 2.25rem !important;
	}

	.sm\@mx-10 {
		margin-inline-end: 2.5rem !important;
		margin-inline-start: 2.5rem !important;
	}

	.sm\@mx-11 {
		margin-inline-end: 2.75rem !important;
		margin-inline-start: 2.75rem !important;
	}

	.sm\@mx-12 {
		margin-inline-end: 3rem !important;
		margin-inline-start: 3rem !important;
	}

	.sm\@mx-13 {
		margin-inline-end: 3.25rem !important;
		margin-inline-start: 3.25rem !important;
	}

	.sm\@mx-14 {
		margin-inline-end: 3.5rem !important;
		margin-inline-start: 3.5rem !important;
	}

	.sm\@mx-15 {
		margin-inline-end: 3.75rem !important;
		margin-inline-start: 3.75rem !important;
	}

	.sm\@mx-16 {
		margin-inline-end: 4rem !important;
		margin-inline-start: 4rem !important;
	}

	.sm\@mx-17 {
		margin-inline-end: 4.25rem !important;
		margin-inline-start: 4.25rem !important;
	}

	.sm\@mx-18 {
		margin-inline-end: 4.5rem !important;
		margin-inline-start: 4.5rem !important;
	}

	.sm\@mx-19 {
		margin-inline-end: 4.75rem !important;
		margin-inline-start: 4.75rem !important;
	}

	.sm\@mx-20 {
		margin-inline-end: 5rem !important;
		margin-inline-start: 5rem !important;
	}

	.sm\@mx-auto {
		margin-inline-end: auto !important;
		margin-inline-start: auto !important;
	}

	.sm\@my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.sm\@my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.sm\@my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.sm\@my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
	}

	.sm\@my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.sm\@my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important;
	}

	.sm\@my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.sm\@my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important;
	}

	.sm\@my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.sm\@my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important;
	}

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

	.sm\@my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem !important;
	}

	.sm\@my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.sm\@my-13 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important;
	}

	.sm\@my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important;
	}

	.sm\@my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important;
	}

	.sm\@my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}

	.sm\@my-17 {
		margin-top: 4.25rem !important;
		margin-bottom: 4.25rem !important;
	}

	.sm\@my-18 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}

	.sm\@my-19 {
		margin-top: 4.75rem !important;
		margin-bottom: 4.75rem !important;
	}

	.sm\@my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}

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

	.sm\@mt-0 {
		margin-top: 0 !important;
	}

	.sm\@mt-1 {
		margin-top: 0.25rem !important;
	}

	.sm\@mt-2 {
		margin-top: 0.5rem !important;
	}

	.sm\@mt-3 {
		margin-top: 0.75rem !important;
	}

	.sm\@mt-4 {
		margin-top: 1rem !important;
	}

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

	.sm\@mt-6 {
		margin-top: 1.5rem !important;
	}

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

	.sm\@mt-8 {
		margin-top: 2rem !important;
	}

	.sm\@mt-9 {
		margin-top: 2.25rem !important;
	}

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

	.sm\@mt-11 {
		margin-top: 2.75rem !important;
	}

	.sm\@mt-12 {
		margin-top: 3rem !important;
	}

	.sm\@mt-13 {
		margin-top: 3.25rem !important;
	}

	.sm\@mt-14 {
		margin-top: 3.5rem !important;
	}

	.sm\@mt-15 {
		margin-top: 3.75rem !important;
	}

	.sm\@mt-16 {
		margin-top: 4rem !important;
	}

	.sm\@mt-17 {
		margin-top: 4.25rem !important;
	}

	.sm\@mt-18 {
		margin-top: 4.5rem !important;
	}

	.sm\@mt-19 {
		margin-top: 4.75rem !important;
	}

	.sm\@mt-20 {
		margin-top: 5rem !important;
	}

	.sm\@mt-auto {
		margin-top: auto !important;
	}

	.sm\@me-0 {
		margin-inline-end: 0 !important;
	}

	.sm\@me-1 {
		margin-inline-end: 0.25rem !important;
	}

	.sm\@me-2 {
		margin-inline-end: 0.5rem !important;
	}

	.sm\@me-3 {
		margin-inline-end: 0.75rem !important;
	}

	.sm\@me-4 {
		margin-inline-end: 1rem !important;
	}

	.sm\@me-5 {
		margin-inline-end: 1.25rem !important;
	}

	.sm\@me-6 {
		margin-inline-end: 1.5rem !important;
	}

	.sm\@me-7 {
		margin-inline-end: 1.75rem !important;
	}

	.sm\@me-8 {
		margin-inline-end: 2rem !important;
	}

	.sm\@me-9 {
		margin-inline-end: 2.25rem !important;
	}

	.sm\@me-10 {
		margin-inline-end: 2.5rem !important;
	}

	.sm\@me-11 {
		margin-inline-end: 2.75rem !important;
	}

	.sm\@me-12 {
		margin-inline-end: 3rem !important;
	}

	.sm\@me-13 {
		margin-inline-end: 3.25rem !important;
	}

	.sm\@me-14 {
		margin-inline-end: 3.5rem !important;
	}

	.sm\@me-15 {
		margin-inline-end: 3.75rem !important;
	}

	.sm\@me-16 {
		margin-inline-end: 4rem !important;
	}

	.sm\@me-17 {
		margin-inline-end: 4.25rem !important;
	}

	.sm\@me-18 {
		margin-inline-end: 4.5rem !important;
	}

	.sm\@me-19 {
		margin-inline-end: 4.75rem !important;
	}

	.sm\@me-20 {
		margin-inline-end: 5rem !important;
	}

	.sm\@me-auto {
		margin-inline-end: auto !important;
	}

	.sm\@mb-0 {
		margin-bottom: 0 !important;
	}

	.sm\@mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.sm\@mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.sm\@mb-3 {
		margin-bottom: 0.75rem !important;
	}

	.sm\@mb-4 {
		margin-bottom: 1rem !important;
	}

	.sm\@mb-5 {
		margin-bottom: 1.25rem !important;
	}

	.sm\@mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.sm\@mb-7 {
		margin-bottom: 1.75rem !important;
	}

	.sm\@mb-8 {
		margin-bottom: 2rem !important;
	}

	.sm\@mb-9 {
		margin-bottom: 2.25rem !important;
	}

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

	.sm\@mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.sm\@mb-12 {
		margin-bottom: 3rem !important;
	}

	.sm\@mb-13 {
		margin-bottom: 3.25rem !important;
	}

	.sm\@mb-14 {
		margin-bottom: 3.5rem !important;
	}

	.sm\@mb-15 {
		margin-bottom: 3.75rem !important;
	}

	.sm\@mb-16 {
		margin-bottom: 4rem !important;
	}

	.sm\@mb-17 {
		margin-bottom: 4.25rem !important;
	}

	.sm\@mb-18 {
		margin-bottom: 4.5rem !important;
	}

	.sm\@mb-19 {
		margin-bottom: 4.75rem !important;
	}

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

	.sm\@mb-auto {
		margin-bottom: auto !important;
	}

	.sm\@ms-0 {
		margin-inline-start: 0 !important;
	}

	.sm\@ms-1 {
		margin-inline-start: 0.25rem !important;
	}

	.sm\@ms-2 {
		margin-inline-start: 0.5rem !important;
	}

	.sm\@ms-3 {
		margin-inline-start: 0.75rem !important;
	}

	.sm\@ms-4 {
		margin-inline-start: 1rem !important;
	}

	.sm\@ms-5 {
		margin-inline-start: 1.25rem !important;
	}

	.sm\@ms-6 {
		margin-inline-start: 1.5rem !important;
	}

	.sm\@ms-7 {
		margin-inline-start: 1.75rem !important;
	}

	.sm\@ms-8 {
		margin-inline-start: 2rem !important;
	}

	.sm\@ms-9 {
		margin-inline-start: 2.25rem !important;
	}

	.sm\@ms-10 {
		margin-inline-start: 2.5rem !important;
	}

	.sm\@ms-11 {
		margin-inline-start: 2.75rem !important;
	}

	.sm\@ms-12 {
		margin-inline-start: 3rem !important;
	}

	.sm\@ms-13 {
		margin-inline-start: 3.25rem !important;
	}

	.sm\@ms-14 {
		margin-inline-start: 3.5rem !important;
	}

	.sm\@ms-15 {
		margin-inline-start: 3.75rem !important;
	}

	.sm\@ms-16 {
		margin-inline-start: 4rem !important;
	}

	.sm\@ms-17 {
		margin-inline-start: 4.25rem !important;
	}

	.sm\@ms-18 {
		margin-inline-start: 4.5rem !important;
	}

	.sm\@ms-19 {
		margin-inline-start: 4.75rem !important;
	}

	.sm\@ms-20 {
		margin-inline-start: 5rem !important;
	}

	.sm\@ms-auto {
		margin-inline-start: auto !important;
	}

	.sm\@ma-n1 {
		margin: -0.25rem !important;
	}

	.sm\@ma-n2 {
		margin: -0.5rem !important;
	}

	.sm\@ma-n3 {
		margin: -0.75rem !important;
	}

	.sm\@ma-n4 {
		margin: -1rem !important;
	}

	.sm\@ma-n5 {
		margin: -1.25rem !important;
	}

	.sm\@ma-n6 {
		margin: -1.5rem !important;
	}

	.sm\@ma-n7 {
		margin: -1.75rem !important;
	}

	.sm\@ma-n8 {
		margin: -2rem !important;
	}

	.sm\@ma-n9 {
		margin: -2.25rem !important;
	}

	.sm\@ma-n10 {
		margin: -2.5rem !important;
	}

	.sm\@ma-n11 {
		margin: -2.75rem !important;
	}

	.sm\@ma-n12 {
		margin: -3rem !important;
	}

	.sm\@ma-n13 {
		margin: -3.25rem !important;
	}

	.sm\@ma-n14 {
		margin: -3.5rem !important;
	}

	.sm\@ma-n15 {
		margin: -3.75rem !important;
	}

	.sm\@ma-n16 {
		margin: -4rem !important;
	}

	.sm\@ma-n17 {
		margin: -4.25rem !important;
	}

	.sm\@ma-n18 {
		margin: -4.5rem !important;
	}

	.sm\@ma-n19 {
		margin: -4.75rem !important;
	}

	.sm\@ma-n20 {
		margin: -5rem !important;
	}

	.sm\@mx-n1 {
		margin-inline-end: -0.25rem !important;
		margin-inline-start: -0.25rem !important;
	}

	.sm\@mx-n2 {
		margin-inline-end: -0.5rem !important;
		margin-inline-start: -0.5rem !important;
	}

	.sm\@mx-n3 {
		margin-inline-end: -0.75rem !important;
		margin-inline-start: -0.75rem !important;
	}

	.sm\@mx-n4 {
		margin-inline-end: -1rem !important;
		margin-inline-start: -1rem !important;
	}

	.sm\@mx-n5 {
		margin-inline-end: -1.25rem !important;
		margin-inline-start: -1.25rem !important;
	}

	.sm\@mx-n6 {
		margin-inline-end: -1.5rem !important;
		margin-inline-start: -1.5rem !important;
	}

	.sm\@mx-n7 {
		margin-inline-end: -1.75rem !important;
		margin-inline-start: -1.75rem !important;
	}

	.sm\@mx-n8 {
		margin-inline-end: -2rem !important;
		margin-inline-start: -2rem !important;
	}

	.sm\@mx-n9 {
		margin-inline-end: -2.25rem !important;
		margin-inline-start: -2.25rem !important;
	}

	.sm\@mx-n10 {
		margin-inline-end: -2.5rem !important;
		margin-inline-start: -2.5rem !important;
	}

	.sm\@mx-n11 {
		margin-inline-end: -2.75rem !important;
		margin-inline-start: -2.75rem !important;
	}

	.sm\@mx-n12 {
		margin-inline-end: -3rem !important;
		margin-inline-start: -3rem !important;
	}

	.sm\@mx-n13 {
		margin-inline-end: -3.25rem !important;
		margin-inline-start: -3.25rem !important;
	}

	.sm\@mx-n14 {
		margin-inline-end: -3.5rem !important;
		margin-inline-start: -3.5rem !important;
	}

	.sm\@mx-n15 {
		margin-inline-end: -3.75rem !important;
		margin-inline-start: -3.75rem !important;
	}

	.sm\@mx-n16 {
		margin-inline-end: -4rem !important;
		margin-inline-start: -4rem !important;
	}

	.sm\@mx-n17 {
		margin-inline-end: -4.25rem !important;
		margin-inline-start: -4.25rem !important;
	}

	.sm\@mx-n18 {
		margin-inline-end: -4.5rem !important;
		margin-inline-start: -4.5rem !important;
	}

	.sm\@mx-n19 {
		margin-inline-end: -4.75rem !important;
		margin-inline-start: -4.75rem !important;
	}

	.sm\@mx-n20 {
		margin-inline-end: -5rem !important;
		margin-inline-start: -5rem !important;
	}

	.sm\@my-n1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important;
	}

	.sm\@my-n2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important;
	}

	.sm\@my-n3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important;
	}

	.sm\@my-n4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}

	.sm\@my-n5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important;
	}

	.sm\@my-n6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}

	.sm\@my-n7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem !important;
	}

	.sm\@my-n8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important;
	}

	.sm\@my-n9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem !important;
	}

	.sm\@my-n10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important;
	}

	.sm\@my-n11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem !important;
	}

	.sm\@my-n12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}

	.sm\@my-n13 {
		margin-top: -3.25rem !important;
		margin-bottom: -3.25rem !important;
	}

	.sm\@my-n14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important;
	}

	.sm\@my-n15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important;
	}

	.sm\@my-n16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}

	.sm\@my-n17 {
		margin-top: -4.25rem !important;
		margin-bottom: -4.25rem !important;
	}

	.sm\@my-n18 {
		margin-top: -4.5rem !important;
		margin-bottom: -4.5rem !important;
	}

	.sm\@my-n19 {
		margin-top: -4.75rem !important;
		margin-bottom: -4.75rem !important;
	}

	.sm\@my-n20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}

	.sm\@mt-n1 {
		margin-top: -0.25rem !important;
	}

	.sm\@mt-n2 {
		margin-top: -0.5rem !important;
	}

	.sm\@mt-n3 {
		margin-top: -0.75rem !important;
	}

	.sm\@mt-n4 {
		margin-top: -1rem !important;
	}

	.sm\@mt-n5 {
		margin-top: -1.25rem !important;
	}

	.sm\@mt-n6 {
		margin-top: -1.5rem !important;
	}

	.sm\@mt-n7 {
		margin-top: -1.75rem !important;
	}

	.sm\@mt-n8 {
		margin-top: -2rem !important;
	}

	.sm\@mt-n9 {
		margin-top: -2.25rem !important;
	}

	.sm\@mt-n10 {
		margin-top: -2.5rem !important;
	}

	.sm\@mt-n11 {
		margin-top: -2.75rem !important;
	}

	.sm\@mt-n12 {
		margin-top: -3rem !important;
	}

	.sm\@mt-n13 {
		margin-top: -3.25rem !important;
	}

	.sm\@mt-n14 {
		margin-top: -3.5rem !important;
	}

	.sm\@mt-n15 {
		margin-top: -3.75rem !important;
	}

	.sm\@mt-n16 {
		margin-top: -4rem !important;
	}

	.sm\@mt-n17 {
		margin-top: -4.25rem !important;
	}

	.sm\@mt-n18 {
		margin-top: -4.5rem !important;
	}

	.sm\@mt-n19 {
		margin-top: -4.75rem !important;
	}

	.sm\@mt-n20 {
		margin-top: -5rem !important;
	}

	.sm\@me-n1 {
		margin-inline-end: -0.25rem !important;
	}

	.sm\@me-n2 {
		margin-inline-end: -0.5rem !important;
	}

	.sm\@me-n3 {
		margin-inline-end: -0.75rem !important;
	}

	.sm\@me-n4 {
		margin-inline-end: -1rem !important;
	}

	.sm\@me-n5 {
		margin-inline-end: -1.25rem !important;
	}

	.sm\@me-n6 {
		margin-inline-end: -1.5rem !important;
	}

	.sm\@me-n7 {
		margin-inline-end: -1.75rem !important;
	}

	.sm\@me-n8 {
		margin-inline-end: -2rem !important;
	}

	.sm\@me-n9 {
		margin-inline-end: -2.25rem !important;
	}

	.sm\@me-n10 {
		margin-inline-end: -2.5rem !important;
	}

	.sm\@me-n11 {
		margin-inline-end: -2.75rem !important;
	}

	.sm\@me-n12 {
		margin-inline-end: -3rem !important;
	}

	.sm\@me-n13 {
		margin-inline-end: -3.25rem !important;
	}

	.sm\@me-n14 {
		margin-inline-end: -3.5rem !important;
	}

	.sm\@me-n15 {
		margin-inline-end: -3.75rem !important;
	}

	.sm\@me-n16 {
		margin-inline-end: -4rem !important;
	}

	.sm\@me-n17 {
		margin-inline-end: -4.25rem !important;
	}

	.sm\@me-n18 {
		margin-inline-end: -4.5rem !important;
	}

	.sm\@me-n19 {
		margin-inline-end: -4.75rem !important;
	}

	.sm\@me-n20 {
		margin-inline-end: -5rem !important;
	}

	.sm\@mb-n1 {
		margin-bottom: -0.25rem !important;
	}

	.sm\@mb-n2 {
		margin-bottom: -0.5rem !important;
	}

	.sm\@mb-n3 {
		margin-bottom: -0.75rem !important;
	}

	.sm\@mb-n4 {
		margin-bottom: -1rem !important;
	}

	.sm\@mb-n5 {
		margin-bottom: -1.25rem !important;
	}

	.sm\@mb-n6 {
		margin-bottom: -1.5rem !important;
	}

	.sm\@mb-n7 {
		margin-bottom: -1.75rem !important;
	}

	.sm\@mb-n8 {
		margin-bottom: -2rem !important;
	}

	.sm\@mb-n9 {
		margin-bottom: -2.25rem !important;
	}

	.sm\@mb-n10 {
		margin-bottom: -2.5rem !important;
	}

	.sm\@mb-n11 {
		margin-bottom: -2.75rem !important;
	}

	.sm\@mb-n12 {
		margin-bottom: -3rem !important;
	}

	.sm\@mb-n13 {
		margin-bottom: -3.25rem !important;
	}

	.sm\@mb-n14 {
		margin-bottom: -3.5rem !important;
	}

	.sm\@mb-n15 {
		margin-bottom: -3.75rem !important;
	}

	.sm\@mb-n16 {
		margin-bottom: -4rem !important;
	}

	.sm\@mb-n17 {
		margin-bottom: -4.25rem !important;
	}

	.sm\@mb-n18 {
		margin-bottom: -4.5rem !important;
	}

	.sm\@mb-n19 {
		margin-bottom: -4.75rem !important;
	}

	.sm\@mb-n20 {
		margin-bottom: -5rem !important;
	}

	.sm\@ms-n1 {
		margin-inline-start: -0.25rem !important;
	}

	.sm\@ms-n2 {
		margin-inline-start: -0.5rem !important;
	}

	.sm\@ms-n3 {
		margin-inline-start: -0.75rem !important;
	}

	.sm\@ms-n4 {
		margin-inline-start: -1rem !important;
	}

	.sm\@ms-n5 {
		margin-inline-start: -1.25rem !important;
	}

	.sm\@ms-n6 {
		margin-inline-start: -1.5rem !important;
	}

	.sm\@ms-n7 {
		margin-inline-start: -1.75rem !important;
	}

	.sm\@ms-n8 {
		margin-inline-start: -2rem !important;
	}

	.sm\@ms-n9 {
		margin-inline-start: -2.25rem !important;
	}

	.sm\@ms-n10 {
		margin-inline-start: -2.5rem !important;
	}

	.sm\@ms-n11 {
		margin-inline-start: -2.75rem !important;
	}

	.sm\@ms-n12 {
		margin-inline-start: -3rem !important;
	}

	.sm\@ms-n13 {
		margin-inline-start: -3.25rem !important;
	}

	.sm\@ms-n14 {
		margin-inline-start: -3.5rem !important;
	}

	.sm\@ms-n15 {
		margin-inline-start: -3.75rem !important;
	}

	.sm\@ms-n16 {
		margin-inline-start: -4rem !important;
	}

	.sm\@ms-n17 {
		margin-inline-start: -4.25rem !important;
	}

	.sm\@ms-n18 {
		margin-inline-start: -4.5rem !important;
	}

	.sm\@ms-n19 {
		margin-inline-start: -4.75rem !important;
	}

	.sm\@ms-n20 {
		margin-inline-start: -5rem !important;
	}

	.sm\@pa-0 {
		padding: 0 !important;
	}

	.sm\@pa-1 {
		padding: 0.25rem !important;
	}

	.sm\@pa-2 {
		padding: 0.5rem !important;
	}

	.sm\@pa-3 {
		padding: 0.75rem !important;
	}

	.sm\@pa-4 {
		padding: 1rem !important;
	}

	.sm\@pa-5 {
		padding: 1.25rem !important;
	}

	.sm\@pa-6 {
		padding: 1.5rem !important;
	}

	.sm\@pa-7 {
		padding: 1.75rem !important;
	}

	.sm\@pa-8 {
		padding: 2rem !important;
	}

	.sm\@pa-9 {
		padding: 2.25rem !important;
	}

	.sm\@pa-10 {
		padding: 2.5rem !important;
	}

	.sm\@pa-11 {
		padding: 2.75rem !important;
	}

	.sm\@pa-12 {
		padding: 3rem !important;
	}

	.sm\@pa-13 {
		padding: 3.25rem !important;
	}

	.sm\@pa-14 {
		padding: 3.5rem !important;
	}

	.sm\@pa-15 {
		padding: 3.75rem !important;
	}

	.sm\@pa-16 {
		padding: 4rem !important;
	}

	.sm\@pa-17 {
		padding: 4.25rem !important;
	}

	.sm\@pa-18 {
		padding: 4.5rem !important;
	}

	.sm\@pa-19 {
		padding: 4.75rem !important;
	}

	.sm\@pa-20 {
		padding: 5rem !important;
	}

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

	.sm\@px-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.sm\@px-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.sm\@px-3 {
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	.sm\@px-4 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

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

	.sm\@px-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.sm\@px-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important;
	}

	.sm\@px-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.sm\@px-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important;
	}

	.sm\@px-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important;
	}

	.sm\@px-11 {
		padding-right: 2.75rem !important;
		padding-left: 2.75rem !important;
	}

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

	.sm\@px-13 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important;
	}

	.sm\@px-14 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important;
	}

	.sm\@px-15 {
		padding-right: 3.75rem !important;
		padding-left: 3.75rem !important;
	}

	.sm\@px-16 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}

	.sm\@px-17 {
		padding-right: 4.25rem !important;
		padding-left: 4.25rem !important;
	}

	.sm\@px-18 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}

	.sm\@px-19 {
		padding-right: 4.75rem !important;
		padding-left: 4.75rem !important;
	}

	.sm\@px-20 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}

	.sm\@py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.sm\@py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.sm\@py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.sm\@py-3 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	.sm\@py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

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

	.sm\@py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.sm\@py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important;
	}

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

	.sm\@py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important;
	}

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

	.sm\@py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important;
	}

	.sm\@py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.sm\@py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.sm\@py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.sm\@py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.sm\@py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.sm\@py-17 {
		padding-top: 4.25rem !important;
		padding-bottom: 4.25rem !important;
	}

	.sm\@py-18 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.sm\@py-19 {
		padding-top: 4.75rem !important;
		padding-bottom: 4.75rem !important;
	}

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

	.sm\@pt-0 {
		padding-top: 0 !important;
	}

	.sm\@pt-1 {
		padding-top: 0.25rem !important;
	}

	.sm\@pt-2 {
		padding-top: 0.5rem !important;
	}

	.sm\@pt-3 {
		padding-top: 0.75rem !important;
	}

	.sm\@pt-4 {
		padding-top: 1rem !important;
	}

	.sm\@pt-5 {
		padding-top: 1.25rem !important;
	}

	.sm\@pt-6 {
		padding-top: 1.5rem !important;
	}

	.sm\@pt-7 {
		padding-top: 1.75rem !important;
	}

	.sm\@pt-8 {
		padding-top: 2rem !important;
	}

	.sm\@pt-9 {
		padding-top: 2.25rem !important;
	}

	.sm\@pt-10 {
		padding-top: 2.5rem !important;
	}

	.sm\@pt-11 {
		padding-top: 2.75rem !important;
	}

	.sm\@pt-12 {
		padding-top: 3rem !important;
	}

	.sm\@pt-13 {
		padding-top: 3.25rem !important;
	}

	.sm\@pt-14 {
		padding-top: 3.5rem !important;
	}

	.sm\@pt-15 {
		padding-top: 3.75rem !important;
	}

	.sm\@pt-16 {
		padding-top: 4rem !important;
	}

	.sm\@pt-17 {
		padding-top: 4.25rem !important;
	}

	.sm\@pt-18 {
		padding-top: 4.5rem !important;
	}

	.sm\@pt-19 {
		padding-top: 4.75rem !important;
	}

	.sm\@pt-20 {
		padding-top: 5rem !important;
	}

	.sm\@pe-0 {
		padding-right: 0 !important;
	}

	.sm\@pe-1 {
		padding-right: 0.25rem !important;
	}

	.sm\@pe-2 {
		padding-right: 0.5rem !important;
	}

	.sm\@pe-3 {
		padding-right: 0.75rem !important;
	}

	.sm\@pe-4 {
		padding-right: 1rem !important;
	}

	.sm\@pe-5 {
		padding-right: 1.25rem !important;
	}

	.sm\@pe-6 {
		padding-right: 1.5rem !important;
	}

	.sm\@pe-7 {
		padding-right: 1.75rem !important;
	}

	.sm\@pe-8 {
		padding-right: 2rem !important;
	}

	.sm\@pe-9 {
		padding-right: 2.25rem !important;
	}

	.sm\@pe-10 {
		padding-right: 2.5rem !important;
	}

	.sm\@pe-11 {
		padding-right: 2.75rem !important;
	}

	.sm\@pe-12 {
		padding-right: 3rem !important;
	}

	.sm\@pe-13 {
		padding-right: 3.25rem !important;
	}

	.sm\@pe-14 {
		padding-right: 3.5rem !important;
	}

	.sm\@pe-15 {
		padding-right: 3.75rem !important;
	}

	.sm\@pe-16 {
		padding-right: 4rem !important;
	}

	.sm\@pe-17 {
		padding-right: 4.25rem !important;
	}

	.sm\@pe-18 {
		padding-right: 4.5rem !important;
	}

	.sm\@pe-19 {
		padding-right: 4.75rem !important;
	}

	.sm\@pe-20 {
		padding-right: 5rem !important;
	}

	.sm\@pb-0 {
		padding-bottom: 0 !important;
	}

	.sm\@pb-1 {
		padding-bottom: 0.25rem !important;
	}

	.sm\@pb-2 {
		padding-bottom: 0.5rem !important;
	}

	.sm\@pb-3 {
		padding-bottom: 0.75rem !important;
	}

	.sm\@pb-4 {
		padding-bottom: 1rem !important;
	}

	.sm\@pb-5 {
		padding-bottom: 1.25rem !important;
	}

	.sm\@pb-6 {
		padding-bottom: 1.5rem !important;
	}

	.sm\@pb-7 {
		padding-bottom: 1.75rem !important;
	}

	.sm\@pb-8 {
		padding-bottom: 2rem !important;
	}

	.sm\@pb-9 {
		padding-bottom: 2.25rem !important;
	}

	.sm\@pb-10 {
		padding-bottom: 2.5rem !important;
	}

	.sm\@pb-11 {
		padding-bottom: 2.75rem !important;
	}

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

	.sm\@pb-13 {
		padding-bottom: 3.25rem !important;
	}

	.sm\@pb-14 {
		padding-bottom: 3.5rem !important;
	}

	.sm\@pb-15 {
		padding-bottom: 3.75rem !important;
	}

	.sm\@pb-16 {
		padding-bottom: 4rem !important;
	}

	.sm\@pb-17 {
		padding-bottom: 4.25rem !important;
	}

	.sm\@pb-18 {
		padding-bottom: 4.5rem !important;
	}

	.sm\@pb-19 {
		padding-bottom: 4.75rem !important;
	}

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

	.sm\@ps-0 {
		padding-left: 0 !important;
	}

	.sm\@ps-1 {
		padding-left: 0.25rem !important;
	}

	.sm\@ps-2 {
		padding-left: 0.5rem !important;
	}

	.sm\@ps-3 {
		padding-left: 0.75rem !important;
	}

	.sm\@ps-4 {
		padding-left: 1rem !important;
	}

	.sm\@ps-5 {
		padding-left: 1.25rem !important;
	}

	.sm\@ps-6 {
		padding-left: 1.5rem !important;
	}

	.sm\@ps-7 {
		padding-left: 1.75rem !important;
	}

	.sm\@ps-8 {
		padding-left: 2rem !important;
	}

	.sm\@ps-9 {
		padding-left: 2.25rem !important;
	}

	.sm\@ps-10 {
		padding-left: 2.5rem !important;
	}

	.sm\@ps-11 {
		padding-left: 2.75rem !important;
	}

	.sm\@ps-12 {
		padding-left: 3rem !important;
	}

	.sm\@ps-13 {
		padding-left: 3.25rem !important;
	}

	.sm\@ps-14 {
		padding-left: 3.5rem !important;
	}

	.sm\@ps-15 {
		padding-left: 3.75rem !important;
	}

	.sm\@ps-16 {
		padding-left: 4rem !important;
	}

	.sm\@ps-17 {
		padding-left: 4.25rem !important;
	}

	.sm\@ps-18 {
		padding-left: 4.5rem !important;
	}

	.sm\@ps-19 {
		padding-left: 4.75rem !important;
	}

	.sm\@ps-20 {
		padding-left: 5rem !important;
	}
}

/* START: Custom, sm breakpoint */

@media (min-width: 37.5em) {
	.sm\@mb-\[12\%\] {
		margin-bottom: 12% !important;
	}
}

/* END: Custom, sm breakpoint */

@media (min-width: 60em) {
	.md\@ma-0 {
		margin: 0 !important;
	}

	.md\@ma-1 {
		margin: 0.25rem !important;
	}

	.md\@ma-2 {
		margin: 0.5rem !important;
	}

	.md\@ma-3 {
		margin: 0.75rem !important;
	}

	.md\@ma-4 {
		margin: 1rem !important;
	}

	.md\@ma-5 {
		margin: 1.25rem !important;
	}

	.md\@ma-6 {
		margin: 1.5rem !important;
	}

	.md\@ma-7 {
		margin: 1.75rem !important;
	}

	.md\@ma-8 {
		margin: 2rem !important;
	}

	.md\@ma-9 {
		margin: 2.25rem !important;
	}

	.md\@ma-10 {
		margin: 2.5rem !important;
	}

	.md\@ma-11 {
		margin: 2.75rem !important;
	}

	.md\@ma-12 {
		margin: 3rem !important;
	}

	.md\@ma-13 {
		margin: 3.25rem !important;
	}

	.md\@ma-14 {
		margin: 3.5rem !important;
	}

	.md\@ma-15 {
		margin: 3.75rem !important;
	}

	.md\@ma-16 {
		margin: 4rem !important;
	}

	.md\@ma-17 {
		margin: 4.25rem !important;
	}

	.md\@ma-18 {
		margin: 4.5rem !important;
	}

	.md\@ma-19 {
		margin: 4.75rem !important;
	}

	.md\@ma-20 {
		margin: 5rem !important;
	}

	.md\@ma-auto {
		margin: auto !important;
	}

	.md\@mx-0 {
		margin-inline-end: 0 !important;
		margin-inline-start: 0 !important;
	}

	.md\@mx-1 {
		margin-inline-end: 0.25rem !important;
		margin-inline-start: 0.25rem !important;
	}

	.md\@mx-2 {
		margin-inline-end: 0.5rem !important;
		margin-inline-start: 0.5rem !important;
	}

	.md\@mx-3 {
		margin-inline-end: 0.75rem !important;
		margin-inline-start: 0.75rem !important;
	}

	.md\@mx-4 {
		margin-inline-end: 1rem !important;
		margin-inline-start: 1rem !important;
	}

	.md\@mx-5 {
		margin-inline-end: 1.25rem !important;
		margin-inline-start: 1.25rem !important;
	}

	.md\@mx-6 {
		margin-inline-end: 1.5rem !important;
		margin-inline-start: 1.5rem !important;
	}

	.md\@mx-7 {
		margin-inline-end: 1.75rem !important;
		margin-inline-start: 1.75rem !important;
	}

	.md\@mx-8 {
		margin-inline-end: 2rem !important;
		margin-inline-start: 2rem !important;
	}

	.md\@mx-9 {
		margin-inline-end: 2.25rem !important;
		margin-inline-start: 2.25rem !important;
	}

	.md\@mx-10 {
		margin-inline-end: 2.5rem !important;
		margin-inline-start: 2.5rem !important;
	}

	.md\@mx-11 {
		margin-inline-end: 2.75rem !important;
		margin-inline-start: 2.75rem !important;
	}

	.md\@mx-12 {
		margin-inline-end: 3rem !important;
		margin-inline-start: 3rem !important;
	}

	.md\@mx-13 {
		margin-inline-end: 3.25rem !important;
		margin-inline-start: 3.25rem !important;
	}

	.md\@mx-14 {
		margin-inline-end: 3.5rem !important;
		margin-inline-start: 3.5rem !important;
	}

	.md\@mx-15 {
		margin-inline-end: 3.75rem !important;
		margin-inline-start: 3.75rem !important;
	}

	.md\@mx-16 {
		margin-inline-end: 4rem !important;
		margin-inline-start: 4rem !important;
	}

	.md\@mx-17 {
		margin-inline-end: 4.25rem !important;
		margin-inline-start: 4.25rem !important;
	}

	.md\@mx-18 {
		margin-inline-end: 4.5rem !important;
		margin-inline-start: 4.5rem !important;
	}

	.md\@mx-19 {
		margin-inline-end: 4.75rem !important;
		margin-inline-start: 4.75rem !important;
	}

	.md\@mx-20 {
		margin-inline-end: 5rem !important;
		margin-inline-start: 5rem !important;
	}

	.md\@mx-auto {
		margin-inline-end: auto !important;
		margin-inline-start: auto !important;
	}

	.md\@my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.md\@my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.md\@my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.md\@my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
	}

	.md\@my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.md\@my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important;
	}

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

	.md\@my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important;
	}

	.md\@my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.md\@my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important;
	}

	.md\@my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important;
	}

	.md\@my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem !important;
	}

	.md\@my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.md\@my-13 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important;
	}

	.md\@my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important;
	}

	.md\@my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important;
	}

	.md\@my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}

	.md\@my-17 {
		margin-top: 4.25rem !important;
		margin-bottom: 4.25rem !important;
	}

	.md\@my-18 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}

	.md\@my-19 {
		margin-top: 4.75rem !important;
		margin-bottom: 4.75rem !important;
	}

	.md\@my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}

	.md\@my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.md\@mt-0 {
		margin-top: 0 !important;
	}

	.md\@mt-1 {
		margin-top: 0.25rem !important;
	}

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

	.md\@mt-3 {
		margin-top: 0.75rem !important;
	}

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

	.md\@mt-5 {
		margin-top: 1.25rem !important;
	}

	.md\@mt-6 {
		margin-top: 1.5rem !important;
	}

	.md\@mt-7 {
		margin-top: 1.75rem !important;
	}

	.md\@mt-8 {
		margin-top: 2rem !important;
	}

	.md\@mt-9 {
		margin-top: 2.25rem !important;
	}

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

	.md\@mt-11 {
		margin-top: 2.75rem !important;
	}

	.md\@mt-12 {
		margin-top: 3rem !important;
	}

	.md\@mt-13 {
		margin-top: 3.25rem !important;
	}

	.md\@mt-14 {
		margin-top: 3.5rem !important;
	}

	.md\@mt-15 {
		margin-top: 3.75rem !important;
	}

	.md\@mt-16 {
		margin-top: 4rem !important;
	}

	.md\@mt-17 {
		margin-top: 4.25rem !important;
	}

	.md\@mt-18 {
		margin-top: 4.5rem !important;
	}

	.md\@mt-19 {
		margin-top: 4.75rem !important;
	}

	.md\@mt-20 {
		margin-top: 5rem !important;
	}

	.md\@mt-auto {
		margin-top: auto !important;
	}

	.md\@me-0 {
		margin-inline-end: 0 !important;
	}

	.md\@me-1 {
		margin-inline-end: 0.25rem !important;
	}

	.md\@me-2 {
		margin-inline-end: 0.5rem !important;
	}

	.md\@me-3 {
		margin-inline-end: 0.75rem !important;
	}

	.md\@me-4 {
		margin-inline-end: 1rem !important;
	}

	.md\@me-5 {
		margin-inline-end: 1.25rem !important;
	}

	.md\@me-6 {
		margin-inline-end: 1.5rem !important;
	}

	.md\@me-7 {
		margin-inline-end: 1.75rem !important;
	}

	.md\@me-8 {
		margin-inline-end: 2rem !important;
	}

	.md\@me-9 {
		margin-inline-end: 2.25rem !important;
	}

	.md\@me-10 {
		margin-inline-end: 2.5rem !important;
	}

	.md\@me-11 {
		margin-inline-end: 2.75rem !important;
	}

	.md\@me-12 {
		margin-inline-end: 3rem !important;
	}

	.md\@me-13 {
		margin-inline-end: 3.25rem !important;
	}

	.md\@me-14 {
		margin-inline-end: 3.5rem !important;
	}

	.md\@me-15 {
		margin-inline-end: 3.75rem !important;
	}

	.md\@me-16 {
		margin-inline-end: 4rem !important;
	}

	.md\@me-17 {
		margin-inline-end: 4.25rem !important;
	}

	.md\@me-18 {
		margin-inline-end: 4.5rem !important;
	}

	.md\@me-19 {
		margin-inline-end: 4.75rem !important;
	}

	.md\@me-20 {
		margin-inline-end: 5rem !important;
	}

	.md\@me-auto {
		margin-inline-end: auto !important;
	}

	.md\@mb-0 {
		margin-bottom: 0 !important;
	}

	.md\@mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.md\@mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.md\@mb-3 {
		margin-bottom: 0.75rem !important;
	}

	.md\@mb-4 {
		margin-bottom: 1rem !important;
	}

	.md\@mb-5 {
		margin-bottom: 1.25rem !important;
	}

	.md\@mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.md\@mb-7 {
		margin-bottom: 1.75rem !important;
	}

	.md\@mb-8 {
		margin-bottom: 2rem !important;
	}

	.md\@mb-9 {
		margin-bottom: 2.25rem !important;
	}

	.md\@mb-10 {
		margin-bottom: 2.5rem !important;
	}

	.md\@mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.md\@mb-12 {
		margin-bottom: 3rem !important;
	}

	.md\@mb-13 {
		margin-bottom: 3.25rem !important;
	}

	.md\@mb-14 {
		margin-bottom: 3.5rem !important;
	}

	.md\@mb-15 {
		margin-bottom: 3.75rem !important;
	}

	.md\@mb-16 {
		margin-bottom: 4rem !important;
	}

	.md\@mb-17 {
		margin-bottom: 4.25rem !important;
	}

	.md\@mb-18 {
		margin-bottom: 4.5rem !important;
	}

	.md\@mb-19 {
		margin-bottom: 4.75rem !important;
	}

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

	.md\@mb-auto {
		margin-bottom: auto !important;
	}

	.md\@ms-0 {
		margin-inline-start: 0 !important;
	}

	.md\@ms-1 {
		margin-inline-start: 0.25rem !important;
	}

	.md\@ms-2 {
		margin-inline-start: 0.5rem !important;
	}

	.md\@ms-3 {
		margin-inline-start: 0.75rem !important;
	}

	.md\@ms-4 {
		margin-inline-start: 1rem !important;
	}

	.md\@ms-5 {
		margin-inline-start: 1.25rem !important;
	}

	.md\@ms-6 {
		margin-inline-start: 1.5rem !important;
	}

	.md\@ms-7 {
		margin-inline-start: 1.75rem !important;
	}

	.md\@ms-8 {
		margin-inline-start: 2rem !important;
	}

	.md\@ms-9 {
		margin-inline-start: 2.25rem !important;
	}

	.md\@ms-10 {
		margin-inline-start: 2.5rem !important;
	}

	.md\@ms-11 {
		margin-inline-start: 2.75rem !important;
	}

	.md\@ms-12 {
		margin-inline-start: 3rem !important;
	}

	.md\@ms-13 {
		margin-inline-start: 3.25rem !important;
	}

	.md\@ms-14 {
		margin-inline-start: 3.5rem !important;
	}

	.md\@ms-15 {
		margin-inline-start: 3.75rem !important;
	}

	.md\@ms-16 {
		margin-inline-start: 4rem !important;
	}

	.md\@ms-17 {
		margin-inline-start: 4.25rem !important;
	}

	.md\@ms-18 {
		margin-inline-start: 4.5rem !important;
	}

	.md\@ms-19 {
		margin-inline-start: 4.75rem !important;
	}

	.md\@ms-20 {
		margin-inline-start: 5rem !important;
	}

	.md\@ms-auto {
		margin-inline-start: auto !important;
	}

	.md\@ma-n1 {
		margin: -0.25rem !important;
	}

	.md\@ma-n2 {
		margin: -0.5rem !important;
	}

	.md\@ma-n3 {
		margin: -0.75rem !important;
	}

	.md\@ma-n4 {
		margin: -1rem !important;
	}

	.md\@ma-n5 {
		margin: -1.25rem !important;
	}

	.md\@ma-n6 {
		margin: -1.5rem !important;
	}

	.md\@ma-n7 {
		margin: -1.75rem !important;
	}

	.md\@ma-n8 {
		margin: -2rem !important;
	}

	.md\@ma-n9 {
		margin: -2.25rem !important;
	}

	.md\@ma-n10 {
		margin: -2.5rem !important;
	}

	.md\@ma-n11 {
		margin: -2.75rem !important;
	}

	.md\@ma-n12 {
		margin: -3rem !important;
	}

	.md\@ma-n13 {
		margin: -3.25rem !important;
	}

	.md\@ma-n14 {
		margin: -3.5rem !important;
	}

	.md\@ma-n15 {
		margin: -3.75rem !important;
	}

	.md\@ma-n16 {
		margin: -4rem !important;
	}

	.md\@ma-n17 {
		margin: -4.25rem !important;
	}

	.md\@ma-n18 {
		margin: -4.5rem !important;
	}

	.md\@ma-n19 {
		margin: -4.75rem !important;
	}

	.md\@ma-n20 {
		margin: -5rem !important;
	}

	.md\@mx-n1 {
		margin-inline-end: -0.25rem !important;
		margin-inline-start: -0.25rem !important;
	}

	.md\@mx-n2 {
		margin-inline-end: -0.5rem !important;
		margin-inline-start: -0.5rem !important;
	}

	.md\@mx-n3 {
		margin-inline-end: -0.75rem !important;
		margin-inline-start: -0.75rem !important;
	}

	.md\@mx-n4 {
		margin-inline-end: -1rem !important;
		margin-inline-start: -1rem !important;
	}

	.md\@mx-n5 {
		margin-inline-end: -1.25rem !important;
		margin-inline-start: -1.25rem !important;
	}

	.md\@mx-n6 {
		margin-inline-end: -1.5rem !important;
		margin-inline-start: -1.5rem !important;
	}

	.md\@mx-n7 {
		margin-inline-end: -1.75rem !important;
		margin-inline-start: -1.75rem !important;
	}

	.md\@mx-n8 {
		margin-inline-end: -2rem !important;
		margin-inline-start: -2rem !important;
	}

	.md\@mx-n9 {
		margin-inline-end: -2.25rem !important;
		margin-inline-start: -2.25rem !important;
	}

	.md\@mx-n10 {
		margin-inline-end: -2.5rem !important;
		margin-inline-start: -2.5rem !important;
	}

	.md\@mx-n11 {
		margin-inline-end: -2.75rem !important;
		margin-inline-start: -2.75rem !important;
	}

	.md\@mx-n12 {
		margin-inline-end: -3rem !important;
		margin-inline-start: -3rem !important;
	}

	.md\@mx-n13 {
		margin-inline-end: -3.25rem !important;
		margin-inline-start: -3.25rem !important;
	}

	.md\@mx-n14 {
		margin-inline-end: -3.5rem !important;
		margin-inline-start: -3.5rem !important;
	}

	.md\@mx-n15 {
		margin-inline-end: -3.75rem !important;
		margin-inline-start: -3.75rem !important;
	}

	.md\@mx-n16 {
		margin-inline-end: -4rem !important;
		margin-inline-start: -4rem !important;
	}

	.md\@mx-n17 {
		margin-inline-end: -4.25rem !important;
		margin-inline-start: -4.25rem !important;
	}

	.md\@mx-n18 {
		margin-inline-end: -4.5rem !important;
		margin-inline-start: -4.5rem !important;
	}

	.md\@mx-n19 {
		margin-inline-end: -4.75rem !important;
		margin-inline-start: -4.75rem !important;
	}

	.md\@mx-n20 {
		margin-inline-end: -5rem !important;
		margin-inline-start: -5rem !important;
	}

	.md\@my-n1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important;
	}

	.md\@my-n2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important;
	}

	.md\@my-n3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important;
	}

	.md\@my-n4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}

	.md\@my-n5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important;
	}

	.md\@my-n6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}

	.md\@my-n7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem !important;
	}

	.md\@my-n8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important;
	}

	.md\@my-n9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem !important;
	}

	.md\@my-n10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important;
	}

	.md\@my-n11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem !important;
	}

	.md\@my-n12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}

	.md\@my-n13 {
		margin-top: -3.25rem !important;
		margin-bottom: -3.25rem !important;
	}

	.md\@my-n14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important;
	}

	.md\@my-n15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important;
	}

	.md\@my-n16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}

	.md\@my-n17 {
		margin-top: -4.25rem !important;
		margin-bottom: -4.25rem !important;
	}

	.md\@my-n18 {
		margin-top: -4.5rem !important;
		margin-bottom: -4.5rem !important;
	}

	.md\@my-n19 {
		margin-top: -4.75rem !important;
		margin-bottom: -4.75rem !important;
	}

	.md\@my-n20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}

	.md\@mt-n1 {
		margin-top: -0.25rem !important;
	}

	.md\@mt-n2 {
		margin-top: -0.5rem !important;
	}

	.md\@mt-n3 {
		margin-top: -0.75rem !important;
	}

	.md\@mt-n4 {
		margin-top: -1rem !important;
	}

	.md\@mt-n5 {
		margin-top: -1.25rem !important;
	}

	.md\@mt-n6 {
		margin-top: -1.5rem !important;
	}

	.md\@mt-n7 {
		margin-top: -1.75rem !important;
	}

	.md\@mt-n8 {
		margin-top: -2rem !important;
	}

	.md\@mt-n9 {
		margin-top: -2.25rem !important;
	}

	.md\@mt-n10 {
		margin-top: -2.5rem !important;
	}

	.md\@mt-n11 {
		margin-top: -2.75rem !important;
	}

	.md\@mt-n12 {
		margin-top: -3rem !important;
	}

	.md\@mt-n13 {
		margin-top: -3.25rem !important;
	}

	.md\@mt-n14 {
		margin-top: -3.5rem !important;
	}

	.md\@mt-n15 {
		margin-top: -3.75rem !important;
	}

	.md\@mt-n16 {
		margin-top: -4rem !important;
	}

	.md\@mt-n17 {
		margin-top: -4.25rem !important;
	}

	.md\@mt-n18 {
		margin-top: -4.5rem !important;
	}

	.md\@mt-n19 {
		margin-top: -4.75rem !important;
	}

	.md\@mt-n20 {
		margin-top: -5rem !important;
	}

	.md\@me-n1 {
		margin-inline-end: -0.25rem !important;
	}

	.md\@me-n2 {
		margin-inline-end: -0.5rem !important;
	}

	.md\@me-n3 {
		margin-inline-end: -0.75rem !important;
	}

	.md\@me-n4 {
		margin-inline-end: -1rem !important;
	}

	.md\@me-n5 {
		margin-inline-end: -1.25rem !important;
	}

	.md\@me-n6 {
		margin-inline-end: -1.5rem !important;
	}

	.md\@me-n7 {
		margin-inline-end: -1.75rem !important;
	}

	.md\@me-n8 {
		margin-inline-end: -2rem !important;
	}

	.md\@me-n9 {
		margin-inline-end: -2.25rem !important;
	}

	.md\@me-n10 {
		margin-inline-end: -2.5rem !important;
	}

	.md\@me-n11 {
		margin-inline-end: -2.75rem !important;
	}

	.md\@me-n12 {
		margin-inline-end: -3rem !important;
	}

	.md\@me-n13 {
		margin-inline-end: -3.25rem !important;
	}

	.md\@me-n14 {
		margin-inline-end: -3.5rem !important;
	}

	.md\@me-n15 {
		margin-inline-end: -3.75rem !important;
	}

	.md\@me-n16 {
		margin-inline-end: -4rem !important;
	}

	.md\@me-n17 {
		margin-inline-end: -4.25rem !important;
	}

	.md\@me-n18 {
		margin-inline-end: -4.5rem !important;
	}

	.md\@me-n19 {
		margin-inline-end: -4.75rem !important;
	}

	.md\@me-n20 {
		margin-inline-end: -5rem !important;
	}

	.md\@mb-n1 {
		margin-bottom: -0.25rem !important;
	}

	.md\@mb-n2 {
		margin-bottom: -0.5rem !important;
	}

	.md\@mb-n3 {
		margin-bottom: -0.75rem !important;
	}

	.md\@mb-n4 {
		margin-bottom: -1rem !important;
	}

	.md\@mb-n5 {
		margin-bottom: -1.25rem !important;
	}

	.md\@mb-n6 {
		margin-bottom: -1.5rem !important;
	}

	.md\@mb-n7 {
		margin-bottom: -1.75rem !important;
	}

	.md\@mb-n8 {
		margin-bottom: -2rem !important;
	}

	.md\@mb-n9 {
		margin-bottom: -2.25rem !important;
	}

	.md\@mb-n10 {
		margin-bottom: -2.5rem !important;
	}

	.md\@mb-n11 {
		margin-bottom: -2.75rem !important;
	}

	.md\@mb-n12 {
		margin-bottom: -3rem !important;
	}

	.md\@mb-n13 {
		margin-bottom: -3.25rem !important;
	}

	.md\@mb-n14 {
		margin-bottom: -3.5rem !important;
	}

	.md\@mb-n15 {
		margin-bottom: -3.75rem !important;
	}

	.md\@mb-n16 {
		margin-bottom: -4rem !important;
	}

	.md\@mb-n17 {
		margin-bottom: -4.25rem !important;
	}

	.md\@mb-n18 {
		margin-bottom: -4.5rem !important;
	}

	.md\@mb-n19 {
		margin-bottom: -4.75rem !important;
	}

	.md\@mb-n20 {
		margin-bottom: -5rem !important;
	}

	.md\@ms-n1 {
		margin-inline-start: -0.25rem !important;
	}

	.md\@ms-n2 {
		margin-inline-start: -0.5rem !important;
	}

	.md\@ms-n3 {
		margin-inline-start: -0.75rem !important;
	}

	.md\@ms-n4 {
		margin-inline-start: -1rem !important;
	}

	.md\@ms-n5 {
		margin-inline-start: -1.25rem !important;
	}

	.md\@ms-n6 {
		margin-inline-start: -1.5rem !important;
	}

	.md\@ms-n7 {
		margin-inline-start: -1.75rem !important;
	}

	.md\@ms-n8 {
		margin-inline-start: -2rem !important;
	}

	.md\@ms-n9 {
		margin-inline-start: -2.25rem !important;
	}

	.md\@ms-n10 {
		margin-inline-start: -2.5rem !important;
	}

	.md\@ms-n11 {
		margin-inline-start: -2.75rem !important;
	}

	.md\@ms-n12 {
		margin-inline-start: -3rem !important;
	}

	.md\@ms-n13 {
		margin-inline-start: -3.25rem !important;
	}

	.md\@ms-n14 {
		margin-inline-start: -3.5rem !important;
	}

	.md\@ms-n15 {
		margin-inline-start: -3.75rem !important;
	}

	.md\@ms-n16 {
		margin-inline-start: -4rem !important;
	}

	.md\@ms-n17 {
		margin-inline-start: -4.25rem !important;
	}

	.md\@ms-n18 {
		margin-inline-start: -4.5rem !important;
	}

	.md\@ms-n19 {
		margin-inline-start: -4.75rem !important;
	}

	.md\@ms-n20 {
		margin-inline-start: -5rem !important;
	}

	.md\@pa-0 {
		padding: 0 !important;
	}

	.md\@pa-1 {
		padding: 0.25rem !important;
	}

	.md\@pa-2 {
		padding: 0.5rem !important;
	}

	.md\@pa-3 {
		padding: 0.75rem !important;
	}

	.md\@pa-4 {
		padding: 1rem !important;
	}

	.md\@pa-5 {
		padding: 1.25rem !important;
	}

	.md\@pa-6 {
		padding: 1.5rem !important;
	}

	.md\@pa-7 {
		padding: 1.75rem !important;
	}

	.md\@pa-8 {
		padding: 2rem !important;
	}

	.md\@pa-9 {
		padding: 2.25rem !important;
	}

	.md\@pa-10 {
		padding: 2.5rem !important;
	}

	.md\@pa-11 {
		padding: 2.75rem !important;
	}

	.md\@pa-12 {
		padding: 3rem !important;
	}

	.md\@pa-13 {
		padding: 3.25rem !important;
	}

	.md\@pa-14 {
		padding: 3.5rem !important;
	}

	.md\@pa-15 {
		padding: 3.75rem !important;
	}

	.md\@pa-16 {
		padding: 4rem !important;
	}

	.md\@pa-17 {
		padding: 4.25rem !important;
	}

	.md\@pa-18 {
		padding: 4.5rem !important;
	}

	.md\@pa-19 {
		padding: 4.75rem !important;
	}

	.md\@pa-20 {
		padding: 5rem !important;
	}

	.md\@px-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.md\@px-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.md\@px-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.md\@px-3 {
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	.md\@px-4 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.md\@px-5 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}

	.md\@px-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.md\@px-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important;
	}

	.md\@px-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.md\@px-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important;
	}

	.md\@px-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important;
	}

	.md\@px-11 {
		padding-right: 2.75rem !important;
		padding-left: 2.75rem !important;
	}

	.md\@px-12 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.md\@px-13 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important;
	}

	.md\@px-14 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important;
	}

	.md\@px-15 {
		padding-right: 3.75rem !important;
		padding-left: 3.75rem !important;
	}

	.md\@px-16 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}

	.md\@px-17 {
		padding-right: 4.25rem !important;
		padding-left: 4.25rem !important;
	}

	.md\@px-18 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}

	.md\@px-19 {
		padding-right: 4.75rem !important;
		padding-left: 4.75rem !important;
	}

	.md\@px-20 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}

	.md\@py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.md\@py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.md\@py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.md\@py-3 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	.md\@py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.md\@py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important;
	}

	.md\@py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.md\@py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important;
	}

	.md\@py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.md\@py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important;
	}

	.md\@py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.md\@py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important;
	}

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

	.md\@py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.md\@py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.md\@py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.md\@py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.md\@py-17 {
		padding-top: 4.25rem !important;
		padding-bottom: 4.25rem !important;
	}

	.md\@py-18 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.md\@py-19 {
		padding-top: 4.75rem !important;
		padding-bottom: 4.75rem !important;
	}

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

	.md\@py-60 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}

	.md\@pt-0 {
		padding-top: 0 !important;
	}

	.md\@pt-1 {
		padding-top: 0.25rem !important;
	}

	.md\@pt-2 {
		padding-top: 0.5rem !important;
	}

	.md\@pt-3 {
		padding-top: 0.75rem !important;
	}

	.md\@pt-4 {
		padding-top: 1rem !important;
	}

	.md\@pt-5 {
		padding-top: 1.25rem !important;
	}

	.md\@pt-6 {
		padding-top: 1.5rem !important;
	}

	.md\@pt-7 {
		padding-top: 1.75rem !important;
	}

	.md\@pt-8 {
		padding-top: 2rem !important;
	}

	.md\@pt-9 {
		padding-top: 2.25rem !important;
	}

	.md\@pt-10 {
		padding-top: 2.5rem !important;
	}

	.md\@pt-11 {
		padding-top: 2.75rem !important;
	}

	.md\@pt-12 {
		padding-top: 3rem !important;
	}

	.md\@pt-13 {
		padding-top: 3.25rem !important;
	}

	.md\@pt-14 {
		padding-top: 3.5rem !important;
	}

	.md\@pt-15 {
		padding-top: 3.75rem !important;
	}

	.md\@pt-16 {
		padding-top: 4rem !important;
	}

	.md\@pt-17 {
		padding-top: 4.25rem !important;
	}

	.md\@pt-18 {
		padding-top: 4.5rem !important;
	}

	.md\@pt-19 {
		padding-top: 4.75rem !important;
	}

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

	.md\@pe-0 {
		padding-right: 0 !important;
	}

	.md\@pe-1 {
		padding-right: 0.25rem !important;
	}

	.md\@pe-2 {
		padding-right: 0.5rem !important;
	}

	.md\@pe-3 {
		padding-right: 0.75rem !important;
	}

	.md\@pe-4 {
		padding-right: 1rem !important;
	}

	.md\@pe-5 {
		padding-right: 1.25rem !important;
	}

	.md\@pe-6 {
		padding-right: 1.5rem !important;
	}

	.md\@pe-7 {
		padding-right: 1.75rem !important;
	}

	.md\@pe-8 {
		padding-right: 2rem !important;
	}

	.md\@pe-9 {
		padding-right: 2.25rem !important;
	}

	.md\@pe-10 {
		padding-right: 2.5rem !important;
	}

	.md\@pe-11 {
		padding-right: 2.75rem !important;
	}

	.md\@pe-12 {
		padding-right: 3rem !important;
	}

	.md\@pe-13 {
		padding-right: 3.25rem !important;
	}

	.md\@pe-14 {
		padding-right: 3.5rem !important;
	}

	.md\@pe-15 {
		padding-right: 3.75rem !important;
	}

	.md\@pe-16 {
		padding-right: 4rem !important;
	}

	.md\@pe-17 {
		padding-right: 4.25rem !important;
	}

	.md\@pe-18 {
		padding-right: 4.5rem !important;
	}

	.md\@pe-19 {
		padding-right: 4.75rem !important;
	}

	.md\@pe-20 {
		padding-right: 5rem !important;
	}

	.md\@pb-0 {
		padding-bottom: 0 !important;
	}

	.md\@pb-1 {
		padding-bottom: 0.25rem !important;
	}

	.md\@pb-2 {
		padding-bottom: 0.5rem !important;
	}

	.md\@pb-3 {
		padding-bottom: 0.75rem !important;
	}

	.md\@pb-4 {
		padding-bottom: 1rem !important;
	}

	.md\@pb-5 {
		padding-bottom: 1.25rem !important;
	}

	.md\@pb-6 {
		padding-bottom: 1.5rem !important;
	}

	.md\@pb-7 {
		padding-bottom: 1.75rem !important;
	}

	.md\@pb-8 {
		padding-bottom: 2rem !important;
	}

	.md\@pb-9 {
		padding-bottom: 2.25rem !important;
	}

	.md\@pb-10 {
		padding-bottom: 2.5rem !important;
	}

	.md\@pb-11 {
		padding-bottom: 2.75rem !important;
	}

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

	.md\@pb-13 {
		padding-bottom: 3.25rem !important;
	}

	.md\@pb-14 {
		padding-bottom: 3.5rem !important;
	}

	.md\@pb-15 {
		padding-bottom: 3.75rem !important;
	}

	.md\@pb-16 {
		padding-bottom: 4rem !important;
	}

	.md\@pb-17 {
		padding-bottom: 4.25rem !important;
	}

	.md\@pb-18 {
		padding-bottom: 4.5rem !important;
	}

	.md\@pb-19 {
		padding-bottom: 4.75rem !important;
	}

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

	.md\@ps-0 {
		padding-left: 0 !important;
	}

	.md\@ps-1 {
		padding-left: 0.25rem !important;
	}

	.md\@ps-2 {
		padding-left: 0.5rem !important;
	}

	.md\@ps-3 {
		padding-left: 0.75rem !important;
	}

	.md\@ps-4 {
		padding-left: 1rem !important;
	}

	.md\@ps-5 {
		padding-left: 1.25rem !important;
	}

	.md\@ps-6 {
		padding-left: 1.5rem !important;
	}

	.md\@ps-7 {
		padding-left: 1.75rem !important;
	}

	.md\@ps-8 {
		padding-left: 2rem !important;
	}

	.md\@ps-9 {
		padding-left: 2.25rem !important;
	}

	.md\@ps-10 {
		padding-left: 2.5rem !important;
	}

	.md\@ps-11 {
		padding-left: 2.75rem !important;
	}

	.md\@ps-12 {
		padding-left: 3rem !important;
	}

	.md\@ps-13 {
		padding-left: 3.25rem !important;
	}

	.md\@ps-14 {
		padding-left: 3.5rem !important;
	}

	.md\@ps-15 {
		padding-left: 3.75rem !important;
	}

	.md\@ps-16 {
		padding-left: 4rem !important;
	}

	.md\@ps-17 {
		padding-left: 4.25rem !important;
	}

	.md\@ps-18 {
		padding-left: 4.5rem !important;
	}

	.md\@ps-19 {
		padding-left: 4.75rem !important;
	}

	.md\@ps-20 {
		padding-left: 5rem !important;
	}
}

/* START: Custom, md breakpoint */

@media (min-width: 60em) {
	.md\@mb-\[8\%\] {
		margin-bottom: 8% !important;
	}

	.md\@mx-n\[6rem\] {
		margin-inline-end: -6rem !important;
		margin-inline-start: -6rem !important;
	}

	.pe-container {
		padding-right: calc((100% - 56.25rem) / 2 + 1rem) !important;
	}

	.ps-container {
		padding-left: calc((100% - 56.25rem) / 2 + 1rem) !important;
	}
}

/* END: Custom, md breakpoint */

@media (min-width: 80em) {
	.lg\@ma-0 {
		margin: 0 !important;
	}

	.lg\@ma-1 {
		margin: 0.25rem !important;
	}

	.lg\@ma-2 {
		margin: 0.5rem !important;
	}

	.lg\@ma-3 {
		margin: 0.75rem !important;
	}

	.lg\@ma-4 {
		margin: 1rem !important;
	}

	.lg\@ma-5 {
		margin: 1.25rem !important;
	}

	.lg\@ma-6 {
		margin: 1.5rem !important;
	}

	.lg\@ma-7 {
		margin: 1.75rem !important;
	}

	.lg\@ma-8 {
		margin: 2rem !important;
	}

	.lg\@ma-9 {
		margin: 2.25rem !important;
	}

	.lg\@ma-10 {
		margin: 2.5rem !important;
	}

	.lg\@ma-11 {
		margin: 2.75rem !important;
	}

	.lg\@ma-12 {
		margin: 3rem !important;
	}

	.lg\@ma-13 {
		margin: 3.25rem !important;
	}

	.lg\@ma-14 {
		margin: 3.5rem !important;
	}

	.lg\@ma-15 {
		margin: 3.75rem !important;
	}

	.lg\@ma-16 {
		margin: 4rem !important;
	}

	.lg\@ma-17 {
		margin: 4.25rem !important;
	}

	.lg\@ma-18 {
		margin: 4.5rem !important;
	}

	.lg\@ma-19 {
		margin: 4.75rem !important;
	}

	.lg\@ma-20 {
		margin: 5rem !important;
	}

	.lg\@ma-auto {
		margin: auto !important;
	}

	.lg\@mx-0 {
		margin-inline-end: 0 !important;
		margin-inline-start: 0 !important;
	}

	.lg\@mx-1 {
		margin-inline-end: 0.25rem !important;
		margin-inline-start: 0.25rem !important;
	}

	.lg\@mx-2 {
		margin-inline-end: 0.5rem !important;
		margin-inline-start: 0.5rem !important;
	}

	.lg\@mx-3 {
		margin-inline-end: 0.75rem !important;
		margin-inline-start: 0.75rem !important;
	}

	.lg\@mx-4 {
		margin-inline-end: 1rem !important;
		margin-inline-start: 1rem !important;
	}

	.lg\@mx-5 {
		margin-inline-end: 1.25rem !important;
		margin-inline-start: 1.25rem !important;
	}

	.lg\@mx-6 {
		margin-inline-end: 1.5rem !important;
		margin-inline-start: 1.5rem !important;
	}

	.lg\@mx-7 {
		margin-inline-end: 1.75rem !important;
		margin-inline-start: 1.75rem !important;
	}

	.lg\@mx-8 {
		margin-inline-end: 2rem !important;
		margin-inline-start: 2rem !important;
	}

	.lg\@mx-9 {
		margin-inline-end: 2.25rem !important;
		margin-inline-start: 2.25rem !important;
	}

	.lg\@mx-10 {
		margin-inline-end: 2.5rem !important;
		margin-inline-start: 2.5rem !important;
	}

	.lg\@mx-11 {
		margin-inline-end: 2.75rem !important;
		margin-inline-start: 2.75rem !important;
	}

	.lg\@mx-12 {
		margin-inline-end: 3rem !important;
		margin-inline-start: 3rem !important;
	}

	.lg\@mx-13 {
		margin-inline-end: 3.25rem !important;
		margin-inline-start: 3.25rem !important;
	}

	.lg\@mx-14 {
		margin-inline-end: 3.5rem !important;
		margin-inline-start: 3.5rem !important;
	}

	.lg\@mx-15 {
		margin-inline-end: 3.75rem !important;
		margin-inline-start: 3.75rem !important;
	}

	.lg\@mx-16 {
		margin-inline-end: 4rem !important;
		margin-inline-start: 4rem !important;
	}

	.lg\@mx-17 {
		margin-inline-end: 4.25rem !important;
		margin-inline-start: 4.25rem !important;
	}

	.lg\@mx-18 {
		margin-inline-end: 4.5rem !important;
		margin-inline-start: 4.5rem !important;
	}

	.lg\@mx-19 {
		margin-inline-end: 4.75rem !important;
		margin-inline-start: 4.75rem !important;
	}

	.lg\@mx-20 {
		margin-inline-end: 5rem !important;
		margin-inline-start: 5rem !important;
	}

	.lg\@mx-auto {
		margin-inline-end: auto !important;
		margin-inline-start: auto !important;
	}

	.lg\@my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.lg\@my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.lg\@my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.lg\@my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
	}

	.lg\@my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.lg\@my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important;
	}

	.lg\@my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.lg\@my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important;
	}

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

	.lg\@my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important;
	}

	.lg\@my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important;
	}

	.lg\@my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem !important;
	}

	.lg\@my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.lg\@my-13 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important;
	}

	.lg\@my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important;
	}

	.lg\@my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important;
	}

	.lg\@my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}

	.lg\@my-17 {
		margin-top: 4.25rem !important;
		margin-bottom: 4.25rem !important;
	}

	.lg\@my-18 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}

	.lg\@my-19 {
		margin-top: 4.75rem !important;
		margin-bottom: 4.75rem !important;
	}

	.lg\@my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}

	.lg\@my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.lg\@mt-0 {
		margin-top: 0 !important;
	}

	.lg\@mt-1 {
		margin-top: 0.25rem !important;
	}

	.lg\@mt-2 {
		margin-top: 0.5rem !important;
	}

	.lg\@mt-3 {
		margin-top: 0.75rem !important;
	}

	.lg\@mt-4 {
		margin-top: 1rem !important;
	}

	.lg\@mt-5 {
		margin-top: 1.25rem !important;
	}

	.lg\@mt-6 {
		margin-top: 1.5rem !important;
	}

	.lg\@mt-7 {
		margin-top: 1.75rem !important;
	}

	.lg\@mt-8 {
		margin-top: 2rem !important;
	}

	.lg\@mt-9 {
		margin-top: 2.25rem !important;
	}

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

	.lg\@mt-11 {
		margin-top: 2.75rem !important;
	}

	.lg\@mt-12 {
		margin-top: 3rem !important;
	}

	.lg\@mt-13 {
		margin-top: 3.25rem !important;
	}

	.lg\@mt-14 {
		margin-top: 3.5rem !important;
	}

	.lg\@mt-15 {
		margin-top: 3.75rem !important;
	}

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

	.lg\@mt-17 {
		margin-top: 4.25rem !important;
	}

	.lg\@mt-18 {
		margin-top: 4.5rem !important;
	}

	.lg\@mt-19 {
		margin-top: 4.75rem !important;
	}

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

	.lg\@mt-auto {
		margin-top: auto !important;
	}

	.lg\@me-0 {
		margin-inline-end: 0 !important;
	}

	.lg\@me-1 {
		margin-inline-end: 0.25rem !important;
	}

	.lg\@me-2 {
		margin-inline-end: 0.5rem !important;
	}

	.lg\@me-3 {
		margin-inline-end: 0.75rem !important;
	}

	.lg\@me-4 {
		margin-inline-end: 1rem !important;
	}

	.lg\@me-5 {
		margin-inline-end: 1.25rem !important;
	}

	.lg\@me-6 {
		margin-inline-end: 1.5rem !important;
	}

	.lg\@me-7 {
		margin-inline-end: 1.75rem !important;
	}

	.lg\@me-8 {
		margin-inline-end: 2rem !important;
	}

	.lg\@me-9 {
		margin-inline-end: 2.25rem !important;
	}

	.lg\@me-10 {
		margin-inline-end: 2.5rem !important;
	}

	.lg\@me-11 {
		margin-inline-end: 2.75rem !important;
	}

	.lg\@me-12 {
		margin-inline-end: 3rem !important;
	}

	.lg\@me-13 {
		margin-inline-end: 3.25rem !important;
	}

	.lg\@me-14 {
		margin-inline-end: 3.5rem !important;
	}

	.lg\@me-15 {
		margin-inline-end: 3.75rem !important;
	}

	.lg\@me-16 {
		margin-inline-end: 4rem !important;
	}

	.lg\@me-17 {
		margin-inline-end: 4.25rem !important;
	}

	.lg\@me-18 {
		margin-inline-end: 4.5rem !important;
	}

	.lg\@me-19 {
		margin-inline-end: 4.75rem !important;
	}

	.lg\@me-20 {
		margin-inline-end: 5rem !important;
	}

	.lg\@me-auto {
		margin-inline-end: auto !important;
	}

	.lg\@mb-0 {
		margin-bottom: 0 !important;
	}

	.lg\@mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.lg\@mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.lg\@mb-3 {
		margin-bottom: 0.75rem !important;
	}

	.lg\@mb-4 {
		margin-bottom: 1rem !important;
	}

	.lg\@mb-5 {
		margin-bottom: 1.25rem !important;
	}

	.lg\@mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.lg\@mb-7 {
		margin-bottom: 1.75rem !important;
	}

	.lg\@mb-8 {
		margin-bottom: 2rem !important;
	}

	.lg\@mb-9 {
		margin-bottom: 2.25rem !important;
	}

	.lg\@mb-10 {
		margin-bottom: 2.5rem !important;
	}

	.lg\@mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.lg\@mb-12 {
		margin-bottom: 3rem !important;
	}

	.lg\@mb-13 {
		margin-bottom: 3.25rem !important;
	}

	.lg\@mb-14 {
		margin-bottom: 3.5rem !important;
	}

	.lg\@mb-15 {
		margin-bottom: 3.75rem !important;
	}

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

	.lg\@mb-17 {
		margin-bottom: 4.25rem !important;
	}

	.lg\@mb-18 {
		margin-bottom: 4.5rem !important;
	}

	.lg\@mb-19 {
		margin-bottom: 4.75rem !important;
	}

	.lg\@mb-20 {
		margin-bottom: 5rem !important;
	}

	.lg\@mb-auto {
		margin-bottom: auto !important;
	}

	.lg\@ms-0 {
		margin-inline-start: 0 !important;
	}

	.lg\@ms-1 {
		margin-inline-start: 0.25rem !important;
	}

	.lg\@ms-2 {
		margin-inline-start: 0.5rem !important;
	}

	.lg\@ms-3 {
		margin-inline-start: 0.75rem !important;
	}

	.lg\@ms-4 {
		margin-inline-start: 1rem !important;
	}

	.lg\@ms-5 {
		margin-inline-start: 1.25rem !important;
	}

	.lg\@ms-6 {
		margin-inline-start: 1.5rem !important;
	}

	.lg\@ms-7 {
		margin-inline-start: 1.75rem !important;
	}

	.lg\@ms-8 {
		margin-inline-start: 2rem !important;
	}

	.lg\@ms-9 {
		margin-inline-start: 2.25rem !important;
	}

	.lg\@ms-10 {
		margin-inline-start: 2.5rem !important;
	}

	.lg\@ms-11 {
		margin-inline-start: 2.75rem !important;
	}

	.lg\@ms-12 {
		margin-inline-start: 3rem !important;
	}

	.lg\@ms-13 {
		margin-inline-start: 3.25rem !important;
	}

	.lg\@ms-14 {
		margin-inline-start: 3.5rem !important;
	}

	.lg\@ms-15 {
		margin-inline-start: 3.75rem !important;
	}

	.lg\@ms-16 {
		margin-inline-start: 4rem !important;
	}

	.lg\@ms-17 {
		margin-inline-start: 4.25rem !important;
	}

	.lg\@ms-18 {
		margin-inline-start: 4.5rem !important;
	}

	.lg\@ms-19 {
		margin-inline-start: 4.75rem !important;
	}

	.lg\@ms-20 {
		margin-inline-start: 5rem !important;
	}

	.lg\@ms-auto {
		margin-inline-start: auto !important;
	}

	.lg\@ma-n1 {
		margin: -0.25rem !important;
	}

	.lg\@ma-n2 {
		margin: -0.5rem !important;
	}

	.lg\@ma-n3 {
		margin: -0.75rem !important;
	}

	.lg\@ma-n4 {
		margin: -1rem !important;
	}

	.lg\@ma-n5 {
		margin: -1.25rem !important;
	}

	.lg\@ma-n6 {
		margin: -1.5rem !important;
	}

	.lg\@ma-n7 {
		margin: -1.75rem !important;
	}

	.lg\@ma-n8 {
		margin: -2rem !important;
	}

	.lg\@ma-n9 {
		margin: -2.25rem !important;
	}

	.lg\@ma-n10 {
		margin: -2.5rem !important;
	}

	.lg\@ma-n11 {
		margin: -2.75rem !important;
	}

	.lg\@ma-n12 {
		margin: -3rem !important;
	}

	.lg\@ma-n13 {
		margin: -3.25rem !important;
	}

	.lg\@ma-n14 {
		margin: -3.5rem !important;
	}

	.lg\@ma-n15 {
		margin: -3.75rem !important;
	}

	.lg\@ma-n16 {
		margin: -4rem !important;
	}

	.lg\@ma-n17 {
		margin: -4.25rem !important;
	}

	.lg\@ma-n18 {
		margin: -4.5rem !important;
	}

	.lg\@ma-n19 {
		margin: -4.75rem !important;
	}

	.lg\@ma-n20 {
		margin: -5rem !important;
	}

	.lg\@mx-n1 {
		margin-inline-end: -0.25rem !important;
		margin-inline-start: -0.25rem !important;
	}

	.lg\@mx-n2 {
		margin-inline-end: -0.5rem !important;
		margin-inline-start: -0.5rem !important;
	}

	.lg\@mx-n3 {
		margin-inline-end: -0.75rem !important;
		margin-inline-start: -0.75rem !important;
	}

	.lg\@mx-n4 {
		margin-inline-end: -1rem !important;
		margin-inline-start: -1rem !important;
	}

	.lg\@mx-n5 {
		margin-inline-end: -1.25rem !important;
		margin-inline-start: -1.25rem !important;
	}

	.lg\@mx-n6 {
		margin-inline-end: -1.5rem !important;
		margin-inline-start: -1.5rem !important;
	}

	.lg\@mx-n7 {
		margin-inline-end: -1.75rem !important;
		margin-inline-start: -1.75rem !important;
	}

	.lg\@mx-n8 {
		margin-inline-end: -2rem !important;
		margin-inline-start: -2rem !important;
	}

	.lg\@mx-n9 {
		margin-inline-end: -2.25rem !important;
		margin-inline-start: -2.25rem !important;
	}

	.lg\@mx-n10 {
		margin-inline-end: -2.5rem !important;
		margin-inline-start: -2.5rem !important;
	}

	.lg\@mx-n11 {
		margin-inline-end: -2.75rem !important;
		margin-inline-start: -2.75rem !important;
	}

	.lg\@mx-n12 {
		margin-inline-end: -3rem !important;
		margin-inline-start: -3rem !important;
	}

	.lg\@mx-n13 {
		margin-inline-end: -3.25rem !important;
		margin-inline-start: -3.25rem !important;
	}

	.lg\@mx-n14 {
		margin-inline-end: -3.5rem !important;
		margin-inline-start: -3.5rem !important;
	}

	.lg\@mx-n15 {
		margin-inline-end: -3.75rem !important;
		margin-inline-start: -3.75rem !important;
	}

	.lg\@mx-n16 {
		margin-inline-end: -4rem !important;
		margin-inline-start: -4rem !important;
	}

	.lg\@mx-n17 {
		margin-inline-end: -4.25rem !important;
		margin-inline-start: -4.25rem !important;
	}

	.lg\@mx-n18 {
		margin-inline-end: -4.5rem !important;
		margin-inline-start: -4.5rem !important;
	}

	.lg\@mx-n19 {
		margin-inline-end: -4.75rem !important;
		margin-inline-start: -4.75rem !important;
	}

	.lg\@mx-n20 {
		margin-inline-end: -5rem !important;
		margin-inline-start: -5rem !important;
	}

	.lg\@my-n1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important;
	}

	.lg\@my-n2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important;
	}

	.lg\@my-n3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important;
	}

	.lg\@my-n4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}

	.lg\@my-n5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important;
	}

	.lg\@my-n6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}

	.lg\@my-n7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem !important;
	}

	.lg\@my-n8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important;
	}

	.lg\@my-n9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem !important;
	}

	.lg\@my-n10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important;
	}

	.lg\@my-n11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem !important;
	}

	.lg\@my-n12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}

	.lg\@my-n13 {
		margin-top: -3.25rem !important;
		margin-bottom: -3.25rem !important;
	}

	.lg\@my-n14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important;
	}

	.lg\@my-n15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important;
	}

	.lg\@my-n16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}

	.lg\@my-n17 {
		margin-top: -4.25rem !important;
		margin-bottom: -4.25rem !important;
	}

	.lg\@my-n18 {
		margin-top: -4.5rem !important;
		margin-bottom: -4.5rem !important;
	}

	.lg\@my-n19 {
		margin-top: -4.75rem !important;
		margin-bottom: -4.75rem !important;
	}

	.lg\@my-n20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}

	.lg\@mt-n1 {
		margin-top: -0.25rem !important;
	}

	.lg\@mt-n2 {
		margin-top: -0.5rem !important;
	}

	.lg\@mt-n3 {
		margin-top: -0.75rem !important;
	}

	.lg\@mt-n4 {
		margin-top: -1rem !important;
	}

	.lg\@mt-n5 {
		margin-top: -1.25rem !important;
	}

	.lg\@mt-n6 {
		margin-top: -1.5rem !important;
	}

	.lg\@mt-n7 {
		margin-top: -1.75rem !important;
	}

	.lg\@mt-n8 {
		margin-top: -2rem !important;
	}

	.lg\@mt-n9 {
		margin-top: -2.25rem !important;
	}

	.lg\@mt-n10 {
		margin-top: -2.5rem !important;
	}

	.lg\@mt-n11 {
		margin-top: -2.75rem !important;
	}

	.lg\@mt-n12 {
		margin-top: -3rem !important;
	}

	.lg\@mt-n13 {
		margin-top: -3.25rem !important;
	}

	.lg\@mt-n14 {
		margin-top: -3.5rem !important;
	}

	.lg\@mt-n15 {
		margin-top: -3.75rem !important;
	}

	.lg\@mt-n16 {
		margin-top: -4rem !important;
	}

	.lg\@mt-n17 {
		margin-top: -4.25rem !important;
	}

	.lg\@mt-n18 {
		margin-top: -4.5rem !important;
	}

	.lg\@mt-n19 {
		margin-top: -4.75rem !important;
	}

	.lg\@mt-n20 {
		margin-top: -5rem !important;
	}

	.lg\@me-n1 {
		margin-inline-end: -0.25rem !important;
	}

	.lg\@me-n2 {
		margin-inline-end: -0.5rem !important;
	}

	.lg\@me-n3 {
		margin-inline-end: -0.75rem !important;
	}

	.lg\@me-n4 {
		margin-inline-end: -1rem !important;
	}

	.lg\@me-n5 {
		margin-inline-end: -1.25rem !important;
	}

	.lg\@me-n6 {
		margin-inline-end: -1.5rem !important;
	}

	.lg\@me-n7 {
		margin-inline-end: -1.75rem !important;
	}

	.lg\@me-n8 {
		margin-inline-end: -2rem !important;
	}

	.lg\@me-n9 {
		margin-inline-end: -2.25rem !important;
	}

	.lg\@me-n10 {
		margin-inline-end: -2.5rem !important;
	}

	.lg\@me-n11 {
		margin-inline-end: -2.75rem !important;
	}

	.lg\@me-n12 {
		margin-inline-end: -3rem !important;
	}

	.lg\@me-n13 {
		margin-inline-end: -3.25rem !important;
	}

	.lg\@me-n14 {
		margin-inline-end: -3.5rem !important;
	}

	.lg\@me-n15 {
		margin-inline-end: -3.75rem !important;
	}

	.lg\@me-n16 {
		margin-inline-end: -4rem !important;
	}

	.lg\@me-n17 {
		margin-inline-end: -4.25rem !important;
	}

	.lg\@me-n18 {
		margin-inline-end: -4.5rem !important;
	}

	.lg\@me-n19 {
		margin-inline-end: -4.75rem !important;
	}

	.lg\@me-n20 {
		margin-inline-end: -5rem !important;
	}

	.lg\@mb-n1 {
		margin-bottom: -0.25rem !important;
	}

	.lg\@mb-n2 {
		margin-bottom: -0.5rem !important;
	}

	.lg\@mb-n3 {
		margin-bottom: -0.75rem !important;
	}

	.lg\@mb-n4 {
		margin-bottom: -1rem !important;
	}

	.lg\@mb-n5 {
		margin-bottom: -1.25rem !important;
	}

	.lg\@mb-n6 {
		margin-bottom: -1.5rem !important;
	}

	.lg\@mb-n7 {
		margin-bottom: -1.75rem !important;
	}

	.lg\@mb-n8 {
		margin-bottom: -2rem !important;
	}

	.lg\@mb-n9 {
		margin-bottom: -2.25rem !important;
	}

	.lg\@mb-n10 {
		margin-bottom: -2.5rem !important;
	}

	.lg\@mb-n11 {
		margin-bottom: -2.75rem !important;
	}

	.lg\@mb-n12 {
		margin-bottom: -3rem !important;
	}

	.lg\@mb-n13 {
		margin-bottom: -3.25rem !important;
	}

	.lg\@mb-n14 {
		margin-bottom: -3.5rem !important;
	}

	.lg\@mb-n15 {
		margin-bottom: -3.75rem !important;
	}

	.lg\@mb-n16 {
		margin-bottom: -4rem !important;
	}

	.lg\@mb-n17 {
		margin-bottom: -4.25rem !important;
	}

	.lg\@mb-n18 {
		margin-bottom: -4.5rem !important;
	}

	.lg\@mb-n19 {
		margin-bottom: -4.75rem !important;
	}

	.lg\@mb-n20 {
		margin-bottom: -5rem !important;
	}

	.lg\@ms-n1 {
		margin-inline-start: -0.25rem !important;
	}

	.lg\@ms-n2 {
		margin-inline-start: -0.5rem !important;
	}

	.lg\@ms-n3 {
		margin-inline-start: -0.75rem !important;
	}

	.lg\@ms-n4 {
		margin-inline-start: -1rem !important;
	}

	.lg\@ms-n5 {
		margin-inline-start: -1.25rem !important;
	}

	.lg\@ms-n6 {
		margin-inline-start: -1.5rem !important;
	}

	.lg\@ms-n7 {
		margin-inline-start: -1.75rem !important;
	}

	.lg\@ms-n8 {
		margin-inline-start: -2rem !important;
	}

	.lg\@ms-n9 {
		margin-inline-start: -2.25rem !important;
	}

	.lg\@ms-n10 {
		margin-inline-start: -2.5rem !important;
	}

	.lg\@ms-n11 {
		margin-inline-start: -2.75rem !important;
	}

	.lg\@ms-n12 {
		margin-inline-start: -3rem !important;
	}

	.lg\@ms-n13 {
		margin-inline-start: -3.25rem !important;
	}

	.lg\@ms-n14 {
		margin-inline-start: -3.5rem !important;
	}

	.lg\@ms-n15 {
		margin-inline-start: -3.75rem !important;
	}

	.lg\@ms-n16 {
		margin-inline-start: -4rem !important;
	}

	.lg\@ms-n17 {
		margin-inline-start: -4.25rem !important;
	}

	.lg\@ms-n18 {
		margin-inline-start: -4.5rem !important;
	}

	.lg\@ms-n19 {
		margin-inline-start: -4.75rem !important;
	}

	.lg\@ms-n20 {
		margin-inline-start: -5rem !important;
	}

	.lg\@pa-0 {
		padding: 0 !important;
	}

	.lg\@pa-1 {
		padding: 0.25rem !important;
	}

	.lg\@pa-2 {
		padding: 0.5rem !important;
	}

	.lg\@pa-3 {
		padding: 0.75rem !important;
	}

	.lg\@pa-4 {
		padding: 1rem !important;
	}

	.lg\@pa-5 {
		padding: 1.25rem !important;
	}

	.lg\@pa-6 {
		padding: 1.5rem !important;
	}

	.lg\@pa-7 {
		padding: 1.75rem !important;
	}

	.lg\@pa-8 {
		padding: 2rem !important;
	}

	.lg\@pa-9 {
		padding: 2.25rem !important;
	}

	.lg\@pa-10 {
		padding: 2.5rem !important;
	}

	.lg\@pa-11 {
		padding: 2.75rem !important;
	}

	.lg\@pa-12 {
		padding: 3rem !important;
	}

	.lg\@pa-13 {
		padding: 3.25rem !important;
	}

	.lg\@pa-14 {
		padding: 3.5rem !important;
	}

	.lg\@pa-15 {
		padding: 3.75rem !important;
	}

	.lg\@pa-16 {
		padding: 4rem !important;
	}

	.lg\@pa-17 {
		padding: 4.25rem !important;
	}

	.lg\@pa-18 {
		padding: 4.5rem !important;
	}

	.lg\@pa-19 {
		padding: 4.75rem !important;
	}

	.lg\@pa-20 {
		padding: 5rem !important;
	}

	.lg\@px-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.lg\@px-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.lg\@px-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.lg\@px-3 {
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

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

	.lg\@px-5 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}

	.lg\@px-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.lg\@px-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important;
	}

	.lg\@px-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.lg\@px-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important;
	}

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

	.lg\@px-11 {
		padding-right: 2.75rem !important;
		padding-left: 2.75rem !important;
	}

	.lg\@px-12 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.lg\@px-13 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important;
	}

	.lg\@px-14 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important;
	}

	.lg\@px-15 {
		padding-right: 3.75rem !important;
		padding-left: 3.75rem !important;
	}

	.lg\@px-16 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}

	.lg\@px-17 {
		padding-right: 4.25rem !important;
		padding-left: 4.25rem !important;
	}

	.lg\@px-18 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}

	.lg\@px-19 {
		padding-right: 4.75rem !important;
		padding-left: 4.75rem !important;
	}

	.lg\@px-20 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}

	.lg\@py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.lg\@py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.lg\@py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.lg\@py-3 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	.lg\@py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.lg\@py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important;
	}

	.lg\@py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.lg\@py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important;
	}

	.lg\@py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.lg\@py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important;
	}

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

	.lg\@py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important;
	}

	.lg\@py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.lg\@py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.lg\@py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.lg\@py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

	.lg\@py-16 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important;
	}

	.lg\@py-17 {
		padding-top: 4.25rem !important;
		padding-bottom: 4.25rem !important;
	}

	.lg\@py-18 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.lg\@py-19 {
		padding-top: 4.75rem !important;
		padding-bottom: 4.75rem !important;
	}

	.lg\@py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.lg\@py-80 {
		padding-top: 20rem !important;
		padding-bottom: 20rem !important;
	}

	.lg\@pt-0 {
		padding-top: 0 !important;
	}

	.lg\@pt-1 {
		padding-top: 0.25rem !important;
	}

	.lg\@pt-2 {
		padding-top: 0.5rem !important;
	}

	.lg\@pt-3 {
		padding-top: 0.75rem !important;
	}

	.lg\@pt-4 {
		padding-top: 1rem !important;
	}

	.lg\@pt-5 {
		padding-top: 1.25rem !important;
	}

	.lg\@pt-6 {
		padding-top: 1.5rem !important;
	}

	.lg\@pt-7 {
		padding-top: 1.75rem !important;
	}

	.lg\@pt-8 {
		padding-top: 2rem !important;
	}

	.lg\@pt-9 {
		padding-top: 2.25rem !important;
	}

	.lg\@pt-10 {
		padding-top: 2.5rem !important;
	}

	.lg\@pt-11 {
		padding-top: 2.75rem !important;
	}

	.lg\@pt-12 {
		padding-top: 3rem !important;
	}

	.lg\@pt-13 {
		padding-top: 3.25rem !important;
	}

	.lg\@pt-14 {
		padding-top: 3.5rem !important;
	}

	.lg\@pt-15 {
		padding-top: 3.75rem !important;
	}

	.lg\@pt-16 {
		padding-top: 4rem !important;
	}

	.lg\@pt-17 {
		padding-top: 4.25rem !important;
	}

	.lg\@pt-18 {
		padding-top: 4.5rem !important;
	}

	.lg\@pt-19 {
		padding-top: 4.75rem !important;
	}

	.lg\@pt-20 {
		padding-top: 5rem !important;
	}

	.lg\@pe-0 {
		padding-right: 0 !important;
	}

	.lg\@pe-1 {
		padding-right: 0.25rem !important;
	}

	.lg\@pe-2 {
		padding-right: 0.5rem !important;
	}

	.lg\@pe-3 {
		padding-right: 0.75rem !important;
	}

	.lg\@pe-4 {
		padding-right: 1rem !important;
	}

	.lg\@pe-5 {
		padding-right: 1.25rem !important;
	}

	.lg\@pe-6 {
		padding-right: 1.5rem !important;
	}

	.lg\@pe-7 {
		padding-right: 1.75rem !important;
	}

	.lg\@pe-8 {
		padding-right: 2rem !important;
	}

	.lg\@pe-9 {
		padding-right: 2.25rem !important;
	}

	.lg\@pe-10 {
		padding-right: 2.5rem !important;
	}

	.lg\@pe-11 {
		padding-right: 2.75rem !important;
	}

	.lg\@pe-12 {
		padding-right: 3rem !important;
	}

	.lg\@pe-13 {
		padding-right: 3.25rem !important;
	}

	.lg\@pe-14 {
		padding-right: 3.5rem !important;
	}

	.lg\@pe-15 {
		padding-right: 3.75rem !important;
	}

	.lg\@pe-16 {
		padding-right: 4rem !important;
	}

	.lg\@pe-17 {
		padding-right: 4.25rem !important;
	}

	.lg\@pe-18 {
		padding-right: 4.5rem !important;
	}

	.lg\@pe-19 {
		padding-right: 4.75rem !important;
	}

	.lg\@pe-20 {
		padding-right: 5rem !important;
	}

	.lg\@pb-0 {
		padding-bottom: 0 !important;
	}

	.lg\@pb-1 {
		padding-bottom: 0.25rem !important;
	}

	.lg\@pb-2 {
		padding-bottom: 0.5rem !important;
	}

	.lg\@pb-3 {
		padding-bottom: 0.75rem !important;
	}

	.lg\@pb-4 {
		padding-bottom: 1rem !important;
	}

	.lg\@pb-5 {
		padding-bottom: 1.25rem !important;
	}

	.lg\@pb-6 {
		padding-bottom: 1.5rem !important;
	}

	.lg\@pb-7 {
		padding-bottom: 1.75rem !important;
	}

	.lg\@pb-8 {
		padding-bottom: 2rem !important;
	}

	.lg\@pb-9 {
		padding-bottom: 2.25rem !important;
	}

	.lg\@pb-10 {
		padding-bottom: 2.5rem !important;
	}

	.lg\@pb-11 {
		padding-bottom: 2.75rem !important;
	}

	.lg\@pb-12 {
		padding-bottom: 3rem !important;
	}

	.lg\@pb-13 {
		padding-bottom: 3.25rem !important;
	}

	.lg\@pb-14 {
		padding-bottom: 3.5rem !important;
	}

	.lg\@pb-15 {
		padding-bottom: 3.75rem !important;
	}

	.lg\@pb-16 {
		padding-bottom: 4rem !important;
	}

	.lg\@pb-17 {
		padding-bottom: 4.25rem !important;
	}

	.lg\@pb-18 {
		padding-bottom: 4.5rem !important;
	}

	.lg\@pb-19 {
		padding-bottom: 4.75rem !important;
	}

	.lg\@pb-20 {
		padding-bottom: 5rem !important;
	}

	.lg\@ps-0 {
		padding-left: 0 !important;
	}

	.lg\@ps-1 {
		padding-left: 0.25rem !important;
	}

	.lg\@ps-2 {
		padding-left: 0.5rem !important;
	}

	.lg\@ps-3 {
		padding-left: 0.75rem !important;
	}

	.lg\@ps-4 {
		padding-left: 1rem !important;
	}

	.lg\@ps-5 {
		padding-left: 1.25rem !important;
	}

	.lg\@ps-6 {
		padding-left: 1.5rem !important;
	}

	.lg\@ps-7 {
		padding-left: 1.75rem !important;
	}

	.lg\@ps-8 {
		padding-left: 2rem !important;
	}

	.lg\@ps-9 {
		padding-left: 2.25rem !important;
	}

	.lg\@ps-10 {
		padding-left: 2.5rem !important;
	}

	.lg\@ps-11 {
		padding-left: 2.75rem !important;
	}

	.lg\@ps-12 {
		padding-left: 3rem !important;
	}

	.lg\@ps-13 {
		padding-left: 3.25rem !important;
	}

	.lg\@ps-14 {
		padding-left: 3.5rem !important;
	}

	.lg\@ps-15 {
		padding-left: 3.75rem !important;
	}

	.lg\@ps-16 {
		padding-left: 4rem !important;
	}

	.lg\@ps-17 {
		padding-left: 4.25rem !important;
	}

	.lg\@ps-18 {
		padding-left: 4.5rem !important;
	}

	.lg\@ps-19 {
		padding-left: 4.75rem !important;
	}

	.lg\@ps-20 {
		padding-left: 5rem !important;
	}
}

/* START: Custom, lg breakpoint */

@media (min-width: 80em) {
	.lg\@mx-n\[7\.5rem\] {
		margin-inline-end: -7.5rem !important;
		margin-inline-start: -7.5rem !important;
	}

	.lg\@\[\&\:not\(\:last-of-type\)\]\:me-8:not(:last-of-type) {
		margin-inline-end: 2rem !important;
	}

	.lg\@first-of-type\:pt-0:first-of-type{
		padding-top: 0 !important;
	}

	.pe-container {
		padding-right: calc((100% - 75rem) / 2 + 1rem) !important;
	}

	.ps-container {
		padding-left: calc((100% - 75rem) / 2 + 1rem) !important;
	}
}

/* END: Custom, lg breakpoint */

@media (min-width: 100em) {
	.xl\@ma-0 {
		margin: 0 !important;
	}

	.xl\@ma-1 {
		margin: 0.25rem !important;
	}

	.xl\@ma-2 {
		margin: 0.5rem !important;
	}

	.xl\@ma-3 {
		margin: 0.75rem !important;
	}

	.xl\@ma-4 {
		margin: 1rem !important;
	}

	.xl\@ma-5 {
		margin: 1.25rem !important;
	}

	.xl\@ma-6 {
		margin: 1.5rem !important;
	}

	.xl\@ma-7 {
		margin: 1.75rem !important;
	}

	.xl\@ma-8 {
		margin: 2rem !important;
	}

	.xl\@ma-9 {
		margin: 2.25rem !important;
	}

	.xl\@ma-10 {
		margin: 2.5rem !important;
	}

	.xl\@ma-11 {
		margin: 2.75rem !important;
	}

	.xl\@ma-12 {
		margin: 3rem !important;
	}

	.xl\@ma-13 {
		margin: 3.25rem !important;
	}

	.xl\@ma-14 {
		margin: 3.5rem !important;
	}

	.xl\@ma-15 {
		margin: 3.75rem !important;
	}

	.xl\@ma-16 {
		margin: 4rem !important;
	}

	.xl\@ma-17 {
		margin: 4.25rem !important;
	}

	.xl\@ma-18 {
		margin: 4.5rem !important;
	}

	.xl\@ma-19 {
		margin: 4.75rem !important;
	}

	.xl\@ma-20 {
		margin: 5rem !important;
	}

	.xl\@ma-auto {
		margin: auto !important;
	}

	.xl\@mx-0 {
		margin-inline-end: 0 !important;
		margin-inline-start: 0 !important;
	}

	.xl\@mx-1 {
		margin-inline-end: 0.25rem !important;
		margin-inline-start: 0.25rem !important;
	}

	.xl\@mx-2 {
		margin-inline-end: 0.5rem !important;
		margin-inline-start: 0.5rem !important;
	}

	.xl\@mx-3 {
		margin-inline-end: 0.75rem !important;
		margin-inline-start: 0.75rem !important;
	}

	.xl\@mx-4 {
		margin-inline-end: 1rem !important;
		margin-inline-start: 1rem !important;
	}

	.xl\@mx-5 {
		margin-inline-end: 1.25rem !important;
		margin-inline-start: 1.25rem !important;
	}

	.xl\@mx-6 {
		margin-inline-end: 1.5rem !important;
		margin-inline-start: 1.5rem !important;
	}

	.xl\@mx-7 {
		margin-inline-end: 1.75rem !important;
		margin-inline-start: 1.75rem !important;
	}

	.xl\@mx-8 {
		margin-inline-end: 2rem !important;
		margin-inline-start: 2rem !important;
	}

	.xl\@mx-9 {
		margin-inline-end: 2.25rem !important;
		margin-inline-start: 2.25rem !important;
	}

	.xl\@mx-10 {
		margin-inline-end: 2.5rem !important;
		margin-inline-start: 2.5rem !important;
	}

	.xl\@mx-11 {
		margin-inline-end: 2.75rem !important;
		margin-inline-start: 2.75rem !important;
	}

	.xl\@mx-12 {
		margin-inline-end: 3rem !important;
		margin-inline-start: 3rem !important;
	}

	.xl\@mx-13 {
		margin-inline-end: 3.25rem !important;
		margin-inline-start: 3.25rem !important;
	}

	.xl\@mx-14 {
		margin-inline-end: 3.5rem !important;
		margin-inline-start: 3.5rem !important;
	}

	.xl\@mx-15 {
		margin-inline-end: 3.75rem !important;
		margin-inline-start: 3.75rem !important;
	}

	.xl\@mx-16 {
		margin-inline-end: 4rem !important;
		margin-inline-start: 4rem !important;
	}

	.xl\@mx-17 {
		margin-inline-end: 4.25rem !important;
		margin-inline-start: 4.25rem !important;
	}

	.xl\@mx-18 {
		margin-inline-end: 4.5rem !important;
		margin-inline-start: 4.5rem !important;
	}

	.xl\@mx-19 {
		margin-inline-end: 4.75rem !important;
		margin-inline-start: 4.75rem !important;
	}

	.xl\@mx-20 {
		margin-inline-end: 5rem !important;
		margin-inline-start: 5rem !important;
	}

	.xl\@mx-auto {
		margin-inline-end: auto !important;
		margin-inline-start: auto !important;
	}

	.xl\@my-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.xl\@my-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}

	.xl\@my-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.xl\@my-3 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
	}

	.xl\@my-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.xl\@my-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important;
	}

	.xl\@my-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.xl\@my-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important;
	}

	.xl\@my-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important;
	}

	.xl\@my-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important;
	}

	.xl\@my-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important;
	}

	.xl\@my-11 {
		margin-top: 2.75rem !important;
		margin-bottom: 2.75rem !important;
	}

	.xl\@my-12 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}

	.xl\@my-13 {
		margin-top: 3.25rem !important;
		margin-bottom: 3.25rem !important;
	}

	.xl\@my-14 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important;
	}

	.xl\@my-15 {
		margin-top: 3.75rem !important;
		margin-bottom: 3.75rem !important;
	}

	.xl\@my-16 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important;
	}

	.xl\@my-17 {
		margin-top: 4.25rem !important;
		margin-bottom: 4.25rem !important;
	}

	.xl\@my-18 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important;
	}

	.xl\@my-19 {
		margin-top: 4.75rem !important;
		margin-bottom: 4.75rem !important;
	}

	.xl\@my-20 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}

	.xl\@my-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}

	.xl\@mt-0 {
		margin-top: 0 !important;
	}

	.xl\@mt-1 {
		margin-top: 0.25rem !important;
	}

	.xl\@mt-2 {
		margin-top: 0.5rem !important;
	}

	.xl\@mt-3 {
		margin-top: 0.75rem !important;
	}

	.xl\@mt-4 {
		margin-top: 1rem !important;
	}

	.xl\@mt-5 {
		margin-top: 1.25rem !important;
	}

	.xl\@mt-6 {
		margin-top: 1.5rem !important;
	}

	.xl\@mt-7 {
		margin-top: 1.75rem !important;
	}

	.xl\@mt-8 {
		margin-top: 2rem !important;
	}

	.xl\@mt-9 {
		margin-top: 2.25rem !important;
	}

	.xl\@mt-10 {
		margin-top: 2.5rem !important;
	}

	.xl\@mt-11 {
		margin-top: 2.75rem !important;
	}

	.xl\@mt-12 {
		margin-top: 3rem !important;
	}

	.xl\@mt-13 {
		margin-top: 3.25rem !important;
	}

	.xl\@mt-14 {
		margin-top: 3.5rem !important;
	}

	.xl\@mt-15 {
		margin-top: 3.75rem !important;
	}

	.xl\@mt-16 {
		margin-top: 4rem !important;
	}

	.xl\@mt-17 {
		margin-top: 4.25rem !important;
	}

	.xl\@mt-18 {
		margin-top: 4.5rem !important;
	}

	.xl\@mt-19 {
		margin-top: 4.75rem !important;
	}

	.xl\@mt-20 {
		margin-top: 5rem !important;
	}

	.xl\@mt-auto {
		margin-top: auto !important;
	}

	.xl\@me-0 {
		margin-inline-end: 0 !important;
	}

	.xl\@me-1 {
		margin-inline-end: 0.25rem !important;
	}

	.xl\@me-2 {
		margin-inline-end: 0.5rem !important;
	}

	.xl\@me-3 {
		margin-inline-end: 0.75rem !important;
	}

	.xl\@me-4 {
		margin-inline-end: 1rem !important;
	}

	.xl\@me-5 {
		margin-inline-end: 1.25rem !important;
	}

	.xl\@me-6 {
		margin-inline-end: 1.5rem !important;
	}

	.xl\@me-7 {
		margin-inline-end: 1.75rem !important;
	}

	.xl\@me-8 {
		margin-inline-end: 2rem !important;
	}

	.xl\@me-9 {
		margin-inline-end: 2.25rem !important;
	}

	.xl\@me-10 {
		margin-inline-end: 2.5rem !important;
	}

	.xl\@me-11 {
		margin-inline-end: 2.75rem !important;
	}

	.xl\@me-12 {
		margin-inline-end: 3rem !important;
	}

	.xl\@me-13 {
		margin-inline-end: 3.25rem !important;
	}

	.xl\@me-14 {
		margin-inline-end: 3.5rem !important;
	}

	.xl\@me-15 {
		margin-inline-end: 3.75rem !important;
	}

	.xl\@me-16 {
		margin-inline-end: 4rem !important;
	}

	.xl\@me-17 {
		margin-inline-end: 4.25rem !important;
	}

	.xl\@me-18 {
		margin-inline-end: 4.5rem !important;
	}

	.xl\@me-19 {
		margin-inline-end: 4.75rem !important;
	}

	.xl\@me-20 {
		margin-inline-end: 5rem !important;
	}

	.xl\@me-auto {
		margin-inline-end: auto !important;
	}

	.xl\@mb-0 {
		margin-bottom: 0 !important;
	}

	.xl\@mb-1 {
		margin-bottom: 0.25rem !important;
	}

	.xl\@mb-2 {
		margin-bottom: 0.5rem !important;
	}

	.xl\@mb-3 {
		margin-bottom: 0.75rem !important;
	}

	.xl\@mb-4 {
		margin-bottom: 1rem !important;
	}

	.xl\@mb-5 {
		margin-bottom: 1.25rem !important;
	}

	.xl\@mb-6 {
		margin-bottom: 1.5rem !important;
	}

	.xl\@mb-7 {
		margin-bottom: 1.75rem !important;
	}

	.xl\@mb-8 {
		margin-bottom: 2rem !important;
	}

	.xl\@mb-9 {
		margin-bottom: 2.25rem !important;
	}

	.xl\@mb-10 {
		margin-bottom: 2.5rem !important;
	}

	.xl\@mb-11 {
		margin-bottom: 2.75rem !important;
	}

	.xl\@mb-12 {
		margin-bottom: 3rem !important;
	}

	.xl\@mb-13 {
		margin-bottom: 3.25rem !important;
	}

	.xl\@mb-14 {
		margin-bottom: 3.5rem !important;
	}

	.xl\@mb-15 {
		margin-bottom: 3.75rem !important;
	}

	.xl\@mb-16 {
		margin-bottom: 4rem !important;
	}

	.xl\@mb-17 {
		margin-bottom: 4.25rem !important;
	}

	.xl\@mb-18 {
		margin-bottom: 4.5rem !important;
	}

	.xl\@mb-19 {
		margin-bottom: 4.75rem !important;
	}

	.xl\@mb-20 {
		margin-bottom: 5rem !important;
	}

	.xl\@mb-auto {
		margin-bottom: auto !important;
	}

	.xl\@ms-0 {
		margin-inline-start: 0 !important;
	}

	.xl\@ms-1 {
		margin-inline-start: 0.25rem !important;
	}

	.xl\@ms-2 {
		margin-inline-start: 0.5rem !important;
	}

	.xl\@ms-3 {
		margin-inline-start: 0.75rem !important;
	}

	.xl\@ms-4 {
		margin-inline-start: 1rem !important;
	}

	.xl\@ms-5 {
		margin-inline-start: 1.25rem !important;
	}

	.xl\@ms-6 {
		margin-inline-start: 1.5rem !important;
	}

	.xl\@ms-7 {
		margin-inline-start: 1.75rem !important;
	}

	.xl\@ms-8 {
		margin-inline-start: 2rem !important;
	}

	.xl\@ms-9 {
		margin-inline-start: 2.25rem !important;
	}

	.xl\@ms-10 {
		margin-inline-start: 2.5rem !important;
	}

	.xl\@ms-11 {
		margin-inline-start: 2.75rem !important;
	}

	.xl\@ms-12 {
		margin-inline-start: 3rem !important;
	}

	.xl\@ms-13 {
		margin-inline-start: 3.25rem !important;
	}

	.xl\@ms-14 {
		margin-inline-start: 3.5rem !important;
	}

	.xl\@ms-15 {
		margin-inline-start: 3.75rem !important;
	}

	.xl\@ms-16 {
		margin-inline-start: 4rem !important;
	}

	.xl\@ms-17 {
		margin-inline-start: 4.25rem !important;
	}

	.xl\@ms-18 {
		margin-inline-start: 4.5rem !important;
	}

	.xl\@ms-19 {
		margin-inline-start: 4.75rem !important;
	}

	.xl\@ms-20 {
		margin-inline-start: 5rem !important;
	}

	.xl\@ms-auto {
		margin-inline-start: auto !important;
	}

	.xl\@ma-n1 {
		margin: -0.25rem !important;
	}

	.xl\@ma-n2 {
		margin: -0.5rem !important;
	}

	.xl\@ma-n3 {
		margin: -0.75rem !important;
	}

	.xl\@ma-n4 {
		margin: -1rem !important;
	}

	.xl\@ma-n5 {
		margin: -1.25rem !important;
	}

	.xl\@ma-n6 {
		margin: -1.5rem !important;
	}

	.xl\@ma-n7 {
		margin: -1.75rem !important;
	}

	.xl\@ma-n8 {
		margin: -2rem !important;
	}

	.xl\@ma-n9 {
		margin: -2.25rem !important;
	}

	.xl\@ma-n10 {
		margin: -2.5rem !important;
	}

	.xl\@ma-n11 {
		margin: -2.75rem !important;
	}

	.xl\@ma-n12 {
		margin: -3rem !important;
	}

	.xl\@ma-n13 {
		margin: -3.25rem !important;
	}

	.xl\@ma-n14 {
		margin: -3.5rem !important;
	}

	.xl\@ma-n15 {
		margin: -3.75rem !important;
	}

	.xl\@ma-n16 {
		margin: -4rem !important;
	}

	.xl\@ma-n17 {
		margin: -4.25rem !important;
	}

	.xl\@ma-n18 {
		margin: -4.5rem !important;
	}

	.xl\@ma-n19 {
		margin: -4.75rem !important;
	}

	.xl\@ma-n20 {
		margin: -5rem !important;
	}

	.xl\@mx-n1 {
		margin-inline-end: -0.25rem !important;
		margin-inline-start: -0.25rem !important;
	}

	.xl\@mx-n2 {
		margin-inline-end: -0.5rem !important;
		margin-inline-start: -0.5rem !important;
	}

	.xl\@mx-n3 {
		margin-inline-end: -0.75rem !important;
		margin-inline-start: -0.75rem !important;
	}

	.xl\@mx-n4 {
		margin-inline-end: -1rem !important;
		margin-inline-start: -1rem !important;
	}

	.xl\@mx-n5 {
		margin-inline-end: -1.25rem !important;
		margin-inline-start: -1.25rem !important;
	}

	.xl\@mx-n6 {
		margin-inline-end: -1.5rem !important;
		margin-inline-start: -1.5rem !important;
	}

	.xl\@mx-n7 {
		margin-inline-end: -1.75rem !important;
		margin-inline-start: -1.75rem !important;
	}

	.xl\@mx-n8 {
		margin-inline-end: -2rem !important;
		margin-inline-start: -2rem !important;
	}

	.xl\@mx-n9 {
		margin-inline-end: -2.25rem !important;
		margin-inline-start: -2.25rem !important;
	}

	.xl\@mx-n10 {
		margin-inline-end: -2.5rem !important;
		margin-inline-start: -2.5rem !important;
	}

	.xl\@mx-n11 {
		margin-inline-end: -2.75rem !important;
		margin-inline-start: -2.75rem !important;
	}

	.xl\@mx-n12 {
		margin-inline-end: -3rem !important;
		margin-inline-start: -3rem !important;
	}

	.xl\@mx-n13 {
		margin-inline-end: -3.25rem !important;
		margin-inline-start: -3.25rem !important;
	}

	.xl\@mx-n14 {
		margin-inline-end: -3.5rem !important;
		margin-inline-start: -3.5rem !important;
	}

	.xl\@mx-n15 {
		margin-inline-end: -3.75rem !important;
		margin-inline-start: -3.75rem !important;
	}

	.xl\@mx-n16 {
		margin-inline-end: -4rem !important;
		margin-inline-start: -4rem !important;
	}

	.xl\@mx-n17 {
		margin-inline-end: -4.25rem !important;
		margin-inline-start: -4.25rem !important;
	}

	.xl\@mx-n18 {
		margin-inline-end: -4.5rem !important;
		margin-inline-start: -4.5rem !important;
	}

	.xl\@mx-n19 {
		margin-inline-end: -4.75rem !important;
		margin-inline-start: -4.75rem !important;
	}

	.xl\@mx-n20 {
		margin-inline-end: -5rem !important;
		margin-inline-start: -5rem !important;
	}

	.xl\@my-n1 {
		margin-top: -0.25rem !important;
		margin-bottom: -0.25rem !important;
	}

	.xl\@my-n2 {
		margin-top: -0.5rem !important;
		margin-bottom: -0.5rem !important;
	}

	.xl\@my-n3 {
		margin-top: -0.75rem !important;
		margin-bottom: -0.75rem !important;
	}

	.xl\@my-n4 {
		margin-top: -1rem !important;
		margin-bottom: -1rem !important;
	}

	.xl\@my-n5 {
		margin-top: -1.25rem !important;
		margin-bottom: -1.25rem !important;
	}

	.xl\@my-n6 {
		margin-top: -1.5rem !important;
		margin-bottom: -1.5rem !important;
	}

	.xl\@my-n7 {
		margin-top: -1.75rem !important;
		margin-bottom: -1.75rem !important;
	}

	.xl\@my-n8 {
		margin-top: -2rem !important;
		margin-bottom: -2rem !important;
	}

	.xl\@my-n9 {
		margin-top: -2.25rem !important;
		margin-bottom: -2.25rem !important;
	}

	.xl\@my-n10 {
		margin-top: -2.5rem !important;
		margin-bottom: -2.5rem !important;
	}

	.xl\@my-n11 {
		margin-top: -2.75rem !important;
		margin-bottom: -2.75rem !important;
	}

	.xl\@my-n12 {
		margin-top: -3rem !important;
		margin-bottom: -3rem !important;
	}

	.xl\@my-n13 {
		margin-top: -3.25rem !important;
		margin-bottom: -3.25rem !important;
	}

	.xl\@my-n14 {
		margin-top: -3.5rem !important;
		margin-bottom: -3.5rem !important;
	}

	.xl\@my-n15 {
		margin-top: -3.75rem !important;
		margin-bottom: -3.75rem !important;
	}

	.xl\@my-n16 {
		margin-top: -4rem !important;
		margin-bottom: -4rem !important;
	}

	.xl\@my-n17 {
		margin-top: -4.25rem !important;
		margin-bottom: -4.25rem !important;
	}

	.xl\@my-n18 {
		margin-top: -4.5rem !important;
		margin-bottom: -4.5rem !important;
	}

	.xl\@my-n19 {
		margin-top: -4.75rem !important;
		margin-bottom: -4.75rem !important;
	}

	.xl\@my-n20 {
		margin-top: -5rem !important;
		margin-bottom: -5rem !important;
	}

	.xl\@mt-n1 {
		margin-top: -0.25rem !important;
	}

	.xl\@mt-n2 {
		margin-top: -0.5rem !important;
	}

	.xl\@mt-n3 {
		margin-top: -0.75rem !important;
	}

	.xl\@mt-n4 {
		margin-top: -1rem !important;
	}

	.xl\@mt-n5 {
		margin-top: -1.25rem !important;
	}

	.xl\@mt-n6 {
		margin-top: -1.5rem !important;
	}

	.xl\@mt-n7 {
		margin-top: -1.75rem !important;
	}

	.xl\@mt-n8 {
		margin-top: -2rem !important;
	}

	.xl\@mt-n9 {
		margin-top: -2.25rem !important;
	}

	.xl\@mt-n10 {
		margin-top: -2.5rem !important;
	}

	.xl\@mt-n11 {
		margin-top: -2.75rem !important;
	}

	.xl\@mt-n12 {
		margin-top: -3rem !important;
	}

	.xl\@mt-n13 {
		margin-top: -3.25rem !important;
	}

	.xl\@mt-n14 {
		margin-top: -3.5rem !important;
	}

	.xl\@mt-n15 {
		margin-top: -3.75rem !important;
	}

	.xl\@mt-n16 {
		margin-top: -4rem !important;
	}

	.xl\@mt-n17 {
		margin-top: -4.25rem !important;
	}

	.xl\@mt-n18 {
		margin-top: -4.5rem !important;
	}

	.xl\@mt-n19 {
		margin-top: -4.75rem !important;
	}

	.xl\@mt-n20 {
		margin-top: -5rem !important;
	}

	.xl\@me-n1 {
		margin-inline-end: -0.25rem !important;
	}

	.xl\@me-n2 {
		margin-inline-end: -0.5rem !important;
	}

	.xl\@me-n3 {
		margin-inline-end: -0.75rem !important;
	}

	.xl\@me-n4 {
		margin-inline-end: -1rem !important;
	}

	.xl\@me-n5 {
		margin-inline-end: -1.25rem !important;
	}

	.xl\@me-n6 {
		margin-inline-end: -1.5rem !important;
	}

	.xl\@me-n7 {
		margin-inline-end: -1.75rem !important;
	}

	.xl\@me-n8 {
		margin-inline-end: -2rem !important;
	}

	.xl\@me-n9 {
		margin-inline-end: -2.25rem !important;
	}

	.xl\@me-n10 {
		margin-inline-end: -2.5rem !important;
	}

	.xl\@me-n11 {
		margin-inline-end: -2.75rem !important;
	}

	.xl\@me-n12 {
		margin-inline-end: -3rem !important;
	}

	.xl\@me-n13 {
		margin-inline-end: -3.25rem !important;
	}

	.xl\@me-n14 {
		margin-inline-end: -3.5rem !important;
	}

	.xl\@me-n15 {
		margin-inline-end: -3.75rem !important;
	}

	.xl\@me-n16 {
		margin-inline-end: -4rem !important;
	}

	.xl\@me-n17 {
		margin-inline-end: -4.25rem !important;
	}

	.xl\@me-n18 {
		margin-inline-end: -4.5rem !important;
	}

	.xl\@me-n19 {
		margin-inline-end: -4.75rem !important;
	}

	.xl\@me-n20 {
		margin-inline-end: -5rem !important;
	}

	.xl\@mb-n1 {
		margin-bottom: -0.25rem !important;
	}

	.xl\@mb-n2 {
		margin-bottom: -0.5rem !important;
	}

	.xl\@mb-n3 {
		margin-bottom: -0.75rem !important;
	}

	.xl\@mb-n4 {
		margin-bottom: -1rem !important;
	}

	.xl\@mb-n5 {
		margin-bottom: -1.25rem !important;
	}

	.xl\@mb-n6 {
		margin-bottom: -1.5rem !important;
	}

	.xl\@mb-n7 {
		margin-bottom: -1.75rem !important;
	}

	.xl\@mb-n8 {
		margin-bottom: -2rem !important;
	}

	.xl\@mb-n9 {
		margin-bottom: -2.25rem !important;
	}

	.xl\@mb-n10 {
		margin-bottom: -2.5rem !important;
	}

	.xl\@mb-n11 {
		margin-bottom: -2.75rem !important;
	}

	.xl\@mb-n12 {
		margin-bottom: -3rem !important;
	}

	.xl\@mb-n13 {
		margin-bottom: -3.25rem !important;
	}

	.xl\@mb-n14 {
		margin-bottom: -3.5rem !important;
	}

	.xl\@mb-n15 {
		margin-bottom: -3.75rem !important;
	}

	.xl\@mb-n16 {
		margin-bottom: -4rem !important;
	}

	.xl\@mb-n17 {
		margin-bottom: -4.25rem !important;
	}

	.xl\@mb-n18 {
		margin-bottom: -4.5rem !important;
	}

	.xl\@mb-n19 {
		margin-bottom: -4.75rem !important;
	}

	.xl\@mb-n20 {
		margin-bottom: -5rem !important;
	}

	.xl\@ms-n1 {
		margin-inline-start: -0.25rem !important;
	}

	.xl\@ms-n2 {
		margin-inline-start: -0.5rem !important;
	}

	.xl\@ms-n3 {
		margin-inline-start: -0.75rem !important;
	}

	.xl\@ms-n4 {
		margin-inline-start: -1rem !important;
	}

	.xl\@ms-n5 {
		margin-inline-start: -1.25rem !important;
	}

	.xl\@ms-n6 {
		margin-inline-start: -1.5rem !important;
	}

	.xl\@ms-n7 {
		margin-inline-start: -1.75rem !important;
	}

	.xl\@ms-n8 {
		margin-inline-start: -2rem !important;
	}

	.xl\@ms-n9 {
		margin-inline-start: -2.25rem !important;
	}

	.xl\@ms-n10 {
		margin-inline-start: -2.5rem !important;
	}

	.xl\@ms-n11 {
		margin-inline-start: -2.75rem !important;
	}

	.xl\@ms-n12 {
		margin-inline-start: -3rem !important;
	}

	.xl\@ms-n13 {
		margin-inline-start: -3.25rem !important;
	}

	.xl\@ms-n14 {
		margin-inline-start: -3.5rem !important;
	}

	.xl\@ms-n15 {
		margin-inline-start: -3.75rem !important;
	}

	.xl\@ms-n16 {
		margin-inline-start: -4rem !important;
	}

	.xl\@ms-n17 {
		margin-inline-start: -4.25rem !important;
	}

	.xl\@ms-n18 {
		margin-inline-start: -4.5rem !important;
	}

	.xl\@ms-n19 {
		margin-inline-start: -4.75rem !important;
	}

	.xl\@ms-n20 {
		margin-inline-start: -5rem !important;
	}

	.xl\@pa-0 {
		padding: 0 !important;
	}

	.xl\@pa-1 {
		padding: 0.25rem !important;
	}

	.xl\@pa-2 {
		padding: 0.5rem !important;
	}

	.xl\@pa-3 {
		padding: 0.75rem !important;
	}

	.xl\@pa-4 {
		padding: 1rem !important;
	}

	.xl\@pa-5 {
		padding: 1.25rem !important;
	}

	.xl\@pa-6 {
		padding: 1.5rem !important;
	}

	.xl\@pa-7 {
		padding: 1.75rem !important;
	}

	.xl\@pa-8 {
		padding: 2rem !important;
	}

	.xl\@pa-9 {
		padding: 2.25rem !important;
	}

	.xl\@pa-10 {
		padding: 2.5rem !important;
	}

	.xl\@pa-11 {
		padding: 2.75rem !important;
	}

	.xl\@pa-12 {
		padding: 3rem !important;
	}

	.xl\@pa-13 {
		padding: 3.25rem !important;
	}

	.xl\@pa-14 {
		padding: 3.5rem !important;
	}

	.xl\@pa-15 {
		padding: 3.75rem !important;
	}

	.xl\@pa-16 {
		padding: 4rem !important;
	}

	.xl\@pa-17 {
		padding: 4.25rem !important;
	}

	.xl\@pa-18 {
		padding: 4.5rem !important;
	}

	.xl\@pa-19 {
		padding: 4.75rem !important;
	}

	.xl\@pa-20 {
		padding: 5rem !important;
	}

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

	.xl\@px-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}

	.xl\@px-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}

	.xl\@px-3 {
		padding-right: 0.75rem !important;
		padding-left: 0.75rem !important;
	}

	.xl\@px-4 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.xl\@px-5 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important;
	}

	.xl\@px-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}

	.xl\@px-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important;
	}

	.xl\@px-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important;
	}

	.xl\@px-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important;
	}

	.xl\@px-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important;
	}

	.xl\@px-11 {
		padding-right: 2.75rem !important;
		padding-left: 2.75rem !important;
	}

	.xl\@px-12 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}

	.xl\@px-13 {
		padding-right: 3.25rem !important;
		padding-left: 3.25rem !important;
	}

	.xl\@px-14 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important;
	}

	.xl\@px-15 {
		padding-right: 3.75rem !important;
		padding-left: 3.75rem !important;
	}

	.xl\@px-16 {
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}

	.xl\@px-17 {
		padding-right: 4.25rem !important;
		padding-left: 4.25rem !important;
	}

	.xl\@px-18 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important;
	}

	.xl\@px-19 {
		padding-right: 4.75rem !important;
		padding-left: 4.75rem !important;
	}

	.xl\@px-20 {
		padding-right: 5rem !important;
		padding-left: 5rem !important;
	}

	.xl\@py-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.xl\@py-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}

	.xl\@py-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	.xl\@py-3 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}

	.xl\@py-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.xl\@py-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important;
	}

	.xl\@py-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}

	.xl\@py-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important;
	}

	.xl\@py-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.xl\@py-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important;
	}

	.xl\@py-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}

	.xl\@py-11 {
		padding-top: 2.75rem !important;
		padding-bottom: 2.75rem !important;
	}

	.xl\@py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.xl\@py-13 {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	.xl\@py-14 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important;
	}

	.xl\@py-15 {
		padding-top: 3.75rem !important;
		padding-bottom: 3.75rem !important;
	}

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

	.xl\@py-17 {
		padding-top: 4.25rem !important;
		padding-bottom: 4.25rem !important;
	}

	.xl\@py-18 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important;
	}

	.xl\@py-19 {
		padding-top: 4.75rem !important;
		padding-bottom: 4.75rem !important;
	}

	.xl\@py-20 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important;
	}

	.xl\@pt-0 {
		padding-top: 0 !important;
	}

	.xl\@pt-1 {
		padding-top: 0.25rem !important;
	}

	.xl\@pt-2 {
		padding-top: 0.5rem !important;
	}

	.xl\@pt-3 {
		padding-top: 0.75rem !important;
	}

	.xl\@pt-4 {
		padding-top: 1rem !important;
	}

	.xl\@pt-5 {
		padding-top: 1.25rem !important;
	}

	.xl\@pt-6 {
		padding-top: 1.5rem !important;
	}

	.xl\@pt-7 {
		padding-top: 1.75rem !important;
	}

	.xl\@pt-8 {
		padding-top: 2rem !important;
	}

	.xl\@pt-9 {
		padding-top: 2.25rem !important;
	}

	.xl\@pt-10 {
		padding-top: 2.5rem !important;
	}

	.xl\@pt-11 {
		padding-top: 2.75rem !important;
	}

	.xl\@pt-12 {
		padding-top: 3rem !important;
	}

	.xl\@pt-13 {
		padding-top: 3.25rem !important;
	}

	.xl\@pt-14 {
		padding-top: 3.5rem !important;
	}

	.xl\@pt-15 {
		padding-top: 3.75rem !important;
	}

	.xl\@pt-16 {
		padding-top: 4rem !important;
	}

	.xl\@pt-17 {
		padding-top: 4.25rem !important;
	}

	.xl\@pt-18 {
		padding-top: 4.5rem !important;
	}

	.xl\@pt-19 {
		padding-top: 4.75rem !important;
	}

	.xl\@pt-20 {
		padding-top: 5rem !important;
	}

	.xl\@pe-0 {
		padding-right: 0 !important;
	}

	.xl\@pe-1 {
		padding-right: 0.25rem !important;
	}

	.xl\@pe-2 {
		padding-right: 0.5rem !important;
	}

	.xl\@pe-3 {
		padding-right: 0.75rem !important;
	}

	.xl\@pe-4 {
		padding-right: 1rem !important;
	}

	.xl\@pe-5 {
		padding-right: 1.25rem !important;
	}

	.xl\@pe-6 {
		padding-right: 1.5rem !important;
	}

	.xl\@pe-7 {
		padding-right: 1.75rem !important;
	}

	.xl\@pe-8 {
		padding-right: 2rem !important;
	}

	.xl\@pe-9 {
		padding-right: 2.25rem !important;
	}

	.xl\@pe-10 {
		padding-right: 2.5rem !important;
	}

	.xl\@pe-11 {
		padding-right: 2.75rem !important;
	}

	.xl\@pe-12 {
		padding-right: 3rem !important;
	}

	.xl\@pe-13 {
		padding-right: 3.25rem !important;
	}

	.xl\@pe-14 {
		padding-right: 3.5rem !important;
	}

	.xl\@pe-15 {
		padding-right: 3.75rem !important;
	}

	.xl\@pe-16 {
		padding-right: 4rem !important;
	}

	.xl\@pe-17 {
		padding-right: 4.25rem !important;
	}

	.xl\@pe-18 {
		padding-right: 4.5rem !important;
	}

	.xl\@pe-19 {
		padding-right: 4.75rem !important;
	}

	.xl\@pe-20 {
		padding-right: 5rem !important;
	}

	.xl\@pb-0 {
		padding-bottom: 0 !important;
	}

	.xl\@pb-1 {
		padding-bottom: 0.25rem !important;
	}

	.xl\@pb-2 {
		padding-bottom: 0.5rem !important;
	}

	.xl\@pb-3 {
		padding-bottom: 0.75rem !important;
	}

	.xl\@pb-4 {
		padding-bottom: 1rem !important;
	}

	.xl\@pb-5 {
		padding-bottom: 1.25rem !important;
	}

	.xl\@pb-6 {
		padding-bottom: 1.5rem !important;
	}

	.xl\@pb-7 {
		padding-bottom: 1.75rem !important;
	}

	.xl\@pb-8 {
		padding-bottom: 2rem !important;
	}

	.xl\@pb-9 {
		padding-bottom: 2.25rem !important;
	}

	.xl\@pb-10 {
		padding-bottom: 2.5rem !important;
	}

	.xl\@pb-11 {
		padding-bottom: 2.75rem !important;
	}

	.xl\@pb-12 {
		padding-bottom: 3rem !important;
	}

	.xl\@pb-13 {
		padding-bottom: 3.25rem !important;
	}

	.xl\@pb-14 {
		padding-bottom: 3.5rem !important;
	}

	.xl\@pb-15 {
		padding-bottom: 3.75rem !important;
	}

	.xl\@pb-16 {
		padding-bottom: 4rem !important;
	}

	.xl\@pb-17 {
		padding-bottom: 4.25rem !important;
	}

	.xl\@pb-18 {
		padding-bottom: 4.5rem !important;
	}

	.xl\@pb-19 {
		padding-bottom: 4.75rem !important;
	}

	.xl\@pb-20 {
		padding-bottom: 5rem !important;
	}

	.xl\@ps-0 {
		padding-left: 0 !important;
	}

	.xl\@ps-1 {
		padding-left: 0.25rem !important;
	}

	.xl\@ps-2 {
		padding-left: 0.5rem !important;
	}

	.xl\@ps-3 {
		padding-left: 0.75rem !important;
	}

	.xl\@ps-4 {
		padding-left: 1rem !important;
	}

	.xl\@ps-5 {
		padding-left: 1.25rem !important;
	}

	.xl\@ps-6 {
		padding-left: 1.5rem !important;
	}

	.xl\@ps-7 {
		padding-left: 1.75rem !important;
	}

	.xl\@ps-8 {
		padding-left: 2rem !important;
	}

	.xl\@ps-9 {
		padding-left: 2.25rem !important;
	}

	.xl\@ps-10 {
		padding-left: 2.5rem !important;
	}

	.xl\@ps-11 {
		padding-left: 2.75rem !important;
	}

	.xl\@ps-12 {
		padding-left: 3rem !important;
	}

	.xl\@ps-13 {
		padding-left: 3.25rem !important;
	}

	.xl\@ps-14 {
		padding-left: 3.5rem !important;
	}

	.xl\@ps-15 {
		padding-left: 3.75rem !important;
	}

	.xl\@ps-16 {
		padding-left: 4rem !important;
	}

	.xl\@ps-17 {
		padding-left: 4.25rem !important;
	}

	.xl\@ps-18 {
		padding-left: 4.5rem !important;
	}

	.xl\@ps-19 {
		padding-left: 4.75rem !important;
	}

	.xl\@ps-20 {
		padding-left: 5rem !important;
	}
}

/* START: Custom, xl breakpoint */

@media (min-width: 100em) {
	.xl\@ms-\[-8\.5rem\] {
		margin-inline-start: -8.5rem;
	}

	.pe-container {
		padding-right: calc((100% - 95rem) / 2 + 1rem) !important;
	}

	.ps-container {
		padding-left: calc((100% - 95rem) / 2 + 1rem) !important;
	}
}

/* END: Custom, xl breakpoint */

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/text.css?16856230813614*/
/*!
 * Utilities/Typography
 */

/* Text align */

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

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

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

.text-justify {
	text-align: justify !important;
}

.text-start {
	text-align: start !important;
}

.text-end {
	text-align: end !important;
}

@media (min-width: 37.5em) {
	.sm\@text-left {
		text-align: left !important;
	}

	.sm\@text-center {
		text-align: center !important;
	}

	.sm\@text-right {
		text-align: right !important;
	}

	.sm\@text-justify {
		text-align: justify !important;
	}

	.sm\@text-start {
		text-align: start !important;
	}

	.sm\@text-end {
		text-align: end !important;
	}
}

@media (min-width: 60em) {
	.md\@text-left {
		text-align: left !important;
	}

	.md\@text-center {
		text-align: center !important;
	}

	.md\@text-right {
		text-align: right !important;
	}

	.md\@text-justify {
		text-align: justify !important;
	}

	.md\@text-start {
		text-align: start !important;
	}

	.md\@text-end {
		text-align: end !important;
	}
}

@media (min-width: 80em) {
	.lg\@text-left {
		text-align: left !important;
	}

	.lg\@text-center {
		text-align: center !important;
	}

	.lg\@text-right {
		text-align: right !important;
	}

	.lg\@text-justify {
		text-align: justify !important;
	}

	.lg\@text-start {
		text-align: start !important;
	}

	.lg\@text-end {
		text-align: end !important;
	}
}

@media (min-width: 100em) {
	.xl\@text-left {
		text-align: left !important;
	}

	.xl\@text-center {
		text-align: center !important;
	}

	.xl\@text-right {
		text-align: right !important;
	}

	.xl\@text-justify {
		text-align: justify !important;
	}

	.xl\@text-start {
		text-align: start !important;
	}

	.xl\@text-end {
		text-align: end !important;
	}
}

/* Text decoration */

.underline {
	text-decoration-line: underline;
}

.underline-hover:hover {
	text-decoration-line: underline;
}

.overline {
	text-decoration-line: overline;
}

.line-through {
	text-decoration-line: line-through;
}

.no-underline {
	text-decoration-line: none;
}

/* Text emphasis */

.text-full-emphasis {
	opacity: var(--x-full-emphasis-opacity) !important;
}

.text-high-emphasis {
	opacity: var(--x-high-emphasis-opacity) !important;
}

.text-medium-emphasis {
	opacity: var(--x-medium-emphasis-opacity) !important;
}

.text-disabled {
	opacity: var(--x-disabled-opacity) !important;
}

/* Text transform */

.uppercase {
	text-transform: uppercase !important;
}

.lowercase {
	text-transform: lowercase !important;
}

.capitalize {
	text-transform: capitalize !important;
}

.normal-case {
	text-transform: none !important;
}

/* Font family */

.font-root {
	font-family: var(--x-font-family-root) !important;
}

.font-optional {
	font-family: var(--x-font-family-optional) !important;
}

/* Font style */

.italic {
	font-style: italic !important;
}

.not-italic {
	font-style: normal !important;
}

/* Font weight */

.font-thin {
	font-weight: 100 !important;
}

.font-light {
	font-weight: 300 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-bold {
	font-weight: 700 !important;
}
.font-black {
	font-weight: 900 !important;
}

/* Line height */

.leading-\[0\.8\] {
	line-height: 0.8 !important;
}
.leading-\[1\] {
	line-height: 1 !important;
}
.leading-\[1\.25\] {
	line-height: 1.25 !important;
}
.leading-\[1\.5\] {
	line-height: 1.5 !important;
}
.leading-\[1\.75\] {
	line-height: 1.75 !important;
}

/* Whitespace */

.whitespace-normal {
	white-space: normal;
}

/* Word Break */

.break-words {
	overflow-wrap: break-word;
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/transform.css?1685623081286*/
/*!
 * Utilities/Transform
 */


.rotate-\[90\%\] {
	transform: rotate(0.25turn);
}

.rotate-\[45\%\] {
	transform: rotate(0.125turn);
}


.scale-\[1\.375\] {
	transform: scale(1.375);
}

@media (min-width: 37.5em) {
	.sm\@scale-100 {
		transform: scale(1);
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/utilities/z-index.css?16856230811187*/
/*!
 * Utilities/Z-index
 */

.z-n2 {
	z-index: -2;
}

.z-n1 {
	z-index: -1;
}

.z-0 {
	z-index: 0;
}

.z-1 {
	z-index: 1;
}

.z-2 {
	z-index: 2;
}

.z-auto {
	z-index: auto;
}

@media (min-width: 37.5em) {
	.sm\@z-n2 {
		z-index: -2;
	}

	.sm\@z-n1 {
		z-index: -1;
	}

	.sm\@z-0 {
		z-index: 0;
	}

	.sm\@z-1 {
		z-index: 1;
	}

	.sm\@z-2 {
		z-index: 2;
	}

	.sm\@z-auto {
		z-index: auto;
	}
}

@media (min-width: 60em) {
	.md\@z-n2 {
		z-index: -2;
	}

	.md\@z-n1 {
		z-index: -1;
	}

	.md\@z-0 {
		z-index: 0;
	}

	.md\@z-1 {
		z-index: 1;
	}

	.md\@z-2 {
		z-index: 2;
	}

	.md\@z-auto {
		z-index: auto;
	}
}

@media (min-width: 80em) {
	.lg\@z-n2 {
		z-index: -2;
	}

	.lg\@z-n1 {
		z-index: -1;
	}

	.lg\@z-0 {
		z-index: 0;
	}

	.lg\@z-1 {
		z-index: 1;
	}

	.lg\@z-2 {
		z-index: 2;
	}

	.lg\@z-auto {
		z-index: auto;
	}
}

@media (min-width: 100em) {
	.xl\@z-n2 {
		z-index: -2;
	}

	.xl\@z-n1 {
		z-index: -1;
	}

	.xl\@z-0 {
		z-index: 0;
	}

	.xl\@z-1 {
		z-index: 1;
	}

	.xl\@z-2 {
		z-index: 2;
	}

	.xl\@z-auto {
		z-index: auto;
	}
}

/* End */


/* Start:/local/templates/2023/assets/styles/themes/colors.css?1685623081396*/
:root {
	/* Shades */

	--black: 0, 0, 0;
	--white: 255, 255, 255;

	--blue-base: 16, 159, 255;
	--red-base: 255, 0, 0;

	--blue: 228, 245, 255;
	--blue-dark: 201, 231, 249;
	--turquoise: 185, 234, 245;
	--turquoise-dark: 125, 188, 200;
	--violet: 109, 115, 157;
	--violet-dark: 111, 79, 139;

	--grey-super-lighten: 244, 244, 244;
	--grey-lighten: 216, 216, 216;
	--grey-darken: 136, 136, 136;
}
/* End */


/* Start:/local/templates/2023/assets/styles/themes/light.css?1685623081642*/
.x-theme--light {
	--x-theme-background: var(--white);
	--x-theme-on-background-color: var(--black);

	--x-theme-blue-background-color: var(--blue);
	--x-theme-blue-dark-background-color: var(--blue-dark);
	--x-theme-turquoise-background-color: var(--turquoise);
	--x-theme-turquoise-dark-background-color: var(--turquoise-dark);
	--x-theme-violet-background-color: var(--violet);
	--x-theme-violet-dark-background-color: var(--violet-dark);
	--x-theme-grey-super-lighten-background-color: var(--grey-super-lighten);
	--x-theme-grey-lighten-background-color: var(--grey-lighten);
	--x-theme-grey-darken-background-color: var(--grey-darken);
}
/* End */


/* Start:/local/templates/2023/assets/styles/themes/dark.css?1685623081101*/
.x-theme--dark {
	--x-theme-background: var(--black);
	--x-theme-on-background-color: var(--white);
}
/* End */


/* Start:/local/templates/2023/assets/styles/themes/color-class.css?16856230811821*/
.bg-white {
	background-color: rgb( var(--x-theme-background) );
}
.fill-white {
	fill: rgb( var(--x-theme-background) );
}

.bg-black {
	background-color: rgb( var(--x-theme-on-background-color) );
}
.fill-black {
	fill: rgb( var(--x-theme-on-background-color) );
}

.bg-blue {
	background-color: rgb( var(--x-theme-blue-background-color) );
}
.color-blue {
	color: rgb( var(--x-theme-blue-background-color) );
}

.bg-blue-dark {
	background-color: rgb( var(--x-theme-blue-dark-background-color) );
}
.color-blue-dark {
	color: rgb( var(--x-theme-blue-dark-background-color) );
}

.bg-turquoise {
	background-color: rgb( var(--x-theme-turquoise-background-color) );
}
.color-turquoise {
	color: rgb( var(--x-theme-turquoise-background-color) );
}

.bg-turquoise-dark {
	background-color: rgb( var(--x-theme-turquoise-dark-background-color) );
}
.color-turquoise-dark {
	color: rgb( var(--x-theme-turquoise-dark-background-color) );
}

.bg-violet {
	background-color: rgb( var(--x-theme-violet-background-color) );
}
.color-violet {
	color: rgb( var(--x-theme-violet-background-color) );
}

.bg-violet-dark {
	background-color: rgb( var(--x-theme-violet-dark-background-color) );
}
.color-violet-dark {
	color: rgb( var(--x-theme-violet-dark-background-color) );
}

.bg-grey-lighten {
	background-color: rgb( var(--x-theme-grey-lighten-background-color) );
}
.color-grey-lighten {
	color: rgb( var(--x-theme-grey-lighten-background-color) );
}

.bg-grey-super-lighten {
	background-color: rgb( var(--x-theme-grey-super-lighten-background-color) );
}
.color-grey-super-lighten {
	color: rgb( var(--x-theme-grey-super-lighten-background-color) );
}

.bg-grey-darken {
	background-color: rgb( var(--x-theme-grey-darken-background-color) );
}
.color-grey-darken {
	color: rgb( var(--x-theme-grey-darken-background-color) );
}
/* End */


/* Start:/local/templates/2023/components/bitrix/menu/nav-main/style.css?1685623081173*/
@charset "utf-8";

.bxc-menu__default {
	position: relative;
	padding-left: 1.5rem;
}
.bxc-menu__default::before {
	content: 'вЂ“';
	position: absolute;
	top: 0;
	left: 0;
}
/* End */


/* Start:/local/templates/2023/components/bitrix/news.list/partners.footer/style.css?1685623081227*/
.bxc-parntners-footer img {
	width: auto;
	max-height: 3rem;
}

@media (min-width: 37.5em) {
	.bxc-parntners-footer img {
		max-height: 4rem;
	}
}
@media (min-width: 60em) {
	.bxc-parntners-footer img {
		max-height: 6rem;
	}
}
/* End */


/* Start:/local/templates/2023/template_styles.css?1734987705228*/
@charset "utf-8";

/* РЎРј. /assets/css/settings.css */

.bxc-text-link a {
	text-decoration: underline;
}

.bxc-ul-ol ul {
	list-style: disc;
	padding-left: 1rem;
}

.bxc-ul-ol ol {
	list-style:decimal;
	padding-left: 1.5rem;
}
.bxc-breadcrumb {
display:inline-block;
}
/* End */
/* End */


/* Start:/local/templates/ulstd/css/styles.css?17465160921617*/
/* Start:/local/templates/2023/components/bitrix/news.list/master.slider/style.css?1685623081542*/
.bxc-main-slider--slide {
	position: relative;
	width: 100%;
	/*height: 37.5rem;*/
}
.bxc-main-slider--swiper-pagination {
	position: absolute;
	right: 1.5rem;
	bottom: 1.25rem;
}
.bxc-main-slider--swiper-pagination .swiper-pagination-bullet {
	background-color: rgb(var(--x-theme-background)) !important;
}
.bxc-main-slider--swiper-pagination .swiper-pagination-bullet-active {
	background-color: rgb(var(--x-theme-blue-background-color)) !important;
}

@media (min-width: 37.5em) {
	.bxc-main-slider--swiper-pagination {
		right: 3rem;
	}
}
/* End */


/* Start:/local/templates/2023/components/bitrix/news.list/callendar.line/style.css?1685623081110*/
.callendar-line__item {
	position: relative;
}

.callendar-line__item:hover a {
	text-decoration: underline;
}
/* End */
/* /local/templates/2023/components/bitrix/news.list/master.slider/style.css?1685623081542 */
/* /local/templates/2023/components/bitrix/news.list/callendar.line/style.css?1685623081110 */
#toTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: none;
  background-color: #7a1f3d; /* Бордовый цвет */
  color: #fff;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  display: none; /* Скрыта изначально */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

#toTopBtn:hover {
  background-color: #5e1830; /* Темнее при наведении */
  transform: scale(1.1);
}
/* End */


/* Start:/local/templates/ulstd/css/photoswipe.css?17408615296978*/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */

.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}


/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/

.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
	display: block;
}

.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}


/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}

.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}


/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}


/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}


/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}


/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
/* End */


/* Start:/local/templates/ulstd/css/swiper-bundle.min.css?174086172416466*/
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /local/templates/ulstd/components/bitrix/menu/catalog_horizontal_ulstd/style.css?17484385752487 */
/* /local/templates/ulstd/css/template_styles.css?1747375651305006 */
/* /local/templates/ulstd/css/styles.css?17465160921617 */
/* /local/templates/ulstd/css/photoswipe.css?17408615296978 */
/* /local/templates/ulstd/css/swiper-bundle.min.css?174086172416466 */
