/*
! tailwindcss v3.3.2 | 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: currentColor; /* 2 */
}

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


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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

@media only screen and (max-width: 600px) {
 .hide-mobile {
 display:none  !important;
 }
}

@media only screen and (min-width: 680px) {
 .hide-pc {
		display:none !important;
 }
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. 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-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

*, ::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:  ;
}@font-face{font-family:"Dongle";src:url("./../fonts/Dongle-Light.woff2") format("woff2"),url("./../fonts/Dongle-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Dongle";src:url("./../fonts/Dongle-Regular.woff2") format("woff2"),url("./../fonts/Dongle-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Dongle";src:url("./../fonts/Dongle-Bold.woff2") format("woff2"),url("./../fonts/Dongle-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"RobotoSlab";src:url("./../fonts/RobotoSlab-Regular.woff2") format("woff2"),url("./../fonts/RobotoSlab-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}*[data-oat=fade-t]{opacity:0;transform:translateY(-3rem)}*[data-oat=fade-t].inview{animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-b]{opacity:0;transform:translateY(3rem)}*[data-oat=fade-b].inview{animation:fade-opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-b-scale]{opacity:0;transform-origin:bottom}*[data-oat=fade-b-scale].inview{animation:fade-opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate-scale 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-b-scale-reverse]{opacity:0;transform-origin:bottom}*[data-oat=fade-b-scale-reverse].inview{animation:fade-opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate-scale-reverse 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-b-scale-menu]{opacity:0;transform-origin:bottom}*[data-oat=fade-b-scale-menu].inview{animation:fade-opacity 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate-scale-menu 800ms cubic-bezier(0.7, 0, 0.3, 1) forwards}*[data-oat=fade-text]{opacity:0}*[data-oat=fade-text].inview{opacity:1}*[data-oat=fade-text] span{display:inline-flex;opacity:0;transform:translateY(200%) skew(-0.06turn, 12deg);transition:opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1)}*[data-oat=fade-text] span.inview{opacity:1;animation:600ms cubic-bezier(0, 0.55, 0.45, 1) forwards fade-text}*[data-oat=screen-l-to-r]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-l-to-r]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-l-to-r].inview:before{content:"";transform:translateX(100%)}*[data-oat=screen-r-to-l]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-r-to-l]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-r-to-l].inview:before{content:"";transform:translateX(-100%)}*[data-oat=screen-t-to-b]{--bg: white;position:relative;overflow:hidden}*[data-oat=screen-t-to-b]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}*[data-oat=screen-t-to-b].inview:before{content:"";transform:translateY(100%)}@keyframes fade-opacity{to{opacity:1}}@keyframes fade-translate-scale{from{transform:translateY(-3rem) scale(0.9)}to{transform:translateY(0) scale(1)}}@keyframes fade-translate-scale-reverse{from{transform:translateY(0) scale(1.1)}to{transform:translateY(0) scale(1)}}@keyframes fade-translate-scale-menu{from{transform:translateY(-2rem) scale(0.9)}to{transform:translateY(0) scale(1)}}@keyframes fade-translate{to{transform:translateY(0)}}@keyframes fade-text{to{transform:translateY(0%) skew(0)}}.col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 25px;
}.flex-grid{--gutter: 2.5rem;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter)*-0.5);margin-right:calc(var(--gutter)*-0.5)}.flex-grid-col{padding-left:calc(var(--gutter)*.5);padding-right:calc(var(--gutter)*.5)}.wrap-xl{--width: 1440px;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xl._with-paddings{--gutter: 25px;--width: 1440px;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap{--width: 1160px;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap._with-paddings{--gutter: 25px;--width: 1160px;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-md{--width: 1020px;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-md._with-paddings{--gutter: 25px;--width: 1020px;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-blog{--width: 960px;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-blog._with-paddings{--gutter: 25px;--width: 960px;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-sm{--width: 840px;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-sm._with-paddings{--gutter: 25px;--width: 840px;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-xs{--width: 0px;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xs._with-paddings{--gutter: 25px;--width: 0px;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin: 0;overflow-x: hidden;font-family: RobotoSlab, serif;font-size: 18px;font-weight: 400;line-height: 1.4;--tw-text-opacity: 1;color: rgb(20 21 23 / var(--tw-text-opacity))}body.has-no-scroll {
  overflow: hidden;
}html {
  scroll-behavior: smooth;
}.container {
  width: 100%;
}#js-product-list .page-not-found {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  padding: 0;
}#js-product-list .page-not-found h4 {
  margin-bottom: 0;
  margin-top: 0;
}#js-product-list .page-not-found h4,#js-product-list .page-not-found p {
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}#js-product-list .page-not-found p {
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
}#js-product-list .page-not-found #search_widget{float:none}.bootstrap-touchspin {
  display: flex;
}.bootstrap-touchspin input.form-control,.bootstrap-touchspin .btn-touchspin {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}.bootstrap-touchspin input.form-control,.bootstrap-touchspin input.input-group {
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}.bootstrap-touchspin .input-group-btn-vertical {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}.bootstrap-touchspin .btn-touchspin {
  display: flex !important;
  height: 24px !important;
  flex-shrink: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}.bootstrap-touchspin .btn-touchspin:first-child {
  border-top-right-radius: 4px !important;
}.bootstrap-touchspin .btn-touchspin:last-child {
  border-bottom-right-radius: 4px !important;
}.bootstrap-touchspin .btn-touchspin .material-icons {
  position: relative;
  inset: 0;
}.burger {
  position: relative;
  display: none;
  height: 22px;
  width: 34px;
}@media (max-width: 1310px) {

  .burger {
    display: flex;
  }
}.burger__item {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.burger__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}.burger__item::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}.burger.is-active .burger__item {
  background-color: transparent;
}.burger.is-active .burger__item::before {
  bottom: 0;
  top: 0;
  --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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
}.burger.is-active .burger__item::after {
  top: 0;
  --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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
}.button {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  font-family: Dongle, serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 24px;
}.button:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}.button:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  outline-width: 0px !important;
}.button__text {
  display: inline-flex;
  text-align: center;
  line-height: 1.1;
  color: currentColor;
}.button svg {
  fill: currentColor;
  margin-top: -5px;
}.button:not(._ho-hover):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 70 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(246 243 231 / var(--tw-text-opacity));
}.button._big {
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 6px;
}.button._white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.button._white:not(._ho-hover):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._beige {
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 234 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(20 21 23 / var(--tw-text-opacity));
}.button._beige:not(._ho-hover):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._border {
  border-width: 1px;
  border-color: rgb(29 48 85 / 0.2);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.button._border:not(._ho-hover):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._cart {
  padding-left: 17px !important;
  padding-right: 17px !important;
  padding-top: 12px !important;
  padding-bottom: 8px !important;
  font-size: 32px !important;
  line-height: .7 !important;
}.button._cart:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.link {
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.link:hover {
  color: rgb(29 48 85 / 0.6);
}a:hover {
  color: currentColor;
}.page-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}.page-footer .account-link {
  display: inline-flex;
  gap: 10px;
  text-decoration-line: none !important;
}.page-footer .account-link span {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.page-footer .account-link .material-icons {
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.form-checkbox-button {
  width: 100%;
}.form-checkbox-button label {
  position: relative;
  margin-bottom: 0;
  display: block;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.form-checkbox-button input {
  position: absolute;
  opacity: 0;
}.form-checkbox-button input:checked+label {
  --tw-border-opacity: 1;
  border-color: rgb(235 70 77 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.form-checkbox {
  position: relative;
}.form-checkbox input {
  display: none;
}.form-checkbox input:checked+label::after {
  content: var(--tw-content);
  opacity: 1;
}.form-checkbox label {
  display: flex;
  cursor: pointer;
  padding-left: 30px;
}.form-checkbox label:before,.form-checkbox label:after {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
}.form-checkbox label:before{content:"";border-width: 1px;--tw-border-opacity: 1;border-color: rgb(229 229 229 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color: rgb(242 242 242 / var(--tw-bg-opacity))}.form-checkbox label:after{content:"";--tw-scale-x: .7;--tw-scale-y: .7;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));background-image: url(./../svg/isolated/check.svg);background-size: contain;background-position: center;background-repeat: no-repeat;opacity: 0;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 300ms}.form-checkbox input[type=radio]+label:before{content:"";border-radius: 9999px}.form-checkbox input[type=radio]+label:after {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}.form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
}.form-field._half {
  width: calc(50% - calc(var(--gap) / 2));
}@media (max-width: 768px) {

  .form-field._half {
    width: 100%;
  }
}.form-group{--gap: 2rem;margin-bottom: 30px;display: flex;width: 100%;gap: var(--gap)}@media (max-width: 768px) {

  .form-group {
    flex-direction: column;
  }
}.form-input {
  width: 100%;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.form-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
}.form-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
}.form-label {
  margin-bottom: 10px !important;
  text-align: left !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 48 85 / var(--tw-text-opacity)) !important;
}.form-label._required::after {
  --tw-content: "*";
  content: var(--tw-content);
}.form-select {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity));
  border-radius: 4px;
}.form-select select {
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  outline-width: 0px;
  background-color: transparent;
}.form-select svg {
  position: absolute;
  top: 50%;
  right: 15px;
  --tw-translate-y: -50%;
  --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));
  pointer-events: none;
}.form-submit {
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Dongle, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: .7;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.form-submit:hover {
  opacity: 0.8;
}.form-submit:disabled {
  opacity: 0.6;
}body.adtm_is_toggled .header__menu-wrapper #search_widget {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 50;
  max-width: 250px;
}@media (max-width: 768px) {

  body.adtm_is_toggled .header__menu-wrapper #search_widget {
    display: block;
  }
}body.adtm_is_toggled .header__menu-wrapper #search_widget form input {
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 234 / var(--tw-bg-opacity));
}.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 150;
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 234 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 0;
  --tw-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 3px 20px 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);
}@media (max-width: 769px) {

  .header {
    padding-top: 0;
  }
}.header__main {
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (max-width: 769px) {

  .header__main {
    position: absolute;
    top: 10px;
    z-index: 10;
    width: calc(100% - 55px);
  }
}.header__head {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  padding-top: 15px;
  align-items: center;
}@media (max-width: 769px) {

  .header__head {
    padding-top: 0;
  }

  .header__head #search_widget {
    width: 50vw;
  }
}
/* .header .header__menu-wrapper #search_widget { */
  /* display: none; */
