@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
/* The above import directives are aggregated from content. */
/* purgecss start ignore */

/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[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;
  --tw-shadow: 0 0 #0000;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

@font-face {
  font-family: 'MontserratAlternates';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat_Alternates/MontserratAlternates-Regular.woff') format('woff'),
        url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'MontserratAlternates';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat_Alternates/MontserratAlternates-Medium.woff') format('woff'),
        url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat_Alternates/MontserratAlternates-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'MontserratAlternates';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat_Alternates/MontserratAlternates-SemiBold.woff') format('woff'),
        url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat_Alternates/MontserratAlternates-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'MontserratAlternates';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat_Alternates/MontserratAlternates-Bold.woff') format('woff'),
        url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat_Alternates/MontserratAlternates-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
        url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
        url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 390px) {
  .container {
    max-width: 390px;
  }
}

@media (min-width: 425px) {
  .container {
    max-width: 425px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -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;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-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;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,.form-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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-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");
}

@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-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");
}

@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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 :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.swatch-attribute-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.swatch-option {
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-width: 40px;
}

.btn {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-color: rgb(21 47 64 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 169 191 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

.btn-size-lg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .actions-toolbar .primary button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .actions-toolbar .primary button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.actions-toolbar .primary button svg {
  display: inline-flex;
}

.actions-toolbar .primary button span {
  vertical-align: middle;
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-color: rgb(21 47 64 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 169 191 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*
Use the following selector to extend the toolbar modes switcher with your own icon,
also replace `custom` with your own mode name.

.modes-mode.mode-custom {}
*/

.page-products.page-layout-2columns-left .columns {
  display: flex;
  max-width: none;
  flex-direction: column;
}

@media (min-width: 768px) {
  .category-seo-bottom .overview-content {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.category-seo-bottom .overview-content > h2:first-child {
  visibility: visible;
  grid-column: span 3 / span 3;
  grid-row: span 9999 / span 1;
  margin-bottom: 1.5rem;
  height: auto;
  flex-shrink: 0;
  font-size: 1.375rem;
  opacity: 1;
}

@media (min-width: 768px) {
  .category-seo-bottom .overview-content > h2:first-child {
    padding-right: 10%;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.category-seo-bottom .overview-content > p:first-child {
  visibility: visible;
  margin-bottom: 1rem;
  height: auto;
  opacity: 1;
}

.category-seo-bottom .overview-content > * {
  visibility: hidden;
  grid-column: span 9 / span 9;
  margin-bottom: 0px;
  height: 0px;
  text-align: left !important;
  line-height: 1.5;
  opacity: 0;
}

@media (min-width: 1024px) {
  .category-seo-bottom .overview-content > * {
    visibility: visible;
    margin-bottom: 1rem;
    height: auto;
    opacity: 1;
  }
}

.category-seo-bottom .overview-content > *:nth-child(2),
            .category-seo-bottom .overview-content > *:nth-child(3),
            .category-seo-bottom .overview-content > *:nth-child(4) {
  visibility: visible;
  margin-bottom: 1rem;
  height: auto;
  opacity: 1;
}

.category-seo-bottom .overview-content > * a {
  text-decoration-line: underline;
}

.category-seo-bottom .overview-content > * a:hover {
  text-decoration-line: none;
}

.category-seo-bottom .overview-content h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.category-seo-bottom .overview-content h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.category-seo-bottom .overview-content p {
  font-size: var(--typo-cus-4xs);
}

@media (min-width: 1024px) {
  .category-seo-bottom .overview-content p {
    font-size: var(--typo-cus-3xs);
  }
}

.category-seo-bottom .overview-content ul {
  margin-left: 1rem;
  list-style-type: disc;
  font-size: var(--typo-cus-4xs);
}

@media (min-width: 1024px) {
  .category-seo-bottom .overview-content ul {
    margin-left: 1.25rem;
    font-size: var(--typo-cus-3xs);
  }
}

.category-seo-bottom .more-less-container {
  margin-bottom: 1rem;
  font-size: var(--typo-cus-3xs);
}

@media (min-width: 1024px) {
  .category-seo-bottom .more-less-container {
    display: none;
  }
}

.category-seo-bottom a.more {
  display: none;
}

.category-seo-bottom.active .overview-content > * {
  visibility: visible;
  margin-bottom: 1rem;
  height: auto;
  opacity: 1;
}

.products.wrapper .promo-campaign {
  grid-column: span 2 / span 2;
}

@media (min-width: 640px) {
  .products.wrapper .promo-campaign {
    grid-column: span 1 / span 1;
  }
}

.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ': ';
}

.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price {
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax {
  display: block;
}

[data-content-type$='block'] .price-excluding-tax p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.price-container.price-tier_price {
  display: flex;
  gap: 0.25rem;
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}

.price-container.price-tier_price > .price-including-tax + .price-excluding-tax:after {
  content: ')';
}

/* Keep file for backwards compatibility */

.minicart-item-options div + div {
  position: relative;
}

.minicart-item-options div + div:before {
  position: absolute;
  left: -1.25rem;
  top: 0.5rem;
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .minicart-item-options div + div p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.minicart-item-options div + div:before {
  content: '';
}

.minicart-buttons > div {
  width: 50%;
}

.minicart-buttons > div a {
  width: 100%;
  text-align: center;
}

.minicart-buttons > div a div {
  width: 100%;
}

.payment-icons-wrapper {
  display: flex;
  justify-content: center;
}

.payment-icons-wrapper img {
  width: 100%;
  max-width: 250px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

body.catalog-product-view .swiper-cross-sell-products .swiper-slide, body:not(.catalog-product-view) .swiper-cross-sell-products .swiper-slide {
  width: 230px;
}

body.catalog-product-view .swiper-cross-sell-products .swiper-slide .price-box .normal-price .price, body:not(.catalog-product-view) .swiper-cross-sell-products .swiper-slide .price-box .normal-price .price {
  font-size: var(--typo-cus-3xs);
}

body.catalog-product-view #cart-drawer .swiper-slide .price-box .price-infos, body:not(.catalog-product-view) #cart-drawer .swiper-slide .price-box .price-infos {
  line-height: 1rem;
}

body.catalog-product-view #cart-drawer .swiper-slide .price-box .special-price .price, body:not(.catalog-product-view) #cart-drawer .swiper-slide .price-box .special-price .price {
  font-size: var(--typo-cus-sm);
}

body.catalog-product-view #cart-drawer .swiper-slide .price-box .old-price .price, body:not(.catalog-product-view) #cart-drawer .swiper-slide .price-box .old-price .price {
  font-weight: 500;
}

.checkout-cart-index .checkout-progress-bar, .hyva_checkout-index-index .checkout-progress-bar {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 600px;
  justify-content: center;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 56rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Individual item */

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item:hover .opc-step-cart, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item:hover .opc-step-cart {
  cursor: pointer;
  text-decoration-line: underline;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item:not(:last-child):not(.active), .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item:not(:last-child):not(.active) {
  cursor: pointer;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child.active, .checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-shipping.active, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child.active, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-shipping.active {
  cursor: pointer;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child.active:hover .opc-step-cart, .checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child.active:hover .opc-step-shipping, .checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-shipping.active:hover .opc-step-cart, .checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-shipping.active:hover .opc-step-shipping, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child.active:hover .opc-step-cart, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child.active:hover .opc-step-shipping, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-shipping.active:hover .opc-step-cart, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-shipping.active:hover .opc-step-shipping {
  cursor: pointer;
  text-decoration-line: underline;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child:not(.active) + .opc-step-li-shipping:not(.active), .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child:not(.active) + .opc-step-li-shipping:not(.active) {
  cursor: pointer;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child:not(.active) + .opc-step-li-shipping:not(.active):hover .opc-step-shipping, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:first-child:not(.active) + .opc-step-li-shipping:not(.active):hover .opc-step-shipping {
  cursor: pointer;
  text-decoration-line: underline;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item#progress-bar-cart-step-link:first-child.active ~ li, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item#progress-bar-cart-step-link:first-child.active ~ li {
  cursor: auto;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item#progress-bar-cart-step-link:first-child.active ~ li:hover, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item#progress-bar-cart-step-link:first-child.active ~ li:hover {
  text-decoration-line: none;
}

/* Connectivity line between steps */

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item:not(:last-child)::after, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: calc(50% + 16px);
  z-index: 0;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

/* circle */

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item {
  font-size: var(--typo-cus-4xs);
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item:before, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item:before {
  content: '';
  z-index: 10;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 700;
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:before, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-cart:before {
  content: '1';
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-shipping:before, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-shipping:before {
  content: '2';
}

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-payment:before, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.opc-step-li-payment:before {
  content: '3';
}

/* Active step */

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item.active::before, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item.active::before {
  --tw-bg-opacity: 1;
  background-color: rgb(249 186 61 / var(--tw-bg-opacity));
}

/* Preview steps */

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item:not(.active)::before, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item:not(.active)::before {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 47 64 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Step text */

.checkout-cart-index .checkout-progress-bar .opc-progress-bar-item span, .hyva_checkout-index-index .checkout-progress-bar .opc-progress-bar-item span {
  margin-top: 0.5rem;
  font-size: var(--typo-cus-4xs);
  font-weight: 700;
}

.checkout-cart-index .wrapper-header-cart, .hyva_checkout-index-index .wrapper-header-cart {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
  padding: 1rem;
}

@media (min-width: 1280px) {
  .checkout-cart-index .wrapper-header-cart, .hyva_checkout-index-index .wrapper-header-cart {
    flex-wrap: nowrap;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.checkout-cart-index .wrapper-header-cart .logo-cart, .hyva_checkout-index-index .wrapper-header-cart .logo-cart {
  order: 1;
}

.checkout-cart-index .wrapper-header-cart .button-return, .hyva_checkout-index-index .wrapper-header-cart .button-return {
  order: 2;
  display: flex;
  width: 50%;
  justify-content: flex-end;
}

@media (min-width: 1280px) {
  .checkout-cart-index .wrapper-header-cart .button-return, .hyva_checkout-index-index .wrapper-header-cart .button-return {
    order: 3;
    width: 240px;
  }
}

.checkout-cart-index .wrapper-header-cart .checkout-progress-bar, .hyva_checkout-index-index .wrapper-header-cart .checkout-progress-bar {
  order: 3;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1280px) {
  .checkout-cart-index .wrapper-header-cart .checkout-progress-bar, .hyva_checkout-index-index .wrapper-header-cart .checkout-progress-bar {
    order: 2;
  }
}

.checkout-cart-index .cart-summary, .hyva_checkout-index-index .cart-summary {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  .checkout-cart-index .cart-summary, .hyva_checkout-index-index .cart-summary {
    padding: 2rem;
  }
}

.checkout-cart-index .cart-summary, .hyva_checkout-index-index .cart-summary {
  order: unset;
}

.checkout-cart-index .cart-summary .checkout-methods-items, .hyva_checkout-index-index .cart-summary .checkout-methods-items {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .checkout-cart-index .cart-summary .checkout-methods-items, .hyva_checkout-index-index .cart-summary .checkout-methods-items {
    padding: 0px;
  }
}

.checkout-cart-index .cart-summary #checkout-link-button a, .hyva_checkout-index-index .cart-summary #checkout-link-button a {
  width: 100%;
  justify-content: center;
}

.checkout-cart-index .cart-summary .cart-totals > div > div > div:first-child, .hyva_checkout-index-index .cart-summary .cart-totals > div > div > div:first-child {
  font-size: var(--typo-cus-4xs);
}

.checkout-cart-index .cart-summary .cart-totals > div > div > div:last-child, .hyva_checkout-index-index .cart-summary .cart-totals > div > div > div:last-child {
  font-size: var(--typo-cus-2xs);
  font-weight: 700;
}

@media (min-width: 1024px) {
  .checkout-cart-index .cart-summary .cart-totals > div > div > div:last-child, .hyva_checkout-index-index .cart-summary .cart-totals > div > div > div:last-child {
    font-size: var(--typo-cus-4xs);
  }
}

.checkout-cart-index #block-summary .field.note, .hyva_checkout-index-index #block-summary .field.note {
  font-size: var(--typo-cus-4xs);
}

.checkout-cart-index #block-summary select, .checkout-cart-index #block-summary input:not([type='radio']):not([type='checkbox']), .hyva_checkout-index-index #block-summary select, .hyva_checkout-index-index #block-summary input:not([type='radio']):not([type='checkbox']) {
  height: 51px;
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checkout-cart-index #block-summary .field, .hyva_checkout-index-index #block-summary .field {
  margin-top: 0.5rem;
}

.checkout-cart-index #block-summary .field .label, .hyva_checkout-index-index #block-summary .field .label {
  display: grid;
  gap: 0.5rem;
  font-size: var(--typo-cus-4xs);
  font-weight: 700;
}

.checkout-cart-index #block-summary .field .label select, .checkout-cart-index #block-summary .field .label input, .checkout-cart-index #block-summary .field .label div, .hyva_checkout-index-index #block-summary .field .label select, .hyva_checkout-index-index #block-summary .field .label input, .hyva_checkout-index-index #block-summary .field .label div {
  font-weight: 400;
}

.checkout-cart-index #block-summary input + span, .hyva_checkout-index-index #block-summary input + span {
  font-size: var(--typo-cus-4xs);
}

.checkout-cart-index #block-summary input + span + div, .hyva_checkout-index-index #block-summary input + span + div {
  font-size: var(--typo-cus-4xs);
}

.checkout-cart-index .newsletter-block, .checkout-cart-index .seo-footer-text, .hyva_checkout-index-index .newsletter-block, .hyva_checkout-index-index .seo-footer-text {
  display: none;
}

/* Cart page product */

/* remove this style when finish cart product styles */

.checkout-cart-index .total .price-excluding-tax .price, .checkout-cart-index .total .price-including-tax .price {
  font-weight: 600;
}

.checkout-cart-index .price-excluding-tax .final-price .price, .checkout-cart-index .price-including-tax .final-price .price {
  font-weight: 600;
}

.checkout-cart-index .price-excluding-tax .price, .checkout-cart-index .price-including-tax .price {
  font-weight: 500;
}

.checkout-cart-index .header {
  display: none;
}

.checkout-cart-index .cart .price-including-tax {
  width: 100%;
  flex-wrap: wrap;
}

.checkout-cart-index .cart.table-wrapper #shopping-cart-table {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.checkout-cart-index .cart.table-wrapper .photo {
  border-radius: 0.5rem;
}

@media (min-width: 1024px) {
  .checkout-cart-index .cart.table-wrapper .photo {
    height: 140px;
    width: 140px;
  }
}

.checkout-cart-index .item-options div + div {
  position: relative;
}

.checkout-cart-index .item-options div + div:before {
  position: absolute;
  left: -0.75rem;
  top: 0.5rem;
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .checkout-cart-index .item-options div + div p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.checkout-cart-index .item-options div + div:before {
  content: '';
}

.payment-summary img {
  width: 100%;
}

#customer-login-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.account {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity));
}

.account a:focus-visible {
  outline-width: 0px;
}

.account .page-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
}

.account .page.messages {
  width: 100%;
}

.account .page-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.account .columns {
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 640px) {
  .account .columns {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .account .columns {
    max-width: 72rem;
  }
}

.account .columns .column {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .account .columns .column {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.account .columns .nav.items .nav.item {
  display: flex;
  height: 34px;
  min-height: 34px;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 47 64 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.account .columns .field label {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.account .columns input {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.account .columns input:focus {
  box-shadow: none;
}

.account .columns .box-content address {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.5rem;
}

.account .columns .form-input, .account .columns .form-select {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.account .columns .final-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  min-height: 44px;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --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);
  --tw-ring-color: rgb(21 47 64 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

body #maincontent input[type='radio'], body #maincontent input[type='checkbox'] {
  height: 1.5rem;
  width: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
  background-image: none;
}

body #maincontent input[type='radio']:focus, body #maincontent input[type='checkbox']:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

body #maincontent input[type='radio']:checked, body #maincontent input[type='checkbox']:checked {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(66 215 190 / var(--tw-bg-opacity));
  background-image: none;
}

body #maincontent input[type='radio']:checked:focus, body #maincontent input[type='checkbox']:checked:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

body #maincontent input[type='radio']:checked:before, body #maincontent input[type='checkbox']:checked:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CiAgICAuc3QweyBmaWxsOiMxNTJGNDA7IH0KICA8L3N0eWxlPgogIDxnPgogICAgPHBhdGggY2xhc3M9InN0MCIgZD0iTTkuMzAyLDIwLjEwOWwtNy41MzEtNy41MzFjLTAuNzUzLTAuNzUzLTAuNzUzLTEuOTczLDAtMi43MjZzMS45NzMtMC43NTMsMi43MjYsMGw0LjgwNiw0LjgwNgogICAgTDE5LjUwMyw0LjQ1NmMwLjc1My0wLjc1MywxLjk3My0wLjc1MywyLjcyNiwwczAuNzUzLDEuOTczLDAsMi43MjZMOS4zMDIsMjAuMTA5eiIvPgogIDwvZz4KPC9zdmc+");
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

body #maincontent input[type='checkbox'] {
  border-radius: 0.25rem;
}

.page.messages {
  top: 0px;
  z-index: 20;
}

.page.messages .messages {
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .page.messages .messages {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.page.messages .messages section#messages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 390px) {
  .page.messages .messages section#messages {
    max-width: 390px;
  }
}

@media (min-width: 425px) {
  .page.messages .messages section#messages {
    max-width: 425px;
  }
}

@media (min-width: 640px) {
  .page.messages .messages section#messages {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .page.messages .messages section#messages {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages section#messages {
    max-width: 1024px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1280px) {
  .page.messages .messages section#messages {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .page.messages .messages section#messages {
    max-width: 1536px;
  }
}

.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;
  gap: 0.5rem;
  padding: 0.5rem;
}

.message button {
  margin-left: auto;
}

.message:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.message.error {
  background: #f9e6e5;
  color: #b3060f;
}

.message.error:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQjMwNjBGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLjk5NywyLjQ5MUwxLjEzMywyMS41MDloMjEuNzM0TDExLjk5NywyLjQ5MXogTTEzLjMyMiw3Ljg0N3YyLjc3NGwtMC43MDgsNS40NTdoLTEuMTQ5bC0wLjc2Ni01LjQ1NwoJbC0wLjA0Mi0yLjc3NEMxMC42NTcsNy44NDcsMTMuMzIyLDcuODQ3LDEzLjMyMiw3Ljg0N3ogTTEwLjY0NiwyMC4xNDV2LTIuNzIyaDIuNzI4djIuNzIxTDEwLjY0NiwyMC4xNDVMMTAuNjQ2LDIwLjE0NXoiLz4KPC9zdmc+Cg==");
}

.message.success {
  background: #e5f0e5;
  color: #1e622a;
}

.message.success:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUU2MjJBO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLjcyNSwzLjE1NWMtNi4yMzgsMy44MjQtMTAuNzYzLDguNjQ3LTEyLjc5NywxMS4wNjhsLTQuOTc5LTMuOTAxbC0yLjIsMS43NzRsOC42MDUsOC43NDkKCUMxMS44MzUsMTcuMDUyLDE2LjUyNiw5LjY0LDIyLjI1LDQuMzcyTDIxLjcyNSwzLjE1NUwyMS43MjUsMy4xNTV6Ii8+Cjwvc3ZnPgo=");
}

.message.info,
    .message.notice {
  background: #e5eff9;
  color: #1e4a74;
}

.message.info:before, .message.notice:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMUU0QTc0O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjQ3MiwxNi43NDhjLTAuNDE3LDAtMi4wNTgsMi41MzQtMi45NTEsMi41MzRjLTAuMjM5LDAtMC4zNTYtMC4yMS0wLjM1Ni0wLjQxNwoJYzAtMC40NzgsMC4zMjctMS4yMjMsMC41MDUtMS42N2wyLjE0My01LjgwNmMxLjA3NS0yLjg5LTAuMjk3LTMuNjY0LTEuNTc3LTMuNjY0Yy0xLjcyOCwwLTMuMjc2LDAuODY0LTQuNDY4LDEuOTk2CglDOC4zOCwxMC4xMDksNy4wNywxMS4zNTgsNy4wNywxMS44OTZjMCwwLjE3OCwwLjE3OCwwLjM4OCwwLjM4OCwwLjM4OGMwLjUzNCwwLDEuOTY1LTIuNTkyLDMuMDY3LTIuNTkyCgljMC4yMzksMCwwLjUwNywwLjI2OCwwLjI5OCwwLjgwM0w4LjczOSwxNS43NGMtMC4yMSwwLjUwNS0xLjIyMywyLjk0OC0xLjIyMyw0LjM3OGMwLDEuMTMyLDAuNzQ1LDEuNjM3LDEuODE4LDEuNjM3CgljMy4wMDksMCw2LjQ5Mi0zLjY5Miw2LjQ5Mi00LjU1N2MtMC4wMDEtMC4yNjgtMC4yMDctMC40NDctMC4zNTUtMC40NDdMMTUuNDcyLDE2Ljc0OHogTTE0Ljg3NCwyLjI0NwoJYy0xLjMxLDAtMi40NDMsMS4wNzEtMi40NDMsMi4zODJjMCwxLjIyMSwwLjgwNSwyLjAyNiwyLjAyOCwyLjAyNmMxLjMzNiwwLDIuNDctMS4wMTMsMi40Ny0yLjM4NAoJQzE2LjkyOSwzLjA1LDE2LjA2NywyLjI0NywxNC44NzQsMi4yNDd6Ii8+Cjwvc3ZnPgo=");
}

.message.warning {
  background: #fcf0d4;
  color: #c27a00;
}

.message.warning:before {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQzI3QTAwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLjk5NywyLjQ5MUwxLjEzMywyMS41MDloMjEuNzM0TDExLjk5NywyLjQ5MXogTTEzLjMyMiw3Ljg0N3YyLjc3NGwtMC43MDgsNS40NTdoLTEuMTQ5bC0wLjc2Ni01LjQ1NwoJbC0wLjA0Mi0yLjc3NEMxMC42NTcsNy44NDcsMTMuMzIyLDcuODQ3LDEzLjMyMiw3Ljg0N3ogTTEwLjY0NiwyMC4xNDV2LTIuNzIyaDIuNzI4djIuNzIxTDEwLjY0NiwyMC4xNDVMMTAuNjQ2LDIwLjE0NXoiLz4KPC9zdmc+Cg==");
}

.message a {
  text-decoration-line: underline;
}

body.page-products .page-main {
  margin-top: 0px;
}

body.page-products .columns .main {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  body.page-products .columns .main {
    margin-top: 2.5rem;
  }
}

body.page-products .amasty-catalog-topnav {
  display: none;
}

@media (min-width: 768px) {
  body.page-products .amasty-catalog-topnav {
    display: block;
  }
}

.product-item {
  position: relative;
}

.product-item .product-item-link:before {
  position: absolute;
  inset: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  --tw-content: '';
  content: var(--tw-content);
}

.product-item .price-container {
  display: block;
}

[data-content-type$='block'] .product-item .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.product-item .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .product-item .price-container .price {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.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 {
  display: inline-flex;
}

.product-item .old-price .price-container .price-label {
  font-size: 0.75rem;
  line-height: 1rem;
}

.product-item .old-price .price-container .price {
  display: inline-flex;
  font-size: 0.625rem;
  font-weight: 600;
  text-decoration-line: line-through;
}

@media (min-width: 768px) {
  .product-item .old-price .price-container .price {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.product-item .price-box .normal-price .price-container {
  display: grid;
}

.product-item .price-box .normal-price .price-container .price-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.product-item .price-box .normal-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .product-item .price-box .normal-price .price-container .price {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.bullets-description ul {
  width: 100% !important;
}

.bullets-description li {
  position: relative;
  padding-left: 1rem;
}

.bullets-description li:before {
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23F9BA3D' points='9.3,20 0.9,11.6 3.5,9.1 9.3,14.9 20.5,3.7 23.1,6.2'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 0px;
  top: 1px;
  display: inline-block;
  width: 11px;
}

.product-item .bullets-description li:nth-child(n+3) {
  display: none;
}

@media (min-width: 768px) {
  .product-item .bullets-description li:nth-child(3) {
    display: list-item;
  }
}

.am-filter-items-price .noUi-target {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(185 201 214 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.am-filter-items-price .noUi-horizontal {
  height: 0.5rem;
}

.am-filter-items-price .noUi-origin:nth-child(2) .noUi-tooltip {
  left: 0px;
  right: unset;
}

.am-filter-items-price .noUi-origin:last-child .noUi-tooltip {
  right: 0px;
  left: unset;
}

.am-filter-items-price .noUi-origin .noUi-tooltip {
  transform: none;
  border-width: 0px;
  padding: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(135 169 191 / var(--tw-text-opacity));
}

.am-filter-items-price .noUi-origin .noUi-target {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.am-filter-items-price .noUi-origin .noUi-handle {
  top: -0.5rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.am-filter-items-price .noUi-origin .noUi-handle:after,
            .am-filter-items-price .noUi-origin .noUi-handle:before {
  --tw-content: none;
  content: var(--tw-content);
}

body.catalog-product-view .top-stickers .sales {
  --tw-text-opacity: 1;
  color: rgb(156 42 0 / var(--tw-text-opacity));
}

body.catalog-product-view .top-stickers .novelty {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.catalog-product-view .swiper-slide {
  display: flex;
  height: auto;
  width: 100%;
}

@media (min-width: 768px) {
  body.catalog-product-view .swiper-slide {
    width: 66.666667%;
  }
}

body.catalog-product-view .swiper-slide .price-box .normal-price .price, body.catalog-product-view .swiper-slide .price-box .special-price .price {
  font-size: var(--typo-cus-m);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

body.catalog-product-view .swiper-slide .price-box .old-price .price-label {
  display: none;
}

body.catalog-product-view .swiper-slide .price-box .old-price .price {
  text-align: center;
  font-size: var(--typo-cus-4xs);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

body.catalog-product-view .swiper-slide .product-details {
  flex-direction: row;
  gap: 1rem;
}

body.catalog-product-view .swiper-slide .price {
  text-align: right;
}

body.catalog-product-view .swiper-slide .product-image-photo {
  height: 100%;
}

body.catalog-product-view #maincontent .product-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 50%;
  margin-top: 2rem;
  display: block;
  height: 0.125rem;
  width: 80%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0;
}

[data-content-type$='block'] body.catalog-product-view #maincontent .product-slider .swiper-scrollbar.swiper-scrollbar-horizontal p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 768px) {
  body.catalog-product-view #maincontent .product-slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    margin-top: 0px;
  }
}

body.catalog-product-view #maincontent .product-slider .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

body.catalog-product-view .product_description ul ul {
  list-style: circle;
}

body.catalog-product-view .product_description iframe {
  margin-bottom: 1%;
}

body.catalog-product-view .return-btn {
  bottom: 8rem;
}

body.catalog-product-view .amshopby-option-link {
  display: none;
}

body.catalog-product-view .amshopby-option-link img {
  height: 3rem;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  body.catalog-product-view .amshopby-option-link img {
    height: 3.5rem;
  }
}

body.catalog-product-view .axeptio_mount #axeptio_main_button {
  top: 250px !important;
}

body.catalog-product-view .brand .amshopby-option-link {
  display: block;
}

[data-content-type$='block'] body.catalog-product-view .brand .amshopby-option-link p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

body.catalog-product-view .oney-modalDialog {
  position: absolute;
  right: 0px;
  height: 100%;
  max-height: 100%;
  border-radius: 16px 0 0 16px !important;
}

body.catalog-product-view .product-description {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

body.catalog-product-view .product-description ul {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

body.catalog-product-view .product-description ul :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

body.catalog-product-view .product-description ul :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

body.catalog-product-view .product-description ul :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

body.catalog-product-view .product-description ul :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

body.catalog-product-view .product-description ul :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

body.catalog-product-view .product-description ul :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

body.catalog-product-view .product-description ul :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

body.catalog-product-view .product-description ul :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

body.catalog-product-view .product-description ul :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

body.catalog-product-view .product-description ul :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

body.catalog-product-view .product-description ul :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

body.catalog-product-view .product-description ul :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

body.catalog-product-view .product-description ul :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

body.catalog-product-view .product-description ul :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

body.catalog-product-view .product-description ul :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

body.catalog-product-view .product-description ul :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

body.catalog-product-view .product-description ul :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

body.catalog-product-view .product-description ul :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

body.catalog-product-view .product-description ul :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

body.catalog-product-view .product-description ul :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

body.catalog-product-view .product-description ul :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

body.catalog-product-view .product-description ul :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

body.catalog-product-view .product-description ul :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

body.catalog-product-view .product-description ul :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

body.catalog-product-view .product-description ul :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

body.catalog-product-view .product-description ul :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

body.catalog-product-view .product-description ul :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

body.catalog-product-view .product-description ul :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

body.catalog-product-view .product-description ul :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

body.catalog-product-view .product-description ul :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

body.catalog-product-view .product-description ul :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

body.catalog-product-view .product-description ul :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

body.catalog-product-view .product-description ul :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

body.catalog-product-view .product-description ul :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

body.catalog-product-view .product-description ul :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

body.catalog-product-view .product-description ul :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

body.catalog-product-view .product-description ul :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

body.catalog-product-view .product-description ul :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

body.catalog-product-view .product-description ul :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

body.catalog-product-view .product-description ul :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

body.catalog-product-view .product-description ul :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

body.catalog-product-view .product-description ul :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

body.catalog-product-view .product-description ul :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

body.catalog-product-view .product-description ul :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

body.catalog-product-view .product-description ul :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

body.catalog-product-view .product-description ul :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

body.catalog-product-view .product-description ul :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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;
}

body.catalog-product-view .product-description ul :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

body.catalog-product-view .product-description ul :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

body.catalog-product-view .product-description ul :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

body.catalog-product-view .product-description ul :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

body.catalog-product-view .product-description ul :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

body.catalog-product-view .product-description ul :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

body.catalog-product-view .product-description ul :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

body.catalog-product-view .product-description ul :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

body.catalog-product-view .product-description ul :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

body.catalog-product-view .product-description ul :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

body.catalog-product-view .product-description ul :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

body.catalog-product-view .product-description ul :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

body.catalog-product-view .product-description ul :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

body.catalog-product-view .product-description ul {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

body.catalog-product-view .product-description ul :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

body.catalog-product-view .product-description ul :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

body.catalog-product-view .product-description ul :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

body.catalog-product-view .product-description ul :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

body.catalog-product-view .product-description ul :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}

body.catalog-product-view .product-description ul :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

body.catalog-product-view .product-description ul :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

body.catalog-product-view .product-description ul :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

body.catalog-product-view .product-description ul :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

body.catalog-product-view .product-description ul :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

body.catalog-product-view .product-description ul :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

body.catalog-product-view .product-description ul :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

body.catalog-product-view .product-description ul :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

body.catalog-product-view .product-description ul :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

body.catalog-product-view .product-description ul :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

body.catalog-product-view .product-description ul :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

body.catalog-product-view .product-description ul :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

body.catalog-product-view .product-description ul :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

body.catalog-product-view .product-description ul :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

body.catalog-product-view .product-description ul :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

body.catalog-product-view .product-description ul :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

body.catalog-product-view .product-description ul :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

body.catalog-product-view .product-description ul :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

body.catalog-product-view .product-description ul :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

body.catalog-product-view .product-description ul :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

body.catalog-product-view .product-description ul {
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  body.catalog-product-view .product-description ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body.catalog-product-view .product-description ul li {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body.catalog-product-view .product-description ul li:before {
  content: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L5 8.5L12 1.5' stroke='%23F9BA3D' stroke-width='2'/%3E%3C/svg%3E");
  display: inline-block;
}

body.catalog-product-view .product-description .description-item:before {
  content: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.5L5 8.5L12 1.5' stroke='%23F9BA3D' stroke-width='2'/%3E%3C/svg%3E");
  display: inline-block;
}

.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: rgb(55 65 81 / var(--tw-text-opacity));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax {
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .brand {
    width: 100px;
  }
}

.brand a {
  width: 100%;
}

.filter-wrapper {
  flex-flow: column;
}

.code-promo-message {
  font-size: var(--typo-cus-4xs);
  --tw-text-opacity: 1;
  color: rgb(156 42 0 / var(--tw-text-opacity));
}

.catalog-product-view #description .swiper {
  padding-left: 0px;
  padding-right: 0px;
}

.catalog-product-view #description .advice .title {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: var(--typo-cus-xs);
}

@media (min-width: 768px) {
  .catalog-product-view #description .advice .title {
    align-items: flex-start;
  }
}

.catalog-product-view #description .advice .title:after {
  content: url("../../frontend/DTLM/ThemeHyvaLM/fr_FR/images/svg/logo.svg");
  display: block;
  width: 0px;
  --tw-scale-x: .65;
  --tw-scale-y: .65;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

[data-content-type$='block'] .catalog-product-view #description .advice .title p:last-child:after {
  margin-bottom: 1rem;
  margin-top: 0px;
}

@media (min-width: 768px) {
  .catalog-product-view #description .advice .title:after {
    height: 1.5rem;
  }
}

.catalog-product-view #description img {
  border-radius: 1rem;
}

.technical-characteristics {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.details-summary-arrow-hidden {
  list-style: none;
}

.details-summary-arrow-hidden::-webkit-details-marker {
  display: none;
}

::-webkit-details-marker {
  display: none;
}

.wishlist-widget .price-box .price-label,
    .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 {} */

.backdrop {
  position: fixed;
  inset: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.snap {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

.splide__slide img {
  height: 100%;
  width: 100%;
  max-width: none;
}

@media (min-width: 768px) {
  .splide__slide img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

.splide__arrow:hover:not(:disabled) {
  opacity: 1;
}

.splide__arrow, .splide__pagination__page {
  opacity: 1;
}

.splide__arrow svg {
  height: 2.25rem;
  width: 1.125rem;
  fill: transparent;
}

.splide__pagination {
  bottom: 1.75rem;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .splide__pagination {
    bottom: 2.5rem;
  }
}

.splide__pagination li {
  position: relative;
  height: 0.25rem;
  width: 3.75rem;
}

@media (min-width: 768px) {
  .splide__pagination li {
    max-width: 3.75rem;
  }
}

.splide__pagination__page, .splide__pagination__page.is-active {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  height: 0.125rem;
  width: 3.75rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .splide__pagination__page, .splide__pagination__page.is-active {
    max-width: 3.75rem;
  }
}

.splide__pagination__page.is-active {
  height: 0.25rem;
}

.swiper-wrapper {
  transition-timing-function: linear!important;
}

.footer.content .swiper-slide {
  margin-bottom: 1.25rem;
}

.footer.content .swiper-scrollbar .swiper-scrollbar-drag {
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

#maincontent .swiper {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  #maincontent .swiper {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 2.5rem;
  }
}

#maincontent .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 50%;
  display: none;
  height: 0.125rem;
  width: 80%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0;
}

@media (min-width: 768px) {
  #maincontent .swiper-scrollbar.swiper-scrollbar-horizontal {
    display: block;
  }
}

#maincontent .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

#maincontent .swiper-slide {
  height: auto;
  background-color: transparent;
}

#maincontent .swiper-button-next,
    #maincontent .swiper-button-prev {
  top: 180px;
  display: none;
  align-items: center;
}

@media (min-width: 768px) {
  #maincontent .swiper-button-next,
    #maincontent .swiper-button-prev {
    display: flex;
  }
}

#maincontent .swiper-button-next.swiper-button-disabled, #maincontent .swiper-button-prev.swiper-button-disabled {
  display: none;
}

#maincontent .swiper-button-next:after, #maincontent .swiper-button-prev:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIzIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMyAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMxNTJGNDA7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLjcsNy4zbC02LjQtNi40Yy0wLjQtMC40LTEtMC40LTEuNCwwYy0wLjQsMC40LTAuNCwxLDAsMS40TDE5LjYsN0gxQzAuNCw3LDAsNy40LDAsOHMwLjQsMSwxLDFoMTguNmwtNC43LDQuN2MtMC40LDAuNC0wLjQsMSwwLDEuNGMwLjQsMC40LDEsMC40LDEuNCwwbDYuNC02LjRDMjMuMSw4LjMsMjMuMSw3LjcsMjIuNyw3LjN6Ii8+PC9zdmc+");
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 244 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

[data-content-type$='block'] #maincontent .swiper-button-next p:last-child:after,[data-content-type$='block']  #maincontent .swiper-button-prev p:last-child:after {
  margin-bottom: 1rem;
  margin-top: 0px;
}

#maincontent .swiper-button-next:after {
  right: 1.25rem;
}

#maincontent .swiper-button-prev:after {
  transform: rotate(180deg);
  left: 1.25rem;
}

#maincontent .swiper-sortable-product-selection .swiper-slide {
  width: 300px;
}

@media (min-width: 768px) {
  #maincontent .swiper-sortable-product-selection .swiper-slide {
    width: 435px;
  }
}

#maincontent .swiper-universes .swiper-slide {
  height: 180px;
  width: 146px;
}

@media (min-width: 768px) {
  #maincontent .swiper-universes .swiper-slide {
    height: 420px;
    width: 347px;
  }
}

#maincontent .swiper-universes .universe-container img {
  transition: transform 0.3s ease-in-out;
}

#maincontent .swiper-universes .universe-container .universe-name {
  transition: padding 0.3s ease-in-out;
}

#maincontent .swiper-universes .universe-container a:hover img {
  transform: scale(1.1);
}

