<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* purgecss start ignore */
/* ! tailwindcss v2.2.19 | 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;
	-o-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] {
	-webkit-text-decoration: underline dotted;
	        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: Manrope, sans-serif; /* 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 &lt;details&gt; 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
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(229, 231, 235, 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
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	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;
}
[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, 0 0 #0000);
	border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}
input::placeholder, textarea::placeholder {
	color: #6b7280;
	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='%236b7280' 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;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}
[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

      [type='checkbox'],
      [type='radio']
     {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
}
[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, 0 0 #0000);
}

      [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;
}
:root {
	--screen-width: 100vw;
	--current-screen: 100vw;
}
@media (min-width: 400px) {
	:root {
		--current-screen: 400px;
	}
}
@media (min-width: 768px) {
	:root {
		--current-screen: 768px;
	}
}
@media (min-width: 1024px) {
	:root {
		--current-screen: 1024px;
	}
}
@media (min-width: 1280px) {
	:root {
		--current-screen: 1280px;
	}
}
@media (min-width: 1440px) {
	:root {
		--current-screen: 1440px;
	}
}
@media (min-width: 320px) {
	:root {
		--current-screen: 320px;
	}
}
@media (min-width: 1920px) {
	:root {
		--current-screen: 1920px;
	}
}
.prose {
	color: #374151;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #111827;
	text-decoration: underline;
	font-weight: 500;
}
.prose strong {
	color: #111827;
	font-weight: 600;
}
.prose ol {
	counter-reset: list-counter;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ol &gt; li {
	position: relative;
	counter-increment: list-counter;
	padding-left: 1.75em;
}
.prose ol &gt; li::before {
	content: counter(list-counter) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}
.prose ul &gt; li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul &gt; li::before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	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: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #111827;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #111827;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #111827;
}
.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	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: "";
}
.prose pre code::after {
	content: "";
}
.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: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}
.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: #e5e7eb;
}
.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 &gt; * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose &gt; ul &gt; li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose &gt; ul &gt; li &gt; *:first-child {
	margin-top: 1.25em;
}
.prose &gt; ul &gt; li &gt; *:last-child {
	margin-bottom: 1.25em;
}
.prose &gt; ol &gt; li &gt; *:first-child {
	margin-top: 1.25em;
}
.prose &gt; ol &gt; li &gt; *: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 &gt; :first-child {
	margin-top: 0;
}
.prose &gt; :last-child {
	margin-bottom: 0;
}
.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 &gt; *,
.aspect-w-2 &gt; *,
.aspect-w-3 &gt; *,
.aspect-w-4 &gt; *,
.aspect-w-5 &gt; *,
.aspect-w-6 &gt; *,
.aspect-w-7 &gt; *,
.aspect-w-8 &gt; *,
.aspect-w-9 &gt; *,
.aspect-w-10 &gt; *,
.aspect-w-11 &gt; *,
.aspect-w-12 &gt; *,
.aspect-w-13 &gt; *,
.aspect-w-14 &gt; *,
.aspect-w-15 &gt; *,
.aspect-w-16 &gt; * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-none {
	position: static;
	padding-bottom: 0;
}
.aspect-none &gt; * {
	position: static;
	height: auto;
	width: auto;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
.aspect-w-1 {
	--tw-aspect-w: 1;
}
.aspect-w-3 {
	--tw-aspect-w: 3;
}
.aspect-w-4 {
	--tw-aspect-w: 4;
}
.aspect-w-9 {
	--tw-aspect-w: 9;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-1 {
	--tw-aspect-h: 1;
}
.aspect-h-3 {
	--tw-aspect-h: 3;
}
.aspect-h-4 {
	--tw-aspect-h: 4;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
.aspect-h-10 {
	--tw-aspect-h: 10;
}
.aspect-h-11 {
	--tw-aspect-h: 11;
}
.aspect-h-12 {
	--tw-aspect-h: 12;
}
.aspect-h-16 {
	--tw-aspect-h: 16;
}
.container {
	max-width: 100%;
	padding: 0 1.25rem;
}
.\!container {
	max-width: 100% !important;
	padding: 0 1.25rem !important;
}
@media (min-width: 768px) {
	.container {
		padding: 0 2rem;
	}
	.\!container {
		padding: 0 2rem !important;
	}
}
@media (min-width: 1280px) {
	.container {
		padding: 0 2.5rem;
		margin: 0 auto;
	}
	.\!container {
		padding: 0 2.5rem !important;
		margin: 0 auto !important;
	}
}
@media (min-width: 1440px) {
	.container {
		padding: 0 2.5rem;
		margin: 0 auto;
	}
	.\!container {
		padding: 0 2.5rem !important;
		margin: 0 auto !important;
	}
}
@media (min-width: 1920px) {
	.container {
		padding: 0 3rem;
		max-width: 1920px;
		margin: 0 auto;
	}
	.\!container {
		padding: 0 3rem !important;
		max-width: 1920px !important;
		margin: 0 auto !important;
	}
}
.btn {
	display: flex;
	height: 52px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0.188rem;
	border-width: 1px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn svg {
	display: inline-flex;
}
.btn span {
            vertical-align: middle;
        }
.btn-primary {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.btn-primary[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.btn-primary:hover span {
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.btn-primary:hover[disabled] {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.btn-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	letter-spacing: .83px;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.btn-secondary:hover {
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.btn-secondary[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.btn-tertiary {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	letter-spacing: .83px;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.btn-tertiary:hover {
	text-decoration: underline;
}
.btn-tertiary[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.black-arrow::after {
            content: '';
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 30 24' stroke='%231f1f1f' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 8l4 4m0 0l-4 4m4-4H3' /%3E%3C/svg%3E");
            margin-left: 0.25rem;
            display: inline-block;
            height: 1rem;
            width: 1rem;
            background-color: transparent;
            background-position: center;
            background-repeat: no-repeat}
.black-arrow-underline {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.black-arrow-underline:hover {
	border-bottom-color: transparent;
}
.category__head {

    /* [data-element="main"] {
        @apply mb-14
    } */
}
.category__head img {
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	   object-fit: cover;
}
.category__head .container--child {
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 1280px) {
	.category__head .container--child {
		max-width: none;
	}
}
.category__head .container--news {
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 1024px) {
	.category__head .container--news {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (min-width: 1280px) {
	.category__head .container--news {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media (min-width: 1920px) {
	.category__head .container--news {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.category__grid {

    --left-offset: 1.25rem;
    --right-offset: 1.25rem;
}
@media (min-width: 768px) {
.category__grid {
        --left-offset: 2rem;
        --right-offset: 2rem
}
    }
@media (min-width: 1024px) {
.category__grid {
        --products-gap: 1.5rem
}
    }
@media (min-width: 1280px) {
.category__grid {
        --left-offset: 2.5rem;
        --right-offset: 2.5rem
}
    }
.category__grid .grid-title {
	margin-bottom: 1rem !important;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.75rem;
	max-width: 100%;
	padding: 0 1.25rem;
}
@media (min-width: 768px) {
	.category__grid .grid-title {
		padding: 0 2rem;
	}
}
@media (min-width: 1280px) {
	.category__grid .grid-title {
		padding: 0 2.5rem;
		margin: 0 auto;
	}
}
@media (min-width: 1440px) {
	.category__grid .grid-title {
		padding: 0 2.5rem;
		margin: 0 auto;
	}
}
@media (min-width: 1920px) {
	.category__grid .grid-title {
		padding: 0 3rem;
		max-width: 1920px;
		margin: 0 auto;
	}
}
.category__grid .grid-items {
	overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
}
.category__grid .grid-items::-webkit-scrollbar {
            width: 0;
            height: 0;
        }
.category__grid .grid-items &gt; div {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-wrap: normal;
	word-break: normal;
	padding-left: 2.5rem;
	padding-right: 1.25rem;
}
@media (min-width: 768px) {
	.category__grid .grid-items &gt; div {
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.category__grid .grid-items &gt; div {
		padding-left: 4rem;
	}
	.category__grid .grid-items &gt; div {
		padding-right: 2rem;
	}
}
@media (min-width: 1280px) {
	.category__grid .grid-items &gt; div {
		margin: 0px;
	}
	.category__grid .grid-items &gt; div {
		padding: 0px;
	}
}
.category__grid .grid-items:not(.grid-category) &gt; div {
	width: -moz-max-content;
	width: max-content;
}
.category__grid .item {
	position: relative;
	flex: 1 1 0%;
}
.category__grid a:hover, .category__grid a:hover + p {
	text-decoration: underline;
}
/* Childs */
.category__grid.category__grid--child {
        position: relative;
    }
.category__grid.category__grid--child .grid-items {
            position: relative;
            will-change: transform;
        }
@media (min-width: 1280px) {
	.category__grid.category__grid--child .grid-items &gt; div {
		padding-left: 2.5rem;
	}
}
@media (min-width: 1920px) {
	.category__grid.category__grid--child .grid-items &gt; div {
		padding-left: calc(((100vw - 1920px) / 2) + 3rem);
	}
}
.category__grid.category__grid--child .grid-items .item {
	left: 0px !important;
	width: 8.75rem !important;
}
@media (min-width: 768px) {
	.category__grid.category__grid--child .grid-items .item {
		width: 8.653rem !important;
	}
}
@media (min-width: 1280px) {
	.category__grid.category__grid--child .grid-items .item {
		width: 11.04rem !important;
	}
}
@media (min-width: 1440px) {
	.category__grid.category__grid--child .grid-items .item {
		width: 10.349rem !important;
	}
}
@media (min-width: 1920px) {
	.category__grid.category__grid--child .grid-items .item {
		width: 14.099rem !important;
	}
}
.category__grid.category__grid--child .grid-items .item {
                flex: 1 0 8.75rem;
            }
@media (min-width: 1280px) {
.category__grid.category__grid--child .grid-items .item {
                    flex-basis: 11.04rem
            }
                }
@media (min-width: 1440px) {
.category__grid.category__grid--child .grid-items .item {
                    flex-basis: 10.349rem
            }
                }
@media (min-width: 1920px) {
.category__grid.category__grid--child .grid-items .item {
                    flex-basis: 14.099rem
            }
                }
.category__grid.category__grid--child .grid-items .item &gt; a + * {
	margin-top: 0.625rem;
	width: 91.666667%;
	white-space: normal;
	font-size: 0.75rem;
	line-height: 0.813rem;
}
.category__grid.category__grid--child .grid-items .item:last-child {
                    margin-right: var(--right-offset);
                }
.category__grid.category__grid--child .glider-controls {
            position: absolute;
            top: 0;
            right: var(--right-offset);
            z-index: 2;
        }
.category__grid.category__grid--child .glider-controls button {
                overflow: hidden;
            }
.category__grid.category__grid--child .glider-track {
            gap: 1rem;
        }
.category__grid.category__grid--child .image-wrapper {
	display: block;
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.category__grid.category__grid--child .image-wrapper &gt; * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.category__grid.category__grid--child .image-wrapper {
	--tw-aspect-w: 16;
	--tw-aspect-h: 9;
}
.category__grid.category__grid--child .image-wrapper img {
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* News */
@media (min-width: 1024px) {
.category__grid.category__grid--news .grid-title, .category__grid.category__grid--news .grid-items .grid-title {
                padding-left: 0;
                padding-right: 0
        }
            }
@media (min-width: 768px) {
	.category__grid.category__grid--news &gt; div, .category__grid.category__grid--news .grid-items &gt; div {
		gap: 1.5rem;
	}
}
@media (min-width: 1024px) {
	.category__grid.category__grid--news &gt; div, .category__grid.category__grid--news .grid-items &gt; div {
		margin-left: 0px;
		margin-right: 0px;
	}
	.category__grid.category__grid--news &gt; div, .category__grid.category__grid--news .grid-items &gt; div {
		width: 100%;
	}
	.category__grid.category__grid--news &gt; div, .category__grid.category__grid--news .grid-items &gt; div {
		gap: 0px;
	}
	.category__grid.category__grid--news &gt; div, .category__grid.category__grid--news .grid-items &gt; div {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.category__grid.category__grid--news .item, .category__grid.category__grid--news .grid-items .item {
	width: 16.5rem;
}
@media (min-width: 768px) {
	.category__grid.category__grid--news .item, .category__grid.category__grid--news .grid-items .item {
		width: 26.875rem;
	}
}
.category__grid.category__grid--news .item p, .category__grid.category__grid--news .grid-items .item p {
	margin-top: 0.625rem;
	width: 80%;
	font-size: 0.8125rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .1625rem;
}
@media (min-width: 1024px) {
	.category__grid.category__grid--news .item p, .category__grid.category__grid--news .grid-items .item p {
		width: 100%;
	}
	.category__grid.category__grid--news .item p, .category__grid.category__grid--news .grid-items .item p {
		text-align: center;
	}
}
.category__seo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
	row-gap: 0.375rem;
}
.category__seo a {
	text-decoration: underline;
}
.category-faq {
    order: 10;
}
.category-faq .container {
        padding: 0;
    }
.catalog-product-view .product-info-main &gt; [data-element="main"] {
    display: none;
}
@media (max-width: 47.938rem) {
.category__head .category__grid--child [data-element="main"] {
        //margin-bottom: 1.5rem
}
.category__head .category__grid--child .widget [data-element="main"] {
        margin-bottom: 0
}
    }
.category__grid.category__grid--child .grid-items .item {
    flex-grow: 0;
}
/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/
.select2-selection, .input-text, .form-input, .form-email, .form-select, .form-multiselect, .form-textarea {
	display: block;
	height: 4rem;
	width: 100%;
	border-radius: 0.188rem;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	font-size: .875rem;
	line-height: 1rem;
	letter-spacing: .009rem;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	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(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);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.select2-selection:hover, .input-text:hover, .form-input:hover, .form-email:hover, .form-select:hover, .form-multiselect:hover, .form-textarea:hover {
	cursor: pointer;
}
.select2-selection,
.input-text,
.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
    box-shadow: 0 0 0 64px #fff inset;
    font-weight: 600;
}
.select2-selection:focus, .select2-selection:hover, .input-text:focus, .input-text:hover, .form-input:focus, .form-input:hover, .form-email:focus, .form-email:hover, .form-select:focus, .form-select:hover, .form-multiselect:focus, .form-multiselect:hover, .form-textarea:focus, .form-textarea:hover {
	cursor: text;
	--tw-border-opacity: 1;
	border-color: rgba(148, 149, 148, var(--tw-border-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
        box-shadow: 0 0 0 64px #fff inset;
}
.select2-selection::-moz-placeholder, .input-text::-moz-placeholder, .form-input::-moz-placeholder, .form-email::-moz-placeholder, .form-select::-moz-placeholder, .form-multiselect::-moz-placeholder, .form-textarea::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.select2-selection::placeholder, .input-text::placeholder, .form-input::placeholder, .form-email::placeholder, .form-select::placeholder, .form-multiselect::placeholder, .form-textarea::placeholder {
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.field--password button, .field--password-confirmation button {
	position: absolute;
	top: 50%;
	right: 0.625rem;
	display: block;
	height: 3rem;
	width: 3rem;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	border-radius: 9999px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
}
.field--password button svg, .field--password-confirmation button svg {
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}
.field--password button:hover, .field--password-confirmation button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
[type='search'] {
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 46px;
    font-size: 15px;
    color: #707170;
    font-weight: 600;
}
[type='search']:focus {
        --tw-ring-color: #1f1f1f;
    }
[type='search']::-moz-placeholder {
        color: #707170;
    }
[type='search']::placeholder {
        color: #707170;
    }
[type='search']::-webkit-search-cancel-button {
        display: none;
    }
[type='checkbox'] {
	height: 1.75rem;
	width: 1.75rem;
	border-radius: 0.125rem;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	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(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);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
[type='checkbox']:hover {
	cursor: pointer;
}
[type='checkbox'] {
    color: #000;
}
[type='checkbox']:hover {
	--tw-border-opacity: 1;
	border-color: rgba(148, 149, 148, var(--tw-border-opacity));
}
[type='checkbox']:focus {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	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(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);
	--tw-ring-color: transparent;
}
[type='checkbox']:checked {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
    }
[type='checkbox'] + label {
	margin-bottom: 0px;
	cursor: pointer;
}
[type='checkbox']:disabled {
	pointer-events: none;
        background: #ececec;
}
[type='checkbox']:disabled + label {
	pointer-events: none;
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
[type='radio'] {
	height: 1.375rem;
	width: 1.375rem;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	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(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);
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
[type='radio']:hover {
	cursor: pointer;
}
[type='radio'] {
    color: #000;
/* 
    &amp;:checked {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
    } */
}
[type='radio']:hover {
	--tw-border-opacity: 1;
	border-color: rgba(148, 149, 148, var(--tw-border-opacity));
}
[type='radio']:focus {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	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(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);
	--tw-ring-color: transparent;
}
.select2-selection,
.form-select,
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%23000000' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7' /%3E%3C/svg%3E");
    padding-right: 5rem;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.select2-selection:hover, .form-select:hover, select:hover {
	cursor: pointer;
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.select2-selection,
.form-select,
select {
    background-position: right 1.75rem center;
    background-repeat: no-repeat;
    padding-right: 4rem;
    background-size: 1.5em 1.5em;
}
.actions-toolbar div.primary &gt; * {
	height: 3.25rem;
	width: 100%;
	max-width: 24rem;
	border-radius: 0.188rem;
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
	text-align: center;
	font-size: 0.6875rem;
	text-transform: uppercase;
	line-height: 1.25rem;
	letter-spacing: .069rem;
	--tw-text-opacity: 1;
	color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.btn-primary.arrow span::after {
    content: '';
    width: 10px;
    height: 7px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 30 24' stroke='%23f5f5f5' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 8l4 4m0 0l-4 4m4-4H3' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    margin-left: .3rem;
    transition: all;
}
.btn-primary.arrow:hover span::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 30 24' stroke='%231f1f1f' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 8l4 4m0 0l-4 4m4-4H3' /%3E%3C/svg%3E");    
}
.actions-toolbar a.action.back {
    text-decoration: none;
    min-width: 188px;
}
.secondary &gt; * {
	display: inline-block;
	width: 100%;
	max-width: 24rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	text-align: center;
	font-size: 0.625rem;
	text-transform: uppercase;
	line-height: 1.25rem;
	letter-spacing: .069rem;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
._required label span::after, .required label span::after {
        content: '*'
    }
/* Hide Arrows From Input Number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
/* Floating labels */
.floating-label {
	position: relative;
}
.floating-label input {
    padding-left: .75rem;
}
.floating-label label,
.floating-label .label {
	position: absolute;
	pointer-events: none;
	top: 1.5rem;
	left: .75rem;
    margin: 0;
	transition: 0.2s ease all;
}
.floating-label input:focus ~ label,
.floating-label input:focus ~ .label,
.floating-label input:not([value='']) ~ label,
.floating-label input:not([value='']) ~ .label {
	top: 10px;
	font-size: 11px;
    width: 90%;
}
.storelocator .floating-label input[value=""] ~ label {
        top: 1.5rem;
        width: 77%;
        font-size: 0.875rem;
        line-height: 1rem;
        --tw-text-opacity: 1;
        color: rgba(112, 113, 112, var(--tw-text-opacity));     
    }
.storelocator .floating-label input:not([value='']) ~ label,
    .storelocator .floating-label input:focus ~ label {
        top: 10px;
        font-size: 11px;
        width: 90%;
        --tw-text-opacity: 1;
        color: rgba(112, 113, 112, var(--tw-text-opacity));
    }
.storelocator .floating-label input {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.disabled {
	pointer-events: none;
	position: relative;
}
.disabled::after {
        content: '';
        position: absolute;
        z-index: 10;
        display: block;
        height: 100%;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
        opacity: 0.8;
    }
.select2-selection__arrow {
	display: none;
}
.select2-selection__rendered {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	line-height: 62px;
}
.page.messages {
	position: sticky;
	z-index: 20;
    top: 0px;
}
.page.messages .messages
    section#messages {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	max-width: 100%;
	padding: 0 1.25rem;
}
@media (min-width: 768px) {
	.page.messages .messages
    section#messages {
		padding: 0 2rem;
	}
}
@media (min-width: 1280px) {
	.page.messages .messages
    section#messages {
		padding: 0 2.5rem;
		margin: 0 auto;
	}
}
@media (min-width: 1440px) {
	.page.messages .messages
    section#messages {
		padding: 0 2.5rem;
		margin: 0 auto;
	}
}
@media (min-width: 1920px) {
	.page.messages .messages
    section#messages {
		padding: 0 3rem;
		max-width: 1920px;
		margin: 0 auto;
	}
}
.messages .message.error, #messages .message.error {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.messages .message.success, #messages .message.success {
	--tw-bg-opacity: 1;
	background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}
.messages .message.info, .messages .message.warning, .messages .message.notice, #messages .message.info, #messages .message.warning, #messages .message.notice {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.messages .message *, #messages .message * {
	display: inline;
}
.messages .message a, #messages .message a {
	text-decoration: underline;
}
/* ///////////////////////////////////////////////// */
.products-grid-item__name a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .products-grid-item__name a {
        -webkit-line-clamp: 2;
    }
}
.products-grid-item__media img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: scale(1) translate3d(0, 0, 0);
    will-change: transform;
    max-width: none;
    width: 100%;
}
@media (min-width: 1024px) {
    .products-grid__item:hover .products-grid-item__media img {
        transform: scale(1.035) translate3d(0, 0, 0);
    }
}
.catalog-product-view .page-main {
    margin-top: 6.0625rem;
}
@media (min-width: 1024px) {
.catalog-product-view .page-main {
        margin-top: 7.3125rem
}
    }
.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
	margin-bottom: 1rem;
	display: block;
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
}
.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.page-product-bundle .price-final_price .price-from .old-price .price-container .price, .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label, .page-product-bundle .price-final_price .price-to .old-price .price-container .price, .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
	display: inline;
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
#product-details-head .review {
        flex-shrink: 0;
        position: relative;
        top: -.2rem;
    }
#product_summary {

    position: relative;
}
#product_summary:after {
        content: '';
        display: block;
        width: 3rem;
        height: 3.875rem;
        position: absolute;
        top: 0;
        right: 0;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7273109927564776) 43%, rgba(255,255,255,1) 73%);
    }
#product_summary + * {
        margin-top: 1.75rem;
        margin-bottom: 2.5rem;
    }
@media (min-width: 1280px) {
#product_summary + * {
            margin-bottom: 5rem
    }
        }
#product_summary * + .product__description-subtitle {
        margin-top: 1.25rem;
        margin-bottom: .3125rem;
        font-weight: bold;
        color: #1f1f1f;
    }
.certifications span:not(:first-child)::before {
        content: '  â€¢  ';
    }
@media (max-width: 47.9375rem) {
#product_parure .parure-grid {
            grid-template-columns: calc(50% - .5rem) calc(50% - .5rem)
    }
                #product_parure .parure-grid.layout-1 .block1 {
                    grid-column: 1 / span 2;
                }
                #product_parure .parure-grid.layout-3 .block3, #product_parure .parure-grid.layout-4 .block3, #product_parure .parure-grid.layout-5 .block3 {
                    grid-column: 1 / span 2;
                }
        }
#product_top {
    position: relative;
    z-index: 2;
}
#product_top #product_addto_wrapper {

}
#product_top #product_addto_wrapper.compact #product-addtocart-button {
    padding: 0 1rem;
}
#product_top #product_addto_wrapper.compact #product-addtocart-button:hover {
    color: #ffffff;
}
/* /////////////////////////////////////// */
.catalog-product-view .columns, .page-product-grouped .columns {
        padding: 0;
    }
/* /////////////////////////////////////// */
.page-product-parure #product_price .price-box &gt; .price &gt; span:first-of-type {
    font-family: 'Inter';
    font-size: .813rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #707170;
}
.page-product-parure #product_price .final-price .price {
    font-size: 1.25rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #1f1f1f;
    margin-left: .5rem;
}
.page-product-parure #product_price .old-price .price,
.page-product-parure #product_price .discount {
    font-family: 'Inter';
    font-size: .9375rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #707170;
}
.page-product-parure #product_price .old-price,
.page-product-parure #product_price .discount {
    margin-left: .5rem;
}
.page-product-parure #product_price .discount {
    color: #f97316;
}
@media (min-width: 48rem) {
        #product_parure .parure-grid {
            grid-template-rows: 213px 213px;
        }

        #product_parure .layout-1 {
            grid-template-columns: 1fr 1fr;
        }
            #product_parure .layout-1 .block1 {
                grid-row: 1 / -1
            }

        #product_parure .layout-2 {
            grid-template-columns: 1fr 1fr;

        }
            #product_parure .layout-2 .block1,
            #product_parure .layout-2 .block2 {
                grid-row: 1 / -1
            }
        #product_parure .layout-3 {
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
            #product_parure .layout-3 .block3 {
                grid-column: 2 / span 2;
                grid-row: 1 / -1
            }
        #product_parure .layout-4 {
            grid-template-columns: 1fr 1fr 1fr 1fr;

        }

            #product_parure .layout-4 .block3 {
                grid-column: 2 / span 2;
                grid-row: 1 / -1
            }

            #product_parure .layout-4 .block4 {
                grid-column: 4 / span 1;
            }
        #product_parure .layout-5 {
            width: 100%;
            grid-template-columns: 1fr 1fr 1fr 1fr;
        }
            #product_parure .layout-5 .block3 {
                grid-column: 2 / span 2;
                grid-row: 1 / -1
            }
}
/* /////////////////////////////////////// */
@media (min-width: 64rem) {
        #product_summary:after {
            display: none;
        }
        #product_parure .parure-grid {
            width: 888px;
        }
}
/* /////////////////////////////////////// */
@media (min-width: 1920px) {
    .catalog-product-view,
    .page-product-grouped {

        /* #recently-viewed-products {
            width: 1920px;
        } */

        /* .recently-viewed-products-glider {
            @apply pl-12;
        } */
    }
        .catalog-product-view .container, .page-product-grouped .container {
		padding-left: 3rem;
		padding-right: 3rem;
	}
        .catalog-product-view .container, .page-product-grouped .container {
            max-width: 1920px;
        }

        .catalog-product-view .product-detail-page__container, .page-product-grouped .product-detail-page__container {
		padding-left: 0px;
		padding-right: 0px;
	}

        .catalog-product-view .columns, .page-product-grouped .columns {
            max-width: 1920px;
        }

    .catalog-product-view #parure_top &gt; .container {
        padding: 0;
    }
}
/* //////////////////////////////////////////////// .colorpicker */
.product-colors-drag {
    cursor: grab;
}
@media (max-width: 767px) {
    .colorpicker ul {
        margin-right: 1.25rem;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .colorpicker ul {
        margin-right: 2rem;
    }
}
@media (min-width: 1024px) {
    .colorpicker ul {
        margin-right: 0;
    }
    .colorpicker ul li {
        border: 1px solid transparent;
    }
    .colorpicker ul li.active {
        border: 1px solid #1f1f1f;
        pointer-events: none;
    }

        .colorpicker ul li.active a,
        .colorpicker ul li.active span {
            border: 1px solid #fff;
        }
    .product-colors-drag {
        cursor: default;
    }
}
/* fix algolia search result */
.catalog-product-view .algolia-instant-selector-results {
    padding: 0 1.25rem;
}
@media (min-width: 768px) {
.catalog-product-view .algolia-instant-selector-results {
        padding: 0 2rem
}
    }
@media (min-width: 1280px) {
.catalog-product-view .algolia-instant-selector-results {
        padding: 0 2.5rem
}
    }
/* Handle layout &gt;= 1280 */
@media (min-width: 1280px) {
    .page-product-grouped .page-main .breadcrumbs,
    .page-product-parure .page-main .breadcrumbs {
        position: relative;
        z-index: 3;
        max-width: 55%;
    }

        .page-product-grouped .page-main .breadcrumbs .container, .page-product-parure .page-main .breadcrumbs .container {
            padding-right: 0;
        }

        .page-product-grouped .page-main .breadcrumbs ol, .page-product-parure .page-main .breadcrumbs ol {
            overflow: hidden !important;
        }
            .page-product-grouped .page-main .breadcrumbs.light img[alt="left-arrow"], .page-product-parure .page-main .breadcrumbs.light img[alt="left-arrow"] {
                filter: invert(1);
            }
            .page-product-grouped .page-main .breadcrumbs.light a, .page-product-grouped .page-main .breadcrumbs.light span, .page-product-parure .page-main .breadcrumbs.light a, .page-product-parure .page-main .breadcrumbs.light span {
                color: #e5e5e5;
            }
            .page-product-grouped .page-main .breadcrumbs.light li:last-child span:last-child, .page-product-parure .page-main .breadcrumbs.light li:last-child span:last-child {
                color: rgba(229, 229, 229, .7);
            }
    .page-product-grouped .page-main #gallery,
    .page-product-parure .page-main #gallery {
        margin-top: -4.75rem;
    }
    .product__infos {
        width: 45% !important;
        padding-right: 8rem;
    }
    #parure_top #parure_infos .box-content {
        margin-right: 0;
    }
}
#product_responsability img,
    #product_responsability svg {
        max-width: 8.438rem;
    }
.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles.
   * This will make the modal and off-canvas styles theme specific and more adjustable.
   */
}
.backdrop {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: flex;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.25;
}
.snap {
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.snap::-webkit-scrollbar {
        display: none;
    }
.snap &gt; div {
        scroll-snap-align: start;
    }
@media (min-width: 1280px) {
    .xl-snap-none {
        scroll-snap-type: none;
        scroll-behavior: smooth;
    }
}
body {
	min-height: 100vh;
	width: 100vw;
	overflow-x: hidden;
	overflow-y: scroll;
}
.plp-prevent-scroll-y {
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}
.dark-overlay {
	visibility: hidden;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1000000;
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
	opacity: 0;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.dark-overlay.active, .open-sub-menu .dark-overlay {
	visibility: visible;
	opacity: 0.75;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.columns {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
	max-width: 100%;
	padding: 0 1.25rem;
}
@media (min-width: 768px) {
	.columns {
		padding: 0 2rem;
	}
}
@media (min-width: 1280px) {
	.columns {
		padding: 0 2.5rem;
		margin: 0 auto;
	}
}
@media (min-width: 1440px) {
	.columns {
		padding: 0 2.5rem;
		margin: 0 auto;
	}
}
@media (min-width: 1920px) {
	.columns {
		padding: 0 3rem;
		max-width: 1920px;
		margin: 0 auto;
	}
}
.columns {
    grid-template-rows: auto minmax(0,1fr);
}
.columns .main {
	order: 2;
}
.columns .sidebar {
	order: 3;
}
.page-with-filter .columns .sidebar-main {
	order: 1;
}
@media (min-width: 400px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

            .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
		grid-column: span 2 / span 2;
	}

            .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
		order: 3;
	}
            .page-with-filter .columns .sidebar-main {
		order: 1;
	}
            .page-with-filter .columns .sidebar-main {
		grid-column: span 2 / span 2;
	}
}
@media (min-width: 768px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

            .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
		grid-row: span 2 / span 2;
	}

            .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
		grid-column: span 1 / span 1;
	}
            .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
		grid-column-start: 2 !important;
	}
            .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
		order: 1;
	}

            .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
		order: 3;
	}
        .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
		order: 3;
	}
}
@media (min-width: 1024px) {
        .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
            .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
		grid-column: span 3 / span 3;
	}
            .page-layout-3columns .columns .sidebar-additional {
		grid-column-start: 4;
	}
}
.product-image-container {
    width: 100%;
}
.product-image-container img {
        width: 100%;
    }
.algolia-instant-results-wrapper {
	order: 9999;
	grid-column: 1 / -1;
    --itemGap: 1.25rem;
}
.algolia-instant-results-wrapper [class^="is-widget-container"] {
        position: relative;
    }
.algolia-instant-results-wrapper #instant-search-facets-container .ais-Panel {
            display: flex;
            overflow: auto;
        }
.algolia-instant-results-wrapper #instant-search-facets-container .ais-Panel .ais-Panel-header {
                align-items: center;
                border: 1px solid #e8e8e8;
                border-radius: 9999px;
                display: flex;
                font-size: 0.75rem;
                height: 2.5rem;
                padding: 0 10px 0 18px;
                position: relative;
                white-space: nowrap;
            }
.algolia-instant-results-wrapper #instant-search-facets-container .ais-Panel .ais-Panel-header:after {
                    content: '';
                    background-image: url('/images/down-angle.svg');
                    background-size: 14px;
                    background-repeat: no-repeat;
                    height: 14px;
                    transition: 0.3s ease;
                    width: 14px;
                }
.algolia-instant-results-wrapper #instant-search-facets-container .ais-Panel .ais-Panel-header:hover {
                    cursor: pointer;
                }
.algolia-instant-results-wrapper #instant-search-facets-container .ais-Panel .ais-Panel-header span {
                    padding-right: 5px;
                }
.algolia-instant-results-wrapper #instant-search-results-container .ais-InfiniteHits-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            gap: 1.25rem;
        }
.algolia-instant-results-wrapper #instant-search-results-container .ais-InfiniteHits-list .ais-InfiniteHits-item {
                margin-top: 28px;
                width: calc(50% - (var(--itemGap)) / 2);
            }
.algolia-instant-results-wrapper #instant-search-results-container .ais-InfiniteHits-list .ais-InfiniteHits-item img {
                    transition: 0.5s;
                }
.algolia-instant-results-wrapper #instant-search-results-container .ais-InfiniteHits-list .ais-InfiniteHits-item:hover img {
                        transform: scale(1.035);
                    }
.algolia-instant-results-wrapper #instant-search-results-container .ais-InfiniteHits-loadMore {
            border: 1.5px solid #1f1f1f;
            border-radius: 3px;
            display: block;
            font-size: 11px;
            font-weight: 600;
            margin: auto;
            margin-top: 5rem;
            text-transform: uppercase;
            padding: 19px 20px;
            letter-spacing: 1.1px;
        }
.algolia-instant-results-wrapper #algolia-sorts .ais-SortBy {
        opacity: 0;
    }
.catalog-category-view .algolia-instant-results-wrapper {
        order: 9;
    }
