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

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

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

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

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

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

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

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

	@font-face {
		font-family: 'Inter var';
		font-weight: 100 900;
		font-display: swap;
		font-style: normal;
		font-named-instance: 'Regular';
		src: url("../fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
	}
	@font-face {
		font-family: 'Inter var';
		font-weight: 100 900;
		font-display: swap;
		font-style: italic;
		font-named-instance: 'Italic';
		src: url("../fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
	}

	:root {
		--black: #000;
		--darker-grey: #222;
		--dark-grey: #888;
		--grey: #ccc;
		--light-grey: #e3e3e3;
		--faint-grey: #f2f2f2;
		--white: #fff;
		--faint-yellow: #ffffd9;
		--yellow: #feff00;
		--light-bistre: #ebed59;
		--medium-bistre: #d0d26d;
		--bistre: #a9aa41;

		--ws: 0.5rem;
		--gutter: 1rem;

		font-size: 14px;
		font-weight: 500;
		line-height: 1.3333;
		scroll-behavior: smooth;
	}

	body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		        flex-direction: column;
		min-height: 100dvh;
		overflow-x: hidden;

		font-family: 'Inter var', Helvetica, Arial, sans-serif;

		font-size: 1rem;

		line-height: 1.2;
	}

	dialog {
		color: inherit;
	}

	dialog:not([open]) {
		display: none;
	}

	.page-header,
	.page-footer {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		   -moz-box-flex: 0;
		        flex-grow: 0;
	}

	.page-content {
		-webkit-box-flex: 10;
		-webkit-flex-grow: 10;
		   -moz-box-flex: 10;
		        flex-grow: 10;
	}

	/* ToDo: remove in the future? */
	.block-prose strong,
	.block-prose b,
	.block-aside-mid strong,
	.block-aside-mid b,
	.swiper-caption b,
	.swiper-caption strong,
	figcaption b,
	figcaption strong {
		font-weight: inherit;
	}


	@media (min-width: 768px) {
	
		:root {
			--gutter: 1.5rem;

			font-size: 16px;
		}

	}

	@media (min-width: 1280px) {

		:root {
			font-size: 18px;
		}

	}

	@media (min-width: 1536px) {

		:root {
			--gutter: 2rem;
		}

	}

	input[type="text"],
	input[type="email"] {
		font-family: inherit;
		font-size: inherit;
		line-height: 1;
	}

	.input-text {
		height: 2em;
		padding: 0.25em 0 0;
		border-bottom: 1px solid var(--theme-border-light);
		background: transparent;
	}

	.input-text::-webkit-input-placeholder {
		font-family: inherit;
	}

	.input-text:-moz-placeholder {
		font-family: inherit;
	}

	.input-text::-moz-placeholder {
		font-family: inherit;
	}

	.input-text:-ms-input-placeholder {
		font-family: inherit;
	}

	.input-text::-ms-input-placeholder {
		font-family: inherit;
	}

	.input-text::placeholder {
		font-family: inherit;
	}

	.input-text:focus,
	.input-text:focus-visible {
		outline: none;
	}

		.bg-canvas .input-text, .bg-accent .bg-canvas .input-text {
			border-color: var(--theme-border-light);
		}

		.bg-canvas .input-text::-webkit-input-placeholder, .bg-accent .bg-canvas .input-text::-webkit-input-placeholder {
			color: var(--theme-text-2);
		}

		.bg-canvas .input-text:-moz-placeholder, .bg-accent .bg-canvas .input-text:-moz-placeholder {
			color: var(--theme-text-2);
		}

		.bg-canvas .input-text::-moz-placeholder, .bg-accent .bg-canvas .input-text::-moz-placeholder {
			color: var(--theme-text-2);
		}

		.bg-canvas .input-text:-ms-input-placeholder, .bg-accent .bg-canvas .input-text:-ms-input-placeholder {
			color: var(--theme-text-2);
		}

		.bg-canvas .input-text::-ms-input-placeholder, .bg-accent .bg-canvas .input-text::-ms-input-placeholder {
			color: var(--theme-text-2);
		}

		.bg-canvas .input-text::placeholder, .bg-accent .bg-canvas .input-text::placeholder {
			color: var(--theme-text-2);
		}

		.bg-canvas .input-text:focus,
		.bg-canvas .input-text:focus-visible,
		.bg-accent .bg-canvas .input-text:focus,
		.bg-accent .bg-canvas .input-text:focus-visible {
			background: var(--theme-accent-2);
			border-color: var(--theme-text);
		}

		.bg-accent .input-text, .bg-canvas .bg-accent .input-text {
			border-color: var(--theme-accent-border-dark);
		}

		.bg-accent .input-text::-webkit-input-placeholder, .bg-canvas .bg-accent .input-text::-webkit-input-placeholder {
			color: var(--theme-accent-text-3);
		}

		.bg-accent .input-text:-moz-placeholder, .bg-canvas .bg-accent .input-text:-moz-placeholder {
			color: var(--theme-accent-text-3);
		}

		.bg-accent .input-text::-moz-placeholder, .bg-canvas .bg-accent .input-text::-moz-placeholder {
			color: var(--theme-accent-text-3);
		}

		.bg-accent .input-text:-ms-input-placeholder, .bg-canvas .bg-accent .input-text:-ms-input-placeholder {
			color: var(--theme-accent-text-3);
		}

		.bg-accent .input-text::-ms-input-placeholder, .bg-canvas .bg-accent .input-text::-ms-input-placeholder {
			color: var(--theme-accent-text-3);
		}

		.bg-accent .input-text::placeholder, .bg-canvas .bg-accent .input-text::placeholder {
			color: var(--theme-accent-text-3);
		}

		.bg-accent .input-text:focus,
		.bg-accent .input-text:focus-visible,
		.bg-canvas .bg-accent .input-text:focus,
		.bg-canvas .bg-accent .input-text:focus-visible {
			background: var(--theme-accent-2);
		}

		.input-checkbox {
		display: none;
	}

	.input-checkbox + label {
		position: relative;
		display: inline-block;
		padding-left: 1.5em;
		cursor: pointer;
	}

	.input-checkbox[disabled] + label {
		cursor: default;
	}

	.input-checkbox + label::before {
		position: absolute;
		top: 0.1em;
		left: 0;
		content: ' ';
		display: inline-block;
		width: 0.9em;
		height: 0.9em;
		border: 1px solid currentcolor;
	}

	.input-checkbox:checked + label::before {
		line-height: 1;
		background: var(--theme-accent-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath style='fill: %23161514' d='M1.02,5.3l.8-.64,3.08,3.98L10.2,1.74l.78.62-6.08,7.9L1.02,5.3Z'/%3E%3C/svg%3E") no-repeat 50% 50% / contain;
	}

	.select {
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
		border: none;
		outline: none;
		height: 2em;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding: 0.25em 0.8em 0 0;
		margin: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		cursor: pointer;
		background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpolyline style='fill:none;stroke:%23000;stroke-miterlimit:10' points='9.5 .5 5 5 .5 .5'/%3E%3C/svg%3E") no-repeat 100% 0.85em / 0.5em 0.3em;
		border-bottom: 1px solid var(--theme-border-light);
	}

	.minimal-select {
		height: auto;
		padding: 0 0.8em 0 0;
		margin: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		cursor: pointer;
		background-position: 100% 45%;
		border:none;
	}

*, ::before, ::after{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;

}

::-webkit-backdrop{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;

}

::-ms-backdrop{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;

}

::backdrop{
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:  ;
	--tw-gradient-via-position:  ;
	--tw-gradient-to-position:  ;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
	--tw-contain-size:  ;
	--tw-contain-layout:  ;
	--tw-contain-paint:  ;
	--tw-contain-style:  ;

}
.container{
	width: 100%;

}
@media (min-width: 640px){

	.container{
		max-width: 640px;

	}

}
@media (min-width: 768px){

	.container{
		max-width: 768px;

	}

}
@media (min-width: 1024px){

	.container{
		max-width: 1024px;

	}

}
@media (min-width: 1280px){

	.container{
		max-width: 1280px;

	}

}
@media (min-width: 1536px){

	.container{
		max-width: 1536px;

	}

}
.button{
	font-size: 1.667rem;
	--tw-shadow: 0 1px 3px 0 color-mix(in srgb, currentColor 20%, transparent), 0 1px 2px -1px color-mix(in srgb, currentColor 20%, transparent);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	   -moz-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
		display: inline-block;
		padding: 0.35em 0.5em 0.3em;
		line-height: 1;

}
.button-sm{
	font-size: 1.333rem;
	--tw-shadow: 0 1px 3px 0 color-mix(in srgb, currentColor 20%, transparent), 0 1px 2px -1px color-mix(in srgb, currentColor 20%, transparent);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	   -moz-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
		display: inline-block;
		padding: 0.35em 0.5em 0.3em;
		line-height: 1;

}
.button[disabled],
	.button-sm[disabled],
	.button.disabled,
	.button-sm.disabled {
		cursor: default;
		pointer-events: none;
		opacity: 0.5;
	}
.button:focus-visible,
	.button-sm:focus-visible {
		background-color: initial;
		color: initial;
		outline: 2px solid currentcolor;
	}
@media (hover: hover) {

		.button:hover,
		.button-sm:hover{
		--tw-shadow: 0 1px 2px 0 color-mix(in srgb, currentColor 20%, transparent);
		--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
		-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
		   -moz-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
		        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
			-webkit-transform: translate(0.05em, 0.05em);
			   -moz-transform: translate(0.05em, 0.05em);
			     -o-transform: translate(0.05em, 0.05em);
			        transform: translate(0.05em, 0.05em);

	}

	}
.cart-button {
		display: none;
	}
.cart-button[visible] {
			display: block;
			--tw-scale-x: 1;
			--tw-scale-y: 1;
			-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
			   -moz-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
			     -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
			        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
			opacity: 1;
		}
.cart-count{
	pointer-events: none;
	position: absolute;
	inset: 0px;
	top: 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	font-size: 10px;
	letter-spacing: -0.05em;

}
.event-swiper .swiper {
			width: 200%;
			margin-left: -100%;
			padding-top: var(--ws);
		}
.event-swiper .swiper-slide {
			width: -webkit-calc(50% - 2 * var(--gutter));
			width: -moz-calc(50% - 2 * var(--gutter));
			width: calc(50% - 2 * var(--gutter));
			margin: 0 var(--gutter);
		}
.event-swiper .swiper-slide:first-child {
			visibility: hidden;
		}
.event-swiper .swiper-button-lock {
			display: initial;
		}
@media (min-width: 768px) {
		.event-swiper {
			--columns: 3;
			--slide-width: -webkit-calc((100% - var(--columns) * var(--gutter)) / (var(--columns) - 1));
			--slide-width: -moz-calc((100% - var(--columns) * var(--gutter)) / (var(--columns) - 1));
			--slide-width: calc((100% - var(--columns) * var(--gutter)) / (var(--columns) - 1));
		}

			.event-swiper .swiper {
				width: -webkit-calc(100% + var(--slide-width));
				width: -moz-calc(100% + var(--slide-width));
				width: calc(100% + var(--slide-width));
				margin-left: -webkit-calc(-0.5 * (var(--slide-width) + var(--gutter)));
				margin-left: -moz-calc(-0.5 * (var(--slide-width) + var(--gutter)));
				margin-left: calc(-0.5 * (var(--slide-width) + var(--gutter)));
			}

			.event-swiper .swiper-slide {
				width: -webkit-calc(100% / var(--columns) - var(--gutter));
				width: -moz-calc(100% / var(--columns) - var(--gutter));
				width: calc(100% / var(--columns) - var(--gutter));
				margin: 0 -webkit-calc(var(--gutter) / 2);
				margin: 0 -moz-calc(var(--gutter) / 2);
				margin: 0 calc(var(--gutter) / 2);
			}

			.event-swiper .swiper-slide:first-child {
				visibility: visible;
			}
	}
@media (min-width: 1024px) {
		.event-swiper {
			--columns: 4;
		}
	}
@media (min-width: 1536px) {
		.event-swiper {
			--columns: 5;
		}
	}
.icon {
		display: inline-block;
		overflow: hidden;
		text-indent: -9999px;
		-webkit-mask-repeat: no-repeat;
		        mask-repeat: no-repeat;
		-webkit-mask-position: 50% 50%;
		        mask-position: 50% 50%;
		-webkit-mask-size: contain;
		        mask-size: contain;
		background: var(--theme-text);
	}
.icon-shopping {
		-webkit-mask-image: url(../images/icon-shopping.svg);
		        mask-image: url(../images/icon-shopping.svg);
	}
.icon-search {
		-webkit-mask-image: url(../images/icon-search.svg);
		        mask-image: url(../images/icon-search.svg);
	}
.icon-a11y {
		-webkit-mask-image: url(../images/icon-a11y.svg);
		        mask-image: url(../images/icon-a11y.svg);
	}
.icon-facebook {
		-webkit-mask-image: url(../images/icon-facebook.svg);
		        mask-image: url(../images/icon-facebook.svg);
	}
.icon-instagram {
		-webkit-mask-image: url(../images/icon-instagram.svg);
		        mask-image: url(../images/icon-instagram.svg);
	}
.icon-twitter {
		-webkit-mask-image: url(../images/icon-twitter.svg);
		        mask-image: url(../images/icon-twitter.svg);
	}
.newsletter-title{
	font-size: 1.667rem;
	line-height: 1.2;

}
.newsletter-submit {
		margin-top: 0.6rem;
	}
.newsletter-facade-button:focus-visible {
		padding: 0.3em 0.3em 0.2em;
		background: var(--theme-accent-text);
		color: var(--theme-accent);
		outline: 0;
	}
.newsletter-facade-button {
		text-decoration: underline;
		text-decoration-thickness: 1.5px;
		text-underline-offset: 2px;
	}
.newsletter-facade-button:hover {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-canvas)), 
			color-stop(5%, var(--theme-canvas)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(85%, var(--theme-accent)),
			color-stop(85%, var(--theme-canvas)),
			to(var(--theme-canvas))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
	}
.bg-accent .newsletter-facade-button:hover {
			background: -webkit-gradient(
				linear, 
				left top, left bottom, 
				from(var(--theme-accent)), 
				color-stop(5%, var(--theme-accent)), 
				color-stop(5%, var(--theme-accent-2)), 
				color-stop(85%, var(--theme-accent-2)),
				color-stop(85%, var(--theme-accent)),
				to(var(--theme-accent))
			);
			background: -webkit-linear-gradient(
				top, 
				var(--theme-accent), 
				var(--theme-accent) 5%, 
				var(--theme-accent-2) 5%, 
				var(--theme-accent-2) 85%,
				var(--theme-accent) 85%,
				var(--theme-accent) 100%
			);
			background: -moz-linear-gradient(
				top, 
				var(--theme-accent), 
				var(--theme-accent) 5%, 
				var(--theme-accent-2) 5%, 
				var(--theme-accent-2) 85%,
				var(--theme-accent) 85%,
				var(--theme-accent) 100%
			);
			background: -o-linear-gradient(
				top, 
				var(--theme-accent), 
				var(--theme-accent) 5%, 
				var(--theme-accent-2) 5%, 
				var(--theme-accent-2) 85%,
				var(--theme-accent) 85%,
				var(--theme-accent) 100%
			);
			background: linear-gradient(
				to bottom, 
				var(--theme-accent), 
				var(--theme-accent) 5%, 
				var(--theme-accent-2) 5%, 
				var(--theme-accent-2) 85%,
				var(--theme-accent) 85%,
				var(--theme-accent) 100%
			);
		}
.newsletter-dialog[open] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}
.page-footer {
		--logo-width: 75px;
		--logo-height: 63px;
	}