/* }  commented to have the same search bar on mobile and not at the end of the wrapper menu*/

@media (max-width: 769px) {
  #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1 span{
    background-image: none;
}
}
/* MODIF : reduction icone titre pack m�dia */
.advtm_menu_span_3>.zmdi-collection-folder-image{
  font-size: smaller;
}

.li-niveau1.advtm_menu_20,.li-niveau1.advtm_menu_2{
  color: #ea5555 !important;
}

.li-niveau1.advtm_menu_2 .pmAtmIcon{
  font-size:1.5rem;
} 
.li-niveau1.advtm_menu_2{
  margin-bottom: 0.5rem;
}

#adtm_menu .li-niveau1 {
    min-height: 40px!important;
    height: 40px!important;
  }

#phone_logo{
  display: none;
}
#phone_logo{
  display: none;
}
.header__logo{
  width: 15%;
  margin: auto;
  /* margin-right: 8em; */
}
@media (max-width: 769px) {
  #ls_logo{
    display: block;
    margin-right: 5em;
    margin-left: 2em;
    margin-bottom: 1em;
  }
  #phone_logo{
    display: none;
  }
  ._cart .hidden-sm-down{
      display: none !important;
  }
  .header__logo {
    width: 12vw;
  }.header__logo svg{--width: 80px !important;--height: calc(var(--width) * var(--ratio)) !important}
}
@media (min-width:766px) and (max-width: 768px) {
  #_desktop_cart {
      position: relative !important;
      margin-bottom: 1em;
  }
}
@media (min-width: 769px) and (max-width: 853px){
  .user-info a{
    text-align: center;
  }
  .user-info a span{
    line-height: 1rem;
  }
}
@media (max-width: 968px) and (min-width: 769px){
  .header__logo{
    width: 18vw;
    display: block;
    margin-left: 5em;
    margin-right: 1em;
  }
}

@media (max-width: 650px) {
  #ls_logo{
    display: none;
  }
  #phone_logo{
    display: block;
    margin: 0 auto;
    padding-top: 15px;
  }
  .header__logo {
    width: 21vw;
    margin-top: 2vh;
  }.header__logo svg{--width: 80px !important;--height: calc(var(--width) * var(--ratio)) !important}
}
/* Style rules added for header and banner */
#banner_warning{
  line-height: 1rem;
}

@media (min-width: 769px) {
  #banner_warning{
      top: -15px;
  }
}

.img_logo{
  width: auto;
  height: auto;
}

#pro-button{
  text-align: center;
}

/* MODIF : modal dans le panier caché */
#checkout .modal-backdrop.fade.in{
  display: none !important;
}


@media (max-width:1032px) {
  #pro-button span{
    line-height: 2rem;
  }
}

.header__content {
  display: flex;
  gap: 20px;
}.header .user-info {
  font-family: Dongle, serif;
  font-size: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}
