/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
#pip .-preview *,
#pip .-preview ::before,
#pip .-preview ::after {
  box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
#pip .-preview html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
#pip .-preview html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
#pip .-preview body {
  margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
#pip .-preview body {
  font-family:
		system-ui,
		-apple-system,
/* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
#pip .-preview hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome,
Edge,
and Safari.
*/
#pip .-preview abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
#pip .-preview b,
#pip .-preview strong {
  font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
#pip .-preview code,
#pip .-preview kbd,
#pip .-preview samp,
#pip .-preview pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
#pip .-preview small {
  font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
#pip .-preview sub,
#pip .-preview sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#pip .-preview sub {
  bottom: -0.25em;
}
#pip .-preview sup {
  top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088,
https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729,
https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
#pip .-preview table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
#pip .-preview button,
#pip .-preview input,
#pip .-preview optgroup,
#pip .-preview select,
#pip .-preview textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
#pip .-preview button,
#pip .-preview select { /* 1 */
  text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
#pip .-preview button,
#pip .-preview [type='button'],
#pip .-preview [type='reset'],
#pip .-preview [type='submit'] {
  -webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
#pip .-preview ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
#pip .-preview legend {
  padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
#pip .-preview progress {
  vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
#pip .-preview ::-webkit-inner-spin-button,
#pip .-preview ::-webkit-outer-spin-button {
  height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
#pip .-preview [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
#pip .-preview ::-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.
*/
#pip .-preview ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
#pip .-preview summary {
  display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
#pip .-preview blockquote,
#pip .-preview dl,
#pip .-preview dd,
#pip .-preview h1,
#pip .-preview h2,
#pip .-preview h3,
#pip .-preview h4,
#pip .-preview h5,
#pip .-preview h6,
#pip .-preview hr,
#pip .-preview figure,
#pip .-preview p,
#pip .-preview pre {
  margin: 0;
}
#pip .-preview button {
  background-color: transparent;
  background-image: none;
}
#pip .-preview fieldset {
  margin: 0;
  padding: 0;
}
#pip .-preview ol,
#pip .-preview ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
#pip .-preview html {
  font-family: ui-sans-serif,
system-ui,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
Arial,
"Noto Sans",
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
#pip .-preview body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default,
the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property,
we change the default border-style for all elements to `solid`,
and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand,
making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
#pip .-preview *,
#pip .-preview ::before,
#pip .-preview ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
#pip .-preview hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
#pip .-preview img {
  border-style: solid;
}
#pip .-preview textarea {
  resize: vertical;
}
#pip .-preview input::-moz-placeholder,
#pip .-preview textarea::-moz-placeholder {
  opacity: 1;
  color: #CBD5E0;
}
#pip .-preview input:-ms-input-placeholder,
#pip .-preview textarea:-ms-input-placeholder {
  opacity: 1;
  color: #CBD5E0;
}
#pip .-preview input::placeholder,
#pip .-preview textarea::placeholder {
  opacity: 1;
  color: #CBD5E0;
}
#pip .-preview button,
#pip .-preview [role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links,
which still use a dotted
 * outline in Firefox by default.
 */
#pip .-preview table {
  border-collapse: collapse;
}
#pip .-preview h1,
#pip .-preview h2,
#pip .-preview h3,
#pip .-preview h4,
#pip .-preview h5,
#pip .-preview h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
#pip .-preview a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
#pip .-preview button,
#pip .-preview input,
#pip .-preview optgroup,
#pip .-preview select,
#pip .-preview textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font,
falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
#pip .-preview pre,
#pip .-preview code,
#pip .-preview kbd,
#pip .-preview samp {
  font-family: ui-monospace,
SFMono-Regular,
Menlo,
Monaco,
Consolas,
"Liberation Mono",
"Courier New",
monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy,
with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
#pip .-preview img,
#pip .-preview svg,
#pip .-preview video,
#pip .-preview canvas,
#pip .-preview audio,
#pip .-preview iframe,
#pip .-preview embed,
#pip .-preview 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
 */
#pip .-preview img,
#pip .-preview video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
#pip .-preview [hidden] {
  display: none;
}
#pip .-preview *,
#pip .-preview ::before,
#pip .-preview ::after {
  --tw-border-opacity: 1;
  border-color: rgba(237,
242,
247,
var(--tw-border-opacity));
}
#pip .-preview body {
  overflow-x: hidden;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pip .-preview .h1 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .h1-dot {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .h2 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .h2-dot {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .h3 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .h4 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .h5 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .h6 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .large-text {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .text-bold {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .sm-text {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .xs-text {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .key-numbers {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview :root {
  --pip-color-transparent: transparent;
  --pip-color-current: currentColor;
  --pip-color-black: #2C3945;
  --pip-color-white: #ffffff;
  --pip-color-gray-DEFAULT: #A0AEC0;
  --pip-color-gray-100: #F7FAFC;
  --pip-color-gray-200: #EDF2F7;
  --pip-color-gray-300: #E2E8F0;
  --pip-color-gray-400: #CBD5E0;
  --pip-color-gray-500: #A0AEC0;
  --pip-color-gray-600: #718096;
  --pip-color-gray-700: #4A5568;
  --pip-color-gray-800: #2D3748;
  --pip-color-gray-900: #1A202C;
  --pip-color-primary-DEFAULT: #FFD100;
  --pip-color-primary-100: #FFD100;
  --pip-color-primary-200: #FFD100;
  --pip-color-primary-300: #FFD100;
  --pip-color-primary-400: #FFD100;
  --pip-color-primary-500: #FFD100;
  --pip-color-primary-600: #FFD100;
  --pip-color-primary-700: #FFD100;
  --pip-color-primary-800: #FFD100;
  --pip-color-primary-900: #FFD100;
  --pip-color-info-DEFAULT: #006EB5;
  --pip-color-info-200: #EEF2FF;
  --pip-color-info-500: #006EB5;
  --pip-color-info-700: #152737;
  --pip-color-warning-DEFAULT: #ffc93e;
  --pip-color-warning-200: #FFE386;
  --pip-color-warning-500: #CAA62B;
  --pip-color-warning-700: #8F761F;
  --pip-color-error-DEFAULT: #e73434;
  --pip-color-error-200: #FED7D7;
  --pip-color-error-500: #E73434;
  --pip-color-error-700: #AE1616;
  --pip-color-success-DEFAULT: #2fbe2c;
  --pip-color-success-200: #C9F3DA;
  --pip-color-success-500: #2FBE2C;
  --pip-color-success-700: #3B783A;
  --pip-font-primary: "Roboto";
  --pip-screen-sm: 640px;
  --pip-screen-md: 768px;
  --pip-screen-lg: 1024px;
  --pip-screen-xl: 1280px;
  --pip-screen-2xl: 1536px;
  --pip-padding-container-DEFAULT: 1rem;
}
#pip .-preview .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  #pip .-preview .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  #pip .-preview .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  #pip .-preview .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  #pip .-preview .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  #pip .-preview .container {
    max-width: 1536px;
  }
}
#pip .-preview .btn-primary {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
#pip .-preview .btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
}
#pip .-preview .menu-contained-marlin.btn-primary:hover .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .btn-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
}
#pip .-preview .menu-contained-marlin.btn-primary:active .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .btn-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
}
#pip .-preview .btn-primary:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(247,
250,
252,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(160,
174,
192,
var(--tw-text-opacity));
}
#pip .-preview .btn-primary-bordered {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(44,
57,
69,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
#pip .-preview .btn-primary-bordered:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255,
255,
255,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
}
#pip .-preview .menu-contained-marlin.btn-primary-bordered:hover .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .btn-primary-bordered:active {
  --tw-border-opacity: 1;
  border-color: rgba(255,
255,
255,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
}
#pip .-preview .menu-contained-marlin.btn-primary-bordered:active .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .btn-primary-bordered:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
}
#pip .-preview .btn-primary-bordered:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(247,
250,
252,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(160,
174,
192,
var(--tw-text-opacity));
}
#pip .-preview .btn-primary-black {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(44,
57,
69,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(44,
57,
69,
var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255,
255,
255,
var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
#pip .-preview .btn-primary-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74,
85,
104,
var(--tw-bg-opacity));
}
#pip .-preview .btn-primary-black:active {
  --tw-bg-opacity: 1;
  background-color: rgba(74,
85,
104,
var(--tw-bg-opacity));
}
#pip .-preview .btn-primary-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(74,
85,
104,
var(--tw-bg-opacity));
}
#pip .-preview .btn-primary-black:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(247,
250,
252,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(160,
174,
192,
var(--tw-text-opacity));
}
#pip .-preview .btn-primary-white {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
#pip .-preview .menu-contained-marlin.btn-primary-white .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .btn-primary-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
}
#pip .-preview .btn-primary-white:active {
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
}
#pip .-preview .btn-primary-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
}
#pip .-preview .btn-primary-white:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(247,
250,
252,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(160,
174,
192,
var(--tw-text-opacity));
}
#pip .-preview .btn-tab {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
#pip .-preview .btn-tab:hover {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .btn-tab:active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .btn-tab:focus {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .btn-tab:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(160,
174,
192,
var(--tw-text-opacity));
}
#pip .-preview .btn-tab-white {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
#pip .-preview .btn-tab-white:hover {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255,
255,
255,
var(--tw-text-opacity));
}
#pip .-preview .btn-tab-white:active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255,
255,
255,
var(--tw-text-opacity));
}
#pip .-preview .btn-tab-white:focus {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255,
255,
255,
var(--tw-text-opacity));
}
#pip .-preview .btn-tab-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(160,
174,
192,
var(--tw-text-opacity));
}
/**
 * Theme Name: Starter Theme
 * Author: Pilot'in
 * Author URI: https://www.pilot-in.com/
 * Description: Starter Theme to use with Pilo'Press
 * Version: 0.1
 */
#pip .-preview html {
  scroll-behavior: smooth;
}
#pip .-preview body {
  max-width: 100vw;
}
#pip .-preview button:focus {
  outline: none;
}
#pip .-preview ul:not([class]) {
  list-style-position: inside;
  list-style-type: disc;
}
#pip .-preview ul:not([class])>li>ul {
    margin-left: 2rem;
  }
#pip .-preview ol:not([class]) {
  list-style-position: inside;
  list-style-type: decimal;
}
#pip .-preview ol:not([class])>li>ol {
    margin-left: 2rem;
  }
#pip .-preview ul[class],
#pip .-preview ol[class] {
  list-style-type: none;
}
#pip .-preview img {
  display: inline-block;
  /** Fix blurry downscaled images in Chrome */
  image-rendering: -webkit-optimize-contrast;
}
/** Images */
#pip .-preview picture {
  display: block;
  vertical-align: middle;
}
#pip .-preview picture>img {
    all: inherit;
  }
/** Fix when img are replaced with picture */
#pip .-preview picture:not([class*="wp-image"])>img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
/** Headings */
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview .h1 {
    font-size: 3.75rem;
    line-height: 1;
    line-height: 1.25
}
  }
#pip .-preview h1 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview h1 {
    font-size: 3.75rem;
    line-height: 1;
    line-height: 1.25
}
  }
#pip .-preview .tax-product_gamme spanh1::before {
  margin-right: 0.75rem;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 1px;
  color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  content: '•';
  line-height: 0;
  filter: blur(0.045em);
}
#pip .-preview h1:has(> [class^="h"]) {
    line-height: unset;
  }
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview .h2 {
    font-size: 2.625rem;
    line-height: 1.2
}
  }
#pip .-preview h2 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview h2 {
    font-size: 2.625rem;
    line-height: 1.2
}
  }
#pip .-preview .how-it-works-saumon .main-wrapper h2::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2::before {
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-y: 1px;
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 300ms;
        /* @apply absolute top-1/2 left-0; */
        content: '•';
        font-size: 3rem;
        margin-right: 0.5rem;
        line-height: 0;
        filter: blur(0);
      }
#pip .-preview .how-it-works-saumon .main-wrapper h2:hover::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:active::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:focus::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:hover::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:active::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:focus::before {
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          filter: blur(2px);
        }
#pip .-preview .dark .how-it-works-saumon .main-wrapper h2::before,
#pip .-preview .dark .how-it-works-saumon .main-wrapper h2::before {
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          filter: blur(2px);
        }
#pip .-preview h2:has(> [class^="h"]) {
    line-height: unset;
  }
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview .h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700
}
  }
#pip .-preview h3 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700
}
  }
#pip .-preview h3:has(> [class^="h"]) {
    line-height: unset;
  }
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700
}
  }
#pip .-preview h4 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
}
  }
#pip .-preview h4 {
  line-height: unset;
}
#pip .-preview h5 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  line-height: unset;
}
#pip .-preview h6 {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  line-height: unset;
}
#pip .-preview label {
  cursor: pointer;
}
/* Inputs */
#pip .-preview input[type="email"],
#pip .-preview input[type="password"],
#pip .-preview input[type="text"],
#pip .-preview input[type="tel"],
#pip .-preview input[type="number"],
#pip .-preview select,
#pip .-preview textarea,
#pip .-preview .select2>.selection>.select2-selection {
  height: auto !important;
  border-width: 0px !important;
  padding: 0.75rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
#pip .-preview input[type="email"],
#pip .-preview input[type="password"],
#pip .-preview input[type="text"],
#pip .-preview input[type="tel"],
#pip .-preview input[type="number"],
#pip .-preview select,
#pip .-preview textarea,
#pip .-preview .select2>.selection>.select2-selection {
  border-radius: 4.6875rem !important;
}
#pip .-preview textarea {
  border-radius: 1.5rem !important;
}
#pip .-preview input[type="radio"] {
  margin: 0px !important;
  height: 1rem !important;
  width: 1rem !important;
  line-height: 1rem !important;
}
#pip .-preview input[type="radio"]:checked {
    position: absolute;
    top: -100%;
  }
#pip .-preview input[type="radio"]:checked +label {
      position: relative;
      display: inline-block;
      cursor: pointer;
      padding-left: 1.5rem;
      line-height: 1rem;
    }
#pip .-preview input[type="radio"]:checked +label::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        height: 1rem;
        width: 1rem;
        border-radius: 9999px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
      }
#pip .-preview input[type="radio"]:checked +label::after {
        content: '';
        left: 5px;
        top: 5px;
        position: absolute;
        height: 0.375rem;
        width: 0.375rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 200ms;
        transition-timing-function: linear;
      }
#pip .-preview input[type="radio"]:checked +label .menu-contained-marlin#pip .-preview input[type="radio"]:checked +label .menu-contained-marlin::after .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
                --color-main-menu-depth-0: #2c3945;
              }
#pip .-preview input[type="radio"]:not(':checked') {
    position: absolute;
    top: -100%;
  }
#pip .-preview input[type="radio"]:not(':checked') +label {
      position: relative;
      display: inline-block;
      cursor: pointer;
      line-height: 1rem;
    }
#pip .-preview input[type="radio"]:not(':checked') +label::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        height: 1rem;
        width: 1rem;
        border-radius: 9999px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(160,
174,
192,
var(--tw-border-opacity));
        background-color: transparent;
      }
#pip .-preview input[type="radio"]:not(':checked') +label::after {
        content: '';
        left: 5px;
        top: 5px;
        position: absolute;
        height: 0.375rem;
        width: 0.375rem;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 200ms;
        transition-timing-function: linear;
      }
#pip .-preview input[type="radio"]:not(':checked') +label .menu-contained-marlin#pip .-preview input[type="radio"]:not(':checked') +label .menu-contained-marlin::after .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
                --color-main-menu-depth-0: #2c3945;
              }
/* Fix anchor scroll with sticky menu */
#pip .-preview section {
  scroll-margin-top: var(--menu-height,
100px);
}
#pip .-preview .select2 {
  z-index: 10;
  margin-top: 0px;
}
/* Select2 - Fix margin */
#pip .-preview .select2>.selection>.select2-selection {
  margin: 0px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#pip .-preview .select2.select2-container--open>.selection>.select2-selection {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid var(--pip-color-primary-500) !important;
  border-bottom: 0 !important;
}
#pip .-preview .select2>.selection>.select2-selection>.select2-selection__rendered {
  position: relative !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  line-height: inherit !important;
}
#pip .-preview .select2>.selection>.select2-selection>.select2-selection__rendered::before {
    content: '\f111';
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 0px;
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(255,
209,
0,
var(--tw-text-opacity));
  }
#pip .-preview .select2>.selection>.select2-selection>.select2-selection__rendered::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    right: 0px;
    left: auto;
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
  }
/* Select2 - Fix arrow position */
#pip .-preview header nav .sub-menu .sub-menu.select2>.selection>.select2-selection>.select2-selection__arrow {
        display: none !important;
      }
#pip .-preview .select2>.selection>.select2-selection>.select2-selection__arrow {
  display: none !important;
}
/* Select2 - Fix clear icon position */
#pip .-preview .select2>.selection .select2-selection__clear {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-right: calc(1% + 1em) !important;
}
#pip .-preview .select2-container--open>.selection>.select2-selection>.select2-selection__rendered::before {
    font-weight: 700;
  }
#pip .-preview .select2-container--open>.selection>.select2-selection>.select2-selection__rendered::after {
    content: '\f077';
  }
/** Select2 - Dropdown - Option selected - Hover */
#pip .-preview .select2-results>.select2-results__options>.select2-results__option--highlighted[aria-selected],
#pip .-preview .select2-results>.select2-results__options>.select2-results__option--highlighted[data-selected] {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
}
/* Select2 Highlight */
#pip .-preview .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
}
/* Select2 dropdown */
#pip .-preview .select2-container--open:not(.select2) {
  z-index: 0;
}
#pip .-preview .select2-container--open:not(.select2) .select2-dropdown {
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
    border-radius: 20px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
  }
#pip .-preview .select2-container--open:not(.select2) .select2-dropdown .select2-results .select2-results__options {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 0px;
      }
#pip .-preview .select2-container--open:not(.select2) .select2-dropdown .select2-results .select2-results__option {
        position: relative;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
#pip .-preview .select2-container--open:not(.select2) .select2-dropdown .select2-results .select2-results__option::before {
          content: '\f111';
          font-family: "Font Awesome 5 Pro";
          font-size: 10px;
          position: absolute;
          top: 50%;
          left: 0px;
          --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;
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          --tw-translate-y: -50%;
          font-weight: 400;
          --tw-text-opacity: 1;
          color: rgba(255,
209,
0,
var(--tw-text-opacity));
        }
/*
                &::after {
                    content: '\f061';
                    font-family: "Font Awesome 5 Pro";
                    font-size: 12px;
                    @apply absolute top-1/2 left-auto right-0 transform -translate-y-1/2 text-black font-normal;
                } */
#pip .-preview .select2-container--open:not(.select2) .select2-dropdown .select2-results .select2-results__option header nav .sub-menu .sub-menu#pip .-preview .select2-container--open:not(.select2) .select2-dropdown .select2-results .select2-results__option header nav .sub-menu .sub-menu.select2-results__option--disabled {
                display: none;
              }