#maincontent .swiper-universes .universe-container a:hover .universe-name {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#maincontent .slider-reviews .swiper .swiper-slide {
  height: auto;
  width: 18rem;
}

@media (min-width: 1024px) {
  #maincontent .slider-reviews .swiper .swiper-slide {
    width: 36.625rem;
  }
}

.brand-slider-container {
  padding: 0px;
}

.brand-slider-container .amslider .swiper-wrapper {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .brand-slider-container .amslider .swiper-wrapper {
    padding-left: 60px;
  }
}

.brand-slider-container .amslider .swiper-slide {
  display: flex;
  height: 4rem;
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .brand-slider-container .amslider .swiper-slide {
    height: 160px;
  }
}

.brand-slider-container .amslider .swiper-slide img {
  max-height: 54px;
  width: 200px;
  max-width: 5rem;
}

@media (min-width: 768px) {
  .brand-slider-container .amslider .swiper-slide img {
    max-height: 108px;
    max-width: 184px;
  }
}

:where(html) {
  scrollbar-gutter: stable;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 390px) {
  .columns {
    max-width: 390px;
  }
}

@media (min-width: 425px) {
  .columns {
    max-width: 425px;
  }
}

@media (min-width: 640px) {
  .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .columns {
    max-width: 1024px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1280px) {
  .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .columns {
    max-width: 1536px;
  }
}

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

.columns .sidebar {
  order: 3;
}

.product-main-full-width .columns {
  max-width: none;
}

.page-main-full-width .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.full-width .columns {
  display: block;
  max-width: 100%;
  padding: 0px;
}

[data-content-type$='block'] .full-width .columns p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.full-width .page-main {
  margin-top: 0px;
  margin-bottom: 0px;
}

.account .columns .sidebar-main, .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;
  }

  .account .columns .sidebar-main, .page-with-filter .columns .sidebar-main {
    grid-column: 1 / -1;
  }

  .account .columns .sidebar-additional {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

body {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.cms-home .columns {
  padding: 0px;
}

.cms-home .product-info .product-info-title {
  font-size: var(--typo-cus-3xs);
}

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.amsearch-highlight {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 160 136 / var(--tw-text-opacity));
}

.input {
  margin-right: 0.5rem;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}

.input -light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input -light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 47 64 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Keep file for backwards compatibility */

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: normal;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

p {
  margin-bottom: 0.5rem;
}

/**
 * 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: 1rem;
  padding-left: 1rem;
}

@media (min-width: 390px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 390px;
  }
}

@media (min-width: 425px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 425px;
  }
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1024px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1536px;
  }
}

[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: 1rem;
  padding-left: 1rem;
}

@media (min-width: 390px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 390px;
  }
}

@media (min-width: 425px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 425px;
  }
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1024px;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1280px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1536px;
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line'] {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  [data-content-type='column-group'], [data-content-type='column-line'] {
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type='column'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type='column'] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type='tabs'] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

[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: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(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: rgb(255 255 255 / var(--tw-bg-opacity));
  border-bottom: 1px solid white;
}

[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$='block'] [data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

[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: rgb(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: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type='text'] {
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type='heading'] {
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type='buttons'] {
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='link'],
        [data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type='buttons'] [data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}

[data-content-type='buttons'] [data-content-type='button-item'] a,
        [data-content-type='buttons'] [data-content-type='button-item'] button,
        [data-content-type='buttons'] [data-content-type='button-item'] div {
  display: inline-block;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type='buttons'] [data-content-type='button-item'] a.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] button.pagebuilder-button-link, [data-content-type='buttons'] [data-content-type='button-item'] div.pagebuilder-button-link {
  box-sizing: border-box;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

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, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-color: rgb(21 47 64 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(135 169 191 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

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, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-color: rgb(21 47 64 / var(--tw-ring-opacity));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

/* 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: 768px) {
  [data-content-type='image'] .pagebuilder-mobile-hidden {
    display: block;
  }

  [data-content-type='image'] .pagebuilder-mobile-only {
    display: none;
  }
}

[data-content-type='image'] figcaption {
  overflow-wrap: break-word;
}

/* Video */

[data-content-type='video'] {
  font-size: 0;
}

[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

[data-content-type='video'] .pagebuilder-video-container {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type='video'] iframe,
    [data-content-type='video'] video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* Banner */

[data-content-type='banner'] > [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: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 36rem;
  }
}

[data-content-type='banner'] .pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 0px;
  margin-top: 1.25rem;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  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;
  -webkit-text-decoration: none;
  text-decoration: none;
}