.page-footer .logo {
			display: block;
			overflow: hidden;
			width: var(--logo-width);
			height: var(--logo-height);
			text-indent: -9999px;
			-webkit-mask-repeat: no-repeat;
			        mask-repeat: no-repeat;
			-webkit-mask-position: 50% 50%;
			        mask-position: 50% 50%;
			-webkit-mask-size: contain;
			        mask-size: contain;
			-webkit-mask-image: url(../images/the-showroom-logo.svg);
			        mask-image: url(../images/the-showroom-logo.svg);
			background: var(--theme-text);
		}
.page-footer .support-logo svg {
			height: 100%;
			width: auto;
		}
.page-header {

		--logo-width: 75px;
		--logo-height: 63px;
		--header-height: -webkit-calc(2 * var(--ws) + var(--logo-height));
		--header-height: -moz-calc(2 * var(--ws) + var(--logo-height));
		--header-height: calc(2 * var(--ws) + var(--logo-height));
		position: relative;
		z-index: 9;
		width: 100%;
		padding: var(--ws) var(--gutter);
		-webkit-transition: 0.2s -webkit-transform;
		transition: 0.2s -webkit-transform;
		-o-transition: 0.2s -o-transform;
		-moz-transition: 0.2s transform, 0.2s -moz-transform;
		transition: 0.2s transform;
		transition: 0.2s transform, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
		will-change: transform;

	}
.page-header .logo {
			display: block;
			overflow: hidden;
			width: var(--logo-width);
			height: var(--logo-height);
			text-indent: -9999px;
			background: var(--theme-text);
			-webkit-mask-image: url(../images/the-showroom-logo.svg);
			        mask-image: url(../images/the-showroom-logo.svg);
		}
.page-header .menu-state {
			display: none;
		}
.page-header .menu-button {
			position: fixed;
			inset: 0 0 auto auto;
			z-index: 99;
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: flex;
			-webkit-flex-wrap: wrap;
			        flex-wrap: wrap;
			-webkit-align-content: space-between;
			        align-content: space-between;
			-webkit-box-sizing: content-box;
			   -moz-box-sizing: content-box;
			        box-sizing: content-box;
			width: 2rem;
			height: 1.25rem;
			padding: -webkit-calc(2 * var(--ws));
			padding: -moz-calc(2 * var(--ws));
			padding: calc(2 * var(--ws));
			cursor: pointer;
		}
.page-header .menu-button span,
		.page-header .menu-button::before,
		.page-header .menu-button::after {
			content: "";
			overflow: hidden;
			display: block;
			width: 2rem;
			height: 2px;
			background: var(--theme-accent-text);
			text-indent: -9999px;
			-webkit-transition: rotate 0.2s;
			-o-transition: rotate 0.2s;
			-moz-transition: rotate 0.2s;
			transition: rotate 0.2s;
		}
.page-header .menu-state:checked + .menu-button span {
			display: none;
		}
.page-header .menu-state:checked + .menu-button::before,
		.page-header .menu-state:checked + .menu-button::after {
			position: absolute;
			top: -webkit-calc(50% - 1px);
			top: -moz-calc(50% - 1px);
			top: calc(50% - 1px);
			left: -webkit-calc(2 * var(--ws) - 1px);
			left: -moz-calc(2 * var(--ws) - 1px);
			left: calc(2 * var(--ws) - 1px);
			width: 2.15rem;
			display: block;
			content: "";
			background: var(--theme-accent-text);
			rotate: 32deg;
			-webkit-transform-origin: center;
			   -moz-transform-origin: center;
			     -o-transform-origin: center;
			        transform-origin: center;
		}
.page-header .menu-state:checked + .menu-button::after {
			rotate: -32deg;
		}
.page-header .header-menu {
			position: fixed;
			inset: var(--header-height) 0 0 0;
			z-index: 98;
			overflow: hidden;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;
			width: 100%;
			height: 0;
			padding: 0 -webkit-calc(3 * var(--ws));
			padding: 0 -moz-calc(3 * var(--ws));
			padding: 0 calc(3 * var(--ws));
			background: var(--theme-accent);
			-webkit-transition: height 0.2s;
			-o-transition: height 0.2s;
			-moz-transition: height 0.2s;
			transition: height 0.2s;
		}
.page-header .menu-state:checked ~ .header-menu {
			height: -webkit-calc(100dvh - var(--logo-height));
			height: -moz-calc(100dvh - var(--logo-height));
			height: calc(100dvh - var(--logo-height));
		}