#pip .-preview .select2-container--open:not(.select2) .select2-dropdown .select2-results .select2-results__option.select2-results__option--disabled {
          display: none;
        }
#pip .-preview .select2-container--open:not(.select2) .select2-dropdown .select2-results .select2-results__option--highlighted.select2-results__option--selectable::before {
            font-weight: 700;
          }
/* Pagination */
#pip .-preview .pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(160,
174,
192,
var(--tw-border-opacity));
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .pagination .page-numbers {
    margin-right: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
/* Hover,
current */
#pip .-preview .pagination .page-numbers:hover,
#pip .-preview .pagination .page-numbers.current,
#pip .-preview .pagination .prev:hover,
#pip .-preview .pagination .next:hover,
#pip .-preview .pagination .pagination-previous:hover,
#pip .-preview .pagination .pagination-next:hover {
    --tw-text-opacity: 1;
    color: rgba(255,
209,
0,
var(--tw-text-opacity));
  }
/** WYSIWYG alignment styles */
#pip .-preview .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#pip .-preview .alignleft {
  margin-right: auto;
}
#pip .-preview .alignright {
  margin-left: auto;
}
/** Icon Font Awesome - Left position */
#pip .-preview .icon-left::before {
    content: '';
    font-family: "Font Awesome 5 Pro",
sans-serif;
    margin-right: 0.75rem;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: currentColor;
  }
/** Icon Font Awesome - Right position */
#pip .-preview .icon-right::after {
    content: '';
    font-family: "Font Awesome 5 Pro",
sans-serif;
    margin-left: 0.75rem;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: currentColor;
  }
/** Blockquote */
#pip .-preview blockquote {
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: 1.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(255,
255,
255,
var(--tw-border-opacity));
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2.25rem;
}
/** WP Video player */
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-overlay {
    --tw-bg-opacity: 1;
    background-color: rgba(44,
57,
69,
var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
  }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-overlay .mejs-overlay-button {
      height: auto;
      width: auto;
      background-image: none;
    }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-overlay .mejs-overlay-button::after {
        content: '\f04b';
        font-family: "Font Awesome 5 Pro",
sans-serif;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 900;
        --tw-text-opacity: 1;
        color: rgba(255,
255,
255,
var(--tw-text-opacity));
      }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls {
    --tw-bg-opacity: 1;
    background-color: rgba(44,
57,
69,
var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
  }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls header nav .sub-menu .sub-menu.mejs-duration-container,
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls header nav .sub-menu .sub-menu.mejs-playpause-button {
            display: none;
          }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-duration-container,
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-playpause-button {
      display: none;
    }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-fullscreen-button button {
        background-image: none;
      }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-fullscreen-button button::after {
          content: '\f065';
          font-family: "Font Awesome 5 Pro",
sans-serif;
          font-size: 1rem;
          line-height: 1.5rem;
          font-weight: 300;
          line-height: 1rem;
          --tw-text-opacity: 1;
          color: rgba(255,
255,
255,
var(--tw-text-opacity));
        }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-volume-button.mejs-mute button {
          background-image: none;
        }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-volume-button.mejs-mute button::after {
            content: '\f027';
            font-family: "Font Awesome 5 Pro",
sans-serif;
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 300;
            line-height: 1rem;
            --tw-text-opacity: 1;
            color: rgba(255,
255,
255,
var(--tw-text-opacity));
          }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-volume-button.mejs-unmute button {
          background-image: none;
        }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-volume-button.mejs-unmute button::after {
            content: '\f6a9';
            font-family: "Font Awesome 5 Pro",
sans-serif;
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 300;
            line-height: 1rem;
            --tw-text-opacity: 1;
            color: rgba(255,
255,
255,
var(--tw-text-opacity));
          }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      padding-top: 0px;
    }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total {
        margin-top: 0px;
        height: 1px;
      }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total header nav .sub-menu .sub-menu.mejs-time-float,
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total header nav .sub-menu .sub-menu.mejs-time-buffering {
                display: none;
              }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-float,
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-buffering {
          display: none;
        }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle,
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded,
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-hovered,
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
          height: 1px;
        }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-current {
          --tw-bg-opacity: 1;
          background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
        }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .menu-contained-marlin.mejs-time-current .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
                  --color-main-menu-depth-0: #2c3945;
                }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-loaded {
          --tw-bg-opacity: 1;
          background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
          --tw-bg-opacity: 0.5;
        }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .menu-contained-marlin.mejs-time-loaded .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
                  --color-main-menu-depth-0: #2c3945;
                }
#pip .-preview .mejs-container.wp-video-shortcode.mejs-video .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total .mejs-time-handle-content {
          height: 0.375rem;
          width: 0.375rem;
          border-radius: 9999px;
          top: -7px;
        }
/** Pilo'Press Shortcode Icon */
#pip .-preview .pip-shortcode-icon {
  display: inline-flex !important;
}
/* ACF Fields */
#pip .-preview .acfe-form .acf-fields .acf-field {
    border-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
/* Labels */
#pip .-preview .acfe-form .acf-fields .acf-field .acf-label label {
      padding-left: 1rem;
      font-weight: 400;
    }
/* Input error */
#pip .-preview .acfe-form .acf-fields .acf-field.acf-error {
      color: #e73434 !important;
    }
#pip .-preview .acfe-form .acf-fields .acf-field.acf-error input {
        border-color: currentColor !important;
        color: inherit !important;
      }
/* Message error */
#pip .-preview .acfe-form .acf-fields .acf-field .acf-notice.-error {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      margin-right: 0px !important;
      margin-left: 0.25rem !important;
      border-width: 0px !important;
      background-color: transparent !important;
      padding: 0px !important;
    }
/* add "email icon" inside Email field */
#pip .-preview .acfe-form .acf-fields .acf-field[data-type="email"] .acf-input-wrap::before {
          content: '\f0e0';
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          top: 1rem;
          left: 1rem;
          display: flex;
          align-items: center;
          font-size: 1rem;
          line-height: 1.5rem;
          color: currentColor;
        }
#pip .-preview .acfe-form .acf-fields .acf-field[data-type="email"] .acf-input-wrap input {
          padding-left: 2.5rem !important;
        }
/** Menu item style */
#pip .-preview .menu-item {
  transition: background .3s ease .05s,
border .2s ease 0s;
}
/** Menu item parent */
/** Add "chevron" icon next to the link */
#pip .-preview .menu-item.menu-item-has-children > a::after {
        content: "\f078";
        font-family: "Font Awesome 5 Pro",
sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-left: 0.5rem;
        display: inline-block;
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-scale-x: .75;
        --tw-scale-y: .75;
        font-weight: 400;
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 300ms;
      }
#pip .-preview .menu-item.menu-item-has-children:hover>a::after {
          --tw-rotate: 180deg;
        }
/* Slider dots style */
#pip .-preview .splide__pagination > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#pip .-preview .splide__pagination>li>.splide__pagination__page {
    height: 0.375rem;
    width: 0.375rem;
    border-radius: 9999px;
    opacity: 1;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 200ms;
    border: 1px solid var(--pip-color-primary-500);
    background: var(--dots-bg,
transparent);
  }
#pip .-preview .splide__pagination>li>.splide__pagination__page.is-active {
      background: var(--dots-active-bg,
currentColor);
      transform: var(--dots-active-transform,
scale(1));
    }
/** Table Default Style */
#pip .-preview table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#pip .-preview table thead tr th {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(160,
174,
192,
var(--tw-border-opacity));
        padding: 0.5rem;
        text-align: left;
      }
#pip .-preview table tbody {
    --tw-bg-opacity: 1;
    background-color: rgba(255,
255,
255,
var(--tw-bg-opacity))
  }
#pip .-preview table .menu-contained-marlintbody .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
            --color-main-menu-depth-0: #2c3945;
          }
#pip .-preview table tbody tr td {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(160,
174,
192,
var(--tw-border-opacity));
        padding: 0.5rem;
        --tw-text-opacity: 1;
        color: rgba(160,
174,
192,
var(--tw-text-opacity));
      }
#pip .-preview form {
  accent-color: var(--pip-color-primary-500);
}
#pip .-preview iframe {
  /* height: auto; */
  max-width: 100%;
}
#pip .-preview iframe[src*="youtube.com"] {
    aspect-ratio: 16/9;
  }
/** ----------------------------------
* Put your project styles here below...
* ---------------------------------- */
#pip .-preview body {
  --dots-border: var(--pip-color-white);
  --dots-bg: var(--pip-color-white);
  --dots-active-bg: var(--pip-color-primary-500);
}
#pip .-preview .h1-dot {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview .h1-dot {
    font-size: 3.75rem;
    line-height: 1;
    line-height: 1.25
}
  }
#pip .-preview .tax-product_gamme span.h1-dot::before {
  margin-right: 0.75rem;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 1px;
  color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  content: '•';
  line-height: 0;
  filter: blur(0.045em);
}
#pip .-preview .h1-dot {
  position: relative;
}
#pip .-preview .h1-dot::before {
    margin-right: 0.75rem;
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 1px;
    color: currentColor;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    --tw-scale-x: 2;
    --tw-scale-y: 2;
    content: '•';
    line-height: 0;
    filter: blur(0.05em);
  }
#pip .-preview .h2-dot {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview .h2-dot {
    font-size: 2.625rem;
    line-height: 1.2
}
  }
#pip .-preview .h2-dot {
  position: relative;
}
#pip .-preview .how-it-works-saumon .main-wrapper h2::before,
#pip .-preview .how-it-works-saumon .main-wrapper .h2-dot::before {
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-y: 1px;
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 300ms;
        /* @apply absolute top-1/2 left-0; */
        content: '•';
        font-size: 3rem;
        margin-right: 0.5rem;
        line-height: 0;
        filter: blur(0);
      }
#pip .-preview .how-it-works-saumon .main-wrapper h2:hover::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:active::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:focus::before,
#pip .-preview .how-it-works-saumon .main-wrapper .h2-dot:hover::before,
#pip .-preview .how-it-works-saumon .main-wrapper .h2-dot:active::before,
#pip .-preview .how-it-works-saumon .main-wrapper .h2-dot:focus::before {
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          filter: blur(2px);
        }
#pip .-preview .dark .how-it-works-saumon .main-wrapper h2::before,
#pip .-preview .dark .how-it-works-saumon .main-wrapper .h2-dot::before {
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          filter: blur(2px);
        }
#pip .-preview .h2-dot::before {
    margin-right: 0.75rem;
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 1px;
    color: currentColor;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    --tw-scale-x: 2;
    --tw-scale-y: 2;
    content: '•';
    line-height: 0;
    filter: blur(0.05em);
  }
/* Buttons hover effects */
#pip .-preview .btn-primary::before {
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 1px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    content: '•';
    font-size: 3em;
    margin-right: 0.1em;
    line-height: 0;
    filter: blur(0);
  }
#pip .-preview .btn-primary:hover::before {
      --tw-scale-x: 2;
      --tw-scale-y: 2;
      margin-right: 0.75rem;
      --tw-text-opacity: 1;
      color: rgba(255,
209,
0,
var(--tw-text-opacity));
      filter: blur(2px);
    }
#pip .-preview .btn-primary-bordered::before {
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: 1px;
      --tw-text-opacity: 1;
      color: rgba(255,
255,
255,
var(--tw-text-opacity));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      content: '•';
      font-size: 3em;
      margin-right: 0.1em;
      line-height: 0;
      filter: blur(0);
    }
#pip .-preview .btn-primary-bordered:hover::before {
        --tw-scale-x: 2;
        --tw-scale-y: 2;
        margin-right: 0.75rem;
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
        filter: blur(2px);
      }
#pip .-preview .btn-primary-white::before {
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: 1px;
      --tw-text-opacity: 1;
      color: rgba(255,
209,
0,
var(--tw-text-opacity));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      content: '•';
      font-size: 3em;
      margin-right: 0.1em;
      line-height: 0;
      filter: blur(0);
    }
#pip .-preview .btn-primary-white:hover::before {
        --tw-scale-x: 2;
        --tw-scale-y: 2;
        /* @apply mr-3; */
        filter: blur(2px);
      }
#pip .-preview .btn-primary-black::before {
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: 1px;
      color: currentColor;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      content: '•';
      font-size: 3em;
      margin-right: 0.1em;
      line-height: 0;
      filter: blur(0);
    }
#pip .-preview .btn-primary-black:hover::before {
        --tw-scale-x: 2;
        --tw-scale-y: 2;
        margin-right: 0.75rem;
        filter: blur(2px);
      }
/* @apply pl-6; */
#pip .-preview .btn-tab::before {
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 1px;
    --tw-text-opacity: 1;
    color: rgba(255,
209,
0,
var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    /* @apply absolute top-1/2 left-0; */
    content: '•';
    font-size: 2rem;
    margin-right: 0.5rem;
    line-height: 0;
    filter: blur(0);
  }
#pip .-preview .btn-tab:hover::before,
#pip .-preview .btn-tab:active::before,
#pip .-preview .btn-tab:focus::before {
      --tw-scale-x: 2;
      --tw-scale-y: 2;
      filter: blur(2px);
    }
#pip .-preview .btn-tab-white::before {
      margin-right: 0.5rem;
      display: inline-block;
      height: 0.75rem;
      width: 0.75rem;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      border-radius: 9999px;
      border-width: 1px;
      border-style: solid;
      border-color: currentColor;
      background-color: transparent;
      --tw-text-opacity: 1;
      color: rgba(255,
255,
255,
var(--tw-text-opacity));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      content: '';
    }
#pip .-preview .btn-tab-white:hover::before,
#pip .-preview .btn-tab-white:active::before,
#pip .-preview .btn-tab-white:focus::before {
        background-color: currentColor;
      }
#pip .-preview .btn-tab-white.active {
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgba(255,
255,
255,
var(--tw-text-opacity));
    }
#pip .-preview .btn-tab-white.active::before {
        background-color: currentColor;
      }
/* Card hover effect */
#pip .-preview .blog-archive-nemo .wrapper-post-thumbnail::before,
#pip .-preview .blog-last-post-nemo .wrapper-post-thumbnail::before {
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 20rem;
        width: 20rem;
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        --tw-scale-x: 0;
        --tw-scale-y: 0;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
        transition-property: transform;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 500ms;
        content: '';
        z-index: 1;
      }
#pip .-preview .blog-archive-nemo .wrapper-post-thumbnail::after,
#pip .-preview .blog-last-post-nemo .wrapper-post-thumbnail::after {
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        height: 6rem;
        width: 6rem;
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
        opacity: 0;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 500ms;
      }
#pip .-preview .blog-archive-nemo .wrapper-post-thumbnail .menu-contained-marlin#pip .-preview .blog-archive-nemo .wrapper-post-thumbnail .menu-contained-marlin::after .menu-item.depth-0:not([class*="cta-"]):not(.lang-item),
#pip .-preview .blog-last-post-nemo .wrapper-post-thumbnail .menu-contained-marlin#pip .-preview .blog-last-post-nemo .wrapper-post-thumbnail .menu-contained-marlin::after .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
                --color-main-menu-depth-0: #2c3945;
              }
#pip .-preview .blog-archive-nemo .wrapper-post-thumbnail::after,
#pip .-preview .blog-last-post-nemo .wrapper-post-thumbnail::after {
        content: '\f054';
        font-family: 'Font Awesome 6 Pro';
        z-index: 2;
      }
#pip .-preview .blog-archive-nemo .wrapper-post-thumbnail-tags,
#pip .-preview .blog-last-post-nemo .wrapper-post-thumbnail-tags {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 500ms;
      }
#pip .-preview .blog-archive-nemo .wrapper-post-thumbnail .post-thumbnail,
#pip .-preview .blog-last-post-nemo .wrapper-post-thumbnail .post-thumbnail {
        transition-delay: 0s;
      }
#pip .-preview .blog-archive-nemo .wrapper-post:hover .wrapper-post-thumbnail::before,
#pip .-preview .blog-last-post-nemo .wrapper-post:hover .wrapper-post-thumbnail::before {
            --tw-scale-x: 2;
            --tw-scale-y: 2;
          }
#pip .-preview .blog-archive-nemo .wrapper-post:hover .wrapper-post-thumbnail::after,
#pip .-preview .blog-last-post-nemo .wrapper-post:hover .wrapper-post-thumbnail::after {
            opacity: 1;
          }
#pip .-preview .blog-archive-nemo .wrapper-post:hover .wrapper-post-thumbnail-tags,
#pip .-preview .blog-last-post-nemo .wrapper-post:hover .wrapper-post-thumbnail-tags {
            border-radius: 1.5rem;
          }
#pip .-preview .blog-archive-nemo .wrapper-post:hover .wrapper-post-thumbnail .post-thumbnail,
#pip .-preview .blog-last-post-nemo .wrapper-post:hover .wrapper-post-thumbnail .post-thumbnail {
            transform: scale(0.95);
            transition-delay: 0.3s;
          }
/** Polylang */
#pip .-preview .lang-item {
  text-transform: uppercase;
  opacity: 0.5;
}
#pip .-preview .lang-item:hover {
    opacity: 1;
  }
#pip .-preview .current-lang {
  opacity: 1;
}
/** Menu */
#pip .-preview .menu-item {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#pip .-preview .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
      color: var(--color-main-menu-depth-0);
    }
#pip .-preview .menu-item.depth-0:not([class*="cta-"]):not(.lang-item)>a {
        display: flex;
        align-items: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
#pip .-preview .menu-item.depth-0:not([class*="cta-"]):not(.lang-item)>a::before {
          content: '\f111';
          font-family: "Font Awesome 5 Pro",
sans-serif;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1;
          margin-right: 0.5rem;
          display: inline-block;
          --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;
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          --tw-translate-x: 1rem;
          --tw-scale-x: .75;
          --tw-scale-y: .75;
          font-weight: 700;
          color: currentColor;
          opacity: 0;
          transition-property: transform;
          transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
          transition-duration: 150ms;
          transition-duration: 300ms;
        }
#pip .-preview .menu-item.depth-0:not([class*="cta-"]):not(.lang-item):hover,
#pip .-preview .menu-item.depth-0:not([class*="cta-"]):not(.lang-item).current-menu-item {
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
      }
#pip .-preview .menu-item.depth-0:not([class*="cta-"]):not(.lang-item):hover,
            .menu-item.depth-0:not([class*="cta-"]):not(.lang-item).current-menu-item {
        color: var(--color-main-menu-depth-0-hover);
      }
#pip .-preview .menu-item.depth-0:not([class*="cta-"]):not(.lang-item):hover>a::before,
#pip .-preview .menu-item.depth-0:not([class*="cta-"]):not(.lang-item).current-menu-item>a::before {
          --tw-translate-x: 0px;
          opacity: 1;
        }
@media screen and (max-width: 1279px) {
        .menu-item.depth-0:not([class*="cta-"]):not(.lang-item).menu-item-has-children {
          --tw-text-opacity: 1;
          color: rgba(255,
209,
0,
var(--tw-text-opacity));
        }
          .menu-item.depth-0:not([class*="cta-"]):not(.lang-item).menu-item-has-children>a {
            font-weight: 700;
          }
            .menu-item.depth-0:not([class*="cta-"]):not(.lang-item).menu-item-has-children>a::before {
              --tw-translate-x: 0px;
              opacity: 1;
            }
      }