[data-content-type='slider'] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type='slide'] {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type='slide'] > [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 {
  -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: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='slide'][data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type='slide'][data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Map */

[data-content-type='map'] {
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

[data-content-type='dynamic_block'] [data-content-type='image'] img {
  display: inline;
}

[data-content-type='dynamic_block'] .block-banners .banner-item-content,
    [data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

/* Products */

[data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type='products'][data-appearance='carousel'] [data-role='glider-content'] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.glider .glider-track {
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-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: rgb(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: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$='block'] .glider-dot p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    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;
}

.who-we-are-block {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 67px;
  padding-bottom: 67px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .who-we-are-block {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 149px;
    padding-bottom: 149px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.who-we-are-block .who-we-are-image {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.who-we-are-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.who-we-are-block .who-we-are-block-content {
  z-index: 10;
  max-width: 908px;
}

.who-we-are-block .question {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.who-we-are-block .question::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: block;
  width: 60px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(249 186 61 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.who-we-are-block .title {
  margin-bottom: 0.75rem;
  font-size: 32px;
}

@media (min-width: 1024px) {
  .who-we-are-block .title {
    font-size: 3rem;
    line-height: 1;
    line-height: 4rem;
  }
}

.who-we-are-block .cta-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  height: 43px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .who-we-are-block .cta-container {
    margin-top: 2.5rem;
    height: 49px;
  }
}

.hyva_checkout-index-index .columns {
  max-width: none;
}

.checkout-onepage-success .columns {
  max-width: 1940px;
}

#maincontent input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border-width: 1px;
}

#maincontent input[type=radio]:checked {
  background-color: #42d7be;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%2012L10.2%2015.1L16.2%209.2%22%20stroke%3D%22%23152F40%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

#maincontent input[type=checkbox] {
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border-radius: 4px;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: auto;
}

#maincontent input[type=checkbox]:checked {
  background-color: #42d7be;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%2012L10.2%2015.1L16.2%209.2%22%20stroke%3D%22%23152F40%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

#maincontent #shipping-details {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  #maincontent #shipping-details {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 60px;
    padding-right: 60px;
  }
}

#maincontent #shipping-details div h2 {
  margin-bottom: 1rem;
  font-size: var(--typo-cus-l);
}

@media (min-width: 1024px) {
  #maincontent #shipping-details div h2 {
    margin-bottom: 2rem;
  }
}

#maincontent #shipping-details .field-wrapper {
  margin-bottom: 0px;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  #maincontent #shipping-details .field-wrapper {
    margin-top: 1.5rem;
  }
}

#maincontent #shipping-details .field-wrapper .field {
  margin: 0px;
}

#maincontent #shipping-details input, #maincontent #shipping-details select {
  min-height: 51px;
  border-width: 1px;
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

#maincontent #shipping-details input:focus, #maincontent #shipping-details select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 215 190 / var(--tw-border-opacity));
}

#maincontent #shipping-details input[type=checkbox] {
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border-radius: 4px;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: auto;
}

#maincontent #shipping-details input[type=checkbox]:checked {
  background-color: #42d7be;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%2012L10.2%2015.1L16.2%209.2%22%20stroke%3D%22%23152F40%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

#maincontent #shipping-details input[type=radio] {
  min-height: auto;
  border-color: inherit;
}

#maincontent #shipping-details input.input-cta {
  min-height: auto;
  border: 0;
}

#maincontent #shipping-details #checkout-shipping-address-dialog .modal {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
}

#maincontent #shipping-details label {
  font-size: var(--typo-cus-4xs);
  font-weight: 700;
}

#maincontent #shipping-details .field.required > label::after {
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

#maincontent #shipping-details .input-group {
  gap: 0px;
}

#maincontent #shipping-details #guest_details .form-input-addon, #maincontent #shipping-details #guest_details .form-hint-text {
  display: none;
}

#maincontent #billing-details {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  #maincontent #billing-details {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 60px;
    padding-right: 60px;
  }
}

#maincontent #billing-details div h2 {
  font-size: var(--typo-cus-l);
}

#maincontent #billing-details .field-wrapper {
  margin-bottom: 0px;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  #maincontent #billing-details .field-wrapper {
    margin-top: 1.5rem;
  }
}

#maincontent #billing-details .field-wrapper .field {
  margin: 0px;
}

#maincontent #billing-details select {
  min-height: 51px;
  border-width: 1px;
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

#maincontent #billing-details select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 215 190 / var(--tw-border-opacity));
}

#maincontent #billing-details input {
  border-width: 1px;
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}

#maincontent #billing-details input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 215 190 / var(--tw-border-opacity));
}

#maincontent #billing-details input[type=checkbox] {
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border-radius: 4px;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height: auto;
}

#maincontent #billing-details input[type=checkbox]:checked {
  background-color: #42d7be;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%2012L10.2%2015.1L16.2%209.2%22%20stroke%3D%22%23152F40%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

#maincontent #billing-details input[type=radio] {
  min-height: auto;
  border-color: inherit;
}

#maincontent #billing-details input.input-cta {
  min-height: auto;
  border: 0;
}

#maincontent #billing-details #checkout-billing-address-dialog .modal {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
}

#maincontent #billing-details label {
  font-size: var(--typo-cus-4xs);
  font-weight: 700;
}

#maincontent #billing-details .field.required > label::after {
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

#maincontent #billing-details .input-group {
  gap: 0px;
}

#maincontent #billing-details #guest_details .form-input-addon, #maincontent #billing-details #guest_details .form-hint-text {
  display: none;
}

/* Custom Styles to match Figma Design */

:root {
  --typo-cus-5xs: 0.625rem;
  --typo-cus-4xs: 0.75rem;
  --typo-cus-3xs: 0.875rem;
  --typo-cus-2xs: 1rem;
  --typo-cus-xs: 1.125rem;
  --typo-cus-sm: 1.5rem;
  --typo-cus-m: 1.375rem;
  --typo-cus-l: 1.5rem;
  --typo-cus-xl: 2rem;
  --typo-cus-2xl: 2.5rem;
}

@media screen and (min-width: 48rem) {
  :root {
    --typo-cus-5xs: 0.6875rem;
    --typo-cus-4xs: 0.8125rem;
    --typo-cus-3xs: 0.9375rem;
    --typo-cus-2xs: 1.125rem;
    --typo-cus-xs: 1.1875rem;
    --typo-cus-sm: 1.75rem;
    --typo-cus-m: 1.625rem;
    --typo-cus-l: 2rem;
    --typo-cus-xl: 2.5rem;
    --typo-cus-2xl: 3.0625rem;
  }
}

@media screen and (min-width: 80rem) {
  :root {
    --typo-cus-5xs: 0.75rem;
    --typo-cus-4xs: 0.875rem;
    --typo-cus-3xs: 1rem;
    --typo-cus-2xs: 1.25rem;
    --typo-cus-xs: 1.5rem;
    --typo-cus-sm: 1.75rem;
    --typo-cus-m: 1.875rem;
    --typo-cus-l:  2.5rem;
    --typo-cus-xl: 3rem;
    --typo-cus-2xl: 3.875rem;
  }
}

:root {
  --spacing-cus-icon-cta: 0.75rem;
  --spacing-cus-3xs: 0.25rem;
  --spacing-cus-2xs: 0.50rem;
  --spacing-cus-btn-top-bottom: 0.875rem;
  --spacing-cus-s: 1rem;
  --spacing-cus-m: 1.25rem;
  --spacing-cus-l: 1.5rem;
  --spacing-cus-xl: 1.75rem;
  --spacing-cus-1xl: 3.125rem;
  --spacing-cus-2xl: 1.875rem;
  --spacing-cus-3xl: 2.5rem;
  --spacing-cus-4xl: 3.75rem;
  --spacing-cus-4xl-test: 3.125rem;
  --spacing-cus-5xl: 4.5rem;
  --spacing-cus-column-content: 91.11%;
}

@media screen and (min-width: 48rem) {
  :root {
    --spacing-cus-icon-cta: 1rem;
    --spacing-cus-btn-top-bottom: 1rem;
    --spacing-cus-xl: 2.125rem;
    --spacing-cus-2xl: 2.5rem;
    --spacing-cus-3xl: 3.75rem;
    --spacing-cus-4xl: 4.875rem;
    --spacing-cus-4xl-test: 4.5rem;
    --spacing-cus-5xl: 7.5rem;
    --spacing-cus-column-content: 93.75%;
  }
}