#algolia_instant_selector #algolia-stats {
    margin-bottom: 5rem;
}
#instant-empty-results-container {
    text-align: center;
    margin: 2rem auto 1rem auto;
}
#instant-empty-results-container a {
        text-decoration: underline;
    }
.algolia-drawer {
    background-color: #1f1f1f;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    z-index: 11;
}
.algolia-drawer.actived {
        opacity: 0.25;
        visibility: visible;
    }
.page-layout-cms .algolia-instant-results-wrapper {
        padding: 0 var(--itemGap);
    }
@media (min-width: 768px) {
                .algolia-instant-results-wrapper #instant-search-results-container .ais-InfiniteHits-list .ais-InfiniteHits-item {
                    width: calc((100% / 3) - (var(--itemGap) / 1.5));
                }
            .page-layout-cms .algolia-instant-results-wrapper .filters-wrapper + div {
                padding: 0;
            }
}
@media (min-width: 1024px) {
    .algolia-instant-results-wrapper {
        --itemGap: 2rem;
    }
                .algolia-instant-results-wrapper #instant-search-results-container .ais-InfiniteHits-list .ais-InfiniteHits-item {
                    width: calc((100% / 3) - (var(--itemGap) / 2.4));
                }
}
@media (min-width: 1280px) {
    .algolia-instant-results-wrapper {
        --itemGap: 2.5rem;
    }
                .algolia-instant-results-wrapper #instant-search-results-container .ais-InfiniteHits-list .ais-InfiniteHits-item {
                    margin-bottom: 2rem;
                    width: calc( (100% / 4) - (var(--itemGap) / 2.66 ));
                }
}
button:focus {
	outline: 0px;
	outline-offset: 0;
}
.account-social-login .social-btn .btn-social {
    border: none;
    width: auto;
    height: auto;
    color: transparent;
}
.account-social-login .social-btn .btn-social:hover {
        background-color: transparent;
    }
#cart-drawer {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
[x-cloak] {
    display: none;
}
.jump-fix { 
    margin-left: calc(100vw - 100%); 
}
strong {
	font-weight: 600;
}
a {
	cursor: pointer;
}
.languages &gt; div::before {
	position: absolute;
	top: 27px;
	right: 0.875rem;
	z-index: 10;
	display: block;
	height: 0.75rem;
	width: 0.75rem;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	background-image: url('/images/down-angle.svg');
	transition-duration: 300ms;
        content: '';
}
.languages.active &gt; div::before {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
/* lazyloading animation */
/* @keyframes image-loader {
	0%   { background: #e5e5e5; }
	25%  { background: #949594; }
	50% { background: #707170; }
	75% { background: #949594; }
	100% { background: #e5e5e5; }
}
picture {
    background: #e5e5e5;
    animation: image-loader 2s infinite linear;
} */
picture img {
    background: #fff
}
/******************************** reviews-stars */
.reviews-stars-wrapper {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='%23cbcccd'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z' /%3E%3C/svg%3E");
}
.reviews-stars-active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='%23000000'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z' /%3E%3C/svg%3E");
}
/******************************** tooltips */
.tooltip-wrapper {
    --tooltip-color: #807193;
    position: relative;
    z-index: 30;
    cursor: pointer;

    
}
.tooltip-wrapper .tooltip-trigger {
	display: flex;
	align-items: flex-start;
	font-size: .6875rem;
	text-decoration: underline;
}
.tooltip-wrapper .tooltip-trigger svg {
	margin-right: 0.375rem;
	display: inline-block;
	height: 1rem;
	width: 1rem;
	flex-shrink: 0;
}
.tooltip-wrapper .tooltip {
	position: absolute;
	min-width: 13.5rem;
	max-width: 13.5rem;
	border-radius: .125rem;
	padding: 1.25rem;
	font-size: .6875rem;
	font-weight: 600;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        background-color: var(--tooltip-color);
}
.tooltip-wrapper .tooltip::before {
            content: '';
            position: absolute;
            display : inline-block;
            height : 0;
            width : 0;
            border-color: transparent;
            border-style: solid;
        }
.tooltip-wrapper[data-y-position="top"] .tooltip-trigger {
	padding-top: .625rem;
}
.tooltip-wrapper[data-y-position="top"] .tooltip {
	bottom: calc(100% - .3125rem);
}
.tooltip-wrapper[data-y-position="top"] .tooltip::before {
                border-width: .5rem .5rem 0 .5rem;
                border-top-color : var(--tooltip-color);
                bottom: -.5rem;
                left: 1rem;
            }
.tooltip-wrapper[data-y-position="bottom"] .tooltip-trigger {
	padding-bottom: .625rem;
}
.tooltip-wrapper[data-y-position="bottom"] .tooltip {
	top: 1.3125rem;
}
.tooltip-wrapper[data-y-position="bottom"] .tooltip::before {
                border-width: 0 .5rem .5rem .5rem;
                border-bottom-color : var(--tooltip-color);
                top: -.5rem;
                left: 1rem;
            }
.tooltip-wrapper[data-x-position="left"] .tooltip {
	left: -1rem;
}
.tooltip-wrapper[data-x-position="center"] .tooltip {
	left: 50%;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.tooltip-wrapper[data-x-position="center"] .tooltip::before {
	left: 50%;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.tooltip-wrapper[data-x-position="right"] .tooltip {
	right: -2rem;
}
.tooltip-wrapper .action {
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tooltip-wrapper .action span {
	background-color: transparent !important;
	padding: 0px !important;
	font-size: .8125rem;
	font-weight: 600 !important;
	letter-spacing: .0081rem;
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.tooltip-wrapper .action a {
	font-size: .8125rem;
	font-weight: 600;
	letter-spacing: .0081rem;
	text-decoration: underline;
	opacity: 0.6;
}
@media (max-width: 440px) {
    .sp-w-popup-content {
        padding-right: 20% !important;
    }
}
.duration-200 {
    transition-duration: 200ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.transition {
    transition: transform 250ms ease, color 250ms ease;
}
.transform-180 {
    transform: rotate(-180deg);
}
.delay-0 {
    transition-delay: 0ms;
}
.delay-100 {
    transition-delay: 100ms;
}
.delay-200 {
    transition-delay: 200ms;
}
.delay-300 {
    transition-delay: 300ms;
}
.delay-400 {
    transition-delay: 400ms;
}
.delay-500 {
    transition-delay: 500ms;
}
.delay-600 {
    transition-delay: 600ms;
}
.delay-700 {
    transition-delay: 700ms;
}
.delay-800 {
    transition-delay: 800ms;
}
.delay-900 {
    transition-delay: 900ms;
}
.delay-1000 {
    transition-delay: 1000ms;
}
.delay-1100 {
    transition-delay: 1100ms;
}
.delay-1200 {
    transition-delay: 1200ms;
}
.delay-1300 {
    transition-delay: 1300ms;
}
.delay-1400 {
    transition-delay: 1400ms;
}
.delay-1500 {
    transition-delay: 1500ms;
}
.delay-1600 {
    transition-delay: 1600ms;
}
.delay-1700 {
    transition-delay: 1700ms;
}
.delay-1800 {
    transition-delay: 1800ms;
}
.delay-1900 {
    transition-delay: 1900ms;
}
.delay-2000 {
    transition-delay: 2000ms;
}
html {
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html body {
	font-family: Manrope, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
/**
 * HyvÃ¤ Themes - https://hyva.io
 * Copyright Â© HyvÃ¤ Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */
/**
 * Layout
 */
/* Rows */
/* [data-content-type='row'] {
    @apply box-border;

    &amp;[data-appearance='contained'] {
        @apply container;
        @apply box-border ml-auto mr-auto;

        [data-element='inner'] {
            @apply box-border;
            background-attachment: scroll !important;
        }
    }

    &amp;[data-appearance='full-bleed'] {
        background-attachment: scroll !important;
    }

    &amp;[data-appearance='full-width'] {
        background-attachment: scroll !important;

        &gt; .row-full-width-inner {
            @apply box-border ml-auto mr-auto max-w-screen-xl w-full;
        }
    }
} */
/* Column Groups */
[data-content-type='column-group'] {
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	[data-content-type='column-group'] {
		flex-wrap: nowrap;
	}
}
/* Columns */
[data-content-type='column'] {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
    background-attachment: scroll !important;
    flex-basis: 100%;
}
@media (min-width: 768px) {
[data-content-type='column'] {
        flex-basis: auto
}
    }
/* Tabs/Tab Item */
[data-content-type='tabs'] .tabs-navigation {
	margin-bottom: -1px;
	display: block;
	padding: 0px;
	--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);
}
[data-content-type='tabs'] .tabs-navigation li.tab-header {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: -1px;
	display: inline-block;
	max-width: 100%;
	overflow-wrap: break-word;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-width: 1px;
	border-bottom-width: 0px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
[data-content-type='tabs'] .tabs-navigation li.tab-header:first-child {
	margin-left: 0px;
}
[data-content-type='tabs'] .tabs-navigation li.tab-header.active {
	z-index: 20;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
                border-bottom: 1px solid white;
}
[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
	position: relative;
	display: block;
	cursor: pointer;
	white-space: normal;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	vertical-align: middle;
	font-size: 0.9375rem;
	font-weight: 600;
}
[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span {
	font-weight: 600;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
[data-content-type='tabs'] .tabs-content {
	position: relative;
	z-index: 10;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 0.125rem;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--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);
}
[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
	box-sizing: border-box;
	padding: 2rem;
            min-height: inherit;
            background-attachment: scroll !important;
}
[data-content-type='tabs'].tab-align-left .tabs-content {
            border-top-left-radius: 0 !important;
        }
[data-content-type='tabs'].tab-align-right .tabs-content {
            border-top-right-radius: 0 !important;
        }
/**
 * Elements
 */
/* Text */
[data-content-type='text'] {
	overflow-wrap: break-word;
}
/* Heading */
[data-content-type='heading'] {
	overflow-wrap: break-word;
}
/* Buttons/Button Item */
[data-content-type='buttons'] {
	max-width: 100%;
}
[data-content-type='buttons'] [data-content-type='button-item'] {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	max-width: 100%;
}
[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'], [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
	max-width: 100%;
	overflow-wrap: break-word;
}
[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
	cursor: default;
}
[data-content-type='buttons'] [data-content-type='button-item'] a, [data-content-type='buttons'] [data-content-type='button-item'] button, [data-content-type='buttons'] [data-content-type='button-item'] div {
	display: inline-block;
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
	box-sizing: border-box;
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
	display: flex;
	height: 52px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0.188rem;
	border-width: 1px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
	display: inline-flex;
}
a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
            vertical-align: middle;
        }
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(245, 245, 245, var(--tw-text-opacity));
}
a.pagebuilder-button-primary[disabled], button.pagebuilder-button-primary[disabled], div.pagebuilder-button-primary[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
a.pagebuilder-button-primary:hover span, button.pagebuilder-button-primary:hover span, div.pagebuilder-button-primary:hover span {
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
a.pagebuilder-button-primary:hover[disabled], button.pagebuilder-button-primary:hover[disabled], div.pagebuilder-button-primary:hover[disabled] {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
	display: flex;
	height: 52px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0.188rem;
	border-width: 1px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
	display: inline-flex;
}
a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
            vertical-align: middle;
        }
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	letter-spacing: .83px;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
a.pagebuilder-button-secondary[disabled], button.pagebuilder-button-secondary[disabled], div.pagebuilder-button-secondary[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
/* HTML Code */
[data-content-type='html'] {
	overflow-wrap: break-word;
}
/**
 * Media
 */
/* Image */
[data-content-type='image'] {
	box-sizing: border-box;
}
[data-content-type='image'] &gt; [data-element='link'],
    [data-content-type='image'] &gt; [data-element='link'] img {
        border-radius: inherit;
    }
[data-content-type='image'] .pagebuilder-mobile-hidden {
	display: none;
}
@media (min-width: 768px) {
	[data-content-type='image'] .pagebuilder-mobile-hidden {
		display: block;
	}
	[data-content-type='image'] .pagebuilder-mobile-only {
		display: none;
	}
}
[data-content-type='image'] figcaption {
	overflow-wrap: break-word;
}
/* Video */
[data-content-type='video'] {
    font-size: 0;
}
[data-content-type='video'] .pagebuilder-video-inner {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
}
[data-content-type='video'] .pagebuilder-video-container {
	position: relative;
	overflow: hidden;
        border-radius: inherit;
        padding-top: 56.25%;
}
[data-content-type='video'] iframe, [data-content-type='video'] video {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
/* Banner */
[data-content-type='banner'] &gt; [data-element='link'], [data-content-type='banner'] &gt; [data-element='empty_link'] {
        color: inherit;
        text-decoration: inherit;
    }
[data-content-type='banner'] &gt; [data-element='link']:hover, [data-content-type='banner'] &gt; [data-element='empty_link']:hover {
            color: inherit;
            text-decoration: inherit;
        }
[data-content-type='banner'] .pagebuilder-banner-wrapper {
	box-sizing: border-box;
	overflow-wrap: break-word;
        background-clip: padding-box;
        border-radius: inherit;
        background-attachment: scroll !important;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
	position: relative;
	box-sizing: border-box;
	padding: 2rem;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
	max-width: none;
}
@media (min-width: 768px) {
	[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
		max-width: 36rem;
	}
}
[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
	z-index: 0;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
	overflow: auto;
            min-height: 50px;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
	margin: 0px;
	margin-top: 1.25rem;
	max-width: 100%;
	overflow-wrap: break-word;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            text-align: inherit;
}
[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
	width: 100%;
}
[data-content-type='banner'][data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
	margin-left: auto;
	margin-right: auto;
}
[data-content-type='banner'][data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
	margin-right: auto;
}
[data-content-type='banner'][data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
	margin-left: auto;
}
/* Slider */
[data-content-type='slider'] {
	visibility: hidden;
	position: relative;
}
[data-content-type='slider'].glider-initialized {
	visibility: visible;
}
[data-content-type='slider'] [data-role='glider-content'] {
	overflow-y: hidden;
}
[data-content-type='slider'] a.button {
        color: initial;
        padding: 10px;
        text-decoration: none;
    }
[data-content-type='slider'] .carousel-nav {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.75;
        left: 50%;
        transform: translateX(-50%);
}
/* Slide */
[data-content-type='slide'] {
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.25rem;
    min-height: inherit;
}
[data-content-type='slide'] &gt; [data-element='link'],
    [data-content-type='slide'] &gt; [data-element='empty_link'] {
        color: inherit;
        min-height: inherit;
        text-decoration: inherit;
    }
[data-content-type='slide'] &gt; [data-element='link']:hover, [data-content-type='slide'] &gt; [data-element='empty_link']:hover {
            color: inherit;
            text-decoration: inherit;
        }
[data-content-type='slide'] + [data-content-type='slide'] {
	height: 0px;
	min-height: 0px;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper {
	box-sizing: border-box;
	overflow-wrap: break-word;
        border-radius: inherit;
        min-height: inherit;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .jarallax-viewport-element {
	position: absolute;
	top: 0px;
	z-index: 50;
	height: 100%;
	width: 0.125rem;
            left: -15000vw;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .video-overlay {
	z-index: 10;
                -webkit-transform: unset;
                z-index: 1;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
	position: relative;
	z-index: 20;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] &gt; div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] &gt; img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] &gt; video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] &gt; iframe {
                    margin: auto !important;
                    transform: none !important;
                }
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
	box-sizing: border-box;
	padding: 2rem;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
            border-radius: inherit;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
                min-height: inherit;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
	max-width: none;
}
@media (min-width: 768px) {
	[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
		max-width: 32rem;
	}
}
[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
	overflow: auto;
            min-height: 50px;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
	margin: 0px;
	margin-top: 1.25rem;
	max-width: 100%;
	overflow-wrap: break-word;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
            text-align: inherit;
}
[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
	width: 100%;
}
[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
	margin-left: auto;
	margin-right: auto;
}
[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
	margin-right: auto;
}
[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
	margin-left: auto;
}
/* Map */
[data-content-type='map'] {
	box-sizing: border-box;
	height: 18rem;
}
/**
 * Add Content
 */
/* Block */
[data-content-type$='block'] .block p:last-child {
	margin-bottom: 1rem;
	margin-top: 0px;
}
/* Dynamic Block */
[data-content-type='dynamic_block'] [data-content-type='image'] img {
	display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content, [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
	margin-bottom: auto;
}
/* Products */
[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
        grid-template-columns: repeat(100, calc(50% - 1rem));
    }
@media (min-width: 768px) {
[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
            grid-template-columns: repeat(100, calc(33% - 1rem))
    }
        }
@media (min-width: 1024px) {
[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
            grid-template-columns: repeat(100, calc(25% - 1rem))
    }
        }
/**
 * Glider
 */
.glider-contain {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.glider {
	overflow-y: hidden;
}
.glider.draggable {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
        cursor: grab;
}
.glider.draggable .glider-slide img {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.glider.drag {
        cursor: grabbing;
    }
.glider::-webkit-scrollbar {
	height: 0px;
	opacity: 0;
}
.glider .glider-track {
	z-index: 10;
	margin: 0px;
	display: flex;
	width: 100%;
	padding: 0px;
}
.glider-hide {
	opacity: 0;
}
.glider-prev.disabled, .glider-next.disabled {
	cursor: default;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
	opacity: 0.25;
}
.glider-dot {
	margin: 0.25rem;
	display: block;
	height: 0.75rem;
	width: 0.75rem;
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	opacity: 0.25;
	--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);
}
.glider-dot.active {
	opacity: 1;
}
@media (max-width: 36em) {
    .glider::-webkit-scrollbar {
		height: 0.25rem;
	}
    .glider::-webkit-scrollbar {
		width: 0.5rem;
	}
    .glider::-webkit-scrollbar {
		-webkit-appearance: none;
		        appearance: none;
	}
    .glider::-webkit-scrollbar {
		opacity: 1;
	}

    .glider::-webkit-scrollbar-thumb {
		opacity: 1;
	}

    .glider::-webkit-scrollbar-thumb {
        border-radius: 99px;
        background-color: rgba(156, 156, 156, .25);
        box-shadow: 0 0 1px rgba(255, 255, 255, .25)
    }
}
[data-show-arrows='false'] .glider-prev, [data-show-arrows='false'] .glider-next {
	display: none;
}
[data-show-dots='false'] .glider-dots {
	display: none;
}
#mod-embroidery #config input[type="radio"]:checked {
    box-shadow: none;
}
#mod-embroidery #config input[type="radio"]:checked + label {
    border: 1px solid #1f1f1f;
    outline: 1px solid #1f1f1f;
    color:#1f1f1f;
}
/* #mod-embroidery #degraded {
    p {
        padding: 1.25rem;
        font-size: .8125rem;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        letter-spacing: normal;
        color: #f5f5f5;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }
    .shipping {
        padding-left: 1.25rem;
        border: 1px solid #e5e5e5;
        border-top: 0;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem;

        &gt; div {
            border: 0;
        }
    }
} */
#mod-embroidery .tabs li .current {
    position: relative;
}
#mod-embroidery .tabs li .current::after {
    content: '';
    display: block;
    height: .0625rem;
    background-color: #1f1f1f;
    position: absolute;
    bottom: -0.0625rem;
    left: 0;
    right: 0;
}
#mod-embroidery .switch .current {
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 100vw;
    min-width: 50%;
}
#mod-embroidery .switch.to-left .current {
    left: 0;
}
#mod-embroidery .switch.to-right .current {
    right: 0;
}
#mod-embroidery .dots-wrapper button {
    width: .5rem;
    height: .5rem;
}
#mod-embroidery .dots-wrapper button.active {
    background-color: #fff;
}
#mod-embroidery #product_colorpicker ul li {
    border: 1px solid transparent;
    padding: .125rem;
}
#mod-embroidery #product_colorpicker ul li.active {
    border: 1px solid #1f1f1f;
}
#mod-embroidery #product_colorpicker ul li.active a{
    border: 1px solid #fff
}
#embroidery &gt; a &gt; span:first-letter {
    text-transform: uppercase;
}
/* ///////////////////////////////////////////////////////////////////// */
#mod-embroidery .drawer-block__title {
        font-weight: 600;
    }
#mod-embroidery .symbol-swiper-scrollbar {
        height: 7px;
        margin-top: 15px;
    }
#mod-embroidery .symbol-swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #D3D3D3;
        border-radius: 0px;
    }
#mod-embroidery .embroidery-swiper-container {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100vw;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	overflow-x: hidden;
	padding-bottom: 30px;
}
@media (min-width: 1280px) {
	#mod-embroidery .embroidery-swiper-container {
		width: 456px;
	}
	#mod-embroidery .embroidery-swiper-container {
		padding-bottom: 4rem;
	}
}
@media (min-width: 1440px) {
	#mod-embroidery .embroidery-swiper-container {
		margin-bottom: 180px;
	}
}
#mod-embroidery .embroidery-swiper-scrollbar {
          position: absolute;
          bottom: 0 !important;
          left: 50% !important;
          transform: translateX(-50%);
          width: 144px !important;
          height: 7px;
      }
#mod-embroidery .embroidery-swiper-scrollbar .swiper-scrollbar-drag {
          background-color: #C5A998;
          border-radius: 0px;
      }
#mod-embroidery .embroidery-config-select {
        width: 144px;
        height: 144px;
        padding: 14px 0;
        border-radius: 3px;
        border: solid 1px #e5e5e5;
        background-color: #fff;
        text-align: center;
        transition: border-color .4s, color .3s;
        color: #707170;
    }
#mod-embroidery .embroidery-config-select__title {
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 800;
        }
#mod-embroidery .embroidery-config-select__icon {
            height: 40px;
            display: flex;
            margin: 8px 0;
        }
#mod-embroidery .embroidery-config-select__icon img {
                margin: auto;
                transition: .3s;
                opacity: 0.6;
            }
#mod-embroidery .embroidery-config-select__content {
            padding: 0 20px;
            font-size: 12px;
            line-height: 13px;
            -webkit-line-clamp: 3;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }
#mod-embroidery .embroidery-config-select.swiper-slide-active,
        #mod-embroidery .embroidery-config-select:hover {
            border-color: #1f1f1f;
            color: #1f1f1f;
        }
#mod-embroidery .embroidery-config-select.swiper-slide-active img, #mod-embroidery .embroidery-config-select:hover img {
                opacity: 1;
            }
#mod-embroidery .embroidery_partial {
        padding: 20px;
        border-radius: 4px;
        background-color: #fff;
        margin-top: 20px;
        font-size: 13px;
    }
#mod-embroidery #embroidery_confirmation .embroidery_partial {
        background-color: #e5e5e5;
        margin: 0 0 29px;
    }
