/* purgecss start ignore */
/* ! tailwindcss v2.2.9 | 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder, textarea:-ms-input-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:-ms-input-placeholder, textarea:-ms-input-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;
	    -ms-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;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	.container {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	.container {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	.container {
		max-width: 1110px;
	}
}
.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 > li {
	position: relative;
	counter-increment: list-counter;
	padding-left: 1.75em;
}
.prose ol > li::before {
	content: counter(list-counter) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > 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 > * {
	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 > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.btn {
	display: inline-flex;
	align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-family: "Barlow Condensed", Arial, sans-serif;
}
.btn svg {
	display: inline-flex;
}
.btn span {
            vertical-align: middle;
        }
.btn:hover, .btn:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.btn-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-primary:hover, .btn-primary:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 28, 40, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-secondary {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.btn-secondary:hover, .btn-secondary:focus {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.actions-toolbar .primary button {
	display: inline-flex;
	align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-family: "Barlow Condensed", Arial, sans-serif;
}
.actions-toolbar .primary button svg {
	display: inline-flex;
}
.actions-toolbar .primary button span {
            vertical-align: middle;
        }
.actions-toolbar .primary button:hover, .actions-toolbar .primary button:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.actions-toolbar .primary button {
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.actions-toolbar .primary button:hover, .actions-toolbar .primary button:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 28, 40, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(230, 28, 40, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#category-view-container {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.toolbar-products .modes-mode {
	height: 1.5rem;
	width: 1.5rem;
}
.toolbar-products .modes-mode span {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.toolbar-products .modes-mode.mode-grid {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
        }
.toolbar-products .modes-mode.mode-list {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
        }
body[class*='categorypath-objet-publicitaire'] .page-title {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(0, 174, 239, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
body[class*='categorypath-objet-publicitaire'] .catalog-navigation {
	--tw-border-opacity: 1;
	border-left-color: rgba(0, 174, 239, var(--tw-border-opacity));
}
body[class*='categorypath-objet-publicitaire'] .catalog-navigation .title {
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
body[class*='categorypath-textile-publicitaire'] .page-title {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(244, 123, 32, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(244, 123, 32, var(--tw-text-opacity));
}
body[class*='categorypath-textile-publicitaire'] .catalog-navigation {
	--tw-border-opacity: 1;
	border-left-color: rgba(244, 123, 32, var(--tw-border-opacity));
}
body[class*='categorypath-textile-publicitaire'] .catalog-navigation .title {
	--tw-text-opacity: 1;
	color: rgba(244, 123, 32, var(--tw-text-opacity));
}
body[class*='categorypath-imprimerie'] .page-title {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(57, 181, 74, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
body[class*='categorypath-imprimerie'] .catalog-navigation {
	--tw-border-opacity: 1;
	border-left-color: rgba(57, 181, 74, var(--tw-border-opacity));
}
body[class*='categorypath-imprimerie'] .catalog-navigation .title {
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
body[class*='categorypath-cadeaux-d-entreprise'] .page-title {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
body[class*='categorypath-cadeaux-d-entreprise'] .catalog-navigation {
	--tw-border-opacity: 1;
	border-left-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
body[class*='categorypath-cadeaux-d-entreprise'] .catalog-navigation .title {
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
.columns-wrapper .columns .main {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.price-including-tax + .price-excluding-tax {
	font-size: 1.4rem;
}
.price-including-tax + .price-excluding-tax:before {
        content: attr(data-label) ': ';
    }
.price-excluding-tax, .price-including-tax {
	display: block;
	white-space: nowrap;
}
.price-excluding-tax .price, .price-including-tax .price {
	font-weight: 300;
	line-height: 1;
}
.checkout-cart-index .page-title-wrapper {
	margin-top: 0px;
	padding: 0px;
}
.checkout-cart-index .page-title-wrapper .page-title {
	margin-top: 0px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(170, 39, 47, var(--tw-border-opacity));
	padding-bottom: 0px;
	text-align: left;
	font-size: 3.2rem;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.checkout-cart-index .table-wrapper .cart-products-toolbar > div{
            display: block;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }
#customer-login-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 810px) {
#customer-login-container {
		flex-direction: row;
	}
    }
/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/
.form-input, .form-email, .form-select, .form-multiselect, .form-textarea, [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 {
	border-radius: 0.7rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(234, 234, 234, var(--tw-border-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.6rem;
}
.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus, [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 {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, 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);
        box-shadow:none;
}
.form-input::-moz-placeholder, .form-email::-moz-placeholder, .form-select::-moz-placeholder, .form-multiselect::-moz-placeholder, .form-textarea::-moz-placeholder, [type='text']::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
}
.form-input::-moz-placeholder, .form-input:-ms-input-placeholder, .form-input::placeholder, .form-email::-moz-placeholder, .form-email:-ms-input-placeholder, .form-email::placeholder, .form-select::-moz-placeholder, .form-select:-ms-input-placeholder, .form-select::placeholder, .form-multiselect::-moz-placeholder, .form-multiselect:-ms-input-placeholder, .form-multiselect::placeholder, .form-textarea::-moz-placeholder, .form-textarea:-ms-input-placeholder, .form-textarea::placeholder, [type='text']::-moz-placeholder, [type='text']:-ms-input-placeholder, [type='text']::placeholder, [type='email']::-moz-placeholder, [type='email']:-ms-input-placeholder, [type='email']::placeholder, [type='url']::-moz-placeholder, [type='url']:-ms-input-placeholder, [type='url']::placeholder, [type='password']::-moz-placeholder, [type='password']:-ms-input-placeholder, [type='password']::placeholder, [type='number']::-moz-placeholder, [type='number']:-ms-input-placeholder, [type='number']::placeholder, [type='date']::-moz-placeholder, [type='date']:-ms-input-placeholder, [type='date']::placeholder, [type='datetime-local']::-moz-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='datetime-local']::placeholder, [type='month']::-moz-placeholder, [type='month']:-ms-input-placeholder, [type='month']::placeholder, [type='search']::-moz-placeholder, [type='search']:-ms-input-placeholder, [type='search']::placeholder, [type='tel']::-moz-placeholder, [type='tel']:-ms-input-placeholder, [type='tel']::placeholder, [type='time']::-moz-placeholder, [type='time']:-ms-input-placeholder, [type='time']::placeholder, [type='week']::-moz-placeholder, [type='week']:-ms-input-placeholder, [type='week']::placeholder, [multiple]::-moz-placeholder, [multiple]:-ms-input-placeholder, [multiple]::placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::placeholder, select::-moz-placeholder, select:-ms-input-placeholder, select::placeholder {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
}
.form-select, select {
	padding-right: 3rem;
}
select {
    background-image: url('../../frontend/Jmedia/supportpro/fr_FR/images/chevron-down-red.svg');
    background-size: 12px auto;
    background-position: right 10px center;
}
[type='checkbox'], [type='radio'] {
	height: 18px;
	width: 18px;
	border-width: 0px;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));

    outline: 1px solid #eaeaea;
    outline-offset: 3px;
}
[type='checkbox']:focus, [type='radio']:focus {
         outline: 1px solid #eaeaea;
         box-shadow: none;
         outline-offset: 3px;
     }
[type='checkbox'] {
	border-radius: 2px;
	border-radius: 2px;
}
.page.messages {
	position: -webkit-sticky;
	position: sticky;
	z-index: 20;
    top: 0px;
}
.page.messages .messages
    section#messages {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	.page.messages .messages
    section#messages {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	.page.messages .messages
    section#messages {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	.page.messages .messages
    section#messages {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	.page.messages .messages
    section#messages {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	.page.messages .messages
    section#messages {
		max-width: 1110px;
	}
}
.page.messages .messages
    section#messages {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.message {
	margin-bottom: 0.5rem;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
	padding: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-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);
}
.message.error {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.message.success {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.message.info, .message.warning, .message.notice {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.message a {
	text-decoration: underline;
}
.product-item .price-container {
	display: block;
}
.product-item .price-container .price {
	font-size: 1.8rem;
}
.product-item .price-box > .price-container.price-final_price {
	display: none;
}
.product-item .minimal-price .price-container {
	display: inline;
}
.product-item .special-price .price-container .price-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.product-item .old-price .price-container {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.product-item .old-price .price-container .price {
	font-size: 1.6rem;
	font-weight: 400;
}
.product-item-actions .btn-primary > span.glyph {
	height: 12px;
	width: 12px;
}
.product-item-actions .btn-primary > span.glyph:before {
	position: absolute;
	display: block;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.product-item-actions .btn-primary:hover > span:not(.glyph) {
	text-decoration: underline;
}
.product-item-actions .btn-primary:hover > span.glyph:before {
	margin-left: 0.5rem;
}
.am-related-box .product-item .price-box > .price-container.price-final_price {
	display: block;
}
.subcat-list-item-action .subcat-list-item-link > span.glyph {
	height: 12px;
	width: 12px;
}
.subcat-list-item-action .subcat-list-item-link > span.glyph:before {
	position: absolute;
	display: block;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.subcat-list-item-action .subcat-list-item-link:hover > span.glyph:before {
	margin-left: 0.5rem;
}
.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.8rem;
	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: 2.2rem;
	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: 1.6rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.page-bottom .upsell {
	border-top-width: 1px;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 243, 243, var(--tw-border-opacity));
	padding-top: 2rem;
	padding-bottom: 2rem;
	--tw-gradient-from: #fff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
	--tw-gradient-to: #f5f5f5;
        background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}
.page-bottom .upsell .block {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	.page-bottom .upsell .block {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	.page-bottom .upsell .block {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	.page-bottom .upsell .block {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	.page-bottom .upsell .block {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	.page-bottom .upsell .block {
		max-width: 1110px;
	}
}
.page-bottom .upsell .block .block-title {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.page-bottom .product-slider-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	.page-bottom .product-slider-container {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	.page-bottom .product-slider-container {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	.page-bottom .product-slider-container {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	.page-bottom .product-slider-container {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	.page-bottom .product-slider-container {
		max-width: 1110px;
	}
}
.grouped-items-table .line-label img {
	display: inline-block;
}
.stock-info .tooltip .text {
	display: none;
}
.stock-info:hover .tooltip .text {
	display: block;
}
.btn-cart > span.glyph-chevron-right {
	height: 12px;
	width: 12px;
}
.btn-cart > span.glyph-chevron-right:before {
	position: absolute;
	display: block;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.btn-cart:hover > span:not(.glyph) {
	text-decoration: underline;
}
.btn-cart:hover > span.glyph-chevron-right:before {
	margin-left: 0.5rem;
}
.wishlist-widget .price-box .price-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.wishlist-widget .price-box .old-price {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
.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 {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.snap::-webkit-scrollbar {
        display: none;
    }
.snap > div {
        scroll-snap-align: start;
    }
body {
    overflow-y: scroll;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.page-main {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.flex-columns-wrapper {
	display: flex;
	flex-direction: column;
}
@media (min-width: 810px) {
.flex-columns-wrapper {
		flex-direction: row;
	}
    }
.columns {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	.columns {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	.columns {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	.columns {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	.columns {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	.columns {
		max-width: 1110px;
	}
}
.columns {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
	row-gap: 1rem;
    grid-template-rows: auto minmax(0,1fr);
}
.columns .main {
	order: 2;
}
.page-main-full-width .columns {
	max-width: none;
	padding-left: 0px;
	padding-right: 0px;
}
.page-with-filter .columns .sidebar-main {
	order: 1;
}
@media (min-width: 640px) {
        .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: 810px) {
        .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: 980px) {
        .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% !important;
}
.product-image-container img {
        width: 100%;
    }
.swatch-attribute .swatch-attribute-options {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.swatch-attribute .swatch-attribute-options .swatch-option {
	margin: 0.25rem;
	display: flex;
	justify-content: center;
	border-radius: 0.125rem;
	border-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
            width: 28px;
            height:28px;
}
body {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
body.cms-index-index .columns {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
body.cms-index-index .block.widget .block-title {
	--tw-border-opacity: 1;
	border-color: rgba(0, 174, 239, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
body.cms-page-view .page-title {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	padding-bottom: 0px;
	text-align: left;
	font-size: 3.2rem;
	font-weight: 300;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
        font-family: "Barlow Condensed", Arial, sans-serif;
}
body.cms-page-view .page-title-wrapper {
	margin-top: 0px;
	padding: 0px;
}
body.cms-page-view .column.main .sidebar {
	order: -9999;
}
body.cms-page-view .column.main h2, body.cms-page-view .column.main .h2 {
	margin-bottom: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
body.cms-page-view .column.main p {
	margin-bottom: 2rem;
	font-weight: 300;
}
body.cms-page-view .column.main p strong {
	font-weight: 500;
}
body.cms-page-view .column.main ul {
	margin-bottom: 2rem;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: 300;
}
body.page-products .category-cms .block-products-list {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3.5rem;
	border-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	--tw-border-opacity: 1;
	border-color: rgba(234, 234, 234, var(--tw-border-opacity));
	--tw-gradient-from: #ffffff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
	--tw-gradient-to: #f5f5f5;
	padding-top: 2rem;
	padding-bottom: 2rem;
        background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}
body.page-products .category-cms .block-products-list .widget-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	body.page-products .category-cms .block-products-list .widget-container {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	body.page-products .category-cms .block-products-list .widget-container {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	body.page-products .category-cms .block-products-list .widget-container {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	body.page-products .category-cms .block-products-list .widget-container {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	body.page-products .category-cms .block-products-list .widget-container {
		max-width: 1110px;
	}
}
@media (min-width: 810px) {
	body.page-products .category-cms .block-products-list .widget-container {
		display: flex;
	}
}
body.page-products .category-cms .block-products-list .block-title {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	body.page-products .category-cms .block-products-list .block-title {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	body.page-products .category-cms .block-products-list .block-title {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	body.page-products .category-cms .block-products-list .block-title {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	body.page-products .category-cms .block-products-list .block-title {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	body.page-products .category-cms .block-products-list .block-title {
		max-width: 1110px;
	}
}
body.page-products .category-cms .block-products-list .block-title {
	margin-bottom: 1.5rem;
	border-width: 0px;
	padding: 0px;
	font-size: 2.8rem;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
@media (min-width: 810px) {
	body.page-products .category-cms .block-products-list .block-title {
		margin: 0px;
	}
	body.page-products .category-cms .block-products-list .block-title {
		flex: 1 1 0%;
	}
	body.page-products .category-cms .block-products-list .block-title {
		font-size: 3.6rem;
	}
	body.page-products .category-cms .block-products-list .block-title {
		line-height: 1.25;
	}
}
body.page-products .category-cms .block-products-list .block-content {
	display: contents;
}
@media (min-width: 810px) {
	body.page-products .category-cms .block-products-list .block-content {
		display: block;
	}
	body.page-products .category-cms .block-products-list .block-content {
		padding-left: 1rem;
	}
}
body.page-products .category-cms .block-products-list .block-content > div {
	gap: 0px;
}
@media (min-width: 980px) {
	body.page-products .category-cms .block-products-list .block-content > div {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
body.page-products .category-cms .block-products-list .product-item {
	flex-direction: row;
	padding: 0.5rem;
}
body.page-products .category-cms .block-products-list .product-item-photo {
                        flex: 1 75px;
                        margin: 0px;
                        width: 100%;
                        max-width: 75px;
                     }
body.page-products .category-cms .block-products-list .product-item-price {
	display: none;
}
body.page-products .category-cms .block-products-list .product-item-actions {
	margin-top: 0.5rem;
	justify-content: flex-start;
}
body.page-products .category-cms .block-products-list .product-item-actions a {
	background-color: transparent;
	padding: 0px;
	font-size: 1.6rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
	text-decoration: underline;
}
body.page-products .category-cms .block-products-list .product-item-actions a span:not(.glyph):after {
                                    content: " >";
                                 }
body.page-products .category-cms .block-products-list .product-item-actions a .glyph {
	display: none;
}
body.page-products .category-cms .block-products-list .product-info {
	flex: 1 1 0%;
	padding-left: 1rem;
}
body.page-products .category-cms .block-products-list .product-info h3 {
	margin: 0px;
	text-align: left;
	font-size: 1.8rem;
}
body.page-products .category-cms .block-products-list .product-info h3 a {
	position: relative;
	display: block;
	width: 100%;
}
body.supportpro .page-main {
            margin-bottom: 0;
        }
body.supportpro .footer-links a {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
	text-decoration: underline;
}
body.supportpro.cms-index-index .block.widget .block-title {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
#cart-drawer {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
[x-cloak] {
    display: none !important;
}
.input {
	width: auto;
	border-radius: 0.5rem;
	--tw-border-opacity: 1;
	border-color: rgba(234, 234, 234, var(--tw-border-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-size: 1.6rem;
	--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);
}
@media (min-width: 810px) {
.input {
		margin-right: 1rem;
	}
    }
@media (min-width: 980px) {
.input {
		margin-right: 0px;
	}
    }
@media (min-width: 1024px) {
.input {
		margin-right: 1rem;
	}
    }
.input: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);
         box-shadow:none;
}
.input::-moz-placeholder {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
}
.input::-moz-placeholder, .input:-ms-input-placeholder, .input::placeholder {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
}
.card {
	border-radius: 0.125rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 1rem;
	--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);
}
.card-interactive:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.navigation-desktop .menu-item a.level-0.open .glyph {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}
.navigation-desktop .menu-item-category-node-3 a.level-0 {
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(0, 174, 239, var(--tw-border-opacity));
}
.navigation-desktop .menu-item-category-node-3 a.level-0 .glyph {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 174, 239, var(--tw-bg-opacity));
}
.navigation-desktop .menu-item-category-node-3 a.level-0:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-3 a.level-1.open {
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-3 a.level-1.open .glyph {
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-3 div.level-2 .title > a {
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-164 a.level-0 {
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(244, 123, 32, var(--tw-border-opacity));
}
.navigation-desktop .menu-item-category-node-164 a.level-0 .glyph {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 123, 32, var(--tw-bg-opacity));
}
.navigation-desktop .menu-item-category-node-164 a.level-0:hover {
	--tw-text-opacity: 1;
	color: rgba(244, 123, 32, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-164 a.level-1.open {
	--tw-text-opacity: 1;
	color: rgba(244, 123, 32, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-164 a.level-1.open .glyph {
	--tw-text-opacity: 1;
	color: rgba(244, 123, 32, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-164 div.level-2 .title > a {
	--tw-text-opacity: 1;
	color: rgba(244, 123, 32, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-165 a.level-0 {
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(57, 181, 74, var(--tw-border-opacity));
}
.navigation-desktop .menu-item-category-node-165 a.level-0 .glyph {
	--tw-bg-opacity: 1;
	background-color: rgba(57, 181, 74, var(--tw-bg-opacity));
}
.navigation-desktop .menu-item-category-node-165 a.level-0:hover {
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-165 a.level-1.open {
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-165 a.level-1.open .glyph {
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-165 div.level-2 .title > a {
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-166 a.level-0 {
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-bottom-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
.navigation-desktop .menu-item-category-node-166 a.level-0 .glyph {
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
}
.navigation-desktop .menu-item-category-node-166 a.level-0:hover {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-166 a.level-1.open {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-166 a.level-1.open .glyph {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.navigation-desktop .menu-item-category-node-166 div.level-2 .title > a {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.navigation-mobile .menu-item-category-node-3 a.level-0 {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 174, 239, var(--tw-bg-opacity));
}
.navigation-mobile .menu-item-category-node-3 .title .label {
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
.navigation-mobile .menu-item-category-node-3 .submenu {
	background-color: rgba(178, 231, 250, .2);
}
.navigation-mobile .menu-item-category-node-3 .submenu .title-wrapper, .navigation-mobile .menu-item-category-node-3 .submenu a.level-1 {
	--tw-border-opacity: 1;
	border-color: rgba(0, 174, 239, var(--tw-border-opacity));
}
.navigation-mobile .menu-item-category-node-3 .submenu .level-2 .title-wrapper {
	background-color: rgba(178, 231, 250, .2);
}
.navigation-mobile .menu-item-category-node-164 a.level-0 {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 123, 32, var(--tw-bg-opacity));
}
.navigation-mobile .menu-item-category-node-164 .title .label {
	--tw-text-opacity: 1;
	color: rgba(244, 123, 32, var(--tw-text-opacity));
}
.navigation-mobile .menu-item-category-node-164 .submenu {
	background-color: rgba(248, 175, 121, .2);
}
.navigation-mobile .menu-item-category-node-164 .submenu .title-wrapper, .navigation-mobile .menu-item-category-node-164 .submenu a.level-1 {
	--tw-border-opacity: 1;
	border-color: rgba(244, 123, 32, var(--tw-border-opacity));
}
.navigation-mobile .menu-item-category-node-164 .submenu .level-2 .title-wrapper {
	background-color: rgba(248, 175, 121, .2);
}
.navigation-mobile .menu-item-category-node-165 a.level-0 {
	--tw-bg-opacity: 1;
	background-color: rgba(57, 181, 74, var(--tw-bg-opacity));
}
.navigation-mobile .menu-item-category-node-165 .title .label {
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
.navigation-mobile .menu-item-category-node-165 .submenu {
	background-color: rgba(195, 233, 200, .2);
}
.navigation-mobile .menu-item-category-node-165 .submenu .title-wrapper, .navigation-mobile .menu-item-category-node-165 .submenu a.level-1 {
	--tw-border-opacity: 1;
	border-color: rgba(57, 181, 74, var(--tw-border-opacity));
}
.navigation-mobile .menu-item-category-node-165 .submenu .level-2 .title-wrapper {
	background-color: rgba(195, 233, 200, .2);
}
.navigation-mobile .menu-item-category-node-166 a.level-0 {
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
}
.navigation-mobile .menu-item-category-node-166 .title .label {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.navigation-mobile .menu-item-category-node-166 .submenu {
	background-color: rgba(170, 39, 47, .2);
}
.navigation-mobile .menu-item-category-node-166 .submenu .title-wrapper, .navigation-mobile .menu-item-category-node-166 .submenu a.level-1 {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
.navigation-mobile .menu-item-category-node-166 .submenu .level-2 .title-wrapper {
	background-color: rgba(170, 39, 47, .2);
}
.header-content {
	position: fixed;
	left: 0px;
	width: 100%;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.header-content.scrolled {
	top: 0px !important;
}
.header-content.scrolled .header-search {
	display: none;
}
@media (min-width: 980px) {

            .header-content.scrolled .header-search {
		display: block;
	}
        }
#pre_header .separator {
	margin-left: 1rem;
	margin-right: 1rem;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
#pre_header strong {
	font-weight: 600;
}
.home-banner {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.home-banner .pagebuilder-column-line {
	flex-direction: column;
}
@media (min-width: 810px) {
	.home-banner .pagebuilder-column-line {
		flex-direction: row;
	}
}
@media (min-width: 810px) {
    .home-banner .pagebuilder-column-line .pagebuilder-column:last-child {
        margin-left: 20px;
    }
}
@media (max-width: 809px) {
    .home-banner .pagebuilder-column-line .pagebuilder-column:last-child {
        margin-top: 20px;
        margin-left: 0 !important;
    }
}
@media (max-width: 809px) {
	.home-banner .pagebuilder-column-line .pagebuilder-column {
		width: 100% !important;
	}
}
.home-banner .glider::-webkit-scrollbar {
        display: none;
    }
.home-banner .glider {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
.home-banner .glider-slide {
	margin: 0px;
}
.home-banner [data-content-type='text'] h1 {
	font-weight: 400;
}
.home-banner [data-content-type='text'] h1, .home-banner [data-content-type='text'] p {
	margin-bottom: 1.5rem;
}
.home-custom-text {
	display: none;
}
@media (min-width: 810px) {
	.home-custom-text {
		display: block;
	}
}
.univers-item-container:hover .label {
	margin-left: 3rem;
	margin-right: 3rem;
	font-weight: 400;
}
.block-products-list .item {
	min-width: 250px;scroll-snap-align: start;
}
@media (min-width: 980px) {
.block-products-list .item {
		min-width: 0px;
	}

    .block-products-list .item{scroll-snap-align: none;}
        }
.presentation {
	display: flex;
	flex-wrap: wrap;
}
.presentation-col {
	width: 100%;
	max-width: 100%;
}
.presentation-img {
	order: 9999;
	text-align: center;
}
@media (min-width: 980px) {
	.presentation-img {
		order: 0;
	}
	.presentation-img {
		width: 380px;
	}
	.presentation-img {
		max-width: 380px;
	}
}
.presentation-text {
	order: -9999;
	padding-left: 0px;
	font-weight: 300;
}
@media (min-width: 980px) {
	.presentation-text {
		order: 0;
	}
	.presentation-text {
		width: 640px;
	}
	.presentation-text {
		max-width: 640px;
	}
	.presentation-text {
		padding-left: 2.5rem;
	}
}
.presentation-text {

            background-image:url('../../frontend/Jmedia/supportpro/fr_FR/images/j.svg');
            background-position: center center;
            background-repeat: no-repeat;
      }
.presentation-text strong {
	font-weight: 500;
}
.presentation-text p {
	margin-bottom: 1.5rem;
}
.presentation-title {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
        font-family: "Barlow Condensed", Arial, sans-serif;
}
.edito [data-content-type='heading'] {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
        font-family: "Barlow Condensed", Arial, sans-serif;
}
.edito .pagebuilder-column-line {
	flex-direction: column;
	gap: 2rem;
}
@media (min-width: 810px) {
	.edito .pagebuilder-column-line {
		flex-direction: row;
	}
}
.edito [data-content-type='text'] {
	margin-bottom: 1.5rem;
}
.no-route {
	display: flex;
	justify-content: space-between;
}
@media (min-width: 810px) {
	.no-route {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
.no-route-text {
	flex: 1 1 0%;
	font-weight: 300;
}
@media (min-width: 810px) {
	.no-route-text {
		margin-right: 2.5rem;
	}
}
.no-route-text p {
	margin-bottom: 2.5rem;
}
.no-route-text p strong {
	font-weight: 500;
}
.no-route-img {
	display: none;
}
@media (min-width: 810px) {
	.no-route-img {
		display: block;
	}
}
.no-route-img-mobile {
	margin-bottom: 3.5rem;
}
@media (min-width: 810px) {
	.no-route-img-mobile {
		display: none;
	}
}
.no-route-img-mobile img {
	margin-left: auto;
	margin-right: auto;
}
.no-route-action {
	margin-top: 2.5rem;
	text-align: center;
}
@media (min-width: 810px) {
	.no-route-action {
		text-align: left;
	}
}
.no-route-action .btn {
	display: inline-flex;
}
.no-route-action .btn:after {
                 content: '\e910';
                 font-family: 'Jmedia-Glyphs' !important;
                 speak: never;
                 font-style: normal;
                 font-weight: normal;
                 font-variant: normal;
                 text-transform: none;
                 line-height: 1;

                 /* Better Font Rendering =========== */
                 -webkit-font-smoothing: antialiased;
                 -moz-osx-font-smoothing: grayscale;
                 margin-left: 0.5rem;
                 font-size: 1.2rem;
             }