.page-header .header-menu-primary,
		.page-header .header-menu-secondary,
		.page-header .header-ui{
	max-width: 640px;
			margin: -webkit-calc(2 * var(--gutter)) auto 0;
			margin: -moz-calc(2 * var(--gutter)) auto 0;
			margin: calc(2 * var(--gutter)) auto 0;

}
.page-header .header-menu-primary li,
		.page-header .header-menu-secondary li {
			margin-top: var(--ws);
		}
.page-header .header-submenu {
			margin-top: -webkit-calc(2 * var(--ws));
			margin-top: -moz-calc(2 * var(--ws));
			margin-top: calc(2 * var(--ws));
		}
.page-header .header-ui {
			margin-top: -webkit-calc(1.5 * var(--ws) );
			margin-top: -moz-calc(1.5 * var(--ws) );
			margin-top: calc(1.5 * var(--ws) );
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-box;
			display: flex;
			gap: var(--ws);
		}
.page-header .header-menu-primary a:hover,
		.page-header .header-menu-secondary a:hover {
			position: relative;
		}
.page-header .header-menu-primary a:hover::after,
		.page-header .header-menu-secondary a:hover::after {
			content: "";
			display: block;
			position: absolute;
			inset: 0;
			bottom: 0.1em;
			width: 100%;
			border-bottom: 1px solid var(--theme-text);
		}
.page-header .header-menu-primary a:hover::after {
			border-bottom-width: 1.5px;
		}
@media (min-width: 1024px) {

		.page-header {
			display: grid;
			grid-template-columns: 6fr 1fr 4fr 1fr;
			grid-auto-flow: row dense;
		}

			.page-header .header-logo {
				grid-column: 2;
			}

			.page-header .menu-button {
				display: none;
			}

			.page-header .header-menu {
				position: static;
				display: contents;
			}

			.page-header .header-menu-primary {
				position: relative;
				grid-column: 1;
				grid-row: 1;
				margin: var(--ws) 0 0;
				text-align: left;
			}

			.page-header .header-menu-secondary {
				grid-column: 3;
				grid-row: 1;
				margin: -webkit-calc(1.1875 * var(--ws)) 0 0;
				margin: -moz-calc(1.1875 * var(--ws)) 0 0;
				margin: calc(1.1875 * var(--ws)) 0 0;
				text-align: right;
			}

			.page-header .header-menu-primary li,
			.page-header .header-menu-secondary li {
				display: inline-block;
				height: 100%;
			}

			.page-header .header-menu-primary li {
				margin: 0;
				padding: 0 var(--ws);
			}

			.page-header .header-menu-secondary li {
				margin: 0;
				padding: 0 -webkit-calc(0.5 * var(--ws));
				padding: 0 -moz-calc(0.5 * var(--ws));
				padding: 0 calc(0.5 * var(--ws));
			}

			.page-header .header-menu-primary li:first-child {
				padding-left: 0;
			}

			.page-header .header-submenu {
				position: absolute;
				left: -100%;
				width: 100%;
				padding: var(--ws) 0;
				margin: 0;
				opacity: 0;
				-webkit-transition: opacity 0.2s;
				-o-transition: opacity 0.2s;
				-moz-transition: opacity 0.2s;
				transition: opacity 0.2s;
			}

			.page-header .header-menu-primary:not(:hover) .is_active .header-submenu,
			.page-header .has-submenu:hover .header-submenu {
				left: 0;
				opacity: 1;
			}

			.page-header .header-ui {
				margin-top: var(--ws);
				-webkit-box-pack: right;
				-webkit-justify-content: right;
				   -moz-box-pack: right;
				        justify-content: right;
			}

	}
.ratio-box-16\/9 {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 56.25%;

	}
.ratio-box-16\/9 > * {
			position: absolute;
			display: block;
			width: 100%;
			height: 100%;
			inset: 0;
		}
[data-rotator] {
		position: relative;
		width: 100%;
	}
[data-rotator] > * {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
[data-rotator] > *:last-child {
		position: relative;
		height: auto;
	}
[data-rotator] img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
		-o-object-position: center;
		   object-position: center;
	}
[data-rotator] figcaption {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}
[data-rotator] > *:last-child figcaption {
		display: block;
	}
[data-rotator]	[data-skew] {
		-webkit-transition: translate 0.2s, rotate 0.2s;
		-o-transition: translate 0.2s, rotate 0.2s;
		-moz-transition: translate 0.2s, rotate 0.2s;
		transition: translate 0.2s, rotate 0.2s;
	}
[data-rotator] [data-skew]:hover {
		translate: 0 0 !important;
		rotate: 0deg !important;
	}
.search-dialog[open] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
	}
.search-more:not(.hidden) {
		display: block;
	}
.header-support {
		right: var(--gutter);
		bottom: -35px;
		z-index: 999;
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		background: transparent url('../images/support-button.png') no-repeat 50% 50% / contain;
	}
@media (min-width: 768px) {
		.header-support {
			bottom: -50px;
			width: 70px;
			height: 70px;
		}
	}
@media (min-width: 1280px) {
		.header-support {
			bottom: -60px;
			width: 85px;
			height: 85px;
		}
	}