#pip .-preview .menu-item.depth-1>a {
      display: flex;
      align-items: center;
      border-radius: 1.5rem;
      padding: 1rem;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      /* &::after {
                content: '\f061';
                font-family: "Font Awesome 5 Pro",
sans-serif;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                @apply ml-auto transform scale-75 pl-10;
            } */
    }
#pip .-preview .menu-item.depth-1>a::before {
        --tw-scale-x: .25;
        --tw-scale-y: .25;
        content: '\f111';
        font-family: "Font Awesome 5 Pro",
sans-serif;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        margin-right: 0.5rem;
        display: inline-block;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
        transition-duration: 300ms;
      }
#pip .-preview .menu-item.depth-1:hover>a,
#pip .-preview .menu-item.depth-1.current-menu-item>a {
        --tw-bg-opacity: 1;
        background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-weight: 700;
      }
#pip .-preview .menu-item.depth-1:hover>a::before,
#pip .-preview .menu-item.depth-1.current-menu-item>a::before {
          font-weight: 700;
          --tw-text-opacity: 1;
          color: rgba(255,
255,
255,
var(--tw-text-opacity));
          --tw-blur: var(--tw-empty,/*!*/ /*!*/);
          --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
          --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
          --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
          --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
          --tw-invert: var(--tw-empty,/*!*/ /*!*/);
          --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
          --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
          --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
          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);
          --tw-blur: blur(4px);
        }
#pip .-preview .menu-item.depth-2>a {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
    }
#pip .-preview .menu-item.depth-2:hover>a,
#pip .-preview .menu-item.depth-2.current-menu-item>a {
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
      }
#pip .-preview .pll-parent-menu-item {
  margin-top: 0.375rem;
}
#pip .-preview .pll-parent-menu-item>a {
    position: relative;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 1.5rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(44,
57,
69,
var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 300ms;
  }
#pip .-preview .pll-parent-menu-item>a:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255,
255,
255,
var(--tw-bg-opacity)) !important;
  }
#pip .-preview .pll-parent-menu-item .menu-contained-marlin#pip .-preview .pll-parent-menu-item .menu-contained-marlin>a:hover .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
            --color-main-menu-depth-0: #2c3945;
          }
#pip .-preview .pll-parent-menu-item>a:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255,
255,
255,
var(--tw-bg-opacity)) !important;
  }
#pip .-preview .pll-parent-menu-item .menu-contained-marlin#pip .-preview .pll-parent-menu-item .menu-contained-marlin>a:active .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
            --color-main-menu-depth-0: #2c3945;
          }
#pip .-preview .pll-parent-menu-item>a:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255,
209,
0,
var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255,
209,
0,
var(--tw-bg-opacity)) !important;
  }
#pip .-preview .pll-parent-menu-item>a:disabled {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247,
250,
252,
var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247,
250,
252,
var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(160,
174,
192,
var(--tw-text-opacity)) !important;
  }
#pip .-preview .pll-parent-menu-item>a::before {
      --tw-translate-x: 0 !important;
      --tw-translate-y: 0 !important;
      --tw-rotate: 0 !important;
      --tw-skew-x: 0 !important;
      --tw-skew-y: 0 !important;
      --tw-scale-x: 1 !important;
      --tw-scale-y: 1 !important;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
      --tw-translate-y: 1px !important;
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1) !important;
      transition-duration: 150ms !important;
      transition-duration: 300ms !important;
      content: '•' !important;
      font-size: 3em !important;
      margin-right: 0.1em !important;
      line-height: 0 !important;
      filter: blur(0) !important;
    }
#pip .-preview .pll-parent-menu-item>a:hover::before {
        --tw-scale-x: 2 !important;
        --tw-scale-y: 2 !important;
        margin-right: 0.75rem !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
        filter: blur(2px) !important;
      }
#pip .-preview .pll-parent-menu-item>a-bordered::before {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        --tw-translate-y: 1px !important;
        --tw-text-opacity: 1 !important;
        color: rgba(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: 150ms !important;
        transition-duration: 300ms !important;
        content: '•' !important;
        font-size: 3em !important;
        margin-right: 0.1em !important;
        line-height: 0 !important;
        filter: blur(0) !important;
      }
#pip .-preview .pll-parent-menu-item>a-bordered:hover::before {
          --tw-scale-x: 2 !important;
          --tw-scale-y: 2 !important;
          margin-right: 0.75rem !important;
          --tw-text-opacity: 1 !important;
          color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
          filter: blur(2px) !important;
        }
#pip .-preview .pll-parent-menu-item>a-white::before {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        --tw-translate-y: 1px !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
        transition-property: all !important;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1) !important;
        transition-duration: 150ms !important;
        transition-duration: 300ms !important;
        content: '•' !important;
        font-size: 3em !important;
        margin-right: 0.1em !important;
        line-height: 0 !important;
        filter: blur(0) !important;
      }
#pip .-preview .pll-parent-menu-item>a-white:hover::before {
          --tw-scale-x: 2 !important;
          --tw-scale-y: 2 !important;
          /* @apply mr-3; */
          filter: blur(2px) !important;
        }
#pip .-preview .pll-parent-menu-item>a-black::before {
        --tw-translate-x: 0 !important;
        --tw-translate-y: 0 !important;
        --tw-rotate: 0 !important;
        --tw-skew-x: 0 !important;
        --tw-skew-y: 0 !important;
        --tw-scale-x: 1 !important;
        --tw-scale-y: 1 !important;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
        --tw-translate-y: 1px !important;
        color: currentColor !important;
        transition-property: all !important;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1) !important;
        transition-duration: 150ms !important;
        transition-duration: 300ms !important;
        content: '•' !important;
        font-size: 3em !important;
        margin-right: 0.1em !important;
        line-height: 0 !important;
        filter: blur(0) !important;
      }
#pip .-preview .pll-parent-menu-item>a-black:hover::before {
          --tw-scale-x: 2 !important;
          --tw-scale-y: 2 !important;
          margin-right: 0.75rem !important;
          filter: blur(2px) !important;
        }
#pip .-preview .pll-parent-menu-item>a {
    display: inline-flex !important;
    border-width: 0px !important;
    background-color: transparent !important;
    line-height: 1.5 !important;
    color: inherit !important;
}
#pip .-preview .cta-menu>a {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}
#pip .-preview .cta-menu>a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity)) !important;
}
#pip .-preview .menu-contained-marlin.cta-menu>a:hover .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .cta-menu>a:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity)) !important;
}
#pip .-preview .menu-contained-marlin.cta-menu>a:active .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .cta-menu>a:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity)) !important;
}
#pip .-preview .cta-menu>a:disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247,
250,
252,
var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(160,
174,
192,
var(--tw-text-opacity)) !important;
}
#pip .-preview .cta-menu>a::before {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    --tw-translate-y: 1px !important;
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1) !important;
    transition-duration: 150ms !important;
    transition-duration: 300ms !important;
    content: '•' !important;
    font-size: 3em !important;
    margin-right: 0.1em !important;
    line-height: 0 !important;
    filter: blur(0) !important;
  }
#pip .-preview .cta-menu>a:hover::before {
      --tw-scale-x: 2 !important;
      --tw-scale-y: 2 !important;
      margin-right: 0.75rem !important;
      --tw-text-opacity: 1 !important;
      color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
      filter: blur(2px) !important;
    }
#pip .-preview .cta-menu>a-bordered::before {
      --tw-translate-x: 0 !important;
      --tw-translate-y: 0 !important;
      --tw-rotate: 0 !important;
      --tw-skew-x: 0 !important;
      --tw-skew-y: 0 !important;
      --tw-scale-x: 1 !important;
      --tw-scale-y: 1 !important;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
      --tw-translate-y: 1px !important;
      --tw-text-opacity: 1 !important;
      color: rgba(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: 150ms !important;
      transition-duration: 300ms !important;
      content: '•' !important;
      font-size: 3em !important;
      margin-right: 0.1em !important;
      line-height: 0 !important;
      filter: blur(0) !important;
    }
#pip .-preview .cta-menu>a-bordered:hover::before {
        --tw-scale-x: 2 !important;
        --tw-scale-y: 2 !important;
        margin-right: 0.75rem !important;
        --tw-text-opacity: 1 !important;
        color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
        filter: blur(2px) !important;
      }
#pip .-preview .cta-menu>a-white::before {
      --tw-translate-x: 0 !important;
      --tw-translate-y: 0 !important;
      --tw-rotate: 0 !important;
      --tw-skew-x: 0 !important;
      --tw-skew-y: 0 !important;
      --tw-scale-x: 1 !important;
      --tw-scale-y: 1 !important;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
      --tw-translate-y: 1px !important;
      --tw-text-opacity: 1 !important;
      color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1) !important;
      transition-duration: 150ms !important;
      transition-duration: 300ms !important;
      content: '•' !important;
      font-size: 3em !important;
      margin-right: 0.1em !important;
      line-height: 0 !important;
      filter: blur(0) !important;
    }
#pip .-preview .cta-menu>a-white:hover::before {
        --tw-scale-x: 2 !important;
        --tw-scale-y: 2 !important;
        /* @apply mr-3; */
        filter: blur(2px) !important;
      }
#pip .-preview .cta-menu>a-black::before {
      --tw-translate-x: 0 !important;
      --tw-translate-y: 0 !important;
      --tw-rotate: 0 !important;
      --tw-skew-x: 0 !important;
      --tw-skew-y: 0 !important;
      --tw-scale-x: 1 !important;
      --tw-scale-y: 1 !important;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
      --tw-translate-y: 1px !important;
      color: currentColor !important;
      transition-property: all !important;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1) !important;
      transition-duration: 150ms !important;
      transition-duration: 300ms !important;
      content: '•' !important;
      font-size: 3em !important;
      margin-right: 0.1em !important;
      line-height: 0 !important;
      filter: blur(0) !important;
    }
#pip .-preview .cta-menu>a-black:hover::before {
        --tw-scale-x: 2 !important;
        --tw-scale-y: 2 !important;
        margin-right: 0.75rem !important;
        filter: blur(2px) !important;
      }
#pip .-preview .cta-menu-2>a {
  position: relative;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms
}
#pip .-preview .menu-contained-marlin.cta-menu-2>a .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .cta-menu-2>a:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity)) !important;
}
#pip .-preview .cta-menu-2>a:active {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity)) !important;
}
#pip .-preview .cta-menu-2>a:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity)) !important;
}
#pip .-preview .cta-menu-2>a:disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247,
250,
252,
var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(160,
174,
192,
var(--tw-text-opacity)) !important;
}
#pip .-preview .cta-menu-2>a::before {
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: 1px;
    --tw-text-opacity: 1;
    color: rgba(255,
209,
0,
var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    content: '•';
    font-size: 3em;
    margin-right: 0.1em;
    line-height: 0;
    filter: blur(0);
  }
#pip .-preview .cta-menu-2>a:hover::before {
      --tw-scale-x: 2;
      --tw-scale-y: 2;
      margin-right: 0.75rem;
      filter: blur(2px);
    }
#pip .-preview header nav .sub-menu {
    --tw-text-opacity: 1;
    color: rgba(255,
255,
255,
var(--tw-text-opacity));
  }
@media (min-width: 1280px) {
#pip .-preview header nav .sub-menu {
      --tw-text-opacity: 1;
      color: rgba(44,
57,
69,
var(--tw-text-opacity))
  }
    }
#pip .-preview header nav .sub-menu header nav .sub-menu .sub-menu.sub-menu {
            display: none;
          }
#pip .-preview header nav .sub-menu .sub-menu {
      display: none;
    }
#pip .-preview header nav .sub-menu .sub-menu.hidden {
        display: none !important;
      }
#pip .-preview header nav .sub-menu li:hover>.sub-menu,
#pip .-preview header nav .sub-menu li:active>.sub-menu,
#pip .-preview header nav .sub-menu li:focus>.sub-menu {
      margin-top: 1rem;
      margin-left: 1rem;
      display: grid;
      grid-template-columns: repeat(1,
minmax(0,
1fr));
      gap: 0.5rem;
    }
#pip .-preview .screen-reader-text {
  visibility: hidden;
}
#pip .-preview .search-form {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: currentColor;
}
#pip .-preview .search-form input[type="text"] {
    border-width: 0px !important;
    padding: 2rem !important;
    font-weight: 700 !important;
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    font-size: inherit !important;
  }
#pip .-preview .bg-cursor-blur {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  --tw-blur: blur(13vmin);
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  top: var(--cy);
  left: var(--cx);
  width: 100vmin;
  height: 100vmin;
  background: radial-gradient(circle,
var(--pip-color-primary-500) 0%,
rgba(255,
255,
255,
0) 65%);
}
#pip .-preview #search-modal .bg-cursor-blur {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  --tw-blur: blur(13vmin);
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  top: var(--cy);
  left: var(--cx);
  width: 100vmin;
  height: 100vmin;
  background: radial-gradient(circle,
var(--pip-color-primary-500) 0%,
rgba(255,
255,
255,
0) 65%);
}
/** Slider dots */
#pip .-preview .splide__pagination>li>.splide__pagination__page.is-active {
  width: 1rem;
}
@media (min-width: 1280px) {
#pip .-preview #main-menu .js-search {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: -0.375rem
}
  }
/* Fil d'ariane */
#pip .-preview header nav .sub-menu .sub-menu.pip_breadcrumb {
        display: none;
      }
#pip .-preview .pip_breadcrumb {
  display: none;
  width: 100%;
  overflow-x: auto;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
#pip .-preview .pip_breadcrumb {
    display: block;
    overflow-x: visible;
}
  }
#pip .-preview .pip_breadcrumb>span {
    display: flex;
    align-items: center
  }
#pip .-preview .pip_breadcrumb>span > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
#pip .-preview .pip_breadcrumb>span span {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
    }
#pip .-preview .pip_breadcrumb a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 300ms;
  }
#pip .-preview .pip_breadcrumb a::before {
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: 1px;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      content: '•';
      color: inherit;
      font-size: 2em;
      margin-right: 0.3em;
      line-height: 0;
    }
#pip .-preview .pip_breadcrumb a:hover {
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgba(255,
209,
0,
var(--tw-text-opacity));
    }
#pip .-preview .pip_breadcrumb .breadcrumb_last {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
    font-weight: 700;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgba(255,
209,
0,
var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 300ms;
    line-height: inherit;
  }
#pip .-preview .pip_breadcrumb .breadcrumb_last::before {
      display: inline-block;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: 0.75rem;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      content: '•';
      color: inherit;
      font-size: 3em;
      margin-right: 0.2em;
      line-height: 0;
      filter: blur(2px);
    }
/** Hero */
/* @apply overflow-hidden;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 5rem; */
#pip .-preview .hero-simple-nemo.has-bg .pip_breadcrumb,
#pip .-preview .hero-header-video-uranoscope.has-bg .pip_breadcrumb,
#pip .-preview .hero-services-cards-discus.has-bg .pip_breadcrumb {
      --tw-text-opacity: 1;
      color: rgba(255,
255,
255,
var(--tw-text-opacity));
    }
#pip .-preview .hero-simple-nemo .select2-container,
#pip .-preview .hero-header-video-uranoscope .select2-container,
#pip .-preview .hero-services-cards-discus .select2-container {
    width: 100% !important;
    max-width: 20rem !important;
  }
/* max-width: 474px !important; */
#pip .-preview .hero-simple-nemo .select2-container >.selection>.select2-selection>.select2-selection__rendered,
#pip .-preview .hero-header-video-uranoscope .select2-container >.selection>.select2-selection>.select2-selection__rendered,
#pip .-preview .hero-services-cards-discus .select2-container >.selection>.select2-selection>.select2-selection__rendered {
      font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 500;
      line-height: 1.25;
      --tw-text-opacity: 1;
      color: rgba(44,
57,
69,
var(--tw-text-opacity));
    }
@media screen and (max-width: 1023px) {
    header+#pip .-preview .hero-simple-nemo,
#pip .-preview header+#pip .-preview .hero-header-video-uranoscope,
#pip .-preview header+#pip .-preview .hero-services-cards-discus {
      /* @apply min-h-screen; */
      min-height: calc(100 * var(--vh,
1vh));
    }
  }
#pip .-preview section+#pip .-preview .hero-simple-nemo .wrapper-services,
#pip .-preview section+#pip .-preview .hero-header-video-uranoscope .wrapper-services,
#pip .-preview section+#pip .-preview .hero-services-cards-discus .wrapper-services {
    margin-top: 0px;
  }
#pip .-preview .hero-services-cards-discus .wrapper-service:hover .btn-tab::before {
    --tw-scale-x: 2 !important;
    --tw-scale-y: 2 !important;
    filter: blur(2px) !important;
    --tw-text-opacity: 1;
    color: rgba(255,
255,
255,
var(--tw-text-opacity));
  }
@media screen and (max-width: 1023px) {
    .hero-services-cards-discus .content p:not([class]) span {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
/** Testimonial */
#pip .-preview .testimonial-slider-nemo .testimonial-double-quote::before {
    position: relative;
    z-index: 10;
  }
#pip .-preview .testimonial-slider-nemo .testimonial-double-quote::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    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);
    --tw-blur: blur(16px);
  }
#pip .-preview .checkerboard-last-posts-saumon .splide__pagination>li>.splide__pagination__page.is-active {
      width: 0.375rem;
    }
#pip .-preview .checkerboard-last-posts-saumon .post-excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
@media (min-width: 1024px) {
#pip .-preview .checkerboard-last-posts-saumon .post-excerpt p {
      display: block
  }
    }
@media (max-width: 768px) {
#pip .-preview .checkerboard-last-posts-saumon .slider-arrows {
      top: 50%;
      margin-top: -36%;
      margin-left: -.5rem;
      margin-right: -.5rem
  }
    }
#pip .-preview .checkerboard-last-posts-saumon .wrapper-post-thumbnail-tags {
    max-height: 500px;
  }
#pip .-preview .checkerboard-container-nemo .media-wrapper:has([src*=".png"]) {
      overflow: hidden;
      border-radius: 1.5rem;
      --tw-bg-opacity: 1;
      background-color: rgba(26,
32,
44,
var(--tw-bg-opacity));
    }
#pip .-preview .checkerboard-container-nemo .media-wrapper:has([src*=".png"])::before {
        content: '';
        position: absolute;
        top: 33.333333%;
        left: 50%;
        height: 50%;
        width: 50%;
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-y: -50%;
        --tw-scale-x: 1.5;
        --tw-scale-y: 1.5;
        --tw-blur: var(--tw-empty,/*!*/ /*!*/);
        --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
        --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
        --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
        --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
        --tw-invert: var(--tw-empty,/*!*/ /*!*/);
        --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
        --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
        --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
        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);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 500ms;
        --tw-blur: blur(7vmin);
        z-index: 0;
        background: radial-gradient(circle,
var(--pip-color-primary-500) 0%,
rgba(255,
255,
255,
0) 65%);
      }