/* purgecss end ignore */
.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;
}
.pointer-events-auto {
	pointer-events: auto;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.\!fixed {
	position: fixed !important;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-4 {
	top: 1rem;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.left-1\/2 {
	left: 50%;
}
.right-0 {
	right: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.top-0 {
	top: 0px;
}
.top-full {
	top: 100%;
}
.right-5 {
	right: 1.25rem;
}
.left-0 {
	left: 0px;
}
.top-\[100px\] {
	top: 100px;
}
.top-2\.5 {
	top: 0.625rem;
}
.right-2\.5 {
	right: 0.625rem;
}
.top-2 {
	top: 0.5rem;
}
.right-2 {
	right: 0.5rem;
}
.top-5 {
	top: 1.25rem;
}
.top-4 {
	top: 1rem;
}
.top-1\/2 {
	top: 50%;
}
.top-1 {
	top: 0.25rem;
}
.right-1 {
	right: 0.25rem;
}
.left-8 {
	left: 2rem;
}
.-left-5 {
	left: -1.25rem;
}
.-right-5 {
	right: -1.25rem;
}
.top-3 {
	top: 0.75rem;
}
.bottom-48 {
	bottom: 12rem;
}
.top-48 {
	top: 12rem;
}
.left-2 {
	left: 0.5rem;
}
.top-1\.5 {
	top: 0.375rem;
}
.left-1\.5 {
	left: 0.375rem;
}
.left-1 {
	left: 0.25rem;
}
.right-8 {
	right: 2rem;
}
.top-20 {
	top: 5rem;
}
.left-5 {
	left: 1.25rem;
}
.bottom-1\.5 {
	bottom: 0.375rem;
}
.bottom-1 {
	bottom: 0.25rem;
}
.right-3 {
	right: 0.75rem;
}
.-bottom-7 {
	bottom: -1.75rem;
}
.top-auto {
	top: auto;
}
.bottom-5 {
	bottom: 1.25rem;
}
.left-3 {
	left: 0.75rem;
}
.bottom-3\.5 {
	bottom: 0.875rem;
}
.bottom-3 {
	bottom: 0.75rem;
}
.right-\[10px\] {
	right: 10px;
}
.\!-bottom-px {
	bottom: -1px !important;
}
.\!-bottom-52 {
	bottom: -13rem !important;
}
.\!bottom-0 {
	bottom: 0px !important;
}
.top-\[3\.65rem\] {
	top: 3.65rem;
}
.right-10 {
	right: 2.5rem;
}
.top-\[10px\] {
	top: 10px;
}
.left-\[-30px\] {
	left: -30px;
}
.top-\[68px\] {
	top: 68px;
}
.\!bottom-6 {
	bottom: 1.5rem !important;
}
.bottom-6 {
	bottom: 1.5rem;
}
.bottom-9 {
	bottom: 2.25rem;
}
.right-auto {
	right: auto;
}
.bottom-auto {
	bottom: auto;
}
.left-auto {
	left: auto;
}
.left-4 {
	left: 1rem;
}
.\!right-0 {
	right: 0px !important;
}
.\!top-3 {
	top: 0.75rem !important;
}
.\!left-auto {
	left: auto !important;
}
.\!right-8 {
	right: 2rem !important;
}
.\!bottom-auto {
	bottom: auto !important;
}
.bottom-\[1\.25rem\] {
	bottom: 1.25rem;
}
.left-2\.5 {
	left: 0.625rem;
}
.-bottom-32 {
	bottom: -8rem;
}
.bottom-40 {
	bottom: 10rem;
}
.bottom-2\.5 {
	bottom: 0.625rem;
}
.bottom-2 {
	bottom: 0.5rem;
}
.bottom-\[1\.875rem\] {
	bottom: 1.875rem;
}
.\!top-\[4\.75rem\] {
	top: 4.75rem !important;
}
.\!right-\[4\.75rem\] {
	right: 4.75rem !important;
}
.\!left-0 {
	left: 0px !important;
}
.-bottom-6 {
	bottom: -1.5rem;
}
.top-\[87\%\] {
	top: 87%;
}
.top-\[6\.5rem\] {
	top: 6.5rem;
}
.bottom-\[4\.25rem\] {
	bottom: 4.25rem;
}
.top-12 {
	top: 3rem;
}
.bottom-12 {
	bottom: 3rem;
}
.bottom-8 {
	bottom: 2rem;
}
.-bottom-10 {
	bottom: -2.5rem;
}
.-bottom-20 {
	bottom: -5rem;
}
.bottom-14 {
	bottom: 3.5rem;
}
.-left-2\.5 {
	left: -0.625rem;
}
.-left-2 {
	left: -0.5rem;
}
.-bottom-5 {
	bottom: -1.25rem;
}
.-top-1\.5 {
	top: -0.375rem;
}
.-top-1 {
	top: -0.25rem;
}
.-bottom-full {
	bottom: -100%;
}
.-bottom-36 {
	bottom: -9rem;
}
.-left-full {
	left: -100%;
}
.-right-full {
	right: -100%;
}
.top-8 {
	top: 2rem;
}
.z-10 {
	z-index: 10;
}
.z-30 {
	z-index: 30;
}
.z-20 {
	z-index: 20;
}
.z-\[1000001\] {
	z-index: 1000001;
}
.-z-1 {
	z-index: -1;
}
.z-0 {
	z-index: 0;
}
.z-15 {
	z-index: 15;
}
.z-1 {
	z-index: 1;
}
.z-50 {
	z-index: 50;
}
.z-40 {
	z-index: 40;
}
.z-\[-1\] {
	z-index: -1;
}
.z-\[999\] {
	z-index: 999;
}
.order-last {
	order: 9999;
}
.order-2 {
	order: 2;
}
.order-4 {
	order: 4;
}
.order-3 {
	order: 3;
}
.order-first {
	order: -9999;
}
.order-1 {
	order: 1;
}
.col-span-full {
	grid-column: 1 / -1;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-start-2 {
	grid-column-start: 2;
}
.col-start-8 {
	grid-column-start: 8;
}
.col-start-1 {
	grid-column-start: 1;
}
.col-start-3 {
	grid-column-start: 3;
}
.col-end-8 {
	grid-column-end: 8;
}
.col-end-12 {
	grid-column-end: 12;
}
.col-end-5 {
	grid-column-end: 5;
}
.col-end-3 {
	grid-column-end: 3;
}
.row-span-2 {
	grid-row: span 2 / span 2;
}
.row-start-2 {
	grid-row-start: 2;
}
.float-right {
	float: right;
}
.m-0 {
	margin: 0px;
}
.m-2 {
	margin: 0.5rem;
}
.\!m-0 {
	margin: 0px !important;
}
.m-1 {
	margin: 0.25rem;
}
.m-auto {
	margin: auto;
}
.-m-3 {
	margin: -0.75rem;
}
.mx-5 {
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.-mx-5 {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.-mx-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.mx-7 {
	margin-left: 1.75rem;
	margin-right: 1.75rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.-mx-1 {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.-mx-6 {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-1\.5 {
	margin-top: 0.375rem;
	margin-bottom: 0.375rem;
}
.my-\[1\.875rem\] {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}
.my-\[22px\] {
	margin-top: 22px;
	margin-bottom: 22px;
}
.my-\[27px\] {
	margin-top: 27px;
	margin-bottom: 27px;
}
.my-\[2\.5rem\] {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-20 {
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.mx-10 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.\!mt-2 {
	margin-top: 0.5rem !important;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-\[22px\] {
	margin-bottom: 22px;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-\[22px\] {
	margin-top: 22px;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.mt-\[1\.375rem\] {
	margin-top: 1.375rem;
}
.mb-\[\.5rem\] {
	margin-bottom: .5rem;
}
.mb-\[46px\] {
	margin-bottom: 46px;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.mr-1\.5 {
	margin-right: 0.375rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-\[3\.125rem\] {
	margin-bottom: 3.125rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mb-px {
	margin-bottom: 1px;
}
.-ml-5 {
	margin-left: -1.25rem;
}
.mb-\[38px\] {
	margin-bottom: 38px;
}
.ml-\[10px\] {
	margin-left: 10px;
}
.mb-\[30px\] {
	margin-bottom: 30px;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-auto {
	margin-top: auto;
}
.mr-\[6px\] {
	margin-right: 6px;
}
.-mt-4 {
	margin-top: -1rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mr-auto {
	margin-right: auto;
}
.mt-7 {
	margin-top: 1.75rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-7 {
	margin-bottom: 1.75rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mb-\[18px\] {
	margin-bottom: 18px;
}
.\!mt-8 {
	margin-top: 2rem !important;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mb-\[50px\] {
	margin-bottom: 50px;
}
.mb-\[60px\] {
	margin-bottom: 60px;
}
.mb-\[42px\] {
	margin-bottom: 42px;
}
.mb-14 {
	margin-bottom: 3.5rem;
}
.ml-1\.5 {
	margin-left: 0.375rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.-mt-6 {
	margin-top: -1.5rem;
}
.-mt-8 {
	margin-top: -2rem;
}
.ml-3\.5 {
	margin-left: 0.875rem;
}
.mt-3\.5 {
	margin-top: 0.875rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-15 {
	margin-top: 3.75rem;
}
.-mb-20 {
	margin-bottom: -5rem;
}
.ml-\[2px\] {
	margin-left: 2px;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-\[-100\%\] {
	margin-left: -100%;
}
.ml-0 {
	margin-left: 0px;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mt-2\.5 {
	margin-top: 0.625rem;
}
.ml-2\.5 {
	margin-left: 0.625rem;
}
.mr-15px {
	margin-right: 0.938rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mt-px {
	margin-top: 1px;
}
.mb-2\.5 {
	margin-bottom: 0.625rem;
}
.mb-\[10px\] {
	margin-bottom: 10px;
}
.mt-58px {
	margin-top: 3.625rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-11 {
	margin-bottom: 2.75rem;
}
.mt-14px {
	margin-top: 0.875rem;
}
.mb-18px {
	margin-bottom: 1.125rem;
}
.mt-\[\.3125rem\] {
	margin-top: .3125rem;
}
.mr-12 {
	margin-right: 3rem;
}
.\!mr-4 {
	margin-right: 1rem !important;
}
.mb-1\.5 {
	margin-bottom: 0.375rem;
}
.mb-\[14px\] {
	margin-bottom: 14px;
}
.-ml-1 {
	margin-left: -0.25rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-60px {
	margin-top: 3.75rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.mt-\[3\.75rem\] {
	margin-top: 3.75rem;
}
.mb-3\.5 {
	margin-bottom: 0.875rem;
}
.mt-\[3px\] {
	margin-top: 3px;
}
.mt-\[18px\] {
	margin-top: 18px;
}
.mt-\[14px\] {
	margin-top: 14px;
}
.mt-1\.5 {
	margin-top: 0.375rem;
}
.mt-\[1\.25rem\] {
	margin-top: 1.25rem;
}
.mb-\[26px\] {
	margin-bottom: 26px;
}
.mr-2\.5 {
	margin-right: 0.625rem;
}
.mt-\[50px\] {
	margin-top: 50px;
}
.mb-\[\.25rem\] {
	margin-bottom: .25rem;
}
.mr-\[\.9375rem\] {
	margin-right: .9375rem;
}
.mb-\[15px\] {
	margin-bottom: 15px;
}
.mt-\[26px\] {
	margin-top: 26px;
}
.mb-\[6px\] {
	margin-bottom: 6px;
}
.mt-11 {
	margin-top: 2.75rem;
}
.\!mb-0 {
	margin-bottom: 0px !important;
}
.-mt-2 {
	margin-top: -0.5rem;
}
.mt-\[\.125rem\] {
	margin-top: .125rem;
}
.mb-\[1\.5rem\] {
	margin-bottom: 1.5rem;
}
.mt-\[2\.5rem\] {
	margin-top: 2.5rem;
}
.mt-\[1\.875rem\] {
	margin-top: 1.875rem;
}
.mb-\[\.625rem\] {
	margin-bottom: .625rem;
}
.mt-\[2rem\] {
	margin-top: 2rem;
}
.mb-\[\.875rem\] {
	margin-bottom: .875rem;
}
.mt-\[2\.75rem\] {
	margin-top: 2.75rem;
}
.mb-50px {
	margin-bottom: 3.125rem;
}
.mt-12px {
	margin-top: 0.75rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mb-30px {
	margin-bottom: 1.875rem;
}
.ml-20 {
	margin-left: 5rem;
}
.ml-8 {
	margin-left: 2rem;
}
.ml-14px {
	margin-left: 0.875rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.mt-\[5px\] {
	margin-top: 5px;
}
.box-content {
	box-sizing: content-box;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.\!inline-flex {
	display: inline-flex !important;
}
.table {
	display: table;
}
.table-caption {
	display: table-caption;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-4 {
	height: 1rem;
}
.h-auto {
	height: auto;
}
.h-full {
	height: 100%;
}
.h-6 {
	height: 1.5rem;
}
.h-5 {
	height: 1.25rem;
}
.h-\[62px\] {
	height: 62px;
}
.h-14 {
	height: 3.5rem;
}
.h-8 {
	height: 2rem;
}
.h-48 {
	height: 12rem;
}
.h-10 {
	height: 2.5rem;
}
.h-7 {
	height: 1.75rem;
}
.h-px {
	height: 1px;
}
.h-screen {
	height: 100vh;
}
.h-18px {
	height: 1.125rem;
}
.h-22px {
	height: 1.375rem;
}
.h-11 {
	height: 2.75rem;
}
.h-\[30px\] {
	height: 30px;
}
.h-90px {
	height: 5.625rem;
}
.h-\[52px\] {
	height: 52px;
}
.h-\[3\.25rem\] {
	height: 3.25rem;
}
.h-2\.5 {
	height: 0.625rem;
}
.h-2 {
	height: 0.5rem;
}
.h-3 {
	height: 0.75rem;
}
.h-\[92px\] {
	height: 92px;
}
.h-\[34px\] {
	height: 34px;
}
.h-\[22px\] {
	height: 22px;
}
.h-\[46px\] {
	height: 46px;
}
.h-\[72px\] {
	height: 72px;
}
.h-9 {
	height: 2.25rem;
}
.h-54px {
	height: 3.375rem;
}
.h-52px {
	height: 3.25rem;
}
.h-44px {
	height: 2.75rem;
}
.\!h-6 {
	height: 1.5rem !important;
}
.h-\[74px\] {
	height: 74px;
}
.h-0\.5 {
	height: 0.125rem;
}
.h-0 {
	height: 0px;
}
.h-72px {
	height: 4.5rem;
}
.h-\[76px\] {
	height: 76px;
}
.h-16 {
	height: 4rem;
}
.h-\[calc\(100\%-20px\)\] {
	height: calc(100% - 20px);
}
.h-\[100px\] {
	height: 100px;
}
.h-\[calc\(100vh-160px\)\] {
	height: calc(100vh - 160px);
}
.h-\[2px\] {
	height: 2px;
}
.h-100px {
	height: 6.25rem;
}
.\!h-20 {
	height: 5rem !important;
}
.h-\[53px\] {
	height: 53px;
}
.h-\[2\.063rem\] {
	height: 2.063rem;
}
.h-\[2\.188rem\] {
	height: 2.188rem;
}
.h-\[calc\(100\%-116px\)\] {
	height: calc(100% - 116px);
}
.h-\[50px\] {
	height: 50px;
}
.h-\[116px\] {
	height: 116px;
}
.h-\[5px\] {
	height: 5px;
}
.h-\[98px\] {
	height: 98px;
}
.h-\[60px\] {
	height: 60px;
}
.h-\[120px\] {
	height: 120px;
}
.h-\[5rem\] {
	height: 5rem;
}
.h-\[5\.625rem\] {
	height: 5.625rem;
}
.h-360px {
	height: 22.5rem;
}
.h-24 {
	height: 6rem;
}
.h-\[3rem\] {
	height: 3rem;
}
.h-3\/4 {
	height: 75%;
}
.h-\[3px\] {
	height: 3px;
}
.h-\[21\.5rem\] {
	height: 21.5rem;
}
.h-\[4\.25rem\] {
	height: 4.25rem;
}
.h-76px {
	height: 4.75rem;
}
.max-h-full {
	max-height: 100%;
}
.max-h-0 {
	max-height: 0;
}
.max-h-\[calc\(100vh-250px\)\] {
	max-height: calc(100vh - 250px);
}
.min-h-\[27\.375rem\] {
	min-height: 27.375rem;
}
.min-h-\[60px\] {
	min-height: 60px;
}
.min-h-14 {
	min-height: 3.5rem;
}
.min-h-\[142px\] {
	min-height: 142px;
}
.min-h-8\.5 {
	min-height: 2.15rem;
}
.min-h-\[198px\] {
	min-height: 198px;
}
.min-h-\[130px\] {
	min-height: 130px;
}
.w-4 {
	width: 1rem;
}
.w-screen {
	width: 100vw;
}
.w-full {
	width: 100%;
}
.w-56 {
	width: 14rem;
}
.w-6 {
	width: 1.5rem;
}
.w-5 {
	width: 1.25rem;
}
.w-8 {
	width: 2rem;
}
.w-10 {
	width: 2.5rem;
}
.w-7 {
	width: 1.75rem;
}
.w-64 {
	width: 16rem;
}
.w-auto {
	width: auto;
}
.w-min {
	width: -moz-min-content;
	width: min-content;
}
.w-11 {
	width: 2.75rem;
}
.w-7\/12 {
	width: 58.333333%;
}
.w-5\/12 {
	width: 41.666667%;
}
.w-\[270px\] {
	width: 270px;
}
.w-\[30px\] {
	width: 30px;
}
.w-\[178px\] {
	width: 178px;
}
.w-0 {
	width: 0px;
}
.w-4\/12 {
	width: 33.333333%;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-32 {
	width: 8rem;
}
.w-3\/4 {
	width: 75%;
}
.w-2\.5 {
	width: 0.625rem;
}
.w-2 {
	width: 0.5rem;
}
.w-3 {
	width: 0.75rem;
}
.w-\[22px\] {
	width: 22px;
}
.w-\[98px\] {
	width: 98px;
}
.w-1\/5 {
	width: 20%;
}
.w-2\/5 {
	width: 40%;
}
.w-3\/5 {
	width: 60%;
}
.w-4\/5 {
	width: 80%;
}
.w-9 {
	width: 2.25rem;
}
.w-16 {
	width: 4rem;
}
.w-44px {
	width: 2.75rem;
}
.w-1\/2 {
	width: 50%;
}
.w-max {
	width: -moz-max-content;
	width: max-content;
}
.w-20 {
	width: 5rem;
}
.\!w-6 {
	width: 1.5rem !important;
}
.w-1\/4 {
	width: 25%;
}
.w-\[138px\] {
	width: 138px;
}
.w-54px {
	width: 3.375rem;
}
.w-100px {
	width: 6.25rem;
}
.w-\[76px\] {
	width: 76px;
}
.w-\[152px\] {
	width: 152px;
}
.w-\[54px\] {
	width: 54px;
}
.w-\[77\%\] {
	width: 77%;
}
.w-22px {
	width: 1.375rem;
}
.w-72px {
	width: 4.5rem;
}
.w-14 {
	width: 3.5rem;
}
.w-60px {
	width: 3.75rem;
}
.w-72 {
	width: 18rem;
}
.w-\[120px\] {
	width: 120px;
}
.w-\[456px\] {
	width: 456px;
}
.w-\[53px\] {
	width: 53px;
}
.w-\[220px\] {
	width: 220px;
}
.w-\[6\.25rem\] {
	width: 6.25rem;
}
.w-\[2\.188rem\] {
	width: 2.188rem;
}
.w-\[50px\] {
	width: 50px;
}
.w-\[5px\] {
	width: 5px;
}
.w-\[218px\] {
	width: 218px;
}
.w-\[60px\] {
	width: 60px;
}
.w-\[7rem\] {
	width: 7rem;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-2\/4 {
	width: 50%;
}
.w-\[41rem\] {
	width: 41rem;
}
.w-24 {
	width: 6rem;
}
.w-48 {
	width: 12rem;
}
.w-\[10\.5rem\] {
	width: 10.5rem;
}
.w-\[100px\] {
	width: 100px;
}
.w-\[3rem\] {
	width: 3rem;
}
.w-\[150px\] {
	width: 150px;
}
.w-\[136px\] {
	width: 136px;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-28 {
	width: 7rem;
}
.w-\[4\.25rem\] {
	width: 4.25rem;
}
.w-\[200vw\] {
	width: 200vw;
}
.w-\[calc\(100\%\+2\.5rem\)\] {
	width: calc(100% + 2.5rem);
}
.min-w-\[3\.5rem\] {
	min-width: 3.5rem;
}
.min-w-20 {
	min-width: 5rem;
}
.min-w-40 {
	min-width: 10rem;
}
.min-w-48 {
	min-width: 12rem;
}
.min-w-0 {
	min-width: 0px;
}
.min-w-\[9\.688rem\] {
	min-width: 9.688rem;
}
.min-w-\[112px\] {
	min-width: 112px;
}
.min-w-\[11\.4375rem\] {
	min-width: 11.4375rem;
}
.min-w-\[23rem\] {
	min-width: 23rem;
}
.min-w-\[5rem\] {
	min-width: 5rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-full {
	max-width: 100%;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-screen-3xl {
	max-width: 1920px;
}
.max-w-\[72px\] {
	max-width: 72px;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-\[36rem\] {
	max-width: 36rem;
}
.\!max-w-none {
	max-width: none !important;
}
.max-w-\[367px\] {
	max-width: 367px;
}
.max-w-screen-2xl {
	max-width: 1440px;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-\[14rem\] {
	max-width: 14rem;
}
.max-w-prose {
	max-width: 65ch;
}
.max-w-none {
	max-width: none;
}
.max-w-screen-xl {
	max-width: 1280px;
}
.max-w-\[16\.688rem\] {
	max-width: 16.688rem;
}
.max-w-\[350px\] {
	max-width: 350px;
}
.max-w-\[330px\] {
	max-width: 330px;
}
.max-w-\[22\.5rem\] {
	max-width: 22.5rem;
}
.max-w-\[340px\] {
	max-width: 340px;
}
.max-w-\[90\%\] {
	max-width: 90%;
}
.max-w-\[33rem\] {
	max-width: 33rem;
}
.max-w-\[25\.75rem\] {
	max-width: 25.75rem;
}
.max-w-\[36\.5rem\] {
	max-width: 36.5rem;
}
.max-w-210px {
	max-width: 13.125rem;
}
.max-w-264px {
	max-width: 16.5rem;
}
.max-w-\[29rem\] {
	max-width: 29rem;
}
.max-w-\[40rem\] {
	max-width: 40rem;
}
.max-w-\[55\.5rem\] {
	max-width: 55.5rem;
}
.max-w-max {
	max-width: -moz-max-content;
	max-width: max-content;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-none {
	flex: none;
}
.flex-auto {
	flex: 1 1 auto;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-shrink {
	flex-shrink: 1;
}
.flex-grow-0 {
	flex-grow: 0;
}
.flex-grow {
	flex-grow: 1;
}
.table-auto {
	table-layout: auto;
}
.border-collapse {
	border-collapse: collapse;
}
.origin-top-left {
	transform-origin: top left;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.translate-y-28 {
	--tw-translate-y: 7rem;
	transform: var(--tw-transform);
}
.-translate-x-1\/3 {
	--tw-translate-x: -33.333333%;
	transform: var(--tw-transform);
}
.-translate-y-full {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}
.-translate-x-12 {
	--tw-translate-x: -3rem;
	transform: var(--tw-transform);
}
.-translate-y-6 {
	--tw-translate-y: -1.5rem;
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.-translate-y-8 {
	--tw-translate-y: -2rem;
	transform: var(--tw-transform);
}
.translate-y-\[-6px\] {
	--tw-translate-y: -6px;
	transform: var(--tw-transform);
}
.translate-y-full {
	--tw-translate-y: 100%;
	transform: var(--tw-transform);
}
.translate-y-5 {
	--tw-translate-y: 1.25rem;
	transform: var(--tw-transform);
}
.translate-x-full {
	--tw-translate-x: 100%;
	transform: var(--tw-transform);
}
.translate-x-0 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.translate-x-5 {
	--tw-translate-x: 1.25rem;
	transform: var(--tw-transform);
}
.-translate-x-5 {
	--tw-translate-x: -1.25rem;
	transform: var(--tw-transform);
}
.rotate-180 {
	--tw-rotate: 180deg;
	transform: var(--tw-transform);
}
.rotate-0 {
	--tw-rotate: 0deg;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.scale-90 {
	--tw-scale-x: .9;
	--tw-scale-y: .9;
	transform: var(--tw-transform);
}
.\!scale-100 {
	--tw-scale-x: 1 !important;
	--tw-scale-y: 1 !important;
	transform: var(--tw-transform) !important;
}
.scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}
.scale-0 {
	--tw-scale-x: 0;
	--tw-scale-y: 0;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.cursor-default {
	cursor: default;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.resize {
	resize: both;
}
.list-inside {
	list-style-position: inside;
}
.list-disc {
	list-style-type: disc;
}
.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}
.grid-flow-row {
	grid-auto-flow: row;
}
.grid-flow-col {
	grid-auto-flow: column;
}
.grid-flow-row-dense {
	grid-auto-flow: row dense;
}
.auto-rows-auto {
	grid-auto-rows: auto;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
	grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.place-items-center {
	place-items: center;
}
.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;
}
.justify-around {
	justify-content: space-around;
}
.justify-evenly {
	justify-content: space-evenly;
}
.justify-items-center {
	justify-items: center;
}
.gap-1\.5 {
	gap: 0.375rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-7 {
	gap: 1.75rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-2\.5 {
	gap: 0.625rem;
}
.gap-9 {
	gap: 2.25rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-x-5 {
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-x-10 {
	-moz-column-gap: 2.5rem;
	     column-gap: 2.5rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-x-0\.5 {
	-moz-column-gap: 0.125rem;
	     column-gap: 0.125rem;
}
.gap-x-0 {
	-moz-column-gap: 0px;
	     column-gap: 0px;
}
.gap-x-6 {
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}
.gap-y-0 {
	row-gap: 0px;
}
.gap-y-3 {
	row-gap: 0.75rem;
}
.gap-x-1 {
	-moz-column-gap: 0.25rem;
	     column-gap: 0.25rem;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.gap-x-2\.5 {
	-moz-column-gap: 0.625rem;
	     column-gap: 0.625rem;
}
.gap-x-1\.5 {
	-moz-column-gap: 0.375rem;
	     column-gap: 0.375rem;
}
.gap-x-7 {
	-moz-column-gap: 1.75rem;
	     column-gap: 1.75rem;
}
.gap-y-2\.5 {
	row-gap: 0.625rem;
}
.gap-y-1\.5 {
	row-gap: 0.375rem;
}
.gap-y-1 {
	row-gap: 0.25rem;
}
.gap-x-\[60px\] {
	-moz-column-gap: 60px;
	     column-gap: 60px;
}
.gap-y-\[2\.5rem\] {
	row-gap: 2.5rem;
}
.gap-x-\[1\.125rem\] {
	-moz-column-gap: 1.125rem;
	     column-gap: 1.125rem;
}
.gap-x-\[30px\] {
	-moz-column-gap: 30px;
	     column-gap: 30px;
}
.gap-x-\[18px\] {
	-moz-column-gap: 18px;
	     column-gap: 18px;
}
.gap-x-11 {
	-moz-column-gap: 2.75rem;
	     column-gap: 2.75rem;
}
.gap-y-\[9px\] {
	row-gap: 9px;
}
.gap-x-\[22px\] {
	-moz-column-gap: 22px;
	     column-gap: 22px;
}
.gap-y-7 {
	row-gap: 1.75rem;
}
.gap-x-\[14px\] {
	-moz-column-gap: 14px;
	     column-gap: 14px;
}
.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}
.gap-x-\[1\.25rem\] {
	-moz-column-gap: 1.25rem;
	     column-gap: 1.25rem;
}
.gap-x-\[\.75rem\] {
	-moz-column-gap: .75rem;
	     column-gap: .75rem;
}
.gap-y-\[\.75rem\] {
	row-gap: .75rem;
}
.gap-y-13 {
	row-gap: 3.125rem;
}
.gap-y-15 {
	row-gap: 3.75rem;
}
.gap-y-5 {
	row-gap: 1.25rem;
}
.gap-x-3 {
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}
.gap-y-16 {
	row-gap: 4rem;
}
.gap-x-12 {
	-moz-column-gap: 3rem;
	     column-gap: 3rem;
}
.gap-y-10 {
	row-gap: 2.5rem;
}
.space-y-6 &gt; :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 &gt; :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-y-2 &gt; :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));
}
.space-x-1 &gt; :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-3 &gt; :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-x-2\.5 &gt; :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.625rem * var(--tw-space-x-reverse));
	margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 &gt; :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-3 &gt; :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.25rem * var(--tw-space-x-reverse));
	margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 &gt; :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-10 &gt; :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));
}
.divide-y &gt; :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-graphite-100 &gt; :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-divide-opacity));
}
.self-start {
	align-self: flex-start;
}
.self-end {
	align-self: flex-end;
}
.self-center {
	align-self: center;
}
.justify-self-end {
	justify-self: end;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-scroll {
	overflow: scroll;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.overflow-x-scroll {
	overflow-x: scroll;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.whitespace-pre {
	white-space: pre;
}
.break-words {
	overflow-wrap: break-word;
}
.break-all {
	word-break: break-all;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-\[2px\] {
	border-radius: 2px;
}
.rounded-\[3px\] {
	border-radius: 3px;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded {
	border-radius: 0.188rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-4px {
	border-radius: 0.25rem;
}
.rounded-3px {
	border-radius: 0.188rem;
}
.rounded-22px {
	border-radius: 1.375rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-\[\.25rem\] {
	border-radius: .25rem;
}
.rounded-\[50px\] {
	border-radius: 50px;
}
.rounded-t-lg {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.rounded-l-md {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.rounded-tr-none {
	border-top-right-radius: 0px;
}
.rounded-br-none {
	border-bottom-right-radius: 0px;
}
.rounded-tr-3px {
	border-top-right-radius: 0.188rem;
}
.rounded-br-3px {
	border-bottom-right-radius: 0.188rem;
}
.rounded-bl-lg {
	border-bottom-left-radius: 0.5rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-0 {
	border-width: 0px;
}
.border-\[\.0938rem\] {
	border-width: .0938rem;
}
.border-\[1\.5px\] {
	border-width: 1.5px;
}
.border-8 {
	border-width: 8px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-l {
	border-left-width: 1px;
}
.border-b-0 {
	border-bottom-width: 0px;
}
.border-none {
	border-style: none;
}
.border-\[\#d8dcde\] {
	--tw-border-opacity: 1;
	border-color: rgba(216, 220, 222, var(--tw-border-opacity));
}
.border-container-darker {
	--tw-border-opacity: 1;
	border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}
.border-graphite-100 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-graphite-700 {
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.border-container {
	--tw-border-opacity: 1;
	border-color: rgba(231, 231, 231, var(--tw-border-opacity));
}
.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-graphite-200 {
	--tw-border-opacity: 1;
	border-color: rgba(148, 149, 148, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-graphite-50 {
	--tw-border-opacity: 1;
	border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.border-container-lighter {
	--tw-border-opacity: 1;
	border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-\[\#111\] {
	--tw-border-opacity: 1;
	border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}
.border-green-400 {
	--tw-border-opacity: 1;
	border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.border-current {
	border-color: currentColor;
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-\[\#1f1f1f\] {
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.border-\[\#16a34a\] {
	--tw-border-opacity: 1;
	border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}
.border-\[\#e5e5e5\] {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-graphite-300 {
	--tw-border-opacity: 1;
	border-color: rgba(112, 113, 112, var(--tw-border-opacity));
}
.border-b-white {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-t-graphite-100 {
	--tw-border-opacity: 1;
	border-top-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-b-graphite-100 {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
.border-b-graphite-700 {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.border-b-graphite-50 {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-t-graphite-300 {
	--tw-border-opacity: 1;
	border-top-color: rgba(112, 113, 112, var(--tw-border-opacity));
}
.border-opacity-70 {
	--tw-border-opacity: 0.7;
}
.border-opacity-20 {
	--tw-border-opacity: 0.2;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-graphite-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-container-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-container-lighter {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-graphite-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
}
.bg-\[\#020c1420\] {
	background-color: #020c1420;
}
.bg-graphite-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.bg-graphite-75 {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-blush-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(211, 148, 160, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-graphite-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(148, 149, 148, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-\[\#f0eeed\] {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 238, 237, var(--tw-bg-opacity));
}
.bg-\[\#789F90\] {
	--tw-bg-opacity: 1;
	background-color: rgba(120, 159, 144, var(--tw-bg-opacity));
}
.bg-container {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-\[\#1f1f1f\] {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-violet-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(184, 172, 208, var(--tw-bg-opacity));
}
.bg-hemlock-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(120, 159, 144, var(--tw-bg-opacity));
}
.bg-\[\#377c60\] {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 124, 96, var(--tw-bg-opacity));
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-100 {
	--tw-bg-opacity: 1;
}
.bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-opacity-\[\.17\] {
	--tw-bg-opacity: .17;
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.bg-picto-chat {
	background-image: url('/images/picto-chat.svg');
}
.bg-small-left-arrow {
	background-image: url('/images/small-left-arrow.svg');
}
.bg-small-right-arrow {
	background-image: url('/images/small-right-arrow.svg');
}
.bg-hide-password {
	background-image: url('/images/hide-password.svg');
}
.bg-show-password {
	background-image: url('/images/show-password.svg');
}
.bg-customer-icon {
	background-image: url('/images/customer-menu-icon.svg');
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-picto-broderie {
	background-image: url('/images/pictos-broderie.svg');
}
.bg-ship-shop {
	background-image: url('/images/shipment-shop.svg');
}
.bg-left-angle {
	background-image: url('/images/left-angle.svg');
}
.bg-right-angle-16 {
	background-image: url('/images/right-angle-16.svg');
}
.bg-gradient-to-l {
	background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-down-angle {
	background-image: url('/images/down-angle.svg');
}
.bg-picto-broderie-white {
	background-image: url('/images/pictos-broderie-white.svg');
}
.from-transparent {
	--tw-gradient-from: transparent;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-white {
	--tw-gradient-from: #fff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.to-graphite-700 {
	--tw-gradient-to: #1F1F1F;
}
.to-white {
	--tw-gradient-to: #fff;
}
.to-transparent {
	--tw-gradient-to: transparent;
}
.bg-contain {
	background-size: contain;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.stroke-current {
	stroke: currentColor;
}
.stroke-1 {
	stroke-width: 1;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-none {
	-o-object-fit: none;
	   object-fit: none;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.object-bottom {
	-o-object-position: bottom;
	   object-position: bottom;
}
.object-top {
	-o-object-position: top;
	   object-position: top;
}
.p-4 {
	padding: 1rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-0 {
	padding: 0px;
}
.p-5 {
	padding: 1.25rem;
}
.p-8 {
	padding: 2rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-1 {
	padding: 0.25rem;
}
.\!p-0 {
	padding: 0px !important;
}
.p-3\.5 {
	padding: 0.875rem;
}
.p-\[3rem\] {
	padding: 3rem;
}
.p-1\.5 {
	padding: 0.375rem;
}
.p-\[\.9375rem\] {
	padding: .9375rem;
}
.p-2\.5 {
	padding: 0.625rem;
}
.p-60px {
	padding: 3.75rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-2\.5 {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-1\.5 {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-\[70px\] {
	padding-top: 70px;
	padding-bottom: 70px;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-3\.5 {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.py-15 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-18px {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}
.py-7 {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}
.py-\[10px\] {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}
.py-\[18px\] {
	padding-top: 18px;
	padding-bottom: 18px;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.py-\[\.6875rem\] {
	padding-top: .6875rem;
	padding-bottom: .6875rem;
}
.px-\[\.75rem\] {
	padding-left: .75rem;
	padding-right: .75rem;
}
.py-\[1\.375rem\] {
	padding-top: 1.375rem;
	padding-bottom: 1.375rem;
}
.py-9 {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.py-\[\.438rem\] {
	padding-top: .438rem;
	padding-bottom: .438rem;
}
.py-\[1\.125rem\] {
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
}
.py-22px {
	padding-top: 1.375rem;
	padding-bottom: 1.375rem;
}
.pb-\[86px\] {
	padding-bottom: 86px;
}
.pr-0 {
	padding-right: 0px;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pt-1\.5 {
	padding-top: 0.375rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-7 {
	padding-bottom: 1.75rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-\[35px\] {
	padding-top: 35px;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pr-40 {
	padding-right: 10rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pr-20 {
	padding-right: 5rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-\[26px\] {
	padding-bottom: 26px;
}
.pt-\[38px\] {
	padding-top: 38px;
}
.pt-\[22px\] {
	padding-top: 22px;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pl-18px {
	padding-left: 1.125rem;
}
.pr-30px {
	padding-right: 1.875rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pr-16 {
	padding-right: 4rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pl-3\.5 {
	padding-left: 0.875rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pb-11 {
	padding-bottom: 2.75rem;
}
.pb-26px {
	padding-bottom: 1.625rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pr-28 {
	padding-right: 7rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pt-\[14px\] {
	padding-top: 14px;
}
.pb-\[22px\] {
	padding-bottom: 22px;
}
.pl-\[\.313rem\] {
	padding-left: .313rem;
}
.pt-30px {
	padding-top: 1.875rem;
}
.pt-2\.5 {
	padding-top: 0.625rem;
}
.pb-52 {
	padding-bottom: 13rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pt-7 {
	padding-top: 1.75rem;
}
.pl-px {
	padding-left: 1px;
}
.pb-2\.5 {
	padding-bottom: 0.625rem;
}
.pb-0\.5 {
	padding-bottom: 0.125rem;
}
.pt-\[3\.25rem\] {
	padding-top: 3.25rem;
}
.pt-\[26px\] {
	padding-top: 26px;
}
.pl-\[10px\] {
	padding-left: 10px;
}
.pl-\[25px\] {
	padding-left: 25px;
}
.\!pb-0 {
	padding-bottom: 0px !important;
}
.pt-15 {
	padding-top: 3.75rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pt-\[4\.375rem\] {
	padding-top: 4.375rem;
}
.pb-\[12\.5rem\] {
	padding-bottom: 12.5rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-14 {
	padding-top: 3.5rem;
}
.pl-30px {
	padding-left: 1.875rem;
}
.pr-18px {
	padding-right: 1.125rem;
}
.\!pb-12 {
	padding-bottom: 3rem !important;
}
.pl-2\.5 {
	padding-left: 0.625rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pr-2\.5 {
	padding-right: 0.625rem;
}
.pt-0 {
	padding-top: 0px;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-top {
	vertical-align: top;
}
.align-middle {
	vertical-align: middle;
}
.align-bottom {
	vertical-align: bottom;
}
.font-arial {
	font-family: Arial, sans-serif;
}
.font-inter {
	font-family: Inter;
}
.font-sans {
	font-family: Manrope, sans-serif;
}
.font-dm {
	font-family: DM Serif Display, serif;
}
.font-serif {
	font-family: serif;
}
.text-xs {
	font-size: 0.8125rem;
}
.text-xl {
	font-size: 1.25rem;
}
.text-2xs {
	font-size: 0.75rem;
}
.text-lg {
	font-size: 1.125rem;
}
.text-2xl {
	font-size: 1.5rem;
}
.text-2sm {
	font-size: 0.875rem;
}
.text-base {
	font-size: 1rem;
}
.text-sm {
	font-size: 0.9375rem;
}
.text-\[11px\] {
	font-size: 11px;
}
.text-3xs {
	font-size: 0.6875rem;
}
.text-\[22px\] {
	font-size: 22px;
}
.text-4xs {
	font-size: 0.625rem;
}
.text-3xl {
	font-size: 1.875rem;
}
.text-4xl {
	font-size: 2.25rem;
}
.text-6xl {
	font-size: 3.75rem;
}
.text-\[2\.875rem\] {
	font-size: 2.875rem;
}
.text-\[\.875rem\] {
	font-size: .875rem;
}
.text-5xs {
	font-size: 0.563rem;
}
.text-\[15px\] {
	font-size: 15px;
}
.text-\[\.6875rem\] {
	font-size: .6875rem;
}
.text-\[\.8125rem\] {
	font-size: .8125rem;
}
.text-\[\.75rem\] {
	font-size: .75rem;
}
.text-\[\.9375rem\] {
	font-size: .9375rem;
}
.text-\[2\.25rem\] {
	font-size: 2.25rem;
}
.text-\[\.625rem\] {
	font-size: .625rem;
}
.text-5xl {
	font-size: 3rem;
}
.text-\[1\.875rem\] {
	font-size: 1.875rem;
}
.text-\[21px\] {
	font-size: 21px;
}
.text-\[10px\] {
	font-size: 10px;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-normal {
	font-weight: 400;
}
.font-extrabold {
	font-weight: 800;
}
.font-light {
	font-weight: 300;
}
.font-extralight {
	font-weight: 200;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.normal-case {
	text-transform: none;
}
.leading-\[30px\] {
	line-height: 30px;
}
.leading-3 {
	line-height: .75rem;
}
.leading-\[26px\] {
	line-height: 26px;
}
.leading-\[normal\] {
	line-height: normal;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-4 {
	line-height: 1rem;
}
.leading-\[1\.625rem\] {
	line-height: 1.625rem;
}
.leading-10 {
	line-height: 2.5rem;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-tight {
	line-height: 1.25;
}
.leading-13px {
	line-height: 0.813rem;
}
.leading-8 {
	line-height: 2rem;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-normal {
	line-height: normal;
}
.leading-9 {
	line-height: 2.25rem;
}
.leading-19px {
	line-height: 1.1875rem;
}
.leading-\[18px\] {
	line-height: 18px;
}
.leading-\[52px\] {
	line-height: 52px;
}
.leading-31px {
	line-height: 1.938rem;
}
.leading-60px {
	line-height: 3.75rem;
}
.leading-\[19px\] {
	line-height: 19px;
}
.leading-\[13px\] {
	line-height: 13px;
}
.leading-none {
	line-height: 1;
}
.leading-\[32px\] {
	line-height: 32px;
}
.leading-\[1\.5rem\] {
	line-height: 1.5rem;
}
.leading-27px {
	line-height: 1.6875rem;
}
.leading-\[50px\] {
	line-height: 50px;
}
.leading-48px {
	line-height: 3rem;
}
.leading-18px {
	line-height: 1.125rem;
}
.leading-\[36px\] {
	line-height: 36px;
}
.leading-snug {
	line-height: 1.375;
}
.tracking-\[1\.5px\] {
	letter-spacing: 1.5px;
}
.tracking-\[1\.2px\] {
	letter-spacing: 1.2px;
}
.tracking-\[\.25rem\] {
	letter-spacing: .25rem;
}
.tracking-\[\.075rem\] {
	letter-spacing: .075rem;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-\[2px\] {
	letter-spacing: 2px;
}
.tracking-\[\.12px\] {
	letter-spacing: .12px;
}
.tracking-\[2\.4px\] {
	letter-spacing: 2.4px;
}
.tracking-\[\.15px\] {
	letter-spacing: .15px;
}
.tracking-\[\.2px\] {
	letter-spacing: .2px;
}
.tracking-\[\.83px\] {
	letter-spacing: .83px;
}
.tracking-\[2\.6px\] {
	letter-spacing: 2.6px;
}
.tracking-\[\.009rem\] {
	letter-spacing: .009rem;
}
.tracking-normal {
	letter-spacing: 0em;
}
.tracking-\[1\.1px\] {
	letter-spacing: 1.1px;
}
.tracking-48 {
	letter-spacing: .3rem;
}
.tracking-60 {
	letter-spacing: .375rem;
}
.tracking-26 {
	letter-spacing: .163rem;
}
.tracking-\[-\.015rem\] {
	letter-spacing: -.015rem;
}
.tracking-20 {
	letter-spacing: .125rem;
}
.tracking-\[0\.009rem\] {
	letter-spacing: 0.009rem;
}
.tracking-\[-\.019rem\] {
	letter-spacing: -.019rem;
}
.tracking-15 {
	letter-spacing: .094rem;
}
.tracking-\[\.008rem\] {
	letter-spacing: .008rem;
}
.tracking-\[\.069rem\] {
	letter-spacing: .069rem;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-\[\.77px\] {
	letter-spacing: .77px;
}
.tracking-\[\.138rem\] {
	letter-spacing: .138rem;
}
.tracking-\[\.161rem\] {
	letter-spacing: .161rem;
}
.tracking-13 {
	letter-spacing: .081rem;
}
.tracking-\[0\.15px\] {
	letter-spacing: 0.15px;
}
.tracking-\[\.0081rem\] {
	letter-spacing: .0081rem;
}
.tracking-\[\.0688rem\] {
	letter-spacing: .0688rem;
}
.tracking-\[-0\.22px\] {
	letter-spacing: -0.22px;
}
.tracking-\[6px\] {
	letter-spacing: 6px;
}
.tracking-\[1\.8px\] {
	letter-spacing: 1.8px;
}
.tracking-11 {
	letter-spacing: .069rem;
}
.tracking-\[-\.0094rem\] {
	letter-spacing: -.0094rem;
}
.tracking-\[-\.0131rem\] {
	letter-spacing: -.0131rem;
}
.tracking-\[\.188rem\] {
	letter-spacing: .188rem;
}
.tracking-\[-\.023rem\] {
	letter-spacing: -.023rem;
}
.tracking-\[-\.013rem\] {
	letter-spacing: -.013rem;
}
.tracking-\[\.13px\] {
	letter-spacing: .13px;
}
.tracking-\[1\.65px\] {
	letter-spacing: 1.65px;
}
.tracking-\[\.163rem\] {
	letter-spacing: .163rem;
}
.tracking-\[\.3rem\] {
	letter-spacing: .3rem;
}
.tracking-40 {
	letter-spacing: .25rem;
}
.tracking-56 {
	letter-spacing: .353rem;
}
.tracking-14 {
	letter-spacing: .088rem;
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.text-graphite-700 {
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.text-graphite-300 {
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-\[\#f97316\] {
	--tw-text-opacity: 1;
	color: rgba(249, 115, 22, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-warning {
	--tw-text-opacity: 1;
	color: rgba(249, 115, 22, var(--tw-text-opacity));
}
.text-\[\#16a34a\] {
	--tw-text-opacity: 1;
	color: rgba(22, 163, 74, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-secondary-darker {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-graphite-200 {
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.text-graphite-50 {
	--tw-text-opacity: 1;
	color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-orange-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 146, 60, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-\[\#377c60\] {
	--tw-text-opacity: 1;
	color: rgba(55, 124, 96, var(--tw-text-opacity));
}
.text-valid {
	--tw-text-opacity: 1;
	color: rgba(22, 163, 74, var(--tw-text-opacity));
}
.text-\[\#707170\] {
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-\[\#949594\] {
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.text-argile-500 {
	--tw-text-opacity: 1;
	color: rgba(96, 113, 113, var(--tw-text-opacity));
}
.text-graphite-700\/60 {
	color: rgba(31, 31, 31, 0.6);
}
.text-graphite-50\/60 {
	color: rgba(245, 245, 245, 0.6);
}
.text-error {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-graphite-75 {
	--tw-text-opacity: 1;
	color: rgba(248, 248, 248, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.no-underline {
	text-decoration: none;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.placeholder-graphite-200::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-placeholder-opacity));
}
.placeholder-graphite-200::placeholder {
	--tw-placeholder-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-placeholder-opacity));
}
.opacity-0 {
	opacity: 0;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-100 {
	opacity: 1;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-20 {
	opacity: 0.2;
}
.opacity-70 {
	opacity: 0.7;
}
.bg-blend-difference {
	background-blend-mode: difference;
}
.mix-blend-overlay {
	mix-blend-mode: overlay;
}
.mix-blend-difference {
	mix-blend-mode: difference;
}
.shadow-xl {
	--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);
}
.shadow-lg {
	--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);
}
.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);
}
.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-5xl {
	--tw-shadow: 0 0 10px 0 rgba(12, 12, 12, 0.1);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-none {
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
	--tw-shadow: inset 0 2px 4px 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;
}
.\!outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}
.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-0 {
	--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);
}
.ring-primary {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity));
}
.ring-blue-500 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(133, 160, 170, var(--tw-ring-opacity));
}
.ring-opacity-50 {
	--tw-ring-opacity: 0.5;
}
.ring-opacity-75 {
	--tw-ring-opacity: 0.75;
}
.ring-offset-1 {
	--tw-ring-offset-width: 1px;
}
.ring-offset-2 {
	--tw-ring-offset-width: 2px;
}
.filter {
	filter: var(--tw-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.delay-300 {
	transition-delay: 300ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-700 {
	transition-duration: 700ms;
}
.duration-1000 {
	transition-duration: 1000ms;
}
.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);
}
.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.line-clamp-1 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.hide-scrollbar {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
.hide-scrollbar::-webkit-scrollbar {
            width: 0 !important;
            height: 0 !important;
        }
.upper-header {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.upper-header [data-content-type="row"] &gt; div {
        height: 2.1875rem;
        position: relative;
        margin-left: 0px;
        overflow: hidden;
    }
.upper-header [data-content-type="html"] {
        height: 2.1875rem;
    }
.upper-header ul {
        /* @apply absolute top-1/2 -translate-y-1/2 left-0 right-0; */
        white-space: nowrap;
    }
.upper-header .close-icon {
	position: absolute;
	right: 0px;
	top: 50%;
	height: 35px;
	width: 2.5rem;
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
	transform: var(--tw-transform);
	cursor: pointer;
	-o-object-fit: none;
	   object-fit: none;
}
@media (min-width: 1280px) {
	.upper-header .close-icon {
		right: 1rem;
	}
}
#header {
	padding-top: 0px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* ///////////////////////////////////////////////// */
@media (min-width: 768px) {
        .upper-header [data-content-type="row"] &gt; div, .upper-header p {
		margin-left: auto;
		margin-right: auto;
	}
        .upper-header [data-content-type="row"] &gt; div, .upper-header p {
		width: 100%;
	}
        .upper-header p {
            animation: unset;
        }
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1024px) {
        .upper-header [data-content-type="row"] &gt; div,
        .upper-header [data-content-type="html"] {
            height: 40px;
        }
}
/* ///////////////////////////////////////////////// */
/* ticker */
.upper-header .splide__slide {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 2.1875rem;
        flex-wrap: wrap;
    }
.upper-header .splide__slide &gt; div {
            height: 1.5rem;
            line-height: .5;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            padding: 0 2.5rem;
        }
@media (min-width: 1024px) {
.upper-header .splide__slide {
            height: 2.5rem
    }
        }
.burger-icon &gt; div {
        width: 1.25rem;
        height: 1.1875rem;
        cursor: pointer;
    }
.burger-icon span {
        display: block;
        width: 100%;
        border-radius: 3px;
        height: 1px;
        background: #1f1f1f;
        transition: all 0.3s;
        transform-origin: center;
        position: relative;
    }
.burger-icon span + span {
        margin-top: 8px;
    }
.burger-icon .active span {
        width: 22px;
    }
.burger-icon .active span:nth-child(1) {
        animation: ease-in-out .5s top forwards;
    }
.burger-icon .inactive span:nth-child(1) {
        animation: ease-in-out .5s top-2 forwards;
    }
.burger-icon .active span:nth-child(2) {
        animation: ease-in-out .5s scaled forwards;
    }
.burger-icon .inactive span:nth-child(2) {
        animation: ease-in-out .5s scaled-2 forwards;
    }
.burger-icon .active span:nth-child(3) {
        animation: ease-in-out .5s bottom forwards;
    }
.burger-icon .inactive span:nth-child(3) {
        animation: ease-in-out .5s bottom-2 forwards;
    }
/* Static version */
.burger-icon.static span {
        width: 22px;
    }
.burger-icon.static span:nth-child(1) {
            top: 9px;
            transform: rotate(45deg);
        }
.burger-icon.static span:nth-child(2) {
            transform: scale(0);
        }
.burger-icon.static span:nth-child(3) {
            transform: scale(0);
            bottom: 9px;
            transform: rotate(135deg);
        }
/* Back button */
.back-btn--header {
    transition: all .2s ease-in-out;
    width:20px; 
    height:19px;
    margin-top: .125rem;
}
/* Animations */
@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 9px;
        transform: rotate(0);
    }
    100% {
        top: 9px;
        transform: rotate(45deg);
    }
}
@keyframes top-2 {
    0% {
        top: 9px;
        transform: rotate(45deg);
    }
    50% {
        top: 9px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}
@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 9px;
        transform: rotate(0);
    }
    100% {
        bottom: 9px;
        transform: rotate(135deg);
    }
}
@keyframes bottom-2 {
    0% {
        bottom: 9px;
        transform: rotate(135deg);
    }
    50% {
        bottom: 9px;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}
@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 888;

}
.page-header #header {
	padding-top: 0px;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1024px) {
	.page-header #header {
		padding-bottom: 0px;
	}
}
.page-header #header &gt; .container::before {
	position: absolute;
	left: 0px;
	display: block;
	width: 100vw;
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity)); 
                bottom: -1px;
                content: '';
                height: 1px;
}
.page-header .logo a {
        height: 62px;
        width: 141px;
    }
@media (max-width: 23.4375rem) {
        .page-header .logo a {
            width: 100px;
        }
    }
.page-header .header-actions &gt; div {
            width: 24px;
            height: 24px;
        }
.page-header .header-actions .search {
            overflow: hidden;
            width: 30px;
            height: 30px;
        }
.page-header .header-actions .wisepop {

        }
@media (min-width: 768px) {
.page-header .header-actions .map {
                min-width: 24px;
                width: auto;
                height: 28px;
                display: flex;
                align-items: center;
                justify-content: center

        }
    
                .page-header .header-actions .map img{
                    max-width: none;
                    width: 24px;
                    height: 24px;
                }
            }
.page-header .header-actions .customer {

        }
.page-header .header-actions .cart {
            width: 28px;
            height: 28px;
        }
@media (min-width: 1024px) {
.page-header .header-actions .cart {

                display: flex;
                align-items: center;
                justify-content: center
        }
    
                .page-header .header-actions .cart img{
                    max-width: none;
                    width: 32px;
                }
            }
/* ///////////////////////////////////////////////// */
@media (min-width: 1024px) {
            .page-header .upper-header [data-content-type="row"] &gt; div,
            .page-header .upper-header [data-content-type="html"] {
                height: 40px;
            }

        .page-header .container {
            height: 4.8125rem;
        }

        .page-header .logo a {
		width: auto;
	}

        .page-header #search-content {
            flex: 0;
            margin-left: 50px;
            flex-basis: 18.75rem;
        }

    .header__links {
        margin-left: auto;
    }

    .main-menu__shortcuts + .header__links {
        margin-left: 1.25rem;
    }
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1280px) {
        .page-header #search-content {
		margin-left: 2.5rem;
	}
}
.header-menu a, .header-menu .menu--lv1 {
	display: flex;
}
.header-menu .small-banner {
	margin-bottom: 3rem;
}
.header-menu .small-banner img {
	margin-bottom: 1.125rem;
}
.header-menu .small-banner a {
	font-size: 0.9375rem;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.header-menu .small-banner .sub-title {
	margin-bottom: 0.25rem;
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.header-menu .small-banner .small-title {
	margin-bottom: 0.25rem;
	font-size: 1.125rem;
	line-height: 26px;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.header-menu .small-banner .description {
	font-size: 0.9375rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.header-menu .carreblanc-menu-pieces .menu--lv2__list a {
	margin-bottom: 34px;
	flex-direction: column;
	font-size: 1.125rem;
	line-height: 26px;
}
.header-menu .carreblanc-menu-pieces picture {
	margin-bottom: 0.75rem;
}
.header-menu .carreblanc-menu-pieces .glider {
	margin-top: 3rem;
}
.header-menu .carreblanc-menu-pieces .glider p::after {
	margin-left: 0.375rem;
	display: inline-block;
	height: 0.5rem;
	width: 0.5rem;
	background-image: url('/images/right-arrow.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
                content: '';
}
.header-menu .sub-section-title {
        font-size: 1.375rem;
        font-weight: 800;
        line-height: 1.18;
        color: #1f1f1f;
        margin-bottom: 1.25rem;
    }
#header .menu-icon,
.sidebar-menu .close-icon {
    transition: all 0.2s ease-in-out;
}
#header .menu-icon {
    margin-top: .125rem;
}
.sidebar-menu {
    font-family: 'Manrope';
}
.sidebar-menu .sidebar-menu__main-nav, .sidebar-menu .menu--lv2, .sidebar-menu .menu--lv3 {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 1000001;
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
        width: 100vw;
        max-width: 28.5rem;
}
.sidebar-menu .sidebar-menu__header {
	display: flex;
	height: 3.75rem;
	align-items: center;
	padding-bottom: 0px;
	padding-right: 38px;
	padding-left: 36px;
	font-size: 1rem;
}
.sidebar-menu .sidebar-menu__content, .sidebar-menu .menu--lv2, .sidebar-menu .menu--lv3 {
	overflow-y: auto;
	padding-left: 25px;
	padding-right: 25px;
        height: calc(100vh - 9rem);
        /*min-height: -webkit-fill-available;*/
        padding-bottom: 4rem;
        margin-top: 7.5rem;
}
.sidebar-menu .sidebar-menu__main-nav.active, .sidebar-menu .has-sub-menu.active .menu--lv2, .sidebar-menu .has-sub-menu.active &gt; .menu--lv3 {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.sidebar-menu .has-sub-menu {
	background-image: url('/images/right-angle-16.svg');
	background-repeat: no-repeat;
        background-position: 100% 10px;
}
.sidebar-menu .sidebar-menu__main-nav li a &gt; sup {
        font-size: .625rem;
        font-weight: 600;
        top: .625rem;
        left: .1875rem;
    }
.sidebar-menu .menu--lv1 {
	flex-direction: column;
}
/* Main entries */
.sidebar-menu .menu--lv1 &gt; li:not(.header_top_links-wrap) &gt; a {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5rem;
}
.sidebar-menu .menu--lv1 &gt; li:not(.header_top_links-wrap) &gt; a strong {
	font-weight: 400;
}
/* Others entries */
.sidebar-menu .menu--lv1 .header_top_links {
	margin-bottom: 3.125rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
}
.sidebar-menu .menu--lv1 .header_top_links a {
	margin-bottom: 1rem;
}
.sidebar-menu .menu--lv1 .header_top_links li:last-child &gt; a {
                margin-bottom: 0;
            }
.sidebar-menu .menu--lv1 .roland-garros, .sidebar-menu .menu--lv1 .carreblanc-menu-catalogue .glider, .sidebar-menu .menu--lv1 .carreblanc-menu-catalogue .small-banner {
	display: none;
}
.sidebar-menu .menu--lv1 &gt; .widget .sidebar-menu-cms {
	margin-top: 2rem;
}
.sidebar-menu .menu--lv1 &gt; div .sidebar-menu-cms {
                margin-top: 2.125rem;
            }
.sidebar-menu .menu--lv1__item:last-of-type {
	margin-bottom: 2.5rem;
}
.sidebar-menu .menu--lv2 .menu-title {
	font-size: 1.25rem;
	line-height: 2.5rem;
}
.sidebar-menu .menu--lv2 .menu-title strong {
	font-weight: 400;
}
.sidebar-menu .menu--lv2 .menu-title--mobile {
	margin-bottom: 2.25rem;
	font-size: 1.5rem;
	line-height: 2rem;
}
.sidebar-menu .menu--lv3 {
        margin-top: 0 !important;
    }
.sidebar-menu .menu--lv3__list a {
	margin-bottom: 14px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 26px;
}
.sidebar-menu .menu--lv3 .sidebar-menu-cms {
	margin-top: 2.5rem;
}
.sidebar-menu .carreblanc-menu-catalogue .main-item a {
	margin-bottom: 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.sidebar-menu .menu--lv2__list .has-sub-menu, .sidebar-menu .menu--lv3__list .has-sub-menu {
            background-position: 100% 15px;
        }
.sidebar-menu .menu--lv2__list .has-sub-menu &gt; a, .sidebar-menu .menu--lv3__list .has-sub-menu &gt; a {
                margin-bottom: 0;
            }
.sidebar-menu .menu--lv3__list {
        margin-top: 1.25rem;
    }
.sidebar-menu .menu--lv3__list + .menu--lv3__list {
        margin-top: 2.5rem;
    }
.sidebar-menu .header_top_links .has-sub-menu {
            background-position: 100% 2px;
        }
.sidebar-menu .carreblanc-menu-le-mag .menu--lv2__list {
	display: flex;
	flex-direction: column;
}
.sidebar-menu .carreblanc-menu-le-mag .menu--lv2__list &gt; li:last-child .small-banner {
	margin-bottom: 26px;
}
.sidebar-menu .carreblanc-menu-le-mag .menu--lv2__list &gt; li:last-child .small-title {
	margin-bottom: 0px;
	font-size: 14px;
}
.sidebar-menu .carreblanc-menu-le-mag .conseils {
            order: -1;
        }
.sidebar-menu .carreblanc-menu-le-mag .styles, .sidebar-menu .carreblanc-menu-le-mag .collaborations {
	order: 1;
	margin-top: 54px;
}
.sidebar-menu .carreblanc-menu-le-mag .styles .menu-title, .sidebar-menu .carreblanc-menu-le-mag .collaborations .menu-title {
	margin-bottom: 0.75rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.sidebar-menu .carreblanc-menu-le-mag .styles .menu--lv3__list a, .sidebar-menu .carreblanc-menu-le-mag .collaborations .menu--lv3__list a {
	margin-bottom: 6px;
}
.sidebar-menu .carreblanc-menu-le-mag .collaborations {
	margin-top: 42px;
}
.sidebar-menu .carreblanc-menu-le-mag .collaborations img {
	margin-top: 23px;
}
.sidebar-menu .carreblanc-menu-promos .menu--lv2__list {
	display: flex;
	flex-direction: column;
}
.sidebar-menu .carreblanc-menu-promos .menu--lv2__list &gt; li {
	margin-bottom: 3rem;
}
.sidebar-menu .carreblanc-menu-promos .menu--lv2__list &gt; li:first-child {
	order: 1;
	margin-bottom: 0px;
}
.sidebar-menu .carreblanc-menu-promos .menu-title {
	margin-bottom: 13px;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.sidebar-menu .carreblanc-menu-promos .description {
	font-size: 0.75rem;
}
.sidebar-menu .carreblanc-menu-promos .menu--lv3__list a {
	margin-bottom: 6px;
}
.sidebar-menu .my-shop p {
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.sidebar-menu .my-shop a {
	margin-bottom: 1rem;
	font-size: 1rem;
	line-height: 1.5rem;
}
.sidebar-menu .my-shop .shop-btn {
	margin-bottom: 2.25rem;
	display: flex;
	height: 2.25rem;
	align-items: center;
	border-radius: 18px;
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
	background-image: url('/images/location.svg');
	background-repeat: no-repeat;
	padding-right: 1.125rem;
	padding-left: 2.5rem;
	font-size: 0.8125rem;
	letter-spacing: .13px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
            background-position: 14px center;
}
.sidebar-menu .footer-of-mobile-menu {
	margin-bottom: 2.5rem;
	margin-top: 5rem;
}
.sidebar-menu .footer-of-mobile-menu ul {
	margin-bottom: 2.5rem;
}
.sidebar-menu .footer-of-mobile-menu li a {
	margin-bottom: 1.25rem;
	font-size: 0.9375rem;
	line-height: 1.25rem;
}
.sidebar-menu .footer-of-mobile-menu img {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
.sidebar-menu .footer-of-mobile-menu .languages {
	margin-bottom: 2rem;
}
.sidebar-menu .broderie {
        display: flex;
        align-items: center;
        margin-bottom: .875rem;
    }
.sidebar-menu .broderie::before {
            content: '';
            display: block;
            width: 2.0625rem;
            height: 2.0625rem;
            background-size: cover;
            margin-right: .625rem;
            background-image: url('/images/pictos-broderie.svg');
        }
.sidebar-menu .broderie &gt; a {
            margin-bottom: 0;
        }
.sidebar-menu .all {
        font-size: 1.25rem;
        line-height: 1.3;
        color: #1f1f1f;
        margin-top: 1.875rem;
    }
.sidebar-menu .all a {
            display: inline-block;
            text-decoration: underline;
            font-weight: bold;
        }
.sidebar-menu .all a::after {
                content: '\00a0\00a0-&gt;';
            }
.sidebar-menu-cms {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 3.125rem;
}
.sidebar-menu-cms img {
    width: 100%;
}
.sidebar-menu-grid a,
.sidebar-menu-cms__item a {
    display: flex;
    flex-direction: column;
}
/* 1 item */
.sidebar-menu-cms:not(:has(.sidebar-menu-cms__item:nth-child(2))) p {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.44;
    color: #1f1f1f;
    margin-bottom: .25rem;
    margin-top: 1rem;
}
.sidebar-menu-cms:not(:has(.sidebar-menu-cms__item:nth-child(2))) p::after {
    content:'\00a0\00a0-&gt;';
}
.sidebar-menu-cms:not(:has(.sidebar-menu-cms__item:nth-child(2))) p + span {
    font-size: .75rem;
    line-height: 1.33;
    letter-spacing: 0.008rem;
    color: #707170;
}
/* 2 items */
.sidebar-menu-cms:has(.sidebar-menu-cms__item:nth-child(2)) {
    grid-template-columns: 1fr 1fr;
}
.sidebar-menu-grid p,
.sidebar-menu-cms:has(.sidebar-menu-cms__item:nth-child(2)) p {
    font-size: .875rem;
    margin-top: .625rem;
}
.sidebar-menu-cms:has(.sidebar-menu-cms__item:nth-child(2)) p + * {
    display: none;
}
.sidebar-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem .9375rem;
    margin-bottom: 3.125rem;
}
.sidebar-menu-more p {
    font-size: 1rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    margin-bottom: 1.5625rem;
}
.sidebar-menu-more ul {
    font-size: .9375rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.5px;
}
.sidebar-menu-more li + li{
    margin-top: 1.125rem;
}
.main-menu__shortcuts {
    margin-left: auto;
    font-size: .8125rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: .0106rem;
    text-align: center;
    color: #1f1f1f;
    text-transform: uppercase;
    position: relative;
    right: -.5rem;
}
.main-menu__shortcuts a {
        padding: 1rem;
        position: relative;
    }
.sidebar-menu-cms a:hover p,
.sidebar-menu-grid a:hover,
.sidebar-menu-more a:hover {
    text-decoration: underline;
}
/* ///////////////////////////////////////////////// */
@media (min-width: 768px) {
        .horizontal-menu::before,
        .horizontal-menu::after {
            content: none;
        }

        .horizontal-menu .horizontal-menu__nav-wrap {
		width: 100%;
	}

        .horizontal-menu .horizontal-menu__nav-wrap {
		overflow-x: visible;
	}

        .horizontal-menu .menu--lv1__item {
		margin-right: 1.25rem;
	}

            .horizontal-menu .menu--lv1__item &gt; a {
		font-size: 0.9375rem;
	}

            .horizontal-menu .menu--lv1__item &gt; a {
                letter-spacing: .2px;
            }

        .horizontal-menu .header_top_links-wrap {
		margin-left: auto;
	}
                .horizontal-menu .header_top_links .menu--lv1__item {
		margin-right: 0px;
	}

            .horizontal-menu .header_top_links .menu--lv1__item:last-child {
		display: none;
	}

        .horizontal-menu .roland-garros {
		display: none;
	}
        .sidebar-menu .sidebar-menu__content,
        .sidebar-menu .menu--lv2,
        .sidebar-menu .menu--lv3 {
            padding-left: 2rem;
        }
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1024px) {
        .sidebar-menu .sidebar-menu__main-nav {
            width: 28.5rem;
        }
        .sidebar-menu .sidebar-menu__content,
        .sidebar-menu .menu--lv2,
        .sidebar-menu .menu--lv3 {
            padding-left: 2rem;
            margin-top: 9rem;
        }
    #header .menu-icon {
        margin-top: .275rem;
    }
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1280px) {
        .sidebar-menu .sidebar-menu__content,
        .sidebar-menu .menu--lv2,
        .sidebar-menu .menu--lv3 {
            padding-left: 2.5rem;
        }
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1920px) {

        .sidebar-menu .sidebar-menu__main-nav,
        .sidebar-menu .menu--lv2,
        .sidebar-menu .menu--lv3 {
            width: 33rem;
        }

        .sidebar-menu .sidebar-menu__content,
        .sidebar-menu .menu--lv2,
        .sidebar-menu .menu--lv3 {
            padding-inline: 3rem;
        }
}
.sidebar-tabs &gt; div:first-child,
.menu--lv3 &gt; div:first-child {
    margin-bottom: 1.5625rem;
}
.sidebar-tabs a.tab-trigger {
        display: inline-block;
        font-family: Manrope;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.3;
        color: #1f1f1f;
        position: relative;
        transition: color .2s ease-in-out;
        
    }
.sidebar-tabs .tab-trigger + .tab-trigger {
        margin-left: 1.5rem;
    }
.magic-line {
    position: relative;
    display: inline-block;
}
.magic-line .marker {
        left: 0;
        position: absolute;
        background: #000;
        bottom: -8px;
        opacity: 0;
        transition: all .3s ease-in-out;
    }
.main-menu__shortcuts .magic-line .marker {
    height: .3125rem;
    width: .3125rem;
}
.sidebar-menu .magic-line {
    position: relative;
}
.sidebar-menu .magic-line::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 1;
}
.sidebar-menu .magic-line .marker {
    height: .125rem;
    bottom: -.25rem;
    z-index: 2;
}
.page-main {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: relative;
    z-index: 12;
}
.top-container {
    margin-top: 6.0625rem;
}
@media (min-width: 1024px) {
.top-container {
        margin-top: 7.3125rem
}
    }
.table-row-items &gt; div.table-row-item {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.table-row-items &gt; div.table-row-item:nth-child(2n + 1) {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.category-view .sidebar .block.filter {}
.account .page-main {
	position: relative;
	margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
	.account .page-main &gt; .container {
		flex-direction: row;
	}
	.account .page-main &gt; .container {
		justify-content: space-between;
	}
}
.account .page-main .columns {
        display: flex;
        min-height: 20rem;
    }
@media (min-width: 1024px) {
	.account .page-main .columns {
		flex-direction: row;
	}
	.account .page-main .columns {
		justify-content: space-between;
	}
.account .page-main .columns {
            position: relative
    }
}
.account .page-main .algolia-instant-results-wrapper .algolia-instant-selector-results[style="display: block;"],
        .account .page-main .algolia-instant-results-wrapper .algolia-instant-selector-results[style="display:block;"] {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 20;
            background-color: #fff;
            padding: 0 1.25rem;
        }
@media (min-width: 768px) {
.account .page-main .algolia-instant-results-wrapper .algolia-instant-selector-results[style="display: block;"],
        .account .page-main .algolia-instant-results-wrapper .algolia-instant-selector-results[style="display:block;"] {
                padding: 0 2rem
        }
            }
@media (min-width: 1024px) {
.account .page-main .algolia-instant-results-wrapper .algolia-instant-selector-results[style="display: block;"],
        .account .page-main .algolia-instant-results-wrapper .algolia-instant-selector-results[style="display:block;"] {
                flex-basis: 100%
        }
            }
@media (min-width: 1280px) {
.account .page-main .algolia-instant-results-wrapper .algolia-instant-selector-results[style="display: block;"],
        .account .page-main .algolia-instant-results-wrapper .algolia-instant-selector-results[style="display:block;"] {
                padding: 0 2.5rem
        }
            }
.account .page-main .sidebar-main {
	position: sticky;
	top: 0px;
	z-index: 10;
	order: 1;
}
@media (min-width: 1024px) {
	.account .page-main .sidebar-main {
		width: 33.333333%;
	}
}
.account .page-main .card:not(.account-nav) {
	border-radius: 0.188rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	padding: 1rem;
	font-size: 0.9375rem;
}
.account .page-main .card:not(.account-nav) a:first-of-type {
	margin-top: 1rem;
}
.account .page-main .card:not(.account-nav) a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.account .page-main .custom-collapsible {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	border-radius: 0px;
	border-width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
	padding-left: 0px;
	padding-right: 0px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 768px) {
	.account .page-main .custom-collapsible {
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.account .page-main .custom-collapsible {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media (min-width: 1024px) {
	.account .page-main .custom-collapsible {
		margin-left: 0px;
		margin-right: 0px;
	}
}
.account .page-main .custom-collapsible-title {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(229, 229, 229, var(--tw-border-opacity));
}
@media (min-width: 1024px) {
	.account .page-main .custom-collapsible-title {
		cursor: default;
	}
}
.account .page-main .custom-collapsible-title span:last-child {
	border-width: 0px;
}
@media (min-width: 1024px) {
	.account .page-main .custom-collapsible-title span:last-child {
		display: none;
	}
	.account .page-main .custom-collapsible-content {
		display: block !important;
	}
}
.account .page-main .account-nav ul li a, .account .page-main .account-nav ul li strong, .account .page-main .account-nav ul li a, .account .page-main .account-nav ul li strong {
	display: flex;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
@media (min-width: 1024px) {
	.account .page-main .account-nav ul li a:hover, .account .page-main .account-nav ul li strong:hover, .account .page-main .account-nav ul li a:hover, .account .page-main .account-nav ul li strong:hover {
		text-decoration: underline;
	}
}
.account .page-main .account-nav ul li.current a, .account .page-main .account-nav ul li.current strong, .account .page-main .account-nav ul li.current a, .account .page-main .account-nav ul li.current strong {
	text-decoration: underline;
}
.account .page-main .actions-toolbar {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
@media (min-width: 768px) {
	.account .page-main .actions-toolbar {
		flex-direction: row;
	}
	.account .page-main .actions-toolbar {
		justify-content: flex-start;
	}
}
.account .page-main .actions-toolbar .primary, .account .page-main .actions-toolbar .secondary {
	float: none;
	margin: 0px;
	width: 100%;
}
@media (min-width: 768px) {
	.account .page-main .actions-toolbar .primary, .account .page-main .actions-toolbar .secondary {
		max-width: 19.375rem;
	}
}
.account .page-main .actions-toolbar .primary &gt; *, .account .page-main .actions-toolbar .secondary &gt; * {
	width: 100%;
	max-width: none;
	display: flex;
	height: 52px;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-radius: 0.188rem;
	border-width: 1px;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.account .page-main .actions-toolbar .primary &gt; * svg, .account .page-main .actions-toolbar .secondary &gt; * svg {
	display: inline-flex;
}
.account .page-main .actions-toolbar .primary &gt; * span, .account .page-main .actions-toolbar .secondary &gt; * span {
            vertical-align: middle;
        }
.account .page-main .actions-toolbar .primary &gt; * {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(245, 245, 245, var(--tw-text-opacity));
}
.account .page-main .actions-toolbar .primary &gt; *[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.account .page-main .actions-toolbar .primary &gt; *:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.account .page-main .actions-toolbar .primary &gt; *:hover span {
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.account .page-main .actions-toolbar .primary &gt; *:hover[disabled] {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.account .page-main .actions-toolbar .secondary &gt; * {
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	letter-spacing: .83px;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.account .page-main .actions-toolbar .secondary &gt; *:hover {
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.account .page-main .actions-toolbar .secondary &gt; *[disabled] {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(148, 149, 148, var(--tw-text-opacity));
}
.account .page-main .block-title {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
.account .page-main .block-sub-title, .account .page-main .custom-attributes &gt; span {
	margin-bottom: 0.75rem;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(59, 60, 59, var(--tw-text-opacity));
}
.account .page-main .account-group + .account-group {
	margin-top: 2rem;
}
.account .page-main .block-dashboard-orders &gt; .grid &gt; * p, .account .page-main .block-dashboard-orders &gt; .grid &gt; * p p {
	margin-left: 0.25rem;
}
.account .page-main form .fieldset + .fieldset {
	margin-top: 2.5rem;
}
.account .page-main form .field {
	margin-top: 1.5rem;
}
.account .page-main form .message {
	font-weight: 400;
}
@media (min-width: 1024px) {
	.account .page-main form .message {
		margin-top: 1rem;
	}
}
.account .page-main form .message + .message {
	margin-top: 0.5rem;
}
.account .page-main .order-products-toolbar {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.account.page-layout-1column .page-main .columns, .customer-account-login.page-layout-1column .page-main .columns, .customer-account-create.page-layout-1column .page-main .columns, .customer-account-forgotpassword.page-layout-1column .page-main .columns {
            display: block;
        }
.account.page-layout-1column .page-main .column.main, .customer-account-login.page-layout-1column .page-main .column.main, .customer-account-create.page-layout-1column .page-main .column.main, .customer-account-forgotpassword.page-layout-1column .page-main .column.main {
            flex-basis: 56.25rem;
            margin: 2rem 0 3rem;

        }
@media (min-width: 1280px) {
.account.page-layout-1column .page-main .column.main, .customer-account-login.page-layout-1column .page-main .column.main, .customer-account-create.page-layout-1column .page-main .column.main, .customer-account-forgotpassword.page-layout-1column .page-main .column.main {
                width: 75rem;
                margin: 0 auto 2rem

        }
            }
.account.page-layout-1column .form-edit-account, .customer-account-login.page-layout-1column .form-edit-account, .customer-account-create.page-layout-1column .form-edit-account, .customer-account-forgotpassword.page-layout-1column .form-edit-account {
        flex-basis: 100%;
    }
.customer-account-login .column.main, .customer-account-create .column.main {
        display: flex;
        flex-direction: column;
    }
.customer-account-login .column.main .actions-toolbar, .customer-account-create .column.main .actions-toolbar {
            margin-top: 2rem;
        }
.customer-account-login .column.main .social-wrapper-footer, .customer-account-create .column.main .social-wrapper-footer {
            display: none;
        }
.customer-account-login .column.main .account-social-login &gt; p, .customer-account-create .column.main .account-social-login &gt; p {
                margin-bottom: 0;
            }
.customer-account-login .column.main .login-container, .customer-account-create .column.main .login-container {
            order: -2;
            margin: 0 0 1rem 0;
        }
.customer-account-login .column.main .social-wrapper-header, .customer-account-create .column.main .social-wrapper-header {
            order: -1
        }
.customer-account-create .column.main .social-wrapper-header {
            display: none;
        }
.customer-account-create .column.main .social-wrapper-footer {
            display: flex;
        }
.drawer-block__content .social-wrapper-footer {
        display: none;
    }
#customer-login-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
@media (min-width: 1024px) {
#customer-login-container {
        flex-direction: row
}
    }
@media (min-width: 1280px) {
#customer-login-container {
        gap: 2.5rem
}
.register-bottom-description {
        width: 75rem;
        margin: 0 auto
}
    }
.account.page-layout-2columns-left .page-main .columns {
            flex-direction: column;
        }
@media (min-width: 1024px) {
.account.page-layout-2columns-left .page-main .columns {
                flex-direction: row;
                flex-wrap: wrap;
                -moz-column-gap: 0;
                     column-gap: 0;
                gap: 2rem
        }
            }
.account.page-layout-2columns-left .page-main .column.main {
            order: 2;
        }
@media (min-width: 1024px) {
	.account.page-layout-2columns-left .page-main .column.main {
		width: 66.666667%;
	}
.account.page-layout-2columns-left .page-main .column.main {
                flex-direction: row;
                flex-wrap: wrap;
                -moz-column-gap: 0;
                     column-gap: 0;
                flex: 1
        }
}
.account.wishlist-index-index .columns {
        margin: 4rem 0 0 0;
    }
@media (min-width: 768px) {
        .account.wishlist-index-index .product-item-info &gt; *:not(.product-item-photo) {
            display: block;
            width: calc(100% - 18.625rem);
            float: left;
            margin-left: 3rem;
        }
        .account.wishlist-index-index .product-item-inner &gt; .product-item-actions {
            display: flex;
            gap: .5rem;
            margin-top: .5rem;
        }
        .account.wishlist-index-index .products-grid.wishlist + .actions-toolbar {
            display: block;
            width: 100%;
            margin-top: 5rem;
        }

            .account.wishlist-index-index .products-grid.wishlist + .actions-toolbar &gt; div {
                flex-wrap: nowrap;
            }
    }
.products-grid.wishlist .product-item + .product-item {
        margin-top: 3rem;
        padding-top: 3rem;
        border-top: 1px solid #F1F1F1;
    }
body &gt; div &gt; div.grecaptcha-badge {
	display: none;
	height: 0px !important;
	width: 0px !important;
}
.order-items &gt; div:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.order-links {
	display: block;
	align-items: center;
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.order-links li {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	cursor: pointer;
	white-space: nowrap;
}
.order-links li.current {
	flex-grow: 1;
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.order-links li a {
	text-decoration: underline;
}
.order-date {
	font-size: 0.9375rem;
}
form label, fieldset label, div label {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 0.8125rem;
	line-height: 1rem;
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
	font-weight: 500;
}
form .field.choice, fieldset .field.choice, div .field.choice {
	position: relative;
	display: flex;
	align-items: center;
}
form .field.choice input, fieldset .field.choice input, div .field.choice input {
	margin-right: 10px;
}
form .field.choice label *, fieldset .field.choice label *, div .field.choice label * {
	margin-bottom: 0px;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25rem;
	letter-spacing: .14px;
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
form legend + br, fieldset legend + br, div legend + br {
	display: none;
}
[data-content-type="text"] a {
	display: inline;
}
/* Fix for classes in CMS Blocks */
.mb-11 {
	margin-bottom: 2.75rem;
}
.mb-\[14px\] {
	margin-bottom: 14px;
}
.max-h-0 {
	max-height: 0;
}
.gap-x-6 {
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}
.bg-plus-circle {
	background-image: url('/images/plus-circle.svg');
}
.bg-minus-circle {
	background-image: url('/images/minus-circle.svg');
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.leading-10 {
	line-height: 2.5rem;
}
.top-1\/2 {
	top: 50%;
}
.left-1\/2 {
	left: 50%;
}
.pb-8 {
	padding-bottom: 2rem;
}
.h-7 {
	height: 1.75rem;
}
.w-7 {
	width: 1.75rem;
}
.mix-blend-darken {
	mix-blend-mode: darken;
}
.h-px {
	height: 1px;
}
.bg-graphite-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.pb-9 {
    padding-bottom: 2.25rem;
}
.w-max {
	width: -moz-max-content;
	width: max-content;
}
/* test for upper header */
.cms-block.upper-header {
    justify-content: center;
    display: flex;
    flex-direction: column;
    /* background-color: #fad8b6; */
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
/* //////////////////////////////////////////////////////////////////////// */
@media (min-width: 768px) {
    .md\:absolute {
		position: absolute;
	}
    .md\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
	.md\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
    .md\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.md\:mb-7 {
		margin-bottom: 1.75rem;
	}
	.md\:mb-3 {
		margin-bottom: 0.75rem;
	}
	.md\:mt-\[5px\] {
		margin-top: 5px;
	}
    .md\:max-h-full {
		max-height: 100%;
	}
    .md\:bg-none {
		background-image: none;
	}
    .md\:text-base {
		font-size: 1rem;
	}
	.md\:text-xs {
		font-size: 0.8125rem;
	}
    .md\:leading-6 {
		line-height: 1.5rem;
	}
	.md\:leading-4 {
		line-height: 1rem;
	}
    .md\:w-1\/6 {
		width: 16.666667%;
	}
    .md\:gap-x-\[10px\] {
		-moz-column-gap: 10px;
		     column-gap: 10px;
	}
    .md\:h-\[440px\] {
		height: 440px;
	}
}
@media (min-width: 1024px) {
    .lg\:mb-8 {
		margin-bottom: 2rem;
	}
	.lg\:mt-\[6px\] {
		margin-top: 6px;
	}
	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}
    .lg\:gap-x-9 {
		-moz-column-gap: 2.25rem;
		     column-gap: 2.25rem;
	}
    .lg\:text-xl {
		font-size: 1.25rem;
	}
	.lg\:text-sm {
		font-size: 0.9375rem;
	}
    .lg\:leading-7 {
		line-height: 1.75rem;
	}
	.lg\:leading-5 {
		line-height: 1.25rem;
	}
    .lg\:mr-2 {
		margin-right: 0.5rem;
	}
    .lg\:items-start {
		align-items: flex-start;
	}
    .lg\:gap-x-5 {
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}
}
@media (min-width: 1280px) {
    .xl\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}
    .xl\:gap-x-14 {
		-moz-column-gap: 3.5rem;
		     column-gap: 3.5rem;
	}
    .xl\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
    .xl\:inline {
		display: inline;
	}
    .xl\:mr-3 {
		margin-right: 0.75rem;
	}
    .xl\:mt-4 {
		margin-top: 1rem;
	}
}
@media (min-width: 1920px) {
	.\33xl\:gap-x-0 {
		-moz-column-gap: 0px;
		     column-gap: 0px;
	}
}
/* end Fix for classes in CMS Blocks */
/* glider configuration for CMS Blocks */
.cms-grids--mod7 .glider-slide {
	margin: 0 0.625rem;
	max-width: 264px;
}
.cms-grids--mod4 .glider-track &gt; .glider-slide:first-child,
.cms-grids--mod7 .glider-track &gt; .glider-slide:first-child {
	margin-left: 0;
}
.cms-grids--mod4 .glider.drag,
.cms-grids--mod4 .glider.drag a {
	cursor: grab
}
.cms-grids--mod4 .glider-track &gt; .glider-slide:last-child {
	margin-right: 2.5rem !important;
}
.cms-grids--mod4 button[aria-disabled="true"] {
	opacity: .5
}
.cms-grids--mod4 button::after {
	display: none;
}
.cms-grids--mod4 .posts {
	margin: 0 1.125rem 0 0;
	max-width: 224px;
	left: auto;
	right: auto;
}
.cms-grids--mod8 .glider-track {
	gap: 2rem;
	padding-bottom: 6rem;
}
@media (min-width: 768px) {
	.cms-grids--mod8 .glider-track {
		justify-content: center;
	}
}
@media (min-width: 1280px) {
	.cms-grids--mod8 .glider-track {
		gap: 3rem;
	}
}
.cms-grids--mod8 .glider-slide {
	position: relative;
	left: auto;
	right: auto;
}
@media (min-width: 1280px) {
	.cms-grids--mod3 .container {
		margin-right: 0;
	}
}
.cms-grids--mod3 .custom-item:nth-child(odd) &gt; div:first-child  {
	order: 0;
}
.cms-grids--mod3 .custom-item:nth-child(odd) &gt; div:first-child + div  {
	order: 1;
}
@media (min-width: 1024px) {
	.cms-grids--mod3 .custom-item:nth-child(odd) &gt; div:first-child  {
		padding-top: 3rem
	}
}
.cms-grids--mod3 .custom-item:nth-child(even) &gt; div:first-child  {
	order: 1;
}
.cms-grids--mod3 .custom-item:nth-child(even) &gt; div:first-child + div  {
	order: 0;
}
.cms-grids--mod3 .custom-item:nth-child(odd) .custom-item__media {
	padding-top: 2.25rem;
}
.cms-grids--mod3 .glider-track {
	justify-content: flex-start;
}
.cms-grids--mod3 .glider-slide {
	margin: 0 1.5rem 0 0;
}
@media (min-width: 1024px) {
	.cms-grids--mod3 .glider-slide {
		margin: 0 2.25rem 0 0;
	}
}
@media (min-width: 1280px) {
	.cms-grids--mod3 .glider-slide {
		margin: 0 3rem 0 0;
	}
}
.cms-grids--mod3 .glider-nav &gt; * {
	height: 3px;
	width: 64px;
	background-color: #e5e5e5;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	box-shadow: none;
	opacity: 1;
}
.cms-grids--mod3 .glider-nav .active {
	background-color: #1f1f1f;
}
.cms-grids--mod7 .glider-track {
	z-index: 20;
}
@media (min-width: 768px) {
		.cms-gallery--mod1[data-order="swipe"] .order-wrapper &gt; div:first-child {
			order: 1;
		}
		.cms-gallery--mod1[data-order="swipe"] .order-wrapper &gt; div:last-child {
			order: 0;
		}
	
			.cms-gallery--mod1[data-order="swipe"] .order-wrapper &gt; div:last-child &gt; div + div {
				float: right;
			}
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:first-child {
			order: 1;
		}
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			order: 0}
		@media (min-width: 768px) {
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			padding-left: 0px;
		}
	}
		@media (min-width: 768px) {
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			padding-right: 1.25rem;
		}
	}
		@media (min-width: 1024px) {
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			padding-left: 0px;
		}
	}
		@media (min-width: 1024px) {
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			padding-right: 3rem;
		}
	}
}
[data-reverse="false"] .slide1, [data-reverse="false"] .nav {
	display: none;
}
@media (min-width: 768px) {
		.cms-gallery--mod1[data-order="swipe"] .order-wrapper &gt; div:first-child {
			order: 1;
		}
		.cms-gallery--mod1[data-order="swipe"] .order-wrapper &gt; div:last-child {
			order: 0;
		}
	
			.cms-gallery--mod1[data-order="swipe"] .order-wrapper &gt; div:last-child &gt; div + div {
				float: right;
			}
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:first-child {
			order: 1;
		}
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			order: 0}
		@media (min-width: 768px) {
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			padding-left: 0px;
		}
	}
		@media (min-width: 768px) {
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			padding-right: 1.25rem;
		}
	}
		@media (min-width: 1024px) {
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			padding-left: 0px;
		}
	}
		@media (min-width: 1024px) {
		.cms-content--mod12[data-order="swipe"] .order-wrapper &gt; div:last-child {
			padding-right: 3rem;
		}
	}
}
[data-reverse="false"] .slide1, [data-reverse="false"] .nav {
	display: none;
}
.cms-content--mod10 .cms-banner-object {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
}
.cms-content--mod10 .cms-banner-object.active {
	z-index: 10;
	opacity: 1;
}
.cms-content--mod10 .square {
	cursor: pointer;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 500ms;
}
.cms-content--mod10 .square svg {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 300ms;
			fill: #1F1F1F;
}
.cms-content--mod10 .square svg g {
				transform: translateY(-4px)
			}
.cms-content--mod10 .square.active svg {
				fill: #f5f5f5
			}
@media (max-width: 360px) {
	.cms-video-mod3-custom-2 {
		font-size: 2.25rem;
		line-height: 40px;
	}
}
@media (min-width: 600px) {
	.cms-video-mod3-custom-1 {
		left: 50%;
		transform: translateX(-50%);
		width: -moz-max-content;
		width: max-content;
	}
}
@media (min-width: 600px) and (max-width: 767px) {
	.cms-video-mod3-custom-2 {
		top: 4.5rem;
	}
}
/* ANIMATIONS */
[data-display] {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
	transition-duration: 700ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
[data-display="false"] {
	opacity: 0;
}
[data-display="false"][data-display-direction="top-bottom"] {
	--tw-translate-y: -2.5rem;
	transform: var(--tw-transform);
}
[data-display="false"][data-display-direction="bottom-top"] {
	--tw-translate-y: 2.5rem;
	transform: var(--tw-transform);
}
[data-display="false"][data-display-direction="left-right"] {
	--tw-translate-x: -2.5rem;
	transform: var(--tw-transform);
}
[data-display="false"][data-display-direction="right-left"] {
	--tw-translate-x: 2.5rem;
	transform: var(--tw-transform);
}
.all-images-loaded [data-display="true"] {
		opacity: 1;
	}
.all-images-loaded [data-display="true"][data-display-direction="top-bottom"], .all-images-loaded [data-display="true"][data-display-direction="bottom-top"] {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.all-images-loaded [data-display="true"][data-display-direction="left-right"], .all-images-loaded [data-display="true"][data-display-direction="right-left"] {
	--tw-translate-x: 0px;
	transform: var(--tw-transform);
}
.masonry-grid {
	-moz-column-count: 2;
	     column-count: 2;
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
@media (min-width: 1024px) {
	.masonry-grid {
		--itemMargin: .5rem;

		-moz-column-count: auto;

		     column-count: auto;
		height: 757px;
		overflow: hidden;
		position: relative;
	}

		.masonry-grid .item {
			position: absolute;
			width: calc((100% / 3) - var(--itemMargin));
		}

		.masonry-grid .col-1 {
			left: 0;
		}

		.masonry-grid .col-2 {
			left: calc((100% / 3) + (var(--itemMargin) / 2));
		}

		.masonry-grid .col-3 {
			right: 0;
		}

		.masonry-grid .row-1 {
			top: 0;
		}

		.masonry-grid .row-2 {
			top: calc((100% / 3) + (var(--itemMargin) / 2));
		}

		.masonry-grid .row-3 {
			bottom: 0;
		}
			.masonry-grid .col-2.row-2 {
				top: auto;
				bottom: 0;
			}

		.masonry-grid .small {
			aspect-ratio: 1/1
		}

		.masonry-grid .large {
			height: calc(50% - .35rem)
		}
}
@media (min-width: 1280px) {
	.masonry-grid {
		--itemMargin: 1rem;
		height: 990px;
	}

		.masonry-grid .col-2 {
			left: calc((100% / 3) + (var(--itemMargin) / 2));
		}

		.masonry-grid .row-2 {
			top: calc((100% / 3) + (var(--itemMargin) / 3));
		}

		.masonry-grid .row-3 {
			bottom: 0;
		}
			.masonry-grid .col-2.row-2 {
				top: auto;
				bottom: 0;
			}

		.masonry-grid .small {
			aspect-ratio: 1/1
		}

		.masonry-grid .large {
			height: calc(50% - .95rem)
		}

		.masonry-grid img {
			-o-object-fit: cover;
			   object-fit: cover;
		}
}
.js-video-player video,
.js-video-layer video {
	max-height: 100vh;
}
#product_colorpicker .active a {
  outline: 1px solid #111; 
}
@media (max-width: 1023px) {
  #product_colorpicker li a span {
      bottom: auto !important;
      top: calc(100% + 10px) !important;
      line-height: 10px;
  }
}
@media (min-width:1024px) {
  .catalog-product-view #product_colorpicker span {
      background-color: #1f1f1f;
      border-radius: 2px;
      bottom: 1.125rem;
      color: #BEBFBE;
      font-weight: bold;
      left: 1.125rem;
      padding: 2px 4px;
      width: -moz-fit-content;
      width: fit-content;
      z-index: 1;
  }
  #product_colorpicker li a  {
      background-size: cover;
      background-repeat: no-repeat;
  }
  #product_colorpicker .active a {
    outline: none;
  }
}
.product__gallery .product__gallery-quotes, .parure__gallery .product__gallery-quotes {
        container: customGrid / inline-size;
    }
.product__gallery .quotes, .parure__gallery .quotes {
        text-align: center;
        aspect-ratio: 1/1;
        color: #1f1f1f;
    }
.product__gallery .quotes &gt; div, .parure__gallery .quotes &gt; div {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            height: 100%;
        }
.product__gallery .quotes &gt; div &gt; div, .parure__gallery .quotes &gt; div &gt; div {
                padding-inline: 1.5rem;
            }
.product__gallery .quotes br, .parure__gallery .quotes br {
            display: none;
        }
.product__gallery .quotes p:first-of-type, .parure__gallery .quotes p:first-of-type {
            font-size: 1.1rem;
            font-weight: 600;
            letter-spacing: .375rem;
            line-height: normal;
        }
.product__gallery .quotes p + p, .parure__gallery .quotes p + p {
            margin-top: 2rem;
            font-size: .9rem;
            font-weight: 800;
            letter-spacing: .2rem;
            line-height: normal;
        }
.product__gallery .quotes p + div, .parure__gallery .quotes p + div {
            margin-top: .25rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .5rem;
        }
.product__gallery .quotes span, .parure__gallery .quotes span {
            font-size: .875rem;
            font-weight: bold;
            line-height: 0.86;
        }
@media (min-width: 1024px) {
        .product__gallery .stack, .parure__gallery .stack {
            display: grid;
            grid-template-columns: calc(50% - .5rem) calc(50% - .5rem);
            gap: .625rem .625rem;
            grid-auto-flow: row;

        }

            /* Layouts */
            .product__gallery .stack-default, .parure__gallery .stack-default {
                grid-template-columns: 1fr;
            }
                .product__gallery .stack-2-1-2 .item:nth-of-type(3n), .parure__gallery .stack-2-1-2 .item:nth-of-type(3n) {
                    grid-column: span 2;
                    grid-row: span 2;
                }
                .product__gallery .stack-1-4-1 .item:nth-of-type(5n+1), .parure__gallery .stack-1-4-1 .item:nth-of-type(5n+1) {
                    grid-column: span 2;
                    grid-row: span 2;
                }
                .product__gallery .stack-4-1-2 .item:nth-of-type(5n), .parure__gallery .stack-4-1-2 .item:nth-of-type(5n) {
                    grid-column: span 2;
                    grid-row: span 2;
                }
            .product__gallery .quotes &gt; div &gt; div, .parure__gallery .quotes &gt; div &gt; div {
                padding-inline: 0;
                width: 75%;
            }
            .product__gallery .quotes p + p, .parure__gallery .quotes p + p {
                margin-top: 1.75rem;
            }

            .product__gallery .product__gallery-quotes br, .parure__gallery .product__gallery-quotes br {
                display: none;
            }

            .product__gallery .product__gallery-quotes &gt; div &gt; div &gt; div, .parure__gallery .product__gallery-quotes &gt; div &gt; div &gt; div {
                width: 100%;
                padding-inline: 10%;
            }

            /*p:first-of-type {
                font-size: .85rem;
            }*/

            .product__gallery .product__gallery-quotes p + p, .parure__gallery .product__gallery-quotes p + p {
                margin-top: 1.5rem;
                font-size: 1.05rem;
                letter-spacing: .3531rem;
            }

            .product__gallery .product__gallery-quotes p + div, .parure__gallery .product__gallery-quotes p + div {
                font-size: .75rem;
            }

            .product__gallery .product__gallery-quotes span, .parure__gallery .product__gallery-quotes span {
                font-size: .85rem;
            }

            .product__gallery .product__gallery-quotes, .parure__gallery .product__gallery-quotes {

            @container customGrid (min-width: 32.5rem) and  (max-width: 32.5rem) {

                p:first-of-type{
                    font-size: 1.1rem;
                }
                p + p {
                    letter-spacing: .3531rem;
                    margin-top: 3rem;
                }
                .reviews-stars-wrapper + span{
                    font-size: .875rem;
                }
                p + div {
                    margin-top: .75rem;
                }
            }
	}

            .product__gallery .product__gallery-quotes, .parure__gallery .product__gallery-quotes {

            @container customGrid (min-width: 58.75rem) {
                &gt; div &gt; div &gt; div {
                    padding-inline: 20%;
                }
                p:first-of-type{
                    font-size: 27px;
                }
                p + p {
                    margin-top: 5rem;
                    font-size: 1.6875rem;
                }
                p + div {
                    margin-top: 1.4375rem;
                }
            }
	}

    }
@media (min-width: 1280px) {
.product__gallery,
.parure__gallery {
        width: 55% !important;
        flex-grow: 0 !important

}
    }
.parure__gallery {
    left: 0;
}
@media (min-width: 1024px) {
.parure__gallery {
        width: 62.5% !important
}
.parure__gallery ~ div {
            width: calc(37.5% - 5rem)
    }
    }
.product-infos-store-select {
    padding-top: .75rem;
    padding-bottom: 3rem;
}
.product-infos-store-select &gt; div &gt; div {
        background-size:  1.5rem 1.5625rem;
        background-position: left .25rem;
    }
.product-infos-store-select .delivery-status {
        margin-bottom: .5rem;
    }
.product-infos-store-select .store-trigger {
        background-image: url('data:image/svg+xml,&lt;svg class="inline-block ml-1" width="10" height="8" viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g stroke="%231F1F1F" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"&gt;&lt;path d="M1.5 6.019h11M8 1.5 12.5 6 8 10.5"&gt;&lt;/path&gt;&lt;/g&gt;&lt;/svg&gt;');
        background-repeat: no-repeat;
        background-position: right .438rem;
    }
.product-infos-reassurance {
    overflow: hidden;
}
/* margin-bottom: 2.375rem; */
.product-infos-reassurance .swiper {
        padding-bottom: 2rem;
    }
.product-infos-reassurance .swiper-slide {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
.product-infos-reassurance .swiper-slide svg  {
            margin-right: .5rem;
        }
.product-infos-reassurance .swiper-slide strong {
            font-size: .875rem;
        }
.product-infos-reassurance .swiper-slide p {
            font-size: 12px;
            margin-top: .1875rem;
            color: #707170;
        }
.product-infos-reassurance .swiper-slide &gt; div {
            display: flex;
        }
.product-infos-reassurance .swiper-pagination-bullet {
        width: .3125rem;
        height: .3125rem;
        border-radius: 50%;
        background-color: #949594;
    }
.product-infos-reassurance .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #1f1f1f;
        }
.product-infos-reassurance .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        --swiper-pagination-bullet-horizontal-gap: .3125rem;
    }
.product-infos-reassurance .swiper-pagination-bullets.swiper-pagination-horizontal {
        --swiper-pagination-bottom: .8125rem;
    }
/* /////////////////////////////////////// */
#productminicontainer {

    top: 0;

}
@media(max-width: 63.9375rem) {
#productminicontainer {
        border-radius: 0

}
    }
@media (min-width: 1024px) {
#productminicontainer {
        width: 28.5rem

}
    }
#productminicontainer &gt; a &gt; svg {
        margin-top: .4375rem
    }
#productminicontainer .drawer-block__content {
        padding-bottom: 9.5625rem;
        overflow-x: hidden;
    }
@media (min-width: 1024px) {
#productminicontainer .drawer-block__content {
            padding-left: 2.5rem;
            padding-right: 2.5rem
    }
#productminicontainer .box-content {
            margin: 0;
            width: 100%
    }
        }
#productminicontainer .product__infos {
        width: 100% !important;
        padding-right: 0;
        position: relative;
    }
#productminicontainer #product_details {
        order: 1;
        background-color: transparent;
        margin-right: 3rem;
        padding-bottom: 0;
    }
#productminicontainer #product-details-head &gt; div:first-child {
                order: 2;
                margin-top: 0;
            }
#productminicontainer #product-details-head &gt; div:last-child {
                order: 1;
                margin-top: 0;
            }
#productminicontainer #product-details-head &gt; div p {
                font-size: 1.1875rem;
                line-height: 1.25;
                margin-right: 1.5rem;
            }
#productminicontainer #reviews_wrapper {
        margin-top: .625rem;
    }
#productminicontainer #reviews_wrapper span {
            text-transform: lowercase;
        }
#productminicontainer .link-to-description {
        display: inline-block;
        margin-top: 1.4375rem;
        font-size: .8125rem;
        letter-spacing: -.0081rem;
        --tw-text-opacity: 1;
        color: rgba(112, 113, 112, var(--tw-text-opacity));
    }
#productminicontainer #galerryImages {
        order: 2;
        margin-top: 1.625rem;
        padding-bottom: 0;
        margin-bottom: 1.875rem;
    }
#productminicontainer #product_colorpicker {
        order: 3;
        margin-bottom: 3.125rem;
    }
@media (min-width: 1024px) {
#productminicontainer #product_colorpicker {
            width: 100%
    }
#productminicontainer #product_colorpicker .product-colors-drag {
                overflow: hidden
        }
        }
#productminicontainer #product_colorpicker ul {
            gap: .75rem;
        }
@media (min-width: 1024px) {
#productminicontainer #product_colorpicker ul {
                padding: 0;
                max-width: 100%;
                flex-wrap: wrap
        }
            }
#productminicontainer #product_colorpicker li {
            width: 3.5rem;
            height: 3.5rem;
        }
@media (min-width: 1024px) {
#productminicontainer #product_colorpicker li {
                width: 2rem;
                height: 2rem
        }
            }
#productminicontainer #product_colorpicker li a {
                width: 100%;
                height: 100%;
            }
@media (min-width: 1024px) {
#productminicontainer #product_colorpicker li a {
                    width: 1.75rem;
                    height: 1.75rem
            }
                }
#productminicontainer #product_colorpicker span {
            bottom: auto !important;
            top: calc(100% + 10px) !important;
            left: 0;
            line-height: .625rem;
            letter-spacing: -0.025rem;
            width: -moz-fit-content;
            width: fit-content;
            margin: 0 auto;
            padding: 0;
            font-size: .625rem;
            font-weight: normal;
            background-color: transparent;
            color: rgb(112, 113, 112);
        }
@media (min-width: 1024px) {
#productminicontainer #product_colorpicker span {
                visibility: hidden !important
        }
            }
#productminicontainer #product_colorpicker li.active span {
            top: calc(100% + 10px) !important
        }
#productminicontainer #product_price {
        order: 4;
        padding-top: 0;
    }
#productminicontainer #product_addto_wrapper {
        order: 5;
    }
#productminicontainer #product_addto_wrapper:not(.sticky-addto) {
            width: calc(100% + 2.5rem);
        }
@media (min-width: 1024px) {
#productminicontainer #product_addto_wrapper:not(.sticky-addto) {
                width: 100%
        }
            }
#productminicontainer #product_addto &gt; div {
        border-bottom: 0;
        padding-bottom: 0;
    }
/* Products list widget - Sliders */
:root {
    --products-widget--gap: 1rem;
    --products-widget--offset: 1.25rem;
}
@media (min-width: 768px) {
:root {
        --products-widget--offset: 2rem
}
    }
@media (min-width: 1024px) {
:root {
        --products-widget--gap: 1.5rem
}
    }
@media (min-width: 1280px) {
:root {
        --products-widget--offset: 2.5rem
}
    }
@media (min-width: 1440px) {
:root {
        --products-widget--offset: 3rem
}
    }
.block-products-list .block-head {
        display: flex;
        justify-content: flex-start;
        gap: var(--products-widget--gap);
        margin: 0 0 1.25rem;
    }
.block-products-list.simple-grid .wrapper {
			display: grid;
			grid-template-rows: repeat(2, minmax(0, 1fr));
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: var(--products-widget--gap);
		}
.block-products-list.simple-grid .wrapper .products-grid-item__name,
			.block-products-list.simple-grid .wrapper .products-grid-item__media &gt; div:last-child,
			.block-products-list.simple-grid .wrapper .product-pellet,
			.block-products-list.simple-grid .wrapper .price {
				display: none;
			}
.block-products-list.grid {
		display: block;
	}
.block-products-list.grid .wrapper {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: var(--products-widget--gap);
		}
@media (min-width: 768px) {
.block-products-list.grid .wrapper {
				grid-template-columns: repeat(3, minmax(0, 1fr))
		}
			}
@media (min-width: 1024px) {
.block-products-list.grid .wrapper {
				gap: 3.5rem var(--products-widget--gap)
		}
			}
@media (min-width: 1280px) {
.block-products-list.grid .wrapper {
				grid-template-columns: repeat(4, minmax(0, 1fr))
		}
			}
.block-products-list.slider {
		position: relative;
        margin-inline: calc(var(--products-widget--offset) * -1);
	}
.block-products-list.slider .block-head {
            justify-content: space-between;
            align-items: center;
            padding: 0 var(--products-widget--offset);
        }
.block-products-list.slider .glider {
            display: flex;
            flex-wrap: nowrap;
            padding-inline: var(--products-widget--offset);
            gap: 1rem;
            scrollbar-width: none;
        }
.block-products-list.slider .swiper {
            padding-inline: var(--products-widget--offset);
        }
.block-products-list.slider .glider-track {
            gap: var(--products-widget--gap);
        }
.block-products-list.slider .products-grid__item {
			flex-grow: 1;
			flex-shrink: 0;
			flex-basis: 16.5625rem;
			max-width: 16.5625rem;
		}
.block-products-list img {
		-o-object-fit: cover;
		   object-fit: cover;
	}
.block-products-list .stichable {
        display: none;
    }
.block-products-list .swiper-controls button {
            transition: all .2s ease-in-out;
            overflow: hidden;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            margin: 0;
            z-index: 1;
        }
.block-products-list .swiper-controls button::after {
                display: none;
            }
.block-products-list .swiper-button-disabled {
        opacity: .25;
        cursor: default;
    }
.block-products-list .glider-controls button {
            transition: all .2s ease-in-out;
            overflow: hidden;
        }
.block-products-list .glider-button-disabled {
        opacity: .25;
        cursor: default;
    }
.cms-content.slider-disable [data-content-type="column-group"]{
        flex-direction: column;
    }
@media (min-width: 1280px) {
.cms-content.slider-disable [data-content-type="column-group"]{
            flex-direction: row
    }
        }
@media (max-width: 79.9375rem) {
.cms-content.slider-disable .pagebuilder-column {
            width: auto !important
    }
        }
@media (min-width: 1280px) {
.cms-content.slider-disable .pagebuilder-column {
            width: 50% !important
    }
                .cms-content.slider-disable .pagebuilder-column:not(.products) &gt; div,
                .cms-content.slider-disable .pagebuilder-column:not(.products) &gt; div &gt; div {
                    height: 100%;
                }
        }
.cms-content.slider-disable .block-products-list .block-head {
            display: none;
        }
.cms-content.slider-disable .block-products-list.slider .products-grid__item {
            flex-shrink: 0;
            flex-basis: calc(50% - .5rem);
            flex-grow: 0;
            max-width: none;
        }
.cms-content.slider-disable .block-products-list .wrapper {
            flex-wrap: wrap;
            padding: 0;
            margin-inline: 1.25rem;
        }
@media (min-width: 768px) {
            .cms-content.slider-disable .block-products-list.slider .products-grid__item {
                flex-basis: 23.25%;
            }
            .cms-content.slider-disable .block-products-list .wrapper {
                margin-inline: 2rem;
                justify-content: space-between;
            }
        }
@media (min-width: 1024px) {
            .cms-content.slider-disable .block-products-list.slider .products-grid__item {
                flex-basis: 23.73%;
                max-width: 16.5625rem;
            }
        }
@media (min-width: 1280px) {
            .cms-content.slider-disable .block-products-list.slider .products-grid__item {
                flex-basis: calc(50% - .75rem);
                max-width: calc(50% - .75rem);
            }
            .cms-content.slider-disable .block-products-list .wrapper {
                display: inline-flex;
                margin-inline: 3rem;
                gap: 1.5rem;
            }
        }
.cms-product--mod1 .disclaimer &gt; div {
		height: 100%;
	}
.cms-product--mod1 [data-content-type="column-group"] {
		gap: var(--products-widget--offset);
	}
.cms-product--mod1 .block-content {
        display: flex;
        flex-direction: column;
    }
.cms-product--mod1 .block-head {
        order: 2;
        justify-content: center;
        align-items: center;
        margin: 1.25rem 0 0 0;
    }
.cms-product--mod3 {
	margin: 2rem 0;
}
.cart__items .quantity-switcher {
	width: 2rem;
}
.cart__items .quantity-switcher::after,
        .cart__items .quantity-switcher::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            display: block;
            height: 2px;
            width: 10px;
            --tw-translate-x: -50%;
            transform: var(--tw-transform);
            --tw-translate-y: -50%;
            transform: var(--tw-transform);
            -webkit-user-select: none;
               -moz-user-select: none;
                    user-select: none;
            --tw-bg-opacity: 1;
            background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
        }
.cart__items .quantity-switcher--plus::before {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.storelocator {
    z-index: 1000000;   
}
.storelocator.active {
	visibility: visible;
	opacity: 1;
}
.storelocator.active .storelocator__content {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.storelocator .leaflet-popup {
        margin-bottom: 50px;
    }
.storelocator .leaflet-popup .leaflet-popup-content-wrapper {
            padding: 15px;
            max-height: 50vh;
            overflow-y: auto;
            min-width: 300px;
        }
.storelocator .leaflet-popup .leaflet-popup-content {
            width: 100% !important;
        }
.storelocator .leaflet-popup .leaflet-popup-content,
        .storelocator .leaflet-popup p {
            margin: 0;
        }
.storelocator .leaflet-popup .leaflet-popup-close-button {
            width: 48px;
            height: 48px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
.storelocator .leaflet-popup .leaflet-popup-close-button span {
                font-size: 30px;
            }
/* http://boutiques.carreblanc-dev.sutunam.info/ */
#boutiques_index .btn-group {
        display: flex;
    }
.gm-style img {
	-o-object-fit: contain;
	   object-fit: contain;
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1024px) {    
            .storelocator.active .storelocator__content {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
            .storelocator .leaflet-popup .leaflet-popup-content-wrapper {
                width: 424px;
                padding: 24px 47px 38px 47px;
            }

        .storelocator .gm-style-iw-d {
            overflow: auto !important;
        }

        .storelocator .gm-ui-hover-effect {
            top: 10px !important;
            right: 10px !important;
        }

            .storelocator .gm-ui-hover-effect span {
                width: 16px !important;
                height: 16px !important;
                margin: 7px !important;
            }
        #boutiques_index #search_box {
            display: flex;
        }

            #boutiques_index #search_box &gt; div {
                width: 50%;
                padding: 0 10px;
            }
}
/* ////////////////////////////////////////////////////////// */
@media (min-width: 1280px) {
            #boutiques_index #search_box &gt; div:first-child {
                width: 16.66666667%;
                margin-left: 16.66666667%;
            }

        #boutiques_index .btn-group {
            display: none;
        }

        #boutiques_index #index_storelocator .row {
            display: flex;
            width: 100%;
        }

        #boutiques_index #col_sidebar {
            width: 33.33333333%;
            padding: 0 10px;
        }

        #boutiques_index #col_map {
            width: 66.66666667%;
        }
}
.checkout-onepage-success .page-main .container {
  font-size: 1.75rem;
}
.checkout-onepage-success .page-main .container &gt; a {
	display: none;
}
.checkout-onepage-success .page-main .container &gt; span {
    color: #16a34a;
  }
.checkout-onepage-success .checkout-success-notification {
    background-color: #377c60;
    color: #f5f5f5;
    margin: 1.125rem -1.25rem;
    padding: 1rem 2rem 1.75rem 1.25rem;
  }
.checkout-onepage-success .checkout-success-notification img {
      height: 2.5rem;
    }
.checkout-onepage-success .checkout-success-notification .description {
      margin: auto 0;
      padding-left: 0.75rem;
    }
.checkout-onepage-success .checkout-success-notification .description a {
	text-decoration: underline;
        color: #96c9aa;
}
.checkout-onepage-success .checkout-success .title {
      color: #000;
    }
.checkout-onepage-success .checkout-success .order-id {
      color: #16a34a;
      text-transform: uppercase;
    }
.checkout-onepage-success .checkout-success .stock-validation {
      color: #949594;
      font-size: 0.9375rem;
      font-weight:500;
    }
.checkout-onepage-success .checkout-success .shipping-method img {
        height: 3.5rem;
      }
.checkout-onepage-success .checkout-success .shipping-method .address span {
        color: #949594;
        font-size: 0.9375rem;
        font-weight:500;
      }
.checkout-onepage-success .after-payment.cms-block {
    background-color: #fafafa;
  }
.checkout-onepage-success .after-payment.cms-block p {
      color: #000;
    }
.checkout-onepage-success .after-payment.cms-block .prize {
      border-top: 1px solid #e5e5e5;
    }
.checkout-onepage-success .after-payment.cms-block .prize:nth-of-type(1) {
        border: none;
      }
.checkout-onepage-success .after-payment.cms-block .prize .description {
        color: #949594;
        font-size: 0.9375rem;
      }
.checkout-onepage-success .after-payment.cms-block .service {
      background-color: #f5f5f5;
      border-top: 1px solid #e5e5e5;
      margin: 0;
      padding-top: 2.25rem;
      padding-bottom: 3.25rem;
    }
.checkout-onepage-success .after-payment.cms-block .service .description {
        font-size: 0.9375rem;
        padding: 1rem 0;
      }
.checkout-onepage-success .after-payment.cms-block .service a {
        font-size: 0.6875rem;
        padding: 1.125rem 5rem;
        background-color: #fff;
        border: 1px solid #e5e5e5;
      }
@media (min-width: 768px) {
    .checkout-onepage-success .checkout-success-notification {
      margin: 1.125rem 0;
      padding: 1.625rem;
    }

      .checkout-onepage-success .checkout-success-notification img {
        height: 3.75rem;
      }
      .checkout-onepage-success .after-payment.cms-block .service {
        margin: 0;
      }

        .checkout-onepage-success .after-payment.cms-block .service a {
          padding: 1.125rem 1.625rem;
          width: 10rem;
        }
}
@media (min-width: 1024px) {
    .checkout-onepage-success .collection {
      padding: 20px 80px;
    }
  
    .checkout-onepage-success .page-main .container {
      font-size: 2.25rem;
    }

    .checkout-onepage-success .after-payment.cms-block {
      padding-top: 4.375rem;
    }
  
      .checkout-onepage-success .after-payment.cms-block .reward .prizes {
        padding-top: 0.5rem;
      }
  
      .checkout-onepage-success .after-payment.cms-block .service {
        background-color: unset;
        border: unset;
        padding: 0 80px;
      }
  
        .checkout-onepage-success .after-payment.cms-block .service .description {
          padding: 2.5rem 0 1.5rem;
        }
}
@media (min-width: 1280px) {
      .checkout-onepage-success .after-payment.cms-block .reward{
        max-width: 600px;
        margin-left: auto;
        padding-left: 0;
      }

      .checkout-onepage-success .after-payment.cms-block .service {
        max-width: 600px;
        margin-right: auto;
      }
}
/******************************** drawer */
.drawer-block {
	visibility: hidden;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1000000;
	overflow: hidden;
	opacity: 0;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.drawer-block__bg {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.25;
}
.drawer-block__content-wrapper {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 6rem;
	z-index: 10;
	display: flex;
	--tw-translate-y: 100%;
	transform: var(--tw-transform);
	flex-direction: column;
	overflow: hidden;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1024px) {
	.drawer-block__content-wrapper {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.drawer-block__content-wrapper {
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
}
.drawer-block__content-wrapper &gt; * {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.drawer-block.active {
	visibility: visible;
	opacity: 1;
}
.drawer-block.active .drawer-block__content-wrapper {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.drawer-block__title {
	display: flex;
	height: 90px;
	flex: none;
	align-items: center;
	justify-content: space-between;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0em;
}
.drawer-block__title .icon-close {
	flex: none;
}
.drawer-block__content {
	overflow-y: auto;
	padding-bottom: 3.125rem;
}
/* /////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 768px) {
        .drawer-block__content-wrapper &gt; * {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
/* /////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1024px) {
        .drawer-block__content-wrapper {
		top: 0px;
	}
        .drawer-block__content-wrapper {
		left: auto;
	}
        .drawer-block__content-wrapper {
		width: 27.5rem;
	}
        .drawer-block__content-wrapper {
		--tw-translate-x: 100%;
		transform: var(--tw-transform);
	}
        .drawer-block__content-wrapper {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}

        .drawer-block.active .drawer-block__content-wrapper {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}

        .drawer-block__title {
		font-size: 1.5rem;
	}

        .drawer-block__title {
            height: 110px;
            line-height: 32px;
        }

        .drawer-block__content {
            padding-bottom:78px;
        }
}
/* /////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1280px) {
    .drawer-block__content-wrapper {
		width: 28.5rem;
	}
        
        .drawer-block__content-wrapper &gt; * {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
/* /////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1920px) {
        .drawer-block__content-wrapper &gt; * {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}
.sticky-addto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 0.5rem;
    padding: 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
}
/* Reset padding / margin / borders */
.sticky-addto &gt; div,
    .sticky-addto &gt; div &gt; div,
    .sticky-addto p {
        padding: 0;
        margin: 0;
        border: 0;
    }
.sticky-addto #product_sizes,
    .sticky-addto .dimensions {
        flex-grow: 1;
        flex-shrink: 0;
    }
.drawer .sticky-addto #product_sizes, .drawer .sticky-addto .dimensions {
            left: 0;
        }
.sticky-addto #product_sizes p,
    .sticky-addto .addto-shipping-infos {
        display: none;
    }
.sticky-addto #product_addto,
    .sticky-addto .qty {
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        gap: 0 0.5rem;
    }
.drawer .sticky-addto #product_addto, .drawer .sticky-addto .qty {
            left: 0;
        }
.sticky-addto #product_addto &gt; div, .sticky-addto .qty &gt; div {
            height: 100%;
            justify-content: flex-end;
        }
.sticky-addto #product_addto select, .sticky-addto .qty select {
            height: 3.25rem;
            width: 4rem;
            flex-grow: 0;
            flex-shrink: 0;
            padding: 0 0 0 0.9375rem;
            background-position: 1.95rem center;
        }
.drawer .sticky-addto #product_addto select, .drawer .sticky-addto .qty select {
                margin-left: 0.5rem;
            }
.sticky-addto button {
        height: 3.25rem;
        width: 4rem;
        border: 2px solid rgba(31, 31, 31, 1);
        flex-grow: 0;
        background-image: url('data:image/svg+xml,&lt;svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g fill="none" fill-rule="evenodd"&gt;&lt;path d="M16 1C7.732 1 1 7.695 1 16s6.695 15 15 15c8.268 0 15-6.695 15-15S24.268 1 16 1z" stroke="%23FFF" stroke-width=".75"/&gt;&lt;path d="M13.622 8.866c0-1.098 1.098-1.756 2.049-1.756.988 0 2.049.695 2.049 1.756v1.097h-4.135l.037-1.097zm7.354 12.585v1.427h-10.5V10.293h2.853v1.28h.33v-1.28h4.134v1.28h.329v-1.28h2.854v1.829h.329V10.11c0-.11-.073-.183-.183-.183h-3.037V8.829c0-1.28-1.28-2.085-2.414-2.085-1.134 0-2.415.805-2.415 2.085v1.098H10.22c-.11 0-.183.073-.183.183v12.878c0 .11.073.183.183.183h10.902c.11 0 .183-.073.183-.183V21.45h-.33z" fill="%23FFF"/&gt;&lt;path d="M13.622 8.866c0-1.098 1.098-1.756 2.049-1.756.988 0 2.049.695 2.049 1.756v1.097h-4.135l.037-1.097zm7.354 12.585v1.427h-10.5V10.293h2.853v1.28h.33v-1.28h4.134v1.28h.329v-1.28h2.854v1.829h.329V10.11c0-.11-.073-.183-.183-.183h-3.037V8.829c0-1.28-1.28-2.085-2.414-2.085-1.134 0-2.415.805-2.415 2.085v1.098H10.22c-.11 0-.183.073-.183.183v12.878c0 .11.073.183.183.183h10.902c.11 0 .183-.073.183-.183V21.45h-.33z" stroke="%23FFF" stroke-width=".5"/&gt;&lt;path fill="%23FFF" d="M20.449 19.8v-2.443h-2.443v-1.264h2.443v-2.4h1.263v2.442h2.443v1.264h-2.443v2.442H20.45z"/&gt;&lt;/g&gt;&lt;/svg&gt;');
        background-repeat: no-repeat;
        background-position: center;
    }
.sticky-addto button:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
            background-image: url('data:image/svg+xml,&lt;svg width="31" height="31" viewBox="0 0 31 31" xmlns="http://www.w3.org/2000/svg"&gt;&lt;g fill="none" fill-rule="evenodd"&gt;&lt;path d="M15.4.5C7.132.5.4 7.195.4 15.5s6.695 15 15 15c8.268 0 15-6.695 15-15s-6.732-15-15-15z" stroke="%23000" stroke-width=".75"/&gt;&lt;path d="M13.022 8.366c0-1.098 1.098-1.756 2.049-1.756.988 0 2.049.695 2.049 1.756v1.097h-4.135l.037-1.097zm7.354 12.585v1.427h-10.5V9.793h2.853v1.28h.33v-1.28h4.134v1.28h.329v-1.28h2.854v1.829h.329V9.61c0-.11-.073-.183-.183-.183h-3.037V8.329c0-1.28-1.28-2.085-2.414-2.085-1.134 0-2.415.805-2.415 2.085v1.098H9.62c-.11 0-.183.073-.183.183v12.878c0 .11.073.183.183.183h10.902c.11 0 .183-.073.183-.183V20.95h-.33z" fill="%23000"/&gt;&lt;path d="M13.022 8.366c0-1.098 1.098-1.756 2.049-1.756.988 0 2.049.695 2.049 1.756v1.097h-4.135l.037-1.097zm7.354 12.585v1.427h-10.5V9.793h2.853v1.28h.33v-1.28h4.134v1.28h.329v-1.28h2.854v1.829h.329V9.61c0-.11-.073-.183-.183-.183h-3.037V8.329c0-1.28-1.28-2.085-2.414-2.085-1.134 0-2.415.805-2.415 2.085v1.098H9.62c-.11 0-.183.073-.183.183v12.878c0 .11.073.183.183.183h10.902c.11 0 .183-.073.183-.183V20.95h-.33z" stroke="%23000" stroke-width=".5"/&gt;&lt;path fill="%23000" d="M19.849 19.3v-2.443h-2.443v-1.264h2.443v-2.4h1.263v2.442h2.443v1.264h-2.443v2.442H19.85z"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.sticky-addto button span {
            text-indent: -999rem;
        }
.drawer-block .sticky-addto {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
    }
@media (max-width: 63.938rem) {
.product-info-main .sticky-addto {
            position: fixed;
            bottom: -6.25rem;
            left: 0;
            right: 0;
            z-index: 2;
            transition: bottom 0.4s ease-in-out
    }
        }
.category-filters .swatch-option, .filters-wrapper .swatch-option {
        width: 25%;
        padding-top: 4px;
        --tw-ring-shadow: unset;
        margin-bottom: 48px;
    }
.category-filters .swatch-option__color-circle, .filters-wrapper .swatch-option__color-circle {
            width: 48px;
            height: 48px;
            margin-bottom: 11px;
            position: relative;
        }
.category-filters .swatch-option__color-circle::before, .filters-wrapper .swatch-option__color-circle::before {
                content: '';
                width: 56px;
                height: 56px;
                border: 1px solid #707170;
                border-radius: inherit;
                display: block;
                opacity: 0;
                transform: translate(-50%, -50%);
                position: absolute;
                top: 50%;
                left: 50%;
            }
.category-filters .swatch-option__color-circle::after, .filters-wrapper .swatch-option__color-circle::after {
                content: '';
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12'%3E%3Cpath d='m13.875 1.625-8.75 8.75L.75 6' stroke='%23F5F5F5' stroke-width='1.5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 15px;
                height: 12px;
                opacity: 0;
            }
.category-filters .swatch-option._checked .swatch-option__color-circle::after,
            .category-filters .swatch-option._checked .swatch-option__color-circle::before,
            .filters-wrapper .swatch-option._checked .swatch-option__color-circle::after,
            .filters-wrapper .swatch-option._checked .swatch-option__color-circle::before {
                opacity: 1;
            }
.category-filters .swatch-option:hover .swatch-option__color-circle::before, .filters-wrapper .swatch-option:hover .swatch-option__color-circle::before {
                opacity: 0.25;
            }
.category-filters .swatch-option__label, .filters-wrapper .swatch-option__label {
            font-size: 11px;
            color: #707170;
            font-weight: 500;
            line-height: 12px;
            text-align: center;
            width: 100%;
        }
.category-filters .show-8 .swatch-option:nth-child(n+9), .filters-wrapper .show-8 .swatch-option:nth-child(n+9) {
        display: none;
    }
.category-filters .sorter .drawer-block__content-wrapper, .category-filters .filters-list .drawer-block__content-wrapper, .filters-wrapper .sorter .drawer-block__content-wrapper, .filters-wrapper .filters-list .drawer-block__content-wrapper {
            top: auto;
            max-height: 75vh;
        }
.category-filters .category-filters-drawer .items, .filters-wrapper .category-filters-drawer .items {
        padding-bottom: 33px;
    }
#algolia-left-container,
#algolia-right-container {
    position: relative;
}
#algolia-left-container {
    z-index: 2;
}
#algolia-right-container {
    z-index: 1;
}
.ais-Panel-body {
    position: fixed;
    top: auto;
    bottom: -6rem;
    left: 0;
    right: 0;
    max-height: 75vh;
    background-color: #fff;
    padding: 0 1.25rem 1.25rem;
    transition: all .25s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 15;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.ais-Panel-body.actived {
        bottom: 0;
        opacity: 1;
        pointer-events: all;
    }
.ais-Panel-body div:not(.drawer-block__title) {
        order: 3;
        flex-basis: 100%
    }
.ais-Panel-body .cross-circle {
        display: none
    }
.ais-Panel-header .selected-options {
        display: none;
    }
.ais-Panel-header.selected {
        background-color: #F5F5F5;
        border-color: #f5f5f5 !important;
    }
.ais-Panel-header.selected .name {
            display: inline;    
        }
.ais-Panel-header.selected .selected-options {
            background-color: #fff;
            border-radius: 50%;
            display: inline-flex;
            width: 1.5rem;
            height: 1.5rem;
            margin-left: 5px;
            padding: 0 !important;
            align-items: center;
            justify-content: center;
        }
.ais-Panel-header.actived::after {
            transform: rotate(180deg)
        }
.ais-Panel-header::after {
    background-position: center;
    transform-origin: center;
    transition: all .3s ease-in-out;
}
.ais-Panel-title p {
        order: 1;
    }
.ais-Panel-title svg {
        order: 2;
    }
.ais-Panel-title svg &gt; * {
            pointer-events: none;
        }
.ais-Panel-title + div {
        overflow-y: auto;
    }
.ais-HierarchicalMenu-list li, .ais-RefinementList-list li {
        margin-bottom: .5rem;
    }
.ais-HierarchicalMenu-list li div a,
        .ais-HierarchicalMenu-list li label,
        .ais-RefinementList-list li div a,
        .ais-RefinementList-list li label {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-grow: 1;
            height: 34px;
            font-size: 0.8125rem;
            font-weight: 600;
            color: #1f1f1f;
        }
.ais-HierarchicalMenu-list li label &gt; *, .ais-RefinementList-list li label &gt; * {
            padding: 0;
        }
.ais-HierarchicalMenu-count,
.ais-RefinementList-count {
    font-size: 0.625rem;
    font-weight: 400;
    color: #707070;
    margin-left: 2rem;
}
.ais-RefinementList-checkbox {
    width: 22px;
    height: 22px;
    order: 3;
    margin-left: 1rem;
}
/* ///////////////////////////////////////////////// */
@media (min-width: 768px) {
        .category-filters .swatch-option, .filters-wrapper .swatch-option {
            width: calc(100%/8);
        }
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1024px) {
            .category-filters .sorter .drawer-block__content-wrapper, .category-filters .filters-list .drawer-block__content-wrapper, .filters-wrapper .sorter .drawer-block__content-wrapper, .filters-wrapper .filters-list .drawer-block__content-wrapper {
                top: 0;
                max-height: unset;
            }

        .category-filters .swatch-option, .filters-wrapper .swatch-option {
            width: 25%;
        }
    .ais-Panel-header {
        transition: all .3s ease-in-out;
    }

        .ais-Panel-header.actived,
        .ais-Panel-header:hover {
            background-color: #f5f5f5;
            border-color: #f5f5f5 !important;
        }
    .ais-Panel-body {
        top: 0;
        left: auto;
        transform: translate(100%, 0);
        width: 27.5rem;
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px;
        max-height: unset;
        padding: 0 2rem 2rem;
    }

        .ais-Panel-body.actived {
            transform: translate(0, 0);
        }
    .close-algolia-filters {
        cursor: pointer;
    }
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1280px) {

            .category-filters .sorter .drawer-block,
            .category-filters .sorter .ais-Panel-body,
            .category-filters .filters-list .drawer-block,
            .category-filters .filters-list .ais-Panel-body,
            .filters-wrapper .sorter .drawer-block,
            .filters-wrapper .sorter .ais-Panel-body,
            .filters-wrapper .filters-list .drawer-block,
            .filters-wrapper .filters-list .ais-Panel-body {
                position: absolute;
                border-radius: 8px;
                box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
                top: 52px;
                bottom: auto;
                right: auto;
                left: 0;
            }
            
            .category-filters .sorter .ais-Panel-body, .category-filters .filters-list .ais-Panel-body, .filters-wrapper .sorter .ais-Panel-body, .filters-wrapper .filters-list .ais-Panel-body {
                width: -moz-max-content;
                width: max-content;
                min-width: 282px;
                max-height: 392px;
            }

            .category-filters .sorter .toolbar-products .drawer-block, .category-filters .filters-list .toolbar-products .drawer-block, .filters-wrapper .sorter .toolbar-products .drawer-block, .filters-wrapper .filters-list .toolbar-products .drawer-block {
                right: 0px;
                left: auto;
            }

            .category-filters .sorter .drawer-block__title, .category-filters .filters-list .drawer-block__title, .filters-wrapper .sorter .drawer-block__title, .filters-wrapper .filters-list .drawer-block__title {
                padding: 20px;
                font-size: 16px;
                height: 62px;
            }

            .category-filters .sorter .drawer-block__content-wrapper, .category-filters .filters-list .drawer-block__content-wrapper, .filters-wrapper .sorter .drawer-block__content-wrapper, .filters-wrapper .filters-list .drawer-block__content-wrapper {
                position: static;
                width: -moz-max-content;
                width: max-content;
                min-width: 282px;
                max-height: 392px;
                --tw-translate-x: 0;
                --tw-translate-y: 10%;
            }

            .category-filters .sorter .drawer-block.active .drawer-block__content-wrapper, .category-filters .filters-list .drawer-block.active .drawer-block__content-wrapper, .filters-wrapper .sorter .drawer-block.active .drawer-block__content-wrapper, .filters-wrapper .filters-list .drawer-block.active .drawer-block__content-wrapper {
                --tw-translate-y: 0;
            }

            .category-filters .sorter .drawer-block__content, .category-filters .filters-list .drawer-block__content, .filters-wrapper .sorter .drawer-block__content, .filters-wrapper .filters-list .drawer-block__content {
                padding: 0 1.25rem 1.25rem;
            }
            .category-filters .sorter .drawer-block, .filters-wrapper .sorter .drawer-block {
                right: 0;
                left: auto;
            }
            .category-filters .filters-list .swatch-option, .filters-wrapper .filters-list .swatch-option {
                width: 100%;
                align-items: center;
                justify-content: flex-start;
                margin-bottom: 0;
                height: 44px;
                padding: 0 0 0 4px;
            }

                .category-filters .filters-list .swatch-option__color-circle::before, .filters-wrapper .filters-list .swatch-option__color-circle::before {
                    width: 30px;
                    height: 30px;
                }

                .category-filters .filters-list .swatch-option__label, .filters-wrapper .filters-list .swatch-option__label {
                    color: #1f1f1f;
                }

            .category-filters .filters-list .swatch-option__color-circle, .filters-wrapper .filters-list .swatch-option__color-circle {
                width: 24px;
                height: 24px;
                margin: 0 16px 0 0;
            }

            .category-filters .filters-list .show-all-colors-btn, .filters-wrapper .filters-list .show-all-colors-btn {
                display: none;
            }

            .category-filters .filters-list .swatch-option__label, .filters-wrapper .filters-list .swatch-option__label {
                width: auto;
            }

            .category-filters .filters-list .show-8 .swatch-option:nth-child(n+9), .filters-wrapper .filters-list .show-8 .swatch-option:nth-child(n+9) {
                display: flex;
            }

            .category-filters .filters-list .swatch-options, .filters-wrapper .filters-list .swatch-options {
                width: 282px;
            }

    .ais-Panel-body {
        padding: 0 1.25rem 1.25rem;
        opacity: 0;
        transform: translate(0, 2%);
        cursor-pointer: none;
        transition: all .25s ease-in-out;
    }

    .ais-Panel-title {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .ais-Panel-title + div {
            max-height: 255px !important;
            padding-right: 1.25rem;
            margin-right: -1.25rem;
        }

    .ais-Panel-body.actived {
        opacity: 1;
        transform: translate(0, 0);
        cursor-pointer: all;
    }

    .algolia-drawer {
        display: none;
    }
}
.overflown-element {
    position: relative;
}
.overflown-element.active {
        cursor: grab;
    }
.overflown-element &gt; * {
        margin-right: 6rem !important;
    }
.overflown-element-nav {
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1.25rem;
        width: 5rem;
        background-image: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
        z-index: 50;
    }
@media (min-width: 768px) {
.overflown-element-nav {
            right: -2rem
    }
        }
@media (min-width: 1280px) {
.overflown-element-nav {
            right: -2.5rem
    }
        }
.contact-options {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 1.875rem;
    
}
@media (min-width: 768px) {
.contact-options {
        flex-direction: row
    
}
    }
@media (min-width: 1280px) {
.contact-options {
        flex-direction: column;
        margin-top: 0
    
}
    }
.contact-options &gt; div {
        padding: 1.5rem 1.25rem;
    }
@media (min-width: 768px) {
.contact-options &gt; div {
            flex: 0 0 calc(50% - .875rem)
    }
        }
@media (min-width: 1280px) {
.contact-options &gt; div {
            flex: 0 0 100%
    }
        }
.contact-options .uptitle {
        opacity: 0.6;
        font-size: 10px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: 1.5px;
        color: #f5f5f5;
        text-transform: uppercase;
    }
.contact-options .title {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: normal;
        color: #f5f5f5;
        margin: .625rem 0;
    }
.contact-options .infos {
        opacity: 0.6;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.12px;
        color: #f5f5f5;
    }
.contact-options .options {
        display: flex;
        gap: .5rem 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
@media (min-width: 768px) {
.contact-options .options {
            gap: .5rem .875rem
    }
        }
.contact-options .options &gt; div {
            flex: 1 1 50%;
            border-radius: 3px;
            overflow: hidden;
            max-width: calc(50% - .25rem);
        }
@media (min-width: 768px) {
.contact-options .options &gt; div {
                max-width: calc(50% - .875rem)
        }
            }
.contact-options .options iframe {
            width: 100% !important;
        }
.contact-options a {
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #f5f5f5;
        border-bottom: 1px solid #fff;
        padding-bottom: 1px;
    }
.contact-options .tel .infos {
        text-transform: uppercase;
        margin-bottom: 1rem;
    }
.contact-options .faq .infos {
        margin-bottom: 1.375rem;
    }
.review__list_header {
    text-align: center;
}
.review__list_header img {
        display: inline-block;
    }
.review__list_intro {
    max-width: 28.125rem;
    margin: 1.5625rem auto 0;
    text-align: center;
}
#review-container {
    margin: 2.875rem auto 0;
    max-width: 80rem;
}
@media (min-width: 1280px) {
#review-container {
        margin-top: 3.5rem
}
    }
@media (min-width: 1024px) {
#review-container .review__list {
            display: flex;
            width: 100%;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between
    }
        }
#review-container .box-review__item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
@media (min-width: 1024px) {
#review-container .box-review__item {
            width: calc(50% - 1.875rem)
    }
        }
@media (min-width: 1280px) {
#review-container .box-review__item {
            width: calc(50% - 3.75rem)
    }
        }
#review-container .box-review__name {
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 50%;
        text-align: center;
        font-size: 1.875rem;
        background: #e5e5e5;
        line-height: 3.5rem;
        text-transform: lowercase;
        color: #000000;
        float: left;
        margin: .9375rem 0 0;
    }
#review-container .box-review__content {
        padding: 1.5625rem 0 20px;
        margin-left: 5.625rem;
        max-width: calc(100% - 5.625rem);
        text-align: left;
    }
#review-container .box-review__comment {
        font-size: 1rem;
        line-height: 1.13;
        letter-spacing: -.0144rem;
        margin-bottom: .625rem;
    }
#review-container .box-review__date {
        font-size: .875rem;
        line-height: 1.79;
        color: rgba(0, 0, 0, 0.6);
    }
#review-container .box-review__rate {
        width: 3.75rem;
        overflow: hidden;
        position: relative;
        margin: 0 0 1rem 0;
        
    }
#review-container .box-review__rate &gt; div {
            display: flex;
            overflow: hidden;
        }
#review-container .box-review__rate .icon {
            height: .75rem;
            flex: 0 0 .75rem;
        }
#review-container .box-review__rate .icon::after {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
            }
#review-container .box-review__rate_default .icon::after {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='%23cbcccd'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z' /%3E%3C/svg%3E")
                }
#review-container .box-review__rate_active {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
#review-container .box-review__rate_active .icon::after {
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-5 w-5' viewBox='0 0 20 20' fill='%23000000'%3E%3Cpath d='M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z' /%3E%3C/svg%3E")
                }
#review-pagination {
    text-align: center;
    margin: 3rem auto 5rem;
    font-size: .875rem;
}
#review-pagination div {
        display: flex;
        gap: 1rem;
        margin: 1rem auto 0;
        width: -moz-max-content;
        width: max-content;
    }
#review-pagination a.disable {
            cursor: default;
        }
#review-pagination a:not(.disable):hover {
            text-decoration: underline;
        }
.page-footer {
    background-color: #fff;
}
.footer-links .bg-plus-circle {
	background-position: right;
}
.copyright_and_legal-links:before {
	position: absolute;
	bottom: 0px;
	left: 50%;
	display: block;
	height: 1px;
	width: 100vw;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
        content: '';
}
.avis-verifies-wrap:before {
	position: absolute;
	top: 0px;
	left: 50%;
	display: block;
	height: 100%;
	width: 100vw;
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
        content: '';
}
.subscribe button::after {
	margin-left: 0.5rem;
	display: inline-block;
	height: 1.25rem;
	width: 1.25rem;
	background-position: center;
	background-repeat: no-repeat;
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 30 24' stroke='%231f1f1f' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 8l4 4m0 0l-4 4m4-4H3' /%3E%3C/svg%3E");
}
/* ///////////////////////////////////////////////// */
@media (min-width: 768px) {
        .footer-links &gt; ul {
            -moz-column-count: 4;
                 column-count: 4;
        }

            .footer-links &gt; ul &gt; li {
                -moz-column-break-inside: avoid;
                     break-inside: avoid;
            }
}
/* ///////////////////////////////////////////////// */
@media (min-width: 1024px) {
        .footer-links a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 47.9375rem) {
[data-product="web_widget"] + div {
            display: none
    }
        }
.before\:content-\[\'SIZES\'\]::before {
	content: 'SIZES';
}
.after\:absolute::after {
	content: "";
	position: absolute;
}
.after\:bottom-10::after {
	content: "";
	bottom: 2.5rem;
}
.after\:left-2\/4::after {
	content: "";
	left: 50%;
}
.after\:left-1\/2::after {
	content: "";
	left: 50%;
}
.after\:block::after {
	content: "";
	display: block;
}
.after\:h-\[3px\]::after {
	content: "";
	height: 3px;
}
.after\:w-\[168px\]::after {
	content: "";
	width: 168px;
}
.after\:-translate-x-2\/4::after {
	content: "";
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.after\:-translate-x-1\/2::after {
	content: "";
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.after\:bg-graphite-50::after {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.after\:bg-graphite-700::after {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
}
.first\:border-t-0:first-child {
	border-top-width: 0px;
}
.first\:pt-0:first-child {
	padding-top: 0px;
}
.last\:mb-6:last-child {
	margin-bottom: 1.5rem;
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.last\:mr-0:last-child {
	margin-right: 0px;
}
.last\:border-0:last-child {
	border-width: 0px;
}
.last\:border-b-0:last-child {
	border-bottom-width: 0px;
}
.last\:border-b:last-child {
	border-bottom-width: 1px;
}
.last\:pb-0:last-child {
	padding-bottom: 0px;
}
.even\:bg-container-darker:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.even\:bg-container:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.invalid\:ring-2:invalid {
	--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);
}
.invalid\:ring-red-500:invalid {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.focus-within\:ring-1: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(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-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);
}
.hover\:border-graphite-50:hover {
	--tw-border-opacity: 1;
	border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.hover\:border-graphite-700:hover {
	--tw-border-opacity: 1;
	border-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.hover\:border-\[\#16a34a\]:hover {
	--tw-border-opacity: 1;
	border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-\[\#020c1465\]:hover {
	background-color: #020c1465;
}
.hover\:bg-graphite-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.hover\:bg-\[\#dfdfdf\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(223, 223, 223, var(--tw-bg-opacity));
}
.hover\:bg-\[\#e9eaea\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(233, 234, 234, var(--tw-bg-opacity));
}
.hover\:bg-container-darker:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.hover\:bg-container:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.hover\:text-secondary-darker:hover {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.hover\:text-graphite-300:hover {
	--tw-text-opacity: 1;
	color: rgba(112, 113, 112, var(--tw-text-opacity));
}
.hover\:text-graphite-700:hover {
	--tw-text-opacity: 1;
	color: rgba(31, 31, 31, var(--tw-text-opacity));
}
.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-primary-darker:hover {
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.hover\:no-underline:hover {
	text-decoration: none;
}
.hover\:\!no-underline:hover {
	text-decoration: none !important;
}
.hover\:opacity-100:hover {
	opacity: 1;
}
.hover\:shadow-sm:hover {
	--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);
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:border-0:focus {
	border-width: 0px;
}
.focus\:border-red-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
	border-color: transparent;
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.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-red-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:ring-0:active {
	--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);
}
.disabled\:opacity-75:disabled {
	opacity: 0.75;
}
.group:hover .group-hover\:translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}
.group:hover .group-hover\:border-\[\#16a34a\] {
	--tw-border-opacity: 1;
	border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}
.group:hover .group-hover\:bg-graphite-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
}
.group:hover .group-hover\:stroke-\[\#f95860\] {
	stroke: #f95860;
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}
.group:hover .group-hover\:opacity-80 {
	opacity: 0.8;
}
@media (min-width: 400px) {
	.sm\:top-\[7\.8rem\] {
		top: 7.8rem;
	}
	.sm\:order-3 {
		order: 3;
	}
	.sm\:order-2 {
		order: 2;
	}
	.sm\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.sm\:-mx-8 {
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.sm\:ml-1 {
		margin-left: 0.25rem;
	}
	.sm\:ml-3 {
		margin-left: 0.75rem;
	}
	.sm\:mt-0 {
		margin-top: 0px;
	}
	.sm\:ml-2 {
		margin-left: 0.5rem;
	}
	.sm\:grid {
		display: grid;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
	.sm\:w-48 {
		width: 12rem;
	}
	.sm\:w-5\/6 {
		width: 83.333333%;
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:flex-row {
		flex-direction: row;
	}
	.sm\:items-start {
		align-items: flex-start;
	}
	.sm\:gap-8 {
		gap: 2rem;
	}
	.sm\:space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.25rem * var(--tw-space-x-reverse));
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.sm\:overflow-hidden {
		overflow: hidden;
	}
	.sm\:p-5 {
		padding: 1.25rem;
	}
	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.sm\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.sm\:py-1 {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.sm\:px-\[\.5rem\] {
		padding-left: .5rem;
		padding-right: .5rem;
	}
	.sm\:text-2xl {
		font-size: 1.5rem;
	}
	.sm\:text-2sm {
		font-size: 0.875rem;
	}
	.sm\:text-2xs {
		font-size: 0.75rem;
	}
	.sm\:text-4xl {
		font-size: 2.25rem;
	}
	.sm\:text-5xl {
		font-size: 3rem;
	}
	.sm\:text-3xl {
		font-size: 1.875rem;
	}
	.sm\:text-\[\.59rem\] {
		font-size: .59rem;
	}
	.sm\:text-6xl {
		font-size: 3.75rem;
	}
	.sm\:leading-\[60px\] {
		line-height: 60px;
	}
	.sm\:duration-700 {
		transition-duration: 700ms;
	}
}
@media (min-width: 768px) {
	.md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.md\:aspect-w-1 &gt; *,
.md\:aspect-w-2 &gt; *,
.md\:aspect-w-3 &gt; *,
.md\:aspect-w-4 &gt; *,
.md\:aspect-w-5 &gt; *,
.md\:aspect-w-6 &gt; *,
.md\:aspect-w-7 &gt; *,
.md\:aspect-w-8 &gt; *,
.md\:aspect-w-9 &gt; *,
.md\:aspect-w-10 &gt; *,
.md\:aspect-w-11 &gt; *,
.md\:aspect-w-12 &gt; *,
.md\:aspect-w-13 &gt; *,
.md\:aspect-w-14 &gt; *,
.md\:aspect-w-15 &gt; *,
.md\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.md\:aspect-w-1 &gt; *,
.md\:aspect-w-2 &gt; *,
.md\:aspect-w-3 &gt; *,
.md\:aspect-w-4 &gt; *,
.md\:aspect-w-5 &gt; *,
.md\:aspect-w-6 &gt; *,
.md\:aspect-w-7 &gt; *,
.md\:aspect-w-8 &gt; *,
.md\:aspect-w-9 &gt; *,
.md\:aspect-w-10 &gt; *,
.md\:aspect-w-11 &gt; *,
.md\:aspect-w-12 &gt; *,
.md\:aspect-w-13 &gt; *,
.md\:aspect-w-14 &gt; *,
.md\:aspect-w-15 &gt; *,
.md\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.md\:aspect-w-1 &gt; *,
.md\:aspect-w-2 &gt; *,
.md\:aspect-w-3 &gt; *,
.md\:aspect-w-4 &gt; *,
.md\:aspect-w-5 &gt; *,
.md\:aspect-w-6 &gt; *,
.md\:aspect-w-7 &gt; *,
.md\:aspect-w-8 &gt; *,
.md\:aspect-w-9 &gt; *,
.md\:aspect-w-10 &gt; *,
.md\:aspect-w-11 &gt; *,
.md\:aspect-w-12 &gt; *,
.md\:aspect-w-13 &gt; *,
.md\:aspect-w-14 &gt; *,
.md\:aspect-w-15 &gt; *,
.md\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.md\:aspect-w-1 &gt; *,
.md\:aspect-w-2 &gt; *,
.md\:aspect-w-3 &gt; *,
.md\:aspect-w-4 &gt; *,
.md\:aspect-w-5 &gt; *,
.md\:aspect-w-6 &gt; *,
.md\:aspect-w-7 &gt; *,
.md\:aspect-w-8 &gt; *,
.md\:aspect-w-9 &gt; *,
.md\:aspect-w-10 &gt; *,
.md\:aspect-w-11 &gt; *,
.md\:aspect-w-12 &gt; *,
.md\:aspect-w-13 &gt; *,
.md\:aspect-w-14 &gt; *,
.md\:aspect-w-15 &gt; *,
.md\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.md\:aspect-none {
		position: static;
		padding-bottom: 0;
	}
	.md\:aspect-none &gt; * {
		position: static;
		height: auto;
		width: auto;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
	.md\:aspect-w-1 {
		--tw-aspect-w: 1;
	}
	.md\:aspect-w-4 {
		--tw-aspect-w: 4;
	}
	.md\:aspect-w-9 {
		--tw-aspect-w: 9;
	}
	.md\:aspect-w-16 {
		--tw-aspect-w: 16;
	}
	.md\:aspect-h-1 {
		--tw-aspect-h: 1;
	}
	.md\:aspect-h-3 {
		--tw-aspect-h: 3;
	}
	.md\:aspect-h-9 {
		--tw-aspect-h: 9;
	}
	.md\:aspect-h-10 {
		--tw-aspect-h: 10;
	}
	.md\:absolute {
		position: absolute;
	}
	.md\:relative {
		position: relative;
	}
	.md\:top-\[120px\] {
		top: 120px;
	}
	.md\:left-6 {
		left: 1.5rem;
	}
	.md\:-left-8 {
		left: -2rem;
	}
	.md\:top-1\/2 {
		top: 50%;
	}
	.md\:left-1\/2 {
		left: 50%;
	}
	.md\:right-auto {
		right: auto;
	}
	.md\:bottom-auto {
		bottom: auto;
	}
	.md\:top-\[50px\] {
		top: 50px;
	}
	.md\:bottom-0 {
		bottom: 0px;
	}
	.md\:left-5 {
		left: 1.25rem;
	}
	.md\:bottom-5 {
		bottom: 1.25rem;
	}
	.md\:left-0 {
		left: 0px;
	}
	.md\:top-\[85\%\] {
		top: 85%;
	}
	.md\:top-\[4rem\] {
		top: 4rem;
	}
	.md\:bottom-14 {
		bottom: 3.5rem;
	}
	.md\:top-\[4\.75rem\] {
		top: 4.75rem;
	}
	.md\:left-4 {
		left: 1rem;
	}
	.md\:bottom-4 {
		bottom: 1rem;
	}
	.md\:bottom-24 {
		bottom: 6rem;
	}
	.md\:-right-8 {
		right: -2rem;
	}
	.md\:top-0 {
		top: 0px;
	}
	.md\:order-first {
		order: -9999;
	}
	.md\:order-3 {
		order: 3;
	}
	.md\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.md\:col-start-5 {
		grid-column-start: 5;
	}
	.md\:col-end-9 {
		grid-column-end: 9;
	}
	.md\:row-span-2 {
		grid-row: span 2 / span 2;
	}
	.md\:float-left {
		float: left;
	}
	.md\:float-none {
		float: none;
	}
	.md\:-mx-8 {
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.md\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.md\:mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.md\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.md\:mx-8 {
		margin-left: 2rem;
		margin-right: 2rem;
	}
	.md\:mx-7 {
		margin-left: 1.75rem;
		margin-right: 1.75rem;
	}
	.md\:my-7 {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
	.md\:mt-\[42px\] {
		margin-top: 42px;
	}
	.md\:mb-11 {
		margin-bottom: 2.75rem;
	}
	.md\:mt-\[54px\] {
		margin-top: 54px;
	}
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	.md\:mb-2\.5 {
		margin-bottom: 0.625rem;
	}
	.md\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.md\:-ml-8 {
		margin-left: -2rem;
	}
	.md\:mb-8 {
		margin-bottom: 2rem;
	}
	.md\:mr-4 {
		margin-right: 1rem;
	}
	.md\:ml-1\.5 {
		margin-left: 0.375rem;
	}
	.md\:ml-1 {
		margin-left: 0.25rem;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:mt-5 {
		margin-top: 1.25rem;
	}
	.md\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.md\:mt-7 {
		margin-top: 1.75rem;
	}
	.md\:mr-8 {
		margin-right: 2rem;
	}
	.md\:ml-0 {
		margin-left: 0px;
	}
	.md\:mt-24 {
		margin-top: 6rem;
	}
	.md\:mr-0 {
		margin-right: 0px;
	}
	.md\:mb-12 {
		margin-bottom: 3rem;
	}
	.md\:ml-20 {
		margin-left: 5rem;
	}
	.md\:mr-28 {
		margin-right: 7rem;
	}
	.md\:mb-60px {
		margin-bottom: 3.75rem;
	}
	.md\:mb-14 {
		margin-bottom: 3.5rem;
	}
	.md\:mt-2 {
		margin-top: 0.5rem;
	}
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	.md\:mt-12 {
		margin-top: 3rem;
	}
	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.md\:mr-2 {
		margin-right: 0.5rem;
	}
	.md\:mt-16 {
		margin-top: 4rem;
	}
	.md\:mb-4 {
		margin-bottom: 1rem;
	}
	.md\:mt-3 {
		margin-top: 0.75rem;
	}
	.md\:mt-9 {
		margin-top: 2.25rem;
	}
	.md\:mt-40 {
		margin-top: 10rem;
	}
	.md\:mr-10 {
		margin-right: 2.5rem;
	}
	.md\:mr-20 {
		margin-right: 5rem;
	}
	.md\:block {
		display: block;
	}
	.md\:inline-block {
		display: inline-block;
	}
	.md\:inline {
		display: inline;
	}
	.md\:flex {
		display: flex;
	}
	.md\:grid {
		display: grid;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-full {
		height: 100%;
	}
	.md\:h-\[88px\] {
		height: 88px;
	}
	.md\:h-\[70px\] {
		height: 70px;
	}
	.md\:h-\[calc\(100\%-2\.75rem\)\] {
		height: calc(100% - 2.75rem);
	}
	.md\:h-10 {
		height: 2.5rem;
	}
	.md\:h-28 {
		height: 7rem;
	}
	.md\:h-\[7\.5rem\] {
		height: 7.5rem;
	}
	.md\:h-\[4\.25rem\] {
		height: 4.25rem;
	}
	.md\:h-6 {
		height: 1.5rem;
	}
	.md\:h-5 {
		height: 1.25rem;
	}
	.md\:max-h-full {
		max-height: 100%;
	}
	.md\:w-\[calc\(100\%\+24px\)\] {
		width: calc(100% + 24px);
	}
	.md\:w-\[calc\(100\%\+32px\)\] {
		width: calc(100% + 32px);
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-2\/3 {
		width: 66.666667%;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-3\/4 {
		width: 75%;
	}
	.md\:w-2\/6 {
		width: 33.333333%;
	}
	.md\:w-screen {
		width: 100vw;
	}
	.md\:w-2\/5 {
		width: 40%;
	}
	.md\:w-\[calc\(19100vw\/768\)\] {
		width: calc(19100vw / 768);
	}
	.md\:w-5\/6 {
		width: 83.333333%;
	}
	.md\:w-\[calc\(100\%-1rem\)\] {
		width: calc(100% - 1rem);
	}
	.md\:w-4\/6 {
		width: 66.666667%;
	}
	.md\:w-68px {
		width: 4.25rem;
	}
	.md\:w-3\/5 {
		width: 60%;
	}
	.md\:w-\[48\%\] {
		width: 48%;
	}
	.md\:w-\[25\.75rem\] {
		width: 25.75rem;
	}
	.md\:w-\[49\.625rem\] {
		width: 49.625rem;
	}
	.md\:w-\[7\.5rem\] {
		width: 7.5rem;
	}
	.md\:w-\[15\.5rem\] {
		width: 15.5rem;
	}
	.md\:w-4\/5 {
		width: 80%;
	}
	.md\:w-1\/4 {
		width: 25%;
	}
	.md\:w-\[calc\(100\%\+2rem\)\] {
		width: calc(100% + 2rem);
	}
	.md\:w-6 {
		width: 1.5rem;
	}
	.md\:w-5 {
		width: 1.25rem;
	}
	.md\:min-w-\[4\.25rem\] {
		min-width: 4.25rem;
	}
	.md\:min-w-max {
		min-width: -moz-max-content;
		min-width: max-content;
	}
	.md\:max-w-\[420px\] {
		max-width: 420px;
	}
	.md\:max-w-none {
		max-width: none;
	}
	.md\:max-w-\[44\.063rem\] {
		max-width: 44.063rem;
	}
	.md\:max-w-md {
		max-width: 28rem;
	}
	.md\:max-w-\[48rem\] {
		max-width: 48rem;
	}
	.md\:max-w-\[747px\] {
		max-width: 747px;
	}
	.md\:flex-auto {
		flex: 1 1 auto;
	}
	.md\:flex-grow {
		flex-grow: 1;
	}
	.md\:-translate-y-1\/3 {
		--tw-translate-y: -33.333333%;
		transform: var(--tw-transform);
	}
	.md\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
	.md\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
	.md\:-translate-y-full {
		--tw-translate-y: -100%;
		transform: var(--tw-transform);
	}
	.md\:translate-x-8 {
		--tw-translate-x: 2rem;
		transform: var(--tw-transform);
	}
	.md\:-translate-x-8 {
		--tw-translate-x: -2rem;
		transform: var(--tw-transform);
	}
	.md\:grid-flow-col {
		grid-auto-flow: column;
	}
	.md\:auto-rows-auto {
		grid-auto-rows: auto;
	}
	.md\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:grid-rows-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:flex-col {
		flex-direction: column;
	}
	.md\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.md\:items-start {
		align-items: flex-start;
	}
	.md\:items-center {
		align-items: center;
	}
	.md\:justify-start {
		justify-content: flex-start;
	}
	.md\:justify-end {
		justify-content: flex-end;
	}
	.md\:justify-center {
		justify-content: center;
	}
	.md\:justify-between {
		justify-content: space-between;
	}
	.md\:gap-2 {
		gap: 0.5rem;
	}
	.md\:gap-5 {
		gap: 1.25rem;
	}
	.md\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}
	.md\:gap-x-0 {
		-moz-column-gap: 0px;
		     column-gap: 0px;
	}
	.md\:gap-y-12 {
		row-gap: 3rem;
	}
	.md\:gap-x-5 {
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}
	.md\:gap-y-7 {
		row-gap: 1.75rem;
	}
	.md\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}
	.md\:gap-y-0 {
		row-gap: 0px;
	}
	.md\:gap-y-16 {
		row-gap: 4rem;
	}
	.md\:gap-x-\[0\.725rem\] {
		-moz-column-gap: 0.725rem;
		     column-gap: 0.725rem;
	}
	.md\:space-y-10 &gt; :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));
	}
	.md\:space-x-6 &gt; :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)));
	}
	.md\:overflow-auto {
		overflow: auto;
	}
	.md\:overflow-visible {
		overflow: visible;
	}
	.md\:overflow-x-auto {
		overflow-x: auto;
	}
	.md\:overflow-x-scroll {
		overflow-x: scroll;
	}
	.md\:rounded {
		border-radius: 0.188rem;
	}
	.md\:rounded-none {
		border-radius: 0px;
	}
	.md\:rounded-md {
		border-radius: 0.375rem;
	}
	.md\:border {
		border-width: 1px;
	}
	.md\:border-0 {
		border-width: 0px;
	}
	.md\:border-t-0 {
		border-top-width: 0px;
	}
	.md\:border-r-0 {
		border-right-width: 0px;
	}
	.md\:border-b-0 {
		border-bottom-width: 0px;
	}
	.md\:border-t {
		border-top-width: 1px;
	}
	.md\:border-none {
		border-style: none;
	}
	.md\:border-graphite-700 {
		--tw-border-opacity: 1;
		border-color: rgba(31, 31, 31, var(--tw-border-opacity));
	}
	.md\:border-t-graphite-300 {
		--tw-border-opacity: 1;
		border-top-color: rgba(112, 113, 112, var(--tw-border-opacity));
	}
	.md\:bg-container {
		--tw-bg-opacity: 1;
		background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
	}
	.md\:bg-transparent {
		background-color: transparent;
	}
	.md\:bg-graphite-200 {
		--tw-bg-opacity: 1;
		background-color: rgba(148, 149, 148, var(--tw-bg-opacity));
	}
	.md\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.md\:object-cover {
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.md\:p-10 {
		padding: 2.5rem;
	}
	.md\:p-7 {
		padding: 1.75rem;
	}
	.md\:p-8 {
		padding: 2rem;
	}
	.md\:p-12 {
		padding: 3rem;
	}
	.md\:p-0 {
		padding: 0px;
	}
	.md\:p-30px {
		padding: 1.875rem;
	}
	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:px-\[1\.5rem\] {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:py-15 {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.md\:py-\[5px\] {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.md\:px-7 {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
	.md\:px-\[1\.375rem\] {
		padding-left: 1.375rem;
		padding-right: 1.375rem;
	}
	.md\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.md\:py-2\.5 {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
	.md\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.md\:pl-8 {
		padding-left: 2rem;
	}
	.md\:pl-9 {
		padding-left: 2.25rem;
	}
	.md\:pr-8 {
		padding-right: 2rem;
	}
	.md\:pl-6 {
		padding-left: 1.5rem;
	}
	.md\:pr-2\.5 {
		padding-right: 0.625rem;
	}
	.md\:pr-2 {
		padding-right: 0.5rem;
	}
	.md\:pr-0 {
		padding-right: 0px;
	}
	.md\:pr-6 {
		padding-right: 1.5rem;
	}
	.md\:pt-\[42px\] {
		padding-top: 42px;
	}
	.md\:pl-16 {
		padding-left: 4rem;
	}
	.md\:pt-14 {
		padding-top: 3.5rem;
	}
	.md\:pt-\[60px\] {
		padding-top: 60px;
	}
	.md\:pb-7 {
		padding-bottom: 1.75rem;
	}
	.md\:pb-6 {
		padding-bottom: 1.5rem;
	}
	.md\:pb-0 {
		padding-bottom: 0px;
	}
	.md\:pb-16 {
		padding-bottom: 4rem;
	}
	.md\:pb-24 {
		padding-bottom: 6rem;
	}
	.md\:pb-8 {
		padding-bottom: 2rem;
	}
	.md\:pl-5 {
		padding-left: 1.25rem;
	}
	.md\:pl-0 {
		padding-left: 0px;
	}
	.md\:pt-12 {
		padding-top: 3rem;
	}
	.md\:pt-8 {
		padding-top: 2rem;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-right {
		text-align: right;
	}
	.md\:text-lg {
		font-size: 1.125rem;
	}
	.md\:text-sm {
		font-size: 0.9375rem;
	}
	.md\:text-8xl {
		font-size: 6rem;
	}
	.md\:text-3xl {
		font-size: 1.875rem;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
	}
	.md\:text-7xl {
		font-size: 4.5rem;
	}
	.md\:text-5xl {
		font-size: 3rem;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
	}
	.md\:text-xs {
		font-size: 0.8125rem;
	}
	.md\:text-base {
		font-size: 1rem;
	}
	.md\:text-2xs {
		font-size: 0.75rem;
	}
	.md\:leading-8 {
		line-height: 2rem;
	}
	.md\:leading-none {
		line-height: 1;
	}
	.md\:leading-9 {
		line-height: 2.25rem;
	}
	.md\:leading-\[96px\] {
		line-height: 96px;
	}
	.md\:leading-48px {
		line-height: 3rem;
	}
	.md\:leading-10 {
		line-height: 2.5rem;
	}
	.md\:leading-\[3rem\] {
		line-height: 3rem;
	}
	.md\:leading-7 {
		line-height: 1.75rem;
	}
	.md\:leading-72px {
		line-height: 4.5rem;
	}
	.md\:leading-normal {
		line-height: normal;
	}
	.md\:tracking-\[1\.8px\] {
		letter-spacing: 1.8px;
	}
	.md\:tracking-60 {
		letter-spacing: .375rem;
	}
	.md\:tracking-96 {
		letter-spacing: .6rem;
	}
	.md\:tracking-\[-0\.6px\] {
		letter-spacing: -0.6px;
	}
	.md\:tracking-\[7\.2px\] {
		letter-spacing: 7.2px;
	}
	.md\:tracking-\[9\.6px\] {
		letter-spacing: 9.6px;
	}
	.md\:tracking-\[-\.03rem\] {
		letter-spacing: -.03rem;
	}
	.md\:tracking-\[\.225rem\] {
		letter-spacing: .225rem;
	}
	.md\:tracking-\[\.016rem\] {
		letter-spacing: .016rem;
	}
	.md\:text-graphite-200 {
		--tw-text-opacity: 1;
		color: rgba(148, 149, 148, var(--tw-text-opacity));
	}
	.md\:duration-300 {
		transition-duration: 300ms;
	}
}
@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: 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: 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: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.lg\:aspect-w-1 &gt; *,
.lg\:aspect-w-2 &gt; *,
.lg\:aspect-w-3 &gt; *,
.lg\:aspect-w-4 &gt; *,
.lg\:aspect-w-5 &gt; *,
.lg\:aspect-w-6 &gt; *,
.lg\:aspect-w-7 &gt; *,
.lg\:aspect-w-8 &gt; *,
.lg\:aspect-w-9 &gt; *,
.lg\:aspect-w-10 &gt; *,
.lg\:aspect-w-11 &gt; *,
.lg\:aspect-w-12 &gt; *,
.lg\:aspect-w-13 &gt; *,
.lg\:aspect-w-14 &gt; *,
.lg\:aspect-w-15 &gt; *,
.lg\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.lg\:aspect-w-1 &gt; *,
.lg\:aspect-w-2 &gt; *,
.lg\:aspect-w-3 &gt; *,
.lg\:aspect-w-4 &gt; *,
.lg\:aspect-w-5 &gt; *,
.lg\:aspect-w-6 &gt; *,
.lg\:aspect-w-7 &gt; *,
.lg\:aspect-w-8 &gt; *,
.lg\:aspect-w-9 &gt; *,
.lg\:aspect-w-10 &gt; *,
.lg\:aspect-w-11 &gt; *,
.lg\:aspect-w-12 &gt; *,
.lg\:aspect-w-13 &gt; *,
.lg\:aspect-w-14 &gt; *,
.lg\:aspect-w-15 &gt; *,
.lg\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.lg\:aspect-w-1 &gt; *,
.lg\:aspect-w-2 &gt; *,
.lg\:aspect-w-3 &gt; *,
.lg\:aspect-w-4 &gt; *,
.lg\:aspect-w-5 &gt; *,
.lg\:aspect-w-6 &gt; *,
.lg\:aspect-w-7 &gt; *,
.lg\:aspect-w-8 &gt; *,
.lg\:aspect-w-9 &gt; *,
.lg\:aspect-w-10 &gt; *,
.lg\:aspect-w-11 &gt; *,
.lg\:aspect-w-12 &gt; *,
.lg\:aspect-w-13 &gt; *,
.lg\:aspect-w-14 &gt; *,
.lg\:aspect-w-15 &gt; *,
.lg\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.lg\:aspect-w-1 &gt; *,
.lg\:aspect-w-2 &gt; *,
.lg\:aspect-w-3 &gt; *,
.lg\:aspect-w-4 &gt; *,
.lg\:aspect-w-5 &gt; *,
.lg\:aspect-w-6 &gt; *,
.lg\:aspect-w-7 &gt; *,
.lg\:aspect-w-8 &gt; *,
.lg\:aspect-w-9 &gt; *,
.lg\:aspect-w-10 &gt; *,
.lg\:aspect-w-11 &gt; *,
.lg\:aspect-w-12 &gt; *,
.lg\:aspect-w-13 &gt; *,
.lg\:aspect-w-14 &gt; *,
.lg\:aspect-w-15 &gt; *,
.lg\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.lg\:aspect-none {
		position: static;
		padding-bottom: 0;
	}
	.lg\:aspect-none &gt; * {
		position: static;
		height: auto;
		width: auto;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
	.lg\:aspect-w-1 {
		--tw-aspect-w: 1;
	}
	.lg\:aspect-w-4 {
		--tw-aspect-w: 4;
	}
	.lg\:aspect-w-9 {
		--tw-aspect-w: 9;
	}
	.lg\:aspect-w-16 {
		--tw-aspect-w: 16;
	}
	.lg\:aspect-h-1 {
		--tw-aspect-h: 1;
	}
	.lg\:aspect-h-3 {
		--tw-aspect-h: 3;
	}
	.lg\:aspect-h-7 {
		--tw-aspect-h: 7;
	}
	.lg\:aspect-h-8 {
		--tw-aspect-h: 8;
	}
	.lg\:aspect-h-9 {
		--tw-aspect-h: 9;
	}
	.lg\:aspect-h-12 {
		--tw-aspect-h: 12;
	}
	.lg\:aspect-h-13 {
		--tw-aspect-h: 13;
	}
	.lg\:aspect-h-14 {
		--tw-aspect-h: 14;
	}
	.lg\:invisible {
		visibility: hidden;
	}
	.lg\:absolute {
		position: absolute;
	}
	.lg\:relative {
		position: relative;
	}
	.lg\:sticky {
		position: sticky;
	}
	.lg\:top-28 {
		top: 7rem;
	}
	.lg\:bottom-auto {
		bottom: auto;
	}
	.lg\:right-10 {
		right: 2.5rem;
	}
	.lg\:left-\[calc\(-100\%-1rem\)\] {
		left: calc(-100% - 1rem);
	}
	.lg\:bottom-32 {
		bottom: 8rem;
	}
	.lg\:left-auto {
		left: auto;
	}
	.lg\:top-0 {
		top: 0px;
	}
	.lg\:left-5 {
		left: 1.25rem;
	}
	.lg\:left-0 {
		left: 0px;
	}
	.lg\:left-8 {
		left: 2rem;
	}
	.lg\:bottom-5 {
		bottom: 1.25rem;
	}
	.lg\:top-\[4\.35rem\] {
		top: 4.35rem;
	}
	.lg\:top-48 {
		top: 12rem;
	}
	.lg\:-right-full {
		right: -100%;
	}
	.lg\:-right-8 {
		right: -2rem;
	}
	.lg\:left-\[12\.5\%\] {
		left: 12.5%;
	}
	.lg\:top-auto {
		top: auto;
	}
	.lg\:bottom-\[35px\] {
		bottom: 35px;
	}
	.lg\:top-\[8rem\] {
		top: 8rem;
	}
	.lg\:bottom-\[4rem\] {
		bottom: 4rem;
	}
	.lg\:top-20 {
		top: 5rem;
	}
	.lg\:bottom-20 {
		bottom: 5rem;
	}
	.lg\:top-24 {
		top: 6rem;
	}
	.lg\:right-0 {
		right: 0px;
	}
	.lg\:bottom-12 {
		bottom: 3rem;
	}
	.lg\:left-1\/3 {
		left: 33.333333%;
	}
	.lg\:top-10 {
		top: 2.5rem;
	}
	.lg\:top-16 {
		top: 4rem;
	}
	.lg\:left-12 {
		left: 3rem;
	}
	.lg\:order-2 {
		order: 2;
	}
	.lg\:order-4 {
		order: 4;
	}
	.lg\:order-1 {
		order: 1;
	}
	.lg\:order-7 {
		order: 7;
	}
	.lg\:order-5 {
		order: 5;
	}
	.lg\:order-6 {
		order: 6;
	}
	.lg\:order-3 {
		order: 3;
	}
	.lg\:order-8 {
		order: 8;
	}
	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.lg\:col-start-3 {
		grid-column-start: 3;
	}
	.lg\:float-left {
		float: left;
	}
	.lg\:m-0 {
		margin: 0px;
	}
	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.lg\:mx-14 {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}
	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	.lg\:mb-8 {
		margin-bottom: 2rem;
	}
	.lg\:mt-3 {
		margin-top: 0.75rem;
	}
	.lg\:ml-0 {
		margin-left: 0px;
	}
	.lg\:mb-16 {
		margin-bottom: 4rem;
	}
	.lg\:mr-5 {
		margin-right: 1.25rem;
	}
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	.lg\:mb-12 {
		margin-bottom: 3rem;
	}
	.lg\:mt-0 {
		margin-top: 0px;
	}
	.lg\:mb-\[76px\] {
		margin-bottom: 76px;
	}
	.lg\:ml-5 {
		margin-left: 1.25rem;
	}
	.lg\:mr-4 {
		margin-right: 1rem;
	}
	.lg\:mt-16 {
		margin-top: 4rem;
	}
	.lg\:mt-4 {
		margin-top: 1rem;
	}
	.lg\:mb-4 {
		margin-bottom: 1rem;
	}
	.lg\:mt-10 {
		margin-top: 2.5rem;
	}
	.lg\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.lg\:mt-90px {
		margin-top: 5.625rem;
	}
	.lg\:mb-14 {
		margin-bottom: 3.5rem;
	}
	.lg\:mt-6 {
		margin-top: 1.5rem;
	}
	.lg\:mb-11 {
		margin-bottom: 2.75rem;
	}
	.lg\:mr-0 {
		margin-right: 0px;
	}
	.lg\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.lg\:mb-1 {
		margin-bottom: 0.25rem;
	}
	.lg\:mt-20 {
		margin-top: 5rem;
	}
	.lg\:mr-2 {
		margin-right: 0.5rem;
	}
	.lg\:mb-20 {
		margin-bottom: 5rem;
	}
	.lg\:mb-\[3\.25rem\] {
		margin-bottom: 3.25rem;
	}
	.lg\:mb-15px {
		margin-bottom: 0.938rem;
	}
	.lg\:mt-\[2\.625rem\] {
		margin-top: 2.625rem;
	}
	.lg\:ml-\[19\.375rem\] {
		margin-left: 19.375rem;
	}
	.lg\:ml-\[9\.688rem\] {
		margin-left: 9.688rem;
	}
	.lg\:mt-24 {
		margin-top: 6rem;
	}
	.lg\:-mr-20 {
		margin-right: -5rem;
	}
	.lg\:mt-12 {
		margin-top: 3rem;
	}
	.lg\:mb-60px {
		margin-bottom: 3.75rem;
	}
	.lg\:mt-13 {
		margin-top: 3.125rem;
	}
	.lg\:mb-5 {
		margin-bottom: 1.25rem;
	}
	.lg\:mt-\[-3\.813rem\] {
		margin-top: -3.813rem;
	}
	.lg\:mb-28 {
		margin-bottom: 7rem;
	}
	.lg\:mt-60px {
		margin-top: 3.75rem;
	}
	.lg\:mt-1 {
		margin-top: 0.25rem;
	}
	.lg\:ml-16 {
		margin-left: 4rem;
	}
	.lg\:mt-5 {
		margin-top: 1.25rem;
	}
	.lg\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.lg\:mr-8 {
		margin-right: 2rem;
	}
	.lg\:mt-9 {
		margin-top: 2.25rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:inline-block {
		display: inline-block;
	}
	.lg\:inline {
		display: inline;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:grid {
		display: grid;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:h-\[5\.5rem\] {
		height: 5.5rem;
	}
	.lg\:h-44px {
		height: 2.75rem;
	}
	.lg\:h-8 {
		height: 2rem;
	}
	.lg\:h-7 {
		height: 1.75rem;
	}
	.lg\:h-full {
		height: 100%;
	}
	.lg\:h-\[78px\] {
		height: 78px;
	}
	.lg\:h-11 {
		height: 2.75rem;
	}
	.lg\:h-9 {
		height: 2.25rem;
	}
	.lg\:h-52px {
		height: 3.25rem;
	}
	.lg\:h-auto {
		height: auto;
	}
	.lg\:h-1\/2 {
		height: 50%;
	}
	.lg\:h-100px {
		height: 6.25rem;
	}
	.lg\:h-screen {
		height: 100vh;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-2\/5 {
		width: 40%;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-full {
		width: 100%;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-\[400px\] {
		width: 400px;
	}
	.lg\:w-7\/12 {
		width: 58.333333%;
	}
	.lg\:w-\[calc\(200\%\+1rem\)\] {
		width: calc(200% + 1rem);
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-10\/12 {
		width: 83.333333%;
	}
	.lg\:w-\[27\.5rem\] {
		width: 27.5rem;
	}
	.lg\:w-56 {
		width: 14rem;
	}
	.lg\:w-8 {
		width: 2rem;
	}
	.lg\:w-7 {
		width: 1.75rem;
	}
	.lg\:w-\[22\.5rem\] {
		width: 22.5rem;
	}
	.lg\:w-3\/12 {
		width: 25%;
	}
	.lg\:w-3\/6 {
		width: 50%;
	}
	.lg\:w-\[664px\] {
		width: 664px;
	}
	.lg\:w-\[440px\] {
		width: 440px;
	}
	.lg\:w-8\/12 {
		width: 66.666667%;
	}
	.lg\:w-11 {
		width: 2.75rem;
	}
	.lg\:w-9 {
		width: 2.25rem;
	}
	.lg\:w-6\/12 {
		width: 50%;
	}
	.lg\:w-\[40rem\] {
		width: 40rem;
	}
	.lg\:w-100px {
		width: 6.25rem;
	}
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	.lg\:w-\[60rem\] {
		width: 60rem;
	}
	.lg\:w-max {
		width: -moz-max-content;
		width: max-content;
	}
	.lg\:w-\[18\.5rem\] {
		width: 18.5rem;
	}
	.lg\:w-4\/5 {
		width: 80%;
	}
	.lg\:w-60 {
		width: 15rem;
	}
	.lg\:w-3\/4 {
		width: 75%;
	}
	.lg\:w-\[calc\(100\%\+4rem\)\] {
		width: calc(100% + 4rem);
	}
	.lg\:w-4\/6 {
		width: 66.666667%;
	}
	.lg\:w-9\/12 {
		width: 75%;
	}
	.lg\:w-\[25rem\] {
		width: 25rem;
	}
	.lg\:w-\[55\.5rem\] {
		width: 55.5rem;
	}
	.lg\:min-w-0 {
		min-width: 0px;
	}
	.lg\:max-w-none {
		max-width: none;
	}
	.lg\:max-w-\[39\.25rem\] {
		max-width: 39.25rem;
	}
	.lg\:max-w-\[50\%\] {
		max-width: 50%;
	}
	.lg\:max-w-lg {
		max-width: 32rem;
	}
	.lg\:max-w-\[60rem\] {
		max-width: 60rem;
	}
	.lg\:max-w-\[calc\(100vw-19rem\)\] {
		max-width: calc(100vw - 19rem);
	}
	.lg\:max-w-\[47\.25rem\] {
		max-width: 47.25rem;
	}
	.lg\:flex-none {
		flex: none;
	}
	.lg\:flex-1 {
		flex: 1 1 0%;
	}
	.lg\:flex-shrink-0 {
		flex-shrink: 0;
	}
	.lg\:flex-grow {
		flex-grow: 1;
	}
	.lg\:flex-grow-0 {
		flex-grow: 0;
	}
	.lg\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: var(--tw-transform);
	}
	.lg\:translate-x-full {
		--tw-translate-x: 100%;
		transform: var(--tw-transform);
	}
	.lg\:translate-x-0 {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
	.lg\:cursor-pointer {
		cursor: pointer;
	}
	.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-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}
	.lg\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-rows-3 {
		grid-template-rows: repeat(3, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-col {
		flex-direction: column;
	}
	.lg\:flex-wrap {
		flex-wrap: wrap;
	}
	.lg\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.lg\:items-start {
		align-items: flex-start;
	}
	.lg\:items-center {
		align-items: center;
	}
	.lg\:justify-start {
		justify-content: flex-start;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:justify-center {
		justify-content: center;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-2 {
		gap: 0.5rem;
	}
	.lg\:gap-8 {
		gap: 2rem;
	}
	.lg\:gap-6 {
		gap: 1.5rem;
	}
	.lg\:gap-3 {
		gap: 0.75rem;
	}
	.lg\:gap-2\.5 {
		gap: 0.625rem;
	}
	.lg\:gap-12 {
		gap: 3rem;
	}
	.lg\:gap-\[0\.725rem\] {
		gap: 0.725rem;
	}
	.lg\:gap-y-14 {
		row-gap: 3.5rem;
	}
	.lg\:gap-x-2 {
		-moz-column-gap: 0.5rem;
		     column-gap: 0.5rem;
	}
	.lg\:gap-x-6 {
		-moz-column-gap: 1.5rem;
		     column-gap: 1.5rem;
	}
	.lg\:gap-x-5 {
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}
	.lg\:gap-x-9 {
		-moz-column-gap: 2.25rem;
		     column-gap: 2.25rem;
	}
	.lg\:gap-x-7 {
		-moz-column-gap: 1.75rem;
		     column-gap: 1.75rem;
	}
	.lg\:gap-x-20 {
		-moz-column-gap: 5rem;
		     column-gap: 5rem;
	}
	.lg\:gap-y-20 {
		row-gap: 5rem;
	}
	.lg\:gap-y-15 {
		row-gap: 3.75rem;
	}
	.lg\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}
	.lg\:gap-x-4 {
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
	}
	.lg\:gap-y-4 {
		row-gap: 1rem;
	}
	.lg\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}
	.lg\:space-x-5 &gt; :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.25rem * var(--tw-space-x-reverse));
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(2.25rem * var(--tw-space-x-reverse));
		margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:space-x-0 &gt; :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0px * var(--tw-space-x-reverse));
		margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
	}
	.lg\:overflow-hidden {
		overflow: hidden;
	}
	.lg\:overflow-visible {
		overflow: visible;
	}
	.lg\:overflow-x-hidden {
		overflow-x: hidden;
	}
	.lg\:overflow-x-scroll {
		overflow-x: scroll;
	}
	.lg\:rounded-full {
		border-radius: 9999px;
	}
	.lg\:rounded-4px {
		border-radius: 0.25rem;
	}
	.lg\:rounded-lg {
		border-radius: 0.5rem;
	}
	.lg\:rounded-b-lg {
		border-bottom-right-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	.lg\:rounded-t-none {
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
	.lg\:rounded-l-lg {
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	.lg\:border-0 {
		border-width: 0px;
	}
	.lg\:border {
		border-width: 1px;
	}
	.lg\:border-b {
		border-bottom-width: 1px;
	}
	.lg\:border-t {
		border-top-width: 1px;
	}
	.lg\:border-graphite-100 {
		--tw-border-opacity: 1;
		border-color: rgba(229, 229, 229, var(--tw-border-opacity));
	}
	.lg\:border-graphite-50 {
		--tw-border-opacity: 1;
		border-color: rgba(245, 245, 245, var(--tw-border-opacity));
	}
	.lg\:border-t-graphite-100 {
		--tw-border-opacity: 1;
		border-top-color: rgba(229, 229, 229, var(--tw-border-opacity));
	}
	.lg\:border-b-graphite-100 {
		--tw-border-opacity: 1;
		border-bottom-color: rgba(229, 229, 229, var(--tw-border-opacity));
	}
	.lg\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.lg\:bg-transparent {
		background-color: transparent;
	}
	.lg\:bg-hemlock-700 {
		--tw-bg-opacity: 1;
		background-color: rgba(120, 159, 144, var(--tw-bg-opacity));
	}
	.lg\:p-0 {
		padding: 0px;
	}
	.lg\:p-13 {
		padding: 3.125rem;
	}
	.lg\:p-12 {
		padding: 3rem;
	}
	.lg\:p-52px {
		padding: 3.25rem;
	}
	.lg\:p-8 {
		padding: 2rem;
	}
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lg\:py-9 {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}
	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.lg\:py-7 {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}
	.lg\:py-11 {
		padding-top: 2.75rem;
		padding-bottom: 2.75rem;
	}
	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:py-\[60px\] {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:px-\[1\.375rem\] {
		padding-left: 1.375rem;
		padding-right: 1.375rem;
	}
	.lg\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.lg\:py-44 {
		padding-top: 11rem;
		padding-bottom: 11rem;
	}
	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.lg\:py-14 {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	.lg\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.lg\:pb-0 {
		padding-bottom: 0px;
	}
	.lg\:pr-48 {
		padding-right: 12rem;
	}
	.lg\:pl-5 {
		padding-left: 1.25rem;
	}
	.lg\:pt-9 {
		padding-top: 2.25rem;
	}
	.lg\:pr-10 {
		padding-right: 2.5rem;
	}
	.lg\:pl-4 {
		padding-left: 1rem;
	}
	.lg\:pt-\[50px\] {
		padding-top: 50px;
	}
	.lg\:pl-24 {
		padding-left: 6rem;
	}
	.lg\:pb-16 {
		padding-bottom: 4rem;
	}
	.lg\:pl-0 {
		padding-left: 0px;
	}
	.lg\:pb-20 {
		padding-bottom: 5rem;
	}
	.lg\:pt-0 {
		padding-top: 0px;
	}
	.lg\:pb-9 {
		padding-bottom: 2.25rem;
	}
	.lg\:pt-10 {
		padding-top: 2.5rem;
	}
	.lg\:pl-10 {
		padding-left: 2.5rem;
	}
	.lg\:pr-0 {
		padding-right: 0px;
	}
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	.lg\:pt-7 {
		padding-top: 1.75rem;
	}
	.lg\:pl-3 {
		padding-left: 0.75rem;
	}
	.lg\:pb-\[14px\] {
		padding-bottom: 14px;
	}
	.lg\:pb-5 {
		padding-bottom: 1.25rem;
	}
	.lg\:pb-3\.5 {
		padding-bottom: 0.875rem;
	}
	.lg\:pb-3 {
		padding-bottom: 0.75rem;
	}
	.lg\:pl-7 {
		padding-left: 1.75rem;
	}
	.lg\:pt-\[3\.75rem\] {
		padding-top: 3.75rem;
	}
	.lg\:pb-\[4\.375rem\] {
		padding-bottom: 4.375rem;
	}
	.lg\:pr-5 {
		padding-right: 1.25rem;
	}
	.lg\:pb-\[3\.75rem\] {
		padding-bottom: 3.75rem;
	}
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	.lg\:pt-14 {
		padding-top: 3.5rem;
	}
	.lg\:pt-4 {
		padding-top: 1rem;
	}
	.lg\:pr-3 {
		padding-right: 0.75rem;
	}
	.lg\:pr-4 {
		padding-right: 1rem;
	}
	.lg\:pr-12 {
		padding-right: 3rem;
	}
	.lg\:pb-10 {
		padding-bottom: 2.5rem;
	}
	.lg\:pt-28 {
		padding-top: 7rem;
	}
	.lg\:pr-7 {
		padding-right: 1.75rem;
	}
	.lg\:pr-32 {
		padding-right: 8rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-right {
		text-align: right;
	}
	.lg\:text-lg {
		font-size: 1.125rem;
	}
	.lg\:text-base {
		font-size: 1rem;
	}
	.lg\:text-2sm {
		font-size: 0.875rem;
	}
	.lg\:text-4xl {
		font-size: 2.25rem;
	}
	.lg\:text-9xl {
		font-size: 8rem;
	}
	.lg\:text-2xl {
		font-size: 1.5rem;
	}
	.lg\:text-xl {
		font-size: 1.25rem;
	}
	.lg\:text-sm {
		font-size: 0.9375rem;
	}
	.lg\:text-3xl {
		font-size: 1.875rem;
	}
	.lg\:text-\[3\.313rem\] {
		font-size: 3.313rem;
	}
	.lg\:text-6xl {
		font-size: 3.75rem;
	}
	.lg\:text-5xl {
		font-size: 3rem;
	}
	.lg\:text-4xs {
		font-size: 0.625rem;
	}
	.lg\:text-8xl {
		font-size: 6rem;
	}
	.lg\:text-\[3\.125rem\] {
		font-size: 3.125rem;
	}
	.lg\:text-\[4\.063rem\] {
		font-size: 4.063rem;
	}
	.lg\:text-xs {
		font-size: 0.8125rem;
	}
	.lg\:font-extrabold {
		font-weight: 800;
	}
	.lg\:leading-18px {
		line-height: 1.125rem;
	}
	.lg\:leading-10 {
		line-height: 2.5rem;
	}
	.lg\:leading-4 {
		line-height: 1rem;
	}
	.lg\:leading-9 {
		line-height: 2.25rem;
	}
	.lg\:leading-7 {
		line-height: 1.75rem;
	}
	.lg\:leading-40px {
		line-height: 2.5rem;
	}
	.lg\:leading-8 {
		line-height: 2rem;
	}
	.lg\:leading-none {
		line-height: 1;
	}
	.lg\:leading-48px {
		line-height: 3rem;
	}
	.lg\:leading-38px {
		line-height: 2.375rem;
	}
	.lg\:leading-44px {
		line-height: 2.75rem;
	}
	.lg\:leading-\[128px\] {
		line-height: 128px;
	}
	.lg\:leading-6 {
		line-height: 1.5rem;
	}
	.lg\:leading-60px {
		line-height: 3.75rem;
	}
	.lg\:leading-\[3\.75rem\] {
		line-height: 3.75rem;
	}
	.lg\:leading-128px {
		line-height: 8rem;
	}
	.lg\:leading-22px {
		line-height: 1.375rem;
	}
	.lg\:tracking-\[\.36px\] {
		letter-spacing: .36px;
	}
	.lg\:tracking-\[1\.1px\] {
		letter-spacing: 1.1px;
	}
	.lg\:tracking-72 {
		letter-spacing: .45rem;
	}
	.lg\:tracking-128 {
		letter-spacing: .8rem;
	}
	.lg\:tracking-\[-\.023rem\] {
		letter-spacing: -.023rem;
	}
	.lg\:tracking-\[\.188rem\] {
		letter-spacing: .188rem;
	}
	.lg\:tracking-40 {
		letter-spacing: .25rem;
	}
	.lg\:tracking-\[-\.0225rem\] {
		letter-spacing: -.0225rem;
	}
	.lg\:tracking-\[-\.038rem\] {
		letter-spacing: -.038rem;
	}
	.lg\:tracking-48 {
		letter-spacing: .3rem;
	}
	.lg\:tracking-\[\.3rem\] {
		letter-spacing: .3rem;
	}
	.lg\:tracking-96 {
		letter-spacing: .6rem;
	}
	.lg\:tracking-\[-\.03rem\] {
		letter-spacing: -.03rem;
	}
	.lg\:tracking-\[\.45rem\] {
		letter-spacing: .45rem;
	}
	.lg\:text-graphite-700 {
		--tw-text-opacity: 1;
		color: rgba(31, 31, 31, var(--tw-text-opacity));
	}
	.lg\:no-underline {
		text-decoration: none;
	}
	.lg\:after\:bottom-auto::after {
		content: "";
		bottom: auto;
	}
	.lg\:after\:top-0::after {
		content: "";
		top: 0px;
	}
	.lg\:after\:left-auto::after {
		content: "";
		left: auto;
	}
	.lg\:after\:right-0::after {
		content: "";
		right: 0px;
	}
	.lg\:after\:w-\[146px\]::after {
		content: "";
		width: 146px;
	}
	.lg\:after\:origin-top-right::after {
		content: "";
		transform-origin: top right;
	}
	.lg\:after\:translate-x-0::after {
		content: "";
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
	.lg\:after\:-rotate-90::after {
		content: "";
		--tw-rotate: -90deg;
		transform: var(--tw-transform);
	}
	.lg\:last\:mb-0:last-child {
		margin-bottom: 0px;
	}
	.group:hover .lg\:group-hover\:visible {
		visibility: visible;
	}
}
@media (min-width: 1280px) {
	.xl\:aspect-w-1,
.xl\:aspect-w-2,
.xl\:aspect-w-3,
.xl\:aspect-w-4,
.xl\:aspect-w-5,
.xl\:aspect-w-6,
.xl\:aspect-w-7,
.xl\:aspect-w-8,
.xl\:aspect-w-9,
.xl\:aspect-w-10,
.xl\:aspect-w-11,
.xl\:aspect-w-12,
.xl\:aspect-w-13,
.xl\:aspect-w-14,
.xl\:aspect-w-15,
.xl\:aspect-w-16 {
		position: relative;
		padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
	}
	.xl\:aspect-w-1 &gt; *,
.xl\:aspect-w-2 &gt; *,
.xl\:aspect-w-3 &gt; *,
.xl\:aspect-w-4 &gt; *,
.xl\:aspect-w-5 &gt; *,
.xl\:aspect-w-6 &gt; *,
.xl\:aspect-w-7 &gt; *,
.xl\:aspect-w-8 &gt; *,
.xl\:aspect-w-9 &gt; *,
.xl\:aspect-w-10 &gt; *,
.xl\:aspect-w-11 &gt; *,
.xl\:aspect-w-12 &gt; *,
.xl\:aspect-w-13 &gt; *,
.xl\:aspect-w-14 &gt; *,
.xl\:aspect-w-15 &gt; *,
.xl\:aspect-w-16 &gt; * {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.xl\:aspect-none {
		position: static;
		padding-bottom: 0;
	}
	.xl\:aspect-none &gt; * {
		position: static;
		height: auto;
		width: auto;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
	.xl\:aspect-w-16 {
		--tw-aspect-w: 16;
	}
	.xl\:aspect-h-7 {
		--tw-aspect-h: 7;
	}
	.xl\:aspect-h-8 {
		--tw-aspect-h: 8;
	}
	.xl\:aspect-h-9 {
		--tw-aspect-h: 9;
	}
	.xl\:aspect-h-12 {
		--tw-aspect-h: 12;
	}
	.xl\:static {
		position: static;
	}
	.xl\:fixed {
		position: fixed;
	}
	.xl\:absolute {
		position: absolute;
	}
	.xl\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
	.xl\:top-3 {
		top: 0.75rem;
	}
	.xl\:top-16 {
		top: 4rem;
	}
	.xl\:right-12 {
		right: 3rem;
	}
	.xl\:top-20 {
		top: 5rem;
	}
	.xl\:left-12 {
		left: 3rem;
	}
	.xl\:top-48 {
		top: 12rem;
	}
	.xl\:\!right-14 {
		right: 3.5rem !important;
	}
	.xl\:\!top-\[3\.75rem\] {
		top: 3.75rem !important;
	}
	.xl\:left-\[-1\.5rem\] {
		left: -1.5rem;
	}
	.xl\:bottom-\[-1\.9375rem\] {
		bottom: -1.9375rem;
	}
	.xl\:left-1\/4 {
		left: 25%;
	}
	.xl\:bottom-\[-5\.3rem\] {
		bottom: -5.3rem;
	}
	.xl\:-left-10 {
		left: -2.5rem;
	}
	.xl\:z-\[999\] {
		z-index: 999;
	}
	.xl\:order-none {
		order: 0;
	}
	.xl\:col-span-7 {
		grid-column: span 7 / span 7;
	}
	.xl\:col-start-8 {
		grid-column-start: 8;
	}
	.xl\:col-start-1 {
		grid-column-start: 1;
	}
	.xl\:col-start-2 {
		grid-column-start: 2;
	}
	.xl\:col-start-5 {
		grid-column-start: 5;
	}
	.xl\:col-start-6 {
		grid-column-start: 6;
	}
	.xl\:col-end-13 {
		grid-column-end: 13;
	}
	.xl\:col-end-2 {
		grid-column-end: 2;
	}
	.xl\:col-end-4 {
		grid-column-end: 4;
	}
	.xl\:col-end-8 {
		grid-column-end: 8;
	}
	.xl\:-mx-10 {
		margin-left: -2.5rem;
		margin-right: -2.5rem;
	}
	.xl\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.xl\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.xl\:mx-16 {
		margin-left: 4rem;
		margin-right: 4rem;
	}
	.xl\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.xl\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	.xl\:mt-12 {
		margin-top: 3rem;
	}
	.xl\:mt-7 {
		margin-top: 1.75rem;
	}
	.xl\:mb-4 {
		margin-bottom: 1rem;
	}
	.xl\:mb-\[42px\] {
		margin-bottom: 42px;
	}
	.xl\:mr-3 {
		margin-right: 0.75rem;
	}
	.xl\:mb-0 {
		margin-bottom: 0px;
	}
	.xl\:mt-6 {
		margin-top: 1.5rem;
	}
	.xl\:mb-\[3\.75rem\] {
		margin-bottom: 3.75rem;
	}
	.xl\:mb-20 {
		margin-bottom: 5rem;
	}
	.xl\:mr-6 {
		margin-right: 1.5rem;
	}
	.xl\:mb-\[18px\] {
		margin-bottom: 18px;
	}
	.xl\:mb-2 {
		margin-bottom: 0.5rem;
	}
	.xl\:mt-2 {
		margin-top: 0.5rem;
	}
	.xl\:ml-auto {
		margin-left: auto;
	}
	.xl\:mb-6 {
		margin-bottom: 1.5rem;
	}
	.xl\:ml-0 {
		margin-left: 0px;
	}
	.xl\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.xl\:-mt-12 {
		margin-top: -3rem;
	}
	.xl\:mb-12 {
		margin-bottom: 3rem;
	}
	.xl\:mr-0 {
		margin-right: 0px;
	}
	.xl\:mt-0 {
		margin-top: 0px;
	}
	.xl\:mb-8 {
		margin-bottom: 2rem;
	}
	.xl\:mr-8 {
		margin-right: 2rem;
	}
	.xl\:mb-30px {
		margin-bottom: 1.875rem;
	}
	.xl\:mt-10 {
		margin-top: 2.5rem;
	}
	.xl\:-ml-8 {
		margin-left: -2rem;
	}
	.xl\:mt-\[3\.1875rem\] {
		margin-top: 3.1875rem;
	}
	.xl\:ml-\[26\.8755rem\] {
		margin-left: 26.8755rem;
	}
	.xl\:ml-\[13\.75rem\] {
		margin-left: 13.75rem;
	}
	.xl\:mt-8 {
		margin-top: 2rem;
	}
	.xl\:mb-\[8rem\] {
		margin-bottom: 8rem;
	}
	.xl\:mt-\[6\.25rem\] {
		margin-top: 6.25rem;
	}
	.xl\:mb-\[8\.75rem\] {
		margin-bottom: 8.75rem;
	}
	.xl\:-mt-20 {
		margin-top: -5rem;
	}
	.xl\:mb-36 {
		margin-bottom: 9rem;
	}
	.xl\:mb-9 {
		margin-bottom: 2.25rem;
	}
	.xl\:mb-16 {
		margin-bottom: 4rem;
	}
	.xl\:ml-\[2\.25rem\] {
		margin-left: 2.25rem;
	}
	.xl\:mt-20 {
		margin-top: 5rem;
	}
	.xl\:mt-\[-4\.875rem\] {
		margin-top: -4.875rem;
	}
	.xl\:ml-32 {
		margin-left: 8rem;
	}
	.xl\:block {
		display: block;
	}
	.xl\:inline-block {
		display: inline-block;
	}
	.xl\:inline {
		display: inline;
	}
	.xl\:flex {
		display: flex;
	}
	.xl\:grid {
		display: grid;
	}
	.xl\:hidden {
		display: none;
	}
	.xl\:h-\[76px\] {
		height: 76px;
	}
	.xl\:h-\[52px\] {
		height: 52px;
	}
	.xl\:h-7 {
		height: 1.75rem;
	}
	.xl\:h-\[72px\] {
		height: 72px;
	}
	.xl\:h-10 {
		height: 2.5rem;
	}
	.xl\:h-auto {
		height: auto;
	}
	.xl\:\!h-\[110px\] {
		height: 110px !important;
	}
	.xl\:h-\[6rem\] {
		height: 6rem;
	}
	.xl\:h-full {
		height: 100%;
	}
	.xl\:h-\[9\.5rem\] {
		height: 9.5rem;
	}
	.xl\:h-\[21rem\] {
		height: 21rem;
	}
	.xl\:max-h-\[540px\] {
		max-height: 540px;
	}
	.xl\:min-h-\[230px\] {
		min-height: 230px;
	}
	.xl\:w-\[calc\(100\%\+48px\)\] {
		width: calc(100% + 48px);
	}
	.xl\:w-\[calc\(100\%\+40px\)\] {
		width: calc(100% + 40px);
	}
	.xl\:w-\[auto\!important\] {
		width: auto !important;
	}
	.xl\:w-20 {
		width: 5rem;
	}
	.xl\:w-1\/2 {
		width: 50%;
	}
	.xl\:w-8 {
		width: 2rem;
	}
	.xl\:w-full {
		width: 100%;
	}
	.xl\:w-8\/12 {
		width: 66.666667%;
	}
	.xl\:w-1\/4 {
		width: 25%;
	}
	.xl\:w-\[1150px\] {
		width: 1150px;
	}
	.xl\:w-\[440px\] {
		width: 440px;
	}
	.xl\:w-\[52px\] {
		width: 52px;
	}
	.xl\:w-7 {
		width: 1.75rem;
	}
	.xl\:w-auto {
		width: auto;
	}
	.xl\:w-4\/6 {
		width: 66.666667%;
	}
	.xl\:w-\[72px\] {
		width: 72px;
	}
	.xl\:w-40 {
		width: 10rem;
	}
	.xl\:w-10 {
		width: 2.5rem;
	}
	.xl\:w-\[264px\] {
		width: 264px;
	}
	.xl\:w-\[calc\(100\%\+60px\)\] {
		width: calc(100% + 60px);
	}
	.xl\:w-\[710px\] {
		width: 710px;
	}
	.xl\:w-\[73\.75rem\] {
		width: 73.75rem;
	}
	.xl\:w-4\/12 {
		width: 33.333333%;
	}
	.xl\:w-\[456px\] {
		width: 456px;
	}
	.xl\:w-7\/12 {
		width: 58.333333%;
	}
	.xl\:w-6\/12 {
		width: 50%;
	}
	.xl\:w-\[75rem\] {
		width: 75rem;
	}
	.xl\:\!w-4\/12 {
		width: 33.333333% !important;
	}
	.xl\:w-\[9\.5rem\] {
		width: 9.5rem;
	}
	.xl\:w-2\/12 {
		width: 16.666667%;
	}
	.xl\:w-\[16\.5rem\] {
		width: 16.5rem;
	}
	.xl\:w-3\/12 {
		width: 25%;
	}
	.xl\:w-\[calc\(100\%\+5rem\)\] {
		width: calc(100% + 5rem);
	}
	.xl\:w-\[28\.5rem\] {
		width: 28.5rem;
	}
	.xl\:w-\[56\.5rem\] {
		width: 56.5rem;
	}
	.xl\:w-\[25rem\] {
		width: 25rem;
	}
	.xl\:w-max {
		width: -moz-max-content;
		width: max-content;
	}
	.xl\:max-w-3xl {
		max-width: 48rem;
	}
	.xl\:max-w-\[1280px\] {
		max-width: 1280px;
	}
	.xl\:max-w-none {
		max-width: none;
	}
	.xl\:max-w-\[960px\] {
		max-width: 960px;
	}
	.xl\:max-w-\[992px\] {
		max-width: 992px;
	}
	.xl\:max-w-264px {
		max-width: 16.5rem;
	}
	.xl\:max-w-368px {
		max-width: 23rem;
	}
	.xl\:max-w-\[62rem\] {
		max-width: 62rem;
	}
	.xl\:max-w-\[56\.5rem\] {
		max-width: 56.5rem;
	}
	.xl\:\!flex-auto {
		flex: 1 1 auto !important;
	}
	.xl\:flex-grow {
		flex-grow: 1;
	}
	.xl\:translate-x-full {
		--tw-translate-x: 100%;
		transform: var(--tw-transform);
	}
	.xl\:translate-x-0 {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
	.xl\:translate-x-10 {
		--tw-translate-x: 2.5rem;
		transform: var(--tw-transform);
	}
	.xl\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.xl\:grid-cols-7 {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}
	.xl\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.xl\:grid-rows-2 {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
	.xl\:flex-row {
		flex-direction: row;
	}
	.xl\:flex-col {
		flex-direction: column;
	}
	.xl\:flex-nowrap {
		flex-wrap: nowrap;
	}
	.xl\:items-center {
		align-items: center;
	}
	.xl\:items-stretch {
		align-items: stretch;
	}
	.xl\:justify-start {
		justify-content: flex-start;
	}
	.xl\:justify-end {
		justify-content: flex-end;
	}
	.xl\:justify-between {
		justify-content: space-between;
	}
	.xl\:gap-12 {
		gap: 3rem;
	}
	.xl\:gap-10 {
		gap: 2.5rem;
	}
	.xl\:gap-4 {
		gap: 1rem;
	}
	.xl\:gap-\[1\.25rem\] {
		gap: 1.25rem;
	}
	.xl\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}
	.xl\:gap-y-20 {
		row-gap: 5rem;
	}
	.xl\:gap-x-0 {
		-moz-column-gap: 0px;
		     column-gap: 0px;
	}
	.xl\:gap-y-\[2\.5rem\] {
		row-gap: 2.5rem;
	}
	.xl\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}
	.xl\:gap-y-8 {
		row-gap: 2rem;
	}
	.xl\:space-x-12 &gt; :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(3rem * var(--tw-space-x-reverse));
		margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
	}
	.xl\:self-end {
		align-self: flex-end;
	}
	.xl\:justify-self-start {
		justify-self: start;
	}
	.xl\:overflow-hidden {
		overflow: hidden;
	}
	.xl\:overflow-scroll {
		overflow: scroll;
	}
	.xl\:overflow-x-visible {
		overflow-x: visible;
	}
	.xl\:rounded-none {
		border-radius: 0px;
	}
	.xl\:border-t-0 {
		border-top-width: 0px;
	}
	.xl\:border-none {
		border-style: none;
	}
	.xl\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.xl\:p-0 {
		padding: 0px;
	}
	.xl\:p-12 {
		padding: 3rem;
	}
	.xl\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.xl\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.xl\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.xl\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.xl\:py-\[2\.5rem\] {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.xl\:px-\[1\.875rem\] {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
	.xl\:px-\[calc\(\(\(100vw-1280px\)\/2\)\+2\.5rem\)\] {
		padding-left: calc(((100vw - 1280px) / 2) + 2.5rem);
		padding-right: calc(((100vw - 1280px) / 2) + 2.5rem);
	}
	.xl\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.xl\:pb-16 {
		padding-bottom: 4rem;
	}
	.xl\:pr-10 {
		padding-right: 2.5rem;
	}
	.xl\:pr-0 {
		padding-right: 0px;
	}
	.xl\:pl-14 {
		padding-left: 3.5rem;
	}
	.xl\:pl-12 {
		padding-left: 3rem;
	}
	.xl\:pr-1 {
		padding-right: 0.25rem;
	}
	.xl\:pl-10 {
		padding-left: 2.5rem;
	}
	.xl\:pr-52 {
		padding-right: 13rem;
	}
	.xl\:pr-\[25px\] {
		padding-right: 25px;
	}
	.xl\:pl-5 {
		padding-left: 1.25rem;
	}
	.xl\:pr-14 {
		padding-right: 3.5rem;
	}
	.xl\:pr-12 {
		padding-right: 3rem;
	}
	.xl\:pr-6 {
		padding-right: 1.5rem;
	}
	.xl\:pt-\[34px\] {
		padding-top: 34px;
	}
	.xl\:pt-10 {
		padding-top: 2.5rem;
	}
	.xl\:pt-0 {
		padding-top: 0px;
	}
	.xl\:pr-\[58px\] {
		padding-right: 58px;
	}
	.xl\:pb-10 {
		padding-bottom: 2.5rem;
	}
	.xl\:pt-\[54px\] {
		padding-top: 54px;
	}
	.xl\:pt-6 {
		padding-top: 1.5rem;
	}
	.xl\:pb-8 {
		padding-bottom: 2rem;
	}
	.xl\:pt-4 {
		padding-top: 1rem;
	}
	.xl\:pb-28 {
		padding-bottom: 7rem;
	}
	.xl\:pr-\[100px\] {
		padding-right: 100px;
	}
	.xl\:pb-\[100px\] {
		padding-bottom: 100px;
	}
	.xl\:pb-30px {
		padding-bottom: 1.875rem;
	}
	.xl\:pl-8 {
		padding-left: 2rem;
	}
	.xl\:pr-8 {
		padding-right: 2rem;
	}
	.xl\:pb-20 {
		padding-bottom: 5rem;
	}
	.xl\:pt-7 {
		padding-top: 1.75rem;
	}
	.xl\:pl-\[4\.375rem\] {
		padding-left: 4.375rem;
	}
	.xl\:pb-\[9rem\] {
		padding-bottom: 9rem;
	}
	.xl\:pb-12 {
		padding-bottom: 3rem;
	}
	.xl\:pl-\[calc\(\(\(100vw-1280px\)\/2\)\+2\.5rem\)\] {
		padding-left: calc(((100vw - 1280px) / 2) + 2.5rem);
	}
	.xl\:pr-16 {
		padding-right: 4rem;
	}
	.xl\:text-left {
		text-align: left;
	}
	.xl\:text-right {
		text-align: right;
	}
	.xl\:text-3xl {
		font-size: 1.875rem;
	}
	.xl\:text-sm {
		font-size: 0.9375rem;
	}
	.xl\:text-2sm {
		font-size: 0.875rem;
	}
	.xl\:text-2xs {
		font-size: 0.75rem;
	}
	.xl\:text-4xl {
		font-size: 2.25rem;
	}
	.xl\:text-lg {
		font-size: 1.125rem;
	}
	.xl\:text-base {
		font-size: 1rem;
	}
	.xl\:text-2xl {
		font-size: 1.5rem;
	}
	.xl\:text-\[1\.875rem\] {
		font-size: 1.875rem;
	}
	.xl\:text-\[\.75rem\] {
		font-size: .75rem;
	}
	.xl\:text-\[1\.25rem\] {
		font-size: 1.25rem;
	}
	.xl\:text-5xl {
		font-size: 3rem;
	}
	.xl\:text-9xl {
		font-size: 8rem;
	}
	.xl\:leading-10 {
		line-height: 2.5rem;
	}
	.xl\:leading-34px {
		line-height: 2.125rem;
	}
	.xl\:leading-38px {
		line-height: 2.375rem;
	}
	.xl\:leading-9 {
		line-height: 2.25rem;
	}
	.xl\:leading-128px {
		line-height: 8rem;
	}
	.xl\:leading-60px {
		line-height: 3.75rem;
	}
	.xl\:tracking-\[\.8rem\] {
		letter-spacing: .8rem;
	}
	.xl\:opacity-100 {
		opacity: 1;
	}
	.xl\:hover\:border-\[\#16a34a\]:hover {
		--tw-border-opacity: 1;
		border-color: rgba(22, 163, 74, var(--tw-border-opacity));
	}
	.xl\:hover\:text-graphite-700:hover {
		--tw-text-opacity: 1;
		color: rgba(31, 31, 31, var(--tw-text-opacity));
	}
	.xl\:hover\:opacity-100:hover {
		opacity: 1;
	}
	.group:hover .xl\:group-hover\:border-\[\#16a34a\] {
		--tw-border-opacity: 1;
		border-color: rgba(22, 163, 74, var(--tw-border-opacity));
	}
	.group:hover .xl\:group-hover\:underline {
		text-decoration: underline;
	}
	.group:hover .xl\:group-hover\:opacity-100 {
		opacity: 1;
	}
}
@media (min-width: 1440px) {
	.\32xl\:h-\[335px\] {
		height: 335px;
	}
	.\32xl\:h-420px {
		height: 26.25rem;
	}
	.\32xl\:w-6\/12 {
		width: 50%;
	}
	.\32xl\:pt-11 {
		padding-top: 2.75rem;
	}
	.\32xl\:pr-\[4\.375rem\] {
		padding-right: 4.375rem;
	}
	.\32xl\:pr-16 {
		padding-right: 4rem;
	}
	@media (min-width: 1024px) {
		.\32xl\:lg\:max-w-\[calc\(100vw-25rem\)\] {
			max-width: calc(100vw - 25rem);
		}
	}
}
@media (min-width: 1920px) {
	.\33xl\:left-3 {
		left: 0.75rem;
	}
	.\33xl\:-left-12 {
		left: -3rem;
	}
	.\33xl\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.\33xl\:mx-12 {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	.\33xl\:h-460px {
		height: 28.75rem;
	}
	.\33xl\:w-full {
		width: 100%;
	}
	.\33xl\:w-8\/12 {
		width: 66.666667%;
	}
	.\33xl\:w-max {
		width: -moz-max-content;
		width: max-content;
	}
	.\33xl\:w-\[calc\(100\%\+6rem\)\] {
		width: calc(100% + 6rem);
	}
	.\33xl\:max-w-none {
		max-width: none;
	}
	.\33xl\:translate-x-0 {
		--tw-translate-x: 0px;
		transform: var(--tw-transform);
	}
	.\33xl\:bg-white {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}
	.\33xl\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.\33xl\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.\33xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.\33xl\:pl-12 {
		padding-left: 3rem;
	}
	.\33xl\:pr-0 {
		padding-right: 0px;
	}
	.\33xl\:text-center {
		text-align: center;
	}
	@media (min-width: 1024px) {
		.\33xl\:lg\:max-w-\[calc\(100vw-30rem\)\] {
			max-width: calc(100vw - 30rem);
		}
	}
}
</pre></body></html>