.visible{
	visibility: visible;

}
.\!static{
	position: static !important;

}
.static{
	position: static;

}
.fixed{
	position: fixed;

}
.absolute{
	position: absolute;

}
.relative{
	position: relative;

}
.sticky{
	position: -webkit-sticky;
	position: sticky;

}
.inset-0{
	inset: 0px;

}
.inset-x-0{
	left: 0px;
	right: 0px;

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

}
.bottom-0{
	bottom: 0px;

}
.right-0{
	right: 0px;

}
.top-0{
	top: 0px;

}
.top-\[2\.5em\]{
	top: 2.5em;

}
.top-\[calc\(100\%-3\.033rem\)\]{
	top: -webkit-calc(100% - 3.033rem);
	top: -moz-calc(100% - 3.033rem);
	top: calc(100% - 3.033rem);

}
.z-50{
	z-index: 50;

}
.col-span-3{
	grid-column: span 3 / span 3;

}
.col-span-6{
	grid-column: span 6 / span 6;

}
.col-span-all{
	grid-column: 1 / -1;

}
.col-start-1{
	grid-column-start: 1;

}
.row-start-1{
	grid-row-start: 1;

}
.row-start-2{
	grid-row-start: 2;

}
.m-0{
	margin: 0px;

}
.m-ws{
	margin: var(--ws);

}
.-mx-gutter{
	margin-left: -webkit-calc(var(--gutter) * -1);
	margin-left: -moz-calc(var(--gutter) * -1);
	margin-left: calc(var(--gutter) * -1);
	margin-right: -webkit-calc(var(--gutter) * -1);
	margin-right: -moz-calc(var(--gutter) * -1);
	margin-right: calc(var(--gutter) * -1);

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

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

}
.mx-auto{
	margin-left: auto;
	margin-right: auto;

}
.mx-gutter{
	margin-left: var(--gutter);
	margin-right: var(--gutter);

}
.mx-gutter-half{
	margin-left: -webkit-calc(0.5 * var(--gutter));
	margin-left: -moz-calc(0.5 * var(--gutter));
	margin-left: calc(0.5 * var(--gutter));
	margin-right: -webkit-calc(0.5 * var(--gutter));
	margin-right: -moz-calc(0.5 * var(--gutter));
	margin-right: calc(0.5 * var(--gutter));

}
.my-gutter{
	margin-top: var(--gutter);
	margin-bottom: var(--gutter);

}
.my-gutter-2{
	margin-top: -webkit-calc(2 * var(--gutter));
	margin-top: -moz-calc(2 * var(--gutter));
	margin-top: calc(2 * var(--gutter));
	margin-bottom: -webkit-calc(2 * var(--gutter));
	margin-bottom: -moz-calc(2 * var(--gutter));
	margin-bottom: calc(2 * var(--gutter));

}
.my-gutter-3{
	margin-top: -webkit-calc(3 * var(--gutter));
	margin-top: -moz-calc(3 * var(--gutter));
	margin-top: calc(3 * var(--gutter));
	margin-bottom: -webkit-calc(3 * var(--gutter));
	margin-bottom: -moz-calc(3 * var(--gutter));
	margin-bottom: calc(3 * var(--gutter));

}
.my-lh{
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;

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

}
.mb-gutter{
	margin-bottom: var(--gutter);

}
.mb-gutter-2{
	margin-bottom: -webkit-calc(2 * var(--gutter));
	margin-bottom: -moz-calc(2 * var(--gutter));
	margin-bottom: calc(2 * var(--gutter));

}
.mb-gutter-3{
	margin-bottom: -webkit-calc(3 * var(--gutter));
	margin-bottom: -moz-calc(3 * var(--gutter));
	margin-bottom: calc(3 * var(--gutter));

}
.mb-gutter-4{
	margin-bottom: -webkit-calc(4 * var(--gutter));
	margin-bottom: -moz-calc(4 * var(--gutter));
	margin-bottom: calc(4 * var(--gutter));

}
.mb-lh{
	margin-bottom: 1.2rem;

}
.mb-ws{
	margin-bottom: var(--ws);

}
.mb-ws-2{
	margin-bottom: -webkit-calc(2 * var(--ws));
	margin-bottom: -moz-calc(2 * var(--ws));
	margin-bottom: calc(2 * var(--ws));

}
.mr-ws{
	margin-right: var(--ws);

}
.mt-gutter{
	margin-top: var(--gutter);

}
.mt-gutter-2{
	margin-top: -webkit-calc(2 * var(--gutter));
	margin-top: -moz-calc(2 * var(--gutter));
	margin-top: calc(2 * var(--gutter));

}
.mt-gutter-3{
	margin-top: -webkit-calc(3 * var(--gutter));
	margin-top: -moz-calc(3 * var(--gutter));
	margin-top: calc(3 * var(--gutter));

}
.mt-lh{
	margin-top: 1.2rem;

}
.mt-lh-sm{
	margin-top: 1.011rem;

}
.mt-ws{
	margin-top: var(--ws);

}
.mt-ws-2{
	margin-top: -webkit-calc(2 * var(--ws));
	margin-top: -moz-calc(2 * var(--ws));
	margin-top: calc(2 * var(--ws));

}
.mt-ws-3{
	margin-top: -webkit-calc(3 * var(--ws));
	margin-top: -moz-calc(3 * var(--ws));
	margin-top: calc(3 * var(--ws));

}
.line-clamp-3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}
.block{
	display: block;

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

}
.inline{
	display: inline;

}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;

}
.grid{
	display: grid;

}
.contents{
	display: contents;

}
.hidden{
	display: none;

}
.h-10{
	height: 2.5rem;

}
.h-16{
	height: 4rem;

}
.h-5{
	height: 1.25rem;

}
.h-\[2\.5em\]{
	height: 2.5em;

}
.h-\[2em\]{
	height: 2em;

}
.h-\[50vw\]{
	height: 50vw;

}
.h-auto{
	height: auto;

}
.h-full{
	height: 100%;

}
.h-screen{
	height: 100vh;

}
.max-h-\[600px\]{
	max-height: 600px;

}
.max-h-\[75vh\]{
	max-height: 75vh;

}
.max-h-\[calc\(100dvh-2\*var\(--ws\)\)\]{
	max-height: -webkit-calc(100dvh - 2 * var(--ws));
	max-height: -moz-calc(100dvh - 2 * var(--ws));
	max-height: calc(100dvh - 2 * var(--ws));

}
.max-h-\[min\(800px\2c 75vh\)\]{
	max-height: min(800px,75vh);

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

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

}
.w-16{
	width: 4rem;

}
.w-32{
	width: 8rem;

}
.w-5{
	width: 1.25rem;

}
.w-\[2\.5em\]{
	width: 2.5em;

}
.w-\[2em\]{
	width: 2em;

}
.w-auto{
	width: auto;

}
.w-fit{
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;

}
.w-full{
	width: 100%;

}
.max-w-2xl{
	max-width: 42rem;

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

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

}
.max-w-\[calc\(100\%-2\*var\(--gutter\)\)\]{
	max-width: -webkit-calc(100% - 2 * var(--gutter));
	max-width: -moz-calc(100% - 2 * var(--gutter));
	max-width: calc(100% - 2 * var(--gutter));

}
.max-w-\[max-content\]{
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;

}
.max-w-\[min\(100\%\2c calc\(100vw-2\*var\(--gutter\)\)\)\]{
	max-width: min(100%,-webkit-calc(100vw - 2 * var(--gutter)));
	max-width: min(100%,-moz-calc(100vw - 2 * var(--gutter)));
	max-width: min(100%,calc(100vw - 2 * var(--gutter)));

}
.max-w-full{
	max-width: 100%;

}
.flex-shrink{
	-webkit-flex-shrink: 1;
	        flex-shrink: 1;

}
.flex-shrink-0{
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;

}
.flex-grow-0{
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	   -moz-box-flex: 0;
	        flex-grow: 0;

}
.transform{
	-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	   -moz-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	     -o-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.cursor-pointer{
	cursor: pointer;

}
.resize{
	resize: both;

}
.break-after-avoid{
	-webkit-column-break-after: avoid;
	        break-after: avoid;

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

}
.grid-flow-row-dense{
	grid-auto-flow: row dense;

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

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

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

}
.grid-rows-\[repeat\(2\2c max-content\)\]{
	grid-template-rows: repeat(2,-webkit-max-content);
	grid-template-rows: repeat(2,max-content);

}
.grid-rows-\[repeat\(3\2c max-content\)\]{
	grid-template-rows: repeat(3,-webkit-max-content);
	grid-template-rows: repeat(3,max-content);

}
.flex-col{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;

}
.flex-wrap{
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;

}
.items-end{
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	   -moz-box-align: end;
	        align-items: flex-end;

}
.items-center{
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;

}
.justify-center{
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;

}
.justify-between{
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;

}
.gap-4{
	gap: 1rem;

}
.gap-gutter{
	gap: var(--gutter);

}
.gap-gutter-2{
	gap: -webkit-calc(2 * var(--gutter));
	gap: -moz-calc(2 * var(--gutter));
	gap: calc(2 * var(--gutter));

}
.gap-ws{
	gap: var(--ws);

}
.gap-x-2{
	-webkit-column-gap: 0.5rem;
	   -moz-column-gap: 0.5rem;
	        column-gap: 0.5rem;

}
.gap-x-gutter{
	-webkit-column-gap: var(--gutter);
	   -moz-column-gap: var(--gutter);
	        column-gap: var(--gutter);

}
.gap-y-gutter{
	row-gap: var(--gutter);

}
.gap-y-gutter-2{
	row-gap: -webkit-calc(2 * var(--gutter));
	row-gap: -moz-calc(2 * var(--gutter));
	row-gap: calc(2 * var(--gutter));

}
.gap-y-gutter-3{
	row-gap: -webkit-calc(3 * var(--gutter));
	row-gap: -moz-calc(3 * var(--gutter));
	row-gap: calc(3 * var(--gutter));

}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: -webkit-calc(1rem * var(--tw-space-x-reverse));
	margin-right: -moz-calc(1rem * var(--tw-space-x-reverse));
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: -webkit-calc(1rem * -webkit-calc(1 - var(--tw-space-x-reverse)));
	margin-left: -moz-calc(1rem * -moz-calc(1 - var(--tw-space-x-reverse)));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));

}
.space-x-lh > :not([hidden]) ~ :not([hidden]){
	--tw-space-x-reverse: 0;
	margin-right: -webkit-calc(1.2rem * var(--tw-space-x-reverse));
	margin-right: -moz-calc(1.2rem * var(--tw-space-x-reverse));
	margin-right: calc(1.2rem * var(--tw-space-x-reverse));
	margin-left: -webkit-calc(1.2rem * -webkit-calc(1 - var(--tw-space-x-reverse)));
	margin-left: -moz-calc(1.2rem * -moz-calc(1 - var(--tw-space-x-reverse)));
	margin-left: calc(1.2rem * calc(1 - var(--tw-space-x-reverse)));

}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: -webkit-calc(1rem * -webkit-calc(1 - var(--tw-space-y-reverse)));
	margin-top: -moz-calc(1rem * -moz-calc(1 - var(--tw-space-y-reverse)));
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: -webkit-calc(1rem * var(--tw-space-y-reverse));
	margin-bottom: -moz-calc(1rem * var(--tw-space-y-reverse));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));

}
.space-y-gutter > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: -webkit-calc(var(--gutter) * -webkit-calc(1 - var(--tw-space-y-reverse)));
	margin-top: -moz-calc(var(--gutter) * -moz-calc(1 - var(--tw-space-y-reverse)));
	margin-top: calc(var(--gutter) * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: -webkit-calc(var(--gutter) * var(--tw-space-y-reverse));
	margin-bottom: -moz-calc(var(--gutter) * var(--tw-space-y-reverse));
	margin-bottom: calc(var(--gutter) * var(--tw-space-y-reverse));

}
.space-y-gutter-3 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: -webkit-calc(-webkit-calc(3 * var(--gutter)) * -webkit-calc(1 - var(--tw-space-y-reverse)));
	margin-top: -moz-calc(-moz-calc(3 * var(--gutter)) * -moz-calc(1 - var(--tw-space-y-reverse)));
	margin-top: calc(calc(3 * var(--gutter)) * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: -webkit-calc(-webkit-calc(3 * var(--gutter)) * var(--tw-space-y-reverse));
	margin-bottom: -moz-calc(-moz-calc(3 * var(--gutter)) * var(--tw-space-y-reverse));
	margin-bottom: calc(calc(3 * var(--gutter)) * var(--tw-space-y-reverse));

}
.space-y-ws > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: -webkit-calc(var(--ws) * -webkit-calc(1 - var(--tw-space-y-reverse)));
	margin-top: -moz-calc(var(--ws) * -moz-calc(1 - var(--tw-space-y-reverse)));
	margin-top: calc(var(--ws) * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: -webkit-calc(var(--ws) * var(--tw-space-y-reverse));
	margin-bottom: -moz-calc(var(--ws) * var(--tw-space-y-reverse));
	margin-bottom: calc(var(--ws) * var(--tw-space-y-reverse));

}
.space-y-ws-4 > :not([hidden]) ~ :not([hidden]){
	--tw-space-y-reverse: 0;
	margin-top: -webkit-calc(-webkit-calc(4 * var(--ws)) * -webkit-calc(1 - var(--tw-space-y-reverse)));
	margin-top: -moz-calc(-moz-calc(4 * var(--ws)) * -moz-calc(1 - var(--tw-space-y-reverse)));
	margin-top: calc(calc(4 * var(--ws)) * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: -webkit-calc(-webkit-calc(4 * var(--ws)) * var(--tw-space-y-reverse));
	margin-bottom: -moz-calc(-moz-calc(4 * var(--ws)) * var(--tw-space-y-reverse));
	margin-bottom: calc(calc(4 * var(--ws)) * var(--tw-space-y-reverse));

}
.self-center{
	-webkit-align-self: center;
	        align-self: center;

}
.overflow-auto{
	overflow: auto;

}
.overflow-hidden{
	overflow: hidden;

}
.text-ellipsis{
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;

}
.whitespace-nowrap{
	white-space: nowrap;

}
.text-balance{
	text-wrap: balance;

}
.border-b{
	border-bottom-width: 1px;

}
.border-b-\[0\.5rem\]{
	border-bottom-width: 0.5rem;

}
.border-l{
	border-left-width: 1px;

}
.border-r{
	border-right-width: 1px;

}
.border-t{
	border-top-width: 1px;

}
.border-t-3{
	border-top-width: 3px;

}
.border-t-\[0\.1667rem\]{
	border-top-width: 0.1667rem;

}
.border-accent{
	border-color: var(--theme-accent);

}
.border-accent-border-light{
	border-color: var(--theme-accent-border-light);

}
.border-canvas-3{
	border-color: var(--theme-border-light);

}
.border-lighter-grey{
	border-color: var(--faint-grey);

}
.border-l-canvas-3{
	border-left-color: var(--theme-border-light);

}
.border-r-canvas-3{
	border-right-color: var(--theme-border-light);

}
.border-t-canvas-3{
	border-top-color: var(--theme-border-light);

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

}
.bg-canvas{
	background-color: var(--theme-canvas);

}
.bg-canvas-2{
	background-color: var(--theme-canvas-2);

}
.bg-overlay{
	background-color: rgba(0,0,0,0.75);

}
.bg-text{
	background-color: var(--theme-text);

}
.stroke-accent-text{
	stroke: var(--theme-accent-text);

}
.object-contain{
	-o-object-fit: contain;
	   object-fit: contain;

}
.object-bottom{
	-o-object-position: bottom;
	   object-position: bottom;

}
.object-center{
	-o-object-position: center;
	   object-position: center;

}
.p-0{
	padding: 0px;

}
.p-2{
	padding: 0.5rem;

}
.p-gutter{
	padding: var(--gutter);

}
.p-ws{
	padding: var(--ws);

}
.p-ws-2{
	padding: -webkit-calc(2 * var(--ws));
	padding: -moz-calc(2 * var(--ws));
	padding: calc(2 * var(--ws));

}
.px-\[1em\]{
	padding-left: 1em;
	padding-right: 1em;

}
.px-gutter{
	padding-left: var(--gutter);
	padding-right: var(--gutter);

}
.px-ws{
	padding-left: var(--ws);
	padding-right: var(--ws);

}
.px-ws-2{
	padding-left: -webkit-calc(2 * var(--ws));
	padding-left: -moz-calc(2 * var(--ws));
	padding-left: calc(2 * var(--ws));
	padding-right: -webkit-calc(2 * var(--ws));
	padding-right: -moz-calc(2 * var(--ws));
	padding-right: calc(2 * var(--ws));

}
.py-gutter-2{
	padding-top: -webkit-calc(2 * var(--gutter));
	padding-top: -moz-calc(2 * var(--gutter));
	padding-top: calc(2 * var(--gutter));
	padding-bottom: -webkit-calc(2 * var(--gutter));
	padding-bottom: -moz-calc(2 * var(--gutter));
	padding-bottom: calc(2 * var(--gutter));

}
.py-gutter-3{
	padding-top: -webkit-calc(3 * var(--gutter));
	padding-top: -moz-calc(3 * var(--gutter));
	padding-top: calc(3 * var(--gutter));
	padding-bottom: -webkit-calc(3 * var(--gutter));
	padding-bottom: -moz-calc(3 * var(--gutter));
	padding-bottom: calc(3 * var(--gutter));

}
.py-ws{
	padding-top: var(--ws);
	padding-bottom: var(--ws);

}
.py-ws-2{
	padding-top: -webkit-calc(2 * var(--ws));
	padding-top: -moz-calc(2 * var(--ws));
	padding-top: calc(2 * var(--ws));
	padding-bottom: -webkit-calc(2 * var(--ws));
	padding-bottom: -moz-calc(2 * var(--ws));
	padding-bottom: calc(2 * var(--ws));

}
.py-ws-3{
	padding-top: -webkit-calc(3 * var(--ws));
	padding-top: -moz-calc(3 * var(--ws));
	padding-top: calc(3 * var(--ws));
	padding-bottom: -webkit-calc(3 * var(--ws));
	padding-bottom: -moz-calc(3 * var(--ws));
	padding-bottom: calc(3 * var(--ws));

}
.pb-\[0\.2em\]{
	padding-bottom: 0.2em;

}
.pb-\[0\.4em\]{
	padding-bottom: 0.4em;

}
.pb-\[4\.044rem\]{
	padding-bottom: 4.044rem;

}
.pb-\[4rem\]{
	padding-bottom: 4rem;

}
.pb-gutter-4{
	padding-bottom: -webkit-calc(4 * var(--gutter));
	padding-bottom: -moz-calc(4 * var(--gutter));
	padding-bottom: calc(4 * var(--gutter));

}
.pb-ws{
	padding-bottom: var(--ws);

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

}
.pt-\[\.5lh\]{
	padding-top: .5lh;

}
.pt-\[0\.25em\]{
	padding-top: 0.25em;

}
.pt-\[0\.5em\]{
	padding-top: 0.5em;

}
.pt-\[100\%\]{
	padding-top: 100%;

}
.pt-\[75\%\]{
	padding-top: 75%;

}
.pt-gutter-2{
	padding-top: -webkit-calc(2 * var(--gutter));
	padding-top: -moz-calc(2 * var(--gutter));
	padding-top: calc(2 * var(--gutter));

}
.pt-lh-1\/2{
	padding-top: 0.6rem;

}
.pt-ws{
	padding-top: var(--ws);

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

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

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

}
.text-2xl{
	font-size: 2rem;
	line-height: 1.067;

}
.text-3xl{
	font-size: 2.778rem;
	line-height: 1.067;

}
.text-base{
	font-size: 1rem;
	line-height: 1.2;

}
.text-lg{
	font-size: 1.333rem;
	line-height: 1.2;

}
.text-sm{
	font-size: 0.778rem;
	line-height: 1.3;

}
.text-xl{
	font-size: 1.667rem;
	line-height: 1.2;

}
.text-xs{
	font-size: 0.667rem;
	line-height: 1.3;

}
.font-bold{
	font-weight: 700;

}
.uppercase{
	text-transform: uppercase;

}
.lowercase{
	text-transform: lowercase;

}
.leading-2xl{
	line-height: 2.133rem;

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

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

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

}
.text-canvas-2{
	color: var(--theme-canvas-2);

}
.text-canvas-3{
	color: var(--theme-border-light);

}
.opacity-50{
	opacity: 0.5;

}
.shadow-md{
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	   -moz-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-text-2{
	--tw-shadow-color: var(--theme-text-2);
	--tw-shadow: var(--tw-shadow-colored);

}
.invert{
	--tw-invert: invert(100%);
	-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

}
.filter{
	-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	        filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);

}
.\@container{
	container-type: inline-size;

}
.visually-hidden {
		clip: rect(0 0 0 0); 
		-webkit-clip-path: inset(50%); 
		        clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap; 
		width: 1px;
	}
.arrow-r,
	.arrow-l {
		display: inline-block;
		height: 1.2ex;
		width: 1.94ex;
		overflow: hidden;
		text-indent: -9999px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.44'%3E%3Cpolygon points='7.42 0 6.94 .72 10.49 3.23 10.49 3.3 0 3.3 0 4.14 10.49 4.14 10.49 4.21 6.94 6.72 7.42 7.44 12 4.07 12 3.36 7.42 0'/%3E%3C/svg%3E") no-repeat 0 0 / 100% auto;
	}
.arrow-l {
		scale: -1 1;
	}
a.download::after,
	a[download]::after {
		display: inline-block;
		margin-left: 0.25em;
		content: "";
		height: 1.75ex;
		width: 1.25ex;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 14'%3E%3Cpath d='m0,14v-1.13h10v1.13H0Zm4.56-1.9L1,7.27l1.06-.7,2.33,3.29V0h1.24v9.86l2.33-3.29,1.06.7-3.55,4.83h-.9Z'/%3E%3C/svg%3E") no-repeat 0 0 / 100% auto;
	}
.compensate-leading {
		position: relative;
		top: 0.2em;
		line-height: 1;
	}
.bg-accent .marker,
	.bg-accent .letraset-marker > span > span {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-accent)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(5%, var(--theme-accent-2)), 
			color-stop(85%, var(--theme-accent-2)),
			color-stop(85%, var(--theme-accent)),
			to(var(--theme-accent))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
	}