#pip .-preview .checkerboard-container-nemo .media-wrapper .image[src*=".png"] {
      position: relative;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom;
         object-position: bottom;
    }
#pip .-preview .checkerboard-container-nemo .media-wrapper:hover:has([src*=".png"])::before {
          top: 66.666667%;
          left: 33.333333%;
        }
/* margin-top: -15rem; */
@media (min-width: 1024px) {
#pip .-preview #newsletter .wrapper_cols {
      flex-wrap: nowrap
  }
    }
#pip .-preview #newsletter .wrapper_col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
  }
@media (min-width: 1024px) {
#pip .-preview #newsletter .wrapper_col {
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 6rem;
      padding-bottom: 6rem;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms
  }
      #newsletter .wrapper_col:hover {
        width: 66.666667%;
      }
    }
#pip .-preview #newsletter .wrapper_col:first-child {
      border-top-left-radius: 1.5rem;
      border-top-right-radius: 1.5rem;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
    }
@media (min-width: 1024px) {
#pip .-preview #newsletter .wrapper_col:first-child {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 1.5rem;
        border-bottom-left-radius: 1.5rem
    }
      }
#pip .-preview #newsletter .wrapper_col:first-child::after {
        content: "\f054";
        font-family: "Font Awesome 6 Pro";
        z-index: 1;
        width: 4.5rem;
        height: 4.5rem;
        position: absolute;
        top: auto;
        bottom: 0px;
        left: 50%;
        display: flex;
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-x: -50%;
        --tw-translate-y: 50%;
        align-items: center;
        justify-content: center;
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 300ms
      }
#pip .-preview #newsletter .wrapper_col:first-child .menu-contained-marlin#pip .-preview #newsletter .wrapper_col:first-child .menu-contained-marlin::after .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
                --color-main-menu-depth-0: #2c3945;
              }
@media (min-width: 1024px) {
#pip .-preview #newsletter .wrapper_col:first-child::after {
          top: 50%;
          right: 0px;
          left: auto;
          height: 6rem;
          width: 6rem;
          --tw-translate-x: 50%;
          --tw-translate-y: -50%;
      }
        }
#pip .-preview #newsletter .wrapper_col:last-child {
      border-bottom-right-radius: 1.5rem;
      border-bottom-left-radius: 1.5rem;
      --tw-bg-opacity: 1;
      background-color: rgba(44,
57,
69,
var(--tw-bg-opacity));
      padding-top: 8rem;
      padding-bottom: 8rem;
    }
@media (min-width: 1024px) {
#pip .-preview #newsletter .wrapper_col:last-child {
        border-top-right-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-top: 5rem;
        padding-bottom: 5rem
    }
      }
#pip .-preview #newsletter .wrapper_col:last-child::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 50%;
        width: 25%;
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        --tw-blur: var(--tw-empty,/*!*/ /*!*/);
        --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
        --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
        --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
        --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
        --tw-invert: var(--tw-empty,/*!*/ /*!*/);
        --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
        --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
        --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
        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);
        --tw-blur: blur(7vmin);
        z-index: 0;
        background: radial-gradient(circle,
var(--pip-color-primary-500) 0%,
rgba(255,
255,
255,
0) 65%);
      }
#pip .-preview #newsletter .wrapper_col:last-child * {
        z-index: 1;
      }
#pip .-preview #newsletter:hover .wrapper_col:first-child:after {
      --tw-scale-x: .75;
      --tw-scale-y: .75;
    }
#pip .-preview .store-locator-map-saumon .wrapper-map {
    border-radius: 40px;
  }
#pip .-preview .store-locator-map-saumon .gm-style {
    background: #3a424a;
  }
#pip .-preview .slider-taxonomy-saumon .post-thumbnail {
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 500ms;
  }
#pip .-preview .slider-taxonomy-saumon .wrapper-post-thumbnail-tags::before {
      content: '';
      position: absolute;
      top: 33.333333%;
      left: 66.666667%;
      height: 50%;
      width: 25%;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: -50%;
      --tw-scale-x: 1.5;
      --tw-scale-y: 1.5;
      --tw-blur: var(--tw-empty,/*!*/ /*!*/);
      --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
      --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
      --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
      --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
      --tw-invert: var(--tw-empty,/*!*/ /*!*/);
      --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
      --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
      --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
      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);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 500ms;
      --tw-blur: blur(7vmin);
      z-index: 0;
      background: radial-gradient(circle,
var(--pip-color-primary-500) 0%,
rgba(255,
255,
255,
0) 65%);
    }
#pip .-preview .slider-taxonomy-saumon .wrapper-post-thumbnail-tags::after {
      content: "\f002";
      font-family: "Font Awesome 6 Pro";
      z-index: 1;
      width: 4.5rem;
      height: 4.5rem;
      position: absolute;
      top: 50%;
      bottom: 0px;
      left: 50%;
      display: flex;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      align-items: center;
      justify-content: center;
      --tw-text-opacity: 1;
      color: rgba(44,
57,
69,
var(--tw-text-opacity));
      pointer-events: none;
      --tw-scale-x: 0;
      --tw-scale-y: 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 500ms;
    }
@media (min-width: 1024px) {
#pip .-preview .slider-taxonomy-saumon .wrapper-post-thumbnail-tags::after {
        height: 6rem;
        width: 6rem
    }
      }
#pip .-preview .slider-taxonomy-saumon .wrapper-post-thumbnail-tags:hover {
      border-radius: 0px;
    }
#pip .-preview .slider-taxonomy-saumon .wrapper-post-thumbnail-tags:hover::before {
        top: 66.666667%;
        left: 33.333333%;
      }
#pip .-preview .slider-taxonomy-saumon .wrapper-post-thumbnail-tags:hover::after {
        --tw-scale-x: 1;
        --tw-scale-y: 1;
      }
#pip .-preview .slider-taxonomy-saumon .wrapper-post-thumbnail-tags:hover .post-thumbnail {
        --tw-scale-x: 1.25;
        --tw-scale-y: 1.25;
      }
#pip .-preview .slider-taxonomy-saumon .first-col {
    position: relative;
  }
#pip .-preview .slider-taxonomy-saumon .first-col::before {
      content: '';
      position: absolute;
      top: 0px;
      right: 100%;
      bottom: 0px;
      left: auto;
      height: 100%;
      width: 100vw;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
    }
#pip .-preview .slider-taxonomy-saumon .first-col .menu-contained-marlin#pip .-preview .slider-taxonomy-saumon .first-col .menu-contained-marlin::before .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
              --color-main-menu-depth-0: #2c3945;
            }
#pip .-preview .slider-taxonomy-saumon .slider-dots>li {
      flex-shrink: 0;
    }
#pip .-preview .slider-taxonomy-saumon .slider-dots>li>.splide__pagination__page {
        margin-right: 1.25rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        height: auto;
        width: auto;
        border-style: none;
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgba(44,
57,
69,
var(--tw-text-opacity));
        opacity: 0.75;
        transition-property: none;
      }
@media (min-width: 1024px) {
#pip .-preview .slider-taxonomy-saumon .slider-dots>li>.splide__pagination__page {
          font-size: 1.6rem;
          margin-right: 2rem
      }
        }
#pip .-preview .slider-taxonomy-saumon .slider-dots>li>.splide__pagination__page::before {
          content: '';
          margin-right: 0.625rem;
          display: block;
          height: 0.375rem;
          width: 0.375rem;
          border-radius: 9999px;
          background-color: currentColor;
        }
#pip .-preview .slider-taxonomy-saumon .slider-dots>li>.splide__pagination__page.is-active {
          font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
          font-size: 2.25rem;
          line-height: 2.5rem;
          font-weight: 700;
          line-height: 1.25;
          --tw-text-opacity: 1;
          color: rgba(44,
57,
69,
var(--tw-text-opacity));
        }
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview .slider-taxonomy-saumon .slider-dots>li>.splide__pagination__page.is-active {
            font-size: 3.75rem;
            line-height: 1;
            line-height: 1.25
        }
          }
#pip .-preview .tax-product_gamme span#pip .-preview .slider-taxonomy-saumon .slider-dots>li>.splide__pagination__page.is-active::before {
          margin-right: 0.75rem;
          --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;
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          --tw-translate-y: 1px;
          color: currentColor;
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
          transition-duration: 150ms;
          transition-duration: 300ms;
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          content: '•';
          line-height: 0;
          filter: blur(0.045em);
        }
#pip .-preview .slider-taxonomy-saumon .slider-dots>li>.splide__pagination__page.is-active {
          --tw-text-opacity: 1;
          color: rgba(255,
209,
0,
var(--tw-text-opacity));
          opacity: 1;
        }
#pip .-preview .slider-taxonomy-saumon .slider-dots>li>.splide__pagination__page.is-active::before {
            height: 1rem;
            width: 1rem;
            --tw-blur: var(--tw-empty,/*!*/ /*!*/);
            --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
            --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
            --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
            --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
            --tw-invert: var(--tw-empty,/*!*/ /*!*/);
            --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
            --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
            --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
            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);
            --tw-blur: blur(4px);
          }
#pip .-preview .slider-product-saumon .post-thumbnail {
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-duration: 500ms;
  }
#pip .-preview .slider-product-saumon .slider-dots {
    pointer-events: auto;
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
@media (min-width: 1024px) {
#pip .-preview .slider-product-saumon .slider-dots {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      overflow-x: visible
  }
    }
#pip .-preview .slider-product-saumon .slider-dots li {
      vertical-align: middle;
    }
#pip .-preview .slider-product-saumon .slider-dots li button span {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
      }
#pip .-preview .slider-product-saumon .slider-dots li>.splide__pagination__page {
        margin-right: 1.5rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        height: auto;
        width: auto;
        border-style: none;
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgba(44,
57,
69,
var(--tw-text-opacity));
        opacity: 0.75;
        transition-property: none;
      }
@media (min-width: 1024px) {
#pip .-preview .slider-product-saumon .slider-dots li>.splide__pagination__page {
          font-size: 1.6rem;
          margin-right: 3rem
      }
        }
#pip .-preview .slider-product-saumon .slider-dots li>.splide__pagination__page::before {
          content: '';
          margin-right: 0.625rem;
          display: block;
          height: 0.375rem;
          width: 0.375rem;
          border-radius: 9999px;
          background-color: currentColor;
        }
#pip .-preview .slider-product-saumon .slider-dots li>.splide__pagination__page.is-active {
          font-size: 1.875rem;
          line-height: 2.25rem;
          font-weight: 700;
          --tw-text-opacity: 1;
          color: rgba(255,
209,
0,
var(--tw-text-opacity));
          opacity: 1;
        }
@media (min-width: 1024px) {
#pip .-preview .slider-product-saumon .slider-dots li>.splide__pagination__page.is-active {
            font-size: 3.75rem;
            line-height: 1
        }
          }
#pip .-preview .slider-product-saumon .slider-dots li>.splide__pagination__page.is-active::before {
            height: 1rem;
            width: 1rem;
            --tw-blur: var(--tw-empty,/*!*/ /*!*/);
            --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
            --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
            --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
            --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
            --tw-invert: var(--tw-empty,/*!*/ /*!*/);
            --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
            --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
            --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
            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);
            --tw-blur: blur(4px);
          }
#pip .-preview .slider-product-saumon .wrapper-post-thumbnail-tags::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      height: 33.333333%;
      width: 25%;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      --tw-scale-x: 1.5;
      --tw-scale-y: 1.5;
      --tw-blur: var(--tw-empty,/*!*/ /*!*/);
      --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
      --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
      --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
      --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
      --tw-invert: var(--tw-empty,/*!*/ /*!*/);
      --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
      --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
      --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
      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);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 500ms;
      --tw-blur: blur(7vmin);
      z-index: 0;
      background: radial-gradient(circle,
var(--pip-color-primary-500) 0%,
rgba(255,
255,
255,
0) 65%);
    }
/* &::after {
            content: "\f054";
            font-family: "Font Awesome 5 Pro";
            z-index: 1;
            width: 4.5rem;
            height: 4.5rem;
            @apply text-black absolute top-auto left-1/2 bottom-0 transform translate-y-1/2 -translate-x-1/2 items-center justify-center flex;
            @apply transition-all duration-500 bg-primary rounded-full scale-0 select-none pointer-events-none;
            @screen lg {
                @apply top-1/2 w-24 h-24 -translate-y-1/2;
            }
        } */
#pip .-preview .slider-product-saumon .wrapper-post-thumbnail-tags:hover {
      border-radius: 0px;
      /* &::before {
                @apply top-2/3 left-1/3;
            } */
    }
/* &::after {
                @apply scale-100;
            } */
#pip .-preview .slider-product-saumon .wrapper-post-thumbnail-tags:hover .post-thumbnail {
        /* @apply scale-125; */
      }
#pip .-preview .slider-product-saumon .reference-color {
    z-index: 10;
  }
#pip .-preview .slider-product-saumon .reference-color::before {
      content: '';
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      z-index: 0;
      height: 100%;
      width: 100%;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-scale-x: 1.1;
      --tw-scale-y: 1.1;
      border-radius: 9999px;
      opacity: 0;
      transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
-webkit-backdrop-filter;
      transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
backdrop-filter;
      transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
backdrop-filter,
-webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      transition-timing-function: cubic-bezier(0,
0,
0.2,
1);
      box-shadow: 0 0 0 1px #fff,
0px 0px 0px 3px #ffd100;
    }
#pip .-preview .slider-product-saumon [name="reference"]:hover+.reference-color::before,
#pip .-preview .slider-product-saumon [name="reference"]:checked+.reference-color::before {
      opacity: 1;
    }
@media (min-width: 1024px) {
#pip .-preview .icons-small-icon-grid-marlin .card-wrapper {
      border-right-width: 1px;
      border-style: solid;
      --tw-border-opacity: 1;
      border-color: rgba(255,
209,
0,
var(--tw-border-opacity))
  }
      .icons-small-icon-grid-marlin .card-wrapper:last-child {
        border-right-width: 0px;
      }
    }
#pip .-preview .checkerboard-two-images-saumon .media-wrapper::before {
      content: '';
      height: 100vmin;
      width: 100vmin;
      position: absolute;
      top: 50%;
      left: 50%;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      --tw-scale-x: .75;
      --tw-scale-y: .75;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
    }
@media (min-width: 1024px) {
#pip .-preview .checkerboard-two-images-saumon .media-wrapper::before {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        --tw-translate-x: 0px;
        --tw-translate-y: 1.5rem
    }
      }
@media (min-width: 1024px) {
      .team-horizontal-cards-nemo .wrapper-team-member:first-child {
        grid-column-start: 2;
      }
      .team-horizontal-cards-nemo .wrapper-team-member:nth-child(2) {
        grid-column-start: 1;
      }
    }
#pip .-preview .team-horizontal-cards-nemo .wrapper-team-member-desc::before {
        position: absolute;
        top: 50%;
        left: 0px;
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-y: -50%;
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 300ms;
        content: '•';
        font-size: 3em;
        /* margin-right: 0.1em; */
      }
/* WYSIWYG media + bg */
#pip .-preview .wysiwyg-simple-nemo .content>img:only-child {
    max-height: 66vh;
  }
#pip .-preview .wysiwyg-simple-nemo .content:has(> img:only-child) {
    text-align: center;
  }
#pip .-preview .wysiwyg-simple-nemo [class*="wp-image"],
    .wysiwyg-simple-nemo .post-thumbnail {
    border-radius: 1.25rem;
  }
@media (min-width: 1024px) {
#pip .-preview .wysiwyg-simple-nemo [class*="wp-image"],
    .wysiwyg-simple-nemo .post-thumbnail {
      border-radius: 2.5rem
  }
    }
#pip .-preview .wysiwyg-simple-nemo[class*="bg-primary"] {
    background-color: transparent;
  }
#pip .-preview .wysiwyg-simple-nemo[class*="bg-primary"] .content {
      border-radius: 1.5rem;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
      padding: 1rem;
    }
@media (min-width: 1024px) {
#pip .-preview .wysiwyg-simple-nemo[class*="bg-primary"] .content {
        padding: 4rem
    }
      }
/* Form file input */
#pip .-preview .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow,
0 0 #0000),
var(--tw-ring-shadow,
0 0 #0000),
var(--tw-shadow);
}
#pip .-preview .menu-contained-marlin.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message {
  border-radius: 4.6875rem;
  --submit-text-color: currentColor;
}
/* FAQ icons */
#pip .-preview .archive.category .icons-horizontal-cards-nemo .wrapper-icon {
    border-radius: 1.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
@media (min-width: 1024px) {
#pip .-preview .icons-horizontal-cards-nemo .key-numbers {
      white-space: nowrap
  }
    }
#pip .-preview .etude-de-cas-archive-saumon .etude-title::before {
      margin-right: 0.25rem;
      display: inline-block;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: 1px;
      --tw-scale-x: 1.25;
      --tw-scale-y: 1.25;
      --tw-text-opacity: 1;
      color: rgba(255,
209,
0,
var(--tw-text-opacity));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 300ms;
      content: '•';
      line-height: 0;
    }
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-wrapper .etude-image-wrapper::after {
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 33.75rem;
        width: 33.75rem;
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        --tw-scale-x: 0;
        --tw-scale-y: 0;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
        opacity: 0;
        transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
-webkit-backdrop-filter;
        transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
backdrop-filter;
        transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
backdrop-filter,
-webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 500ms;
        content: '';
      }
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-wrapper .js-globe {
      opacity: 1;
      transition-property: opacity;
      transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
      transition-duration: 150ms;
      transition-duration: 500ms;
    }
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-wrapper:hover {
      border-radius: 0px;
    }
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-wrapper:hover .etude-image-wrapper::after {
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          opacity: 1;
          /* transform: scale(2); */
        }
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-wrapper:hover .etude-title::before {
        --tw-scale-x: 2 !important;
        --tw-scale-y: 2 !important;
        filter: blur(2px) !important;
        --tw-text-opacity: 1;
        color: rgba(255,
255,
255,
var(--tw-text-opacity));
      }
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-wrapper:hover .js-globe {
        opacity: 0;
      }
#pip .-preview .cta-multiple-sandre .cta-element:last-child::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      height: 50%;
      width: 25%;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-x: -50%;
      --tw-translate-y: -50%;
      --tw-blur: var(--tw-empty,/*!*/ /*!*/);
      --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
      --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
      --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
      --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
      --tw-invert: var(--tw-empty,/*!*/ /*!*/);
      --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
      --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
      --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
      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);
      --tw-blur: blur(7vmin);
      z-index: 0;
      background: radial-gradient(circle,
var(--pip-color-primary-500) 0%,
rgba(255,
255,
255,
0) 65%);
    }
@media (min-width: 1024px) {
    .cta-split-image-saumon .image {
      min-height: 31.25rem;
    }
  }
@media (min-width: 1024px) {
#pip .-preview #cta-services {
    margin-bottom: -6rem;
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -5rem
}
  }