.header .user-phone {
  display: none;
}
@media (max-width: 769px) {

  .header .user-info {
    display: none;
  }

  .header .user-phone {
    display: block;
    font-family: Dongle, serif;
    font-size: 24px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(29 48 85 / var(--tw-text-opacity));
  }
  
  .header .info-phone{
    display: flex;
    justify-content: center;
    margin: 0.5rem;
  }
  .user-phone #pro-button span {
    line-height: 2rem;
  }
  .header__head{
  justify-content: space-between;
  }
}
/* End */
.header .user-info .material-icons , .header .user-phone .material-icons{
  display: none;
}.wordpress-blog .adtm_menu_container #adtm_menu .li-niveau1 a[title=Blog] .advtm_menu_span {
  --tw-text-opacity: 1 !important;
  color: rgb(235 70 77 / var(--tw-text-opacity)) !important;
}.adtm_menu_container {
  margin-top: 20px;
}@media (max-width: 768px) {

  .adtm_menu_container {
    z-index: 9;
  }
}.adtm_menu_container #adtm_menu {
  margin-top: 0;
  display: flex;
  justify-content: center;
  border-top-width: 0px;box-shadow:none;
}@media (max-width: 768px) {

  .adtm_menu_container #adtm_menu {
    width: 100% !important;
  }
}.adtm_menu_container #adtm_menu #adtm_menu_inner {
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;border:none !important;
}.adtm_menu_container #adtm_menu .li-niveau1 a{border:none !important}.adtm_menu_container #adtm_menu .li-niveau1 a .advtm_menu_span {
  font-family: Dongle, serif;
  font-size: 32px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}@media (max-width: 768px) {

  .adtm_menu_container #adtm_menu .li-niveau1 a .advtm_menu_span {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}.adtm_menu_container #adtm_menu img.adtm_menu_icon{display:block !important;width:60px !important;-o-object-fit:none !important;object-fit:none !important;-o-object-position:0 0 !important;object-position:0 0 !important;height:60px !important;overflow:hidden !important}.adtm_menu_container #adtm_menu .adtm_column_wrap_td:nth-child(2) img.adtm_menu_icon.img-fluid{width:100% !important;height:100% !important;-o-object-fit:cover !important;object-fit:cover !important;-o-object-position:0 0 !important;object-position:0 0 !important}.adtm_menu_container #adtm_menu .adtm_column_wrap a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(235 70 77 / var(--tw-text-opacity)) !important;
}.adtm_menu_container #adtm_menu .adtm_column_wrap a:hover img.adtm_menu_icon{-o-object-position:-60px 0 !important;object-position:-60px 0 !important}.adtm_menu_container #adtm_menu .column_wrap_title>a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}.adtm_menu_container #adtm_menu .li-niveau1:hover .advtm_menu_span,.adtm_menu_container #adtm_menu .li-niveau1 a:hover .advtm_menu_span {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 48 85 / var(--tw-text-opacity)) !important;
}.adtm_menu_container #adtm_menu .li-niveau1 a .advtm_menu_span {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.adtm_menu_container #adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span {
  --tw-text-opacity: 1 !important;
  color: rgb(235 70 77 / var(--tw-text-opacity)) !important;
}.adtm_menu_container #adtm_menu .li-niveau1 a:hover:not(.advtm_menu_actif) .advtm_menu_span {
  --tw-text-opacity: 1 !important;
  color: rgb(235 70 77 / var(--tw-text-opacity)) !important;
}.adtm_menu_container #adtm_menu .li-niveau1 a:hover:not(.advtm_menu_actif):after{border-top-color:#EB464D !important}.adtm_menu_container #adtm_menu .li-niveau1 .adtm_sub {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 15px !important;box-shadow:none;
}.adtm_menu_container #adtm_menu .adtm_column_wrap a,.adtm_menu_container #adtm_menu .adtm_column_wrap span.column_wrap_title {
  font-size: 16px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(29 48 85 / var(--tw-text-opacity)) !important;
}@media (max-width: 768px) {

  .adtm_menu_container #adtm_menu .li-niveau1 a .advtm_menu_span,.adtm_menu_container #adtm_menu .li-niveau1 .advtm_menu_span {
    background-color: transparent !important;
  }
}.adtm_menu_container #adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span,.adtm_menu_container #adtm_menu .li-niveau1:focus .advtm_menu_span{background:rgba(0,0,0,0) !important}.adtm_menu_container #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub.adtm_sub_open a.a-niveau1 span,.adtm_menu_container #adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1.advtm_menu_actif span {
  --tw-text-opacity: 1 !important;
  color: rgb(29 48 85 / var(--tw-text-opacity)) !important;background:rgba(0,0,0,0) !important;
}.adtm_menu_container #adtm_menu .adtm_toggle_menu_button_text {
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 55px !important;
}.adtm_menu_container #adtm_menu .products,.adtm_menu_container #adtm_menu .products>* {
  width: 100% !important;
}.adtm_menu_container #adtm_menu .onie-product-miniature {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}.adtm_menu_container #adtm_menu .onie-product-miniature__img-wrapper {
  max-width: 190px !important;
}.adtm_menu_container #adtm_menu .onie-product-miniature__button {
  display: none !important;
}.adtm_menu_container #adtm_menu .onie-product-miniature__content {
  align-items: flex-start;
}.adtm_menu_container #adtm_menu .onie-product-miniature__description {
  display: block;
}.adtm_menu_container #adtm_menu .onie-product-miniature__title {
  font-size: 28px !important;
}.adtm_menu_container #adtm_menu .onie-product-miniature__prices {
  display: none !important;
}#_desktop_language_selector{display:none !important}#_desktop_cart {
  right: 80px;
  top: 0;
}@media (max-width: 766px) {

  #_desktop_cart {
    position: absolute !important;
    top: -4px !important;
    right: 0 !important;
  }

  #_desktop_top_menu {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}#_desktop_top_menu .adtm_touch.adtm_menu_toggle_open{height:100vh !important;overflow:scroll !important}img.adtm_menu_icon{vertical-align:top;margin-right:3px}#adtm_menu .searchboxATM .search_query_atm{width:150px;margin-left:0 !important}#adtm_menu .searchboxATM .button_mini{display:inline-block}#adtm_menu .adtm_unclickable{text-decoration:none !important}#adtm_menu .advtm_column_wrap_td_7{width:40% !important}#adtm_menu #menu .sub>a{position:relative}@media (max-width:768px){#adtm_menu #menu .sub>a:after{content:"";width:0;height:0;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-top:15px solid #1D3055;display:inline-block;position:absolute;top:50%;transform:translateY(-50%);right:7px}}.menu--footer .menu__link {
  font-size: 14px;
  color: rgb(255 255 255 / 0.7);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.menu--footer .menu__link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.onie-product-miniature__img-wrapper {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.onie-product-miniature__content {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}.onie-product-miniature__title-link {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}.onie-product-miniature__title {
  text-align: center;
  font-family: Dongle, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: .7;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.onie-product-miniature__description {
  margin-top: 10px;
  display: none;
}.onie-product-miniature__description,.onie-product-miniature__description>* {
  text-align: left;
  font-family: Dongle, serif;
  font-size: 24px;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.product-flag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
}.product-flag__item {
  font-family: Dongle, serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .7;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6.5px;
  padding-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.product-hero {
  display: flex;
  align-items: center;
}@media (max-width: 640px) {

  .product-hero {
    height: auto !important;
  }
}#search_widget form {
  position: relative;
}#search_widget form input {
  display: block;
  border-radius: 9999px;
  background-color: transparent;
  font-family: Dongle, serif;
  font-size: 28px;
  line-height: .7;
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 46px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 2px;border:1px solid #e0e0e0 !important;
}#search_widget svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 20px;
  --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));
}.spin{--size: 2rem;width:var(--size);height:var(--size);position: relative;display: inline-block;--tw-border-opacity: 1;border-color: rgb(29 48 85 / var(--tw-border-opacity))}.spin::before {
  position: absolute;
  display: block;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}@keyframes spin {

  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }
}.spin::before {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-bottom-color: transparent;
  content: var(--tw-content);
  border-left-color: transparent;
}.spin:before{border-width:calc(var(--size)/10)}.text-content {
  font-family: RobotoSlab, serif;
}.text-content h1 {
  font-size: 32px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 10px;
}.text-content h1:first-child {
  margin-top: 0;
}.text-content h1:last-child {
  margin-bottom: 0;
}.text-content h2 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}.text-content h2:first-child {
  margin-top: 0;
}.text-content h2:last-child {
  margin-bottom: 0;
}.text-content h3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}.text-content h3:first-child {
  margin-top: 0;
}.text-content h3:last-child {
  margin-bottom: 0;
}.text-content h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}.text-content h4:first-child {
  margin-top: 0;
}.text-content h4:last-child {
  margin-bottom: 0;
}.text-content h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}.text-content h5:first-child {
  margin-top: 0;
}.text-content h5:last-child {
  margin-bottom: 0;
}.text-content h6 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}.text-content h6:first-child {
  margin-top: 0;
}.text-content h6:last-child {
  margin-bottom: 0;
}.text-content b,.text-content strong {
  /* MODIF : gras sur r�cap */
  font-weight: 900;
}.text-content ul{list-style:inside}.text-content a {
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.text-content a:hover {
  opacity: 0.7;
}.heading-1,.text-content .heading-1 {
  font-size: 32px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 10px;
}.heading-1:first-child,.text-content .heading-1:first-child {
  margin-top: 0;
}.heading-1:last-child,.text-content .heading-1:last-child {
  margin-bottom: 0;
}.heading-2,.text-content .heading-2 {
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
}.heading-2:first-child,.text-content .heading-2:first-child {
  margin-top: 0;
}.heading-2:last-child,.text-content .heading-2:last-child {
  margin-bottom: 0;
}.heading-3,.text-content .heading-3 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}.heading-3:first-child,.text-content .heading-3:first-child {
  margin-top: 0;
}.heading-3:last-child,.text-content .heading-3:last-child {
  margin-bottom: 0;
}.heading-4,.text-content .heading-4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}.heading-4:first-child,.text-content .heading-4:first-child {
  margin-top: 0;
}.heading-4:last-child,.text-content .heading-4:last-child {
  margin-bottom: 0;
}.heading-5,.text-content .heading-5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}.heading-5:first-child,.text-content .heading-5:first-child {
  margin-top: 0;
}.heading-5:last-child,.text-content .heading-5:last-child {
  margin-bottom: 0;
}.heading-6,.text-content .heading-6 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}.heading-6:first-child,.text-content .heading-6:first-child {
  margin-top: 0;
}.heading-6:last-child,.text-content .heading-6:last-child {
  margin-bottom: 0;
}.login-form {
  margin-bottom: 50px;
  border-style: none;
}#authentication hr {
  display: none;
}.page-my-account #content .links a {
  font-family: Dongle, serif;
  font-size: 28px;
  line-height: .7;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.page-my-account #content .links a i {
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.page-my-account #content .links a:hover {
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.page-my-account #content .links a:hover i {
  --tw-text-opacity: 1;
  color: rgb(21 35 64 / var(--tw-text-opacity));
}.container {
  width: 100%;
  max-width: 1200px;
}.modal-backdrop.in{z-index:1}#product-availability {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}#product-availability .material-icons {
  position: relative;
  top: -5px;
  display: block;
}.dropdown .select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.dropdown .dropdown-menu {
  border-radius: 4px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}.dropdown .select-list:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity)) !important;
}.products-sort-order.dropdown {
  min-width: 180px;
}.alert {
  border-radius: 4px;
}.card-block.cart-summary-subtotals-container.js-cart-summary-subtotals-container {
  padding: 0 !important;
}.promo-name.card-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
}.cart-summary-line .label,.cart-summary-line .value,.cart-summary-line .float-xs-right {
  font-family: Dongle, serif;
  font-size: 32px;
}.btn:not(.btn-touchspin) {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  border-radius: 4px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity)) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 3px !important;
  font-family: Dongle, serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}.btn:not(.btn-touchspin):hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 70 76 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(246 243 231 / var(--tw-text-opacity)) !important;
}.btn:not(.btn-touchspin):focus {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
  outline-width: 0px !important;
}.btn:not(.btn-touchspin):disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 0.7 !important;
}.pagination .current a {
  --tw-text-opacity: 1;
  color: rgb(235 70 77 / var(--tw-text-opacity));
}.pagination a {
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}body#checkout a:hover:not(.button) {
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}a:focus:not(.button),a:hover:not(.button) {
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.product-summary-card{--card-width: 564px;z-index: 100}.product-summary-card .product-summary-card__inner {
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 45px;
}@media (max-width: 640px) {

  .product-summary-card .product-summary-card__inner {
    padding: 30px;
  }
}.product-summary-card.is-fixable.is-fixed {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: var(--nav-height);
  height: var(--product-hero-height);width:var(--card-width);right:calc((var(--viewport-width) - var(--width))/2);
}.product-summary-card.is-fixable.is-fixed .product-summary-card__inner {
  width: 100%;
  max-width: var(--card-width);
}body.wordpress-blog .wishlist-login,body.wordpress-blog .wishlist-create,body.wordpress-blog .wishlist-delete,body.wordpress-blog .wishlist-add-to {
  display: none;
}body.wordpress-blog .entry-content p {
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
}body.wordpress-blog .entry-content h1+p,body.wordpress-blog .entry-content h1+ul,body.wordpress-blog .entry-content h1+ol,body.wordpress-blog .entry-content h2+p,body.wordpress-blog .entry-content h2+ul,body.wordpress-blog .entry-content h2+ol,body.wordpress-blog .entry-content h3+p,body.wordpress-blog .entry-content h3+ul,body.wordpress-blog .entry-content h3+ol,body.wordpress-blog .entry-content h4+p,body.wordpress-blog .entry-content h4+ul,body.wordpress-blog .entry-content h4+ol,body.wordpress-blog .entry-content h5+p,body.wordpress-blog .entry-content h5+ul,body.wordpress-blog .entry-content h5+ol,body.wordpress-blog .entry-content h6+p,body.wordpress-blog .entry-content h6+ul,body.wordpress-blog .entry-content h6+ol {
  margin-top: .7em;
}body.wordpress-blog .entry-content h1+p:first-child,body.wordpress-blog .entry-content h1+ul:first-child,body.wordpress-blog .entry-content h1+ol:first-child,body.wordpress-blog .entry-content h2+p:first-child,body.wordpress-blog .entry-content h2+ul:first-child,body.wordpress-blog .entry-content h2+ol:first-child,body.wordpress-blog .entry-content h3+p:first-child,body.wordpress-blog .entry-content h3+ul:first-child,body.wordpress-blog .entry-content h3+ol:first-child,body.wordpress-blog .entry-content h4+p:first-child,body.wordpress-blog .entry-content h4+ul:first-child,body.wordpress-blog .entry-content h4+ol:first-child,body.wordpress-blog .entry-content h5+p:first-child,body.wordpress-blog .entry-content h5+ul:first-child,body.wordpress-blog .entry-content h5+ol:first-child,body.wordpress-blog .entry-content h6+p:first-child,body.wordpress-blog .entry-content h6+ul:first-child,body.wordpress-blog .entry-content h6+ol:first-child {
  margin-top: 0;
}body.wordpress-blog .entry-content h1,body.wordpress-blog .entry-content h2,body.wordpress-blog .entry-content h3,body.wordpress-blog .entry-content h4,body.wordpress-blog .entry-content h5,body.wordpress-blog .entry-content h6 {
  margin-top: .5em;
}body.wordpress-blog .entry-content h1:first-child,body.wordpress-blog .entry-content h2:first-child,body.wordpress-blog .entry-content h3:first-child,body.wordpress-blog .entry-content h4:first-child,body.wordpress-blog .entry-content h5:first-child,body.wordpress-blog .entry-content h6:first-child {
  margin-top: 0;
}body.wordpress-blog .entry-content li {
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
}body.wordpress-blog .entry-content ul {
  list-style-position: inside;
  list-style-type: disc;
}body.wordpress-blog .entry-content ul ul,body.wordpress-blog .entry-content ul ol {
  margin-top: .5em;
  padding-left: 1em;
}body.wordpress-blog .entry-content p+ul {
  margin-top: 1.5em;
}body.wordpress-blog .entry-content ul+p,body.wordpress-blog .entry-content ul+.wp-block-buttons {
  margin-top: 1.5em;
}body.wordpress-blog .entry-content .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  font-family: Dongle, serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 24px;
}body.wordpress-blog .entry-content .wp-block-button__link:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}body.wordpress-blog .entry-content .wp-block-button__link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  outline-width: 0px;
}body.wordpress-blog .entry-content .wp-block-button__link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}body.wordpress-blog .entry-content .wp-block-heading {
  font-family: Dongle, serif;
  font-size: 40px;
  line-height: 0.8;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}body.wordpress-blog .entry-content .wp-block-image+.wp-block-heading {
  margin-top: .7em;
}body.wordpress-blog .entry-content .wp-block-columns {
  align-items: center !important;
  margin-top: 2em;
  margin-bottom: 2em;
}body.wordpress-blog .entry-content .wp-block-video {
  margin-top: 2em;
  margin-bottom: 2em;
}body.wordpress-blog .entry-content .wp-block-image.size-full img {
  width: 100%;
}body.wordpress-blog .entry-content p+.wp-block-buttons {
  margin-top: 1.5em;
}body.wordpress-blog .navigation {
  display: flex;
  justify-content: center;
}body.wordpress-blog .navigation .nav-links {
  display: flex;
  gap: 1.2rem;
}body.wordpress-blog .navigation .nav-links>* {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 46px;
  width: 46px;
  border-radius: .4rem;
  padding-top: 4px;
  font-family: Dongle, serif;
  font-size: 28px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}body.wordpress-blog .navigation .nav-links>*.current {
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 234 / var(--tw-bg-opacity));
}body.wordpress-blog .navigation .nav-links>*.prev,body.wordpress-blog .navigation .nav-links>*.next {
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;background-size:auto 1.2rem;
}body.wordpress-blog .show-in-prestashop {
  display: none;
}body.wordpress-blog .show-in-blog {
  display: block;
}body:not(.wordpress-blog) .show-in-blog {
  display: none;
}body:not(.wordpress-blog) .show-in-prestashop {
  display: block;
}.double-slider .splide__arrows,.double-slider .splide__pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
}@media (max-width: 640px) {

  .double-slider .splide__arrows,.double-slider .splide__pagination {
    bottom: -2px;
  }
}.double-slider .splide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.double-slider .splide__pagination {
  left: 84px;
  bottom: 53px;
}@media (max-width: 640px) {

  .double-slider .splide__pagination {
    bottom: 46px;
  }
}.splide {
  position: relative;
}.splide__track {
  overflow: hidden;
}.splide__list {
  display: flex;
}.splide__slide {
  flex-shrink: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.splide__pagination {
  display: flex;
}.splide__pagination li {
  display: flex;
}.splide__pagination__page {
  aspect-ratio: 1 / 1;
  width: 10px;
  border-radius: 9999px;
  outline-width: 0px;
}.splide._blue-pagination .splide__arrow {
  border-width: 1px;
  border-color: rgb(29 48 85 / .15);
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.splide._blue-pagination .splide__arrow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 48 85 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.splide._blue-pagination .splide__arrow:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}.splide._blue-pagination .splide__arrow:hover:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}.splide._blue-pagination .splide__arrow svg {
  fill: currentColor;
}.splide._blue-pagination .splide__arrow:hover svg {
  fill: #1D3055;
}.splide._inline-pagination .splide__arrows {
  display: flex;
  gap: 5px;
}.splide._inline-pagination .splide__arrow {
  aspect-ratio: 1 / 1;
  width: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline-width: 0px;
}.splide._inline-pagination .splide__arrow--prev {
  --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));
}.splide._inline-pagination .splide__pagination {
  margin-left: 20px;
  display: flex;
  gap: 5px;
}.splide._inline-pagination .splide__pagination__page {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 48 85 / var(--tw-border-opacity));
}.splide._inline-pagination .splide__pagination__page.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
}.splide._pagination-inside .splide__arrows {
  position: absolute;
  bottom: 13px;
  right: 13px;
}.splide._pagination-inside .splide__pagination {
  position: absolute;
  bottom: 13px;
  right: 120px;
  display: flex;
  height: 40px;
  align-items: center;
}.splide._pagination-inside .splide__pagination li {
  display: flex;
}.splide._pagination-white .splide__arrow {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
}.splide._pagination-white .splide__arrow svg {
  fill: white;
}.splide._pagination-white .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.splide._pagination-white .splide__arrow:hover svg {
  fill: #1D3055;
}.splide._pagination-white .splide__pagination__page {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.splide._pagination-white .splide__pagination__page.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.splide._side-arrows .splide__arrows {
  pointer-events: none;
  position: absolute;
  top: 112px;
  left: 50%;
  --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));
  width: 100%;
  display: flex;
  justify-content: space-between;
}.splide._circle-arrows .splide__arrow {
  pointer-events: auto;
  outline-width: 0px !important;
  aspect-ratio: 1 / 1;
  width: 40px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.splide._circle-arrows .splide__arrow:disabled {
  opacity: 0;
}.splide._circle-arrows .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.splide._circle-arrows .splide__arrow--next {
  --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));
}.splide._circle-arrows .splide__arrow--prev {
  --tw-translate-x: -50%;
  --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));
}.splide.style-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}.splide.style-2>.splide__track,.splide.style-2>.splide__arrows,.splide.style-2>.splide__pagination {
  position: relative;
  z-index: 30;
  margin: 0;
}.splide.style-2 .splide__track {
  margin-bottom: 10px;
  width: 100%;
}.splide.style-2 .splide__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 460px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 100%;
}.splide.style-3 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}.splide.style-3 .splide__track {
  margin: 0;
  height: 100%;
}.splide.style-3 .splide__list {
  height: 100%;
}.splide.style-3 .splide__slide {
  padding: 0;
}.splide.style-3 .splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.splide.style-3 .splide__arrows {
  display: none !important;
}html :is(.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;
}html :is(.pointer-events-none) {
  pointer-events: none;
}html :is(.static) {
  position: static;
}html :is(.fixed) {
  position: fixed;
}html :is(.absolute) {
  position: absolute;
}html :is(.\!relative) {
  position: relative !important;
}html :is(.relative) {
  position: relative;
}html :is(.sticky) {
  position: sticky;
}html :is(.\!bottom-0) {
  bottom: 0 !important;
}html :is(.\!left-0) {
  left: 0 !important;
}html :is(.\!right-0) {
  right: 0 !important;
}html :is(.\!top-0) {
  top: 0 !important;
}html :is(.-left-\[11px\]) {
  left: -11px;
}html :is(.-right-\[15px\]) {
  right: -15px;
}html :is(.-top-\[15px\]) {
  top: -15px;
}html :is(.bottom-6) {
  bottom: 15px;
}html :is(.left-0) {
  left: 0;
}html :is(.left-1\/2) {
  left: 50%;
}html :is(.right-12) {
  right: 30px;
}html :is(.top-0) {
  top: 0;
}html :is(.top-1\/2) {
  top: 50%;
}html :is(.top-12) {
  top: 30px;
}html :is(.top-\[2px\]) {
  top: 2px;
}html :is(.\!z-20) {
  z-index: 20 !important;
}html :is(.-z-10) {
  z-index: -10;
}html :is(.z-10) {
  z-index: 10;
}html :is(.z-20) {
  z-index: 20;
}html :is(.z-30) {
  z-index: 30;
}html :is(.z-\[10\]) {
  z-index: 10;
}html :is(.z-\[50\]) {
  z-index: 50;
}html :is(.z-\[5\]) {
  z-index: 5;
}html :is(.z-\[9999\]) {
  z-index: 9999;
}html :is(.col-span-3) {
  grid-column: span 3 / span 3;
}html :is(.col-span-4) {
  grid-column: span 4 / span 4;
}html :is(.col-span-6) {
  grid-column: span 6 / span 6;
}html :is(.col-span-9) {
  grid-column: span 9 / span 9;
}html :is(.col-start-4) {
  grid-column-start: 4;
}html :is(.col-start-6) {
  grid-column-start: 6;
}html :is(.float-right) {
  float: right;
}html :is(.m-1) {
  margin: 2px;
}html :is(.m-auto) {
  margin: auto;
}html :is(.\!mx-auto) {
  margin-left: auto !important;
  margin-right: auto !important;
}html :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}html :is(.my-12) {
  margin-top: 30px;
  margin-bottom: 30px;
}html :is(.my-2) {
  margin-top: 5px;
  margin-bottom: 5px;
}html :is(.my-20) {
  margin-top: 50px;
  margin-bottom: 50px;
}html :is(.\!mb-\[0\]) {
  margin-bottom: 0 !important;
}html :is(.\!mb-\[15px\]) {
  margin-bottom: 15px !important;
}html :is(.\!mt-0) {
  margin-top: 0 !important;
}html :is(.mb-0) {
  margin-bottom: 0;
}html :is(.mb-1) {
  margin-bottom: 2px;
}html :is(.mb-10) {
  margin-bottom: 25px;
}html :is(.mb-12) {
  margin-bottom: 30px;
}html :is(.mb-16) {
  margin-bottom: 40px;
}html :is(.mb-2) {
  margin-bottom: 5px;
}html :is(.mb-20) {
  margin-bottom: 50px;
}html :is(.mb-24) {
  margin-bottom: 60px;
}html :is(.mb-36) {
  margin-bottom: 90px;
}html :is(.mb-4) {
  margin-bottom: 10px;
}html :is(.mb-6) {
  margin-bottom: 15px;
}html :is(.mb-8) {
  margin-bottom: 20px;
}html :is(.mb-\[2px\]) {
  margin-bottom: 2px;
}html :is(.mb-\[5px\]) {
  margin-bottom: 5px;
}html :is(.ml-1) {
  margin-left: 2px;
}html :is(.mt-1) {
  margin-top: 2px;
}html :is(.mt-12) {
  margin-top: 30px;
}html :is(.mt-16) {
  margin-top: 40px;
}html :is(.mt-2) {
  margin-top: 5px;
}html :is(.mt-20) {
  margin-top: 50px;
}html :is(.mt-32) {
  margin-top: 80px;
}html :is(.mt-4) {
  margin-top: 10px;
}html :is(.mt-6) {
  margin-top: 15px;
}html :is(.mt-8) {
  margin-top: 20px;
}html :is(.mt-\[15px\]) {
  margin-top: 15px;
}html :is(.block) {
  display: block;
}html :is(.inline) {
  display: inline;
}html :is(.\!flex) {
  display: flex !important;
}html :is(.flex) {
  display: flex;
}html :is(.inline-flex) {
  display: inline-flex;
}html :is(.table) {
  display: table;
}html :is(.grid) {
  display: grid;
}html :is(.hidden) {
  display: none;
}html :is(.aspect-\[360\/260\]) {
  aspect-ratio: 360/260;
}html :is(.aspect-square) {
  aspect-ratio: 1 / 1;
}html :is(.\!h-\[44px\]) {
  height: 44px !important;
}html :is(.h-0) {
  height: 0;
}html :is(.h-10) {
  height: 25px;
}html :is(.h-2) {
  height: 5px;
}html :is(.h-6) {
  height: 15px;
}html :is(.h-\[320px\]) {
  height: 320px;
}html :is(.h-\[42\.5px\]) {
  height: 42.5px;
}html :is(.h-\[468px\]) {
  height: 468px;
}html :is(.h-\[50px\]) {
  height: 50px;
}html :is(.h-\[60px\]) {
  height: 60px;
}html :is(.h-auto) {
  height: auto;
}html :is(.h-full) {
  height: 100%;
}html :is(.max-h-\[320px\]) {
  max-height: 320px;
}html :is(.w-10) {
  width: 25px;
}html :is(.w-16) {
  width: 40px;
}html :is(.w-8) {
  width: 20px;
}html :is(.w-\[127px\]) {
  width: 127px;
}html :is(.w-\[140px\]) {
  width: 140px;
}html :is(.w-\[170px\]) {
  width: 170px;
}html :is(.w-\[30\%\]) {
  width: 30%;
}html :is(.w-\[45\%\]) {
  width: 45%;
}html :is(.w-\[50px\]) {
  width: 50px;
}html :is(.w-\[55\%\]) {
  width: 55%;
}html :is(.w-\[60px\]) {
  width: 60px;
}html :is(.w-\[70\%\]) {
  width: 70%;
}html :is(.w-full) {
  width: 100%;
}html :is(.min-w-\[200px\]) {
  min-width: 200px;
}html :is(.\!max-w-\[640px\]) {
  max-width: 640px !important;
}html :is(.max-w-\[366px\]) {
  max-width: 366px;
}html :is(.max-w-\[400px\]) {
  max-width: 400px;
}html :is(.max-w-\[500px\]) {
  max-width: 500px;
}html :is(.max-w-\[534px\]) {
  max-width: 534px;
}html :is(.max-w-\[564px\]) {
  max-width: 564px;
}html :is(.max-w-\[600px\]) {
  max-width: 600px;
}html :is(.max-w-\[73px\]) {
  max-width: 73px;
}html :is(.max-w-full) {
  max-width: 100%;
}html :is(.flex-1) {
  flex: 1 1 0%;
}html :is(.flex-shrink-0) {
  flex-shrink: 0;
}html :is(.grow) {
  flex-grow: 1;
}html :is(.border-collapse) {
  border-collapse: collapse;
}html :is(.-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));
}html :is(.-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));
}html :is(.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));
}html :is(.cursor-pointer) {
  cursor: pointer;
}html :is(.resize) {
  resize: both;
}html :is(.list-inside) {
  list-style-position: inside;
}html :is(.list-disc) {
  list-style-type: disc;
}html :is(.appearance-none) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}html :is(.grid-cols-12) {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}html :is(.flex-col) {
  flex-direction: column;
}html :is(.flex-wrap) {
  flex-wrap: wrap;
}html :is(.items-start) {
  align-items: flex-start;
}html :is(.items-end) {
  align-items: flex-end;
}html :is(.items-center) {
  align-items: center;
}html :is(.justify-end) {
  justify-content: flex-end;
}html :is(.justify-center) {
  justify-content: center;
}html :is(.justify-between) {
  justify-content: space-between;
}html :is(.gap-10) {
  gap: 25px;
}html :is(.gap-12) {
  gap: 30px;
}html :is(.gap-16) {
  gap: 40px;
}html :is(.gap-2) {
  gap: 5px;
}html :is(.gap-20) {
  gap: 50px;
}html :is(.gap-24) {
  gap: 60px;
}html :is(.gap-4) {
  gap: 10px;
}html :is(.gap-6) {
  gap: 15px;
}html :is(.gap-8) {
  gap: 20px;
}html :is(.gap-\[10px\]) {
  gap: 10px;
}html :is(.gap-gutter) {
  gap: 30px;
}html :is(.gap-x-6) {
  -moz-column-gap: 15px;
       column-gap: 15px;
}html :is(.gap-x-\[17px\]) {
  -moz-column-gap: 17px;
       column-gap: 17px;
}html :is(.overflow-hidden) {
  overflow: hidden;
}html :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}html :is(.whitespace-nowrap) {
  white-space: nowrap;
}html :is(.rounded) {
  border-radius: 4px;
}html :is(.rounded-full) {
  border-radius: 9999px;
}html :is(.\!rounded-l-none) {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}html :is(.rounded-l) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}html :is(.rounded-br-none) {
  border-bottom-right-radius: 0px;
}html :is(.rounded-tr-none) {
  border-top-right-radius: 0px;
}html :is(.\!border-0) {
  border-width: 0px !important;
}html :is(.border) {
  border-width: 1px;
}html :is(.border-y) {
  border-top-width: 1px;
  border-bottom-width: 1px;
}html :is(.\!border-r-0) {
  border-right-width: 0px !important;
}html :is(.border-b) {
  border-bottom-width: 1px;
}html :is(.border-b-0) {
  border-bottom-width: 0px;
}html :is(.border-t) {
  border-top-width: 1px;
}html :is(.border-blue) {
  --tw-border-opacity: 1;
  border-color: rgb(29 48 85 / var(--tw-border-opacity));
}html :is(.border-blue-800\/\[\.15\]) {
  border-color: rgb(21 35 64 / .15);
}html :is(.border-grey-400) {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}html :is(.border-y-grey-400) {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 226 226 / var(--tw-border-opacity));
  border-bottom-color: rgb(226 226 226 / var(--tw-border-opacity));
}html :is(.border-b-\[\#707070\]\/10) {
  border-bottom-color: rgb(112 112 112 / 0.1);
}html :is(.border-b-grey-400) {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 226 226 / var(--tw-border-opacity));
}html :is(.border-t-white\/10) {
  border-top-color: rgb(255 255 255 / 0.1);
}html :is(.\!bg-beige-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 245 234 / var(--tw-bg-opacity)) !important;
}html :is(.\!bg-blue-400) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 101 134 / var(--tw-bg-opacity)) !important;
}html :is(.bg-\[\#342F65\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 47 101 / var(--tw-bg-opacity));
}html :is(.bg-\[\#B82823\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(184 40 35 / var(--tw-bg-opacity));
}html :is(.bg-beige-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 245 234 / var(--tw-bg-opacity));
}html :is(.bg-blue) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity));
}html :is(.bg-blue-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 35 64 / var(--tw-bg-opacity));
}html :is(.bg-blue-800\/90) {
  background-color: rgb(21 35 64 / 0.9);
}html :is(.bg-blue\/80) {
  background-color: rgb(29 48 85 / 0.8);
}html :is(.bg-error) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 70 77 / var(--tw-bg-opacity));
}html :is(.bg-grey-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}html :is(.bg-secondary) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 70 77 / var(--tw-bg-opacity));
}html :is(.bg-transparent) {
  background-color: transparent;
}html :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}html :is(.fill-black\/50) {
  fill: rgb(0 0 0 / 0.5);
}html :is(.fill-blue) {
  fill: #1D3055;
}html :is(.fill-blue-800) {
  fill: #152340;
}html :is(.fill-error) {
  fill: #EB464D;
}html :is(.fill-secondary) {
  fill: #EB464D;
}html :is(.fill-white) {
  fill: white;
}html :is(.object-contain) {
  -o-object-fit: contain;
     object-fit: contain;
}html :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}html :is(.object-none) {
  -o-object-fit: none;
     object-fit: none;
}html :is(.object-\[0_0\]) {
  -o-object-position: 0 0;
     object-position: 0 0;
}html :is(.object-center) {
  -o-object-position: center;
     object-position: center;
}html :is(.\!p-0) {
  padding: 0 !important;
}html :is(.p-0) {
  padding: 0;
}html :is(.p-1) {
  padding: 2px;
}html :is(.p-12) {
  padding: 30px;
}html :is(.p-20) {
  padding: 50px;
}html :is(.p-8) {
  padding: 20px;
}html :is(.px-0) {
  padding-left: 0;
  padding-right: 0;
}html :is(.px-10) {
  padding-left: 25px;
  padding-right: 25px;
}html :is(.px-12) {
  padding-left: 30px;
  padding-right: 30px;
}html :is(.px-40) {
  padding-left: 100px;
  padding-right: 100px;
}html :is(.px-8) {
  padding-left: 20px;
  padding-right: 20px;
}html :is(.px-\[10px\]) {
  padding-left: 10px;
  padding-right: 10px;
}html :is(.px-\[17px\]) {
  padding-left: 17px;
  padding-right: 17px;
}html :is(.px-gutter) {
  padding-left: 30px;
  padding-right: 30px;
}html :is(.py-16) {
  padding-top: 40px;
  padding-bottom: 40px;
}html :is(.py-20) {
  padding-top: 50px;
  padding-bottom: 50px;
}html :is(.py-24) {
  padding-top: 60px;
  padding-bottom: 60px;
}html :is(.py-28) {
  padding-top: 70px;
  padding-bottom: 70px;
}html :is(.py-4) {
  padding-top: 10px;
  padding-bottom: 10px;
}html :is(.py-40) {
  padding-top: 100px;
  padding-bottom: 100px;
}html :is(.py-6) {
  padding-top: 15px;
  padding-bottom: 15px;
}html :is(.py-8) {
  padding-top: 20px;
  padding-bottom: 20px;
}html :is(.py-\[10px\]) {
  padding-top: 10px;
  padding-bottom: 10px;
}html :is(.py-\[14px\]) {
  padding-top: 14px;
  padding-bottom: 14px;
}html :is(.pb-20) {
  padding-bottom: 50px;
}html :is(.pb-24) {
  padding-bottom: 60px;
}html :is(.pb-32) {
  padding-bottom: 80px;
}html :is(.pb-8) {
  padding-bottom: 20px;
}html :is(.pl-0) {
  padding-left: 0;
}html :is(.pr-0) {
  padding-right: 0;
}html :is(.pr-10) {
  padding-right: 25px;
}html :is(.pr-\[14px\]) {
  padding-right: 14px;
}html :is(.pt-12) {
  padding-top: 30px;
}html :is(.pt-28) {
  padding-top: 70px;
}html :is(.pt-\[50px\]) {
  padding-top: 50px;
}html :is(.pt-\[5px\]) {
  padding-top: 5px;
}html :is(.\!text-left) {
  text-align: left !important;
}html :is(.text-left) {
  text-align: left;
}html :is(.text-center) {
  text-align: center;
}html :is(.text-right) {
  text-align: right;
}html :is(.font-secondary) {
  font-family: Dongle, serif;
}html :is(.text-2xl) {
  font-size: 28px;
}html :is(.text-2xs) {
  font-size: 14px;
}html :is(.text-3xl) {
  font-size: 32px;
}html :is(.text-4xl) {
  font-size: 40px;
}html :is(.text-5xl) {
  font-size: 48px;
}html :is(.text-\[26px\]) {
  font-size: 26px;
}html :is(.text-\[92px\]) {
  font-size: 92px;
}html :is(.text-md) {
  font-size: 20px;
}html :is(.text-xl) {
  font-size: 24px;
}html :is(.text-xs) {
  font-size: 16px;
}html :is(.font-bold) {
  font-weight: 700;
}html :is(.font-normal) {
  font-weight: 400;
}html :is(.uppercase) {
  text-transform: uppercase;
}html :is(.italic) {
  font-style: italic;
}html :is(.leading-1) {
  line-height: .7;
}html :is(.leading-3) {
  line-height: 1.1;
}html :is(.leading-\[1\.15\]) {
  line-height: 1.15;
}html :is(.leading-\[1\.3\]) {
  line-height: 1.3;
}html :is(.leading-\[1\]) {
  line-height: 1;
}html :is(.\!text-\[\#F9F5EA\]) {
  --tw-text-opacity: 1 !important;
  color: rgb(249 245 234 / var(--tw-text-opacity)) !important;
}html :is(.\!text-blue) {
  --tw-text-opacity: 1 !important;
  color: rgb(29 48 85 / var(--tw-text-opacity)) !important;
}html :is(.\!text-blue-400) {
  --tw-text-opacity: 1 !important;
  color: rgb(83 101 134 / var(--tw-text-opacity)) !important;
}html :is(.text-blue) {
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}html :is(.text-blue-400) {
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
}html :is(.text-blue-800) {
  --tw-text-opacity: 1;
  color: rgb(21 35 64 / var(--tw-text-opacity));
}html :is(.text-blue\/70) {
  color: rgb(29 48 85 / 0.7);
}html :is(.text-grey-800) {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}html :is(.text-main) {
  --tw-text-opacity: 1;
  color: rgb(20 21 23 / var(--tw-text-opacity));
}html :is(.text-success) {
  --tw-text-opacity: 1;
  color: rgb(82 213 157 / var(--tw-text-opacity));
}html :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}html :is(.underline) {
  text-decoration-line: underline;
}html :is(.line-through) {
  text-decoration-line: line-through;
}html :is(.opacity-0) {
  opacity: 0;
}html :is(.outline) {
  outline-style: solid;
}html :is(.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);
}html :is(.drop-shadow-lg) {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}html :is(.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);
}html :is(.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: 300ms;
}html :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}html :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}body[data-controller=animonie] .ui-autocomplete {
  display: none !important;
}body#history #main.wrap{--width: 1260px !important}html :is(.before\:absolute)::before {
  content: var(--tw-content);
  position: absolute;
}html :is(.before\:bottom-0)::before {
  content: var(--tw-content);
  bottom: 0;
}html :is(.before\:left-0)::before {
  content: var(--tw-content);
  left: 0;
}html :is(.before\:h-1\/2)::before {
  content: var(--tw-content);
  height: 50%;
}html :is(.before\:w-full)::before {
  content: var(--tw-content);
  width: 100%;
}html :is(.before\:bg-gradient-to-t)::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}html :is(.before\:from-black\/70)::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}html :is(.after\:px-6)::after {
  content: var(--tw-content);
  padding-left: 15px;
  padding-right: 15px;
}html :is(.after\:content-\[\'\>\'\])::after {
  --tw-content: '>';
  content: var(--tw-content);
}html :is(.first\:pt-0:first-child) {
  padding-top: 0;
}html :is(.last\:border-b:last-child) {
  border-bottom-width: 1px;
}html :is(.last\:border-b-0:last-child) {
  border-bottom-width: 0px;
}html :is(.last\:pb-0:last-child) {
  padding-bottom: 0;
}html :is(.hover\:bg-error:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(235 70 77 / var(--tw-bg-opacity));
}html :is(.hover\:bg-secondary-light:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 74 82 / var(--tw-bg-opacity));
}html :is(.hover\:object-\[-60px_0\]:hover) {
  -o-object-position: -60px 0;
     object-position: -60px 0;
}html :is(.hover\:text-blue\/70:hover) {
  color: rgb(29 48 85 / 0.7);
}html :is(.hover\:opacity-70:hover) {
  opacity: 0.7;
}html :is(.group:hover .group-hover\:fill-white) {
  fill: white;
}html :is(.group:hover .group-hover\:opacity-100) {
  opacity: 1;
}html :is(.peer:checked ~ .peer-checked\:\!bg-blue) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 48 85 / var(--tw-bg-opacity)) !important;
}@media (max-width: 1020px) {

  html :is(.desktop\:col-span-12) {
    grid-column: span 12 / span 12;
  }

  html :is(.desktop\:col-span-6) {
    grid-column: span 6 / span 6;
  }

  html :is(.desktop\:col-start-auto) {
    grid-column-start: auto;
  }

  html :is(.desktop\:max-h-\[initial\]) {
    max-height: initial;
  }

  html :is(.desktop\:w-full) {
    width: 100%;
  }

  html :is(.desktop\:flex-col) {
    flex-direction: column;
  }

  html :is(.desktop\:\!px-0) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  html :is(.desktop\:px-gutter) {
    padding-left: 30px;
    padding-right: 30px;
  }
}@media (max-width: 768px) {

  html :is(.tablet\:col-span-12) {
    grid-column: span 12 / span 12;
  }

  html :is(.tablet\:col-span-6) {
    grid-column: span 6 / span 6;
  }

  html :is(.tablet\:hidden) {
    display: none;
  }

  html :is(.tablet\:flex-col) {
    flex-direction: column;
  }

  html :is(.tablet\:items-center) {
    align-items: center;
  }

  html :is(.tablet\:gap-12) {
    gap: 30px;
  }

  html :is(.tablet\:gap-4) {
    gap: 10px;
  }

  html :is(.tablet\:p-12) {
    padding: 30px;
  }

  html :is(.tablet\:text-center) {
    text-align: center;
  }

  html :is(.tablet\:text-5xl) {
    font-size: 48px;
  }

  html :is(.tablet\:before\:h-full)::before {
    content: var(--tw-content);
    height: 100%;
  }
}@media (max-width: 640px) {

  html :is(.phablet\:col-span-12) {
    grid-column: span 12 / span 12;
  }

  html :is(.phablet\:hidden) {
    display: none;
  }

  html :is(.phablet\:min-h-\[300px\]) {
    min-height: 300px;
  }

  html :is(.phablet\:w-full) {
    width: 100%;
  }

  html :is(.phablet\:flex-col) {
    flex-direction: column;
  }

  html :is(.phablet\:items-center) {
    align-items: center;
  }

  html :is(.phablet\:gap-y-10) {
    row-gap: 25px;
  }

  html :is(.phablet\:px-gutter) {
    padding-left: 30px;
    padding-right: 30px;
  }

  html :is(.phablet\:text-center) {
    text-align: center;
  }

  html :is(.phablet\:text-md) {
    font-size: 20px;
  }
}@media (max-width: 480px) {

  html :is(.mobile\:right-8) {
    right: 20px;
  }

  html :is(.mobile\:top-8) {
    top: 20px;
  }

  html :is(.mobile\:top-\[56px\]) {
    top: 56px;
  }

  html :is(.mobile\:col-span-12) {
    grid-column: span 12 / span 12;
  }

  html :is(.mobile\:h-\[calc\(100\%_-_56px\)\]) {
    height: calc(100% - 56px);
  }

  html :is(.mobile\:flex-col) {
    flex-direction: column;
  }

  html :is(.mobile\:items-start) {
    align-items: flex-start;
  }

  html :is(.mobile\:overflow-auto) {
    overflow: auto;
  }

  html :is(.mobile\:py-\[20px\]) {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}@media (max-width: 1310px) {

  html :is(.menu\:h-\[38px\]) {
    height: 38px;
  }

  html :is(.menu\:w-auto) {
    width: auto;
  }
}html :is(.\[\&\>\*\]\:text-center>*) {
  text-align: center;
}html :is(.\[\&\>\*\]\:font-secondary>*) {
  font-family: Dongle, serif;
}html :is(.\[\&\>\*\]\:text-3xl>*) {
  font-size: 32px;
}html :is(.\[\&\>\*\]\:text-xl>*) {
  font-size: 24px;
}html :is(.\[\&\>\*\]\:text-xs>*) {
  font-size: 16px;
}html :is(.\[\&\>\*\]\:font-normal>*) {
  font-weight: 400;
}html :is(.\[\&\>\*\]\:leading-1>*) {
  line-height: .7;
}html :is(.\[\&\>\*\]\:leading-\[1\.1\]>*) {
  line-height: 1.1;
}html :is(.\[\&\>\*\]\:text-blue>*) {
  --tw-text-opacity: 1;
  color: rgb(29 48 85 / var(--tw-text-opacity));
}html :is(.\[\&\>\*\]\:text-blue-400>*) {
  --tw-text-opacity: 1;
  color: rgb(83 101 134 / var(--tw-text-opacity));
}html :is(.\[\&\>\*\]\:text-white>*) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (max-width: 640px) {

  html :is(.phablet\:\[\&\>\*\]\:text-2xl>*) {
    font-size: 28px;
  }
}



 button.show-fds-files {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: inherit;
  font-family: inherit;
 }
 
 button.show-fds-files .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
 }
 
 button.show-fds-files .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
 button.show-fds-files .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
 button.show-fds-files .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
 button.show-fds-files .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }
 
 button:hover .circle {
  width: 100%;
 }
 
 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 button:hover .button-text {
  color: #fff;
 }

 .block-fds{
  display: none;
  text-align: center;
 }


 #adtm_menu ul#menu {
        justify-content: center;
    }

       .wk-filter-checkbox{
      display: none;
    }

#categorycontainer>.jstree-children>.jstree-node>i:first-child{
  display: none;
}
a#\32 _anchor {
    display: none;
}