@media screen and (min-width: 80rem) {
  :root {
    --spacing-cus-m: 1.5rem;
    --spacing-cus-l: 2rem;
    --spacing-cus-xl: 2.5rem;
    --spacing-cus-1xl: 3.75rem;
    --spacing-cus-2xl: 3.75rem;
    --spacing-cus-3xl: 5rem;
    --spacing-cus-4xl: 7.5rem;
    --spacing-cus-4xl-test: 6.25rem;
    --spacing-cus-5xl: 10rem;
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-4 {
  inset: -1rem;
}

.inset-0 {
  inset: 0px;
}

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

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.\!left-4 {
  left: 1rem !important;
}

.\!right-4 {
  right: 1rem !important;
}

.-bottom-14 {
  bottom: -3.5rem;
}

.-left-12 {
  left: -3rem;
}

.-left-2 {
  left: -0.5rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-2 {
  right: -0.5rem;
}

.-right-2\.5 {
  right: -0.625rem;
}

.-right-5 {
  right: -1.25rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

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

.-top-3 {
  top: -0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-\[calc\(theme\(spacing\.5\)_\/_2_-_2px\)\] {
  bottom: calc(1.25rem / 2 - 2px);
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.bottom-px {
  bottom: 1px;
}

.left-0 {
  left: 0px;
}

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

.left-10 {
  left: 2.5rem;
}

.left-2 {
  left: 0.5rem;
}

.left-2\/4 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-36 {
  left: 9rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-\[6px\] {
  right: 6px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-9 {
  top: 2.25rem;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

.z-\[1\] {
  z-index: 1;
}

.z-\[3\] {
  z-index: 3;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[60\] {
  z-index: 60;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-5 {
  order: 5;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

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

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

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

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-cus-2xl {
  margin-top: var(--spacing-cus-2xl);
  margin-bottom: var(--spacing-cus-2xl);
}

.\!ml-0 {
  margin-left: 0px !important;
}

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

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

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

.-ml-px {
  margin-left: -1px;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mr-4 {
  margin-right: -1rem;
}

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

.-mt-6 {
  margin-top: -1.5rem;
}

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

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-cus-2xl {
  margin-bottom: var(--spacing-cus-2xl);
}

.mb-cus-2xs {
  margin-bottom: var(--spacing-cus-2xs);
}

.mb-cus-l {
  margin-bottom: var(--spacing-cus-l);
}

.mb-cus-m {
  margin-bottom: var(--spacing-cus-m);
}

.mb-cus-s {
  margin-bottom: var(--spacing-cus-s);
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

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

.ml-2\.5 {
  margin-left: 0.625rem;
}

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

.ml-auto {
  margin-left: auto;
}

.ml-cus-3xs {
  margin-left: var(--spacing-cus-3xs);
}

.mr-0 {
  margin-right: 0px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

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

.mt-36 {
  margin-top: 9rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-auto {
  margin-top: auto;
}

.mt-cus-2xs {
  margin-top: var(--spacing-cus-2xs);
}

.mt-cus-l {
  margin-top: var(--spacing-cus-l);
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

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

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

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

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

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

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-0 {
  width: 0px;
  height: 0px;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.\!h-10 {
  height: 2.5rem !important;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.75 {
  height: 0.3125rem;
}

.h-1\/2 {
  height: 50%;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-86vh {
  height: 86vh;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[1\.125rem\] {
  height: 1.125rem;
}

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

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

.h-\[42\] {
  height: 42;
}

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

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

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

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

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

.h-am-latter {
  height: 32px;
}

.h-am-popup-content {
  height: 415px;
}

.h-auto {
  height: auto;
}

.h-carousel-product-item {
  height: 540px;
}

.h-cus-1xl {
  height: var(--spacing-cus-1xl);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-40p {
  max-height: 40px;
}

.max-h-\[26rem\] {
  max-height: 26rem;
}

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

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

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

.max-h-\[var\(--ambrands-img-height\)\] {
  max-height: var(--ambrands-img-height);
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.max-h-search-input {
  max-height: 54px;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-\[20px\] {
  min-height: 20px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-a11y {
  min-height: 44px;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-10 {
  width: 2.5rem !important;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.75 {
  width: 0.3125rem;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\.5 {
  width: 1.125rem;
}

.w-4\/12 {
  width: 33.333333%;
}

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

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[1\.125rem\] {
  width: 1.125rem;
}

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

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

.w-\[15\%\] {
  width: 15%;
}

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

.w-\[20\%\] {
  width: 20%;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[47\.56\%\] {
  width: 47.56%;
}

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

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

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

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

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

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

.w-\[91\.11\%\] {
  width: 91.11%;
}

.w-\[calc\(100\%-140px\)\] {
  width: calc(100% - 140px);
}

.w-am-latter {
  width: 32px;
}

.w-am-popup-content {
  width: 600px;
}

.w-auto {
  width: auto;
}

.w-cus-column-content {
  width: var(--spacing-cus-column-content);
}

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

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-15 {
  min-width: 3.75rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-\[90px\] {
  min-width: 90px;
}

.min-w-cus-1xl {
  min-width: var(--spacing-cus-1xl);
}

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

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-48 {
  max-width: 12rem;
}

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

.max-w-52 {
  max-width: 13rem;
}

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

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

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

.max-w-\[30\%\] {
  max-width: 30%;
}

.max-w-\[45\%\] {
  max-width: 45%;
}

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

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

.max-w-\[var\(--ambrands-img-width\)\] {
  max-width: var(--ambrands-img-width);
}

.max-w-\[var\(--ambrands-slider-max-width\)\] {
  max-width: var(--ambrands-slider-max-width);
}

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

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

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

.max-w-logo {
  max-width: 148px;
}

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

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

.max-w-pdp-info {
  max-width: 850px;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-search {
  max-width: 920px;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-am-search-sidebar {
  flex: 0 1 100%;
}

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

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

.basis-auto {
  flex-basis: auto;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-center {
  transform-origin: center;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-20 {
  --tw-translate-x: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-12 {
  --tw-translate-y: 3rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-20 {
  --tw-translate-y: 5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-32 {
  --tw-translate-y: 8rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin-slow {
  animation: spin 1.5s ease-in-out infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.place-items-center {
  place-items: center;
}

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

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

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

.content-baseline {
  align-content: baseline;
}

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

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

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

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

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

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

.justify-stretch {
  justify-content: stretch;
}

.justify-items-end {
  justify-items: end;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-cus-2xl {
  gap: var(--spacing-cus-2xl);
}

.gap-cus-2xs {
  gap: var(--spacing-cus-2xs);
}

.gap-cus-3xs {
  gap: var(--spacing-cus-3xs);
}

.gap-cus-l {
  gap: var(--spacing-cus-l);
}

.gap-cus-m {
  gap: var(--spacing-cus-m);
}

.gap-cus-s {
  gap: var(--spacing-cus-s);
}

.gap-cus-xl {
  gap: var(--spacing-cus-xl);
}

.gap-px {
  gap: 1px;
}

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

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

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

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

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

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

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

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

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

.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-cus-m {
  -moz-column-gap: var(--spacing-cus-m);
       column-gap: var(--spacing-cus-m);
}

.gap-x-cus-s {
  -moz-column-gap: var(--spacing-cus-s);
       column-gap: var(--spacing-cus-s);
}

.gap-y-0 {
  row-gap: 0px;
}

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

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

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

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

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

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

.gap-y-cus-m {
  row-gap: var(--spacing-cus-m);
}

.gap-y-cus-s {
  row-gap: var(--spacing-cus-s);
}

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

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

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-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-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-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-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-container > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-divide-opacity));
}

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

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

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

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

.justify-self-center {
  justify-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

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

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[80px\] {
  border-radius: 80px;
}

.rounded-cus-2xs {
  border-radius: var(--spacing-cus-2xs);
}

.rounded-cus-3xs {
  border-radius: var(--typo-cus-3xs);
}

.rounded-cus-s {
  border-radius: var(--spacing-cus-s);
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-search {
  border-radius: 80px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

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

.border-4 {
  border-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-background-cta {
  --tw-border-opacity: 1;
  border-color: rgb(66 215 190 / var(--tw-border-opacity));
}

.border-background-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(249 186 61 / var(--tw-border-opacity));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}

.border-blue-grey-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-cta-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(135 169 191 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(21 47 64 / var(--tw-border-opacity));
}

.border-primary-cta {
  --tw-border-opacity: 1;
  border-color: rgb(66 215 190 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
}

.border-secondary-dark {
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
}

.border-secondary-darker {
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
}

.border-secondary-lighter {
  border-color: #87A9BF4D;
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(249 186 61 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.bg-\[\#B9C9D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 201 214 / var(--tw-bg-opacity));
}

.bg-\[var\(--ambrands-bg-color\)\] {
  background-color: var(--ambrands-bg-color);
}

.bg-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
}

.bg-background-aquaspring {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity));
}

.bg-background-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(66 215 190 / var(--tw-bg-opacity));
}

.bg-background-lightsecondary {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
}

.bg-background-ultralightprimary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 244 / var(--tw-bg-opacity));
}

.bg-background-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(249 186 61 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-blue-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(135 169 191 / var(--tw-bg-opacity));
}

.bg-blue-grey-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(185 201 214 / var(--tw-bg-opacity));
}

.bg-container {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-container-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-container-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 244 / var(--tw-bg-opacity));
}

.bg-corporate-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(249 186 61 / var(--tw-bg-opacity));
}

.bg-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(66 215 190 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-inherit {
  background-color: inherit;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

.bg-primary-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 196 174 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 244 / var(--tw-bg-opacity));
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-smoke-turk {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-chevron-down {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljk5OTkyIDcuMjMyMjJMMTAuMjkyOCAyLjkzOTMzTDExLjcwNyA0LjM1MzU0TDUuOTk5OTIgMTAuMDYwN0wwLjI5MjgxOCA0LjM1MzU0TDEuNzA3MDMgMi45MzkzM0w1Ljk5OTkyIDcuMjMyMjJaIiBmaWxsPSIjNDJEN0JFIi8+Cjwvc3ZnPg==);
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-\[right_1\.5rem_center\] {
  background-position: right 1.5rem center;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-current {
  fill: currentColor;
}

.fill-transparent {
  fill: transparent;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white {
  stroke: #fff;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-cus-2xl {
  padding: var(--spacing-cus-2xl);
}

.p-cus-2xs {
  padding: var(--spacing-cus-2xs);
}

.p-cus-l {
  padding: var(--spacing-cus-l);
}

.p-cus-s {
  padding: var(--spacing-cus-s);
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-5\.5 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[var\(--ambrands-slider-padding\)\] {
  padding-left: var(--ambrands-slider-padding);
  padding-right: var(--ambrands-slider-padding);
}

.px-cus-2xl {
  padding-left: var(--spacing-cus-2xl);
  padding-right: var(--spacing-cus-2xl);
}

.px-cus-l {
  padding-left: var(--spacing-cus-l);
  padding-right: var(--spacing-cus-l);
}

.px-cus-m {
  padding-left: var(--spacing-cus-m);
  padding-right: var(--spacing-cus-m);
}

.px-cus-s {
  padding-left: var(--spacing-cus-s);
  padding-right: var(--spacing-cus-s);
}

.px-cus-xl {
  padding-left: var(--spacing-cus-xl);
  padding-right: var(--spacing-cus-xl);
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-cus-2xs {
  padding-top: var(--spacing-cus-2xs);
  padding-bottom: var(--spacing-cus-2xs);
}

.py-cus-3xl {
  padding-top: var(--spacing-cus-3xl);
  padding-bottom: var(--spacing-cus-3xl);
}

.py-cus-4xl {
  padding-top: var(--spacing-cus-4xl);
  padding-bottom: var(--spacing-cus-4xl);
}

.py-cus-btn-top-bottom {
  padding-top: var(--spacing-cus-btn-top-bottom);
  padding-bottom: var(--spacing-cus-btn-top-bottom);
}

.py-cus-m {
  padding-top: var(--spacing-cus-m);
  padding-bottom: var(--spacing-cus-m);
}

.py-cus-s {
  padding-top: var(--spacing-cus-s);
  padding-bottom: var(--spacing-cus-s);
}

.py-cus-xl {
  padding-top: var(--spacing-cus-xl);
  padding-bottom: var(--spacing-cus-xl);
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-7\.5 {
  padding-bottom: 1.875rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-cus-2xl {
  padding-bottom: var(--spacing-cus-2xl);
}

.pb-cus-s {
  padding-bottom: var(--spacing-cus-s);
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.pt-7 {
  padding-top: 1.75rem;
}

.pt-7\.5 {
  padding-top: 1.875rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-cus-m {
  padding-top: var(--spacing-cus-m);
}

.pt-full {
  padding-top: 100%;
}

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-sub {
  vertical-align: sub;
}

.font-montserrat {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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

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

.text-4\.5xl {
  font-size: 2.5rem;
}

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

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[length\:var\(--ambrands-text-size\)\] {
  font-size: var(--ambrands-text-size);
}

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

.text-cus-2xl {
  font-size: var(--typo-cus-2xl);
}

.text-cus-2xs {
  font-size: var(--typo-cus-2xs);
}

.text-cus-3xs {
  font-size: var(--typo-cus-3xs);
}

.text-cus-4xs {
  font-size: var(--typo-cus-4xs);
}

.text-cus-5xs {
  font-size: var(--typo-cus-5xs);
}

.text-cus-l {
  font-size: var(--typo-cus-l);
}

.text-cus-m {
  font-size: var(--typo-cus-m);
}

.text-cus-sm {
  font-size: var(--typo-cus-sm);
}

.text-cus-xl {
  font-size: var(--typo-cus-xl);
}

.text-cus-xs {
  font-size: var(--typo-cus-xs);
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-smx {
  font-size: 0.8125rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xxs {
  font-size: 0.6875rem;
}

.text-xxxs {
  font-size: 0.625rem;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.6rem\] {
  line-height: 1.6rem;
}

.leading-\[var\(--ambrands-img-width\)\] {
  line-height: var(--ambrands-img-width);
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[color\:var\(--ambrands-text-color\)\] {
  color: var(--ambrands-text-color);
}

.text-amsb_graystarts {
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}

.text-amsb_yellowstars {
  --tw-text-opacity: 1;
  color: rgb(246 224 94 / var(--tw-text-opacity));
}

.text-auxiliary-darker {
  --tw-text-opacity: 1;
  color: rgb(156 42 0 / var(--tw-text-opacity));
}

.text-background-cta {
  --tw-text-opacity: 1;
  color: rgb(66 215 190 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-blue-grey {
  --tw-text-opacity: 1;
  color: rgb(135 169 191 / var(--tw-text-opacity));
}

.text-container {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.text-cornflower-100 {
  --tw-text-opacity: 1;
  color: rgb(131 146 167 / var(--tw-text-opacity));
}

.text-corporate-yellow {
  --tw-text-opacity: 1;
  color: rgb(249 186 61 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(185 201 214 / var(--tw-text-opacity));
}

.text-info-darker {
  --tw-text-opacity: 1;
  color: rgb(16 160 136 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

.text-primary-darker {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(135 169 191 / var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(156 42 0 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-red-darker {
  --tw-text-opacity: 1;
  color: rgb(187 50 0 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-secondary-dark {
  --tw-text-opacity: 1;
  color: rgb(185 201 214 / var(--tw-text-opacity));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-secondary-lighter {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(66 215 190 / var(--tw-text-opacity));
}

.text-tertiary-lighter {
  --tw-text-opacity: 1;
  color: rgb(135 169 191 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(249 186 61 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-3xl {
  --tw-shadow: 0 -4px 30px 0 #B9C9D6B2;
  --tw-shadow-colored: 0 -4px 30px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_-4px_30px_0_rgba\(185\2c 201\2c 214\2c 0\.7\)\] {
  --tw-shadow: 0 -4px 30px 0 rgba(185,201,214,0.7);
  --tw-shadow-colored: 0 -4px 30px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-filter {
  --tw-shadow: 0px 10px 30px 0px #225CA240;
  --tw-shadow-colored: 0px 10px 30px 0px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-background-ultralightprimary {
  --tw-shadow-color: #e9f0f4;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline-0 {
  outline-width: 0px;
}

.outline-offset-2 {
  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-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-background-cta {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 215 190 / var(--tw-ring-opacity));
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 47 64 / var(--tw-ring-opacity));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(21 47 64 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(21 47 64 / 0.75);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

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

.filter {
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  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;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-75 {
  transition-duration: 75ms;
}

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

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.\[--line-after\:theme\(colors\.primary\.DEFAULT\)\] {
  --line-after: #152F40;
}

.\[--line-before\:\#0000\] {
  --line-before: #0000;
}

.\[--line-before\:theme\(colors\.primary\.DEFAULT\)\] {
  --line-before: #152F40;
}

.\[wire\:auto-save\] {
  wire: auto-save;
}

.\[wire\:model\.defer\] {
  wire: model.defer;
}

.\[wire\:model\] {
  wire: model;
}

.\[wire\:select\] {
  wire: select;
}

/* .page-footer {} */

/* Estilo para el contenedor que tiene el scroll horizontal */

.footer-links-slider {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #152F40 transparent;
}

.footer-links-slider::-webkit-scrollbar {
  height: 4px;
}

.footer-links-slider::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}

.footer-links-slider::-webkit-scrollbar-thumb {
  background-color: transparent;
}

/* .page-header {} */

.menu-column {
  max-height: 78vh;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  -moz-column-fill: auto;
       column-fill: auto;
}

.custom-children-link > div {
  padding: 0px;
  font-weight: 400;
}

.custom-children-link > div > div {
  margin-bottom: 0.5rem;
  border-width: 0px;
  padding: 0px;
}

.menu-desktop-item:last-child > div {
  font-weight: 400;
}

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* .category-view .sidebar .block.filter {} */

.account-nav li a,
    .account-nav li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.account-nav li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.account-nav li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.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: rgb(182 182 182 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-line: 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: rgb(245 245 245 / var(--tw-bg-opacity));
}

.order-links {
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

[data-content-type$='block'] .order-links p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.order-links li {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.table-order-items th, .table-order-items td {
  vertical-align: top;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .table-order-items th, .table-order-items td {
    padding: 0.5rem;
  }
}

.order-steps-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .order-steps-wrapper {
    padding: 1.5rem;
  }
}

.order-steps-wrapper .order-steps {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 640px;
}

.order-steps-wrapper .order-steps .step:not(:first-child):not(:last-child) .step-icon-wrapper:before {
  content: "";
  width: 100%;
  height: 3px;
}

.order-steps-wrapper .order-steps .step:not(:first-child):not(:last-child) .step-icon-wrapper:after {
  content: "";
  width: 100%;
  height: 3px;
}

.order-steps-wrapper .order-steps .step:first-child .step-icon-wrapper:before {
  content: "";
  width: 100%;
}

.order-steps-wrapper .order-steps .step:first-child .step-icon-wrapper:after {
  content: "";
  width: 100%;
  height: 3px;
}

.order-steps-wrapper .order-steps .step:last-child .step-icon-wrapper:before {
  content: "";
  width: 100%;
  height: 3px;
}

.order-steps-wrapper .order-steps .step:last-child .step-icon-wrapper:after {
  content: "";
  width: 100%;
}

.order-steps-wrapper .order-steps .step.active .step-icon-wrapper:before, .order-steps-wrapper .order-steps .step.active .step-icon-wrapper:after {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 244 / var(--tw-bg-opacity));
}

.order-steps-wrapper .order-steps .step.active:not(.in_progress) .step-icon-wrapper:before, .order-steps-wrapper .order-steps .step.active:not(.in_progress) .step-icon-wrapper:after {
  --tw-bg-opacity: 1;
  background-color: rgb(66 215 190 / var(--tw-bg-opacity));
}

.order-steps-wrapper .order-steps .step:not(.active) .step-icon-wrapper:before, .order-steps-wrapper .order-steps .step:not(.active) .step-icon-wrapper:after {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 244 / var(--tw-bg-opacity));
}

.order-steps-wrapper .order-steps .step {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  align-self: flex-start;
}

.order-steps-wrapper .order-steps .step-icon-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.order-steps-wrapper .order-steps .step-icon-wrapper .step-circle {
  display: flex;
  height: 24px;
  min-height: 24px;
  width: 24px;
  min-width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(21 47 64 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .order-steps-wrapper .order-steps .step-icon-wrapper .step-circle {
    height: 40px;
    min-height: 40px;
    width: 40px;
    min-width: 40px;
  }
}

.order-steps-wrapper .order-steps .step-icon-wrapper .step-circle span img {
  width: 19px;
}

.order-steps-wrapper .order-steps .step-icon-wrapper .step-circle span {
  display: flex;
}

.order-steps-wrapper .order-steps .step-icon-wrapper .step-circle span img {
  --tw-text-opacity: 1;
  color: rgb(249 186 61 / var(--tw-text-opacity));
}

.order-steps-wrapper .order-steps .step-info-wrapper {
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: var(--typo-cus-5xs);
}

@media (min-width: 768px) {
  .order-steps-wrapper .order-steps .step-info-wrapper {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.order-steps-wrapper .order-steps .step-info-wrapper {
  margin-top: 10px;
}

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: 0.875rem;
  line-height: 1.25rem;
}

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

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: rgb(220 38 38 / var(--tw-text-opacity));
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

form legend + br, fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

.field.required > label::after {
  position: relative;
  top: -0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  content: var(--tw-content);
  --tw-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12 6v12M17.196 9 6.804 15M6.804 9l10.392 6'/%3E%3C/svg%3E");
  --tw-icon-size: 1em;
  display: inline-block;
  width: var(--tw-icon-size);
  height: var(--tw-icon-size);
  background-color: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: var(--tw-icon);
          mask-image: var(--tw-icon);
}

.green-check[type='radio'],
.green-check[type='checkbox'] {
  width: 1.5rem;
  height: 1.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
}

.green-check[type='radio']:checked, .green-check[type='checkbox']:checked {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(66 215 190 / var(--tw-bg-opacity));
  background-size: 12px auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDMuOEw0LjIgN0wxMC4yIDEiIHN0cm9rZT0iIzE1MkY0MCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}

/* For backwards compatibility */

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 390px) {
    .sm\:container {
      max-width: 390px;
    }
  }

  @media (min-width: 425px) {
    .sm\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }
}

.\*\:m-0 > * {
  margin: 0px;
}

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

.\*\:border-secondary > * {
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
}

.\*\:text-left > * {
  text-align: left;
}

.\*\:text-cus-4xs > * {
  font-size: var(--typo-cus-4xs);
}

.placeholder\:text-primary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

.placeholder\:text-primary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.before\:font-bold::before {
  content: var(--tw-content);
  font-weight: 700;
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.before\:content-\[attr\(data-th\)\'\:_\'\]::before {
  --tw-content: attr(data-th)': ';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:start-\[2px\]::after {
  content: var(--tw-content);
  inset-inline-start: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:w-\[60px\]::after {
  content: var(--tw-content);
  width: 60px;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border-2::after {
  content: var(--tw-content);
  border-width: 2px;
}

.after\:border-tertiary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(249 186 61 / var(--tw-border-opacity));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

.first\:list-item:first-child {
  display: list-item;
}

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

.first\:\[--line-before\:\#0000\]:first-child {
  --line-before: #0000;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:mb-14:last-child {
  margin-bottom: 3.5rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:hidden:last-child {
  display: none;
}

.last\:border-0:last-child {
  border-width: 0px;
}

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

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.last\:\[--line-after\:\#0000\]:last-child {
  --line-after: #0000;
}

.odd\:bg-background-lightsecondary:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
}

.even\:bg-background-aquaspring:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 252 / var(--tw-bg-opacity));
}

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.even\:bg-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 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: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-indigo-500:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f3f4f6;
}

.hover\:w-10:hover {
  width: 2.5rem;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:gap-4:hover {
  gap: 1rem;
}

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

.hover\:border-background-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 186 61 / var(--tw-border-opacity));
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 47 64 / var(--tw-border-opacity));
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
}

.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity));
}

.hover\:bg-background-ctalighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 244 225 / var(--tw-bg-opacity));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-container-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 244 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(21 47 64 / 0.1);
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(21 47 64 / var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

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

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring-0:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

.hover\:ring-1:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:ring-background-cta:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 215 190 / var(--tw-ring-opacity));
}

.hover\:before\:w-full:hover::before {
  content: var(--tw-content);
  width: 100%;
}

.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-30:focus {
  z-index: 30;
}

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-background-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 186 61 / var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 47 64 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(185 201 214 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:pl-8:focus {
  padding-left: 2rem;
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:outline-black:focus {
  outline-color: #000;
}

.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: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(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: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.group:hover .group-hover\:block {
  display: block;
}

.group\/swatches:hover .group-hover\/swatches\:flex {
  display: flex;
}

.group:hover .group-hover\:size-cus-icon-cta {
  width: var(--spacing-cus-icon-cta);
  height: var(--spacing-cus-icon-cta);
}

.group:hover .group-hover\:h-5 {
  height: 1.25rem;
}

.group:hover .group-hover\:w-5 {
  width: 1.25rem;
}

.group:hover .group-hover\:-translate-x-0 {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:gap-2 {
  gap: 0.5rem;
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group\/swatches:focus .group-focus\/swatches\:flex {
  display: flex;
}

.group:disabled .group-disabled\:invisible {
  visibility: hidden;
}

.group:disabled .group-disabled\:flex {
  display: flex;
}

.peer:checked ~ .peer-checked\:inline {
  display: inline;
}

.peer:checked ~ .peer-checked\:hidden {
  display: none;
}

.peer:checked ~ .peer-checked\:bg-\[\#152F40\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 64 / var(--tw-bg-opacity));
}

.peer:checked ~ .peer-checked\:after\:translate-x-8::after {
  content: var(--tw-content);
  --tw-translate-x: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

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

.peer:focus ~ .peer-focus\:ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.aria-\[current\=step\]\:font-bold[aria-current=step] {
  font-weight: 700;
}

.aria-\[current\=page\]\:underline[aria-current=page] {
  text-decoration-line: underline;
}

.data-\[expanded\=true\]\:mb-3[data-expanded=true] {
  margin-bottom: 0.75rem;
}

.data-\[expanded\=true\]\:h-auto[data-expanded=true] {
  height: auto;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(21 47 64 / var(--tw-border-opacity));
}

@media (min-width: 390px) {
  .xxs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xxs\:gap-cus-s {
    gap: var(--spacing-cus-s);
  }
}

@media (min-width: 640px) {
  .sm\:-top-4 {
    top: -1rem;
  }

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

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:order-1 {
    order: 1;
  }

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

  .sm\:order-3 {
    order: 3;
  }

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

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

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

  .sm\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-72 {
    height: 18rem;
  }

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

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

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

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

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

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

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

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

  .sm\:w-96 {
    width: 24rem;
  }

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

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

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

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

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

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

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

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

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

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

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

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

  .sm\:py-cus-s {
    padding-top: var(--spacing-cus-s);
    padding-bottom: var(--spacing-cus-s);
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .group\/photo:hover .sm\:group-hover\/photo\:opacity-0 {
    opacity: 0;
  }

  .group\/photo:hover .sm\:group-hover\/photo\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-0 {
    left: 0px;
  }

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

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

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:order-1 {
    order: 1;
  }

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

  .md\:order-3 {
    order: 3;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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\:m-0 {
    margin: 0px;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

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

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:list-item {
    display: list-item;
  }

  .md\:hidden {
    display: none;
  }

  .md\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .md\:size-7 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-10\.5 {
    height: 2.625rem;
  }

  .md\:h-100 {
    height: 25.5198125rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-\[1\.375rem\] {
    height: 1.375rem;
  }

  .md\:h-\[2\.8125rem\] {
    height: 2.8125rem;
  }

  .md\:h-\[20px\] {
    height: 20px;
  }

  .md\:h-\[240px\] {
    height: 240px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

  .md\:w-0\.5 {
    width: 0.125rem;
  }

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

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

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

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

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-10\.5 {
    width: 2.625rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

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

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

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-3\.5 {
    width: 0.875rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

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

  .md\:w-33 {
    width: 8.1875rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-70 {
    width: 17rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[1\.375rem\] {
    width: 1.375rem;
  }

  .md\:w-\[100px\] {
    width: 100px;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[20px\] {
    width: 20px;
  }

  .md\:w-\[240px\] {
    width: 240px;
  }

  .md\:w-\[31\.37\%\] {
    width: 31.37%;
  }

  .md\:w-\[50vw\] {
    width: 50vw;
  }

  .md\:w-\[90px\] {
    width: 90px;
  }

  .md\:w-\[93\.75\%\] {
    width: 93.75%;
  }

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

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

  .md\:min-w-\[100px\] {
    min-width: 100px;
  }

  .md\:max-w-15 {
    max-width: 3.75rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

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

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

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

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

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

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

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

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, 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-row-reverse {
    flex-direction: row-reverse;
  }

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

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:justify-normal {
    justify-content: normal;
  }

  .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-0 {
    gap: 0px;
  }

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

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

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

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

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

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

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

  .md\: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)));
  }

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

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

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

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

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

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

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

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

  .md\:p-cus-1xl {
    padding: var(--spacing-cus-1xl);
  }

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

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

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-cus-1xl {
    padding-left: var(--spacing-cus-1xl);
    padding-right: var(--spacing-cus-1xl);
  }

  .md\:px-cus-2xl {
    padding-left: var(--spacing-cus-2xl);
    padding-right: var(--spacing-cus-2xl);
  }

  .md\:px-cus-l {
    padding-left: var(--spacing-cus-l);
    padding-right: var(--spacing-cus-l);
  }

  .md\:px-cus-xl {
    padding-left: var(--spacing-cus-xl);
    padding-right: var(--spacing-cus-xl);
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-cus-4xl {
    padding-top: var(--spacing-cus-4xl);
    padding-bottom: var(--spacing-cus-4xl);
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }

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

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-cus-3xl {
    padding-bottom: var(--spacing-cus-3xl);
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .md\:pr-15 {
    padding-right: 3.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

  .md\:text-start {
    text-align: start;
  }

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

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

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

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

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-cus-4xs {
    font-size: var(--typo-cus-4xs);
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .md\:text-smx {
    font-size: 0.8125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:text-xxs {
    font-size: 0.6875rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .md\:leading-\[17px\] {
    line-height: 17px;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:before\:content-none::before {
    --tw-content: none;
    content: var(--tw-content);
  }
}

@media (min-width: 1024px) {
  .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\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

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

  .lg\:bottom-auto {
    bottom: auto;
  }

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

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

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

  .lg\:right-auto {
    right: auto;
  }

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

  .lg\:top-2 {
    top: 0.5rem;
  }

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

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

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

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

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

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

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

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

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

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

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

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

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

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-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\:h-16 {
    height: 4rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-\[110px\] {
    height: 110px;
  }

  .lg\:h-\[40vh\] {
    height: 40vh;
  }

  .lg\:h-full {
    height: 100%;
  }

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

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

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-144 {
    width: 36.625rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

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

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

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-\[140px\] {
    width: 140px;
  }

  .lg\:w-\[15\%\] {
    width: 15%;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

  .lg\:w-\[240px\] {
    width: 240px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[30\.38\%\] {
    width: 30.38%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[41\.51\%\] {
    width: 41.51%;
  }

  .lg\:w-\[44\%\] {
    width: 44%;
  }

  .lg\:w-\[46\%\] {
    width: 46%;
  }

  .lg\:w-\[52\%\] {
    width: 52%;
  }

  .lg\:w-\[58\.48\%\] {
    width: 58.48%;
  }

  .lg\:w-\[66\.27\%\] {
    width: 66.27%;
  }

  .lg\:w-\[90\%\] {
    width: 90%;
  }

  .lg\:w-\[calc\(100\%-140px\)\] {
    width: calc(100% - 140px);
  }

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

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

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

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

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

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

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

  .lg\:grid-cols-\[minmax\(0px\2c 1fr\)_26rem\] {
    grid-template-columns: minmax(0px,1fr) 26rem;
  }

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

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

  .lg\:gap-20 {
    gap: 5rem;
  }

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

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

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

  .lg\: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)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

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

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-secondary-lighter {
    border-color: #87A9BF4D;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

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

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

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .lg\:px-cus-2xl {
    padding-left: var(--spacing-cus-2xl);
    padding-right: var(--spacing-cus-2xl);
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

  .lg\:pb-cus-4xl {
    padding-bottom: var(--spacing-cus-4xl);
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-\[60px\] {
    padding-left: 60px;
  }

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

  .lg\:pr-\[60px\] {
    padding-right: 60px;
  }

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

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

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

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

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

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

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

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[62px\] {
    font-size: 62px;
  }

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 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: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

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

  .xl\:mr-32 {
    margin-right: 8rem;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[unset\] {
    height: unset;
  }

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

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

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

  .xl\:w-\[31\.25\%\] {
    width: 31.25%;
  }

  .xl\:w-\[37\.61\%\] {
    width: 37.61%;
  }

  .xl\:w-\[59\.05\%\] {
    width: 59.05%;
  }

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

  .xl\:w-\[65\%\] {
    width: 65%;
  }

  .xl\:w-\[90\%\] {
    width: 90%;
  }

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

  .xl\:grow {
    flex-grow: 1;
  }

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

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

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

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-\[120px\] {
    gap: 120px;
  }

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

  .xl\:gap-x-cus-l {
    -moz-column-gap: var(--spacing-cus-l);
         column-gap: var(--spacing-cus-l);
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\: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)));
  }

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

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

  .xl\:border-none {
    border-style: none;
  }

  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-cus-4xl-test {
    padding-top: var(--spacing-cus-4xl-test);
    padding-bottom: var(--spacing-cus-4xl-test);
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

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

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }
}

@media (min-width: 1536px) {
  .\32xl\:\!-left-10 {
    left: -2.5rem !important;
  }

  .\32xl\:\!-right-10 {
    right: -2.5rem !important;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-\[65\%\] {
    width: 65%;
  }

  .\32xl\:gap-\[20px\] {
    gap: 20px;
  }

  .\32xl\:gap-cus-2xl {
    gap: var(--spacing-cus-2xl);
  }

  .\32xl\:gap-cus-xl {
    gap: var(--spacing-cus-xl);
  }

  .\32xl\:text-cus-2xs {
    font-size: var(--typo-cus-2xs);
  }

  .\32xl\:text-cus-m {
    font-size: var(--typo-cus-m);
  }

  .\32xl\:text-cus-xl {
    font-size: var(--typo-cus-xl);
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-8:where([dir="rtl"], [dir="rtl"] *)::after {
  content: var(--tw-content);
  --tw-translate-x: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 768px) {
  .\[\&\:nth-child\(n\+2\)\]\:max-md\:hidden:nth-child(n+2) {
    display: none;
  }
}

.\[\&\>a\]\:py-7>a {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.\[\&\>a\]\:font-bold>a {
  font-weight: 700;
}

.\[\&\>a\]\:\!text-primary>a {
  --tw-text-opacity: 1 !important;
  color: rgb(21 47 64 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .sm\:\[\&_\.label-street\.sr-only\]\:not-sr-only .label-street.sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:\[\&_\.label-street\.sr-only\]\:invisible .label-street.sr-only {
    visibility: hidden;
  }

  .sm\:\[\&_\.label-street\.sr-only\]\:mb-2 .label-street.sr-only {
    margin-bottom: 0.5rem;
  }
}

.\[\&_\.title\>strong\]\:font-normal .title>strong {
  font-weight: 400;
}

.\[\&_\.title\]\:hidden .title {
  display: none;
}

.\[\&_\.title\]\:text-lg .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_\.title\]\:text-xl .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .md\:\[\&_\.title\]\:text-2xl .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.\[\&_b\]\:font-normal b {
  font-weight: 400;
}

@media (min-width: 768px) {
  .md\:\[\&_label\.sr-only\]\:not-sr-only label.sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:\[\&_label\.sr-only\]\:invisible label.sr-only {
    visibility: hidden;
  }

  .md\:\[\&_label\.sr-only\]\:mb-2 label.sr-only {
    margin-bottom: 0.5rem;
  }
}

.\[\&_li\]\:mt-2 li {
  margin-top: 0.5rem;
}

.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}

.\[\&_p\]\:mb-6 p {
  margin-bottom: 1.5rem;
}

.\[\&_strong\]\:font-normal strong {
  font-weight: 400;
}

.\[\&_ul\]\:m-4 ul {
  margin: 1rem;
}

.\[\&_ul\]\:w-full ul {
  width: 100%;
}

.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}

.\[\&_ul\]\:pl-6 ul {
  padding-left: 1.5rem;
}

.\[\&_ul\]\:text-sm ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_ul\]\:leading-6 ul {
  line-height: 1.5rem;
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}/*
 * Copyright (c) 2024. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */

@font-face {
    font-family: 'cart2quote-iconset';
    src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/Cart2Quote_Quotation/fonts/cart2quote-iconset.eot?juziyy');
    src: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/Cart2Quote_Quotation/fonts/cart2quote-iconset.eot?juziyy#iefix') format('embedded-opentype'),
    url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/Cart2Quote_Quotation/fonts/cart2quote-iconset.ttf?juziyy') format('truetype'),
    url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/Cart2Quote_Quotation/fonts/cart2quote-iconset.woff?juziyy') format('woff'),
    url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/Cart2Quote_Quotation/fonts/cart2quote-iconset.svg?juziyy#cart2quote-iconset') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-c2q_'],
[class*=' icon-c2q_'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'cart2quote-iconset' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

/* Icons */
.icon-c2q_plus:before {
    content: "\e909";
}

.icon-c2q_dustbin:before {
    content: "\e906";
}

.icon-c2q_edit:before {
    content: "\e907";
}

.icon-c2q_reload:before {
    content: "\e908";
}

.icon-c2q_quote:before {
    content: "\e904";
}

.icon-c2q_delete:before {
    content: "\e905";
}

.icon-c2q_arrow-bottom:before {
    content: "\e900";
}

.icon-c2q_arrow-left:before {
    content: "\e901";
}

.icon-c2q_arrow-right:before {
    content: "\e902";
}

.icon-c2q_arrow-top:before {
    content: "\e903";
}

.icon-c2q_dustbin_luma:before {
    content: "\e910";
}

.icon-c2q_edit_luma:before {
    content: "\e911";
}

.block-miniquote .items-total {
    float: none;
    /* Set float to left when Quote Subtotals are visible */
    margin: 0 10px;
}

.block-miniquote .items-total .count {
    font-weight: 700
}

.block-miniquote .subtotal {
    margin: 0 10px;
    text-align: right;
}

.block-miniquote .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
}

.block-miniquote .subtitle {
    display: none
}

.block-miniquote .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 30px 0 20px;
    text-align: center;
}

.block-miniquote .text.empty {
    text-align: center
}

.block-miniquote .block-content > .actions {
    margin-top: 15px
}

.block-miniquote .block-content > .actions > .secondary {
    text-align: center
}

.block-miniquote .block-content > .actions > .primary {
    margin: 0 10px 15px
}

.block-miniquote .block-content > .actions > .primary .action.primary {
    display: block;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px;
    width: 100%;
}

.block-miniquote .block-content > .actions .paypal-logo {
    margin-top: 15px;
    text-align: center;
}

.block-miniquote .block-category-link,
.block-miniquote .block-product-link,
.block-miniquote .block-cms-link,
.block-miniquote .block-banners {
    margin: 15px 0 0;
    text-align: center;
}

.miniquote-wrapper {
    display: inline-block;
    float: right;
}

.minicart-wrapper {
    position: inherit;
}

@media (min-width: 640px) and (max-width: 767px) {
    .miniquote-wrapper {
        margin-top: 0;
    }
}

@media (max-width: 639px) {
    .miniquote-wrapper {
        margin-top: 10px;
    }
}

.miniquote-wrapper:before,
.miniquote-wrapper:after {
    content: '';
    display: table;
}

.miniquote-wrapper:after {
    clear: both
}

.miniquote-wrapper .action.showquote {
    cursor: pointer;
    display: inline-block;
    margin: 3px 0;
    text-decoration: none;
}

.miniquote-wrapper .action.showquote:before {
    color: #757575;
    content: '\e904' !important;
    font-family: 'cart2quote-iconset' !important;
    font-size: 26px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.miniquote-wrapper .action.showquote.active {
    display: inline-block;
    text-decoration: none;
}

.miniquote-wrapper .action.showquote.active:before,
.miniquote-wrapper .action.showquote:hover:before {
    color: #333;
}

.miniquote-wrapper .block-miniquote,
.minicart-wrapper .block-miniquote {
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    display: none;
    list-style: none none;
    margin: 8px 0 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 100;
}

.miniquote-wrapper .block-miniquote li {
    margin: 0;
}

.miniquote-wrapper .block-miniquote li:hover {
    cursor: pointer;
}

.miniquote-wrapper .block-miniquote:before,
.miniquote-wrapper .block-miniquote:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.miniquote-wrapper .block-miniquote:before {
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.miniquote-wrapper .block-miniquote:after {
    border: solid 7px;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.miniquote-wrapper .block-miniquote:before {
    left: 10px;
    top: -12px;
}

.miniquote-wrapper .block-miniquote:after {
    left: 9px;
    top: -14px;
}

.miniquote-wrapper.active {
    overflow: visible;
}

.miniquote-wrapper.active .block-miniquote {
    display: block;
    margin-top: -24px;
}

@media (max-width: 767px) {
    .miniquote-wrapper.active .block-miniquote {
        margin-top: -14px;
    }
}

.miniquote-wrapper .block-miniquote {
    margin-top: -28px;
    padding: 25px 20px;
    right: 5px;
    width: 390px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote {
        right: 15px;
        width: 320px;
    }
}

@media (max-width: 479px) {
    .miniquote-wrapper .block-miniquote {
        width: 290px;
    }
}

.miniquote-wrapper .block-miniquote .block-title {
    display: none;
}

.miniquote-wrapper .block-miniquote:after {
    left: auto;
    right: 82px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote:after {
        left: auto;
        right: 52px;
    }
}

.miniquote-wrapper .block-miniquote:before {
    left: auto;
    right: 83px;
}

@media (max-width: 767px) {
    .miniquote-wrapper .block-miniquote:before {
        left: auto;
        right: 53px;
    }
}

.miniquote-wrapper .product .actions {
    float: right;
    margin: -24px -5px 0 0;
}

.miniquote-wrapper .product .actions > .primary,
.miniquote-wrapper .product .actions > .secondary {
    display: inline;
}

.miniquote-wrapper .product .actions > .primary:not(:last-child),
.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
    margin-right: 10px;
}

.cart2quote-accept-checkout-btn,
.cart2quote-print-quote-btn {
    float: right;
}

.cart2quote-print-quote-btn {
    margin-bottom: 5px;
}

.miniquote-wrapper .action.close {
    -moz-box-sizing: content-box;
    background: none;
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.miniquote-wrapper .action.close:focus,
.miniquote-wrapper .action.close:active {
    background: none;
    border: none;
}

.miniquote-wrapper .action.close:hover {
    background: none;
    border: none;
}

.miniquote-wrapper .action.close.disabled,
.miniquote-wrapper .action.close[disabled],
fieldset[disabled] .miniquote-wrapper .action.close {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none;
}

.miniquote-wrapper .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-wrapper .action.close:before {
    color: #8f8f8f;
    content: '\e905' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 23px;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.miniquote-wrapper .action.close:hover:before {
    color: inherit;
}

.miniquote-wrapper .action.close:active:before {
    color: inherit;
}

.miniquote-wrapper .action.showquote {
    white-space: nowrap;
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #ff5501;
    border-radius: 2px;
    clip: auto;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: -2px 0 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    text-shadow: 0 0 7px #000000;
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none;
}

.miniquote-wrapper .miniquote-widgets {
    margin-top: 15px;
}

.miniquote-items-wrapper {
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    clear: both;
    margin: 0 -20px;
    max-height: 714px;
    overflow-x: auto;
    padding: 15px;
}

.miniquote-items {
    list-style: none none;
    margin: 0;
    padding: 0;
}

.miniquote-items .product-item {
    padding: 20px 0;
}

.miniquote-items .product-item:not(:first-child) {
    border-top: 1px solid #ccc;
}

.miniquote-items .product-item:first-child {
    padding-top: 0;
}

.miniquote-items .product-item-pricing .label {
    display: inline-block;
    width: auto;
}

.miniquote-items .price-miniquote {
    margin-bottom: 5px;
}

.miniquote-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
}

.miniquote-items .product-item-name a {
    color: #1979c3;
}

.miniquote-items .product-item-details {
    padding-left: 88px;
}

.miniquote-items .product-item-details .price {
    font-weight: 700;
}

.miniquote-items .product-item-details .price-including-tax,
.miniquote-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
}

.miniquote-items .product-item-details .weee[data-label] {
    font-size: 1.1rem;
}

.miniquote-items .product-item-details .details-qty {
    margin-top: 10px;
}

.miniquote-items .product > .product-item-photo,
.miniquote-items .product > .product-image-container {
    float: left;
}

.miniquote-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0;
    display: block;
}

.miniquote-items .product .toggle:after {
    color: #8f8f8f;
    margin: -1px 0 0 2px;
    position: absolute;
    font-size: 18px;
}

.miniquote-items .product > .toggle:after {
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
}

.miniquote-items .product .active > .toggle:after {
    content: '\e903' !important;
    font-family: 'cart2quote-iconset' !important;
}

.miniquote-items .product.pricing {
    margin-top: 3px;
}

.miniquote-items .product.options .tooltip.toggle {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .product.options .tooltip.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .product.options .tooltip.toggle:after {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    content: '\e900' !important;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin: -3px 0 0 7px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .product.options .details {
    display: none;
}

.miniquote-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.miniquote-items .update-quote-item {
    font-size: 1.1rem;
    vertical-align: top;
}

.miniquote-items .action.edit,
.miniquote-items .action.delete {
    display: inline-block;
    text-decoration: none;
}

.miniquote-items .action.edit {
    position: relative;
    left: 2px;
}

.miniquote-items .action.delete {
    position: relative;
    top: 1px;
}

.miniquote-items .action.edit > span,
.miniquote-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.miniquote-items .action.edit:before,
.miniquote-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    color: #757575;
    display: inline-block;
    font-family: 'cart2quote-iconset' !important;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.miniquote-items .action.edit:hover:before,
.miniquote-items .action.delete:hover:before {
    color: #333;
}

.miniquote-items .action.edit:active:before,
.miniquote-items .action.delete:active:before {
    color: #757575;
}

.miniquote-items .action.delete:before {
    content: '\e910';
    font-size: 27px;
}

.miniquote-items .action.edit:before {
    content: '\e911';
    font-size: 21px;
}

.miniquote-items .subtitle {
    display: none;
}

.miniquote-wrapper .action.showquote .text,
.miniquote-wrapper .action.showquote .counter-label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media (min-width: 768px), print {
    .miniquote-wrapper {
        margin-left: 13px;
    }
}

.cart.table-wrapper .actions-toolbar {
    box-sizing: unset;
}

.cart.table-wrapper .cart.main.actions td {
    padding-right: 0;
    padding-left: 0;
}

.cart.table-wrapper .cart.main.actions .action.clear {
    display: initial;
}

body .cart.table-wrapper .product-item-details {
    padding-bottom: 0;
}

.actions-toolbar .action-edit {
    float: right;
}

.actions-toolbar .action-delete {
    float: right;
}

@media speech {
    .miniquote-wrapper .action.showquote:before {
        speak: none;
    }

    .miniquote-wrapper .action.showquote.active:before {
        speak: none;
    }

    .miniquote-wrapper .action.close:before {
        speak: none;
    }

    .miniquote-items .product.options .tooltip.toggle:after {
        speak: none;
    }

    .miniquote-items .action.edit:before,
    .miniquote-items .action.delete:before {
        speak: none;
    }
}

.quotation-quote-index .opc-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.quotation-quote-index .opc-wrapper .step-content {
    margin-bottom: 20px;
}

.quotation-quote-index .opc-wrapper .title {
    display: block;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 300;
}

.quotation-quote-index .opc-wrapper .opc > .title {
    margin: 0 0 20px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ccc;
}

.cart-summary .block .title strong {
    display: block;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.cart-summary .block.active .title {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .quotation-quote-index .cart-summary .block .fieldset .field > .label {
        display: block;
    }
}

.quotation-quote-index #billing .step-title,
.quotation-quote-index #shipping .step-title,
.quotation-quote-index #opc-shipping_method .step-title {
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
}

.quotation-quote-index #billing.active .step-title,
.quotation-quote-index #shipping.active .step-title,
.quotation-quote-index #opc-shipping_method.active .step-title {
    border-bottom: 0;
}

.quotation-quote-index #billing .step-title:after,
.quotation-quote-index #shipping .step-title:after,
.quotation-quote-index #opc-shipping_method .step-title:after {
    color: #858585;
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    font-size: 18px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 1;
}

.quotation-quote-index #billing.active .step-title:after,
.quotation-quote-index #shipping.active .step-title:after,
.quotation-quote-index #opc-shipping_method.active .step-title:after {
    content: '\e903' !important;
}

.quotation-quote-index #billing .billing-same-as-shipping {
    padding: 20px 0;
}

.quotation-quote-index #billing .billing-same-as-shipping label {
    font-weight: 600;
}

.quote-summary {
    -ms-flex-order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
    float: right;
    margin-bottom: 25px;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
    width: 48%;
}

.quotation-quote-index .cart-summary {
    padding: 15px;
    width: 100%;
}

.quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 50% !important;
}

.quotation-quote-index .opc-wrapper .billing-address-details {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 35px 0px 20px;
    transition: 0.3s border-color;
    width: 100% !important;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
    .quotation-quote-index .opc-wrapper .shipping-address-item {
        width: 100% !important;
    }
}

@media all and (min-width: 768px), print {
    .quotation-quote-index .authentication-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .quotation-quote-index .quote-details-container .authentication-wrapper {
        margin: 0 0 -21px 0;
    }

    .quotation-quote-index .table-checkout-shipping-method {
        min-width: 0 !important;
        width: 100%;
    }

    .quotation-quote-index .opc-wrapper .shipping-address-item::before,
    .quotation-quote-index .opc-wrapper .billing-address-details::before {
        width: 0 !important;
    }

    .quotation-quote-index .form-cart {
        max-width: 65% !important;
    }

}

@media (max-width: 767px) {
    .quotation-quote-index .quote-details-container .authentication-wrapper {
        margin: 0;
    }
}

.quotation-quote-index .hide-field {
    display: none !important;
}

div.date-zone {
    font-size: 16px;
    margin: 5px 0;
    text-align: right;
}

.quotation-quote-index .control.comment {
    margin-top: 10px;
}

.quotation-quote-index .control.comment a {
    position: relative;
    display: block;
}

.quotation-quote-index .control.comment a:after, .quotation-quote-index .control.comment.active a:after {
    content: '\e900' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    color: #757575;
    font-size: 15px;
    position: absolute;
}

.quotation-quote-index .control.comment.active a:after {
    content: '\e903' !important;
}

.quotation-product-comment {
    margin-top: 10px;
    min-height: 82px;
    min-width: auto;
    max-width: 250px;
}

.quotation-quote-index .opc-wrapper .fieldset > .field > .label, .quotation-quote-index .opc-wrapper .fieldset > .fields > .field > .label {
    font-weight: 600;
}

/* Request for Quote button */
.movetoquote-button,
.movetocart-button,
.directquote-button,
.miniquote-movetocart-button,
.minicart-movetoquote-button,
div.products-grid .toquote {
    padding: 7px;
    width: auto;
    padding-top: 8px;
    padding-bottom: 10px;
}

div.products-grid .tocart {
    margin: 5px 0;
}

div.list .tocart {
    margin: 5px 0;
}

.product-addtoquote-button,
.quote-btn-list,
.action.upload.secondary {
    background: transparent;
    border: 2px solid #1979c3;
    color: #1979c3;
    width: 100%;
    box-shadow: none;
}

.action.upload.secondary {
    font-size: 1.6rem;
    padding: 10px;
}

@media (min-width: 768px), print {
    .product-addtoquote-button,
    .quote-btn-list {
        background: transparent;
        border: 2px solid #1979c3;
        color: #1979c3;
        width: auto;
    }

    .table-comparison .tocart {
        margin-bottom: 5px;
    }
}

.action.upload.secondary:hover {
    background: #1979c3;
    border-color: #1979c3;
    color: #fff;
}

.action.upload.secondary:focus, .action.upload.secondary:active {
    background: #006bb4;
    border-color: #006bb4;
    color: #fff;
}

.product-addtoquote-button {
    font-size: 1.8rem;
    height: 47px;
}

.product-info-main .product-addtoquote-button,
.product-add-form .product-addtoquote-button {
    line-height: 2.2rem;
    width: 100%;
    font-size: 1.8rem;
}

@media (min-width: 768px), print {
    .product-info-main .product-addtoquote-button,
    .product-add-form .product-addtoquote-button {
        padding: inherit;
        width: 49%;
        margin-right: 1%;
        margin-bottom: 15px;
    }
}

.movetoquote-button,
.movetocart-button,
.directquote-button,
.miniquote-movetocart-button,
.minicart-movetoquote-button {
    border: 2px solid #1979c3;
}

.product-addtoquote-button:hover,
.quote-btn-list:hover {
    background: #1979c3;
    border: 2px solid #1979c3;
    box-shadow: none;
    color: #fff;
}

@media (min-width: 768px), print {
    div.products-grid .toquote {
        width: auto;
        min-width: 103px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.movetoquote-button:hover,
.movetocart-button:hover,
.directquote-button:hover,
.miniquote-movetocart-button:hover,
.minicart-movetoquote-button:hover {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

.movetoquote-button:focus,
.movetocart-button:focus,
.directquote-button:focus,
.miniquote-movetocart-button:focus,
.minicart-movetoquote-button:focus,
.product-addtoquote-button:focus,
.quote-btn-list:focus {
    background: #006bb4;
    border: 2px solid #006bb4;
    color: #fff;
}

@media (min-width: 768px), print {
    .cart.table-wrapper .item .col.item {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
    .quotation-quote-index .item {
        width: 100%;
    }

    .quotation-quote-index .product-item-name {
        width: auto;
    }

    .quotation-quote-index .product-image-container {
        width: 100px;
    }
}

.c2q-price {
    font-size: 1.3rem;
    font-weight: 700;
}

.both-prices-excluding {
    padding-bottom: 4px;
    margin-bottom: 3px;
}

.both-prices-including {
    padding-bottom: 11px;
}

.both-prices-excluding span,
.both-prices-including span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

.both-prices-excluding .tax-label,
.both-prices-including .tax-label {
    display: block;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
}

.both-prices-excluding .tax-label span,
.both-prices-including .tax-label span {
    display: inline-block;
    font-size: 1.1rem;
}

.col.qty .both-prices-including:last-child {
    padding-bottom: 0;
}

.col.qty .both-prices-including,
.col.qty .item .both-prices-including {
    padding-bottom: 45px;
}

@media (max-width: 640px) {
    .col.qty .both-prices-including,
    .col.qty .item .both-prices-including {
        padding-bottom: 13px;
    }
}

.price-including span,
.price-excluding span {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    padding: 4.5px 0;
}

.price-including .tax-label,
.price-excluding span.tax-label {
    padding: 0;
}

.col.qty .item {
    font-weight: 700;
}

.col.qty .item .title,
.col.qty .item .content {
    display: inline-block;
}

@media (max-width: 640px) {
    .col.tier {
        text-align: right;
    }
}

.col.tier input[type='radio'] {
    margin: 0;
}

@media (max-width: 640px) {
    .col.tier input[type='radio'] {
        margin: 2px 5px 0 0;
    }
}

.col.del .action.action-delete {
    color: inherit;
}

.single-price-break {
    height: 3px;
}

.both-prices-break {
    height: 46px;
}

.col.tier div:last-child {
    height: 0;
}

.miniquote-movetocart-button,
.minicart-movetoquote-button {
    width: 100%;
}

.input-text.tierqty {
    margin-top: 5px !important;
}

button#quoteawish.action.primary.quoteawish {
    display: inline-block !important;
}

button#notquotable.action.primary.notquotable {
    display: inline-block !important;
}

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

.tiers-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.quotation-quote-index .cart.table-wrapper th.col.qty {
    text-align: center;
}

.quotation-quote-index .cart.table-wrapper td.col.qty {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart.table-wrapper td.col.qty {
        text-align: right;
    }
}

.cart.table-wrapper .add-row-tier, .add-row-tier.actions-toolbar, .cart.table-wrapper .tiers-block .actions-toolbar {
    padding-bottom: 0;
}

.field.qty.tier-qty {
    position: relative;
    padding-right: 14px;
}

@media (max-width: 767px) {
    .field.qty.tier-qty {
        text-align: right;

        padding-right: 0;
    }
}

.cart.table-wrapper .field.qty.tier-qty input {
    width: 60px;
}

body .cart.table-wrapper .tier-qty .action-delete {
    position: absolute;
    right: -25px;
    top: 12px;
}

.action.action-addtier {
    position: relative;
    right: 55px;
    bottom: -4px;
    margin-bottom: 20px;
    color: #757575;
    font-size: 13px;
}

.action.action-addtier:hover {
    color: #333333;
}

.action.action-addtier span {
    display: none;
}

.tier-qty .field-tooltip {
    position: relative;
}

.tier-qty .field-tooltip-content {
    display: none;
    top: 0;
    text-align: left;
}

.cart.table-wrapper .action-addtier.field-tooltip {
    text-align: center;
    border: 1px solid #c2c2c2;
    width: 60px;
    height: 36px;
    display: inline-block;
    right: 0;
    bottom: auto;
    top: 5px;
    margin: 0;
    opacity: .5;
}

.cart.table-wrapper .action-addtier.field-tooltip:hover {
    opacity: 1;
}


.action-addtier.field-tooltip:hover + .field-tooltip-content {
    display: block;
    left: auto;
    right: -288px;
}

@media (max-width: 767px) {
    .action-addtier.field-tooltip:hover + .field-tooltip-content {
        right: -80px;
        top: 56px;
        left: auto;
        white-space: normal;
    }

    .action-addtier.field-tooltip:hover + .field-tooltip-content:before,
    .action-addtier.field-tooltip:hover + .field-tooltip-content:after {
        right: 50%;
        margin-right: -35px;
    }
}


.cart.table-wrapper .tier-qty .action-delete:before {
    font-size: 16px;
}

.action.action-addtier:before {
    content: '\e909' !important;
    font-family: 'cart2quote-iconset' !important;
    font-weight: bold;
    color: #757575;
    font-size: 17px;
    line-height: 36px;
}

.action.action-addtier:hover, .action.action-addtier:active, .action.action-addtier:hover:before {
    text-decoration: none;
}

#customer-email-fieldset {
    padding-bottom: 20px;
}

.cart-summary {
    width: 100%;
    min-width: 0;
    padding: 20px;
    order: 2;
    -webkit-order: 2;
    background: #f5f5f5;
}

.quote-details-container {
    float: right;
    width: 40%;
    padding: 0 0 0 50px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

@media (max-width: 767px) {
    .quote-details-container {
        width: 100%;
        padding-left: 0;
    }
}

.quote-details-container .step-title {
    line-height: 1;
    font-family: inherit;
    font-weight: 300;
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
    body.quotation-quote-index .cart-summary {
        max-width: 35%;
        width: 35%;
        float: right;
    }
}

@media (max-width: 767px) {
    body.quotation-quote-index .cart-summary {
        order: 1;
        -webkit-order: 1;
    }

    body.quotation-quote-index .quote-details-container .cart-summary {
        order: 2;
        -webkit-order: 2;
    }
}

@media (max-width: 767px) {
    .cart-summary {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    body.quotation-quote-index .quote-details-container .cart-summary {
        float: none;
        width: 100%;
        max-width: 100%;
    }
}

.cart-summary .form.form-login {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    background: transparent;
    border-bottom: 0;
}

@media (max-width: 767px) {
    .cart-summary .form.form-login {
        padding: 0;
    }
}

.cart-summary .form.form-login .fieldset .field {
    margin-bottom: 0;
}

.fieldset > .field:last-child, .fieldset > .fields > .field:last-child {
    margin-bottom: 20px;
}

.cart-summary .form.methods-shipping {
    background: transparent;
}

@media (max-width: 767px) {
    .cart-summary .form.methods-shipping {
        padding: 0;
        border: 0;
    }
}

.cart-summary .authentication-wrapper button span {
    color: inherit;
}

.cart-summary .form-login {
    border-bottom: 0;
}

.cart-summary .fieldset {
    margin: 0;
}

.cart-summary #co-select-form {
    margin-top: 0;
    margin-bottom: 20px;
}

.cart-summary #co-select-form label {
    font-weight: 600;
}

.cart-summary #co-select-form div {
    padding: 2px 0;
}

.cart-summary #co-guest-form {
    margin-bottom: 15px;
}

.cart-summary #co-guest-form label {
    font-weight: 600;
}

.cart-summary #co-guest-form .co-guest-form-explainer {
    display: none;
    font-weight: 400;
    padding: 7px 12px;
    margin: 10px 0 0 0;
    background: #e8e8e8;
    border-radius: 1px;
}

.cart-summary #co-guest-form input[type="checkbox"]:checked + label span.co-guest-form-explainer {
    display: block;
}

.cart-summary .field.choice {
    display: block;
    clear: both;
    float: none;
    margin: 13px 0;
}

@media (max-width: 767px) {
    .cart-summary .checkout-methods-items {
        padding: 0;
    }
}

@media (max-width: 639px) {
    .cart-summary .checkout-methods-items {
        padding: 0 15px;
    }
}

.cart-summary .field.choice:first-child {
    margin-top: 0;
}

.cart-summary .field.choice:last-child {
    margin-bottom: 20px;
}

.file-upload-container {
    float: right;
    width: 40%;
}

.quote-details-container .file-upload-container {
    order: 1;
    -webkit-order: 1;
    padding: 15px 15px 20px 15px;
    width: 100%;
    background: none;
    background: #f5f5f5;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .quote-details-container .file-upload-container {
        order: 1;
        -webkit-order: 1;
    }
}

.file-upload-container ul:not(.uploaded-files) {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.file-upload-container ul:not(.uploaded-files) i {
    font-style: normal;
}

.file-upload-container ul.uploaded-files {
    padding: 10px 0 0px 0;
    margin: 13px 0 0 0;
    list-style: none;
}

.file-upload-container ul.uploaded-files.empty {
    margin: 13px 0 5px 0;
    padding: 0;
}

.file-upload-container ul.uploaded-files li {
    padding: 4px 10px 4px 0;
}

.file-upload-container ul.uploaded-files a.action-delete {
    position: relative;
    padding-left: 20px;
}

.file-upload-container ul.uploaded-files a.action-delete i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

#fileUpload .upload-header p, #fileUpload .upload-row div {
    float: left;
    width: 50%;
    font-weight: 600;
}

.file-upload-container .upload-header p {
    margin-bottom: 7px;
}

.file-upload-container.upload-header p:nth-child(2) {
    padding-left: 10px;
}

.file-upload-container .upload-row {
    padding: 5px 0;
}

.file-upload-container input[type="text"] {
    padding: 3px 10px;
}

.file-upload-container input[type="file"] {
    width: 100%;
}

.file-upload-container div.upload-row-title {
    padding-right: 10px;
}

.file-upload-container div.upload-message {
    display: none;
}

.file-upload-container .uploaded-files {
    padding: 11px 0 2px 20px;
    list-style: inherit;
    border-top: 1px solid #ccc;
}

.file-upload-container .uploaded-files:after, .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.file-upload-container li {
    margin: 0;
    padding: 4px 0;
}


.file-upload-container button.action {
    width: 100%;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart-container {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
    }
}

.cart-container * {
    box-sizing: border-box;
}


.quotation-quote-index .cart-container .form.form-cart {
    width: 60%;
    min-width: 60%;
    padding: 0;
}

@media (max-width: 767px) {
    .quotation-quote-index .cart-container .form.form-cart {
        width: 100%;
        min-width: 100%;
        order: 3;
        -webkit-order: 3;
    }
}

div .action.secondary.cart2quote-reject-btn {
    float: right;
    margin-bottom: 5px;
    width: 159px;
}

.rejected_success {
    margin-bottom: 39px;
}

div .action.primary.reject-proposal-button {
    margin-top: 10px;
}

.action.primary.cart2quote-accept-checkout-btn,
button.action.cart2quote-print-quote-btn,
.quote.main.actions.clearfix .action.cart2quote-print-quote-btn {
    margin-left: 5px;
    margin-top: -32px;
}

div .return_to_quotation_view_btn {
    margin-top: 8px;
    height: 33px
}

.action.primary.checkout.movetoquote.movetoquote-button {
    width: 100%;
    padding: 14px 17px;
}

.action.primary.checkout.movetocart.movetocart-button {
    width: 100%;
    padding: 14px 17px;
    line-height: 2.2rem;
    font-size: 1.8rem;
}

#miniquote-movetocart,
#minicart-movetoquote {
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px;
}

#minicart-movetoquote {
    margin-top: 10px;
}

#quotation_quote_success_page {
    text-align: center;
}

#quotation_quote_success_continue_shopping.actions-toolbar .primary {
    float: unset;
}

#quotation_quote_success_continue_shopping {
    text-align: center;
}

.quote-rejected-success-page {
    text-align: center;
}

body .order-details-items.file-uploads table thead th, body .order-details-items.file-uploads table thead td {
    display: table;
    width: 100%;
}

body .order-details-items.file-uploads ul, body .order-details-items.file-uploads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .order-details-items.file-uploads .field-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

body .order-details-items.file-uploads ul li:nth-child(odd) {
    background: #f5f5f5;
}

body .order-details-items.file-uploads ul li a {
    display: block;
    padding: 10px 20px;
}

body .order-details-items.file-uploads table thead th, body .order-details-items.file-uploads table thead td {
    display: table;
    width: 100%;
}

body .order-details-items.file-uploads ul, body .order-details-items.file-uploads ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

body .order-details-items.file-uploads .field-label {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
}

body .order-details-items.file-uploads ul li:nth-child(odd) {
    background: #f5f5f5;
}

body .order-details-items.file-uploads ul li a {
    display: block;
    padding: 10px 20px;
}

body.quotation-quote-view .table-order-items .action.action-delete:before {
    font-family: 'cart2quote-iconset' !important;
    content: "\e910";
    font-size: 27px;
    color: #757575;
    margin: 0;
    top: -7px;
    position: relative;
    right: -10px;
}

body.quotation-quote-view .table-order-items .action.action-delete:hover:before,
body.quotation-quote-view .table-order-items .action.action-delete:hover {
    text-decoration: none;
    color: #333333;
}

.cart2quote-print-quote-btn {
    margin-right: 168px;
}

.quote-date.date-zone.created_by {
    float: left;
}

.quote.main.actions.clearfix .action.primary.cart2quote-accept-checkout-btn {
    margin-top: -4px;
}

.quote-actions {
    margin-top: 37px;
}
#mb-ajaxcart-wrapper {
    width: 550px;
    max-width: 100%;
}

#mb-ajaxcart-wrapper .ajaxcart-success-box .success-content {
    overflow-y: auto !important;
    height: 420px;
}

#mb-ajaxcart-wrapper .ajaxcart-success-box .error-content {
    overflow-y: auto !important;
    height: 360px;
}

#mb-ajaxcart-wrapper img.image {
    max-width: 100%;
    float: left;
    width: 35%;
    margin: 10px;
}

#mb-ajaxcart-wrapper .product-add-form {
    float: right;
    width: 60%;
}

#mb-ajaxcart-wrapper .product-name {
    font-weight: 600;
    margin-top: 20px;
    font-family: 'MontserratAlternates';
}

#mb-ajaxcart-wrapper .price-box {
    margin: 7px 0;
}

#mb-ajaxcart-wrapper .price-box .price {
    color: #3399cc;
    font-size: 16px;
    font-weight: bold;
}

#mb-ajaxcart-wrapper .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: 100%;
}

#mb-ajaxcart-wrapper .product-options-wrapper .fieldset .field {
    margin-bottom: 10px;
}

#mb-ajaxcart-wrapper .product-add-form .actions {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}

#mb-ajaxcart-wrapper .product-add-form .actions button.primary {
    width: auto;
    line-height: 1.6rem;
    padding: 7px 15px;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
}

#mb-ajaxcart-wrapper .product-add-form .actions button.primary span {
    line-height: 25px;
}

@media (max-width: 480px) and (orientation: landscape) {
    #mb-ajaxcart-wrapper {
        overflow-y: auto !important;
        max-height: 300px;
    }
}
#ajaxcart_cancel{
    border: 1px solid #d5dde1;
    background: #ffffff;
    color: var(--primary-color);
}
#ajaxcart_cancel:hover{
    border: 1px solid #d5dde1;
    background: var(--primary-color);
    color: #ffffff;
}
.ajaxcart-product-image {
    display: inline;
    margin: 5px;
}

.ajaxcart-success-box {
    text-align: center;
}

#mb-ajaxcart-wrapper .ajaxcart-success-box img.image {
    float: none;
}

#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons {
    float: left;
    width: 100%;
    margin: 10px 0 25px;
}

#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons button {
    margin: 0 5px;
    border: 2px solid #F9BA3D;
}

@media (max-width: 768px) {
    #mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons button {
        margin: 0 5px 15px 5px;
    }
}

#mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons button:hover {
    background-color: #153040 !important;
    color: #FFFFFF !important;
    border: 2px solid #153040;
}

#mb-ajaxcart-wrapper p.error-message {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
    padding-left: 45px;
    position: relative;
}

/*Upgrade*/
.mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo {
    margin-top: 10px;
    font-size: 16px;
}

.mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo p {
    margin-bottom: 15px;
}


.mb-ajaxsuite-popup-border .block.related {
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid lightgrey;
}

.mb-ajaxsuite-popup-border .block.related .block-actions {
    display: none;
}

.mb-ajaxsuite-popup-border .block.related .product-item-info .field.choice.related {
    display: none;
}

.mb-ajaxsuite-popup-border .block.related .product-item-info .product-item-actions {
    display: none;
}
@media (min-width: 980px) {

    .mb-ajaxsuite-popup-wrapper {
        max-width: 70%;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    .mb-ajaxsuite-popup-wrapper {
        max-width: 80%;
        display: block;
    }
}

@media(min-width: 480px) and (max-width: 767px) {

    .mb-ajaxsuite-popup-wrapper {
        max-width: 90%;
        display: block;
    }
}

@media(max-width: 479px) {

    .mb-ajaxsuite-popup-wrapper {
        max-width: 90%;
        display: block;
    }
}
.mb-ajaxsuite-popup-wrapper {
    top: 10%;
    left: 30%;
    display: none;
    position: fixed;
    background: white;
    z-index: 999;
}

.mb-ajaxsuite-popup-wrapper img.mb-ajaxsuite-close {
    position: absolute;
    cursor: pointer;
    height: 25px;
    top: 5px;
    right: 5px;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .mb-login-popup-title-logo {
    background-image: url('../../frontend/DTLM/ThemeHyvaLM/fr_FR/DTLM_Ajaxcart/images/login.png');
    background-repeat: no-repeat;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup .center{
    text-align: center;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title {
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    color: floralwhite;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup-title strong {
    font-size: 18px;
}

.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
    margin: 10px;
}

/*Blank black*/
#mb-ajaxsuite-blank {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000000;
    position: fixed;
    top: 0;
    z-index: 100;
    display: none;
    left: 0;
}

.mb-ajaxsuite-popup-wrapper {
    z-index: 200;
}
.shake-and-hide-element{-moz-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-o-animation:hide-element 0s ease-in 5s forwards,shake-element 1s;animation:hide-element 0s ease-in 5s forwards,shake-element 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@keyframes shake-element{0%,100%{transform:translateX(0)}
10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@-webkit-keyframes shake-element{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes hide-element{to{width:0;height:0;padding:0;margin:0;overflow:hidden}}@-webkit-keyframes hide-element{to{width:0;height:0;padding:0;margin:0;visibility:hidden}}.warning-icon{width:20%;max-width:30px;font-size:21px;display:inline-block;vertical-align:middle}
.trustbox-message-text{width:80%;display:inline-block;vertical-align:middle}.trustbox-message-box{background-color:#fcf8e3;color:#8a6d3b;padding:15px;margin-bottom:20px;border-radius:4px;border:1px solid;border-color:#faebcc}/*
 * Copyright (c) 2024. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */

.quick-quote-wrapper * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro';
    font-size: 1.5rem;
    font-weight: 300;
}

.quick-quote-wrapper .modals-overlay {
    background: #222;
    opacity: .3;
}

.quick-quote-wrapper .modal-inner-wrap {
    -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    -webkit-box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .22);
    box-sizing: border-box;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 900px;
    z-index: 999;
}

@media (max-width: 991px) {
    .quick-quote-wrapper .modal-inner-wrap {
        width: 96%;
    }
}

.quick-quote-wrapper .modal-header {
    background: #6f7983;
    border-bottom: 1px solid #444f5a;
    margin: 0;
    padding: 12px 20px;
    position: relative;
}

.quick-quote-wrapper .modal-header h1 {
    border: 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 200;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.quick-quote-modal .content {
    display: table;
    width: 100%;
}

@media (max-width: 767px) {
    .quick-quote-modal .content {
        display: block;
    }
}

.quick-quote-modal .quoted-product {
    background: #edebe4;
    color: #6f6f6f;
    display: table-cell;
    padding: 30px 40px 30px 40px;
    position: relative;
    vertical-align: top;
    width: 30%;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product {
        padding: 20px 20px 40px 20px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product {
        padding: 15px 20px 20px 20px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product {
        display: block;
        width: 100%;
    }
}

.quick-quote-modal .quoted-product:after {
    background: rgb(237, 235, 228);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmUzZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(237, 235, 228, 1)), color-stop(100%, rgba(230, 227, 221, 1)));
    background: -webkit-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -o-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: -ms-linear-gradient(left, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    background: linear-gradient(to right, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
    bottom: 0;
    content: '';
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edebe4', endColorstr='#e6e3dd', GradientType=1);
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product:after {
        background: rgb(237, 235, 228);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmUzZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 235, 228, 1)), color-stop(100%, rgba(230, 227, 221, 1)));
        background: -webkit-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -o-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: -ms-linear-gradient(top, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        background: linear-gradient(to bottom, rgba(237, 235, 228, 1) 0%, rgba(230, 227, 221, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edebe4', endColorstr='#e6e3dd', GradientType=0);
        height: 20px;
        left: 0;
        top: auto;
        width: 100%;
    }
}

.quick-quote-modal .quoted-product p.quoted-product-header span {
    font-size: 2.2rem;
}

.quick-quote-modal .quoted-product .product {
    position: relative;
    z-index: 9;
}

.quick-quote-modal .quoted-product .quoted-items {
    margin: 20px -40px 0 -40px;
    position: relative;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after,
.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
    display: inline-block; /* Force Cart2Quote Iconset */
    font-family: 'cart2quote-iconset' !important;
    font-size: 12px;
    margin-top: 5px;
    position: absolute;
    right: 40px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after,
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
        right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:after {
    content: '\e900';
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header:after {
    content: '\e903';
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header {
    border-bottom: 1px solid #e0e0df;
    border-top: 1px solid #e0e0df;
    cursor: pointer;
    line-height: 1;
    margin: 0;
    padding: 20px 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-header {
    border-bottom-color: transparent;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header span {
    display: inline;
    font-size: 1.8rem;
    line-height: 1;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header:before {
    background: #1979c3;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-content {
    padding: 0 40px;
    position: relative;
}

@media (max-width: 991px) {
    .quick-quote-modal .quoted-product .quoted-items .quoted-items-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-content .product-image {
    display: none;
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content {
    margin-top: -15px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content {
        margin-top: 0;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content:before {
    background: #1979c3;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: -1px;
    width: 3px;
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper {
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper {
        padding-bottom: 15px;
    }
}

.quick-quote-modal .quoted-product .quoted-items.active .quoted-items-content .product-wrapper:last-child {
    padding-bottom: 0;
}

.quick-quote-modal .quoted-product .quoted-items .quoted-items-header span.quote-counter {
    background: #1979c3;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 16px;
    line-height: 16px;
    margin: -5px 0 0 5px;
    position: absolute;
    text-align: center;
    width: 16px;
}

.quick-quote-modal .quoted-product a.view-request {
    color: inherit;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}

.quick-quote-modal .quoted-product a.view-request:hover {
    text-decoration: none;
}

.quick-quote-modal .quoted-product a.view-request span {
    color: inherit;
}

.quick-quote-modal .quoted-product .product-wrapper:first-of-type {
    display: block;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .product {
        display: table;
    }
}

.quick-quote-modal .quoted-product .product b {
    font-weight: 600;
}

.quick-quote-modal .quoted-product .product-name {
    margin-bottom: 0;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .product-name {
        margin-top: 0;
    }
}

.quick-quote-modal .quoted-product .product-name a {
    color: inherit;
    font-size: 1.5rem;
    font-weight: 600;
}

.quick-quote-modal .quoted-product .product.options .toggle {
    cursor: pointer;
}

.quick-quote-modal .quoted-product .product.options .toggle:after,
.quick-quote-modal .quoted-product .product.options.active .toggle:after {
    font-family: 'cart2quote-iconset' !important; /* Force Cart2Quote Iconset */
    font-size: 12px;
    margin-left: 3px;
}

.quick-quote-modal .quoted-product .product.options .toggle:after {
    content: '\e900';
}

.quick-quote-modal .quoted-product .product.options.active .toggle:after {
    content: '\e903';
}

.quick-quote-modal .quoted-product .price-container .price-wrapper > span:not(.price) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper .price-excluding-tax .price,
.quick-quote-modal .quoted-product .price-container .price-wrapper .price-excluding-tax:before {
    font-size: 1.2rem;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper .price,
.quick-quote-modal .quoted-product .price-container .price-wrapper > b .price-wrapper:first-of-type .price {
    font-size: 1.5rem;
}

.quick-quote-modal .quoted-product .price-container .price-wrapper > b {
    display: block;
    padding: 5px 0;
}

.quick-quote-modal .quoted-product .product-qty {
    margin: 0;
}

.quick-quote-modal .quoted-product .product-qty b {
    padding-left: 3px;
}

.quick-quote-modal .quoted-product .toggle-options {
    margin-bottom: 10px;
}

.quick-quote-modal .quoted-product .toggle-options .icon-c2q_arrow-bottom:before {
    font-size: 1.2rem;
    margin-left: 4px;
    margin-top: 6px;
    position: absolute;
}

.quick-quote-modal .quoted-product .toggle-options #toggle-options[type='checkbox'] {
    display: none;
}

.quick-quote-modal .quoted-product .toggle-options .product-options {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.quick-quote-modal .quoted-product .product.options.list {
    margin: 10px 0 10px 4px;
    padding-left: 10px;
    position: relative;
}

.quick-quote-modal .quoted-product .product.options.active .content {
    display: block;
}

.quick-quote-modal .quoted-product .product.options .content {
    display: none;
}

.quick-quote-modal .quoted-product .product.options.list:before {
    background: #c1c1c1;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.quick-quote-modal .quoted-product .product.options.list dt.label {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2px;
}

.quick-quote-modal .quoted-product .product.options.list dd:last-child {
    margin-bottom: 0;
}

.quick-quote-modal .quoted-product .toggle-options #toggle-options[type='checkbox']:checked + .product-options,
.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
    border-bottom: 1px solid #cac8c3;
    display: block;
    height: auto;
    margin-bottom: 10px;
    opacity: 1;
    overflow: auto;
    padding-bottom: 12px;
    padding-top: 8px;
    position: relative;
    z-index: 9;
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li {
    border-bottom: 1px solid #cac8c3;
    padding-bottom: 8px;
}

.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2),
.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) ~ li {
    border-bottom: 1px solid #cac8c3;
}

.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) .product-name,
.quick-quote-modal .quoted-product .grouped-product li:nth-last-child(2) ~ li .product-name {
    margin-top: 8px;
}

.quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li:last-child {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .quick-quote-modal .quoted-product .grouped-product .toggle-options .product-options li:first-child .product-name {
        margin-top: 0;
    }
}

.quick-quote-modal .product-image .image-wrapper {
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .09);
    margin-top: 0;
    padding: 10px;
}

.quick-quote-modal .product-image .image-wrapper a {
    display: block;
    margin: 0 auto;
    max-width: 165px;
    width: 165px;
}

.quick-quote-modal .product-image .image-wrapper img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image .image-wrapper img {
        height: auto !important; /* Overwrite default image size for mobile */
        width: 80px !important; /* Overwrite default image size for mobile */
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image {
        display: table-cell;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-image .image-wrapper a {
        height: auto;
        margin-top: 4px;
        padding: 3px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .product-details {
        display: table-cell;
        padding-left: 10px;
        vertical-align: top;
    }
}

.quick-quote-modal .quote-form {
    background: #fff;
    display: table-cell;
    padding: 30px 40px 140px 40px;
    vertical-align: top;
    width: 70%;
}

@media (max-width: 991px) {
    .quick-quote-modal .quote-form {
        padding: 20px 30px 140px 30px;
    }
}

@media (max-width: 767px) {
    .quick-quote-modal .quote-form {
        display: block;
        padding: 15px 20px 140px 20px;
        width: 100%;
    }
}

@media (max-width: 599px) {
    .quick-quote-modal .quote-form {
        padding-bottom: 45px;
    }
}

.quick-quote-modal .quote-form .fieldset .field {
    margin: 0;
}

.quick-quote-modal .quote-form .fieldset .field .label {
    float: none;
    margin: 0 0 2px 0;
    padding: 0;
    text-align: left;
    width: auto;
}

.quick-quote-modal .quote-form .fieldset .field .control {
    float: none;
    width: 100%;
}

.quick-quote-modal .quote-form p.quote-form-header {
    margin: 0;
}

.quick-quote-modal .quote-form p.quote-form-header span {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.quick-quote-modal .quote-form p.quote-form-subheader {
    margin-bottom: 25px;
}

.quick-quote-modal .quote-form p.quote-form-subheader span {
    display: block;
    font-size: 1.6rem;
}

.quick-quote-modal .quote-form p.quote-form-subheader {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
}

.quick-quote-modal .quote-form .field.required:after,
.quick-quote-modal .quote-form .fieldset .field .label:after {
    font-size: 1.4rem;
    left: -1px;
    margin: 0;
    position: relative;
    top: -2px;
}

.quick-quote-modal .quote-form input,
.quick-quote-modal .quote-form textarea {
    -webkit-box-shadow: inset 0 2px 2px #eee;
    -webkit-font-smoothing: subpixel-antialiased !important;
    background-color: #fff;
    border: 1px solid #d9d4c6;
    border-radius: 2px;
    box-shadow: inset 0 2px 2px #eee;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 600;
    height: 37px;
    margin: 0 0 12px 0;
    max-width: 100%;
    padding: 0 15px; /* Force Smooth Font */
    width: 100%;
}

.quick-quote-modal .quote-form textarea {
    height: 110px;
    margin-bottom: 0;
    padding: 15px;
}

.quick-quote-modal .quote-form input:focus,
.quick-quote-modal .quote-form textarea:focus {
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
}

.quick-quote-modal .quote-form input.mage-error {
    -webkit-box-shadow: inset 0 2px 2px #ffebeb;
    border-color: #e88676;
    box-shadow: inset 0 2px 2px #ffebeb;
}

.quick-quote-modal .quote-form div.mage-error {
    font-size: 1.2rem;
    margin: 0;
    position: relative;
    top: -8px;
}

.quick-quote-wrapper .modal-header button.action-close {
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 2px;
}

.quick-quote-wrapper .modal-header button.action-close:focus {
    border: 0;
    box-shadow: none;
}

.quick-quote-wrapper .modal-header button.action-close:before {
    color: #fff;
    content: '\e905'; /* Force Cart2Quote Iconset */
    font-family: 'cart2quote-iconset' !important;
    font-size: 2.5rem;
    line-height: 1;
}

.quick-quote-wrapper .modal-header button.action-close:hover {
    text-decoration: none;
}

.quick-quote-wrapper .modal-content {
    padding: 0;
}

.quick-quote-modal .show-remarks {
    position: relative;
}

.quick-quote-modal .show-remarks .remarks {
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.quick-quote-modal .show-remarks label.remarks-label {
    background: #fdefc1;
    border: 1px solid #eddfb3;
    border-bottom: 3px solid #eddfb3;
    border-radius: 2px;
    box-sizing: border-box;
    color: #5b584f;
    cursor: pointer;
    display: table;
    line-height: 20px;
    margin: 10px 0 0 0;
    padding: 8px 40px 8px 15px;
    position: absolute;
    width: 100%;
}

.quick-quote-modal .show-remarks label.remarks-label:hover {
    background: #f7e8b8;
    border-color: #f7e8b8;
    padding-bottom: 7px;
    padding-top: 9px;
}

.quick-quote-modal .show-remarks label i {
    border: 1px solid #948e7a;
    border-radius: 50%;
    color: #948e7a;
    display: inline-block;
    height: 15px;
    margin-top: -8px;
    pointer-events: none;
    position: absolute;
    right: 19px;
    text-align: center;
    top: 50%;
    width: 15px;
}

.quick-quote-modal .show-remarks label.remarks-label:hover i {
    margin-top: -7px;
}

.quick-quote-modal .show-remarks label i:before {
    font-size: 1.0rem;
    left: 50%;
    margin-left: -4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
}

.quick-quote-modal .show-remarks .show-remarks-checkbox[type='checkbox'] {
    display: none;
}

.quick-quote-modal .show-remarks .show-remarks-checkbox[type='checkbox']:checked + .remarks {
    background: #fff;
    display: block;
    height: auto;
    margin-bottom: -50px;
    opacity: 1;
    overflow: auto;
    position: relative;
    z-index: 9;
}

.quick-quote-wrapper .modal-footer {
    bottom: 0;
    position: absolute;
    right: 0;
}

@media (max-width: 767px) {
    .quick-quote-wrapper .modal-footer {
        position: relative;
    }
}

.quick-quote-wrapper .modal-footer {
    bottom: 30px;
    padding: 0;
    right: 40px;
}

@media (max-width: 991px) {
    .quick-quote-wrapper .modal-footer {
        right: 30px;
    }
}

@media (max-width: 767px) {
    .quick-quote-wrapper .modal-footer {
        right: 20px;
    }
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer {
        left: 0;
        margin-top: 45px;
        padding: 0 20px 20px 20px;
        right: 0;
        width: auto;
    }
}

.quick-quote-wrapper .modal-footer .primary,
.quick-quote-wrapper .modal-footer .secondary {
    border-radius: 3px;
    box-shadow: none;
    display: inline-table;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer .primary,
    .quick-quote-wrapper .modal-footer .secondary {
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
    }
}

.quick-quote-wrapper .modal-footer .primary:hover,
.quick-quote-wrapper .modal-footer .secondary:hover {
    text-decoration: none;
}

.quick-quote-wrapper .modal-footer .primary span,
.quick-quote-wrapper .modal-footer .secondary span {
    display: block;
    font-weight: 300;
    line-height: 1;
    padding: 11px 27px;
}

.quick-quote-wrapper .modal-footer .primary {
    float: right;
    margin-left: 20px;
}

@media (max-width: 599px) {
    .quick-quote-wrapper .modal-footer .primary {
        margin-bottom: 10px;
    }
}

.quick-quote-wrapper .modal-footer .primary:focus {
    -moz-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    -webkit-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
}

.quick-quote-wrapper .modal-footer .secondary {
    background: #fff;
    border: 1px solid #1979c3;
    color: #1979c3;
    float: right;
}

.quick-quote-wrapper .modal-footer .secondary span {
    color: inherit;
}

.quick-quote-wrapper .modal-footer .secondary:hover {
    background: #1979c3;
    color: #fff;
}

.quick-quote-wrapper .modal-footer .secondary:focus {
    -moz-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    -webkit-box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
    box-shadow: 0 5px 20px 0 rgba(25, 121, 195, .40);
}

.product-image.quick-quote-product {
    text-align: center;
}