@media (min-width: 1024px) {
#pip .-preview #contact-form-offset {
    margin-bottom: -20rem;
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%
}
  }
/* Job offers */
#pip .-preview .job_filters {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity))
}
#pip .-preview .menu-contained-marlin.job_filters .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .job_filters .job_types,
#pip .-preview .job_filters .job_types li,
#pip .-preview .job_filters .showing_jobs {
    border-width: 0px;
    background-color: transparent;
  }
#pip .-preview .search_jobs {
  padding: 0px;
}
#pip .-preview header nav .sub-menu .sub-menu.search_submit,
#pip .-preview header nav .sub-menu .sub-menu.search_location,
#pip .-preview header nav .sub-menu .sub-menu.search_keywords {
        display: none;
      }
#pip .-preview .search_submit,
#pip .-preview .search_location,
#pip .-preview .search_keywords {
  pointer-events: none;
  display: none;
}
/* Fix WP Job style */
#pip .-preview ul.job_listings li.job_listing,
#pip .-preview ul.job_listings li.no_job_listings_found {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
  background-color: transparent;
}
#pip .-preview ul.job_listings li.job_listing a,
#pip .-preview ul.job_listings li.no_job_listings_found a {
  display: flex !important;
  align-items: center !important;
}
/* Company logo */
#pip .-preview header nav .sub-menu .sub-menuul.job_listings .company_logo {
        display: none;
      }
#pip .-preview ul.job_listings .company_logo {
  display: none;
}
/* Job title wrapper */
#pip .-preview ul.job_listings .position {
  padding-left: 0px;
}
/* Job title */
#pip .-preview ul.job_listings .position h3 {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  line-height: 1.25 !important;
}
/* Job company */
#pip .-preview ul.job_listings .company {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  line-height: 1.25 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(44,
57,
69,
var(--tw-text-opacity)) !important;
}
#pip .-preview ul.job_listings .company strong {
  font-weight: 400 !important;
}
/* Job location + Job date */
#pip .-preview ul.job_listings .location,
#pip .-preview ul.job_listings .meta {
  --tw-text-opacity: 1 !important;
  color: rgba(44,
57,
69,
var(--tw-text-opacity)) !important;
}
#pip .-preview header nav .sub-menu .sub-menu.job_listings .rss_link {
        display: none;
      }
#pip .-preview .job_listings .rss_link {
  display: none;
}
/* Fix <details> icon */
#pip .-preview footer header nav .sub-menu .sub-menudetails summary::-webkit-details-marker {
          display: none;
        }
#pip .-preview footer details summary::-webkit-details-marker {
    display: none;
  }
#pip .-preview footer details[open] summary i::before {
    content: '\f068';
  }
/* Add margin bottom on all H1 in heros */
#pip .-preview [class*="hero"] h1 {
    margin-bottom: 0.5em;
  }
/* Blog hero padding-top */
@media (min-width: 1024px) {
#pip .-preview body.blog .hero-services-cards-discus {
      padding-top: 7rem
  }
    }
#pip .-preview .tax-product_gamme span.h1::before {
  margin-right: 0.75rem;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 1px;
  color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  --tw-scale-x: 2;
  --tw-scale-y: 2;
  content: '•';
  line-height: 0;
  filter: blur(0.045em);
}
/* Add vertical space on first section to avoid having menu overlap too much the first section */
#pip .-preview header.fixed+section::before {
  content: '';
  display: block;
  padding-top: 5rem;
}
@media (min-width: 1024px) {
#pip .-preview header.fixed+section::before {
    padding-top: 9rem
}
  }
#pip .-preview .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;
}
#pip .-preview .pointer-events-none {
  pointer-events: none;
}
#pip .-preview .pointer-events-auto {
  pointer-events: auto;
}
#pip .-preview .visible {
  visibility: visible;
}
#pip .-preview .invisible {
  visibility: hidden;
}
#pip .-preview .static {
  position: static;
}
#pip .-preview .fixed {
  position: fixed;
}
#pip .-preview .absolute {
  position: absolute;
}
#pip .-preview .relative {
  position: relative;
}
#pip .-preview .sticky {
  position: sticky;
}
#pip .-preview .inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#pip .-preview .inset-5 {
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}
#pip .-preview .inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
#pip .-preview .inset-y-0 {
  top: 0px;
  bottom: 0px;
}
#pip .-preview .top-0 {
  top: 0px;
}
#pip .-preview .top-1 {
  top: 0.25rem;
}
#pip .-preview .top-4 {
  top: 1rem;
}
#pip .-preview .top-5 {
  top: 1.25rem;
}
#pip .-preview .top-auto {
  top: auto;
}
#pip .-preview .top-1\.5 {
  top: 0.375rem;
}
#pip .-preview .-top-9 {
  top: -2.25rem;
}
#pip .-preview .top-1\/2 {
  top: 50%;
}
#pip .-preview .top-1\/3 {
  top: 33.333333%;
}
#pip .-preview .top-2\/3 {
  top: 66.666667%;
}
#pip .-preview .-top-1\/2 {
  top: -50%;
}
#pip .-preview .-top-full {
  top: -100%;
}
#pip .-preview .right-0 {
  right: 0px;
}
#pip .-preview .right-4 {
  right: 1rem;
}
#pip .-preview .right-5 {
  right: 1.25rem;
}
#pip .-preview .right-8 {
  right: 2rem;
}
#pip .-preview .-right-4 {
  right: -1rem;
}
#pip .-preview .-right-16 {
  right: -4rem;
}
#pip .-preview .right-full {
  right: 100%;
}
#pip .-preview .bottom-0 {
  bottom: 0px;
}
#pip .-preview .bottom-36 {
  bottom: 9rem;
}
#pip .-preview .bottom-auto {
  bottom: auto;
}
#pip .-preview .-bottom-10 {
  bottom: -2.5rem;
}
#pip .-preview .left-0 {
  left: 0px;
}
#pip .-preview .left-1 {
  left: 0.25rem;
}
#pip .-preview .left-4 {
  left: 1rem;
}
#pip .-preview .left-auto {
  left: auto;
}
#pip .-preview .-left-4 {
  left: -1rem;
}
#pip .-preview .-left-16 {
  left: -4rem;
}
#pip .-preview .left-1\/2 {
  left: 50%;
}
#pip .-preview .left-1\/3 {
  left: 33.333333%;
}
#pip .-preview .left-2\/3 {
  left: 66.666667%;
}
#pip .-preview .left-full {
  left: 100%;
}
#pip .-preview .z-0 {
  z-index: 0;
}
#pip .-preview .z-10 {
  z-index: 10;
}
#pip .-preview .z-20 {
  z-index: 20;
}
#pip .-preview .z-40 {
  z-index: 40;
}
#pip .-preview .hover\:z-10:hover {
  z-index: 10;
}
#pip .-preview .order-1 {
  order: 1;
}
#pip .-preview .order-2 {
  order: 2;
}
#pip .-preview .order-first {
  order: -9999;
}
#pip .-preview .order-last {
  order: 9999;
}
#pip .-preview .col-span-2 {
  grid-column: span 2 / span 2;
}
#pip .-preview .col-span-12 {
  grid-column: span 12 / span 12;
}
#pip .-preview .float-left {
  float: left;
}
#pip .-preview .m-0 {
  margin: 0px;
}
#pip .-preview .m-2 {
  margin: 0.5rem;
}
#pip .-preview .m-auto {
  margin: auto;
}
#pip .-preview .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
#pip .-preview .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#pip .-preview .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
#pip .-preview .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#pip .-preview .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#pip .-preview .my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
#pip .-preview .my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
#pip .-preview .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
#pip .-preview .mt-0 {
  margin-top: 0px;
}
#pip .-preview .mt-1 {
  margin-top: 0.25rem;
}
#pip .-preview .mt-2 {
  margin-top: 0.5rem;
}
#pip .-preview .mt-3 {
  margin-top: 0.75rem;
}
#pip .-preview .mt-4 {
  margin-top: 1rem;
}
#pip .-preview .mt-6 {
  margin-top: 1.5rem;
}
#pip .-preview .mt-8 {
  margin-top: 2rem;
}
#pip .-preview .mt-10 {
  margin-top: 2.5rem;
}
#pip .-preview .mt-12 {
  margin-top: 3rem;
}
#pip .-preview .mt-16 {
  margin-top: 4rem;
}
#pip .-preview .mt-auto {
  margin-top: auto;
}
#pip .-preview .mt-1\.5 {
  margin-top: 0.375rem;
}
#pip .-preview .mt-2\.5 {
  margin-top: 0.625rem;
}
#pip .-preview .-mt-1 {
  margin-top: -0.25rem;
}
#pip .-preview .-mt-4 {
  margin-top: -1rem;
}
#pip .-preview .-mt-12 {
  margin-top: -3rem;
}
#pip .-preview .-mt-36 {
  margin-top: -9rem;
}
#pip .-preview .-mt-1\.5 {
  margin-top: -0.375rem;
}
#pip .-preview .mr-0 {
  margin-right: 0px;
}
#pip .-preview .mr-1 {
  margin-right: 0.25rem;
}
#pip .-preview .mr-2 {
  margin-right: 0.5rem;
}
#pip .-preview .mr-3 {
  margin-right: 0.75rem;
}
#pip .-preview .mr-4 {
  margin-right: 1rem;
}
#pip .-preview .mr-5 {
  margin-right: 1.25rem;
}
#pip .-preview .mr-6 {
  margin-right: 1.5rem;
}
#pip .-preview .mr-8 {
  margin-right: 2rem;
}
#pip .-preview .mr-12 {
  margin-right: 3rem;
}
#pip .-preview .mr-auto {
  margin-right: auto;
}
#pip .-preview .mr-2\.5 {
  margin-right: 0.625rem;
}
#pip .-preview .mb-0 {
  margin-bottom: 0px;
}
#pip .-preview .mb-1 {
  margin-bottom: 0.25rem;
}
#pip .-preview .mb-3 {
  margin-bottom: 0.75rem;
}
#pip .-preview .mb-4 {
  margin-bottom: 1rem;
}
#pip .-preview .mb-6 {
  margin-bottom: 1.5rem;
}
#pip .-preview .mb-7 {
  margin-bottom: 1.75rem;
}
#pip .-preview .mb-8 {
  margin-bottom: 2rem;
}
#pip .-preview .mb-10 {
  margin-bottom: 2.5rem;
}
#pip .-preview .mb-12 {
  margin-bottom: 3rem;
}
#pip .-preview .mb-16 {
  margin-bottom: 4rem;
}
#pip .-preview .mb-24 {
  margin-bottom: 6rem;
}
#pip .-preview .-mb-24 {
  margin-bottom: -6rem;
}
#pip .-preview .-mb-80 {
  margin-bottom: -20rem;
}
#pip .-preview .ml-1 {
  margin-left: 0.25rem;
}
#pip .-preview .ml-2 {
  margin-left: 0.5rem;
}
#pip .-preview .ml-3 {
  margin-left: 0.75rem;
}
#pip .-preview .ml-4 {
  margin-left: 1rem;
}
#pip .-preview .ml-6 {
  margin-left: 1.5rem;
}
#pip .-preview .ml-8 {
  margin-left: 2rem;
}
#pip .-preview .ml-auto {
  margin-left: auto;
}
#pip .-preview .last\:mb-0:last-child {
  margin-bottom: 0px;
}
#pip .-preview .block {
  display: block;
}
#pip .-preview .inline-block {
  display: inline-block;
}
#pip .-preview .flex {
  display: flex;
}
#pip .-preview .inline-flex {
  display: inline-flex;
}
#pip .-preview .table {
  display: table;
}
#pip .-preview .grid {
  display: grid;
}
#pip .-preview .contents {
  display: contents;
}
#pip .-preview .hidden {
  display: none;
}
#pip .-preview .h-0 {
  height: 0px;
}
#pip .-preview .h-1 {
  height: 0.25rem;
}
#pip .-preview .h-2 {
  height: 0.5rem;
}
#pip .-preview .h-3 {
  height: 0.75rem;
}
#pip .-preview .h-4 {
  height: 1rem;
}
#pip .-preview .h-6 {
  height: 1.5rem;
}
#pip .-preview .h-7 {
  height: 1.75rem;
}
#pip .-preview .h-8 {
  height: 2rem;
}
#pip .-preview .h-9 {
  height: 2.25rem;
}
#pip .-preview .h-10 {
  height: 2.5rem;
}
#pip .-preview .h-12 {
  height: 3rem;
}
#pip .-preview .h-20 {
  height: 5rem;
}
#pip .-preview .h-24 {
  height: 6rem;
}
#pip .-preview .h-32 {
  height: 8rem;
}
#pip .-preview .h-44 {
  height: 11rem;
}
#pip .-preview .h-48 {
  height: 12rem;
}
#pip .-preview .h-64 {
  height: 16rem;
}
#pip .-preview .h-80 {
  height: 20rem;
}
#pip .-preview .h-96 {
  height: 24rem;
}
#pip .-preview .h-135 {
  height: 33.75rem;
}
#pip .-preview .h-auto {
  height: auto;
}
#pip .-preview .h-px {
  height: 1px;
}
#pip .-preview .h-0\.5 {
  height: 0.125rem;
}
#pip .-preview .h-1\.5 {
  height: 0.375rem;
}
#pip .-preview .h-3\.5 {
  height: 0.875rem;
}
#pip .-preview .h-1\/2 {
  height: 50%;
}
#pip .-preview .h-1\/3 {
  height: 33.333333%;
}
#pip .-preview .h-2\/3 {
  height: 66.666667%;
}
#pip .-preview .h-full {
  height: 100%;
}
#pip .-preview .h-screen {
  height: 100vh;
}
#pip .-preview .max-h-96 {
  max-height: 24rem;
}
#pip .-preview .min-h-screen {
  min-height: 100vh;
}
#pip .-preview .w-0 {
  width: 0px;
}
#pip .-preview .w-1 {
  width: 0.25rem;
}
#pip .-preview .w-3 {
  width: 0.75rem;
}
#pip .-preview .w-4 {
  width: 1rem;
}
#pip .-preview .w-6 {
  width: 1.5rem;
}
#pip .-preview .w-7 {
  width: 1.75rem;
}
#pip .-preview .w-9 {
  width: 2.25rem;
}
#pip .-preview .w-10 {
  width: 2.5rem;
}
#pip .-preview .w-12 {
  width: 3rem;
}
#pip .-preview .w-14 {
  width: 3.5rem;
}
#pip .-preview .w-16 {
  width: 4rem;
}
#pip .-preview .w-20 {
  width: 5rem;
}
#pip .-preview .w-24 {
  width: 6rem;
}
#pip .-preview .w-40 {
  width: 10rem;
}
#pip .-preview .w-48 {
  width: 12rem;
}
#pip .-preview .w-64 {
  width: 16rem;
}
#pip .-preview .w-72 {
  width: 18rem;
}
#pip .-preview .w-80 {
  width: 20rem;
}
#pip .-preview .w-135 {
  width: 33.75rem;
}
#pip .-preview .w-auto {
  width: auto;
}
#pip .-preview .w-1\.5 {
  width: 0.375rem;
}
#pip .-preview .w-3\.5 {
  width: 0.875rem;
}
#pip .-preview .w-1\/2 {
  width: 50%;
}
#pip .-preview .w-1\/3 {
  width: 33.333333%;
}
#pip .-preview .w-2\/3 {
  width: 66.666667%;
}
#pip .-preview .w-1\/4 {
  width: 25%;
}
#pip .-preview .w-3\/4 {
  width: 75%;
}
#pip .-preview .w-1\/5 {
  width: 20%;
}
#pip .-preview .w-2\/5 {
  width: 40%;
}
#pip .-preview .w-1\/6 {
  width: 16.666667%;
}
#pip .-preview .w-5\/6 {
  width: 83.333333%;
}
#pip .-preview .w-5\/12 {
  width: 41.666667%;
}
#pip .-preview .w-7\/12 {
  width: 58.333333%;
}
#pip .-preview .w-8\/12 {
  width: 66.666667%;
}
#pip .-preview .w-10\/12 {
  width: 83.333333%;
}
#pip .-preview .w-full {
  width: 100%;
}
#pip .-preview .w-screen {
  width: 100vw;
}
#pip .-preview .min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
#pip .-preview .max-w-prose {
  max-width: 65ch;
}
#pip .-preview .flex-shrink-0 {
  flex-shrink: 0;
}
#pip .-preview .table-auto {
  table-layout: auto;
}
#pip .-preview .border-collapse {
  border-collapse: collapse;
}
#pip .-preview .transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#pip .-preview .translate-x-0 {
  --tw-translate-x: 0px;
}
#pip .-preview .translate-x-4 {
  --tw-translate-x: 1rem;
}
#pip .-preview .translate-x-1\/2 {
  --tw-translate-x: 50%;
}
#pip .-preview .translate-x-full {
  --tw-translate-x: 100%;
}
#pip .-preview .-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
#pip .-preview .translate-y-3 {
  --tw-translate-y: 0.75rem;
}
#pip .-preview .translate-y-6 {
  --tw-translate-y: 1.5rem;
}
#pip .-preview .translate-y-px {
  --tw-translate-y: 1px;
}
#pip .-preview .-translate-y-20 {
  --tw-translate-y: -5rem;
}
#pip .-preview .translate-y-1\/2 {
  --tw-translate-y: 50%;
}
#pip .-preview .translate-y-full {
  --tw-translate-y: 100%;
}
#pip .-preview .-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
#pip .-preview .-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}
#pip .-preview .-translate-y-full {
  --tw-translate-y: -100%;
}
#pip .-preview .rotate-180 {
  --tw-rotate: 180deg;
}
#pip .-preview .scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}
#pip .-preview .scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}
#pip .-preview .scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}
#pip .-preview .scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
#pip .-preview .scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
#pip .-preview .scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}
#pip .-preview .scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}
#pip .-preview .group:hover .group-hover\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ping {
  75%,