.bg-logo {
		background-repeat: no-repeat;
		background-image: url('../images/the-showroom-logo.svg');
		-webkit-background-size: auto 50%;
		   -moz-background-size: auto 50%;
		     -o-background-size: auto 50%;
		        background-size: auto 50%;
		background-position: center;
	}
.archive-ui {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	        justify-content: flex-start;
	text-align: right;
	margin-top: -webkit-calc(-1 * var(--ws));
	margin-top: -moz-calc(-1 * var(--ws));
	margin-top: calc(-1 * var(--ws));
	margin-bottom: var(--gutter);

}
.archive-ui .select{
	margin: 0px;
	margin-right: 1rem;

}
.archive-button {
	height: 2em;
	padding-top: 0.25em;
	margin-left: auto;
}
.archive-button-list .archive-button-text-thumbnails,
.archive-button-thumbnails .archive-button-text-list {
	display: none;
}
.archive-icon {
	display: inline-block;
	vertical-align: baseline;
	width: 0.75em;
	height: auto;
}
.archive-updated {
	-webkit-animation: 0.5s ease-in 0s 1 forwards fadeInList;
	   -moz-animation: 0.5s ease-in 0s 1 forwards fadeInList;
	     -o-animation: 0.5s ease-in 0s 1 forwards fadeInList;
	        animation: 0.5s ease-in 0s 1 forwards fadeInList;
}
@-webkit-keyframes fadeInList {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes fadeInList {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-o-keyframes fadeInList {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeInList {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes fadeInThumbs {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes fadeInThumbs {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-o-keyframes fadeInThumbs {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeInThumbs {
	from { opacity: 0; }
	to { opacity: 1; }
}
.archive-loadmore {
	position: relative;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	padding-top: 100%;
	container-type: inline-size;
	background: var(--theme-accent);
}
.bg-accent .archive-loadmore {
	background-color: var(--theme-canvas);
}
.archive-loadmore:hover {
	background-color: var(--theme-accent-2);
}
.archive-loadmore-button {
	position: absolute;
	inset: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.3333rem;
	line-height: 1.2;
}
@container ( width >= 350px ) {
	.archive-loadmore-button {
		font-size: 1.6667rem;
	}
}
@container ( width >= 450px ) {
	.archive-loadmore-button {
		font-size: 2rem;
		line-height: 1.067;
	}
}
.archive-list {

	display: block;
	border-top: 1px solid var(--theme-border-light);

}
.archive-list figure {
		display: none;
	}
.archive-list .archive-row {
		display: grid;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		grid-template-areas:
			"date  date  date  date  date  date  date  date  type  type  type  type"
			"title title title title title title title title title title title title";
		padding: var(--ws) 0;
		margin: 0;
		border-bottom: 1px solid var(--theme-border-light);
	}
.archive-list .archive-date {
		grid-area: date;
		font-size: 0.667rem;
		line-height: 1.3;
	}
.archive-list .archive-type {
		grid-area: type;
		text-align: right;
		font-size: 0.667rem;
		line-height: 1.3;
	}
.archive-list .archive-title {
		grid-area: title;
		margin: 0;
		font-size: 0.667rem;
		line-height: 1.3;
	}
.archive-list .archive-loadmore {
		height: auto;
		padding: var(--ws) 0;
		margin-top: -1px;
		outline-color: var(--theme-border-light);
	}
.archive-list .archive-loadmore-button {
		position: static;
		display: block;
		font-size: 1rem;
		line-height: 1.2;
	}
.bg-accent .archive-list,
	.bg-accent .archive-row {
		border-color: var(--theme-accent-border-dark);
	}
.bg-accent .archive-loadmore {
		outline-color: var(--theme-accent-border-dark);
	}
@media (min-width: 768px) {
		.archive-list .archive-row {
			grid-template-areas:
				"date date date date title title title title title title type type";
		}

		.archive-list .archive-date {
			padding-top: 0.225em;
		}

		.archive-list .archive-title{
		font-size: 0.778rem;
		line-height: 1.3;

	}
.prose.archive-list .archive-title hr {
		margin: 0.5rem 0;
	}

		.archive-list .archive-type {
			padding-top: 0.225em;
		}

}
@media (min-width: 1280px) {

		.archive-list .archive-date{
		font-size: 0.778rem;
		line-height: 1.3;

	}
.prose.archive-list .archive-date hr {
		margin: 0.5rem 0;
	}

		.archive-list .archive-title{
		font-size: 1rem;
		line-height: 1.2;

	}

		.archive-list .archive-type{
		font-size: 0.778rem;
		line-height: 1.3;

	}
.prose.archive-list .archive-type hr {
		margin: 0.5rem 0;
	}

}
@media (min-width: 1536px) {
		.archive-list .archive-row {
			grid-template-areas:
				"date date date title title title title title title title title type";
		}

		.archive-list .archive-date {
			grid-column: 1 / span 3;
		}

		.archive-list .archive-title {
			grid-column: 4 / span 8;
			grid-row-start: 1;
		}

		.archive-list .archive-type {
			grid-column: 12 / 12;
		}

}
.newsletter-success,
[class*="newsletter-error"],
[data-newsletter="success"] .newsletter-intro,
[data-newsletter*="error"] .newsletter-intro,
[data-newsletter="success"] .newsletter-form-fields {
	display: none;
}
[data-newsletter="success"] .newsletter-success,
[data-newsletter="error-unsubscribed"] .newsletter-error-unsubscribed,
[data-newsletter="error-exists"] .newsletter-error-exists,
[data-newsletter="error-invalid"] .newsletter-error-invalid,
[data-newsletter="error-unknown"] .newsletter-error-unknown {
	display: block;
}
@media (min-width: 1280px) {

	.page-header {
		--header-height: -webkit-calc(3 * var(--ws) + var(--logo-height));
		--header-height: -moz-calc(3 * var(--ws) + var(--logo-height));
		--header-height: calc(3 * var(--ws) + var(--logo-height));
		padding: -webkit-calc(1.5 * var(--ws)) var(--gutter);
		padding: -moz-calc(1.5 * var(--ws)) var(--gutter);
		padding: calc(1.5 * var(--ws)) var(--gutter);

	}

		.page-header .header-menu-secondary {
			margin-top: -webkit-calc(2 * var(--ws));
			margin-top: -moz-calc(2 * var(--ws));
			margin-top: calc(2 * var(--ws))
		}

		.page-header .header-ui {
			margin-top: -webkit-calc(1.684 * var(--ws));
			margin-top: -moz-calc(1.684 * var(--ws));
			margin-top: calc(1.684 * var(--ws));
		}

}
.headroom--pinned.headroom--not-top {
	position: fixed;
	top: 0;
	-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
	     -o-transform: translateY(0%);
	        transform: translateY(0%);
}
.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
}
.plyr {
	--plyr-color-main: var(--theme-accent);
	--plyr-audio-controls-background: var(--theme-accent-text);
	--plyr-audio-control-color: var(--theme-canvas);
	--plyr-video-control-color: var(--theme-canvas);
	--plyr-audio-control-background-hover: var(--theme-accent-text);
	--plyr-video-control-background-hover: var(--theme-accent-text);
	--plyr-audio-control-color-hover: var(--theme-accent);
	--plyr-video-control-color-hover: var(--theme-accent);
}
.plyr--audio .plyr__controls{
	-webkit-border-radius: 9999px;
	   -moz-border-radius: 9999px;
	        border-radius: 9999px;
}
.prose * + h2,
	.prose * + h3 {
		margin-top: -webkit-calc(2 * var(--gutter));
		margin-top: -moz-calc(2 * var(--gutter));
		margin-top: calc(2 * var(--gutter));
	}
.prose h2 + h3,
	.prose * + h4,
	.prose * + figure,
	.prose * + table,
	.prose * + blockquote {
		margin-top: -webkit-calc(2 * var(--ws));
		margin-top: -moz-calc(2 * var(--ws));
		margin-top: calc(2 * var(--ws));
	}
.prose * + p,
	.prose * + ul.unstyled,
	.prose * + iframe  {
		margin-top: 1.1666em;
	}
.prose * + ul:not(.unstyled),
	.prose * + ol {
		margin-top: 0.5666em;
	}
.prose h5 + p {
		margin-top: 0;
	}
.prose h2{
	font-size: 2rem;
	line-height: 1.067;

}
.prose h3{
	font-size: 1.667rem;
	line-height: 1.2;

}
.prose h4, .prose h5 {
		font-weight: 700;
	}
.prose ul:not(.unstyled),
	.prose ol {
		display: table;
		border-spacing: 0 0.6em;
		border-collapse: separate;
		list-style-type: none;
	}
.prose ul:not(.unstyled) > li,
	.prose ol > li {
		position: relative;
		display: table-row;
	}
.prose ul:not(.unstyled) > li::before,
	.prose ol > li::before {
		display: table-cell;
		width: 1.25em;
	}
.prose ul:not(.unstyled) > li::before{
	position: absolute;
	left: -1em;
	display: inline-block;
	font-weight: 400;
		content: "•";

}
.prose ol {
		counter-reset: item;
	}
.prose ol > li {
		counter-increment: item;
	}
.prose ol > li::before {
		content: counters(item, ".") ". ";
	}
.prose li ol > li::before {
		content: counters(item, ".") " ";
	}
.prose a:not(.button, .unstyled, .icon-triangle) {
		text-decoration: underline;
		text-decoration-thickness: 1.5px;
		text-underline-offset: 2px;
	}
.prose a:not(.button, .unstyled, .icon-triangle):hover {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-canvas)), 
			color-stop(5%, var(--theme-canvas)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(85%, var(--theme-accent)),
			color-stop(85%, var(--theme-canvas)),
			to(var(--theme-canvas))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
	}
.prose .bg-accent  .prose a:not(.button, .unstyled, .icon-triangle):hover {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-accent)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(5%, var(--theme-accent-2)), 
			color-stop(85%, var(--theme-accent-2)),
			color-stop(85%, var(--theme-accent)),
			to(var(--theme-accent))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
	}
.prose audio, .prose video, .prose .plyr {
		margin: -webkit-calc(3 * var(--ws)) 0;
		margin: -moz-calc(3 * var(--ws)) 0;
		margin: calc(3 * var(--ws)) 0;
	}
.prose hr {
		margin: 0.6em 0 0.8em;
		border: 0;
		border-bottom: 0.1667rem solid var(--theme-accent);
	}
.prose hr + p,
	.prose hr + ul,
	.prose hr + ol,
	.prose hr + table {
		margin-top: 0;
	}
.prose.text-sm hr {
		margin: 0.5rem 0;
	}
.prose .button {
	margin: 1.2rem 0;
	background-color: var(--theme-accent);
}
html .snipcart, html .snipcart * {
    /* reset the Snipcart font-family */
    font-family: inherit !important;
}
.snipcart-cart-header svg {
    /* center the icons with OUR font family correctly */
    margin-top: -4px;
}
.snipcart-modal__container {
    max-width: 1600px;
    left: auto;
    right: 0;
    width: 95%;
    z-index: 999; /* listen to the global theme? */
}
@media (min-width: 768px) {
.snipcart-modal__container { width: 90%;
} }
@media (min-width: 1024px) {
.snipcart-modal__container { width: 80%;
} }
.snipcart-modal__container{

    background: white;
    -webkit-box-shadow: 0 -2px 40px rgba(0,0,0,.2);
       -moz-box-shadow: 0 -2px 40px rgba(0,0,0,.2);
            box-shadow: 0 -2px 40px rgba(0,0,0,.2);

}
/*
we must set snipcart buttons color manually and not through snipcart css variables,
because Tailwind reset has higher specificity than snipcart css definition
*/
.snipcart .snipcart-button-primary {
    background: var(--theme-accent, yellow);
    color: var(--theme-accent-text, black);
}
/* default */
:root {
	--theme-canvas: var(--white);
	--theme-canvas-2: var(--faint-grey);
	--theme-border-light: var(--light-grey);
	--theme-text: var(--black);
	--theme-text-2: var(--grey);
	--theme-accent: var(--yellow);
	--theme-accent-2: var(--faint-yellow);
	--theme-accent-3: var(--light-bistre);
	--theme-accent-border-light: var(--light-bistre);
	--theme-accent-border-dark: var(--bistre);
	--theme-accent-text: var(--black);
}
body {
	color: var(--theme-text);
	background: var(--theme-canvas);
}
[data-theme="light"] {
	--theme-accent: var(--faint-grey);
	--theme-accent-2: var(--faint-grey);
	--theme-accent-3: var(--grey);
	--theme-accent-border-light: var(--grey);
	--theme-accent-border-dark: var(--black);
	--theme-accent-text: var(--black);
}
[data-theme="dark"] {
	--theme-canvas: var(--black);
	--theme-canvas-2: var(--darker-grey);
	--theme-border-light: var(--dark-grey);
	--theme-accent: var(--black);
	--theme-accent-2: var(--darker-grey);
	--theme-accent-3: var(--black);
	--theme-accent-text: var(--white);
	--theme-accent-border-light: var(--dark-grey);
	--theme-accent-border-dark: var(--dark-grey);
	--theme-text: var(--white);
	--theme-text-2: var(--grey);
}
.stroke-text {
	stroke: var(--theme-text);
}
.fill-text {
	fill: var(--theme-text);
}
.stroke-accent-text {
	stroke: var(--theme-accent-text);
}
.fill-accent-text {
	fill: var(--theme-accent-text);
}
.bg-accent .button{
	--tw-shadow-color: var(--theme-accent-border-dark);
	--tw-shadow: var(--tw-shadow-colored);

}
.bg-accent .border-if-same {
	border: 1px solid var(--theme-accent-text);
}
.hover\:bg-accent:hover .bg-canvas .input-text {
			border-color: var(--theme-border-light);
		}
.hover\:bg-accent:hover .bg-canvas .input-text::-webkit-input-placeholder {
			color: var(--theme-text-2);
		}
.hover\:bg-accent:hover .bg-canvas .input-text:-moz-placeholder {
			color: var(--theme-text-2);
		}
.hover\:bg-accent:hover .bg-canvas .input-text::-moz-placeholder {
			color: var(--theme-text-2);
		}
.hover\:bg-accent:hover .bg-canvas .input-text:-ms-input-placeholder {
			color: var(--theme-text-2);
		}
.hover\:bg-accent:hover .bg-canvas .input-text::-ms-input-placeholder {
			color: var(--theme-text-2);
		}
.hover\:bg-accent:hover .bg-canvas .input-text::placeholder {
			color: var(--theme-text-2);
		}
.hover\:bg-accent:hover .bg-canvas .input-text:focus,.hover\:bg-accent:hover .bg-canvas .input-text:focus-visible {
			background: var(--theme-accent-2);
			border-color: var(--theme-text);
		}
.hover\:bg-accent:hover .input-text, .bg-canvas .hover\:bg-accent:hover .input-text {
			border-color: var(--theme-accent-border-dark);
		}
.hover\:bg-accent:hover .input-text::-webkit-input-placeholder, .bg-canvas .hover\:bg-accent:hover .input-text::-webkit-input-placeholder {
			color: var(--theme-accent-text-3);
		}
.hover\:bg-accent:hover .input-text:-moz-placeholder, .bg-canvas .hover\:bg-accent:hover .input-text:-moz-placeholder {
			color: var(--theme-accent-text-3);
		}
.hover\:bg-accent:hover .input-text::-moz-placeholder, .bg-canvas .hover\:bg-accent:hover .input-text::-moz-placeholder {
			color: var(--theme-accent-text-3);
		}
.hover\:bg-accent:hover .input-text:-ms-input-placeholder, .bg-canvas .hover\:bg-accent:hover .input-text:-ms-input-placeholder {
			color: var(--theme-accent-text-3);
		}
.hover\:bg-accent:hover .input-text::-ms-input-placeholder, .bg-canvas .hover\:bg-accent:hover .input-text::-ms-input-placeholder {
			color: var(--theme-accent-text-3);
		}
.hover\:bg-accent:hover .input-text::placeholder, .bg-canvas .hover\:bg-accent:hover .input-text::placeholder {
			color: var(--theme-accent-text-3);
		}
.hover\:bg-accent:hover .input-text:focus,.hover\:bg-accent:hover .input-text:focus-visible,
		.bg-canvas .hover\:bg-accent:hover .input-text:focus,
		.bg-canvas .hover\:bg-accent:hover .input-text:focus-visible {
			background: var(--theme-accent-2);
		}
.focus-visible\:bg-canvas:focus-visible .input-text, .bg-accent .focus-visible\:bg-canvas:focus-visible .input-text {
			border-color: var(--theme-border-light);
		}
.focus-visible\:bg-canvas:focus-visible .input-text::-webkit-input-placeholder, .bg-accent .focus-visible\:bg-canvas:focus-visible .input-text::-webkit-input-placeholder {
			color: var(--theme-text-2);
		}
.focus-visible\:bg-canvas:focus-visible .input-text:-moz-placeholder, .bg-accent .focus-visible\:bg-canvas:focus-visible .input-text:-moz-placeholder {
			color: var(--theme-text-2);
		}
.focus-visible\:bg-canvas:focus-visible .input-text::-moz-placeholder, .bg-accent .focus-visible\:bg-canvas:focus-visible .input-text::-moz-placeholder {
			color: var(--theme-text-2);
		}
.focus-visible\:bg-canvas:focus-visible .input-text:-ms-input-placeholder, .bg-accent .focus-visible\:bg-canvas:focus-visible .input-text:-ms-input-placeholder {
			color: var(--theme-text-2);
		}
.focus-visible\:bg-canvas:focus-visible .input-text::-ms-input-placeholder, .bg-accent .focus-visible\:bg-canvas:focus-visible .input-text::-ms-input-placeholder {
			color: var(--theme-text-2);
		}
.focus-visible\:bg-canvas:focus-visible .input-text::placeholder, .bg-accent .focus-visible\:bg-canvas:focus-visible .input-text::placeholder {
			color: var(--theme-text-2);
		}
.focus-visible\:bg-canvas:focus-visible .input-text:focus,.focus-visible\:bg-canvas:focus-visible .input-text:focus-visible,
		.bg-accent .focus-visible\:bg-canvas:focus-visible .input-text:focus,
		.bg-accent .focus-visible\:bg-canvas:focus-visible .input-text:focus-visible {
			background: var(--theme-accent-2);
			border-color: var(--theme-text);
		}
.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text {
			border-color: var(--theme-accent-border-dark);
		}
.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text::-webkit-input-placeholder {
			color: var(--theme-accent-text-3);
		}
.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text:-moz-placeholder {
			color: var(--theme-accent-text-3);
		}
.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text::-moz-placeholder {
			color: var(--theme-accent-text-3);
		}
.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text:-ms-input-placeholder {
			color: var(--theme-accent-text-3);
		}
.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text::-ms-input-placeholder {
			color: var(--theme-accent-text-3);
		}
.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text::placeholder {
			color: var(--theme-accent-text-3);
		}
.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text:focus,.focus-visible\:bg-canvas:focus-visible .bg-accent .input-text:focus-visible {
			background: var(--theme-accent-2);
		}
.hover\:bg-accent:hover .newsletter-facade-button:hover {
			background: -webkit-gradient(
				linear, 
				left top, left bottom, 
				from(var(--theme-accent)), 
				color-stop(5%, var(--theme-accent)), 
				color-stop(5%, var(--theme-accent-2)), 
				color-stop(85%, var(--theme-accent-2)),
				color-stop(85%, var(--theme-accent)),
				to(var(--theme-accent))
			);
			background: -webkit-linear-gradient(
				top, 
				var(--theme-accent), 
				var(--theme-accent) 5%, 
				var(--theme-accent-2) 5%, 
				var(--theme-accent-2) 85%,
				var(--theme-accent) 85%,
				var(--theme-accent) 100%
			);
			background: -moz-linear-gradient(
				top, 
				var(--theme-accent), 
				var(--theme-accent) 5%, 
				var(--theme-accent-2) 5%, 
				var(--theme-accent-2) 85%,
				var(--theme-accent) 85%,
				var(--theme-accent) 100%
			);
			background: -o-linear-gradient(
				top, 
				var(--theme-accent), 
				var(--theme-accent) 5%, 
				var(--theme-accent-2) 5%, 
				var(--theme-accent-2) 85%,
				var(--theme-accent) 85%,
				var(--theme-accent) 100%
			);
			background: linear-gradient(
				to bottom, 
				var(--theme-accent), 
				var(--theme-accent) 5%, 
				var(--theme-accent-2) 5%, 
				var(--theme-accent-2) 85%,
				var(--theme-accent) 85%,
				var(--theme-accent) 100%
			);
		}
.empty\:hidden:empty{
	display: none;

}
.hover\:bg-accent:hover{
	background-color: var(--theme-accent);

}
.hover\:bg-accent-2:hover{
	background-color: var(--theme-accent-2);

}
.hover\:text-text:hover{
	color: var(--theme-text);

}
.hover\:marker:hover {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-canvas)), 
			color-stop(5%, var(--theme-canvas)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(85%, var(--theme-accent)),
			color-stop(85%, var(--theme-canvas)),
			to(var(--theme-canvas))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
	}
.hover\:letraset-marker:hover > span > span {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-canvas)), 
			color-stop(5%, var(--theme-canvas)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(85%, var(--theme-accent)),
			color-stop(85%, var(--theme-canvas)),
			to(var(--theme-canvas))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
	}
.hover\:bg-accent:hover .marker,.hover\:bg-accent:hover .letraset-marker > span > span {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-accent)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(5%, var(--theme-accent-2)), 
			color-stop(85%, var(--theme-accent-2)),
			color-stop(85%, var(--theme-accent)),
			to(var(--theme-accent))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
	}
.bg-accent .hover\:marker:hover {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-accent)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(5%, var(--theme-accent-2)), 
			color-stop(85%, var(--theme-accent-2)),
			color-stop(85%, var(--theme-accent)),
			to(var(--theme-accent))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
	}