.no-route .page-title {
	margin-bottom: 4rem;
	width: 100%;
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	font-size: 3.6rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
        font-family: "Barlow Condensed", Arial, sans-serif;
}
.footer-links ul > li > a:not(.link-cb):hover {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.footer-links .link-cb {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.footer-links .link-cb:hover {
	--tw-translate-y: 0.25rem;
	transform: var(--tw-transform);
                 box-shadow: 0 1px 4px rgba(0,0,0,0.31);
}
@media (max-width: 809px) {
	.footer-seo {
		display: none;
	}
}
.footer-seo .pagebuilder-column-line {
	gap: 2rem;
}
.footer-seo [data-content-type='text'] h3 {
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 500;
	text-transform: uppercase;
}
.red {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.green {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.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);
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-Light.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-LightItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-MediumItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-SemiBoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow/Barlow-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-Light.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-LightItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-MediumItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-SemiBoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Barlow Condensed';
    src: url('../../frontend/Jmedia/supportpro/fr_FR/fonts/Barlow_Condensed/BarlowCondensed-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 700;
    font-style: italic;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	line-height: 1.25;
	letter-spacing: 0em;
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
        font-family: "Barlow", Arial, sans-serif;
}
/**
 * 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'] {
	box-sizing: border-box;
}
[data-content-type='row'] > div {
	margin-bottom: 0.625rem;
	padding: 0.625rem;
}
[data-content-type='row'][data-appearance='contained'] {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	[data-content-type='row'][data-appearance='contained'] {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	[data-content-type='row'][data-appearance='contained'] {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	[data-content-type='row'][data-appearance='contained'] {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	[data-content-type='row'][data-appearance='contained'] {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	[data-content-type='row'][data-appearance='contained'] {
		max-width: 1110px;
	}
}
[data-content-type='row'][data-appearance='contained'] {
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
	box-sizing: border-box;
            background-attachment: scroll !important;
}
[data-content-type='row'][data-appearance='full-bleed'] {
        background-attachment: scroll !important;
    }
[data-content-type='row'][data-appearance='full-width'] {
        background-attachment: scroll !important;
    }
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media (min-width: 640px) {
	[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
		max-width: 640px;
	}
}
@media (min-width: 810px) {
	[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
		max-width: 810px;
	}
}
@media (min-width: 980px) {
	[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
		max-width: 980px;
	}
}
@media (min-width: 1024px) {
	[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
		max-width: 1024px;
	}
}
@media (min-width: 1110px) {
	[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
		max-width: 1110px;
	}
}
/* Column Groups */
[data-content-type='column-group'] {
	flex-wrap: wrap;
}
@media (min-width: 810px) {
	[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: 810px) {
[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: 1.4rem;
	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-flex;
	--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: inline-flex;
	align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-family: "Barlow Condensed", Arial, sans-serif;
}
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:hover, a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
a.pagebuilder-button-primary:hover, a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(230, 28, 40, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(230, 28, 40, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
	display: inline-flex;
	align-items: center;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
        font-family: "Barlow Condensed", Arial, sans-serif;
}
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:hover, a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
a.pagebuilder-button-secondary:hover, a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:focus {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, 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'] > [data-element='link'],
    [data-content-type='image'] > [data-element='link'] img {
        border-radius: inherit;
    }
[data-content-type='image'] .pagebuilder-mobile-hidden {
	display: none;
}
@media (min-width: 810px) {
	[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'] > [data-element='link'], [data-content-type='banner'] > [data-element='empty_link'] {
        color: inherit;
        text-decoration: inherit;
    }
[data-content-type='banner'] > [data-element='link']:hover, [data-content-type='banner'] > [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: 810px) {
	[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(245, 245, 245, var(--tw-bg-opacity));
	--tw-bg-opacity: 0.5;
        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'] > [data-element='link'],
    [data-content-type='slide'] > [data-element='empty_link'] {
        color: inherit;
        min-height: inherit;
        text-decoration: inherit;
    }
[data-content-type='slide'] > [data-element='link']:hover, [data-content-type='slide'] > [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'] > div,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
                [data-content-type='slide'] .pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > 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: 810px) {
	[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: 810px) {
[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
            grid-template-columns: repeat(100, calc(33% - 1rem))
    }
        }
@media (min-width: 980px) {
[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;
	    -ms-user-select: none;
	        user-select: none;
        cursor: -webkit-grab;
        cursor: grab;
}
.glider.draggable .glider-slide img {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.glider.drag {
        cursor: -webkit-grabbing;
        cursor: grabbing;
    }
.glider::-webkit-scrollbar {
	height: 0px;
	opacity: 0;
}
.glider .glider-track {
	z-index: 10;
	margin: 0px;
	display: flex;
	width: 100%;
	padding: 0px;
}
.glider-slide {
	margin: 0.5rem;
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	align-content: center;
	justify-content: center;
    min-width: 150px;
}
.glider-slide img {
	max-width: 100%;
}
.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(45, 45, 45, var(--tw-bg-opacity));
	opacity: 0.25;
}
.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;
}
/* 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;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.top-2 {
	top: 0.5rem;
}
.right-2 {
	right: 0.5rem;
}
.top-\[5px\] {
	top: 5px;
}
.right-\[10px\] {
	right: 10px;
}
.top-2\/4 {
	top: 50%;
}
.left-2\/4 {
	left: 50%;
}
.right-6 {
	right: 1.5rem;
}
.top-4 {
	top: 1rem;
}
.left-4 {
	left: 1rem;
}
.bottom-4 {
	bottom: 1rem;
}
.bottom-6 {
	bottom: 1.5rem;
}
.left-1\/2 {
	left: 50%;
}
.top-1\/2 {
	top: 50%;
}
.top-full {
	top: 100%;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.z-\[9999\] {
	z-index: 9999;
}
.z-30 {
	z-index: 30;
}
.z-0 {
	z-index: 0;
}
.z-\[111\] {
	z-index: 111;
}
.z-\[1\] {
	z-index: 1;
}
.z-20 {
	z-index: 20;
}
.order-first {
	order: -9999;
}
.order-last {
	order: 9999;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.order-5 {
	order: 5;
}
.order-4 {
	order: 4;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.float-left {
	float: left;
}
.clear-left {
	clear: left;
}
.m-2 {
	margin: 0.5rem;
}
.m-auto {
	margin: auto;
}
.m-0 {
	margin: 0px;
}
.-m-3 {
	margin: -0.75rem;
}
.-m-2 {
	margin: -0.5rem;
}
.m-1 {
	margin: 0.25rem;
}
.m-4 {
	margin: 1rem;
}
.-m-4 {
	margin: -1rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.my-16 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.mx-px {
	margin-left: 1px;
	margin-right: 1px;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.-mx-6 {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.my-12 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.-mx-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.-mx-1 {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.ml-auto {
	margin-left: auto;
}
.mt-auto {
	margin-top: auto;
}
.mt-14 {
	margin-top: 3.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mr-1 {
	margin-right: 0.25rem;
}
.ml-0 {
    margin-left: 0;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mr-4 {
	margin-right: 1rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mr-0 {
	margin-right: 0px;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-0 {
	margin-top: 0px;
}
.-mt-5 {
	margin-top: -1.25rem;
}
.-mr-4 {
	margin-right: -1rem;
}
.-ml-px {
	margin-left: -1px;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mr-auto {
	margin-right: auto;
}
.mr-1\.5 {
	margin-right: 0.375rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.ml-8 {
	margin-left: 2rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mr-9 {
	margin-right: 2.25rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.-mt-6 {
	margin-top: -1.5rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-mt-8 {
	margin-top: -2rem;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.-ml-6 {
	margin-left: -1.5rem;
}
.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;
}
.table {
	display: table;
}
.table-caption {
	display: table-caption;
}
.table-cell {
	display: table-cell;
}
.table-row {
	display: table-row;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-24 {
	height: 6rem;
}
.h-full {
	height: 100%;
}
.h-14 {
	height: 3.5rem;
}
.h-10 {
	height: 2.5rem;
}
.h-5 {
	height: 1.25rem;
}
.h-9 {
	height: 2.25rem;
}
.h-auto {
	height: auto;
}
.h-16 {
	height: 4rem;
}
.h-screen {
	height: 100vh;
}
.h-\[3\.6rem\] {
	height: 3.6rem;
}
.h-\[5rem\] {
	height: 5rem;
}
.h-\[18px\] {
	height: 18px;
}
.h-48 {
	height: 12rem;
}
.h-4 {
	height: 1rem;
}
.h-3 {
	height: 0.75rem;
}
.h-12 {
	height: 3rem;
}
.h-11 {
	height: 2.75rem;
}
.max-h-screen {
	max-height: 100vh;
}
.max-h-\[300px\] {
	max-height: 300px;
}
.max-h-screen-75 {
	max-height: 75vh;
}
.max-h-\[77px\] {
	max-height: 77px;
}
.max-h-\[83vh\] {
	max-height: 83vh;
}
.min-h-0 {
	min-height: 0px;
}
.min-h-full {
	min-height: 100%;
}
.min-h-14 {
	min-height: 3.5rem;
}
.w-full {
	width: 100%;
}
.w-6 {
	width: 1.5rem;
}
.w-\[71px\] {
	width: 71px;
}
.w-8 {
	width: 2rem;
}
.w-24 {
	width: 6rem;
}
.w-20 {
	width: 5rem;
}
.w-screen {
	width: 100vw;
}
.w-\[14px\] {
	width: 14px;
}
.w-9 {
	width: 2.25rem;
}
.w-5 {
	width: 1.25rem;
}
.w-auto {
	width: auto;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-7\/12 {
	width: 58.333333%;
}
.w-5\/12 {
	width: 41.666667%;
}
.w-1\/4 {
	width: 25%;
}
.w-3\/4 {
	width: 75%;
}
.w-12 {
	width: 3rem;
}
.w-\[3\.6rem\] {
	width: 3.6rem;
}
.w-\[105px\] {
	width: 105px;
}
.w-\[5rem\] {
	width: 5rem;
}
.w-\[130px\] {
	width: 130px;
}
.w-\[18px\] {
	width: 18px;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-1\/2 {
	width: 50%;
}
.w-56 {
	width: 14rem;
}
.w-64 {
	width: 16rem;
}
.w-10 {
	width: 2.5rem;
}
.w-4 {
	width: 1rem;
}
.w-40 {
	width: 10rem;
}
.w-0 {
	width: 0px;
}
.w-4\/12 {
	width: 33.333333%;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-32 {
	width: 8rem;
}
.w-3 {
	width: 0.75rem;
}
.w-44 {
	width: 11rem;
}
.w-60 {
	width: 15rem;
}
.w-16 {
	width: 4rem;
}
.w-11 {
	width: 2.75rem;
}
.min-w-\[145px\] {
	min-width: 145px;
}
.min-w-\[215px\] {
	min-width: 215px;
}
.min-w-20 {
	min-width: 5rem;
}
.min-w-40 {
	min-width: 10rem;
}
.min-w-48 {
	min-width: 12rem;
}
.max-w-\[1110px\] {
	max-width: 1110px;
}
.max-w-full {
	max-width: 100%;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-\[345px\] {
	max-width: 345px;
}
.max-w-\[850px\] {
	max-width: 850px;
}
.max-w-\[110px\] {
	max-width: 110px;
}
.max-w-\[40px\] {
	max-width: 40px;
}
.max-w-screen-2xl {
	max-width: 1110px;
}
.max-w-prose {
	max-width: 65ch;
}
.max-w-\[180px\] {
	max-width: 180px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-none {
	flex: none;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.table-auto {
	table-layout: auto;
}
.border-collapse {
	border-collapse: collapse;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-top-right {
	transform-origin: top right;
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	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-1 {
	--tw-translate-x: -0.25rem;
	transform: var(--tw-transform);
}
.translate-y-1\/2 {
	--tw-translate-y: 50%;
	transform: var(--tw-transform);
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.-translate-y-full {
	--tw-translate-y: -100%;
	transform: var(--tw-transform);
}
.-translate-y-8 {
	--tw-translate-y: -2rem;
	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);
}
.transform {
	transform: var(--tw-transform);
}
@-webkit-keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	-webkit-animation: spin 1s linear infinite;
	        animation: spin 1s linear infinite;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.cursor-default {
	cursor: default;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-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-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-7 {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.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-evenly {
	justify-content: space-evenly;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-7 {
	gap: 1.75rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-1\.5 {
	gap: 0.375rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-1\.5 {
	gap: 0.375rem;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-y-0 {
	row-gap: 0px;
}
.gap-x-1 {
	-moz-column-gap: 0.25rem;
	     column-gap: 0.25rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-y-16 {
	row-gap: 4rem;
}
.gap-y-1 {
	row-gap: 0.25rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-end {
	align-self: flex-end;
}
.self-center {
	align-self: center;
}
.self-stretch {
	align-self: stretch;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.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;
}
.overscroll-y-contain {
	overscroll-behavior-y: contain;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-words {
	overflow-wrap: break-word;
}
.break-all {
	word-break: break-all;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded-\[5px\] {
	border-radius: 5px;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-\[2px\] {
	border-radius: 2px;
}
.rounded-\[12px\] {
	border-radius: 12px;
}
.rounded-\[4px\] {
	border-radius: 4px;
}
.rounded-\[7px\] {
	border-radius: 7px;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-r-\[5px\] {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.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;
}
.border {
	border-width: 1px;
}
.border-0 {
	border-width: 0px;
}
.border-4 {
	border-width: 4px;
}
.border-2 {
	border-width: 2px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-t {
	border-top-width: 1px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-t-0 {
	border-top-width: 0px;
}
.border-b-0 {
	border-bottom-width: 0px;
}
.border-l {
	border-left-width: 1px;
}
.border-r-4 {
	border-right-width: 4px;
}
.border-r {
	border-right-width: 1px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-container {
	--tw-border-opacity: 1;
	border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}
.border-container-darker {
	--tw-border-opacity: 1;
	border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}
.border-jm-red {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(45, 45, 45, var(--tw-border-opacity));
}
.border-primary {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-current {
	border-color: currentColor;
}
.border-jm-grey {
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 228, var(--tw-border-opacity));
}
.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-\[\#FFD500\] {
	--tw-border-opacity: 1;
	border-color: rgba(255, 213, 0, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-container-lighter {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-green-400 {
	--tw-border-opacity: 1;
	border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.border-b-jm-red {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
.border-l-jm-red {
	--tw-border-opacity: 1;
	border-left-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
.border-b-jm-green {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(57, 181, 74, var(--tw-border-opacity));
}
.border-b-jm-blue {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(0, 174, 239, var(--tw-border-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-jm-red {
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
}
.bg-container {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.bg-jm-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 123, 32, var(--tw-bg-opacity));
}
.bg-jm-green-apple {
	--tw-bg-opacity: 1;
	background-color: rgba(130, 209, 39, var(--tw-bg-opacity));
}
.bg-jm-green-soft {
	--tw-bg-opacity: 1;
	background-color: rgba(63, 175, 108, var(--tw-bg-opacity));
}
.bg-jm-yellow-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 191, 61, var(--tw-bg-opacity));
}
.bg-jm-yellow-dark-heavy {
	--tw-bg-opacity: 1;
	background-color: rgba(211, 156, 40, var(--tw-bg-opacity));
}
.bg-container-lighter {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgba(170, 39, 47, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-black\/50 {
	background-color: rgba(0, 0, 0, 0.5);
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-\[\#ececec\] {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 236, 236, var(--tw-bg-opacity));
}
.bg-jm-grey-light {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-container-darker {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.bg-white\/60 {
	background-color: rgba(255, 255, 255, 0.6);
}
.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-white\/25 {
	background-color: rgba(255, 255, 255, 0.25);
}
.bg-yellow-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-container-lighter\/95 {
	background-color: rgba(255, 255, 255, 0.95);
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
	--tw-bg-opacity: 0.3;
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-100 {
	--tw-bg-opacity: 1;
}
.bg-opacity-95 {
	--tw-bg-opacity: 0.95;
}
.from-\[\#ffffff\] {
	--tw-gradient-from: #ffffff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.to-jm-grey-light {
	--tw-gradient-to: #f5f5f5;
}
.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-center {
	-o-object-position: center;
	   object-position: center;
}
.p-10 {
	padding: 2.5rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-3\.5 {
	padding: 0.875rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-0 {
	padding: 0px;
}
.p-8 {
	padding: 2rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-5 {
	padding: 1.25rem;
}
.p-1 {
	padding: 0.25rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-3\.5 {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.px-14 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pl-5 {
	padding-left: 1.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pr-\[50px\] {
	padding-right: 50px;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.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;
}
.text-xl {
	font-size: 2rem;
}
.text-xs {
	font-size: 1.2rem;
}
.text-sm {
	font-size: 1.4rem;
}
.text-2xl {
	font-size: 2.2rem;
}
.text-\[32px\] {
	font-size: 32px;
}
.text-lg {
	font-size: 1.8rem;
}
.text-\[27px\] {
	font-size: 27px;
}
.text-\[12px\] {
	font-size: 12px;
}
.text-3xl {
	font-size: 2.4rem;
}
.text-\[10px\] {
	font-size: 10px;
}
.text-\[30px\] {
	font-size: 30px;
}
.text-base {
	font-size: 1.6rem;
}
.text-\[3\.2rem\] {
	font-size: 3.2rem;
}
.text-\[28px\] {
	font-size: 28px;
}
.text-\[37px\] {
	font-size: 37px;
}
.text-\[39px\] {
	font-size: 39px;
}
.text-\[51px\] {
	font-size: 51px;
}
.text-\[3\.6rem\] {
	font-size: 3.6rem;
}
.text-\[3rem\] {
	font-size: 3rem;
}
.text-\[2\.6rem\] {
	font-size: 2.6rem;
}
.text-4xl {
	font-size: 2.6rem;
}
.text-\[22px\] {
	font-size: 22px;
}
.text-\[25px\] {
	font-size: 25px;
}
.text-\[1\.3rem\] {
	font-size: 1.3rem;
}
.text-\[7px\] {
	font-size: 7px;
}
.text-xxs {
	font-size: 1rem;
}
.text-\[36px\] {
	font-size: 36px;
}
.font-bold {
	font-weight: 700;
}
.font-medium {
	font-weight: 500;
}
.font-light {
	font-weight: 300;
}
.font-semibold {
	font-weight: 600;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.normal-case {
	text-transform: none;
}
.italic {
	font-style: italic;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-none {
	line-height: 1;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-normal {
	line-height: 1.5;
}
.leading-\[1\.1\] {
	line-height: 1.1;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-tight {
	line-height: 1.25;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-jm-red {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-secondary {
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, var(--tw-text-opacity));
}
.text-secondary-darker {
	color: DEFAULT;
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-jm-yellow {
	--tw-text-opacity: 1;
	color: rgba(255, 213, 0, var(--tw-text-opacity));
}
.text-jm-green {
	--tw-text-opacity: 1;
	color: rgba(57, 181, 74, var(--tw-text-opacity));
}
.text-jm-blue {
	--tw-text-opacity: 1;
	color: rgba(0, 174, 239, 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-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-primary-lighter {
	color: DEFAULT;
}
.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.line-through {
	text-decoration: line-through;
}
.no-underline {
	text-decoration: none;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.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-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-label {
	--tw-shadow: 0 1px 2px rgba(0,0,0,0.16);
	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-button {
	--tw-shadow: 0 3px 4px rgba(0,0,0,0.31);
	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);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.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-primary {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(170, 39, 47, var(--tw-ring-opacity));
}
.ring-primary\/50 {
	--tw-ring-color: rgba(170, 39, 47, 0.5);
}
.ring-primary\/75 {
	--tw-ring-color: rgba(170, 39, 47, 0.75);
}
.ring-blue-500\/50 {
	--tw-ring-color: rgba(59, 130, 246, 0.5);
}
.ring-opacity-50 {
	--tw-ring-opacity: 0.5;
}
.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-transform {
	transition-property: transform;
	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-none {
	transition-property: none;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
        display: none;
    }
.no-scrollbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
.bg-gradient-to-b {
        background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
    }
.bg-gradient {
	--tw-gradient-from: #fff;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
	--tw-gradient-to: #f5f5f5;
        background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}
.snap-start	{scroll-snap-align: start;}
.text-condensed {
        font-family: "Barlow Condensed", Arial, sans-serif;
    }
.page-footer{}
.page-header #customer-menu #customer-name{
            max-width:128px;
        }
.page-main {

}
.table-row-items > div.table-row-item {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.table-row-items > 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 {}
body.account .page-title {
	border-bottom-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
	padding-bottom: 0.5rem;
	text-align: left;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
body.account .page-title-wrapper {
	margin-top: 0px;
	margin-bottom: 3.5rem;
	padding: 0px;
}
body.account .columns .sidebar {
	order: -9999;
}
body.account .column.main a:not(.btn) {
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
	text-decoration: underline;
}
body.account .column.main .block-title {
	margin-bottom: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
body.account .column.main .block-title-wrapper {
	margin-bottom: 1.5rem;
}
body.account .column.main .block-title-wrapper .block-title {
	margin-bottom: 0px;
}
body.account .order-products-toolbar .toolbar-amount {
	display: none;
}
.account-nav ul li > a, .account-nav ul li > strong {
	display: flex;
	justify-content: space-between;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
        font-family: "Barlow Condensed", Arial, sans-serif;
}
.account-nav ul li a:hover {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.account-nav ul li strong {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.actions-toolbar {
	margin-top: 1.5rem;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(234, 234, 234, var(--tw-border-opacity));
	padding-top: 1rem;
}
.actions-toolbar a.back {
	color: DEFAULT;
	text-decoration: underline;
}
body > div > div.grecaptcha-badge {
	display: none;
	height: 0px !important;
	width: 0px !important;
}
.order-items > div:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.order-links {
	display: block;
	align-items: center;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, 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(45, 45, 45, var(--tw-text-opacity));
}
.order-links li a {
	text-decoration: underline;
}
.order-date {
	font-size: 1.4rem;
}
form .field, fieldset .field {
	margin-top: 0.25rem;
}
/* Reserve space for single line form validation messages */
form .field.field-reserved, fieldset .field.field-reserved {
	margin-bottom: 1.75rem;
}
form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type {
	margin-bottom: -1.5rem;
	padding-bottom: 0.25rem;
}
form .field.field-reserved ul, fieldset .field.field-reserved ul {
	font-size: 1.4rem;
}
form label, fieldset label {
	margin-bottom: 0.5rem;
	display: block;
	font-weight: 500;
}
form .field.choice, fieldset .field.choice {
	display: flex;
	align-items: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
form .field.choice input, fieldset .field.choice input {
	margin-right: 1rem;
}
form .field.choice label, fieldset .field.choice label {
	margin-bottom: 0px;
}
form .field.field-error .messages, fieldset .field.field-error .messages {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
form legend, fieldset legend {
	margin-bottom: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
form legend + br, fieldset legend + br {
	display: none;
}
fieldset ~ fieldset {
	margin-top: 2rem;
}
.first\:mt-0:first-child {
	margin-top: 0px;
}
.first\:ml-0:first-child {
	margin-left: 0px;
}
.last\:mb-0:last-child {
	margin-bottom: 0px;
}
.last\:mr-0:last-child {
	margin-right: 0px;
}
.last\:mb-6:last-child {
	margin-bottom: 1.5rem;
}
.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:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.even\:bg-container-darker:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 234, 234, 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-4: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(4px + 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-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-jm-red:hover {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
.hover\:border-primary:hover {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, 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-jm-orange-light:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 175, 121, var(--tw-bg-opacity));
}
.hover\:bg-jm-green-apple-light:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(139, 235, 29, var(--tw-bg-opacity));
}
.hover\:bg-jm-green-light:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(195, 233, 200, var(--tw-bg-opacity));
}
.hover\:bg-jm-yellow:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
}
.hover\:bg-container-darker:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}
.hover\:bg-jm-green-apple:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(130, 209, 39, var(--tw-bg-opacity));
}
.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-jm-red:hover {
	--tw-text-opacity: 1;
	color: rgba(170, 39, 47, var(--tw-text-opacity));
}
.hover\:text-primary-darker:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:text-secondary-darker:hover {
	color: DEFAULT;
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-red-600:hover {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-primary:hover {
	--tw-text-opacity: 1;
	color: rgba(45, 45, 45, var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, 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\: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\:not-sr-only:focus {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}
.focus\:absolute:focus {
	position: absolute;
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:z-40:focus {
	z-index: 40;
}
.focus\:z-30:focus {
	z-index: 30;
}
.focus\:border-0:focus {
	border-width: 0px;
}
.focus\:border-primary-lighter:focus {
	--tw-border-opacity: 1;
	border-color: rgba(230, 28, 40, var(--tw-border-opacity));
}
.focus\:border-primary:focus {
	--tw-border-opacity: 1;
	border-color: rgba(170, 39, 47, var(--tw-border-opacity));
}
.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\:bg-jm-orange-light:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 175, 121, var(--tw-bg-opacity));
}
.focus\:bg-jm-green-apple-light:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(139, 235, 29, var(--tw-bg-opacity));
}
.focus\:bg-jm-green-light:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(195, 233, 200, var(--tw-bg-opacity));
}
.focus\:bg-jm-yellow:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 213, 0, var(--tw-bg-opacity));
}
.focus\:bg-white:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:text-gray-600:focus {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.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\:pointer-events-none:disabled {
	pointer-events: none;
}
.disabled\:bg-gray-100:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.disabled\:opacity-75:disabled {
	opacity: 0.75;
}
@media (min-width: 640px) {
	.sm\:order-2 {
		order: 2;
	}
	.sm\:order-1 {
		order: 1;
	}
	.sm\:order-3 {
		order: 3;
	}
	.sm\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.sm\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.sm\:-mx-8 {
		margin-left: -2rem;
		margin-right: -2rem;
	}
	.sm\:mt-0 {
		margin-top: 0px;
	}
	.sm\:ml-3 {
		margin-left: 0.75rem;
	}
	.sm\:mr-8 {
		margin-right: 2rem;
	}
	.sm\:mb-0 {
		margin-bottom: 0px;
	}
	.sm\:ml-2 {
		margin-left: 0.5rem;
	}
	.sm\:ml-6 {
		margin-left: 1.5rem;
	}
	.sm\:block {
		display: block;
	}
	.sm\:flex {
		display: flex;
	}
	.sm\:w-auto {
		width: auto;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
	.sm\:w-48 {
		width: 12rem;
	}
	.sm\:w-5\/6 {
		width: 83.333333%;
	}
	.sm\:w-1\/3 {
		width: 33.333333%;
	}
	.sm\:w-20 {
		width: 5rem;
	}
	.sm\:table-fixed {
		table-layout: fixed;
	}
	.sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.sm\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.sm\:flex-row {
		flex-direction: row;
	}
	.sm\:items-start {
		align-items: flex-start;
	}
	.sm\:gap-8 {
		gap: 2rem;
	}
	.sm\:overflow-hidden {
		overflow: hidden;
	}
	.sm\:p-7 {
		padding: 1.75rem;
	}
	.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\:pb-0 {
		padding-bottom: 0px;
	}
	.sm\:text-right {
		text-align: right;
	}
	.sm\:text-base {
		font-size: 1.6rem;
	}
	.sm\:text-\[1\.9rem\] {
		font-size: 1.9rem;
	}
	.sm\:text-xl {
		font-size: 2rem;
	}
	.sm\:text-\[2\.1rem\] {
		font-size: 2.1rem;
	}
	.sm\:text-2xl {
		font-size: 2.2rem;
	}
	.sm\:text-4xl {
		font-size: 2.6rem;
	}
	.sm\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
	.sm\:text-3xl {
		font-size: 2.4rem;
	}
	.sm\:duration-700 {
		transition-duration: 700ms;
	}
}
@media (min-width: 810px) {
	.md\:order-2 {
		order: 2;
	}
	.md\:order-3 {
		order: 3;
	}
	.md\:order-last {
		order: 9999;
	}
	.md\:col-span-3 {
		grid-column: span 3 / span 3;
	}
	.md\:col-span-1 {
		grid-column: span 1 / span 1;
	}
	.md\:col-start-1 {
		grid-column-start: 1;
	}
	.md\:row-span-2 {
		grid-row: span 2 / span 2;
	}
	.md\:row-start-1 {
		grid-row-start: 1;
	}
	.md\:my-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.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\:mb-4 {
		margin-bottom: 1rem;
	}
	.md\:mt-0 {
		margin-top: 0px;
	}
	.md\:mb-0 {
		margin-bottom: 0px;
	}
	.md\:mr-5 {
		margin-right: 1.25rem;
	}
	.md\:mr-0 {
		margin-right: 0px;
	}
	.md\:ml-0 {
		margin-left: 0px;
	}
	.md\:ml-8 {
		margin-left: 2rem;
	}
	.md\:mt-5 {
		margin-top: 1.25rem;
	}
	.md\:block {
		display: block;
	}
	.md\:inline-block {
		display: inline-block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:grid {
		display: grid;
	}
	.md\:hidden {
		display: none;
	}
	.md\:h-auto {
		height: auto;
	}
	.md\:h-6 {
		height: 1.5rem;
	}
	.md\:max-h-\[80vh\] {
		max-height: 80vh;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-2\/6 {
		width: 33.333333%;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:w-full {
		width: 100%;
	}
	.md\:w-2\/3 {
		width: 66.666667%;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-6 {
		width: 1.5rem;
	}
	.md\:min-w-0 {
		min-width: 0px;
	}
	.md\:-translate-x-1\/3 {
		--tw-translate-x: -33.333333%;
		transform: var(--tw-transform);
	}
	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
		grid-template-columns: 42%_minmax(0, _1fr);
	}
	.md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
		grid-template-rows: min-content_minmax(0, _1fr);
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.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-6 {
		gap: 1.5rem;
	}
	.md\:gap-x-5 {
		-moz-column-gap: 1.25rem;
		     column-gap: 1.25rem;
	}
	.md\:overflow-x-visible {
		overflow-x: visible;
	}
	.md\:rounded-lg {
		border-radius: 0.5rem;
	}
	.md\:border-0 {
		border-width: 0px;
	}
	.md\:border-l {
		border-left-width: 1px;
	}
	.md\:border-container-darker {
		--tw-border-opacity: 1;
		border-color: rgba(234, 234, 234, var(--tw-border-opacity));
	}
	.md\:bg-transparent {
		background-color: transparent;
	}
	.md\:p-10 {
		padding: 2.5rem;
	}
	.md\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.md\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.md\:px-1 {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.md\:pt-3 {
		padding-top: 0.75rem;
	}
	.md\:pb-0 {
		padding-bottom: 0px;
	}
	.md\:pr-5 {
		padding-right: 1.25rem;
	}
	.md\:pr-4 {
		padding-right: 1rem;
	}
	.md\:pl-4 {
		padding-left: 1rem;
	}
	.md\:pt-0 {
		padding-top: 0px;
	}
	.md\:pl-16 {
		padding-left: 4rem;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:text-\[3\.2rem\] {
		font-size: 3.2rem;
	}
	.md\:text-3xl {
		font-size: 2.4rem;
	}
	.md\:text-lg {
		font-size: 1.8rem;
	}
	.md\:text-sm {
		font-size: 1.4rem;
	}

    .md\:snap-align-none{scroll-snap-align: none;}
}
@media (min-width: 980px) {
	.lg\: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;
	}
	.lg\:relative {
		position: relative;
	}
	.lg\:sticky {
		position: -webkit-sticky;
		position: sticky;
	}
	.lg\:z-100 {
		z-index: 100;
	}
	.lg\:order-2 {
		order: 2;
	}
	.lg\:order-3 {
		order: 3;
	}
	.lg\:order-1 {
		order: 1;
	}
	.lg\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.lg\:float-right {
		float: right;
	}
	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.lg\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.lg\:mb-0 {
		margin-bottom: 0px;
	}
	.lg\:ml-5 {
		margin-left: 1.25rem;
	}
	.lg\:ml-0 {
		margin-left: 0px;
	}
	.lg\:ml-2 {
		margin-left: 0.5rem;
	}
	.lg\:mb-16 {
		margin-bottom: 4rem;
	}
	.lg\:mt-3 {
		margin-top: 0.75rem;
	}
	.lg\:mt-8 {
		margin-top: 2rem;
	}
	.lg\:mr-4 {
		margin-right: 1rem;
	}
	.lg\:block {
		display: block;
	}
	.lg\:inline-block {
		display: inline-block;
	}
	.lg\:inline {
		display: inline;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:table-cell {
		display: table-cell;
	}
	.lg\:table-header-group {
		display: table-header-group;
	}
	.lg\:table-row {
		display: table-row;
	}
	.lg\:grid {
		display: grid;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:min-h-0 {
		min-height: 0px;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
	.lg\:w-2\/5 {
		width: 40%;
	}
	.lg\:w-3\/4 {
		width: 75%;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-\[400px\] {
		width: 400px;
	}
	.lg\:max-w-\[180px\] {
		max-width: 180px;
	}
	.lg\:table-auto {
		table-layout: auto;
	}
	.lg\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.lg\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:justify-start {
		justify-content: flex-start;
	}
	.lg\:justify-between {
		justify-content: space-between;
	}
	.lg\:gap-x-10 {
		-moz-column-gap: 2.5rem;
		     column-gap: 2.5rem;
	}
	.lg\:overflow-x-visible {
		overflow-x: visible;
	}
	.lg\:border-0 {
		border-width: 0px;
	}
	.lg\:px-5 {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.lg\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lg\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.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\:pr-10 {
		padding-right: 2.5rem;
	}
	.lg\:pt-0 {
		padding-top: 0px;
	}
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	.lg\:pl-24 {
		padding-left: 6rem;
	}
	.lg\:pt-2 {
		padding-top: 0.5rem;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:text-center {
		text-align: center;
	}
	.lg\:text-right {
		text-align: right;
	}
	.lg\:align-bottom {
		vertical-align: bottom;
	}
	.lg\:text-sm {
		font-size: 1.4rem;
	}
	.lg\:text-xl {
		font-size: 2rem;
	}
}
@media (min-width: 1024px) {
	.xl\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.xl\:mt-0 {
		margin-top: 0px;
	}
	.xl\:-mt-12 {
		margin-top: -3rem;
	}
	.xl\:w-1\/2 {
		width: 50%;
	}
	.xl\:w-1\/4 {
		width: 25%;
	}
	.xl\:w-1\/3 {
		width: 33.333333%;
	}
	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.xl\:border-none {
		border-style: none;
	}
	.xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media (min-width: 1110px) {
	.\32xl\:mr-6 {
		margin-right: 1.5rem;
	}
	.\32xl\:ml-12 {
		margin-left: 3rem;
	}
	.\32xl\:block {
		display: block;
	}
	.\32xl\:w-\[46rem\] {
		width: 46rem;
	}
	.\32xl\:w-\[62rem\] {
		width: 62rem;
	}
}
@media (max-width: 809px) {
	.phone\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@font-face {
  font-family: 'Jmedia-Glyphs';
  src:  url('../../frontend/Jmedia/supportpro/fr_FR/glyphs/fonts/Jmedia-Glyphs.eot?rkvael');
  src:  url('../../frontend/Jmedia/supportpro/fr_FR/glyphs/fonts/Jmedia-Glyphs.eot?rkvael#iefix') format('embedded-opentype'),
    url('../../frontend/Jmedia/supportpro/fr_FR/glyphs/fonts/Jmedia-Glyphs.woff2?rkvael') format('woff2'),
    url('../../frontend/Jmedia/supportpro/fr_FR/glyphs/fonts/Jmedia-Glyphs.ttf?rkvael') format('truetype'),
    url('../../frontend/Jmedia/supportpro/fr_FR/glyphs/fonts/Jmedia-Glyphs.woff?rkvael') format('woff'),
    url('../../frontend/Jmedia/supportpro/fr_FR/glyphs/fonts/Jmedia-Glyphs.svg?rkvael#Jmedia-Glyphs') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="glyph-"], [class*=" glyph-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Jmedia-Glyphs' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyph-sample:before {
  content: "\e91a";
}
.glyph-help:before {
  content: "\e623";
}
.glyph-shipping:before {
  content: "\e917";
}
.glyph-banktransfer:before {
  content: "\e906";
}
.glyph-bankcheck:before {
  content: "\e915";
}
.glyph-bankcard-2:before {
  content: "\e916";
}
.glyph-delete:before {
  content: "\e904";
}
.glyph-euro:before {
  content: "\e905";
}
.glyph-check:before {
  content: "\e914";
}
.glyph-star:before {
  content: "\e902";
}
.glyph-mail:before {
  content: "\e900";
}
.glyph-cellphone:before {
  content: "\e901";
}
.glyph-cart:before {
  content: "\e611";
}
.glyph-account:before {
  content: "\e907";
}
.glyph-search:before {
  content: "\e908";
}
.glyph-bankcard:before {
  content: "\e909";
}
.glyph-location:before {
  content: "\e90a";
}
.glyph-phone:before {
  content: "\e90b";
}
.glyph-email:before {
  content: "\e90c";
}
.glyph-speedometer:before {
  content: "\e90d";
}
.glyph-france:before {
  content: "\e90e";
}
.glyph-leaf:before {
  content: "\e90f";
}
.glyph-chevron-right:before {
  content: "\e910";
}
.glyph-chevron-down:before {
  content: "\e903";
}
.glyph-chevron-left:before {
  content: "\e918";
}
.glyph-chevron-up:before {
  content: "\e919";
}
.glyph-payment-secure:before {
  content: "\e911";
}
.glyph-thumb-up:before {
  content: "\e912";
}
.glyph-stopwatch:before {
  content: "\e913";
}
.glyph-private:before {
  content: "\e629";
}
.glyph-gift-registry:before {
  content: "\e62b";
}
.glyph-present:before {
  content: "\e62a";
}
.glyph-star-empty:before {
  content: "\e625";
}
.glyph-download:before {
  content: "\e626";
}
.glyph-undo:before {
  content: "\e628";
}
.glyph-print:before {
  content: "\e624";
}
.glyph-success:before {
  content: "\e60e";
}
.glyph-error:before {
  content: "\e61f";
}
.glyph-edit:before {
  content: "\e601";
}
.glyph-wishlist-full:before {
  content: "\e600";
}
.glyph-warning:before {
  content: "\e602";
}
.glyph-update:before {
  content: "\e603";
}
.glyph-trash:before {
  content: "\e604";
}
.glyph-settings:before {
  content: "\e606";
}
.glyph-pointer-down:before {
  content: "\e607";
}
.glyph-next:before {
  content: "\e608";
}
.glyph-menu:before {
  content: "\e609";
}
.glyph-list:before {
  content: "\e60b";
}
.glyph-info:before {
  content: "\e60c";
}
.glyph-grid:before {
  content: "\e60d";
}
.glyph-minus:before {
  content: "\e60f";
}
.glyph-checkmark:before {
  content: "\e610";
}
.glyph-calendar:before {
  content: "\e612";
}
.glyph-arrow-up:before {
  content: "\e613";
}
.glyph-arrow-down:before {
  content: "\e614";
}
.glyph-remove:before {
  content: "\e616";
}
.glyph-prev:before {
  content: "\e617";
}
.glyph-pointer-up:before {
  content: "\e618";
}
.glyph-pointer-right:before {
  content: "\e619";
}
.glyph-pointer-left:before {
  content: "\e61a";
}
.glyph-flag:before {
  content: "\e61b";
}
.glyph-expand:before {
  content: "\e61c";
}
.glyph-envelope:before {
  content: "\e61d";
}
.glyph-compare-full:before {
  content: "\e61e";
}
.glyph-comment:before {
  content: "\e620";
}
.glyph-up:before {
  content: "\e621";
}
.glyph-down:before {
  content: "\e622";
}
.mollie-buttons{margin-top:10%;text-align:center;opacity:0;animation:fadeIn 1s;animation-delay:1s;animation-fill-mode:forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.mollie-buttons .button{display:inline-block;margin:20px;max-width:100%;padding:0 16px;border:0;box-shadow:0 1px 2px 0 rgba(0,0,0,0.19);border-radius:6px;background-color:#0095FF;color:#FFF;font-size:1.8rem;font-weight:700;line-height:4.4rem;text-align:center;text-decoration:none;outline:none;overflow:hidden;text-overflow:ellipsis;-webkit-transition:background .15s;transition:background .15s;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mollie-buttons{opacity:0;-webkit-transition:opacity 2s ease-in;-moz-transition:opacity 2s ease-in;-ms-transition:opacity 2s ease-in;-o-transition:opacity 2s ease-in;transition:opacity 2s ease-in}.mollie-buttons .button:hover{background-color:#0077CB}.mollie-loading .redirect-block{padding:10%;text-align:center}.checkout-payment-method #mollie_methods_ideal-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_ideal-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_kbc-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_kbc-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_giftcard-form .label{height:40px;display:inline-block}.checkout-payment-method #mollie_methods_giftcard-form .payment-icon{width:35px;max-height:30px}.mollie-payment-icon{width:25px;margin-right:5px;vertical-align:middle}.mollie-loading .loader{border:16px solid #e3f0fa;border-top:16px solid #31a8f0;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;margin-left:auto;margin-right:auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.mollie-component{width:90%;height:20px;background-color:#FFF;padding:10px 15px;border-radius:6px;color:#222;transition:all .05s ease;box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1),0px 1px 3px 0px rgba(0,0,0,0.1),0px 0px 0px 1px rgba(0,0,0,0.05);margin-bottom:10px;margin-top:5px}.mollie-component.is-invalid{background-color:#FFF0F0;box-shadow:0px 1px 1px 0px rgba(255,51,68,0.1),0px 1px 3px 0px rgba(255,51,68,0.1)}.payment-method-content .card-container{max-width:400px;overflow:auto;background-color:#FFF;border-radius:10px;border:1px solid rgba(0,0,0,0.1);display:block;padding:20px;margin-bottom:10px}.component-error{color:#FF0000;display:none;margin-bottom:10px}/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}