100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
@-webkit-keyframes bounce {
  0%,
100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
@keyframes bounce {
  0%,
100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
#pip .-preview .cursor-default {
  cursor: default;
}
#pip .-preview .cursor-pointer {
  cursor: pointer;
}
#pip .-preview .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#pip .-preview .resize {
  resize: both;
}
#pip .-preview .list-inside {
  list-style-position: inside;
}
#pip .-preview .list-none {
  list-style-type: none;
}
#pip .-preview .list-disc {
  list-style-type: disc;
}
#pip .-preview .list-decimal {
  list-style-type: decimal;
}
#pip .-preview .grid-cols-1 {
  grid-template-columns: repeat(1,
minmax(0,
1fr));
}
#pip .-preview .grid-cols-2 {
  grid-template-columns: repeat(2,
minmax(0,
1fr));
}
#pip .-preview .grid-cols-12 {
  grid-template-columns: repeat(12,
minmax(0,
1fr));
}
#pip .-preview .flex-row {
  flex-direction: row;
}
#pip .-preview .flex-col {
  flex-direction: column;
}
#pip .-preview .flex-col-reverse {
  flex-direction: column-reverse;
}
#pip .-preview .flex-wrap {
  flex-wrap: wrap;
}
#pip .-preview .flex-nowrap {
  flex-wrap: nowrap;
}
#pip .-preview .items-start {
  align-items: flex-start;
}
#pip .-preview .items-end {
  align-items: flex-end;
}
#pip .-preview .items-center {
  align-items: center;
}
#pip .-preview .items-stretch {
  align-items: stretch;
}
#pip .-preview .justify-start {
  justify-content: flex-start;
}
#pip .-preview .justify-end {
  justify-content: flex-end;
}
#pip .-preview .justify-center {
  justify-content: center;
}
#pip .-preview .justify-between {
  justify-content: space-between;
}
#pip .-preview .justify-evenly {
  justify-content: space-evenly;
}
#pip .-preview .gap-0 {
  gap: 0px;
}
#pip .-preview .gap-2 {
  gap: 0.5rem;
}
#pip .-preview .gap-3 {
  gap: 0.75rem;
}
#pip .-preview .gap-4 {
  gap: 1rem;
}
#pip .-preview .gap-6 {
  gap: 1.5rem;
}
#pip .-preview .gap-8 {
  gap: 2rem;
}
#pip .-preview .gap-10 {
  gap: 2.5rem;
}
#pip .-preview .gap-16 {
  gap: 4rem;
}
#pip .-preview .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#pip .-preview .space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#pip .-preview .space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
#pip .-preview .space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
#pip .-preview .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));
}
#pip .-preview .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));
}
#pip .-preview .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));
}
#pip .-preview .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));
}
#pip .-preview .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));
}
#pip .-preview .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));
}
#pip .-preview .divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(44,
57,
69,
var(--tw-divide-opacity));
}
#pip .-preview .overflow-hidden {
  overflow: hidden;
}
#pip .-preview .overflow-visible {
  overflow: visible;
}
#pip .-preview .overflow-scroll {
  overflow: scroll;
}
#pip .-preview .overflow-x-auto {
  overflow-x: auto;
}
#pip .-preview .overflow-y-auto {
  overflow-y: auto;
}
#pip .-preview .overflow-x-hidden {
  overflow-x: hidden;
}
#pip .-preview .overflow-y-hidden {
  overflow-y: hidden;
}
#pip .-preview .overflow-x-visible {
  overflow-x: visible;
}
#pip .-preview .overflow-y-scroll {
  overflow-y: scroll;
}
#pip .-preview .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#pip .-preview .whitespace-normal {
  white-space: normal;
}
#pip .-preview .whitespace-nowrap {
  white-space: nowrap;
}
#pip .-preview .rounded-none {
  border-radius: 0px;
}
#pip .-preview .rounded-sm {
  border-radius: 0.125rem;
}
#pip .-preview .rounded-lg {
  border-radius: 0.5rem;
}
#pip .-preview .rounded-xl {
  border-radius: 0.75rem;
}
#pip .-preview .rounded-2xl {
  border-radius: 1rem;
}
#pip .-preview .rounded-3xl {
  border-radius: 1.5rem;
}
#pip .-preview .rounded-full {
  border-radius: 9999px;
}
#pip .-preview .rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
#pip .-preview .rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
#pip .-preview .rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#pip .-preview .rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
#pip .-preview .rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
#pip .-preview .rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
#pip .-preview .rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#pip .-preview .rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
#pip .-preview .border-0 {
  border-width: 0px;
}
#pip .-preview .border-2 {
  border-width: 2px;
}
#pip .-preview .border {
  border-width: 1px;
}
#pip .-preview .border-t {
  border-top-width: 1px;
}
#pip .-preview .border-r-0 {
  border-right-width: 0px;
}
#pip .-preview .border-r {
  border-right-width: 1px;
}
#pip .-preview .border-b-2 {
  border-bottom-width: 2px;
}
#pip .-preview .border-b {
  border-bottom-width: 1px;
}
#pip .-preview .border-l-4 {
  border-left-width: 4px;
}
#pip .-preview .border-solid {
  border-style: solid;
}
#pip .-preview .border-none {
  border-style: none;
}
#pip .-preview .border-current {
  border-color: currentColor;
}
#pip .-preview .border-black {
  --tw-border-opacity: 1;
  border-color: rgba(44,
57,
69,
var(--tw-border-opacity));
}
#pip .-preview .border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255,
255,
255,
var(--tw-border-opacity));
}
#pip .-preview .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(226,
232,
240,
var(--tw-border-opacity));
}
#pip .-preview .border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(203,
213,
224,
var(--tw-border-opacity));
}
#pip .-preview .border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(160,
174,
192,
var(--tw-border-opacity));
}
#pip .-preview .border-gray {
  --tw-border-opacity: 1;
  border-color: rgba(160,
174,
192,
var(--tw-border-opacity));
}
#pip .-preview .border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
}
#pip .-preview .border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
}
#pip .-preview .border-opacity-50 {
  --tw-border-opacity: 0.5;
}
#pip .-preview .bg-transparent {
  background-color: transparent;
}
#pip .-preview .bg-current {
  background-color: currentColor;
}
#pip .-preview .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(44,
57,
69,
var(--tw-bg-opacity));
}
#pip .-preview .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
}
#pip .-preview .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(247,
250,
252,
var(--tw-bg-opacity));
}
#pip .-preview .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(203,
213,
224,
var(--tw-bg-opacity));
}
#pip .-preview .bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(160,
174,
192,
var(--tw-bg-opacity));
}
#pip .-preview .bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(26,
32,
44,
var(--tw-bg-opacity));
}
#pip .-preview .bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(160,
174,
192,
var(--tw-bg-opacity));
}
#pip .-preview .bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
}
#pip .-preview .bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
}
#pip .-preview .bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
}
#pip .-preview .bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(0,
110,
181,
var(--tw-bg-opacity));
}
#pip .-preview .bg-info-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(21,
39,
55,
var(--tw-bg-opacity));
}
#pip .-preview .bg-warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(202,
166,
43,
var(--tw-bg-opacity));
}
#pip .-preview .bg-warning-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(143,
118,
31,
var(--tw-bg-opacity));
}
#pip .-preview .bg-error-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(231,
52,
52,
var(--tw-bg-opacity));
}
#pip .-preview .bg-error-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(174,
22,
22,
var(--tw-bg-opacity));
}
#pip .-preview .bg-success-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(47,
190,
44,
var(--tw-bg-opacity));
}
#pip .-preview .bg-success-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(59,
120,
58,
var(--tw-bg-opacity));
}
#pip .-preview .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
}
#pip .-preview .hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
}
#pip .-preview .hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
}
#pip .-preview .focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
}
#pip .-preview .dark .dark\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(44,
57,
69,
var(--tw-bg-opacity));
}
#pip .-preview .dark .dark\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
}
#pip .-preview .bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
#pip .-preview .bg-none {
  background-image: none;
}
#pip .-preview .bg-gradient-to-b {
  background-image: linear-gradient(to bottom,
var(--tw-gradient-stops));
}
#pip .-preview .from-black {
  --tw-gradient-from: #2C3945;
  --tw-gradient-stops: var(--tw-gradient-from),
var(--tw-gradient-to,
rgba(44,
57,
69,
0));
}
#pip .-preview .to-transparent {
  --tw-gradient-to: transparent;
}
#pip .-preview .bg-center {
  background-position: center;
}
#pip .-preview .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
#pip .-preview .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
#pip .-preview .object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
#pip .-preview .object-center {
  -o-object-position: center;
     object-position: center;
}
#pip .-preview .object-top {
  -o-object-position: top;
     object-position: top;
}
#pip .-preview .p-0 {
  padding: 0px;
}
#pip .-preview .p-2 {
  padding: 0.5rem;
}
#pip .-preview .p-3 {
  padding: 0.75rem;
}
#pip .-preview .p-4 {
  padding: 1rem;
}
#pip .-preview .p-5 {
  padding: 1.25rem;
}
#pip .-preview .p-6 {
  padding: 1.5rem;
}
#pip .-preview .p-8 {
  padding: 2rem;
}
#pip .-preview .p-10 {
  padding: 2.5rem;
}
#pip .-preview .p-16 {
  padding: 4rem;
}
#pip .-preview .p-20 {
  padding: 5rem;
}
#pip .-preview .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
#pip .-preview .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#pip .-preview .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#pip .-preview .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#pip .-preview .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#pip .-preview .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#pip .-preview .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
#pip .-preview .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
#pip .-preview .px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
#pip .-preview .px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
#pip .-preview .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
#pip .-preview .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#pip .-preview .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#pip .-preview .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#pip .-preview .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#pip .-preview .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#pip .-preview .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#pip .-preview .py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
#pip .-preview .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#pip .-preview .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#pip .-preview .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#pip .-preview .py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
#pip .-preview .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#pip .-preview .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#pip .-preview .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#pip .-preview .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#pip .-preview .py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
#pip .-preview .py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
#pip .-preview .pt-0 {
  padding-top: 0px;
}
#pip .-preview .pt-4 {
  padding-top: 1rem;
}
#pip .-preview .pt-6 {
  padding-top: 1.5rem;
}
#pip .-preview .pt-8 {
  padding-top: 2rem;
}
#pip .-preview .pt-16 {
  padding-top: 4rem;
}
#pip .-preview .pt-20 {
  padding-top: 5rem;
}
#pip .-preview .pt-28 {
  padding-top: 7rem;
}
#pip .-preview .pt-32 {
  padding-top: 8rem;
}
#pip .-preview .pt-36 {
  padding-top: 9rem;
}
#pip .-preview .pr-3 {
  padding-right: 0.75rem;
}
#pip .-preview .pr-4 {
  padding-right: 1rem;
}
#pip .-preview .pr-10 {
  padding-right: 2.5rem;
}
#pip .-preview .pb-0 {
  padding-bottom: 0px;
}
#pip .-preview .pb-2 {
  padding-bottom: 0.5rem;
}
#pip .-preview .pb-3 {
  padding-bottom: 0.75rem;
}
#pip .-preview .pb-4 {
  padding-bottom: 1rem;
}
#pip .-preview .pb-5 {
  padding-bottom: 1.25rem;
}
#pip .-preview .pb-6 {
  padding-bottom: 1.5rem;
}
#pip .-preview .pb-8 {
  padding-bottom: 2rem;
}
#pip .-preview .pb-16 {
  padding-bottom: 4rem;
}
#pip .-preview .pl-0 {
  padding-left: 0px;
}
#pip .-preview .pl-1 {
  padding-left: 0.25rem;
}
#pip .-preview .pl-2 {
  padding-left: 0.5rem;
}
#pip .-preview .pl-4 {
  padding-left: 1rem;
}
#pip .-preview .pl-6 {
  padding-left: 1.5rem;
}
#pip .-preview .pl-7 {
  padding-left: 1.75rem;
}
#pip .-preview .pl-8 {
  padding-left: 2rem;
}
#pip .-preview .pl-10 {
  padding-left: 2.5rem;
}
#pip .-preview .text-left {
  text-align: left;
}
#pip .-preview .text-center {
  text-align: center;
}
#pip .-preview .text-right {
  text-align: right;
}
#pip .-preview .align-top {
  vertical-align: top;
}
#pip .-preview .align-middle {
  vertical-align: middle;
}
#pip .-preview .font-primary {
  font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
}
#pip .-preview .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#pip .-preview .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
#pip .-preview .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#pip .-preview .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#pip .-preview .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
#pip .-preview .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#pip .-preview .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#pip .-preview .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
#pip .-preview .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
#pip .-preview .font-light {
  font-weight: 300;
}
#pip .-preview .font-normal {
  font-weight: 400;
}
#pip .-preview .font-medium {
  font-weight: 500;
}
#pip .-preview .font-bold {
  font-weight: 700;
}
#pip .-preview .font-black {
  font-weight: 900;
}
#pip .-preview .uppercase {
  text-transform: uppercase;
}
#pip .-preview .lowercase {
  text-transform: lowercase;
}
#pip .-preview .italic {
  font-style: italic;
}
#pip .-preview .leading-4 {
  line-height: 1rem;
}
#pip .-preview .leading-9 {
  line-height: 2.25rem;
}
#pip .-preview .leading-none {
  line-height: 1;
}
#pip .-preview .leading-tight {
  line-height: 1.25;
}
#pip .-preview .leading-normal {
  line-height: 1.5;
}
#pip .-preview .text-current {
  color: currentColor;
}
#pip .-preview .text-black {
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .text-white {
  --tw-text-opacity: 1;
  color: rgba(255,
255,
255,
var(--tw-text-opacity));
}
#pip .-preview .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(160,
174,
192,
var(--tw-text-opacity));
}
#pip .-preview .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(113,
128,
150,
var(--tw-text-opacity));
}
#pip .-preview .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(74,
85,
104,
var(--tw-text-opacity));
}
#pip .-preview .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(45,
55,
72,
var(--tw-text-opacity));
}
#pip .-preview .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(26,
32,
44,
var(--tw-text-opacity));
}
#pip .-preview .text-gray {
  --tw-text-opacity: 1;
  color: rgba(160,
174,
192,
var(--tw-text-opacity));
}
#pip .-preview .text-primary-400 {
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .text-primary-800 {
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .text-primary {
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .text-info-500 {
  --tw-text-opacity: 1;
  color: rgba(0,
110,
181,
var(--tw-text-opacity));
}
#pip .-preview .text-info-700 {
  --tw-text-opacity: 1;
  color: rgba(21,
39,
55,
var(--tw-text-opacity));
}
#pip .-preview .text-warning-500 {
  --tw-text-opacity: 1;
  color: rgba(202,
166,
43,
var(--tw-text-opacity));
}
#pip .-preview .text-warning-700 {
  --tw-text-opacity: 1;
  color: rgba(143,
118,
31,
var(--tw-text-opacity));
}
#pip .-preview .text-error-500 {
  --tw-text-opacity: 1;
  color: rgba(231,
52,
52,
var(--tw-text-opacity));
}
#pip .-preview .text-error-700 {
  --tw-text-opacity: 1;
  color: rgba(174,
22,
22,
var(--tw-text-opacity));
}
#pip .-preview .text-success-500 {
  --tw-text-opacity: 1;
  color: rgba(47,
190,
44,
var(--tw-text-opacity));
}
#pip .-preview .text-success-700 {
  --tw-text-opacity: 1;
  color: rgba(59,
120,
58,
var(--tw-text-opacity));
}
#pip .-preview .hover\:text-current:hover {
  color: currentColor;
}
#pip .-preview .hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(44,
57,
69,
var(--tw-text-opacity));
}
#pip .-preview .hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255,
255,
255,
var(--tw-text-opacity));
}
#pip .-preview .dark .dark\:text-primary {
  --tw-text-opacity: 1;
  color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .underline {
  text-decoration: underline;
}
#pip .-preview .line-through {
  text-decoration: line-through;
}
#pip .-preview .no-underline {
  text-decoration: none;
}
#pip .-preview .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#pip .-preview .placeholder-current::-moz-placeholder {
  color: currentColor;
}
#pip .-preview .placeholder-current:-ms-input-placeholder {
  color: currentColor;
}
#pip .-preview .placeholder-current::placeholder {
  color: currentColor;
}
#pip .-preview .opacity-0 {
  opacity: 0;
}
#pip .-preview .opacity-5 {
  opacity: 0.05;
}
#pip .-preview .opacity-10 {
  opacity: 0.1;
}
#pip .-preview .opacity-20 {
  opacity: 0.2;
}
#pip .-preview .opacity-25 {
  opacity: 0.25;
}
#pip .-preview .opacity-30 {
  opacity: 0.3;
}
#pip .-preview .opacity-40 {
  opacity: 0.4;
}
#pip .-preview .opacity-50 {
  opacity: 0.5;
}
#pip .-preview .opacity-60 {
  opacity: 0.6;
}
#pip .-preview .opacity-70 {
  opacity: 0.7;
}
#pip .-preview .opacity-75 {
  opacity: 0.75;
}
#pip .-preview .opacity-80 {
  opacity: 0.8;
}
#pip .-preview .opacity-90 {
  opacity: 0.9;
}
#pip .-preview .opacity-95 {
  opacity: 0.95;
}
#pip .-preview .opacity-100 {
  opacity: 1;
}
#pip .-preview .group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
#pip .-preview .group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}
#pip .-preview .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
#pip .-preview *,
#pip .-preview ::before,
#pip .-preview ::after {
  --tw-shadow: 0 0 #0000;
}
#pip .-preview .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0,
0,
0,
0.1),
0 10px 10px -5px rgba(0,
0,
0,
0.04);
  box-shadow: var(--tw-ring-offset-shadow,
0 0 #0000),
var(--tw-ring-shadow,
0 0 #0000),
var(--tw-shadow);
}
#pip .-preview .shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow,
0 0 #0000),
var(--tw-ring-shadow,
0 0 #0000),
var(--tw-shadow);
}
#pip .-preview .hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0,
0,
0,
0.1),
0 10px 10px -5px rgba(0,
0,
0,
0.04);
  box-shadow: var(--tw-ring-offset-shadow,
0 0 #0000),
var(--tw-ring-shadow,
0 0 #0000),
var(--tw-shadow);
}
#pip .-preview .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#pip .-preview .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#pip .-preview *,
#pip .-preview ::before,
#pip .-preview ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59,
130,
246,
0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
#pip .-preview .ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),
var(--tw-ring-shadow),
var(--tw-shadow,
0 0 #0000);
}
#pip .-preview .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);
}
#pip .-preview .ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255,
255,
255,
var(--tw-ring-opacity));
}
#pip .-preview .filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  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);
}
#pip .-preview .blur-sm {
  --tw-blur: blur(4px);
}
#pip .-preview .blur {
  --tw-blur: blur(8px);
}
#pip .-preview .blur-lg {
  --tw-blur: blur(16px);
}
#pip .-preview .grayscale {
  --tw-grayscale: grayscale(100%);
}
#pip .-preview .transition-none {
  transition-property: none;
}
#pip .-preview .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
}
#pip .-preview .transition {
  transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
-webkit-backdrop-filter;
  transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
backdrop-filter;
  transition-property: background-color,
border-color,
color,
fill,
stroke,
opacity,
box-shadow,
transform,
filter,
backdrop-filter,
-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
}
#pip .-preview .transition-colors {
  transition-property: background-color,
border-color,
color,
fill,
stroke;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
}
#pip .-preview .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
}
#pip .-preview .transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
}
#pip .-preview .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  transition-duration: 150ms;
}
#pip .-preview .delay-100 {
  transition-delay: 100ms;
}
#pip .-preview .duration-100 {
  transition-duration: 100ms;
}
#pip .-preview .duration-200 {
  transition-duration: 200ms;
}
#pip .-preview .duration-300 {
  transition-duration: 300ms;
}
#pip .-preview .duration-500 {
  transition-duration: 500ms;
}
#pip .-preview .ease-linear {
  transition-timing-function: linear;
}
#pip .-preview .ease-out {
  transition-timing-function: cubic-bezier(0,
0,
0.2,
1);
}
#pip .-preview .ease-in-out {
  transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
}
#pip .-preview .checkerboard-container-nemo .video.has-overlay .plyr__poster::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: var(--overlay-background-color);
        opacity: var(--overlay-opacity);
      }
