/** Shopify CDN: Minification failed

Line 4070:48 Unexpected "-caret"

**/
/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

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

/*
Text-level semantics
====================
*/

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

abbr[title] {
	text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}

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

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

input::placeholder,textarea::placeholder {
	color: #71717a;
	opacity: 1;
}

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

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

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

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	color-adjust: unset;
}

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

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

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

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

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

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

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

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

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

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

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

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
.container {
	width: 100%;
}
@media (min-width: 375px) {

	.container {
		max-width: 375px;
	}
}
@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;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-1 {
	--tw-aspect-w: 1;
}
.aspect-w-3 {
	--tw-aspect-w: 3;
}
.aspect-w-4 {
	--tw-aspect-w: 4;
}
.aspect-w-8 {
	--tw-aspect-w: 8;
}
.aspect-h-1 {
	--tw-aspect-h: 1;
}
.aspect-h-2 {
	--tw-aspect-h: 2;
}
.aspect-h-4 {
	--tw-aspect-h: 4;
}
.aspect-h-5 {
	--tw-aspect-h: 5;
}
.aspect-h-12 {
	--tw-aspect-h: 12;
}
.prose {
	color: #3f3f46;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #52525b;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #18181b;
	text-decoration: underline;
	font-weight: 500;
}
.prose strong {
	color: #18181b;
	font-weight: 600;
}
.prose ol[type="A"] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a"] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="A" s] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a" s] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="I"] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i"] {
	--list-counter-style: lower-roman;
}
.prose ol[type="I" s] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i" s] {
	--list-counter-style: lower-roman;
}
.prose ol[type="1"] {
	--list-counter-style: decimal;
}
.prose ol > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ol > li::before {
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #71717a;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d4d4d8;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #e4e4e7;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #18181b;
	border-left-width: 0.25rem;
	border-left-color: #e4e4e7;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
	content: open-quote;
}
.prose blockquote p:last-of-type::after {
	content: close-quote;
}
.prose h1 {
	color: #18181b;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #18181b;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #18181b;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #18181b;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption {
	color: #71717a;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #18181b;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #18181b;
}
.prose pre {
	color: #e4e4e7;
	background-color: #27272a;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: none;
}
.prose pre code::after {
	content: none;
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	color: #18181b;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d4d4d8;
}
.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e4e4e7;
}
.prose tbody tr:last-child {
	border-bottom-width: 0;
}
.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose {
	font-size: 1rem;
	line-height: 1.75;
}
.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.prose-sm {
	font-size: 0.875rem;
	line-height: 1.7142857;
}
.prose-sm p {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm [class~="lead"] {
	font-size: 1.2857143em;
	line-height: 1.5555556;
	margin-top: 0.8888889em;
	margin-bottom: 0.8888889em;
}
.prose-sm blockquote {
	margin-top: 1.3333333em;
	margin-bottom: 1.3333333em;
	padding-left: 1.1111111em;
}
.prose-sm h1 {
	font-size: 2.1428571em;
	margin-top: 0;
	margin-bottom: 0.8em;
	line-height: 1.2;
}
.prose-sm h2 {
	font-size: 1.4285714em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	line-height: 1.4;
}
.prose-sm h3 {
	font-size: 1.2857143em;
	margin-top: 1.5555556em;
	margin-bottom: 0.4444444em;
	line-height: 1.5555556;
}
.prose-sm h4 {
	margin-top: 1.4285714em;
	margin-bottom: 0.5714286em;
	line-height: 1.4285714;
}
.prose-sm img {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm video {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm figure {
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
}
.prose-sm figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose-sm figure figcaption {
	font-size: 0.8571429em;
	line-height: 1.3333333;
	margin-top: 0.6666667em;
}
.prose-sm code {
	font-size: 0.8571429em;
}
.prose-sm h2 code {
	font-size: 0.9em;
}
.prose-sm h3 code {
	font-size: 0.8888889em;
}
.prose-sm pre {
	font-size: 0.8571429em;
	line-height: 1.6666667;
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	border-radius: 0.25rem;
	padding-top: 0.6666667em;
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm ol {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm ul {
	margin-top: 1.1428571em;
	margin-bottom: 1.1428571em;
}
.prose-sm li {
	margin-top: 0.2857143em;
	margin-bottom: 0.2857143em;
}
.prose-sm ol > li {
	padding-left: 1.5714286em;
}
.prose-sm ol > li::before {
	left: 0;
}
.prose-sm ul > li {
	padding-left: 1.5714286em;
}
.prose-sm ul > li::before {
	height: 0.3571429em;
	width: 0.3571429em;
	top: calc(0.8571429em - 0.1785714em);
	left: 0.2142857em;
}
.prose-sm > ul > li p {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}
.prose-sm > ul > li > *:first-child {
	margin-top: 1.1428571em;
}
.prose-sm > ul > li > *:last-child {
	margin-bottom: 1.1428571em;
}
.prose-sm > ol > li > *:first-child {
	margin-top: 1.1428571em;
}
.prose-sm > ol > li > *:last-child {
	margin-bottom: 1.1428571em;
}
.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
	margin-top: 0.5714286em;
	margin-bottom: 0.5714286em;
}
.prose-sm hr {
	margin-top: 2.8571429em;
	margin-bottom: 2.8571429em;
}
.prose-sm hr + * {
	margin-top: 0;
}
.prose-sm h2 + * {
	margin-top: 0;
}
.prose-sm h3 + * {
	margin-top: 0;
}
.prose-sm h4 + * {
	margin-top: 0;
}
.prose-sm table {
	font-size: 0.8571429em;
	line-height: 1.5;
}
.prose-sm thead th {
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm thead th:first-child {
	padding-left: 0;
}
.prose-sm thead th:last-child {
	padding-right: 0;
}
.prose-sm tbody td {
	padding-top: 0.6666667em;
	padding-right: 1em;
	padding-bottom: 0.6666667em;
	padding-left: 1em;
}
.prose-sm tbody td:first-child {
	padding-left: 0;
}
.prose-sm tbody td:last-child {
	padding-right: 0;
}
.prose-sm > :first-child {
	margin-top: 0;
}
.prose-sm > :last-child {
	margin-bottom: 0;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.pointer-events-none {
	pointer-events: none;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.-bottom-8 {
	bottom: -2rem;
}
.z-20 {
	z-index: 20;
}
.z-10 {
	z-index: 10;
}
.z-40 {
	z-index: 40;
}
.z-50 {
	z-index: 50;
}
.float-left {
	float: left;
}
.clear-both {
	clear: both;
}
.-m-2 {
	margin: -0.5rem;
}
.-m-1 {
	margin: -0.25rem;
}
.m-1 {
	margin: 0.25rem;
}
.-m-0\.5 {
	margin: -0.125rem;
}
.-m-0 {
	margin: 0px;
}
.m-2 {
	margin: 0.5rem;
}
.m-3 {
	margin: 0.75rem;
}
.m-4 {
	margin: 1rem;
}
.m-5 {
	margin: 1.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-my-4 {
	margin-top: -1rem;
	margin-bottom: -1rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.-my-3 {
	margin-top: -0.75rem;
	margin-bottom: -0.75rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-0\.5 {
	margin-left: 0.125rem;
	margin-right: 0.125rem;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.my-5 {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.my-2\.5 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.ml-4 {
	margin-left: 1rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.ml-1\.5 {
	margin-left: 0.375rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.-ml-2 {
	margin-left: -0.5rem;
}
.mt-0\.5 {
	margin-top: 0.125rem;
}
.mt-0 {
	margin-top: 0px;
}
.mr-4 {
	margin-right: 1rem;
}
.\!mt-0 {
	margin-top: 0px !important;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.box-border {
	box-sizing: border-box;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.flow-root {
	display: flow-root;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.\!hidden {
	display: none !important;
}
.h-full {
	height: 100%;
}
.h-32 {
	height: 8rem;
}
.h-96 {
	height: 24rem;
}
.h-4 {
	height: 1rem;
}
.h-6 {
	height: 1.5rem;
}
.h-24 {
	height: 6rem;
}
.h-5 {
	height: 1.25rem;
}
.h-2 {
	height: 0.5rem;
}
.h-16 {
	height: 4rem;
}
.h-10 {
	height: 2.5rem;
}
.h-auto {
	height: auto;
}
.h-12 {
	height: 3rem;
}
.h-8 {
	height: 2rem;
}
.h-screen {
	height: 100vh;
}
.\!h-4 {
	height: 1rem !important;
}
.w-full {
	width: 100%;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-4 {
	width: 1rem;
}
.w-1\/6 {
	width: 16.666667%;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-1\/2 {
	width: 50%;
}
.w-1\/4 {
	width: 25%;
}
.w-3\/4 {
	width: 75%;
}
.w-5\/6 {
	width: 83.333333%;
}
.w-1\/5 {
	width: 20%;
}
.w-2\/5 {
	width: 40%;
}
.w-3\/5 {
	width: 60%;
}
.w-4\/5 {
	width: 80%;
}
.w-6 {
	width: 1.5rem;
}
.w-max {
	width: max-content;
}
.w-24 {
	width: 6rem;
}
.w-5 {
	width: 1.25rem;
}
.w-40 {
	width: 10rem;
}
.w-px {
	width: 1px;
}
.w-2 {
	width: 0.5rem;
}
.w-16 {
	width: 4rem;
}
.w-12 {
	width: 3rem;
}
.w-8 {
	width: 2rem;
}
.w-screen {
	width: 100vw;
}
.\!w-4 {
	width: 1rem !important;
}
.w-11\/12 {
	width: 91.666667%;
}
.min-w-0 {
	min-width: 0px;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-none {
	max-width: none;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-site {
	max-width: var(--site-width);
}
.max-w-screen-xl {
	max-width: 1280px;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-full {
	max-width: 100%;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-initial {
	flex: 0 1 auto;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.border-collapse {
	border-collapse: collapse;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-top-right {
	transform-origin: top right;
}
.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.select-none {
	user-select: none;
}
.resize {
	resize: both;
}
.list-disc {
	list-style-type: disc;
}
.appearance-none {
	appearance: none;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.content-center {
	align-content: center;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-y-6 {
	row-gap: 1.5rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-x-8 {
	column-gap: 2rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.gap-x-6 {
	column-gap: 1.5rem;
}
.gap-y-3 {
	row-gap: 0.75rem;
}
.gap-x-3 {
	column-gap: 0.75rem;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(113, 113, 122, var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-words {
	overflow-wrap: break-word;
}
.break-all {
	word-break: break-all;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.border {
	border-width: 1px;
}
.border-0 {
	border-width: 0px;
}
.border-2 {
	border-width: 2px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-none {
	border-style: none;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-secondary {
	border-color: var(--c-secondary);
}
.border-opacity-10 {
	--tw-border-opacity: 0.1;
}
.bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-secondary {
	background-color: var(--c-secondary);
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}
.bg-\[\#FCFAF6\] {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 250, 246, var(--tw-bg-opacity));
}
.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-blue-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.bg-indigo-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
	--tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
	--tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
	--tw-bg-opacity: 0.9;
}
.bg-opacity-100 {
	--tw-bg-opacity: 1;
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-none {
	background-image: none;
}
.object-contain {
	object-fit: contain;
}
.object-cover {
	object-fit: cover;
}
.object-center {
	object-position: center;
}
.object-left {
	object-position: left;
}
.p-2 {
	padding: 0.5rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-14 {
	padding: 3.5rem;
}
.p-0 {
	padding: 0px;
}
.p-4 {
	padding: 1rem;
}
.p-8 {
	padding: 2rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-12 {
	padding: 3rem;
}
.p-16 {
	padding: 4rem;
}
.p-20 {
	padding: 5rem;
}
.p-24 {
	padding: 6rem;
}
.p-32 {
	padding: 8rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-0\.5 {
	padding: 0.125rem;
}
.p-2\.5 {
	padding: 0.625rem;
}
.p-5 {
	padding: 1.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.py-3\.5 {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.px-1\.5 {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-24 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-0\.5 {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.pr-16 {
	padding-right: 4rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pr-9 {
	padding-right: 2.25rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-semibold {
	font-weight: 600;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.italic {
	font-style: italic;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
	--tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
	--tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
	--tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
	font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums {
	--tw-numeric-spacing: tabular-nums;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-10 {
	line-height: 2.5rem;
}
.leading-normal {
	line-height: 1.5;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-loose {
	line-height: 2;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.text-secondary {
	color: var(--c-secondary);
}
.text-primary {
	color: var(--c-primary);
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(34, 197, 94, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-blue-200 {
	--tw-text-opacity: 1;
	color: rgba(191, 219, 254, var(--tw-text-opacity));
}
.text-type {
	color: var(--c-headline-primary);
}
.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.text-indigo-400 {
	--tw-text-opacity: 1;
	color: rgba(129, 140, 248, var(--tw-text-opacity));
}
.text-indigo-500 {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(250, 204, 21, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(228, 228, 231, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-500::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-placeholder-opacity));
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-40 {
	opacity: 0.4;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-25 {
	opacity: 0.25;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-gray-900 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity));
}
.ring-indigo-500 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.ring-transparent {
	--tw-ring-color: transparent;
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.ring-offset-1 {
	--tw-ring-offset-width: 1px;
}
.ring-offset-2 {
	--tw-ring-offset-width: 2px;
}
.blur {
	--tw-blur: blur(8px);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.duration-75 {
	transition-duration: 75ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@keyframes bounce-in {
  0% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounce-In {
  animation-duration: 0.75s;
  animation-name: bounce-In;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
  }
.animated.delay-1s {
    animation-delay: 1s;
  }
.animated.delay-2s {
    animation-delay: 2s;
  }
.animated.delay-3s {
    animation-delay: 3s;
  }
.animated.delay-4s {
    animation-delay: 4s;
  }
.animated.delay-5s {
    animation-delay: 5s;
  }
.animated.fast {
    animation-duration: 0.8s;
  }
.animated.faster {
    animation-duration: 0.5s;
  }
.animated.slow {
    animation-duration: 2s;
  }
.animated.slower {
    animation-duration: 3s;
  }
@media (min-width: 640px) {
  .sm-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

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

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

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

  .sm-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
}
@media (min-width: 1024px) {
  .lg-grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

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

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

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

  .lg-grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	}
}
body {
	overflow-x: hidden;
	font-family: var(--font-family-secondary);
	color: var(--c-headline-primary);
}
body > main {
  margin: 0 auto;
  width: 100%;
}
h1, h2, h3, h4, h5, h6, .title {
	font-family: var(--font-family-primary);
	font-weight: 800;
}
.shopify-section > div {
	margin-left: auto;
	margin-right: auto;
}
.ajaxcart__cross-sell__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  overflow-y: scroll;
}
.ajaxcart__cross-sell__block {
  flex-grow: 1;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.ajaxcart__cross-sell__container::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 450px) {
.ajaxcart__content {
		margin-left: auto;
	}
.ajaxcart__content {
    width: 450px
}
  }
.ajaxcart__inner-content {
	margin-left: auto;
	display: flex;
	max-width: 28rem;
	flex-direction: column;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	color: var(--c-headline-primary);
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transform: translateX(100%);
  transition: transform 0.1s ease-out;
}
.ajaxcart__inner-content .cart__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 640px) {

	.ajaxcart__inner-content .cart__header {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.ajaxcart__inner-content .cart__title {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.ajaxcart__inner-content .cart__form {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
    height: calc(100% - 85px);
}
.ajaxcart__inner-content .cart__form-items {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 640px) {

	.ajaxcart__inner-content .cart__form-items {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.ajaxcart__inner-content .cart__item-list {
	margin-top: -1.5rem;
	margin-bottom: -1.5rem;
}
.ajaxcart__inner-content .cart__item {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
	padding: 0.75rem;
}
.ajaxcart__inner-content .cart__item-image {
	height: 6rem;
	width: 6rem;
	flex-shrink: 0;
	overflow: hidden;
}
.ajaxcart__inner-content .cart__item-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.ajaxcart__inner-content .cart__item-details {
	margin-left: 1rem;
	display: flex;
	flex: 1 1 0%;
	flex-direction: column;
}
.ajaxcart__inner-content .cart__item-title-wrapper {
	margin-left: 0px;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	color: var(--c-headline-primary);
      width: calc(100% - 25px);
}
.ajaxcart__inner-content .cart__item-price {
	color: var(--c-headline-primary);
}
.ajaxcart__inner-content .cart__item-properties {
	margin-top: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: var(--c-paragraph-primary);
}
.ajaxcart__inner-content .cart__item-actions {
	display: flex;
	flex: 1 1 0%;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.ajaxcart__inner-content .cart__item-qty {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.ajaxcart__inner-content .cart__item-remove {
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
}
.ajaxcart__inner-content .cart__item-remove__button {
	margin: -0.5rem;
	display: inline-flex;
	padding: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.ajaxcart__inner-content .cart__item-remove__button:hover {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.ajaxcart__inner-content .product-option {
    display: block;
  }
.ajaxcart__inner-content .quantity {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.ajaxcart__inner-content .quantity select {
	max-width: 100%;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ajaxcart__inner-content .quantity select:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
@media (min-width: 640px) {

	.ajaxcart__inner-content .quantity select {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.ajaxcart__inner-content .price-item {
	color: var(--c-headline-primary);
}
.ajaxcart__close {
	position: fixed;
	right: 1rem;
	top: 1rem;
	margin: -0.5rem;
	padding: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.ajaxcart__close:hover {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.ajaxcart__close {
  z-index: 1001;
}
/* Closed */
.ajaxcart {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.1s ease-out, transform 0s 0.1s linear;
}
.ajaxcart .cart__footer {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (min-width: 640px) {

	.ajaxcart .cart__footer {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.ajaxcart .cart__totals {
	margin-top: 0.5rem;
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	color: var(--c-headline-primary);
}
.ajaxcart .cart__totals p + p {
	font-weight: 400;
}
.ajaxcart .cart__checkout {
	margin-top: 1.5rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: transparent;
	background-color: var(--c-secondary);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ajaxcart .cart__checkout:hover {
	background-color: var(--c-secondary-dark);
}
.ajaxcart .cart__checkout .icon {
	margin-left: 0.5rem;
}
.ajaxcart__content,
.ajaxcart__close {
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.ajaxcart__background-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.75;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
body.js-cart-opening-enabled.ajax-cart-is-open .ajaxcart .app-block__incart-cross-sells {
	margin-top: 0.25rem !important;
}
/* stylelint-disable-line declaration-no-important */
body.js-cart-opening-enabled.ajax-cart-is-open .ajaxcart .app-block__incart-cross-sells .inner-content .title {
	margin-bottom: 0.5rem !important;
}
body.js-cart-opening-enabled .ajaxcart__close {
    display: none;
  }
body.js-cart-opening-enabled.ajax-cart-is-open {
    position: fixed;
    overflow: hidden !important;
  }
/* stylelint-disable-line declaration-no-important */
body.js-cart-opening-enabled.ajax-cart-is-open .ajaxcart {
      opacity: 1;
      pointer-events: all;
      transform: translateX(0);
      transition: none;
    }
body.js-cart-opening-enabled.ajax-cart-is-open .ajaxcart .ajaxcart__background-overlay {
        opacity: 1;
        transition: transform 0.01s linear, opacity 0.2s ease-out;
      }
body.js-cart-opening-enabled.ajax-cart-is-open .ajaxcart .ajaxcart__content {
        opacity: 1;
      }
body.js-cart-opening-enabled.ajax-cart-is-open .ajaxcart .ajaxcart__inner-content {
        transform: translateX(0);
        transition: transform 0.25s ease-out;
      }
body.js-cart-opening-enabled.ajax-cart-is-open .ajaxcart ~ .ajaxcart__close {
        opacity: 1;
        transform: translateX(0);
        transition: all 0.25s ease-out;
      }
body.js-cart-opening-enabled.ajax-cart-is-open .ajaxcart__close {
      display: block;
    }
/* .bundle__options {
		@apply px-6 py-2 w-full;
	} */
.cart__form.has-bundle .bundle__main .cart__item-title a {
	pointer-events: none;
}
.cart__form.has-bundle .bundle__main .cart__item-quantity {
	display: none;
}
.cart__form.has-bundle .bundle__item {
	margin-top: 0px;
	border-width: 1px;
	border-top-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-top: calc((1.5rem + 1px) * -1);
}
.cart__form.has-bundle .bundle__item .cart__item-title {
	font-family: var(--font-family-secondary);
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 400;
}
.cart__form.has-bundle .bundle__main ~ .bundle__item {
	padding-top: 0px;
	padding-left: 2.25rem;
}
.cart__form.has-bundle .bundle__main ~ .bundle__item .cart__item-image, .cart__form.has-bundle .bundle__main ~ .bundle__item .cart__item-actions {
	display: none;
}
.cart__form.has-bundle .bundle__main ~ .bundle__item a {
	pointer-events: none;
}
.button {
  text-align: center;
  transition: all 0.1s ease-in;
}
.button:hover {
    transition: all 0.25s ease-out;
  }
.button.button__primary {
	margin-top: 2rem;
	display: block;
	width: 100%;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: transparent;
	background-color: var(--c-primary);
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button__primary:hover {
	background-color: var(--c-primary-dark);
}
@media (min-width: 640px) {

	.button.button__primary {
		width: auto;
	}
}
.button.button__secondary {
	margin-top: 2rem;
	display: block;
	width: 100%;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: transparent;
	background-color: var(--c-secondary);
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.button__secondary:hover {
	background-color: var(--c-secondary-dark);
}
@media (min-width: 640px) {

	.button.button__secondary {
		width: auto;
	}
}
.button.button__outline {
	margin-top: 2rem;
	display: block;
	width: 100%;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: var(--c-primary);
	background-color: transparent;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.button.button__outline:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 640px) {

	.button.button__outline {
		width: auto;
	}
}
.button.button__text-link {
	margin-top: 2rem;
	display: block;
	width: 100%;
}
.button.button__text-link:hover {
	color: var(--c-primary);
}
.button.primary-button {
	display: block;
	display: flex;
	min-height: 50px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0.375rem;
	background-color: var(--c-secondary);
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.button.primary-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 156, 146, var(--tw-bg-opacity));
}
.button.secondary-button {
	display: block;
	display: flex;
	min-height: 50px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: var(--c-primary);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	color: var(--c-primary);
}
.dropdown {
	display: flex;
  transition-duration: 0.5s;
}
.dropdown .indicator.single {
      transform-origin: center;
      transition: all 0.15s 0.2s ease-in;
    }
.dropdown .indicator.open {
      display: none;
    }
.dropdown .dropdown-child {
	position: absolute;
	top: 100%;
	z-index: 40;
	display: flex;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

    opacity: 0.2;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.15s 0.2s ease-in;
    visibility: hidden;
}
.dropdown .dropdown-child li {
      clear: both;
      width: 100%;
    }
.dropdown:hover .indicator.single {
        transform: rotate(180deg);
        transform-origin: center;
        transition: all 0.2s 0.2s ease-out;
      }
.dropdown:hover .indicator.closed {
        display: none;
      }
.dropdown:hover .indicator.open {
        display: inline-block;
      }
/* On hover */
.dropdown:hover > .dropdown-child,
  .dropdown .dropdown-child:hover,
  .dropdown .dropdown-child:focus {
    display: block;
    opacity: 1;
    transform: scaleY(1);
    transition: all 0.2s 0.2s ease-out;
    visibility: visible;
  }
.filtergroup {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.filtergroup__header {
	margin-top: -0.75rem;
	margin-bottom: -0.75rem;
	display: flow-root;
}
.filtergroup__header [data-icon="minus"] {
	display: none;
}
.filtergroup__label {
	display: flex;
	width: 100%;
	cursor: pointer;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.filtergroup__label:hover {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.filtergroup__label-text {
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.filtergroup__label-icon {
	margin-left: 1.5rem;
	display: flex;
	align-items: center;
}
.filtergroup__content {
	display: none;
	padding-top: 1.5rem;
}
.filtergroup__option {
    @apply: pt-6;
  }
.filtergroup__toggle {
	display: none;
}
.filtergroup__toggle:checked ~ .filtergroup__header [data-icon="plus"] {
	display: none;
}
.filtergroup__toggle:checked ~ .filtergroup__header [data-icon="minus"] {
	display: flex;
}
.filtergroup__toggle:checked ~ .filtergroup__content {
	display: block;
}
.filtergroup__activefilters {
	display: flex;
	flex-direction: column;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.filtergroup__button {
	display: inline-flex;
	align-items: center;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: transparent;
	background-color: var(--c-primary);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filtergroup__button:hover {
	background-color: var(--c-primary-dark);
}
.filtergroup__button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-color: var(--c-primary);
	--tw-ring-offset-width: 2px;
}
.filtergroup__button-secondary {
	--tw-bg-opacity: 1;
	background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}
.filtergroup__button-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}
.filtergroup__button-secondary:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}
.filtergroup .filtertype__list > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.filtergroup .filtertype__pricerange {
	display: flex;
	flex-direction: column;
}
.filtergroup .filtertype__pricerange-label {
	padding-top: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.filtergroup .filtertype__pricerange-label:first-child {
	padding-top: 0px;
}
.filtergroup .filtertype__pricerange-control {
	position: relative;
	margin-top: 0.25rem;
	border-radius: 0.375rem;
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filtergroup .filtertype__pricerange-prefix {
	pointer-events: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	display: flex;
	align-items: center;
	padding-left: 0.75rem;
}
.filtergroup .filtertype__pricerange-prefix__content {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.filtergroup .filtertype__pricerange-prefix__content {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.filtergroup .filtertype__pricerange-input {
	display: block;
	width: 100%;
	border-radius: 0.375rem;
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
	padding-left: 1.75rem;
}
.filtergroup .filtertype__pricerange-input:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
@media (min-width: 640px) {

	.filtergroup .filtertype__pricerange-input {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.icon {
  --icon-dimensions: 1.2rem;
  --icon-dimensions-small: 0.875rem;
  --icon-dimensions-medium: 1rem;
  --icon-dimensions-large: 1.5rem;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: var(--icon-dimensions);
  width: var(--icon-dimensions);
  fill: currentColor;

  /* svg {
    height: 100%;
    width: 100%;
  } */

  /* &[data-icon*='left'] {
    svg {
      transform: rotate(90deg);
    }
  }

  &[data-icon*='right'] {
    svg {
      transform: rotate(-90deg);
    }
  }

  &[data-icon*='up'] {
    svg {
      transform: rotate(180deg);
    }
  } */
}
/* stylelint-disable-line value-keyword-case */
.icon.is-large {
    height: var(--icon-dimensions-large);
    width: var(--icon-dimensions-large);
  }
.icon.is-medium {
    height: var(--icon-dimensions-medium);
    width: var(--icon-dimensions-medium);
  }
.icon.is-small {
    height: var(--icon-dimensions-small);
    width: var(--icon-dimensions-small);
  }
.image-container picture, .image-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
nav.menu {
	display: none;
}
@media (min-width: 1024px) {

	nav.menu {
		margin-left: 2rem;
	}

	nav.menu {
		display: block;
	}

	nav.menu {
		align-self: stretch;
	}
}
nav.menu .menu-list {
	display: flex;
	height: 100%;
}
nav.menu .menu-list > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2.75rem * var(--tw-space-x-reverse));
	margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
nav.menu .menu-list__item {
	display: flex;
}
nav.menu .menu-list__item:last-of-type {
        margin-left: auto !important; /* stylelint-disable-line declaration-no-important */
      }
nav.menu .menu-list__link {
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(65, 75, 86, var(--tw-text-opacity));
}
nav.menu .menu-list__link:hover {
	font-weight: 900;
        transition: font-weight 0.1s ease-in-out;
}
nav.menu .submenu-list {
	display: flex;
	display: flow-root;
	height: 100%;
}
nav.menu .simplemenu {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
nav.menu .simplemenu ul {
	position: relative;
	display: grid;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (min-width: 640px) {

	nav.menu .simplemenu ul {
		padding: 2rem;
	}
}
nav.menu .simplemenu ul li {
	display: block;
	border-radius: 0.375rem;
	padding: 0.75rem;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 150ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
nav.menu .simplemenu ul li:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
nav.menu .simplemenu .simplemenu {
      right: -95%;
      top: 10%;
    }
nav.menu .megamenu {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 100%;
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	nav.menu .megamenu {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
nav.menu .megamenu-wrapper {
	position: relative;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
nav.menu .megamenu-content {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
nav.menu .megamenu-columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: flex-start;
	column-gap: 2rem;
	row-gap: 2.5rem;
	padding-bottom: 3rem;
	padding-top: 2.5rem;
}
nav.menu button, nav.menu .menu-link {
	position: relative;
	z-index: 10;
	margin-bottom: -1px;
	display: flex;
	display: flex;
	align-items: center;
	padding-top: 1px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(65, 75, 86, var(--tw-text-opacity));
}
nav.menu button:hover, nav.menu .menu-link:hover {
	font-weight: 900;
      transition: font-weight 0.1s ease-in-out;
}
nav.menu .megamenu-image-wrapper .imagecaption {
	margin-top: 1.5rem;
	display: block;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
nav.menu .megamenu-image-wrapper .linklabel {
	margin-top: 0.25rem;
}
nav.menu .megamenu-image-wrapper img {
      object-fit: contain;
    }
nav.menu .megamenu-image-overlay-wrapper, nav.menu .megamenu-image-overlay-wrapper0, nav.menu .megamenu-image-overlay-wrapper1, nav.menu .megamenu-image-overlay-wrapper2, nav.menu .megamenu-image-overlay-wrapper3, nav.menu .megamenu-image-overlay-wrapper4, nav.menu .megamenu-image-overlay-wrapper5, nav.menu .megamenu-image-overlay-wrapper6 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
nav.menu .megamenu-image-overlay-wrapper {
	position: relative;
}
nav.menu .megamenu-image-overlay-wrapper > *, nav.menu .megamenu-image-overlay-wrapper0 > *, nav.menu .megamenu-image-overlay-wrapper1 > *, nav.menu .megamenu-image-overlay-wrapper2 > *, nav.menu .megamenu-image-overlay-wrapper3 > *, nav.menu .megamenu-image-overlay-wrapper4 > *, nav.menu .megamenu-image-overlay-wrapper5 > *, nav.menu .megamenu-image-overlay-wrapper6 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
nav.menu .megamenu-image-overlay-wrapper {
	--tw-aspect-w: 1;
	--tw-aspect-h: 1;
	overflow: hidden;
	border-radius: 0.375rem;
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
nav.menu .megamenu-image-overlay-wrapper .imagecaption {
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
nav.menu .megamenu-image-overlay-wrapper .linklabel {
	margin-top: 0.125rem;
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	nav.menu .megamenu-image-overlay-wrapper .linklabel {
		margin-top: 0.25rem;
	}
}
.mobilemenu,
.mobilemenu__close {
  opacity: 0;
  transform: translateX(-100%);
}
.mobilemenu {
	left: 0px;
	top: 104px;
	width: 100%;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
  height: calc(100% - 104px);
  max-width: 100vw;
  transition: all 0.3s ease-out;
}
.mobilemenu__close, .mobilemenu__open {
	display: flex;
	align-items: center;
	justify-content: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

	.mobilemenu__close, .mobilemenu__open {
		display: none;
	}
}
.mobilemenu__close {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 40;
	display: inline-flex;
	height: 4rem;
	align-items: center;
	justify-content: center;
	background-color: var(--c-secondary);
	padding: 1.5rem;
}
.mobilemenu__content {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	max-width: 100%;
	flex-direction: column;
	overflow-y: auto;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-bottom: 3rem;
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mobilemenu__content ul {
	margin-left: 0.5rem;
}
.mobilemenu__link-list {
	flex: 1 1 0%;
}
.mobilemenu__link-list > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.mobilemenu__link-list {
	overflow: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 2rem;
}
.mobilemenu__link {
	margin: -0.5rem;
	display: block;
	padding: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
}
.mobilemenu__heading {
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.mobilemenu__sub {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
}
.mobilemenu__sub > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.mobilemenu__sub {
	padding-left: 0.75rem;
}
.mobilemenu__item-level-0 .mobilemenu__submenu-heading {
	flex: 1 1 0%;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.mobilemenu__item-level-1 .mobilemenu__submenu-heading, .mobilemenu__item-level-1 a {
	flex: 1 1 0%;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.mobilemenu__item .mobilemenu__submenu-heading:hover, .mobilemenu__item a:hover {
	color: var(--c-secondary) !important;
}
.mobilemenu__submenu-list {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
}
.mobilemenu__submenu-list > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.mobilemenu__submenu-list {
	opacity: 0;
    transition: transform 0.1s ease-out;
}
.mobilemenu__submenu-heading {
	flex: 1 1 0%;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.mobilemenu__submenu summary {
    list-style: none;
    display: flex;
    align-items: center;
  }
.mobilemenu__submenu summary::marker,
    .mobilemenu__submenu summary::-webkit-details-marker {
      display: none;
    }
.mobilemenu__submenu .mobilemenu__item-caret {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.mobilemenu__submenu[open] > summary .mobilemenu__item-caret {
      transform: rotate(90deg);
      transition: transform 0.1s ease-in;
    }
.mobilemenu__submenu[open] .mobilemenu__submenu-list {
	opacity: 1;
      transition: transform 0.1s ease-in;
}
.mobilemenu__item:not(.mobilemenu__item-level-1):hover {
	cursor: pointer;
}
.mobilemenu__item:not(.mobilemenu__item-level-1).mobilemenu__item-level-0 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.mobilemenu__item:not(.mobilemenu__item-level-1)-caret {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
    transition: transform 0.1s ease-out;
}
body.js-menu-opening-enabled .mobilemenu__close {
    display: none;
  }
body.js-menu-opening-enabled.mobile-menu-is-open .mobilemenu {
      opacity: 1;
      transform: translateX(0);
    }
body.js-menu-opening-enabled.mobile-menu-is-open .mobilemenu.mobilemenu {
        transition: all 0.3s ease-in;
      }
body.js-menu-opening-enabled.mobile-menu-is-open .mobilemenu.mobilemenu__close {
        transition: opacity 0.2s 0.2s ease-in;
      }
body.js-menu-opening-enabled.mobile-menu-is-open .mobilemenu__close {
      display: block;
      opacity: 1;
      transform: translateX(0);
    }
body.mobile-menu-is-open {
  overflow-y: hidden;
}
.motivator {
	margin: 0px;
	padding: 0.5rem;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
  background-color: var(--motivator-background);
  color: var(--motivator-text);
}
.motivator .delivery-countdown-block-icon {
	margin-right: 1rem;
}
.motivator .delivery-countdown-amount {
	font-weight: 700;
}
.product-card__image-wrapper.hover-effect > .image-container + .image-container {
  opacity: 0;
}
.product-card:hover .product-card__image-wrapper.hover-effect > .image-container + .image-container {
    opacity: 1;
  }
.product-card {
	position: relative;
	border-width: 1px;
	font-size: 1rem;
	line-height: 1.5rem;
  border-color: var(--c-border-colour, rgb(228, 228, 231));
}
.product-card__content {
	display: flex;
	height: 100%;
	flex-direction: column;
}
.product-card__image-wrapper {
	position: relative;
	display: flex;
	width: 100%;
	flex: 1 1 0%;
	flex-grow: 0;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-bottom-width: 1px;
}
.group:hover .product-card__image-wrapper {
	opacity: 0.75;
}
.product-card__image-wrapper {
    border-color: var(--c-border-colour, rgb(228, 228, 231));
  }
.product-card__image-wrapper .image-container {
	height: 100%;
	width: 100%;
}
.product-card__image-wrapper .image-container picture, .product-card__image-wrapper .image-container img {
	object-fit: contain;
}
.product-card__image-wrapper .labels-holder {
      top: 0;
      left: 100%;
      transform: translateX(-100%);
    }
.product-card__secondary-image {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.product-card__description-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(3, minmax(0, 1fr));
	row-gap: 0.5rem;
	padding: 0.5rem;
}
@media (min-width: 1024px) {

	.product-card__description-wrapper {
		padding: 1rem;
	}
}
.product-card__product-title {
	grid-column: span 2 / span 2;
	grid-row: span 2 / span 2;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.product-card__vendor {
	font-style: italic;
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.product-card__price {
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
}
.product-card__variant-options {
	text-align: right;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	color: var(--c-paragraph-primary);
}
.product-card.boost-pfs-action-list-enabled {
	padding-bottom: 0px;
}
.price.price--on-sale .price__regular .price-item.price-item--regular {
	--tw-text-opacity: 1;
	color: rgba(203, 72, 103, var(--tw-text-opacity));
}
.product-card__content .shopbox-more-like-this, .product-card-list__inner .shopbox-more-like-this {
    margin-top: 0;
    margin-bottom: 1rem;
  }
.product-card__content .shopbox-more-like-this *, .product-card-list__inner .shopbox-more-like-this * {
      margin-bottom: 0;
      text-transform: uppercase;
    }
.product-card__action-buttons {
  flex: 1;
  margin-top: 2rem;
  display: flex;
  flex-flow: column wrap;
  gap: 1rem;
}
.product-card__action-buttons > * {
  width: 100%;
}
@media screen and (max-width: 400px) {
  .product-list__grid.grid-cols-2 .product-card__action-buttons .button {
    font-size: 0.75rem;
  }
}
/**
  * Placeholder styling before slider script has loaded
  * Active slider styling can be found in `_src/assets/keen-slider.css`
**/
.keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles).has-dots {
        margin-bottom: 40px;
      }
.keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles) .slider__window {
	display: grid;
	width: 100%;
	flex-wrap: nowrap;
	column-gap: 1.5rem;
	row-gap: 2.5rem;
	overflow: hidden;

        --column-gap: 1.5rem;
}
/* 1.5rem based on .gap-x-6 */
.keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles) .slider__window[data-columns="3"] .keen-slider__slide {
            min-width: calc(33.333% - ((var(--column-gap) * 2) / 3));
          }
.keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles) .slider__window[data-columns="4"] .keen-slider__slide {
            min-width: calc(25% - ((var(--column-gap) * 3) / 4));
          }
.keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles) .slider__window[data-columns="5"] .keen-slider__slide {
            min-width: calc(20% - ((var(--column-gap) * 4) / 5));
          }
.keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles) .slider__window[data-columns="6"] .keen-slider__slide {
            min-width: calc(16.67% - ((var(--column-gap) * 4) / 5));
          }
.keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles) .slider__control,
      .keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles) .slider__dots {
        display: none;
      }
.keen-slider:not(.slider-loaded):not(.disble-not-loaded-keen-styles) .keen-slider__slide {
        height: 100%;
        width: 100%;
      }
@media (max-width: 767px) {
        .keen-slider:not(.slider-loaded) .slider__window[data-columns-small="2"] .keen-slider__slide {
          min-width: calc(50% - (var(--column-gap) / 2));
          width: calc(50% - (var(--column-gap) / 2));
        }
        .keen-slider:not(.slider-loaded) .slider__window[data-columns-small="3"] .keen-slider__slide {
          min-width: calc(33.333% - ((var(--column-gap) * 2) / 3));
          width: calc(33.333% - ((var(--column-gap) * 2) / 3));
        }
        .keen-slider:not(.slider-loaded) .slider__window[data-columns-small="4"] .keen-slider__slide {
          min-width: calc(25% - ((var(--column-gap) * 3) / 4));
          width: calc(25% - ((var(--column-gap) * 3) / 4));
        }
      .keen-slider:not(.slider-loaded).mobile-grid.has-dots {
        margin-bottom: 0;
      }

      .keen-slider:not(.slider-loaded).mobile-grid .slider__window {
        flex-wrap: wrap;
      }
          .keen-slider:not(.slider-loaded).mobile-grid .slider__window[data-small-grid-max-items="2"] .keen-slider__slide:nth-child(n + 3) {
            display: none;
          }
          .keen-slider:not(.slider-loaded).mobile-grid .slider__window[data-small-grid-max-items="3"] .keen-slider__slide:nth-child(n + 4) {
            display: none;
          }
          .keen-slider:not(.slider-loaded).mobile-grid .slider__window[data-small-grid-max-items="4"] .keen-slider__slide:nth-child(n + 5) {
            display: none;
          }
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option {
    border-top: 1px solid #e6ebee !important; /* stylelint-disable-line declaration-no-important */ padding-top: 1rem; padding-bottom: 1rem;
  }
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option:last-child {
      border-bottom: 1px solid #e6ebee !important; /* stylelint-disable-line declaration-no-important */
    }
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-content {
	padding: 0px;
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-title-heading {
	width: 100%;
	padding: 0px;
	opacity: 0.7;
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-content-inner {
    max-height: unset;
  }
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-item-list {
	padding: 0px !important; /* stylelint-disable-line declaration-no-important */
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-item {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-range-amount {
	margin-top: 0.75rem;
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-value {
	margin-left: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(103, 111, 120, var(--tw-text-opacity));
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-amount {
	--tw-text-opacity: 1;
	color: rgba(103, 111, 120, var(--tw-text-opacity));
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-check-box {
	border-radius: 0.25rem;
	--tw-border-opacity: 1;
	border-color: rgba(211, 214, 217, var(--tw-border-opacity));
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-title-text {
	position: relative;
	display: block;
	width: 100%;
}
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option-title-text::before {
      margin: 0;
      position: absolute;
      right: 6px;
      top: calc(50% - 6px);
      border-style: solid;
      border-width: 0.15em 0.15em 0 0;
      content: "";
      display: inline-block;
      transform: rotate(135deg);
      vertical-align: top;
      width: 10px;
      height: 10px;
      border-color: #414b56 !important; /* stylelint-disable-line declaration-no-important */
      transition: 0.25s all;
    }
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper .boost-pfs-filter-option:not(.boost-pfs-filter-option-collapsed) .boost-pfs-filter-option-title-text::before {
    transform: rotate(315deg);
  }
.collection-list__sidebar .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
	margin: 0px;
	border-width: 0px;
}
.boost-pfs-action-list-wrapper {
  display: none;
}
.product-card-list {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0px;
}
.product-card-list__link {
	display: block;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(211, 214, 217, var(--tw-border-opacity));
	padding: 1rem;
}
.product-card-list__inner {
	display: block;
	align-items: stretch;
}
.product-card-list__inner > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {

	.product-card-list__inner {
		display: flex;
	}

	.product-card-list__inner > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	}
}
.product-card-list__image {
	display: none;
	width: 166px;
	flex-shrink: 0;
}
@media (min-width: 768px) {

	.product-card-list__image {
		display: block;
	}
}
.product-card-list__meta {
	flex-shrink: 0;
}
.product-card-list__meta > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.product-card-list__meta {
	--tw-border-opacity: 1;
	border-color: rgba(232, 232, 232, var(--tw-border-opacity));
}
@media (min-width: 768px) {

	.product-card-list__meta {
		width: 245px;
	}

	.product-card-list__meta {
		border-left-width: 1px;
	}

	.product-card-list__meta {
		padding-left: 1.5rem;
	}
}
.product-card-list__content {
	flex-shrink: 1;
	flex-grow: 1;
}
@media (min-width: 768px) {

	.product-card-list__content > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
	}

	.product-card-list__content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.product-card-list__image-wrapper, .product-card-list__image-wrapper0, .product-card-list__image-wrapper1, .product-card-list__image-wrapper2, .product-card-list__image-wrapper3, .product-card-list__image-wrapper4, .product-card-list__image-wrapper5, .product-card-list__image-wrapper6 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.product-card-list__image-wrapper > *, .product-card-list__image-wrapper0 > *, .product-card-list__image-wrapper1 > *, .product-card-list__image-wrapper2 > *, .product-card-list__image-wrapper3 > *, .product-card-list__image-wrapper4 > *, .product-card-list__image-wrapper5 > *, .product-card-list__image-wrapper6 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-card-list__image-wrapper {
	--tw-aspect-w: 1;
	--tw-aspect-h: 1;
}
.product-card-list__image-wrapper img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.product-card-list__image-wrapper .labels-holder {
    top: -22px;
    left: 100%;
    transform: translateX(calc(-50% - 16px));
  }
.product-card-list__image-mobile-image-wrapper, .product-card-list__image-mobile-image-wrapper0, .product-card-list__image-mobile-image-wrapper1, .product-card-list__image-mobile-image-wrapper2, .product-card-list__image-mobile-image-wrapper3, .product-card-list__image-mobile-image-wrapper4, .product-card-list__image-mobile-image-wrapper5, .product-card-list__image-mobile-image-wrapper6 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.product-card-list__image-mobile-image-wrapper > *, .product-card-list__image-mobile-image-wrapper0 > *, .product-card-list__image-mobile-image-wrapper1 > *, .product-card-list__image-mobile-image-wrapper2 > *, .product-card-list__image-mobile-image-wrapper3 > *, .product-card-list__image-mobile-image-wrapper4 > *, .product-card-list__image-mobile-image-wrapper5 > *, .product-card-list__image-mobile-image-wrapper6 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-card-list__image-mobile-image-wrapper {
	--tw-aspect-w: 1;
	--tw-aspect-h: 1;
}
.product-card-list__image-mobile-image-wrapper img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.product-card-list__image-mobile-image-wrapper .labels-holder {
    top: 0;
    left: 100%;
    transform: translateX(calc(-50% - 20px));
  }
.product-card-list__title {
	display: none;
	font-weight: 700;
}
@media (min-width: 768px) {

	.product-card-list__title {
		display: block;
	}
}
.product-card-list__image-mobile-title {
	font-weight: 700;
}
.product-card-list__description {
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 400;
}
.product-card-list__description ul {
	margin-left: 0.5rem;
	list-style-type: disc;
	padding-left: 0.5rem;
}
.product-card-list__description ul li {
	margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {

	.product-card-list__description ul li {
		margin-bottom: 0px;
	}
}
.product-card-list__humm span {
	margin-right: 0.25rem;
	font-size: 0.75rem;
	line-height: 1rem;
}
.product-card-list__humm img {
	display: inline;
}
.product-card-list__stock {
	display: none;
	--tw-text-opacity: 1;
	color: rgba(0, 188, 55, var(--tw-text-opacity));
}
@media (min-width: 768px) {

	.product-card-list__stock {
		display: block;
	}
}
.product-card-list__stock--hidden {
	display: none !important;
}
.product-card-list__image-mobile-stock {
	--tw-text-opacity: 1;
	color: rgba(0, 188, 55, var(--tw-text-opacity));
}
.product-card-list__image-mobile {
	display: flex;
}
@media (min-width: 768px) {

	.product-card-list__image-mobile {
		display: none;
	}
}
.product-card-list__image-mobile-inner {
	width: 120px;
	flex-shrink: 0;
}
.product-card-list__image-mobile-content {
	flex-shrink: 1;
	flex-grow: 1;
	padding-left: 1rem;
}
.product-card-list__humm--hidden {
	display: none;
}
.product-card-list__form {
	display: block;
}
.product-card-list__add-to-cart .button {
	text-transform: uppercase !important;
}
.section-layout-x {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--site-width);
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 640px) {

	.section-layout-x {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.section-layout-x {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.default-single-page-body-styling h1 {
    display: block;
    margin: 0.67em 0;
  }
.default-single-page-body-styling h2 {
    display: block;
    margin: 0.83em 0;
  }
.default-single-page-body-styling h3 {
    display: block;
    margin: 1em 0;
  }
.default-single-page-body-styling h4 {
    display: block;
    margin: 1.33em 0;
  }
.default-single-page-body-styling h5 {
    display: block;
    margin: 1.67em 0;
  }
.default-single-page-body-styling h6 {
    display: block;
    margin: 2.33em 0;
  }
.default-single-page-body-styling p {
    display: block;
    margin: 1em 0;
  }
.default-single-page-body-styling img {
    max-width: 100%;
  }
.default-single-page-body-styling figure {
    display: block;
    margin: 1em 40px;
  }
.default-single-page-body-styling ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px;
  }
.default-single-page-body-styling li {
    display: list-item;
  }
.default-single-page-body-styling a {
    color: blue;
  }
.default-single-page-body-styling a:hover {
      text-decoration: underline;
    }
.default-single-page-body-styling iframe,
  .default-single-page-body-styling video,
  .default-single-page-body-styling picture,
  .default-single-page-body-styling img {
    max-width: 100%;
    display: block;
    margin: 1em 0;
  }
.additional-content > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.additional-content {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.additional-content__heading {
	font-weight: 700;
}
.additional-content__content {
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(103, 111, 120, var(--tw-text-opacity));
}
.additional-content__action-inner {
	margin: -0.5rem;
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 640px) {

	.additional-content__action-inner {
		flex-wrap: nowrap;
	}
}
.additional-content__button {
	margin: 0.5rem;
	width: 100%;
	flex-shrink: 1;
}
@media (min-width: 640px) {

	.additional-content__button {
		width: 50%;
	}
}
.additional-content__button .icon {
	margin-right: 0.5rem;
}
.pubble-placeholder {
	position: fixed;
	cursor: pointer;
	overflow: hidden;
	border-radius: 9999px;
  background-color: #006cff;
  bottom: 20px;
  height: 60px;
  right: 20px;
  width: 60px;
}
.pubble-placeholder .pubble-sb-logo {
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
    transform: translate3d(0, 0, 0);
    width: 50px;
  }
.section__featured-collection .featured-collection {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: var(--site-width);
	padding-bottom: 4rem;
	padding-top: 2rem;
}
@media (min-width: 640px) {

	.section__featured-collection .featured-collection {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
@media (min-width: 1024px) {

	.section__featured-collection .featured-collection {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.section__featured-collection .featured-collection__header-wrapper {
	margin-bottom: 1.25rem;
	display: flex;
	flex-direction: column;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 640px) {

	.section__featured-collection .featured-collection__header-wrapper {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.section__featured-collection .featured-collection__header-wrapper {
		flex-direction: row;
	}

	.section__featured-collection .featured-collection__header-wrapper {
		align-items: center;
	}

	.section__featured-collection .featured-collection__header-wrapper {
		justify-content: space-between;
	}

	.section__featured-collection .featured-collection__header-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section__featured-collection .featured-collection__heading {
	margin-bottom: 1.25rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 800;
	letter-spacing: -0.025em;
}
@media (min-width: 1024px) {

	.section__featured-collection .featured-collection__heading {
		margin-bottom: 0px;
	}
}
.section__featured-collection .featured-collection__view-all {
	display: none;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
}
@media (min-width: 640px) {

	.section__featured-collection .featured-collection__view-all {
		display: block;
	}
}
.section__featured-collection .featured-collection__grid {
	margin-left: 1.25rem;
	display: flex;
	flex-wrap: nowrap;
	column-gap: 1rem;
	row-gap: 2.5rem;
	overflow-x: scroll;
	padding-right: 1.25rem;
}
@media (min-width: 1024px) {

	.section__featured-collection .featured-collection__grid {
		margin-left: auto;
	}

	.section__featured-collection .featured-collection__grid {
		display: grid;
	}

	.section__featured-collection .featured-collection__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.section__featured-collection .featured-collection__grid {
		column-gap: 2rem;
	}

	.section__featured-collection .featured-collection__grid {
		overflow: hidden;
	}

	.section__featured-collection .featured-collection__grid {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 1023px) {
.section__featured-collection .featured-collection__grid .product-card {
          min-width: 160px
      }
        }
.section__featured-collection .featured-collection__category-links-wrap {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	display: flex;
	flex-wrap: wrap;
}
.section__featured-collection .featured-collection__category-links-single {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	display: block;
	font-weight: 700;
}
.section__featured-collection .featured-collection__category-links-single:hover {
	text-decoration: underline;
}
.section__featured-collection .featured-collection__slider {
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 1024px) {

	.section__featured-collection .featured-collection__slider {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section__featured-collection .featured-collection__slider.hide-arrow-desktop .slider__control {
        top: 50%;
        transform: translateY(-50%);
      }
@media (min-width: 768px) {
.section__featured-collection .featured-collection__slider.hide-arrow-desktop .slider__control {
		display: none;
	}
        }
.section__featured-collection .featured-collection__slider.keen-slider:not(.slider-loaded),
      .section__featured-collection .featured-collection__slider.keen-slider:not(.slider-loaded) .product-card {
        height: 300px;
        overflow: hidden;
      }
.section__featured-collection .featured-collection__slider .slider__control.disabled {
	opacity: 0;
}
@media (max-width: 768px) {
.section__featured-collection .featured-collection__slider .slider__control {
		display: flex;
	}
      }
.section__featured-collection .featured-collection__slider .slider__control.slide__prev {
        left: 30px;
      }
@media (max-width: 768px) {
.section__featured-collection .featured-collection__slider .slider__control.slide__prev {
          left: 5px
      }
        }
.section__featured-collection .featured-collection__slider .slider__control.slide__next {
        right: 30px;
      }
@media (max-width: 768px) {
.section__featured-collection .featured-collection__slider .slider__control.slide__next {
          right: 5px
      }
        }
#shopify-section-header [data-affix] {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 200ms;
}
#shopify-section-header [data-affix].is-sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 40;
	width: 100vw;
}
.section__header {
	position: relative;
	background-color: var(--c-secondary);
}
.section__header .header__content {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 4rem;
	max-width: var(--site-width);
	flex-wrap: wrap;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.section__header .header__content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.section__header .header__content {
		height: 6rem;
	}

	.section__header .header__content {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.section__header .header__content {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}
.section__header .header__content {
      max-height: 89px;
    }
.section__header .header__menu {
	margin-left: 0px;
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(211, 214, 217, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.section__header .header__menu .menu-list {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--site-width);
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (min-width: 640px) {

	.section__header .header__menu .menu-list {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.section__header .header__menu .menu-list {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.section__header .header__menu .menu-list .indicator {
		display: none;
	}
}
.section__header .header .mobile-search-toggle {
	margin-left: 0.625rem;
	cursor: pointer;
}
@media (min-width: 1024px) {
.section__header .header .mobile-search-toggle {
		display: none;
	}
      }
.section__header .header__item-group {
	display: flex;
	align-items: center;
}
@media (min-width: 1024px) {

	.section__header .header__item-group {
		margin-left: auto;
	}

	.section__header .header__item-group > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.5rem * var(--tw-space-x-reverse));
		margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
.section__header .header__item-group__item {
	display: flex;
	flex: 1 1 0%;
}
@media (min-width: 1024px) {

	.section__header .header__item-group__item {
		justify-content: flex-end;
	}
}
.section__header .header__item {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

	.section__header .header__item {
		display: flex;
	}

	.section__header .header__item {
		align-items: center;
	}
}
.section__header .header__item-label {
	order: 1;
	display: none;
}
@media (min-width: 1024px) {

	.section__header .header__item-label {
		display: block;
	}
}
.section__header .header__item-link {
	display: flex;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section__header .header__item-link:hover {
          text-shadow: 0 0 2px rgba(255, 255, 255, 60%);
          transition: text-shadow 0.1s ease-in-out;
        }
.section__header .header__item-icon {
	order: 2;
	margin-left: 0.5rem;
}
.section__header .header__item-icon[data-icon="cart"] {
          width: 26px;
        }
.section__header .header__logo {
	margin-right: -4rem;
	display: flex;
	flex-grow: 1;
	align-items: stretch;
	justify-content: center;
}
@media (min-width: 1024px) {

	.section__header .header__logo {
		margin-left: 0px;
	}

	.section__header .header__logo {
		margin-right: 110px;
	}

	.section__header .header__logo {
		flex-grow: 0;
	}

	.section__header .header__logo {
		justify-content: flex-start;
	}
}
.section__header .header__logo {
      max-height: 37px;
      width: 90px;
    }
@media (min-width: 1024px) {
.section__header .header__logo {
        min-height: 52px;
        width: 130px
    }
      }
@media (max-width: 1023px) {
      .section__header .header .header__content.logo-centered .header__logo {
		margin-right: -2rem;
	}
    }
.section__header .header__search {
	display: none;
	height: 100%;
	width: 40%;
	align-items: center;
}
@media (min-width: 1024px) {

	.section__header .header__search {
		display: flex;
	}
}
@media (min-width: 1280px) {

	.section__header .header__search {
		min-width: 610px;
	}
}
.section__header .header__search-icon {
	display: flex;
}
@media (min-width: 1024px) {

	.section__header .header__search-icon {
		margin-left: 1.5rem;
	}
}
.section__header .header__search-form {
	position: relative;
	height: 100%;
	width: 100%;
	border-width: 0px;
}
.section__header .header__search-input {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 9999px;
	--tw-border-opacity: 1;
	border-color: rgba(74, 173, 162, var(--tw-border-opacity));
	padding-right: 2.5rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section__header .header__search-input:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
@media (min-width: 640px) {

	.section__header .header__search-input {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media (min-width: 1024px) {

	.section__header .header__search-input {
		--tw-border-opacity: 1;
		border-color: rgba(212, 212, 216, var(--tw-border-opacity));
	}
}
.section__header .header__search-icon__wrapper {
	pointer-events: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	padding-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.section__header .header__cart {
	margin-left: 1rem;
	display: flow-root;
}
@media (min-width: 1024px) {

	.section__header .header__cart {
		margin-left: 1.5rem;
	}
}
.section__header .header__cart .header__item-link {
	margin: -0.5rem;
	display: flex;
	align-items: center;
	padding: 0.5rem;
}
.section__header .mobile-header {
	display: block;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0.75rem;
}
@media (min-width: 1024px) {

	.section__header .mobile-header {
		display: none;
	}
}
.section__header .mobile-header[data-mobile-search-active="off"] {
	display: none;
}
.section__header .mobile-header[data-mobile-search-active="on"] {
	display: block;
}
@media (min-width: 1024px) {

	.section__header .mobile-header[data-mobile-search-active="on"] {
		display: none;
	}
}
.section__header .mobile-header .header__search {
	display: block;
	height: 3rem;
	width: 100%;
}
@media (min-width: 1024px) {

	.section__header .mobile-header .header__search {
		display: none;
	}
}
.ajaxcart__open {
  position: relative;
}
.ajaxcart__open [data-cart-item-count] {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 5px;
    box-sizing: border-box;
    transform: translate(50%);
    color: whitesmoke;
    font-size: 12px;
  }
@media (max-width: 900px) {
  .boost-pfs-search-suggestion {
    min-width: 400px !important; /* stylelint-disable-line declaration-no-important */
    overflow-x: hidden;
  }
}
@media (max-width: 400px) {
  .boost-pfs-search-suggestion {
    min-width: 100% !important; /* stylelint-disable-line declaration-no-important */
    overflow-x: hidden;
  }
}
.section__image-with-text {
	position: relative;
}
@media (min-width: 1024px) {

	.section__image-with-text {
		padding: 5rem;
	}
}
.section__image-with-text {
  background-color: #edf6f5;
}
.section__image-with-text.iwt-book-appointment {
    background-color: var(--c-brand-bg-3);
  }
.section__image-with-text .image-with-text {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	height: 100%;
	width: 100%;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {

	.section__image-with-text .image-with-text {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.section__image-with-text .image-with-text__image-wrapper {
	z-index: 0;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	margin-top: 2rem;
	height: 100%;
	overflow: hidden;
	border-radius: 0.375rem;
}
@media (min-width: 1024px) {

	.section__image-with-text .image-with-text__image-wrapper {
		z-index: auto;
	}

	.section__image-with-text .image-with-text__image-wrapper {
		margin: 0px;
	}

	.section__image-with-text .image-with-text__image-wrapper {
		width: 100%;
	}
}
.section__image-with-text .image-with-text__image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.section__image-with-text .image-with-text__text-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: -2rem;
	display: flex;
	max-width: 42rem;
	flex-direction: column;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1.25rem;
	padding-top: 5rem;
}
@media (min-width: 1024px) {

	.section__image-with-text .image-with-text__text-wrapper {
		margin-top: 8rem;
		margin-bottom: 8rem;
	}

	.section__image-with-text .image-with-text__text-wrapper {
		max-width: none;
	}

	.section__image-with-text .image-with-text__text-wrapper {
		border-radius: 0.375rem;
	}

	.section__image-with-text .image-with-text__text-wrapper {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.section__image-with-text .image-with-text__text-wrapper {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}
.section__image-with-text .image-with-text__heading {
	margin-bottom: 0.625rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 800;
	letter-spacing: 0.025em;
}
.section__image-with-text .image-with-text__subheading {
	margin-bottom: 0.625rem;
	font-size: 0.75rem;
	line-height: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: var(--c-primary);
}
.section__image-with-text .image-with-text__paragraph {
	margin-bottom: 0.625rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	line-height: 1.375;
}
.section__image-with-text .image-with-text__buttons {
	margin-top: 0.75rem;
	display: flex;
	width: 100%;
	flex-direction: column;
}
@media (min-width: 1024px) {

	.section__image-with-text .image-with-text__buttons {
		width: auto;
	}

	.section__image-with-text .image-with-text__buttons {
		flex-direction: row;
	}
}
.section__image-with-text .image-with-text__buttons .button {
	margin: 0px;
	width: 100%;
	border-color: var(--c-secondary);
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 5rem;
	padding-right: 5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--c-secondary);
}
@media (min-width: 1024px) {

	.section__image-with-text .image-with-text__buttons .button {
		width: auto;
	}

	.section__image-with-text .image-with-text__image-first .image-with-text__text-wrapper {
		margin-left: -3rem;
	}

	.section__image-with-text .image-with-text__text-first .image-with-text__image-wrapper {
		order: 2;
	}

	.section__image-with-text .image-with-text__text-first .image-with-text__text-wrapper {
		z-index: 10;
	}

	.section__image-with-text .image-with-text__text-first .image-with-text__text-wrapper {
		margin-right: -3rem;
	}
}
.section__image-with-text .image-with-text__image img {
      max-height: 638px;
    }
.template__index main {
	position: relative;
}
.template__index .image-blocks__heading {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 768px) {

	.template__index .image-blocks__heading {
		display: none;
	}
}
@media (max-width: 768px) {
    .template__index .image-with-text-blocks-section {
		padding-top: 0px;
		padding-bottom: 0px;
	}
    .template__index .image-with-text-blocks-section {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

    .template__index .image-blocks {
		height: auto;
	}

    .template__index .image-blocks {
		width: 335px;
	}

    .template__index .image-blocks {
		overflow: hidden;
	}

    .template__index .image-blocks {
		border-radius: 0.375rem;
	}

    .template__index .image-blocks {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}

    .template__index .image-blocks__content-outer.with-carousel {
		padding-left: 14px;
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__content {
		margin-right: 0px;
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__content {
		padding-bottom: 0.75rem;
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__item {
		margin-left: 0.25rem;
		margin-right: 0.25rem;
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__item {
		height: 173px;
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__item {
		width: 126px;
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__item {
		border-radius: 0.375rem;
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__item {
		border-width: 1px;
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__item {
		--tw-border-opacity: 1;
		border-color: rgba(211, 214, 217, var(--tw-border-opacity));
	}

      .template__index .image-blocks__content-outer.with-carousel .image-blocks__item {
		--tw-bg-opacity: 1;
		background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
	}

        .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__image {
		margin-left: auto;
		margin-right: auto;
	}

        .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__image {
		height: 107px;
	}

        .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__image {
		width: 104px;
	}

        .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__description {
		position: static;
	}

        .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__description {
		width: auto;
	}

        .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__description {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}

        .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__description {
		background-color: transparent;
	}

          .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__description .image-blocks__item__heading {
		font-size: 1rem;
		line-height: 1.5rem;
	}

          .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__description .image-blocks__item__heading {
		text-transform: capitalize;
	}

          .template__index .image-blocks__content-outer.with-carousel .image-blocks__item .image-blocks__item__description .image-blocks__item__heading {
		--tw-text-opacity: 1;
		color: rgba(65, 75, 86, var(--tw-text-opacity));
	}

      .template__index .image-blocks__content-outer.with-carousel .slider__window {
		overflow-x: auto;
	}

      .template__index .image-blocks__content-outer.with-carousel .slider__window {
        touch-action: auto;
      }

        .template__index .image-blocks__content-outer.with-carousel .slider__window::-webkit-scrollbar {
          height: 2px;
        }

        .template__index .image-blocks__content-outer.with-carousel .slider__window::-webkit-scrollbar-thumb {
          background: var(--c-secondary);
          border-radius: 5px;
        }

        .template__index .image-blocks__content-outer.with-carousel .slider__window::-webkit-scrollbar-track {
          background: #e6ebee;
          border-radius: 5px;
        }

      .template__index .image-blocks__content-outer.with-carousel .slider__control {
		display: none;
	}
  }
.section__image-blocks {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 2100px;
}
@media (min-width: 768px) {

	.section__image-blocks {
		margin-top: 0.75rem;
	}
}
@media (min-width: 1024px) {

	.section__image-blocks {
		padding-left: 2rem;
	}
}
.section__image-blocks .image-blocks {
	margin-left: auto;
	margin-right: auto;
}
.section__image-blocks .image-blocks__heading {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	--tw-text-opacity: 1;
	color: rgba(65, 75, 86, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.section__image-blocks .image-blocks__heading {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
.section__image-blocks .image-blocks__subheading {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.25rem;
	max-width: 42rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.section__image-blocks .image-blocks__subheading {
		margin-top: 1rem;
	}
}
.section__image-blocks .image-blocks__content {
	margin: -0.5rem;
	display: flex;
	flex-wrap: wrap;
}
.section__image-blocks .image-blocks__item {
	position: relative;
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	padding: 0.5rem;
}
@media (min-width: 768px) {

	.section__image-blocks .image-blocks__item {
		width: 50%;
	}
}
@media (min-width: 1024px) {

	.section__image-blocks .image-blocks__item {
		width: 33.333333%;
	}
}
@media (min-width: 1280px) {

	.section__image-blocks .image-blocks__item {
		width: 25%;
	}
}
.section__image-blocks .image-blocks__item {

      max-height: 420px;
    }
.section__image-blocks .image-blocks__item__image {
	height: 100%;
	width: 100%;
}
.section__image-blocks .image-blocks__item__description {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0.375rem;
	background-color: var(--c-secondary);
	padding-top: 1rem;
	padding-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.section__image-blocks .image-blocks__item__description:hover {
	opacity: 0.9;
}
.section__image-blocks .image-blocks__item__description {
        width: calc(100% - 40px);
        left: 50%;
        bottom: 2.75rem;
        transform: translateX(-50%);
      }
@media (min-width: 768px) {
.section__image-blocks .image-blocks__item__description {
          width: 50%
      }
        }
.section__image-blocks .image-blocks__item__heading {
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}
.section__image-blocks .image-blocks__item__preheading {
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section__image-blocks .image-blocks__item__subheading {
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.image-blocks__content-outer.with-carousel {
	overflow-x: hidden;
}
.image-blocks__content-outer.with-carousel .image-blocks__content {
	margin-right: -9rem;
	max-width: 100%;
	flex-wrap: nowrap;
	overflow-x: scroll;
}
@media (min-width: 768px) {

	.image-blocks__content-outer.with-carousel .image-blocks__content {
		max-width: none;
	}

	.image-blocks__content-outer.with-carousel .image-blocks__content {
		overflow-x: hidden;
	}
}
.image-blocks__content-outer.with-carousel .image-blocks__item {
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
}
@media (min-width: 768px) {

	.image-blocks__content-outer.with-carousel .image-blocks__item {
		width: 50%;
	}
}
@media (min-width: 1024px) {

	.image-blocks__content-outer.with-carousel .image-blocks__item {
		width: 33.333333%;
	}
}
@media (min-width: 1280px) {

	.image-blocks__content-outer.with-carousel .image-blocks__item {
		width: 25%;
	}
}
.image-blocks__content-outer.with-carousel .slider__control {
	position: absolute;
	top: 50%;
	margin: 1rem;
	display: flex;
	height: 2.5rem;
	width: 2.5rem;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	color: var(--c-secondary);
	opacity: 1;
}
.image-blocks__content-outer.with-carousel .slider__control:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.image-blocks__content-outer.with-carousel .slider__control.disabled {
	opacity: 0;
}
.image-blocks__content-outer.with-carousel .slider__control.slide__prev {
	left: 0px;
}
.image-blocks__content-outer.with-carousel .slider__control.slide__next {
	right: 0px;
}
.image-blocks__content-outer.with-carousel .slider__control svg {
	height: 20px;
}
@media (min-width: 768px) {
.image-blocks__content-outer.with-carousel.arrow-hidden-desktop .slider__control {
		display: none;
	}
      }
.section__featured-blog {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.section__featured-blog .blog-posts__header {
	margin-bottom: 2.25rem;
}
@media (min-width: 1024px) {

	.section__featured-blog .blog-posts__header {
		display: grid;
	}

	.section__featured-blog .blog-posts__header {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.section__featured-blog .blog-posts__header {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
}
.section__featured-blog .blog-posts__title {
	text-align: center;
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: capitalize;
}
@media (min-width: 768px) {

	.section__featured-blog .blog-posts__title {
		text-align: left;
	}
}
@media (min-width: 1024px) {

	.section__featured-blog .blog-posts__title {
		grid-column: span 2 / span 2;
	}
}
.section__featured-blog .blog-posts__subtitle {
	margin-top: 1rem;
}
@media (min-width: 1024px) {

	.section__featured-blog .blog-posts__subtitle {
		grid-column: span 2 / span 2;
	}

	.section__featured-blog .blog-posts__subtitle {
		margin-top: 0px;
	}
}
.section__featured-blog .blog-posts__blog-link {
	grid-row: span 2 / span 2;
	display: none;
	justify-self: end;
}
@media (min-width: 1024px) {

	.section__featured-blog .blog-posts__blog-link {
		display: block;
	}
}
.section__featured-blog .blog-posts__blog-link .button__outline {
	margin-top: 0px;
	border-color: var(--c-secondary);
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--c-secondary);
}
.section__featured-blog .blog-posts__grid {
	display: flex;
	flex-wrap: nowrap;
	column-gap: 1rem;
	row-gap: 2.5rem;
	overflow-x: scroll;
	padding-bottom: 1.25rem;
	padding-right: 1.25rem;
}
@media (min-width: 1024px) {

	.section__featured-blog .blog-posts__grid {
		margin-left: auto;
	}

	.section__featured-blog .blog-posts__grid {
		display: grid;
	}

	.section__featured-blog .blog-posts__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.section__featured-blog .blog-posts__grid {
		column-gap: 2rem;
	}

	.section__featured-blog .blog-posts__grid {
		overflow: hidden;
	}

	.section__featured-blog .blog-posts__grid {
		padding-left: 0px;
		padding-right: 0px;
	}

	.section__featured-blog .blog-posts__grid {
		padding-bottom: 0px;
	}
}
.section__featured-blog .blog-posts__footer .blog-posts__blog-link {
	display: block;
}
.section__featured-blog .blog-posts__footer-blog-link {
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
}
@media (min-width: 1024px) {

	.section__featured-blog .blog-posts__footer-blog-link {
		display: none;
	}
}
.section__featured-blog .blog-posts .blog-posts__slider.keen-slider:not(.slider-loaded) .slider__window {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {

	.section__featured-blog .blog-posts .blog-posts__slider.keen-slider:not(.slider-loaded) .slider__window {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media (max-width: 768px) {
.section__featured-blog .blog-posts .blog-posts__slider {
        margin-right: -190px
    }
      }
.section__featured-blog .blog-posts .blog-posts__slider.hide-arrow-desktop .slider__control {
          top: 40%;
          transform: translateY(-50%);
        }
@media (min-width: 768px) {
.section__featured-blog .blog-posts .blog-posts__slider.hide-arrow-desktop .slider__control {
		display: none;
	}
          }
@media (max-width: 768px) {
.section__featured-blog .blog-posts .blog-posts__slider .slider__control {
		display: flex;
	}
        }
.section__featured-blog .blog-posts .blog-posts__slider .slider__control.slide__prev.disabled {
	opacity: 0;
}
@media (max-width: 768px) {
.section__featured-blog .blog-posts .blog-posts__slider .slider__control.slide__prev {
            left: 5px
        }
          }
.section__featured-blog .blog-posts .blog-posts__slider .slider__control.slide__next.disabled {
	opacity: 1;
}
@media (max-width: 768px) {
.section__featured-blog .blog-posts .blog-posts__slider .slider__control.slide__next {
            right: 180px
        }
          }
.section__footer {
  background-color: var(--c-brand-bg-2);
}
.section__footer .footer {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--site-width);
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 1024px) {

	.section__footer .footer {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.section__footer .footer__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.section__footer .footer__item {
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 1024px) {

	.section__footer .footer__item {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.section__footer .footer__item {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section__footer .footer__item:first-child {
	padding-top: 2.5rem;
}
.section__footer .footer__item__heading {
	margin-bottom: 1rem;
	font-family: var(--font-family-secondary);
	font-weight: 400;
}
.section__footer .footer__item__list > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.section__footer .footer__item__list-item > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.section__footer .footer__item__list-item a {
	font-size: 0.75rem;
	line-height: 1rem;
}
.section__footer .footer__item details {
	margin-bottom: 1.25rem;
	display: block;
	border-bottom-width: 1px;
	padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {

	.section__footer .footer__item details {
		display: none;
	}
}
.section__footer .footer__item details {
        border-color: #414b56;
      }
.section__footer .footer__item details summary::marker {
          display: none;
        }
.section__footer .footer__item details summary::-webkit-details-marker {
          display: none;
        }
.section__footer .footer__item details summary {
          list-style: none;
        }
.section__footer .footer__item details summary .icon {
	float: right;
	height: 0.625rem;
	width: 0.875rem;
	padding-top: 0.5rem;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
            transform-origin: bottom;
}
.section__footer .footer__item details summary .footer__item__heading {
	order: 1;
	margin-bottom: 0px;
	width: auto;
}
.section__footer .footer__item details .accordion__content {
	padding-top: 1rem;
}
.section__footer .footer__item details[open] .icon {
            transform: rotate(-180deg);
          }
.section__footer .footer__item-about {
	padding-bottom: 2.5rem;
}
.section__footer .footer__item-about .footer__item__content > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.section__footer .footer__item-about .footer__item__text > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.section__footer .footer__item-about .footer__item__text {
	font-size: 0.75rem;
	line-height: 1rem;
	line-height: 1.5rem;
}
.section__footer .footer__item-about .footer__item__text p {
	display: flex;
}
.section__footer .footer__item-about .footer__item__text p > * {
            flex: 1;
          }
.section__footer .footer__item-about .footer__item__text strong {
	font-weight: 400;
}
.section__footer .footer__item-newsletter {
      order: -1;
      margin-left: auto;
      background-color: var(--c-secondary);
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }
@media (min-width: 1024px) {

	.section__footer .footer__item-newsletter {
		order: 1;
	}

	.section__footer .footer__item-newsletter {
		max-width: 430px;
	}

	.section__footer .footer__item-newsletter {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}
}
.section__footer .footer__item-newsletter .newsletter__heading {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 800;
}
@media (min-width: 1024px) {

	.section__footer .footer__item-newsletter .newsletter__heading {
		text-align: left;
	}
}
.section__footer .footer__item-newsletter .newsletter__form {
	display: flex;
	flex-direction: column;
}
.section__footer .footer__item-newsletter .newsletter__input {
	width: 100%;
	min-width: 0px;
	appearance: none;
	border-radius: 0.375rem;
	border-width: 0px;
	padding: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: var(--c-paragraph-primary);
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.section__footer .footer__item-newsletter .newsletter__buttons {
	margin-top: 0.625rem;
	width: 100%;
}
.section__footer .footer__item-newsletter .newsletter__button {
	margin: 0px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0.375rem;
	border-width: 1px;
	border-color: transparent;
	padding: 1rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
}
.section__footer .footer__item-newsletter .newsletter__form-message {
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: center;
}
@media (min-width: 1024px) {

	.section__footer .footer__item-newsletter .newsletter__form-message {
		text-align: left;
	}
}
.section__footer .footer__social-links {
	margin-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section__footer .footer__social-links .social-icon {
	display: flex;
	height: 2rem;
	width: 2rem;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	color: var(--c-secondary);
}
.section__footer .footer__social-links .social-icon:nth-child(n+2) {
	margin-left: 1rem;
}
#shopify-section-footer__credits p {
	text-align: left;
	font-size: 0.75rem;
	line-height: 1rem;
}
.section__logo-list .logo-list {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

	.section__logo-list .logo-list {
		flex-direction: row;
	}
}
.section__logo-list .logo-list__header {
	margin-bottom: 1.25rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 1rem;
}
@media (min-width: 640px) {

	.section__logo-list .logo-list__header {
		padding-left: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.section__logo-list .logo-list__header {
		margin-bottom: 0px;
	}

	.section__logo-list .logo-list__header {
		width: 20%;
	}
}
.section__logo-list .logo-list .logo-list__title {
	font-size: 1.5rem;
	line-height: 2rem;
}
.section__logo-list .logo-list .logo-list__subtitle {
	letter-spacing: 0.05em;
}
@media (min-width: 1024px) {

	.section__logo-list .logo-list__content {
		width: 80%;
	}
}
.section__logo-list .logo-list__content.keen-slider.slider-loaded .slider__control {
          opacity: 1;
          top: 50%;
          transform: translateY(-50%);
        }
.section__logo-list .logo-list__content.keen-slider.slider-loaded .slider__control.slide__prev {
            left: 30px;
          }
@media (max-width: 768px) {
.section__logo-list .logo-list__content.keen-slider.slider-loaded .slider__control.slide__prev {
              left: 10px
          }
            }
.section__logo-list .logo-list__content.keen-slider.slider-loaded .slider__control.slide__prev.disabled {
	display: none;
}
.section__logo-list .logo-list__content.keen-slider.slider-loaded .slider__control.slide__next {
            right: 30px;
          }
@media (max-width: 768px) {
.section__logo-list .logo-list__content.keen-slider.slider-loaded .slider__control.slide__next {
              right: 10px
          }
            }
.section__logo-list .logo-list__content.keen-slider.slider-loaded .slider__control.slide__next.disabled {
	display: flex;
}
@media (max-width: 768px) {
.section__logo-list .logo-list__content.keen-slider.slider-loaded .slider__control {
		display: block;
	}
          }
.section__logo-list .logo-list__content:not(.keen-slider) {
	margin-top: 1.5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.125rem;
}
@media (min-width: 768px) {

	.section__logo-list .logo-list__content:not(.keen-slider) {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (min-width: 1024px) {

	.section__logo-list .logo-list__content:not(.keen-slider) {
		margin-top: 2rem;
	}
}
.section__logo-list .logo-list__content .slider__window {
        height: 60px;
        transform: translateX(16px);
      }
@media (min-width: 1024px) {
.section__logo-list .logo-list__content .slider__window {
          height: 120px;
          transform: translateX(0)
      }
        }
.section__logo-list .logo-list__item {
	grid-column: span 1 / span 1;
	display: flex;
	justify-content: center;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
      height: 60px;
      width: 120px;
}
@media (min-width: 1024px) {
.section__logo-list .logo-list__item {
        height: 120px;
        width: 190px
    }
      }
.section__logo-list .logo-list__item-image {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.section__logo-list .logo-list__link {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
@media (min-width: 1024px) {

	.section__logo-list .logo-list__link {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.section__logo-list .logo-list__link {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.bundle-builder {
  --border-color: #e6ebee;
}
.bundle-builder__title {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	line-height: 1.75rem;
	letter-spacing: 0.025em;
}
.bundle-builder__options {
	border-top-width: 1px;
    border-color: var(--border-color);
}
.bundle-builder__options > * {
      border-color: var(--border-color);
    }
.bundle-builder__option {
	border-bottom-width: 1px;
	padding-bottom: 0.75rem;
	padding-top: 1rem;
}
.bundle-builder__option .icon {
	height: 0.625rem;
	width: 0.875rem;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.bundle-builder__option[open] .icon {
        transform: rotate(-180deg);
      }
.bundle-builder summary {
	display: flex;
	justify-content: space-between;
}
.bundle-builder summary::marker {
      content: "";
    }
.bundle-builder__option-content {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(1, minmax(0, 1fr));
	padding-top: 1rem;
}
.bundle-builder__option-content input {
	display: none;
}
.bundle-builder__option-image {
	position: relative;
	grid-row: span 2 / span 2;
}
.bundle-builder__option-image img {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	object-fit: contain;
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
      z-index: -1;
}
.bundle-builder__option-image img.visible {
        opacity: 1;
      }
.bundle-builder__option-description {
	grid-column: span 2 / span 2;
	display: none;
}
.bundle-builder__option-value {
	grid-column: span 2 / span 2;
}
.bundle-builder__option-value .option__charge {
      color: rgb(203, 72, 103);
    }
.bundle-builder__option-value .option__rrp {
      text-decoration: line-through;
    }
.bundle-builder__option-title {
	display: flex;
	width: 100%;
	padding-right: 0.5rem;
	line-height: 1.25rem;
}
.bundle-builder__option-title [data-bundle-option-title] {
	flex: 1 1 0%;
}
.bundle-builder__option-list {
	margin-left: -0.75rem;
	display: flex;
	flex-wrap: wrap;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.bundle-builder__option-list li {
	margin-bottom: 0.75rem;
	margin-left: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bundle-builder__option-list li label {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bundle-builder__option-swatch {
	display: inline-block;
	cursor: pointer;
	border-radius: 9999px;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity));
	--tw-ring-offset-width: 2px;
}
.bundle-builder__option-swatch:hover {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity));
}
.bundle-builder__option-swatch {
    height: 20px;
    width: 20px;
  }
.bundle-builder__option-swatch.swatch-image {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity));
	--tw-ring-offset-width: 1px;
}
.bundle-builder__option-swatch.swatch-image img {
	border-radius: 9999px;
}
.bundle-builder__option--no-selection .icon {
	height: 100%;
	width: 100%;
	object-fit: fill;
}
.bundle-builder__option-text {
	border-radius: 0.375rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	--tw-ring-offset-width: 2px;
}
.bundle-builder__option-text:hover {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
input:checked ~ .bundle-builder__option-swatch, input:checked ~ .bundle-builder__option-text {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
input:disabled ~ .bundle-builder__option-swatch {
	cursor: auto;
	opacity: 0.5;
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}
input:disabled ~ .bundle-builder__option-swatch:hover {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity));
}
.bundle-builder__bar {
	pointer-events: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 49;
	display: block;
	max-height: 8rem;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
@media (min-width: 1024px) {

	.bundle-builder__bar {
		max-height: 6rem;
	}
}
.bundle-builder__bar.sticky {
	pointer-events: auto;
	opacity: 1;
}
.bundle-builder__bar-contents {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: var(--site-width);
	align-items: center;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 1rem;
}
@media (min-width: 1024px) {

	.bundle-builder__bar-contents {
		flex-direction: row;
	}

	.bundle-builder__bar-contents {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.bundle-builder__bar-product {
	display: flex;
}
.bundle-builder__bar-product img {
	margin-right: 0.75rem;
	display: none;
}
@media (min-width: 1024px) {

	.bundle-builder__bar-product img {
		display: block;
	}
}
.bundle-builder__bar-product-info {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.bundle-builder__bar-product-title {
	font-weight: 800;
}
.bundle-builder__bar-price {
	text-align: right;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
}
.bundle-builder__bar-price .price {
	display: flex;
	flex-direction: column-reverse;
}
.bundle-builder__bar-form form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bundle-builder__bar-form .product__button-wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bundle-builder__bar-form .product__buttons {
	margin-left: 0px !important;
	flex: 1 1 0%;
}
.bundle-builder ~ form .product__qty-selector {
  z-index: -1;
}
.product__gallery.thumbnails_bottom .bundle-gallery {
	position: relative;
}
.product__gallery.thumbnails_bottom .bundle-gallery .gallery {
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow-x: visible;
}
.product__gallery.thumbnails_bottom .bundle-gallery .gallery__item {
	margin-left: 0.5rem;
}
.product__gallery.thumbnails_bottom .bundle-gallery .gallery img {
	object-position: left;
}
@media (min-width: 1024px) {
.product__gallery.thumbnails_bottom .bundle-gallery .gallery img {
		object-position: center;
	}
      }
.product__gallery.sticky {
    padding-top: 620px;
  }
@media (min-width: 1024px) {
.product__gallery.sticky {
      padding-top: 770px
  }
    }
.product__gallery.sticky .bundle-gallery {
	position: fixed;
	top: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 768px) {
.product__gallery.sticky .bundle-gallery {
        max-width: calc(50% - 2.5rem);
        width: calc(var(--site-width) / 2 - 2rem)
    }
      }
.product__gallery.sticky-bottom {
    align-self: end;
    padding: 0;
  }
.product__gallery.sticky-bottom .bundle-gallery {
	position: static;
	width: auto;
	max-width: none;
}
.bb_has-stuck-bar .pubble-sb-br {
    bottom: 140px;
  }
.cart__error {
	margin-top: 1rem;
  line-height: 1rem;
  min-height: 1rem;
}
.section__rich-text {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.section__rich-text .rich-text {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--site-width);
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: center;
}
@media (min-width: 1024px) {

	.section__rich-text .rich-text {
		padding-left: 10rem;
		padding-right: 10rem;
	}
}
.section__rich-text .rich-text__heading {
	font-size: 1.5rem;
	line-height: 2rem;
}
.section__rich-text .rich-text__paragraph {
	margin-top: 1rem;
	text-align: justify;
	line-height: 1.5rem;
}
@media (min-width: 1024px) {

	.section__rich-text .rich-text__paragraph {
		text-align: center;
	}
}
.section__rich-text .rich-text__buttons {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}
.section_slider-banner .keen-slider.slider-loaded.overlay-arrows .slider__control {
      top: calc(50% - 40px - 2rem);
      width: 2rem;
      height: 2rem;
      color: #ffffff;
      opacity: 0.2;
      transition: all 0.15s ease-in;
    }
.section_slider-banner .keen-slider.slider-loaded.overlay-arrows:hover .slider__control:not(.disabled) {
      background-color: transparent;
      opacity: 0.8;
      transform: scale(2, 2);
      transform-origin: left;
      transition: all 0.25s ease-out;
    }
.section_slider-banner .keen-slider.slider-loaded.overlay-arrows:hover .slider__control:not(.disabled).slide__next {
        transform-origin: right;
      }
.section_slider-banner .keen-slider .keen-slider__slide {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	min-width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 3rem;
      min-height: 900px;
}
@media (min-width: 1024px) {
.section_slider-banner .keen-slider .keen-slider__slide {
        min-height: 550px
    }
      }
.section_slider-banner .slide-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.2;
}
.section_slider-banner .slide-image {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.section_slider-banner .slide-image .image-container.md\:hidden {
	object-position: top;
}
.section_slider-banner .slide-caption {
	position: relative;
	display: flex;
	flex-direction: column;
}
.section_slider-banner .slide__heading {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 800;
	letter-spacing: -0.025em;
}
@media (min-width: 640px) {

	.section_slider-banner .slide__heading {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.section_slider-banner .slide__description {
	margin-top: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
@media (min-width: 1024px) {

	.section_slider-banner .slide__description {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
.section_slider-banner .slide__button-wrapper {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section_slider-banner .slide__button-wrapper > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

	.section_slider-banner .slide__button-wrapper {
		flex-direction: row;
	}

	.section_slider-banner .slide__button-wrapper > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.section_slider-banner .slide__button-wrapper > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}
}
.section_slider-banner .slide__button {
	margin-top: 0px;
	display: flex;
	min-width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section_slider-banner .slide__button:hover {
	border-color: var(--c-secondary);
	background-color: var(--c-secondary);
}
@media (min-width: 1024px) {

	.section_slider-banner .slide__button {
		width: 50%;
	}

	.section_slider-banner .slide__button {
		min-width: 0px;
	}
}
.section_slider-banner .md-captions-below .keen-slider__slide {
      padding: 0;
    }
.section_slider-banner .md-captions-below .slide-overlay {
      display: none;
    }
.section_slider-banner .md-captions-below .slide-image {
      position: static;
    }
.section_slider-banner .md-captions-below .slide-caption {
	padding: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
@media (min-width: 768px) {
      .section_slider-banner .md-captions-below .keen-slider__slide {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
      .section_slider-banner .md-captions-below .keen-slider__slide {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
      @media (min-width: 640px) {

		.section_slider-banner .md-captions-below .keen-slider__slide {
			padding-left: 3rem;
			padding-right: 3rem;
		}
	}
      @media (min-width: 640px) {

		.section_slider-banner .md-captions-below .keen-slider__slide {
			padding-top: 10rem;
			padding-bottom: 10rem;
		}
	}
      @media (min-width: 1024px) {

		.section_slider-banner .md-captions-below .keen-slider__slide {
			padding-left: 4rem;
			padding-right: 4rem;
		}
	}

      .section_slider-banner .md-captions-below .slide-overlay {
        display: block;
      }

      .section_slider-banner .md-captions-below .slide-image {
		position: absolute;
	}

      .section_slider-banner .md-captions-below .slide-image {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
    }
.section__testimonial {
	padding-top: 2rem;
	padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

	.section__testimonial {
		padding-top: 4rem;
	}

	.section__testimonial {
		padding-bottom: 3rem;
	}
}
.section__testimonial {
  background-color: var(--c-brand-bg-2);
}
.section__testimonial .testimonial {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--site-width);
	text-align: center;
}
.section__testimonial .testimonial__heading {
	font-size: 1.5rem;
	line-height: 2rem;
}
.section__testimonial .testimonial .keen-slider {
	padding-bottom: 1.25rem;
}
.section__testimonial .testimonial .keen-slider .slide__dot {
	border-width: 0px;

        --slider-dot-size: 5px;
}
.section__testimonial .testimonial .keen-slider .slide__dot-active {
          --slider-active-dot-color: var(--c-primary);
        }
.section__testimonial .testimonial .keen-slider .slider__control {
	left: 0.5rem;
	display: flex;
	border-radius: 0.125rem;
}
@media (min-width: 1024px) {

	.section__testimonial .testimonial .keen-slider .slider__control {
		left: 15rem;
	}
}
.section__testimonial .testimonial .keen-slider .slider__control {
        top: 40%;
      }
.section__testimonial .testimonial .keen-slider .slider__control.slide__next {
	right: 0.5rem;
	left: auto;
}
@media (min-width: 1024px) {

	.section__testimonial .testimonial .keen-slider .slider__control.slide__next {
		right: 15rem;
	}
}
.section__testimonial .testimonial__item {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	padding-left: 4rem;
	padding-right: 4rem;
}
@media (min-width: 1024px) {

	.section__testimonial .testimonial__item {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.section__testimonial .testimonial__item__heading {
	margin-bottom: 0.5rem;
}
.section__testimonial .testimonial__item__text {
	margin-left: auto;
	margin-right: auto;
	max-width: 36rem;
	max-width: 480px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	color: var(--c-paragraph-primary);
}
.section__testimonial .testimonial__item__reviewer {
	margin-top: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 800;
}
.section__testimonial .testimonial__item__rating {
	margin-bottom: 1.5rem;
}
.section__testimonial .testimonial__item__star {
	color: var(--c-secondary);
}
.section__top-bar {
	display: none;
}
@media (min-width: 1024px) {

	.section__top-bar {
		display: block;
	}
}
.section__top-bar {
  background-color: var(--c-brand-bg-2);
}
.section__top-bar .top-bar {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	height: 2.5rem;
	max-width: var(--site-width);
	align-items: center;
	justify-content: space-between;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (min-width: 640px) {

	.section__top-bar .top-bar {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.section__top-bar .top-bar {
		padding-left: 2rem;
	}

	.section__top-bar .top-bar {
		padding-right: 0px;
	}
}
.section__top-bar .top-bar__item {
	margin-left: 1.5rem;
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
.section__top-bar .top-bar__item:nth-child(3) {
	margin-left: auto;
}
.section__top-bar .top-bar__item .icon {
	margin-right: 0.75rem;
}
.section__top-bar .top-bar__item .icon[data-icon="truck"] {
          width: 22px;
        }
.section__top-bar .top-bar .button__primary {
	margin-top: 0px;
	max-height: 100%;
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.section__top-bar.wide {
	max-width: none;
}
.section__top-bar-mobile {
	display: block !important;
}
@media (min-width: 1024px) {

	.section__top-bar-mobile {
		display: none !important;
	}
}
.section__top-bar-mobile {
  background-color: var(--c-brand-bg-2);
}
.section__top-bar-mobile .top-bar-mobile {
	height: 2.5rem;
}
.section__top-bar-mobile .top-bar-mobile__item {
	display: flex;
	height: 2.5rem;
	align-items: center;
	justify-content: center;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
}
.section__top-bar-mobile .top-bar-mobile__item .icon {
	margin-right: 0.5rem;
	width: 2rem;
}
.section__top-bar-mobile .top-bar-mobile__item .icon[data-icon="truck-2"] {
	width: 2.5rem;
}
.section__top-bar-mobile .top-bar-mobile .button__primary {
	margin-top: 0px;
	max-height: 100%;
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.usp-bar {
	background-color: var(--c-secondary);
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.usp-bar__heading-wrapper {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1024px) {

	.usp-bar__heading-wrapper {
		max-width: 80rem;
	}
}
.usp-bar__heading {
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 800;
	letter-spacing: -0.025em;
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.usp-bar__heading {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
.usp-bar__subheading {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
	max-width: 42rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
@media (min-width: 640px) {

	.usp-bar__subheading {
		margin-top: 1rem;
	}
}
.usp-bar__content {
	margin-left: auto;
	margin-right: auto;
	display: grid;
	max-width: 24rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	column-gap: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 640px) {

	.usp-bar__content {
		max-width: none;
	}
}
.usp-bar .slider__window {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

	.usp-bar .slider__window {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1024px) {

	.usp-bar .slider__window {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.usp-bar__item {
	text-align: center;
}
@media (min-width: 1024px) {

	.usp-bar__item {
		display: block;
	}

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

	.usp-bar__item {
		text-align: center;
	}
}
.usp-bar__item-content {
      /* @apply; */
    }
.usp-bar__item .icon {
      height: 2rem;
      width: 2rem;
    }
.usp-bar__item-heading {
	font-family: var(--font-family-primary);
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.usp-bar__item-text {
	font-size: 0.75rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.category-links__items-wrap {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-right: -1rem;
	display: flex;
	overflow-x: auto;
}
@media (min-width: 1024px) {

	.category-links__items-wrap {
		margin-right: 0px;
	}

	.category-links__items-wrap {
		flex-wrap: wrap;
	}

	.category-links__items-wrap {
		justify-content: center;
	}
}
.category-links__single-item {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {

	.category-links__single-item {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.category-links__single-item {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
}
.category-links__item-inner {
	display: flex;
	align-items: center;
}
.category-links__item-inner > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.category-links__item-inner {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
}
.category-links__item-inner:hover {
	text-decoration: underline;
}
.category-links__item-image {
	position: relative;
	display: none;
	height: 2rem;
	width: 2rem;
}
@media (min-width: 1024px) {

	.category-links__item-image {
		display: block;
	}
}
.category-links__item-image img {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.category-links__item-image + div {
	white-space: nowrap;
}
@media (min-width: 1024px) {

	.category-links__item-image + div {
		white-space: normal;
	}
}
.shopify-policy__container {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--site-width);
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

	.shopify-policy__container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.shopify-policy__container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
.shopify-policy__container .shopify-policy__title h1 {
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
	text-align: center;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 700;
}
@media (min-width: 1024px) {

	.shopify-policy__container .shopify-policy__title h1 {
		font-size: 3rem;
		line-height: 1;
	}
}
.shopify-policy__container .shopify-policy__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 48rem;
}
.shopify-policy__container .shopify-policy__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 48rem;
}
.shopify-policy__container .shopify-policy__body h1 {
      display: block;
      margin: 0.67em 0;
    }
.shopify-policy__container .shopify-policy__body h2 {
      display: block;
      margin: 0.83em 0;
    }
.shopify-policy__container .shopify-policy__body h3 {
      display: block;
      margin: 1em 0;
    }
.shopify-policy__container .shopify-policy__body h4 {
      display: block;
      margin: 1.33em 0;
    }
.shopify-policy__container .shopify-policy__body h5 {
      display: block;
      margin: 1.67em 0;
    }
.shopify-policy__container .shopify-policy__body h6 {
      display: block;
      margin: 2.33em 0;
    }
.shopify-policy__container .shopify-policy__body p {
      display: block;
      margin: 1em 0;
    }
.shopify-policy__container .shopify-policy__body img {
      max-width: 100%;
    }
.shopify-policy__container .shopify-policy__body figure {
      display: block;
      margin: 1em 40px;
    }
.shopify-policy__container .shopify-policy__body ul {
      display: block;
      list-style-type: disc;
      margin: 1em 0;
      padding-left: 40px;
    }
.shopify-policy__container .shopify-policy__body li {
      display: list-item;
    }
.shopify-policy__container .shopify-policy__body a {
      color: blue;
    }
.shopify-policy__container .shopify-policy__body a:hover {
        text-decoration: underline;
      }
.shopify-policy__container .shopify-policy__body iframe,
    .shopify-policy__container .shopify-policy__body video,
    .shopify-policy__container .shopify-policy__body picture,
    .shopify-policy__container .shopify-policy__body img {
      max-width: 100%;
      display: block;
      margin: 1em 0;
    }
@media (max-width: 1023px) {
    .sss_index_safety .image-with-text__image {
      position: relative;
      padding-top: 75%;
      height: unset;
    }

    .sss_index_safety .image-with-text__image img {
      position: absolute;
      top: 0;
      left: 0;
    }

    .sss_index_safety .image-with-text__text-wrapper {
      padding-top: 3.5rem;
    }
  }
.section__featured-collection .sss_index_new-arrivals {
	margin-top: 2rem;
	border-top-width: 1px;
	border-color: var(--c-secondary);
}
@media (min-width: 640px) {

	.section__featured-collection .sss_index_new-arrivals {
		margin-top: 4rem;
	}

	.section__featured-collection .sss_index_new-arrivals {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}
@media (min-width: 1024px) {

	.section__featured-collection .sss_index_new-arrivals {
		margin-top: 0px;
	}

	.section__featured-collection .sss_index_new-arrivals {
		border-width: 0px;
	}
}
@media (min-width: 1280px) {

	.section__featured-collection .sss_index_new-arrivals {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
@media (max-width: 767px) {
    .section_slider-banner .sss_index_hero .keen-slider__slide {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
@media (max-width: 1023px) {
    .sss_index_appointment .image-with-text__image {
      position: relative;
      padding-top: 75%;
      height: unset;
    }

    .sss_index_appointment .image-with-text__image img {
      position: absolute;
      top: 0;
      left: 0;
    }

    .sss_index_appointment image-with-text__text-wrapper {
      padding-top: 3.5rem;
    }
  }
.sss_page-contact_location .contact-location__items-wrap {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
.sss_page-contact_location .one-half {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	flex-grow: 0;
	flex-grow: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
}
.sss_page-contact_location .text {
	padding: 1rem;
}
.sss_page-contact_location .text p {
	margin-top: 1.5rem;
}
@media (min-width: 640px) {
    .sss_page-contact_location .one-half {
      width: calc(50% - 20px);
    }
  }
@media (min-width: 768px) {
    .sss_page-contact_location .one-half {
      width: calc(25% - 20px);
    }
  }
.sss_page-contact_location .text-right {
	text-align: left;
}
.sss_page-contact_location img {
    border: 3px solid rgba(0, 0, 0, 10%);
  }
.sss_page-contact_location .contact-location__content-title + p {
    margin-top: 0;
  }
.faq__section .image-container {
	padding: 0px;
}
@media (min-width: 1024px) {

	.faq__section .image-container {
		padding: 3.5rem;
	}
}
.faq__section .image-container img {
	max-height: 250px;
}
@media (min-width: 768px) {

	.faq__section .image-container img {
		max-height: 500px;
	}
}
@media (min-width: 1024px) {

	.faq__section .image-container img {
		max-height: unset;
	}
}
.faq__section .sf9-accordion__content a {
    text-decoration: underline;
  }
.faq__block-heading {
  color: #2e2a25;
  size: 32px;
}
.sf9-accordion__heading {
  color: #2e2a25;
  size: 24px;
  font-weight: normal;
}
.sf9-accordion__content {
  color: #000000;
  size: 20px;
}
/**
 * Styles for the SF9 Cart Crosssells Theme App Extension
*/
@media (min-width: 1024px) {
body .incart-crosssells__cart {
    --crosssells-height: 260px
}
  }
body .incart-crosssells__cart .ajaxcart__inner-content, body .incart-crosssells__cart .cart__footer {
	padding-bottom: 0.5rem;
	padding-top: 1rem;
}
body .incart-crosssells__cart .cart__checkout {
	margin-top: 1rem;
}
.ajaxcart__inner-content,
.cart__footer {
  --crosssells-width: 448px;
  width: 100%;
}
@media (min-width: var(--crosssells-width)) { /* stylelint-disable-line media-query-no-invalid */
  .ajaxcart__inner-content,
  .cart__footer {
    width: var(--crosssells-width);
  }
}
body .app-block__incart-cross-sells {
  /* TW24768664 disable here as this is included on main body but should only be displayed on mini cart */
  overflow-x: hidden !important;
}
/* stylelint-disable-line declaration-no-important */
body .app-block__incart-cross-sells .product {
	width: 100%;
	border-radius: 0.375rem;
}
@media (min-width: 1024px) {

	body .app-block__incart-cross-sells .product {
		padding-left: 0px;
		padding-right: 0px;
	}
}
body .app-block__incart-cross-sells .product__image {
	margin-bottom: 0px;
	height: 90px !important;
	border-width: 1px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
body .app-block__incart-cross-sells .product__image img {
	object-fit: contain;
}
body .app-block__incart-cross-sells .product__title {
	text-align: left;
	font-size: 0.75rem;
	line-height: 1rem;
	text-transform: capitalize;
}
body .app-block__incart-cross-sells .product__title a {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;

      /* @media screen and (min-width: 800px) {
                display: inline;
                -webkit-line-clamp: none;
            } */
    }
body .app-block__incart-cross-sells .button {
	margin-top: 0.25rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	background-color: var(--c-secondary);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
body .app-block__incart-cross-sells .button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 156, 146, var(--tw-bg-opacity));
}
body .ajaxcart__background-overlay .app-block__incart-cross-sells {
	left: 0px !important;
	margin: 0px;
	width: 100%;
	width: 100% !important;
	max-width: 100vw;
}
@media (min-width: 1024px) {

	body .ajaxcart__background-overlay .app-block__incart-cross-sells {
		left: auto !important;
	}

	body .ajaxcart__background-overlay .app-block__incart-cross-sells {
		margin-right: -2px;
	}
body .ajaxcart__background-overlay .app-block__incart-cross-sells {
    max-width: var(--crosssells-width)
}
}
body .ajaxcart__background-overlay .app-block__incart-cross-sells .title {
	margin-bottom: 0.5rem !important;
}
body .ajaxcart__background-overlay .app-block__incart-cross-sells .content {
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(244, 244, 245, var(--tw-border-opacity)); /*  lg:h-screen lg:border-r */
}
body .ajaxcart__background-overlay .app-block__incart-cross-sells .product__image {
    aspect-ratio: 1/1 !important; /* stylelint-disable-line declaration-no-important */
  }
body.ajax-cart-is-open .ajaxcart__background-overlay .app-block__incart-cross-sells {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
  max-height: var(--crosssells-height);
}
@media (min-width: 1024px) {
body.ajax-cart-is-open .ajaxcart__background-overlay .app-block__incart-cross-sells {
    --crosssells-height: 260px;
}
  }
html {
  overflow-x: hidden;
  overscroll-behavior: none;
}
.shopify-section {
  margin: calc(var(--section-spacing) * var(--fluid-1-5)) auto;
}
#shopify-section-top-bar,
#shopify-section-top-bar-mobile,
#shopify-section-header,
#shopify-section-announcement-bar,
.shopify-section-group-footer-group,
#shopbox-grid {
  margin: 0;
}
/* Accessibility labels - copied from Dawn */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0); /* stylelint-disable-line property-no-deprecated */
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important; /* stylelint-disable-line declaration-no-important */
  width: 1px;
  overflow-wrap: normal !important; /* stylelint-disable-line declaration-no-important */
}
.grecaptcha-badge {
	display: none;
}
.shopify-challenge__container {
  padding: 40px;
}
.shopify-challenge__button {
  background-color: var(--c-secondary);
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 15px !important; /* stylelint-disable-line declaration-no-important */
  padding: 12px 30px;
}
input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
  }
input[type="number"] {
    appearance: textfield;
  }
.store-availability-button[disabled] {
	cursor: default;
	--tw-text-opacity: 1;
	color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.store-availability-button[disabled] .icon {
	--tw-text-opacity: 1;
	color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.store-availability-container {
  max-width: 375px;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateX(100%);
}
.pickup-availability-close-button {
  top: 13px;
  right: 26px;
}
.store-availability-list,
.store-availability-list-header {
  width: calc(100% - 40px);
}
.store-availability-list-header {
  font-size: 0;
}
.store-availability-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
}
.store-availability-item__info {
  margin-bottom: 5px;
}
.store-availability-item__status {
  text-align: center;
}
.store-availability-item__status[data-stock-status="low-stock"] {
    color: #000000;
  }
.store-availability-item__status[data-stock-status="in-stock"] {
    color: #219653;
  }
.store-availability-item__status[data-stock-status="out-of-stock"] {
    color: #da394c;
  }
.store-availability-item__title,
.store-availability-item__status,
.store-availability-list-header__store,
.store-availability-list-header__status {
  width: 50%;
}
.store-availability-item__address {
  padding: 10px;
  font-size: 14px;
  background-color: #f8f5f3;
}
.store-availability-drawer[open] .store-availability-overlay {
    opacity: 1;
    display: block;
  }
.store-availability-drawer[open] .store-availability-container {
    transform: translateX(0);
    opacity: 1;
  }
.store-availability-overlay {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}
.enable-overlay {
  overflow: hidden;
}
.enable-overlay body::after {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: var(--c-black);
  opacity: 0.8;
}
.focus-within\:ring-2:focus-within {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-white:focus-within {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.hover\:bg-indigo-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.hover\:bg-blue-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
	background-color: var(--c-secondary);
}
.hover\:bg-indigo-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.hover\:text-indigo-500:hover {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:opacity-90:hover {
	opacity: 0.9;
}
.focus\:border-secondary:focus {
	border-color: var(--c-secondary);
}
.focus\:border-blue-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.focus\:border-indigo-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
	border-color: transparent;
}
.focus\:border-indigo-600:focus {
	--tw-border-opacity: 1;
	border-color: rgba(79, 70, 229, var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-black:focus {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.focus\:border-gray-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(113, 113, 122, var(--tw-border-opacity));
}
.focus\:bg-white:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-white:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}
.focus\:ring-secondary:focus {
	--tw-ring-color: var(--c-secondary);
}
.focus\:ring-indigo-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.focus\:ring-indigo-600:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-black:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.focus\:ring-gray-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity));
}
.focus\:ring-opacity-25:focus {
	--tw-ring-opacity: 0.25;
}
.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5;
}
.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}
.focus\:ring-offset-1:focus {
	--tw-ring-offset-width: 1px;
}
.focus\:ring-offset-4:focus {
	--tw-ring-offset-width: 4px;
}
.focus\:ring-offset-0:focus {
	--tw-ring-offset-width: 0px;
}
.focus\:ring-offset-blue-600:focus {
	--tw-ring-offset-color: #2563eb;
}
.focus\:ring-offset-blue-700:focus {
	--tw-ring-offset-color: #1d4ed8;
}
.focus\:ring-offset-indigo-600:focus {
	--tw-ring-offset-color: #4f46e5;
}
.focus\:ring-offset-gray-50:focus {
	--tw-ring-offset-color: #fafafa;
}
.focus-visible\:outline-none:focus-visible {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.group:hover .group-hover\:text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-100 {
	--tw-text-opacity: 1;
	color: rgba(244, 244, 245, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-indigo-500 {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-75 {
	opacity: 0.75;
}
@media (min-width: 375px) {

	.xs\:object-contain {
		object-fit: contain;
	}
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

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

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

	.sm\:block {
		display: block;
	}

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

	.sm\:flex {
		display: flex;
	}

	.sm\:grid {
		display: grid;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-48 {
		height: 12rem;
	}

	.sm\:w-48 {
		width: 12rem;
	}

	.sm\:w-full {
		width: 100%;
	}

	.sm\:w-auto {
		width: auto;
	}

	.sm\:max-w-xs {
		max-width: 20rem;
	}

	.sm\:max-w-lg {
		max-width: 32rem;
	}

	.sm\:max-w-md {
		max-width: 28rem;
	}

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

	.sm\:flex-shrink-0 {
		flex-shrink: 0;
	}

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

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

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

	.sm\:items-center {
		align-items: center;
	}

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

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

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

	.sm\:overflow-hidden {
		overflow: hidden;
	}

	.sm\:rounded-lg {
		border-radius: 0.5rem;
	}

	.sm\:p-6 {
		padding: 1.5rem;
	}

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

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

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

	.sm\:py-40 {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

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

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

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

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

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

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

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

	.sm\:pr-0 {
		padding-right: 0px;
	}

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

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

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

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

	.sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

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

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

	.sm\:leading-none {
		line-height: 1;
	}
}
@media (min-width: 768px) {

	.md\:absolute {
		position: absolute;
	}

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

	.md\:block {
		display: block;
	}

	.md\:inline {
		display: inline;
	}

	.md\:hidden {
		display: none;
	}

	.md\:w-3\/4 {
		width: 75%;
	}

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

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

	.md\:w-2\/3 {
		width: 66.666667%;
	}

	.md\:max-w-4xl {
		max-width: 56rem;
	}

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

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

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

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

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

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

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

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

	.md\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
@media (min-width: 1024px) {

	.lg\:aspect-w-1,
.lg\:aspect-w-2,
.lg\:aspect-w-3,
.lg\:aspect-w-4,
.lg\:aspect-w-5,
.lg\:aspect-w-6,
.lg\:aspect-w-7,
.lg\:aspect-w-8,
.lg\:aspect-w-9,
.lg\:aspect-w-10,
.lg\:aspect-w-11,
.lg\:aspect-w-12,
.lg\:aspect-w-13,
.lg\:aspect-w-14,
.lg\:aspect-w-15,
.lg\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}

	.lg\:aspect-w-1 > *,
.lg\:aspect-w-2 > *,
.lg\:aspect-w-3 > *,
.lg\:aspect-w-4 > *,
.lg\:aspect-w-5 > *,
.lg\:aspect-w-6 > *,
.lg\:aspect-w-7 > *,
.lg\:aspect-w-8 > *,
.lg\:aspect-w-9 > *,
.lg\:aspect-w-10 > *,
.lg\:aspect-w-11 > *,
.lg\:aspect-w-12 > *,
.lg\:aspect-w-13 > *,
.lg\:aspect-w-14 > *,
.lg\:aspect-w-15 > *,
.lg\:aspect-w-16 > * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.lg\:aspect-w-3 {
		--tw-aspect-w: 3;
	}

	.lg\:aspect-h-4 {
		--tw-aspect-h: 4;
	}

	.lg\:order-2 {
		order: 2;
	}

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

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

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

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

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

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

	.lg\:row-span-3 {
		grid-row: span 3 / span 3;
	}

	.lg\:row-span-2 {
		grid-row: span 2 / span 2;
	}

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

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

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

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

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:w-auto {
		width: auto;
	}

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

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

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

	.lg\:w-1\/5 {
		width: 20%;
	}

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

	.lg\:w-5\/6 {
		width: 83.333333%;
	}

	.lg\:w-2\/3 {
		width: 66.666667%;
	}

	.lg\:w-2\/5 {
		width: 40%;
	}

	.lg\:w-3\/5 {
		width: 60%;
	}

	.lg\:w-4\/5 {
		width: 80%;
	}

	.lg\:max-w-none {
		max-width: none;
	}

	.lg\:max-w-7xl {
		max-width: 80rem;
	}

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

	.lg\:auto-rows-min {
		grid-auto-rows: min-content;
	}

	.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\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

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

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

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

	.lg\:grid-rows-\[auto\2c auto\2c 1fr\] {
		grid-template-rows: auto auto 1fr;
	}

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

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

	.lg\:items-center {
		align-items: center;
	}

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

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

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

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

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

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

	.lg\:border-r-2 {
		border-right-width: 2px;
	}

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

	.lg\:border-gray-200 {
		--tw-border-opacity: 1;
		border-color: rgba(228, 228, 231, var(--tw-border-opacity));
	}

	.lg\:p-8 {
		padding: 2rem;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.lg\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 1280px) {

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

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

	.xl\:flex {
		display: flex;
	}

	.xl\:w-0 {
		width: 0px;
	}

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

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

	.xl\:items-center {
		align-items: center;
	}

	.xl\:gap-x-16 {
		column-gap: 4rem;
	}
}