.hover\:bg-accent:hover .marker,.hover\:bg-accent:hover .letraset-marker > span > span {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-accent)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(5%, var(--theme-accent-2)), 
			color-stop(85%, var(--theme-accent-2)),
			color-stop(85%, var(--theme-accent)),
			to(var(--theme-accent))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
	}

	.bg-accent .hover\:letraset-marker:hover > span > span {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-accent)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(5%, var(--theme-accent-2)), 
			color-stop(85%, var(--theme-accent-2)),
			color-stop(85%, var(--theme-accent)),
			to(var(--theme-accent))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
	}
.focus-visible\:bg-canvas:focus-visible{
	background-color: var(--theme-canvas);

}
.focus-visible\:outline-none:focus-visible{
	outline: 2px solid transparent;
	outline-offset: 2px;

}
.disabled\:cursor-default:disabled{
	cursor: default;

}
.disabled\:opacity-25:disabled{
	opacity: 0.25;

}
.group:hover .group-hover\:marker {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-canvas)), 
			color-stop(5%, var(--theme-canvas)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(85%, var(--theme-accent)),
			color-stop(85%, var(--theme-canvas)),
			to(var(--theme-canvas))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
	}
.group:hover .group-hover\:letraset-marker > span > span {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-canvas)), 
			color-stop(5%, var(--theme-canvas)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(85%, var(--theme-accent)),
			color-stop(85%, var(--theme-canvas)),
			to(var(--theme-canvas))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-canvas), 
			var(--theme-canvas) 5%, 
			var(--theme-accent) 5%, 
			var(--theme-accent) 85%,
			var(--theme-canvas) 85%,
			var(--theme-canvas) 100%
		);
	}