#pip .-preview .checkerboard-link-hover-saumon .video.has-overlay .plyr__poster::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: var(--overlay-background-color);
        opacity: var(--overlay-opacity);
      }
#pip .-preview .cta-cards-fullwidth-anchois .card {
    border-radius: 2.5rem;
    min-height: clamp(24rem,
29vmax,
35rem);
    /* min-width: 19rem; */
    min-width: 15rem;
  }
@media (min-width: 1024px) {
#pip .-preview .cta-cards-fullwidth-anchois .card:hover {
        width: var(--card-hover-width,
50%)
    }
      }
#pip .-preview .cta-cards-fullwidth-anchois .card-content .key-numbers {
        display: inline-flex;
        align-items: center;
      }
#pip .-preview .cta-cards-fullwidth-anchois .card-content .key-numbers::before {
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          --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;
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          content: '•';
          font-size: 2.4em;
          margin-right: 0.1em;
          line-height: 0;
          filter: blur(5px);
        }
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-sizer,
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-wrapper {
    margin-top: 0px;
    margin-bottom: 1.5rem;
    width: 100%;
  }
@media (min-width: 1024px) {
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-sizer,
    .etude-de-cas-archive-saumon .etude-inner-wrapper {
      width: 47%;
      margin-left: 1%;
      margin-right: 1%;
  }
    }
#pip .-preview .etude-de-cas-archive-saumon .etude-inner-wrapper .etude-image-wrapper::before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: block;
        background-image: linear-gradient(to bottom,
var(--tw-gradient-stops));
        --tw-gradient-from: #2C3945;
        --tw-gradient-stops: var(--tw-gradient-from),
var(--tw-gradient-to,
rgba(44,
57,
69,
0));
        --tw-gradient-to: transparent;
        opacity: 0.25;
      }
#pip .-preview .faq-contained-vive details[open] {
    padding-bottom: 1rem;
  }
#pip .-preview .faq-contained-vive details[open] .icon-close {
      display: block;
    }
#pip .-preview .faq-contained-vive details[open] header nav .sub-menu .sub-menu.icon-open {
            display: none;
          }
#pip .-preview .faq-contained-vive details[open] .icon-open {
      display: none;
    }
#pip .-preview .faq-sidebar-vive .faq__header.active {
    padding-bottom: 1rem;
  }
#pip .-preview .faq-sidebar-vive .faq__header.active .icon-close {
      display: block;
    }
#pip .-preview .faq-sidebar-vive .faq__header.active header nav .sub-menu .sub-menu.icon-open {
            display: none;
          }
#pip .-preview .faq-sidebar-vive .faq__header.active .icon-open {
      display: none;
    }
#pip .-preview .faq-sidebar-vive .category-anchor:not(.active) {
    opacity: 0.5;
  }
#pip .-preview .faq-sidebar-vive .category-anchor:not(.active) header nav .sub-menu .sub-menu.icon-wrapper {
            display: none;
          }
#pip .-preview .faq-sidebar-vive .category-anchor:not(.active) .icon-wrapper {
      display: none;
    }
#pip .-preview .hero-header-video-uranoscope .video-content .plyr {
    position: relative;
    overflow: hidden;
    padding: 0px !important;
    height: calc(100 * var(--vh,
1vh));
  }
/* max-height: calc(100vh - var(--menu-height,
100px)); */
#pip .-preview .hero-header-video-uranoscope .video-content .plyr-player {
      -o-object-fit: cover;
         object-fit: cover;
      height: calc(100 * var(--vh,
1vh));
      /* max-height: calc(100vh - var(--menu-height,
100px)); */
    }
#pip .-preview .hero-header-video-uranoscope .video-content .plyr header nav .sub-menu .sub-menu#pip .-preview .hero-header-video-uranoscope .video-content .plyr header nav .sub-menu .sub-menu__control {
            display: none !important;
          }
#pip .-preview .hero-header-video-uranoscope .video-content .plyr__control {
      display: none !important;
    }
#pip .-preview .hero-header-video-uranoscope .video-content .plyr__control header nav .sub-menu .sub-menu#pip .-preview .hero-header-video-uranoscope .video-content .plyr__control header nav .sub-menu .sub-menus {
              display: none !important;
            }
#pip .-preview .hero-header-video-uranoscope .video-content .plyr__controls {
        display: none !important;
      }
#pip .-preview .hero-header-video-uranoscope #plyr-player-modal {
    max-height: 80vh;
  }
#pip .-preview .how-it-works-saumon .main-wrapper h2::before,
#pip .-preview .how-it-works-saumon .main-wrapper .h2::before {
        --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;
        transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-translate-y: 1px;
        --tw-text-opacity: 1;
        color: rgba(255,
209,
0,
var(--tw-text-opacity));
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
        transition-duration: 150ms;
        transition-duration: 300ms;
        /* @apply absolute top-1/2 left-0; */
        content: '•';
        font-size: 3rem;
        margin-right: 0.5rem;
        line-height: 0;
        filter: blur(0);
      }
#pip .-preview .how-it-works-saumon .main-wrapper h2:hover::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:active::before,
#pip .-preview .how-it-works-saumon .main-wrapper h2:focus::before,
#pip .-preview .how-it-works-saumon .main-wrapper .h2:hover::before,
#pip .-preview .how-it-works-saumon .main-wrapper .h2:active::before,
#pip .-preview .how-it-works-saumon .main-wrapper .h2:focus::before {
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          filter: blur(2px);
        }
#pip .-preview .dark .how-it-works-saumon .main-wrapper h2::before,
#pip .-preview .dark .how-it-works-saumon .main-wrapper .h2::before {
          --tw-scale-x: 2;
          --tw-scale-y: 2;
          filter: blur(2px);
        }
#pip .-preview .icons-small-icon-grid-marlin i.fad::before{
        --tw-text-opacity: 1 !important;
        color: rgba(255,
209,
0,
var(--tw-text-opacity)) !important;
      }
#pip .-preview .icons-small-icon-grid-marlin i.fad::after{
        opacity: 1;
      }
#pip .-preview .image-slider-pilotin .splide-image-slider-pilotin .splide__slide {
      cursor: pointer;
    }
#pip .-preview .image-slider-pilotin .custom__pagination {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    margin-top: 2.5rem;
    display: flex;
    width: 50%;
    overflow: hidden;
  }
#pip .-preview .image-slider-pilotin .custom__pagination li {
      display: flex;
      width: 100%;
      align-items: flex-end;
      overflow: hidden;
      border-bottom-width: 2px;
      --tw-border-opacity: 1;
      border-color: rgba(255,
209,
0,
var(--tw-border-opacity));
      --tw-border-opacity: 0.5;
      background-color: transparent;
    }
#pip .-preview .image-slider-pilotin .custom__pagination li button {
        margin: 0px;
        height: 0.5rem;
        width: 100%;
        border-radius: 0.125rem;
        background-color: transparent;
        opacity: 1;
      }
#pip .-preview .image-slider-pilotin .custom__pagination li button.is-active::before {
            width: 100%;
          }
#pip .-preview .drag-indicator {
  z-index: 400;
  left: 15px;
  top: 15px;
  width: 58px;
  height: 58px;
  will-change: transform
}
#pip .-preview header.drag-indicator+section::before {
  content: '';
  display: block;
  padding-top: 5rem;
}
@media (min-width: 1024px) {
#pip .-preview header.drag-indicator+section::before {
    padding-top: 9rem
}
  }
#pip .-preview .drag-indicator {
  pointer-events: none;
  position: fixed;
}
#pip .-preview .drag-indicator::before {
    --tw-bg-opacity: 1;
    background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
    content: "";
    transform: scale(0.2);
    border-radius: 50%;
    transition: transform 0.45s ease,
opacity 0.3s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
  }
#pip .-preview .drag-indicator .arrows {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    gap: 4rem;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
    transition-duration: 150ms;
    transition-delay: 100ms;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4,
0,
0.2,
1);
  }
#pip .-preview .drag-indicator .arrows i {
      --tw-text-opacity: 1;
      color: rgba(255,
255,
255,
var(--tw-text-opacity));
    }
#pip .-preview .drag-indicator.is-visible::before {
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      opacity: 1;
    }
#pip .-preview .drag-indicator.is-visible .arrows {
      gap: 1rem;
      opacity: 1;
    }
#pip .-preview .logo-simple-slider-grid-vive .splide__track {
    overflow: visible !important;
  }
@media (min-width: 1024px) {
#pip .-preview .logo-simple-slider-grid-vive .splide__track {
      /* The apply class doesn't override the overflow-visible,
so brut CSS here */
      overflow: hidden !important
  }
    }
#pip .-preview .logo-simple-slider-grid-vive header nav .sub-menu .sub-menu.splide__pagination {
          display: none;
        }
#pip .-preview .logo-simple-slider-grid-vive .splide__pagination {
    position: absolute;
    bottom: -2.5rem;
    display: none;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
@media (min-width: 1024px) {
#pip .-preview .logo-simple-slider-grid-vive .splide__pagination {
      display: flex;
  }
    }
#pip .-preview .logo-simple-slider-grid-vive .splide__arrow {
    background-color: inherit !important;
  }
@media screen and (max-width: 1023px) {
#pip .-preview .logo-simple-slider-grid-vive.has-arrows .splide__track {
        overflow: hidden
    }
      }
#pip .-preview :root{
  --color-main-menu-depth-0: inherit;
  --color-main-menu-depth-0-hover: inherit;
}
#pip .-preview .menu-contained-marlin.bg-white .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
          --color-main-menu-depth-0: #2c3945;
        }
#pip .-preview .menu-contained-marlin #main-menu li {
      /* @apply mr-12 relative cursor-pointer flex items-center; */
      /*
            &:last-child {
                @apply mr-auto;
            } */
    }
/*
            a {
                @apply cursor-pointer font-bold transition-all duration-300;
            } */
#pip .-preview .menu-contained-marlin #main-menu li .mega-menu.open {
          pointer-events: auto;
          visibility: visible;
          opacity: 1;
        }
/* &::before {
                content: "";
                height: 2px;
                @apply bottom-0 absolute left-0 bg-primary transition-all duration-300 w-0;
            } */
#pip .-preview .menu-contained-marlin #main-menu li.is-active::before {
          width: 100%;
        }
#pip .-preview .menu-contained-marlin .burger .line {
      fill: none;
      stroke: currentColor;
      stroke-width: 6;
      transition: stroke-dasharray 600ms cubic-bezier(0.4,
0,
0.2,
1),
                stroke-dashoffset 600ms cubic-bezier(0.4,
0,
0.2,
1);
    }
#pip .-preview .menu-contained-marlin .burger .line.top {
        stroke-dasharray: 60 207;
        stroke-width: 6;
      }
#pip .-preview .menu-contained-marlin .burger .line.center {
        stroke-dasharray: 60 60;
        stroke-width: 6;
      }
#pip .-preview .menu-contained-marlin .burger .line.bottom {
        stroke-dasharray: 60 207;
        stroke-width: 6;
      }
#pip .-preview .menu-contained-marlin .burger.opened .line.top {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6;
        }
#pip .-preview .menu-contained-marlin .burger.opened .line.center {
          stroke-dasharray: 1 60;
          stroke-dashoffset: -30;
          stroke-width: 6;
        }
#pip .-preview .menu-contained-marlin .burger.opened .line.bottom {
          stroke-dasharray: 90 207;
          stroke-dashoffset: -134;
          stroke-width: 6;
        }
#pip .-preview .menu-contained-marlin .mega-menu {
    max-height: calc(100vh - 100px);
  }
#pip .-preview .menu-contained-marlin .mobile.open {
      pointer-events: auto;
      visibility: visible;
      opacity: 1;
    }
/* a {
                    @apply py-4 text-xl flex items-center justify-between;
                    i {
                        @apply transition-all duration-300 transform;
                    }
                } */
#pip .-preview .menu-contained-marlin #main-menu-mobile ul li.open a i {
              --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;
              transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
              --tw-rotate: 180deg;
            }
#pip .-preview .menu-contained-marlin #main-menu-mobile ul li.open .mega-menu-mobile {
            display: block;
          }
#pip .-preview .menu-contained-marlin.scroll {
    position: sticky;
    top: 0px;
  }
#pip .-preview .menu-mega-menu-marlin .sidebar-el.is-active .separator,
#pip .-preview .mega-menu-mobile .sidebar-el.is-active .separator {
        margin-right: 1.25rem;
        width: 4rem;
      }
#pip .-preview .menu-mega-menu-marlin header nav .sub-menu .sub-menu.content-el,
#pip .-preview .mega-menu-mobile header nav .sub-menu .sub-menu.content-el {
          display: none;
        }
#pip .-preview .menu-mega-menu-marlin .content-el,
#pip .-preview .mega-menu-mobile .content-el {
    display: none;
  }
#pip .-preview .menu-mega-menu-marlin .content-el.is-active,#pip .-preview .mega-menu-mobile .content-el.is-active{
      display: block;
    }
#pip .-preview .menu-mega-menu-marlin .content-el .item.is-active .separator,
#pip .-preview .mega-menu-mobile .content-el .item.is-active .separator {
          margin-right: 1.25rem;
          width: 4rem;
        }
#pip .-preview .mega-menu{
  height: 919px;
}
#pip .-preview .slider-product-saumon .first-col {
  }
#pip .-preview .slider-product-saumon .image-slider .splide__slide {
        visibility: hidden;
      }
#pip .-preview .slider-product-saumon .image-slider .splide__slide.is-visible,
#pip .-preview .slider-product-saumon .image-slider .splide__slide.is-next {
          visibility: visible;
        }
#pip .-preview .slider-product-saumon .image-slider .splide__slide--clone {
          visibility: hidden;
        }
#pip .-preview .slider-product-saumon .image-slider .splide__track {
        overflow: visible;
      }
#pip .-preview .slider-product-saumon .image-slider .post-thumbnail {
      height: 320px;
    }
@media (min-width: 1024px) {
#pip .-preview .slider-product-saumon .image-slider .post-thumbnail {
        height: 613px
    }
      }
#pip .-preview .slider-product-saumon .carac-tab-title::after {
      content: '\f078';
      font-family: "Font Awesome 5 Pro",
sans-serif;
      margin-left: auto;
      display: inline-block;
      font-weight: 400;
      color: currentColor;
    }
#pip .-preview .slider-product-saumon details.carac-details[open] .carac-tab-title::after {
      content: '\f077';
    }
#pip .-preview .slider-taxonomy-saumon .first-col {
  }
#pip .-preview .slider-taxonomy-saumon .image-slider .splide__slide {
        visibility: hidden;
      }
#pip .-preview .slider-taxonomy-saumon .image-slider .splide__slide.is-active,
#pip .-preview .slider-taxonomy-saumon .image-slider .splide__slide.is-visible,
#pip .-preview .slider-taxonomy-saumon .image-slider .splide__slide.is-next {
          visibility: visible;
        }
#pip .-preview .slider-taxonomy-saumon .image-slider .splide__slide--clone {
          visibility: hidden;
        }
#pip .-preview .slider-taxonomy-saumon .image-slider .splide__track {
        overflow: visible;
      }
#pip .-preview .slider-taxonomy-saumon .slider-dots {
    pointer-events: auto !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    padding-left: 0.25rem !important;
  }
@media (min-width: 1024px) {
#pip .-preview .slider-taxonomy-saumon .slider-dots {
      flex-wrap: wrap;
      justify-content: center;
      padding-left: 0px
  }
    }
#pip .-preview .store-locator-map-saumon .map {
    height: 50vmax;
  }
@media (min-width: 1024px) {
#pip .-preview .store-locator-map-saumon .map {
      height: 66vmin
  }
    }
/* Infowindow close button */
#pip .-preview .store-locator-map-saumon .gm-ui-hover-effect {
    top: 1rem !important;
    right: 1rem !important;
  }
#pip .-preview .store-locator-map-saumon .gm-ui-hover-effect::after {
      font-size: 1rem;
      line-height: 1.5rem;
      --tw-text-opacity: 1;
      color: rgba(255,
209,
0,
var(--tw-text-opacity));
      content: '\f00d';
      font-family: 'Font Awesome 5 Pro';
    }
#pip .-preview .store-locator-map-saumon .gm-ui-hover-effect header nav .sub-menu .sub-menu#pip .-preview .store-locator-map-saumon .gm-ui-hover-effect header nav .sub-menu .sub-menu > span {
            display: none !important;
          }
#pip .-preview .store-locator-map-saumon .gm-ui-hover-effect > span {
      display: none !important;
    }
/* .arrow-left {
		@apply inline-block;
    	transform: translate(-2px,
1.5px);
	}
	.arrow-right {
		@apply inline-block;
    	transform: translate(1px,
0);
	} */
#pip .-preview .timeline-slider-saumon-2 .timeline-wrapper::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0px;
      height: 1px;
      width: 100%;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: -50%;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
    }
#pip .-preview .timeline-slider-saumon-2 .splide__pagination > li > .splide__pagination__page {
      height: 0.875rem;
      width: 0.875rem;
      border-width: 2px;
      border-style: solid;
      border-color: currentColor;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
255,
255,
var(--tw-bg-opacity))
    }
#pip .-preview .timeline-slider-saumon-2 .splide__pagination > li .menu-contained-marlin#pip .-preview .timeline-slider-saumon-2 .splide__pagination > li .menu-contained-marlin > .splide__pagination__page .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
              --color-main-menu-depth-0: #2c3945;
            }
#pip .-preview .timeline-slider-saumon-2 .splide__pagination > li > .splide__pagination__page.was-active,
#pip .-preview .timeline-slider-saumon-2 .splide__pagination > li > .splide__pagination__page.is-active {
        height: 0.875rem;
        width: 0.875rem;
        background-color: currentColor;
      }
#pip .-preview .timeline-slider-saumon-2 .splide__pagination > li > .splide__pagination__page.is-active {
        --tw-blur: var(--tw-empty,/*!*/ /*!*/);
        --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
        --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
        --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
        --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
        --tw-invert: var(--tw-empty,/*!*/ /*!*/);
        --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
        --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
        --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
        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);
        --tw-blur: blur(4px);
      }
#pip .-preview .timeline-slider-saumon-2 .slider-dots {
    justify-content: space-between;
  }