.bg-accent .group:hover .group-hover\:marker {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-accent)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(5%, var(--theme-accent-2)), 
			color-stop(85%, var(--theme-accent-2)),
			color-stop(85%, var(--theme-accent)),
			to(var(--theme-accent))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
	}

	.bg-accent .group:hover .group-hover\:letraset-marker > span > span {
		background: -webkit-gradient(
			linear, 
			left top, left bottom, 
			from(var(--theme-accent)), 
			color-stop(5%, var(--theme-accent)), 
			color-stop(5%, var(--theme-accent-2)), 
			color-stop(85%, var(--theme-accent-2)),
			color-stop(85%, var(--theme-accent)),
			to(var(--theme-accent))
		);
		background: -webkit-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -moz-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: -o-linear-gradient(
			top, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
		background: linear-gradient(
			to bottom, 
			var(--theme-accent), 
			var(--theme-accent) 5%, 
			var(--theme-accent-2) 5%, 
			var(--theme-accent-2) 85%,
			var(--theme-accent) 85%,
			var(--theme-accent) 100%
		);
	}
@container (min-width: 350px){

	.\@w350\:text-base{
		font-size: 1rem;
		line-height: 1.2;

	}

	.\@w350\:text-lg{
		font-size: 1.333rem;
		line-height: 1.2;

	}

	.\@w350\:text-xl{
		font-size: 1.667rem;
		line-height: 1.2;

	}

}
@container (min-width: 450px){

	.\@w450\:text-2xl{
		font-size: 2rem;
		line-height: 1.067;

	}

}
@media (min-width: 768px){

	.md\:-top-10{
		top: -2.5rem;

	}

	.md\:col-span-12{
		grid-column: span 12 / span 12;

	}

	.md\:col-span-4{
		grid-column: span 4 / span 4;

	}

	.md\:col-span-6{
		grid-column: span 6 / span 6;

	}

	.md\:col-span-8{
		grid-column: span 8 / span 8;

	}

	.md\:col-start-2{
		grid-column-start: 2;

	}

	.md\:col-start-4{
		grid-column-start: 4;

	}

	.md\:col-start-9{
		grid-column-start: 9;

	}

	.md\:col-end-5{
		grid-column-end: 5;

	}

	.md\:col-end-6{
		grid-column-end: 6;

	}

	.md\:my-gutter-3{
		margin-top: -webkit-calc(3 * var(--gutter));
		margin-top: -moz-calc(3 * var(--gutter));
		margin-top: calc(3 * var(--gutter));
		margin-bottom: -webkit-calc(3 * var(--gutter));
		margin-bottom: -moz-calc(3 * var(--gutter));
		margin-bottom: calc(3 * var(--gutter));

	}

	.md\:mr-0{
		margin-right: 0px;

	}

	.md\:mt-gutter-3{
		margin-top: -webkit-calc(3 * var(--gutter));
		margin-top: -moz-calc(3 * var(--gutter));
		margin-top: calc(3 * var(--gutter));

	}

	.md\:block{
		display: block;

	}

	.md\:grid{
		display: grid;

	}

	.md\:h-20{
		height: 5rem;

	}

	.md\:w-20{
		width: 5rem;

	}

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

	}

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

	}

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

	}

	.md\:flex-row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		        flex-direction: row;

	}

	.md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
		--tw-space-x-reverse: 0;
		margin-right: -webkit-calc(1rem * var(--tw-space-x-reverse));
		margin-right: -moz-calc(1rem * var(--tw-space-x-reverse));
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: -webkit-calc(1rem * -webkit-calc(1 - var(--tw-space-x-reverse)));
		margin-left: -moz-calc(1rem * -moz-calc(1 - var(--tw-space-x-reverse)));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));

	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
		--tw-space-y-reverse: 0;
		margin-top: -webkit-calc(0px * -webkit-calc(1 - var(--tw-space-y-reverse)));
		margin-top: -moz-calc(0px * -moz-calc(1 - var(--tw-space-y-reverse)));
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: -webkit-calc(0px * var(--tw-space-y-reverse));
		margin-bottom: -moz-calc(0px * var(--tw-space-y-reverse));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));

	}

	.md\:border-t-0{
		border-top-width: 0px;

	}

	.md\:p-4{
		padding: 1rem;

	}

	.md\:py-gutter-3{
		padding-top: -webkit-calc(3 * var(--gutter));
		padding-top: -moz-calc(3 * var(--gutter));
		padding-top: calc(3 * var(--gutter));
		padding-bottom: -webkit-calc(3 * var(--gutter));
		padding-bottom: -moz-calc(3 * var(--gutter));
		padding-bottom: calc(3 * var(--gutter));

	}

	.md\:pt-gutter{
		padding-top: var(--gutter);

	}

}
@media (min-width: 1024px){

	.lg\:-top-12{
		top: -3rem;

	}

	.lg\:col-span-10{
		grid-column: span 10 / span 10;

	}

	.lg\:col-span-12{
		grid-column: span 12 / span 12;

	}

	.lg\:col-span-2{
		grid-column: span 2 / span 2;

	}

	.lg\:col-span-3{
		grid-column: span 3 / span 3;

	}

	.lg\:col-span-4{
		grid-column: span 4 / span 4;

	}

	.lg\:col-span-5{
		grid-column: span 5 / span 5;

	}

	.lg\:col-span-6{
		grid-column: span 6 / span 6;

	}

	.lg\:col-span-7{
		grid-column: span 7 / span 7;

	}

	.lg\:col-span-8{
		grid-column: span 8 / span 8;

	}

	.lg\:col-start-10{
		grid-column-start: 10;

	}

	.lg\:col-start-2{
		grid-column-start: 2;

	}

	.lg\:col-start-3{
		grid-column-start: 3;

	}

	.lg\:col-start-4{
		grid-column-start: 4;

	}

	.lg\:col-start-5{
		grid-column-start: 5;

	}

	.lg\:col-start-7{
		grid-column-start: 7;

	}

	.lg\:col-start-8{
		grid-column-start: 8;

	}

	.lg\:col-start-9{
		grid-column-start: 9;

	}

	.lg\:col-end-12{
		grid-column-end: 12;

	}

	.lg\:col-end-4{
		grid-column-end: 4;

	}

	.lg\:col-end-6{
		grid-column-end: 6;

	}

	.lg\:col-end-7{
		grid-column-end: 7;

	}

	.lg\:row-start-1{
		grid-row-start: 1;

	}

	.lg\:block{
		display: block;

	}

	.lg\:h-12{
		height: 3rem;

	}

	.lg\:h-24{
		height: 6rem;

	}

	.lg\:h-6{
		height: 1.5rem;

	}

	.lg\:w-24{
		width: 6rem;

	}

	.lg\:w-6{
		width: 1.5rem;

	}

	.lg\:columns-2{
		-webkit-columns: 2;
		   -moz-columns: 2;
		        columns: 2;

	}

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

	}

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

	}

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

	}

	.lg\:justify-end{
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		   -moz-box-pack: end;
		        justify-content: flex-end;

	}

	.lg\:gap-gutter-2{
		gap: -webkit-calc(2 * var(--gutter));
		gap: -moz-calc(2 * var(--gutter));
		gap: calc(2 * var(--gutter));

	}

	.lg\:text-3xl{
		font-size: 2.778rem;
		line-height: 1.067;

	}

	.lg\:text-base{
		font-size: 1rem;
		line-height: 1.2;

	}

	.lg\:text-lg{
		font-size: 1.333rem;
		line-height: 1.2;

	}

	.lg\:text-sm{
		font-size: 0.778rem;
		line-height: 1.3;

	}

}
@media (min-width: 1280px){

	.xl\:-top-14{
		top: -3.5rem;

	}

	.xl\:col-span-10{
		grid-column: span 10 / span 10;

	}

	.xl\:col-span-2{
		grid-column: span 2 / span 2;

	}

	.xl\:col-span-4{
		grid-column: span 4 / span 4;

	}

	.xl\:col-span-5{
		grid-column: span 5 / span 5;

	}

	.xl\:col-span-6{
		grid-column: span 6 / span 6;

	}

	.xl\:col-start-11{
		grid-column-start: 11;

	}

	.xl\:col-start-2{
		grid-column-start: 2;

	}

	.xl\:col-start-8{
		grid-column-start: 8;

	}

	.xl\:col-end-3{
		grid-column-end: 3;

	}

	.xl\:h-28{
		height: 7rem;

	}

	.xl\:w-28{
		width: 7rem;

	}

	.xl\:columns-3{
		-webkit-columns: 3;
		   -moz-columns: 3;
		        columns: 3;

	}

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

	}

	.xl\:p-6{
		padding: 1.5rem;

	}

	.xl\:pt-ws-2{
		padding-top: -webkit-calc(2 * var(--ws));
		padding-top: -moz-calc(2 * var(--ws));
		padding-top: calc(2 * var(--ws));

	}

	.xl\:text-lg{
		font-size: 1.333rem;
		line-height: 1.2;

	}

}
@media (min-width: 1536px){

	.\32xl\:mb-lh{
		margin-bottom: 1.2rem;

	}

	.\32xl\:mb-ws-3{
		margin-bottom: -webkit-calc(3 * var(--ws));
		margin-bottom: -moz-calc(3 * var(--ws));
		margin-bottom: calc(3 * var(--ws));

	}

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

	}

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

	}

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

	}

	.\32xl\:text-base{
		font-size: 1rem;
		line-height: 1.2;

	}

}

/*# sourceMappingURL=../maps/main.css.map */