#pip .-preview .timeline-slider-saumon-2 .content-wrapper  {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
@media (min-width: 768px) {
    .timeline-slider-saumon-2 .content-wrapper {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
@media (min-width: 1024px) {
    .timeline-slider-saumon-2 .content-wrapper {
      padding-left: 10rem;
      padding-right: 10rem;
    }
  }
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .date-label {
      font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-weight: 500;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgba(44,
57,
69,
var(--tw-text-opacity));
    }
/* Desktop size */
@media (min-width: 1024px) {
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .date-label {
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 700;
    }
      }
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .date-label {
      --tw-text-opacity: 1;
      color: rgba(255,
209,
0,
var(--tw-text-opacity));
}
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .card-content-list {
      display: flex;
      flex-direction: column;
      gap: 2.5rem;
    }
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .card-content-list .card-content {
        display: flex;
        flex-direction: column;
        gap: 1.5rem
      }
@media (min-width: 768px) {
        .timeline-slider-saumon-2 .content-wrapper .card-content-list .card-content {
          flex-direction: row;
        }
      }
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .card-content-list .card-content .image {
          position: relative;
          height: 200px;
          border-radius: 20px;
          overflow: hidden;
        }
@media (min-width:768px) {
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .card-content-list .card-content .image {
            width: 200px
        }
          }
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .card-content-list .card-content .image img {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
          }
@media (min-width:768px) {
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .card-content-list .card-content .text-content {
            width: calc(100% - 200px - 24px)
        }
          }
#pip .-preview .timeline-slider-saumon-2 .content-wrapper .card-content-list .card-content .text-content .label {
            font-family: Roboto,
system-ui,
-apple-system,
BlinkMacSystemFont,
Segoe UI,
sans-serif;
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 500;
            line-height: 1.25;
            --tw-text-opacity: 1;
            color: rgba(44,
57,
69,
var(--tw-text-opacity));
          }
#pip .-preview .timeline-slider-saumon-2 .btn_show_more  {
    height: 150px;
    background: linear-gradient(0deg,
rgba(255,255,255,1) 45%,
rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
  }
#pip .-preview .timeline-slider-saumon-2 .btn_show_more .show_more {
      transform: rotate(90deg);
    }
/* .arrow-left {
		@apply inline-block;
    	transform: translate(-2px,
1.5px);
	}
	.arrow-right {
		@apply inline-block;
    	transform: translate(1px,
0);
	} */
#pip .-preview .timeline-slider-saumon .timeline-wrapper::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0px;
      height: 1px;
      width: 100%;
      --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;
      transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      --tw-translate-y: -50%;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
209,
0,
var(--tw-bg-opacity));
    }
#pip .-preview .timeline-slider-saumon .splide__pagination > li > .splide__pagination__page {
      height: 0.875rem;
      width: 0.875rem;
      border-width: 2px;
      border-style: solid;
      border-color: currentColor;
      --tw-bg-opacity: 1;
      background-color: rgba(255,
255,
255,
var(--tw-bg-opacity))
    }
#pip .-preview .timeline-slider-saumon .splide__pagination > li .menu-contained-marlin#pip .-preview .timeline-slider-saumon .splide__pagination > li .menu-contained-marlin > .splide__pagination__page .menu-item.depth-0:not([class*="cta-"]):not(.lang-item) {
              --color-main-menu-depth-0: #2c3945;
            }
#pip .-preview .timeline-slider-saumon .splide__pagination > li > .splide__pagination__page.was-active,
#pip .-preview .timeline-slider-saumon .splide__pagination > li > .splide__pagination__page.is-active {
        height: 0.875rem;
        width: 0.875rem;
        background-color: currentColor;
      }
#pip .-preview .timeline-slider-saumon .splide__pagination > li > .splide__pagination__page.is-active {
        --tw-blur: var(--tw-empty,/*!*/ /*!*/);
        --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
        --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
        --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
        --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
        --tw-invert: var(--tw-empty,/*!*/ /*!*/);
        --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
        --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
        --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
        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);
        --tw-blur: blur(4px);
      }
#pip .-preview .timeline-slider-saumon .slider-dots {
    justify-content: space-between;
  }
#pip .-preview .video-simple-vive .video.has-overlay .plyr__poster::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: var(--overlay-background-color);
        opacity: var(--overlay-opacity);
      }            #pip .-preview .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#pip .-preview .alignleft {
  margin-right: auto;
}
#pip .-preview .alignright {
  margin-left: auto;
}
@media (min-width: 640px) {
  #pip .-preview .sm\:w-1\/2 {
    width: 50%;
  }
  #pip .-preview .sm\:w-8\/12 {
    width: 66.666667%;
  }
  #pip .-preview .sm\:w-10\/12 {
    width: 83.333333%;
  }
  #pip .-preview .sm\:w-full {
    width: 100%;
  }
  #pip .-preview .sm\:grid-cols-2 {
    grid-template-columns: repeat(2,
minmax(0,
1fr));
  }
  #pip .-preview .sm\:grid-cols-3 {
    grid-template-columns: repeat(3,
minmax(0,
1fr));
  }
  #pip .-preview .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #pip .-preview .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #pip .-preview .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #pip .-preview .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #pip .-preview .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #pip .-preview .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #pip .-preview .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #pip .-preview .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (min-width: 768px) {
  #pip .-preview .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  #pip .-preview .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  #pip .-preview .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  #pip .-preview .md\:mt-16 {
    margin-top: 4rem;
  }
  #pip .-preview .md\:mr-auto {
    margin-right: auto;
  }
  #pip .-preview .md\:mb-0 {
    margin-bottom: 0px;
  }
  #pip .-preview .md\:mb-16 {
    margin-bottom: 4rem;
  }
  #pip .-preview .md\:block {
    display: block;
  }
  #pip .-preview .md\:inline-block {
    display: inline-block;
  }
  #pip .-preview .md\:flex {
    display: flex;
  }
  #pip .-preview .md\:hidden {
    display: none;
  }
  #pip .-preview .md\:w-auto {
    width: auto;
  }
  #pip .-preview .md\:w-5\/12 {
    width: 41.666667%;
  }
  #pip .-preview .md\:w-7\/12 {
    width: 58.333333%;
  }
  #pip .-preview .md\:w-full {
    width: 100%;
  }
  #pip .-preview .md\:grid-cols-1 {
    grid-template-columns: repeat(1,
minmax(0,
1fr));
  }
  #pip .-preview .md\:grid-cols-2 {
    grid-template-columns: repeat(2,
minmax(0,
1fr));
  }
  #pip .-preview .md\:grid-cols-3 {
    grid-template-columns: repeat(3,
minmax(0,
1fr));
  }
  #pip .-preview .md\:grid-cols-4 {
    grid-template-columns: repeat(4,
minmax(0,
1fr));
  }
  #pip .-preview .md\:flex-row {
    flex-direction: row;
  }
  #pip .-preview .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  #pip .-preview .md\:overflow-y-auto {
    overflow-y: auto;
  }
  #pip .-preview .md\:p-8 {
    padding: 2rem;
  }
  #pip .-preview .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  #pip .-preview .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #pip .-preview .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #pip .-preview .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #pip .-preview .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #pip .-preview .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #pip .-preview .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #pip .-preview .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #pip .-preview .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  #pip .-preview .md\:pt-16 {
    padding-top: 4rem;
  }
  #pip .-preview .md\:text-left {
    text-align: left;
  }
  #pip .-preview .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  #pip .-preview .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  #pip .-preview .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  #pip .-preview .lg\:absolute {
    position: absolute;
  }
  #pip .-preview .lg\:sticky {
    position: sticky;
  }
  #pip .-preview .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  #pip .-preview .lg\:top-0 {
    top: 0px;
  }
  #pip .-preview .lg\:top-24 {
    top: 6rem;
  }
  #pip .-preview .lg\:top-32 {
    top: 8rem;
  }
  #pip .-preview .lg\:top-auto {
    top: auto;
  }
  #pip .-preview .lg\:top-1\/2 {
    top: 50%;
  }
  #pip .-preview .lg\:top-full {
    top: 100%;
  }
  #pip .-preview .lg\:right-0 {
    right: 0px;
  }
  #pip .-preview .lg\:right-5 {
    right: 1.25rem;
  }
  #pip .-preview .lg\:right-auto {
    right: auto;
  }
  #pip .-preview .lg\:bottom-5 {
    bottom: 1.25rem;
  }
  #pip .-preview .lg\:bottom-auto {
    bottom: auto;
  }
  #pip .-preview .lg\:left-0 {
    left: 0px;
  }
  #pip .-preview .lg\:left-6 {
    left: 1.5rem;
  }
  #pip .-preview .lg\:left-10 {
    left: 2.5rem;
  }
  #pip .-preview .lg\:left-12 {
    left: 3rem;
  }
  #pip .-preview .lg\:left-auto {
    left: auto;
  }
  #pip .-preview .lg\:left-1\/2 {
    left: 50%;
  }
  #pip .-preview .lg\:z-10 {
    z-index: 10;
  }
  #pip .-preview .lg\:order-1 {
    order: 1;
  }
  #pip .-preview .lg\:order-2 {
    order: 2;
  }
  #pip .-preview .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  #pip .-preview .lg\:mt-0 {
    margin-top: 0px;
  }
  #pip .-preview .lg\:mt-12 {
    margin-top: 3rem;
  }
  #pip .-preview .lg\:mt-16 {
    margin-top: 4rem;
  }
  #pip .-preview .lg\:mt-24 {
    margin-top: 6rem;
  }
  #pip .-preview .lg\:-mt-28 {
    margin-top: -7rem;
  }
  #pip .-preview .lg\:mr-4 {
    margin-right: 1rem;
  }
  #pip .-preview .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  #pip .-preview .lg\:mr-auto {
    margin-right: auto;
  }
  #pip .-preview .lg\:mb-0 {
    margin-bottom: 0px;
  }
  #pip .-preview .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  #pip .-preview .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  #pip .-preview .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  #pip .-preview .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  #pip .-preview .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  #pip .-preview .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  #pip .-preview .lg\:ml-28 {
    margin-left: 7rem;
  }
  #pip .-preview .lg\:ml-auto {
    margin-left: auto;
  }
  #pip .-preview .lg\:block {
    display: block;
  }
  #pip .-preview .lg\:flex {
    display: flex;
  }
  #pip .-preview .lg\:inline-flex {
    display: inline-flex;
  }
  #pip .-preview .lg\:grid {
    display: grid;
  }
  #pip .-preview .lg\:hidden {
    display: none;
  }
  #pip .-preview .group:hover .lg\:group-hover\:block {
    display: block;
  }
  #pip .-preview .lg\:h-40 {
    height: 10rem;
  }
  #pip .-preview .lg\:h-80 {
    height: 20rem;
  }
  #pip .-preview .lg\:h-96 {
    height: 24rem;
  }
  #pip .-preview .lg\:h-135 {
    height: 33.75rem;
  }
  #pip .-preview .lg\:h-176 {
    height: 44rem;
  }
  #pip .-preview .lg\:h-auto {
    height: auto;
  }
  #pip .-preview .lg\:h-full {
    height: 100%;
  }
  #pip .-preview .lg\:hover\:h-72:hover {
    height: 18rem;
  }
  #pip .-preview .lg\:w-40 {
    width: 10rem;
  }
  #pip .-preview .lg\:w-96 {
    width: 24rem;
  }
  #pip .-preview .lg\:w-auto {
    width: auto;
  }
  #pip .-preview .lg\:w-1\/2 {
    width: 50%;
  }
  #pip .-preview .lg\:w-1\/3 {
    width: 33.333333%;
  }
  #pip .-preview .lg\:w-2\/3 {
    width: 66.666667%;
  }
  #pip .-preview .lg\:w-1\/4 {
    width: 25%;
  }
  #pip .-preview .lg\:w-3\/4 {
    width: 75%;
  }
  #pip .-preview .lg\:w-4\/5 {
    width: 80%;
  }
  #pip .-preview .lg\:w-1\/6 {
    width: 16.666667%;
  }
  #pip .-preview .lg\:w-4\/12 {
    width: 33.333333%;
  }
  #pip .-preview .lg\:w-8\/12 {
    width: 66.666667%;
  }
  #pip .-preview .lg\:w-10\/12 {
    width: 83.333333%;
  }
  #pip .-preview .lg\:w-full {
    width: 100%;
  }
  #pip .-preview .group:hover .lg\:group-hover\:w-2\/3 {
    width: 66.666667%;
  }
  #pip .-preview .lg\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  #pip .-preview .lg\:transform {
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  #pip .-preview .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }
  #pip .-preview .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }
  #pip .-preview .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }
  #pip .-preview .group:hover .lg\:group-hover\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }
  #pip .-preview .lg\:grid-cols-2 {
    grid-template-columns: repeat(2,
minmax(0,
1fr));
  }
  #pip .-preview .lg\:grid-cols-3 {
    grid-template-columns: repeat(3,
minmax(0,
1fr));
  }
  #pip .-preview .lg\:grid-cols-4 {
    grid-template-columns: repeat(4,
minmax(0,
1fr));
  }
  #pip .-preview .lg\:grid-cols-5 {
    grid-template-columns: repeat(5,
minmax(0,
1fr));
  }
  #pip .-preview .lg\:flex-row {
    flex-direction: row;
  }
  #pip .-preview .lg\:flex-col {
    flex-direction: column;
  }
  #pip .-preview .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  #pip .-preview .lg\:items-start {
    align-items: flex-start;
  }
  #pip .-preview .lg\:items-end {
    align-items: flex-end;
  }
  #pip .-preview .lg\:items-center {
    align-items: center;
  }
  #pip .-preview .lg\:items-stretch {
    align-items: stretch;
  }
  #pip .-preview .lg\:justify-center {
    justify-content: center;
  }
  #pip .-preview .lg\:justify-between {
    justify-content: space-between;
  }
  #pip .-preview .lg\:gap-3 {
    gap: 0.75rem;
  }
  #pip .-preview .lg\:gap-6 {
    gap: 1.5rem;
  }
  #pip .-preview .lg\:gap-12 {
    gap: 3rem;
  }
  #pip .-preview .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)));
  }
  #pip .-preview .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  #pip .-preview .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  #pip .-preview .lg\: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));
  }
  #pip .-preview .lg\:overflow-hidden {
    overflow: hidden;
  }
  #pip .-preview .lg\:overflow-x-visible {
    overflow-x: visible;
  }
  #pip .-preview .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #pip .-preview .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  #pip .-preview .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #pip .-preview .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  #pip .-preview .lg\:border-b-0 {
    border-bottom-width: 0px;
  }
  #pip .-preview .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
  }
  #pip .-preview .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
  }
  #pip .-preview .lg\:p-3 {
    padding: 0.75rem;
  }
  #pip .-preview .lg\:p-4 {
    padding: 1rem;
  }
  #pip .-preview .lg\:p-8 {
    padding: 2rem;
  }
  #pip .-preview .lg\:p-12 {
    padding: 3rem;
  }
  #pip .-preview .lg\:p-14 {
    padding: 3.5rem;
  }
  #pip .-preview .lg\:p-16 {
    padding: 4rem;
  }
  #pip .-preview .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #pip .-preview .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  #pip .-preview .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  #pip .-preview .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  #pip .-preview .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  #pip .-preview .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #pip .-preview .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #pip .-preview .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #pip .-preview .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #pip .-preview .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #pip .-preview .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #pip .-preview .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #pip .-preview .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #pip .-preview .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  #pip .-preview .lg\:pt-16 {
    padding-top: 4rem;
  }
  #pip .-preview .lg\:pt-48 {
    padding-top: 12rem;
  }
  #pip .-preview .lg\:pr-8 {
    padding-right: 2rem;
  }
  #pip .-preview .lg\:pr-20 {
    padding-right: 5rem;
  }
  #pip .-preview .lg\:pr-32 {
    padding-right: 8rem;
  }
  #pip .-preview .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  #pip .-preview .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  #pip .-preview .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  #pip .-preview .lg\:pb-36 {
    padding-bottom: 9rem;
  }
  #pip .-preview .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  #pip .-preview .lg\:pl-32 {
    padding-left: 8rem;
  }
  #pip .-preview .lg\:pl-40 {
    padding-left: 10rem;
  }
  #pip .-preview .lg\:text-left {
    text-align: left;
  }
  #pip .-preview .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #pip .-preview .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  #pip .-preview .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(44,
57,
69,
var(--tw-text-opacity));
  }
  #pip .-preview .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,
0,
0,
0.1),
0 1px 2px 0 rgba(0,
0,
0,
0.06);
    box-shadow: var(--tw-ring-offset-shadow,
0 0 #0000),
var(--tw-ring-shadow,
0 0 #0000),
var(--tw-shadow);
  }
}
@media (min-width: 1280px) {
  #pip .-preview .xl\:absolute {
    position: absolute;
  }
  #pip .-preview .xl\:relative {
    position: relative;
  }
  #pip .-preview .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  #pip .-preview .xl\:top-full {
    top: 100%;
  }
  #pip .-preview .xl\:left-0 {
    left: 0px;
  }
  #pip .-preview .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  #pip .-preview .xl\:flex {
    display: flex;
  }
  #pip .-preview .xl\:hidden {
    display: none;
  }
  #pip .-preview .group:hover .xl\:group-hover\:flex {
    display: flex;
  }
  #pip .-preview .group:hover .xl\:group-hover\:grid {
    display: grid;
  }
  #pip .-preview .xl\:h-auto {
    height: auto;
  }
  #pip .-preview .xl\:w-32 {
    width: 8rem;
  }
  #pip .-preview .xl\:w-3\/5 {
    width: 60%;
  }
  #pip .-preview .xl\:w-8\/12 {
    width: 66.666667%;
  }
  #pip .-preview .xl\:w-full {
    width: 100%;
  }
  #pip .-preview .xl\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  #pip .-preview .xl\:grid-cols-2 {
    grid-template-columns: repeat(2,
minmax(0,
1fr));
  }
  #pip .-preview .xl\:grid-cols-4 {
    grid-template-columns: repeat(4,
minmax(0,
1fr));
  }
  #pip .-preview .xl\:flex-row {
    flex-direction: row;
  }
  #pip .-preview .xl\:items-start {
    align-items: flex-start;
  }
  #pip .-preview .xl\:items-center {
    align-items: center;
  }
  #pip .-preview .xl\:justify-center {
    justify-content: center;
  }
  #pip .-preview .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  #pip .-preview .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  #pip .-preview .xl\:overflow-y-visible {
    overflow-y: visible;
  }
  #pip .-preview .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  #pip .-preview .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  #pip .-preview .xl\:bg-transparent {
    background-color: transparent;
  }
  #pip .-preview .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255,
255,
255,
var(--tw-bg-opacity));
  }
  #pip .-preview .xl\:p-8 {
    padding: 2rem;
  }
  #pip .-preview .xl\:p-16 {
    padding: 4rem;
  }
  #pip .-preview .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #pip .-preview .xl\:pt-0 {
    padding-top: 0px;
  }
  #pip .-preview .xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,
0,
0,
0.1),
0 1px 2px 0 rgba(0,
0,
0,
0.06);
    box-shadow: var(--tw-ring-offset-shadow,
0 0 #0000),
var(--tw-ring-shadow,
0 0 #0000),
var(--tw-shadow);
  }
}
@media (min-width: 1536px) {
  #pip .-preview .\32xl\:w-full {
    width: 100%;
  }
  #pip .-preview .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4,
minmax(0,
1fr));
  }
}
            
.-preview { font-size: 16px }
.-preview p { font-size: 1rem }
